* {
    margin: 0;
    padding: 0;
}

html {
    background: #fff;
}

body {
    font: 14px/1.3 Calibri, Verdana, Geneva, arial, sans-serif;
    font: 18px "Open Sans", Arial, Calibri, sans-serif;
    color: #333;
}


/* ====== BOOTSTRAP OVERRIDES    =========*/

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

a {
    color: #5a4985;
    font-weight: 400;
    text-decoration: underline;
}

    a:hover,
    a:focus {
        color: #7250c8;
        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: #002c5f;
}

.navbar-nav {
    float: none;
    margin-bottom: 10px;
    padding-left: 20px;
}

.nav li {
    padding: 0;
}

    .nav li:after {
        content "|";
        color: #fff;
    }

    .nav li:last-child {
        float: right;
        padding-right: 0;
        margin-right: 30px;
    }

.nav > li > a {
    padding-right: 0;
}

@media only screen and (min-width: 1025px) {
    .nav li {
        padding: 10px 0px;
        text-align: center;
    }
}

@media only screen and (min-width: 1025px) {
    .navbar-nav {
        /* margin-right: 30px; */
    }
}

@media only screen and (max-width: 47.9375em) {
    .navbar.navbar-default {
        min-height: 0;
        padding-bottom: 0;
        margin: 0 -15px;
    }

    .navbar-nav {
        float: none;
    }

    .nav li {
        margin: 0;
        padding-left: 15px;
    }

        .nav li:last-child {
            float: none;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }
}

.navbar-default {
    /* background: #fff; */
    background: #e61f76;
    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: #e61f76;
        color: #fff;
        border-bottom: 2px solid;
        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: #0976e3;
        }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        font-weight: normal;
        font-size: 20px;
        padding-left: 0;
        text-decoration: none;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
        }

        .navbar-default .navbar-nav > li > a.loginLink {
            border: 1px solid #fff;
            border-radius: 5px;
            padding: 5px 15px;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            margin-top: 15px;
        }

@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: #fff;
    color: #e61f76;
}

.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: #15bef0;
            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;
    padding: 5px;
    border-top: 0;
}

.input-sm,
.form-group-sm .form-control,
.ubc-dat-input-date.hasDatepicker {
    font-size: 18px;
    font-weight: normal;
    height: 36px;
    border-radius: 0;
}

    .form-control:focus,
    .ubc-dat-input-date.hasDatepicker:focus {
        border-color: #002c5f;
        /* box-shadow: none;  */
    }


    /*  FORM FIELDS FOCUS    */

    .input-sm:focus,
    .form-group-sm .form-control:focus,
    .ubc-data-input-date:focus,
    .ubc-data-input-date:active,
    .input-sm:active,
    .form-group-sm .form-control:active {
        background: #efecf5;
        border: 0;
        box-shadow: none;
        border-bottom: 2px solid #5a4985;
        outline: 0;
    }

.has-error .form-control:focus {
    background: #fff;
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #cc0000;
}

.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;
}


/*  FORM FIELDS DISABLED    */

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: #999;
}

.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: 3px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 10px 25px;
    text-transform: uppercase;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 0 /* for IE */
    }

.btn-success {
    background-image: url('');
    background: transparent;
    background: #5a4985;
    border-color: #5a4985;
}

    .btn-success:hover,
    .btn-success:focus {
        background: #6f57ab;
        border-color: #6f57ab;
    }

.btn-default,
.modal button.btn-primary {
    background: #e61f76;
    border-color: #e61f76;
    background: #5a4985;
    border-color: #5a4985;
    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: #6f57ab;
        color: #fff;
        border: 1px solid #6f57ab;
    }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #990E0E;
    color: #fff;
}

.btn-default-invert {
    background: #fff;
    color: #00b2a9;
    border-color: #00b2a9;
    font-weight: bold;
}

    .btn-default-invert:hover,
    .btn-default-invert:active,
    .btn-default-invert:focus {
        background: #00b2a9;
        color: #fff border-color: #00b2a9;
        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: #007db4;
    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;
    }
}

.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 {
        padding-left: 20px !important;
    }

    .radio div,
    .checkbox div {
        display: inline-block;
        /* width: 75px; */
    }

.form-group {
    position: relative;
}

    .form-group label {
        margin-bottom: 5px;
    }

