body {
    color: #555;
    font-family: 'Nunito', sans-serif;
    /*font-family: "Open Sans", sans-serif;*/
    overflow-x: hidden;
    /*    background: #dcddde;
        background: -webkit-linear-gradient(right, #d6d7d8, #dcddde);
        background: -moz-linear-gradient(right, #d6d7d8, #dcddde);
        background: -o-linear-gradient(right, #d6d7d8, #dcddde);
        background: linear-gradient(to left, #d6d7d8, #dcddde);*/
    background-color: #e1e2e3;
}


a {
    text-decoration: none !important;
}

.wow        {visibility: hidden;}
.hidden-vis {visibility: hidden;}
.hidden     {display: none;}

.lh-090     {line-height: 90%;}
.lh-100     {line-height: 100%;}
.lh-102     {line-height: 102%;}
.lh-110     {line-height: 110%;}
.lh-125     {line-height: 125%;}
.lh-145     {line-height: 145%;}

.fs-008     {font-size: .8rem !important;}
.fs-010     {font-size: 1rem !important;}
.fs-012     {font-size: 1.2rem !important;}
.fs-015     {font-size: 1.5rem !important;}

.datanav_datalistSec .input-group-text {
    font-size: small;
}
p, td {
    font-size: 14px;
}
.navbar-brand {
    font-size: 16px;
}
.navbar-brand a {
    text-decoration: none;
}

.datablmdisimpan {
    border-bottom: #555 solid 8px;
}

.ml--1 {margin-left: -.25rem !important;}
.mr--1 {margin-right: -.25rem !important;}


@media (max-width: 575.98px) {
    .bgstripe {
        padding-top: 20px; 
    }
    img.logo {
        width: 240px;
    }
}



/*==================================================*/ 
/* Float-ico */ 
/*==================================================*/ 
.float-ico .label-container{
    position:fixed;
    bottom:40px;
    right:100px;
    display:table;
    visibility: hidden;
}

.float-ico .label-text{
    color: #fff;
    background: rgba(53, 53, 53, 0.7);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
}

.float-ico .label-arrow{
    display: table-cell;
    vertical-align: middle;
    color: rgba(53, 53, 53, 0.7);
    opacity: 0.8;
}

.float-ico .float{
    position:fixed;
    width:50px;
    height:50px;
    bottom:35px;
    right:40px;
    text-align:center;
}

.float-ico .go_whatsapp{
    width: 50px;
}

.float-ico a.float + div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

.float-ico a.float:hover + div.label-container{
    visibility: visible;
    opacity: 1;
}
/*==================================================*/ 



/*==================================================*/ 
/* Section */ 
/*==================================================*/
.section-header .section-title {
    font-size: 26px;
    color: #999;
    text-align: center;
    font-weight: 400;
}
.section-header .section-description {
    text-align: center;
    /*padding-bottom: 40px;*/
    color: #777;
    font-style: italic;
}
.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
    margin: 0 auto;
    margin-bottom: 20px;
}
/*==================================================*/




/*==================================================*/
.title-heading {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

@media (min-width: 62em) {
    .title-heading {
        margin-top: 5rem;
    }
}
/*==================================================*/





.footer a {
    font-size: 15px;
    text-decoration: none;
}
.footer a:focus,
.footer a:hover {
    color: #000;
}




/*==================================================*/
/*==================================================*/
#akunMenuDesktop .akunPhoto {
    width: 32px;
    height: 32px;
    border: #aaa solid 1px ; 
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
#akunMenuDesktop .akunPhoto img {
    width: 28px;
    height: auto;
    background-color: #999;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#akunMenuMobile .akunPhoto {
    width: 32px;
    height: 32px;
    border: #aaa solid 1px ; 
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
#akunMenuMobile .akunPhoto img {
    width: 28px;
    height: auto;
    background-color: #999;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#profilUser_widget .akunPhoto {
    width: 48px;
    height: 48px;
    border: #aaa solid 1px ; 
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
#profilUser_widget .akunPhoto img {
    width: 48px;
    height: auto;
    background-color: #999;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#profilUser_widget .akunPhoto.wpx-070 {
    width: 70px;
    height: 70px;
}    


.input-group, .input-group-text, .input-group-append, .input-group-prepend, .custom-select, .form-control {
    border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EAEAE3;
}
.input-group-text {
    background: #EAEAE3;
    width: 120px;
    overflow: hidden;
    font-size: 15px;
}
.input-group>label {
    font-size: 15px;
}



@media (min-width: 992px) {
    .w-lg-050 {
        width: 50%;
    }
}


