.breadcrumb {
    top: 50px;
    width: 100%;
    z-index: 10;
    position: fixed;
    background-color: #009688;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

/*change breadcrumb links color*/
.breadcrumb a {
    color: #ffffff;
}

.breadcrumb a:hover {
    text-decoration: none;
}

/*change active color*/
.breadcrumb > .active {
    color: #9CD05F;
}

/*change breadcrumb separator to raquo symbol*/
.breadcrumb > li + li:before {
    content: "\00BB";
    color: #aaa;
}

.breadcrumb.brand-primary {
    background-color: #428bca;
}

.breadcrumb.brand-primary a {
    color: #fff;
}

.breadcrumb.brand-primary li.active {
    color: #eee;
}

.navbar {
    z-index: 11;
}

.navbar {
    z-index: 12;
}

/** Slide CSS costum ukuran */
.fill {
    width: 100%;
    height: 90%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/** ---------------------- */

/** Custom Bootstrap */
/** Navbar dan PAnel **/
body {
    padding-top: 50px;
    padding-bottom: 60px;
    font-size: 12px;
}

@viewport {
    zoom: 80%;
}
/**
.modal {
    padding-right: 0px;
    background-color: rgba(4, 4, 4, 0.8);
}

.modal-dialog {
    width: 80%;
}
.modal-content {
    overflow:auto;
}

.modal .modal-title {
    font-size: 3em;
    margin: 0 0 10px 0;
    font-weight: bold;
}
**/

.modal {
    background-color: rgba(4, 4, 4, 0.8);
}

.modal-dialog {
    width: 80%;

}

@media (max-width: 800px) {
    .modal-dialog {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .modal-dialog {
        width: 100%;
    }
}
@media (max-width: 360px) {
    .modal-dialog {
        width: 100%;
    }
}


@media only screen and (min-width: 320px) and (max-device-width: 480px) {
    .modal-dialog {
        width: 100%;
    }
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

/**Dropzobe */

.dropzone .dz-preview .dz-image {
    /*
     width: auto !important;
     height: auto !important;
    */

    width: 120px !important;
    height: 120px !important;

}

.dropzone .dz-preview .dz-image img {
    max-width: 100%;
}

/** klik gambar modal**/
.clik-gambar {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.clik-gambar:hover {
    opacity: 0.7;
}

/* Modal Content (image) */
.modal-gambar {
    margin: auto;
    display: block;
    width: 60%;
    max-width: 700px;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    /* color: #f1f1f1; */
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/**
* DATE PICKER MODAL
*/

.datepicker {
    z-index: 9999 !important;
}

hr {
    height: 1px;
    border-top: 0;
    background: #289679;

}

.satu {
    width: 100%;
}

/*
* Costum NAVBAR
*/
.navbar {
    border-radius: 0;
}

.navbar-new {
    background-color: #23BAB5;
    border-color: #0FA6A1;
}

.navbar-new .navbar-brand,
.navbar-new .navbar-brand:hover,
.navbar-new .navbar-brand:focus {
    color: #FFF;
}

.navbar-new .navbar-nav > li > a {
    color: #FFF;
}

.navbar-new .navbar-nav > li > a:hover,
.navbar-new .navbar-nav > li > a:focus {
    background-color: #0FA6A1;
}

.navbar-new .navbar-nav > .active > a,
.navbar-new .navbar-nav > .active > a:hover,
.navbar-new .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #0FA6A1;
}

.navbar-new .navbar-text {
    color: #FFF;
}

.navbar-new .navbar-toggle {
    border-color: #0FA6A1;
}

.navbar-new .navbar-toggle:hover,
.navbar-new .navbar-toggle:focus {
    background-color: #0FA6A1;
}

.navbar-new .navbar-toggle .icon-bar {
    background-color: #FFF;
}

/*
Ahir NAVBAR
*/

th, td {
    padding: 0px;
}

/**
Print hidden
*/
#print_hidden {
    display: none;
}

/**
TOOGLE
*/

.menu_sidebar {
    top: 100px;
    z-index: 999;
    position: fixed;
}
@media only screen and (max-width: 760px) {
    .menu_sidebar {

        z-index: 1;
        position: relative;
    }
}

#wrapper {
    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

#wrapper.active {
    padding-left: 250px;
}

#sidebar-wrapper {

    margin-left: -250px;
    left: 0px;
    width: 250px;
    background-color: #009688;
    position: fixed;
    height: 100%;
    z-index: 10000;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}

.sub_icon {
    float: right;
    padding-right: 32px;
    padding-top: 10px;
}

#wrapper.active #sidebar-wrapper {
    left: 250px;
}

#page-content-wrapper {
    width: 100%;
}

#sidebar_menu li a, .sidebar-nav li a {
    color: #ffffff;
    display: block;
    float: left;
    text-decoration: none;
    width: 250px;
    background: #289679;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0px;
        transition: all .4s ease 0s;
    }

    #sidebar-wrapper {
        left: 0px;
    }

    #wrapper.active #sidebar-wrapper {
        left: 250px;
        width: 250px;
        transition: all .4s ease 0s;
    }
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    display: block;
    float: left;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    text-indent: 20px;
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;

}

.sidebar-nav li a {
    color: #96ff6d;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li:first-child a:after {
    color: #fff;
    background-color: #1a1a1a;
}

.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;
}

.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;
}

.sidebar-nav li:nth-child(4):before {
    background-color: #314190;
}

.sidebar-nav li:nth-child(5):before {
    background-color: #279636;
}

.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;
}

.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;
}

.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;
}

.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}