﻿
	/*Description: main.css*/

[hidden] {
	display: none; 
}
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    height:100%;     
}


/* =Main Nav 
------------------------------------------------------ */
.main-nav {
	position: relative;
	min-height: 28px;
	z-index: 9999;
	clear: both;
	margin: 0;
   padding-bottom:10px;
}

.main-nav:before,
.main-nav:after {
	content: ' ';
	display: table;
}

.main-nav:after {
	clear: both;
}




/* =Layout Components
------------------------------------------------------ */
.container {
    padding-left: 25px; /*added so that there is some spacing on the left */ 
    padding-right: 25px; /*added so that there is some spacing on the right */ 
	max-width: 5000px;
	margin: 0 auto;
}
.projectscontainer {
    padding-left: 25px; /*added so that there is some spacing on the left */ 
	max-width: 5000px;
	margin: 0 auto;
}

.main {
	background: #fff;
	position: relative;
	clear: both;
	/*min-height: 768px;*/
	/*padding: 0 10px;*/
}
.login-test {
    /*background: linear-gradient(#d9d9d9,#FFF);*/
    /*min-height:calc(100% - 40px);*/ /*less header, footer and navbar*/
    /*height: calc(100% - 40px);*/ /* ie fix for login */
}
.login .main {
	background: #d9d9d9;
}

.main-content {
	position: relative;
}

.secondary {
	line-height: 1.3;
	text-align: center;
	padding: 2em 0 1em 0;
}

/* =Content Elements
------------------------------------------------------ */
.the-content {
	font-size: 14px;
	line-height: 1.3;
	padding: 5px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.the-content a {
	text-decoration: underline;
}

.the-content a:hover,
.the-content a:focus {
	color: #333;
	text-decoration: underline;
}

.the-content ul {
	margin-bottom: .8em;
	padding-left: .5em;
}

.the-content ol {
	padding-left: 3em;
}

.login .the-content,
.landing .the-content {
	padding: 100px 0 20px 0;
}


/* Callouts */
.callouts {
	width: 550px;
	float: left;
}

.callouts a {
	display: block;	
	float: left;
	position: relative;
	margin: 0 8px 8px 0;
}

.callouts a:hover,
.callouts a:focus {
	opacity: .85;
}

/* Intro Text */
.intro-text {
	position:absolute;
    min-width: 500px; /*Note: IE interprets this as width*/
    left:800px;
    margin-right:25px;
}


/* =Header
------------------------------------------------------ */
.header {
    background: url("../Content/Images/header-bg.png") 100% 0 no-repeat #2fb786; /*#8A2131*/
    color: #000;
    min-height: 75px;
    position: relative;
    padding-top: 7px;
}

.header .site-logo {
	display: block;
	float: left;
	margin-right: 20px;
}

    .header .tagline {
        font-family: proximanova-semibold;
        font-size: 70px;
        float: left;
    }

        .header .tagline > span {
            font-family: proximanova-light;
            font-size: 36px;
            float: left;
        }

.header .utilities {
	position: absolute;	
	top: 30px;
	right: 23px;
}

.header .cls
{ 
    background-color: rgba(0, 0, 0, 0) !important;   
    height: 60px !important;
}


.header .utilities ul {
	
}

.header .utilities ul > li {
	
}

.header .utilities ul > li > a  {
	
}

/* =Wrapper
------------------------------------------------------ */
.wrapper {
    position:relative;
    min-height: calc(100% - 185px); /*less header, footer and navbar*/        
}

/* =Aside(s) & Sidebars
------------------------------------------------------ */
.aside { 
	
}
	
/* =Footer
------------------------------------------------------ */
.footer {
    background: #fff;
    color: #808080;
    font-size: 14px;
    padding: .8em 10px;
    min-height: 40px;
    position: relative;
}

.footer p {
	margin: 0;
}





/* =Common Elements
------------------------------------------------------ */
.media, .media-body {
	display: block;
	overflow: hidden;
	zoom: 1;
	width: auto; 
	margin-bottom: 1em;
}

.media-body {
	/* margin-bottom: 1em; */
}

.media-aside {
	margin-right: 1em;
}

.media img {
	display: block;
	margin-bottom: 1em;
}

.fl_right.media-aside {
	float: right;
	margin-right: 0;
}



/* =Helper Classes
------------------------------------------------------ */


.clearfix:before, .clearfix:after {
	content: "";
	display: table; 
}
.clearfix:after {
	clear: both; 
}
.clearfix {
	zoom: 1; 
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px; 
}
.print-only {
	display: none; 
}
.fl_left {
	float: left;
    font-family: proximanova-regular, arial, helvetica, sans-serif;
    line-height: 1.4; 
}
.fl_right {
	float: right; 
    font-family: proximanova-regular, arial, helvetica, sans-serif;
    line-height: 1.4; 
}
.ta_right {
	text-align: right; 
}
.ta_center {
	text-align: center; 
}
.mobile {
	display: block; 
}



@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	h1 {
		font-size: 22px !important;
	}

	h2 {
		font-size: 18px !important;
	}

	h3 {
		font-size: 16px !important;
	}

	h4 {
		font-size: 16px !important; 
	}

	h5 {
		font-size: 16px !important; 
	}

	.main-content {
		width: 100% !important;
	}
	
	.the-content {
		padding: 0 0 1em 0;
		max-width: 100%;
	}
	
	.footer { 
		border-top: 1px solid #000; 
	}
	
	.hp-feature,
	.utility-nav,
	.main-nav,
	.aside,
	.footer .footer-nav,
	.footer .quick-links,
	.the-search-form,
	a.toggle-menu,
	a.toggle-sub-menu,
	.st_sharethis_custom {
		display: none;
	}	
	
	.header .site-logo {	
		float: left;
        line-height:.8;
	}
	
	.the-search-form {
		float: right;
		margin-top: 75px;
	}

	.footer .print-info {
		display: block;
	}
	
	.footer .site-info {
		display: none;
	}
	
	a,
	a:visited {
		text-decoration: underline; 
	}
	
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""; 
	}
	
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid; 
	}
	
	thead {
		display: table-header-group; 
	}
	
	tr,
	img {
		page-break-inside: avoid; 
	}
	
	img {
		max-width: 100% !important; 
	}
	
	@page {
		margin: 0.5cm;
	}
	
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3; 
	}
	
	h2,
	h3 {
		page-break-after: avoid; 
	}
	
}



