﻿body {
    padding-top: 70px;
    background-color: #393939;
    cursor: default;
}

a, .pointer {
    cursor: pointer;
}

.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;
}

.dashboard-icon-37 {
    height: 37px;
}

.accepted-backtransfers {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 20px;
}

.accepted-backtransfers-title-row {
    margin-left: 0;
    margin-right: 0;
}

.accepted-backtransfers-title {
    border-bottom: 1px solid #262626;
    border-top: 1px solid #262626;
    background-color: #404040;
    color: #999999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.view-backtransfer-clinical-coordinator {
    width: calc(100% - 20px);
}

.rounded-icon {
    border: 1.5px solid #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border-radius: 100px;
    margin: 4px;
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    vertical-align: top;
}

.white-text {
    color: white;
}

.light-grey-text {
    color: #999999;
}

.interactCursor {
    cursor: pointer;
}

.backtransfer-alert-rectangle {
    color: white;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.backtransfer-aligned-icons {
    height: 41px;
}


.backtransfer-aligned-icons > div, .backtransfer-aligned-icons > span {
    float: right;
}

.backtransfer-aligned-icons > .arvisicon {
    display: inline-block;
    margin-top: 0;
}

.backtransfer-alert-rectangle > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 100px;
}

.backtransfer-alert-rectangle.danger {
    background-color: #e51400;
}

.backtransfer-alert-rectangle.warning {
    background-color: #f09609;
}

.backtransfer-alert-rectangle.info {
    background-color: #339933;
}

.reach-edit-screen {
    border-left: 1px solid #e0e0e0;
    width: calc(100% - 200px);
    margin-left: 200px;
    box-sizing: border-box;
    display: inline-block;
    padding-left: 15px;
}

.reach-edit-menu {
    width: 200px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    min-height: 400px;
}

.reach-edit-menu ul {
    min-height: 75px;
}

.reach-edit-screen input[type=text],.reach-edit-screen input[type=number],.reach-edit-screen select,.reach-edit-screen textarea{
    width: calc(100% - 25px);
}

.backtransfer-cancellation-confirmation input[type=text], .backtransfer-cancellation-confirmation select, .backtransfer-cancellation-confirmation textarea {
    width: calc(100% - 25px);
}

.backtransfer-edit .affix {
    max-width: none;
    height: calc(100vh - 140px);
}

.backtransfer-edit .arvis-form-header {
    padding: 15px;
}

.backtransfer-edit input.ng-dirty.ng-invalid,
.backtransfer-edit select.ng-dirty.ng-invalid,
.backtransfer-edit textarea.ng-dirty.ng-invalid {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}


.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;
}

.reach-edit-partial-header > div:first-child {
    line-height: 66px;
    background-color: #e0e0e0;
    margin-left: -10px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.reach-edit-partial-header > div:first-child .text-danger {
    line-height: 66px;
}

.backtransfer-edit-buttons {
    position: absolute;
    bottom: 5px;
    right: 15px;
    width: calc(100% - 20px);
}

.backtransfer-edit-buttons .btn-group {
    width: 100%;
}

.backtransfer-edit-buttons .btn-group button {
    width: 50%;
}

.backtransfer-edit-buttons > button {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 5px;
}

.validation-summary ul {
    max-height: calc(100vh - 510px);
    border: 1px solid #eedddd;
    border-radius: 3px;
    margin-top: 10px;
    overflow-y: auto;
}

.validation-summary .error-line {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.backtransfer-cancellation-confirmation .modal-footer h5 {
    text-align: left;
    margin-bottom: 30px;
}

/**
   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;
}

dd {
    margin-left: 0;
}

/**
    home/banner
 **/
.home-content {
    width: 100% !important;
}

.home-container {
    position: absolute;
    top: 0;
    width: 100%;
}

    .home-container .container {
        position: relative;
    }

.home-login {
    /*position: absolute;
    top: 20px;
    right: 20px;*/
}

.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: 1.3em;
    }

    .home-banner .arv-phone {
        font-family: "Verdana";
        font-size: 1.7em;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .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; /*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;
}

    .home-login #login-button:hover {
        background-position: inherit;
    }

/**
 End home styling   
 **/
/**
 Site wide banner   
    **/
.site-banner {
    padding: 10px 0 10px;
    height: 80px;
    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;
    }

.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;
    }

        .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;
}
/****/

