#allTimesDiscounts{
    text-align: center;
}
select::-ms-expand {
    display: none;
}
.defaultOption {
    display: none;
}
.selects{
    background: none;
    cursor: pointer;
}
.texts{
    position :absolute;
    top: 32px;
    left : 20px;
    width: 70px;
    cursor: default;
    z-index: -1;
}
#customValue{
    display: none;
    position :absolute;
    top: 29px;
    left : 40px;
    width: 80px;
    text-align: center;
    font-size: 1.25em;
}
.select2-selection{
    height : 40px!important;
    border-radius: 0px!important;
    vertical-align: middle!important;
    border: 1px solid #aaa!important;
    line-height : 35px!important;
    padding-top: 5px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid!important;
    border-color: #DBDBDB!important;
    box-sizing: border-box!important;
    box-shadow: inset 0 1px 1px #f1f1f1!important;
}
.select2-container--default .select2-selection--single:hover{
    border-color: #a2cab0!important;
}
.select2-container.req_place .select2-default .select2-chosen {
    color:#FFF !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px!important;
}
.select2-selection__placeholder{
    font-family:'Open Sans',Arial,Helvetica,sans-serif!important;
    color: #cfcfcf!important;
    font-style: italic;
}
.defaultSelect{
    display: none;
}
#logout:hover{
    color: gray;
}

#logoimg{
    height: 90%;
}

#addBogobtn{
    height: 40px;
    font-size: 13px;
    padding-right: 15px;
    line-height: 25px;
}
.nav-text{
    margin-bottom: 10px;
}
#userIcon{
   color : white;
}
#addForm{
    margin-bottom: 30px;
}
#tableContent{
    margin-top: 30px;
}
.contact:hover{
    color: gray;
}
#customValueDisc,#customValuePourchase{
    display:block;position:absolute;top:31px;left:80px;width:80px;font-size:1.25em;
}
#customValueDisc:focus,#customValuePourchase:focus{
    outline: none;
}
#logoDollar1,#logoDollar2{
    width: 50px;
    background: url(../BG.png);
    height: 38px;
    position: absolute;
    top:26px;
    z-index: 1;
    left: 9px;
    text-align: center;
    padding-top: 8px;
    display: block;
}
#logoDollar1:hover,#logoDollar2:hover{
    background: url(../Active%20BG.png);
}
.disable{
    color: #000 !important;
    background: transparent!important;
}
@media screen and (max-width: 767px){
    .disable{
        border-color: #a7a7a7 !important;
    }
}
