﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #333333;
    font-size: 14px;
    line-height: 1.428571429;
    padding-bottom: 20px;
    background: url('../images/76.jpg') center top no-repeat #000;
    background-size: cover;
}

label {
    font-weight: normal !important;
}

a { color: #ff5821; }
a:hover { color: #e34619; }


.text-fire {
    color: #ff5821 !important;
}

.btn-primary {
    background: #ff5821 !important;
    border: 1px solid #e34619 !important;
}
    .btn-primary:hover {
        background: #e34619 !important;
    }

    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
        background: #ff5821;
        border-color: #e34619;
    }

.panel-primary { border-color: #e34619 !important; }
    .panel-primary > .panel-heading {
        background: #e34619 !important;
        border-color: #ff5821 !important;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.ui-multiselect > span:not(.ui-icon) {
    line-height: 17px !important;
}

/* 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;
}

.navbar-light, .navbar-light.navbar-collapse {
    background: #FFF;
    border-bottom: 2px solid #EEE !important;
    padding: 5px 0;
}

.navbar-nav {
    margin-top: 5px !important;
}

.tms-bootstrap .nav > li > a {
    background: none !important;
    color: #ff5821 !important;
    text-decoration: none;
}
    .tms-bootstrap .nav > li > a:focus,
    .tms-bootstrap .nav > li > a:hover {
        background: none !important;
        color: #e34619 !important;
        text-decoration: underline;
    }

.navbar-brand {
    padding: 0 !important;
}

.navbar-left {
    padding-left: 15px;
}
    .navbar-left > li > a {
        margin-left: 15px;
    }

.wrapper {
    margin-top: 5vh;
    width: 100%;
    min-height: 82vh;
    background: #FFF;
    padding-top: 1em;
    padding-bottom: 1em;
}

.nav-lbl {
    width: 96%;
    margin: 0 2%;
}


.container-fluid {
    width: 99%;
}

.row-centered {
   text-align: center;
   font-size: 0;
}
.row-centered > div {
   float: none !important;
   display: inline-block;
   text-align: left;
   font-size: 13px;
}

.form-control, .input-group-addon, .btn, .panel, .panel-heading, .modal-content, .modal-header, .modal-footer {
    border-radius: 0 !important;
}

.modal {
    background: rgba(0,0,0,0.65);
}

.filter-bar {
    min-height: 50px;
    margin: -1em -15px 20px;
    padding: 5px 0;
    background: #F5F5F5;
    border-bottom: 1px solid #ff5821;
    text-align: right;
}
    .filter-bar .form-group {
        display: inline-block;
        margin: 0 15px;
        padding: 5px 15px;
        vertical-align: middle;
        border: 1px solid #DADADA;
        background: #FFF;
    }
    .filter-bar h3 {
        font-weight: bold;
        color: #333;
    }

    .invoice-link {
        cursor: pointer;
        width: 20px;
    }

/* Datatables */
td.details {
    background: #F5F5F5 !important;
    padding: 5px 0 !important;
}
    td.details .container-fluid {
        border: 1px solid #ddd;
        background: #FFF;
        padding: 15px !important;
    }
