﻿/*
    this is to hide all IE8 things...
    */
.ie8 {
    display: none;
}

body {
    cursor: default;
    /*from: http://lea.verou.me/css3patterns/*/
    background: radial-gradient(#555 15%, transparent 16%) 0 0, radial-gradient(#555 15%, transparent 16%) 6px 6px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 6px 7px;
    background-color: #777;
    background-size: 12px 12px;
}

a, .pointer {
    cursor: pointer;
}

h3, 
h4 {
    font-weight: bold;    
}

/* this is overriding the default of bootstrap. */
.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}

.navbar .container {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

form {
    margin: 0;
}

.section-header {
    font-weight: bold;
}

.shaded-section-header {
    background-color: #e7e7e7;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right: 0;
}


.multiline-header {
    vertical-align: top;
}

.multiline-content {
    display: inline-block;
    white-space: pre-line;
}

.container.piper-backtransfer-view {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.inline-block {
    display: inline-block;
}

/**
   STD bootstrap overrides that need to occur before our styling 
    **/
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #C0C0C0;
}

.table th,
.table td {
    border-top: 1px solid #C0C0C0;
}

/**
    home/banner
 **/
.home-content {
    width: 100% !important;
}

.home-container {
    position: absolute;
    top: 0;
    width: 100%;
}

    .home-container .container {
        position: relative;
    }

.home-login {
    vertical-align: bottom;
    display: inline-block;
}

.home-banner {
    padding: 20px 0 20px;
    background: url("../img/arv-background.png");
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.2),inset 0 -3px 7px rgba(0,0,0,0.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,0.2),inset 0 -3px 7px rgba(0,0,0,0.2);
    color: #424242;
    position: relative;
}

    .home-banner .banner-text, .home-banner a {
        font-weight: bold;
        font-size: 2.2em;
        text-align: center;
        margin-top: 30px;
    }

    .home-banner .banner-text {
        color: white;
    }

    .home-banner .arv-phone {
        font-family: "Verdana";
        font-size: 1.6em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .home-banner .arv-email {
        font-size: 1em;
    }

    .home-banner .arv-logo-text {
        color: white;
    }

    .home-banner .arv-forgot-password {
        font-size: 1.5em;
    }

    .home-banner .arv-logo {
        margin-top: 30px;
    }

    .home-banner a {
        color: #424242;
    }

.nav-pills > li {
    margin-top: 40px;
}

    .nav-pills > li > a {
        color: #D0D0D0;
    }


.home-content .nav > li > a:hover,
.home-content .nav > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: inherit;
}

/**
   home banner button overrides 
    **/
.home-login #login-button, .home-login #user-button {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    background-color: #424242;
    *background-color: #424242;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    color: #E0E0E0;
    font-weight: bold;
    border-color: #424242;
    text-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .home-login #login-button:hover {
        background-position: inherit;
    }

/**
 End home styling   
 **/
/**
 Site wide banner   
    **/
.site-banner {
    padding: 10px 0 10px;
    height: 100px;
    background: url("../img/arv-background.png");
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,0.2),inset 0 -3px 7px rgba(0,0,0,0.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,0.2),inset 0 -3px 7px rgba(0,0,0,0.2);
    color: #d0d0d0;
    position: relative;
}

.reach-background {
    height: 80px;
    background: url("../img/reach-background.png");
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    background-repeat: no-repeat;
    vertical-align: middle;
}

    .reach-background h4 {
        line-height: 80px;
        font-weight: 200;
        font-size: 20px;
        padding-top: 5px;
        padding-left: 5px;
    }

.site-banner h4 {
    margin: 5px 0;
}


.arv-banner-logo {
    height: 60px;
    margin-top: 15px;
}

.arv-banner-text {
    margin-top: 8px;
    margin-right: 210px;
}

    .arv-banner-text h4 {
        line-height: 25px;
        text-align: right;
        color: #424242;
        font-weight: bold;
    }

        .arv-banner-text h4.phone {
            font-size: 1.6em;
        }

.hict-banner-logo {
    height: 80px;
    background: url("../img/hict-logo.png");
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: right center;
    vertical-align: middle;
}
/****/

