@import url("bootstrap.css");
@import url("font-awesome.css");
@import url("animate.css");
@import url("icons.css");

*,
*:focus,
*:hover,
*:active {
	outline: none !important;
	-webkit-font-smoothing: antialiased !important;
}

a {
	color: #b2262d;
}

a:hover,
a:focus {
	color: #b2262d;	
	text-decoration: none;
}
.btn {
	font-weight: bold;

	border-radius: 3px;
}

.btn-primary {
	color: #fff;
	border: #0a0a0a solid 1px;
	text-shadow: rgba(0, 0, 0, .5) 0px 1px 1px;

	box-shadow: inset rgba(255, 255, 255, .15) 0px 1px 0px, rgba(0, 0, 0, .05) 0px 1px 2px;

	background: #3c3c3c;
	background: -moz-linear-gradient(top,  #3c3c3c 0%, #323232 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#323232));
	background: -webkit-linear-gradient(top,  #3c3c3c 0%,#323232 100%);
	background: -o-linear-gradient(top,  #3c3c3c 0%,#323232 100%);
	background: -ms-linear-gradient(top,  #3c3c3c 0%,#323232 100%);
	background: linear-gradient(to bottom,  #3c3c3c 0%,#323232 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#323232',GradientType=0 );
}

.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	border: #0a0a0a solid 1px;

	background: #464646;
	background: -moz-linear-gradient(top,  #464646 0%, #323232 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(100%,#323232));
	background: -webkit-linear-gradient(top,  #464646 0%,#323232 100%);
	background: -o-linear-gradient(top,  #464646 0%,#323232 100%);
	background: -ms-linear-gradient(top,  #464646 0%,#323232 100%);
	background: linear-gradient(to bottom,  #464646 0%,#323232 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#323232',GradientType=0 );
}

.btn-primary:active {
	background: #282828;
}

.btn-success {
	color: #fff;
	border: #2e8644 solid 1px;	
	text-shadow: rgba(0, 0, 0, .5) 0px -1px 0px;

	box-shadow: inset rgba(255, 255, 255, .4) 0px 1px 0px;

	background: #5ac876;
	background: -moz-linear-gradient(top,  #5ac876 0%, #39a955 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ac876), color-stop(100%,#39a955));
	background: -webkit-linear-gradient(top,  #5ac876 0%,#39a955 100%);
	background: -o-linear-gradient(top,  #5ac876 0%,#39a955 100%);
	background: -ms-linear-gradient(top,  #5ac876 0%,#39a955 100%);
	background: linear-gradient(to bottom,  #5ac876 0%,#39a955 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ac876', endColorstr='#39a955',GradientType=0 );
}

.btn-success:focus,
.btn-success:hover {
	background: #67c67f;
	background: -moz-linear-gradient(top,  #67c67f 0%, #39a955 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67c67f), color-stop(100%,#39a955));
	background: -webkit-linear-gradient(top,  #67c67f 0%,#39a955 100%);
	background: -o-linear-gradient(top,  #67c67f 0%,#39a955 100%);
	background: -ms-linear-gradient(top,  #67c67f 0%,#39a955 100%);
	background: linear-gradient(to bottom,  #67c67f 0%,#39a955 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c67f', endColorstr='#39a955',GradientType=0 );
}

.btn-success:active {
	background: #2f9348;
}

.btn-warning {
	color: #5d4d20;
	border: #a2811f solid 1px;
	text-shadow: rgba(255, 255, 255, .5) 0px 1px 0px;

	box-shadow: inset rgba(255, 255, 255, .8) 0px 1px 0px, rgba(0, 0, 0, .1) 0px 1px 2px;

	background: #ffe500;
	background: -moz-linear-gradient(top,  #ffe500 0%, #eaba1d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe500), color-stop(100%,#eaba1d));
	background: -webkit-linear-gradient(top,  #ffe500 0%,#eaba1d 100%);
	background: -o-linear-gradient(top,  #ffe500 0%,#eaba1d 100%);
	background: -ms-linear-gradient(top,  #ffe500 0%,#eaba1d 100%);
	background: linear-gradient(to bottom,  #ffe500 0%,#eaba1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe500', endColorstr='#eaba1d',GradientType=0 );
}

.btn-warning:hover,
.btn-warning:focus {
	color: #5d4d20;
	border: #a2811f solid 1px;

	background: #ffe500;
	background: -moz-linear-gradient(top,  #ffe500 0%, #f8c82d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe500), color-stop(100%,#f8c82d));
	background: -webkit-linear-gradient(top,  #ffe500 0%,#f8c82d 100%);
	background: -o-linear-gradient(top,  #ffe500 0%,#f8c82d 100%);
	background: -ms-linear-gradient(top,  #ffe500 0%,#f8c82d 100%);
	background: linear-gradient(to bottom,  #ffe500 0%,#f8c82d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe500', endColorstr='#f8c82d',GradientType=0 );
}

.btn-default {
	color: #666;
	border: #ccc solid 1px;
	text-shadow: #fff 0px 1px 0px;
	box-shadow: inset #fff 0px 1px 0px, rgba(0, 0, 0, .05) 0px 1px 2px;

	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ededed',GradientType=0 );
}

.btn-default:hover,
.btn-default:focus {
	color: #333;
	border: #ccc solid 1px;

	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f4f4',GradientType=0 );
}

.btn-default:active,
.btn-default.active {
	background: #f4f4f4;

	box-shadow: inset rgba(0, 0, 0, .1) 0px 0px 4px;
}

.form-control {
	background: #fafafa;

	border-radius: 3px;
}

.form-control:focus {
	border: 1px solid #aaa;

	box-shadow: rgba(0, 0, 0, .2) 0px 0px 5px;
}

.form-control.input-datepicker {
	padding-left: 30px;
	background: #fff url('../img/calendar.png') 8px center no-repeat;
}

.form-control[readonly] {
	cursor: default;
	background: #fafafa;
}

select.form-control {
	-webkit-appearance: none;
	
	box-shadow: inset #fff 0px 1px 0px, rgba(0, 0, 0, .1) 0px 1px 3px;

	background: #fafafa url('../img/select-arrow.png') right center no-repeat;
}

label.checkbox {
	font-weight: normal;
}

.modal-footer {
	margin-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

h1.panel-title { font-size: 36px; }
h2.panel-title { font-size: 30px; }
h3.panel-title { font-size: 24px; }
h4.panel-title { font-size: 18px; }
h5.panel-title { font-size: 14px; }
h6.panel-title { font-size: 12px; }

.form-error-popup {
	font-size: 13px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	position: absolute;
	margin: -4px 0px 0px 10px;
	padding: 4px 8px;
	background: #c0392b;

	border-radius: 3px;
}

.form-error-popup:before {
	width: 0px;
	height: 0px;
	content: '';
	margin: -18px 0px 0px 0px;
	border: solid 7px transparent;
	position: absolute;
	border-bottom-color: #c0392b;
}

.form-error-popup.animated {
	-webkit-animation-duration: 250ms;
	animation-duration: 250ms;
}

#alert-container {
	position: fixed;
	right: 40px;
	bottom: 20px;
	width: 400px;
	z-index: 10000;
}

.alert {
	border: none;
	color: #333333;
	position: relative;
	background: #ffffff;
	padding: 10px 20px 10px 60px;

	-webkit-box-shadow: rgba(0, 0, 0, .4) 0px 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, .4) 0px 1px 3px;
	-o-box-shadow: rgba(0, 0, 0, .4) 0px 1px 3px;
	box-shadow: rgba(0, 0, 0, .4) 0px 1px 3px;
}

.alert:after {
	top: 0px;
	left: 12px;
	width: auto;
	height: auto;
	font-size: 32px;
	position: absolute;
	font-family: "icons";
}

.alert .close {
	top: 0px;
	right: 6px;
	position: absolute;
}

.alert-success:after {
	color: #468847;
	content: "\e628";
}

.alert-info:after {
	color: #3a87ad;
	content: "\e425";
}

.alert-warning:after {
	color: #c09853;
	content: "\e04a";
}

.alert-danger:after {
	color: #b94a48;
	content: "\e04e";
}

.panel {
	margin-bottom: 30px;
}

.panel.panel-default {
	border-color: #c8c8c8;
}

.panel .panel-heading {
	padding: 15px 20px;

	box-shadow: inset #fff 0px 1px 0px;
}

.panel .panel-heading .panel-title i {
	margin: 0px 15px 0px 0px;
}

.panel .panel-body {
	padding: 20px;
}

.panel .panel-footer {
	padding: 20px;

	box-shadow: inset #fff 0px 1px 0px;
}

.panel .panel-body hr.inset {
	height: 1px;
	border: none;
	margin: 30px -20px;
	background: #e6e6e6;
}

.tabs {
	margin-bottom: 20px;
}

.tabs > ul {
	padding: 0px;
	margin: 0px 0px -1px 0px;
}

.tabs > ul li {
	margin: 0px 0px 0px -1px;
	padding: 4px 0px 0px 0px;
	float: left;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.tabs > ul li:first-child { margin-left: 0px; }

.tabs > ul li a {
	margin: 0px;
	color: #666;
	font-weight: bold;
	padding: 12px 14px;
	background: #fff;
	display: inline-block;
	background: #fafafa;
	border: #c8c8c8 solid 1px;
	text-shadow: #fff 0px 1px 0px;
	
	border-radius: 3px 3px 0px 0px;

	box-shadow: inset #fff 0px 1px 0px;
}

.tabs > ul li a:hover,
.tabs > ul li a:focus {
	color: #333;
	text-decoration: none;
}

.tabs > ul li.active {
	padding-top: 0px;
}

.tabs > ul li.active a {
	color: #333;
	background: #fff;
	padding: 14px 14px;
	box-shadow: none;

	border-top-color: #c8c8c8;
	border-left-color: #c8c8c8;
	border-right-color: #c8c8c8;
	border-bottom-color: #fff;
}

.tabs > .tab-pages {
	background: #fff;
	border: #c8c8c8 solid 1px;

	border-radius: 0px 3px 3px 3px;
}

.tabs > .tab-pages > div {
	padding: 30px;
	display: none;
}

.tabs > .tab-pages > div.active {
	display: block;
}

.tabs > .tab-pages hr.inset {
	margin: 20px -30px;
}

.no-margin {
	margin: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

.table {
	border: none;
	border-spacing: 0;
	border-collapse: collapse !important;

	border-radius: 3px;
}

.table.table-bordered thead {
	border: none;
}

.table.table-bordered thead tr th {
	border: none;
}

.table thead tr th {
	border-bottom-width: 1px;
}

.table thead tr th[align="left"],
.table tbody tr td[align="left"] {
	text-align: left;
}

.table thead tr th[align="center"],
.table tbody tr td[align="center"] {
	text-align: center;
}

.table thead tr th[align="right"],
.table tbody tr td[align="right"] {
	text-align: right;
}

.dataTables_paginate {
	
}

.dataTables_paginate a {
	color: #444;
	cursor: pointer;
	padding: 4px 8px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	border: #c8c8c8 solid 1px;

	border-radius: 3px;
}

.dataTables_paginate a:hover,
.dataTables_paginate a:focus {
	text-decoration: none;
}

.dataTables_info {
	float: right;
}

.input-group .input-group-addon {
	background: #fafafa;
	text-shadow: #fff 0px 1px 0px;

	box-shadow: inset #fff 0px 1px 0px;
}

.input-search {
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;

	border-radius: 40px;
}

.nav-pills li {
	padding: 0px 0px 10px 0px;
}

.nav-pills li a {
	color: #444;
	border: transparent solid 1px;
}

.nav-pills li a:hover,
.nav-pills li a:focus {
	color: #333;
	border: #dcdcdc solid 1px;
	text-shadow: #fff 0px 1px 0px;
	box-shadow: inset #fff 0px 0px 0px 1px, rgba(0, 0, 0, .1) 0px 1px 2px;

	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#ededed 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#ededed 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ededed',GradientType=0 );
}

.well {
	padding: 20px;
	border: #ccc solid 1px;

	box-shadow: #fff 0px 1px 0px;
}

.well hr.inset {
	border: none;
	margin: 20px -20px;
	border-top: rgba(0, 0, 0, .1) solid 1px;
	border-bottom: rgba(255, 255, 255, .5) solid 1px;
}

.ui-datepicker {
	display: none;
	background: #fff;
	position: absolute;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: #d2d2d2 solid 1px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px;
	-o-box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px;
	box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px;
}

.ui-datepicker .ui-datepicker-header {
	padding: 10px;
	display: block;
	text-align: center;
	border-bottom: #d2d2d2 solid 1px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	
	-webkit-box-shadow: inset rgba(255, 255, 255, 1) 0px 1px 0px;
	-moz-box-shadow: inset rgba(255, 255, 255, 1) 0px 1px 0px;
	-o-box-shadow: inset rgba(255, 255, 255, 1) 0px 1px 0px;
	box-shadow: inset rgba(255, 255, 255, 1) 0px 1px 0px;
	
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 );
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	color: #666;
	font-size: 12px;
	cursor: pointer;
	margin-top: -2px;
	padding: 3px 6px;
	font-weight: bold;
	display: inline-block;
	border: #d2d2d2 solid 1px;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset rgba(255, 255, 255, 1) 0px 1px 0px, rgba(255, 255, 255, 1) 0px 1px 0px;
	-moz-box-shadow: inset rgba(255, 255, 255, 1) 0px 1px 0px, rgba(255, 255, 255, 1) 0px 1px 0px;
	-o-box-shadow: inset rgba(255, 255, 255, 1) 0px 1px 0px, rgba(255, 255, 255, 1) 0px 1px 0px;
	box-shadow: inset rgba(255, 255, 255, 1) 0px 1px 0px, rgba(255, 255, 255, 1) 0px 1px 0px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus {
	background: #fff;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	float: left;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	float: right;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	font-weight: bold;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
}

.ui-datepicker .ui-datepicker-calendar {
	margin: 10px;
}

.ui-datepicker .ui-datepicker-calendar thead tr th,
.ui-datepicker .ui-datepicker-calendar tbody tr td {
	margin: 0px;
	padding: 4px 6px;
	text-align: center;
	vertical-align: middle;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td:hover {
	
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a {
	line-height: 1;
	text-align: center;
	display: inline-block;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a:hover,
.ui-datepicker .ui-datepicker-calendar tbody tr td a:focus {
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
	margin: 0px;
	padding: 0px;
	background: #666;
	
	-webkit-box-shadow: inset rgba(0, 0, 0, .5) 0px 1px 1px;
	-moz-box-shadow: inset rgba(0, 0, 0, .5) 0px 1px 1px;
	-o-box-shadow: inset rgba(0, 0, 0, .5) 0px 1px 1px;
	box-shadow: inset rgba(0, 0, 0, .5) 0px 1px 1px;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
	color: #fff;
	text-shadow: rgba(0, 0, 0, .5) 0px 1px 1px;
}