.wpx-005, .input-group>.wpx-005.form-control  {
    width: 5px;
    min-width: 5px;
}
.wpx-010, .input-group>.wpx-010.form-control  {
    width: 10px;
    min-width: 10px;
}
.wpx-020, .input-group>.wpx-020.form-control  {
    width: 20px;
    min-width: 20px;
}
.wpx-025, .input-group>.wpx-025.form-control  {
    width: 25px;
    min-width: 25px;
}
.wpx-030, .input-group>.wpx-030.form-control  {
    width: 30px;
    min-width: 30px;
}
.wpx-035, .input-group>.wpx-035.form-control  {
    width: 35px;
    min-width: 35px;
}
.wpx-040, .input-group>.wpx-040.form-control  {
    width: 40px;
    min-width: 40px;
}
.wpx-045, .input-group>.wpx-045.form-control  {
    width: 45px;
    min-width: 45px;
}
.wpx-050, .input-group>.wpx-050.form-control, .wpx-050 .input-group-text  {
    width: 50px;
}
.wpx-060, .input-group>.wpx-060.form-control, .wpx-060 .input-group-text  {
    width: 60px;
}
.wpx-070, .input-group>.wpx-070.form-control, .wpx-070 .input-group-text  {
    width: 70px;
}
.wpx-080, .input-group>.wpx-080.form-control, .wpx-080 .input-group-text  {
    width: 80px;
}
.wpx-086, .input-group>.wpx-086.form-control, .wpx-086 .input-group-text  {
    width: 86px;
}
.wpx-090, .input-group>.wpx-090.form-control, .wpx-090 .input-group-text  {
    width: 90px;
}
.wpx-100, .input-group>.wpx-100.form-control, .wpx-100 .input-group-text  {
    width: 100px;
}
.wpx-110, .input-group>.wpx-110.form-control, .wpx-110 .input-group-text {
    width: 110px;
}
.wpx-120, .input-group>.wpx-120.form-control, .wpx-120 .input-group-text {
    width: 120px;
}
.wpx-130, .input-group>.wpx-130.form-control, .wpx-130 .input-group-text {
    width: 130px;
}
.wpx-140, .input-group>.wpx-140.form-control, .wpx-140 .input-group-text {
    width: 140px;
}
.wpx-150, .input-group>.wpx-150.form-control, .wpx-150 .input-group-text {
    width: 150px;
}
.wpx-160, .input-group>.wpx-160.form-control, .wpx-160 .input-group-text {
    width: 160px;
}
.wpx-180, .input-group>.wpx-180.form-control, .wpx-180 .input-group-text {
    width: 180px;
}
.wpx-200, .input-group>.wpx-200.form-control, .wpx-200 .input-group-text {
    width: 200px;
}
.wpx-220, .input-group>.wpx-220.form-control, .wpx-220 .input-group-text {
    width: 220px;
}
.wpx-230, .input-group>.wpx-230.form-control, .wpx-230 .input-group-text {
    width: 230px;
}
.wpx-235, .input-group>.wpx-235.form-control, .wpx-235 .input-group-text {
    width: 235px;
}
.wpx-335, .input-group>.wpx-335.form-control, .wpx-335 .input-group-text {
    width: 335px;
}



.hpx-042, .input-group>.hpx-042.form-control  {
    height: 42px;
}
.hpx-050, .input-group>.hpx-050.form-control  {
    height: 50px;
}
/*.input-group>.form-control::selection, 
h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, p::selection, */
*::selection
{
    color: #fff;
    background: #4f5759;
}




.btn_proses {
    min-width: 120px;
}
.btn_proses.w-200 {
    min-width: 200px;
}
/*.shadow-sm {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}*/




.set-bg-color05 {
    background-color: #3c4245 !important;
}
.set-bg-color04 {
    background-color: #4f5759 !important;
}
.set-bg-color03 {
    background-color: #342A30 !important;
}
.set-bg-color02 {
    background-color: #dfcdc3 !important;
}
.set-bg-color01 {
    background-color: #DFEFED !important;
}
.set-bg-color00 {
    background-color: #ADFFF3 !important;
}


.set-border-color05 {
    border-color: #545a60 !important;
}



/*==================================================*/
/* OVVERLAY */
/*==================================================*/
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}
.overlay.active {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1031;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}




/*==================================================*/
/* mainnavbar */
/*==================================================*/
#mainnavbar a,
#mainnavbar a:focus,
#mainnavbar a:hover {
    text-decoration: none;
    transition: all 0.5s;
}

/*==================================================*/
/* SIDEBAR */
/*==================================================*/
#sidenavbar a,
#sidenavbar a:focus,
#sidenavbar a:hover {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidenavbar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    z-index: 1032;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 10px 0px 15px rgba(0, 0, 0, 0.1);
}

#sidenavbar.active {
    left: 0;
    transition: all 0.8s;
}

#sidenavbar .dismiss {
    color: #ccc;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidenavbar .dismiss:hover {
    color: #fff;
    background-color: #3F4749;
    border-radius: 50%;
}