.table tbody[class*="tbody-"] > tr[data-row-name="SubTotals"] td {
    background-color: #E7ECF0;
    color: #52788D;
}

.table tbody > tr[data-row-name="GrandTotals"] td {
    background-color: #b9b9f3;
    color: #18188c;
}

/**
 DASHBOARD cell color red/green
 **/

table td.last-cell {
    border-right: 2px solid #b0b0b0;
}

table td.text-success {
    background-color: #DEF6D4 !important;
    color: #3D763F;
}

table td.text-danger {
    background-color: #F5D5D6 !important;
    color: #Af2D2D;
}

table td.text-warning {
    background-color: #feeec4 !important;
    color: #b77d29;
}

.text-danger, .text-success, .text-warning {
    font-weight: bold;
}

.text-warning {
    color: #c09853 !important;
}

.text-normal {
    font-weight: normal;
}

/**
 END dashboard cell color red/green
 **/
/**
 Dashboard table layout
 **/

table td.link-blue {
    color: #0088cc;
}

table td, table th {
    background-color: white;
}

    table td span.cell-data {
        text-align: center;
        width: 100%;
        height: 100%;
        display: block;
    }

    table td.text-center, table th.text-center {
        text-align: center;
    }

    table td.vtext {
        vertical-align: middle !important;
    }

.arv-odd > td {
    background-color: #f6f6f6;
}

.arv-even > td {
    background-color: #f9f9f9;
}

    .table tbody > tr[data-row-name="SectionHeader"] > td, .table-bordered thead > tr > th {
        background-color: #DeDeDe;
        background-image: -moz-linear-gradient(top, #DeDeDe, #d0d0d0);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DeDeDe), to(#d0d0d0));
        background-image: -webkit-linear-gradient(top, #DeDeDe, #d0d0d0);
        background-image: -o-linear-gradient(top, #DeDeDe, #d0d0d0);
        background-image: linear-gradient(to bottom, #DeDeDe, #d0d0d0);
        background-repeat: repeat-x;
        border: 1px solid #d0d0d0;
    }

    .table-bordered thead {
        border: 1px solid #B4B4B4;
    }

.table tbody > tr[data-row-name="ColumnHeader"] > td {
    background-color: #FFFFFF;
}

/** this section overrides the footer styles in arv.forms**/
/* Footer
-------------------------------------------------- */

.footer {
    text-align: left;
    padding: 10px 0;
    margin-top: 70px;
    border-top: 1px solid #2d2d2d;
    background-color: #464646;
}

    .footer div, .footer a {
        color: #a0a0a0;
    }

        .footer a:hover, .footer a:focus {
            color: #059fec;
        }

    .footer .footer-logo {
        line-height: 30px;
    }

    .footer .footer-copyright {
        margin-top: 5px;
    }

    .footer .footer-text {
        margin-top: 4px;
        text-align: right;
        margin-right: 100px;
        line-height: .9em;
    }



.footer-links {
    margin: 10px 0;
}

    .footer-links li {
        display: inline;
        padding: 0 2px;
    }

        .footer-links li:first-child {
            padding-left: 0;
        }
/*
    END footer overrides 
 */

.connection-status {
    position: relative;
    top: 8px;
}

.icon-connection-status {
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    background-color: #77d42a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #268a16;
    display: inline-block;
    color: #306108;
    padding: 6px;
}

.reconnecting .icon-connection-status {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background-color: #ffec64;
    border: 1px solid #ffaa22;
}

.disconnected .icon-connection-status {
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background: -moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    background-color: #fe1a00;
    border: 1px solid #d83526;
}

/**
 End signalR overrides
 **/
/*
 table rounded corner overrides   
 */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
}

/*
 end table rounded corner overrides
 */

/*
 end nav bar rounded corners
 */

/*
 nav bar overrides 
 */
.navbar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-height: 40px;
}

.navbar .container-fluid {
    padding-right: 30px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
    color: #0088cc;
}

.navbar .nav .dropdown-menu .active > a {
    color: #ffffff;
}

.navbar-search .search-query {
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#campusSearch ul.nav {
    float: left;
}

#campusSearch li.dropdown.open > a {
    color: #fff;
    background-color: #111;
}

#campusSearch li.dropdown > a:hover {
    color: #fff;
    background-color: transparent;
}

