/* Sapphire eMAR Mobile CSS
--
-- Start Date: 10/29/2013
-- Make use of CSS 3 and existing mobile controls 
*/
/* 1. BASE
--------------------------------------------------------*/
#wrapper {
    width: 960px;
}

#header {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #7692BC;
    background: #7692bc;
    color: White;
    font-weight: normal;
    text-shadow: 0 1px 0 #eee;
    background-image: url(../images/bg-header-pic.png);
    border: 1px solid #3e3e3e;
}

    #header h1 {
        font-size: 140%;
        text-align: center;
    }

a.header-tab-menu:link, a.header-tab-menu:visited, a.header-tab-menu {
    color: #90a0c2;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    height: 40px;
    width: 20%;
}

    a.header-tab-menu:active {
        color: #c7cfe0;
    }

        a.header-tab-menu:active svg, a.menu-trigger:active svg {
            fill: #c7cfe0;
        }

.header-tab-menu svg {
    margin-top: 3px;
}

.header-tab-menu p {
    display: block;
    padding: 0;
    margin-top: -3px;
    font-size: 11px;
    font-weight: 700;
}

#navigation {
    float: none;
    width: auto;
}

.checkboxImportant {
    z-index: 3 !important;
}

/* 1.1	Reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none inherit;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address {
    font-style: normal;
}

/* 1.2	Accessibility Navigation & Hide
-------------------------------------------*/
ol#accessibility-nav, .hide {
    position: absolute;
    top: -999em;
    left: -999em;
    height: 1px;
    width: 1px;
}

/* 1.3	Clearfix
-------------------------------------------*/
.clearfix:after, .scheduler-detail:after, .scheduler-detail li:after, .wrapper-schedule-time:after, .schedule-time:after, .schedule-time li:after,
.jqTransformSelected:after, .section .line-section:after, .section:after, .sub-header .user-info:after, .sub-header .user-detail:after,
.scheduler-section:after, .ss-content .info:after, .ss-content .detail:after,
.ss-content .input:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 1.4	Default Styles
-------------------------------------------*/
body {
    text-align: center;
    font: 400 12px 'Roboto', sans-serif;
    background: #fff;
    overflow: hidden;
}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    background: #ededed;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#ededed), color-stop(100%,#b2b2b2));
    background: -webkit-radial-gradient(center, ellipse cover, #ededed 1%,#b2b2b2 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ededed 1%,#b2b2b2 100%);
    background: radial-gradient(ellipse at center, #ededed 1%,#b2b2b2 100%);
}

hr {
    display: none;
}

img {
    display: block;
}

strong {
    font-weight: 700;
    font-size: 10pt;
}

em {
    font-style: italic;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

input, textarea, select {
    font: 16px 'Roboto', Helvetica, sans-serif;
    vertical-align: top;
    padding-top: 2px;
}

select {
    min-height: 25px;
}

a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
}

a:link {
    color: #36C;
}

a:hover {
    color: #c00;
    text-decoration: none;
}
/* The below commented line for checkbox text*/
label {
    display: inline-block;
    color: #111;
    font: 400 11px "Roboto", Verdana, Arial;
}

textarea {
    resize: none;
}
/* Firefox and Chrome */
input, textarea, a {
    outline: none;
}
    /* Firefox and Chrome */

    input[type=text], textarea {
        border-radius: 3px;
        border: 1px solid #aaa;
        text-align: left;
    }

textarea {
    font-size: 11px;
    text-transform: uppercase;
}

    input[type=text]:focus, textarea:focus {
        border: 1px solid #36c;
    }
/* CSS Input checkboxes and radio buttons*/
input[type=checkbox] {
    height: 25px;
    width: 25px;
}

input[type=radio] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 6px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

    input[type=radio]:checked:after {
        content: ' ';
        width: 8px;
        height: 8px;
        border-radius: 40px;
        position: absolute;
        top: 2px;
        background: #262626;
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
        text-shadow: 0px;
        left: 2px;
        font-size: 32px;
    }

    input[type=radio]:checked {
        background-color: #fafafa;
        color: #262626;
        border: 1px solid #36c;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
    }

        input[type=radio]:active, input[type=radio]:checked:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
            border-color: #36c;
        }

        input[type=radio]:disabled, input[type=radio]:checked:disabled {
            background-color: #d9d9d9;
        }

input.button {
    display: inline-block;
    text-align: center;
    font-size: 1.3em;
    color: #fff;
    height: 50px;
    min-width: 75px;
    width: 45%;
    max-width: 250px;
    font-weight: 700;
    background: #3C3D43;
    border: 1px solid #3C3D43;
    border-radius: 4px;
}

a.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 1em;
    color: #000;
}

.ToolTipDets {
    position: relative !important;
    background-color: #ffc;
    text-align: center !important;
    border-color: #600;
    border-width: 1px;
    border-style: solid;
    width: 150px;
    padding-left: 0 !important;
}

.mobile-label {
    vertical-align: bottom;
    font-size: 1em;
}

/* 2. LAYOUT
------------------------------------*/
.container {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 1.2em;
    color: #000;
}

    .container > div:not(.header) {
        -webkit-animation: fadeInOpacity .3s forwards;
        animation: fadeInOpacity .3s forwards;
    }

* html .container, #aspnetForm {
    height: 100%;
    overflow: auto;
}

.header {
    width: 100%;
    top: 0;
    height: 40px;
    background: #485B82;
    box-shadow: 0 1px 4px 0 rgba(30,30,30,0.45);
}

.scroller {
    height: 100%;
    overflow-y: scroll;
}

.scroller, .scroller-inner {
    position: relative;
}

.menu-wrapper {
    display: block;
    margin-top: 20px;
    height: 100%;
}

    .menu-wrapper label {
        font-weight: 700;
        font-size: 12px;
    }

