@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/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);



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

.link-u a:hover{
  color: #438EB9;
  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;
}

.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: 5px;
}


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

/*===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;
}


/* Colorpicker GEDE dikit*/
.colorpicker-2x .colorpicker-saturation {
     width: 200px;
     height: 200px;
}
 .colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha {
     width: 30px;
     height: 200px;
}
 .colorpicker-2x .colorpicker-color, .colorpicker-2x .colorpicker-color div {
     height: 30px;
}



/*
  TREE
*/
.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tree ul {
    margin-left: 1em;
    position: relative;
}

.tree ul ul {
    margin-left: .5em
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px dotted
}

.tree li {
    margin: 0;
    padding: 0 1em;
    line-height: 2em;
    /*color: #990000;*/
    /*font-weight: 700;*/
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    white-space:nowrap;
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px dotted;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    /*color: #369;*/
}

.tree li:hover {
    /*color: #357;*/
}

.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; 
    outline: 0;
}

.tree label{
  font-weight: normal;
}

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

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

}


/*
  Maps
*/
#map{
  height:calc(100vh - 188px);
} 

.box-button-menu{
  position: absolute;
  right:14px;
  top:60px;
}


.box-layer{
  border: none;
  position: absolute;
  right:14px;
  top:96px;
  z-index: 1000;
  min-width: 350px; 
}



.box-heading{
  padding: 30px;
  font-weight: bold;
}

.box-map-body{
  max-height: 500px;
  min-width: 300px;
  overflow: scroll;
}


/*
  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.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li>a:hover{
 /* font-weight: bold;*/
  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: #eee;
} 

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

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



/* 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;
}

.pre-white{
  background-color: transparent;
  border: none;
  font-family: arial;
}