@font-face {
  font-family: 'NexusSansWebPro';
  src:  url('/static/fonts/nexusserifwebpro.woff') format('woff');
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
body{
	height: 100%;
	background-color:#fff;
	color: #505050;
	font-family: NexusSansWebPro,Helvetica,sans-serif;
    font-feature-settings: "tnum","lnum";
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    padding-bottom:40px;   /* Height of the footer */
}
/*Buttons and Links*/
a:hover{
	text-decoration: none;
	color: #e9711c;
}

h1{
	margin-top: 20px;
	font-size: 4rem ;
	color:#007398;
}

h3{
	margin-top: 10px;
}

p {
	font-size: 2rem ;
	color:#505050;
}

td {
    vertical-align: middle !important;
	color: #e9711c;
	font-size: 2.0rem;
	padding-right: 10px;
    padding-left: 10px;
}


.form-control {
	border-radius: 0px;
	height: 40px;
	border: none;
	background-color: #fff;
	box-shadow: 0 0 0 0;
	 -webkit-box-shadow: 0 0 0 0;
	font-size: 18px;
	border-bottom: 2px solid #C0C0C0;
	-webkit-appearance: none;
	
}
.form-control:focus {
    border-color: #e9711c;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}
.form-control[disabled], .form-control[readonly]{
	color: #C0C0C0;
	text-shadow: .5em;
	background-color: #fff;
	
}
.input-group-addon , .input-sm {
	border-radius: 0px;
	-webkit-appearance: none;
	
}
select.input-sm {
	line-height: normal;
}
option {
	min-height: 20px;
	padding: 5px;
}

.labelX {
	float: left;
}
.form-group {
	margin-left: 20px;
	margin-right: 20px;
}
.panel, .well {
	border-radius: 0px;
}
.btn {
 border-radius: 0px;
 font-family: NexusSansWebPro,Helvetica,sans-serif !important;	
}
.btn-white {
	transition: all 111ms ease-out;
    font-family: NexusSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14pt;
    border: 2px solid #fff;
    line-height: 2.9rem;
    padding: 0 .84rem!important;
    background-color: transparent;
}
.btn-white:hover{
	transition: all 74ms ease-out;
    background-color: #e9711c;
    border-bottom-width: 2px;
    border-color: #e9711c;
    color: #fff;
}

.btn-primary{
	transition: all 111ms ease-out;
    font-family: NexusSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14pt;
    border: 2px solid #e9711c;
    line-height: 2.9rem;
    padding: 0 .84rem!important;
    background-color: #e9711c;
}
.btn-primary:hover{
	transition: all 74ms ease-out;
    background-color: #e9711c;
    border-bottom-width: 2px;
    border-color: #007398;
    color: #fff;
}

.btn-secondary{
	transition: all 111ms ease-out;
    font-family: NexusSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14pt;
    border: 2px solid #fff;
    line-height: 2.9rem;
    padding: 10px 10px 10px 10px;
    background-color: #007398;
    color: #fff;
}
.btn-secondary:hover{
	transition: all 74ms ease-out;
    background-color: #007398;
    border-bottom-width: 2px;
    border-color: #e9711c;
    color: #fff;
}

.btn-tertiary{
    display: inline-block;
    font-size: 12pt;
    line-height: 3rem;
}
.btn-tertiary:hover {
    color: #e9711c;
    }
.btn-plain{
	color: #007398;
	border-bottom: 1px solid #e9711c;
}
.btn-plain:hover{
	color: #e9711c;
} 
 /* Modals*/
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.2); 
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px ;
    /*border: 1px solid #888;*/
    border-top: 4px solid #e9711c;
    border-radius: 0px;
    width: 80%;
}


/* Application Menu */
.menu-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    right: 0;
    z-index: 1;
}
.menu-content a {
    text-decoration: none;
    display: block;
}

.els-header {
    line-height: calc(4/3);
}


.els-footer {
    border-top: 2px solid #e9711c;
    padding: 10px 10px 10px 10px;
    display: table;
    clear: both;
    height: 40px;
    width: 100%;
    bottom: 0;
}

.floatRight{
	float:right;
	margin-right: 18px;
}

.has-error{
	color:red;
}

/* Login Screen*/
.els-hero {
	background-size: cover;
    min-height: 350px;
    width:100%;
	background-image: url("/static/images/hero_11.jpg");
	background-repeat: no-repeat;
	color: #fff;
}
.login-container {
	margin-top: 30px;
}

.login-card {
    width: 80%;
    margin-left: 50px;
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.5) ;
    
}

.login-form {
    padding: 10%;
}

/* Plan Data Screen */
.plan-meta-data {
	font-size: 10pt;
	width: 100%;
	background-color: #eee;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.plan-desc {
	padding-left: 5px;
}
.center {
	text-align: center;
	padding-top: 30px;
}
.plan-metadata-table {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10%;
	margin-right: 10%;
	/*max-width: 700px;*/
	font-size: 10pt;	
	
}
.plan-metadata-table th{
	padding: 5px 5px 5px 5px;
	border: 1px solid #ddd;
	background-color: #EEE;
	width: 150px;
	vertical-align: top;
}

.plan-metadata-table td{
	padding: 5px 5px 5px 5px;
	border: 1px solid #ddd;
}

.plan-section-title {
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 25px;
	margin-top: 50px;
	color: #000;
	background-color: #eee;
	padding: 15px 15px 15px 15px;
	border-top: 4px solid #e9711c;
}
.plan-section{
    text-align: left;
	margin-left: 10%;
	margin-right: 10%;

}
.plan-section img{
 text-align: center;
}

