/*==============================================================================
       Forms
==============================================================================*/
.form-row {
    margin-bottom: 30px !important;
}

.input-layout {
    position: relative;
    height: 50px;
    z-index: 1;
}

label {
    font-size: 16px;
    position: absolute;
    top: -2px;
    color: rgba(78, 79, 75, 0.86);
    font-weight: 400;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    z-index: -1;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

label.focusLbl {
    top: -20px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(78, 79, 75, 0.56);
}

.input-layout > input[type="text"]:focus + label {
    color: #49B3CC;
}


select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(78, 79, 75, 0.2);
    font-size: 16px;
    color: rgba(78, 79, 75, 0.86);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0) url(../../images/system/icon/form/12/i_12_select-default.png) no-repeat right center;
    padding: 1px 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    select{
        padding: 1px 2px;
    }
    /* label{
        padding-left: 5px;
    } */
    input[type="text"], input[type="password"], input[type="number"] .white{
        padding-left: 2px;
    }
}

@-moz-document url-prefix() {
    select{
        padding: 1px 0;
    }  
}
select option {
    padding-left: 15px;
    color: rgba(78, 79, 75, 0.86);
    border: 0;
    background-color: rgba(255, 255, 255, 1);
}

select:focus {
    background: rgba(0, 0, 0, 0) url(../../images/system/icon/form/12/i_12_select-active.png) no-repeat right center;
    border-color: #49B3CC;
    outline: none;
}

select.select-white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    color: rgba(255, 255, 255, 1);
}

select.select-white:focus {
    background: rgba(0, 0, 0, 0) url(../../images/system/icon/form/12/i_12_select-white-active.png) no-repeat right center;
    border-bottom-color: rgba(255, 255, 255, 1);
}

input[type="text"], input[type="password"],input[type="number"] .white  {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(78, 79, 75, 0.2);
    font-size: 16px;
    color: rgba(78, 79, 75, 0.86);
    background: none;
    /*    transition : border-color 200ms ease-out;
        -moz-transition : border-color 200ms ease-out;*/
    transition: transform 250ms ease-in-out;
    transform: scaleX(1);
    z-index: 9;
    /*    -moz-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;*/
}

input[type="number"]{
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(78, 79, 75, 0.2);
    font-size: 16px;
    color: rgba(78, 79, 75, 0.86);
    background: none;
    /*    transition : border-color 200ms ease-out;
        -moz-transition : border-color 200ms ease-out;*/
    transition: transform 250ms ease-in-out;
    transform: scaleX(1);
    z-index: 9;
    /*    -moz-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;*/
}
input[type="password"] {
    padding-left: 0;
}

input[type="text"]:focus, input[type="password"]:focus ,input[type="number"]:focus {
    border-color: #49B3CC;
    outline: none;
}

input.emp-basic[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.86);
    background: none;
}
input[type="text"].white {
    border-bottom-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
}
input[type="text"].white:focus{
    border-bottom-color: rgba(255, 255, 255, 0.6);
    outline: none;
}
input.emp-basic[type="text"]:focus {
    border-color: rgba(256, 256, 256, 1);
    outline: none;
}

.input-layout > select:focus + label {
    color: #49B3CC;
}

.input-layout > select > option:first-child {
    /*    visibility: hidden;*/
    display: none;
}

.first-child-visible > select > option:first-child {
    /*    visibility: hidden;*/
    display: block;
}

.textarea-layout label {
    position: relative;
    display: block;
    z-index: 1;
}

.textarea-layout textarea {
    width: 100%;
    border: 1px solid rgba(78, 79, 75, 0.2);
    padding: 10px;
}

.textarea-layout textarea:focus {
    border-color: #49b3cc;
}

span.chkbox-lbl {
    color: rgba(78, 79, 75, 0.86);
    margin-left: 8px;
    font-size: 16px;
}

/*==============================================================================
    Checkbox and radio button
==============================================================================*/

.but-gruop-wrp {
    display: table;
    margin-bottom: 20px;
}

.but-gruop-wrp label {
    display: table;
    vertical-align: middle;
    z-index: 9;
    position: relative;
    overflow: visible;
    line-height: normal;
    max-width: 100%;
    /*margin-bottom: 15px;*/
}

