﻿/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {

    #ctl00_ContentPlaceHolder1_ComboPage_Input .RadComboBox .rcbInner .rcbInput {
        font-size:large !important;
    }

    #ContentPlaceHolder1_pnNbElementPage {
        width:260px !important;
        margin-top:8px !important;
    }
    #ctl00_ContentPlaceHolder1_ComboPage {
    margin-top:-16px !important;
    height:47px !important;
    width:70px !important;
    }
}

/*.RadComboBox .rcbInput {
    height:2.42em !important;
}*/

.RadComboBox_Default .rcbInner {
    border-radius:0px !important;
}


/* ********************** */
/* ****** COMBOBOX ****** */
/* ********************** */
.RadComboBoxCustom,
.RadComboBoxCustomOffre,
.RadComboBoxCustomPostuler {
    width: 100% !important;
}

/*.RadComboBoxCustomPostuler {
    width: 100% !important;
    margin: 10px 0;
}*/

.RadComboBoxCustom .rcbInner {
    height: 6vh;
}

@media (min-width: 768px) and (max-width: 1440px) {
    .RadComboBoxCustom .rcbInner {
        height: 60px;
    }
}

@media (min-width: 425px) and (max-width: 768px) {
    .RadComboBoxCustom .rcbInner {
        height: 55px;
    }
}

.RadComboBoxCustomOffre .rcbInner {
    height: 50px;
    display: block !important;
    /*padding: 0px 20px 0px 20px !important;*/
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    border: 1px solid #ccc !important;
    border-radius: 0.5rem !important;
}

.RadComboBoxCustom .rcbInput {
    background-color: transparent !important;
    margin-top: -5px !important;
    color: #555555 !important;
}

.RadComboBoxCustomOffre .rcbInput {
    background-color: transparent !important;
    height: 38px !important;
}

.RadComboBoxCustomPostuler .rcbInner {
    height: 40px;
    display: block !important;
    padding: 0px 20px 0px 8px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    border: 1px solid #9AAECC !important;
    border-radius: 4px !important;
    color: #9f9f9f !important;
}

.RadComboBoxCustomOffre .rcbFocused .rcbActionButton,
.RadComboBoxCustomOffre .rcbExpanded .rcbActionButton {
    border-color: #676767 !important;
    color: #333 !important;
}

.RadComboBoxCustomOffre .rcbFocused,
.RadComboBoxCustomPostuler .rcbFocused {
    /*    border: 1px solid #009DE0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 157, 224, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 157, 224, 0.6);*/
}

.RadComboBoxCustomPostuler .rcbInner input {
    line-height: 2;
    height: 3vh !important;
}

/*.RadComboBoxCustomPostuler .rcbInner input:focus {
    border-color: rgba(245, 71, 101, 0)  !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0), 0 0 8px rgba(0, 157, 224, 0.75);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0), 0 0 8px rgba(0, 157, 224, 0.75);
}*/

.RadComboBoxCustom .rcbActionButton {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    border-left: 0px !important;
    color: #888 !important;
    right: auto !important;
    height: 5vh !important;
}

.RadComboBoxCustom .rcbExpanded .rcbActionButton {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    border-left: 0px !important;
    color: #888 !important;
    right: auto !important;
}

.RadComboBoxCustomOffre .rcbActionButton {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    border-left: 0px !important;
    /* color: #ffffff !important; */
    right: auto !important;
    height: 30px !important;
    margin-top: 4px !important;
}

.RadComboBoxCustomPostuler .rcbActionButton {
    color: #9AAECC !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    border-left: 0px !important;
    padding: 9px 5px !important;
}

.RadComboBoxCustom rcbHovered .rcbActionButton {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    cursor: pointer !important;
}

.RadComboBoxCustomOffre rcbHovered .rcbActionButton {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    cursor: pointer !important;
}

.RadComboBoxCustomPostuler rcbHovered .rcbActionButton {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    cursor: pointer !important;
}

.rcbSearchBar .rcbInner {
    border-width: 0px !important;
}
/* **************************** */
/* ****** END - COMBOBOX ****** */
/* **************************** */