body{
	margin:0;
	font-family:Rubik;
	background-color:#f9f9f9;
}

input,select,button{
	font-family:Rubik;
	outline:none;
}

.login{
	background-color:#fff;
}

.login>center{
	display:inline-block;
	width:100%;
}

.login>div{
	background-color:#f7f7f7;
	border-bottom:1px solid #e0e0e0;
}

.login>div img{
	height:28px;
	margin:20px;
}

.login>h1{
	background:#e2445c;
	padding:12px 0;
	color:#fff;
	font-weight:100;
	font-size:15px;
	text-align:center;
	margin:30px 0 -30px;
}

.login form{
	margin:50px 0;
	width:500px;
}

.login form h1{
	color:#333;
	font-weight:500;
	font-size:36px;
	margin:0;
}

.login form h2{
	font-weight:100;
	font-size:16px;
	margin:5px 0 20px;
	color:#878787;
}

.login form>span{
	display:inline-block;
	width:100%;
	margin:8px 0;
}

.login form>span label{
	float:left;
	text-align:right;
	color:#666666;
	font-weight:100;
	font-size:16px;
	width:120px;
	padding:10px 0;
}

.login form>span input{
	float:left;
	color:#555;
	font-weight:100;
	padding:10px;
	border:1px solid #ccc;
	border-radius:4px;
	font-size:16px;
	width:315px;
	margin-left:15px;
	transition:border-color 0.2s ease;
}

.login form>span input:focus{
	border-color:#66afe9;
}

.login form>nav a{
	float:right;
	font-size:14px;
	text-decoration:none;
	color:#287bad;
	margin:5px 50px 20px 0;
}

.login form>nav a:hover{
	text-decoration:underline;
}

.login form>nav input{
	width:360px;
	padding:10px;
	border-radius:4px;
	border:1px solid #d78732;
	background-color:#f49c3f;
	font-weight:100;
	color:#fff;
	cursor:pointer;
	font-size:16px;
	transition:background-color 0.2s ease;
}

.login form>nav input:hover{
	background-color:#e39441;
}

.login form center{
	display:inline-block;
	width:100%;
	border-top:2px solid #ccc;
	margin:40px 0 30px;
}

.login form center b{
	font-weight:400;
	color:#287bad;
	background-color:#fff;
	position:absolute;
	margin:-11px 0 0 -18px;
	padding:0 8px;
	font-size:16px;
}

.login form>div:last-child{
	font-size:14px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px 0;
	margin-top:30px;
	color:#555;
}

.top-bar{
	border-bottom:1px solid #e4e4e4;
	display:inline-block;
	width:100%;
}

.top-bar>img{
	margin:15px;
	height:20px;
	border-right:1px solid #898989;
	padding-right:15px;
	float:left;
}

.top-bar>a{
	float:left;
	color:#555;
	font-weight:100;
	text-decoration:none;
	font-size:16px;
	margin:15px 10px 0;
	text-align:-webkit-center;
}

.top-bar>a:after{
	content:"";
	display:block;
	height:1px;
	background-color:#f49c3f;
	margin-top:4px;
	width:0%;
	transition:width 0.2s ease;
}

.top-bar>a:hover:after{
	width:100%;
}

.top-bar>a[onclick]{
	background: #f49c3f;
	color:#fff;
	margin:10px 10px 0;
	padding:5px 10px 1px;
	border-radius:5px;
	cursor:pointer;
	transition:background-color 0.2s ease;
}

.top-bar>a[onclick]:hover{
	background-color:#e39441;
}

.top-bar>nav{
	float:right;
	margin:5px 15px;
}

.top-bar>nav>b{
	float:left;
	cursor:pointer;
	width:24px;
	height:24px;
	margin:8px 20px;
	background:url('/img/icon-alert.png') no-repeat;
	background-size:cover;
	position:relative;
}

.top-bar>nav>b.update:after{
	content:"";
	width:8px;
	height:8px;
  	background-color:#db1515;
	border-radius:50%;
	position:absolute;
	right:0;
	top:-1px;
}

.top-bar>nav>span{
	cursor:pointer;
	border:2px solid #e4e4e4;
	width:36px;
	height:36px;
	display:inline-block;
	border-radius:50%;
	background-size:cover;
}

.content{
	padding:40px;
}

.datatable{
	width:100%;
	background-color:#fff;
	border-collapse:collapse;
	font-size:15px;
	border-top:2px solid #acacac;
	border-bottom:2px solid #dedede;
	color:#555;
}

.datatable thead th{
	background-color:#dedede;
	text-align:left;
	font-weight:100;
	padding:10px;
	border-right:1px solid #d4d4d4;
}

.datatable tbody td,
.datatable tfoot td{
	padding:10px;
	font-weight:100;
}

.datatable tfoot td{
	font-weight:400;
}

