/* Header Search Expand */
html.header-search-expanded-active #header .header-logo {
    opacity: 1 !important;
    visibility: visible !important;
}

#header .header-top {
    max-height: none !important;
}

#header .header-container:after {

    border-bottom: 0 !important;

}

/* Section Search Expand */
#search-box .section-search-expanded {
    width: 100%;
    height: 55px;
}

#search-box .section-search-expanded > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

#search-box .section-search-expanded > form input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}

#search-box .section-search-expanded > form input::-webkit-input-placeholder {
    color: #b9b9b9;
}

#search-box .section-search-expanded > form input::-moz-placeholder {
    color: #b9b9b9;
}

#search-box .section-search-expanded > form input:-ms-input-placeholder {
    color: #b9b9b9;
}

#search-box .section-search-expanded > form button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    padding: 0;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    font-size: 22.4px;
    font-size: 1.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .header-container {
    min-height: auto !important;
}

#header.header-effect-shrink .header-container {
    min-height: auto !important;
}

form#mandateForm input:active, form#mandateForm input:hover,
form#mandateForm select:active, form#mandateForm select:hover,
form#mandateForm textarea:active, form#mandateForm textarea:hover {
    border-color: #007bff !important;
}

div.dropdown-menu {
    font-size: inherit;
    padding: 5px;
    border: inherit !important;
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    background: inherit !important;
    text-align: left;
}

/*.tt-query {*/
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
/*    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
/*    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
/*}*/

span.twitter-typeahead {
    width: 100% !important;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 100% !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: none;
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100% !important;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #308FEE;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #308FEE;

}

.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead {
    position: inherit !important;
    display: inherit !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background-color: #f1f3f7 !important;
    border: 0 !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    min-height: 44px !important;
    padding: 8px 12px !important;
}

.select2-container--default .select2-selection--multiple:hover,
.select2-container--default .select2-selection--multiple:active,
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:active {
    border: 1px solid #007bff !important;
}

.input-group-text {
    border: none !important;
}

input.link-label{
    max-width: 30%;
}

.form-group.required label:after {
    content:"*";
    color:red;
}
.custom-control-label::before{
    background-color: #a0ccf7 !important;
}