@import url('font-awesome.min.css');
@font-face {
	font-family: 'Merriweather';
	src: url('../fonts/Merriweather_Light.ttf');
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'Futura';
	src: url('../fonts/futurabt.otf');
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'Futura Heavy';
	src: url('../fonts/futurabt-heavy.otf');
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'Light';
	src: url('../fonts/Light.ttf');
	font-weight: normal;
	font-style: normal; 
}
@font-face {
	font-family: 'Regular';
	src: url('../fonts/Regular.ttf');
	font-weight: normal;
	font-style: normal; 
}
body{
	font-family:"Merriweather";	
	color:#555;
}
a:hover{
	text-decoration:none	
}
h1,h2,h3,h4,h5,h6,h7{
	margin:0;	
}
body.bg{
	background:#BEBEBE;
	color:#000;	
}
h1{
	font:italic 30px/50px "Futura";	
}
.form-control{
	border-radius:0;	
}
/*-----------------------------------------*/


.banner{
	padding:30px 0;
	height:514px;	
}
.login_box{
	/*background:rgba(247,249,250,0.8);*/
	float:none;
	margin:0 auto;
	border-radius:10px;
	text-align:center
}
.content{
	padding:20px;	
}
.login_box h2{
	margin:0 0 30px	
}
.login_box .input-group{
	margin:10px 0;	
}
.input-group-addon{
	border:1px solid #9da3a6;
}
.input-group-addon .fa{
	width:20px	
}
.login_box .form-control{
	border:1px solid #9da3a6;
	height:50px	
}
.login_box .form-control:focus{
	border-color:#009cde;	
}
.btn-submit{
	background:#2ecc71;
	color:#FFF;
	width:100%;
	transition:background-color 0.4s ease-out 0s;
	height:50px;
	font-size:18px;
	margin:30px 0 0
}
.btn-submit:hover{
	background-color:#008ac5;
	color:#FFF;
}
.login_box p.copy{
	border-top:1px solid #999;
	margin:20px 0 10px;	
	line-height:30px
}

