.busy {
    opacity: 0.5 !important;
}
 
#innercontent {
    min-height: calc(100vh - 138px);
    ;
    /* to make always full even content is not full*/
}
.formError .formErrorContent {
    z-index: 1000000001  !important;
    width: 100%;
    background: red;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-family: tahoma;
    font-size: 11px;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
    text-align: left;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
    z-index: 10000000 !important;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
}

input:focus,
select:focus,
input:hover,
select:hover,
textarea:focus,
textarea:hover {
    background: #eaeaea !important;
    transition: 0.1s;
}

/*sameheigh bootstarp*/
.parent_make_child_same_height {
    display: flex;
    flex-wrap: wrap;

}

.sub_parent_make_child_v_aligned {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*important*/

}

.flex-left-align {

    justify-content: flex-start !important;
}

@media (max-width: 991px) {
    .parent_make_child_same_height {
        display: unset;
    }

    .sub_parent_make_child_v_aligned {

        height: auto;
        text-align: center;
    }

    .flex-left-align {

        justify-content: center !important;
    }
}




/*rest is styleing */
.sub_parent_make_child_v_aligned {
    /* border: 2px solid;*/
}

.flexleft_align {
    width: 100%;
    text-align: left;
}

.flexright_align {
    width: 100%;
    text-align: right;
}



/*sameheight bootrap*/
a {
    text-decoration: none;
    transition: 0.2s;
}

a:hover,
a:focus {}

a:focus {}

.logbtnfooter {
    text-align: right;
}

.btn {
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 50px !important;
    padding: 7px 20px;
    color: white;
    font-size: 1em;
    box-shadow: 0px 0px 1px 0px;
    transition: 0.2s;
}

.btn:hover {
    color: white;
    box-shadow: 0px 0px 1px 1px;

}

a.btn {

    font-size: 0.85em;
    font-weight: bold;
}

.btn i {
    margin: 0px 10px 0px 0px;
}

.namabrand_text {
    font-weight: bold;
    /* padding: 15px; */
    border-radius: 50px;
    color: white;
    height: 38px;
    width: 192px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sloganbrand_text {
    padding: 4px 11px;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
}

.topright {
    min-height: 50px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;



}

.topleft {
    min-height: 50px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;


}

#menubar {
    display: flex;
    align-items: stretch;
    min-height: 50px;
    flex-wrap: wrap;
    align-content: center;
    background: #e0e0e0;
    padding: 0px 10px;
    margin-left: 10px;
}

#menubar span {
    cursor: pointer;
    padding: 2px 8px;
}

#topmenu {
    border-bottom: 2px solid;
    background: white;
}

img.topmenulogo {
    height: 40px;
}

.topmenutitle {
    font-size: 2em;
}

#footer {
    font-size: 0.85em !important;
    padding: 10px;
}

#footer_copyright .copyright {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 0.7em !important;
    padding: 0px 10px 10px 10px;
}

.copyright a,
.copyright a:visited {
    color: white;
    font-weight: bold;
}


/*area offcanvas kanan*/


#right_side_wrapper {
    position: fixed;
    z-index: 900000005 !important;
    top: 0px;
    background: rgb(0 0 0 / 98%);
    height: 100vh;
    transition: 0.2s;
    color: white;
    /* width: 300px; ukuran, margin jangan ditulis disini. dynamic. check di mod/menu/side_index.php*/
    padding: 10px;
}

#right_side_secondlayer {
    position: fixed;
    z-index: 900000001 !important;
    top: 0px;
    background: rgb(255 255 255 / 92%);
    height: 100vh;
    transition: 0.15s;

    display: flex;
    align-items: center;
    justify-content: center;

}

.tandasilang {
    cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FF0000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
}

.logoonslide {
    max-width: 100%;
}

/*area off canvas kanan*/

.greeting {
    text-align: right;
    width: 249px;
    float: right;
}

#logedin_greeting {
    font-size: 0.8em;
    padding: 8px;

}

.headertitle h3 {
    padding: 0px;
    margin: 31px 10px;
    font-size: 2em;
}

