html, body {
    width: 100%;
    height: 100%;
    /*background-color: #2D384A;*/
}

body, .input-group-addon, .form-control {
    font-family: "Noto Sans", sans-serif;
    font-size: 12pt;
    color: #355;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Cinzel", sans-serif;
    color: #055;
}
h1{font-size: 300%;}
h2{font-size: 240%;}
h3{font-size: 200%;}
h4{font-size: 170%;}
h5{font-size: 155%;}
h6{font-size: 145%;}
hr {
    border-color: #a7a;
}


@media (max-width: 767px) {
    .col-xs-2h,
    .col-xs-9h,
    .col-xs-12h {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xs-2h {
        width: 20.83333333%;
    }
    .col-xs-9h {
        width: 79.16666667%;
    }
    .col-xs-12h {
        width: 100%;
    }
}


.home-page-header {
    background: url('../../img/header-bg.jpg?v=0000') no-repeat center center;
    background-size: cover;
    min-height: 800px;
    padding-bottom: 30px;
}


.home-page-content {
    padding-top: 30px;
    padding-bottom: 30px;
}


footer {
    min-height: 80px;
    background: url('../../img/footer-bg.jpg?v=0000') no-repeat center center;
    border-top: 1px solid #ddd;
    color: #777;
    padding-top: 20px;
}
footer hr {
    border-color: #aaa;
} 
footer a {
    font-weight: 500;
    color: #a7a;
}
footer a:hover {
    color: #990;
    text-decoration: none;
}
footer .social-link li {
    margin-right: 40px;
}
footer .social-link {
    margin-bottom: 30px;
}
footer .bottNav {
    margin-bottom: 30px;
}
footer .copyright {
    text-align: center;
}
@media (max-width: 767px) {
    footer hr {
        display: none;
    }
    footer .social-link li {
        margin-left: 25px;
        margin-right: 25px;
    }
    footer .social-link {
        text-align: center;
    }
    footer .bottNav {
        text-align: center;
    }
    footer .small {
        font-size: 80%;
    }
}


.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.xs-gutter > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}
.container-xs{
    margin-left: 10px;
    margin-right: 10px;
}


@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}

.highlight { background: #ff0; }

#topNav {
    background: rgba(241,196,15, 0.85);
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #aa7;
    min-height: 68px;
    margin: 0;
    padding-top: 10px;
}
#topNav .navbar-header{
    width: 100%;
}
#topNav .left-sidemenu-bar-open{
    position: fixed;
    top: 10px;
    right: 0px;
    background-color: #ddd;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#topNav .left-sidemenu-bar-open{
    margin-right: 15px;
    z-index: 1049;
}
#topNav .left-sidemenu-bar-open.btn.active, 
#topNav .left-sidemenu-bar-open.btn:active, 
#topNav .left-sidemenu-bar-open.btn:hover{
    background-color: #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#topNav .left-sidemenu-bar-open.affix{
    opacity: 0.8;
    box-shadow: 0px 1px 7px 3px rgba(0, 0, 0, 0.1);
    top: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#topNav a{
    color: #777;
}
#topNav a:hover{
    color: #222;
}
#topNav .navbar-brand {
    font-size: 14pt;
    color: #535;
} 


.no-scroll{
    overflow: hidden;
}


