@import url(https://fonts.googleapis.com/css?family=Lato:300,500,700);
@font-face {
    font-family: myFont;
    src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
    font-family: roboto;
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: alethia-pro;
    src: url("../fonts/alethiapro-regular-webfont.ttf");
}

body{
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	background: #fff;/*#F5F9FC*/
    font-weight: 500;
}
.kotaklogin{
	margin: 20px;
	padding: 30px;
	background: #F7F7F7;
	/*box-shadow: 2px 2px 20px #333;*/
    border-radius: 10px;

}
.settingmenu{
	color: #fff;
	padding-right: 30px;
}
.settingmenu a{
	color: #fff;
	font-style: none;
}
.head_table{
	font-size: 22px;
	font-weight: bold;

}
.head_table_small{
	padding-top: 5px;
	color: #B9BBAE;
}
table{
	font-family: verdana,arial;
}
.table
{
	border-color: #f4f4f4;
	border: solid thin #f4f4f4;
}
.table tr th
{
	border: solid thin #f4f4f4;
	background: #f4f4f4;
}
.table tr td
{
	border-top: none;
	border: solid thin #f4f4f4;

}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	border-top: none;
	border: none;
	border-bottom: solid thin #f4f4f4;
}

#sidr{
	font-family: myFont, sans-serif;
	/*font-weight: bold;*/
	font-size: 13px;
	box-shadow: none;
}
#sidr ul li
{
	line-height: 200%;
	padding: 5px;
	box-shadow: none;
	padding: 0;
}
#sidr ul li a:hover
{
	font-size: 13px;
	border-left: solid 5px #4CD983;
	line-height: 200%;
	box-shadow: none;
	background: #000;
}
#sidr li a
{
	box-shadow: none;
	padding: 10px;
}
.box_main{
	/*box-shadow: 2px 2px 20px #ccc;*/
	margin: -40px;
	min-height: 700px;
	padding-bottom: 20px;
}
.bening{
	opacity: 0.1;
	max-height: 500px;
}
.sedeng{
	font-size: 13px;
}
.foto-depan{
	width: 70px;
}
.imgtable{
    max-width: 150px;
    height: 150px;
}
.potouser img{
	max-width: 150px;
	height: 150px;
}
.kotak{
	border: thin solid #ccc;
}
.logo-cari{
	text-align: center;
	font-size: 120px;
	margin-top: 50px;
	opacity: 0.2;
}
@media print{
	body {
		font-size: 10px;

	}
	.btn{
		display: none;
	}
	.sembunyi{
		display: none;
	}
	table{
		width : 100%;
	}
	thead {display: table-header-group;}
	thead th, thead td {position: static; }
}