/* material css */
.mymtrlz label {
    margin: 0px;
    background: rgb(243 243 243 / 80%);
    ;
    bottom: -8px;
    position: relative;
    margin-right: 2px;
    padding: 1px 10px;

    float: right;
    border-radius: 8px 4px 0px 0px;
    box-shadow: 0.2pt -1px 2pt 1.5pt #efefef;
    color: #6d6d6d;
    font-style: italic;
}

.mymtrlz input[type=text]:focus > label {
    bottom: 8px;
}

.mymtrlz input[type="file"] {

    margin: 9px 0px;
    height: auto;
    display: block;
    position: absolute;
    top: 0px;

    box-shadow: none;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 0.8em;
    z-index: 50;
    width: 100%;
    left: -2px;
}

.mymtrlz .cck_form_upload_image img {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0px;
}

.mymtrlz input {
    background: rgb(243 243 243 / 80%);
    margin-bottom: 6px;
    margin-top: 6px;
    border: none;
    box-shadow: 0 0 2pt 1.5pt #efefef;
    transition: 1s;
    height: 50px;
    width: calc(100% - 5px);
    margin-left: 3px;
}

.mymtrlz textarea {
    background: rgb(243 243 243 / 80%);
    margin-bottom: 6px;
    margin-top: 6px;
    border: none;
    box-shadow: 0 0 2pt 1.5pt #efefef;
    transition: 1s;

    width: calc(100% - 5px);
    margin-left: 3px;
}

.mymtrlz .radios label {
    float: unset;
    background: none;
    box-shadow: none;
    font-style: normal;
    color: #4c4c4c;
}

.mymtrlz input[type=text]:hover,
.mymtrlz input[type=password]:hover {
    box-shadow: 0 0 5pt 0.5pt #D3D3D3;
    background: #efefef;
}

.mymtrlz input[type=text]:focus,
.mymtrlz input[type=password]:focus {
    box-shadow: 0 0 5pt 0.5pt #D3D3D3;
    outline-width: 0px;
    ] background: #efefef;
}

.mymtrlz input[type=text]::-webkit-input-placeholder,
.mymtrlz input[type=password]::-webkit-input-placeholder {
    font-size: 15px !important;
    font-style: normal;

}



.mymtrlz input[type=text]:focus::-webkit-input-placeholder,
.mymtrlz input[type=password]:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    transition: 0.7s;
}

.mymtrlz .radios input[type=radio] {
    box-shadow: none;
}

.mymtrlz label {
    font-size: 0.8em;
}

.mymtrlz label.inlinelabel {
    display: inline-block;

    position: inherit;

    float: unset;
    background: none;
    box-shadow: none;
    font-weight: bold;
    letter-spacing: 0px;
    font-style: normal;
    background: none;
    border-radius: unset;
    padding: 11px 2px;
    text-align: center;
}

.mymtrlz select {
    background: rgb(243 243 243 / 80%);
    margin-bottom: 10px;
    border: none;
    box-shadow: 0 0 5pt 0.5pt #efefef;
    transition: 1s;
}

.mymtrlz .radios {
    margin-top: 10px;
}

.mymtrlz .radios label {
    margin-left: 0px;
    padding: 0px 10px 0px 0px;
    font-size: 0.85em;
}

.mymtrlz .btn {

    color: #959595;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-top: 25px;
    margin-bottom: 0px;
}

.mymtrlz .btn:hover {
    color: #8b8b8b;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
}

.mymtrlz .card h4 {
    text-align: center;
    background: #f3f3f3;
    padding: 10px;
    font-weight: bold;
}

.mymtrlz .card h5 {
    text-align: center;

    padding: 5px;
    font-weight: bold;

}

.mymtrlz .card {
    margin: 10px 0px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);

    display: inline-block;
}

.mymtrlz .card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.mymtrlz .card .w50 {
    width: 50%;
}

.mymtrlz span.actaslabel {
    background: #ffffff;
    display: inherit;
    padding: 12px 14px 5px 10px;
    margin-top: 21px;
    color: #737373;
    font-size: 0.8em;
    text-transform: capitalize;
    border-top: 1px solid #eaeaeaee;
}

.mymtrlz span.fieldvalue {
    display: inherit;
    padding: 5px 14px;
}

