body{
    background:#fff;
}
/* login styling */
.loginscreen-body {
    background-image: url(../img/login-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.overlay-loginscreen{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: .8;
}
.middle-box{
    padding-top: 60px;
}
.middle-box .logo img{
    width: 200px;
}
.btn, input, select{
    border-radius: 8px !important;
}
.middle-box input, select, textarea{
    background:rgb(255, 255, 255, .7) !important;
}
input:focus, select:focus, textarea:focus{
    border-color:#003d75 !important;
}
.password-form-group {
    display: flex;
}
.password-toggle {
    position: absolute;
    right: 0;
    cursor: pointer;
    height: 6.34%;
}
.input-group-text {
    background: none;
    border: none;
    color: #005db5;
}
/* BUTTON STYLING */
/* universal using */
.btn.btn-primary {
    background:#005db5 !important;
    border:none !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
    background:#003d75 !important;
}
.btn-primary.action.dekstop{
    display: inline-block;
}
.btn-primary.action.mobile{
    display: none;
}
/* if using input */
input[type="button"].btn.btn-primary {
    background:#005db5 !important;
    border:none !important;
}
input[type="button"].btn.btn-primary:hover,
input[type="button"].btn.btn-primary:focus{
    background:#003d75 !important;
}
/* if using anchor */
a.btn.btn-primary {
    background:#005db5 !important;
    border:none !important;
}
a.btn.btn-primary:hover,
a.btn.btn-primary:focus{
    background:#003d75 !important;
}
/* if using button */
button.btn.btn-primary {
    background:#005db5 !important;
    border:none !important;
}
button.btn.btn-primary:hover,
button.btn.btn-primary:focus{
    background:#003d75 !important;
}


.sticky-column {
    position: sticky !important;
    left: 0px;
    background-color: white !important;
    text-align: center;
}


h1.title-form{
    font-size: 1.4em;
    font-weight: 700;
    margin: 1em 0 1em 0;
    color:#005db5;
}
a.address{
    color:inherit;
}
a.address:hover,
a.address:focus{
    text-decoration: underline;
    font-style: italic;
}
.footer{
    background: transparent;
    border: none;
    position: absolute;
    text-align: center;
}

@media (min-width:768px) and (max-width:1024px){
    .loginscreen.middle-box {
        width: 500px;
    }
    .middle-box{
        padding-top: 60px;
    }
    .middle-box .logo img{
        width: 280px;
    }
    .middle-box p{
        font-size: 1.3em;
    }
    .middle-box h1{
        font-size: 2em;
    }
    .middle-box a{
        font-size: 1.3em;
    }
    .middle-box .form-group .form-control{
        height: 42px;
    }
    .middle-box .btn.btn-primary{
        height: 42px;
        font-size: 1.3em;
    }
}
@media (max-width:500px){
    .middle-box{
        padding-top: 40px;
    }
    .footer p{
        font-size: .7em;
    }
}
@media (max-width:350px){
    .loginscreen.middle-box {
        width: 200px;
    }
    .middle-box{
        padding-top: 20px;
    }
    .middle-box p{
        font-size: .9em;
    }
    .middle-box h1{
        font-size: 1em;
    }
    .middle-box a{
        font-size: .9em;
    }
    .middle-box .logo img{
        width: 180px;
    }
}
/* end of login styling */





/* ------------------------------------------------------------------------------------------------------------- */
/* ================ APPLICATION STYLING ----------------------*/
/*.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #fff;
}
.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.loading img {
    width: 100px;
}*/
@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
}

.expandText {
    font-size: 14px;
    font-weight: 600;
    margin-top: 17px;
    color: #005db5;
}

.preloader-inner,
.
preloader-inner::before,
.preloader-inner::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    margin: auto;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    background-color: rgb(33,33,33,0.5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.preloader-inner {
    width: 170px;
    height: 170px;
    margin: auto;
    background-color: rgb(255, 255, 255);
    color: #e6a91a;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #005db5;
    transform: rotate(45deg);
}

.preloader .preloader-img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-top: 6px;
    margin: 0 auto;
    text-align: center;
    z-index: 200;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.preloader-img img {
    max-width: 130px !important;
    transform: rotate(-45deg) !important;
}

.preloader-inner::before,
.preloader-inner::after {
    content: '';
    z-index: -1;
    margin: -5%;
    box-shadow: inset 0 0 0 2px;
    border-radius: 6px;
    animation: clipIt 2s linear infinite;
}

.preloader-inner::before {
    animation-delay: -1s;
}

@keyframes clipIt {
    0%, 100% {
        clip: rect(0px, 190px, 2px, 0px);
    }

    25% {
        clip: rect(0px, 2px, 190px, 0px);
    }

    50% {
        clip: rect(168px, 190px, 190px, 0px);
    }

    75% {
        clip: rect(0px, 190px, 190px, 168px);
    }
}

/* Google chrome */
@-webkit-keyframes svg-text-anim {
    40% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
        fill: #005db5;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #005db5;
    }
}

/* Most browsers */
@keyframes svg-text-anim {
    40% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
        fill: #005db5;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #005db5;
    }
}