#campusSearch > li.dropdown.open > a {
    color: #fff;
    background-color: #111;
}

ul.nav-tabs > li {
    background-color: #eee;
    border-color: #eee #eee #bbb;
}

label {
    font-weight: normal !important;
}

.campuses-nav-header,
.users-nav-header,
.alert-recipients-nav-header,
.areas-nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-transform: uppercase;
}

.reach-form-control,
.reach-form-control-min,
.reach-form-control-mid {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.reach-form-control {
    width: 93%;
}

.reach-form-control-min {
    width: 60px;
}

.reach-form-control-mid {
    width: 206px;
}

textarea.reach-form-control,
textarea.reach-form-control-min {
    height: auto;
}

input.campuses-search,
input.users-search {
    padding: 4px 14px;
    border-radius: 15px;
    border: 1px solid #ccc;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border linear .2s,box-shadow linear .2s;
}

    input.campuses-search:focus,
    input.users-search:focus {
        border-color: rgba(82,168,236,.8);
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    }

.navbar-search {
    float: left;
    padding-top: 7px;
}

/**
    well overrides. rounded corners.
    **/
.well {
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0; /*1px solid #e3e3e3;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
}

    /** margin overrides for lists inside wells.**/
    .well .nav-list {
        padding-right: 0;
        padding-left: 0;
    }

.form .well .row {
    margin-left: 0;
    margin-right: 0;
}

.form .well label {
    font-weight: 500;
}

.nav-list-constrained {
    max-height: 450px;
    overflow-y: auto;
    height: 450px;
}

/**
     nav list overflow    
     **/
.nav-list > li > a {
    /*white-space: nowrap;*/
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 3px 15px;
}

/** Forms styling **/

.form > .well {
    padding-top: 69px;
}

.form-header {
    background-color: #e9e9e9;
    border-bottom: 1px solid #d6d6d6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.form-header-content {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 10px;
}

.input-append .required-indicator,
.input-prepend .required-indicator {
    font-size: 12pt;
}

.required-indicator {
    color: red;
    margin-left: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

/** tabs**/
.nav-tabs {
    margin-bottom: 0px;
}
/** incident tabs **/
.form .well .nav-tabs {
    padding-left: 19px;
    border-bottom: 1px solid #BBBBBB;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    border: 1px solid #BBBBBB;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #BBBBBB;
}

/**
   incident styling 
    **/

#indicentDashboard .form .well {
    padding-left: 0;
    padding-right: 0;
}

#indicentDashboard .alert {
    margin-left: 19px;
    margin-right: 19px;
}

#indicentDashboard .incident-button {
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    background-color: #e51400;
    opacity: 0.75;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    color: #E0E0E0;
    font-weight: bold;
    border-color: #e51400;
    text-shadow: none; /*0 1px 1px rgba(255, 255, 255, 0.75);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    #indicentDashboard .incident-button.active {
        background-color: #8cbf26;
        border-color: #8cbf26;
        opacity: 1;
    }

    #indicentDashboard .incident-button:hover {
        background-position: inherit;
        opacity: 1;
    }


.tagline {
    font-size: 11pt;
    font-weight: normal;
}

    .tagline h4 {
        margin-bottom: 0px;
    }

.hospital-view dt {
    margin-top: 1.2em;
}

legend {
    display: none;
}

#patientDataTab, #surgeBedDataTab {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

ul.tiles {
    margin-top: 20px;
    list-style: square;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.thumbnails > li.tile {
    display: block;
    cursor: pointer;
    -webkit-perspective: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.2s;
    float: left;
    width: 220px;
    height: 190px;
    text-align: center;
    padding: 20px;
    opacity: 0.75;
    background-color: #616161;
    margin: 5px;
}

    .thumbnails > li.tile,
    .thumbnails > li.tile h2,
    .thumbnails > li.tile h3,
    .thumbnails > li.tile h4,
    .thumbnails > li.tile h5,
    .thumbnails > li.tile h6,
    .thumbnails > li.tile span {
        color: #ffffff;
        -webkit-user-select: none;
    }

        .thumbnails > li.tile h2 {
            font-size: 1.75em;
            margin-top: -20px;
            margin-left: 0px;
        }

        .thumbnails > li.tile h3,
        .thumbnails > li.tile h4 {
            margin-top: -15px;
        }

            .thumbnails > li.tile h1.tile-text,
            .thumbnails > li.tile h2.tile-text,
            .thumbnails > li.tile h3.tile-text,
            .thumbnails > li.tile h4.tile-text,
            .thumbnails > li.tile h5.tile-text {
                margin-top: 0px;
                text-align: left;
                margin-left: 10px;
            }

        .thumbnails > li.tile span.tile-text {
            margin-top: 0px;
            text-align: center;
        }

.thumbnails button {
    background-color: transparent;
    border: 0;
    width: 100%;
}

    .thumbnails button:focus {
        border: 0;
        border-style: none;
        outline: none !important;
    }

.thumbnails a {
    background-color: transparent;
    border: 0;
    width: 100%;
}

    .thumbnails a:focus {
        outline: none;
    }

.thumbnails > li.tile span.tile-text {
    display: block;
    width: 100%;
    font-weight: bold;
}

div.tilesgroup {
    margin-top: 20px;
    width: 960px;
    margin: auto;
}

.thumbnails > li.tile a:hover {
    text-decoration: none;
}

.thumbnails > li.tile img {
    border: 0;
    width: 190px;
}

.thumbnails > li.tile:hover {
    opacity: 1;
}

.thumbnails > li.tile i {
    line-height: 2;
}

.thumbnails > li.tile.tile-double {
    width: 260px;
}

.thumbnails > li.tile.tile-blue {
    background-color: #2e8bcc;
}

.thumbnails > li.tile.tile-darkblue {
    background-color: #254061;
}

.thumbnails > li.tile.tile-green {
    background-color: #339933;
}

.thumbnails > li.tile.tile-red {
    background-color: #e51400;
}

.thumbnails > li.tile.tile-yellow {
    background-color: #ffc40d;
}

.thumbnails > li.tile.tile-orange {
    background-color: #f09609;
}

.thumbnails > li.tile.tile-pink {
    background-color: #e671b8;
}

.thumbnails > li.tile.tile-purple {
    background-color: #7b4f9d;
}

.thumbnails > li.tile.tile-lime {
    background-color: #8cbf26;
}

.thumbnails > li.tile.tile-magenta {
    background-color: #ff0097;
}

.thumbnails > li.tile.tile-teal {
    background-color: #00aba9;
}

.thumbnails > li.tile.tile-lightpink {
    background-color: #e6b9b8;
}

.thumbnails > li.tile.tile-mildblue {
    background-color: #376092;
}

.thumbnails > li.tile.tile-darkpink {
    background-color: #d99694;
}

.thumbnails > li.tile.tile-paleblue {
    background-color: #b9cde5;
}

.thumbnails > li.tile.tile-palemauve {
    background-color: #ccc1da;
}

.thumbnails > li.tile.tile-mauve {
    background-color: #b09fc6;
}


.icon-sign-blank {
    color: #333333;
}

.thumbnails > li.tile.tile-image {
    padding: 20px 5px;
    width: 220px;
}

.tile-image img {
    padding: 17px 0;
}

/** user form styles**/
.user-campus-list {
    max-height: 200px;
    overflow-y: auto;
}

.user-role-list {
    max-height: 100px;
    overflow-y: auto;
}

/*
    These are button in the nav. the styles below are to make them look like the
    links
    TODO watch this selector and possibly put the '>' back. it was removed to 
    try make it compatible with ie7 
  */
.dropdown-menu li button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    border: 0;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

    .dropdown-menu li button:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #0081c2;
    }

