﻿@media print {
    @page {
        size: auto; /* auto is the initial value */
        margin: 0mm; /* this affects the margin in the printer settings */
    }

    body {
        padding: 0;
        color: #707070 !important;
    }
    .body-content {
        padding: 0 !important;
    }

    .visible-print {
        word-wrap: break-word;
    }
}

th {
    white-space: nowrap;
}

h6 {
    font-size: 14px;
}

pre {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}

a {
    color: #3498db;
}

a:focus {
    outline: none;
}

.container-body-content {
    background-color: #FFF;
    border-bottom: 0 none;
    border-radius: 6px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 75px;
}

.wrapper {
    display: flex;
}

#left-sidebar-nav {
    white-space: nowrap;
}

.ui-menu {
    color: #fff;
    background: none;
    border: none;
    position: absolute;
    top: 17px;
    left: 25px;
}
.ui-menu:focus {
    outline: none;
}
.fa-bars {
    font-size: 25px;
}

.container-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}

.content-pushed {
    padding-left: 315px;
}


#toggle-drawer {
    display: none;
}

.navbar-right {
    margin-right: 10px !important;
}

@media only screen and (min-width: 992px) {
    .hide-element {
        display: none !important;
    }
    .actions-row {
        white-space: nowrap;
    }
}
@media only screen and (max-width: 991px) {
    #toggle-drawer {
        display: block;
    }
    .container-fluid {
        width: 100vw;
    }
    .body-pushed {
        padding-left: 15px !important;
    }
    .navbar-brand {
        float: right !important;
    }
    .divider {
        height: 1px;
        overflow: hidden;
        background-color: #e0e0e0;
    }
    .divider-wrap {
        padding: 0 !important;
    }
    .badge {
        position: relative;
        font-size: 11px;
        font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 400;
    }
    .sign-out-icon {
        margin-left: 1px;
    }
    li.user-icon.hide-element, li.sign-out-icon.hide-element {
        display: flex;
    }
    #notification-badge-count {
        left: -35px;
        top: -12px;
    }
        #notification-badge-count:first-of-type + span {
            margin-left: -20px;
        }
}
.content, .body-content {
    background-color: #F5F7FB;
    border-radius: 6px;
}
.body-content {
    margin: 61px 25px 0 25px;
    min-height: calc(100vh - 61px);  
    border-bottom: 0 none;  
    padding-left: 110px !important;
    padding-right: 25px;
}
.content {
    padding: 20px 20px 50px 20px;
}
@media (max-width: 420px) {
    .content {
        padding: 0;
    }
}

.body-pushed {
    padding-left: 276px !important;
}

.body-content-error {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    border-bottom: 0 none;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}

.body-content-action-required {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    border-bottom: 0 none;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}

.sign-in-body {
    background: url('images/pw_pattern.png');
}

.sign-in-body-content {
    margin-top: 50px;
}

    .sign-in-body-content .img-responsive {
        margin: 0 auto;
    }

#action-buttons .btn-sm {
    margin: 5px 0;
}

.user-filter-active {
    background: #3498db !important;
    color: #fff !important;
}

.global-filter-button {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}
    .global-filter-button:hover, .global-filter-active, .global-filter-active:hover,
    .global-filter-button:focus, .global-filter-active:focus {
        background: var(--secondary-color);
        color: #fff;
    } 

.btn-outline, .btn-outline-xs, .btn-outline-big {
    color: #3498db;
    border: 1px solid #3498db ;
    font-weight: 600;
    background: #fff;
}

.btn-outline {
    padding: 7px 10px !important;
}

.btn-outline-big {
    padding: 11px 16px;
}

.btn-outline-xs {
    padding: 2px 6px;
}

.btn-icon {
    padding: 5px 15px;
    color: #3498db;
    font-size: 22px;
}

    .btn-icon:hover, .btn-icon:focus {
        color: #1d6fa5;
    }

.btn-outline:hover, .btn-outline:focus,
.btn-outline-xs:hover, .btn-outline-xs:focus,
.btn-outline-big:hover, .btn-outline-big:focus {
    background: #3498db;
}

.btn-space {
    margin-bottom: 10px;
    margin-right: 5px;
}

/*
    Validation errors and required inputs.
*/
.field-validation-error {
    color: red;
    font-weight: bold;
    display: block;
}

.input-validation-error {
    border: 1px solid red;
}

.form-group.required label:after {
    content: " *";
    color: red;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0 !important;
    z-index: 3000;
}
.navbar-logo {
    max-height: 45px; 
    margin-top: -12px;
}

