* {
    margin: 0;
    padding: 0;
}

html {
    background: #fff;
}

body {
    font: 18px Arial, Calibri, sans-serif;
    color: #333;
    background: #e5e5e5;
    transition: background-color 1000ms linear;
}
/* ====== BOOTSTRAP OVERRIDES    =========*/
@media (min-width: 1200px) {
    .container {
        xxwidth: 1170px;
        width: 1270px;
    }
}

a {
    color: #0086b6;
}

    a:hover,
    a:focus {
        color: #40a4c8;
        outline: 0;
        xxxtransition: color 400ms linear;
    }

.navbar-toggle {
    background: #fff;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #2926a9;
    background: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #03853d;
    position: relative;
}

.navbar-default .navbar-toggle {
    border-color: #05582a;
    border-width: 3px;
}

.navbar-nav {
    float: left;
    width: 100%;
    /* margin-left: 30px;
    margin-top: 25px;  */
}

@media only screen and (min-width: 1025px) {
    .navbar-nav {
        /* margin-right: 30px; */
        width: 100%;
    }
}

@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;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: transparent;
    }
}

.navbar-default {
    background: #82c341; /* Old browsers */
    background: -moz-linear-gradient(left, #82c341 0%, #01843d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #82c341 0%, #01843d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #82c341 0%, #01843d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82c341', endColorstr='#01843d', GradientType=1); /* IE6-9 */

    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
    .navbar-default {
        float: none;
    }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    overflow: hidden;
    padding: 0;
    margin-right: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #333;
    filter: none; /* ie9 */
}

    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        filter: none; /* ie9 */

        color: #000;
        outline: 0;
        transition: color 1500ms linear;
    }


.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: transparent;
    box-shadow: none;
}

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        border: 0;
        background: transparent;
        color: #fff;
    }

.navbar-nav > li {
    margin-left: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 16%;
    xwhite-space: nowrap;
    text-align: center;
    height: 65px;
}

    .navbar-nav > li:last-of-type {
        border-right: 0;
    }

@media (min-width: 768px) {
    .navbar-nav > li {
        width: 33%;
    }
}

@media only screen and (max-width: 47.9375em) {
    .navbar-nav > li {
        margin-left: 5px;
        margin-bottom: 0px;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #fff;
        height: auto;
    }
}

.navbar-default .navbar-nav > li > a {
    background: transparent;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 3px;
}
    /* @media only screen and (min-width: 1025px) {
   .navbar-default .navbar-nav > li > a,
      .navbar-default .navbar-nav > li.active > a{
    	padding-bottom: 60px;
	}
} */

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #000;
        background: transparent;
        outline: 0;
        xxxtransition: color 1200ms linear;
    }

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.focus > a {
    color: #000;
}

@media only screen and (min-width: 1025px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li.active > a {
        padding: 20px 0;
    }

    .navbar-nav > li > .dropdown-menu,
    .navbar-nav > li.active > .dropdown-menu {
        margin-top: 0px;
    }
}


.navbar-brand {
    padding: 0;
}

.navbar-nav > li > .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
}

.navbar-nav > li.active > .dropdown-menu {
    xmargin-top: -50px;
    margin-top: 0;
}

.dropdown-menu > li {
    margin-left: 0;
    /*margin-right: 5px;
   margin-left: 5px;   */
    font-size: 18px;
    background: #82c341;
    padding: 0;
}

    .dropdown-menu > li > a {
        font-size: 20px;
        padding: 15px;
        color: #fff;
        white-space: normal;
        text-align: center;
    }


        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            background: transparent;
            color: #000;
        }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    /* 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 {
        padding: 10px 30px;
        border-radius: 0;
        font-size: 18px;
        background: #614974;
        border: 1px solid #614974;
        color: #fff;
    }

    .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: #02843d;
        border-color: #02843d;
        box-shadow: none;
        color: #fff;
        font-weight: normal;
        outline: 0;
    }

    .nav-tabs > li > a.active,
    .nav-tabs > li > a:hover {
        background-color: #02843d;
        border: 1px solid #02843d;
        color: #fff;
        /* opacity: .85; */
    }

.tab-content {
    border: 1px solid #cfced0;
    padding: 5px;
    border-top: 0;
}

.input-sm,
.form-group-sm .form-control {
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    border-radius: 0;
    border: 1px solid #988168;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 36px;
}

.input-sm:focus,
.form-group-sm .form-control:focus,
.input-sm:active,
.form-group-sm .form-control:active {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #63513d;
    outline: 0;
    background: #f8f5f3;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: #999;
}

.btn,
button {
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 10px 25px;
    white-space: normal;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 0 /* for IE */
    }

.btn-success {
    background-image: none;
    background: transparent;
    background: #ba00ff;
    border-color: #ba00ff;
}

    .btn-success.active.focus,
    .btn-success.active:focus,
    .btn-success.active:hover,
    .btn-success:active.focus,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active {
        background-image: none;
        background: #c97de5;
        border-color: #c97de5;
    }


.btn-default,
.modal button.btn-primary,
.modal button.btn-default {
    background: #dc8633;
    border-color: #dc8633;
    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,
    .modal button.btn-default:hover,
    .modal button.btn-default:focus .modal button.btn-default:active {
        color: #fff;
        background: #f87e07;
        border: 1px solid #f87e07;
        transition: background-color 800ms linear;
    }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #990E0E;
    color: #fff;
}