/*Admin Menu*/
.padding{
	padding:10px	
}
body.gray{
	background:#f3f3f4;
	font-family:"Light";
}
header{
	background:#f3f3f4;
	color:#777;
	padding:10px 30px;
	height:60px;
	border-bottom:1px solid #DDD 	
}
header h1{
	font:16px/50px "Light";
	margin:0;	
}
header .left{
	padding:6px 0;	
}
header .left .navicon{
	font-size:20px;
	line-height:30px;
	background:#1ab394;
	color:#fff;
	padding:0 10px;	
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.inputs{
	display:inline-block;
	position:relative;
	height:30px;
}
.inputs .fa{
	position:absolute;
	top:8px;
	left:10px;	
}
.inputs input{
	border:none;
	background:#f1f1f1;
	padding-left:30px;
	height:30px;
	width:240px;
	transition:all 0.3s ease 0s;	
}
.inputs input:focus{
	width:320px;
	background:#FFF;
}
.right-menu{
	float:right;	
}
.right-menu a{
	color:#777;
	font-size:14px;
	line-height:40px;
	display:inline-block;
	padding:0 20px;
	position:relative;
	border:1px solid #DDD	
}
.right-menu a:hover{
	background-color:#e84c3d;
	color:#fff
}
.right-menu i{
	position:absolute;
	right:5px;
	top:5px;
	background:#f63329;
	color:#FFF;
	font:12px/20px "Light";
	padding:0 5px;
	text-align:center;
	border-radius:3px;
}



.left-menu{
	background:#2f4050;
	padding:0;
	position:fixed;
	height:100%;
	top:0px;
	left:0;
	width:220px;
	transition: all 0.5s ease 0s;
	z-index:3;	
}
.back{
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:2;
	display:none;
	width:100%;
	height:100%;	
}
.sas-logo-box{
	background:#212d38;
	padding:24px;
	color:#FFF;
	text-align:center;	
}
.sas-logo-box img{
	width:65px;
}
.sas-logo-right{
	padding:15px 0 0;
	font:600 18px/20px "Light";	
}
.sas-logo-right b{
	color:#1ab394;	
}
ul{
	padding:0;	
}
.menu{
	list-style:none	
}
.menu li:not(.head){
	position:relative;
}
.menu li.head{
	border:none;
	text-align:center;
	background:#263848;	
}
.menu li a{
	color:#a7b1c2;
	font:600 13px/50px "Light";
	display:block;
	padding:0 20px;		
}
.menu li:hover::before,.menu li:focus::before{
	float:left;
	width:5px;
	height:50px;
	background:#7f958a;
	content:" "
}
.menu span{
	margin-right:10px;
	color:#aac0cb	
}
.menu li:hover{
	background:#293846	
}
.menu li a:hover span{
	color:#32a183	
}
.menu li b{
	position:absolute;
	right:5px;
	top:7px;
	line-height:25px;
	padding:0 6px;
	background:#F00;
	color:#fff;
	border-radius:4px;	
}
.menu li i{
	position:absolute;
	right:11px;
	top:11px;
	background:#f63329;
	color:#FFF;
	font:12px/20px "Light";
	padding:0 5px;
	text-align:center;
	border-radius:3px	
}
.menu li .sub{
	padding-left:10px;
	list-style:none	
}
.main{
	margin-left:220px;
	padding:0;
	transition: all 0.5s ease 0s;
}
.main h1{
	background:#FFF;
	color:#676a6c;
	font:24px "Light";
	padding:15px 20px 0	
}
.breadcrumb{
	border-bottom:1px solid #DDD;
	margin:0;
	font:12px "Light";
	background:#fff;
	padding:5px 21px 20px;
}
.breadcrumb li.active{
	font-weight:600	
}
.breadcrumb a{
	color:#777;
}
.pad{
	padding:10px	
}
.box{
	margin:10px;
	background:#FFF;
	border:1px solid #ddd;
	font:12px "Light";
	color:#676a6c	
}
.box .head{
	border-top:2px solid #e7eaec;
	padding:12px 20px;
	font:600 16px "Light";
}
.head.border{
	border-bottom:1px solid #ddd	
}
.dataTables_filter{
	float:right;	
}
.dataTables_filter .input-sm{
	width:100% !important;
	font-weight:normal;
}
.table th{
	background:#f5f5f5;	
}
.table .fa{
	padding:5px;
	background:#EEE;
	color:#666;
	border:1px solid #DDD;
	float:left;
	margin:0 2px;	
}
.table .fa:hover{
	background:#e84c3d;
	color:#FFF;	
}
.table .fa-search-plus:hover{
	background:#3598db	
}
.table .fa-pencil:hover{
	background:#f39c11;	
}
.table .child .fa{
	float:none;	
}
.box dt{
	text-align:right;
	line-height:20px;
}
.box dd{
	padding:3px 0;
	position:relative;	
}
.btn-add,.btn-import{
	color:#999;
	
}
.btn-add:hover,.btn-import:hover{
	background:#1bbc9b;	
	color:#FFF	
}
.btn-import:hover{
	background:#2dcc70;	
}
.toolbar{
	padding:5px 20px;
	border:solid #ddd;
	border-width:1px 0;
	background:#f9f9f9;	
}
.dataTables_length,.dataTables_filter{
	position:absolute;
	top:-48px;
	left:65px;	
}
.dataTables_filter{
	left:auto;
	right:20px;
	width:60%;
	text-align:right;	
}
.dataTable{
	border:solid #ddd;
	border-width:1px 0;	
}
tr.even{
	background:#f9f9f9;	
}
.pagination .active a{
	background:#32a183;	
}
label{
	width:100%;		
}
.tbl{
	border:1px solid #ddd	
}
.tbl dt,.tbl dd{
	font:12px/30px 'Light';
	border-bottom:1px solid #ddd;	
}
.tbl dt{
	font-weight:bold;
	position:relative;
	background:#f5f5f5;	
}
.tbl dt::after{
	position:absolute;
	right:5px;
	top:0;
	content:" : ";	
}
.modal .img{
	width:90%;	
}
.box h3{
	padding:0 0 5px;
	border-bottom:1px solid #ddd;
	margin:0 0 20px;	
}
.excelwrap{
	width:100%;overflow-x:auto;	
}
.excel{
	border-collapse:collapse;
	font-size:10px	
}
.excel th {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #999;
    font-size: 12px;
    height: 25px;
    padding: 2px 4px;
	text-align:center;
}
.excel .bold {
    font-weight: bold;
}

.excel .mid {
    text-align: center;
}
.excel td {
    border: 1px solid #ccc;
    margin: 0;
    padding:2px 10px;
}
.excel .bottom td{
	color:#999;	
}
h3 .fa-file-excel-o{
	color:#2dcc70;	
}
.frm .form-control{
	margin:5px 0;	
}
.divisi{
	display:inline-block;
	width:250px;
}
.action{
	padding:10px 20px;
	background:#f5f5f5;
}
.btn-send{
	background:none;
	color:#999;
	margin:0 10px	
}
.btn-send::before{
	content:" | ";
	position:relative;
	left:-20px;
	color:#CCC;	
}
.btn-send:hover{
	background:#6ec36e;
	color:#fff	
}
.number{
	float:right	
}
.bt{
	border-top:5px solid #AAA !important	
}
.mohon-dana .date{
	margin:0 0 30px;
	display:block	
}
.mohon-dana .ttd{
	margin:70px 0 0;
	font-weight:bold	
}
.ttd p{
	font-weight:normal	
}

.filter .form-control{
	width:30%;
	display:table-cell;
	border:none;
	height:40px;	
}
.filter .btn-filter{
	width:10%;
	height:40px;
	background:#1ab394;
	color:#fff;
	border-radius:0;
	margin-top:-5px;
}
.alertacc{
	background:#e9e9e9;
	padding:60px 10px;	
}
.alertacc h3{
	border:none;
	font-size:20px;
	color:#32a183;	
}
.alertacc .fa-exclamation{
	font-size:140px;
	display:block;
	text-align:center;
	color:#32a183	
}
.alertacc .btn-submit{
	width:40%	
}
.pad{
	position:relative;	
}
.scroll .table{
	min-width:200% !important;
	background:#FFF;	
}
.table-responsive {
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: visible;
	margin-left:227px;
}
.table-f .freeze{
	display:none;	
}
.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
	left:20px;
	background:#FFF;
	z-index:1;
}
.tile{
	padding:20px;
	background:#414a52;
	color:#FFF;	
	text-align:center;
	margin:0 0 20px
}
.tile .fa{
	font-size:100px;
	display:block	
}
.tile h3{
	border:1px solid #eee;
	margin:20px 0 0;
	padding:10px;
	background:rgba(0,0,0,0.4);	
}
/*Print*/
.print h1{
	position:relative;
	font-size:30px;
	font-style:normal;
	padding-left:60px;
	font-weight:bold;	
}
.print h1 p{
	font-size:12px;
	line-height:20px;	
}
.print h1 .fa{
	position:absolute;
	top:0;
	left:0;
	font-size:50px;
}
.print .table{
	font-size:11px	
} 