table[datepicker] button {
    padding: 5px 10px;
}

ul[datepicker-popup-wrap] .btn-group {
    display: block;
}

ul[datepicker-popup-wrap] .btn-group > button {
    width: 33%;
    clear: none;
}

ul[datepicker-popup-wrap] button.pull-right {
    width: inherit;
}

.bed-form-container {
    background-color: #e9e9e9;
    padding: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

.bed-divider {
    border-right: 1px solid #d6d6d6;
    margin-right: 20px;
}

    .bed-divider.bed-ccu-contributes-to-icu {
        border-left: 0;
    }

.hdu-combined {
    width: 100% !important;
    text-align: center;
}

/**the following were added for the patient referral form*/
.border-top {
    border-top: 1px black solid;
    padding-top: 5px;
}

div.border-top h4 {
    margin-top: 0;
}

div.border-top h5 {
    margin-top: 0;
}

hr {
    border-top: 1px solid #dddddd;
    border-bottom: 0;
    margin: 8px 0;
}

    hr.visible-break {
        border-top: 2px solid #dddddd;
    }

.multi-line {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}

fieldset:disabled input,
fieldset:disabled textarea,
fieldset:disabled select,
fieldset:disabled label {
    border: none !important;
    background: transparent;
    color: #000 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

fieldset:disabled select {
    -webkit-appearance: none;
}

    fieldset:disabled select::-ms-expand {
        display: none;
    }

fieldset:disabled textarea {
    resize: none;
}

fieldset:disabled .required-indicator {
    display: none;
}


.top-padding {
    padding-top: 5px;
}


.table > thead > tr.table-section-header > th {
    color: #fff;
    background-color: #548dd4;
    background-image: linear-gradient(to bottom, #548dd4, #4e7fbb);
    vertical-align: middle;
    text-align: center;
}

.table > thead > tr.table-column-header > th {
    background-color: #d3dfee;
    background-image: linear-gradient(to bottom, #d3dfee, #ced8e5);
    vertical-align: middle;
    text-align: center;
}

.table > thead > tr > th.width-1 {
    width: 7.69%;
}


.table > thead > tr > th.width-2 {
    width: 15.38%;
}

.table > thead > tr > th.width-2-5 {
    width: 19.23%;
}

.table > thead > tr > th.sort-none,
.table > thead > tr > th.sort-ascending,
.table > thead > tr > th.sort-descending {
    cursor: pointer;
}

    .table > thead > tr > th.sort-ascending:after {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f0de";
        margin-left: .5em;  
    }

    .table > thead > tr > th.sort-descending:after {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f0dd";
        margin-left: .5em;
    }


    .table > tfoot > tr > td {
        background-color: #d3dfee;
        color: #333;
        font-weight: bold; 
    }

    .table td.shaded-cell {
        background-color: #d3dfee !important;
    }

    .l6-info-button {
        border-radius: 50%;
        padding: 0 8px;
    }

    .l6-info-modal {
        text-align: left;
        
    }

.back-transfer-create {
    margin-bottom: 20px;
}

.back-transfer .controls input[type=text],
.back-transfer .controls input[type=number],
.back-transfer .controls input[type=date],
.back-transfer .controls select,
.back-transfer .controls textarea {
    box-sizing: border-box;
    height: 30px;
    width: calc(100% - 12px);
}

.back-transfer .controls textarea {
    height: 50px;
}

.back-transfer fieldset[disabled] label {
    font-weight: bold;
}

.back-transfer fieldset[disabled] .controls input[type=text],
.back-transfer fieldset[disabled] .controls input[type=number],
.back-transfer fieldset[disabled] .controls select,
.back-transfer fieldset[disabled] .controls textarea {
    padding: 0;
}

.back-transfer .btn {
    margin-bottom: 4px;
}

.back-transfers.table > thead > tr.table-section-header > th {
    text-align: left;
}

.back-transfers.table > thead > tr.table-section-header > th.text-center {
    text-align: center;
}

.back-transfers .icon-remove.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.backtransfer-cancellation-confirmation input[type=text], .backtransfer-cancellation-confirmation select, .backtransfer-cancellation-confirmation textarea {
    width: calc(100% - 50px);
}
.backtransfer-cancellation-confirmation .row {
    margin: 0;
}

.backtransfer-medication-date-ceased {
    width: 100%;
    max-width: 190px;
}

.padding__top__4 {
    padding-top: 4px;
}

td.day.active {
    background-color: lightblue;
}