.alert {
    font-size: 18px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 600;
}

    .alert.alert-info {
        background: #fff;
        border-left: 5px solid #5a4985;
        color: #5a4985;
    }

    .alert.alert-danger {
        background: #fceeee;
        color: #cc0000;
        border-left: 5px solid #cc0000;
    }

    .alert.alert-warning {
        background: #fcf2ee;
        border-left: 5px solid #ff681d;
        color: #ff681d;
    }

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .well {
        margin: 0;
        padding: 10px 5px;
    }
}

.has-error .form-control {
    border-color: #ff0000;
}


/* ======   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 {
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
    color: #333;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
}

    p.blockText {
        line-height: 28px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

        p.blockText + ul,
        p + ul {
            margin-top: -10px;
        }

h1 {
    color: #5a4985;
    font-weight: normal;
    margin: 15px 0;
}

h1 {
    font-size: 32px;
}

    h1 small {
        color: inherit;
    }

@media only screen and (max-width: 47.9375em) {
    h1 {
        width: 100%;
    }
}

h1,
h2,
.title {
    font-family: "Source Sans Pro", Arial;
    font-size: 36px;
    font-weight: 500;
    color: #4e748a;
    line-height: 28px;
    margin: 30px 0 15px;
}

h2 {
    font-size: 24px;
}

.frmContainerBanner h2 {
    color: #000;
    margin-bottom: 10px;
    padding-top: 0;
}

h3 {
    color: #545454;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
}

ul {
    margin-left: 20px;
    padding-left: 0;
}

li {
    margin: 0 0 0 20px;
    padding: 5px 0;
}

@media only screen and (max-width: 47.9375em) {
    ul {
        margin-left: 0;
    }
}

.background {
    background: #ffffff;
}

.page-content {
    position: relative;
    margin: 0px 0 60px 0;
    padding: 0 35px;
}

@media only screen and (max-width: 47.9375em) {
    .page-content {
        padding: 15px;
    }
}

.page-contentGrey {
    background: #eee;
}

.page-wrap {
    margin: 0 auto;
    padding: 0 0 60px 0;
    padding: 0 15px 60px 15px;
}

.pageHeader {
    color: #4e748a;
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 1em;
}

.tmLarge {
    font-size: 16px;
    vertical-align: top;
}

.pageHeader.prescriber,
.bkgdPrescriber {
    color: #83931e;
    background: #f0f5cf;
    padding: 10px;
}

.pageHeader.pharmacy {
    color: #00908b;
    background: #d8f1f0;
    padding: 10px;
}

.pageHeader.patient {
    color: #586475;
    background: #e4e9f1;
    padding: 10px;
}

.pageHeader i {
    /*  border: 3px solid;
    border-radius: 100%;
    padding: 10px;   */
}

.pageTitle {
    color: #5e6c85;
    font-weight: 600;
    margin: 10px 0 5px 0px;
    font-size: 42px;
    margin-top: 0;
}

.pageSubTitle {
    color: #4e748a;
    font-weight: 300;
    font-size: 36px;
}

@media only screen and (max-width: 47.9375em) {
    .pageTitle,
    .pageSubTitle {
        text-align: center;
    }
}

.subHeading {
    color: #5a4985;
    font-weight: 700;
    margin: 30px 0 5px;
    font-size: 32px;
    line-height: 1em;
}

.page-header h1 small {
    display: block;
    margin-top: 5px;
}

.logo {
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    float: left;
    width: 320px;
}