.datatable tfoot{
	border-top:1px solid #d4d4d4;
	background-color:#dedede;
}

.datatable tr.even{
	background-color:#f7f7f7;
}

.datatable tbody td>a{
	text-decoration:none;
	color:#bf2131;
}

.datatable tbody td>a:hover{
	text-decoration:underline;
}

.datatable tbody td:last-child>img{
	float:right;
	height:22px;
	cursor:pointer;
	transition:opacity 0.2s ease;
	margin-left:5px;
}

.datatable tbody td:last-child>img:hover{
	opacity:0.8;
}

.dataTables_length,
.dataTables_info{
	float:left;
	font-size:15px;
	font-weight:100;
	color:#555;
}

.dataTables_paginate,
.dataTables_filter{
	float:right;
}

.dataTables_length{
    margin-bottom:15px;
}

.dataTables_info{
	margin-top:15px;
}

.dataTables_length select,
.dataTables_filter input{
	border:1px solid #dedede;
	font-size:14px;
	color:#555;
}

.dataTables_length select{
	padding:5px 2px;
	margin:0 5px;
}

.dataTables_filter input{
	padding:5px;
	margin-left:10px;
}

.dataTables_filter label{
	float:left;
	color:#555;
	font-size:15px;
	font-weight:100;
}

.dataTables_paginate{
	margin-top:15px;
}

.paginate_button{
	font-weight:100;
	background:#f49c3f;
	color:#fff;
	font-size:15px;
	padding:5px 8px;
	border-radius:4px;
	margin-left:5px;
	min-width:12px;
	display:inline-block;
	text-align:center;
	transition:background-color 0.2s ease;
}

.paginate_button.current{
	background-color:#de8528;
}

.paginate_button.disabled{
	opacity:0.7;
}

.paginate_button:not(.disabled){
	cursor:pointer;
}

.paginate_button:not(.disabled):hover{
	background-color:#e39441;
}

#record-form{
	position:fixed;
	background-color:rgba(0,0,0,0.3);
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
	display:none;
}

#record-form>nav{
	background-color:#fff;
	width:550px;
	padding:20px;
	margin-top:5%;
	border-radius:5px;
}

#record-form>nav>span{
	display:inline-block;
	width:100%;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:15px;
}

#record-form>nav>span h1{
	text-align:left;
	font-size:18px;
	margin:0;
	font-weight:100;
	color:#555;
	float:left;
}

#record-form>nav>span h2{
	text-align:left;
	display:inline-block;
	margin:10px 0 0;
	font-size:14px;
	width:100%;
	font-weight:normal;
	color:#d15151;
}

#record-form>nav>span img{
	float:right;
	cursor:pointer;
	transition:opacity 0.2s ease;
	height:12px;
	margin-top:5px;
}

#record-form>nav>span img:hover{
	opacity:0.6;
}

.form-proj{
	display:inline-block;
	width:100%;
}

.form-proj>nav{
	width:45.9%;
	float:left;
	text-align:left;
	padding-bottom:22px;
}

.form-proj>nav:first-child{
	margin-right:4%;
	border-right:1px solid #e5e5e5;
	padding-right:4%;
}

.form-proj>nav>label{
	display:block;
	font-weight:100;
	font-size:15px;
	padding:20px 0 10px;
	color:#555;
}

.form-proj>nav>input,
.form-proj>nav>select{
	width:100%;
	border:1px solid #d0d0d0;
	font-size:15px;
	font-weight:100;
	padding:8px;
	border-radius:4px;
}

.form-proj .error{
	background-color:#fad9d9;
}

#record-form>nav>div:last-child{
	display:inline-block;
	width:100%;
	padding-top:20px;
	border-top:1px solid #e5e5e5;
}

#record-form>nav>div:last-child button{
	float:right;
	border:1px solid #3fc128;
	color:#3fc128;
	border-radius:5px;
	padding:10px 0;
	width:100px;
	background-color:#fff;
	margin-left:8px;
	transition:opacity 0.2s ease;
	cursor:pointer;
}

#record-form>nav>div:last-child button:hover{
	opacity:0.7;
}

#record-form>nav>div:last-child button:first-child{
	border-color:#f75959;
	color:#f75959;
}

#alert{
	position:fixed;
	background-color:#fff;
	box-shadow:2px 2px 10px rgba(0,0,0,0.2);
	top:-220px;
	width:400px;
	left:50%;
	margin-left:-220px;
	padding:20px;
	border-radius:8px;
	opacity:0;
	z-index:1000;
}

#alert p{
	margin:0;
	color:#555;
	padding:24px 0 40px;
	text-align:center;
	font-size:16px;
}

#alert.error p{
	color:#cb3b3b;
}

#alert span{
	display:inline-block;
	width:100%;
	border-top:1px solid #e9e9e9;
	padding-top:18px;
}

