﻿html, body {
    height: 100%;
    font-family: Arial;
    font-size: 11px;
    background: #31306b;
}

.main {
    width: 1100px;
    background: #fff;
    margin: 0 auto;
}

.loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -149px 0 0 -275px;
    background-color: white;
}

.nonRecommendedBrowser {
    display: none;
    text-align: center;
    padding: 0 10px;
    margin: 0;
    font-size: 13px;
}

.popupmain {
    /*background: #fff;*/
    margin: 0 auto;
}

.popupinnerContent {
    padding: 20px 20px 20px 20px;
    /*background-color: #FFFFFF;
    float: left;*/
}

.popupInnerContentWhite {
    background-color: #FFFFFF;
}

.modalInnerContent {
   padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    float: left;
    position: relative;
    top: -30px;
    overflow: auto !important;
}

.innerContent {
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    float: left;
    width: 1060px;
    position: relative;
    top: -30px;
    overflow: auto !important;
    
}

    .innerContent .pageName {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding: 20px 0 20px 0;
    }

.filterFields {
    padding: 20px 20px 20px 20px;
    width: 1018px;
    margin-bottom: 20px;
    overflow: hidden;
}

.filterResults {
    padding: 20px 20px 20px 20px;
    width: 1018px;
    margin-bottom: 20px;
}

.returnLink {
    float: left;
    margin-top: -55px;
}

.centerText {
    text-align: center;
}

.headerImageDiv {
    background-color: #31306b;
}

    .headerImageDiv .headerImage {
        width: 1100px;
        height: 140px;
    }

.userInfoBanner {
    background-color: #f2e7e2;
    width: 220px;
    height: 24px;
    position: relative;
    float: right;
    top: -30px;
    z-index: 9997;
    border-right: 1px solid #FFF;
    padding: 4px 2px 2px 2px;
}

.userInfoBannerLeft {
    float: left;
    padding: 0 2px 0 2px;
}


.userInfoBannerLabel {
    color: #868686;
    font-size: 10px;
}

.userInfoBannerContent {
    font-size: 10px;
}

.messageQueueAlerts {
    position: relative;
    height: 30px;
    background-color: #ffcc9a;
}

.messageQueueAlertsInner {
    position: relative;
    float: left;
    left: 10px;
    top: 3px;
    height: 30px;
}

#divMyMessages {
    padding: 5px;
    border-width: 2px;
    border: double;
    position: relative;
    top: 25px;
    left: 0px;
    width: 440px;
    background-color: #f5f8ff;
    display: none;
    z-index: 9996;
}

#divMessageProperties {
    padding: 5px;
    border-width: 2px;
    border: double;
    position: relative;
    width: 440px;
    left: 100px;
    top: -100px;
    background-color: #f5f8ff;
    display: none;
    z-index: 9997;
}

.buttonSpacing {
    padding: 5px 2px 5px 2px;
}

.logoutButton {
    top: 15px;
    position: absolute;
    right: 10px;
}

.breadcrumbs {
    position: relative;
    float: right;
    top: 15px;
    right: 100px;
}

#spanUserMessage {
    background-color: white;
    width: 230px;
    height: 20px;
    margin: 2px 0 0 0;
}

.alertButton {
    border: none;
    background-color: white;
    margin: 2px 0 0 0;
    float: left;
}

#imgMessages {
    vertical-align: middle;
    display: none;
    margin: -4px 0 0 0;
}

.myHomeNavigation {
}

.frmMain {
    height: 100%;
}

.spacer {
    margin: 7px 0 0 0;
}

hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

div.RadWindow {
    z-index: 9999 !important;
    height: 100%;
}

.RadComboBox_Default .rcbInputCell .rcbEmptyMessage {
    color: black;
    font-style: normal;
}

#updMain {
    height: 100%;
}

div#container {
    height: 100%;
    overflow: hidden;
    background: #31306b;
    min-height: 100%;
}

.content {
    background-color: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0;
    top: 0;
    padding: 20px;
    margin: 20px;
    position: absolute;
}


.buttonRow {
    padding: 30px;
    margin: 10px 40px 0 0;
    float: right;
}

select {
    font-size: 11px;
}


