@charset "UTF-8";
/* CSS Document */

html, body{
	height:100%;
}

body{
	margin:45px 10px 10px 10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
}

*{
	outline:none;
}

h1{
	font-size:22px;
}

.message-container .error{
	border:1px solid #d20000;
	color:#d20000;
	padding:5px 8px;
	background:#f7e1e1;
	display:inline-block;
	margin-bottom:15px;
}


.message-container .success{
	border:1px solid #006600;
	color:#006600;
	padding:5px 8px;
	background:#cbeccb;
	display:inline-block;
	margin-bottom:15px;
}

input[type=text], input[type=password], input[type=search], input[type=number], textarea{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	margin:0px;
	padding:10px;
	width:300px;
	border:1px solid #999999;
}

textarea{
	height:150px;
}

select{
	width:325px;
	height:30px;
	line-height:25px;
	-webkit-appearance: menulist-button;
	border:1px solid #cccccc;
}

.error{
	color:#D20000;
	display:block;
	font-size:11px;
	margin-top:3px;
	font-weight:bold;
	line-height:15px !important;
}

.success{
	color:#006600;
	display:block;
	font-size:11px;
	margin-top:3px;
	font-weight:bold;
	line-height:15px !important;
}

button{
	background:#d20000;
	color:#ffffff;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	padding:10px 25px;
	border:0px;
}

.menu{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:35px;
	line-height:35px;
	background:#d20000;
	color:#e99090;
}

.menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.menu ul li{
	display:inline-block;
}

.menu ul li img{
	float:left;
	height:25px;
	margin:5px;
}

.menu ul li a{
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	padding:0px 5px;
	margin:0px;
}

.menu ul li a:hover{
	background:#e99090;
	color:#d20000;
}

.login{
	background:#d20000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.login .form{
	width:550px;
	height:250px;
	background:#ffffff;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-150px;
	padding:25px;
}

.login .form h1{
	line-height:65px;
	font-size:28px;
	margin-top:0px;
}

.login .form h1 img{
	height:65px;
	float:left;
	margin-right:15px;
}

.login .form table{
	width:500px;
}

.data{
	background:#fafafa;
}

.data thead{
	background:#cccccc;
}

.data tfoot{
	text-align:left;
}

.data thead th{
	background:#d20000;
	color:#ffffff;
	text-align:left;
}

.data thead th, .data tbody td, .data tfoot th{
	padding:5px
}

.data a{
	color:#D20000;
	font-size:18px;
	padding-right:5px;
}

.dataTables_filter{
	margin-bottom:15px;
}

.dataTables_filter input{
	margin-left:15px;
}

.dataTables_info{
	font-size:10px;
	color:#cccccc;
	line-height:25px;
}

.dataTables_paginate .disabled{
	color:#cccccc;
}

.dataTables_paginate a{
	margin:2px;
	float:left;
	background:#eeeeee;
	height:25px;
	line-height:25px;
	padding:0px 5px;
	text-align:center;
}

.dataTables_paginate a.active{
	background:#fdb713;
	color:#053655;
}

.deposit{
	background:#D2F0DD;
}

.input{
	width:700px;
}

.input td{
	vertical-align:top;
}

.input td label{
	line-height:40px;
}

.matrix input[type=number], .matrix input[type=text]{
	width:100px;
}
	