@media only screen and (max-width: 1024px) {
    .logo {
        width: auto;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .logo {
        width: 200px;
        border-right: 0;
        margin: 20px auto;
    }
}

.header {
    /* if using fixed position navigation */
    margin-top: 160px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e5e8eb;
    padding: 0 30px 20px;
}

@media only screen and (max-width: 1023px) {
    .header {
        margin: 180px 0 30px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .header {
        margin-top: 150px;
        margin-bottom: 0;
    }
}

.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;
}

.docText {
    color: #5a4985;
    font-weight: 600;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

a.btnLink {
    background: #0a5e7c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 20px 30px;
    display: inline-block;
    margin: 30px 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

    a.btnLink:focus,
    a.btnLink:hover,
    a.btnLink:active {
        background: #40A49E;
    }


/* UTILITY NAV */

.utility {
    background: #4e738a;
}

@media only screen and (max-width: 47.9375em) {
    .utility {
        margin: 0px -15px 0;
    }

        .utility button {
            display: block;
            width: 100%;
        }
}

.well.utilNav {
    background: #f3f3f3;
    background: #002c5f;
    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;
    text-align: right;
    padding: 10px 15px;
    margin-bottom: 0;
    margin-top: 0;
}

    ul.utilLinks li {
        display: inline;
        font-size: 14px;
        padding-left; 0;
        margin-left: 0;
    }

@media only screen and (max-width: 47.9375em) {
    ul.utilLinks {
        padding: 0;
        margin: 0;
        padding: 5px 15px;
        width: 100%;
        text-align: center;
    }

        ul.utilLinks li {
            padding: 5px;
            text-align: center;
            font-size: 12px;
            display: block
        }
}

ul.utilLinks li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

ul.utilLinks li:after {
    content: "|";
    padding-left: 10px;
    padding-right: 5px;
    color: #fff;
}

ul.utilLinks li:last-of-type:after {
    content: " ";
    padding-left: 10px;
    padding-right: 5px;
}

@media only screen and (max-width: 47.9375em) {
    ul.utilLinks li:after {
        content: "";
    }
}

ul.utilLinks li a:hover {
    color: #40a4c8;
}

.utility .btnContainer {
    padding-top: 0;
}


/* ===   BOTTOM CONTENT  DISCLAIMER    === */

.well.bottomContent {
    background: #c3c5c6;
    background: #002c5f;
    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: 0px auto;
    padding: 0;
    clear: both;
    /*width: 970px;*/
    min-height: 300px;
}

#logoContainer {
    border: 2px solid #009966;
    height: 300px;
    text-align: center;
    background-color: #009966;
    color: white;
    font-size: 30px;
}

.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;
}


/*  ====    MATERIALS    ====== */

.well.materials {
    background: #e5e8eb;
    position: relative;
    margin-bottom: 0;
    z-index: 99;
}

.material {
    width: 100%;
    position: relative;
    text-align: center;
}

.materialStakeholder {
    padding: 15px;
    margin-bottom: 15px;
}

.materialTitle {
    font-weight: bold;
    font-size: 24px;
    font-family: Arial;
    margin-bottom: 10px;
    padding: .2em 0 .5em 0;
}

.materialStakeholder:nth-of-type(1) {
    background: #d1d7de;
}

.materialStakeholder:nth-of-type(2) {
    background: #bec6d0;
}

.materialLink {
    padding: 10px 0;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .materialLink a,
    .materialLink a:hover {
        font-family: Arial;
        font-weight: normal;
        font-size: 16px;
        text-decoration: none;
        display: inline-block;
        margin: 0 10px;
    }

.logoSwirl {
    background: url(swirl.png) bottom right no-repeat;
    position: absolute;
    height: 500px;
    width: 100%;
    right: 0;
    opacity: .2;
    top: -90px;
}

@media only screen and (max-width: 47.9375em) {
    .material {
        display: block;
        width: 100%;
        position: relative;
    }

    .materialStakeholder {
        display: block;
        padding: 15px;
    }

        .materialStakeholder:nth-of-type(1),
        .materialStakeholder:nth-of-type(2) {
            width: 100%;
        }
}

@media only screen and (max-width:1023px) {
    .logoSwirl {
        display: none;
    }
}


/*  ====    HOME PAGE ====== */

.navigation {
    /* border-top: 8px solid #97a4b4; */
    ..background: #e61f76;
    /* fixed postion */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

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: 0;
    margin-top: 10px;
    padding-left: 10px;
}

    ul.listItemBullet li {
        xfont-size: 16px;
        list-style: none;
        margin: 0;
        padding: 0 30px 5px 0;
        text-indent: -10px;
    }

        ul.listItemBullet li:before,
        ul.listItemBullet li ul li ul li:before {
            content: " ";
            width: 7px;
            height: 7px;
            background: #666;
            border-radius: 100%;
            display: inline-block;
            position: relative;
            top: -1px;
            margin-right: 16px;
            margin-left: -17px;
        }

        ul.listItemBullet li ul {
            padding-top: 5px;
            margin-left: 0;
        }

    ul.listItemBullet > li > ul > li {
        margin-left: 30px;
        padding-bottom: 5px;
        text-indent: 0px;
        padding-left: 0;
        margin-left: 20px;
    }

    ul.listItemBullet li ul li:before {
        content: " ";
        width: 9px;
        height: 9px;
        background: #fff;
        border: 2px solid #666666;
        border-radius: 100%;
        display: inline-block;
        position: relative;
        top: -1px;
        margin-right: 10px;
        margin-left: -20px;
    }

    ul.listItemBullet > li > ul > li > ul {
        margin-left: 15px;
    }

        ul.listItemBullet > li > ul > li > ul > li {
            margin-left: 15px;
            padding-bottom: 5px;
        }

@media only screen and (max-width: 47.9375em) {
    ul.listItemBullet {
        padding-left: 10px;
    }

        ul.listItemBullet li {
            margin-left: 20px;
            padding-right: 0;
        }
}

ul.listItemBullet.listItemForm {
    margin-left: 60px;
}

    ul.listItemBullet.listItemForm li {
        color: #606c85;
        font-size: 20px;
    }

.listItemForm p {
    margin: 10px 0;
}

.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: 60px;
    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: #002c5f;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.stepsContainer {
    margin: 30px 0 60px;
}

.steps {
    text-align: center;
    min-height: 250px;
    border-right: 1px solid #aaa;
    padding-right: 15px;
    margin-bottom: 15px;
}

    .steps.noBorderRight {
        border-right: 0;
    }

    .steps.step3,
    .steps.step4 {
        text-align: center;
        min-height: 250px;
        border-right: 0;
    }

.stepNum {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    background: #666;
    display: inline-block;
    border-radius: 100%;
    height: 90px;
    width: 90px;
    padding: 4px;
}

.step1 .stepNum {
    background: #e91f76;
}

.step2 .stepNum {
    background: #97d1dc;
    background: #5ea7b5;
}

.step3 .stepNum {
    background: #5a4985;
}

.stepText {
    font-size: 20px;
    font-weight: 400;
}

.step1 .stepText,
.step1 .stepText a {
    color: #e91f76;
    text-align: none !important;
}

.step2 .stepText,
.step2 .stepText a {
    color: #97d1dc;
    color: #5ea7b5;
}

.step3 .stepText,
.step3 .stepText a {
    color: #5a4985;
}

.stepBubble {
    background: #5a4985;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}


    /* small   */


    /* .stepBubble:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 18px solid transparent;
    border-right: 18px solid #5a4985;
    border-left: 10px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: 0px;
    left: -20px;
}   */

    .stepBubble:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0px;
        vertical-align: middle;
        border-top: 28px solid transparent;
        border-right: 28px solid #5a4985;
        border-left: 20px solid transparent;
        border-bottom: 8px solid transparent;
        position: absolute;
        bottom: 0px;
        left: -40px;
    }

@media only screen and (max-width: 47.9375em) {
    .stepsContainer {
        margin-bottom: 0;
    }

    .steps {
        border-right: 0;
        min-height: 0;
        padding-bottom: 30px;
    }

        .steps.step3,
        .steps.step4 {
            min-height: 0;
        }

    .stepBubble:after {
        top: -25px;
        left: 10px;
    }
}

ul.pharmMaterials {
    list-style-type: none;
    display: table;
    border-spacing: 15px;
    margin-left: -15px;
}

    ul.pharmMaterials li {
        display: table-cell;
        border: 1px solid #000;
        padding: 15px;
        vertical-align: top;
        width: 50%;
    }

        ul.pharmMaterials li img {
            float: left;
            margin-right: 15px;
            width: 40px;
        }

        ul.pharmMaterials li.hcp {
            font-weight: 700;
            font-size: 28px;
            line-height: 28px;
            color: #333;
        }

@media only screen and (max-width: 47.9375em) {
    ul.pharmMaterials {
        display: block;
        width: 100%;
        border-spacing: 0;
        margin: 0;
    }

        ul.pharmMaterials li {
            display: block;
            width: 100%;
            margin: 10px 0;
        }
}


/*  === 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: #000;
        font-weight: 600;
    }

    .containerEmphasis ul.listItemGreen li ul li:before {
        background: transparent;
    }

    .containerEmphasis p.blockText {
        line-height: 28px;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0;
        padding: 15px 30px;
    }

    .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;
    }

.bkgdPrescriber {
    padding: 15px;
    background: #ecf0cf;
    /* leaf */
    xbackground: transparent;
}