/**
 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-error {
    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;
}

.container.backtransfer-transport-form {
    padding: 20px;
    min-height: calc(100vh - 100px);
}

.backtransfer-transport-form .selected-date option[selected="selected"]{
    font-weight: bold;
}

.backtransfer-transport-form-transfers .backtransfer-transport-form-transfer {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #eeeeee;
    min-height: 50px;
    border-radius: 3px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.backtransfer-transport-form-transfers .backtransfer-transport-form-transfer .select-transport {
    float: right;
    width: 200px;
}

.backtransfer-transport-form-transfers .backtransfer-transport-form-transfer:hover {
    background-color: #e0e0e0;
    border: 1px solid #dddddd;
}

.backtransfer-transport-form-transfers .backtransfer-transport-form-transfer.selected {
    box-shadow: 0px 0px 0px 2px #66AFE9;
}

.backtransfer-transport-form-transfers .backtransfer-transport-form-transfer.selected:hover {
    box-shadow: 0px 0px 0px 2px #66AFE9;
}

.backtransfer-transport-form-transfers .backtransfer-transport-form-transfer div:first-child {
    font-weight: bold;
}

.piper-backtransfer-view-pending-confirmed {
    display: inline-block;
}

/* Roman start */
.backtransfer-transport-form-transports .backtransfer-transport-form-transport div {
    padding: 5px;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color: #f0f0f0;
}

/* Roman end */

/**
 END dashboard cell color red/green
 **/
/**
 Dashboard table layout
 **/
table td.link-blue {
    color: #0088cc;
}

.autocomplete-found {
    color: #0088cc;
}

.dropdown-menu > .active > a .autocomplete-found,
a:hover .autocomplete-found {
    color: #ffffff;
}

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;
    }

.arv-odd > td {
    background-color: #f6f6f6;
}

.arv-even > td {
    background-color: #f9f9f9;
}

.table-bordered {
    /* border-collapse: collapse;  original value == separate. might need to ONLY apply to dashboard tables... */
}

    .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;
}

/** Care classification specific colouring**/
.table tbody[class*="tbody-"] > tr {
    border-left-width: 4px;
    border-left-style: solid;
}

.table tbody.tbody-Tertiary > tr {
    border-left-color: #E4C52F;
}

.table tbody.tbody-SubTertiary > tr,
.table tbody.tbody-Metro > tr {
    border-left-color: #2E9FDB;
}

.table tbody[class*="tbody-"] > tr[data-row-name="SubTotals"] td { /*tbody-SubTertiary > tr[data-row-name="SubTotals"] td {*/
    background-color: #E7ECF0;
    color: #52788D;
}

.table tbody.tbody-SubRegional > tr {
    border-left-color: #6F8C70;
}

.table tbody.tbody-Regional > tr {
    border-left-color: #7b4f9d;
}

.table tbody.tbody-Private > tr {
    border-left-color: #238e7d;
}
/** bottom border of subtotals care classification colouring**/

.table tbody[class*="tbody-"] > tr[data-row-name="SubTotals"] {
    border-bottom-width: 4px;
    border-bottom-style: solid;
}


.table tbody.tbody-SubTertiary > tr[data-row-name="SubTotals"],
.table tbody.tbody-Metro > tr[data-row-name="SubTotals"] {
    border-bottom-color: #2E9FDB;
}

.table tbody.tbody-Tertiary > tr[data-row-name="SubTotals"] {
    border-bottom-color: #E4C52F;
}

