﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #c3dbc5;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px; /*was 15*/
    padding-right: 5px;
}
a.headertimestamp {
    color:wheat;
    font-weight:500;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

tr.cell-background-lightgray td {
    background-color: lightgray !important;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse, hatzalah {
    background-color: #1e4078;
}

.panel-default > .panel-heading, hatzalah {
    background-color: #1e4078;
    color: white;
}

.panel-default > .panel-heading-additionalscreening {
    background-color: red;
    color: white;
}

.form-control, hatzalah {
    max-width: none;
}

.testjob {
    background-color: yellow;
    border: 1px black;
}

.hatzalah-statement {
    color: red;
    font-size: 13px;
}

.hatzalah-tonealert {
    color: white;
    font-size: larger;
    background-color: red;
}

.hatzalah-instruction {
    color: black;
}


.panel-default > .panel-body.hatzalah {
    background-color: lightgoldenrodyellow;
}

.panel-default > .panel-body.additionalscreening {
    background-color: lightsteelblue;
}

.container {
    max-width: 98%; /*!important;*/
}



@media screen and (min-width:768px) {
    .open-tiks {
        display: block
    }
}

@media screen and (max-width:769px) {
    .nopen-tiks {
        display: none
    }
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #999999;
    background-color: transparent;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #999999;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
    background-color: transparent;
}

td, th {
    padding: 2px;
}

/*.form-inline,.form-control, hatzalah-short{
    width:50px !important;

}*/
.row {
    padding-bottom: 5px;
}

/*.row.shaded {
        background-color: lightgoldenrodyellow;
        padding-bottom: 5px;
    }*/
/*.shaded {
        background-color: red;
    }*/

.panel-body {
    padding-left: 5px;
    padding-right: 5px;
}

/*@media all and (min-width:768) {
    .container {
        width: 98%;
    }
}*/

@media all and (min-width:1200px) {
    .container {
        width: 98%;
    }
}


.panel .hatzalah-quick-tik {
    /*padding-top: 2px;*/
    background-color: white;
    margin-bottom: 10px;
    border-width: 2px;
    padding-bottom: 0px;
    padding-top: 2px;
}

.panel .hatzalah-quick-tik-test {
    /*padding-top: 2px;*/
    background-color: yellow;
    margin-bottom: 10px;
    border-width: 2px;
    padding-bottom: 0px;
    padding-top: 2px;
}

.panel-body .hatzalah-quick-tik {
    padding-top: 0px;
    padding-bottom: 0px;
}

.panel .hatzalah-quick-tik .row {
    padding-bottom: 0px;
}

.panel-footer .hatzalah-quick-tik .row {
    font-size: 8px;
}

.panel-footer .hatzalah-quick-tik {
    font-size: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.HatzalahBlue {
    background-color: turquoise;
    color: black;
    border-radius: 5px;
}

.HatzalahRed {
    background-color: red;
    color: black;
    border-radius: 5px;
}
.HatzalahLightGreen {
    background-color: lightgreen;
    color: black;
    border-radius: 5px;
}
.HatzalahLightRed {
    background-color: lightcoral;
    color: black;
    border-radius: 5px;
}

.HatzalahLightGrey {
    background-color: lightgray;
    color: black;
    border-radius: 5px;
}
.HatzalahYellow {
    background-color: yellow;
    color: black;
    border-radius: 5px;
}
.HatzalahLightYellow {
    background-color: lightyellow;
    color: black;
    border-radius: 5px;
}
.HatzalahDispatch {
    background-color: white;
    font-size:25px;
    color: black;
    border-radius: 5px;
    margin-top:15px;
    border:5px solid yellow;
}

.HatzalahDispatchRed {
    background-color: #eeeeee;
    font-size: 25px;
    color: red;
    border-radius: 5px;
    margin-top: 15px;
    border: 5px solid red;
}

.HatzalahOrange {
    background-color: darkorange;
    color: black;
    border-radius: 5px;
}

.HatzalahWhite {
    background-color: white;
    color: black;
    border-radius: 5px;
}



.panel-heading.HatzalahBlue {
    background-color: turquoise;
    color: black;
    border-radius: 5px;
}

.panel-heading.HatzalahRed {
    background-color: red;
    color: black;
    border-radius: 5px;
}

.panel-heading.HatzalahOrange {
    background-color: darkorange;
    color: black;
    border-radius: 5px;
}

.panel-heading.HatzalahWhite {
    background-color: white;
    color: black;
    border-radius: 5px;
}
.panel-heading.HatzalahLightRed {
    background-color: lightcoral;
    color: black;
    border-radius: 5px;
}
.panel-heading.HatzalahLightGreen {
    background-color: lightgreen;
    color: black;
    border-radius: 5px;
}
.panel-heading.HatzalahYellow {
    background-color: lightgoldenrodyellow;
    color: black;
    border-radius: 5px;
}
.panel-heading.HatzalahLightGrey {
    background-color: lightgray;
    color: black;
    border-radius: 5px;
}

.panel-body .hatzalah-note {
    padding-top: 2px;
    padding-bottom: 0px;
}

.panel .hatzalah-note {
    padding-top: 4px;
    background-color: white;
    margin-bottom: 4px;
}

.panel .hatzalah-activity-note {
    padding-top: 2px;
    background-color: lightgoldenrodyellow;
    margin-bottom: 2px;
    font-size:10px;
    font-weight:300;
    padding-bottom:2px;

}

.panel-body.hatzalah-note-main-panel-body {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #293241;
}

.panel-footer.hatzalah-note {
    /*padding-top:1px;*/
    font-size: x-small;
    background-color: lightgray;
    margin-bottom: 0px;
}



.panel-body.hatzalah-note-task {
    background-color: white;
}


.panel-heading.hatzalah-note-action {
    background-color: #9e2b25;
    color: white;
}

.panel .hatzalah-note-action {
    margin-bottom: 4px;
    padding-top: 0px;
    border: 4px;
}

.nav > li > hatzalah {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.onscene {
    color: green;
    font-weight: bold;
}

.enroute {
    color: red;
    font-weight: bold;
}

.cancel {
    color: darkslategrey;
    font-weight: bold;
    text-decoration: line-through;
}
/* Tooltip container */
.htooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .htooltip .htooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: 0px;/*was -60*/
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .htooltip:hover .htooltiptext {
        visibility: visible;
    }

.nopad {
    padding: 0px;
}

.nopadright {
    padding-right: 0px;
}

.nopadleft {
    padding-left: 0px;
}

.nopadbottom {
    padding-bottom: 0px;
}

.nomarginbottom {
    margin-bottom: 0px;
}

.nomargintop {
    margin-top: 0px;
}

.nopadtop {
    padding-top: 0px;
}


/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 0px; /*30px;*/
    clear: both;
    border-bottom: 1px solid transparent;
}

    .panel-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .panel-tabs > li > a {
            margin-right: 2px;
            margin-top: 4px;
            line-height: .85;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            color: #ffffff;
        }

            .panel-tabs > li > a:hover {
                border-color: transparent;
                color: #ffffff;
                background-color: transparent;
            }

        .panel-tabs > li.active > a,
        .panel-tabs > li.active > a:hover,
        .panel-tabs > li.active > a:focus {
            color: #fff;
            cursor: default;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background-color: rgba(255,255,255, .23);
            border-bottom-color: transparent;
        }

.dropdown-menu{
    position:absolute;
    min-width:50px;
   /* z-index:10000;*/
}
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


