/**
 * All your custom CSS should go into this file
 */

/* this what cause the imbecile init shattered */
/*.container{ width: 1030px !important;}*/

.background-image {
    background-color: #E8E9EE;
}

.login-container {
    background-color: #fff;
    margin-top:45px;
	margin-bottom:45px;
	padding: 20px 0 !important;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.2);
}

.background-login-header {
    background-color: #fff;
    background-image: url('../img/Industry_Solutions.jpg'); 
    background-position: center;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 10px !important; 
    padding-top: 0 !important; 
    padding-bottom: 0 !important; 
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
	height: 300px;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}

.background-login-header div {
	padding-top: 80px;
    vertical-align: middle;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}

.background-login-header strong {
	font-size: 21px;
    font-weight: 400;
}

.login-header {
    font-size: 40px;
    height: 60px !important;
    background-color: #3f4549;
    color: #fff;
}

.login-wrapper {
    margin: 75px auto 0 !important;
}

.btn-info-login.btn-perspective, .btn-info-login.btn-perspective:hover {
    -webkit-box-shadow: 0px 3px 0px #2C3439;
    -moz-box-shadow: 0px 3px 0px #2C3439;
    box-shadow: 0px 3px 0px #2C3439;
    color: #fff;
}

.btn-info-login  {
    background-color: #3f4549;
    border-color: #3f4549;
}

.btn-info-login:hover {
    background-color: #34393d;
    border-color: #34393d;
}

.login-label {
    color: #3f4549;
}

.the-box {
    /*margin-top: 25px;*/
    margin-bottom: 30px;
    min-height: 450px;
}

.the-box-db {
    margin-top: 25px;
    margin-bottom: 30px;
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 5px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    outline: none;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.ava {
    height: 40px;
    left: 10px;
    top: 10px;
    width: 40px;
    margin-right: 10px;
}

.success {
    color: #34BC9B;
    display: block;
    font-family: Calibri;
    font-size: 10pt;    
    letter-spacing: 0.5px;
    padding: 4px 0 2px 5px;
    text-transform: none;    
}

.error {
    color: #e9573f;
    display: block;
    font-family: inherit;
    /*font-size: 10pt;*/
    /*letter-spacing: 0.5px;*/
    padding: 4px 0 2px 5px;
    text-transform: none;    
}

.sidebar-left, .nav-tabs, .table-responsive, table {
	/*font-size: 10pt;*/
}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    outline: none;
}

.nav-tabs > li > a, .dropdown-menu, .panel-heading, .panel-body {
	border-radius: 0;
}

.panel-group > .panel-heading {
	padding: 0;
}

.the-box > .nav-tabs {
	background: #37bc9b;	
	padding: 5px 5px 0 5px;
    font-size: small;
}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: white;
}

#vertical_tab > .nav-tabs > li > a, #vertical_tab > .nav-tabs > li.active > a, #vertical_tab > .nav-tabs > li.active > a:hover, #vertical_tab > .nav-tabs > li.active > a:focus {
    color: #434a54;
    border-radius: 3px 0 0 3px;
    font-size: small;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #434a54;
}

#vertical_tab > .nav-tabs > li.active > a, #vertical_tab > .nav-tabs > li.active > a:hover, #vertical_tab > .nav-tabs > li.active > a:focus {
    color: #434a54;
    border-right: 1px solid white;
    border-left: 5px solid #d26911;
    background: transparent;    
    -moz-box-shadow: -2px 2px 3px #eee;
    -webkit-box-shadow: -2px 2px 3px #eee;
    box-shadow: -2px 2px 3px #eee;
}

/*#vertical_tab > .nav-tabs > li > a:hover, #vertical_tab > .nav-tabs > li > a:focus {
	border-left: 5px solid #d26911;
    background: transparent;
}*/

#vertical_tab > .nav-tabs > li > a:hover, #vertical_tab > .nav-tabs > li > a:focus {
    background: #eee;
    border-color: #eee #eee #ddd;
    border-left: 5px solid #d26911;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: #27a283;
    border-color: #27a283;
    border: 0;
}

.the-box > .tab-content > .tab-pane {
	padding: 15px;
}

.datepicker {
	z-index: 9999999;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background: #27a283;
}

.no-padding{ padding: 0!important; }

.full-name{
    font-size: 25pt;
    font-weight: bold;
}
/*.position{ font-size: 13pt; }*/
.locality{ font-size: 10pt; }