.navbar-brand {
    margin-left: 70px !important;
}
/*
    Pill colours
*/
/* Danger */
.nav.nav-pills > li.danger > a {
    color: #b94a48;
    background-color: #f2dede;
}

    .nav.nav-pills > li.danger > a:hover,
    .nav.nav-pills > li.danger > a:focus {
        color: #b94a48;
        background-color: #eed3d7;
    }

/* Warning */
.nav.nav-pills > li.warning > a {
    color: #c09853;
    background-color: #fcf8e3;
}

    .nav.nav-pills > li.warning > a:hover,
    .nav.nav-pills > li.warning > a:focus {
        color: #c09853;
        background-color: #fbeed5;
    }

/* Success */
.nav.nav-pills > li.success > a {
    color: #468847;
    background-color: #dff0d8;
}

    .nav.nav-pills > li.success > a:hover,
    .nav.nav-pills > li.success > a:focus {
        color: #468847;
        background-color: #d6e9c6;
    }

/* Info */
.nav.nav-pills > li.info > a {
    color: #3a87ad;
    background-color: #d9edf7;
}

    .nav.nav-pills > li.info > a:hover,
    .nav.nav-pills > li.info > a:focus {
        color: #3a87ad;
        background-color: #bce8f1;
    }

/* Primary */
.nav.nav-pills > li.primary > a {
    color: #ffffff;
    background-color: #446e9b;
}

    .nav.nav-pills > li.primary > a:hover,
    .nav.nav-pills > li.primary > a:focus {
        color: #555555;
        background-color: #f5f5f5;
    }

/* Datepicker overrides */
.datepicker {
    z-index: 1151 !important;
}

/* Text area */
.noresize {
    resize: none;
}

/* File system indicators */
.low-indicator {
    width: 15px;
    position: relative;
}

.high-indicator {
    width: 15px;
    position: relative;
}

/* Navbar dividiers - dropped in BS3, added here */
.divider-vertical {
    height: 38px;
    margin: 10px;
    border-left: 1px solid #4C4C4C;
}

/*
    Tables
*/

.panel-default > .panel-heading {
    background-color: #fff !important;
    font-weight: bold;
}

table {
    cursor: pointer;
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f3f9ff;
}

tr.selected-row > td {
    background-color: #d4e9ff !important;
}

.table-striped > tbody > tr:hover td {
    background-color: #d4e9ff;
}

tr.study-offline.selected-row > td {
    color: #ACACAC !important;
}

.table > thead:first-child > tr:first-child > th, 
.table > tbody > tr > td {
    padding: 15px 5px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    min-height: 33px;
    word-break: break-word;
}

a.btn.disabled {
    pointer-events: auto;
    cursor: not-allowed !important;
}

.no-label {
    margin-top: 25px;
}

label.block {
    display: block;
}

.action-column {
    min-width: 150px;
}

.action-dropdown {
    left: -40px !important;
}

/* Bootstrap progress bar overrides */
.progress {
    height: 21px;
    margin-bottom: 0;
}

    .progress .progress-bar {
        font-size: 13px;
        line-height: 21px;
    }

.panel-footer {
    background-color: white !important;
}

table.hoverable tr td {
    cursor: pointer;
}

/* Powered by nav bar */
.nav-powered-by {
    color: #FFF;
    margin-top: 19.5px;
}

.table > tbody > tr > td.valign {
    vertical-align: middle;
}

tr.study-offline td:not(:first-child) {
    color: #CCC !important;
}

.online {
    color: #18bc9c;
}

.offline {
    color: #e74c3c;
}

.pending {
    color: #c87f0a
}

/*Links*/

a:hover, a:focus {
    color: #1d6fa5;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #77bae7;
}

/* Dropodown menu */
.notification-dropdown-menu {
    width: 300px;
    white-space: normal;
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
}

    .notification-dropdown-menu li div {
        padding: 3px 20px;
    }

        .notification-dropdown-menu li div.notification {
            padding: 10px;
            border: 1px solid transparent;
            border-radius: 4px;
            width: 95%;
            margin: auto auto;
            margin-bottom: 5px;
            color: #FFF;
        }

            .notification-dropdown-menu li div.notification.read {
                opacity: 0.5;
            }

        .notification-dropdown-menu li div.notification-info {
            background-color: #3498db;
        }

        .notification-dropdown-menu li div.notification-success {
            background-color: #18bc9c;
        }

        .notification-dropdown-menu li div.notification-danger {
            background-color: #e74c3c;
        }

        .notification-dropdown-menu li div.notification-warning {
            background-color: #f39c12;
        }

        .notification-dropdown-menu li div[data-href] {
            cursor: pointer;
        }

        /* Dropdwons */

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-submenu-second {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

/* Sorting */
table#studies thead tr.study-header-sorter th[data-table]:hover {
    cursor: pointer;
}