.bkgdPharmacy {
    padding: 15px;
    xxbackground: #e9f1f8;
    /*   */
    background: #e5f5f5;
    /* emerald 25% */
    xbackground: transparent;
}

.bkgdPatient {
    padding: 15px;
    background: #f0f2f3;
    /* lt grey  */
    xbackground: transparent
}

.callout {
    margin: 0 0 30px 0;
    xxborder-spacing: 10px;
    width: 100%;
}

.calloutContent {
    xpadding: 30px;
    position: relative;
    margin-bottom: 45px;
    margin-top: 30px;
}

.calloutTitle {
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
    font-size: 24px;
}

    .calloutTitle.hdgUnderline {
        border-bottom: 3px solid;
        margin-bottom: 30px;
        padding-bottom;
        10px;
    }

.bkgdPrescriber .calloutTitle {
    border-color: #83931e;
    color: #83931e;
    color: #687612;
}

    .bkgdPrescriber .calloutTitle .stakeholder {
        color: #83931e;
        font-weight: 500;
        font-size: 28px;
    }

.bkgdPharmacy .calloutTitle {
    border-color: #00957d;
    color: #00957d;
}

    .bkgdPharmacy .calloutTitle .stakeholder {
        color: #00957d;
        font-weight: 500;
        font-size: 28px;
    }

