/*
    DEMO STYLE
*/
/**
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}
*/

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    /** background: #7C995C !important;
    color: #000;
    */
    transition: all 0.3s;
}

#sidebar-fixed {
    min-width: 180px;
    max-width: 180px;
    background: #000 !important;
    color: #F6BE17 !important;
    transition: all 0.3s;
}
li.kepondokan{
   background: #000 !important;
   color: #F6BE17 !important;
   transition: all 0.3s;
}

#sidebar.active {
    min-width: 50px;
    max-width: 50px;
    text-align: center;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components, #sidebar-fixed ul.components {
    padding: 20px 0;
}

#sidebar ul p, #sidebar-fixed ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a,
#sidebar-fixed ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover{
    color: #7386D5;
    background: #fff;
}

#sidebar-fixed ul li a:hover 
li.kepondokan a:hover
{
    color: #000;
    background: #F6BE17;
}

#sidebar.active ul li a span.menu-label {
    display: none;
}

#sidebar-fixed ul li.active>a,
li.kepondokan.active>a,
#sidebar-fixed ul li a[aria-expanded="true"],
li.kepondokan a[aria-expanded="true"] {
    color: #000;
    background: #F6BE17;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

#sidebar-fixed ul ul a,
li.kepondokan ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #F6BE17;
    color: #FFF;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    padding: 10px;
    min-height: 100vh;
    transition: all 0.3s;
    width: calc(100% - 0px); /** 50px*/
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.mobile-only{
    display: none;
}
@media (max-width: 768px) {
    .col-mobile{
        margin-bottom: 10px;
    }
    .wrapper{
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    #sidebar, #sidebar.active {
        min-width: 0px;
        text-align: center;
        max-width: 0px;
        margin-left: 0px;
        /**transform: rotateY(90deg); */
    }

    #content, #content.active{
        width: calc(100% - 0px);
        padding: 60px 5px 20px;
    }
    #sidebar ul li a span.menu-label,
    .dashboard-only,
    #sidebarControl > i{
        display: none;
    }
    .mobile-only{
        display: block;
    }
    .mobile-margin-right{
        margin-right: 0px;
    }
    .dt-label{
        border-bottom: solid 1px #ccc;
        letter-spacing: 3px;
        margin-top: 10px;
        font-size: 18px;
    }
    
}

.sidebar-active{
    color: #7386D5 !important;
    background: #fff !important;
}
.sidebar-fixed-active {
    color: #F6BE17 !important;
    background: #FFF !important;
}

.is-hand{
    cursor: hand;
    cursor: pointer;
}
.text-middle{vertical-align: middle !important;}
input{border-radius: 0px !important;}
td.pbs{width: 35px !important;}
.minggu-ini {
    background-color: #1A237E !important; 
    color: #FFF !important;
}
.tidak,
.bawah,
.bawah-target {
    background-color: rgb(90, 71, 231) !important;
    color: #FFF !important;
}
.mencapai,
.target {
    background-color: rgb(4, 62, 110) !important;
    color: #FFF !important;
}
.persiapan {
    background-color: #F6BE17 !important;
    color: #FFF !important;
}
.belum,
.belum-lulus{
    background-color: #63be0d !important;
    color: #FFF !important;
}
.lulus,
.lulus-juziyah {    
    background-color: rgb(7, 102, 10)  !important;
    color: #FFF !important;
}
.color-legend{
    padding: 5px;
    border: solid 1px #ccc;
}

.min-width{min-width: 90px;}
.control-fa{border: solid 1px #CCC; padding: 0px 7px;}
.blockMsg{min-height: 80px !important; vertical-align: middle !important}
.hari-libur > a {
    background-color: #cd0a0a !important;
    background-image :none !important;
    color: #fff !important
}
.hari-kaldik > a{
    background-color: darkgreen !important;
    background-image: none !important;
    color: #fff !important;
    
}
.bg-success{
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-clear{
    background-color: #fff !important;
    border-color: #fff !important;
}
.dl-horizontal dt.text-left{text-align: left !important}
.pptq-bottom{
    padding: 5px 10px;
    background-color: #ccc
}
.pptq-bottom.active{
    color: #F6BE17 !important;
    background-color: #212121 !important}
.pptq-border{
    border-right: solid 1px #fff;
    border-left: solid 1px #fff}
.pptq-background{
    background-color: #F6BE17 !important; 
    color: #FFF !important;
    border: solid 1px #F6BE17 !important;
}
/** panel */
.panel-pptq {
    border-color: #F6BE17;
}

.panel-pptq>.panel-heading, .pptq-modal-header {
    color: #F6BE17;
    background-color: #000;
    border-color: #F6BE17;
}

.panel-pptq>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #F6BE17;
}

.panel-pptq>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #F6BE17;
}

.belum-lunas{
    color: #cd0a0a !important;
}
.sudah-lunas{
    color: #63be0d !important;
}

/** tab bottom */
.tabs-below>.nav-tabs {
    border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.tabs-bottom>.nav-tabs {
    border-top: 1px solid #ddd;
    background-color: #ff8d00;
}

.tabs-bottom>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
    color: #FFF;
}

.tabs-bottom>.nav-tabs>li.active {
    background-color: #FFF;
    color: #FF8D00;
    border-right: 0px;
}

.tabs-bottom>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding: 10px;
}

.tabs-bottom>.nav-tabs>li>a:hover,
.tabs-bottom>.nav-tabs>li>a:focus {
    
    color: #9CAC4D !important;
    background-color: #FFF
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-bottom>.nav-tabs>.active>a,
.tabs-bottom>.nav-tabs>.active>a:hover,
.tabs-bottom>.nav-tabs>.active>a:focus {
    border-color: transparent transparent #ddd #ddd;

}

.tabs-bottom>.tab-content>.tab-pane {
    padding-bottom: 50px !important;
}

.pptq-bottom{
    background-color: #9CAC4D !important;
    color: #FFF;
    padding: 0px;
}
.pptq-bottom.active,
.pptq-bottom .active{
    color: #9CAC4D !important;
    background-color: #FFF
}

.blueimp-gallery>.edit {
    bottom: 10px
}
.blueimp-gallery>.additional {
    position: absolute;
    left: 15px;
    color: #ccc;
    /**display: none; */
}

.ui-autocomplete {
    position: absolute;
    z-index: 2150000000 !important;
    cursor: default;
    border: 2px solid #ccc;
    padding: 5px 0;
    border-radius: 2px;
}

.jqplot-highlighter-tooltip{
    padding: 5px 10px !important; background-color: black !important; color: #FFF; 
    font-size: 24px !important;border-radius: 5px !important;
}
.chart-segment{height: 450px; width: 100%;}
.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.clsDatePicker {
    z-index: 2150000000 !important;
}
.no{
    width: 20px;
    text-align: right;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
@media print {
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12 {
        width: 100%;
   }
   .col-sm-11 {
        width: 91.66666667%;
   }
   .col-sm-10 {
        width: 83.33333333%;
   }
   .col-sm-9 {
        width: 75%;
   }
   .col-sm-8 {
        width: 66.66666667%;
   }
   .col-sm-7 {
        width: 58.33333333%;
   }
   .col-sm-6 {
        width: 50%;
   }
   .col-sm-5 {
        width: 41.66666667%;
   }
   .col-sm-4 {
        width: 33.33333333%;
   }
   .col-sm-3 {
        width: 25%;
   }
   .col-sm-2 {
        width: 16.66666667%;
   }
   .col-sm-1 {
        width: 8.33333333%;
   }
}