.main-menu-left, .main-menu-right {
    display: inline-block;
    margin: 0 1%;
    width: 120px;
    vertical-align: top;
}

    .main-menu-left li, .main-menu-right li {
        padding: 10px 5px;
        margin-bottom: 10px;
        height: 110px;
        box-shadow: 0 2px 6px 0 rgba(30,30,30,0.5);
        opacity: 0;
        background: #f5f5f5;
        -webkit-animation: fadeInOpacity 0.4s;
        animation: fadeInOpacity 0.4s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .main-menu-left a, .main-menu-right a {
        display: inline-block;
        height: 100%;
        width: 100%;
    }

    .main-menu-left svg, .main-menu-right svg {
        margin-top: 5px;
    }

.header-inner {
    z-index: 0 !important;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 40px;
}

.sub-header {
    background: #f5f5f5;
    box-shadow: 0 2px 6px 0 rgba(30,30,30,0.5);
}

.sub-header-inner {
    position: relative;
    margin: 0 auto;
    padding: 12px 0 0;
    width: 100%;
}

.sub-header-inner-patient {
    position: relative;
    margin: 0 auto;
    padding: 12px 40px 0 0;
    min-width: 930px;
    max-width: 1280px;
    width: 94%;
}

.sub-header-label-header {
    display: block;
    height: 24px;
    width: 100%;
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #adc2eb;
}

.header-item-title-label {
    color: #36c;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    margin-left: 1%;
}

.content, .content-small {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.schedule {
    width: 100%;
    min-height: 50px;
    overflow: auto;
    background: #CADCF4 url(../images/bg-content.png) repeat-x 0 0;
    z-index: 0;
    height: 100%;
}

.schedule-inner, .content-inner, .message-control-content-inner {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0px;
    width: 92%;
    z-index: 1;
    text-align: center;
}

.content-terms {
    position: relative;
    margin: 0 auto;
    padding: 20px 30px 10px;
    z-index: 1;
    background-color: #494D54;
    color: #6CC0EF;
    font-size: 12pt;
}

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: 60px;
    z-index: 1;
    margin-top: 15px;
}

.footer-inner {
    z-index: 0;
    position: relative;
    margin: 0 auto;
    width: 92%;
    height: 100%;
    text-align: center;
}

.browser-version {
    margin-top: 60px;
    border-style: solid;
    border-color: #000;
    border-width: 2px;
    padding: 5px;
    background-color: #F05C5C;
    text-align: center;
}

span.browser-version {
    color: #000;
    font-family: Verdana;
    font-size: 12pt;
}

#pullRefresh {
    display: block;
    float: left;
    height: 300px;
    top: -300px;
    left: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    background: #ccc;
    border-bottom: 2px solid #5D80B6;
    box-sizing: border-box;
}

.center-wrapper {
    display: block;
    float: left;
    width: 100%;
    padding-top: 10px;
}

.nf-messages-approval-wrapper {
    width: 100%;
    display: block;
    float: left;
    border: 1px solid #608dd6;
    background: #fff;
    margin: 20px 0;
    padding-bottom: 10px;
}

ul.two-columns {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 0;
    display: inline-block;
}

.first {
    float: left;
}

.second {
    float: right;
}

.no-access-container {
    display: table;
    width: 100%;
    height: 200px;
}

    .no-access-container h3 {
        font-size: 16px;
        color: #333;
        margin: 50px 0 45px;
    }

/* ------------------------  */

/* Labels */
.sectionSubTitle {
    font-size: 14px;
    font-weight: 500;
    color: #494949;
    display: table-cell;
    vertical-align: middle;
}

.medication-requested-label {
    display: block;
    margin: 4px 5px 0 0;
    padding: 0 4px;
    font-weight: bold;
    font-size: 1em;
    color: #000;
}


/* 2.1	Header
-------------------------------------------*/
.left-header {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 0 0;
    width: 30px;
}

.header-text {
    position: absolute;
    width: 560px;
    left: 200px;
    top: 18px;
}

    .header-text span {
        text-transform: uppercase;
        clear: both;
        line-height: 1.27em;
        font-weight: 700;
        font-size: 1.5em;
        font-family: Verdana;
        color: #fff;
    }

.right-header {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 0 0;
    width: 210px;
    height: 70px;
}

    .right-header .widget-tools {
        position: absolute;
        overflow: visible;
        left: 0;
        top: 2px;
        float: left;
        margin: 0 0 13px 0;
        height: 30px;
    }

        .right-header .widget-tools li {
            float: left;
            margin: 0 5px 0 0;
            width: 30px;
            height: 30px;
        }

    .right-header .tools {
        float: right;
        margin: 0 0 13px 0;
    }

        .right-header .tools li {
            padding: 4px 0;
            width: 76px;
            height: 22px;
        }

            .right-header .tools li a {
                display: block;
                position: relative;
                overflow: hidden;
                width: 76px;
                height: 22px;
                text-decoration: none;
                text-align: center;
                color: #fff;
            }

                .right-header .tools li a span {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: url(../images/btn-logout.png) no-repeat 0 0;
                    cursor: pointer;
                }

                .right-header .tools li a:hover span {
                    background-position: 0 -22px;
                }

                .right-header .tools li a:active span {
                    background-position: 0 -44px;
                }

    .right-header .search-box {
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .right-header .search-box .watermark {
            color: #808080;
            font-style: italic;
        }

/* 2.2	Content
-------------------------------------------*/

/*Push Mobile Menu*/
.cbp-spmenu {
    position: fixed;
    background: #fff;
    color: #485B82;
}

    .cbp-spmenu h3 {
        font-size: 14px;
        padding: 20px 20px 5px 20px;
        margin: 0;
        font-weight: 300;
    }

    .cbp-spmenu h4 {
        font-size: 12px;
        padding: 5px 20px;
        font-weight: 300;
    }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
    width: 140px;
    display: table;
    top: 40px;
    z-index: 1000;
}

    .cbp-spmenu-vertical a {
        padding: 7% 4%;
    }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
    left: -140px;
}

.cbp-spmenu-right {
    right: -140px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    -ms-transform: translateX(140px);
    transform: translateX(140px);
    box-shadow: 0 2px 8px 3px rgba(30,30,30,0.6);
}
/* Push classes applied to the body */
.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    -ms-transform: translateX(140px);
    transform: translateX(140px);
}

.cbp-spmenu-push-toleft {
    -ms-transform: translateX(-140px);
    transform: translateX(-140px);
}

/* Transitions */
.cbp-spmenu, .cbp-spmenu-push-toright {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/*----End Push Menu----*/
.login-user-id, .login-password, .login-questions {
    margin: 0 auto;
    display: block;
    font-size: 18px;
    color: #555;
    text-transform: uppercase;
    width: 90%;
    max-width: 500px;
    border: 1px solid #969696;
    border-radius: 0;
    transition: all 0.3s ease-out;
}

    .login-user-id:focus, .login-password:focus, .login-questions:focus {
        border: 1px solid #B0BEC5;
        box-shadow: 0 0 4px #B0BEC5;
        color: #111;
    }

input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
    color: #aaa;
}

.js-enabled {
    display: none;
}

.js-disabled-msg .login-content {
    font-size: 17px;
    padding: 0px 0px 15px 0px;
    color: #B30000;
}


.content-nav {
    overflow: hidden;
    clear: both;
    margin: 0 0 28px;
    padding: 0;
    height: 1%;
}

    .content-nav li {
        float: left;
        padding: 0 7px 0 0;
        height: 24px;
    }