.table tbody.tbody-Regional > tr[data-row-name="SubTotals"],
.table tbody.tbody-RuralandRegional > tr[data-row-name="SubTotals"] {
    border-bottom-color: #7b4f9d;
}

.table tbody.tbody-Private > tr[data-row-name="SubTotals"] {
    border-bottom-color: #238e7d;
}
/**end subtotals-care classification colouring **/


.table tbody.tbody-RuralandRegional > tr,
.table tbody.tbody-BarwonSouthWest > tr {
    border-left-color: #7b4f9d;
}

.table tbody.tbody-Gippsland > tr {
    border-left-color: #a2b501;
}

.table tbody.tbody-Grampians > tr {
    border-left-color: #b59701;
}

.table tbody.tbody-Hume > tr {
    border-left-color: #b56d01;
}

.table tbody.tbody-LoddonMallee > tr {
    border-left-color: #b53301;
}

.table tbody > tr[data-row-name="GrandTotals"] {
    border-left-color: #4343e6;
    border-bottom-color: #4343e6;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}

    .table tbody > tr[data-row-name="GrandTotals"] td {
        background-color: #b9b9f3;
        color: #18188c;
    }



/**end care classification specific colouring **/

/** 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 
 */
/**
 signalR style overrides (from arvForm.css)   
 **/
.connection-status {
    position: relative;
    top: 5px;
}

    .connection-status > i[class*=" icon-"] {
        
    }

.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-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
    color: #0088cc;
}

.navbar .nav .dropdown-menu .active > a {
    color: #ffffff;
}

/**
    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;
    }

.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;
}

/** 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;
}

.form-body {
    margin-top: 50px;
}

.control-group .required-indicator,
.control-group .required-indicator {
    font-size: 12pt;
}

.required-indicator {
    color: red;
    margin-left: 5px;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 1%;
}

/* Don't scale fixed inputs... they look strange and generally have a specific meaning. */
.input-xxsmall-fixed {
    width: 50px !important;
}

.input-xsmall-fixed {
    width: 60px !important;
}

.input-small-fixed {
    width: 90px !important;
}

.input-medium-fixed {
    width: 150px !important;
}

.input-date-fixed {
    width: 120px !important;
}

.input-date-with-now-fixed {
    width: 170px !important;
}

.input-medium {
    width: 75% !important;
}

.input-large {
    width: 90% !important;
}

.input-xxlarge {
    width: 100% !important;
}

.text-after-input {
    padding-top: 5px;
}

.double-input .form-control{
    width: 50%;
}

.datetime-date {
    width: 63% !important;
}
.datetime-time {
    width: 37% !important;
}
.double-input .form-control:focus {
    border-right-width: 1px;
}
/** 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;
}

.hospital-view-readonly dl {
    margin-top: 1.2em;
    margin-bottom: 0;

}

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: 130px;
    height: 130px;
    text-align: center;
    padding: 5px;
    opacity: 0.75;
    background-color: #2e8bcc;
    margin-left: 0px;
    margin-right: 30px;
}

    .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 > li.tile span.tile-text {
    display: block;
    width: 100%;
    font-weight: bold;
}


.thumbnails > li.tile a:hover {
    text-decoration: none;
}

.thumbnails > li.tile img {
    border: 0;
}

.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-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;
}

.icon-sign-blank {
    color: #333333;
}


/** user form styles**/
.user-campus-list {
    max-height: 200px;
    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;
    }

.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;
}

div.taglist {
    display: inline-block;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 5px;
    width: 300px;
}

    div.taglist span.tag {
        border: 1px solid #a5d24a;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        display: block;
        float: left;
        padding: 5px;
        text-decoration: none;
        background: #cde69c;
        color: #638421;
        margin-right: 5px;
        margin-bottom: 5px;
        font-family: sans-serif;
        font-size: 13px;
    }

        div.taglist span.tag a {
            font-weight: bold;
            color: #82ad2b;
            text-decoration: none;
            font-size: 11px;
        }

    div.taglist div.tag-input input {
        width: 90%;
        margin: 0px;
        font-family: sans-serif;
        font-size: 13px;
        border: 1px solid transparent;
        padding: 5px;
        background: transparent;
        color: #000;
        outline: 0px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
            background-color: #fff;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > thead > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > thead > tr:last-child > td,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.table-condensed th {
    font-size: 12px;
}

