/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/layout/bg-lower.png);
	background-repeat: repeat-x;
	background-color: #01488a;
}

.topMenuBar {
	position: relative;
	height: 90px;
	width: 100%;
	background-image: url(../img/layout/bg.png);
	background-repeat: repeat-x;
}
.content {
	position:relative;
	margin-top: 50px;
	color: white;
}
.content a {
	color: #FC0;
}

.textbox {
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
}
.textbox a {
	color: white;
}


/* Tables */
table.tablesorter {
	border: 1px dotted #999;
	background-color: #F8F8F8;
	width: 100%;
    }
table.tablesorter td,th {
	padding: 5px;
	}

table.tablesorter thead tr{
	background-color: #CCC;
	color: #666;
	}
table.tablesorter tfoot tr{
	background-color: #CCC;
	color: #666;
	}

table.tablesorter tbody tr:nth-child(even) {
	background-color: #FDFDFD
}
table.tablesorter tbody tr:nth-child(odd) {
	background-color: #F8F8F8;
}
table.tablesorter tbody tr:hover{
	background-color: #CCC;
	}

table.tablesorter th:hover{
	background-color: #999;
	color:#FFFFFF;
	}

.highlight {
	color: #EA0000;
}

.ui-datepicker-month {
	color:#000 !important;
}

optgroup, select {
	color: black !important;
}

/* Login */
.form-signin
{
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;

}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    padding: 4px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	border-radius: 12px;
	margin-top: 20px;
}
.login-title
{
    color: #555;
    font-size: 23px;
    font-weight: 400;
    display: block;
	margin-bottom: 20px;
}
.login-logo {
	margin-top: 8%;
	width: 100%;
	text-align: center;
}
.login-logo img {
	position: relative;
}
.need-help
{
    margin-top: 10px;
}
.input-group-addon {
	color: #fff;
	background: #3276B1;
	position:relative;
	top: -1px;
	border: 1px solid #999;
	height: 30px;
}
.message {
	font-weight:bold;
	color: #3276B1;
}

.toolio {
	position:absolute;
	padding: 10px;
	color: #FFF;
	background-color: #666;
}


/* Small Screens */
@media (min-width: 768px){
.login-logo img {
    position: relative;
	left: 5px;
}
}

/* Medium Screens */
@media (min-width: 992px){
.login-logo img {
    position: relative;
	left: -15px;
}
}