/*Mailbox*/
.mailbox .box{
	padding:0;
	margin:0;	
}
.mailbox thead{
	display:none	
}
/*pinbook*/
tr.header td{
	font-weight:bold	
}
tr.footer td{
	background:#eee;
	font-size:15px;	
}
.pinbook .fa-trash{
	float:right;
	cursor:pointer;	
}
.money{
	text-align:right;	
}
.money::before{
	content:"Rp.";
	float:left;	
}
.print .small{
	font-size:11px;	
}

.panel-right{
	float:right;	
}
.btn.btn-s, .btn.btn-sm {
    font-size: 12px;
    line-height: 1;
	min-width:135px;
}
.wrap.in .left-menu{
	width:63px;	
}
.wrap.in .sas-logo-box{
	padding:10px;	
}
.wrap.in .sas-logo-box img{
	width:38px	
}
.wrap.in .left-menu .p{
	display:none;
}
.wrap.in .left-menu li:not(.head) .p{
	position:absolute;
	top:0;
	left:63px;
	background:#293846;
	min-width:165px;		
}
.wrap.in .left-menu li:hover .p{
	display:block	
}
.wrap.in .left-menu li .sub{
	display:none;
	position:absolute;
	left:63px;
	background:#293846;
	min-width:165px;	
}
.wrap.in .left-menu li:hover .sub{
	display:block	
}
.wrap.in .left-menu li .sub .fa{
	display:none	
}
.wrap.in .main{
	margin-left:63px;	
}

