﻿.btn-review-survey {
	background-color: hsl(214, 37%, 28%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a99c1", endColorstr="#2c4361");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#7a99c1), to(#2c4361));
	background-image: -moz-linear-gradient(top, #7a99c1, #2c4361);
	background-image: -ms-linear-gradient(top, #7a99c1, #2c4361);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a99c1), color-stop(100%, #2c4361));
	background-image: -webkit-linear-gradient(top, #7a99c1, #2c4361);
	background-image: -o-linear-gradient(top, #7a99c1, #2c4361);
	background-image: linear-gradient(#7a99c1, #2c4361);
	border-color: #2c4361 #2c4361 hsl(214, 37%, 19.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.56);
	-webkit-font-smoothing: antialiased;
}



.smlogo {
    background-image: url("../../../Images/logo/atc/logo.png");
    -ms-background-size: 60%;
    background-repeat: no-repeat;
    background-size: 60%;
	width: 150px;
	height: 50px;
}

.lgLogo {
	background-repeat: no-repeat;
	background-image: url("../../../Images/logo/atc/logo_ad.png");
	background-size: 100%;
	width: 351px;
	height: 306px;
	margin-top: 100px;
	/*z-index: 1024;*/
	top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.background-Logo {
	background-image: url("../../../Images/logo/atc/keyboard.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	opacity: 1;
	will-change: opacity;
}

.background-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #FFFFFFE0;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.logon-header {
    font-size: 20px;
    color: #4472C4;
    margin-top: 15px;
    margin-bottom: 15px;

}
.container-fluid {
    padding: 0px;
}
/* styles for validation helpers */

.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid { display: none; }

input.input-validation-error { border: 1px solid #e80c4d; }

input[type="checkbox"].input-validation-error { border: 0 none; }

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid { display: none; }


/* login
----------------------------------------------------------*/

/*#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}*/


/*
#nav-account-title {
	margin-left: 10px;
	margin-right: 3px;
	padding: 2px 3px;
	text-decoration: none;
	color: #ffffff;
}
*/


#login a.username {
	background: none;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #bdb76b;
}

#login ul { margin: 0; }

.dropdown-menu > li > a,
.dropdown-menu > li, form > a:hover,
.dropdown-menu > li > a:focus {
	color: #1f8ac8 !important;
	text-decoration: none !important;
	/*background-color: #1f8ac8 !important;*/
	background-image: none !important;
}

#logoutForm > a:hover,
	.dropdown-menu > li > a:hover,
	.dropdown-menu > .active > a {
		color: #000000 !important;
		background-color: #f5f6fa !important;
	}


#logoutForm > a:focus {
	color: #1f8ac8 !important;
	text-decoration: none !important;
	background-color: #f5f5f5 !important;
}

.dropdown-menu > li, form > a {
	display: block !important;
	padding: 3px 20px !important;
	clear: both !important;
	font-weight: normal !important;
	line-height: 1.428571429 !important;
    color: #1f8ac8 !important;
	white-space: nowrap !important;
	background-image: none !important;
}
/*
#login li {
	display: inline;
	list-style: none;
	color: #ffffff;
}
*/

label {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}

label.checkbox { display: inline; }

.label {
    font-weight: 700;
}
.navbar-default {
	background-color: #ffffff !important;
	border-color: #808080 !important;
	background-image: none !important;
}
.navbar-default .navbar-nav > li > a {
        color: #1f8ac8 !important;
}
.navbar-default .navbar-nav > li > a:active,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #000000 !important;
		background-color: #ffffff !important;
	}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #000000 !important;
background-color: #f5f6fa !important;
}
body {
	/*background-color: #94b7f6 !important*/
	background-color: #f5f6fa !important
   /* background-color: #d7d7d7 !important;*/
}

h4.underline {
    position: relative;
}

h4.underline:after {
    position: absolute;
    content: '';
    width: 75%;
    left: 12.5%;
    height: 1px;
    background: #b0b0b0;
    bottom: -10px;
}

h1.title,
h2.title {
    color: #4472C4;
}


@media (min-width: 320px) and (max-width: 1199px) {
	.lgLogo {
        background-size: 100%;
        width: 320px;
		height: 250px;
		margin-top: 100px;
	}
}
@media (max-width: 797px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}

