/*------------------------------------------------------------------

[Custom Stylesheet]


Last change:	03/25/2013
Assigned to:	You

-------------------------------------------------------------------*/

.highlight{background-color:yellow}
.search{
	float: right;
	margin-bottom: 10px;
}
body{
	padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
	#mobile_version{
		display: block;
	}
	#tab_version{
		display: none;
	}
	.form-group label {
	    text-align: left;
	}
}

@media screen and (min-width: 768px) {
	#mobile_version{
		display: none;
	}
	#tab_version{
		display: block;
	}
	.form-group label {
	    text-align: right;
	}
}

.nav-container{
	height: auto;
    position: relative;
    z-index: 1;
    background: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover{
	color: #9d9d9d;
}

#login_success{
	color: green;
	display: none;
	font-weight: bolder;
}
#login_failed{
	color: red;
	display: none;
	font-weight: bolder;
}

.footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	clear: both;
	background-color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 -3px 5px rgba(0, 0, 0, 0.075);
	border: none;
	color: #000;
	text-align:center;
}
	.error{
		border: 1px solid red;
	}
	.error + .error-text {
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		text-align: center;
		color: red;
	}
	.error-text{
		display:none;
	}
	.mobile_error{
		color:red;
		display: none;
	}

	@media (min-width: 768px) {
		.modal-dialog {
			width: 800px;
		}
	}
	.btn-primary{
		background-color: #5cb85c;
		background-image: none;
		border-color: #5cb85c;

	}
	.btn-primary:hover, .btn-primary:focus{
		background-color: #5cb85c !important;
		border-color: #5cb85c !important;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
		background-color: #5cb85c !important;
	}
	.margin-top20{
		margin-top:20px;
	}
	.padding-bottom-20{
		padding-bottom: 20px;
	}
	.padding-right10{
		padding-right: 10px;
	}
	.padding-top10{
		padding-top:10px;
	}
	.align-center{
		text-align: center;
	}