.table-td-align-center td {
    text-align: center;
}

.input-fluid {
    width: 90%;
}

.input-fluid100 {
    width: 100%;
}

.transport-leg-matrix-header-column {
    width: 20%;
}

.transport-leg-matrix-content-column {
}

/*for display in arv case follow up report*/
/*to align text to span2 without using input box*/
.span2-align-text-vertical {
    margin-top: 4px;
}

.border-top {
    border-top: 1px black solid;
    padding-top: 5px;
}

.gray50 {
    color: #777777;
}

.datetime-offset {
    margin-left: 34px !important;   
}

.top-buffer {
    margin-top: 20px;
}

.padding-top {
    padding-top: 3px !important;
}

/** Replicate Bootstrap 2.3.2 nav-list - http://stackoverflow.com/questions/18281636/what-replaces-nav-lists-in-bootstrap-3 */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #428bca;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* Other */
.offset-top {
    margin-top: -3px;
}

label {
    font-weight: normal;
}

.modal-backdrop.am-fade {
  opacity: .5;
  transition: opacity .15s linear;
}
.modal-backdrop.am-fade.ng-enter {
  opacity: 0;
}
.modal-backdrop.am-fade.ng-enter.ng-enter-active {
  opacity: .5;
}
.modal-backdrop.am-fade.ng-leave {
  opacity: .5;
}
.modal-backdrop.am-fade.ng-leave.ng-leave-active {
  opacity: 0;
}

.cancel-left-margin div {
    margin-left: 0px !important;
}

.cancel-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

select.form-control, 
textarea.form-control, 
input[type="text"].form-control, 
input[type="password"].form-control, 
input[type="datetime"], 
input[type="datetime-local"].form-control, 
input[type="date"].form-control, 
input[type="month"].form-control, 
input[type="time"].form-control, 
input[type="week"].form-control, 
input[type="number"].form-control,
input[type="email"].form-control, 
input[type="url"].form-control, 
input[type="search"].form-control, 
input[type="tel"].form-control, 
input[type="color"].form-control, 
.uneditable-input.form-control {
    display: inline-block; /* Allow required-indicator to sit side-by-side */
    margin-bottom: 10px;
}

label, span.help-inline.error {
    display: block; /* Stop label sitting next to inline-block input when there's available space */
}

.label-inline {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

bing-map {
    position : relative; 
    width:100%;
    max-width: 800px;
    height:500px;
    display: block;
    border-style: solid;
    border-color: lightslategrey;
    border-width: 1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .affix-margin {
        padding-left: 15px;
    }
}

/* Set the collapse break-point earlier to prevent the fixed menu bar
   overlapping page content (e.g. referrals and cases).
*/
@media (max-width: 1330px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/* margin-bottom on inputs introduce input-group-addon height differences. Ideally this could be done automatically...?  */
.fix-input-group-addon-height .form-control, .fix-input-group-btn-height .form-control {
    margin-bottom: 0px !important;
}

.fix-input-group-addon-height, .fix-input-group-btn-height {
    margin-bottom: 10px;
}

/* Make the addon look less like a button. */
.input-group-addon {
    background-color: inherit;
}

label input[type=checkbox]{
    position: relative;
    bottom: -2px;
}

.checkbox-inline {
    margin-top: 8px !important;
}

/* Restyle the Bootstrap 3 buttons to look more like the Bootstrap 2, with gradients etc. */
/* http://getbootstrap.com/dist/css/bootstrap-theme.css */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.padding__top__4 {
    padding-top: 4px;
    padding-right: 0px;
    padding-left: 0px;
}

.piper-datetime-local-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 190px;
    min-height: 33px;
}