.mymtrlz .variation_value {
    padding: 10px 10px;
    color: #9c9c9c;
    font-size: 0.85em;
    top: 6px;
    position: relative;
    display: block;
}




/* material css end*/
/*custom date picker*/
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    font-weight: normal !important;
}

.datepicker table tr td {
    width: 40px !important;
    height: 40px !important;
    font-weight: bold !important;
}

/**/
/*module check date*/

#checkdatemod {
    padding: 20px;
    margin: 10px 10px 10px 10px;
    border-radius: 70px;
   
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#checkdatemod input::placeholder {
    color: #111 !important;
}

#checkdatemod input {
    color: #111 !important;
}


button#check_this_date {
    width: 215px;
}

input#apo_check_date_avlbly {
    width: calc(100% - 220px);
    border: none;
    height: 41px;
    padding: 5px 30px;
    text-align: right;
    border-radius: 50px;
    margin: 0px 10px 0px 0px;
}

/*module check date*/
.fw {
    width: 100%;
}

/*rsform tweak*/
fieldset.formFieldset ol.formContainer li {
    padding: 0px !important;
}

div.formCaption {
    display: none !important;
}

div.formBody {
    width: 100% !important;
}

.formBody input[type="text"] {
    width: 100%;
    height: 50px;
}

.formBody textarea {
    width: 100%;
}

#fitoform_wrap input,
#fitoform_wrap textarea {
    border-radius: 4px;
    border: none;
    background: #efefef;
    padding: 0px 0px 0px 10px;
    box-shadow: 0px 0px 2px 0px #cccc;
    margin-bottom: 10px;
}

#fitoform_wrap input {
    height: 50px;
    width: 100%;
}

#fitoform_wrap input[type="radio"] {
    width: auto;
}

#fitoform_wrap h4 {
    padding: 4px 10px;

    color: white;
    border-radius: 4px;
    font-size: 0.9em;
}

#fitoform_wrap button[type="submit"] {
    margin-top: 40px;
    margin-bottom: 150px;
    width: calc(100% - 50px);
    float: right;
}

#fitoform_wrap select option:disabled {
    color: #ff6464 !important;
    background: #ffa0a0;
}

.infojam {
    font-size: 0.8em;
    color: #5d5d5d;
    margin-bottom: 15px;
    text-align: right;
}

#fitoform_wrap .formError {
    background: #ff0404;
    font-size: 14px;
    position: inherit;
    transform: translateY(-8px);
    color: white;
    padding: 5px;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 10px;
    text-align: right;
}

button#pagebreak_1Next {
    width: calc(100% - 30px) !important;
}

#fitoform_wrap .rsform-button-prev {
    width: 175px;
    background: #c7c7c7 !important;
    border-color: #d6d6d6 !important;
    color: #4e4e4e !important;
    text-shadow: none;
    margin: 15px;
}

#fitoform_wrap .rsform-button-next {
    width: calc(100% - 240px);
    margin: 15px;
}

#fitoform_wrap #submitPrev {
    display: block;
    position: absolute;
    width: 88px !important;
    border-radius: 50px !important;
    height: 41px;
    padding: 0px !important;

    transform: translateY(40px) translateX(0px);
    margin: 0px !important;
    z-index: 1;
    background: white !important;
}

#fitoform_wrap h4 i {
    font-size: 1.2em !important;
    margin-right: 7px;
}

.rsform-block-rs-apo-nama-anak {
    width: calc(100% - 120px) !important;
    display: inline-block;
    position: relative;
}

.rsform-block-rs-apo-umur-anak {
    width: 115px !important;
    float: right;
    height: 50px;
}

.rsform-block-rs-apo-umur-anak select {
    height: 50px;
    width: 100%;
    background: #efefef;
    border: none;
    border-radius: 4px;
}

#redate {
    font-size: 0.85em;
    float: right;
    margin-top: 2px;
    margin-right: -8px;
}

#redate a,
#redate a:link {

    padding: 5px;
    color: white !important;
    border-radius: 4px;
    font-weight: normal !important;
}

#redate a:hover,
#redate a:focus {
    color: #ececec;
}

/*rsform tweak*/


/** radio paket */

