.hide{
	display: none !important;
}

.btn-carana{
	background-color: #d6d6d6;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn-carana a{
	margin: 15px;
	color: #666;
	font-weight: bold;
}
.midle-center tr th{
	text-align: center; 
	vertical-align: middle;
}

table input.form-control{
	max-width: 120px;
	margin: auto 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.img-mobile{
  display: none;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.sec-note{
  background: #fbfbb7;
  border: 1px solid #dcdbcc;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  padding: 5px 15px;
  margin: 15px 0;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.three{
  	background-color: #19191980;
  	padding: 50px 0;
	width: 100%; 
	height: 100%;
	position: absolute;
	z-index: 99;
}

.loaderna{
	background-color: #fff;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

/* LOADER 2 */

#loader-2 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 60px 5px;
}

#loader-2 span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.bulan-wk{
    background-color:#dcffdc;
}
th:nth-child(even).bulan-wk{
    background-color:#ecffec;
}

.bulan-kesis{
	background: #ffffc4;
}

th:nth-child(even).bulan-kesis{
	background: #ffffd9;
}

.bulan-progke{
	background: #cdebfd;
}
th:nth-child(even).bulan-progke{
	background: #e4f5ff;
}

.btn-primary, .btn-primary:hover, .btn-primary:active{
    background: #0033A0 !important;
}

#form_store div{
    margin-bottom: 15px !important;
}

.main-header{
  min-height: unset;
}

@media only screen and (max-width: 600px) {
  .img-mobile {
    display: block;
  }
  .img-desktop{
    display: none;
  }
}

.bulan-uang{
	background: #fbddb1;
}
th:nth-child(even).bulan-uang{
	background: #f7e9d6;
}

td:nth-child(even).datana{
	background: #f1f1f1;
}

pre{
	background: #efefef;
	padding: 15px 5px;
}

.header-print{
	text-align: center;
	padding: 45px auto 15px;
	position: relative;
}

.footer-print{
	display: none;
}

.logo{
  padding-top: 10px;
	padding-bottom: 13px;
}

.kepsek{
	display: block;
	margin: auto;
}

.step{
	color: #fff;
	background-color: #1269DB;
	border-radius: 10%;
	padding: 5px 15px;
}

.bottom{
	color: #fff;
	background-color: #1269DB;
	text-align: center;
  bottom: 0;
}

.bottom .contact{
  padding-bottom: 15px;
  font-weight: bold;
}

.bottom a{
	color: #fb673c !important;
  cursor: pointer;
}

.bottom a:hover{
	color: #fff;
}

@media print {
	.footer-print{
	  	display: block;
	  	margin-top: 17%;
	}
}

table#datatables-with-select1 tbody tr.selected td{
    color: #000 !important;
    background-color: white !important;
    box-shadow: unset !important;
}
