/* Common */
.fa.success {
    color: green;
}
.fa.danger {
    color: red !important;
}

#pages-debug.modal {
    z-index: 100000;
}
#pages-debug .modal-body li {
    color: #000;
}

#gear_area {
    position:fixed;
    bottom:0;
    color:#000;
    text-align:left;
    margin:15px;
    z-index:100000;
    text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
    cursor:pointer;
    }
#gear_area.country_changed {
    text-shadow: 0px 0px 5px darkorange;
}

/* Debug New */
.small-buttons .btn {
    font-size: 0.8rem !important;
}

#metaCollapse {
    margin-top:0px;
    padding-left:0px;
    padding-top:2px;
}

#setGeocountry {
    width: 40%;
}
#setGeocountryButton.set-country-dropdown {
    margin-top:0px;
}

#pages-debug.set-country-dropdown > div > div > div.modal-body > div.input-group > span {
    width: 67% !important;
}
#pages-debug.set-country-dropdown > div > div > div.modal-body > div.input-group > span > span.selection > span {
    height: 38px;
}

/*** Geocountry Dropdown ***/
.select2-results {  
    color: #161616;
}
  
.select2-results__option--highlighted {
    background: #CD0511 !important;
    color: white!important;
}
  
#select2-setGeocountry-container {
    line-height: 35px !important;
}

#pages-debug.set-country-dropdown > div > div > div.modal-body > div.input-group > span > span.selection > span > span.select2-selection__arrow {
    top: 5px !important;
}

.setCountryFlags {
    width: 20px;
    height: 16px;
}

/* Debug Old */
.faq-arrow {
    position: absolute;
    right: 20px;
    margin-top: 5px;
}
#metaTitle {
    color: white;
}

.countrypicker {
    width: 74%;
}

.m-t-0 {
    margin-top: 0;
}
.m-l-4 {
    margin-left: 4px;
}

#countryInfo {
    display: none;
}

#countryStatusMsg {
    background: #e9dada;
    padding: 5px 10px;
    color: darkred;
    float: right;
    font-size: 10px;
    margin-top: 2px;
}