.btn-default-invert {
    background: #fff;
    color: #00a03b;
    border-color: #00a03b;
    font-weight: bold;
}

    .btn-default-invert:hover,
    .btn-default-invert:active,
    .btn-default-invert:focus {
        background: #00a03b;
        color: #fff;
        border-color: #00a03b;
        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: 20px;
}

.btnMarginLeft20 {
    margin-left: -20px;
}

.btnContainer {
    padding-top: 20px;
    text-align: right;
}

    .btnContainer.text-center {
        text-align: center !important;
    }

.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;
   margin-bottom: 15px;   */
    margin: 0 15px 15px;
}

    .radio label,
    .checkbox label {
        xxxpadding-left: 3px !important;
        padding-right: 35px;
    }

.form-group {
    position: relative;
    margin-bottom: 25px;
}

table .form-group {
    margin-bottom: 5px;
}

.form-group label {
    margin-bottom: 5px;
}

.alert {
    font-size: 16px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    line-height: 1.25em;
}

    .alert.alert-info {
        background: #e9f1f8;
        background: #fff;
        border-left: 5px solid #0f6eb2;
        color: #0f6eb2;
    }

    .alert.alert-danger {
        background: #fceeee;
        color: #cc0000;
        border-left: 5px solid #cc0000;
    }

    .alert.alert-warning {
        background: #fcf2ee;
        border-left: 5px solid #be6031;
        color: #be6031;
    }


@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;
    font-weight: 400;
    line-height: 1.5em;
}

    p.blockText {
        font-size: 22px;
        line-height: 1.25em;
        width: 98%;
    }

        p.blockText + ul {
            margin-top: -15px;
        }

@media only screen and (max-width: 47.9375em) {
    p.blockText {
        padding: 10px 0;
    }
}

h1,
h2 {
    color: #333;
    font-weight: 300;
    margin: 1em 0 1em 0;
}

h1 {
    font-size: 32px;
    margin-top: 15px;
}

@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 {
    color: #545454;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
}

li {
    margin: 0 0 0 15px;
    padding: 2px 0;
}

.background {
    background: #ffffff;
}

.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: 0;
    padding: 0 0 0 0;
    position: relative;
    width: 280px;
}

@media only screen and (max-width: 1024px) {
    .logo {
        width: 260px;
        float: none;
    }
}

.docEmphasis {
    font-style: italic;
    font-weight: bold;
}

.fontNormal {
    font-weight: normal;
}

.pdfLink {
    font-style: italic;
}

.txtLarge {
    font-size: 18px
}

.txtRed {
    color: #cc0000;
}

.txtLargeBold {
    font-size: 26px;
    font-weight: 600;
}

.historyItem {
    padding: 5px 0;
    border-bottom: 1px dotted #f27021;
}
/* HEADER  */
.header {
    /* border-bottom: 7px solid #f8983c; */
}

.well {
    background: #e6f7f8;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    /*margin-left: 20px;
    margin-right: 20px;*/
    padding: 20px 0 0;
}

.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;
    }

.txtInstructions {
    font-weight: bold;
    padding: 0 15px 20px 0;
}

.txtInstructionsSmall {
    font-weight: normal;
    font-size: 16px;
}

.content {
    margin: 0px auto;
    padding: 15px 30px 30px 30px;
    clear: both;
    /*width: 970px;*/
    min-height: 500px;
    background: #fafafa;
}

@media only screen and (max-width: 47.9375em) {
    .content {
        padding: 5px;
    }
}
/* UTILITY NAV */
.well.utilNav, .utilNav {
    margin-bottom: 0;
    background: #fff;
}

ul.loginLinks,
ul.utilLinks {
    list-style-type: none;
    text-align: right;
    margin: 0;
    padding-right: 15px;
    padding-bottom: 10px;
}

    ul.loginLinks li {
        display: inline;
    }

ul.utilLinks {
    padding-top: 15px;
}

    ul.utilLinks li {
        display: inline;
        font-size: 14px;
        margin-left: 5px;
    }

        ul.utilLinks li:after {
            content: "|";
            padding-left: 10px;
            color: #fff;
        }

        ul.utilLinks li:last-of-type:after {
            content: "";
            padding-left: 10px;
        }

@media only screen and (max-width: 47.9375em) {
    ul.utilLinks {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

        ul.utilLinks li {
            display: inline-block;
            text-align: center;
            font-size: 12px;
        }
}

ul.utilLinks li a {
    color: #63513d;
}

    ul.utilLinks li a:hover {
        text-decoration: underline;
    }
/*  LOGO - NAVIGATION    */

#logoContainer {
    border: 2px solid #009966;
    height: 300px;
    text-align: center;
    background-color: #009966;
    color: white;
    font-size: 30px;
}

h2, .title {
    font-size: 28px;
    font-weight: 500;
    color: #406674;
    color: #545458;
    padding-bottom: 5px;
    margin-bottom: 0;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .right-border {
        /*border-right: 1px solid #000; */
        box-shadow: 10px 0 5px -5px #ddd;
    }
}

.left-border {
    box-shadow: -5px 0 5px -5px #333;
}

.shadowBottom {
    box-shadow: 0px 15px 10px -15px #111;
}

.pageTitle {
    color: #dc8633;
    padding: 15px 0;
    position: relative;
    font-size: 26px;
    line-height: 42px;
    font-weight: 400;
}