/* Pagination */
.pagination {
    margin: 0;
}

    .pagination li a {
        background: #3498db !important;
    }

        .pagination > .active > a, .pagination li a:hover, .pagination li a:focus {
            background: #1d6fa5 !important;
        }

/* Sign in */
.panel-sign-in {
    border-radius: 10px;
    background: url('images/fabric_plaid.png');
    overflow: hidden;
}

    .panel-sign-in .sign-in {
        background-color: #2c3e50);
        color: #F2F2F2;
        min-height: 300px;
        padding: 20px;
    }

    .panel-sign-in .info {
        height: 100%;
        color: #2c3e50;
        padding: 0 30px;
    }

    .panel-sign-in h2 {
        margin-top: 0;
    }

    .panel-sign-in .sign-in form .form-control, input {
        border: none;
    }

    .panel-sign-in .announcements {
        margin-top: 20px;
    }

    .panel-sign-in .field-validation-error {
        font-weight: normal;
        color: #EF4836;
        margin-bottom: 5px;
    }

#sign-in-panel > div:first-child {
    padding: 20px 20px 60px 20px;
}

#client-logo {
    max-width: 250px;
    max-height: 150px;
}

@media (max-width: 420px) {
    #client-logo {
        max-width: 100px;
    }
    #sign-in-panel > div:first-child {
        padding: 20px;
    }
}

/* Box shadows */
.box1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.box2 {
    -webkit-box-shadow: 0 1px 2px #777;
    -moz-box-shadow: 0 2px 1px #777;
    box-shadow: 0 2px 1px #777;
}

.box3 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.box4 {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}

.box5 {
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
}

.box6 {
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}

.box7 {
    box-shadow: 0 4px 2px -3px;
}

.box8 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.box9 {
    border-bottom: 0 none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}

.box10 {
    -webkit-box-shadow: 0 7px 4px #777;
    -moz-box-shadow: 0 7px 4px #777;
    box-shadow: 0 7px 4px #777;
}

.box11 {
    -webkit-box-shadow: 0 3px 2px #777;
    -moz-box-shadow: 0 3px 2px #777;
    box-shadow: 0 3px 2px #777;
}

.box12 {
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}

