html,body { min-height:100%; }

body {
	margin: 0;
	min-height: 100%;
	background: url("../img/bg_brushed.png") repeat center;
}

.panel-default>.panel-heading {
	font-weight: bold;
}
.alert-dev-mode {
	border-radius: 0;
	margin-bottom: 0;
}
.ui-datepicker-year,
.ui-datepicker-month {
	color: #787878
}

.field_choice_radio label.radio {
	margin-left: 25px;
}

/* Start Bootstrap Customises */

legend {
	margin-bottom: 0px;
	width: auto;
	border: none;
	padding: 0 10px;
}
.btn-grey {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color:#fff;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active {
  background-color: #3f3f3f;
  border-color: #333333;
  color:#fff;
}
.btn-grey.disabled:hover,
.btn-grey.disabled:focus,
.btn-grey.disabled:active,
.btn-grey.disabled.active,
.btn-grey[disabled]:hover,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey:hover,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:active,
fieldset[disabled] .btn-grey.active {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color:#fff;
}

.tab-content > .tab-pane {
	padding: 5px 0;
    padding-top: 25px;

}


.table  {
	border: #7A0A38 1px solid !important;
	background:#fff;
}

.table > thead > tr > th {
	background: #7A0A38;
	color: #fff;
}
.table .btn {
	margin-left: 5px;
}

.table > thead > tr:first-child > th,
.table > tbody > tr:first-child > th,
.table > tfoot > tr:first-child > th,
.table > thead > tr:first-child > td,
.table > tbody > tr:first-child > td,
.table > tfoot > tr:first-child > td {
	border-top:none !important;
}
/* End Bootstrap Customises */


.page_wrapper {
}

#login-body .page_wrapper {
	padding-top: 50px;
}

.login-form {
	margin-top: 60px;
}

.login-form form {
	color: #5d5d5d;
	background: #fff;
	border: 4px solid #7a0a38;
	padding: 26px;
	margin-bottom: 50px;
}

.login-form form h1 {
	margin-top: 0;
}

.login-form form img {
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}

.login-form form input,
.login-form form button {
	font-size: 18px;
	margin: 16px 0;
}

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

.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}

.form-links a {
	color: #fff;
}

.navbar-inverse {
    background-color: #7A0A38;
	border:none;
    border-bottom: 1px solid #1a1a1a;
	margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background-color: rgba(255, 255, 255, 0.05);
	box-shadow: inset 1px 0 1px 0 rgba(0, 0, 0, 0.15), inset -1px 0 1px 0 rgba(0, 0, 0, 0.15);
}

.subbar {
	background: #312D2A;
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #1a1a1a;
	padding: 5px 0;
	margin-bottom: 25px;
}

.subbar h1 {
	margin: 0;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	padding: 6px 10px;
	display: inline-block;
}

.subbar a{
	color: #fff;
}

.subbar p {
	margin: 0;
	font-size: 13px;
	color: #767d82;
	text-shadow: 0 1px 0px #111;
	padding: 6px 0;
	display: inline-block;
}

.dashbtn_wrapper a.dashbtn {
	background: #f4f4f4;
	border: thin solid #d0d0d0;
	border-radius: 5px;
	box-shadow: 0 0 5px #d0d0d0 inset;
	color: #d0d0d0;
	font-size: 35px;
	display: inline-block;
	margin: 5px;
	width: 120px;
	opacity: 1;
	padding: 30px;
	text-align: center;
	transition: all 250ms linear 0s;
}
.dashbtn_wrapper a.dashbtn:hover {
	background: #e3e3e3;
	color: #b8b8b8;
}

footer {
	width: 100%;
	background: #312D2A;
	border-top: 1px solid #312d2a;
	color: #eee;
	padding: 10px 0;
}

footer a,
footer a:hover,
footer a:focus {
	color: #fff;
}
