﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: NexusSans;
    font-size: 1.6em;
    color: #505050;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.sm-padding-bottom {
    padding-bottom: 7px;
}

.cm-btn-group {
    display: flex;
    justify-content: flex-end;
    float: right;
}

.cm-btn-group > button {
    flex-grow: 1;
}

.cm-btn-group > button:not(:first-child) {
    margin-left: 4px;
}

#mappingData > tr > td {
    font-size: 1.2em;
    word-break: break-word;
    line-height: inherit;
    vertical-align: middle;
}

#deleteModalData > tr > td {
    font-size: 1.2em;
    word-break: break-word;
    line-height: inherit;
    vertical-align: middle;
}

.els-footer {
    clear: both;
    border: 0;
    border-top: 2px;
    border-color: #E9711C;
    border-style: solid;
    background-color: white;
}

.save-pw-change {
    margin-top: 5px;
    margin-bottom: 10px;
}

.save-pw-change > .tertiary.btn-save {
    margin-left: -4px;
}

.log-in-form > .text-input {
    margin-top: -10px;
}

.form-spacing {
    margin-top: 15px;
    margin-bottom: 15px;
}

.remember-me {
    float: left;
    margin-top: 8px;
    margin-right: 45px;
}

.remember-me > label.c-label {
    margin-bottom: 0;
}

.forgot-pw-link > .glyphicon {
    font-weight: bold;
    margin-right: 5px;
    margin-left: 4px;
}

.forgot-pw-link > span:last-child {
    vertical-align: text-bottom;
}

.forgot-pw-link:hover {
    color: #e9711c;
    text-decoration: none;
}

.forgot-pw-link:hover > span:last-child {
    border-bottom: #e9711c 3px solid;
}

.info-div > .info-header {
    padding-top: 35px;
    font-size: 1.2em;
}

.info-div > hr {
    margin-top: 0;
}

.info-div > div > ul > li {
    font-size: 1em;
}

#account-dropdown > a, #account-dropdown > .dropdown-menu > li {
    font-size: 1.2em;
}

@media (min-width: 64em) {
    .els-footer {
        padding: 2rem;
    }
}