.box13 {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.box14 {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.box15 {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

.box16 {
    box-shadow: 0 1px 1px 0 #C7C7C7 inset;
    background: none repeat scroll 0 0 #E9E9E9;
}

/* Sign in agreement/terms */
.sign-in-terms {
    height: 300px;
    border: 1px solid #CCCCCC;
    padding: 6px;
    overflow: auto;
    background-color: #F2F2F2;
}


kbd {
    padding: .1em .6em;
    border: 1px solid #ccc;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #f7f7f7;
    color: #333;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2),0 0 0 2px #fff inset;
    border-radius: 3px;
    display: inline-block;
    margin: 0 .1em;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.4;
    white-space: nowrap;
}

/* Custom navbars */
.navbar-light {
    background-color: #6C7A89 !important
}

    .navbar-light ul li a {
        color: #FFFFFF;
    }

        .navbar-light ul li a:hover {
            background-color: #6C7A89 !important;
            color: #CCC;
        }

        .navbar-light ul li a:focus {
            background-color: #6C7A89 !important;
            color: #CCC;
        }

        .navbar-light ul li a:active {
            background-color: #6C7A89 !important;
            color: #CCC;
        }

    .navbar-light ul.notification-dropdown-menu li:last-child a {
        color: #333;
    }

        .navbar-light ul.notification-dropdown-menu li:last-child a:hover {
            color: #CCC;
        }

/* QXR trust blue */
.navbar-trust-blue {
    background-color: #003366;
}

    .navbar-trust-blue ul li a {
        color: #FFF;
    }

        .navbar-trust-blue ul li a:hover {
            color: #CCC;
            background-color: #003366;
        }

        .navbar-trust-blue ul li a:focus {
            color: #CCC;
            background-color: #003366;
        }

        .navbar-trust-blue ul li a:active {
            color: #CCC;
            background-color: #003366;
        }

    .navbar-trust-blue ul.notification-dropdown-menu li:last-child a {
        color: #333;
    }

        .navbar-trust-blue ul.notification-dropdown-menu li:last-child a:hover {
            color: #FFF;
        }

    .navbar-trust-blue .queues-dropdown-menu {
        background-color: #003366;
        color: #FFF;
    }

/* HIG */
.navbar-hig {
    background-color: #354a85;
}

    .navbar-hig ul li a {
        color: #FFF;
    }

        .navbar-hig ul li a:hover {
            color: #FFF;
            background-color: #50965b;
        }

        .navbar-hig ul li a:focus {
            color: #FFF;
            background-color: #50965b;
        }

        .navbar-hig ul li a:active {
            color: #FFF;
            background-color: #50965b;
        }

    .navbar-hig ul.notification-dropdown-menu li:last-child a {
        color: #333;
    }

        .navbar-hig ul.notification-dropdown-menu li:last-child a:hover {
            color: #FFF;
        }

    .navbar-hig .queues-dropdown-menu {
        background-color: #354a85;
        color: #FFF;
    }

/* SKG */
.navbar-skg {
    background-color: #f5f5f5;
}

body > div.navbar.navbar-skg.navbar-fixed-top > div > div.navbar-collapse.collapse > ul.nav.navbar-nav.navbar-right > li.hidden-xs.hidden-sm.zed-branding > div {
    color: #686868;
}

.navbar-skg ul li a {
    color: #686868;
}

    .navbar-skg ul li a:hover {
        color: #FFF;
        background-color: #a30047;
    }

    .navbar-skg ul li a:focus {
        color: #FFF;
        background-color: #a30047;
    }

    .navbar-skg ul li a:active {
        color: #FFF;
        background-color: #a30047;
    }

.navbar-skg ul.notification-dropdown-menu li:last-child a {
    color: #333;
}

    .navbar-skg ul.notification-dropdown-menu li:last-child a:hover {
        color: #FFF;
    }

.navbar-skg .queues-dropdown-menu {
    background-color: #f5f5f5;
    color: #686868;
}

/* IRG */
.navbar-irg {
    background-color: #001f5b;
}

    .navbar-irg ul li a:hover {
        margin-bottom: -6px;
        border-bottom: 6px solid #ffbf3b;
        color: #001f5b;
    }

    .navbar-irg ul li a {
        color: #FFF;
    }

        .navbar-irg ul li a:focus {
            border-bottom: 6px solid #ffbf3b;
            color: #001f5b;
            margin-bottom: -6px;
        }

        .navbar-irg ul li a:active {
            border-bottom: 6px solid #ffbf3b;
            color: #001f5b;
            margin-bottom: -6px;
        }

    .navbar-irg ul.notification-dropdown-menu li:last-child a {
        color: #333;
    }

        .navbar-irg ul.notification-dropdown-menu li:last-child a:hover {
            color: #001f5b;
            background-color: #ffbf3b;
            border-bottom: none;
            margin-bottom: 0;
        }

    .navbar-irg .queues-dropdown-menu {
        background-color: #001f5b;
        color: #FFF;
    }

/* CAS */
.navbar-cas {
    background-color: #2e5d97;
}

    .navbar-cas ul li a:hover {
        margin-bottom: -6px;
        border-bottom: 6px solid #e31837;
        color: #2e5d97;
    }

    .navbar-cas ul li a {
        color: #FFF;
    }

        .navbar-cas ul li a:focus {
            border-bottom: 6px solid #e31837;
            color: #2e5d97;
            margin-bottom: -6px;
        }

        .navbar-cas ul li a:active {
            border-bottom: 6px solid #e31837;
            color: #2e5d97;
            margin-bottom: -6px;
        }

    .navbar-cas ul.notification-dropdown-menu li:last-child a {
        color: #333;
    }

        .navbar-cas ul.notification-dropdown-menu li:last-child a:hover {
            color: #FFF;
            background-color: #e31837;
            border-bottom: none;
            margin-bottom: 0;
        }

    .navbar-cas .queues-dropdown-menu {
        background-color: #2e5d97;
        color: #FFF;
    }

/* EMI */
.navbar-emi {
    background-color: #e6e6e6;
}

body > div.navbar.navbar-emi.navbar-fixed-top > div > div.navbar-collapse.collapse > ul.nav.navbar-nav.navbar-right > li.hidden-xs.hidden-sm.zed-branding > div {
    color: #686868;
}

.navbar-emi ul li a:hover {
    margin-bottom: -6px;
    border-bottom: 6px solid #54bceb;
    color: #2a6496;
}

.navbar-emi ul li a {
    color: #2a6496;
}

    .navbar-emi ul li a:focus {
        border-bottom: 6px solid #54bceb;
        color: #2a6496;
        margin-bottom: -6px;
    }

    .navbar-emi ul li a:active {
        border-bottom: 6px solid #54bceb;
        color: #2a6496;
        margin-bottom: -6px;
    }

.navbar-emi ul.notification-dropdown-menu li:last-child a {
    color: #333;
}

    .navbar-emi ul.notification-dropdown-menu li:last-child a:hover {
        color: #FFF;
        background-color: #54bceb;
        border-bottom: none;
        margin-bottom: 0;
    }

.navbar-emi .queues-dropdown-menu {
    background-color: #e6e6e6;
    color: #2a6496;
}

/* SVHA */
.navbar-svha {
    background-color: #f5f5f5;
}

body > div.navbar.navbar-svha.navbar-fixed-top > div > div.navbar-collapse.collapse > ul.nav.navbar-nav.navbar-right > li.hidden-xs.hidden-sm.zed-branding > div {
    color: #686868;
}

.navbar-svha ul li a {
    color: #0067b1;
}

    .navbar-svha ul li a:hover {
        color: #FFF;
        background-color: #0067b1;
    }

    .navbar-svha ul li a:focus {
        color: #FFF;
        background-color: #0067b1;
    }

    .navbar-svha ul li a:active {
        color: #FFF;
        background-color: #0067b1;
    }

.navbar-svha ul.notification-dropdown-menu li:last-child a {
    color: #0067b1;
}

    .navbar-svha ul.notification-dropdown-menu li:last-child a:hover {
        color: #FFF;
    }

.navbar-svha .queues-dropdown-menu {
    background-color: #f5f5f5;
    color: #0067b1;
}

/* Affidea */
.navbar-affidea {
    background-color: #418FDE;
}

.default-body .navbar-affidea ul li a:hover {
    margin-bottom: -6px;
    border-bottom: 6px solid #FFF;
    color: #418FDE;
}

.default-body .navbar-affidea ul li a {
    color: #FFF;
}

    .default-body .navbar-affidea ul li a:focus {
        border-bottom: 6px solid #FFF;
        color: #418FDE;
        margin-bottom: -6px;
    }

    .default-body .navbar-affidea ul li a:active {
        border-bottom: 6px solid #FFF;
        color: #418FDE;
        margin-bottom: -6px;
    }

.default-body .navbar-affidea ul.notification-dropdown-menu li:last-child a {
    color: #333;
}

    .default-body .navbar-affidea ul.notification-dropdown-menu li:last-child a:hover {
        color: #418FDE;
        background-color: #FFF;
        border-bottom: none;
        margin-bottom: 0;
    }

.default-body .navbar-affidea .queues-dropdown-menu {
    background-color: #418FDE;
    color: #FFF;
}

/* Jinga */
.navbar-jinga {
    background-color: #865eab;
}

.default-body .navbar-jinga ul li a:hover {
    margin-bottom: -6px;
    border-bottom: 6px solid #FFF;
    color: #865eab;
}

.default-body .navbar-jinga ul li a {
    color: #FFF;
}

    .default-body .navbar-jinga ul li a:focus {
        border-bottom: 6px solid #FFF;
        color: #865eab;
        margin-bottom: -6px;
    }

    .default-body .navbar-jinga ul li a:active {
        border-bottom: 6px solid #FFF;
        color: #865eab;
        margin-bottom: -6px;
    }

.default-body .navbar-jinga ul.notification-dropdown-menu li:last-child a {
    color: #333;
}

    .default-body .navbar-jinga ul.notification-dropdown-menu li:last-child a:hover {
        color: #865eab;
        background-color: #FFF;
        border-bottom: none;
        margin-bottom: 0;
    }

.default-body .navbar-jinga .queues-dropdown-menu {
    background-color: #865eab;
    color: #FFF;
}

/* If borders are added to navbar items, ensure the branding element doesn't include one. */
li.zed-branding div.nav-powered-by a:hover {
    border-bottom: none !important;
}

/* Remove hover colour on branding logo */
div.nav-powered-by a:hover {
    background-color: transparent !important;
}

/* Alert hyperlink colour overrides */
div.alert.alert-warning a {
    font-weight: bold;
    color: #FFF;
    text-decoration: underline;
}

a.no-underline {
    text-decoration: none !important;
}

/* App store badges branding */
.app-badges img {
    padding: 10px;
}

.app-badges #appstore {
    width: 145px;
}

.app-badges #playstore {
    width: 165px;
}

.icon-inteleviewer-white {
    background-image: url("images/inteleviewer_icon_white.png");
    background-repeat: no-repeat;
    padding: 13px 7px;
    background-position: center center;
}


/* Study & Report Attachments */
#attachment-panel {
    padding: 10px;
    border: thin solid #f1f1f1;
    min-height: 270px;
}

    #attachment-panel h5 {
        padding: 15px 5px;
        cursor: pointer;
    }

    #attachment-panel .fa-file-pdf-o {
        font-size: 80px;
    }

    #attachment-panel .panel-body {
        height: 305px;
        overflow: hidden;
    }

        #attachment-panel .panel-body img {
            margin-left: auto;
            margin-right: auto;
        }

    #attachment-panel .panel-footer {
        background: transparent;
        padding: 0;
    }

    #attachment-panel iframe,
    #attachment-panel embed {
        width: 100%;
        height: 300px;
    }

    #attachment-panel .thumbnail-img {
        height: 87px;
        width: auto;
    }

    .file-not-found {
        display: none;
    }

    .pp-body-content {
        margin-top: 75px;
        margin-left: auto;
        margin-right: auto;
        background-color: #FFF;
        border-bottom: 0 none;
        box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    }