/* HIDE RADIO */
.rsform-block-rs-apo-paket-layanan [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.rsform-block-rs-apo-paket-layanan label {

    display: inline-block !important;
    width: 136px !important;
    height: 51px !important;
    border-radius: 2px !important;
    position: relative !important;
    /*background-image:dipindah absolute path */
    background-image: url(../../../images2/icon-layanan.jpg) !important;
    background-repeat: no-repeat !important;
    padding-left: 0px;
    border: 3px solid #ccc;
    cursor: pointer;

    padding-top: 45px;
    text-align: center;
    opacity: 0.4;
    color: rgba(255, 255, 255, 0);
    font-size: 0.1em;
    /* biar sembunyi */
}

.rsform-block-rs-apo-paket-layanan input[type="radio"]:checked + label {
    border: 3px solid;
    /*color: #ff6a00; dipindah ke dynamic color*/
    font-weight: bold;
    opacity: 1;
    box-shadow: 0px 0px 8px;

}

.rsform-block-rs-apo-paket-layanan label[for="rs_apo_paket_layanan0"] {
    background-position: 0px 0px !important;
}

.rsform-block-rs-apo-paket-layanan label[for="rs_apo_paket_layanan1"] {
    background-position: 0px -45px !important;
}



div.formBody input.displayasval {
    border: none;
    font-weight: bold;
    margin-left: 15px;
    background: none;
}

/* before label */
.rsform-block-rs-apo-nominal-dp div.formBody:before,
.rsform-block-rs-apo-nominal-short-pay div.formBody:before,
.rsform-block-rs-apo-total-price div.formBody:before {
    display: block;
    width: calc(100% - 120px);
    position: absolute;
    text-align: right;
    font-size: 0.9em;
}

.rsform-block-rs-apo-total-price input,
.rsform-block-rs-apo-nominal-dp input,
.rsform-block-rs-apo-nominal-short-pay input {
    height: 25px !important;
    background: none !important;
    box-shadow: none !important;

    margin-bottom: 0px !important;
    font-size: 1.1em;
}

.rsform-block-rs-apo-total-price div.formBody:before {
    content: 'Total Biaya (Rp)';

}

.rsform-block-rs-apo-nominal-dp div.formBody:before {
    content: 'Uang Muka (Rp)';

}

.rsform-block-rs-apo-nominal-short-pay div.formBody:before {
    content: 'Pada Hari H (Rp)';

}

.rsform-block-rs-apo-nominal-dp .formBody {
    margin-top: 15px;
}

.rsform-block-rs-apo-total-price .formBody {
    margin-bottom: 10px;
    background: #d8d8d8;
    padding: 5px 0px;
}

.asangka {
    width: 120px !important;
    text-align: right;
    float: right;
    padding-right: 15px !important;
}

/*before label*/
input#rs_apo_total_price:focus-visible,
input#rs_apo_nominal_dp:focus-visible {
    outline: none !important;
}


