﻿body,html{

    height:100%;
}


body {
    font-family: Calibri, sans-serif;
    /*background-color: #DAE3E5;*/
    background: url('../images/hmg-background.png') no-repeat center center fixed;
    background-size: cover
}

h1, h2, h3, h4, h5, h6 {
    font-family: myriad-pro
}

#content-header{
    position:fixed;
    width:100%;
    z-index:500;
    margin:5px
}

#grid-nav .btn{

    /*min-width:125px*/

}

.container, .container-xl {
}

.btn-pdf {
    color:red;
    border: 1px solid #808080
}

.page-header {
    text-align: center;
    color:#2b4f60;
    border-bottom: 1px solid #f1efef;
    padding-bottom: 10px
}

.page-header i{
    /*font-size:1.2em*/
}

/*HMG Button*/
.btn-hmg {
    color: gold;
    background-color: #5d0e21;
    border-color: #5d0e21;
}

    .btn-hmg:hover,
    .btn-hmg:focus,
    .btn-hmg:active,
    .btn-hmg.active,
    .open .dropdown-toggle.btn-hmg {
        color: #ab092f;
        background-color: gold;
        border-color: goldenrod;
    }

.btn-hmg:active,
.btn-hmg.active,
.open .dropdown-toggle.btn-hmg {
    background-image: none;
}

.btn-hmg.disabled,
.btn-hmg[disabled],
fieldset[disabled] .btn-hmg,
.btn-hmg.disabled:hover,
.btn-hmg[disabled]:hover,
fieldset[disabled] .btn-hmg:hover,
.btn-hmg.disabled:focus,
.btn-hmg[disabled]:focus,
fieldset[disabled] .btn-hmg:focus,
.btn-hmg.disabled:active,
.btn-hmg[disabled]:active,
fieldset[disabled] .btn-hmg:active,
.btn-hmg.disabled.active,
.btn-hmg[disabled].active,
fieldset[disabled] .btn-hmg.active {
    background-color: #5d0e21;
    border-color: #ab092f;
}

.badge-order-status{

    position:absolute;
    right:10px;
    top:10px;
}

table a {
    color:#5d0e21
}

table a:hover {
    color: #5d0e21;
    text-decoration: underline
}

.table-total{

    font-weight:bold;
    font-size:125%;
    /*margin-right:25px*/

}

.overall-total {

    font-weight: bold;
    font-size: 150%;
    margin-right: 25px
}

.fire-incident-table{

    /*font-family:'Courier New';*/
}

.fire-incident-table th {
    font-size:1.2em
}

.fire-incident-table .badge {
        font-size: 100%
}

#video-container {

}


#camera-video{


}

#video_overlay {
    position: absolute;
    width: 100%;
    z-index: 100;
}


#scan-img{

    display:none;


}

/*AJAX Loading Overlay*/