.but-gruop-wrp span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    white-space: normal;
}

.but-gruop-wrp input[type="checkbox"],
.but-gruop-wrp input[type="radio"] {
    display: none;
}

.but-gruop-wrp .check-box,
.but-gruop-wrp .radio {
    width: 20px;
    height: 20px;
    background: #dbdbdb;
    position: relative;
    margin-right: 3px;
}

.but-gruop-wrp input[type="checkbox"]:disabled + .check-box,
.but-gruop-wrp input[type="radio"]:disabled + .radio {
    background: rgba(219, 219, 219, 0.25);
}

.but-gruop-wrp input[type="checkbox"]:disabled ~ span,
.but-gruop-wrp input[type="radio"]:disabled ~ span {
    cursor: auto;
}

.but-gruop-wrp .check-box::after,
.but-gruop-wrp .radio::after {
    content: "";
    display: none;
    position: absolute;
}

.but-gruop-wrp .check-box::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 6px;
    left: 4px;
    top: 6px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 12px;
}

.but-gruop-wrp input[type="checkbox"]:checked + .check-box::after {
    display: block;
}

.but-gruop-wrp input[type="checkbox"]:checked + .check-box {
    background: #168ca8;
}

.but-gruop-wrp input[type="checkbox"]:checked + .check-box-pending {
    background: #d6d009 !important;
}

.but-gruop-wrp.with-border input[type="checkbox"]:checked + .check-box::before {
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.9);
    content: '';
    top: -2px;
    left: -2px;
    z-index: -1;
}

/*--------------Radio buttton----------------*/
.but-gruop-wrp .radio {
    border-radius: 50%;
}

.but-gruop-wrp .radio::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 6px;
    left: 7px;
    top: 7px;
    width: 6px;
}

.but-gruop-wrp input[type="radio"]:checked + .radio::after {
    display: block;
}

.but-gruop-wrp input[type="radio"]:checked + .radio {
    background: #168ca8;
}

/*--------------Radio buttton 02 Editer UI Udara----------------*/

.but-gruop-wrp2 {
    display: table;
    margin-bottom: 20px;
}

.but-gruop-wrp2 label {
    display: table;
    vertical-align: middle;
    z-index: 9;
    position: relative;
    overflow: visible;
    /*margin-bottom: 15px;*/
}

.but-gruop-wrp2 span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    color: #434949;
    font-weight: 400;
    white-space: normal;
}


.but-gruop-wrp2 input[type="radio"] {
    display: none;
}


.but-gruop-wrp2 .radio {
    width: 14px;
    height: 14px;
    background: #f9f6f6;
    position: relative;
    margin-right: 3px;
    border: 1px solid #c7c6c6;
}

/*.but-gruop-wrp2 input[type="radio"]:disabled + .radio {
    background: rgba(219, 219, 219, 0.25);
}


.but-gruop-wrp2 input[type="radio"]:disabled ~ span {
    cursor: auto;
}*/


.but-gruop-wrp2 .radio::after {
    content: "";
    display: none;
    position: absolute;
}

.but-gruop-wrp2 input[type="radio"]:disabled + .radio {
    background: rgba(219, 219, 219, 0.25);
}
/*.but-gruop-wrp2.with-border input[type="checkbox"]:checked + .check-box::before {
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.9);
    content: '';
    top: -2px;
    left: -2px;
    z-index: -1;
}*/
.but-gruop-wrp2 .radio {
    border-radius: 50%;
}

.but-gruop-wrp2 .radio::after {
    /*background: #26c6de none repeat scroll 0 0;*/
    background: #51CDEB none repeat scroll 0 0;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
}

.but-gruop-wrp2 input[type="radio"]:checked + .radio::after {
    display: block;
}

.but-gruop-wrp2 input[type="radio"]:checked + .radio {
    /*background: #168ca8;*/
    /*border: 1px solid #26c6de;*/
    border: 1px solid #51CDEB;
}
/*end*/ 
/*==============================================================================
    Small search box
==============================================================================*/

.sm-search {
    position: relative;
}