@media only screen and (min-width : 320px) and (max-width: 38.5em) {
     .els-footer {
         padding-top: 1em;
     }   

    .els-footer .els-document-links {
        clear: both;    
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: 6px;
    }

    .save-pw-change > .tertiary.btn-save {
        width: 100%;
    }

    .els-pagination {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 38.5em) {
    .els-footer {
        padding: 2rem 1.5rem;
    }

    .els-footer .els-footer-logo {
        width: 16.66667%;
        min-width: 150px;
        padding-bottom: 0;
        margin-top: -4px;
    }

    .els-footer .els-document-links {
        float: left;
        width: 66.667%;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: 6px;
    }

    .els-footer .els-document-link {
        margin: 0 2rem 0 0;
    }

    .els-footer .els-footer-reed-logo {
        margin: 2.35rem 0 0 0;
        width: 16.66667%;
        text-align: right;
    }
}

.els-footer .els-footer-logo {
    float: left;
    padding-bottom: 1rem;
}

.els-footer a:hover {
    border-bottom: #e9711c 3px solid;
    color: #e9711c;
    text-decoration: none;
}

.els-footer > .els-footer-logo > a:hover {
    border: 0;
    text-decoration: none;
}

.els-footer .els-document-link-row {
    padding-bottom: 1rem;
}

.els-footer .els-document-link, .els-document-link-row > span {
    margin: 1rem 2rem 1rem 0;
}

.els-footer .els-footer-reed-logo {
    width: 100%;
    min-width: 118px;
}

.els-footer .els-footer-reed-logo img {
    width: 118px;
    height: 26px;
}

@font-face {
    font-family: 'NexusSans';
    src: url("../fonts/nexusfont/nexussanswebpro.eot");
    src: url("../fonts/nexusfont/nexussanswebpro.eot?#iefix") format('embedded-opentype'),
    url("../fonts/nexusfont/nexussanswebpro.woff") format('woff'),
    url("../fonts/nexusfont/nexussanswebpro.ttf") format('truetype');
} 

.font-height {
    line-height: inherit;
    vertical-align: middle;
}

.filter-search {
    vertical-align: bottom;
    line-height: inherit;
}

.navbar-divider {
    background: -moz-linear-gradient(left,  rgba(233,113,28,1) 0%, rgba(233,113,28,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(233,113,28,1) 0%,rgba(233,113,28,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(233,113,28,1) 0%,rgba(233,113,28,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9711c', endColorstr='#00e9711c',GradientType=1 ); /* IE6-9 */
    height: 2px;
}

.els-main-title {
    display: block;
    color: #E9711C !important;
    font-size: 1.6em;
    width: auto;
    border-bottom: 0px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 4;
}

.drop-select {
    border: 30px solid rgba(220,220,220,0);
    border-top: 10px solid rgba(220,220,220,0);
    box-sizing: content-box;
    height: 0;
    left: -30px;
    padding-top: 0;
    position: absolute;
    transition: border .4s,border-bottom .4s;
    width: 100%;
    z-index: 1000;
}

.drop-select.active {
    border: 30px solid rgba(220,220,220,.5);
    border-top: 10px solid rgba(220,220,220,.5);
    height: auto;
    left: -30px;
    padding-top: 0;
    position: relative;
}

.drop-placeholder {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background: 0 0;
    border-bottom: 2px solid #dcdcdc;
    color: #007398;
    cursor: pointer;
    display: block;
    font-size: 1.25rem;
    padding-bottom: 8px;
    transition: border-bottom .4s,background .4s,color .4s;
    user-select: none;
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .els-pagination {
        float: right;
    }
}

.navbar-default .navbar-nav > li > a:hover {
    color: #e9711c;
}

.navbar-default .navbar-nav > li.open > a:hover {
    color: #e9711c;
}

.navbar-default .navbar-nav > li > ul > li > a:hover {
    color: #e9711c;
}

.navbar-default {
    background-color: white;
    border-color: white;
}

.modal-header {
    padding-bottom: 5px;
}
.modal-footer {
    clear: both;
    padding-top: 10px;
}

.modal-body > .col-sm-offset-1.col-sm-10 {
    margin-top: -5px;
}

#mappingData > tr > td > .c-label {
    margin-right: 0;
}

.clear {
    clear: both;
}

.pw-change > .text-input {
    margin-top: -10px;
}

.validation-summary-valid {
    display: none;
}

/*-- Search Box --*/
.text-input label {
	bottom:-40px;
	color:#007398;
	cursor:pointer;
	display:block;
	font-size:1.1em;
	height:40px;
	margin:0;
	position:relative;
	transition:bottom .2s ease-out,font-size .2s ease-out;
}

.row > .text-input {
    margin-top: -32px;
}

.text-input label.active {
	bottom:-17px;
	font-size:1.15em;
}

.text-input label.disabled {
	color:#dcdcdc;
}

input {
	border-radius:0;
}

input.els_textinput {
	background:0 0;
	border:none;
	border-bottom:2px solid #dcdcdc;
	color:#505050;
	display:inline-block;
	font-family:NexusSans;
	font-size:1.25em;
	height:100%;
	padding-bottom:3px;
	transition:border-bottom .4s ease-out;
	width:100%;
}

input.els_textinput.warning {
	border-bottom:solid 2px #C83727;
}

input:focus {
	border-bottom:2px solid #505050;
	color:#000;
	outline:0;
}

input:hover {
	border-bottom:2px solid #505050;
	color:#000;
	outline:0;
}
/*-- End Search Box --*/

/*-- Checkbox --*/
.c-label > span {
    vertical-align: text-top;
    font-weight: 100;
}
.c-label > input[type=checkbox] {
    display: none;
}

label.c-label:hover:before {
    border: 3px solid #505050;
}

label.c-label {
    margin-bottom: 15px;
	cursor:pointer;
	display:inline-block;
	font-size:1em;
	margin-right:15px;
	padding-left:30px;
	position:relative;
}

label.c-label:before {
    background-color: #fff;
    border: 3px solid #b9b9b9;
    content: "";
    display: inline-block;
    height: 24px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 0;
    transition: border-color .3s ease;
    width: 24px;
}

label.c-label:after {
    background-color: transparent;
    content: "";
    display: inline-block;
    height: 12px;
    left: 6px;
    margin-right: 10px;
    position: absolute;
    top: 6px;
    transition: background-color .3s ease;
    width: 12px;
}

label.c-label.selected:after {
    background-color: #e9711c;
}
/*-- End Checkbox --*/

/*-- Button Group --*/
button.tertiary.t-primary {
    font-size: 1.4em;
}

button.tertiary.t-primary > span {
    background-color: #007398;
    color: white;
    height: 28px;
    width: 28px;
    font-size: .7em;
    padding-top: 7px;
    padding-right: 1px;
}

button.tertiary.t-primary:hover > span {
    background-color: #e9711c;
    color: white;
}

button.tertiary.t-primary:focus {
    color: #e9711c;
    outline-color: transparent;
}

button.tertiary.t-primary:focus > span {
    color: white;
    background-color: #e9711c;
    outline-color: transparent;
}

button.tertiary {
    background: 0 0!important;
    border: 0;
    color: #505050;
    padding: 5px 0 0 0;
}

button.tertiary:hover {
    color: #e9711c;
}

button.tertiary:focus {
    color: #e9711c;
    outline-color: transparent;
}

button.tertiary:focus span {
    color: #e9711c;
}

button[disabled=disabled] {
    background: #fff;
    border-color: #dcdcdc!important;
    color: #dcdcdc!important;
    cursor: not-allowed;
}

.btn-sm {
    font-size: 16px;
    height: auto;
    padding: 3px 6px 2px 9px;
}

.btn-med {
    font-size: 1.2em;
    height: auto;
    padding: 7px 6px 3px 8px;
}

.btn-lrg {
    font-size: 24px;
    height: auto;
    padding: 9px 10px 4px 12px;
}

button.tertiary span {
    border: 0;
    display: inline-block;
    color: #007398;
}

button.tertiary:hover span {
    color: #e9711c;
}

button.tertiary[disabled=disabled] span {
    background: #fff;
    border: 0;
    color: #dcdcdc!important;
    cursor: not-allowed;
}

button.btn-delete > span {
    color: #c83727;
}

button.btn-save > span {
    color: #007398;
}

.modal-footer > button {
    margin-right: 10px;
}

.modal-header > .close {
    color: #007398;
    opacity: 1;
}

.close:hover {
    color: #e9711c;
}
/*-- End Button Group --*/

/*-- Dropdown --*/
.els_dropdown_label {
    color: #007398;
    cursor: pointer;
    display: block;
    font-size: 1.15em;
    margin: 0;
    position: relative;
    transition: bottom .2s ease-out,font-size .2s ease-out;
}

.els_dropdown {
    background: 0 0;
    border: none; 
    border-bottom: 2px solid #dcdcdc; 
    color: #505050; 
    display: inline-block; 
    font-family: NexusSans; 
    font-size: 1.25em; 
    height: 100%; 
    padding-bottom: 3px;
    transition: border-bottom .4s ease-out; 
    width: 100%;
}

.els_dropdown:focus {
    outline: none;
    border-bottom: 2px solid #505050; 
}
/*-- End Dropdown --*/

/*-- Validation Messages --*/
.messaging-error {
    border: 3px solid #c83727;
    padding: 12px;
    padding-bottom: 0;
    margin-bottom: 15px;
    display: flex;
}

.pg-validation.messaging-error {
    margin-bottom: 0;
    margin-top: 15px;
}

.messaging-error > .error-box {
    background-color: #c83727;
    color: white;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    font-size: 1.2em;
    height: 30px;
    width: 33px;
    padding-top: 3px;
    text-align: center;
    float: left;
}

.messaging-error > .validation-summary-errors {
    float: left;
    padding-top: 2px;
}

.messaging-error > .validation-summary-errors > span {
    font-size: 1.4em;
}
/*-- End Validation Messages --*/

/*-- Pagination --*/
.els-pagination {
    list-style: none;
    padding-left: 0;
}

.els-pagination > li {
    display: inline-block;
    font-size: 16px;
    padding: 12px;
}

.els-pagination a:hover {
    border-bottom: 2px solid #e9711c;
    color: #e9711c;
}

.els-pagination .selected span {
    border-bottom: 2px solid #e9711c;
    padding: 0 2px 3px;
}

.els-pagination a {
    color: #323232;
    display: inline-block;
    padding: 0 2px;
    text-decoration: none;
}

/*-- End Pagination --*/