@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/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/datetimepicker/bootstrap-datetimepicker.css);*/
@import url(../../../assets/plugins/bootstrap-colorpicker/css/bootstrap-colorpicker.min.css);
@import url(../../../assets/plugins/bootstrap-select/bootstrap-select.min.css);
@import url(../../../../../plugin/ol530/ol.css);
@import url(../../../assets/plugins/jQueryUI/jquery-ui.min.css);

.logo-lg{
  color: #fff !important;
}


.link-u a:link,.link-u a:visited{
  color: #333;
}

.link-u a:hover{
  color: #438EB9;
  text-decoration: underline;
}
 
table tr td > a{
  color: #333;
}

table tr td > a:hover{
  color: #e64d00;
  text-decoration: underline;
}

.kotak {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.form-horizontal .control-label{
  /*text-align:left;*/
  font-weight: normal;
  vertical-align: middle;
}

.form-horizontal .control-label.text-left{
    text-align:left;
}

.form-horizontal .input-group .control-label{
    padding: 0px;
}

.btn {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

input , select{
  border:1px solid #b3b3b3 !important;
}

.form-group{
  border-bottom: 1px solid #eee;
  margin: 0px;
  padding: 3px;
}

/*input.form-fixer {
  padding: 2px;
}

.form-horizontal .form-group input, 
.form-horizontal .form-group select,
.form-horizontal .form-group label,
.form-horizontal .form-group input-group,
{ 
   padding: 1px;
}*/


.text-left{
  text-align:left;
}

.text-center{
  text-align:center;
}

.text-right{
  text-align: right;
}

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


.content-top-header {
  position: relative;
  padding: 15px 15px 15px 15px;
  /*border-bottom: 4px solid #005985;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#299a0b+0,299a0b+100;Green+Flat+%231 */
background: rgb(41,154,11); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=1 ); /* IE6-9 */

}
.content-top-header > h3 {
  margin: 0;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.table-responsive{
	padding-bottom: 0px;
}

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

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

/*===LOADING PAGE ===*/

#hidden {
    display:none
}
#progress-bar {
    position:fixed;
    z-index:9999;
    top:0;
    left:0;
    width:0;
    height:5px;
    background-color:#4aa6e7
}
#loading {
    position:fixed;
    z-index:1500;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #262626 url('../img/loading2.gif') no-repeat center;
}
 
.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);}
}

/*
  DRAG DROP ORDER SAVE
*/
tr td .dragdrop:hover{
    cursor: move;
    width: 100%;
}

tr td .dragdrop a:link,tr td .dragdrop a:visited{
    text-decoration: none;
}



.box-title{
  font-size: 24px !important;
  color: #fff;
}

.box-header{
  background-color: #999999;

}




/*
  POPUP
*/
#info {
  background-color: #000;
  color: #fff;
  /*opacity: 0.9;*/
  font-size: 12px;
  font-family: arial;
  border: 1px solid white;
  border-radius: 10px 10px 10px 0;
  padding: 8px;
} 

.pilihlayerwms{
  display: none;
  background-color: #006600;
  color: #fff;
  position: absolute;
  left:10px;
  bottom:10px;
  z-index: 1000;
  width: 500px;
  padding: 10px;
}

.typesxx {
/*    position: absolute;
    bottom: 10px;
    left: 10px;*/
    margin-top: 10px;
    z-index: 1000;
    /*background-color: rgba(110, 229, 29, 0.8);*/
    padding: 10px;
    width: 400px;
    display: none;
}

.text-normal{
  font-weight: normal;
}

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

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

:root {
  --main-bg-color: #ccc;
}

.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{
  
}

.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;
}



.dv_jenis_bayar {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

.coret{
  text-decoration: line-through;
}


.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  background-color: #fff;
} 

table.tabel-no-border{
  width: 100%;
}

table.tabel-no-border tr td{
  padding: 4px 4px 4px 4px;
}

.separator-form-top{
  border-top: 2px solid #d9d9d9;
}

.separator-form-bottom{
  border-bottom: 2px solid #d9d9d9;
}


/*
  LABEL CUSTOM
*/
.label-coklat {
  background-color: #993300;
}
.label-coklat[href]:hover,
.label-coklat[href]:focus {
  background-color: #e0e12;
}


.label-abu {
  background-color: #669999;
}
.label-abu[href]:hover,
.label-abu[href]:focus {
  background-color: #e0e12;
}


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

.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;
}

.text-upper {
  text-transform:uppercase;
}

.text-merah{
  color:red;
  font-weight: bold;
}

.box-home{
  height: 280px !important;
}

.panel-body h2.title-summary{
  font-size: 80px;
  color: #595959;
  padding: 0px;
  margin: 0px;
}

.panel-body h3.sub-title-summary{
  font-size: 20px;
  color: #666666;
  padding: 0px;
  margin: 0px;
}