@media only screen and (max-width: 47.9375em) {
    .pageTitle {
        font-size: 28px;
        display: block;
        text-align: left;
        padding: 5px line-height: 1.25em;
    }
}

.pageHdg {
    color: #63513d;
    margin: 15px 0 15px;
    position: relative;
    font-size: 26px;
    line-height: 1.25em;
    font-weight: bold;
}

.pageSubHdg {
    color: #82c341;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.containerRightSide .sub-heading {
    /*	background: #ffffd9;
	padding: 5px;   */
    border-bottom: 1px solid;
}

.well.header {
    background: #37afb6;
    box-shadow: 0 6px 2px -2px #bbb;
    margin: 0;
    padding-top: 0;
}

.well.navigation,
.navigation {
    background: #fff;
    margin-bottom: 0;
}

.well.emphasisLight {
    background: #e6f7f8;
    padding: 15px;
}

.borderIcon {
    font-size: 22px;
    display: inline-block;
    text-align: center;
    height: 42px;
    width: 42px;
    margin-right: 5px;
    padding-top: 5px;
    margin-right: 10px;
    color: #fff;
    position: relative;
    left: 2px;
}

.hdgUnderline {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.hdgInline {
    display: inline;
}

.containerInfo {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    color: #000;
}

    .containerInfo p {
        line-height: 1.75em;
    }

.containerEmphasis {
    background: #3853a3;
    margin: 15px 0;
    padding: 15px;
    text-align: center;
    box-shadow: 0 8px 8px -6px #8b8c8d;
}

    .containerEmphasis h1,
    .containerEmphasis h2,
    .containerEmphasis h3,
    .containerEmphasis p {
        color: #fff;
    }

.pgmUpdate .containerEmphasis {
    cursor: pointer;
}

.containerEmphasis ul li {
    font-weight: bold;
}

.ubc-grid td {
    cursor: default;
}

.contentBottom {
    margin: 80px 0;
    background: #fff;
    background: #dae5e9;
    padding: 15px;
    /* border: 1px solid #1c7696;	 */
}
/*  ====    HOME PAGE ====== */

/* #IPU .modal-header {
	border: 0;
	background: transparent;
}
#IPU .modal-title {
	display: none;
}	
#IPU .modal-body {
	padding-top: 0
}	  */


ul.materials {
    display: table;
    width: 100%;
    border-spacing: 5px;
    background: #e0e3e7; /* darker blue/grey */
    background: #e8e2dc;
}

    ul.materials li {
        list-item-type: none;
        display: inline-block;
        width: 100%;
        display: table-cell;
    }

        ul.materials li.threeCol {
            list-item-type: none;
            display: inline-block;
            width: 30%;
            display: table-cell;
        }

        ul.materials li.containerMaterial {
            background: #fff;
            border-right: 1px solid #253746;
            padding: 10px;
            background: transparent
        }

        ul.materials li.oneCol {
            list-item-type: none;
            display: block;
            width: 100%;
            border-right: 0;
        }

@media only screen and (max-width: 47.9375em) {
    ul.materials {
        display: block;
        width: 100%;
    }

        ul.materials li {
            list-item-type: none;
            display: block;
            width: 100%;
        }

            ul.materials li.threeCol {
                list-item-type: none;
                display: block;
                width: 100%;
            }

            ul.materials li.containerMaterial {
                background: #fff;
                border-right: 0;
                border-bottom: 1px solid #253746;
                padding-top: 45px;
            }
}

ul.materials li.containerMaterial:last-of-type {
    border-right: 0;
}

ul.materials li .stakeholderContent p {
    font-weight: 300;
}

ul.materials li .stakeholderSteps .txtEmphasis,
.stakeholderSteps .txtEmphasis {
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    display: table-cell;
    margin-left: 10px;
    width: 100px;
}

ul.materials li .stakeholderSteps p,
.stakeholderSteps p {
    font-weight: 400;
    line-height: 1.375em;
    display: table;
    width: 100%;
}

ul.materials .stakeholderAction div {
    text-align: center;
    padding-top: 30px;
}

ul.materials .stakeholderAction a, btn-default,
.stakeholderAction a.btn-default {
    border: 0;
    padding: 20px 30px;
    border-radius: 30px;
    font-size: 22px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.25em;
}

ul.materials .containerPharmacy .stakeholderAction a.btn-default,
.containerPharmacy .stakeholderAction a.btn-default {
    background: #2c5a56;
}

    ul.materials .containerPharmacy .stakeholderAction a.btn-default:hover,
    .containerPharmacy .stakeholderAction a.btn-default:hover {
        background: #00567a;
    }

/*
ul.materials .stakeholderAction a,btn-default:before {
	background: #AA198D
}
ul.materials .stakeholderAction a,btn-default:hover:before
background: linear-gradient(90deg,#00A03B 0%,#AFCB37 100%)
}
*/
@media only screen and (max-width: 47.9375em) {
    ul.materials {
        display: block;
    }

        ul.materials li {
            list-item-type: none;
            width: 100%;
            display: block;
            margin-left: 0;
        }

            ul.materials li .stakeholderSteps .txtEmphasis,
            .stakeholderSteps .txtEmphasis {
                font-weight: 700;
                margin-right: 10px;
                display: block;
                margin-left: 0px;
                width: 100%;
            }
}




ul.listItemDisc {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
}

    ul.listItemDisc li {
        color: #545454;
        list-style: none;
        margin: 0;
        padding: 0;
        padding-right: 30px;
        padding-bottom: 10px;
        margin-left: 30px;
        line-height: 1.5em;
    }

        ul.listItemDisc > li:before,
        ul.listItemDisc li ul li ul li:before {
            content: " ";
            width: 7px;
            height: 7px;
            background: #988168;
            border-radius: 100%;
            display: inline-block;
            position: relative;
            top: -1px;
            margin-right: 10px;
            margin-left: -17px;
        }

    ul.listItemDisc > li > ul {
        padding: 0;
        margin: 0;
        margin-left: 15px;
    }

        ul.listItemDisc > li > ul > li {
            margin-left: 15px;
            padding-bottom: 0px;
        }

    ul.listItemDisc li > ul li:before,
    ol.goals li ul li:before {
        /* content: " ";
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid #02843d;
    border-radius: 100%; */
        content: "-";
        display: inline-block;
        position: relative;
        top: -1px;
        margin-right: 10px;
        margin-left: -15px;
    }

    ul.listItemDisc li > ul > li > ul > li > ul.listItemCircle li:before {
        content: " ";
        width: 9px;
        height: 9px;
        background: #fff;
        border: 1px solid #02843d;
        border-radius: 100%;
        display: inline-block;
        position: relative;
        top: -1px;
        margin-right: 10px;
        margin-left: -15px;
    }

    ul.listItemDisc li ul li:last-of-type {
        padding-bottom: 0
    }

    ul.listItemDisc li ul li ul li {
        padding-bottom: 0;
    }

        ul.listItemDisc li ul li ul li:before {
            border-radius: 0;
        }

p + ul.listItemDisc {
    margin-top: -15px;
}

ol.listItemNum {
    list-style: none;
    counter-reset: num-counter;
    padding-left: 10px;
}

    ol.listItemNum > li {
        counter-increment: num-counter;
        color: #545454;
        /* text-indent: -15px; */
        padding-left: 10px;
        margin-bottom: 5px;
        line-height: 1.375em;
    }

        ol.listItemNum > li::before {
            content: counter(num-counter) ". ";
            color: #988168;
            font-weight: bold;
            text-align: right;
            width: 50px;
            display: relative;
            position: absolute;
            margin-left: -60px;
        }

    ol.listItemNum li ul.listItemDisc {
        margin-left: 25px;
        margin-top: 0;
    }

        ol.listItemNum li ul.listItemDisc li {
            font-weight: 400;
            text-indent: initial;
            margin-left: 0
        }

@media only screen and (max-width: 47.9375em) {
    ol.listItemNum li ul.listItemDisc,
    ul.listItemDisc li ul {
        margin-left: 15px;
    }

    ul.listItemDisc li,
    ul.listItemDisc li ul {
        padding-right: 0;
    }
}

ol.listItemNum > li > ul.listItemNumAlpha {
    margin: 5px 0 0;
    padding: 0;
    counter-reset: itemSub;
    list-style-type: none;
}

    ol.listItemNum > li > ul.listItemNumAlpha > li {
        margin: 0;
        padding: 0 0 0 2em;
        text-indent: -25px;
        counter-increment: itemSub;
        list-style-type: none;
        margin-bottom: 5px;
        line-height: 1.25em;
    }

        ol.listItemNum > li > ul.listItemNumAlpha > li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            color: #02843d;
            text-align: right;
            content: counter(itemSub, lower-alpha) ".";
        }

