﻿@charset "utf-8";
/* CSS Document */
.carousel-indicators li {
	display: none !important;
}

.carousel {
	padding: 0px !important;
	margin: 0px !important;
}

body {
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
}

a {
	color: #24205c !important;
}

.marginLeft15 {
	margin-left: 15px;
}

.marginLeft25 {
	margin-left: 25px;
}

.marginTop15 {
	margin-top: 15px;
}

.clear {
	clear: both;
}

#wrap {
	height: auto;
	margin: 0 auto -60px;
	min-height: 100%;
	padding: 0 0 60px;
}

#footer {
	background-color: #f3f3f3;
	height: 60px;
	margin-top: 0px;
	font-weight: 700;
	color: #585859;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.container_loginbox {
	max-width: 1170px;
	padding: 0 15px;
	width: auto;
}

#footer p {
	float: right;
}

.container .text-muted {
	margin: 20px 0;
}

hr {
	margin: 10px;
}

.dsply-inln {
	display: inline-block;
}

.fRight {
	float: right;
}

.fLeft {
	float: left;
}

#title-bar {
	background-color: #f3f3f3;
	border-bottom: 4px solid #24205c;
}

.form-signin {
	padding: 15px;
	z-index: 9999;
}

h2 {
	font-size: 22px;
	/*color: #*/
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.btn-block {
	float: right;
	padding: 5px !important;
}

.btn-block_two {
	width: 30%;
	float: right;
	padding: 5px !important;
}

.form-signin .form-control {
	position: relative;
	font-size: 12px;
	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;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
}

.promotionalGraphic {
	margin-top: 35px;
}

h3 {
	font-size: 16px;
	margin: 0px;
}

.border_dk_grey {
	border: #838383 solid 1px;
}

.border_lt_grey {
	border: #a5c4e0 solid 1px;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: url(/inc/img-gen/loginbox_bg_one.png) repeat-x top left;
	margin-top: 200px;
}

.border_lt_grey_second {
	border: #f3f3f3 solid 1px;
	padding: 0 10px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: url(/inc/img-gen/loginbox_bg.png) repeat-x left top;
	opacity: 1;
}

.login_heading {
	color: #333333;
	font-size: 15pt;
	margin-bottom: 0 !important;
	margin-top: 10px;
	padding-top: 0;
}

.btn_login {
	width: 18% !important;
	border: none !important;
}

.user_name_img {
	background-image: url(/inc/img-gen/user_input_login.png) !important;
	background-repeat: no-repeat;
	background-position: right;
	height: 35px !important;
	margin-bottom: 25px !important;
	margin-top: 15px !important;
}

.password_img {
	background-image: url(/inc/img-gen/password_input_login.png) !important;
	background-repeat: no-repeat;
	background-position: right;
	height: 35px !important;
	margin-bottom: 25px !important;
}

.login_box {
	position: absolute;
	top: 0%;
	left: 20%;
}

.logo {
	padding: 0px;
	margin: 0px;
	text-align: center;
}


.forget_pass {
	color: #333333 !important;
	text-decoration: none;
}

	.forget_pass:hover {
		color: #333333 !important;
		text-decoration: underline;
	}

.signin_btn {
	background: url(/inc/img-gen/loginbtn_bg.jpg) repeat-x left top !important;
	border: solid 1px #0065e7 !important;
	color: #fff !important;
	font-size: 12pt !important;
}



.error_notifications {
	background-color: #fed2d3;
	border: 1px solid #c5818b;
	border-radius: 5px;
	color: #7a1c2a;
	display: block;
	margin: 5px 0 0;
	padding: 3px;
	font-size: 12pt;
}

.warning_notifications {
	background-color: #fefccb;
	border: 1px solid #d9df63;
	border-radius: 5px;
	color: #7f8229;
	display: block;
	margin: 5px 0 0;
	padding: 3px;
	font-size: 12pt;
}

.success_notifications {
	background-color: #d4fecc;
	border: 1px solid #a1da96;
	border-radius: 5px;
	color: #337626;
	display: block;
	margin: 5px 0 0;
	padding: 3px;
	font-size: 12pt;
}











@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	/* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	/* For landscape layouts only */
}








