body
{
	background: url('../../images/slide6.jpg') fixed center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 font-family: "Dosis" !important;
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.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
{
    margin-top: 20px;
    padding: 20px 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);
}
.login-title
{
    color: #555;
    font-size: 22px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 90%;
    margin: 25px auto 10px;
    display: block;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.white-background
{
	background: white;
	margin: 10px 0;
	border: 2px grey dashed;
	padding: 10px;
	height: auto;
}

table.dataTable > tbody > tr.child span.dtr-title {
	min-width: 105px !important;
}

.menu_div
{
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.menu_div h2 
{
	text-transform: uppercase;
}
.menu_div ul 
{
	list-style: none;
	width: 100%;
	display: inline;
}
.menu_div ul li
{
	
	border-top: 1px solid #ccc;
	padding: 10px;
}
.menu_div ul li a 
{
	text-decoration: none;
	color: #337ab7;
	text-transform: uppercase;
	text-align: center;
}

.main-menu-top
{
	margin-bottom: 15px;
	width: 100%;
	float: right;
}

.main-menu-top a 
{
	margin-left:10px;
}

.moduleBox
{
	font-size: 28px;
	text-align: center;
	background: #f2f2f2;
	color: #337ab7;
	border: 10px solid white;
	padding: 40px 10px;
	margin-top: 20px;
}

.moduleBox:hover
{
	cursor: pointer;
	background: #337ab7;
	color: white;
}

.successPopUp
{
	display: none;
	text-align: center;
	color: green;
}

.failurePopUp,.failureMatch
{
	display: none;
	text-align: center;
	color: red;
}

.backLink
{
	margin-top: -35px;
}
.logoText
{
	text-decoration: none !important;
}
.logoText h1
{
	color: #121212 !important;
	text-decoration: none !important;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: -5px;
	
}
.logoText span
{
	color: #f58220;
}
.logoText img
{
	margin-left: 10%;
}

@media(max-width: 480px)
{
	.main-menu-top
	{
		display: block;
	}
}

.slider-box 
{
	 border: 1px dashed black; height: 450px;
}