
body {
    color: #212529;
    background: #00beff;
}
@media print {
    html, body {
        zoom: 100% !important;
    }
    body {
        color: #000;
        background: #fff;
        font-size: 11pt;
    }
}

a {
    color: #005d7c;
}

a:hover, a:focus {
    color: #00beff;
    text-decoration: underline;
}

h1 {
    font-size: 26px;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
}

.float {
    float: left;
}

.header-2 {
    margin-top: 1.5em;
    font-size: 18px;
    font-weight: bold;
    color: #0041ff;
}

.header-3 {
    font-size: 15px;
}

.intro-p {
    color: #0041ff;
}

.widgetbox {
    margin-bottom: 20px;

    border: 1px solid #ccc;
    border-radius: 6px;
}

.widgetbox-title {
    margin-top: 0;
    padding: 10px 10px 10px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #d8ecff;
    /*background: #d8ecff url("../images/header_swoosh_bg.png") 50% 100% no-repeat;*/
    /*background-size: 100% auto;*/
}

.widgetbox-content {
    margin: 15px;
}

.print-header {
    flex-direction: row;
    justify-content: space-between;
}
.print-header img {
    display: block;
    height: 53px;
}
.print-header .print-home-name {
    line-height: 110%;
    margin-left: 15px;
    text-align: right;
}
@media print {
    .print-header {
        display: flex !important;
    }
}

/* ==========================================================================
   Header
   ========================================================================== */

.header {
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
}
@media print {
    .header {
        display: none;
    }
}

.header-inner {
    border-bottom: 1px solid #ccc;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.logo {
    display: block;
    padding-top: 30px;
    margin: 0 0 5px;
    width: 607px;
    height: 39px;
}

/* Main nav
   ========================================================================== */

.nav-main {
    white-space: nowrap;
    background: #fff;
    margin: 30px 0 10px;
}

/* Nav items */