.login-box{
	margin-top: 100px;
	background: url('../img/wood_pattern.png');
	background-repeat: repeat;
	/*border: thin solid #ccc;*/
	box-shadow: 1px 1px 5px #333;
	border-radius: 5px;
	padding: 30px 20px 30px 20px;
}
.copyright{
	margin-top: 20px;
	color: #000;
	font-size: 10px;
	text-align: center;
}
.copyright a{
	text-decoration: none;
	color: #000;
}
/* ======= modal ========= */
.modal-header{
	background: #f4f4f4;/*#4CD983;*/
	color: #4CD983;/*#fff;*/
	border-bottom: none;
	text-align: center;
}
.modal-footer{
	background: #fff;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}


/* ============ warna ========== */
.hijau{
	background: #4CD983; /* #2ECC71 #4CAF50 */
}
.merah{
	background: #E74C3C;/*#D50000;*/
}
.putih{
	background: #fff;
}
.abu-abu{
	background: #F9F6F6;
}
.orange{
	background: #E74C3C;
}
.space-grey{
	background: #f3f3f3;
	color: #2ECC71;
}
/* ============ navigation bar ============= */
.navbar-default .nav li.dropdown.open .dropdown-toggle, .navbar-default .nav li.dropdown.active .dropdown-toggle, .navbar-default .nav li.dropdown.open.active .dropdown-toggle{
	background: #4c9341;
}
.dropdown-menu li a:hover{
	background: #2ECC71;
}
.menu{
	box-shadow: 1px 2px 10px #ddd;
	border: none;
}
.head_menu{
	background: #4CAF50;
	color: #fff;
	font-size: 12px;
	padding: 10px 10px 10px 15px;
}
.navbar-nav > li > a{
	font-size: 14px;
	font-weight: bolder;
}
.navbar-nav > li > a:hover{

	background: #000;
}
.menu-putih
{
	color: #000;
	border-top: solid 4px #4CD983;
}
.menu-putih .navbar-nav >li>a{
	color: #000;
}
.navbar-brand a{
	color: #000;

}
.navbar-default .navbar-brand{
	color: #000;
    font-weight: bold;
}

.cojudul
{
    font-weight: lighter;
}
.navbar-default .nav li a:focus
{
	color: #2ECC71;
}
.navbar-default .nav li a:hover{
	color: #fff;
	background: #2ECC71;
}

/* ============ scroll Bar =============== */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #f3f3f3;
    opacity: 0.5;
}
::-webkit-scrollbar-button {
      background-color: #7c2929;
}
/* ============ Footer ============ */
.kaki{
	min-height: 35px;
	color: #aaa;
	padding: 5px;
	/*box-shadow: 3px 1px 15px #aaa;*/
	background: #F5F9FC;
	border-bottom: 4px solid #4CAF50;
}
/* ========= table-fixed-header ==========*/
table .header-fixed {
  position: fixed;
  top: 40px;
  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
     -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
}
/* ========button=========== */
.btn-bulat{
	border-radius: 50px;
	border:none;
	box-shadow: 2px 2px 2px #ccc;
	font-size: 14px;
}
.btn{
	/*box-shadow: 1px 2px 1px #aaa;*/
}
.btn-danger{
	background: #E6404D;
	border: none;

}
.btn-success
{
	background: #4CD983;
	border: solid thin #4CD983;
}
.btn-primary
{
	background: #5F93E7;
	border: solid thin #5F93E7;
}
.btn-abu{
	background: #ddd;
	color: #333;
	border:none;
}
.btn-float-right{
	position: fixed;
	right: 40px;
	top: 60px;
}
/* ========button=========== */
.badge.badge-danger{
	background: #E74C3C;
}
/* ========input=========== */
.input-bulat{
	border-radius: 20px;
	padding-left: 15px;
}
.input-minimal{
	border-radius: 0;
	border:none;
	border: 2px solid #eee;
	font-size: 12px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background: transparent;
	color: #000;
	font-weight: bold;
	font-family: arial,verdana;
	font-size: 13px;
}
.form-contol
{
	border: solid thin #f4f4f4;
}
/* ========panel-ddm=========== */
.panel-ddm{
	height: 150px;
	border-radius: 5px;
	border:thin solid #f2f2f2;
	box-shadow: 1px 1px 7px #ccc;
	text-align: center;
	transition: all .2s ease-in-out;
}
.panel-ddm:hover{
	transform: scale(1.1);
}
.panel-ddm h1{
	margin:25px 5px 10px 5px;
	text-align: center;
	font-size: 66px;
	border-bottom: thin solid #f2f2f2;
	padding-bottom: 15px;
}
.judul-panel{
	text-align: center;
	font-weight: bolder;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	margin: 5px;
	font-family: myFont,arial;
}
.judul-panel a{
	color: #4CAF50;
	text-transform: uppercase;
}
.judul-panel a:hover{
	text-decoration: none;
	color: #ccc;
}
.putih_li{
	background: #fff;
}
#spinner{
	position: fixed;
	left: 0px;
	top: 50px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
	font-size: 200px;
	text-align: center;
	padding-top: 100px;
    color: #000;
}
#spinner p{
	font-size: 24px;
}
#spinner .small{
	font-size: 12px;
}
/*====== Avatar =========*/
.avatar{
	padding: 0 40px 40px 40px;
	height: 250px;
	overflow: hidden;
	width:100%;
}
.no-avatar{
	font-size: 100px;
	color: #fff;
	background: #f3f3f3;
	text-align: center;
	padding: 30px;
}
.head{
	background: #fff;
	z-index: 999999;
	padding: 5px 10px 2px 0;
	border:none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: solid 2px #f3f3f3;
}
.head2{
	background: #fff;
	z-index: 999999;
	padding: 5px 10px 2px 0;
	border:none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: solid 2px #f3f3f3;
}
/* header of a page */
.head-page{
	background: #f3f3f3;
	margin-top: -10px;
	margin-right: -2px;
	margin-left: -2px;
	padding: 15px 15px 15px 2px;
	min-height: 70px;

}
.head-page > h4{
	color: #000;/* #4CAF50;*/
	text-shadow: 1px 1px 1px #fff;
}
.head-page a{
	text-shadow:none;
}
.kepala-panel{
	font-family: roboto,arial;
}
.file-kosong{
	min-height: 200px;
	background: #f3f3f3;
	border:4px dashed #ccc;
	border-radius: 15px;
}
/* step */
#step {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#step li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 11px;
	width: 33.33%;
	float: left;
	position: relative;
}
#step li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 14px;
	color: #fff;
	background: #eee;
	border-radius: 30px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#step li:after {
	content: '';
	width: 100%;
	height: 4px;
	background: #E74C3C;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#step li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and*/
