html, body{
    padding: 0;
    margin: 0;
}
.panel-body .input-group,
.panel-body .progress {
    /*.panel-body > .btn-group {*/
    margin-top: 10px;
}
.main_daft_panel .main_daft_cont .btn-group{
    margin: 0;
}
/*untuk menormalkan double margin pada bootstrap-select
yang menggunakan .input-group bersamaan .btn-group*/
.input-group .btn-group{
    margin-top: 0;
}
@media (min-width: 500px) {
    .input-group-addon {
        min-width: 160px;
    }
    .input-group-addon-a {
        min-width: auto;
    }
}
.highlight { 
    background: #ff0; 
}
.glyphicon {
    top: 3px;
    font-size: 16px;
    line-height: 0.5;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.panel-heading {
    padding: 10px;
    padding-top: 20px;
}
.panel-info {
    padding: 10px;
    overflow: auto;
}
.panel-body {
    padding-top: 0px;
    padding-bottom: 10px;
}
.jumbotron h1 {font-size: 48px;}
.jumbotron p.page-usage-desc {line-height: 1.2em;}
.jumbotron .page-usage-desc .glyphicon {vertical-align:top; top:8px;}
.container-fluid .jumbotron {
    font-family: 'Cuprum', sans-serif;
    padding: 20px;
    padding-left: 40px;
    margin-bottom: 20px;
    background-repeat: no-repeat; background-position: 95% -40%; background-size: 160px;
}
@media (max-width: 767px) {
    .container-fluid .jumbotron {
        padding: 20px;
    }
}
.daftcr .modal-body {
    padding-top: 5px;
    padding-bottom: 5px;
}
.daftcr .daftcr_footer {
    padding-bottom: 15px;
}
.footer {
    margin: 0; 
    padding: 0; 
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #444;
    background: rgba(240,240,240,0.3);
    z-index: 2000;
}
.modal {
    top: 30px;
}
@media (max-width: 767px) {
    .modal {
        top: 50px;
    }
}
.modal .close {
    color: #fff; 
    opacity: 1;
}





.navbar {
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
    z-index: 2000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color:#eee;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background: rgba(255,255,255,0.1);
}		
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ddd;
    background-color: rgba(0,0,0,0.1);
}		










#main {
    margin-top: 50px;
    min-height: 800px;
    overflow: hidden;
}
#content {
    padding: 0px;
    padding-top: 20px;
    position: relative;
    box-shadow: 0 0 6px #131313;
    padding-bottom: 9000px !important;
    margin-bottom: -9000px !important;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#sidebar-left {
    position:relative;
    z-index: inherit;
    padding-bottom: 9000px !important;
    margin-bottom: -9000px !important;
    background: url("../../img/blur1white.png") top left no-repeat, #6E78A0 url("../../img/texture/classy-fabric.png") 0 0 repeat;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#sidebar-left.col-xs-2 {
    opacity: 0;
    width: 0%;
    padding: 0;
}
#sidebar-left .menu-item-wrapper {
    position: relative;
}
#sidebar-left .dropdown > .dropdown-toggle > .fa {
    margin-top: -4px;
}
#sidebar-left .menu-item-right-pos {
    position: absolute; top:0; right: 0;
}



.sidebar-show #sidebar-left.col-xs-2 {
    opacity: 1;
    width: 16.666666666666664%;
    padding: 0 15px;
}
.sidebar-show #content.col-xs-12 {
    opacity: 1;
    width: 83.33333333333334%;
}
@media (min-width: 768px) {
    #sidebar-left.col-sm-2 {
        opacity: 1;
        width: 16.666666666666664%;
        padding: 0 15px;
    }
    .sidebar-show #sidebar-left.col-sm-2 {
        opacity: 0;
        width:0;
        padding:0;
    }
    .sidebar-show #content.col-sm-10 {
        opacity: 1;
        width:100%;
    }
}