.calendar-box{position:absolute;background:#f3f3f4;font:11px Arial;z-index:2000;border:1px solid #AAA;display:none;width:auto;border-radius:5px;padding:5px}
.calendar-box table{border-collapse:collapse;background:#FFF}
.calendar-box th{background:#1ab394;color:#FFF;border:5px solid #049b7c;border-width:5px 0}
.calendar-box th,.calendar-box td a{padding:10px}
.calendar-box td a{display:block}
.calendar-box td a:hover{font-weight:600}
.calendar-box a{text-decoration:none;color:#333}
.calendar-box td.days:hover,.calendar-box td.selected{background:#FFFCF3;border-color:#F8D8AF}
.calendar-box td.today{font-weight:bold;background:#eee}
.calendar-box td.selected{background:#a6ebdd}
.calendar-box td.selected a{font-weight:600;color:red}
.cal_header{background:#FFF;padding:10px;text-align:center;color:#777}
.cal_header .loop_next,.cal_header .next,.cal_header .loop_prev,.cal_header .prev{width:9px;height:12px;display:inline-block;margin:0 5px;}
.cal_header span{font-weight:bold;display:inline-block;width:100px}

.col{
	padding:0 5px	
}
.form-control[readonly]{
	background:#f9f9f9;
	cursor:pointer;	
}
.canvas{
	padding:10px;
	border:1px solid #DDD;
	border-radius:5px;
	background:#f9f9f9;
	font-size:12px;
}
.canvas .table{
	margin:0;
}
.canvas .table td,.canvas .table th{
	text-align:right;
	border-top:none;
	border-bottom:1px solid #ddd
}

.canvas .table th{
	background:#e7e7e6;
	border:solid #AAA;
	border-width:2px 0	
}
@media all and (max-width:900px){
	.left-menu{
		width:63px;	
	}
	.main{
		margin-left:63px;	
	}
	.sas-logo-box{
		padding:10px;	
	}
	.sas-logo-box img{
		width:38px	
	}
	.left-menu .p{
		display:none;
	}
	.left-menu li:not(.head) .p{
		position:absolute;
		top:0;
		left:63px;
		background:#293846;
		min-width:165px;		
	}
	.left-menu li:hover .p{
		display:block	
	}
	 .left-menu li .sub{
		position:absolute;
		left:63px;
		background:#293846;
		min-width:165px;	
	}
	 .left-menu li:hover .sub{
		display:block	
	}
	 .left-menu li .sub .fa{
		display:none	
	}
	.wrap.in .left-menu{
		width:220px;
	}
	.wrap.in .left-menu li:not(.a) .p{
		display:inline;
		position:static;
		background:none;	
	}
	.wrap.in .left-menu .sub{
		position:static;
		width:auto	
	}
	.wrap.in .left-menu li .sub .fa{
		display:inline-block	
	}
	.wrap.in .left-menu li:hover .sub{
		display:none;	
	}
	.wrap.in .main{
		margin-left:220px	
	}
	.navicon{
		display:block;	
	}		
}
@media(max-width:768px){
	.container{
		width: 100%	
	}	
}