ol.listItemLowerRoman {
    counter-reset: itemRoman;
    list-style: none;
}

    ol.listItemLowerRoman li:before {
        content: counter(itemRoman, lower-roman) ".";
        color: #02843d;
        font-weight: bold;
        counter-increment: itemRoman;
        position: absolute;
        text-align: right;
        padding-right: 4px;
        margin-left: -30px;
    }

    ol.listItemLowerRoman li {
        text-indent: -20px;
        margin: 4px 0 0 17px;
        margin-left: 30px;
        text-indent: -10px;
        text-indent: 0;
    }



.female-patients-list li {
    margin: 10px 0 10px 30px;
    padding: 0 0 0 0;
}

.female-patients-list .list-title,
p.list-title {
    margin: 10px 0 0 0px;
    padding: 0 0 0 0;
    font-weight: 500;
    color: #333;
    list-style: none;
    margin-left: 15px;
}

.dividerBottom {
    border-bottom: 1px solid #37afb6;
    margin: 20px 0;
}




.hdgRightSide {
    font-size: 20px;
    font-weight: bold;
    color: #1bc2e7;
    border-bottom: 1px solid #5e0b1f;
    line-height: 24px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.homeSection ul {
    margin-top: 0;
    padding-left: 0;
}

    .homeSection ul li {
        font-size: 16px;
        padding-bottom: 10px;
    }

.products-link {
    background-color: #1c7696;
    color: white;
    display: table;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
}

a.products-link:hover,
a.products-link:active,
a.products-link:focus {
    color: #fff;
    background: #56a7c4;
}

.products-link:hover i {
    xbackground: #dff8d4;
    xcolor: #56a7c4;
}

.products-link .products-link-text,
.products-link i {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}

.products-link i {
    font-size: 24px;
    ;
}

    .products-link i:hover {
        background: #9bcf84;
        color: #fff;
    }

@media only screen and (max-width: 47.9375em) {
    #steps-container {
        border-right: 0;
        padding-bottom: 15px;
    }
}