/* =Fonts
------------------------------------------------------ */
@font-face {
    font-family: 'proximanova-regular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proximanova-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-bold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proximanova-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-regularitalic';
    src: url('fonts/proximanova-regularitalic-webfont.eot');
    src: url('fonts/proximanova-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regularitalic-webfont.woff') format('woff'),
         url('fonts/proximanova-regularitalic-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regularitalic-webfont.svg#proximanova-regularitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-boldit';
    src: url('fonts/proximanova-boldit-webfont.eot');
    src: url('fonts/proximanova-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-boldit-webfont.woff') format('woff'),
         url('fonts/proximanova-boldit-webfont.ttf') format('truetype'),
         url('fonts/proximanova-boldit-webfont.svg#proximanova-boldit') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-semibold';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont.svg#proximanova-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-semibolditalic';
    src: url('fonts/proximanova-semibolditalic-webfont.eot');
    src: url('fonts/proximanova-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibolditalic-webfont.woff') format('woff'),
         url('fonts/proximanova-semibolditalic-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibolditalic-webfont.svg#proximanova-semibolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-light';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proximanova-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-lightitalic';
    src: url('fonts/proximanova-lightitalic-webfont.eot');
    src: url('fonts/proximanova-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-lightitalic-webfont.woff') format('woff'),
         url('fonts/proximanova-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/proximanova-lightitalic-webfont.svg#proximanova-lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova-black';
    src: url('fonts/proximanova-black-webfont.eot');
    src: url('fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-black-webfont.woff') format('woff'),
         url('fonts/proximanova-black-webfont.ttf') format('truetype'),
         url('fonts/proximanova-black-webfont.svg#proximanova-black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-regularcond';
    src: url('fonts/proximanovacond-regular-webfont.eot');
    src: url('fonts/proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovacond-regular-webfont.woff') format('woff'),
         url('fonts/proximanovacond-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanovacond-regular-webfont.svg#proximanova-regularcond') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-regularconditalic';
    src: url('fonts/proximanovacond-regularit-webfont.eot');
    src: url('fonts/proximanovacond-regularit-webfont?#iefix') format('embedded-opentype'),
         url('fonts/proximanovacond-regularit-webfont.woff') format('woff'),
         url('fonts/proximanovacond-regularit-webfont.ttf') format('truetype'),
         url('fonts/proximanovacond-regularit-webfont.svg#proximanova-regularconditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-semiboldcond';
    src: url('fonts/proximanovacond-semibold-webfont.eot');
    src: url('fonts/proximanovacond-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovacond-semibold-webfont.woff') format('woff'),
         url('fonts/proximanovacond-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanovacond-semibold-webfont.svg#proximanova-semiboldcond') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-semiboldconditalic';
    src: url('fonts/proximanovacond-semiboldit-webfont.eot');
    src: url('fonts/proximanovacond-semiboldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovacond-semiboldit-webfont.woff') format('woff'),
         url('fonts/proximanovacond-semiboldit-webfont.ttf') format('truetype'),
         url('fonts/proximanovacond-semiboldit-webfont.svg#proximanova-semiboldconditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-lightcond';
    src: url('fonts/proximanovacond-light-webfont.eot');
    src: url('fonts/proximanovacond-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovacond-light-webfont.woff') format('woff'),
         url('fonts/proximanovacond-light-webfont.ttf') format('truetype'),
         url('fonts/proximanovacond-light-webfont.svg#proximanova-lightcond') format('svg');
    font-weight: normal;
    font-style: normal;
}


*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}

body {
    background: #fff;
    font-family: proximanova-regular, arial, helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    height: 100%;
}

a {
    color: #2fb786; /*#8a2131;*/
    text-decoration: underline;
}

a:hover {
	color: #000;
}

a:focus {
	color: #000;
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto; 
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

h1, h2, h3, h4, h5 {
	font-family: proximanova-regular;
	color: #000;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    padding-bottom:0.2em;
}

h1 {
    font-size: 38px;
    /*color: #8a2131; */
    color: #000; /*#8a2131;*/
    margin-bottom: .5em;
}

.login h1 {
	font-size: 30px;
	color: #000;
}

h2 {
	font-family: proximanova-bold;
	font-size: 25px;
	color: #666;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px; 
}

h5 {
	font-size: 16px; 
}


ul, ol, dl {
	margin: 0 0 1.4em 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin: 0 0 1.4em 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul {
	list-style: none;
	padding: 0;
}

q {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*strong, b {
	font-family: proximanova-bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/

em, i {
	font-family: proximanova-regularitalic;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 
    Override the DevExpress style to extend the Dynamic Grid Header Filter 
    https://www.devexpress.com/Support/Center/Question/Details/T179404
*/
.dynamicgridheaderfilter
{
    min-height: 250px !important;
}

/* Login page additional styles */
.login-sections {
    width: 100%;
    height: 100%;
    display: table;
}
.login-Fnd {
    width: 50%;
    height: 100%;
    display: table-cell;
    float: right;
    vertical-align: middle;
}

.login-data {
    width: 50%;
    height: 100%;
    display: table-cell;
    float: left;
    vertical-align: middle;
}

#login-table tr
{
    border:none;
    border-color:blueviolet;
    width:100%;
    height:100%;
}

#login-table td {
    width: 50%;
    height: 100%;
    border-color: blue;
    border: none;
}

#login-table {
    width: 100%;
    height: 100%;
    border: none;
    table-layout: fixed; /* IE11 padding in cell */
}

#FoundationLogo {
    padding: 100px; /* IE11 padding in cell */
    margin: auto; /* centering */
    display: block; /* centering */
    border: none;
}

.greenButton {
    background: #2fb786;
    border: 0;
    color: white;
    padding: 0;
    height: auto;
}

div.logintextbox {
    width: 270px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 2px solid #2fb786;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
}

.loginfooter {
    font-size: 14px;
    padding: .8em 10px;
    min-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: auto;
    color: #999999;
}
.forgotUserNameFooter span {
    color: orangered;
    white-space:normal !important;
}
.forgotPasswordFooter span {
    color: orangered;
    white-space: normal !important;
}
.Dashboard .dx-toolbar.dx-widget.dx-visibility-change-handler.dx-collection.dx-popup-title {
	display: none;
}
#uploadControl_Cancel {
	display: none;
}  