.content-sub-nav {
    clear: both;
    padding: 0 0 20px;
    height: 1%;
}

    .content-sub-nav .csn-column {
        float: right;
        padding-top: 7px;
    }

    .content-sub-nav .csn-first {
        padding: 0 75px 0 0;
    }

    .content-sub-nav .csn-column h4 {
        float: left;
        padding: 0 12px 0 0;
        line-height: 1.75em;
        font-weight: 700;
        font-size: 1em;
        color: #2556B8;
    }

    .content-sub-nav .csn-column ul {
        float: left;
    }

    .content-sub-nav .csn-column li {
        float: left;
        padding-left: 1px;
        height: 25px;
        overflow: hidden;
        border-right: 1px solid #999;
        background: #c3c3c3;
    }

        .content-sub-nav .csn-column li.first {
            padding-left: 0;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .content-sub-nav .csn-column li.last {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            border-right: 0;
        }

        .content-sub-nav .csn-column li a {
            display: block;
            float: left;
            height: 25px;
            line-height: 1.82em;
            padding: 0 4px;
            font-size: .93em;
            color: #3D3D3D;
        }

        .content-sub-nav .csn-column li.first a {
            padding: 0 0 0 7px;
        }

        .content-sub-nav .csn-column li.last a {
            padding: 0 7px 0 0;
        }

        .content-sub-nav .csn-column li a span {
            display: block;
            float: left;
            padding: 0 7px;
            height: 25px;
            line-height: 25px;
        }

        .content-sub-nav .csn-column li.first a span {
            padding: 0 7px 0 5px;
        }

        .content-sub-nav .csn-column li.last a span {
            padding: 0 0 0 3px;
        }

        .content-sub-nav .csn-column li a.active {
            color: #fff;
            background: #898989;
        }

.line-section .title-form {
    float: left;
    width: 90px;
}

    .line-section .title-form h3 {
        padding: 7px 0 0 10px;
        line-height: 1.17em;
        font-weight: 700;
        font-size: 1em;
        color: #2556B8;
    }

/* -------- */
.footer-content {
    overflow: visible;
    clear: both;
}

.footer-content-inner {
    overflow: auto;
    padding: 10px 0 0;
    background: url(../images/bg-dotted-footer.gif) repeat-x 0 0;
}

.footer-content p {
    padding: 0 0 3px;
    line-height: 1.67em;
    font-weight: 400;
    font-size: 1em;
    color: #000;
}

.container p.warning {
    font-weight: 700;
    color: #B50000;
}

.mobile-control-content {
    width: 100%;
    font: normal 11px/14px 'Roboto', sans-serif;
}

.mobile-content-box {
    display: table;
    width: 97%;
    margin: 0 1.5%;
    background: #f5f5f5;
    box-shadow: 0 2px 6px 0 rgba(30,30,30,0.55);
}

    .mobile-content-box.first {
        margin-top: 10px;
    }

.mobile-content-header {
    display: block;
    height: 22px;
    width: 100%;
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #adc2eb;
    margin-bottom: 10px;
}

.mobile-header-label {
    color: #36c;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    margin-left: 1%;
    padding-right: 1%;
    vertical-align: top;
}

.ehr-content-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    vertical-align: top;
}

    .ehr-content-row.center {
        text-align: center;
    }

.summary-shared-table th {
    padding-bottom: 3px;
}

.summary-shared-table tr {
    border-top: 1px solid #888;
}

    .summary-shared-table tr:first-child {
        border-top: 0;
    }

    .summary-shared-table tr:last-child {
        border-bottom: 1px solid #888;
    }

.summary-shared-table td {
    border-left: 1px solid #888;
    padding: 5px;
    font-size: 11px;
}

    .summary-shared-table td:last-child {
        border-right: 1px solid #888;
    }

.ehr-date-range-control {
    float: right;
    margin-right: 5px;
}

.date-range-button {
    border: 1px solid #aaa;
    background: #fff;
    height: 20px;
    margin-top: 1px;
    width: 30px;
}

/*Split Patient Header Label Alignment*/
.page {
    padding-top: 4px;
}

.patientName {
    padding-left: 5px;
}

/* Change Active Facility - Start */
.change-facility-wrapper-div {
    width: 100%;
    text-align: center;
    border: 1px solid #4f76c5;
    margin-top: 30px;
}

.change-facility-header {
    border-bottom: 2px solid #608dd6;
    background: #E5F1FF;
    width: 100%;
    font: 400 16px 'Roboto', Verdana, Arial;
    text-align: center;
}

.change-facility-content {
    width: 100%;
    background: #fff;
    padding: 15px 0;
}

.change-active-facility-dropdown {
    min-height: 30px;
    font-size: 12px;
}
/* Change Active Facility - End */