#steps-container .step {
    display: table;
    padding-bottom: 20px;
}

#steps-container .stepNum {
    display: table-cell;
}

#steps-container .stepText {
    display: table-cell;
    font-weight: bold;
    padding: 0 15px;
    vertical-align: top;
}

.containerRightSide {
    margin-top: 10px;
    background: #1bc2e7;
    padding: 10px;
    /* padding-top: 0; */
    border-radius: 5px
}

    .containerRightSide .hdgRightSide {
        color: #fff;
        border-color: #fff;
    }

    .containerRightSide h2 {
        color: #fff;
    }

    .containerRightSide .borderIcon {
        border-color: #fff;
    }

    .containerRightSide ul.resource li {
        padding: 10px;
        background: #fff;
        border: 5px solid #1bc2e7;
        margin-left: 0;
    }

        .containerRightSide ul.resource li a {
            color: #0a97cb;
        }

.pharmDefs {
    margin-top: 60px;
}
/* === PATIENTS   ==== */



/* === PRESCRIBERS   ==== */
ul.listItemDisc.aligned li {
    font-weight: bold;
    margin-left: 20px;
}

    ul.listItemDisc.aligned li:before {
        margin-left: -17px;
    }

ul.listItemYellow {
    list-style: none;
}

    ul.listItemYellow li {
        font-size: 16px;
        list-style: none;
        margin: 0;
        margin-left: 23px;
        padding: 0;
        padding-bottom: 10px;
        xxtext-indent: -15px;
    }

        ul.listItemYellow li:before {
            content: " ";
            width: 7px;
            height: 7px;
            background: #fdb527;
            border-radius: 100%;
            display: inline-block;
            position: relative;
            top: -3px;
            margin-right: 10px;
            margin-left: -17px;
        }

        ul.listItemYellow li ul {
            padding-top: 5px;
        }

            ul.listItemYellow li ul li {
                margin-left: 15px;
                padding-bottom: 5px;
            }

                ul.listItemYellow li ul li:before {
                    content: " ";
                    width: 9px;
                    height: 9px;
                    background: #fff;
                    border: 2px solid #fdb527;
                    border-radius: 100%;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    margin-right: 10px;
                    xxxmargin-left: 15px;
                }

    ul.listItemYellow a {
        font-weight: bold;
    }

.hdgIcon
.sub-heading {
    display: table;
    width: 100%;
    border-bottom: 1px solid;
}

.sub-headingText {
}

@media only screen and (max-width: 47.9375em) {
    .sub-headingText {
        display: table-cell;
        vertical-align: top;
    }

    .hdgIcon {
        display: table;
    }

    .hdgIconText {
        display: table-cell;
        vertical-align: top;
    }
}

/* ====       RESOURCES     =======  */

.resources {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
    box-shadow: 0 8px 8px -6px #8b8c8d;
}

.resourcesHdg {
    color: #434343;
    font-weight: bold;
    margin-bottom: 15px;
}

.resource-option {
    display: table;
    width: 100%;
}

    .resource-option i {
        display: table-cell;
        color: #63513d;
        width: 20px;
    }

.resource .resourceName {
    margin-top: 10px;
}

.resourceName a {
    color: #dc8633;
    color: #63513d;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}

    .resourceName a:hover,
    .resourceName a:focus {
        color: #ee841e;
        color: #000;
    }


@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 #37afb6;
        border: 1px solid #cac7c7;
    }
}