.sidemenu-bar{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(45,56,74,0.9);
    top: 0;
    z-index: 3000;
    overflow-x: auto;
    color: #ccc;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sidemenu-bar h4{
    color: #ccc;
}
.sidemenu-bar.active{
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.sidemenu-bar .header{
    min-height: 100px;
    display: block;
    width: 100%;
    margin-top: 30px;
}
.sidemenu-bar .user-profile-avatar img{
    /*margin-top: 22px;*/
}
.sidemenu-bar .user-profile-avatar img{
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.sidemenu-bar .edit-user-profile{
    margin-top: 10px;
    font-size: smaller;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}
.sidemenu-bar .edit-user-profile > a{
    text-decoration: none;
}
.sidemenu-bar .edit-user-profile > a > i{
    /*margin-right: 5px;*/
}
.sidemenu-bar .footer{
    display: block;
    width: 100%;
    text-align: center;
}
.sidemenu-bar .sidemenu-bar-close{
    margin: 0;
    display: block;
    line-height: 2em;
}
.sidemenu-bar .sidemenu-bar-close:hover{
    background-color: rgba(255,255,255,0.2);
}
.sidemenu-bar a{
    color: #ccc;
}
.sidemenu-bar a:hover{
    color: #eee;
}
.sidemenu-bar .menu-group{
    margin-top: 20px;
    margin-bottom: 40px;
}
.sidemenu-bar .nav > li > a{
    line-height: 2.2em;
}
.sidemenu-bar .nav > li > a > .caret{
    margin-top: 15px;
}
.sidemenu-bar .nav > li > a:hover,
.sidemenu-bar .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(25,36,54,0.9);
}
.sidemenu-bar .nav .open > a,
.sidemenu-bar .nav .open > a:hover,
.sidemenu-bar .nav .open > a:focus {
    background-color: rgba(25,36,54,0.9);
    border-color: #337ab7;
}
.sidemenu-bar .nav > li > a > i {
    width: 40px;
    display: inline-block;
}
.sidemenu-bar .nav .left-submenu > li > a > i {
    width: 20px;
    display: inline-block;
}
.sidemenu-bar .nav .left-submenu{
    margin-left: 40px;
}
.sidemenu-bar .nav .divider {
    height: 1px;
    overflow: hidden;
    margin-left: 15px;
    background-color: rgba(255,255,255,0.2);
}


.mainform-container {
    display: block;
}
.mainform-container.hide {
    display: none;
}
.mainform-container .input-group {
    margin-top: 5px;
}
.mainform-container .input-group-addon {
    min-width: 80px;
}
@media (min-width: 768px) {
    .mainform-container .input-group-addon {
        min-width: 100px;
    }
}


.mainform-container .header-section {
    padding-top: 10px;
    padding-bottom: 3px;
    background-color: #BDC3C7;
}
.mainform-container .header-section h1,
.mainform-container .header-section h2,
.mainform-container .header-section h3,
.mainform-container .header-section h4 {
    margin: 0;
    margin-bottom: 2px;
    line-height: 100%;
}
.mainform-container .header-section h4 {
    /*margin-top: 5px;*/
}
.mainform-container .header-section p {
    padding: 0; margin: 0;
}
.mainform-container .header-section .table {
    margin: 0;
    width: auto;
}
.mainform-container .header-section .table td{
    padding: 0;
    margin: 0;
    min-width: 100px;    
    line-height: 140%;
    border: 0;
}
.mainform-container .header-section .button-editdata-hdr {
    position: absolute;
    right: 15px;
    text-decoration: none;
    /*    color: #eee;*/
}
.mainform-container .header-section .button-editdata-hdr:hover {
    /*color: #fff;*/
}
.mainform-container .header-section .input-group-container {
    margin-top: 2px;
    margin-bottom: 2px;
}
.mainform-container .header-section .input-group-container .input-group {
    margin: 0;
    width: 100%;
}
.mainform-container .header-section .input-group-container .input-group label {
    min-width: 80px;
    max-width: 80px;
}




.mainform-container .main_filter_panel {
    padding-bottom: 10px;
    background-color: #BDC3C7;
}
.mainform-container .main_filter_panel .input-group {
    margin: 0;
}
.mainform-container .main_filter_panel .fv_multi .input-group-addon {
    min-width: 40px;
}
.mainform-container .main_filter_panel .addon-container .input-group label {
    min-width: 120px;
}
.mainform-container .main_filter_panel p{
    padding: 0; 
    margin: 0;
}


.mainform-container .main_filter_panel .addon-container .colapse {
    display: none;
}
.mainform-container .main_filter_panel .addon-container .input-group {
    margin-top: 0;
    width: 100%;
}
.mainform-container .main_filter_panel .addon-container p {
    margin-top: 5px;
}
.mainform-container .main_filter_panel .addon-container hr {
    margin-top: 5px;
    margin-bottom: 5px;
}




.mainform-container .content-section {
    min-height: 300px;
}
.mainform-container .content-section .input-group {
    margin-top: 5px;
    width: 100%;
}
.mainform-container .content-section .table-detail {
    margin: 0;
}
.mainform-container .content-section .table-detail h4 {
    padding: 0;
    margin: 0;
}
.mainform-container .content-section .table-detail p {
    padding: 0;
    margin: 0;
}
.mainform-container .content-section .table-detail.table {
    background-color: transparent;
}

/*per baris data pada daftar*/
.mainform-container .content-section .table-detail.table>tbody>tr>td {
    padding: 0px;
    /*padding-top: 7px;*/
    padding-bottom: 5px;
}

/*tabel pada data*/
/*per baris tabel pada data*/
.mainform-container .content-section .table-detail.table>tbody>tr>td table {
    margin-top: 5px;
}
.mainform-container .content-section .table-detail.table>tbody>tr>td table th,
.mainform-container .content-section .table-detail.table>tbody>tr>td table td {
    /*    line-height: 150%;*/
    border: none;
}
.mainform-container .content-section .table-detail.table>tbody>tr>td .label {
    padding-bottom: 2px;
}
.mainform-container .content-section .table-detail.table h4 {
    padding: 0;
    margin: 0;
    margin-top: 2px;
    margin-bottom: -4px;
    line-height: 90%;
    white-space: normal;
}
.mainform-container .content-section .table-detail.table h5 {
    padding: 0;
    margin: 0;
    margin-top: 2px;
    margin-bottom: -4px;
    line-height: 90%;
    white-space: normal;
}
.mainform-container .content-section .table-detail th,
.mainform-container .content-section .table-detail td {
    padding: 0;
}
/*.mainform-container .content-section .table-detail td:first-child {
    min-width: 100px;    
}*/
.mainform-container .content-section .table-detail td {
    min-width: 100px;    
    /*line-height: 100%;*/
}

.mainform-container .content-section .table-detail table {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.mainform-container .content-section .table-detail .data-info{
    display: none;
    margin-top: 5px;
}
.mainform-container .content-section .table-detail>tbody>tr>td {
    position: relative;
}
/* update 30/01/2019 */
.mainform-container .content-section .table-detail .menu-mngedata-daft .dropdown-menu {
    padding: 0;
    margin: 0;
    top: 30px;
}
.mainform-container .content-section .table-detail .menu-mngedata-daft .dropdown-menu a {
    line-height: 3em;
}
.mainform-container .content-section .table-detail .menu-mngedata-daft .dropdown-toggle {
    position: absolute;
    right: 0px;
    background-color: #055;
    padding: 9px 14px 10px 16px;
    border-bottom-left-radius: 10px;
    z-index: 500;
    width: 110px;
}
@media (max-width: 768px) {
    .mainform-container .content-section .table-detail .menu-mngedata-daft .dropdown-toggle {
        max-width: 44px;
    }
}
/* end update 30/01/2019 */
.mainform-container .content-section .table-detail .menu-mngedata-daft:hover {
    background-color: #033;
}
.mainform-container .content-section .table-detail .menu-mngedata-daft a.dropdown-toggle {
    color: #fcc;
    text-decoration: none;
}
.mainform-container .content-section .table-detail .menu-mngedata-daft a.dropdown-toggle:hover {
    color: #fee;
}
.mainform-container .content-section .table-detail .img-col .thumbnail {
    width: 60px; margin: auto; padding: 0;
}
.mainform-container .content-section .table-detail .img-col .thumbnail .img {
    width: 100%;
}
@media (min-width: 768px) {
    .mainform-container .content-section .table-detail .img-col .thumbnail {
        width: 100px;
    }
}
.mainform-container .content-section .table-detail .input-group {
    margin-top: 2px;
}
@media (min-width: 768px) {
    .mainform-container .content-section .table-detail .input-group-addon {
        min-width: 120px;
    }
}
.mainform-container > .content-section > .container-fluid > p,
.mainform-container > .content-section > .container-fluid > hr{
    margin: 0;
}
.mainform-container > .content-section > .container-fluid > p{
    margin-top: 10px;
}





.mainform-container .footer-section {
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #BDC3C7;
}
.mainform-container .footer-section button {
    margin-top: 5px;
}
.mainform-container .bootstrap-select button {
    margin-top: 0;
}
.mainform-container .bootstrap-select button.btn {
    margin-left: 0;
}
.mainform-container .footer-section .table {
    margin: 0;
}
.mainform-container .footer-section hr {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}
.mainform-container .footer-section .input-group {
    margin: 0;
    margin-top: 3px;
    width: 100%;
}
.mainform-container .footer-section .input-group label {
    min-width: 120px;
    /*max-width: 80px;*/
}
.mainform-container .footer-section .table-detail.table>tbody>tr>td {
    padding: 0px;
    padding-top: 5px;
}


.mainform-container .daftnav {
    /*margin-top: 5px;*/
}
.mainform-container .formnav {
    /*margin-top: 5px;*/
}
.mainform-container .daftnav .button_tambahdata_daft,
.mainform-container .formnav .button_tambahdata_daft{
    position: fixed;
    z-index: 1029;
    right: 15px;
    bottom: 15px;
    opacity: 0.7;
    background-color: #555500;
    color: #fff;
    box-shadow: 0px 1px 7px 3px rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    margin: auto;
    line-height: 2.5em;
    min-height: 50px;
    min-width: 50px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.mainform-container .daftnav .button_tambahdata_daft:hover,
.mainform-container .formnav .button_tambahdata_daft:hover{
    background-color: #333300;
    color: #ff0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mainform-container .print_dump{
    display: none;
}



.subform-container{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 1030;
    overflow-x: auto;
    /*color: #ccc;*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.subform-container.active{
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.subform-container .input-group-addon {
    min-width: 80px;
}
@media (min-width: 768px) {
    .subform-container .input-group-addon {
        min-width: 100px;
    }
}


.subform-container .header-section {
    margin-bottom: 5px;
    background-color: #BDC3C7;
}
.subform-container .header-section h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.subform-container .header-section .button-close {
    line-height: 2.3em;
}
.subform-container .header-section a {
    color: #eee;
}
.subform-container .header-section a:hover {
    color: #fff;
}


.subform-container .content-section {
    padding-bottom: 80px;
    min-height: 500px;
}
.subform-container .content-section .input-group{
    margin-top: 5px;
}
/*.subform-container .content-section .input-group-addon {
    min-width: 90px;
}*/
.subform-container .footer-section {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #BDC3C7;
    z-index: 2030;
}
.subform-container .formnav {
    margin-top: 5px; 
}



.daftcr .daftcr_content h4 {
    margin: 0px;
    margin-top: 5px;
    line-height: 90%;
}
.daftcr .table-detail h4 {
    margin: 0px;
}
.daftcr .table-detail p {
    margin-top: 2px;
    margin-bottom: 0;
}
.daftcr .table-detail.table {
    margin: 0;
    background-color: transparent;
}
.daftcr .table-detail.table h4 {
    line-height: 1.2em;
}
.daftcr .table-detail .menu-mngedata-daft {
    position: absolute;
    top: 2px;
    right: 15px;
    color: #dad;
}
.daftcr .table-detail .menu-mngedata-daft a {
    text-decoration: none;
}
.daftcr .table-detail .menu-mngedata-daft a:hover {
    color: #990;
}
.daftcr .table-detail .img-col .thumbnail {
    width: 60px; margin: auto; padding: 0;
}
.daftcr .table-detail .img-col .thumbnail .img {
    width: 100%;
}
@media (min-width: 768px) {
    .daftcr .table-detail .img-col .thumbnail {
        width: 100px;
    }
}
.daftcr .table-detail .input-group {
    margin-top: 2px;
}
@media (min-width: 768px) {
    .daftcr .table-detail .input-group-addon {
        min-width: 120px;
    }
}
.daftcr .table-detail th,
.daftcr .table-detail td {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.daftcr .table-detail table {
    margin-top: 5px;
    margin-bottom: 0;
    background-color: transparent;
}
.daftcr .table-detail table th {
    line-height: 0.8em;
}
.daftcr .table-detail table td {
    line-height: 1.2em;
}
/*.daftcr .table-detail table td span {
    line-height: 1em;
}*/
.daftcr .table-detail .data-info{
    display: none;
    margin-top: 5px;
}

.daftcr_content .col-xs-2h,
.daftcr_content .col-xs-9h {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.daftcr_content .col-xs-2h {
    width: 20.83333333%;
}
.daftcr_content .col-xs-9h {
    width: 79.16666667%;
}





.modal-dialog .modal-header{
    padding-top: 8px;
    padding-bottom: 5px;
    background-color: #F3CD33;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-dialog .modal-header .modal-title{
    line-height: 1em;
}
.modal-dialog .modal-body{
    padding-top: 5px;
    padding-bottom: 10px;
}
.modal-dialog .modal-body .input-group,
.modal-dialog .modal-body .btn-group,
.modal-dialog .modal-body .daftcr_content{
    margin-top: 5px;
}
.modal-dialog .modal-body .table > thead > tr > th,
.modal-dialog .modal-body .table > tbody > tr > td{
    padding: 3px;
}



.panel{
    margin-bottom: 10px;
}
.panel .panel-heading{
    padding-top: 2px;
    padding-bottom: 2px;
}
.panel .panel-heading h6{
    margin: 0;
    margin-top: 5px;
}
.panel .panel-body{
    padding: 10px;
    min-height: 200px;
    height: auto;
}
.panel hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
}
.smallnote {
    font-size: small;
    line-height: 110%;
}


.tcol-10{
    width: 10%;
}
.tcol-20{
    width: 20%;
}
.tcol-30{
    width: 30%;
}
.tcol-40{
    width: 40%;
}
.tcol-50{
    width: 50%;
}
.tcol-60{
    width: 60%;
}
.tcol-70{
    width: 70%;
}
.tcol-80{
    width: 80%;
}



.minwidth50 {
    min-width: 50px;
}

.status_tr .input-group-addon {
    background-color: #eeb;
}
.status_tr .btn-default {
    background-image: -webkit-linear-gradient(top, #eeb 0%, #dd9 100%);
}
.status_tr .btn-default:hover,
.status_tr .btn-default:focus {
    background-color: #dd9;
}
.status_tr .btn-default:active,
.status_tr .btn-default.active {
    background-color: #dd9;
}
.status_tr .btn-default.disabled,
.status_tr .btn-default[disabled],
.status_tr .btn-default.disabled:hover,
.status_tr .btn-default[disabled]:hover,
.status_tr .btn-default.disabled:focus,
.status_tr .btn-default[disabled]:focus,
.status_tr .btn-default.disabled.focus,
.status_tr .btn-default[disabled].focus,
.status_tr .btn-default.disabled:active,
.status_tr .btn-default[disabled]:active,
.status_tr .btn-default.disabled.active,
.status_tr .btn-default[disabled].active
{
    background-color: #dd9;
}
