﻿.radio-btn-wrapper {
    flex-direction: column;
    margin-bottom: 10px;
}
.btn-wrapper{
    padding-left: 0px;
}
.image-pharmacist-tech-computer {
    background: url(../images/icon_TTSenrollment.png) no-repeat center;
    height: 328px;
    width: 282px;
    margin-top: 6px;
}

.p-t .btn .caret:before {
    left: 95%;
}


.dropdown-toggle::after {
    content: "";
    display: none;
}

.pharmacy-radio label {
    line-height: 1.5;
}

.pharmacy-radio input {
    margin-right: 10px;
}

.with-errors {
    height: 30px;
}

.program-type .btn,
.state .btn{
    width: 100%;
}

.btn .caret::before {
    position: relative;
    top: 0;
    left: 80%;
    line-height: 0;
}

.program-type .btn .caret::before {
    left: auto;
    float: right;
    top: 6px;
}

.dropdown-menu li {
    padding-left: 0;
}

.ask-img {
    text-align: right;
}

#label-program-type, #label-issue-type
 {
    display: none;
}

.help-tile p {
    margin-bottom: 0px;
}
.testimonials-tile {
    margin-top: 1rem;
    margin-bottom: 0px;
}

.submit-button-height-adjuster {
    height: 397px; /* 397 for programs with Program Type or Issue Type dropdown, 295 for those without (set by .js)*/
}

.expert-back-btn {
    margin: 20px 0px 10px 0px !important; /*!important to brute force over CSS collision between myhm and myhmv4.*/
}

.box {
    position: absolute;
}

#ddlAdvisor{
    width:100% !important;
}
.togAdvisor .caret::before {
    left:70%;
}

.ddadvisor{
    width:100%;
}