.nav.main-menu {
    margin:0 -15px;
    margin-top: 20px;
}
.nav.main-menu .divider {
    background:rgba(0, 0, 0, 0.2);
}
.nav.main-menu > li > a {
    text-align: center;
    color:#eee;
    min-height: 50px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background:rgba(0, 0, 0, 0.1);
}
.nav.main-menu > li > a:hover, .nav.main-menu > li > a:focus, .nav.main-menu > li.active > a, 
.nav.main-menu .open > a, .nav.main-menu .open > a:hover, .nav.main-menu .open > a:focus,
.nav.main-menu .dropdown-menu > li > a:focus, .nav.main-menu .dropdown-menu > li > a:hover, 
.nav.main-menu .dropdown-menu > li.active > a {
    background:rgba(0, 0, 0, 0.1);
}
.nav.main-menu a.active {
    background:rgba(0, 0, 0, 0.2);
}
.nav.main-menu a.active:hover {
    background:rgba(0, 0, 0, 0.2);
}
.nav.main-menu a.active-parent {
    background: rgba(0, 0, 0, 0.3);
}
.nav.main-menu a.active-parent:hover {
    background: rgba(0, 0, 0, 0.3);
}
.nav.main-menu > li > a > i {
    /*font-size: 18px;*/
    width: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.main-menu .dropdown-menu {
    position: absolute;
    z-index: 2001;
    left: 100%;
    top: 0;
    float: none;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0;
    background: rgba(70,70,90,0.8);
    box-shadow: none;
    visibility: hidden;
    overflow: hidden;
}
.main-menu .active-parent + .dropdown-menu {
    visibility: visible;
}
/*.main-menu .active-parent:hover + .dropdown-menu {
    visibility: visible;
}*/
/*.main-menu .active-parent + .dropdown-menu:hover {
    visibility: visible;
}*/
.main-menu .dropdown-menu > li > a {
    padding:9px 15px 9px 40px;
    color:#eee;
}
.main-menu .dropdown-menu > li:first-child > a {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.main-menu .dropdown-menu > li:last-child > a {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
@media (min-width: 992px) {
    .nav.main-menu > li > a {
        text-align: left;
    }
    .nav.main-menu > li > a > i {
        /*font-size:14px;*/
        width: 30px;
        display: inline-block;
    }
    .main-menu .dropdown-menu {
        position: relative;
        z-index: inherit;
        left:0;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background:rgba(0, 0, 0, 0.2);
        visibility: visible;
    }
    .main-menu .dropdown-menu > li > a {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }
}





#top-panel {
    line-height: 50px;
    height: 50px;
}

a.show-sidebar, a.show-notif {
    margin-right: 5px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color:#cccccf;
    text-decoration: none;
    padding: 5px;
}
a.show-sidebar {
    margin-right: 10px;
}
a:hover.show-sidebar, a:hover.show-notif, .navbar-nav.panel-menu-account > li > a:hover.account {
    color:#eeeeef;
    text-decoration: none;
    background: rgba(255,255,255,0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.show-sidebar .badge, .show-notif .badge {
    margin-top: 5px;
    padding: 3px 6px;
    vertical-align: top;
}
.navbar-nav.panel-menu-account a.account {
    height: 50px;
    padding: 5px 0 5px 10px;
    line-height: 18px;
    color:#cccccf;
}
@media (max-width: 400px) {
    .navbar-nav.panel-menu-account a.account {
        padding: 5px 0 5px 10px;
    }
}

.navbar-nav.panel-menu-account {
    margin: 0;
}
.navbar-nav.panel-menu-account > li > a {
    padding: 0 5px 0 10px;
    line-height: 50px;
}
.navbar-nav.panel-menu-account > li > a:hover {
    background: none;
}
.navbar-nav.panel-menu-account i {
    margin-top: 8px;
    padding: 5px;
    font-size: 20px;
    color: #888;
    line-height: 1em;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.navbar-nav.panel-menu-account > li > a:hover > i {
    background: #f5f5f5;
}
.navbar-nav.panel-menu-account i.pull-right {
    border: 0;
    box-shadow: none;
    font-size: 16px;
    background: none !important;
}
.navbar-nav.panel-menu-account .dropdown-menu {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 0;
    border: 0;
    right: 0;
    left: auto;
    min-width: 100%;
}
.navbar-nav.panel-menu-account .dropdown-menu > li > a {
    padding:5px 10px !important;
    color:#eee;
}
.navbar-nav.panel-menu-account .dropdown-menu > li > a > i {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.avatar {
    width: 40px;
    float: left;
    margin-right: 5px;
}
.avatar > img {
    width:40px;
    height:40px;
    border: 1px solid #555;
}
.avatar_profiluser {
    width: 80px;
    float: left;
    margin-right: 5px;
}
.avatar_profiluser img {
    width:80px;
    height:80px;
    border: 1px solid #555;
}
.user-mini > span {
    display: block;
    font-size: 12px;
    color:#bbb;
    margin-bottom: -4px;
}
.user-mini > span.welcome {
    font-weight: bold;
    margin-top: 2px;
}
@media (max-width: 620px) {
    .user-mini, .show-sidebar .text {
        display: none;
    }
}
@media (max-width: 400px) {
    .navbar-nav.panel-menu-account i.pull-right {
        margin-left: 0;
    }
    .avatar {
        margin: 0;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: none;
    }
}

.status_tr,
.status_ord,
.status_data,
.status_form {
    font-size: 14px;
    font-weight: 500;
}

.main_filter_panel hr,
.main_daft_panel hr,
.main_form_panel hr {
    margin-top: 10px;
    margin-bottom: 0px;
    border-color: #ddd;
}

.panel-mini {
    margin:0;
    margin-top: 10px;
    border-color: rgba(0,0,0,0.1);
}
.panel-mini .panel-heading h5 {
    margin: 0;
    padding-top: 3px;
    line-height: 1.5em;
}
.panel-mini .panel-body {
    padding: 0px 10px 10px;
}
.panel-mini .panel-heading {
    padding: 0; padding-left: 10px;
    background-color: rgba(0,0,0,0.1);
    color: inherit;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .input-group-addon-sm {
        min-width: 100px;
    }
}
@media (min-width: 500px) and (max-width: 1200px) {
    .input-group-addon-mini {
        min-width: 100px;
    }
    .panel-mini .input-group-addon {
        min-width: 100px;
    }
}
.panel-mini .head-wrapper {
    position: relative;
}
.panel-mini .head-right-pos {
    position: absolute; top: 0px; right: 15px;
    padding-top: 3px;
    line-height: 1.5em;
}
.panel-mini .head-right-pos input {
    margin: 0; padding: 0;
}

/*standar logo*/
.text_logo_md {
    font-family: 'Lobster Two', sans-serif;
    font-weight: normal; font-size: 36px; color: #fff;
    line-height: 1em;
    margin: 0; padding: 0;
    margin-bottom: 5px;
}
.text_subtitle_md {
    font-weight: normal; font-size: 14px; color: #fff;
}


/*dashboard*/
.panel-grafik-dashboard {
    margin:0;
    margin-top: 10px;
}
.panel-grafik-dashboard .panel-heading {
    padding: 0; padding-left: 10px;
}
.panel-grafik-dashboard .panel-heading h4 {
    margin: 0;
    line-height: 1.5em;
}

.deepshadow {
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#action_confirm, #action_info {
    margin-top: 100px;
}
.panel-footer {
    background: none;
    border-top: none;
}



/*layar xs*/
@media (max-width: 767px) {
}
/*layar sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .pad-lr-sm {
        padding-left: 40px; padding-right: 40px;
    }
}
/*layar md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .pad-lr-md {
        padding-left: 40px; padding-right: 40px;
    }
}
/*layar lg*/
@media (min-width: 1200px) {
    .pad-lr-lg {
        padding-left: 40px; padding-right: 40px;
    }
}
.navbar-header > .navbar-brand {
    font-family: 'Lobster Two','Helvetica Neue',Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: rgba(255,255,100,0.8);
    white-space: nowrap;
    outline: none;
}

.daftcr_filter .input-group {
    margin-top: 10px;
}



/*caption table column uppercase*/
.main_daft_panel th, .main_daft_cont th {
    text-transform: uppercase;
}

/*sort icon more transparant*/
.main_daft_panel .table > thead > tr > th > a,
.main_daft_cont .table > thead > tr > th > a
{
    color: rgba(0,0,0,0.1);
}
.main_daft_panel .print_dump{
    display: none;
}

/*different base font*/
html, body, 
.form-control, .btn,
.input-group-addon, .input-group-addon-a, 
.input-group-addon-mini, .input-group-addon-sm,
.dropdown-menu {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.form-control {
    height: auto;
}
.input-group-addon, .input-group-addon-a, 
.input-group-addon-mini, .input-group-addon-sm {
    line-height: auto;
}
.panel-title {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2;
}
.table > tbody > tr > td, .table > tbody > tr > th, 
.table > tfoot > tr > td, .table > tfoot > tr > th, 
.table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.3;
    vertical-align: middle;
    padding: 4px;
}
/*end*/


#uploadimage .image_preview{
    margin-top: 10px;
}
#uploadimage .previewing{
    width: auto;
    height: 230px;
}



.status_tr .input-group-addon {
    background-color: #eeb;
}
.status_tr .form-control {
    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;
}