.rsform-block-apo-rencana-pembayaran-cst [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.rsform-block-apo-rencana-pembayaran-cst label {
    cursor: pointer !important;
    width: calc(100% - 3px);
    display: inline-block !important;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    position: relative;
}

.rsform-block-apo-rencana-pembayaran-cst input[type="radio"]:checked + label {

    font-weight: bold;
    opacity: 1;
    box-shadow: 0px 0px 8px #cecece;

}

/*end custom radio*/
/*preview paket*/
.listpaket_inner {
    width: 100%;
    color: white;
    display: block;
    padding: 15px 15px 15px 0px;
    font-size: 0.9em;
}

.listpaket_inner ol li {
    list-style: decimal !important;
}

.nama_paket {
    width: calc(100% - 15px);
    display: block;
    padding: 5px;
    font-size: 1.1em;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
    margin-left: 15px;
}

.nama_paket_1 {}

.nama_paket_2 {}

.floatleft {
    width: calc(100% - 150px);

    float: left !important;
    position: relative;

    text-align: left !important;
    padding-left: 10px;
}

.floatright {
    width: 125px;
    float: right;
    position: relative;
    display: contents;
    text-align: right;
}

.instruksi_klik_paket {
    color: #ff0000;
    padding: 10px 16px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-start;

}

.instruksi_klik_paket i {
    margin: 0px 15px;
}


/** radio bank */

/* HIDE RADIO */
.rsform-block-rs-apo-bank-target-pay [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.rsform-block-rs-apo-bank-target-pay label {

    display: inline-block !important;
    width: 80px !important;
    height: 51px !important;
    border-radius: 2px !important;
    position: relative !important;
    /*background-image:dipindah absolute path */
    background-image: url(../../../images2/logo-bank3.jpg) !important;
    background-repeat: no-repeat !important;
    padding-left: 0px;
    border: 3px solid #ccc;
    cursor: pointer;

    padding-top: 45px;
    text-align: center;
    opacity: 0.4;
    color: rgba(255, 255, 255, 0);
    font-size: 0.1em;
    /* biar sembunyi */
}

.rsform-block-rs-apo-bank-target-pay input[type="radio"]:checked + label {
    border: 3px solid;
    /*color: #ff6a00; dipindah ke dynamic color*/
    font-weight: bold;
    opacity: 1;
    box-shadow: 0px 0px 8px;

}

.rsform-block-rs-apo-bank-target-pay label[for="rs_apo_bank_target_pay0"] {
    background-position: 0px -45px !important;
}

.rsform-block-rs-apo-bank-target-pay label[for="rs_apo_bank_target_pay1"] {
    background-position: 0px -86px !important;
}

.rsform-block-rs-apo-bank-target-pay .formCaption {
    display: block !important;
    color: white !important;
    margin-top: 30px;
    width: 100%;
    padding: 4px 10px;
    font-size: 0.9em;
    border-radius: 5px;
}

.btn-default {
    background: gainsboro !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.95em;
    cursor: pointer;
    box-shadow: 1px 1px 1px #ccc;
    border: 1px solid #dadada !important;


}

.btn-default:hover {
    background: #e6e6e6 !important;

}

#header_inner_appsmode .headertitle H3 {
    margin: 5px;
}

.btn-task-header {
    border-radius: 3px !important;
    margin: 5px;
    padding: 5px 10px;
    font-weight: normal !important
}

.btn-task-header i {
    margin-right: 5px;
}

.statuscard {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 3px;
    font-size: 1.5em;

}

.statuscard-lunas {
    background: #d2ffc4;
    color: #2aa701;
}

.statuscard-belumlunas {
    background: #fff299;
    color: #b16a00;
}

.infopayment {
    padding: 10px;
    background: #ffe68a;
    color: #100600;
    border-radius: 4px;

}

.infopayment .card_title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.infopayment .card_rp {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;

}

.infopayment .card_bank {
    margin-top: 15px;
    border-top: 1px dashed #dec155;
    padding-top: 10px;
    text-align: center;
}

.beritatrfinfo {
    font-size: 0.8em;
    text-align: center;
    margin-top: 15px;
    font-style: italic;
}

/*button to call modal*/
#btn_to_open_modal a,
#btn_to_open_modal a:link,
#btn_to_open_modal a:visited {

        width: calc(100% - 20px);
    margin-left: 10px;
    display: flex;
    padding: 8px;
    text-align: center;
    color: white;
    margin-bottom: 5px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px #585858;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    
}