.success-badge {
    background-color: forestgreen;
}

.invalid-badge {
    background-color: orange;
}

.error-badge {
    background-color: red;
}

.flex-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

/***
 Studies - Index
***/

@media (min-width: 768px) {
    #study-quick-search .form-group {
        padding: 5px 2px;
    }
}

#study-quick-search .form-group .form-control {
    width: 100%;
}

#studies {
    font-size: 14px;
    margin-top: 30px;
}

.user-filter-active, .user-filter-button,
.global-filter-active, .global-filter-button {
    margin: 3px 1px;
}

@media (max-width: 1024px) {
    .global-filter-button, .user-filter-button, #action-buttons > .col-md-10 > .btn, .btn-sm, .btn-group-sm > .btn {
        margin: 5px !important;
    }
}

.global-filter-button {
    border: 1px solid #2c3e50;
    color: #2c3e50;
}

    .global-filter-button:hover, .global-filter-button:focus, .global-filter-button:active {
        background: #2c3e50 !important;
        color: #fff;
    }

.global-filter-active, .global-filter-active:focus {
    background: #2c3e50 !important;
    border: 1px solid #2c3e50;
}


.user-filter-active, .global-filter-active {
    color: #fff;
}

#studies .study-header-sorter th:hover {
    cursor: pointer;
}