.bkgdPatient .calloutTitle {
    border-color: #586475;
    color: #586475;
}

.calloutContent.bkgdPrescriber,
.calloutContent.bkgdPharmacy,
.calloutContent.bkgdPatient {
    text-align: center;
}

.patient .calloutTitle {
    border-color: #868f97;
}

.bkgdPatient .calloutTitle .stakeholder {
    color: #586475;
    font-weight: 500;
    font-size: 28px;
    ;
}

.callout ul {
    /* margin-left: 0; */
}

.calloutIcon i,
.calloutTitle i {
    border: 3px solid #526576;
    color: #526576;
    padding: 8px;
    border-radius: 100%;
    font-size: 20px;
    background: #fff;
}

.calloutIcon.calloutIconPrescriber i {
    color: #83931e;
    border-color: #83931e;
}

.calloutIcon.calloutIconPharmacy i {
    color: #00857d;
    border-color: #00857d;
}

.calloutIcon.calloutIconPatient i {
    color: #868f97;
    border-color: #868f97;
}

@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;
    }
}

.bkgdContact {
    background: #d1d7de;
    padding: 15px;
    margin: 15px 0;
}

.contactUs .calloutContent {
    text-align: center;
}

.contactUs .calloutTitle {
    border-color: #526576;
    color: #526576;
}

.contactUs .calloutText {
    text-align: center;
}

.btnHome {
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
}

a.btnHomePrescriber,
a.btnPrescriber {
    background: #83931e;
    border-radius: 3px;
    border: 2px solid #83931e;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    margin: 15px 0;
    text-decoration: none;
}

    a.btnHomePrescriber:hover,
    a.btnPrescriber:hover {
        background: #9bab32;
        border-color: #9bab32;
        text-decoration: none;
    }

a.btnHomePharmacy,
a.btnPharmacy {
    background: #00857d;
    border-radius: 3px;
    border: 2px solid #00857d;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    margin: 15px 0;
    text-decoration: none;
}

    a.btnHomePharmacy:hover,
    a.btnPharmacy:hover {
        background: #129f97;
        border-color: #129f97;
        text-decoration: none;
    }

a.btnHomePatient,
a.btnPatient {
    background: #868f97;
    border-radius: 3px;
    border: 2px solid #868f97;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    margin: 15px 0;
    text-decoration: none;
}

    a.btnHomePatient:hover,
    a.btnPatient:hover {
        background: #abb3ba;
        border-color: #abb3ba;
        text-decoration: none;
    }


/* === PRESCRIBERS   ==== */

ol.numItemPrescriber {
    list-style: none;
    counter-reset: item;
}

    ol.numItemPrescriber li {
        counter-increment: item;
        color: #606c85;
        font-weight: 400;
        font-size: 20px;
        padding-left: 20px;
        padding-top: 0;
    }

        ol.numItemPrescriber li:before {
            margin-right: 10px;
            content: counter(item) ".";
            border-radius: 100%;
            color: #606c85;
            width: 1em;
            text-align: center;
            display: inline-block;
        }

    ol.numItemPrescriber > li > ol {
        list-style-type: lower-alpha;
    }

    ol.numItemPrescriber > li ol li {
        margin: 0;
        padding: 0 0 0 2em;
        text-indent: -2em;
        counter-increment: itemSub;
    }

ul.listItemBullet.aligned li {
    font-weight: bold;
    margin-left: 20px;
}

    ul.listItemBullet.aligned li:before {
        margin-left: -17px;
    }

ol.listItemNumAlpha {
    list-style-type: decimal;
    padding-right: 100px;
}

    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) ".";
        }