#step li.active:before,  #step li.active:after{
	background: #E74C3C;
	color: white;
}
/*panel*/
.panel-success > .panel-heading {
color: #fff;
background-color: #2ECC71;
border-color: #2ECC71;
}
.panel-success{
	border-color: #2ECC71;
}

.panel-heading{
	border-bottom: none;
}
.panel{
	box-shadow: 1px 1px 5px #ccc;
}
/*alert*/
.alert.alert-success {
background-color: #2ECC71;
border: 1px solid #2ECC71;
}
/*tabel*/
.tblhead{
	background: #f3f3f3;
	text-align: center;
	padding:13px 5px 13px 10px;
	/*border-radius: 0;*/
	border: none;
}
.table-ryan{
	/*border-radius: 0;*/
	border: solid thin #f3f3f3;
}
.table-ryan thead tr>td{
	padding:13px 5px 13px 10px;
}
.table-ryan tbody tr>td{
	padding:13px 5px 13px 10px;
}
.table-ryan th{
	border: none;
}
.up{
	text-transform: uppercase;
}
.blink {
      animation: blink 0.8s steps(2, start) infinite;
      -webkit-animation: blink 0.8s steps(2, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }

.note{
	padding: 20px;
	box-shadow: 1px 2px 3px #ccc;
 }
 .remove_sign{
 	display: none;
 }

 /* style placeholder */
input::-webkit-input-placeholder {
	color: #ff0000;
	opacity: 0.7;
}
input::-moz-placeholder {
	color: #ff0000;
	opacity: 0.7;
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: #ff0000;
	opacity: 0.7;
}
input:-ms-input-placeholder {
	color: #ff0000;
	opacity: 0.7;
}
.folder
{
	text-align: center;
}
.folder:hover
{
	-webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -ms-transition: all 0.4s ease; /* IE 9 */
    -o-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.folder h5
{
	font-size: 66px;
	margin-bottom: -10px;
}
.folder>p>a
{
	color: #333;

}
.folder>p>a:hover
{
	text-decoration: none;
	color: #fff;
	background: #333;
	border-radius: 5px;
	padding: 3px;
}
.kaca
{
	background: url('../img/kaca.png');
	background-repeat: repeat;
}
.posisi_rmh
{
	padding-right: 20px;
	word-spacing: 10px;
}
.posisi_rmh_all
{
	word-spacing: 10px;
}

.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter
{
	border-radius: 5px;
	box-shadow: none;
	border:none;
}


	.tablesorter-filter::-webkit-input-placeholder::before
	{
		font-family:'fontAwesome';
		content: 'tes';
		color: #333;
	}
	.tablesorter-filter::-moz-input-placeholder::before
	{
		font-family:'fontAwesome';
		content: 'tes';
		color: #333;
	}
	.tablesorter-filter::-ms-input-placeholder::before
	{
		font-family:'fontAwesome';
		content: 'tes';
		color: #333;
	}
.isi_spk
{
	font-size: 16px;
	text-align: justify;
}
OL { counter-reset: item }
OL>LI { display: block }
OL>LI:before { content: counters(item, ".") ". "; counter-increment: item }

.fade {
    opacity: 0;
    -webkit-transition: opacity .03s linear;
    transition: opacity .03s linear;
}
.modal-content2
{
    background: transparent;
    color: #fff;
}
.text-putih
{
    color: #fff;
}