.info_looklike_a_btn {
    width: calc(100% - 20px);
    margin-left: 10px;
    display: flex;
    padding: 8px;
    text-align: center;
    color: white;
    margin-bottom: 5px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 0px #585858;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.default_style_btn {
    
    background: #e0e0e0  !important;
        width: calc(100% - 20px);
    margin-left: 10px;
    display: flex;
    padding: 8px;
    text-align: center;
    color: white;
    margin-bottom: 5px;
    border-radius: 50px;
    
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.selectonupdateform {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    border: none;
    background: #e8e8e8;
    border-radius: 4px;
    font-weight: bold;
}

.info_rencana_pay {
    padding: 15px;
    background: #ffd067;
    border-radius: 4px;
    width: calc(100% - 30px);
    margin-left: 15px;
    color: #542700;
}

.info_rencana_pay i {
    margin-right: 15px;
}

.info_tipe_email {
    padding: 15px;
    background: #cbffd6;
    border-radius: 4px;
    width: calc(100% - 30px);
    margin-left: 15px;
    color: #006f4b;
    ;
}

.info_tipe_email i {
    margin-right: 15px;
}

/*slot card*/
.slotcard {
    width: calc(100% - 10px);
    margin: 5px 5px 10px 5px;
    border: 1px solid #eaeaea;
    transition: 0.1s;
    cursor: pointer;
    padding-bottom: 0px;
    border-radius: 8px 8px 8px 8px !important;
}

.slotcard:hover {
    border: 1px solid #d4d4d4;
    background: #e6e6e6;

}

.daydate_title {
    padding: 7px 10px;
    border-radius: 8px 8px 0px 0px;
}

.hours_slot_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.itemhours {
    width: 7.8%;
    border: 1px solid #ccc;
    margin: 2px 0px 0px 0px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    font-size: 0.9em;
    height: 32px;
    align-items: center;

}

.itemhours .rl_tooltips-link {
    width: 100%;
    height: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    font-size: 0.9em;
    align-items: center;
    flex-wrap: nowrap;
    border: none;
}

.title_nama_ruang {
    width: 100%;
    text-align: left;
    padding-left: 28px;
    font-size: 0.85em;

    font-weight: bold;
    transition: 0.1s;
}

.ruangblock {
    border: 1px solid #eaeaea;
    padding: 10px;
    margin: 4px;
    border-radius: 4px;
    background: #ececec;
}

.slotavailable:hover {
    background: #ffc94f !important;
}

/*slot card*/

.cid30Juli {
    opacity: 0;
}

.cid30Juli:first-of-type {
    opacity: 1;
}



ul.nav {
    background: whitesmoke;
    border: 0px solid gainsboro;
    border-radius: 0px;
    margin-top: 0px;
}

.fixed ul.nav {
    min-width: 289px;
}

.nav > li.active > a {
    color: white;
}

.nav > li > a {
    line-height: 26px;
    font-family: 'Open Sans';
    font-size: 0.9em;
    padding: 12px 15px !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #909090 !important;
    color: white;
}

.total {
    padding: 12px;
    font-weight: bold;
}

ul.nav li a:before {
    margin-right: 5px;
    font-family: 'FontAwesome';
    width: 24px;
    display: inline-block;
}

/* general icon*/
i.fa {
    min-width: 25px;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#right_side_wrapper ul.nav {
    background: black;
    border: none;
}

/*blink*/
.blink_me {
    animation: blinker 0.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.cck_page_items td {
    padding: 5px 10px !important;
    font-size: 0.95em !important;
}

.toggle-editor {
    display: none;
}

.right_filter select#apo_admaprvl_tgl,
.right_filter select#apo_admaprvl_bln,
.right_filter select#apo_admaprvl_thn {
    width: 60px !important;
}

.right_filter select#filter_apo_status_form {
    width: 195px !important;
}

/* select style*/

.right_filter select,
.right_filter select option {
    color: #000000 !important;
    font-weight: bold;
    font-size: 0.95em;
}

.right_filter select:invalid,
.right_filter select option[value=""] {
    color: #9a9a9a !important;
    font-weight: normal;
    font-size: 0.95em;
}

.right_filter select option[selected="selected"] {
    text-align: center;
}

.infopasien {
    font-size: 1.05em;
    margin-top: 15px;
    margin: 12px;
}

.infopasien i {
    color: #b1b1b1;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    float: left;
    height: 27px !important;
    margin-right: 10px;
}

.infopasien ul {
    padding-left: 0px;
}

.infopasien ul > li {
    list-style: none;
    background: #f5f5f5;
    border-left: 2px solid #ccc;
    margin-bottom: 2px;
    padding: 5px;
    /* color: #027739; */
    font-size: 0.95em;
    padding-left: 10px;
}

.editorblock {
    margin-top: 15px;
}

.editorblock .rl_sliders.accordion > .accordion-group {
    border: none;
}

.editorblock .panel-heading a {
    color: white !important;

    border-radius: 37px;
    border: none;
}

.push_right {
    float: right;
}

.list_note {
    padding: 15px;
    border: 1px solid #cecece;
    border-radius: 4px;
    margin: 5px 10px;
}