/* All Smartphones in portrait and landscape ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	/* YOUR STYLE GOES HERE */
}

/* All Smartphones in landscape ----------- */
@media only screen and (min-width : 321px) {
	/* YOUR STYLE GOES HERE */
}

/* All Smartphones in portrait ----------- */
@media only screen and (max-width : 479px) {
	/* YOUR STYLE GOES HERE */
}

/***** ANDROID DEVICES *****/

/* Android 240 X 320 ----------- */
@media only screen and (max-width: 241px) {
	/* YOUR STYLE GOES HERE */
}

/* Android(Samsung Galaxy) in portrait 380 X 685 ----------- */
@media only screen and (min-width: 375px) and (max-width: 385px) {
	/* YOUR STYLE GOES HERE */
}

/* Android(Samsung Galaxy) in Landscape 685 X  380 ----------- */
@media only screen and (min-width: 680px) and (max-width: 690px) {
	/* YOUR STYLE GOES HERE */
}

/* Kindle Portrait 600 X 1024 ----------- */
@media only screen and (min-width: 595px) and (max-width: 610px) {
	/* YOUR STYLE GOES HERE */
}

/* Kindle Landscape 1024 X 600 ----------- */
@media only screen and (min-width: 1000px) and (max-width: 1030px) {
	/* YOUR STYLE GOES HERE */
}

/***** ALL GENERATION IPADS *****/

/* iPads in portrait and landscape----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	/* YOUR STYLE GOES HERE */


}

/* iPad in landscape----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	/* YOUR STYLE GOES HERE */
	.border_lt_grey {
		margin-top: 210px;
		margin-left: -130px !important
	}
}

/* iPad in portrait----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	/* YOUR STYLE GOES HERE */
	.border_lt_grey {
		margin-top: 470px !important;
		margin-left: 150px !important;
	}
}



/***** Retina IPAD 3 & 4*****/

/* Retina iPad 3 & 4 in portrait and landscape----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	/* YOUR STYLE GOES HERE */
}

/* Retina iPad 3 & 4 in landscape----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
	/* YOUR STYLE GOES HERE */
}

/* Retina iPad 3 & 4 in landscape----------- */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
	/* YOUR STYLE GOES HERE */
}




/***** IPAD 1 & 2 (ALSO IPAD MINI)*****/

/* iPad 1 & 2 in portrait and landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	/* YOUR STYLE GOES HERE */
}

/* iPad 1 & 2 in landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {


	/* YOUR STYLE GOES HERE */
}

/* iPad 1 & 2 in portrait ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
	/* YOUR STYLE GOES HERE */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
	/* YOUR STYLE GOES HERE */
	.border_lt_grey {
		margin-top: 270px;
		margin-left: -130px;
	}
}


@media only screen and (min-width : 1400px) {
	/* YOUR STYLE GOES HERE */
	.border_lt_grey {
		margin-top: 310px;
		margin-left: -130px;
	}
}

@media only screen and (min-width : 1152px) {
	/* YOUR STYLE GOES HERE */
	.border_lt_grey {
		margin-top: 250px;
		margin-left: -130px;
	}
}

@media only screen and (max-width : 1024px) {
	/* YOUR STYLE GOES HERE */
	.border_lt_grey {
		margin-top: 250px;
		margin-left: 0px;
	}
}

@media only screen and (max-width : 1366px) {
	/* YOUR STYLE GOES HERE */
	.border_lt_grey {
		margin-top: 235px;
		margin-left: -80px;
	}
}




/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
	/* YOUR STYLE GOES HERE */
	.border_lt_grey {
		margin-top: 430px;
		margin-left: -15px;
	}
}




.padding_margin_none {
	padding: 0px !important;
	margin: 0px !important;
}

.form-signin-heading {
	margin-top: 17px !important;
}