#studies .panel-body {
    padding: 0;
    border: 0;
    overflow-y: auto;
    overflow-x: auto;
    resize: vertical;
}

.order-dashboard-body {
    background-color: #ECF0F1;
}

/* Order matching */
.discrepancy {
    background-color: #eed3d7;
}

.no-discrepancy {
    background-color: inherit;
}

/* --------------------------------

Cookie Consent

-------------------------------- */
.cookie-consent-fab {
    left: 24px;
    bottom: 75px;
    z-index: 1001;
    position: fixed;
    padding-top: 15px;
    margin-bottom: 0;
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 30px;
}

    .cookie-consent-fab > i {
        font-size: 22px;
        line-height: 43px;
    }

.cookie-card {
    position: fixed;
    left: 55px;
    bottom: 150px;
    margin-bottom: 0;
    z-index: 998;
    max-width: 500px;
    z-index: 1001;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
}

    .cookie-card .card-content {
        padding: 24px;
        border-radius: 0 0 2px 2px;
    }

    .cookie-card .card-content .row {
        padding-bottom: 20px;
    }

@media only screen and (max-width: 670px) {
    .cookie-card {
        left: 0;
        bottom: 0;
        max-width: 100%;
        font-size: 11px;
    }

    .cookie-consent-fab {
        left: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
    }

        .cookie-consent-fab > i {
            font-size: 16px;
            line-height: 24px;
        }
}

@media only screen and (width: 320px) {
    .cookie-card .card-content {
        padding: 18px
    }
}

.cookie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
}

.check-breakglass {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
#breakglass-col {
    width: 75px;
    white-space: normal;
}

    #breakglass-col > .fa-chevron-up, #breakglass-col > .fa-chevron-down {
        float: right;
        margin-top: -6px;
    }
    .table > thead > tr > th {
        vertical-align: middle !important;
    }

.admin-cards > .col-lg-3 > .panel.panel-default {
    min-height: 190px !important;
}

@media only screen and (max-width: 370px) {
    .panel-body > .fa-3x {
        font-size: 2.8rem;
    }

    .panel-body.text-center {
        padding: 15px 5px;
    }

    .admin-cards > .col-lg-3 > .panel.panel-default > .panel-heading {
        font-size: 13px;
    }
}
    li a {
        cursor: pointer;
    }

