* {
    margin: 0;
    padding: 0;
}

html {
    background: #fff;
}

body {
    font: 18px Calibri,Verdana,Geneva,arial, sans-serif;
    /* font: 18px "Source Sans Pro", Arial, sans-serif; */
    /* font: 18px "Century Gothic", CenturyGothic, AppleGothic, Arial, sans-serif; */
    font-weight: 500;
    color: #20222e;
}

.headerBorder {
    clear: both;
    height: 15px;
    background: #464d0d;
    border-left: 20px solid#930500;
}
/* ====== BOOTSTRAP OVERRIDES    =========*/
@media (min-width: 1200px) {
    .container {
        /* width: 1170px; */
        width: 95%;
    }
}

a {
    color: #27399c;
    font-weight: bold;
}

    a:hover,
    a:focus {
        /* color: #33b9ee; */
        color: #1c75bc;
        text-decoration: underline;
        outline: 0;
    }

.navbar-toggle {
    background: #fff;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #464d0d;
}

.navbar-nav {
    float: none;
}

.nav li {
    padding: 5px 30px 0 0;
    margin-left: 0;
}

    .nav li a {
        line-height: 26px;
    }

@media only screen and (min-width: 1025px) {
    .nav li {
        padding: 0px 22px 10px 22px;
        text-align: center;
    }
}

@media only screen and (min-width: 1025px) {
    .navbar-nav {
        /*	  margin-right: 30px;
	  margin-right: -70px; */
    }
}

@media only screen and (max-width: 47.9375em) {
    .navbar {
        min-height: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .navbar-nav {
        float: none;
    }

    .nav li {
        margin: 0;
        padding-left: 15px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar ul.navbar-nav li:last-of-type {
        float: none;
        margin: 10px 0;
    }
}

.navbar-default {
    /* background: #fff; */
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        overflow: hidden;
        padding: 0;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: #fff;
        background: transparent;
        color: #fff;
        filter: none; /* ie9 */
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .active > a,
    .navbar-defadult .navbar-nav > .open > a:hover,
    .navbar-defadult .navbar-nav > .active > a:hover,
    .navbar-defadult .navbar-nav > .active > a:focus {
        background: #fff;
        background: transparent;
        box-shadow: none;
    }

        .navbar-default .navbar-nav > .open > a,
        .navbar-default .navbar-nav > .open > a:hover,
        .navbar-default .navbar-nav > .open > a:focus {
            background: #fff;
            border: 0;
            color: #ff3333;
        }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background: transparent;
        color: #fdb415;
        /*color: #60d0f7;*/
        text-transform: uppercase;
        font-weight: 600;
        font-size: 24px;
        padding: 10px 0 10px 0;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
        }

.navbar-brand {
    padding: 0;
}

.dropdown-menu > li {
    margin-left: 0;
    margin-right: 5px;
    margin-left: 5px;
}

    .dropdown-menu > li > a {
        padding: 3px 10px;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            background: #f9f9f9;
            color: #1c75bc;
            color: #000;
        }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: #f9f5fd;
    background: #f5f5f5;
    color: #000;
    /* color: #15bef0;  */
}

.page-header {
    border-bottom: 0;
    margin: 0;
    padding-top: 0;
}
/* =====   NAV TABS    =====  */
div[data-ubc-form-name="InternalUser"] .nav-tabs,
[data-ubc-form-name="LocalUser"] .nav-tabs {
    background-color: #f6f3f9;
    border: 1px solid #cfced0;
    padding-left: 5px;
    padding-top: 5px;
}
/*div[data-ubc-form-name="InternalUser"] .nav-tabs > li {
	margin-right: 3px;
	margin-top: 3px;
}*/
.nav-tabs > li {
    margin-left: 0;
}

    .nav-tabs > li > a,
    .nav-tabs > li > a:focus {
        background: #39c7bd;
        border: 1px solid #2eada4;
        color: #fff;
        font-size: 16px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:active,
    .nav-tabs > li.active > a:focus {
        background-color: #fff;
        border-color: #cfced0 #cfced0 transparent;
        box-shadow: none;
        color: #4c718a;
        font-weight: normal;
        outline: 0;
    }

    .nav-tabs > li > a:hover {
        background-color: #2eada4;
        border: 1px solid #44b9b1;
        color: #fff;
        opacity: .85;
    }

.tab-content {
    border: 1px solid #cfced0;
    box-shadow: 0 8px 6px -6px #bebdbd;
    padding: 5px;
    border-top: 0;
}

.input-sm,
.form-group-sm .form-control,
.ubc-dat-input-date.hasDatepicker,
.ubc-data-input-date.hasDatepicker {
    font-size: 18px;
    font-weight: normal;
    height: 36px;
    border-radius: 0;
    border: 1px solid#27399c;
    width: 100%;
}

    .form-control:focus,
    .ubc-dat-input-date.hasDatepicker:focus {
        border: 0;
        border-bottom: 2px solid #27399c;
        box-shadow: none;
        outline: none;
    }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: #aaa;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 36px;
}

.btn,
button {
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 20px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 0 /* for IE */
    }

.btn-success {
    margin-top: 5px;
    background-image: url('');
    background: transparent;
    background: #27399c;
    border: 2px solid #27399c;
    color: #fff;
}

    .btn-success:hover, .btn-success:focus {
        background: #1c75bc;
        border: 2px solid #27399c;
        color: #fff;
    }

.btn-default,
.modal button.btn-primary {
    background: #27399c;
    border: 2px solid #27399c;
    color: #fff;
    text-shadow: none;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .modal button.btn-primary:hover,
    .modal button.btn-primary:focus .modal button.btn-primary:active {
        background: #1c75bc;
        border: 2px solid #27399c;
        color: #fff;
    }

.btn-danger {
    background: #990E0E;
    border: 2px solid #990E0E;
}

/* .btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
   background: #ff3333;
   border: 2px solid #990E0E;
   color: #fff;
} */

.btn-default-invert {
    background: #fff;
    color: #27399c;
    border-color: #27399c;
    font-weight: bold;
}

    .btn-default-invert:hover,
    .btn-default-invert:active,
    .btn-default-invert:focus {
        background: #27399c;
        color: #fff border-color: #27399c;
        font-weight: bold;
    }

.btn-default.btn-invert:hover,
.btn-default.btn-invert:focus,
.btn-default.btn-invert:active {
    background: #eff3f9;
    color: #729cd2;
    border-color: #729cd2;
}

.btn-danger-invert {
    background: #fff;
    color: #d43f3a;
}

.btn-sm {
    font-size: 90%;
    font-weight: bold;
    padding: 5px 10px 3px 10px;
}

.btn-danger-invert:hover,
.btn-danger-invert:focus,
.btn-danger-invert:active {
    background: #d43f3a;
    color: #fff;
}

.btn-default:disabled,
.btn-default[disabled],
.btn-success:disabled,
.btn-success[disabled] {
    background-color: #dadbdf;
    color: #828294;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #aaa;
}

.btn-add:before,
.btn-edit:before,
#Add:before {
    font-family: "Glyphicons Halflings";
    background: #20222e; /* was lt blue */
    border-right: 1px solid #fff;
    color: #f9f9f9;
    font-size: 11px;
    left: -12px;
    margin-right: -7px;
    padding: 4px;
    padding-top: 9px;
    padding-bottom: 10px;
    position: relative;
}

.btn-add:before,
#Add:before {
    content: "\002b";
}

.btn-edit:before {
    content: "\270f";
}

.btnMarginTop {
    margin-top: 23px;
}

.btnMarginLeft20 {
    margin-left: -20px;
}

.btnContainer {
    padding-top: 20px;
    text-align: right;
}

.btn + .btn {
    margin-left: 15px;
}


@media only screen and (max-width: 47.9375em) {
    .btn + .btn {
        margin-left: 5px;
    }
}

.btn-faq {
    font-size: 18px;
    color: #27399c;
    font-weight: bold;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 5px;
    /* padding: 10px 25px; */
    font-size: 20px;
}

.modal-footer .btn + .btn {
    margin-bottom: 10px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    margin-left: 0;
    outline: 0; /*  for IE */
}

.radio,
.checkbox {
    margin-left: 15px;
    margin-top: 0;
}

    .radio label,
    .checkbox label {
        xpadding-left: 20px !important;
        padding-right: 45px;
    }

    .radio div,
    .checkbox div {
        display: inline-block;
        wdidth: 75px;
        vertical-align: top;
        margin-bottom: 5px;
    }

input[type="radio"]:checked + label {
    font-weight: bold;
}

.form-group {
    position: relative;
}

    .form-group label {
        margin-bottom: 5px;
    }

.alert {
    border-radius: 0;
    font-weight: bold;
    font-size: 21px;
    box-shadow: none;
}