.meta_note {
    font-size: 0.8em;
    background: whitesmoke;
    padding: 5px !important;
    color: #525252;
    font-style: italic !important;
    border-bottom: 1px solid #cccc;
    margin-bottom: 20px;
}

.footeritem {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    opacity: 0.5;
}

/*appointment module*/

.todaysch {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    border: 4px solid #d2d2d2;
    margin: 8px;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.85;
    font-size: 0.9em;
}

.todaysch .rl_tooltips-link {
    border: none;
}

.todaysch i {
    min-width: 32px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    opacity: 0.4;
}

.todaysch:hover {
    transition: 0.2s;
    opacity: 1;

}

.firstrow {
    width: 100%;
    display: flex;
}

.secondrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}

.leftjam {
    width: 120px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    font-weight: bold;

    color: white;
    border-radius: 0px;
}

.righttherest {
    width: calc(100% - 120px);
    padding: 8px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.righttherest .right {
    opacity: 0.5;
}

.o3 {
    font-weight: normal !important;
    padding: 5px;
}

.thenote {
    background: #feffd1;
    font-size: 0.8em;
    padding: 5px;
    color: #503400;
    width: 100%;
}

.right {
    float: right;
    padding: 8px;
}

.o1 {
    color: white;
    padding: 7px;
    text-align: center;
    border-radius: 50px;
}

.itsdone {
    background: #3d8000db;
    color: white;
    padding: 7px;
    border-radius: 50px;
    text-align: center;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    padding-left: 15px;
    padding-right: 15px;
}

/* liost item*/
/*search and filter*/
#search_filter {
    display: flex;
    padding: 15px 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.left_search {
    width: calc(100% - 360px);
    float: left;
}

.left_search input {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 50px 0px 0px 50px;
    padding: 0px 20px;

}

.left_search input:focus-visible,
.right_filter select:focus-visible {
    outline: none;
}

.right_filter {
    width: 360px;
    float: right;
    background: white;
    margin-bottom: 2px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 0px 50px 50px 0px;
}

.right_filter select {
    height: 50px;
    border: none;
    width: auto;

}

.itemwrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 5px 10px 10px 10px;
    border: 4px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
    opacity: 0.8;

}

.itemwrap i {
    min-width: 32px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    opacity: 0.5;

}

.itemwrap:hover {
    opacity: 1;
    box-shadow: 0px 0px 5px 2px #eaeaea;
}

.thedate {
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;

    background: #848484;

}

.thepatient {
    padding: 15px 8px;
    font-size: 0.9em;
    display: block;
     
}

.itemwrap:hover .thepatient {

    background: #00773a;
    color: white;
}