.info-tips {
    float: right;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

        .info-tips i {
            font-size: 20px;
            margin-top: -5px;
        }

    .info-tips .dropdown-menu {
        padding: 10px 25px;
        color: #7b8a8b;
        font-size: 16px;
        line-height: 1.7;
        list-style-type: square;
        font-weight: 400;
    }

    .info-tips-search {
    margin-top: -3px;
}

    .info-tips-search .dropdown-menu {
        left: -300px;
    }

    .info-tips-table {
        margin-top: -40px;
    }

    .info-tips-table .dropdown-menu {
        left: -400px;
    }

@media (max-width: 1043px) {
    .info-tips-search {
        margin-top: -10px;
    }
}

@media (max-width: 500px) {
    .info-tips .dropdown-menu {
        font-size: 14px;
        line-height: 1.6;
    }

    .info-tips-search .dropdown-menu {
        left: -200px;
    }

    .info-tips-table .dropdown-menu {
        left: -250px;
    }
}

.table > tbody > tr > .compact {
    vertical-align: top;
}

.select2-container--default .select2-results__option {
    height: 30px;
}

/*search bar*/
.search-bar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 15px;
    justify-content: space-between;
}
.revoke-button {
    float: right;
    margin-top: 25px;
}

@media(max-width: 767px) {
    .search-bar {
        display: block;
    }
    .revoke-button {
        margin-top: -50px;
    }
    }

.deleted-item {
    color: #e74c3c;
    font-weight: 600;
}

.visible-xs {
    margin-bottom: 15px;
    width: 80px;
    float: left;
}

.help-block {
    margin-top: 15px !important;
}

/* Custom checkboxes for desktop and toggle switches for mobile devices
    javascript will detect mobile and add touch class to html
*/

.form-group.required .switch:after {
    display: none !important;
}

input:focus {
    outline: none !important;
}

html:not(.touch) .custom-checkbox {
    margin-top: 10px;
}
html:not(.touch) .slider {
    display: none;
}

html:not(.touch) .switch {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
    html:not(.touch) .switch input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
html:not(.touch) .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 2px solid #999;
    border-radius: 2px;
    transition: all 0.2s ease;
}

html:not(.touch) .checkmark-special {
    top: 13px !important;
}

html:not(.touch) .checkmark-assigned {
    top: -10px;
    left: 18px;
}

/* On mouse-over, add a grey background color */
html:not(.touch) .switch:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
html:not(.touch) .switch input:checked ~ .checkmark {
    background-color: #3498db;
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
html:not(.touch) .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
html:not(.touch) .switch input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
html:not(.touch) .switch .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

html:not(.touch) .custom-label {
    margin-left: 25px;
}

.touch .custom-label label {
    margin-top: 10px;
}

.touch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: 17px;
}

.touch .switch-assigned {
    top: 0;
}

.touch .custom-label {
    margin-left: 5px;
}

.touch .checkmark {
    display: none;
}

.touch .checkmark-assigned {
    top: -20px;
}

    .touch .switch input {
        display: none;
    }

.touch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .touch .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

/* include generated hidden field here */
.touch input[type="checkbox"]:checked + input[type="hidden"] + .slider,
.touch input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}

/* include generated hidden field here */
.touch input[type="checkbox"]:focus + input[type="hidden"] + .slider,
.touch input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #3498db;
}

/* include generated hidden field here */
.touch input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
.touch input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.touch .slider.round {
    border-radius: 34px;
}

    .touch .slider.round:before {
        border-radius: 50%;
    }

@media only screen and (max-width: 768px) {
    html:not(.touch) .checkmark {
        top: 1px;
    }
    .touch .custom-checkbox {
        margin-top: -10px;
    }
}

/*Custom multilevel sidebar*/
.custom-sidebar {
    position: fixed;
    z-index: 9999;
}
html:not(.touch) .queues-desktop {
    display: block;
}

html:not(.touch) .queues-mobile {
    display: none;
}

.touch .queues-mobile {
    display: block;
}

.touch .queues-desktop {
    display: none;
}
.first-menu {
    overflow-x: auto;
    white-space: nowrap;
    position: fixed;
    background-color: #3498db;
    height: 100vh;
    left: 0;
    width: 84px;
    top: 60px;
    padding-bottom: 100px;
    transition: all 0.2s linear;
}
.first-menu a {
    color: #fff;
    text-decoration: none;
}
.first-menu i {
    font-size: 20px;
}
.first-menu span {
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
}

    .first-menu li {
        padding: 15px 0 15px 30px;
        height: 56px;
    }
