﻿html {
    font-size:16px;
}

/*-- 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;
}

.messaging-warning {
    border: 1px solid #c83727;
    color: #c83727;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    margin: 3px;
}

/*-- End Validation Messages --*/

.log-in-form > .text-input {
    margin-top: -10px;
}
.clear {
    clear: both;
}
.text-input label.active {
    bottom: -17px;
    font-size: 1.15em;
}
.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;
}
.text-input label.disabled {
    color: #dcdcdc;
}
.form-spacing {
    margin-top: 15px;
    margin-bottom: 15px;
}
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.els_textinput {
    border-radius: 0;
}
input.els_textinput:focus {
    border-bottom: 2px solid #505050;
    color: #000;
    outline: 0;
}
input.els_textinput:hover {
    border-bottom: 2px solid #505050;
    color: #000;
    outline: 0;
}
.btn-sm {
    font-size: 16px;
    height: auto;
    padding: 3px 6px 2px 9px;
}
/*button.btn-save > span {
    color: #007398;
}*/

button.tertiary.t-primary {
    font-size: 1.4em;
}
button.tertiary.t-primary > i {
    background-color: #007398;
    color: white;
    height: 28px;
    width: 28px;
    font-size: .7em;
    padding-top: 7px;
    padding-left: 1px;
}
button.tertiary.t-primary:hover > i {
    background-color: #e9711c;
    color: white;
}
button.tertiary.t-primary:focus {
    color: #e9711c;
    outline-color: transparent;
}
button.tertiary.t-primary:focus > i {
    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.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:hover {
    color: #e9711c;
}
button.tertiary:focus {
    color: #e9711c;
    outline-color: transparent;
}
button.tertiary:focus i {
    color: #e9711c;
}
.PaddedDiv {
    padding: 5px;
}
.usermanual .a {
    color: #0c4273;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
}
.cookie-span {
    font-size: 22pt;
    vertical-align: middle;
    color: #e9711c;
}
.cookie-paragraph {
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .result {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .result {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .result {
        width: 1170px;
    }
}
.content{
    padding-left:0px;
}
.sitenav {
    background-color: white;
    border-color: white;
    min-height: 50px;
    margin-bottom: 20px;
    border-width: 0 0 1px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    font-family: NexusSans;
    
}
.nav-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;
    top: 0px;
}
.nav-header {
    /*padding-right: 15px;
    padding-left: 15px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    height: 60px;
    width: 100%;
    padding: 0 15px 3px 0
}
/*@media (min-width: 768px) {
    .nav-header {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .nav-header {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .nav-header {
        width: 1170px;
    }
}*/
.nav-header-left {
    float: left;
}
.nav-header-right {
    float: right;
    padding: 8px 8px;
    text-align: right;
}
.header-title {
    display: block;
    color: #E9711C !important;
    font-size: 1.6em;
    width: auto;
    border-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 4;
    text-decoration: none;
    padding: 15px 15px;
    height: 2.5em;
}

/*--Footer start*/

.els-footer {
    clear: both;
    border: 0;
    border-top: 2px;
    border-color: #E9711C;
    border-style: solid;
    background-color: white;
    font-family: NexusSans;
    font-size: 1rem;
}
@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;*/
        min-width: 150px;
        padding-bottom: 0;
        margin-top: -4px;
        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;
}
.els-document-link-row a
{
     color: #337ab7;
  text-decoration: none;
}

/*--Footer End--*/

/*--Filter Start--*/
.filter-button {
    cursor: pointer;
    font-size: .9em;
}

.icon {
    padding: 7px;
    min-width: 25px;
    text-align: center;
    vertical-align: middle;
    background-color: #137d9f;
    color: white;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 3px;
}

.input-field {
    width: 100%;
    padding: 3px;
    outline: none;
}

.input-field:focus {
    border: 2px solid #137d9f;
}
/*--Filter End--*/

/*--Dialog Start--*/
.ui-dialog-titlebar,
.ui-dialog-content,
.ui-widget button {
    font-size: 16px;
    font-family: NexusSansWebPro,Helvetica,sans-serif
}
/*--Dialog End--*/