/*TABS*/
/*.tabs-container .nav.nav-tabs .active a {
    color: #ed5565;
}*/
/*TITLE SELL*/
.tab-title-lg{
    background-color: #1AB394;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin: 0;
}
.tab-title-lg img{
    height: 30px;
    margin-right: 10px;
}
.tab-title-lg small{
    color: #fff;
}

.form-group .form-label-green{
    background-color: #1AB394;
    border-radius: 3px;
    color: white;
    padding: 5px;
    text-align: left;
}

.form-input-lg{
    font-size: 22px;
    line-height: 30px;
    height: 40px;
    font-weight: bold;
}

/*SELCT2*/
.select2.select2-container {
    font-size: 18px;
}
.select2.select2-container .select2-selection__choice__remove {
    font-size: 35px;
    line-height: 25px;
    float: left;
    margin: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 4px 5px;
}
.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    font-size: 20px;
}
.select2-search{
    font-size: 20px;
}
.select2-results {
    font-size: 20px;
}
.select2-dropdown{
    background-color: #f3f3f4;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f8ac59;
}
.select2-container--default .select2-results__option[aria-selected="true"]{
    color: #fff;
    background-color: #1AB394;
    margin: 3px 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected="true"]{
    background-color: #20D8B3;
}

/*GENERALS*/
.ibox-title .label {
    float: inherit;
    margin-left: 4px;
}
.overflow-x{
    overflow-x: scroll;
}
.float-l{
    float: left;
}
.float-r{
    float: right;
}
.text-s-s{
    font-size: 10px;
}
.text-s-sm{
    font-size: 14px;
}
.text-s-md{
    font-size: 18px;
}
.text-s-lg{
    font-size: 22px;
}
.text-s-xlg{
    font-size: 26px;
}
.text-s-xxlg{
    font-size: 30px;
}
.text-s-xxxlg{
    font-size: 34px;
}