.first-menu li:hover, .first-menu li.active {
    background-color: rgba(255,255,255,0.2);
}
.menu-hovered, .custom-sidebar-wide .first-menu {
    width: 260px;
}
.submenu {
    position: fixed;
    left: 260px;
    width: 200px;
    top: 60px;
    background-color: #1d6fa5;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s linear;
}
.menu-hovered, .custom-sidebar-wide span {
    visibility: visible !important;
    opacity: 1 !important;
}
.align-middle {
    margin-left: 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.queues-desktop ul {
    list-style: none;
}
.queues-desktop li {
    padding: 15px 0 15px 20px;
}
.divider-wrap {
    height: 20px !important;
}
#side-out {
    top: 60px;
}
@media only screen and (min-width: 992px) {
    #side-out-toggle, #side-out {
        display: block !important;
    }
}
@media only screen and (max-width: 991px) {
    .body-content {
        padding-left: 15px !important;
    }
    #side-out-toggle, #side-out {
        display: none;
    }
    .touch .first-menu {
        overflow-y: auto;
    }
    .first-menu {
        width: 260px;    
    }
        .first-menu span {
            opacity: 1;
            visibility: visible;
        }
    .first-menu, .submenu {
        top: 60px;
    }
    .links-mobile {
        margin-left: 10px;
    }
    .notification-dropdown-menu {
        width: 100%;
    }
        .notification-dropdown-menu li {
            height: auto;
            padding: 0;
        }
    .select-lang-dropdown li {
        padding: 15px;
    }
}
.bootbox-prompt, .modal {
    margin-top: 70px !important;
}

#ReferrerLastName {
    margin-top: 5px;
}

.btn-reset-sorting {
    float: right;
    margin-right: 60px;
}
@media only screen and (max-width: 1020px) {
    .btn-reset-sorting {
        margin-right: 50px;
    }
}

.modal {
    margin-top: 70px;
}

.report-modal {
    max-height: 680px;
    overflow: auto;
}

.next {
    float:right;
}

.header-pagi {
    padding: 0 10px;
}

.borderless {
    border: none;
}

.prior-span {
    color: #ff9966;
    font-size: 20px;
    float: right;
    margin-right: 5%;
    font-weight: bold;
}

.btn-view-report {
    font-size: 11px;
    padding: 3px 8px;
    color: #ffffff;
    background-color: #1e7798;
    border-color: #1e7798;
}
    .btn-view-report:hover, .btn-view-report:focus {
        background-color: #196480;
        color: #ffffff;
    }

.note-editor.note-frame.fullscreen {
    z-index: 10000 !important;
    height: 100vh !important;
}

select + .select2-container {
    width: 100% !important;
}

.bootstrap-datetimepicker-widget, .open > .dropdown-menu {
    z-index: 2000;
}

.popover {
    z-index: 10000 !important;
}
.popover-navigation .btn-default {
    background: #3498db !important;
}

.touch .sign-in-body {
    margin-top: 78px;
}

.touch .app-smartbanner {
    left: 0;
    top: 0;
    width: 100vw;
    position: fixed;
    height: 78px;
    background: #eee;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    z-index: 10000;
    box-shadow: 2px 2px 5px #cccccc;
}

    .touch .app-smartbanner > .smartbanner-container {
        margin: 0 auto;
        height: 100%;
        width: 100%;
    }

        .touch .app-smartbanner > .smartbanner-container > .smartbanner-close:nth-child(1) {
            position: absolute;
            left: 7px;
            top: 7px;
            display: block;
            font-size: 15px;
            text-align: center;
            text-decoration: none;
            border-radius: 14px;
            border: 0;
            width: 17px;
            height: 17px;
            line-height: 17px;
            color: #b1b1b3;
            background: #efefef;
        }

    .touch .app-smartbanner .smartbanner-container:first-child:active,
    .touch .app-smartbanner .smartbanner-container:first-child:hover {
        color: #333;
    }

.touch .smartbanner-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 15px 0 30px;
}

    .touch .smartbanner-inner:first-child {
        display: flex;
        align-items: center;
    }

    .touch .smartbanner-inner .smartbanner-inner-info {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .touch .smartbanner-inner .smartbanner-inner-info .smartbanner-icon {
        height: 60px;
        width: 60px;
        border-radius: 10px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .touch .smartbanner-inner .smartbanner-inner-info:first-child img {
        width: 55px;
        height: auto;
        max-height: 55px;
    }

        .touch .smartbanner-inner .smartbanner-inner-info .smartbanner-info {
            font-size: 13px;
            line-height: 1.2em;
            font-weight: bold;
            color: #999;
            margin-left: 10px;
        }

        .touch .smartbanner-inner .smartbanner-inner-info .smartbanner-info div {
            font-size: 15px;
            line-height: 17px;
            color: #333;
            font-weight: bold;
        }

.popover-navigation .btn-group .btn {
    margin-right: 1rem;
}

@media (min-width: 768px) {
    #download-to-pacs-queue-search .form-group {
        padding: 5px 2px;
    }
}

#download-to-pacs-queue-search .form-group .form-control {
    width: 100%;
.register-here {
    font-size: 16px;
}
.register-here > a {
    font-weight: bold;
    font-size: 18px;
}

#sign-up-button {
    padding: 10px 15px !important;
}