.loading img {
    width: 100px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}	 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-r    adius: 5px;
}	 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    background:#005db5;
}
#wrapper{
    background:#Fff;
}
/* NAVBAR */
.navbar-default{
    background:none;
    background:#005db5;
    border-top-right-radius:90px;
    /* box-shadow: 0 0 20px 0 rgb(0,0,0,0.09); */
}
.navbar-default .nav > li.active {
    border-left: 6px solid #e6a91a;
    background: #004381;
    transition: .3s;
}
.navbar-default .nav > li > a:hover {
    border-left: 6px solid #e6a91a;
    background: #004381;
    transition: .3s;
}
.navbar-default .nav > li > a:focus {
    background: #004381;
    transition: .3s;
}
.navbar-default .nav > li > a{
    color:rgb(231, 231, 231);
}
.navbar-default ul.nav-second-level {
    background: #004381;
}
.nav-header {
    padding: 33px 25px;
    background-color: #005db5;
    background-image: none;
    border-top-right-radius:100px;
}
.nav-header .logo-element{
    display: inline-block !important;
    text-align: center;
    padding: 0;
}
.nav-header .logo-element img{
    max-width: 150px;
}
.mini-navbar .nav-header .logo-element img{
    max-width: 60px;
    padding: 10px;
}
/*set width for cqsms menu*/
.cqsms-nav {
    width: 15% !important;
}

/* TYPOGRAPHY */
.label-primary{
    background:#005db5;
    border-radius: 8px;
}
.mandatory::after {
    content: '(*)';
    margin-left: 2px;
    color: #c41801;
    font-weight: 700;
}
.page-heading h2{
    font-size: 2.25em;
    font-weight: 700;
    color:#005db5;
    margin-bottom: 0;
}
.title-break{
    font-weight: 700;
    font-size: 2em;
    color:#005db5;
}
.label-style {
    margin-bottom: 5px;
    font-weight: 700;
}
.statusActive{
    color:#2ad300;
    font-weight: 700;
}
.statusInactive{
    color:#c41801;
    font-weight: 700;
}
.required{
    color:#c41801;
    font-weight: 700;
}
.optional{
    color:#a9a9a9;
    font-weight: 700;
}
.stat-percent i{
    font-size: 2em;
}
small.role{
    font-style: italic;
    color:#005db5;
}
.close-all-tray i{
    font-size: 20px;
}



/* DISTANCING */
hr.blue-line{
    border:none;
    height: .5px;
    background: rgb(0, 67, 129, .5);
}


/* IBOX */
.ibox.float-e-margins {
    border-radius: 0;
    border: none;
    background:transparent;
}
.ibox-content{
    border-radius: 40px;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.08);
    border: none;
    padding:40px;
}
.ibox-title {
    background:transparent;
    color:#fff;
    border-top: none;
    border-color: transparent;
    border-image: none;
    border-style: none;
    border-width: 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
}
.ibox-title h5{
    font-size: 1.1em;
    font-weight: 700;
    color:#005db5;
}
.ibox-content h1.no-margins{
    font-size: 3em;
    font-weight: 700;
    color:#005db5;
}
#filter-forms{
    background:rgba(0, 0, 0, 0.015);
    border-radius:8px;
}