/* == 	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: -26px;
        list-style-type: none;
        counter-increment: item;
    }

        ol.numItemPeriod > li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            text-align: right;
            content: counter(item) ".";
            color: #d91046;
        }


/* ====     PHARMACIES   ======= */

.stepsPharmacy {
    padding-top: 20px;
}

    .stepsPharmacy .step {
        position: relative;
    }

.stepNumPharm {
    background: transparent;
    position: absolute;
    z-index: 99;
    top: -10px;
    left: -8px;
}

.stepHdgPharm {
    background: #0976e3;
    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;
    }
}


/* Login */

.frmContainer.loginContainer {
    background: transparent;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: 8px 0 18px -3px #979a9c;
}

    .frmContainer.loginContainer h2 {
        text-align: center;
    }

    .frmContainer.loginContainer button {
        display: block;
        width: 100%;
    }

    .frmContainer.loginContainer .btnContainer button {
        width: 100%;
    }

.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-family: Lato, Calibri, Arial, sans-serif;
    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;
    }

.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%;
    }
}


/* Footer */

.wellFooter {
    background: #526576;
    margin: 0;
    padding-bottom: 30px;
    /*margin-top: 30px;*/
}

.logoParent {
    margin-right: 30px;
}

    .logoParent img {
        float: right;
        margin: 20px 0;
    }

.footer {
    background: #526576;
    padding: 15px;
}

    .footer p {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
        padding: 10px 0;
        text-align: left;
        line-height: 18px;
    }

        .footer p a {
            color: #accd34;
            /* leaf */
            color: #a5c8e4 /* sky   */
        }

    .footer ul {
        margin: 0 auto;
        padding: 0 0 0 0;
    }

    .footer a:active,
    .footer a:focus {
        text-decoration: none;
    }

    .footer ul li {
        color: #fff;
        display: inline;
        font-size: 14px;
        margin: 0;
        vertical-align: top;
    }

    .footer ul.docLinks li {
        padding-left: 15px;
    }

    .footer ul.docLinks {
        margin: 0;
        padding-top: 5px;
        text-align: right;
    }

        .footer ul.docLinks li a {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
        }

    .footer p.copyright {
        margin-top: 60px;
        text-align: center;
    }

@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 #002c5f;
    padding-top: 15px;
}

    .footerParent p {
        font-size: 14px;
    }

.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-family: Calibri, san-serif;
        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.action:hover,
    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: #fff;
    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 #007db4;
    border-bottom: 1px solid #007db4;
    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: #5b89c3;
}

.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;
}

.form-group.SecurityCaption .secInstructions {
    font-size: 90%;
}


/* =======================================   */


/* =======================================   */

#ValidationSummary li {
    color: red;
    cursor: pointer;
    list-style: none;
    text-align: left;
}

a.navLink {
    color: #005a9c;
    text-decoration: none;
    cursor: pointer;
}

    a.navLink:hover {
        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;
    border-radius: 3px;
    padding: 15px;
}

.frmContainerSecondary {
    border-top: 40px solid #526576;
}

.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: 15px 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 #005a9c;
    color: #005a9c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.frmGroupDisplay {
    margin-bottom: 10px;
}

.frmSectionContainer {
    background: #eee;
    margin-bottom: 30px;
    padding: 15px;
}

.frmSectionHeader {
    background: #0976e3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 1px;
    padding: 10px;
    text-transform: uppercase;
}

.frmSectionSubHeader {
    background: #0976e3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 1px;
    padding: 10px;
    text-transform: uppercase;
}

.frmSectionFields {
    padding: 15px;
}

.frmGroupContainer {
    background: #e4e2eb;
    margin-bottom: 20px;
    padding: 10px;
}

.frmHeaderInvert {
    color: #fff;
    background: #5a4985;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: bold;
    margin: 15px -30px;
    margin-top: 0;
    position: relative;
    border-right: 15px solid #442f78;
    border-left: 15px solid #442f78
}

.frmHeaderInvert2 {
    color: #5a4985;
    background: #d1c9e1;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    margin: 15px -30px;
    margin-top: 0;
    position: relative;
    border-right: 15px solid #83789d;
    border-left: 15px solid #83789d;
}

.frmSubHeader {
    color: #fff;
    background: #002c5f;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #0976e3;
    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 #002c5f;
    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: 20px;
    font-weight: 400;
    color: #606c85;
    margin: 10px 0 15px;
}

