/*
* ===================== Youbl style start  =====================
*/

.optiondisabled{
    color: #c2b4ba;
}
.padding-inputO{
    padding: 0px!important;
}
.ybltxtar{
    direction: rtl!important;
 }
.langactive{
    font-weight: 700!important;
    color: #FFF!important;
    text-decoration: underline!important;
}
.imgprofile{
    width: 100px;
    height: 100px;
    padding: 2px;
    border: solid 1px rgba(0,0,0,0.2) ;

}
.rightal{
    text-align: right;
    padding-right: 6px;
    white-space: nowrap;
}

.currencybtns{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: yellow;
}
/*
* ===================== Youbl style start  =====================
*/
.style_client{
    border-color: #0058bd;
    background: #0077ff;
    color: #e4e4e4;
}
.style_client:hover{
    border-color: #0058bd;
    background: #0077ff;
    color: #FFF;

}
.style_provider{
    border-color: #ff6d78;
    background: #ff9097;
    color: #e4e4e4;

}
.style_provider:hover{
    border-color: #bc5058;
    background: #cf757a;
    color: #FFF;

}
.style_other{

}
/*
* ===================== Snow style start  =====================
*/
.snow_loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

table.table-tooltip-border{
    border:1px solid white;
    margin-top:20px;
}
table.table-tooltip-border > thead > tr > th{
    border:1px solid white;
}
table.table-tooltip-border > tbody > tr > td{
    border:1px solid white;
}
.tr_highlighted{
    background: #d9f0de !important;
}
/*
* ===================== Snow style start  =====================
*/

.rrlueparent>.btn-default{
    color: #858585;
    background: #e2e2e2;
    border: 1px solid #e7eaec;
}

.rrlueparent>.btn-default.active{
    color: #FFF!important;
    background: #18a689;
    border: 1px solid #18a689;
}