/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/


/* -------------------- LOGIN FORM ---------------------- */
#body_login {
	font-family: Arial;
	background: url("../img/cover_login.jpg") center top no-repeat;
	padding: 50px;

}

.login {
	position: absolute;
    top: 50%;
	width: 300px;
}

.login > *.focus{
	outline: none;
}

.login-screen {
	background: url("../img/bg_login_transparan.png");
	padding: 20px;
	border-radius: 5px
}

.login_app-title {
	text-align: center;
	color: #FFFFFF;
}

.login_app-title h1{
	font-size: 21px;
}

.login_app-title h3{
	font-size: 18px;
}

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

.login_control-group {
	margin-bottom: 10px;
}

.login_input {
	text-align: center;
	background-color: #ECF0F1;
	border: 2px solid transparent;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 200;
	padding: 10px 0;
	width: 250px;
	transition: border .5s;
}

.login_input:focus {
	border: 2px solid #fff;
	box-shadow: none;
}

.login_btn {
  border: 2px solid transparent;
  background: #ff5050;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
}

.login_btn:hover {
  background-color: #f02323;
}

.login-link {
  font-size: 12px;
  color: #fff;
  margin-top: 12px;
}

/* ----------- AUTOCOMPLETE ----------------*/
.autocomplete-suggestions{ z-index: 1000000 !important;}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }


/* ----------- PG -------------- */
.header_real{
	background: #ff5050;
	height: 50px;
	padding: 10px;
}

.right{
	text-align: right;
}

.tengah{
	text-align: center;
}

.white{
	color: #fff;
}

.table_small tbody tr{
	cursor: pointer;
}

.table_small tbody tr:hover{
	background: #ff7979;
	color:#fff;
}

.table_small tbody tr a{
	color:#fff;
}

.field_desc{
	font-weight: bold;
	margin-left: 10px;
	font-size: 14px;
}

/* Jquery Confirm  */

.confirmon-overlay {
        background-color: black;
        background-color: rgba(0, 0, 0, 0.60);        
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 150;
        display: none;
        
}

.confirmon-box {
        background-color: #DA4453;
        color: #fff;
        border: solid 1px #DA4453;  
        font-family: "Open Sans";
        padding: 20px 10px 35px 10px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        z-index: 151;
        display: none;
        position: fixed;
        width: 100%;
        top: 40%;
        
}

.confirmon-box button {
        margin: 10px 5px;
        padding: 5px 10px;
        text-align: center;
        background-color: #DA4453;
        border: 1px solid #fff;
        color: #fff;
        font-weight: bold;
}

.confirmon-box button:hover, .confirmon-box button:active, .confirmon-box button:visited {
        background-color: #ff5050;
        cursor: pointer;
}

.testscreen input{
	margin-left: 10%;
	cursor: pointer;
}

/* Pagin */
#pagin {
	margin: 20px auto;
	padding : 0px;
	list-style: none;
	width: 300px;
}

#pagin li {
	float:left;
	margin-right: 10px;
}

#pagin li a{
	display: block;
	text-decoration: none;
	color: white;
	font: bold 11px arial, sans-serif;
	padding: 5px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background: #ff5050;
}

#pagin li a.current{
	color: #fff;
	background: #d61212;
}

#pagin li a.disable, #pagin li a.disable:hover{
	color : #fff;
	background: #d61212;
}

#pagin li a.back{
	padding-right: 10px;
	padding-left: 0px;
}

#pagin li a.next{
	padding-right: 0px;
	padding-left: 10px;
}

#pagin li a:hover{
	background: #d61212;
	color: #fff;
}

#other_menu:hover + #other_dropdown{
	display: block;
}

#other_dropdown{
	display: none;
	position: absolute;
	z-index: 1000;
	background: #ff5050;
	margin-left:5%;
	text-align: left;
	padding: 15px 5px 5px 5px;
	margin-top: -5px;
}

#other_dropdown:hover{
	display: block;
}

#other_dropdown > a{
	color:#fff;
	line-height: 2em;
	font-size: 13px;
}

.menu_atas a{
	font-size: 13px;
	color:#fff;
}

.menu_atas i{
	margin-right: 0px;
	margin-left: 5px;
}

.master_box{
	margin-bottom: 40px;
}

.sn_permintaan{
	float: right;
	padding-right: 26px;
}

.ttl_bayar_permintaan div{
	margin-top: 5px;
}

.print_kwitansi{
	border: 1px solid #000;
	text-align: center;
	width: 100%;
 	height: 100%;
 	padding: 20px 10px;
}

.kwitansi_header{
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.isi_tr_bold{
	font-weight: bold;
}

.isi_tr_bold:hover{
	text-decoration: underline;
}

/* Table Sort */
.sy_head_table th{
	cursor: pointer;
}

.sy_head_table th:hover{
	text-decoration: underline;
}

.sort_info{
	font-size: 12px;
	color: #CCCCCC;
}

/* Table Sort Stop */