.alertHeader {
    font-size: 28px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.alertHeaderBanner {
    font-size: 28px;
}

.alert.alert-danger {
    border-radius: 0;
    border: 0;
    color: #20222e;
    /* color: #fff; */
    border-left: 4px solid #930500;
    background: rgb(247,240,148);
    background: linear-gradient(270deg, rgba(247,240,148,1) 0%, rgba(255,204,0,1) 100%);
    /* background: #f5a09d;
   background: linear-gradient(90deg, rgba(245,160,157,1) 0%, rgba(243,243,243,1) 100%); */
}

.alert-danger li {
    color: #20222e;
}

.alert-danger .alertHeader {
    color: #930500;
    vertical-align: middle;
}

.alert-danger .alertHeaderBanner {
    color: #930500;
    vertical-align: middle;
}

.alert-danger .alertHeader:before {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    font-size: 60px;
    margin-right: 10px;
    vertical-align: middle;
}

.alert-danger .alertHeaderBanner:before {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

.alert.alert-warning {
    /* background:#fff; */
    border: 0;
    background: rgb(250,187,139);
    background: linear-gradient(90deg, rgba(250,187,139,1) 0%, rgba(255,255,255,1) 100%);
    border-left: 3px solid #a55110;
    box-shadow: none;
    color: #20222e;
}

.noticeBanner .alert.alert-danger {
    border: 5px solid #a55110;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }

    div.header a.logo {
        /* margin-top: 40px; */
    }
}


@media only screen and (max-width: 47.9375em) {
    .well {
        margin: 0;
        padding: 10px 5px;
    }
}

.has-error .form-control {
    border-color: #ff0000;
}

    .has-error .form-control:focus {
        box-shadow: none;
        border-color: #ff0000;
    }

.has-error .control-label:after {
    content: "!";
    margin-left: 10px;
    border: 1px solid red;
    padding: 3px;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    padding-left: 6px;
    padding-top: 0px;
    background: #cc0000;
    color: #fff;
    font-family: arial;
    font-weight: bold;
}
/* ======   E N D   BOOTSTRAP OVERRIDES    =========*/

/*  ==========    KENDO  OVERRIDES    ==============      */
.k-button, .k-textbox, .k-timepicker, .k-datepicker, .k-datetimepicker {
    display: block;
    width: 100%;
}

input.k-textbox {
    height: 36px;
}
/* ======   E N D   KENDO OVERRIDES    =========*/
.popupWindow {
    /*xxbackground-image: url('/Resources/_Images/bg.jpg');*/
    z-index: 99;
}

/* General */

a image {
    border: none;
}

p, li {
    font-size: 20px;
    line-height: 28px;
    /* font-size: 1.1em;
   line-height: 1.5em; */
}

p, ul, ol {
    margin: 10px 0 15px 0;
    padding: 0 0 0 0;
    color: #111;
    /* font-size: 22px; */
}

ul {
    margin-top: 5px;
}

li {
    color: #222;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

p.blockText {
    font-size: 16px;
    line-height: 22px;
    padding-right: 15px;
}

    p.blockText + ul {
        margin-top: -10px;
    }

h1,
h2 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic;
    color: #20222e;
    font-weight: 600;
    margin: 15px 0;
}

h1 {
    font-size: 32px;
}

@media only screen and (max-width: 47.9375em) {
    h1 {
        width: 100%;
    }
}

h2 {
    font-size: 24px;
}

    h2.frmTitle {
        font-weight: bold;
        margin-bottom: 10px;
        padding: .2em 0 .5em 0;
        text-transform: uppercase;
    }

.frmContainerBanner h2 {
    color: #000;
    margin-bottom: 10px;
    padding-top: 0;
}

h3 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic;
    color: #545454;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
}

.text-danger {
    color: #d40e0e;
}

.background {
    background: #ffffff;
}

.page-content {
    clear: both;
    background: #f3f3f3;
    margin: 0;
    position: relative;
    padding-bottom: 25px;
}

.page-wrap {
    margin: 0 auto;
    padding: 0 0 60px 0;
    padding: 0 15px 60px 15px;
}

.page-header h1 small {
    display: block;
    margin-top: 5px;
}

.logo {
    margin: 5px 0;
    max-width: 400px;
    padding: 0 0 0 0;
    position: relative;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .logo {
        width: 350px;
        margin: 0 auto;
        float: none;
    }
}

.logo img {
    min-width: 350px;
}

.header {
    /* border-bottom: 20px solid #ff9529;
   box-shadow: 0 6px 2px -2px #bbb; */
    padding: 15px 0 10px 0;
    background-color: #fc0;
    vertical-align: bottom;
}

.header-arrow {
    background-color: #fc0;
    background-image: url("/Resources/Images/only-way-arrow-bkgd.png");
    background-repeat: repeat-x;
    background-position-y: bottom;
}

    .header-arrow .arrow {
        height: 35px;
        background-image: url("/Resources/Images/only-way-arrow.png");
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
    }

.sidebar {
    background-color: #ffffff;
}

.well {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    /*margin-left: 20px;
    margin-right: 20px;*/
    padding: 0;
}

.hdgUnderline {
    border-bottom: 2px solid;
}

.secondary-nav {
    margin: 0 30px 0 0;
    padding: 0 0 0 0;
    clear: both;
}

    .secondary-nav li {
        margin: 0 20px;
        padding: 0 0 0 0;
        font-size: 12px;
        display: block;
        float: right;
        list-style: none;
    }

.noPadding {
    padding: 0;
}

.docLink {
    font-style: italic;
    font-weight: bold;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

ol {
    margin-left: 10px;
}

/* UTILITY NAV */
.utility {
    background-color: #f7f094;
    /* height: 30px; */
}

@media only screen and (max-width: 47.9375em) {
    .utility {
        height: 60px;
        /* margin: 15px -15px 0; */
    }

        .utility .break {
            display: block;
        }

        .utility button {
            display: block;
            width: 100%;
        }
}

.well.utilNav {
    background: #f3f3f3;
    background: #464d0d;
    border-radius: 0;
    font-size: 12px;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
    .well.utilNav {
        margin: 0;
        padding: 10px 0;
    }
}

.utilNav .disclaimer {
    display: table;
    float: right;
}

@media only screen and (max-width: 47.9375em) {
    .utilNav .disclaimer {
        display: table;
        float: none;
        width: 100%;
        text-align: center;
    }
}

.utilNav .disclaimer img {
    display: table-cell;
    margin-top: 2px;
    padding-right: 5px;
}

.utilNav .disclaimer p {
    color: #565a5c;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: table-cell;
    vertical-align: top;
}

ul.utilLinks {
    list-style-type: none;
    /* margin: 5px 0; */
    margin: 0;
    text-align: right;
}

    ul.utilLinks li {
        display: inline;
        font-size: 15px;
        font-weight: bold;
    }

@media only screen and (max-width: 47.9375em) {
    ul.utilLinks {
        margin: 0 auto;
        /* background: #e9e8f1; */
        /*padding: 5px 0;*/
        width: 100%;
        text-align: center;
    }

        ul.utilLinks li {
            padding: 5px 5px;
            text-align: center;
            font-size: 15px;
            line-height: 18px;
            /* width: 50%; */
            /* border: 1px solid; */
        }
}

ul.utilLinks li a {
    /* color: #27399c; */
    font-weight: bold;
    /*font-size: 16px;*/
}

/* Header button */

ul.btnLinks {
    list-style-type: none;
    text-align: right;
}

    ul.btnLinks li {
        display: inline;
        font-size: 16px;
        font-weight: bold;
    }

@media only screen and (max-width: 47.9375em) {
    ul.btnLinks {
        margin: 0 auto;
        max-width: 75%;
        text-align: center;
    }

        ul.btnLinks li {
            padding: 0 5px;
            text-align: center;
            font-size: 16px;
            display: list-item;
        }
}

ul.btnLinks li a {
    color: #930500;
    font-weight: bold;
}

.header .btnLinkLogin a {
    background: #d40e0e;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
    /* for ipad vertical */
    margin-top: 10px;
    display: inline-block;
}

    .header .btnLinkLogin a:hover,
    .header .btnLinkLogin a:active,
    .header .btnLinkLogin a:focus {
        text-decoration: none;
        background: #27399c;
        color: #fff;
    }

@media only screen and (max-width: 47.9375em) {
    .header .btnLinkLogin a {
        display: block;
        margin: 15px 0 0;
    }
}

.well.contentEmphasis {
    background: #464d0d;
    margin: 0;
}

    .well.contentEmphasis h1 {
        color: #fff;
        font-weight: 400;
    }

    .well.contentEmphasis p,
    .well.contentEmphasis li {
        color: #fff;
        font-weight: 400;
    }

    .well.contentEmphasis li {
        font-size: 18px;
    }

.well.content {
    background: #f3f3f3;
}

/* ===   BOTTOM CONTENT  DISCLAIMER    === */
.well.bottomContent {
    background: #c3c5c6;
    background: #464d0d;
    border-radius: 0;
    font-size: 12px;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: 80px;
}

@media only screen and (max-width: 47.9375em) {
    .well.bottomContent {
        margin: 0;
        padding: 10px 0;
    }
}

.well.bottomContent .disclaimer {
    display: table;
    /* float: right;*/
}

@media only screen and (max-width: 47.9375em) {
    .well.bottomContent {
        display: table;
        float: none;
        width: 100%;
        text-align: center;
    }
}

.well.bottomContent img {
    display: table-cell;
    margin-top: 2px;
    padding-right: 5px;
}

.well.bottomContent p {
    color: #565a5c;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: table-cell;
    vertical-align: top;
}

.content {
    margin: 15px 20px;
    padding-top: 15px;
    clear: both;
    /* for grey backgruond */
    background: #f3f3f3;
    margin: 0;
    position: relative;
    min-height: 400px;
    /* box-shadow: 0 -2px 7px 1px #eee; */
}

@media only screen and (max-width: 47.9375em) {
    .content {
        padding: 15px;
    }
}

#logoContainer {
    border: 2px solid #009966;
    height: 300px;
    text-align: center;
    background-color: #009966;
    color: white;
    font-size: 30px;
}

h2, .title {
    font-size: 24px;
    font-weight: bold;
    color: #20222e;
    padding-bottom: 5px;
    margin-bottom: 0;
    line-height: 28px;
}

.right-border {
    xborder-right: 1px solid #ffc72c;
    box-shadow: 10px 0 5px -5px #ddd;
}

@media only screen and (max-width: 991px) {
    .right-border {
        box-shadow: none;
    }
}

.minor-title {
    color: #545454;
    font-weight: bold;
    margin-bottom: 10px;
}

.sub-heading {
    color: #2926a9;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

/*  ====    HOME PAGE ====== */

.well.navigation {
    background: #222;
    width: 100%;
    z-index: 999;
    margin: 0;
}

.well.welcome {
    box-shadow: 0 6px 2px -2px #abadae;
}

homeSection {
    padding-bottom: 30px;
}

.banner1 .heading {
    color: #fff;
    font-size: 32px;
    padding: 15px 0;
    text-align: center;
}

@media only screen and (max-width: 47.9375em) {
    .banner1 .heading {
        margin-bottom: 15px;
    }
}

.banner1 .text {
    color: #2926a9;
    font-size: 18px;
    font-weight: bold;
}

.banner2 p {
    margin-bottom: 5px;
}

ul.listItemBullet {
    list-style: none;
    margin-bottom: 12px;
    margin-top: 10px;
}

    ul.listItemBullet li {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        padding-right: 30px;
        padding: 0 30px 10px 0;
        margin-left: 30px;
    }

        ul.listItemBullet li:before,
        ul.listItemBullet li ul li ul li:before {
            content: " ";
            width: 7px;
            height: 7px;
            background: #485183;
            border-radius: 100%;
            display: inline-block;
            position: relative;
            top: -4px;
            margin-right: 10px;
            margin-left: -17px;
        }

        ul.listItemBullet li ul {
            padding-top: 5px;
        }

            ul.listItemBullet li ul li {
                margin-left: 30px;
                padding-bottom: 5px;
            }

                ul.listItemBullet li ul li:before {
                    content: " ";
                    width: 9px;
                    height: 9px;
                    background: #fff;
                    border: 2px solid#930500;
                    border-radius: 100%;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    margin-right: 10px;
                    margin-left: -20px;
                }

/* == 	NUMBERED PERIOD LIST    === */
ol .numItemPeriod {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

    ol.numItemPeriod > li {
        margin: 0;
        padding: 0 0 5px 2em;
        text-indent: -46px;
        list-style-type: none;
        counter-increment: item;
    }

        ol.numItemPeriod > li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-size: 30px;
            font-weight: 400;
            text-align: right;
            content: counter(item) ".";
            color: #a55110;
        }

        ol.numItemPeriod > li ul.listItemDisc > li {
            text-indent: 0px;
            margin-left: 0;
        }

/* == 	NUMBERED PARENTHESIS LIST    === */
ul.listItemForm ol.numItemParenthesis {
    margin: 5px 0 0px -5px;
    padding: 0;
    counter-reset: item;
}

    ul.listItemForm ol.numItemParenthesis > li {
        margin: 0;
        padding: 0 0 5px 2em;
        text-indent: -26px;
        list-style-type: none;
        counter-increment: item;
    }

        ul.listItemForm ol.numItemParenthesis > li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            text-align: right;
            content: counter(item) ")";
            color: #f7b93e;
        }


.dividerBottom {
    border-bottom: 1px solid #ffc72c;
    margin: 20px 0;
}

.containerEmphasis {
    background: #f3f3f3;
    box-shadow: 0 6px 2px -2px #bbb;
    display: table;
    color: #565a5c;
    margin-bottom: 30px;
    padding: 15px 40px;
    border: 1px solid #ddd;
}

@media only screen and (max-width: 47.9375em) {
    .containerEmphasis {
        padding: 15px;
    }
}

.hdgRightSide {
    font-size: 22px;
    font-weight: bold;
    color: #464d0d;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.well.iconButtons {
    background: #565a5c;
    padding: 50px;
}

.iconButton {
    font-size: 14px;
    xxheight: 220px;
    width: 344px;
    position: relative;
    margin: 40px auto;
    cursor: pointer;
    box-shadow: 0 6px 2px -2px #d7d9db;
}

    .iconButton.button_Prescriber {
        background: #464d0d;
    }

    .iconButton.button_Pharmacy {
        background: #a55110;
    }

    .iconButton.button_Patient {
        background: #930500;
    }

    .iconButton .steps-container {
        background: #fff;
        border-top: 3px solid #ddd;
        padding: 15px;
        height: 500px;
    }

    .iconButton.button_Prescriber .steps-container {
        background: #f5eedb;
    }

    .iconButton.button_Patient .steps-container {
        background: #e0ebf7;
    }

    .iconButton.button_Pharmacy .steps-container {
        background: #e6fbfa;
    }

.button_iconImage {
    position: absolute;
    top: -40px;
    left: -10px;
    left: 100px;
}

.button_iconTitle {
    padding: 100px 15px 15px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.button_iconText {
    xxposition: absolute;
    xxbottom: 20px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 15px;
}

.iconButton.button_Prescriber .steps-container .stepNum {
    border-right: 3px solid #ffc72c;
    color: #ffc72c;
}

.iconButton.button_Pharmacy .steps-container .stepNum {
    border-right: 3px solid #00b0a9;
    color: #00b0a9;
}

.iconButton.button_Patient .steps-container .stepNum {
    border-right: 3px solid #930500;
    color: #930500;
}

.button_Prescriber .button_iconTitle,
.button_Prescriber .button_iconText {
    color: #8a6b1e;
}

.button_Pharmacy .button_iconTitle,
.button_Patient .button_iconTitle,
.button_iconText {
    color: #fff;
}

@media only screen and (max-width: 47.9375em) {
    .well.iconButtons {
        padding: 15px;
    }

    .iconButton {
        width: auto;
        margin: 20px 0;
    }

    .button_iconTitle {
        padding-top: 30px;
    }

    .iconButton .steps-container {
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .well.iconButtons {
        padding: 15px;
    }
}

.iconPrescriber_small {
    width: 8%;
    margin-right: 5px;
    border: 2px solid #b28f03;
    border-radius: 100%;
}

.iconPatient_small {
    width: 8%;
    margin-right: 5px;
    border: 2px solid #b28f03;
    border-radius: 100%;
}

.iconPharmacy_small {
    width: 8%;
    margin-right: 5px;
    border: 2px solid #b28f03;
    border-radius: 100%;
}


/* STEPS  HORIZONTAL   */
.steps-container {
    font-weight: normal;
    /* display: table; */
}

    .steps-container ul {
        margin-left: 20px;
    }

    .steps-container .step {
        padding-bottom: 20px;
        margin-bottom: 10px;
        /* width: 100%; */
        position: relative;
        /* display: table-cell; */
        /* width: 33%; */
        border-right: 2px solid#930500;
        /* vertical */
        /* display: table; */
        /* width: 100%; */
        border-right: 0;
    }

    .steps-container.steps4 .step {
        width: 25%;
        /* vertical steps */
        width: 100%;
    }

    .steps-container .step:last-of-type {
        border-right: 0;
    }

    .steps-container.stepsHCS .step {
        border-color: #83931e;
    }

    .steps-container.stepsPharmacy .step {
        border-color: #00908b;
    }

    .steps-container .stepNum {
        font-size: 30px;
        font-weight: bold;
        /* border-radius: 10%; */
        /* background: #d1dce7;   */
        /* width: 60px; */
        width: 50%;
        /* height: 60px; */
        text-align: left;
        color: #20222e;
        margin: 20px 10px;
        padding: 5px 10px;
        /* vertical steps  */
        display: inline-block;
        margin: 0;
        /* top:  -5px; */
        /* position: relative; */
    }

    .steps-container.stepsPatient .stepNum {
        border-left: 2px solid #930500;
        background: rgb(245,160,157);
        background: linear-gradient(90deg, rgba(245,160,157,1) 0%, rgba(255,255,255,1) 100%);
    }

    .steps-container.stepsPharmacy .stepNum {
        border-left: 2px solid #a55110;
        background: rgb(250,187,139);
        background: linear-gradient(90deg, rgba(250,187,139,1) 0%, rgba(255,255,255,1) 100%);
    }

    .steps-container .stepNum:before {
        content: "step";
        font-weight: 400;
        /* font-size: 20px; */
        margin-right: 6px;
        /* display:block; */
        /* line-height:10px; */
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 12px;
        /* position: relative; */
        /* top: 8px; */
    }
    /*.steps-container .step:after {
		content: " ";
		height:2px;
		background: #fff;
		display: block;
		width: 120%;
		margin-left: -50px;
}*/
    /* .stepsHCS.steps-container .stepNum {
    color: #83931e;
} */

    /* .stepsPharmacy.steps-container .stepNum {
    color: #a55110;
} */

    .steps-container .stepText {
        font-size: 20px;
        font-weight: 400;
        padding: 0 0 0 55px;
        vertical-align: middle;
        padding-top: 3px;
        line-height: 1.5em;
        /* vertical steps  */
        display: table-cell;
        width: 100%;
    }

        .steps-container .stepText a {
            color: #27399c;
            font-weight: normal;
        }

            .steps-container .stepText a:hover {
                color: #485183;
                text-decoration: underline;
            }

    .steps-container .stepSub {
        display: table;
        margin-left: 15px;
        padding: 2px 0;
        vertical-align: top;
    }

    .steps-container .stepSubLetter {
        display: table-cell;
        padding-right: 5px;
        vertical-align: top;
        color: #002c5f;
        font-weight: bold;
    }

    .steps-container .stepSubText {
        display: table-cell;
        padding: 0 15px;
    }

    .steps-container .stepText .stepEmphasis {
        color: #e97600;
        font-weight: 600;
        font-size: 120%;
        /* padding-right: 5px; */
    }

    .steps-container.stepsPatient .stepEmphasis {
        color: #930500;
    }

    .steps-container.stepsPharmacy .stepEmphasis {
        color: #a55110;
    }

p.stepEmphasis {
    margin-bottom: 0;
}

    p.stepEmphasis + p {
        margin-top: 0;
    }

@media only screen and (max-width: 47.9375em) {
    .steps-container {
        border-right: 0;
        padding: 0;
        display: block;
    }

        .steps-container .step,
        .steps-container.steps4 .step {
            display: block;
            border-right: 0;
            border-bottom: 1px solid #fff;
            margin-bottom: 30px;
            width: 100%;
        }

        .steps-container .stepNum {
            left: -30px;
            top: 0
        }

        .steps-container .stepText {
            margin-left: 40px
        }
}

.stepsHCS .stepSubLetter {
    color: #83931e
}

.stepsPharmacy .stepSubLetter {
    color: #00908b;
}

/*  === CONTAINEREMPHASIS OVERRIDES    ==  */
.containerEmphasis {
    background: #565a5c;
    border: 0;
}

    .containerEmphasis h2 {
        font-size: 22px;
    }

        .containerEmphasis h2.hdgUnderline {
            margin-bottom: 15px;
        }

    .containerEmphasis .stepNum,
    .containerEmphasis .stepSubLetter {
        color: #ffc72c;
        border-color: #ffc72c;
    }

    .containerEmphasis p,
    .containerEmphasis h2,
    .containerEmphasis li,
    .containerEmphasis .steps-container .stepText,
    .steps-container .stepSubText {
        color: #fff;
        font-weight: bold;
    }

    .containerEmphasis ul.listItemGreen li ul li:before {
        background: transparent;
    }

    .containerEmphasis p.blockText {
        font-size: 18px;
        line-height: 28px;
    }

    .containerEmphasis ul.listItemBullet li:before,
    .containerEmphasis ul.listItemGreen li:before {
        background: #fff;
    }

    .containerEmphasis ul.listItemGreen li ul li:before {
        border-color: #fff;
    }

    .containerEmphasis a {
        color: #4fd9d2;
    }

.containerRightSide {
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 30px;
}

.resources {
    margin-bottom: 15px;
    display: table;
}

    .resources h2 {
        margin-top: 30px;
        border-bottom: 2px solid;
    }

        .resources h2:first-child {
            margin-top: 0px;
        }

    .resources .linkDiv {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .resources .floatLeft {
        float: left;
        text-align: left;
    }

    .resources .textLeft {
        text-align: left;
    }

    .resources .italics {
        font-style: italic;
    }

.resourceSubHdg {
    color: #565a5c;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
}
/* .resourceSubHdg:first-child {
	xxpadding-top: 10px;
}
.resource-option:nth-child(odd) {
	background: transparent; 
} */
.resourceName {
    font-size: 18px;
    font-weight: bold;
    display: table-cell;
    padding-left: 10px;
    width: 100%;
    font-style: italic;
    vertical-align: middle;
}

.resource-option {
    /* border-bottom: 1px solid#20222e; */
    display: table;
    padding: 7px;
    font-size: 20px;
    font-weight: bold;
    /* background: #fff; */
    /* color: #20222e; */
    font-style: italic;
}

    .resource-option a {
        color: #27399c;
    }

    .resource-option i {
        /* background: #27399c; */
        /* border: 2px solid; */
        /* border-radius: 100%;     */
        /* color:#fff; */
        font-size: 24px;
        margin-top: -5px;
        padding-right: 8px;
        vertical-align: top;
        display: table-cell;
    }

/* === PRESCRIBERS   ==== */
ul.listItemBullet.aligned li {
    font-weight: bold;
    margin-left: 20px;
}

    ul.listItemBullet.aligned li:before {
        margin-left: -17px;
    }

ul.listItemGreen {
    list-style: none;
    margin-top: 10px;
}

    ul.listItemGreen li {
        font-size: 16px;
        list-style: none;
        margin: 0;
        margin-left: 20px;
        padding: 0;
        padding-bottom: 10px;
        xxtext-indent: -15px;
    }

        ul.listItemGreen li:before {
            content: " ";
            width: 7px;
            height: 7px;
            background: #00b2a9;
            border-radius: 100%;
            display: inline-block;
            position: relative;
            top: -3px;
            margin-right: 10px;
            margin-left: -17px;
        }

        ul.listItemGreen li ul {
            padding-top: 5px;
            padding-left: 5px;
        }

            ul.listItemGreen li ul li {
                margin-left: 15px;
                padding-bottom: 5px;
                width: 90%;
            }

                ul.listItemGreen li ul li:before {
                    content: " ";
                    width: 9px;
                    height: 9px;
                    background: #fff;
                    border: 2px solid #00b2a9;
                    border-radius: 100%;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    margin-right: 10px;
                    xxxmargin-left: 15px;
                }

    ul.listItemGreen a {
        font-weight: bold;
    }
/* ol.listItemNumAlpha {
    list-style-type: decimal;
}

ol.listItemNumAlpha > li > ol {
    list-style-type: lower-alpha;
}

ol.listItemNumAlpha > li > ol > li > ol {
    list-style-type: upper-roman;
}    */


ol.listItemNumAlpha2 {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

    ol.listItemNumAlpha2 > li {
        margin: 0;
        padding: 0 0 0 2em;
        text-indent: -2em;
        list-style-type: none;
        counter-increment: item;
    }

        ol.listItemNumAlpha2 > li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            text-align: right;
            content: counter(item) ".";
        }

    ol.listItemNumAlpha2 li ol {
        margin: 0 0 1.5em;
        padding: 0;
        counter-reset: itemSub;
        list-style-type: lower-alpha;
    }

    ol.listItemNumAlpha2 > li ol li {
        margin: 0;
        padding: 0 0 0 2em;
        text-indent: -2em;
        counter-increment: itemSub;
    }

        ol.listItemNumAlpha2 > li ol li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            color: red;
            text-align: right;
            content: counter(itemSub) ".";
        }


/* ====     PHARMACIES   ======= */
.stepsPharmacy {
    padding-top: 20px;
}

    .stepsPharmacy .step {
        position: relative;
    }

.stepNumPharm {
    background: transparent;
    position: absolute;
    z-index: 99;
    top: -10px;
    left: -8px;
}

.stepHdgPharm {
    background: #20222e; /* was lt blue */
    color: #fff;
    position: relative;
    text-transform: uppercase;
    padding: 3px 3px 3px 45px;
    font-weight: bold;
    font-size: 18px;
}

.listItemContainer {
    padding: 15px 40px;
}
/* PRESCRIBER ENROLLMENT    */

.PrescriberEnrollment ul.listItemGreen li {
    margin-left: 15px;
}

.PrescriberEnrollment .radio div {
    display: inline-block;
    padding-right: 20px;
}

@media only screen and (max-width: 47.9375em) {
    .PrescriberEnrollment .radio div {
        display: block;
        padding-bottom: 10px;
    }
}

.agreement p {
    margin-bottom: 0;
    color: #000;
    padding-right: 30px;
}

.agreement ol {
    margin-left: 15px;
}

    .agreement ol li {
        padding: 5px 35px 5px 5px;
    }

/* INPATIENT PHARMACY ENROLLMENT    */
.form-group.PharmType .radio div {
    display: inline-block;
    width: 300px;
}

/*  RESOURCE PAGE  */
.resource h2 {
    margin-bottom: 0;
}

.resource .resources {
    padding: 10px 0;
}

.resource .resourceName {
    margin-top: 10px;
}

@media only screen and (max-width: 47.9375em) {
    .resource .resourceName {
        margin-top: 0px;
    }
}

/* PRODUCT LISTING */
@media only screen and (min-width: 48em) {
    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #20222e; /* was lt blue */
    }
}

.product-table-container .table thead tr th {
    vertical-align: middle;
    padding: 10px;
    background: #20222e; /* was lt blue */
    color: #fff;
    font-weight: normal;
}

.product-table-container .table-striped > tbody > tr:nth-child(odd) {
    background: #f3f8fd;
}

.product-table-container > table.table-bordered tr td {
    border: 1px solid #4784b1;
}

.product-table-container td {
    font-size: 14px;
    vertical-align: top;
}

.product-table-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .product-table-container ul li {
        margin: 0;
        padding-bottom: 5px;
    }

.product-table-container td a {
    color: #2926a9;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

    .product-table-container td a:hover,
    .product-table-container td a:focus,
    .product-table-container td a:active {
        color: #5f5ddc;
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
    }

.products-header th {
    background: #4784b1;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 0;
    border-right: 2px solid #fff !important;
}

    .products-header th:last-child {
        border-right: 0px solid #fff !important;
    }

.products-header td {
    width: 16%;
}

@media screen and (max-width: 47.9375em) {
    .product-table-container .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0;
    }

        .product-table-container .table-responsive table {
            padding: 0;
        }
}

/* Login */

.frmContainer.loginContainer {
    xxxbackground: transparent;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    /* box-shadow: 8px 0 18px -3px #979a9c; */
    padding-bottom: 30px;
}

    .frmContainer.loginContainer h2 {
        text-align: center;
    }

    .frmContainer.loginContainer button {
        width: 100%;
        background: #27399c;
        border: 2px solid #27399c;
        /* background: linear-gradient(to right, #464d0d 50%, #06a7e0 50%); */
        background-size: 200% 100%;
        background-position: right bottom;
        /* transition: all .5s ease-out;    */
    }

        .frmContainer.loginContainer button:hover {
            /* border-color: #1c75bc; */
            background-color: #1c75bc;
            color: #fff;
            background-position: left bottom;
        }

.Login .panel-default {
    border-color: #2926a9;
    border-radius: 0;
    margin-top: 60px;
    position: relative;
}

    .Login .panel-default > .panel-heading {
        background-color: #2926a9;
        background-image: none;
        border-color: #dddddd;
        color: #fff;
        font-size: 32px;
        font-weight: normal;
        height: 100px;
        padding-top: 45px;
        text-align: center;
        text-transform: uppercase;
    }

.Login .panel-body {
    background: #ececfe;
    padding-top: 30px;
    padding-bottom: 40px;
}

.Login form button {
    background: #2926a9;
    border-radius: 0;
    border: 1px solid #2926a9;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 50px;
    margin-left: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

    .Login form button:hover,
    .Login form button:active,
    .Login form button:focus {
        background: #5a57bf;
        border-color: #5a57bf;
    }

.loginPrivacy p, .loginPrivacy li {
    font-size: 16px;
}

.loginPrivacy {
    margin-top: 16px;
}

.Login form input {
    height: 40px;
}

.Login i {
    position: absolute;
    top: -45px;
    left: 45%;
    background: #2926a9;
    border-radius: 100%;
    border: 3px solid #fff;
    color: #fff;
    font-size: 60px;
    height: 85px;
    margin: 0 15px 0 -15px;
    padding: 5px 15px;
    text-align: center;
    width: 85px;
}

@media only screen and (max-width: 47.9375em) {
    .Login form button {
        margin: 30px 0;
        padding: 15px;
        width: 100%;
    }

    .Login i {
        left: 42%;
    }
}

.loginDivider {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-top: 2px solid #20222e;
    width: 100%;
    margin-top: 55px;
    font-size: 30px;
    line-height: 10px;
    margin-bottom: 40px;
}
/* .loginDividerContent {
	background-color: #f3f3f3;
    position: relative;
    top: -11px;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px
}  */
.loginDividerContent {
    position: relative;
    top: -29px;
    display: table;
    text-align: center;
    margin: 0 auto;
    /* border: 2px solid #20222e; */
    border-radius: 5px;
    height: 60px;
    width: 60px;
    padding-top: 23px;
    text-transform: uppercase;
    font-size: 24px;
    background: #20222e;
    color: #fff;
}

/* Footer */

.wellFooter {
    background: #d2d6da;
    border-top: 8px solid #20222e;
    margin: 0;
    padding-bottom: 30px;
}

    .wellFooter .footer {
        background-color: transparent;
        border-top: 0;
        margin: 0;
        padding: 0;
        padding-bottom: 30px;
    }

        .wellFooter .footer p {
            color: #20222e;
            font-size: 16px;
            font-weight: bold;
            line-height: 16px;
            margin: 0 auto 5px auto;
            font-family: Calibri,Verdana,Geneva,arial, sans-serif;
            text-align: inherit;
        }

.footer img {
    width: 150px;
    margin: 20px 0 50px;
}

.footer ul {
    margin: 0 auto;
    padding: 0 0 0 0;
}

.footer a:active,
.footer a:focus {
    text-decoration: none;
}

.footer ul li {
    color: #000;
    display: inline;
    font-size: 14px;
    margin: 0;
    vertical-align: top;
}

.footer ul.legalLinks {
    text-align: right;
}

    .footer ul.legalLinks li {
        margin-left: 15px;
    }

@media only screen and (max-width: 47.9375em) {
    .footer ul.legalLinks {
        margin: 10px 0;
        text-align: left;
    }

        .footer ul.legalLinks li {
            margin-left: 0px;
        }
}

.footer ul.docLinks li {
    padding-left: 15px;
}

.footer ul.docLinks {
    margin: 0;
    padding-top: 5px;
    text-align: right;
}

    .footer ul.docLinks li a {
        color: #27399c;
        font-size: 14px;
        font-weight: bold;
    }

        .footer ul.docLinks li a:hover {
            color: #1c75bc;
            text-decoration: none;
        }

@media only screen and (max-width: 47.9375em) {
    .footer ul.docLinks li {
        padding-right: 0px;
    }

    .footer ul li {
        display: inline-block;
        padding-bottom: 15px;
    }
}

.footerParent {
    border-top: 1px solid #464d0d;
    padding-top: 15px;
}

    .footerParent p {
        font-size: 14px;
    }

.footer .footer-right {
    text-align: right;
}

.footer .footer-left {
    text-align: left;
}

@media only screen and (max-width: 47.9375em) {
    .footer .footer-right, .footer .footer-left {
        text-align: center;
    }
}


.popupWindow {
    -moz-box-shadow: 17px 17px 17px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 17px 17px 17px rgba(0, 0, 0, .3);
    box-shadow: 5px 10px 50px rgba(0, 0, 0, .3);
    border: 3px solid #dedede;
}

    .popupWindow.focus .header {
        background-color: #009966;
        color: white;
        border-bottom: 5px solid #bbe8cc;
    }

    .popupWindow > .header {
        font-size: 15px;
        height: 20px;
        padding: 0;
        padding: 5px 3px 5px 10px;
    }

        .popupWindow > .header > .closeIcon {
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center center;
            border: 1px solid #fff;
            border-radius: 3px;
            cursor: pointer;
            display: inline-block;
            float: right;
            height: 16px;
            padding: 1px;
            width: 16px;
        }
    /* specific just for Prescriber/Associate Facility Search Grid popup as grid is wider than popupwindow  */
    .popupWindow div[data-ubc-form-name="FacilitySearch"] div#searchResults {
        width: 700px;
    }

/*  P O R T A L      M E N U       S T Y L E S    */

ul.navbar-nav li.action,
ul.navbar-nav li.TaskManager {
    text-decoration: none !important;
    font-size: 18px;
    margin-left: 0;
}

    ul.navbar-nav li.TaskManager:hover {
        background: #efe3e9;
        /*background: #e4e8e8;*/
    }

    ul.navbar-nav li.action a:focus,
    ul.navbar-nav li.action a:active {
        outline: 0;
    }

ul[data-ubc-menu-name$="MainMenu"] {
    background: #222;
    position: relative;
    overflow: visible;
}

li.MenuItem span.Action {
    color: #fff;
}

li.MenuItem.Root {
    background: rgb(12,163,96); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(12,163,96,1) 0%, rgba(6,157,90,1) 11%, rgba(9,160,93,1) 21%, rgba(7,158,91,1) 32%, rgba(7,157,93,1) 58%, rgba(4,127,73,1) 84%, rgba(7,124,72,1) 89%, rgba(7,117,68,1) 95%, rgba(19,122,75,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,163,96,1)), color-stop(11%,rgba(6,157,90,1)), color-stop(21%,rgba(9,160,93,1)), color-stop(32%,rgba(7,158,91,1)), color-stop(58%,rgba(7,157,93,1)), color-stop(84%,rgba(4,127,73,1)), color-stop(89%,rgba(7,124,72,1)), color-stop(95%,rgba(7,117,68,1)), color-stop(100%,rgba(19,122,75,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(12,163,96,1) 0%,rgba(6,157,90,1) 11%,rgba(9,160,93,1) 21%,rgba(7,158,91,1) 32%,rgba(7,157,93,1) 58%,rgba(4,127,73,1) 84%,rgba(7,124,72,1) 89%,rgba(7,117,68,1) 95%,rgba(19,122,75,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(12,163,96,1) 0%,rgba(6,157,90,1) 11%,rgba(9,160,93,1) 21%,rgba(7,158,91,1) 32%,rgba(7,157,93,1) 58%,rgba(4,127,73,1) 84%,rgba(7,124,72,1) 89%,rgba(7,117,68,1) 95%,rgba(19,122,75,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(12,163,96,1) 0%,rgba(6,157,90,1) 11%,rgba(9,160,93,1) 21%,rgba(7,158,91,1) 32%,rgba(7,157,93,1) 58%,rgba(4,127,73,1) 84%,rgba(7,124,72,1) 89%,rgba(7,117,68,1) 95%,rgba(19,122,75,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(12,163,96,1) 0%,rgba(6,157,90,1) 11%,rgba(9,160,93,1) 21%,rgba(7,158,91,1) 32%,rgba(7,157,93,1) 58%,rgba(4,127,73,1) 84%,rgba(7,124,72,1) 89%,rgba(7,117,68,1) 95%,rgba(19,122,75,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca360', endColorstr='#137a4b',GradientType=0 ); /* IE6-9 */
    border: 3px solid #55ba8e;
    color: #edfaf3;
    margin-left: 1px;
    padding: 6px 25px 8px 25px;
    font-size: 14px;
    font-weight: bold;
}

li.MenuItem.Nested {
    background-color: transparent;
    border-left: 3px solid transparent;
    display: block;
    font-size: 14px;
    margin-right: 4px;
}

li.MenuItem span.MenuText {
    text-decoration: none;
    margin-right: 0px;
    width: auto;
}

li.MenuItem.Root span.MenuText {
    line-height: 2.8em;
}

li.MenuItem.Nested span.MenuText {
    line-height: 2.0em;
    cursor: pointer;
}

li.MenuItem.Selected {
    background: #009966;
    color: white !important;
}

li.MenuItem.Root:hover {
    background-color: #009966;
    background: #009966;
    border: 3px solid #009966;
    color: white;
    text-decoration: none;
}

li.MenuItem.Disabled /*> span.MenuText*/ {
    display: none;
}

li.MenuItem.Enabled > span.MenuText {
    cursor: pointer;
}

li.MenuItem span.MenuOpen {
    display: none;
    width: 8px;
    height: 11px;
    background-image: url('/Resources/CSS/Menu/rightArrow.jpg');
    margin-left: 5px;
}

/*  SUB MENUS */
ul[data-ubc-menu-name$="MainMenu"] ul.dropdown-menu {
    background: #efe3e9;
    border: 0;
    border-left: 1px solid #dedede;
    color: #000;
    padding: .5em 0;
    position: absolute;
    min-width: 200px;
    box-shadow: none;
}

.dropdown-menu > li > a {
    font-size: 16px;
}

.dropdown .dropdown > .dropdown-menu > li > a {
    /*padding-top: 0; 
    padding-bottom: 0*/
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown .dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    /*height: 200px;
    overflow: auto;
    z-index: 9999;*/
}

.dropdown .dropdown > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #170000;
    margin-top: 5px;
    margin-right: 0px;
}

.dropdown .dropdown b.caret {
    border-color: transparent;
}
/* TABS */
ul[data-ubc-menu-name$="Tabs"] {
    border-top: 3px solid #20222e; /* was lt blue */
    border-bottom: 1px solid #20222e; /* was lt blue */
    margin-bottom: 20px;
    width: 100%;
}

    ul[data-ubc-menu-name$="Tabs"].nav li {
        margin: 0;
        margin-right: 1px;
    }

    ul[data-ubc-menu-name$="Tabs"] li a {
        color: #15806d;
        color: #333;
        font-size: 16px;
    }

    ul[data-ubc-menu-name$="Tabs"].nav > li.active > a,
    ul[data-ubc-menu-name$="Tabs"].nav > li.active > a:hover,
    ul[data-ubc-menu-name$="Tabs"].nav > li.active > a:focus {
        background-color: #d6eef9;
        color: #000;
        text-decoration: none;
    }
    /*ul[data-ubc-menu-name$="Tabs"].nav > li.active > a,*/
    ul[data-ubc-menu-name$="Tabs"].nav > li > a:hover,
    ul[data-ubc-menu-name$="Tabs"].nav > li > a:focus {
        background-color: #bde6df;
        text-decoration: none;
    }

    ul[data-ubc-menu-name$="Tabs"].nav > li > a:hover {
        background: #b2d6e6;
    }

    ul[data-ubc-menu-name$="Tabs"] li.MenuItem {
        background: #bde6df;
        border: 0;
        box-shadow: inset 2px 2px 2px .5px #036c49;
        font-size: 12px;
        margin: 5px 2px;
        padding: 7px 15px;
    }

        ul[data-ubc-menu-name$="Tabs"] li.MenuItem:hover {
            background: #bbe8cc;
            background-color: #bbe8cc;
            background: #fff;
            border: 0;
        }

        ul[data-ubc-menu-name$="Tabs"] li.MenuItem.Selected {
            background-color: #fff;
            /* border: 1px solid #009966;   */
            border-bottom: 0;
            margin-right: 1px;
            /* box-shadow: none;*/
        }

            ul[data-ubc-menu-name$="Tabs"] li.MenuItem.Selected:hover {
                /* margin: 1px; */
            }

        ul[data-ubc-menu-name$="Tabs"] li.MenuItem span.Action {
            text-decoration: none;
            cursor: pointer;
            /* text-shadow: 1px 1px 1px  #333;*/
            color: #666;
        }

            ul[data-ubc-menu-name$="Tabs"] li.MenuItem span.Action:hover {
                color: #000;
            }

        ul[data-ubc-menu-name$="Tabs"] li.MenuItem.Selected span.Action {
            color: #009966;
            cursor: pointer;
            text-decoration: none;
            text-shadow: none;
        }

span.Action:hover {
    color: #000;
    text-decoration: underline;
}

/*  DROP DOWN MENU ITEMS */
ul[data-ubc-menu-name$="MainMenu"] ul.MenuItems {
    background-color: #009966;
    border: 0;
    border-left: 1px solid #009966;
    color: #000;
    display: block;
    margin: -0.8em 0 0 0;
    padding: .5em 0;
    position: absolute;
    min-width: 200px;
}

    ul[data-ubc-menu-name$="MainMenu"] ul.MenuItems li.MenuItem.Nested:hover,
    ul[data-ubc-menu-name$="MainMenu"] ul.MenuItems li.MenuItem.Nested:active {
        background-color: #036c49;
        border-left: 3px solid #bbe8cc;
        color: #000;
    }

    ul[data-ubc-menu-name$="MainMenu"] ul.MenuItems li.MenuItem.Selected {
        background-color: #036c49;
        border: 1px solid #bbe8cc;
        border-left: 3px solid #bbe8cc;
        border-right: 0;
    }

li#BlankForms ul.MenuItems {
    left: 170px !important;
}

    li#BlankForms ul.MenuItems li span,
    li#Reports ul.MenuItems li span {
        line-height: 1em;
        display: inline-block;
        padding-bottom: 5px;
        padding-top: 5px;
    }


/* Context menu   */
.ubc-context-menu .dropdown-menu .action:hover {
    text-decoration: none;
}

.ubc-context-menu .dropdown-menu > li > a:hover,
.ubc-context-menu .dropdown-menu > li > a:focus {
    background: #ecf9f6;
    background: transparent;
    color: #1c75bc;
}

.ubc-context-menu .dropdown-menu > li.disabled > a:hover,
.ubc-context-menu .dropdown-menu > li.disabled > a:focus {
    color: #777;
}
/*     L O G I N    P O P U P   S T Y L E S    */
div.popupWindow div.WebPartContainer div[data-ubc-form-name].Login-Form.Login-Query-Password {
    background: transparent;
    padding: 5px;
    height: 400px;
}

div[data-ubc-form-name].Login-Form.Login-Query-Password div.Login-Body {
    height: 40%;
}

div.popupWindow div.WebPartContainer div.Login-Form.Login-Update-Profile {
    background-color: #fff;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 5px;
    width: 590px;
}

div.Login-Form {
    height: 100%;
}

table[data-ubc-form-array-name="Questions"] td {
    width: 200px;
    vertical-align: top;
}
/* =======================================   */


/* =======================================   */
#ValidationSummary li {
    color: red;
    cursor: pointer;
    list-style: none;
    text-align: left;
}

a.navLink {
    color: #27399c;
    text-decoration: none;
    cursor: pointer;
}

    a.navLink:hover {
        color: #1c75bc;
        text-decoration: underline;
    }

    a.navLink label span {
        color: #ff6b00;
        cursor: pointer;
        text-decoration: none;
    }

        a.navLink label span:hover {
            text-decoration: underline;
        }

span[data-torch-change-reason-message] {
    padding: 10px;
    font-size: 120%;
    font-weight: bold;
}

textarea[data-torch-change-reason-input] {
    width: 380px;
    height: 120px;
    margin: 10px;
    padding: 5px;
}

/*  UI Slider  */
table.ubc-grid-navigation-bar {
    padding: 3px;
    border-color: #CACBD3;
    background: #fff;
}

.ui-slider .ui-slider-handle:after,
.ui-slider .ui-slider-handle:before {
    border: 0;
}

.ubc-grid-navigation-slider .ui-slider .ui-slider-handle {
    background: #fff;
    border-color: #5b89c3;
    border-radius: 100%;
    border-width: 3px;
    cursor: pointer;
    height: 2em;
    top: -12px;
    width: 2em;
}

    .ubc-grid-navigation-slider .ui-slider .ui-slider-handle:hover,
    .ubc-grid-navigation-slider .ui-slider .ui-slider-handle:active,
    .ubc-grid-navigation-slider .ui-slider .ui-slider-handle:focus {
        text-decoration: none;
        outline: 0;
    }

.ui-slider .ui-slider-handle:before {
    border: 0;
    color: #888;
    content: "\e091";
    font-family: "Glyphicons Halflings";
    font-size: .6em;
    left: 2px;
    margin-left: 2px;
    margin-top: 2px;
    top: 2px;
    position: relative;
}

.ui-slider .ui-slider-handle:after {
    border: 0;
    color: #888;
    content: "\e092";
    font-family: "Glyphicons Halflings";
    font-size: .65em;
    margin-left: 2px;
    margin-top: 2px;
    left: -2px;
    top: 2px;
    position: relative;
}

.ubc-navigation-button.first,
.ubc-navigation-button.previous,
.ubc-navigation-button.next,
.ubc-navigation-button.last {
    background: #fff;
    background-image: url('');
    background: transparent;
    border: 1px solid #5b89c3;
    border-radius: 100%;
    color: #666;
    height: 22px;
    margin-top: 0px;
    vertical-align: top;
    width: 22px;
}

    .ubc-navigation-button.first:before {
        content: "\e079";
        font-family: "Glyphicons Halflings";
        font-size: 9px;
        left: 2.5px;
        position: relative;
        top: 0px;
    }

    .ubc-navigation-button.first:after {
        content: "\e079";
        font-family: "Glyphicons Halflings";
        font-size: 9px;
        left: -1px;
        position: relative;
        top: 0px;
    }

    .ubc-navigation-button.previous:before {
        content: "\e079";
        font-family: "Glyphicons Halflings";
        font-size: 10px;
        left: 5px;
        position: relative;
        top: 0px;
    }

    .ubc-navigation-button.next:before {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        font-size: 10px;
        left: 5px;
        position: relative;
        top: 0px;
    }

    .ubc-navigation-button.last:before {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        font-size: 9px;
        top: -1px;
        left: 3px;
        position: relative;
    }

    .ubc-navigation-button.last:after {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        font-size: 9px;
        top: -1px;
        left: -1px;
        position: relative;
    }

.ubc-grid-navigation-slider .ui-slider.ui-slider-horizontal {
    margin-right: 10px;
}

/* F O R M   F I E L D S   */
.frmMainContainer {
    background: #565a5c;
    padding: 40px;
    box-shadow: 0 6px 2px -2px #666;
}

@media only screen and (max-width: 47.9375em) {
    .frmMainContainer {
        padding: 15px;
    }
}

.frmContainer {
    background: #f9f9f9;
    /* border: 1px solid #ddd; */
    box-shadow: 0 8px 6px -6px #bebdbd;
    border: 1px solid #cfced0;
    /* xborder-top: 40px solid #464d0d;    */
    border-radius: 3px;
    padding: 15px;
}

.frmContainerSecondary {
    /* border-top: 40px solid #464d0d; */
}

.frmContainerMultiple {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.frmContainerBanner {
    background: #e1e1e1;
    background: #e5eae8;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
}

.frmContainerDisplay {
    padding: 15px;
    background: #fff;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.frmContainerGrey {
    background: #f9f9f9;
    border-radius: 3px;
    padding: 15px;
    border: 15px solid #ddd;
    padding-top: 0;
}

.frmContainer h3,
.frmContainerDisplay h3 {
    border-bottom: 2px solid #20222e; /* was lt blue */
    color: #20222e; /* was lt blue */
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.frmGroupDisplay {
    margin-bottom: 10px;
}

.frmSectionContainer {
    border: 1px solid #20222e; /* was lt blue */
    background: #fff;
    margin-bottom: 30px;
}

.frmSectionHeader {
    background: #20222e; /* was lt blue */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 1px;
    padding: 10px;
    text-transform: uppercase;
}

.frmSectionFields {
    padding: 15px;
}

.frmGroupContainer {
    background: #dde9f6;
    border: 1px solid #464d0d;
    margin-bottom: 20px;
    padding: 10px;
}

.frmInfoContainer {
    background: #f1dbc9;
    margin-bottom: 20px;
    padding: 10px;
}
/* .frmHeader {
	background: #d2e5f8;
    color: #464d0d;
    position: relative;
    font-family: "Open Sans Condensed";
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 5px 10px;
}   */
.frmHeader {
    color: #20222e;
    position: relative;
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    margin-top: 30px;
}

    .frmHeader.frmHeaderPrescriber {
        background-color: #464d0d;
        color: #fff;
    }

    .frmHeader.frmHeaderPharmacy {
        background-color: #a55110;
        color: #fff;
    }

    .frmHeader.frmHeaderPatient {
        background-color: #930500;
        color: #fff;
    }

    .frmHeader:first-of-type {
        margin-top: -15px;
    }

.frmTitle {
    color: #464d0d;
    text-transform: uppercase;
    /* background: #dae4ef; */
    /* padding: 5px 15px; */
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.frmSubHeader {
    color: #fff;
    background: #464d0d;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #20222e; /* was lt blue */
    margin: 15px -30px;
    margin-top: 0;
    position: relative;
}

.fxxrmSubHeader:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 16px solid transparent;
    border-right: 16px solid #464d0d;
    border-left: 16px solid transparent;
    border-bottom: 16px solid transparent;
    left: -1px;
    position: absolute;
    top: -15px;
    left: -16px;
}

.frmSubHeader i {
    margin-right: 10px;
}

.frmInstructions {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

.txtInstructions {
    color: #565a5c;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0;
}

.frmDivider,
.frmDividerSolid {
    border-bottom: 1px solid #a55110;
    margin: 15px 0;
}

.frmDividerDotted {
    border-bottom: 2px dotted #a55110;
    margin-bottom: 10px;
    margin-top: 10px;
}

.frmDividerWide {
    border-bottom: 8px solid #464d0d;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*  fieldset containers  */
fieldset {
    border: 0;
    margin: 0;
    padding-top: 0;
}

    fieldset fieldset {
        background-color: #ffffff;
        margin-top: 0;
    }
/*  required asterisk - use glyphicon instead of image */
.required > .control-label {
    background: url('');
    background: transparent;
    padding-left: 0;
}

.ubc-dat-input-date.hasDatepicker + img.ui-datepicker-trigger,
.ubc-data-input-date.hasDatepicker + img.ui-datepicker-trigger {
    position: absolute;
    margin-left: -30px;
    margin-top: 3px;
}

.required > .control-label span:before,
.DataElementLabel span:before {
    color: red;
    content: "\2a";
    font-weight: 600;
    margin-right: 2px;
}

.ubc-data-input.important > .control-label:before,
.ubc-data-input.Important > .control-label:before {
    color: #3b95f3;
    content: "\2a";
    font-weight: 600;
    margin-right: 2px;
}

.DataElement.Important:before {
    color: #395bf1;
    content: "\2a";
    font-size: 18px;
    font-weight: bold;
    font-weight: normal;
    margin-right: -2px;
    position: relative;
}

.DataElement.Important.required:before {
    content: "";
}

.NotApplicable {
    display: none;
}

.frmContainerBanner .form-group.required > .control-label:before,
.frmContainerDisplay .form-group.required > .control-label:before,
.frmGroupDisplay .form-group.required > .control-label:before {
    content: "";
    margin-left: -2px;
}

label.control-label {
    font-size: 16px;
    font-weight: 600;
    font-size: 20px;
}

span.DataElement label {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    width: auto;
    padding: 0px 0 0 0;
    vertical-align: top;
    margin-bottom: 0;
}

span.DataDisplay label {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    width: auto;
    padding: 0 0 0 0;
    vertical-align: top;
}

.frmContainerDisplay label.control-label + span {
    font-size: 16px;
    color: #888;
}

.frmContainerDisplay label.control-label,
.frmContainerBanner label.control-label {
    color: #000;
}

.frmContainerDisplay .form-group,
.frmContainerBanner .form-group,
.frmGroupDisplay .form-group {
    margin-bottom: 0px;
}

.frmGroupDisplay .ubc-data-display-text,
.frmGroupDisplay label.control-label {
    font-size: 18px;
}

.ubc-data-display-text,
.ubc-data-display-integer,
.ubc-data-display-drop-down {
    font-size: 16px;
}

.ubc-data-input-integer,
.ubc-dat-input-date {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .ubc-data-input-integer:focus,
    .ubc-dat-input-date:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .ubc-dat-input-date.hasDatepicker {
        display: inline;
    }

.has-error .hasDatepicker {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .hasDatepicker:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.buttonContainer,
div[data-torch-dialog-button-container] {
    text-align: right;
    margin-top: 20px;
    z-index: 4;
}

ul.ubc-data-display-checkbox-list,
ul.ubc-data-display-checkbox-list li.ubc-data-display-checkbox.selected {
    display: inline;
    margin-left: 5px;
    padding-left: 0;
}


/*  =======================================       */

.RadioListBlock {
    display: block;
}

.noReset {
    margin-top: -20px;
}

.RadioListElementBlock {
    padding-left: 150px;
    text-indent: -16px;
}

.RadioListBlock .RadioListElementBlock label {
    font-size: 12px;
    margin-left: -10px;
    vertical-align: top;
    display: inline;
    width: auto;
}

.CheckListBlock {
    display: block;
    margin-top: -20px;
}

.CheckListElementBlock {
    padding-left: 100px;
    margin: 0;
    list-style: none;
}

.CheckListBlock .CheckListElementBlock label {
    font-size: 12px;
    margin-left: -10px;
    vertical-align: top;
    display: inline;
    width: auto;
}

/*  I N L I N E    E R R O R   M E S S A G E   P L A C E M E N T  */
li.ErrorMessage {
    color: #ff0000;
    margin-top: -10px;
    margin-bottom: 10px;
}

div[data-ubc-form-name="Login"] li.ErrorMessage,
.Login-Forgot-Password li.ErrorMessage,
.Login-Query-Password li.ErrorMessage {
    color: #ff0000;
    margin-top: 5px;
}



/*  G E N E R A L   S T Y L E   C L A S S E S     */
.noMargin {
    margin: 0;
}

.noMarginTop {
    margin-top: 0;
}

.action:hover {
    text-decoration: none;
}

.hyperlink {
    color: #27399c;
}

    .hyperlink:hover {
        color: #27399c;
        cursor: pointer;
    }
/* ===== SPECIFIC FORM FIELDS   ===== */
.formLabel {
    color: #58585a;
    font-size: 18px;
}

.displayLabel {
    color: #000;
    font-size: 18px;
}

    .displayLabel + span > a > div {
        display: inline;
    }
/* =====  PANEL CONTAINER  ===== */
.ubc-panel-container {
    clear: both;
}

/* =====  JQUERY UI-DIALOG POPUP OVERRIDES  ===== */
.ui-dialog {
    border: 1px solid #aaa;
    border-radius: 5px;
}

    .ui-dialog .ui-widget-header {
        background: #06B9AC;
        border: 1px solid #00958a;
        color: #fff;
        padding: 5px;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        padding-top: 0;
    }

        .ui-dialog .ui-dialog-titlebar-close:before {
            content: "x";
            color: #333;
        }

#DeleteDialog {
    padding: 20px 10px 10px;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 5px 0;
}

.ui-dialog-buttonset button {
    font-weight: bold;
    text-shadow: none;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

    .ui-dialog-buttonset button:first-child {
        background: #729cd2;
        color: #fff;
        border: 1px solid #3872bd;
        margin-right: 10px;
    }

        .ui-dialog-buttonset button:first-child:hover,
        .ui-dialog-buttonset button:first-child:focus {
            background: #1c75bc;
            border-color: #1c75bc;
        }

    .ui-dialog-buttonset button:last-child {
        background: #990E0E;
        background: #c12e2a;
        border: 1px solid #990E0E;
        color: #fff;
    }

        .ui-dialog-buttonset button:last-child:hover,
        .ui-dialog-buttonset button:last-child:focus,
        .ui-dialog-buttonset button:last-child:active {
            background: #990E0E;
            color: #fff;
        }


.radio label,
.checkbox label {
    padding-right: 20px;
    padding-right: 45px;
}

@media only screen and (max-width: 47.9375em) {
    ul[data-ubc-menu-name$="Tabs"] {
        margin: 7.5px 0;
    }
}

.text-red {
    color: red;
}

.bold {
    font-weight: bold;
}

.info-block {
    border: 1px solid black;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
}

.txtEmphasis {
    color: #111921;
    font-weight: bold;
    font-size: 20px;
}

.txtEmphasisLarge {
    color: #33b9ee;
    font-size: 28px;
    font-weight: bold;
}

.txtStandOut {
    font-weight: bold;
    font-size: 110%
}

.txtSpaced {
    line-height: 36px;
    font-size: 20px;
}

.enrollment-container {
    border: 1px solid #DDDDDD;
    background-color: #FCFCFC;
    padding: 20px;
}

/*.enrollment-container h3 {
   color: #20222e; /* was lt blue */
font-size: 18px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 0;
text-transform: uppercase;
}

*/

.enrollment-container hr {
    margin-top: 10px;
    border: 1px solid #20222e; /* was lt blue */
}

.info-block ul {
    margin-top: 5px;
    padding-left: 0;
}

    .info-block ul li {
        padding-bottom: 10px
    }

        .info-block ul li ul li {
            padding-bottom: 10px
        }

.RepCommunicationMethod .radio div {
    display: inline;
}

.PharmacyType .radio div {
    display: inline;
}

.inline-block {
    font-size: 18px;
    display: inline-block;
}

.data-alert {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.form-header {
    border-bottom: 2px solid #20222e; /* was lt blue */
    color: #20222e; /* was lt blue */
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#pharmacy-info {
    border: 2px solid black;
    font-weight: Bolder;
    padding: 10px;
}

/*  REMS VERIFICATION  */

#pharmacy-info {
    background: #fff;
    border: 1px solid black;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 20px;
}

.verif_results {
    display: table;
    padding-bottom: 5px;
}

.verif_iconCell,
.verif_msgCell {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
}

.verif_results .verif_icon {
    font-size: 36px;
    border: 3px solid;
    border-radius: 100%;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    width: 60px;
}

.verif_success .verif_msg,
.verif_results.verif_success .verif_icon {
    border-color: #02b9b9;
    color: #02b9b9;
}

.verif_unsuccess .verif_msg,
.verif_results.verif_unsuccess .verif_icon {
    border-color: #e22727;
    color: #e22727;
}

.verif_msg {
    color: #000;
    font-size: 30px;
    padding-bottom: 5px;
}

.btn-authCode,
.btn-authCode:hover,
.btn-authCode:focus {
    background: #1c75bc;
    color: #fff;
}

.verif_code {
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 10px 25px;
    text-align: center;
}

.verif_num {
    font-weight: bold;
    font-size: 20px;
}

.verif_details h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.certified .verif_status {
    color: #02b9b9;
    display: inline-block;
}

.verif_details .certified i {
    color: #02b9b9;
    font-size: 20px;
}

.notCertified .verif_status {
    color: #e22727;
    display: inline-block;
}

.verif_details .notCertified i {
    color: #e22727;
    font-size: 20px;
}
/* =====    MODAL   WINDOWS   ===== */
.modal-content {
    border: 5px solid #464d0d;
    padding: 15px;
}

.modal-header {
    color: #20222e; /* was lt blue */
    background: #fff;
    border-bottom: 3px solid #ddd;
    padding: 0;
    padding-bottom: 5px;
}

    .modal-header .close {
        color: #333;
        filter: Alpha(Opacity=50);
        opacity: .5;
        font-size: 30px;
    }

        .modal-header .close:active {
            border: 0;
        }

        .modal-header .close:hover {
            color: #000;
            filter: Alpha(Opacity=90);
            opacity: .9;
        }

.modal-title {
    font-size: 32px;
}

.modal-body {
    padding: 15px 0;
    line-height: 1em;
}

.modal-footer {
    padding: 15px 0;
    border: 0;
}

.modal button.btn-default {
    background: #27399c; /* was lt blue */
    border-color: #27399c; /* was lt blue */
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    text-shadow: none;
}

.modal .btn-danger {
    background: #930500;
    color: #fff;
    border: 2px solid #930500;
}

    .modal .btn-danger:hover {
        background: #ff3333;
        color: #fff;
        border: 2px solid #930500;
    }

/*  CONTACT US    */
.contactUs .calloutContent {
    min-height: 200px;
    text-align: center;
}

.contactUs .calloutTitle {
    border-color: #526576;
    color: #526576;
}


/*  ===========   LMS OVerrides   ======== */
.playerContent {
    position: relative;
    top: 0;
}
/*  =======    Knowledge Assessment  (LMS OVERRIDES)    =============  */
.playerActions {
    /*	position: relative;
	overflow: hidden;   */
    left: 0;
}

.title {
    font-size: 32px;
    font-weight: normal;
}

.question {
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px;
    color: #234e95;
}

.playerContent .radio label {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    padding-left: 5px !important;
}

.questionContainer .radio div {
    display: block;
    width: auto;
}

.letter {
    color: transparent;
}

.lmsQuestion .radio label::after {
    left: 3px;
    height: 11px;
    width: 11px;
    top: 6px;
}

.lmsQuestion.lmsQuestionError .radio label::after,
.lmsQuestion.lmsQuestionCorrect .radio label::after {
    background: #232d69;
}

[data-ubc-note="*"] {
    position: relative;
    background: transparent;
    top: 0;
    left: 0;
    border: 1px solid;
    margin-bottom: 15px;
    height: auto;
    width: auto;
    text-align: left;
}

.noteAnswer {
    font-size: 22px;
    font-weight: bold;
}

.noteDescription {
    font-size: 20px;
    font-weight: normal
}

.note.correct {
    border-color: #930500;
    color: #930500;
}

.note.error {
    border-color: #e90f0f;
    color: #e90f0f;
}

.playerActions .btn.disabled,
.playerActions .previousButtonContainer.btnDisabled {
    cursor: not-allowed;
}

.radio input[type="radio"]:disabled + label {
    cursor: not-allowed;
}

@media only screen and (max-width: 47.9375em) {
    [data-ubc-player-mode="assessment"] .formContainer,
    .completion {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.button_content .steps-container .stepText ul li {
    font-size: 14px;
}

.button_content .steps-container h3 {
    font-weight: bold;
}
/* ===== PROGRESS   TRACKER     ======= */

.frmProgressTracker {
    text-align: center;
    color: #b3b7c1;
    position: absolute;
    top: 5px;
    right: 10px;
}

    .frmProgressTracker .step {
        display: inline-block;
        padding: 0 20px;
        position: relative;
        margin-right: 5px;
        width: 120px;
        vertical-align: top;
    }

        .frmProgressTracker .step:after {
            content: "...";
            font-size: 60px;
            line-height: 1px;
            position: absolute;
            top: -2px;
            right: -23px;
            color: #ccc;
        }

.step.completed:after {
    color: #232d69;
}

.step:last-child:after {
    display: none;
}

.frmProgressTracker .step .stepNum {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 0 0;
    height: 30px;
    width: 30px;
    text-align: center;
}

.frmProgressTracker .step.active .stepNum {
    background-color: #930500;
    border: 2px solid #930500;
}

.frmProgressTracker .step.todo .stepNum {
    background-color: #ccc;
    border: 2px solid #ccc;
}

.frmProgressTracker .step.completed .stepNum {
    background-color: #232d69;
    color: transparent;
    border: 2px solid #232d69;
}

.frmProgressTracker .step .stepTxt {
    text-align: center;
    margin: 0px auto;
    padding-left: 5px;
    font-size: 12px;
    color: #bbb;
    font-weight: bold;
    padding-bottom: 13px;
}

.frmProgressTracker .step.completed .stepTxt {
    color: #232d69;
}

.frmProgressTracker .step.active .stepTxt {
    color: #06a7e0;
}

.frmProgressTracker .step.completed .stepNum:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #3fbc74;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 0;
    margin-left: 4px
}

@media only screen and (max-width: 1023px) {
    .frmProgressTracker {
        position: relative;
        margin-bottom: 30px;
        right: 0;
        text-align: right;
    }

        .frmProgressTracker .step {
            width: auto;
        }

        .frmProgressTracker .stepTxt {
            display: none;
        }
}

.contentBottom {
    text-align: center;
    padding: 30px 0 20px;
    border-top: 4px solid #20222e;
    margin-top: 50px;
}

.frmHeaderInvert {
    margin: 15px -15px 15px;
    padding: 15px;
    background: #20222e;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    font-weight: 700;
}

.form-group.SecurityCaption .secInstructions {
    font-weight: normal;
    font-size: 14px;
}
/* HOME PAGE   */
.aboutBox {
    border: 1px solid #222;
    padding: 5px 10px 0 10px;
    background: white;
}

.callout {
    margin: 0 0 30px 0;
    xxborder-spacing: 10px;
    width: 100%;
}

.calloutContent {
    background: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 35px;
    margin-top: 5px;
    box-shadow: 0 8px 6px -6px #bebdbd;
    border: 1px solid #cfced0;
    /* border-top: 5px solid#930500; */
}

@media only screen and (min-width: 992px) {
    .calloutContent.home {
        min-height: 420px;
    }
}

.calloutTitle {
    margin-bottom: 15px;
    font-weight: 400;
    padding: 15px;
    color: #333;
    vertical-align: middle;
    font-size: 24px;
    text-transform: uppercase;
}

    .calloutTitle.hdgUnderline {
        border-bottom: 3px solid;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

.callout.bkgdCallout h3 {
    font-size: 16px;
    padding-top: 0;
    color: #20222e;
    /* text-transform:  uppercase; */
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0;
    padding: 0;
}

.bkgdDefault .calloutTitle {
    color: #20222e;
    background: #b4bad9;
}

.bkgdPrescriber .calloutTitle {
    color: #464d0d;
    background: #e0eb91;
}
/* .bkgdPrescriber .calloutTitle {
	border-color: #464d0d;
	color: #464d0d;
} */
.bkgdPharmacy .calloutTitle {
    color: #a55110;
    background: #fabb8b;
}

.bkgdPatient .calloutTitle {
    color: #930500;
    background: #f5a09d;
}

.calloutContent.bkgdDefault,
.calloutContent.bkgdPrescriber,
.calloutContent.bkgdPharmacy,
.calloutContent.bkgdPatient {
    text-align: center;
}

.patient .calloutTitle {
    border-color: #868f97;
}

.bkgdPatient .calloutTitle .stakeholder {
    color: #930500;
    font-weight: 500;
    /* font-size: 28px;;		 */
}

.callout ul {
    /* margin-left: 0; */
}

.calloutIcon i,
.calloutTitle i {
    /* border: 3px solid #526576; 
    border-radius: 20%; */
    color: #526576;
    padding: 8px;
    font-size: 30px;
    /* background: #fff; */
}

.calloutIcon.calloutIconDefault i {
    color: #20222e;
    border-color: #20222e;
}

.calloutIcon.calloutIconPrescriber i {
    color: #464d0d;
    border-color: #464d0d;
}

.calloutIcon.calloutIconPharmacy i {
    color: #a55110;
    border-color: #a55110;
}

.calloutIcon.calloutIconPatient i {
    color: #930500;
    border-color: #930500;
}

@media only screen and (max-width: 47.9375em) {
    .callout {
        display: block;
    }

    .calloutContent {
        display: block;
        width: 100%;
    }

    .calloutTitle {
        min-height: auto;
        margin-bottom: 15px;
    }

    .calloutIcon i {
        font-size: 18px;
        top: 30px;
        padding: 10px;
        right: 5px;
    }
}

.calloutContent .resource-option {
    text-align: left;
}

.btnHome {
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 24px;
}

a.btnHomePrescriber,
a.btnPrescriber {
    background: #464d0d;
    border-radius: 5px;
    border: 2px solid #464d0d;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    margin: 15px 0;
    text-decoration: none;
}

    a.btnHomePrescriber:hover,
    a.btnPrescriber:hover {
        color: #464d0d;
        background: #e0eb91;
        border-color: #464d0d;
        text-decoration: none;
    }

a.btnHomePharmacy,
a.btnPharmacy {
    background: #a55110;
    border-radius: 3px;
    border: 2px solid #a55110;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    margin: 15px 0;
    text-decoration: none;
}

    a.btnHomePharmacy:hover,
    a.btnPharmacy:hover {
        color: #a55110;
        background: #fabb8b;
        border-color: #a55110;
        text-decoration: none;
    }

a.btnHomePatient,
a.btnPatient {
    background: #930500;
    border-radius: 5px;
    border: 2px solid#930500;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    margin: 15px 0;
    text-decoration: none;
}

    a.btnHomePatient:hover,
    a.btnPatient:hover {
        color: #930500;
        background: #f5a09d;
        border-color: #930500;
        text-decoration: none;
    }

a.btnHomePatientInvert,
a.btnPatientInvert {
    background: #fff;
    border-radius: 5px;
    border: 2px solid#930500;
    color: #930500;
    display: inline-block;
    padding: 10px 40px;
    margin: 15px 0;
    text-decoration: none;
}

    a.btnHomePatientInvert:hover,
    a.btnPatientInvert:hover {
        background: #1a94c4;
        border-color: #1a94c4;
        text-decoration: none;
        color: #fff;
    }

/* Sidebar buttons */
.btnSidebarArea {
    margin-bottom: 20px;
}

.btnSidebar {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 20px;
    width: 100%;
    border-radius: 5px;
    /* border: 2px solid; */
    color: #fff;
    display: inline-block;
    padding: 10px 5px;
    text-decoration: none;
    /* box-shadow: 5px 5px 10px #333;  */
}

a.btnSidebarPrescriber,
a.btnPrescriber {
    background: #464d0d;
    border: 2px solid #464d0d;
    /* color: #e0eb91; */
}

    a.btnSidebarPrescriber:hover,
    a.btnPrescriber:hover {
        color: #464d0d;
        border-color: #464d0d;
        background: #e0eb91;
        text-decoration: none;
    }

a.btnSidebarPharmacy,
a.btnPharmacy {
    background: #a55110;
    border: 2px solid #a55110;
    /* color: #a55110; */
}

    a.btnSidebarPharmacy:hover,
    a.btnPharmacy:hover {
        color: #a55110;
        border-color: #a55110;
        background: #fabb8b;
        text-decoration: none;
    }

a.btnSidebarPatient,
a.btnPatient {
    background: #930500;
    border: 2px solid #930500;
}

    a.btnSidebarPatient:hover,
    a.btnPatient:hover {
        color: #930500;
        border-color: #930500;
        background: #f5a09d;
        text-decoration: none;
    }

a.btnSidebarPatientInvert,
a.btnPatientInvert {
    background: #fff;
}

    a.btnSidebarPatientInvert:hover,
    a.btnPatientInvert:hover {
        background: #1a94c4;
        border-color: #1a94c4;
        text-decoration: none;
        color: #fff;
    }
/*         .navbar-default .navbar-nav > li > a.loginLink {
            background: #0086b6;
            padding: 15px;
            border: 2px solid #fff;
            border-radius: 5px;
            padding: 15px 30px;
            font-size: 16px;
            font-weight: 600;
        }

@media only screen and (max-width: 47.9375em) {
    .navbar-default .navbar-nav > li > a.loginLink {
        text-align: center;
        display: block;
        margin: 10px;
        margin: 10px 10px 10px 0;
    }
}

.navbar-default .navbar-nav > li > a.loginLink:hover {
    background: #40a4c8;
}
*/
.pageHeader, .modalHeader {
    color: #20222e; /* #464d0d;*/
    font-family: "Century Gothic", CenturyGothic, AppleGothic;
    font-weight: 500;
    margin: 15px 0 5px 0;
    font-size: 38px;
    margin-bottom: 30px;
    /* padding: 10px 0 0 0; */
    width: 100%;
    border-left: 4px solid #20222e;
    padding: 10px 0 0px 10px;
    background: #b4bad9;
    background: linear-gradient(90deg, rgba(180,186,217,1) 0%, rgba(243,243,243,1) 100%);
}

    .pageHeader.home, .modalHeader {
        padding-bottom: 10px;
    }

    .pageHeader.prescriber {
        color: #464d0d;
        border-left: 4px solid #464d0d;
        background: #e0eb91;
        background: linear-gradient(90deg, rgba(224,235,145,1) 0%, rgba(243,243,243,1) 100%);
    }

    .pageHeader.pharmacy {
        color: #a55110;
        border-left: 4px solid #a55110;
        background: #fabb8b;
        background: linear-gradient(90deg, rgba(250,187,139,1) 0%, rgba(243,243,243,1) 100%);
    }

    .pageHeader.patient {
        color: #930500;
        border-left: 4px solid #930500;
        background: #f5a09d;
        background: linear-gradient(90deg, rgba(245,160,157,1) 0%, rgba(243,243,243,1) 100%);
    }

    .pageHeader i {
        padding: 10px;
        height: 70px;
        width: 70px;
        text-align: center;
    }

.modalHeader {
    background: rgb(180,186,217);
    background: linear-gradient(90deg, rgba(180,186,217,1) 0%, rgba(255,255,255,1) 100%);
}

/*  LOCATOR   */
#LocatorEntry,
#LocatorResults {
    background: #fff;
}

.locator-searchFields {
    /* border-top:40px solid #464d0d; */
    padding: 15px;
    margin-bottom: 15px;
    xbackground: #b7cbf0;
}

    .locator-searchFields button {
        margin-top: 27px;
    }

.locationList {
    height: 625px;
    overflow-y: auto;
}

.locationItem {
    display: table;
    width: 100%;
    background: #dde9f6;
    padding: 10px 5px;
    border: 1px solid #98b3d0;
    margin-bottom: 5px;
}

    .locationItem.active {
        background: #fcf2f8;
    }

.locPin {
    display: table-cell;
    vertical-align: top;
    width: 30px;
}

    .locPin img {
        width: 20px;
    }

.locDtls {
    width: 95%;
    font-size: 14px;
}

.locName {
    font-weight: 700;
    text-transform: uppercase;
    color: #20222e;
    margin-bottom: 10px;
}

.locAddr {
    margin-bottom: 10px;
}

.locMiles {
    display: table-cell;
    vertical-align: top;
    width: 15%;
    font-size: 12px;
    font-weight: 500;
}

a.locDirections {
    background: #27399c;
    border: 1px solid #27399c;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    display: block;
    /* border-radius: 36px; */
    margin-top: 10px;
    text-transform: uppercase;
}

    a.locDirections:hover {
        background: #b4bad9;
        color: #27399c;
        text-decoration: none;
    }

.locDirections a {
    background: #01385e;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}

.qrCode img {
    margin: 0 auto;
}

.concierge img {
    width: 25%;
}

@media screen and (max-width: 47.9375em) {
    .concierge img {
        width: 505%;
    }
}

ul.termsInnerList {
    margin-left: 30px;
}

.btnLinkHeader {
    background: #d40e0e;
    color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    border-width: 0px;
}

.required > .control-label:before, .DataElementLabel:before {
    color: transparent
}

.programUpdateDiv div {
    height: 700px;
}

.programUpdateDiv .ubc-named-resource-pdf {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.ubc-wait-icon {
    display: inline-block;
    height: 65px;
    width: 128px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 5px;
    background-image: url(/Resources/Images/ajax-loader.gif);
    background-size: 50%;
}

    .ubc-wait-icon.customLoader {
        left: 40%;
        position: relative;
        background-size: 35%;
    }

#IMPInfo ul.listItemBullet {
    margin: 0;
    margin-top: 5px;
}

#IMPInfo .listItemBullet li {
    font-weight: normal;
    font-size: 20px;
}

@media only screen and (max-width: 47.9375em) {
    .utility {
        height: auto;
    }

        .utility .utilLinks .break .text-danger {
            white-space: nowrap;
        }

    .icon-bar {
        position: relative;
    }

    .noticeBanner .alert.alert-danger {
        margin-top: 15px;
        line-height: 1.5em;
    }

    .alertHeader.mobileHeader {
        color: #930500;
        vertical-align: middle;
    }

        .alertHeader.mobileHeader:before {
            content: "\f071";
            font-family: "Font Awesome 5 Free";
            margin-right: 10px;
            vertical-align: initial;
        }

    .content {
        padding: 0;
    }

    .wellFooter .footer {
        margin-top: 20px;
    }

    .footer .footer-right, .footer .footer-left {
        padding-bottom: 15px;
    }

    .resources > i {
        display: inline-block;
    }

    .resources a {
        display: table;
    }

        .resources a i {
            display: table-cell;
            padding-right: 10px;
        }

    .steps-container .stepText {
        padding-left: 0;
    }

    .content div#Auth0Col {
        width: 70% !important;
    }
}

a[data-ubc-action-id="ForgotUsername-1"] {
    display: none;
}

[data-ubc-form-name="UpdateAccountForm"] a[data-ubc-action-id="ForgotUsername-1"] {
    display: inline;
}

.form-group .radio label {
    pointer-events: none;
}

    .form-group .radio label:before {
        pointer-events: auto;
    }

div[data-ubc-ajax-service-name="DesigneeContainer"] .frmContainerDisplay .Action #RegisterPatientLink {
    display: none;
}

/* TroubleshootingTips */
li#troubleshootingTips a {
    color: white;
    background-color: #27399c;
}

    li#troubleshootingTips a:hover {
        color: #20222e;
        background-color: #b4bad9;
    }