#sidenavbar .sidenavbar-header {
    padding: 20px;
}

#sidenavbar ul.components {
    /*padding: 20px 0;*/
}

#sidenavbar ul p {
    color: #eee;
    padding: 10px;
}

#sidenavbar ul li a {
    color: #ddd;
    padding: 10px;
    padding-left: 20px;
    font-size: 17px !important;
    display: block;
}

#sidenavbar ul li a:focus {
    color: #eee;
    background-color: #3F4749;
}

#sidenavbar ul li a:hover {
    color: #eee;
    background-color: #2F3739;
}

#sidenavbar ul li.active>a, 
#sidenavbar a[aria-expanded="true"] {
    color: #eee;
    background-color: #3F4749;
}

#sidenavbar a[data-toggle="collapse"] {
    position: relative;
}

#sidenavbar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidenavbar ul ul a {
    padding-left: 30px !important;
    background-color: #3F4749;
}

#sidenavbar ul.CTAs {
    padding: 20px;
}

#sidenavbar ul.CTAs a {
    text-align: center;
    font-size: 15px !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}





/*==================================================*/
/* animated - tambahan custom */
/*==================================================*/
.animated.delay-0-25s {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.animated.delay-0-5s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated.delay-0-75s {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.animated.delay-1-25s {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.animated.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animated.delay-1-75s {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.animated.delay-2-25s {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
}

.animated.delay-2-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animated.delay-2-75s {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s;
}


.fw-bold {
    font-weight: bold;
}



#mainforminpSec .content_mainforminp_rin01Sec .media p, 
#maindatalistSec .content_maindatalistSec .media p, 
.formcaridataSec .content_modalSec .media p {
    font-size: 17px;
}



/*==================================================*/
/* #numpad */
/*==================================================*/
.numpad container {
    width: 100%;
    border: 1px solid black;
    display: inline-block;
}
.numpad block, .numpad button {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: calc(25% - 4px);
    height: 80px;
    margin: 2px;
    float: right;
}
.numpad block[v2], .numpad button[v2] {
    height: 164px;
}
.numpad block[h2], .numpad button[h2] {
    width: calc(50% - 4px);
}
/*==================================================*/
/*==================================================*/



/*==================================================*/
/* #imgPreview */
/*==================================================*/
/* The Modal (background) */
#imgPreview {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px;  /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (Image) */
#imgPreview .modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 100vw;
    /*max-height: 100%;*/
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#imgPreview .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
#imgPreview .modal-content, #imgPreview .caption {
    animation-name: imgPreviewZoom;
    animation-duration: 0.6s;
}

@keyframes imgPreviewZoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
#imgPreview .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#imgPreview .close:hover,
#imgPreview .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
/*@media only screen and (max-width: 700px){
    #imgPreview .modal-content {
        width: 100%;
    }
}*/



/*==================================================*/
/* .switch https://bootsnipp.com/snippets/GaxR2 */
/*==================================================*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
    float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input.default:checked + .slider {
    background-color: #444;
}
.switch input.primary:checked + .slider {
    background-color: #2196F3;
}
.switch input.success:checked + .slider {
    background-color: #8bc34a;
}
.switch input.info:checked + .slider {
    background-color: #3de0f5;
}
.switch input.warning:checked + .slider {
    background-color: #FFC107;
}
.switch input.danger:checked + .slider {
    background-color: #f44336;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 30px;
}

.switch .slider.round:before {
    border-radius: 50%;
}                      
/*==================================================*/
/*==================================================*/






.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* vendor prefixes omitted due to brevity */
}






/* supaya di ie tampil diatas elemen lain */
#mainnavbar {position: relative; z-index: 9;}



.card-shadow-hover:hover {
    -webkit-box-shadow: 0 3px 12px 2px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0 3px 12px 2px rgba(0,0,0,0.2) !important;
    box-shadow: 0 3px 12px 2px rgba(0,0,0,0.2) !important;
    transition: box-shadow 0.3s ease-in-out;
}
.card-shadow-hover {
    opacity: 1;
    transition: box-shadow 0.6s ease-in-out;
}



.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lSAction>a {
    /*margin-top: -2px;*/
}

.g-recaptcha {
    display: inline-block;
}

/* auto open dropdown on hover */
/* sudah dihandle dengan js sekalian ditambah delay */
/*.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 2px !important;
}*/

.container .dropdown .dropdown-menu a:hover
{
    color: #000;
    background-color: #d1d2d3;
}


#maindatalistSec_data table
{
    /*jarak antar kolom dan bari table*/
    /*border-collapse: separate; border-spacing: 5px 3px;*/
}
#maindatalistSec_data table th {
    font-weight: normal;
}




.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

.fixed-top { 
    position:fixed !important;
}