/*buttons*/
.button {
    background: #14537d;
    background-image: -webkit-linear-gradient(top, #14537d, #2980b9);
    background-image: -moz-linear-gradient(top, #14537d, #2980b9);
    background-image: -ms-linear-gradient(top, #14537d, #2980b9);
    background-image: -o-linear-gradient(top, #14537d, #2980b9);
    background-image: linear-gradient(to bottom, #14537d, #2980b9);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    text-shadow: 2px 6px 4px #666666;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
    box-shadow: 2px 2px 3px #666666;
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
    text-decoration: none;
}

    .button:hover {
        background: #196696;
        background-image: -webkit-linear-gradient(top, #196696, #3498db);
        background-image: -moz-linear-gradient(top, #196696, #3498db);
        background-image: -ms-linear-gradient(top, #196696, #3498db);
        background-image: -o-linear-gradient(top, #196696, #3498db);
        background-image: linear-gradient(to bottom, #196696, #3498db);
        text-decoration: none;
    }


a.button {
    color: #FFFFFF;
    text-align: center;
    font: normal 11px Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
}

div.RadUpload .ruFileWrap {
    overflow: visible !important;
}

div.RadUpload .ruButton {
    text-align: center;
    width: 75px;
}


.RadUpload .ruStyled .ruFileInput {
    height: 20px;
}


div.RadUpload .ruBrowse,
.standardButton {
    background: #14537d;
    background-image: -webkit-linear-gradient(top, #14537d, #2980b9);
    background-image: -moz-linear-gradient(top, #14537d, #2980b9);
    background-image: -ms-linear-gradient(top, #14537d, #2980b9);
    background-image: -o-linear-gradient(top, #14537d, #2980b9);
    background-image: linear-gradient(to bottom, #14537d, #2980b9);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    text-shadow: 2px 6px 4px #666666;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
    box-shadow: 2px 2px 3px #666666;
    font-family: Arial;
    font-size: 11px;
    color: #ffffff !important;
    padding: 4px 20px 4px 20px;
    text-decoration: none;
    border: none;
}

    .standardButton:hover {
        background: #196696;
        background-image: -webkit-linear-gradient(top, #196696, #3498db);
        background-image: -moz-linear-gradient(top, #196696, #3498db);
        background-image: -ms-linear-gradient(top, #196696, #3498db);
        background-image: -o-linear-gradient(top, #196696, #3498db);
        background-image: linear-gradient(to bottom, #196696, #3498db);
        text-decoration: none;
    }


a.standardButton {
    color: #FFFFFF;
    text-align: center;
    font: normal 11px Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
}

.addressValidationSearchButton {
    margin: 5px 0 5px 0;
    float:left;
}


.disabledStandardButton {
    color: gray;
    background-color: gainsboro;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
    box-shadow: 2px 2px 3px #666666;
    font-family: Arial;
    font-size: 11px;
    padding: 4px 20px 4px 20px;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

    .disabledStandardButton:hover {
        background-color: gainsboro;
        color: gray;
        text-decoration: none;
    }





.smallButton {
    background: #14537d;
    background-image: -webkit-linear-gradient(top, #14537d, #2980b9);
    background-image: -moz-linear-gradient(top, #14537d, #2980b9);
    background-image: -ms-linear-gradient(top, #14537d, #2980b9);
    background-image: -o-linear-gradient(top, #14537d, #2980b9);
    background-image: linear-gradient(to bottom, #14537d, #2980b9);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-shadow: 1px 3px 4px #666666;
    -webkit-box-shadow: 1px 1px 3px #666666;
    -moz-box-shadow: 1px 1px 3px #666666;
    box-shadow: 1px 1px 3px #666666;
    font-family: Arial;
    font-size: 9px;
    color: #ffffff;
    padding: 2px 15px 2px 15px;
    text-decoration: none;
}

a.smallButton {
    color: #FFFFFF;
    text-align: center;
    font: normal 9px Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
}


a {
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
    color: Blue;
}
/*End Buttons*/

/*Network Provider Popup*/

#NetworkProvider td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.networkProviderPopup {
    width: 300px;
    background-color: #fff;
    display: none;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -120px;
    margin-bottom: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999999,endColorstr=#ffffff);
    box-shadow: inset 1px 1px 40px 0 rgba(0,0,0,.45);
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    z-index: 9998;
}

.networkProviderInfoBtn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 20px;
}

    .networkProviderInfoBtn .networkProviderPopup::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.networkProviderPopup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.NetworkProviderLabel {
    margin: 2px 2px;
}

.NetworkProviderHeader {
    margin: 2px 2px;
    font-size: 14px;
    font-weight: bold;
}




.networkProviderDropDown {
    float: left;
    position: relative;
}

.networkProviderInfoButtonWidthHHQueue {
    width: 200px;
}

/*End Network Provider Popup*/

.changeNetworkProviderButton {
    position: relative;
    cursor: pointer;
    margin: 0 0 0 0;
    bottom: 5px;
    max-height: 5px;
    z-index: 9998;
    display: inline-block;
}

.orderInstructionsTextArea {
    font-size: 12px;
}

.errorPopup {
    border: 1px solid #000000;
    border-radius: 3px;
    width: 400px;
    height: 200px;
    position: absolute;
    top: auto;
    left: 160px;
    margin: 0 auto;
    background-color: #FFFFFF;
    display: none;
}

    .errorPopup .errorPopupHeader {
        width: 394px;
        height: 30px;
        background-color: red;
        font-weight: bold;
        color: #000000;
        padding: 12px 3px 3px 3px;
        text-align: center;
    }

    .errorPopup .errorPopupContent {
        background-color: #FFFFFF;
        padding: 10px 20px 10px 10px;
        line-height: 16px;
        font-size: 14px;
    }

    .errorPopup .errorPopupButtonRow {
        padding: 20px;
        bottom: 0;
        position: absolute;
        left: 275px;
    }

/*SLR REPORT*/
.grid-container {
    width: 100%;
    max-width: 1200px;
}

.div-table {
    display: table;
    width: 100%;
}

.div-table-padding10 {
    padding: 10px 10px 10px 10px;
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
    height: 30px;
    padding: 8px 8px 8px 8px;
}

.div-table-col {
    float: left; /*fix for  buggy browsers*/
    display: table-column;
}

.col-1 {
    width: 30%;
    padding: 5px 0 0 0;
}

.col-2 {
    width: 20%;
    padding: 5px 0 0 0;
}

.col-3 {
    width: 50%;
}

.col-4 {
    width: 66.66%;
}

.col-5 {
    width: 15%;
}

.col-6 {
    width: 100%;
}

.col-7 {
    width: 25%;
    padding: 5px 0 0 0;
}

.row-right {
    text-align: right;
}

.row-left {
    text-align: left;
}

.row-black-divider {
    background-color: #000000;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.slr-radio {
    margin: -5px -5px -5px -5px;
}

    .slr-radio input[type="radio"] {
        width: auto;
    }

    .slr-radio label {
        display: inline;
    }

.elevationReasonCheckBoxList {
    float: left;
}

    .elevationReasonCheckBoxList input[type="checkbox"] {
        padding: 5px;
    }

.indent5 {
    margin-left: 5px;
}

.telerik-grid-textbox-maximize input[type=text] {
    width: 100%;
}


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    z-index: 9999;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.popupNetworkProvider {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    transition: all 5s ease-in-out;
    border: 10px solid #000000;
}

    .popupNetworkProvider .PopupContentNetworkProvider {
        background-color: #FFFFFF;
        padding: 10px 20px 10px 10px;
        line-height: 16px;
        font-size: 14px;
    }


.filterPopup {
    position: fixed;
    width: 320px;
    left: 50%;
    margin-left: -150px;
    height: 140px;
    top: 50%;
    margin-top: -100px;
    background-color: #FFF;
    z-index: 20;
    border: 2px solid #000;
}

.filterControlPopup {
    width: 300px;
    height: 100px;
}



.duplicateNPIPopup {
    width: 375px;
    height: 100px;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}



.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
    height: 30px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableCell {
    border: 1px solid #EEE;
    display: table-cell;
    padding: 3px 10px;
    text-align: left;
    vertical-align: middle;
}

.divTableCellNoBorder {
    display: table-cell;
    padding: 3px 10px;
    text-align: left;
}

.divTableHead {
    border: 1px solid #EEE;
    display: table-cell;
    padding: 3px 10px;
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.filterColumnLeft {
    width: 500px;
    float: left;
}

.filterColumnRight {
    width: 500px;
    float: right;
}

.filterColumnCentered {
    width: 500px;
    margin: 0 auto;
}

.filterContainer {
    width: 800px;
    float: left;
}

.filterCenter {
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.filterLeft {
    margin: 0 auto;
    float: left;
    padding: 20px 5px 20px 5px;
}

.notesPopup {
    width: 711px;
}

.pnlPatientHistory {
    width: 800px;
}

.HistorySearch {
    margin: 10px 10px 10px 10px;
}

.AnnouncementsBox {
    border: 2px solid lightgray;
    padding: 5px 5px 5px 5px;
    margin: 0 0 10px 0;
}

.AnnouncementsTitle {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.AnnouncementsDate {
    font-size: 11px;
    margin: 0 0 8px 0;
}

.AnnouncementsCopy {
    font-size: 13px;
}

.divSaveAssessmentsButton {
    margin: 10px 10px 0 0;
    text-align: left;
}



.popup {
    display: none;
    position: fixed;
    width: 500px;
    left: 45%;
    margin-left: -150px;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    background-color: #FFF;
    z-index: 20;
    border: 2px solid #000;
}

.popuptop {
    width: 490px;
    height: 30px;
    background-color: #ffcc9a;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}

    .popuptop img {
        float: right;
        margin-top: 12px;
        margin-right: 5px;
    }

#popup1 {
    -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}

#popup2:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
}

#popup2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
}


.MedTracPopup:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
}

.MedTracPopup:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
}

.finishOrderEditAuthExtensionPopup {
    display: none;
    position: fixed;
    width: 460px;
    left: 45%;
    margin-left: -150px;
    top: 30%;
    margin-top: -100px;
    background-color: #FFF;
    z-index: 9998;
    border: 2px solid #000;
}

.finishOrderEditAuthExtensionPopupTop {
    width: 450px;
    height: 30px;
    background-color: #ffcc9a;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}

.standardPopupTop {
    background-color: #ffcc9a;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
    height: 30px;
}

.standardPopup {
    display: none;
    position: fixed;
    left: 45%;
    margin-left: -150px;
    top: 30%;
    margin-top: -100px;
    background-color: #FFF;
    z-index: 9999;
    border: 2px solid #000;
}

.standardPopupContent {
    background-color: #FFFFFF;
    padding: 10px 20px 10px 10px;
}

.standardPopup:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
}

.standardPopup:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
}


.autoDeterminationPopup {
    width: 560px;
    z-index: 9998;
}

.autoDeterminationPopupTop {
    width: 550px;
}

.medtracCommunicatorSendMessagePopup {
    display: none;
    position: fixed;
    width: 800px;
    left: 45%;
    margin-left: -350px;
    height: 500px;
    top: 30%;
    margin-top: -100px;
    background-color: #FFF;
    z-index: 9999;
    border: 2px solid #000;
}

.medtracCommunicatorSendMessagePopupTop {
    width: 790px;
    height: 30px;
    background-color: #ffcc9a;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}

.medtracCommunicatorSendMessagePopupTop img {
    float: right;
    margin-top: 12px;
    margin-right: 5px;
}

.medtracCommunicatorSendMessagePopupContent {
    background-color: #FFFFFF;
    padding: 10px 20px 10px 10px;
}


.rightFaxPopup {
    display: none;
    position: fixed;
    width: 500px;
    left: 45%;
    margin-left: -150px;
    height: 200px;
    top: 30%;
    margin-top: -100px;
    background-color: #FFF;
    z-index: 9999;
    border: 2px solid #000;
}

.rightFaxPopupTop {
    width: 490px;
    height: 30px;
    background-color: #ffcc9a;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}

    .rightFaxPopupTop img {
        float: right;
        margin-top: 12px;
        margin-right: 5px;
    }

.RightFaxPopupContent {
    background-color: #FFFFFF;
    padding: 10px 20px 10px 10px;
}


.addRoutePopup {
    width: 560px;
    z-index: 9998;
    height: 300px;
}

.addRoutePopupTop {
    width: 550px;
}

.changeDeliveryDatePop {
    width: 460px;
    z-index: 9998;
    height: 250px;
}

.voicemailMessagePopTop {
    width: 450px;
}

.voicemailMessagePop {
    width: 460px;
    z-index: 9998;
    height: 250px;
}

.changeDeliveryDatePopTop {
    width: 450px;
}

.termPayorPopup {
    width: 660px;
    z-index: 9998;
    left: 35%;
    overflow-y: auto;
    background-color: #FFFFFF;
    max-height: calc(100vh - 500px);
    display: none;
    position: fixed;
    margin-left: -150px;
    top: 30%;
    margin-top: -100px;
    border: 2px solid #000;
}
    .termPayorPopup:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -2;
    }

    .termPayorPopup:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #FFF;
        z-index: -1;
    }


    .termPayorPopup:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -2;
    }

    .termPayorPopup:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #FFF;
        z-index: -1;
    }

.termPayorPopTop {
    width: 650px;
}


.eligibilityInfoPopup {
    display: none;
    position: fixed;
    width: 850px;
    left: 25%;
    margin-left: -150px;
    top: 15%;
    margin-top: -100px;
    background-color: #FFF;
    z-index: 9998;
    border: 2px solid #000;
}

.eligibilityInfoPopupTop {
    width: 840px;
    height: 30px;
    background-color: #ffcc9a;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
}


.close {
    position: absolute;
    right: 25px;
    top: 8px;
    width: 10px;
    height: 10px;
    opacity: 0.3;
    cursor: pointer;
}

    .close:hover {
        opacity: 1;
    }

    .close:before, .close:after {
        position: absolute;
        left: 20px;
        content: ' ';
        height: 14px;
        width: 2px;
        background-color: #333;
    }

    .close:before {
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }

fieldset {
    border: 1px solid #000000;
}

    fieldset legend {
        font-size: 14px;
    }

.fieldsetDiv {
    padding: 10px;
    background-color: #d0e0e8;
    height: 100%;
    display: inline-block;
    width: 97%;
}

.fieldsetSeparator {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}


.cssButton {
    background-color: #14537d; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.ui-dialog.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

/*.SessionTimeout {
    display: none;
    opacity: 0.1;
    background-color: #000000;
    width: 100%;
}

.SessionTimeoutBanner {
    width: 100%;
    z-index: 999999;
    position: fixed;
    top: 300px;
    right: 0;
    left: 0;
    background-color: #f2e7e2;
    border-bottom: 1px solid #EEEEEE;
    padding: 30px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: at-banner-slide-in 0.8s ease forwards;
}

.SessionTimeoutCopy {
    margin: auto;
    width: 50%;
    color: #000000;
    padding: 10px;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
}

.SessionBannerCenter {
    margin: auto;
    width: 60%;
    padding: 10px;
}

.SessionTimeoutButtons {
    margin: auto;
    padding: 10px 10px 10px 10px;
}*/

/*this is for the ssrs reports*/
_:-ms-fullscreen, :root #VisibleReportContentreportViewer_ctl09 {
    position: absolute;
    display: inline-block !important;
}

.shPhone {
    float: left;
}






.SessionTimeout .ui-widget {
    font-family: Arial,Verdana, sans-serif !important;
    font-size: 11px !important;
    /*opacity: 0.1 !important;*/
    width: 100% !important;
}

.SessionTimeout .ui-widget-content {
    background-color: #f2e7e2 !important;
    border: none !important;
    /*Change the dialog border color here*/
}

.SessionTimeout .ui-dialog {
    /*left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;*/
    width: 100% !important;
    z-index: 999999 !important;
    position: fixed !important;
    top: 300px !important;
    right: 0 !important;
    left: 0 !important;
    background-color: #f2e7e2 !important;
    /*background-color:#f2e7e2 !important;*/
    border-bottom: 1px solid #EEEEEE !important;
    padding: 30px !important;
    box-sizing: border-box !important;
    color: #FFFFFF !important;
    font-family: "Open Sans", sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    animation: at-banner-slide-in 0.8s ease forwards !important;
}

#success {
    padding: 0;
    margin: 0;
}

.SessionTimeout .ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}

.SessionTimeout .ui-widget-content {
    float: left !important;
    margin: auto !important;
    width: 100% !important;
    color: #000000 !important;
    padding: 10px !important;
    font-family: Arial !important;
    font-size: 14px !important;
    text-align: center !important;
}

.SessionTimeout .ui-dialog .ui-dialog-title {
    float: left !important;
    margin: auto !important;
    width: 100% !important;
    color: #000000 !important;
    padding: 10px !important;
    font-family: Arial !important;
    font-size: 18px !important;
    text-align: center !important;
}

.SessionTimeout .ui-widget-header {
    /*Change the Header color here*/
    background: #f2e7e2 !important;
    border: 0 !important;
    color: #000 !important;
    font-weight: normal !important;
}

.SessionTimeout .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    width: 120px !important;
    margin: 0 auto !important;
    float: none !important;
}

.SessionTimeout .ui-button {
    background-position: 0% 0%;
background-image: linear-gradient(to bottom, #14537d, #2980b9) !important !important;
    -webkit-border-radius: 28px !important;
    -moz-border-radius: 28px !important;
    border-radius: 28px !important;
    text-shadow: 2px 6px 4px #666666 !important;
    -webkit-box-shadow: 2px 2px 3px #666666 !important;
    -moz-box-shadow: 2px 2px 3px #666666 !important;
    box-shadow: 2px 2px 3px #666666 !important;
    font-family: Arial !important;
    font-size: 11px !important;
    color: #ffffff !important;
    padding: 4px 20px 4px 20px !important;
    text-decoration: none !important;
    width: 150px !important;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: medium;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: medium;
    border-top-style: none !important;
    border-top-color: inherit !important;
    border-top-width: medium;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: medium;
    background-color: #14537d !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.recordCount {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    float:right;
    
}


.paneFillTruck {
    padding: 20px 20px 20px 20px;
}

#paneAdministration {
    padding: 20px 20px 20px 20px;
}

#paneHistory {
    padding: 20px 20px 20px 20px;
}

.ManifestHistory {
    min-height: 300px;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

.searchGrid {
    padding-top: 20px;
    float: left;
    width: 100%;
}

#addRoutePanel {
    margin-top:20px;
    margin-bottom:20px;
    float: left;
}
#divAddManifest {
    margin-top: 20px;
}

.manifestDetail {
    margin-left: 15px;
}

.credentialingLeft {
    height: 100%;
    width: 49%;
    float: left;
    margin-top: 20px;
    margin-right: 5px;
}

.credentialingRight {
    height: 100%;
    width: 46%;
    float: left;
    margin-top: 20px;    
}

.credentialingDivTableHead {
    width: 200px;
}

.credentialingFieldset {
    height: 100%;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}


.demographicsDivTable {
    width: 505px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.credentialingDivTable {
    width: 500px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.inactive {
    color: #c0c0c0 !important;
}

.rcbSlide {
    z-index: 9999!important;
}


/*experian address validation*/
.address-picklist-container {
    position: absolute;
    width: 50%;
}

.address-picklist {
    background-color: white;
    border: 2px solid #632678;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-sizing: border-box;
    max-height: 206px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    max-width: 350px;
}

    .address-picklist div
    {
        color: #575755;
        font-size: 12px;
        line-height: 1.2;
        padding: 3px 11px;
    }

.address-picklist div:first-child:hover,
.address-picklist .selected:first-child {
    border-top: 0;
    padding-top: 5px;
}

.address-picklist div:last-child:hover,
.address-picklist .selected:last-child {
    border-bottom: 0;
    padding-bottom: 5px;
}

.address-picklist div:hover,
.address-picklist .selected {
    cursor: pointer;
    background: #f4f4f4;
    border-bottom: 1px solid #632678;
    border-top: 1px solid #632678;
    padding: 4px 11px;
}

.address-label {
    margin-top:3px;
    vertical-align: top;
    float: left;
}


.loader {
    margin: auto;
    overflow: hidden;
}

    .loader.loader-overlay {
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        height: 14em;
    }

    .loader .spinner {
        font-size: 1em;
        border-radius: 50%;
        border-top: 1.1em solid rgba(1, 92, 174, 0.2);
        border-right: 1.1em solid rgba(1, 92, 174, 0.2);
        border-bottom: 1.1em solid rgba(1, 92, 174, 0.2);
        border-left: 1.1em solid #982881;
        height: 8em;
        width: 8em;
        margin: 2em auto;
        position: relative;
        text-indent: -9999em;
        -webkit-animation: load8 .8s infinite linear;
        animation: load8 .8s infinite linear;
    }

    .loader.loader-inline {
        height: 0;
        overflow: visible;
        text-align: right;
    }

        .loader.loader-inline .spinner {
            border-width: 1.5em;
            display: inline-block;
            font-size: 2px;
            margin: 0 5em;
            top: -27px;
            z-index: 9;
        }

.doctorZipExperian {
    float:left;
    margin: 5px 20px 0 0;
}
/*end experian address validation*/

.upperCase {
    text-transform: uppercase;
}

.radGridDetailTable {
    margin-left: 40px !important;
    margin-right: 40px !important;
    margin-bottom: 10px !important;
    width: 90% !important;
    border-right: solid thin !important;
} 