.sm-search span {
    position: absolute;
    background-image: url('../../images/system/icon/form/15/ic_15_search.svg');
    width: 15px;
    height: 15px;
    display: block;
    top: 5px;
}

.sm-search .sm-search-box {
    padding-left: 20px;
    border-bottom: 1px solid rgba(22, 140, 168, 0.56);
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

.sm-search .sm-search-box:focus {
    border-bottom-color: rgba(22, 140, 168, 1);
}

/*==============================================================================
   Reset Label
==============================================================================*/
.input-default {
    height: 50px;
    position: relative;
}

.bg-color-text-area {
    background-color: rgba(255, 173, 173, 1) !important;
}
.input-default label {
    color: rgba(78, 79, 75, 0.56);
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.input-default label.lb_focus {
    color: #49b3cc;
}

label.error-val,
span.error-val {
    background: #fdf5e2 none repeat scroll 0 0;
    border-radius: 2px;
    color: #f26b55 !important;
    font-size: 12px;
    margin-top: 5px;
    padding: 8px 10px;
    position: relative;
    width: 100%;
    display: block;
}

select.without-bb,
input.without-bb {
    border-bottom: transparent;
}

select.big-select {
    -moz-appearance: none;
    background: transparent url("../../images/system/icon/form/15/ic_15_fill-arrow-grey.png") no-repeat scroll calc(100% - 0px) center;
    border: medium none;
    color: #434849;
    font-size: 20px;
    height: 35px;
    width: 100%;
    border-bottom: 1px solid rgba(78, 79, 75, 0.2);
}

select.big-select:focus {
    background: transparent url("../../images/system/icon/form/15/ic_15_fill-arrow-blue.png") no-repeat scroll calc(100% - 0px) center;
    border-color: rgba(73, 179, 204, 1);
}

input.input-white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    color: #fff;
}

input.input-white:focus {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.firstChildVisible  > select > option:first-child{
    display: block !important;
    visibility: visible !important;
}

.red-border-bottom{
    border-bottom: 1px solid #f26b55 !important;
}

.disabled-btn{
    background-color: rgba(193, 193, 193, 1) !important;
}

.text-yellow{
    color: #f9d552 !important;
}

.text-green{
    color: #4fdb9b !important;
}

.text-red{
    color: #f26b55 !important;
}

.light-blue-bg{
    background: #49b3cc;
}

.chkbox-mp{
    padding-bottom: 18px;
}

.req-list-width{
    width: 80% !important;
}

.eq-focus-label{
    top: 0 !important;
}

.select-ans-dark{
    color: rgba(78, 79, 75, 0.86);
}

.select-ans-blur{
    color: rgba(78, 79, 75, 0.48);
}

/*=================================
    editable dropdownlist 
=====================================*/

.select-editable {
     position:relative !important;
 }
 .select-editable select {
     position:absolute !important;
     left:0px;
     font-size:16px;
     color: rgba(78, 79, 75, 0.86);

 }
 .select-editable input {
     position:absolute;
     left:0px;
     padding:1px;
     font-size:16px;
     color: rgba(78, 79, 75, 0.86);
     border:none;
 }
 .select-editable select:focus, .select-editable input:focus {
     outline:none;
     
 }

 .select-editable > input[type=""]:focus + label {
    color: #49B3CC;
 }

 /*=================================
    modify select box
=====================================*/
 .mdfy-select{
    margin: 5px 3px 1px 3px;
 }
 .color-aliceblue{
     background-color: aliceblue;
     margin-top: 12px !important; 
 }
 .lowercase-text{
    text-transform: lowercase !important;
 }
 
 
 /*==============================================================================
       Select 2
==============================================================================*/
/* .select2-dropdown{
        width: 708px !important;
} */
.select2-dropdown{
        width: 708px;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    width: 100%;
    border: none !important;
    border-bottom: 1px solid rgba(78, 79, 75, 0.2)!important;
    font-size: 15px !important;
    color: rgba(78, 79, 75, 0.86) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: rgba(0, 0, 0, 0) url(../../images/system/icon/form/12/i_12_select-default.png) no-repeat right center !important;
    padding: 1px 0;
    margin-top: -2px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: rgba(78, 79, 75, 0.86) !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    border-style: none !important;
    border-width: 7px 6px 0 6px !important;
    height: 0 !important;
    left: 50% !important;
    margin-left: -4px !important;
    margin-top: -2px !important;
    position: absolute !important;
    top: 50% !important;
    width: 0 !important;
}
.select2-selection:focus {
    background: rgba(0, 0, 0, 0) url(../../images/system/icon/form/12/i_12_select-active.png) no-repeat right center !important;
    border-color: #49B3CC !important;
    outline: none;
}

.input-layout > .select2-selection:focus + label {
    color: #49B3CC;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
     border-color: #dcdcdb transparent transparent transparent;
      border-width: 7px 6px 0 6px;
}
.select2-results__option--selectable {
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: rgba(78, 79, 75, 0.86);
    line-height: 28px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cbcbcb;
    outline-color: #aaa;
}

.select2-container--default .select2-results__option--selected {
    background-color: #2f71db !important;
    color: #fff !important;
}
.select2-results__option{
    padding: 0px 6px !important;
}
.hide-visibility{
    visibility: hidden;
}
.ad-search select{
    font-size: 14px !important;
}

/*==============================================================================
    custom scroll bar overflow x
==============================================================================*/
.scroll_cm_table{
    overflow-y: hidden;
    overflow-x: auto;
}
.scroll_cm_table::-webkit-scrollbar {
    width: 10px;
}
.scroll_cm_table::-webkit-scrollbar:horizontal {
    height: 5px;
}
.scroll_cm_table::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.3);
}
.scroll_cm_table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #797979;
    box-shadow: inset 0 0 6px #797979;
}
.emp-box-details .row-bank{
    margin-bottom: 25px;
}
.emp-box-details .row-bank {
    width: 100%;
    display: inline-block;
}
.row-bank-card{
    margin-bottom: 25px;
}
.datepicIcon{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../images/system/icon/form/12/i_12_datepict.svg) no-repeat right center !important;
    padding: 1px 0;
}