.frmTitle {
    color: #5a4985;
    font-size: 34px;
    font-weight: 700;
    padding: 30px 0;
    line-height: 1em;
}

.txtInstructions {
    color: #565a5c;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}

.frmDividerSolid {
    border-bottom: 2px solid #b2c43f;
    margin: 30px 0;
}

.frmDividerDotted {
    border-bottom: 2px dotted #5a4985;
    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 {
    position: absolute;
    margin-left: -30px;
    margin-top: 3px;
}

.required > .control-label span:before,
.DataElementLabel: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: 18px;
    font-weight: 600;
}

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;
}

.sectionContainer {
    background: #eee;
    margin-bottom: 30px;
    padding: 15px;
}

.sectionHeader {
    color: #4e748a;
    font-size: 46px;
    font-weight: 400;
    padding-top: 30px;
    padding-left: 20px;
    margin: 0 0 30px;
}

.sectionSubHeader {
    background: #5a4985;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    padding: 5px 25px;
    margin-bottom: 15px;
}

.sectionTitle {
    font-size: 32px;
    font-weight: 700;
    color: #5a4985;
    margin: 10px 0 10px;
    line-height: 1em;
}

.sectionSubTitle {
    font-size: 30px;
    color: #333;
    padding-bottom: 10px;
}

.sectionContent {
    padding: 25px;
}

@media only screen and (max-width: 47.9375em) {
    .sectionContent {
        padding: 10px;
    }
}


/*  =======================================       */

.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;
}

.noMarginBottom {
    margin-bottom: 0 !important;
}

.action:hover {
    text-decoration: none;
}

.hyperlink {
    text-decoration: underline;
    color: #6698C2;
}

    .hyperlink:hover {
        color: #316784;
        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: #5B89c3;
            border-color: #3872bd;
        }

    .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;
        }

.checkbox div {
    padding-bottom: 5px;
}

.radio label,
.checkbox label {
    padding-left: 0px !important;
    padding-right: 20px;
}

@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 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.txtStandOut {
    font-weight: bold;
    font-size: 110%
}

.txtSpaced {
    line-height: 36px;
    font-size: 20px;
}

.txtNoWrap {
    white-space: nowrap;
}

.enrollment-container {
    border: 1px solid #DDDDDD;
    background-color: #FCFCFC;
    padding: 20px;
}


    /*.enrollment-container h3 {
   color: #005a9c;
   font-size: 18px;
   font-weight: bold;
   margin-top: 20px;
   margin-bottom: 0;
   text-transform: uppercase;
}*/

    .enrollment-container hr {
        margin-top: 10px;
        border: 1px solid #005a9c;
    }

.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 #005a9c;
    color: #005a9c;
    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;
}


/* =====    MODAL   WINDOWS   ===== */

.modal-content {
    border: 5px solid #5a4985;
    padding: 15px;
}

.modal-header {
    /* font-family: 'Julius Sans One', sans-serif; */
    color: #00857d;
    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;
        /* font-family: "Julias Sans One"; */
    }

        .modal-header .close:active {
            border: 0;
        }

        .modal-header .close:hover {
            color: #000;
            filter: Alpha(Opacity=90);
            opacity: .9;
        }

.modal-title {
    font-size: 32px;
    color: #5a4985;
}

.modal-body {
    padding: 15px 0;
    line-height: 1em;
}

.modal-footer {
    padding: 15px 0;
    border: 0;
}

.modal button.btn-default {
    background: #005a9c;
    border-color: #005a9c;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    text-shadow: none;
}


/*  CONTACT US    */

.contactUs {
}

.contactBlock {
    background: #565a5c;
    box-shadow: 0 6px 2px -2px #666;
    height: 270px;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}

.contactBlock_hdg {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 50px;
    padding-bottom: 40px;
}

.contactBlock_content {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.contactBlock_icon {
    position: absolute;
    top: 25%;
    top: 20%;
    left: 35%;
    color: #fff;
    opacity: .3;
    font-size: 120px;
}

.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;
}

.btnEnroll {
    text-align: center;
    margin: 15px 0 30px;
}

    .btnEnroll button {
        font-size: 24px;
        padding: 30px 60px;
    }