/* FORMS */
.form-group-profile .titleDoc{
    font-weight: 700;
}
.form-group-profile .newDoc{
    color:#005db5 !important;
    font-weight: 700;
}
.form-control{
    border-radius: 8px !important;
}
.form-control:focus{
    box-shadow: none !important;
}
.form-group-profile .titleDoc{
    font-weight: 700;
}
.form-group-profile .newDoc{
    color:#005db5 !important;
    background: rgb(61, 72, 82, .025) !important;
    font-weight: 700;
}
.form-group-profile .newDoc .action-button a{
    color:#fff !important;
    text-decoration: none;
}
.form-group-profile .titleDoc .action-button,
.form-group-profile .oldDoc .action-button{
    visibility: hidden;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine {
    border: none;
}
.table-bordered td, .table-bordered th {
    border:none;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine thead tr th {
    padding: 10px;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine thead tr {
    border: none;
    border-bottom: 2px solid #b6b9bd;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine.table-hover tbody tr:hover {
    background-color: transparent !important;
    color:inherit;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.04);
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-1{
    width: 8.333333%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-2{
    width: 16.666667%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-3{
    width: 25%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-4{
    width: 33.333333%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-5{
    width: 41.666667%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-6{
    width: 50%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-7{
    width: 58.333333%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-8{
    width: 66.666667%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-9{
    width: 75%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-10{
    width: 83.333333%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-11{
    width: 91.666667%;
}
.bootstrap-table .fixed-table-container .table.form-group-profile.refine th.col-12{
    width: 100%;
}

/* bs table */
.bootstrap-table .fixed-table-container .table th.col-1{
    width: 8.333333%;
}
.bootstrap-table .fixed-table-container .table th.col-2{
    width: 16.666667%;
}
.bootstrap-table .fixed-table-container .table th.col-3{
    width: 25%;
}
.bootstrap-table .fixed-table-container .table th.col-4{
    width: 33.333333%;
}
.bootstrap-table .fixed-table-container .table th.col-5{
    width: 41.666667%;
}
.bootstrap-table .fixed-table-container .table th.col-6{
    width: 50%;
}
.bootstrap-table .fixed-table-container .table th.col-7{
    width: 58.333333%;
}
.bootstrap-table .fixed-table-container .table th.col-8{
    width: 66.666667%;
}
.bootstrap-table .fixed-table-container .table th.col-9{
    width: 75%;
}
.bootstrap-table .fixed-table-container .table th.col-10{
    width: 83.333333%;
}
.bootstrap-table .fixed-table-container .table th.col-11{
    width: 91.666667%;
}
.bootstrap-table .fixed-table-container .table th.col-12{
    width: 100%;
}



.form-group-profile.refine .label-style {
    font-weight: 700;
}
.form-group-profile.refine .col-md-12 a {
    color:#005db5;
    font-style: italic;
}
.form-group-profile.refine .col-md-12 a:hover,
.form-group-profile.refine .col-md-12 a:focus {
    text-decoration: underline;
}
.form-group-profile.refine .col-md-12{
    margin-bottom: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: 1px solid rgb(194, 192, 192);
}
.form-group-profile.refine .col-md-12:last-child{
    border-bottom: none;
}
@media (max-width:768px){
    .form-group-profile.refine .col-md-12{
        padding-left: 0;
        padding-right: 0;
        font-size: .7em;
    }
}

/* CHECKBOX */
.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    cursor: pointer;
}
.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}
.checkbox label input[type="checkbox"] {
    display: none;
}
.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}




/* bootstrap table modified */
.bootstrap-table .btn-group .btn-secondary{
    background:transparent;
    border: none;
    color:#005db5;
    font-size: 1.2em;
}
.bootstrap-table .btn-group .btn-secondary.focus,
.bootstrap-table .btn-group .btn-secondary:focus,
.bootstrap-table .btn-group .btn-secondary:hover{
    background:transparent;
    border: none;
    color:#00386d;
    box-shadow: none !important;
}
.bootstrap-table .form-control, .single-line {
    background-color: transparent;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 8px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.bootstrap-table .btn-group.show .caret {
    transform: rotate(180deg);
    transition: .2s;
}
.bootstrap-table .caret {
    transition: .2s;
}
.bootstrap-table .fixed-table-pagination .dropup .dropdown-toggle::after {
    display: none;
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination .page-item a {
    background:transparent;
    color:#005db5;
    padding: 5px 12px;
    margin-right: 5px;
    line-height: 1.5;
    border-radius: 8px;
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination .page-item.active a {
    background: #005db5;
    border-color: #005db5;
    color:#fff;
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination .page-item.page-pre a,
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination .page-item.page-next a {
    background: transparent;
    color:#005db5;
    font-weight: 700;
    border: none;
    font-size: 1.2em;
}
.bootstrap-table .table-bordered > thead > tr > th,
.bootstrap-table .table-bordered > thead > tr > td {
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #005db5;
    color:#005db5;
    font-weight: 700;
}
.bootstrap-table .table-bordered > tbody > tr > td {
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #ddd;
}
.bootstrap-table .table-bordered{
    border:none;
}


/* Dashboard Table Styling */
.table.kinerja{
    font-size: 1.1em;
}
.table.kinerja tr th:first-child{
    color:#fff;
    background:#005db5;
    border-top-left-radius: 20px;
}
.dashboard .table tr th{
    color:#fff;
    background:#005db5;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
}
.table.kinerja tr th:last-child{
    color:#fff;
    background:#005db5;
    border-top-right-radius: 20px;
}
.table.kinerja tr td{
    font-size: .875em;
    font-weight: 700;
    color:#005db5;
    padding:20px 0 0 0;
}
.table.kinerja tr th{
    padding:1em;
}
/* table top 10 */
.top-10-table {
    font-size: 1.1em;
}
.top-10-table tr th:first-child{
    color:#fff;
    background:#005db5;
    border-top-left-radius: 20px;
    vertical-align: middle;
}
.top-10-table tr th:last-child{
    color:#fff;
    background:#005db5;
    border-top-right-radius: 20px;
}
.top-10-table td:first-child{
    color:#005db5;
}
.top-10-table td:last-child{
    color:#333;
    font-weight: 700;
}
.table.table.analytic tr th,
.table.table.analytic tr td{
    vertical-align: middle;
}
.table.table.analytic tr td{
    border: 1px solid #e7eaec;
    font-size: 1em;
    padding: 1em;
}
.table.analytic tr.first th:first-child{
    color:#fff;
    background:#005db5;
    border-top-left-radius: 20px;
}
.table.analytic tr.first th:last-child{
    color:#fff;
    background:#005db5;
    border-top-right-radius: 20px;
}

body.mini-navbar .navbar-default {
    border-top-right-radius: 0;
}
body.mini-navbar .nav-header {
    padding: 0;
    background-color: #005db5;
    border-top-right-radius: 0;
}



/* TABS */
.tabs-container .tabs-left > .nav-tabs > li > a {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #005db5;
    font-weight: 700;
    font-size: 1.15em;
}
.nav-tops{
    width: 50%;
    text-align: center;
}
.nav-tops .nav-link{
    color: #999999;
    background-color: #dedede;
    font-weight: 700;
    border-radius: 20px !important;
}
.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


/* Bootstrap Selectpicker Drodpdown */
.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    border-radius: 8px;
 }
.bootstrap-select>.dropdown-toggle:focus,
.bootstrap-select>.dropdown-toggle.focus {
    outline:none !important;
    outline-offset:0 !important;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    border-radius: 8px;
    border-color:rgb(194, 192, 192);
}
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    min-width: 100%;
}
.bootstrap-select .btn {
    margin-top: 0;
    margin-bottom: 0;
}
.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}
.bootstrap-select>.dropdown-toggle:after {
    margin-left: -10px;
}
.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}
.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.btn-block {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select .dropdown-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    left: 10px;
    right: auto;
    color: #FFFFFF;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    display: inline-block;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 265px !important;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
    padding: .5rem 0;
    margin: .125rem 0 0;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    display: block;
    max-height: 150px !important;
    overflow-y: scroll;
    -ms-overflow-style: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
  }
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
.bootstrap-select .dropdown-menu.inner li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
    outline: none;
    color: #292b2c;
}
.bootstrap-select .dropdown-menu.inner li.disabled a {
    color: rgba(182, 182, 182, 0.6);
}
.bootstrap-select .dropdown-menu.inner li.disabled a:hover,
.bootstrap-select .dropdown-menu.inner li.disabled a:focus {
    background-color: transparent;
} 
.bootstrap-select .dropdown-menu.open {
    overflow: visible !important;
}
.dropdown-menu > .active > a {
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
    outline: 0;
}
.adjust-float .bs-bars.float-left{
    float: right !important;
}




/* This style is only use for manual Sticky Scrollspy */
.scrollspy main > nav.section-nav {
	position: sticky;
	top: 5rem;
    align-self: start;
}
/** page layout **/
.scrollspy main {
	display: grid;
	grid-template-columns: 1fr 15em;
	max-width: 100em;
	width: 100%;
	margin: 0;
}
.scrollspy .daftarpekerjaan section {
	padding-bottom: 0;
}

.scrollspy .section-nav li.active > a {
	color: #005db5;
    border-left:4px solid #005db5;
    padding-left: 10px;
    font-weight: 500;
}
.scrollspy .section-nav li {
	padding: 0 0 .85rem 0;
}

.scrollspy .section-nav {
	padding-left: 0;
	border-left: 1px solid #efefef;
}

.scrollspy .section-nav a {
	text-decoration: none;
	display: block;
    font-size: .85em;
	color: #ccc;
	transition: all 50ms ease-in-out;
}
.scrollspy .section-nav a:hover,
.scrollspy .section-nav a:focus {
	color: #666;
}
    .scrollspy .section-nav ul,
    .scrollspy .section-nav ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.scrollspy .section-nav li {
	margin-left: 1rem;
}


/* MEDIA QUERIES */
@media (max-width:768px){
    .scrollspy main > nav.section-nav {
        display: none;
    }
    .scrollspy main {
        display: block;
        grid-template-columns: none;
        max-width: 100em;
        width: 100%;
        margin: 0;
    }
}

@media (max-width:500px){
    .tabs-container .tabs-left > .nav-tabs, .tabs-container .tabs-right > .nav-tabs {
        width: 100%;
    }
    .tabs-container .tabs-left > .nav-tabs > .nav-link {
        text-align: center;
    }
    .tabs-container .tabs-left .panel-body {
        width: 100%;
        margin-left: 0;
        border: none;
        padding: 0;
    }
    .tabs-container .tabs-left .tab-pane .panel-body{
        border-top: none;
    }
    .tabs-container .tab-content {
        padding: 0;
    }
    .select2 .select2-container .select2-container--bootstrap4{
        width: 400px !important;
    }
    .page-heading h2{
        font-size: 2em;
    }
    .btn-primary.action.dekstop{
        display: none;
    }
    .btn-primary.action.mobile{
        display: inline-block;
    }
    .vendor-view .label-style.text-right{
        text-align: left !important;
    }
    .vendor-view .form-group .col-md-6 span{
        margin-left: 1.2em;
    }
    .tabs-container .tabs-left > .nav-tabs > li > a {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
}


.input-group-addon {
    background-color: #fff;
    border:0;
    border-radius: 8px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 9px 12px 4px 12px;
    text-align: center;
}



.file-drop-zone {
    min-height: auto;
}
.file-drop-zone-title {
    padding: 0;
    font-size: 1.25em;
}
.file-preview .fileinput-remove {
    top: 5px;
    right: 5px;
    line-height: 10px;
    color:#c41801;
}


.wizard > .steps > ul > li {
    width: auto;
}
.wizard > .content > .body {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}
.wizard > .content {
    background: transparent;
    display: block;
    margin:0;
    min-height: 120px;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.table tr td.action-button a {
    display: inline-block;
}
.inmodal .modal-header{
    padding: .2em 0;
    background:#005db5;
    border-radius: 4px;
}
.inmodal .modal-title{
    background:#005db5;
    color:#fff;
    font-size: 1.25em;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 0 20px;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -.25rem 0rem 0rem auto;
    color:#fff;
}
.inmodal .modal-body {
    background: transparent;
    padding: 10px 5px;
}


:root {
    --green: #96c03d;
    --active: #005db5;
  }
  .nav-tabs.wizard {
    background-color: transparent;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    border-radius: .25em;
    clear: both;
  }
  
  .nav-tabs.wizard li>* {
    position: relative;
    padding: .4em 0 .4em 0;
    color: #999999;
    background-color: #dedede;
    border-color: #dedede;
  }
  
  .nav-tabs.wizard li.completed>* {
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
    border-bottom: none;
    font-size: 12px;
  }
  
  .nav-tabs.wizard li.active>* {
    color: #fff;
    background-color: var(--active);
    border-color: var(--active);
    border-bottom: none;
    font-size: 12px;
  }

  /* #companyTabs.active,
  #legalTabs.active,
  #pajakTabs.active,
  #keuanganTabs.active,
  #sahamTabs.active,
  #pengurusTabs.active,
  #pengurusLNTabs.active,
  #pengalamanTabs.active,
  #cvkaryawanTabs.active,
  #fasilitasTabs.active{
    color: #fff;
    background-color: var(--active);
    border-color: var(--active);
    border-bottom: none;
    font-size: 12px;
    border-radius: 20px;
  }
  #companyTabs.completed,
  #legalTabs.completed,
  #pajakTabs.completed,
  #keuanganTabs.completed,
  #sahamTabs.completed,
  #pengurusTabs.completed,
  #pengurusLNTabs.completed,
  #pengalamanTabs.completed,
  #cvkaryawanTabs.completed,
  #fasilitasTabs.completed{
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
    border-bottom: none;
    font-size: 12px;
    border: none;
    border-radius: 20px;
  } */
  
  .nav-tabs.wizard li::after:last-child {
    border: none;
  }
  
  .nav-tabs.wizard > li > a {
    opacity: 1;
    font-size: 12px;
  }

.nav-tabs.wizard .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-size: 12px;
}
  
  .nav-tabs.wizard a:hover {
    color: #fff;
    background-color: var(--active);
    border-color: var(--active)
  }
  .nav-tabs.wizard .nav-link {
    border: none;
    border-radius: 20px;
  }

  @media(min-width:992px) {
    .nav-tabs.wizard li {
      position: relative;
      padding: 0;
      margin: 4px 0 4px 0;
      width: 10%;
      float: left;
    }
  }

.right-align, .left-align{
    background:rgb(0,0,0,.03);
}
.input-daterange .input-group-addon.small {
    padding: 8px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}

/*sweet alert additional styles*/
.swal2-container {
    z-index: 2050 !important;
}

/*Color for bullet*/
.color-bullet{
    list-style:none;
}

.color-bullet li::before {
    content: "\2022";
    color: #005db5;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/*Style for collapse manual*/
.row.collapse-manual .ibox {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.row.collapse-manual .ibox .ibox-content {
    margin-top: 10px;
}

.row.collapse-manual .ibox .ibox-content {
    padding-top: 25px;
    padding-bottom: 0px;
    border-top: 1px solid #e5e5e5;
    border-radius: 0px;
}

    .row.collapse-manual .ibox .ibox-tools a {
        color: #676a6c !important;
        font-weight:700;
    }

.float-e-margins .ibox-content.inside {
    box-shadow: none;
}

.row-deleted {
    color: #dc3545 !important;font-weight:400
}

.row-updated {
    color: #ffc107 !important; font-weight: 400;
}

.row-added {
    color: #28a745 !important;font-weight: 400;
}

/* TEXT COLORS */
.text-navy {
    color: #1ab394 !important;
}

.text-primary {
    color: inherit !important;
}

.text-success {
    color: #1c84c6 !important;
}

.text-info {
    color: #005db5 !important;
}

.text-warning {
    color: #f8ac59 !important;
}

.text-danger {
    color: #ed5565 !important;
}

.text-green {
    color: #2ad300 !important;
}

.text-muted {
    color: #888888 !important;
}

.text-white {
    color: #ffffff;
}
/*//////////////*/


.bootstrap-table .bs-bars.float-left {
    width: 50%;
}
.bootstrap-select.dropdown .dropdown-toggle .filter-option-inner-inner {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
}
.payment-filter #paymentDate,
.payment-filter #paymentType,
.payment-filter #serviceType,
.payment-filter #status {
    display: none;
}

.bootstrap-table #table.right-action th:last-child,
.bootstrap-table #table.right-action td:last-child,
.bootstrap-table .right-action th:last-child,
.bootstrap-table .right-action td:last-child {
    position: sticky;
    right: 0px;
    z-index: 300;
}

.bootstrap-table .right-action tr.no-records-found td:last-child {
    z-index: unset !important;
}

.bootstrap-table #table.right-action td:last-child,
.bootstrap-table .right-action td:last-child,
.bootstrap-table #table.right-action th:last-child,
.bootstrap-table .right-action th:last-child {
    /*background-color: rgb(245, 250, 255);*/
    /* box-shadow: 0px -10px 30px rgba(0, 0, 0, .1); */
    background-color: #fff;
    box-shadow: 0px -10px 30px rgb(0 0 0 / 50%);
}
#tblVendorListAll th.sticky,
#tblVendorListAll td.sticky {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 1
}

table#tblVendorListAll tr:hover td.sticky {
    background-color: #ededed !important;
}

/*Dropdown in column vendor list table*/
#tblVendorListAll .text-center ul.color-bullet li.hidden{
    display:none;
}


/*.bootstrap-table #table.right-action td:last-child,
.bootstrap-table .right-action td:last-child,
.bootstrap-table #table.right-action th:last-child,
.bootstrap-table .right-action th:last-child {
    background-color: rgb(245, 250, 255);*/
/* box-shadow: 0px -10px 30px rgba(0, 0, 0, .1); */
/*}*/
/* table with detailed form */
.table.right-action.paymentHistory .form-group.row {
    font-size: 11px;
    margin-bottom: 0;
    vertical-align: baseline;
    display: flex;
    align-items: baseline;
    height: 25px;
    /* border-bottom: 1px solid #ddd; */
}

    .table.right-action.paymentHistory .form-group.row .form-control-plaintext {
        padding: 0;
    }

    .table.right-action.paymentHistory .form-group.row .label-style {
        margin-bottom: 0;
        font-weight: 700;
    }

.table.right-action.paymentHistory td {
    vertical-align: baseline;
}

.btn-rounded.info {
    border-radius: 100%;
    line-height: 1px;
    padding: 1px 5px;
    font-size: 12px;
    opacity: .5;
}

/*Tooltips*/
.tooltip-inner {
    max-width: 250px;
    padding: .25rem .5rem;
    color: #000;
    text-align: left;
    background-color: #e2f5fa;
    box-shadow: 0px 0px 40px rgba(0,0,0,.1);
    border: .5px solid #005db5;
    border-radius: .25rem
}
.tooltip.show {
    opacity: 1;
}
.tooltip-inner p {
    margin-bottom: 0;
    font-size: 11px;
}
.tooltip-inner ol{
    padding-left: 1.5em;
}
.tooltip-inner ol li{
    list-style-type: decimal;
    font-size: 12px;
}

/*DOT STYLES*/
.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 6px;
}

    .dot.dot-black {
        background-color: #000;
    }

    .dot.dot-green {
        background-color: #0edb51;
    }

.table-rekapan tbody tr td:first-of-type,
.table-gross-profit tbody tr td:first-of-type {
    font-weight: 700;
}

.table-rekapan tbody tr:last-of-type,
.table-gross-profit tbody tr:last-of-type {
    background-color: #e7eaec;
    padding-top: 10px;
}

    .table-rekapan tbody tr:last-of-type td,
    .table-gross-profit tbody tr:last-of-type td {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.table-rekapan tbody tr:not(:last-of-type) {
    cursor: pointer;
}

.dashboard .table-gross-profit tr th,
.dashboard .table-rekapan tr th {
    box-shadow: none;
}

th.tabel-header-membership {
    width: 200px !important;
    font-size: 14px !important;
    padding-bottom: 6.2px !important;
}

tbody .tabel-header-membership{
    font-size:12px !important;
}

@media (max-width: 1400px) {
    #nav-laporan-pendapatan-membership .table .input-group,
    #nav-laporan-pendapatan-membership-revenue .table .input-group,
    #nav-laporan-pendapatan-membership-gross .table .input-group {
        width: 120px
    }
}