﻿span.error {
    color: red;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10.5px;
    margin-bottom: 0px;
}

.table > thead > tr > td.selected,
.table > tbody > tr > td.selected,
.table > tfoot > tr > td.selected,
.table > thead > tr > th.selected,
.table > tbody > tr > th.selected,
.table > tfoot > tr > th.selected,
.table > thead > tr.selected > td,
.table > tbody > tr.selected > td,
.table > tfoot > tr.selected > td,
.table > thead > tr.selected > th,
.table > tbody > tr.selected > th,
.table > tfoot > tr.selected > th {
    background-color: #c4e0e9;
}

.form-control.read-only {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.table-xs .form-control {
    padding: 0 5px;
    min-width: 60px;
}

.form-control-number {
    width: 55px;
}

.form-control-percent {
    width: 50px;
}

.row-top-margin {
    margin-top: 2em;
}

/* From http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/ */
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
/* End from http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/ */


.right {
    float: right !important;
}

em.fa {
    margin-left: 10px;
}

.RoleBase {
    background-color: lightskyblue;
}

    .RoleBase:hover {
        background-color: lightskyblue;
        border: 1px solid cornflowerblue;
    }

    .RoleBase.active, .RoleBase:focus {
        background-color: cornflowerblue !important;
    }

.RoleWA-Allied {
    background-color: lightgreen;
}

    .RoleWA-Allied:hover {
        background-color: lightgreen;
        border: 1px solid mediumseagreen;
    }

    .RoleWA-Allied.active, .RoleWA-Allied:focus {
        background-color: mediumseagreen !important;
    }

.RoleWA-Other {
    background-color: lightpink;
}

    .RoleWA-Other:hover {
        background-color: lightpink;
        border: 1px solid palevioletred;
    }

    .RoleWA-Other.active, .RoleWA-Other:focus {
        background-color: palevioletred !important;
    }

.RoleSource {
    background-color: lightgoldenrodyellow;
}

    .RoleSource:hover {
        background-color: lightgoldenrodyellow;
        border: 1px solid orange;
    }

    .RoleSource.active, .RoleSource:focus {
        background-color: orange !important;
    }

.RoleAdditional {
    background-color: #ffc299;
}

    .RoleAdditional:hover {
        background-color: #ffc299;
        border: 1px solid #ff944d;
    }

    .RoleAdditional.active, .RoleAdditional:focus {
        background-color: #ff944d !important;
    }

    .RoleAdditional.inactive {
        background-color: #ffc299 !important;
    }

.ActivityBtn {
    background-color: lightgray !important;
}

#timeSlotItems {
    min-height: 300px;
}

.borderRight {
    border-right: solid 1px black;
}

.borderLeft {
    border-left: solid 1px black;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.btn-space-right {
    margin-right: 5px;
}

.btn-space-left {
    margin-left: 5px;
}

.input {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.fte-table {
    padding: 10px 20px 10px 20px;
    margin: 0 0 20px 0px;
    border: 1px #cccccc solid;
}

.wa-times {
    height: 300px;
    overflow: auto;
    margin-bottom: 0px;
    padding-top: 0px;
}

.label-lg {
    font-size: 90%;
}

.report-table {
    margin-top: 1cm;
}

    .report-table .fte-table-chart {
        width: 19cm;
        height: 8.5cm;
    }

.fte-table-chart {
    width: 100%;
    height: 500px;
}


table.patientChurn th, table.patientChurn td {
    border: 1px solid black;
    padding: 4px;
    text-align: center;
}

.heatmap-0 {
    background-color: #79C47C;
}

.heatmap-1 {
    background-color: #CBDC81;
}

.heatmap-2 {
    background-color: #E3E282;
}

.heatmap-3 {
    background-color: #FED781;
}

.heatmap-4 {
    background-color: #FED781;
}

.heatmap-5 {
    background-color: #FDB87B;
}

.heatmap-6 {
    background-color: #FB9373;
}

.heatmap-7 {
    background-color: #FB9373;
}

.heatmap-8 {
    background-color: #FA8370;
}

.heatmap-9 {
    background-color: #F8696B;
}

.topnavbar .nav-wrapper .brand-logo-right {
    margin: 2px;
}

.brand-logo > img {
    height: 78px;
    margin-top: 2px;
}


.brand-logo-collapsed > img {
    height: 64px;
}