/* Approval Queue Accordion - START */
.accordion .header {
    width: 100%;
    height: 30px;
    background-image: url(../../common/images/bg-menu-main.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
}

    .accordion .header DIV {
        cursor: pointer;
        height: 30px;
        padding-left: 40px;
        background-color: Transparent;
        background-position: center left;
        background-repeat: no-repeat;
    }

    .accordion .header SPAN {
        cursor: pointer;
        font-weight: 700;
        display: block;
        padding-top: 8px;
        color: #fff;
    }

    .accordion .header:hover {
        cursor: pointer;
        height: 31px;
        background-color: Transparent;
        background: url(../../common/images/bg-menu-main.png) repeat-x;
        border-bottom: none;
    }
/*Approval Queue Accordion - END */

/* Approval Queue Start */
.approval-queue {
    font-size: 12px;
}

    .approval-queue .content-inner {
        padding-top: 5px;
    }

    .approval-queue .content-sub-nav {
        padding-bottom: 0px;
    }

    .approval-queue .csn-column-full {
        display: inline-block;
        width: 98%;
        padding: 15px 1% 0;
    }

    .approval-queue .content-sub-nav .csn-column-left {
        float: left;
    }

    .approval-queue .content-sub-nav .csn-column-center {
        float: left;
        padding-left: 175px;
    }

    .approval-queue .content-sub-nav .csn-column-right {
        float: right;
    }

    .approval-queue .content-sub-nav .csn-column-center li {
        background: none;
    }

        .approval-queue .content-sub-nav .csn-column-center li .jqTransformRadioWrapper {
            margin-top: 0;
        }

        .approval-queue .content-sub-nav .csn-column-center li .label {
            padding: 0 5px 0 2px;
            line-height: 21px;
            font-weight: 700;
            font-size: 1em;
            color: #2354b7;
        }

.facility-region-ddl {
    max-width: 300px;
    width: 80%;
    font-size: 12px !important;
}

.wrapper-table-approval-queue {
    margin: 0 0 10px;
    box-shadow: 0 2px 6px 0 rgba(30,30,30,0.5);
}

    .wrapper-table-approval-queue .title {
        height: 32px;
        background: #36c;
        overflow: hidden;
    }

    .wrapper-table-approval-queue .title-bottom {
        height: 32px;
        background: #36c;
    }

    .wrapper-table-approval-queue .title h2 {
        float: left;
        padding: 0 10px;
        line-height: 2.33em;
        font-weight: 700;
        font-size: 1em;
        color: #fff;
        text-transform: uppercase;
    }

    .wrapper-table-approval-queue .page-navigation {
        float: right;
        width: 100%;
        max-width: 170px;
        height: 31px;
        margin-top: 2px;
    }

    .wrapper-table-approval-queue a,
    .wrapper-table-approval-queue span {
        display: inline-block;
        float: left;
    }

    .wrapper-table-approval-queue .page-navigation .button-pagination-prev,
    .wrapper-table-approval-queue .page-navigation .button-pagination-next {
        margin-top: 1px;
    }

    .wrapper-table-approval-queue .page-navigation .label {
        padding: 0 2px;
        line-height: 3em;
        font-weight: 400;
        font-size: 1em;
        color: #fff;
    }

    .wrapper-table-approval-queue .jqTransformInputInner div {
        padding-left: 6px;
    }

    .wrapper-table-approval-queue .page-navigation input.txt {
        width: 30px;
        height: 26px;
        font-size: 1.2em;
        border: 1px solid #ccc;
    }

    .wrapper-table-approval-queue .page-navigation .txt-center {
        text-align: center !important;
    }

.mobile-queue-table {
    width: 100%;
    background: #fff;
    color: #333;
}

    .mobile-queue-table a {
        color: #09f;
    }

        .mobile-queue-table a.sortdesc {
            padding: 0 20px 0 0;
            background: url(../images/ico-arrow-blue-sort.gif) no-repeat right 4px;
        }

        .mobile-queue-table a.sortasc {
            padding: 0 9px 0 0;
            background: url(../images/ico-arrow-blue-sort-2.gif) no-repeat right 4px;
        }

    .mobile-queue-table .button-save {
        margin-left: 25px;
    }

.wrapper-table-approval-queue td {
    height: 28px;
    vertical-align: middle;
    border-top: 1px solid #90A4AE;
    text-transform: uppercase;
}

.mobile-queue-table .highlight {
    font-weight: 700;
    color: #111;
}

    .mobile-queue-table .highlight th {
        background: #cadcf4;
    }

.mobile-queue-table .sorting {
    background: #d6e5f6;
}

.mobile-queue-table .highlight .sorting {
    background: #bad3f0;
}

.wrapper-table-approval-queue td.sort {
    background: #BED5EE;
}

.wrapper-table-approval-queue th {
    height: 28px;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.92em;
    color: #09f;
}

    .wrapper-table-approval-queue th.history,
    .wrapper-table-approval-queue th.log {
        text-transform: none;
        color: #666;
    }

.wrapper-table-approval-queue td.rx,
.wrapper-table-approval-queue td.order-date {
    text-align: center;
}

    .wrapper-table-approval-queue td.rx a {
        display: inline;
        text-align: center;
        font-size: .83em;
        color: #2354b7;
    }

.wrapper-table-approval-queue td .unit {
    padding: 0 0 0 5px;
    line-height: 1.6em;
    font-style: normal;
}

.mobile-queue-table input.txt {
    margin: 2px 0 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
}

.mobile-queue-table select.weight {
    width: 30px;
}

.wrapper-button .button-icon-placeholders-s {
    margin-left: 10px;
}

.mobile-queue-table .last-empty td {
    height: 90px;
}

.active-apprqueue .content-sub-nav .csn-column-center {
    padding-left: 75px;
}

.active-apprqueue .wrapper-table-approval-queue td {
    height: auto;
    padding: 7px 0;
}

.active-apprqueue .mobile-queue-table .highlight {
    border-right: 1px solid #90A4AE;
}

.active-apprqueue .mobile-queue-table .patient, .active-apprqueue .mobile-queue-table .patientid, .active-apprqueue .mobile-queue-table .prescriber,
.active-apprqueue .mobile-queue-table .submitted, .active-apprqueue .mobile-queue-table .status, .active-apprqueue .mobile-queue-table .medication,
.active-apprqueue .mobile-queue-table .directions {
    width: 49%;
    padding: 7px 0.5%;
}

    .active-apprqueue .mobile-queue-table .directions a {
        width: 100%;
        word-break: break-word;
    }

.active-apprqueue .mobile-queue-table .status {
    width: 85px;
}

.active-apprqueue .mobile-queue-table .order-status {
    width: 60px;
}

.active-apprqueue .mobile-queue-table .comp {
    width: 40px;
}

.active-apprqueue .mobile-queue-table .rejected-date {
    width: 90px;
}

.active-apprqueue .mobile-queue-table .entry-date {
    width: 95px;
}

.active-apprqueue .mobile-queue-table .start-date, .active-apprqueue .mobile-queue-table .end-date {
    width: 23%;
    padding: 7px 0.5%;
}

.active-apprqueue .mobile-queue-table .rejected-reason {
    width: 100px;
}

.active-apprqueue .mobile-queue-table .clarification-notes {
    width: 150px;
}

.active-apprqueue .wrapper-table-approval-queue td a.jqTransformCheckbox {
    padding-right: 0;
    background: transparent none no-repeat center top;
}

.active-apprqueue .wrapper-table-approval-queue td.medication,
.active-apprqueue .wrapper-table-approval-queue td.medication a {
    font-weight: 700;
    color: #005aff;
}

.active-apprqueue .wrapper-table-approval-queue td.status {
    font-size: 1em;
    text-transform: uppercase;
}

    .active-apprqueue .wrapper-table-approval-queue td.status strong {
        font-weight: 400;
        color: #005aff;
    }

.active-apprqueue .wrapper-table-approval-queue td.sort {
    background: #d4e8ff;
}

.active-apprqueue .mobile-queue-table .wrapper-button .button-icon-placeholders-s {
    margin-bottom: 8px;
    margin-left: 5px;
}

.active-apprqueue .mobile-queue-table .wrapper-button {
    padding-left: 0;
    padding-right: 5px;
    width: 120px;
    text-align: center;
}

.wrapper-button div {
    display: inline-block;
    vertical-align: top;
}

.wrapper-button .no-checkbox {
    height: 50px;
    width: 48px;
}

.no-checkbox div {
    float: left;
}

.title-table {
    padding: 4px 0;
}

/** Order Queue Footer Action Buttons **/
.order-queue-footer {
    padding: 5px 0 0;
}

ul.order-queue-footer {
    display: inline-block;
    width: 96%;
    margin: 0 1% 0 3%;
}

    ul.order-queue-footer li {
        padding: 2px 3px 2px 0;
        float: left;
    }

        ul.order-queue-footer li.action {
            padding-left: 10px;
            padding-top: 0;
        }

.order-queue-approve-div {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}

.facility-region-container {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.order-queue-approveall {
    float: left;
    margin-bottom: 0;
}

ul.order-queue-approveall {
    float: left;
}

    ul.order-queue-approveall li {
        padding: 2px 3px 12px 0;
        float: left;
    }

        ul.order-queue-approveall li.action {
            padding-left: 10px;
        }
/* Approval Queue End */

/* User Messages Section */
.message-control-content, .view-messages-list-div {
    width: 100%;
    font-family: 'Roboto', Verdana;
    font-weight: 400;
    font-size: 1em;
}

.mobile-messages-menu-link, .new-message-counter-label {
    text-decoration: none !important;
    font: 700 12px 'Roboto', sans-serif;
    color: #111 !important;
}

.new-message-counter-label {
    font-size: 45px;
    display: block;
}

.view-messages-wrapper-div {
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 6px 0 rgba(30,30,30,0.55);
    margin-top: 40px;
}

.view-messages-title-div {
    height: 28px;
    background: #36c;
    width: 100%;
    color: #fff;
}

.message-control-content-inner div {
    float: left;
}

.view-messages-title-div label, .message-subject {
    font: 700 1em/28px 'Roboto', sans-serif;
    color: #fff;
}

.user-message-block, .user-message-block-end {
    float: left;
    min-height: 50px;
    height: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #608dd6;
    width: 100%;
    background: #fff;
}

.UserMessageUrgency {
    height: 100%;
    min-height: 30px;
    width: 9%;
}

.UserMessageUserName {
    font: 300 1.2em 'Roboto', sans-serif;
    color: #111;
    text-decoration: none;
}

.UserMessageSentDate {
    float: right !important;
    color: #111;
    text-decoration: none;
}

.UserMessageSubject {
    font-weight: 500;
    color: #111;
}

.UserMessageText {
    color: #555;
}

.UserMessageSubject, .UserMessageText {
    display: inline-block;
    font-size: 0.95em;
    width: 95%;
    text-decoration: none;
    text-align: left;
}

.load-more-button {
    min-height: 50px;
    width: 100%;
    float: left;
    font-size: 0.95em;
    text-align: left;
    line-height: 45px;
}

.view-message-content-div {
    width: 100%;
    font-family: 'Roboto', Verdana;
    font-weight: 400;
    font-size: 1em;
    text-align: left;
    background: #fff;
}

.view-message-content-header, .view-full-message-div {
    display: block;
    width: 100%;
    background: #fff;
}

    .view-message-content-header select {
        margin: 5px 10%;
    }

.message-control-div {
    display: block;
    width: 100%;
    background: #36c;
    border: 1px solid #36c;
}

.MessageViewerFullName, .MessageViewerUserName, .MessageViewerDate, .MessageViewerRecipients, .MessageViewerPatient,
.MessageViewerMessageType, .MessageViewerPriority {
    display: inline-block;
    float: left;
    border-bottom: 1px solid #608dd6;
    min-height: 22px;
    font-size: 1.2em;
    box-sizing: border-box;
}

.MessageViewerMessageType, .MessageViewerPriority {
    width: 50%;
    border-bottom: 2px solid #608dd6;
}

.MessageViewerFullName, .MessageViewerUserName, .MessageViewerDate, .MessageViewerRecipients, .MessageViewerPatient {
    width: 100%;
}

.MessageViewerMessageType {
    border-right: 1px solid #608dd6;
}

.view-full-message-div {
    font-size: 1.2em;
    min-height: 150px;
}

    .view-full-message-div .jqte {
        width: 96%;
        height: 130px;
        margin: 10px 2%;
        box-sizing: border-box;
        border: 1px solid #aaa;
    }

    .view-full-message-div .jqte_editor {
        width: 100%;
    }

.view-message-label, .sent-message-label {
    font-weight: 700;
    color: #4682B4;
}

.sent-message-label {
    float: left;
    font-size: 14px;
    padding: 10px 5px;
}

.message-control-list li, .send-message-control-list li {
    display: inline-block;
    float: left;
    font-size: 16px;
}

.message-control-list li {
    width: 33.33%;
}

.send-message-control-list li {
    width: 100%;
}

.message-control-list a, .send-message-control-list a {
    color: #fff;
}
/* End User Messages Section */

/* Login Section Css*/
.login-logo {
    margin: 0 auto 30px;
    padding-top: 10px;
    max-height: 157px;
    max-width: 244px;
    height: 100%;
    width: 100%;
}

.login-information-text {
    font-weight: 500;
    color: #494949;
}

.login-table-header {
    background-color: #36c;
    display: table;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    font-size: 0.95em;
    vertical-align: middle;
}

.loginsection {
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(30,30,30,0.5);
}

    .loginsection .line-section {
        position: relative;
        height: 40px;
    }

        .loginsection .line-section .title-label {
            float: left;
            width: 60px;
            padding: 2px 0 0;
        }

            .loginsection .line-section .title-label h3 {
                padding: 8px 0 0;
                line-height: 1.17em;
                font-weight: 700;
                font-size: 1em;
                color: #2556B8;
            }

.loginsection-col1 {
    clear: both;
    position: relative;
    height: 15px;
}

    .loginsection-col1 span.agree-terms {
        display: inline-block;
        padding-top: 5px;
    }

    .loginsection-col1 span.description, span.error-msg {
        display: inline-block;
    }

    .loginsection-col1 span.description {
        padding-top: 3px;
    }

    .loginsection-col1 span.error-msg {
        font-size: 8pt !important;
    }

.loginsection span.label {
    display: block;
    float: left;
    margin: 4px 0 0;
    padding: 0 6px;
    font-weight: 700;
    font-size: 1em;
    color: #000;
}

.loginsection .passwordverification {
    padding-left: 7px;
}

.loginsection .line-section .password-input-form {
    float: right;
    padding: 2px 0 0;
}

.loginsection .line-section a.forgotpasswordlink {
    padding-top: 2px;
    font-size: 8pt;
}

.user-secure-image {
    max-height: 45px;
    max-width: 45px;
    margin-top: 4px;
}

.login-password-div {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-table {
    width: 100%;
    box-shadow: 0 3px 5px #a4a4a4;
    box-shadow: 0 2px 6px 0 rgba(30,30,30,0.5);
    height: 80%;
    background: #fff;
}

div.login-table {
    display: block;
    float: left;
    margin-top: 20px;
}

    div.login-table > div {
        display: block;
        float: left;
        width: 100%;
    }

.password-subtitle {
    display: inline-block;
    padding: 7px 0;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: 700;
    color: #000;
}
/* Login Section Css*/

.resetpassword-section .line-section {
    position: relative;
    height: 30px;
}

    .resetpassword-section .line-section .title-label {
        float: left;
        width: 150px;
        padding: 2px 0 0;
    }

        .resetpassword-section .line-section .title-label h3 {
            padding: 8px 0 0;
            line-height: 1.17em;
            font-weight: 700;
            font-size: 1em;
            color: #2556B8;
        }

    .resetpassword-section .line-section .input-form {
        float: right;
        padding: 2px 0 0;
        width: 775px;
    }

.verify-security-questions {
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

    .verify-security-questions span {
        padding: 5px 0;
    }

    .verify-security-questions li {
        padding: 3px 0;
    }

.agree-terms {
    font-weight: 500;
    position: relative;
    top: 8px;
}

.secure-access-details .line-section {
    position: relative;
    height: 35px;
}

    .secure-access-details .line-section .title-label {
        float: left;
        width: 95px;
        padding: 2px 0 0;
    }

        .secure-access-details .line-section .title-label h3 {
            padding: 5px 0 0;
            line-height: 1.17em;
            font-weight: 700;
            font-size: 1.0em;
            color: #2556B8;
            text-align: right;
        }

        .secure-access-details .line-section .title-label span {
            padding-bottom: 2px;
            padding-right: 3px;
        }

    .secure-access-details .line-section .input-form {
        float: right;
        padding: 2px 0 0;
        width: 830px;
    }

.secure-access-details .secure-access-col1 {
    clear: both;
    width: 930px;
    position: relative;
    height: 20px;
}

.content-securityqn span.label {
    display: block;
    float: left;
    margin: 4px 0 0;
    padding: 6px 0;
    font-weight: 700;
    font-size: 1em;
    color: #2556B8;
}

.form-maintenance-div span.cellspacing {
    padding: 0 3px;
}

.formselectiondiv span.cellspacing {
    padding: 0 3px;
}

.permissionpanel legend {
    margin-left: 6px;
    padding-bottom: 2px;
}

/*Mobile Lab Viewer - Added 10-9-15 by CMS*/
.mobile-patient-list {
    padding: 10px 2% 0;
}

.mobile-patient-list-item {
    display: block;
    margin-bottom: 10px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

a.lab-viewer-link, a.lab-viewer-link:visited {
    font-size: 14px;
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #36c;
    padding: 5px 0;
}

.patient-search-text {
    width: 80%;
    text-transform: uppercase;
}

.lab-result-table {
    width: 94%;
    margin: 10px 3%;
}

.summary-grid-even {
    background: #fff;
}

.summary-grid-odd {
    background: #d4e6ff;
}

/* Mobile Manage Users */
label.patient-name-viewer {
    font-size: 14px;
    display: inline-block;
    height: 100%;
    width: 100%;
    color: black;
    padding: 5px 0;
}

label.patient-actions {
    font-size: 12px;
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #36c;
    padding: 5px;
}
/* 2.4	Footer
-------------------------------------------*/

.footer-next-button {
    height: 50px;
    min-width: 125px;
    width: 90%;
    max-width: 500px;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #fff;
    background: #36c;
    border: 0;
    box-shadow: 0 2px 6px 0 rgba(30,30,30,0.5);
}

.footer .page-navigation {
    height: 50px;
}

    .footer .page-navigation li {
        height: 55px;
        text-align: center;
        display: inline-block;
        width: 50%;
    }

.footer .pn-left {
    float: left;
    margin-left: 10px;
}

.footer .pn-right {
    float: right;
}

    .footer .pn-right li {
        float: right;
        padding: 17px 0 0 10px;
    }

.footer .wrapper-button-diamond {
    float: left;
    overflow: hidden;
    padding: 13px 0 0 60px;
    height: 47px;
}

.footer .wbd {
    padding: 13px 0 0 410px;
}

.footer .page-navigation li.pn-button-1, .footer .page-navigation li.pn-button-2, .footer .page-navigation li.pn-button-3 {
    position: absolute;
    top: 0;
}

.footer .page-navigation li.pn-button-1 {
    left: 0;
}

.footer .page-navigation li.pn-button-2 {
    left: 92px;
}

.footer .page-navigation li.pn-button-3 {
    left: 184px;
}

/*********************** Manage Non-Formulary Groups **********************************/
ul.weekday {
    float: left;
}

    ul.weekday li {
        float: left;
        margin-right: 12px;
        width: 20px;
        text-align: center;
    }

        ul.weekday li .label {
            padding: 0;
            width: 20px;
            text-align: center;
        }

.nf-request-header-div {
    border-bottom: 2px solid #608dd6;
    background: #E5F1FF;
    width: 100%;
    text-align: center;
}

.nf-order-action-div {
    display: block;
    height: 100%;
    margin: 20px 0;
    float: left;
    width: 100%;
    border-top: 2px solid #608dd6;
    border-bottom: 2px solid #608dd6;
    background: #C0C0C0;
}

.nf-radio-button-list {
    margin: 0 auto;
    width: 100%;
}

    .nf-radio-button-list td {
        padding: 3px 0;
    }

    .nf-radio-button-list input[type=radio] {
        float: left;
    }

    .nf-radio-button-list label {
        word-break: break-all;
        float: left;
        text-align: left;
        width: 90%;
    }

#nf-order-detail-div, #nf-order-detail-div div, .nf-approvers-div {
    float: left;
    width: 100%;
}

#nf-order-detail-div {
    margin-bottom: 20px;
}

.nf-approvers-div {
    border-top: 2px solid #608dd6;
    border-bottom: 2px solid #608dd6;
}

.nf-wrapper-div .first {
    border-right: 2px solid #608dd6;
}

.approval-button, .reject-button, .more-info-button {
    display: inline-block;
    width: 60px;
}

.heading-li {
    font-weight: 700;
    margin-bottom: 5px;
}

.more-information-textarea {
    border: 2px solid #333;
    height: 150px;
    width: 95%;
}

/* 2.5	Popups
-------------------------------------------*/
.popup {
    font-size: 12px;
    overflow: hidden;
}

.css-popup {
    font-size: 12px;
    overflow: hidden;
    background: #333;
    border: 2px solid #fff;
    border-radius: 10px;
}

.popup span.label {
    float: left;
    line-height: 1.42em;
    font-weight: 700;
    font-size: 1em;
    color: #fff;
}

.popup h2, .css-popup h2 {
    line-height: 3.36em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    padding: 0 2%;
    width: 96%;
}

.css-popup .popup-header{text-align:left; display:table; position: relative; overflow: hidden; border-radius:3px 3px 0 0; width: 100%; height: 30px; box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.3)}
.css-popup .popup-header h2 {margin-left: 10px;}

.header-blue {
    background: #36c;
}

.header-red {
    background: #ff4136;
}

.popup-footer {
    z-index: 0;
    padding: 11px 0;
    height: 27px;
    border-radius: 0 0 10px 10px;
    background: #555 !important;
    position: absolute;
    bottom: 2px;
    left: 2px;
}

.popup-footer-layout {
    width: 100%;
}

.footer-left {
    padding-left: 2%;
    width: 48%;
    float: left;
}

.footer-right {
    padding-right: 2%;
    width: 48%;
    float: right;
}

    .footer-right .css-button-blue {
        float: right;
        width: 80px;
    }

    .footer-right .button-blue {
        float: right;
    }

/*----Shared CSS Popup Backgrounds------*/
.content-box-rejectreason {
    background: #363C42;
}

.footer-box-rejectreason, .footer-box-popup-cancel, .task-calendar-complete-task-popup-footer {
    background: #5c626a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c626a), color-stop(100%,#1a1e26));
    background: -webkit-linear-gradient(top, #5c626a 0%,#1a1e26 100%);
    background: -ms-linear-gradient(top, #5c626a 0%,#1a1e26 100%);
    background: linear-gradient(to bottom, #5c626a 0%,#1a1e26 100%);
    border-top: 1px solid #161616;
}

.popup p {
    font-weight: 700;
    font-size: 11px;
    color: #fff;
}

/*--- Confirmation Popup ----*/
.box-popup-confirmation {
    width: 300px;
    height: 220px;
}

.content-box-popup-confirmation {
    width: 100%;
    height: 139px;
    overflow: auto;
}

.footer-box-popup-confirmation {
    width: 300px;
}

.footer-button-wrapper {
    width: 30%;
    float: right;
    display: inline-block;
}

.box-popup-confirmation .popup-top {
    padding: 7px 1% 0;
    width: 98%;
    height: 30px;
}

    .box-popup-confirmation .popup-top p {
        line-height: 1.5em;
    }

/*--- Cancel Popup ----*/
.box-popup-cancel {
    width: 300px;
    height: 185px;
}

.footer-box-popup-cancel {
    width: 300px;
}

.box-popup-cancel .popup-top {
    padding: 11px 1% 0;
    width: 98%;
    height: 30px;
}

    .box-popup-cancel .popup-top p {
        line-height: 1.5em;
        font-size: 11px;
    }

/******************* Reason Rejection Popup START****************************/
.box-rejectreason {
    width: 300px;
    height: 207px;
}

.footer-box-rejectreason {
    width: 300px;
}

.content-box-rejectreason p.reason-text {
    text-align: left;
    word-wrap: break-word;
    padding-top: 13px;
    padding-left: 4px;
    line-height: 1.25em;
}

.box-rejectreason .reason-txt-area {
    float: left;
    padding: 13px 0 0 1%;
    width: 99%;
}

.box-rejectreason .popup-top {
    padding: 11px 0 0;
    width: 100%;
    height: 30px;
}

    .box-rejectreason .popup-top p {
        line-height: 1.5em;
        float: left;
    }
/******************* Reason Rejection Popup END****************************/

/* 2.5	Button
-------------------------------------*/
.wrapper-button-all {
    padding: 50px 0;
    overflow: hidden;
    clear: both;
}

    .wrapper-button-all ul {
        overflow: hidden;
    }

    .wrapper-button-all li {
        position: relative;
        overflow: hidden;
        clear: both;
        padding: 0 0 20px 0;
        height: 1%;
    }


span.button {
    text-align: left;
    text-indent: -9999em;
    background: url(../images/bg-order-entry-buttons-all.png) no-repeat 0 0;
}

a.button span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-order-entry-buttons-all.png) no-repeat 0 0;
}

a.button-icon-placeholders, span.button-icon-placeholders {
    width: 30px;
    height: 30px;
    text-align: left;
    text-indent: -9999em;
}

    a.button-icon-placeholders span {
        width: 847px;
        height: 30px;
        background-position: -126px -61px;
    }

        a.button-icon-placeholders span.hover {
            left: -266px;
        }

        a.button-icon-placeholders span.active {
            left: -542px;
        }

span.button-icon-placeholders {
    background-position: -944px -61px;
}

a.button-switch, span.button-switch {
    width: 16px;
    height: 16px;
    text-align: left;
    text-indent: -9999em;
}

    a.button-switch span {
        width: 834px;
        height: 16px;
        background-position: -133px -104px;
    }

        a.button-switch span.hover {
            left: -266px;
        }

        a.button-switch span.active {
            left: -542px;
        }

span.button-switch {
    background-position: -951px -104px;
}

p.error-msg {
    clear: both;
    line-height: 1.33em;
    font-weight: 700;
    font-size: 1em;
    color: #c00;
}

input.button-next, input.button-footersave, input.button-footercancel {
    width: 120px;
    height: 50px;
}

a.button-footersave, span.button-footersave {
    padding-top: 2px !important;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-family: Arial;
    width: 82px;
    height: 26px;
    line-height: 22px;
    font-size: 8pt;
}

    a.button-footersave span {
        z-index: -1;
        width: 900px;
        height: 26px;
        color: #fff;
    }

.css-button, .css-button-blue, .css-button-grey, .css-button-green,
.css-button-red, .css-button-orange {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    min-width: 50px;
    border-radius: 3px;
    outline: none;
    font-family: '_.medium', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 10px;
    transition: background 0.2s ease-out, box-shadow 0.2s ease-out;
}

.css-button-blue:disabled{background:#5c85d6; border-color:#5c85d6; color:#fff !important}

.css-button-grey, .css-button-grey-big {
    color: #fff !important;
    background: #757575;
    border: 1px solid #757575;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.4);
}

    .css-button-grey:hover, .css-button-grey-big:hover {
        background: #919191;
        border: 1px solid #919191;
    }

    .css-button-grey:active, .css-button-grey-big:active {
        background: #555;
        border: 1px solid #555;
        box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.3);
    }

a.button-blue, a.css-button-blue, input.button-blue {
    border: 0;
    border-radius: 3px;
    outline: none;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 500;
    padding: 5px 7px;
    background: #36c;
    box-shadow: 0 2px 6px 0 rgba(30,30,30,0.5);
    float: none;
    transition: all 0.3s ease-out;
}

    a.button-blue:active, a.css-button-blue:active, input.button-blue:active {
        background: #67adeb;
        color: #fff !important;
    }

a.button-grey, input.button-grey, .button-grey {
    border: 0;
    border-radius: 3px;
    outline: none;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 500;
    padding: 5px 10px;
    background: #777;
    box-shadow: 0 2px 6px 0 rgba(30,30,30,0.5);
    transition: all 0.3s ease-out;
}

    a.button-grey:active, input.button-grey:active, .button-grey:active {
        background: #aaa;
        color: #333 !important;
    }

a.button-footer {
    width: 80px;
}

a.button-remove, span.button-remove {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    text-indent: -9999em;
    background: url(../images/btn-x-delete-diagnosis.png) no-repeat 0 0;
}

a.button-paperclip {
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding: 0 4px;
}

a.button-view-nonformulary-details {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0 4px;
}

a.button-notes {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-right: 4px;
}

a.button-view-reject-reason, span.button-view-reject-reason {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    text-indent: -9999em;
    background: url(../images/Rejected_Reason.png) no-repeat 0 0;
}

    a.button-view-reject-reason span {
        width: 75px;
        height: 18px;
        background: url(../images/Rejected_Reason.png) no-repeat 0 0;
    }

span.button-view-reject-reason {
    background: url(../images/Rejected_Reason.png) no-repeat 0 0;
}

a.button-modify, span.button-modify {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: left;
}

    a.button-modify span {
        width: 75px;
        height: 18px;
    }

span.button-modify {
    background: #000;
}

/* Page Navigation Buttons on Queue */
a.button-pagination-prev, a.button-pagination-next {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    outline: none;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
    padding: 3px 6px;
    background: #67adeb;
    transition: all 0.3s ease-out;
}

    a.button-pagination-prev:active, a.button-pagination-next:active, a.button-twiddle-log:active {
        background: #fff;
        color: #85a3e0 !important;
    }

.arrow-left {
    margin: 25% auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
}

.arrow-right {
    margin: 25% auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
}

.arrow-up {
    margin: 2px auto 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.arrow-down {
    margin: 3px auto 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.aspNetDisabled .arrow-left, .aspNetDisabled .arrow-right {
    display: none;
}

/* Custom Fonts */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium-webfont.woff') format('woff'), url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* CSS Loading Spinner */
.spinner {
    height: 60px;
    width: 60px;
    margin: 0px auto;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(255,255,255,.4);
    border-right: 6px solid rgba(255,255,255,.4);
    border-bottom: 6px solid rgba(255,255,255,.4);
    border-top: 6px solid rgba(255,255,255,.9);
    border-radius: 100%;
}

    .spinner.blue {
        border-left: 6px solid rgba(51,102,204,.4);
        border-right: 6px solid rgba(51,102,204,.4);
        border-bottom: 6px solid rgba(51,102,204,.4);
        border-top: 6px solid rgba(51,102,204,.9);
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0.95;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0.95;
    }

    100% {
        opacity: 1;
    }
}


/* ---- Media Queries for Mobile and Tablets ------*/
/* Larger than mobile */
@media (min-width: 400px) {
    .cbp-spmenu h3 {
        font-size: 16px;
    }

    .cbp-spmenu h4 {
        font-size: 14px;
    }

    .cbp-spmenu a {
        font-size: 12px;
    }

    .cbp-spmenu-vertical {
        font-size: 92%;
        width: 190px;
    }

    .cbp-spmenu-left, .cbp-spmenu-push-toleft {
        transform: translateX(-190px);
    }

    .cbp-spmenu-push-toright {
        transform: translateX(190px);
    }

    .UserMessageSubject, .UserMessageText {
        width: 85%;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    .UserMessageUrgency {
        width: 7%;
    }

    .UserMessageSubject, .UserMessageText {
        width: 93%;
    }

    .cbp-spmenu-vertical {
        width: 240px;
    }

    .main-menu-left, .main-menu-right {
        width: 180px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        transform: translateX(-240px);
    }

    .cbp-spmenu-push-toright {
        transform: translateX(240px);
    }

    .UserMessageUrgency {
        width: 8%;
    }
}

@keyframes fadeMoveInRight {
    0% {
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    20% {
        -ms-transform: translateX(85%);
        transform: translateX(85%);
        opacity: 0.3;
    }

    80% {
        -ms-transform: none;
        transform: none;
    }

    85% {
        -ms-transform: translateX(-10%);
        transform: translateX(-15%);
        opacity: 0.90;
    }

    100% {
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeMoveInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    20% {
        transform: translateX(85%);
        opacity: 0.3;
    }

    80% {
        transform: none;
    }

    85% {
        transform: translateX(-10%);
        opacity: 0.90;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.row {
    display: flex;
    flex-direction: row;
    margin: 5px;
}

.col {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3px;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-8 {
    width: 66.7%;
}

.col-12 {
    width: 100%;
}

.vue-popup {
    min-width: 300px;
}

/* x-sm */
@media (min-width: 378px) {
    .vue-popup {
        min-width: 300px;
    }
}
/* sm */
@media (min-width: 768px) {
    .vue-popup {
        min-width: 300px;
    }
}
/* md */
@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33%;
    }
    .vue-popup {
        min-width: 400px;
    }
}
/* lg */
@media (min-width: 1200px) {
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33%;
    }
    .vue-popup {
        min-width: 450px;
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.text-white {
    color: white;
}

.swal-footer{
	background: #555;
    margin-top:23px;
}

.swal-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    padding-left: 5px;
    background: #36c;
    margin-top:0px;
    text-align:start;
    border-radius:3px 3px 0 0;
    box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.3);
    padding: 15px 15px;
}

.swal-title:first-child {
    margin-top: 0px;
}

.swal-title:not(:first-child) {
    padding-bottom: 15px;
}

.swal-title:not(:last-child) {
    margin-bottom: 23px;
}

.swal-text, .swal-content{
	color: #fff;
}

.swal-modal, .swal-icon--success:after, .swal-icon--success:before, .swal-icon--success__hide-corners{
	background: #333;
}

.swal-button{
    background-color: #36c;
}
.swal-button:not([disabled]):hover{background-color:#5c85d6}
.swal-button:active{background-color:#00325E}

.swal-button--cancel {
    color: #555;
    background-color: #efefef;
}

.swal-overlay {
    z-index: 99999;
}