.loginDivider {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #00857d;
    color: #0092bd;
    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 {
    background-color: #f3f3f3;
    position: relative;
    top: -29px;
    display: table;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #00857d;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    padding-top: 23px;
    text-transform: uppercase;
    font-size: 24px;
    background: #00857d;
    color: #fff;
}

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.listItemPrescriber {
    list-style: none;
    margin-top: 10px;
}

    ul.listItemPrescriber li {
        font-size: 16px;
        list-style: none;
        margin: 0;
        margin-left: 20px;
        padding: 0;
        padding-bottom: 10px;
        xxtext-indent: -15px;
    }

        ul.listItemPrescriber li:before {
            content: " ";
            width: 7px;
            height: 7px;
            background: #83931e;
            border-radius: 100%;
            display: inline-block;
            position: relative;
            top: -3px;
            margin-right: 10px;
            margin-left: -17px;
        }

        ul.listItemPrescriber li ul {
            padding-top: 5px;
            padding-left: 5px;
        }

            ul.listItemPrescriber li ul li {
                margin-left: 15px;
                padding-bottom: 5px;
                width: 90%;
            }

                ul.listItemPrescriber li ul li:before {
                    content: " ";
                    width: 9px;
                    height: 9px;
                    background: #fff;
                    border: 2px solid #83931e;
                    border-radius: 100%;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    margin-right: 10px;
                    xxxmargin-left: 15px;
                }

ul.listItemPatient {
    list-style: none;
    margin-top: 10px;
}

    ul.listItemPatient li {
        font-size: 16px;
        list-style: none;
        margin: 0;
        margin-left: 20px;
        padding: 0;
        padding-bottom: 10px;
        xxtext-indent: -15px;
    }

        ul.listItemPatient li:before {
            content: " ";
            width: 7px;
            height: 7px;
            background: #526576;
            border-radius: 100%;
            display: inline-block;
            position: relative;
            top: -3px;
            margin-right: 10px;
            margin-left: -17px;
        }

        ul.listItemPatient li ul {
            padding-top: 5px;
            padding-left: 5px;
        }

            ul.listItemPatient li ul li {
                margin-left: 15px;
                padding-bottom: 5px;
                width: 90%;
            }

                ul.listItemPatient li ul li:before {
                    content: " ";
                    width: 9px;
                    height: 9px;
                    background: #fff;
                    border: 2px solid #526576;
                    border-radius: 100%;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    margin-right: 10px;
                    xxxmargin-left: 15px;
                }

.frmDividerPharmacy {
    border-bottom: 2px solid #00908b;
    margin: 30px 0;
}

.frmDividerPatient {
    border-bottom: 2px solid #5c6475;
    margin: 30px 0;
}

.resources {
    border: 1px solid;
    border-bottom: 0;
}

.resourceItem {
    display: table;
    width: 100%;
    min-height: 150px;
}

    .resourceItem.altBkgd {
        background: #ebecf0;
        border-bottom: 1px solid;
        background: #eee;
    }

.resourceStakeholder {
    padding-left: 15px;
    display: table-cell;
    width: 50%;
    color: #5f6c84;
    font-weight: 700;
    font-size: 32px;
    vertical-align: middle;
    border-right: 1px solid;
}

.resourceList {
    display: table-cell;
    vertical-align: middle
}

.contact {
    text-align: center;
}

.contactTitle {
    margin-top: 40px;
    color: #6b6b6b;
    font-size: 30px;
}

.contactType {
    color: #6b6b6b;
    font-size: 26px;
}

.maninBullet {
    margin-bottom: 0;
    list-style-type: disc;
}

.MarginCustom {
    margin: -11px -1px 10px 2px;
}


.hyphen-list {
    list-style-type: none !important; /* Remove the default bullets */
    margin-left: -20px !important;
}

    .hyphen-list li {
        position: relative;
        padding-left: 1em; /* Space for the hyphen */
    }

        .hyphen-list li::before {
            content: "-" !important;
            position: absolute;
            left: 0;
        }

.stepText a {
    text-decoration: none !important;
}

/**************************************************************************************************/
/****************************** Overriden and Added Styles *******************************/
#prescriberEnrollmentDiv ol {
    color: #606c85 !important;
    padding-left: 0;
    margin: 0;
}

.paddingLeft-0 {
    padding-left: 0;
}

.marginTop-0 {
    margin-top: 0;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.marginLeft-0 {
    margin-left: 0;
}

#PrescriberDetails .Credentials div div,
#PrescriberDetails .Specialty div div,
#PrescriberDetails .CommunicationMethodId div div,
#PrescriberDetails .TimeOfContactId div div {
    margin-right: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
    position: static;
}

.steps .stepNum.clickable {
    cursor: pointer;
}