#alert button{
	float:right;
	border:1px solid #3fc128;
	color:#3fc128;
	border-radius:5px;
	padding:10px 0;
	width:100px;
	background-color:#fff;
	margin-left:8px;
	transition:opacity 0.2s ease;
	cursor:pointer;
}

#alert.error button,
#alert button.cancel{
	border-color:#f75959;
	color:#f75959;
}

#alert button:hover{
	opacity:0.7;
}

.title{
	display:inline-block;
	width:100%;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:15px;
	margin-bottom:30px;
}

.title a{
	color:#bf2131;
	font-size:24px;
	font-weight:100;
	text-decoration:none;
	float:left;
}

.title a:last-child{
	color:#555;
}

.title b{
	float:left;
	color:#555;
	font-weight:100;
	font-size:20px;
	margin:4px 10px;
}

.title [href]{
	cursor:pointer;
}

.title [href]:hover{
	text-decoration:underline;
}

.main-bar{
	padding:40px 40px 0;
}

.main-bar nav{
	display:inline-block;
	background-color:#dedede;
	width:100%;
	border-radius:8px;
}

.main-bar label{
	float:left;
	color:#555;
	font-weight:100;
	font-size:15px;
	margin:13px;
}

.main-bar input,
.main-bar select{
	float:left;
	border:1px solid #c5c5c5;
	font-size:14px;
	padding:5px;
	margin-top:7px;
	border-radius:5px;
	color:#555;
	font-weight:100;
}

.main-bar hr{
	float:left;
	width:1px;
	height:30px;
	border:none;
	background-color:#adadad;
	margin:7px 12px 0;
}

.main-bar button{
	float:left;
	background:#f49c3f;
	color:#fff;
	margin:8px 0;
	padding:6px 10px;
	border-radius:5px;
	cursor:pointer;
	transition:background-color 0.2s ease;
	border:none;
	font-weight:100;
	font-size:14px;
}

.main-bar button:hover{
	background-color:#e39441;
}

.report{
	background-color:#525659;
}

.report>center>nav{
	background-color:#fff;
	width:630px;
	padding:40px 80px;
	text-align:left;
	box-shadow:0 2px 8px #131313;
}

.report .head{
	display:inline-block;
	width:100%;
	padding-bottom:15px;
	border-bottom:1px solid #adadad;
	margin-bottom:15px;
}

.report .head img{
	border-radius:10px;
	height:86px;
	float:left;
	margin-right:10px;
}

.report .head span{
	font-size:12px;
	font-weight:400;
	color:#323e4c;;
}

.report .head span h1{
	margin:-1px 0 0;
	font-size:20px;
	font-weight:500;
	color:#000;
}

.report .head span h2{
	margin:5px 0;
	font-size:16px;
	color:#c8631e;
	font-weight:400;
}

.report .head span h3{
	margin:0 0 4px;
	font-size:14px;
	font-weight:100;
	color:#323e4d;
}

.report .head span a{
	color:inherit;
}

.report table{
	border-collapse:collapse;
	font-size:13px;
	width:100%;
}

.report table th{
	background-color:#c8631e;
	color:#fff;
	font-weight:400;
	padding:5px 8px 7px;
	border:1px solid #b05618;
}

.report table tbody td{
	border:1px solid #cfcfcf;
	padding:7px;
}

.report table tr.footer{
	border-top:2px solid #b05618;
	font-weight:500;
	background-color:#eaeaea;
}

.report table .footer td{
	padding:10px 7px;
	border:1px solid #cfcfcf;
}

.report table .divider{
	font-weight:500;
	background-color:#f5eee9;
}

.report>center>nav>span{
	border-bottom:1px solid #adadad;
	display:block;
	margin:30px 0 20px;
}

.report>center>nav>span h1{
	margin:0;
	font-weight:400;
	font-size:21px;
	color:#323e4c;
	display:inline-block;
	border-bottom:2px solid #f49c3f;
	padding-bottom:5px;
}

.report .description{
	border-bottom:1px solid #adadad;
	padding-bottom:15px;
}

.report .description h1{
	font-size:20px;
	font-weight:400;
	color:#c05f1d;
	margin:0;
}

.report .description h2{
	font-size:15px;
	color:#535353;
	margin:10px 0 0;
	font-weight:400;
}

.report .description h3{
	margin:5px 0;
	font-weight:400;
	font-size:13px;
	color:#676767;
}

.report .description h4{
	font-weight:400;
	font-size:13px;
	color:#b05618;
	margin:10px 0 0;
}

@media print{
	body{
		background-color:#fff;
	}

	.top-bar{
		display:none;
	}

	.report>center>nav{
		width:100%;
		padding:0;
		box-shadow:none;
	}

	.content{
		padding:10px 40px;
		background:#fff;
	}
}