.theorder {
    text-align: center;
    background: #ffffff;
    font-size: 0.85em;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.thenote {
    background: #feffd1;
    font-size: 0.8em;
    padding: 5px;
    color: #503400;
}

.pushright {
    display: block;
    position: absolute;
    float: right !important;
    opacity: 0.8;
    padding: 5px;
    right: 20px;
    font-size: 0.85em;
}

.ruang {
    font-size: 0.7em;
    background: #fff;
    color: #504702;
    padding: 2px 10px;
    border-radius: 44px;
    display: -webkit-inline-box;
    margin-top: 2px;
    position: relative;
    display: flex;
    margin-left: 9px;
    opacity: 0.6;
}

.o11 {
    color: white;
    padding: 10px;

    box-shadow: inset 0px 0px 0px 4px #ffffff;
}

.o3 {
    font-weight: normal !important;
    padding: 5px;
    box-shadow: 0px 0px 0px 3px #fff;
    width: calc(100% - 3px);
}

.belumlunas {
    background: #f7d5d5;
    color: #7b0404;
}

.dpaccept {
    background: #ffcd73;
    color: #945b05;
}

.lunas {
    background: #d0ffc7;
    color: #05943e;
    font-weight: bold;
}

.r_a_today {
    font-size: small;
}

.simplewarning {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: whitesmoke;
    font-size: 1.5em;
    color: #afafaf;
    padding: 43px;
}

.mywarning {
    width: 100% !important;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    padding-left: 16px;
    color: #ff0000;
    font-size: 0.95em;
    background: rgba(167,24,0,0.8);
    border-width: 0px;
    border-color: #d2d2d2;
    border-style: solid;
    margin-top: 7px;
     
}

.mywarning i {
    margin-right: 5px;
}
.mywarning a:link {
    color: white;
}
.mywarning .rl_tooltips-link {
    border-bottom: none !important;
    color: white !important;
}

.cen {
    text-align: center;
    font-size: 0.9em;
}

.cen td:first-child {
    text-align: left;
}

.cen tr:nth-child(even) {
    background: #ffffff
}

.cen tr:nth-child(odd) {
    background: #f3f3f3
}

.cen td {
    padding: 5px 12px;
}

.tit_mod_fp {
    padding: 5px 15px;
    font-size: 1.1em;

    margin-top: 12px;
    color: white;
}

.tit_mod_fp i {
    min-width: 25px;
    margin-right: 10px;
}

.wraper_mod_fp {
    margin: 5px;
}

.mendatar {}

.item_mod_paket {
    background: #efefef;
    padding-top: 1px;
    padding-bottom: 1px;
}

.item_mod_paket .mod_biasa {


    padding: 10px;
    width: calc(100% - 20px);
    margin: 10px;
}

.item_mod_paket .mod_platinum {


    padding: 10px;
    width: calc(100% - 20px);
    margin: 10px;
}

.mod_paktit {
    padding: 5px 10px;
    text-align: center;
}

.mod_pak_desc {
    font-size: 0.9em;
    padding-top: 16px;
}

.mod_pak_price {
    font-weight: bold;
    text-align: right;
}

.btn:active,
button:active {

    box-shadow: 0 -5px #cecece;
    transform: translateY(4px);
    transition: 0.2s;
}

#menu_on_inv {
    padding: 15px;
    display: inline;
    position: relative;
}

#menu_on_inv ul {
    margin-bottom: 5px;
}


/*item appo simple*/
.simplestyle .itemapposimple {
    border-width: 0px;
    margin-bottom: 2px;
    font-size: 0.9em;
}


.itemapposimple {
    width: 100%;
    margin: 0px 0px;
    padding: 0px;

    border-color: transparent #e8e8e8 #e8e8e8 #e8e8e8;
    border-style: solid;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-color: #e8e8e8;
    cursor: pointer;
}

.simplestyle .rl_tooltips-link {
    border-bottom: none;
}

.itemapposimple:hover {
    background: #e8e8e8;
}

.mepetkanan {
    float: right;
}

.iconpaketku {
    height: 30px;
    display: inline-flex;
    width: 30px;
    color: white;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.selesailunas {
    background: #ecffec;
    color: #009a00 !important;
    font-weight: normal !important;
    opacity: 0.9;
}


#act_as_bg {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -10;
    display: flex;
}
#rs_apo_status_payment {
    margin-top: 15px;
}
.itemhours  .rl_tooltips-link a {
    color: white !important;
}
.btn_block a {
    margin-bottom: 5px;
}
.ul_header {
        background: #b5b5b5;
    padding: 7px 15px;
    color: white;
    font-size: 0.9em;
}
.button_call_modal_url {
    margin: 5px;
}
.more {
    width: calc(100% - 30px);
    text-align: center !important;
 
    display: inline-flex;
    margin: 15px;
}
.leftshadow_oncontainer {
        box-shadow: inset calc(25vw - 3px) 0px 0px whitesmoke;
}
.pagination {
    width: 100%;
     
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#btn_to_open_modal .rl_tooltips-link {
    border: 0px;
}
#sync_now {
    width: calc(100% - 20px);
    margin-left: 10px;
}
#mod_today_ctrl
{
    padding: 15px;
    display: inline-flex;
    flex-direction: column;
    margin: 15px 5px;
    width: calc(100% - 10px);
}
#mod_today_ctrl .title {
        margin-bottom: 12px;
}
#mod_today_ctrl .item_sc:hover {
    background: rgba(255,255,255,0.6);
}
 
 #mod_today_ctrl .item_sc {
    padding: 5px 0px 5px 10px;
    display: flex;
    margin-left: 12px;
    width: 100%;
    border-left: 1px solid;
}