.product-table-container {
    margin-bottom: 30px;
}

    .product-table-container .table thead tr th {
        vertical-align: middle;
        padding: 10px;
        background: #1c7696;
        background: #494239;
        color: #fff;
        font-weight: normal;
    }

        .product-table-container .table thead tr th a {
            color: #fff;
        }

    .product-table-container .table-striped > tbody > tr:nth-child(odd) {
        background: #d8edee;
        background: #dfe0e1;
    }

    .product-table-container > table.table-bordered tr td {
        border: 1px solid #37afb6;
    }

    .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 {
        display: block;
        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 {
            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 */

.loginContainer {
    background: transparent;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: 8px 0 18px -3px #979a9c;
    padding-bottom: 100px;
    overflow: hidden;
    margin-bottom: 30px;
}

.frmContainer.loginContainer h2 {
    text-align: center;
}

.frmContainer.loginContainer button {
    float: right;
    position: relative;
    padding: 10px;
    font-size: 18px;
    /*width: 100%;*/
    padding: 15px 50px;
    background: #2e7e9b;
    box-shadow: none;
    margin-bottom: 30px;
    background: linear-gradient(to right, #f87e07 50%, #dc8633 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

    .frmContainer.loginContainer button:hover {
        border-color: #f87e07;
        xxbackground: #f87e07;
        color: #fff;
        background-position: left bottom;
    }

.frmContainer.loginContainer .navbar-form.navbar-right {
    display: block;
    width: 100%;
    padding-left: 0;
}

.frmContainer.loginContainer .navbar-form .form-group {
    display: block;
    width: 100%;
}

.frmContainer.loginContainer .navbar-form .form-control {
    width: 100%;
}

.loginContainer button {
    float: right;
    padding: 10px 50px;
}

.loginContainer h1,
.frmContainerSecondary h1 {
    font-size: 30px;
    margin: 0 0 15px 0;
    color: #232d69;
}

.loginDivider {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #562b61;
    color: #a2007d;
    width: 100%;
    margin-top: 50px;
    font-size: 30px;
    line-height: 10px;
    margin-bottom: 40px;
}

.loginDividerContent {
    background-color: #f3f3f3;
    position: relative;
    top: -29px;
    display: table;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #562b61;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    padding-top: 23px;
    text-transform: uppercase;
    font-size: 24px;
    background: #562b61;
    color: #fff;
}

/* Footer */
.moreInfo {
    text-align: center;
    color: #ba00ff;
    font-weight: normal;
    font-size: 17px;
    background: #fafafa;
    padding: 15px;
    padding-top: 45px;
}

.footer {
    xxbackground-image: url('footerLeaf.png');
    background-repeat: no-repeat;
    background-position: 96% 0;
    background-color: #63513d;
    padding: 15px;
    margin-bottom: 10px;
}

    .footer p {
        color: #fff;
        font-size: 14px;
        padding: 0;
        padding-bottom: 10px;
    }

    .footer ul {
        padding: 0 0 0 0;
    }

    .footer a {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }

        .footer a:hover,
        .footer a:active,
        .footer a:focus {
            text-decoration: none;
            color: #fff;
        }

    .footer ul.legalLinks {
        text-align: right;
        margin-top: 90px;
    }

        .footer ul.legalLinks li {
            color: #000;
            display: inline;
            font-size: 16px;
            margin: 0;
            vertical-align: top;
        }

.footerLeaf2 {
    position: absolute;
    top: 0;
    right: 0;
    right: 30px;
    top: -32px;
}

@media only screen and (min-width: 48em) {
    .footer ul.legalLinks li:after {
        content: "|";
        padding: 0 15px;
        color: #fff;
    }
}

.footer ul.legalLinks li:last-of-type:after {
    content: "";
    padding: 0 15px;
}

@media only screen and (max-width: 47.9375em) {
    .footer ul.legalLinks li {
        display: block;
        padding: 5px 0;
    }

        .footer ul.legalLinks li:last-of-type:after {
            padding: 0;
        }
}

.footer ul.docLinks {
    margin: 0;
    padding: 15px 0;
    text-align: right;
}

    .footer ul.docLinks li {
        padding-left: 15px;
    }

        .footer ul.docLinks li a {
            color: #7cae66;
            font-size: 16px;
            font-weight: bold;
        }

            .footer ul.docLinks li a:hover {
                text-decoration: underline;
            }

@media only screen and (max-width: 47.9375em) {
    .footer ul.docLinks li {
        display: inline-block;
        text-align: center;
        background: #9bcf84;
        padding: 10px;
        border-radius: 5px;
    }

        .footer ul.docLinks li a {
            color: #fff;
        }
}

.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;
    }


/*     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: #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;
        }

a.btnLink {
    text-align: right;
    background: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #1c7696;
}

    a.btnLink:hover {
        background: #1c7696;
        border-color: #fff;
        color: #fff;
    }

.btnLookup {
    float: right
}

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   */
.frmContainer {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    /* margin-bottom: 30px;   */
}

.frmContainerGrey {
    background: #f9f9f9;
    border-radius: 3px;
    padding: 15px;
    color: #333;
}

@media only screen and (max-width: 47.9375em) {
    .frmContainerGrey {
        border-width: 5px;
        margin: 5px;
    }
}

.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;
    border: 1px solid #37afb6;
    margin-bottom: 15px;
}

.frmContainerBorder {
    border-width: 10px;
    border-color: #abbdbb;
    /* border-radius: 20px;*/
}

.frmContainerSecondary {
    border-top: 40px solid #00a03b;
}

.widgetContainer {
    background: #f9f9f9;
    /* border: 1px solid #ddd; */
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 8px 8px -6px #8b8c8d;
}

.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;
}

.frmTitle {
    color: #00a03b;
    font-size: 30px;
    font-weight: 600;
}

.frmSectionContainer {
    border: 1px solid #0976e3;
    background: #fff;
    margin-bottom: 30px;
}

.frmSectionHeader {
    color: #00a03b;
    font-size: 20px;
    margin: 0 0 15px;
    position: relative;
    font-size: 24px;
}

.xxfrmSectionHeader:first-child {
    margin: -15px -25px 15px;
}

.frmSectionHeader .hexagon {
    color: #fff;
    opacity: .3;
    left: 9px;
    top: -17px;
}

.frmSectionHeaderNum {
    display: inline-block;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    color: #37afb6;
    text-align: center;
    font-size: 22px;
    margin-right: 5px;
    color: #fff;
    margin-right: 20px;
    position: relative;
    z-index: 99;
    top: 2px;
}

.frmSectionFields {
    padding: 15px;
}

.frmGroupContainer {
    background: #faf6f2;
    margin-bottom: 20px;
    padding: 10px;
}

    .frmGroupContainer button {
        border: 2px solid #fff;
    }

.frmHeader {
    color: #63513d;
    position: relative;
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0;
}

.frmSubHeader {
    color: #fff;
    background: #575859;
    padding: 5px 15px;
    font-size: 24px;
    font-weight: 500;
    margin: 15px -30px;
    position: relative;
    border-left: 15px #737e29 solid;
    border-right: 15px solid #737e29;
    border-left: 15px #73943c solid;
    border-right: 15px solid #73943c;
}

    .frmSubHeader:first-of-type {
        margin-top: -15px
    }

.frmHeaderInvert {
    background: #988168;
    color: #fff;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    margin: 15px -15px;
    padding: 10px 15px;
}

.frmDividerSolid {
    border-bottom: 2px solid #969696;
    border-bottom: 2px solid #1c7696;
    margin-bottom: 15px;
    margin-top: 15px;
}

.frmDividerSolidWide {
    border-bottom: 2px solid #969696;
    border-bottom: 2px solid #1c7696;
    margin-bottom: 30px;
    margin-top: 30px;
}

.frmDividerDotted {
    border-bottom: 2px dotted #02843d;
    margin-bottom: 15px;
    margin-top: 15px;
}

.frmDividerGrey {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 15px;
}

.frmInstructions {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/*  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;
}

    .required > .control-label span:before,
    .DataElementLabel:before {
        color: red;
        content: "\2a";
        font-weight: 600;
        margin-right: 2px;
    }

.ubc-data-input.important > .control-label span:before,
.ubc-data-input.Important > .control-label span: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 {
    content: "";
    margin-left: -2px;
}

label.control-label {
    font-weight: 700;
    font-size: 16px;
    color: #545454;
}

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 {
    margin-bottom: 0px;
}

.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 .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;
}

.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;
}

.noPaddingTop,
.blockText.noPaddingTop {
    padding-top: 0;
}

.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;
}



.checkbox div,
.radio div {
    display: inline-block;
}

.radio label,
.checkbox label {
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 47.9375em) {
    ul[data-ubc-menu-name$="Tabs"] {
        margin: 7.5px 0;
    }
}

.text-red {
    color: red;
}

.text-black {
    color: #000 !important;
}

.bold {
    font-weight: bold;
}

.info-block {
    border: 3px solid #988168;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
}

.txtEmphasis {
    font-weight: 700;
    margin-right: 10px;
}

.txtStandOut {
    color: #dc8633;
    font-weight: bold;
}

.txtNoWrap {
    white-space: nowrap;
}

.borderLeft {
    border-left: 1px solid;
}

.contentSeparator {
    border-right: 1px solid;
}

@media only screen and (max-width: 47.9375em) {
    .contentSeparatorRight {
        border-right: 0;
        border-bottom: 1px solid;
    }
}

.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: 0px
        }


.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;
}
/*  PHARMACIES    */
.pharmTypes {
}

.pharmTypeHeader {
    display: table;
    width: 100%;
    padding: 10px;
    background: #02843d;
    color: #fff;
}

.pharmTypeHdg {
    display: table-cell;
    font-weight: bold;
}

    .pharmTypeHdg:first-of-type,
    .pharmType {
        width: 40%;
    }

.pharmTypesDtl {
    display: table;
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}

.pharmType {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}

    .pharmType a {
        font-weight: bold;
    }

.pharmDef {
    display: table-cell;
    line-height: 1.25em;
}

.pharm.nav-pills li {
    width: 33%;
    margin: 0 2px 0 0;
}

    .pharm.nav-pills li a {
        background: #614974;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        padding: 20px;
        text-align: center;
    }

    .pharm.nav-pills li.active a {
        background: #02843d;
        color: #fff;
    }

    .pharm.nav-pills li a {
        color: #fff;
    }

.pharm.tab-content {
    border: 0;
}
/*  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: #02b9b9;
    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 #37afb6; /* blue   */
    border: 5px solid #806088; /* purple    */
    padding: 15px;
}

.modal-header {
    background: #fff;
    border-bottom: 3px solid #d6c2da;
    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 {
    color: #02843d;
    font-size: 32px;
}

.modal-body {
    padding: 15px 0;
    line-height: 1.5em;
    font-size: 18px;
}

.modal-footer {
    padding: 15px 0;
    border: 0;
}

.help p,
p.help {
    margin-bottom: 5px;
}

.help.helpLookup i {
    background: #ddd;
    border-radius: 100%;
    border: 1px solid #ccc;
    color: #666;
    font-size: 16px;
    height: 30px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    width: 30px;
}

.imgLeaf {
    margin-top: 90px;
}
/* ==  LOCATOR    */
.btnHCSLocations {
    margin-bottom: 45px;
}

    .btnHCSLocations img {
        margin: 0 auto;
    }

.hcsLocatorResults {
    margin-bottom: 50px;
}

.locator ul.nav-tabs {
    margin-left: 0;
    margin-top: 0;
    display: none;
}

.locator .nav-tabs > li > a {
    background: #ccd0cb;
    border-color: #b8bdb7;
    color: #4d4d4f;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
}

.locator .nav-tabs > li.active > a,
.locator .nav-tabs > li.active > a:hover,
.locator .nav-tabs > li.active > a:active,
.locator .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border-color: #cfced0 #cfced0 transparent;
    box-shadow: none;
    font-weight: bold;
    color: #4d4d4f;
    outline: 0;
}

.locator .nav-tabs > li > a:hover {
    background-color: #4d4d4f;
    border: 1px solid #4d4d4f;
    color: #fff;
    opacity: .85;
}

.locator .tab-content {
    padding-top: 15px;
    background: #fff;
}

@media only screen and (max-width: 47.9375em) {
    .locator .nav li:last-child {
        float: left;
    }
}

.locator-searchFields {
    border-top: 40px solid #02843d;
    padding: 15px;
    margin-bottom: 15px;
    xbackground: #b7cbf0;
}

    .locator-searchFields button {
        margin-top: 23px;
    }

.locationList {
    height: 625px;
    overflow-y: auto;
}

.locationItem {
    display: table;
    width: 100%;
    background: #efefef;
    border-bottom: 2px solid #d20e7b;
    border-bottom: 2px solid #ddd;
    padding: 10px 5px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

    .locationItem.active {
        background: #7c7e7e;
    }

.locPin {
    display: table-cell;
    vertical-align: top;
    width: 30px;
}

    .locPin img {
        width: 20px;
    }

.locDtls {
    width: 95%;
    font-size: 14px;
    color: #333;
}

.locName {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.locAddr {
    margin-bottom: 10px;
}

.locMiles {
    display: table-cell;
    vertical-align: top;
    width: 15%;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

a.locDirections {
    background: #4d99e0;
    border-radius: 0px;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px;
}

    a.locDirections:hover {
        background: #0d78a5;
        color: #fff;
        text-decoration: none;
    }

.locDirections a {
    background: #01385e;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}
/* ======================   SSO    ============================  */
.frmContainerSSO {
    width: 350px;
}

.txtLogin {
    font-size: 24px;
    margin: 30px 0;
}

ol, ul {
    margin: 0;
    padding: 0;
}

    ul.legalLinks li {
        display: inline;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        vertical-align: top;
    }
/* @media only screen and (max-width: 47.9375em) {
	 ul.legalLinks li {
		display: block;
		padding: 5px 0;
		text-align: right;
	}
} */
.contentBottomSSO {
    padding: 0;
    margin-top: 20px;
    text-align: center;
}

.timeline-item {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 10px;
    clear: both;
}

.timeline-info {
    width: 200px;
    float: left;
    text-align: right;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    clear: both;
}

    .timeline-info p {
        font-size: 14px;
        color: #02843d;
        font-weight: bold;
        text-align: center;
        line-height: 1em;
        text-transform: uppercase;
        background: #02843d;
        color: #fff;
        padding: 10px;
    }

        .timeline-info p .stepNum {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            line-height: 1em;
            display: block;
        }

.timeline-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 205px;
    top: 5px;
    bottom: -5px;
    border-width: 0;
    background-color: #ddd;
    width: 2px;
    max-width: 2px;
}

.timeline-indicator {
    font-size: 0;
    height: 15px;
    line-height: 15px;
    width: 15px;
    border: 2px solid #02843d !important;
    background: #fff !important;
    cursor: default;
    position: absolute;
    left: 198px;
    top: 10px;
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    padding: 0;
}

.noteContent {
    margin-left: 222px;
    background: #f3f3f3;
    padding: 10px;
}

    .noteContent p {
        line-height: 1.5em;
    }

        .noteContent p + ul {
            margin-top: -10px;
        }

#Notes [data-ubc-form-array-name] {
    max-height: 300px;
    overflow-x: hidden;
    padding-bottom: 20px;
}

.noteContent .material-icons {
    margin-right: 5px;
}

@media (max-width: 47.9375em) {
    .timeline-info {
        width: 100px;
    }

    .timeline-indicator {
        left: 94px;
    }

    .timeline-item:before {
        left: 105px;
    }

    .noteContent {
        margin-left: 122px;
    }
}

/*---------------------------------
Prescribing Information and Med Guides table
-----------------------------------*/
.medgTable {
    padding: 7px 10px;
    border: 1px solid #fff;
    text-align: left;
    width: 100%;
}

    .medgTable sup {
        color: #02843d;
    }

    .medgTable th,
    medgTableHeader {
        font-weight: normal;
        text-align: center !important;
        color: #fff;
        background-color: #614974 !important;
    }

    .medgTable a {
        color: #0000ff;
    }

        .medgTable a:visited {
            color: #0000FF;
            text-decoration: none;
        }

        .medgTable a:hover {
            color: #4040ff;
        }

    .medgTable th {
        border: 1px solid #fff;
        font-weight: normal;
        text-align: center !important;
        color: #fff;
        background-color: #614974 !important;
        padding: 10px 15px;
    }

    .medgTable td {
        border: 1px solid #fff;
        text-align: center;
        width: 20%;
        padding: 10px;
        border: 1px solid #fff;
        font-weight: normal;
        text-align: center !important;
        background-color: #e5e5e5;
        padding: 10px 0
    }

.medgCol4 {
    max-width: 445px;
    min-width: 445px;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #e5e5e5;
}

    .medgCol4 td {
        text-align: center;
        padding: 12px 8px 12px 8px;
    }

    .medgCol4 a:link {
        color: #0000FF;
        text-decoration: none;
    }

    .medgCol4 a:visited {
        color: #0000FF;
        text-decoration: none;
    }

    .medgCol4 a:hover {
        color: #4040ff;
    }

    .medgCol4 a:active {
        color: #0000FF;
        text-decoration: none;
    }

    .medgCol4 a sup {
        color: #0000FF;
        text-decoration: none;
    }



a[data-ubc-action-id="ForgotUsername-1"] {
    display: none;
}

.checkbox.has-error .control-label:after {
    content: none;
}

a.hyperlinkCustom {
    color: #2755e9;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

a.hyperlinkCustom:hover {
    color: #85409f;
}