/* but-gruop-wrp - size 18 */
.but-gruop-wrp.but-gruop-wrp-18 .check-box{
    background: none;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    width: 18px;
    height: 18px;
}
.but-gruop-wrp.but-gruop-wrp-18 input[type="checkbox"]:checked + .check-box {
    background: #51CDEB;
    border: 1px solid #51CDEB;
    border-radius: 4px;
    
}
.but-gruop-wrp.but-gruop-wrp-18 .check-box::after{
    left: 3px;
    top: 5px;
    height: 4px;
    width: 10px;
}

.but-gruop-wrp.but-gruop-wrp-18 input[type="checkbox"]{
    display: none;
}


.but-gruop-wrp.but-gruop-wrp-18 input[type="checkbox"]:disabled + .check-box {
    background: #ECECEC;
    border: 1px solid #CCCCCC;
}
.but-gruop-wrp.but-gruop-wrp-18 span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    white-space: normal;
}
.but-gruop-wrp.but-gruop-wrp-18 label {
    display: table;
    vertical-align: middle;
    z-index: 9;
    position: relative;
    overflow: visible;
    line-height: normal;
    max-width: 100%;
    /* margin-bottom: 15px; */
}

.but-gruop-wrp.but-gruop-wrp-18 input[type="radio"]:checked + .radio {
    background: #51CDEB;
}
.but-gruop-wrp.but-gruop-wrp-18 .radio::after{
    height: 8px;
    left: 6px;
    top: 6px;
    width: 8px;
}


/*==============================================================================
   hidden note show icon styles
==============================================================================*/

.noteView_16 {
    color: #353939;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
}
.noteView_16 span {
    background: url(../../images/system/icon/button/16/ic_16_noteView.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}
.selected .noteView_16 span {
    background: url(../../images/system/icon/button/16/ic_16_noteView_selected.svg);
}
.noteViewTooltipBar{
    position: absolute;
    width: 187px;
    border-radius: 4px;
    border: 1px solid #B8E1EB;
    background: #DAF3F9;
    box-shadow: 0px 2px 36px 0px #C3D4D8;
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    color: #218DA7;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    z-index: 9;
    display: none;
}