.nav-main .nav-item a {
    display: block;
    padding: 7px 11px;
    text-align: center;

    color: #585858;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-main .nav-item a:hover,
.nav-main .nav-item a:active,
.nav-main .nav-item a:focus {
    color: #00beff;
    text-decoration: none;
}

/* Aux nav
   ========================================================================== */

.nav-aux {
    position: absolute;
    top: 11px;
    right: 0;
}

.nav-aux .nav-item {
    float: left;

    font-size: 12px;
}

.nav-aux .nav-item a {
    padding: 0 10px;
}

/* Home selection nav
   ========================================================================== */

.nav-select-home {
    position: absolute;
    top: 42px;
    right: -20px;
}

.nav-select-home select {
    width: 300px;
}

/* ==========================================================================
   Page
   ========================================================================== */

.page-container {
    margin: 0 auto;
    padding-bottom: 60px;
    max-width: 1000px;

    background: #fff;
}


.page-wrapper {
    min-width: 1000px;
}
@media print {
    .page-wrapper {
        min-width: 0;
    }
    .main > .content {
        margin: 0;
    }
}
/* ==========================================================================
   Dashboard
   ========================================================================== */

.dashboard-widget {
    margin: 10px;
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.dashboard-widget h2 {
    color: #494466;
    margin-top: 0;
    padding: 10px 10px 17px;
}

.dashboard-widget-content {
    margin: 15px;
}

.dashboard-widget-content > li {
    list-style: none;
}

.dashboard-widget .action-button {
    margin: 15px;
}

.dashboard-widget .action-button a {
    padding: 1px 12px;

    font-size: 13px;
}

/* Reports and Audits
   ========================================================================== */

.dashboard-reports-and-audits {
    float: left;
    margin-right: 20px;
    /*min-width: 450px;*/
}

.dashboard-reports-and-audits ul {
    list-style: none;
}

.dashboard-reports-and-audits ul li {
    margin: 0;
}

.dashboard-reports-and-audits .service-name {
    margin-top: 20px;

    font-weight: bold;
}

.dashboard-reports-and-audits .secondary-items {
    position: absolute;
    margin-left: 3px;

    background: #fff;
}

/* Hide secondary items on some item types */
.dashboard-reports-and-audits .report-audits-subcategory.pharmacy-audits .secondary-items .sep,
.dashboard-reports-and-audits .report-audits-subcategory.pharmacy-audits .secondary-items .dashboard-item-link,
.dashboard-reports-and-audits .report-audits-subcategory.sw-audits       .secondary-items .sep,
.dashboard-reports-and-audits .report-audits-subcategory.sw-audits       .secondary-items .dashboard-item-link,
.dashboard-reports-and-audits .report-audits-subcategory.sw-surveys      .secondary-items .sep,
.dashboard-reports-and-audits .report-audits-subcategory.sw-surveys      .secondary-items .dashboard-item-link {
    display: none;
}

.dashboard-reports-and-audits .report-audits-subcategory.pharmacy-audits .secondary-items .sep:first-child,
.dashboard-reports-and-audits .report-audits-subcategory.sw-audits       .secondary-items .sep:first-child,
.dashboard-reports-and-audits .report-audits-subcategory.sw-surveys      .secondary-items .sep:first-child {
    display: inline;
}

.dashboard-reports-and-audits .sep {
    color: #0088cc;
    opacity: 0.5;
}

.dashboard-reports-and-audits .more {
    font-style: italic;
}

/* Reports and Audits Item List Page */

.item-list-secondary-btn-group {
    white-space: normal;
}

/* Portal Announcements
   ========================================================================== */

.dashboard-announcements {
    float: left;
    /*min-width: 350px;*/
}

.dashboard-announcements .announcements-list li {
    margin-bottom: 5px;
}

.dashboard-announcements .announcement-date {
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

/* News
   ========================================================================== */

.dashboard-news {
    float: left;

}
@media (min-width:500px) and (max-width:768px) {
    .dashboard-news {
        float: left;
        min-width: 450px!important;
    }
}

.dashboard-news .news-list li {
    margin-bottom: 5px;
}

.dashboard-news .news-date {
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

/* Links
   ========================================================================== */

.link-p {
    float: left;
    margin: 2em 2% 0;
    width: 29%;
    height: 220px;
}

.link-p a {
    display: block;
    margin-bottom: 1em;
    height: 100px;
    text-align: center;
}

.links-h2 {
    clear: both;
    margin: 1em 10px 1em;
    padding: 40px 0 0;
    border-top: 1px solid #004488;
    color: #0041ff;
}

/* Home Info
   ========================================================================== */

.schedule-table,
.schedule-table th,
.schedule-table td {
    border-color: #000;
}

.schedule-table thead th {
    font-weight: normal;
    color: #fff;
    background: #004488;
}

.schedule-table .schedule-time-slot {
    text-align: center;
}

.schedule-table .total-hours {
    text-align: right;
    background: rgb(196, 224, 158);
}

.schedule-table .type-total-label {
    color: #027;
    background: rgb(201, 212, 233);
}

.schedule-table .type-total-hours {
    text-align: right;
    color: #027;
    background: rgb(201, 212, 233);
}


/* ==========================================================================
   Service boxes
   ========================================================================== */

.services-list {
    position: relative;
    width: 900px;
}

.services-list,
.services-list ul {
    margin: 0;
    list-style: none;
}

.services-list a {
    color: #004488;
}

.servicebox {
    float: left;
    display: block;
    margin: 0 1.1% 15px 0;
    width: 32%;
    min-height: 200px;
}

.servicebox-name {
    padding: 6px 15px;

    background: #5389BC;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.servicebox-items-list {
    padding: 10px 15px;
}

.servicebox .items-wrapper {
    margin: 0 0 6px;
    /*border-bottom: 1px solid #003865;*/
}

.servicebox .itemclass-name {
    display: block;
    padding: 5px 0 5px 0;
    /*border-bottom: 1px solid #003865;*/
}

.servicebox .itemclass-name:hover {
    text-decoration: none;
}

.servicebox .item-li {
    padding: 4px 0;
}

.servicebox .item-li:first-child {
    padding-top: 2px;
}

/* Bundled */

.servicebox-b {
    background: rgb(250,235,235);
}

.servicebox-b .servicebox-name {
    background: rgb(213,28,24);
}

/* Pharmacy */

.servicebox-p {
    background: #F0F0F0;
}

.servicebox-p .servicebox-name {
    background: #003865;
}


/* CTAs */

.servicebox-cta {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.servicebox-cta:hover {
    text-decoration: none;
}

.servicebox-cta h3 {
    margin: 10px;

    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
}

.servicebox-cta p {
    margin: 10px;
}

.servicebox-cta .more-btn {
    position: absolute;
    bottom: 15px;
    right: 25px;
    padding: 2px 6px;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar-left {
    width: 300px;
}

.sidebar-left > .content {
    margin: 15px 15px 15px 15px;
    overflow: hidden;
}

.main-with-left-sidebar {
    width: 700px;
}

.sidebar-list {
    margin: 0;
}

.sidebar-list,
.sidebar-list ul {
    list-style: none;
}

.itemlink a {
    display: block;
}

.dir2-list h5:before {
    content: '\002B';
    float: left;
    margin-right: 5px;
}

.dir2-list.active h5:before {
    content: '\2212';
    float: left;
    margin-right: 5px;
}

h5.collapsible:before {
    content: '\002B';
    color: #004488;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

h5.collapsible.active:before {
    content: "\2212";
  }

  .active .collapsible a:before {
    content: "\2212" !important;
    padding-right: 5px;
}
/* ==========================================================================
   Sidebar collapse button
   ========================================================================== */

.collapse-btn {
    width:99%;
    padding:6px 0px;
    display: none;
}

/* ==========================================================================
   Download Link Button
   ========================================================================== */

.download-link {
    display: none;
}
.video-link {
    display: none;
}

/* ==========================================================================
   Main content
   ========================================================================== */

.main {}

.main > .content {
    margin: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.main > .content > .content-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    margin: 0 auto;
    width: 1000px;

    font-size: 12px;
    background: #fff;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 767px){
    .header .header-inner > *{
        /*display: block;*/
        position: static;
    }
    .nav-aux{
        margin: 0 auto 15px;
        height: 20px;
        width: 290px;
    }
    .logo {
        max-width: 95%;
        margin: 0px auto;
        padding: 20px 0;
    }
    .logo img{
    }
    .nav-select-home{
        text-align: center;
    }
    .nav-select-home select {
        margin: 0 auto;
        width: 90%;
        max-width: 400px;
    }
    .nav-select-home input.btn {
    }
    .nav-item{
        display: block;
    }
    .page-container, .main{
        width: 100%;
    }
    .nav-select-home form{
    }
    .content{
    }
    .content div{
    }
    .dashboard-widget{
        width: 100%;
    }
    .dashboard-widget h2{
        background-size: 100% auto;
        /*width: 100%;*/
    }
    .info-tv div{
        max-width: 100%;
    }
    .servicebox{
        width: 100%;
        max-width: 100%;
    }
    .services-list{
        max-width: 100%;
    }
    .collapse-btn{
        display: block;

    }
    .collapsible{
        display: none;
    }
    .menubox{
        margin: 15px;
    }
    .download-link{
        width: 100%;
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .video-link{
        width: 100%;
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page-wrapper{
        min-width: 0;
    }
}

/*infotv ad style*/
.info-tv{
    clear:both;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 0fr));
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1000px;
    margin: 0px auto;
}
.info-tv div{
    display: inline-block;
    margin: 0 0 10px;
    max-width: 400px;
}

.printDoc img {
    display: block;
    padding: 3px;

    border: 1px solid transparent;
    border-radius: 4px;
}

.printDoc:hover img {
    border-color: #000;
}

iframe.yui3-hidden-phone {
    width: 100%;
}

.iconcontainer {
  width: 100px;
  height: 100px;
}

.iconcontainer img {
  width: 100%;
  height: auto;
}

.iconcontainer img:nth-child(2) {
  display: none;
}

.iconcontainer:hover img:nth-child(1) {
  display: none;
}

.iconcontainer:hover img:nth-child(2) {
  display: block;
}

.mfa-form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mfa-input {
    width: 210px !important; /* Total width to accommodate 6 digits */
    height: 30px !important;
    font-size: 24px !important;
    text-align: center !important;
    letter-spacing: 16px !important; /* Space between characters */
    border: 1px solid #000 !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    caret-color: black !important; /* Default caret color */
    margin-bottom: 0px !important;
}
.mfa-input:focus {
    outline: none !important;
}
.mfa-input.hide-caret {
    caret-color: transparent !important; /* Hide caret */
}
.verify-button {
    padding: 5px 15px;
    font-size: 16px;
    border: 1px solid #000;
    background-color: #f1f1f1;
    cursor: pointer;
    margin-left: 10px;
}
.verify-button:hover {
    background-color: #e0e0e0;
}
