/*@import url(../../../assets/bootstrap/css/bootstrap.min.css);*/
@import url(../../../assets/plugins/vertical-tabs/bootstrap.vertical-tabs.css);
@import url(../../../assets/plugins/font-awesome/css/font-awesome.min.css);
@import url(../../../assets/plugins/bootstrap-sweetalert/dist/sweetalert2.min.css);
/*@import url(../../../assets/dist/css/Admin.css);*/
@import url(../../../assets/dist/css/tables.css);
@import url(../../../assets/dist/css/animate.css);
@import url(../../../assets/dist/css/bg.css);
/*@import url(../../../assets/dist/css/skins/_all-skins.css);*/
@import url(../../../assets/plugins/bootstrap-select/bootstrap-select.min.css);
@import url(../../../assets/plugins/jQueryUI/jquery-ui.min.css);
/*@import url(../../../assets/dist/css/nav_custom.css);*/


body{
  background-color: #f2f2f2;
  font-family: 'arial';
  /*font-size: 1.2em;*/
  color: #222;
}

.footer{
  background-color: #092C52;
  margin-top: 100px;
  padding: 10px;
  color: #fff;
  margin-left:0px;
  margin-right: 0px;
}

.top-header{
  margin-bottom: 0px;
  background-color: #092c52;
  /*border-bottom: 3px solid #FFCA04;*/
}

.lebar-content{
  width: 96%;
}

.konten{ 
  min-height: 500px
}

.font-bold{
  font-weight: bold;
}

.navbar-default{
  border: none !important;
  margin: 0px;
  background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #1257a1;
}

.panel-heading{
  font-weight: bold;
  color: #595959 !important;
}

.panel-heading h3{
  margin: 2px 0px 2px 0px;
  color: #4d4d4d;
}

/*.panel-body table tr td{
  border-bottom: 1px solid #e6e6e6;
}*/

.swal2-popup {
  font-size: 1.4rem !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


.collapsing {
  background-color: #eee;
}

:root {
  --main-bg-color: #ccc;
  --main-text-color: #333;
  --hover-color: #0f4a8a;
}

.nav-tabs>li>a{
  background-color: #eee;
  color:#333;
  border-top: 1px solid var(--main-bg-color); 
  border-left: 1px solid var(--main-bg-color); 
  border-right: 1px solid var(--main-bg-color);
  border-bottom: 1px solid var(--main-bg-color); 
}


.nav-tabs>li.active>a{
  font-weight: bold;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li>a:hover{
  border-top: 1px solid var(--main-bg-color); 
  border-left: 1px solid var(--main-bg-color); 
  border-right: 1px solid var(--main-bg-color); 
}

.nav-tabs>li>a:hover{
  /*background-color: var(--hover-color);
  color:#fff;*/
}

.nav-tabs {
   border-bottom: 1px solid var(--main-bg-color); 
}

.tab-content{
  border-left: 1px solid var(--main-bg-color); 
  border-right: 1px solid var(--main-bg-color); 
  border-bottom: 1px solid var(--main-bg-color); 
  padding: 20px;
}

/*table thead{
  text-transform: uppercase;
  font-size: 13px;
}


.table tr td{
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  vertical-align: middle !important;
}

.table tr td a.btn{
  margin: 0px !important;
}

.table-form tr td p{
  padding-left: 4px !important;
}
*/


/*
TABLE FIX HEADER
*/




/*
  NAVBAR MODIF
*/

/*
  PANEL COLLAPSE
*/
.panel-title a {
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
}

/*.panel-default > .panel-heading > .panel-title.collapsed > a{
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
    
    
.panel-default > .panel-heading > .panel-title:not(.collapsed) > a{
  color: #fff;
  background-color: #0f4a8a;
  border-color: #0f4a8a;
}

.panel-default > .panel-heading, .panel-default > .panel-heading > h3 {
  color: #fff !important;
  background-color: #0f4a8a;
}*/

.input_loading {
  background-image: url('../../../../../images/preview.gif');  
  background-repeat: no-repeat;
}


/* Make Select2 boxes match Bootstrap3 heights: */
.select2-selection__rendered {
  line-height: 32px !important;
}

.select2-selection {
  height: 34px !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;  

}

.has-error {
  background-color: #ffe6e6 !important;
}






.table-fixheader { 
  overflow-y: auto; 
  height: 800px; 
}

.highcharts-figure,
.highcharts-data-table table {
    margin: 1em auto;
}

.highcharts-title {
    font-weight: bold;
    font-size: 18px !important;
}

.highcharts-axis-labels {
  font-size: 14px;
  font-weight: bold;
}
.highcharts-tooltip {
  font-size: 16px;
}
.highcharts-axis-title {
  font-size: 14px !important;
}