.logo-brand {
    background-color: #2c3439;
    background-image: url("../img/logo_sil.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    margin: 0;
    padding: 0;
}

.square-thumb {
    width: 108px;
    height: 108px;
}

.thumbnail{
    margin-bottom: 5px!important;  
}

.navbar-inverse {
    background-color: #232A34;
    /*height: 11%;*/
}

.media-body > p > img {padding: 0; margin: 0 10px 0 0;}
.media-body > p { font-size: 10pt;}
.flexslider{ margin-bottom: 20px;}

.well-ticker {
    background-color: #f5f5f5;    
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 9px 15px;
}
h4.small-title{ font-size: 13px!important; border-bottom: 1px solid #f5f5f5; padding-bottom: 10px;}

.modal-body, .table, .showing{ font-size: small!important; }
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-radius: 0; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 5px;}
textarea { resize: none; }
/*.bootstrap-timepicker-widget.dropdown-menu*/
.bootstrap-timepicker-widget.dropdown-menu { z-index: 100000; }
.datepicker{z-index:1151 !important;}
.sidebar-left{font-size: 10pt;}

.well-info {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;    
    color: #31708f;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 15px;
}


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  margin-top: 20px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-content
{
    width:320px;
    padding: 15px;
    padding-bottom:0px;
}
.navbar-content:before, .navbar-content:after
{
    display: table;
    content: "";
    line-height: 0;
}
.navbar-nav.navbar-right:last-child {
margin-right: 15px !important;
}
.navbar-footer 
{
    background-color:#DDD;
}
.navbar-footer-content { padding:15px 15px 15px 15px; }
.dropdown-menu {
padding: 0px;
overflow: hidden;
}

.dropdown-menu{ margin: 0!important; }

.icon-sidebar {    
    text-align: center;
    width: 30px; 
    padding-right: 15px;
}

.page-tab {
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
    padding-bottom: 9px;
}

#proses_produksi {    
    height: 90px;
    overflow: auto;    
}

 
.multidropdown-on {
    color: #ffffff;
    background-color: #3399ff;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.multiselect{
    overflow: hidden;
}


/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */



#sidebar-wrapper {
    z-index: 1000;
    position: relative;
    width: 0;
    height: 100%;
    overflow-y: hidden;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Sidebar Styles */

.sidebar-nav {
    position: relative;
	float:left;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 15px;
    font-weight: bold;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/**/
#rowparam_id .col-lg-1 { width:9% !important; }

/* NAVIGATION MENU TEXT STYLE */
#menu div a { color: #fff; opacity:0.6; font-size: 15px; text-decoration: none; }
#menu div a.active { color: #37BC9B; opacity:1; border-bottom: 2px solid; }
#menu div a:hover { color: #37BC9B; opacity:1; }

/* MOVED FROM FRONTEND TO AVOID INLINE CSS ISSUE */
.logo-container, .menu-toggle-button { float: left; }

#logo-section .navbar-brand { padding: 0; margin: 0; }

#logo-section .app-image { height: 50px; padding: 0; margin: 0; }

.menu-toggle-button a { /*color: white;*/ font-size: 30px; }

.menu-toggle-button a span { margin-top: 11px; margin-left: 15px; }

#sidebar-wrapper .row { margin-left: 15px !important; }

#sidebar-wrapper .row .form-group { margin-left:0px; width:90% !important; margin-top:10px; }

#sidebar-wrapper .row h3 { color:#ccc; }

#jstree { margin-left:15px; }

#download-kecamatan-div { margin-top:15px; }

.layer2-col, .layer1-col { margin-left:15px; }

#gallery { margin-top: 5px; }

/* main content separated from header */
#sidebar-wrapper { width: 17%; height: 96.4%; float: left; overflow-x: hidden; padding-top: 30px !important; }
#layer1bar { float:right; position: relative; background-color: white; height: 100%; width: 19%; padding-top: 30px !important; }
#layer2bar { float:right; position: relative; background-color: white; height: 100%; width: 19% !important; }
#map { height: 600px; padding-top: 5% !important; }

#map-container { margin-top: 35px; }
.container { width: 100% !important; padding: 0px; }

/* PARALLAX-LIKE STYLE */
.content { margin: 0 auto; width: 960px; }

#tabular-content {
    background-color: #275049;
    color: #333333;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.title { 
    font-family: 'Goudy Bookletter 1911', serif; 
    font-weight: normal; 
    font-size: 30px; 
    text-align: center; 
    padding-top: 50px;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.title-tabular { 
    font-family: 'Goudy Bookletter 1911', serif; 
    font-weight: normal; 
    font-size: 30px; 
    text-align: center; 
    padding-top: 50px;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#backbutt { margin-left: 15px; margin-top: 40px; margin-bottom: -10px; padding-bottom:10px; }

/* TABLE KRITERIA */
.table thead tr.tahe { background-color: #454B53 !important; color: white; }

.table tbody tr.cemar-berat { background-color: #CB4B4B !important; color: white; }
.table tbody td.cemar-berat { background-color: #CB4B4B !important; color: white; }
.table tbody tr.cemar-sedang { background-color: #EDC240 !important; color: white; }
.table tbody td.cemar-sedang { background-color: #EDC240 !important; color: white; }
.table tbody tr.cemar-ringan { background-color: #4DA74D !important; color: white; }
.table tbody td.cemar-ringan { background-color: #4DA74D !important; color: white; }
.table tbody tr.ok { background-color: #2E85CB !important; color: white; }
.table tbody td.ok { background-color: #2E85CB !important; color: white; }

/* BACKGROUND IMAGE */
#section0 { background-image: url(../img/bg.jpg); background-size: cover; }
#section1 { background-image: url(../img/bg-2.jpg); background-size: cover; }

div.transbox { background-color: #ffffff; border: 1px solid black; opacity: 0.8; }

div.transbox table { margin: 5% 0 5% 0; font-weight: bold; color: #000000; }

#section0 .fp-tableCell, #section1 .fp-tableCell { padding-top: 5%; }

body { padding-top: 1.7% !important; }

.leaflet-control { margin-top: 17px !important; }

.container-fluid { margin-top: 3% }

#tahun { margin-top: 10px; }

#tahun_layer2, #tahun { width: 230px; }

.row-tahun-layer2 { margin-top:10px; margin-bottom:0px; }

#layer2-title { margin-left:-20px; }

#modal_gallery .modal-dialog { width:70% }