
.page-header {
	margin: 0 0 3.9375rem;
}
#page-container {
	padding-top: 0;
}

.sidebar.sidebar-inverse, .sidebar.sidebar-inverse:before {
	background-color: #1c528b;
}
.header.navbar.navbar-inverse {
	background: #1c528b;
}

.sidebar .nav > li.active > a, .sidebar .nav > li.active > a:hover, .sidebar .nav > li.active > a:focus, .sidebar.sidebar-inverse .nav > li.active > a, .sidebar.sidebar-inverse .nav > li.active > a:hover, .sidebar.sidebar-inverse .nav > li.active > a:focus, .media-list.media-stat .media .media-icon, .navbar .with-label:before, .widget.with-cover .widget-cover-bg, .pace .pace-progress, .bg-theme {
	/* background: -webkit-linear-gradient(-45deg, #f2743b 0%,#f2743b 100%) !important;
	*/
	background: linear-gradient(135deg, #f2743b 0%,rgba(239,231,7,1) 100%) !important; 
	background-color: #f2743b !important;

}
.sidebar.sidebar-inverse .nav>li>a:focus, .sidebar.sidebar-inverse .nav>li>a:hover {
	/* background: -webkit-linear-gradient(-45deg, #f2743b 0%,#f2743b 100%) !important;*/
	background: linear-gradient(135deg, #f2743b 0%,rgba(239,231,7,1) 100%) !important; 
	background-color: #f2743b !important;
}
.navbar .navbar-brand i.navbar-logo {
	
	background: initial; 

	background-color: linear-gradient(135deg, #f2743b 0%,rgba(239,231,7,1) 100%) !important;
	background-color: #f2743b !important;
}
.sidebar .nav>li.nav-header {
	color: #f2743b;
}

body, .footer {
	background-color: #fafafa;
}
.navbar .navbar-brand img {
	max-height: 40px;
	margin-top: -8px;
}
a {
	color: #1c528b;
	font-weight: bold;
}


.panel.panel-yellow {
	-webkit-box-shadow: 0 0 0 1px #1c528b;
	box-shadow: 0 0 0 1px #1c528b
}


.start-page {
	max-width: 45rem;
	margin: 0 auto;
	position: relative;
	padding: 2.25rem 0;
	font-size: .875rem;
	text-align: center;
}
.start-page .start-icon i {
	font-size: 8rem;
	opacity: .25;
	color: #1c528b;
}
.start-page h1 {
	font-size: 4rem;
	font-weight: 700;
	color: #1c528b;
}
.start-page h3 {
	font-size: 1.125rem;
	font-weight: 400;
}

.start-page #footer {
	position: fixed;
	/*bottom: 30px;*/
	left: 0;
	right: 0;
}
.start-page #footer form {
	width: 96vw;
	margin: 0 auto;
}

.start-page #footer input.btn-ati {
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
}
.content {
	margin-left: 0;;
}
.label {
	color: #f2743b !important;
}


.btn-ati {
	background-color: #1c528b;
	color: white !important;
}



.disclaimer-page {
	max-width: 45rem;
	margin: 0 auto;
	position: relative;
	padding: 0;
	font-size: .875rem;
	text-align: center;
}
.disclaimer-page .disclaimer-icon i {
	font-size: 8rem;
	opacity: .25;
	color: #1c528b;
}
.disclaimer-page h1 {
	font-size: 4rem;
	font-weight: 700;
	color: #1c528b;
}
.disclaimer-page h3 {
	font-size: 1.125rem;
	font-weight: 400;
}

.disclaimer-page #footer {
	position: fixed;
	bottom: 30px;
	left: 0;
	right: 0;
}
.disclaimer-page #footer form {
	width: 96vw;
	margin: 0 auto;
}

.disclaimer-page #footer input.btn-ati {
	font-weight: 600;
	text-transform: uppercase;
	
}

.page {
	max-width: 45rem;
	margin: 0 auto;
	position: relative;
	padding: 0;
	font-size: .875rem;
	text-align: center;
}
.page .icon i {
	font-size: 8rem;
	opacity: .25;
	color: #1c528b;
}
.page h1 {
	font-size: 4rem;
	font-weight: 700;
	color: #1c528b;
}
.page h3 {
	font-size: 0.8rem;
	font-weight: 500;
	padding: 0;
}
.page #logo {
	position: fixed;
	top: 26%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.page #footer {
	position: fixed;
	bottom: 30px;
	left: 0;
	right: 0;
}
.page #footer form {
	width: 96vw;
	margin: 0 auto;
}

.page #footer a.btn-ati {
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
}

#page-container {
	/*border: 1px solid black;*/
	margin: 0 auto;
	width: 90vw;
}

#logoheader {
   position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* border-bottom: 1px solid black; */

}

.center-cropped {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
}


@media (max-width: 767px) {
	#page-container {
		/*padding-top: 2.7rem;*/
    padding-top: 1rem;
	}
}

.alert {
	margin-top: 3em;
}


.final-page #footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.final-page {
	max-width: 45rem;
	margin: 0 auto;
	position: relative;
	padding: 0;
	font-size: .875rem;
	text-align: center;
}
.final-page .icon i {
	font-size: 8rem;
	opacity: .25;
	color: #1c528b;
}
.final-page h1 {
	font-size: 4rem;
	font-weight: 700;
	color: #1c528b;
}
.final-page h3 {
	font-size: 0.8rem;
	font-weight: 500;
	padding: 0;
}
.final-page #logo {
	position: fixed;
	top: 26%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.final-page #footer {
		display: block;
	}
}