﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

a {
    color: #a6192e;
    text-decoration: none !important;
}

/*profile photo*/
.profile-picture-wrapper {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

    .profile-picture-wrapper img {
        position: relative;
        width: 100%;
        height: auto;
    }


/*.splash-info {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}*/

.highlighter{
    font-weight:bolder;
    background-color:#f6f81e;
    font-size:1.1em;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin: 40px 0px 0px 0px;
}

/*row override*/
.rowoverride {
    margin-right: 0px;
}

/*tab override*/
.coloverride {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 10px;
}

.panel-body h3, .panel-body h4 {
    color: #a6192e;
}


.widget-body {
    width: auto;
}

.widget-calendar-list {
    list-style-type: none;
}

    .widget-calendar-list li {
        padding: 5px 0px 5px 0px;
    }

.hideit {
    visibility: hidden;
}


/*navbar stuff*/
.navbar-fixed-top .container-fluid {
    padding-top: 10px;
}

.navbar-brand {
    margin-right: 50px;
    margin-left: 11px;
}

.navbar-right li {
    padding-right: 30px;
}

.container-min {
    min-height: 400px;
}


/*panel override*/
/*.panel-primary .panel-heading
{
    background:#a6192e;
}*/

/*bootstrap tab stuff*/
.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}



    .tab-pane hr {
        margin-bottom: 25px;
    }

.nav-tabs {
    margin-bottom: 0;
}

.taboverride {
    padding: 20px;
    min-height: 400px;
}
.taboverride-xl{
    padding:40px;
}

    .taboverride h3 {
        padding-left: 15px;
    }


/*button overrides from bootstrap*/
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .panel-primary > .panel-heading {
    background: #a6192e;
    color: #fff;
    border: 0px solid #a6192e;
}

.panel-primary {
    border-color: #a6192e;
}

.badge {
    background-color: #a6192e;
}

.btn-primary.active {
    background-color: #eee;
}

.bump {
    margin-top: 10px;
}

.dropdown-menu li:hover, .dropdown-menu li a:hover {
    background: #eee;
    color: #333;
}

/*navbar bootstrap ovveride*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    text-decoration: none;
    background: #eee;
    color: #333;
    outline: 0;
}

/*.navbar-nav > li > a .test{position:absolute;top:7px;right:3px;display:block;background:#ff5b57;line-height:12px;font-weight:300;padding:.3em .6em;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}*/

/* Set width on the form input elements since they're 100% wide by default */


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    border: 1px solid #b94a48;
}

div.panel-heading.heading-validation-error {
    border: 1px solid #b94a48;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input.input-validation-warning {
    border: 1px solid #f1c400;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*bootstrap alerts*/
.alert-gray {
    color: #333;
    background-color: #eee;
    border-color: #ccc;
}


/*popover override*/
.tooltip-inner {
    white-space: pre-wrap;
    text-align: left;
    padding: 10px;
    font-size: 13px;
}

/*alert overrides*/
.alert {
    margin: 15px 0px 15px 0px;
}


/*forms*/
.input-group-btn .form-control {
    width: auto;
}

/*file upload styling*/
.filelocationcontainer{
    margin-bottom:30px;
    margin-top:10px;
}
/*personalization and account stuff*/
/*widgetcatalog selectedwidgets*/
#selectedwidgets {
    margin: 20px 0px;
    border: 2px dashed #ccc;
    padding: 10px;
    min-height: 100px;
}

    #selectedwidgets ul {
        width: 100%;
        min-height: 100px;
        clear: both;
    }

#widgetcatalog {
    margin: 10px 0px 0px 0px;
}

    #widgetcatalog ul, #selectedwidgets ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #widgetcatalog ul li, #selectedwidgets ul li {
            cursor: move;
            min-height: 150px;
            min-width: 300px;
            max-height: 150px;
            max-width: 300px;
        }


#widgetcatalog ul li.widgetitem
{
    border-bottom:1px dashed #ccc;
    padding:5px 0px;
    min-width:100%;
}
#widgetcatalog ul li:last-child
{
    border-bottom:0px;
}
#selectedwidgets li.widgetitem
{
    border:2px solid #ccc;
    background:#eee;
    width:200px;
    display:inline-table;
    height:200px;
    margin:0px 5px 5px 0px;
    padding:10px;
}

#selectedwidgets li.placeholder {
    height: 1px;
    width: 20px;
}

/*more widget css*/
#screenshot {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
    z-index: 1200;
}

.userlist li {
    list-style: none;
}

    .userlist li i {
        margin: 0px 20px 5px -10px;
    }

.disabled {
    color: #ddd;
    pointer-events: none;
    cursor: default;
}
.not-active {
    pointer-events: none;
    cursor: default;
} 

h3.panel-title {
    margin: 0px 0px 8px -14px;
}
/*dashboard*/
.panel-heading .panel-title {
    margin-left: 0;
    margin-bottom: 0;
}

.indent-paragraph {
    padding: 0px 10px 0px 10px;
}

/*popover css*/
.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
    z-index: 2060 !important;
}

/*user access*/
#uar-modalbody ul {
    list-style-type: none;
}

    #uar-modalbody ul li {
        padding: 5px;
    }

        #uar-modalbody ul li ul {
            margin-left: -40px;
        }

#uar-modalbody input[type=checkbox] {
    margin: 0px 10px 5px 0px;
}

/* clearfix */
.row.grid {
    margin-left: 0px;
}

.diagnostics-row.diagnostics-grid {
    margin-left: 0px;
}

.diagnostics-grid:after {
    content: ' ';
    display: block;
    clear: both;
}

.grid:after {
    content: ' ';
    display: block;
    clear: both;
}

.item,
.grid-sizer {
    width: 30%;
}

.diagnostics-item,
.diagnostics-grid-sizer {
    width: 30%;
}

.item {
    float: left;
}

.diagnostics-item {
    float: left;
}

.item.w2 {
    width: 65%
}

.grid {
    visibility: hidden;
}

    .grid.containerloaded {
        visibility: visible;
    }

diagnostics-grid {
    visibility: hidden;
}

    diagnostics-grid.diagnostics-containerloaded {
        visibility: visible;
    }


/*menu stuff*/
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: #a6192e;
    color: #fff;
}

.dropdown-menu a.active {
    border: 0;
    font-weight: bold;
    color: #666;
}

.dropdown-menu li.active {
    background-color: #eee;
    color: #999;
}

.submenu {
    padding: 10px 0px 10px 0px;
}

    .submenu a.active {
        background: #eee;
    }

    .submenu.active {
        background: #999;
    }

    .submenu:hover {
        background: #eee;
    }

    .submenu a.active:hover {
        background: #eee;
        color: #666;
    }

/*form stuff*/

/*utilities for form elements*/
select[multiple].multiselect {
    height: 300px;
}


/*typography*/
.larger {
    font-size: 18px;
}

.watchfire-red {
    color: #a6192e;
}
hr.spacer{
    margin-bottom:15px;
}

@media screen and (min-width: 800px) {
    .modal-lg {
        width: 800px;
    }

    .modal-xlg {
        width: 80%;
    }
}


/*media queries*/
@media (max-width: 1200px) {
    .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;
            }
}

@media (max-width: 800px) {
    /*body{font-size:18px;}*/
    input:focus {
        font-size: 16px !important
    }



    .collapse-button {
        display: normal;
    }

    .item, .item.w2 {
        width: 100%;
    }

    .panel.panel-default.item.accounting
    {
        width:100%;
    }

    .accountinggrid {
        flex-flow: column;
    }

    .diagnostics-item {
        width: 100%;
    }

    .mobileinvis {
        display: none;
    }

    /*signworks table formatting for mobile*/
    .lastcell {
        width: 15%;
    }

        .lastcell .fa-lg {
            font-size: 1em;
            line-height: 1;
            vertical-align: -15%;
        }

    /*user badge for mobile*/
    .useritems li {
        padding: 0px 0px 10px 10px;
    }
    /*menu for mobile*/
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
        margin-left: 30px;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a.active {
            color: #fff;
        }

    .nav-tabs > li {
        float: none;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            cursor: default;
            background-color: #dddddd;
            border: 1px solid #dddddd;
        }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 4px 4px;
        }
    /*header for mobile logo*/
    .navbar-brand img {
        width: 160px;
    }

    /*content for tab panel*/
    .taboverride {
        padding: 5px;
        min-height: 400px;
    }

    .body-content {
        padding-left: 5px;
        padding-right: 5px;
        margin: 40px 0px 0px 0px;
    }

    /*footer for mobile*/

    /*signworks*/


    #divjobholder {
        justify-content: space-around;
    }

        #divjobholder .multijob {
            flex-grow: 1;
        }

    .multijob {
        flex: 0 0 100%;
    }

    /*poinfo*/
    label.col-sm-4.control-label {
        width: 80px;
        padding: 0px;
    }

    /*redo bootstrap column sizing*/
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }


    .tinyinput {
        width: 50px;
    }

    .medinput {
        width: 125px;
    }

    .tab-pane h4 {
        margin-left: 5px;
    }

    /*disable fullscreen on mobile*/
    .openfull {
        visibility: hidden;
    }

    #signmodal {
        width: 100%;
    }

    #signerrorsmodal {
        width: 100%;
    }

    #companyautoincidentmodal {
        width: 100%;
    }

    #companysettingsmodal {
        width: 100%;
    }

    #providersettingsmodal {
        width: 100%;
    }

    #addusermodal {
        width: 100%;
    }

    #usersettingsmodal {
        width: 100%;
    }

    #groupsettingsmodal {
        width: 100%;
    }

    #workordermodal {
        width: 100%;
    }

    .workorderbody {
        max-height: 725px;
        overflow-y: auto;
    }

    .groupsettingsbody {
        max-height: 725px;
        overflow-y: auto;
    }

    #notificationsettingsmodal {
        width: 100%;
    }

    .notificationsettingsbody {
        max-height: 725px;
        overflow-y: auto;
    }

    #schedulesettingsmodal {
        width: 100%;
    }

    #addschedulemodal {
        width: 100%;
    }

    #addscheduleitemmodal {
        width: 100%;
    }

    .schedulesettingsbody {
        max-height: 725px;
        overflow-y: auto;
    }

    #divusersettingsbody {
        max-height: 725px;
        overflow-y: auto;
    }

    .companysettingsbody {
        max-height: 725px;
        overflow-y: auto;
    }

    .providersettingsbody {
        max-height: 725px;
        overflow-y: auto;
    }

    .companyautoincidentbody {
        max-height: 725px;
        overflow-y: auto;
    }

    #addaddressmodal {
        width: 100%;
    }

    .addaddressbody {
        max-height: 725px;
        overflow-y: auto;
    }
}

#searchLabel {
    position: absolute;
    left: 3px;
}

#search-input {
    padding-left: 20px;
}

.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
    border-left: 1px solid #dddddd;
    background-color: #a6192e !important;
    color: #fff;
}

    .fixed-table-container thead th:focus {
        outline: none;
    }

.modalform {
    padding: 0px;
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #a6192e;
    border-color: #a6192e;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #a6192e;
}

/*signworks */

.partshipped td, .partshipped {
    background-color: #EEAEEE;
}


#ulwcusers {
    margin: 20px 0px 20px 0px;
}

.liuserlist {
    margin: 10px 0px 10px 20px;
}

.specialnotes {
    color: #ff0000;
    font-weight: bold;
}

#divjobexsearchloader {
    margin: 0px 0px 40px 0px;
}

#divjobholder {
    display: flex;
    flex-flow: row wrap;
}

.multijob {
    flex: 0 0 33.3%;
    flex-grow: 0;
}

/*HR Summary*/
#hrsummarymodal {
    width: 98%;
}

#transfermodal {
    width: 40%;
}

#hrsummarymodal > .modal-dialog {
    overflow-y: initial !important;
}

#hrsummarymodal > .modal-content > .modal-body {
    height: 600px;
    overflow-y: auto;
    padding: 20px;
}

#hrsummary {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

#tblHRSummary tbody td {
    white-space: nowrap;
}


#tblHRSummaryDetails tbody tr td:first-child {
    white-space: nowrap;
}

#tblHRSummaryDetails tbody tr td:last-child {
    white-space: nowrap;
}

#btnSaveHRSummary {
    margin-left: 5px;
}

#pdfIcon {
    display: inline-block;
    margin-top: 15px;
    padding-left: 5px;
}

.hrddl, .acctddl, .plddl {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.datepicker:after {
    content: "\f087";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 12px;
    color: lightblue;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -200px;
    z-index: 1;
}

.divider {
    display: inline-block;
    border-right: 1px solid lightgray;
    padding-right: 5px;
}

#excelIcon {
    display: inline-block;
    margin-top: 15px;
}

#pdfIcon a {
    color: #a6192e;
}

#excelIcon a {
    color: darkgreen;
}

.hrtoolbar {
    border-radius: 10px;
    border: 1px solid lightgray;
    margin-bottom: 10px;
    padding: 5px;
    margin: 12px;
}

#lblAsOfDate {
    font-weight: normal;
}

.hrinactive, .hrinactive td {
    color: lightgray;
}

.inactive, .inactive td {
    color: #999;
    background-color: #eee;
}

.inactivelink {
    pointer-events: none;
    cursor: default;
}

.override {
    font-style: italic;
    text-decoration: underline;
}

.delayed, delayed td {
    color: #b94a48;
    font-weight: bold;
}

.giant {
    font-size: 35px;
    font-weight: bold;
}

.success {
    color: green;
}

.img-rounded {
    border-radius: 10px;
}

#btnUpdateHRSummary {
    margin-top: 2px;
    margin-left: 5px;
}

#btnSearchAsOf {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: lightgray;
    color: #000;
    height: 33px;
}

#btnAddEmployee {
    margin-left: 5px;
    margin-top: 2px;
}


#btnAddEmployeeDialog {
    margin-right: 5px;
}

#grppplannumbers .btn.btn-default:active {
    background-color: #a6192e;
    color: #eee;
}



.modalInfoBox {
    clear: both;
    text-align: left;
}

/*.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover
{

}*/
/*Plan numbers*/
.plannumbers {
    width: 85px;
}


/*Part Locator*/
#tblplinfo tbody td {
    white-space: nowrap;
}

#tblplinfo thead th .sortable {
    padding-right: 0 !important;
}

/*Phone List*/
#tblPhoneList tbody td {
    white-space: nowrap;
}

#tblPhoneList thead th .sortable {
    padding-right: 0 !important;
}

.fixed-table-container {
    width: auto;
}

.fixed-table-body {
    width: auto;
}

/*#region jquery ui override*/
/*JQUERY UI OVERRIDES*/
.ui-autocomplete {
    z-index: 5000;
}

.ui-autocomplete {
    z-index: 5000;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 5000 !important;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/*disable draggable fade*/
li.ui-state-disabled.ui-draggable-disabled {
    opacity: 1;
}

a {
    cursor: pointer;
}
/*#endregion*/

/*column bootstrap override*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}

#thermallabels .col-xs-1, #thermallabels .col-xs-2, #thermallabels .col-xs-3, #thermallabels .col-xs-4, #thermallabels .col-xs-5, #thermallabels .col-xs-6, #thermallabels .col-xs-7, #thermallabels .col-xs-8, #thermallabels .col-xs-9, #thermallabels .col-xs-10, #thermallabels .col-xs-11, #thermallabels .col-xs-12, #thermallabels .col-sm-1, #thermallabels .col-sm-2, #thermallabels .col-sm-3, #thermallabels .col-sm-4, #thermallabels .col-sm-5, #thermallabels .col-sm-6, #thermallabels .col-sm-7, #thermallabels .col-sm-8, #thermallabels .col-sm-9, #thermallabels .col-sm-10, #thermallabels .col-sm-11, #thermallabels .col-sm-12, #thermallabels .col-md-1, #thermallabels .col-md-2, #thermallabels .col-md-3, #thermallabels .col-md-4, #thermallabels .col-md-5, #thermallabels .col-md-6, #thermallabels .col-md-7, #thermallabels .col-md-8, #thermallabels .col-md-9, #thermallabels .col-md-10, #thermallabels .col-md-11, #thermallabels .col-md-12, #thermallabels .col-lg-1, #thermallabels .col-lg-2, #thermallabels .col-lg-3, #thermallabels .col-lg-4, #thermallabels .col-lg-5, #thermallabels .col-lg-6, #thermallabels .col-lg-7, #thermallabels .col-lg-8, #thermallabels .col-lg-9, #thermallabels .col-lg-10, #thermallabels .col-lg-11, #thermallabels .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.filelocation {
    margin: 10px 0px 20px 0px;
}

.filelocationcontainer .fa-li{
    top:10px;
}
/*Collapse Panels*/
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #a6192e;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.thumbnail {
    border: 0px solid #eee;
}

/*widgets*/
.headertopcust .gradient {
    background-color: #a6192e;
    color: #fff;
    background-image: none !important;
}

.hovertrtopcust {
    background-color: lightgray;
}

.row-table > [class*="col-"] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}

.widget.panel, .widget .panel {
    overflow: hidden;
}

.widget {
    margin-bottom: 20px;
    border: 0;
}

.widget-padding {
    padding-left: 15px;
}

.wfcashbalance-primary {
    background-color: #b94a48;
    color: #fff;
}

.wfcashbalance-secondary {
    background-color: #a6192e;
    color: #fff;
}

.carclosed-primary {
    background-color: green;
    color: #fff;
}

.carclosed-secondary {
    background-color: darkgreen;
    color: #fff;
}

.qtddiscount-primary {
    color: #fff;
    background-color: #007f00;
    border: 1px solid #007f00;
}

.qtddiscount-secondary
{
    background-color: #fff;
}

.americanexpress {
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.americanexpress-progress-bar {
    background-color: #27aee3;
}

.americanexpress-progress {
    margin: 15px;
    text-align: center;
    color: #1d8ece;
    font-size: 24px;
}

.chase-primary {
    color: #fff;
    background-color: #117aca;
    border: 1px solid #211e1e;
}

.chase-split {
    border-right: 1px solid #211e1e;
}
.chase-secondary {
    background-color: #fff
}

.aervacashbalance-primary {
    background-color: #5d9cec;
    color: #fff;
}

.aervacashbalance-secondary {
    background-color: #001d3d;
    color: #fff;
}

.workpagecontroller-primary {
    background-color: #71c797;
    color: #fff;
}

.workpagecontroller-secondary {
    background-color: #0db556;
    color: #fff;
}

.workpagesupervisor-primary {
    background-color: #e8906f;
    color: #fff;
}

.workpagesupervisor-secondary {
    background-color: #ed541c;
    color: #fff;
}

.workpagecfo-primary {
    background-color: #7872f2;
    color: #fff;
}

.workpagecfo-secondary {
    background-color: #4b43f0;
    color: #fff;
}

.mt0 {
    margin-top: 0 !important;
    min-width: 185px;
}

h2, .h2 {
    font-size: 30px;
}

.cb-lg {
    padding: 15px !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-titlecase {
    text-transform: capitalize;
}

/*fullscreen*/
:-webkit-full-screen, :-moz-full-screen, :-ms-fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
}

.fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
}

.btn {
    padding: 6px 12px 7px;
}

.btn-default:hover {
    background-color: #a6192e;
    color: #fff;
}

.btn.active {
    background-color: #a6192e;
    color: #fff;
}

.btn-default:active {
    background-color: #a6192e;
    color: #fff;
}

.btn-default:target {
    background-color: #a6192e;
    color: #fff;
}

.btn-default:focus {
    background-color: #a6192e;
    color: #fff;
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

/*Watchfire TV widget*/
.watchfiretv {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .watchfiretv iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

@media (min-width: 768px) and (max-width: 1200px){
    .jobinfopanel .control-label {
        width:100%;
    }
    .jobinfopanel{
        min-height:350px;
        font-size:1em;
    }
}
.jobinfopanel{
    min-height:200px;
}

/*Sign Diagnostics modal*/

@media(min-width: 800px) {
    #signmodal {
        width: 85%;
    }

    #signmodulemodal {
        width: 48%;
    }

    #signerrorsmodal {
        width: 65%;
    }

    #companysettingsmodal {
        width: 65%;
    }

    #providersettingsmodal {
        width: 65%;
    }

    #groupsettingsmodal {
        width: 65%;
    }

    #companyautoincidentmodal {
        width: 65%;
    }

    #addusermodal {
        width: 65%;
    }

    #usersettingsmodal {
        width: 65%;
    }

    #notificationsettingsmodal {
        width: 65%;
    }

    #schedulesettingsmodal {
        width: 65%;
    }

    #webcammodal {
        width: 38%;
    }

    #editaddressmodal {
        width: 40%;
    }


    #workordermodal {
        width: 90%;
    }

    #divusersettingsbody {
        max-height: 725px;
        display: flex;
        flex-flow: row wrap;
        overflow-y: auto;
    }

    .workorderbody {
        max-height: 725px;
        display: flex;
        flex-flow: row wrap;
        overflow-y: auto;
    }

    .notificationsettingsbody {
        max-height: 725px;
        display: flex;
        flex-flow: row wrap;
        overflow-y: auto;
    }

    .groupsettingsbody {
        max-height: 725px;
        display: flex;
        flex-flow: row wrap;
        overflow-y: auto;
    }

    .schedulesettingsbody {
        max-height: 725px;
        display: flex;
        flex-flow: row wrap;
        overflow-y: auto;
    }

    .companysettingsbody {
        max-height: 725px;
        display: flex;
        flex-flow: row wrap;
        overflow-y: auto;
    }

    .providersettingsbody {
        max-height: 725px;
        display: flex;
        flex-flow: row wrap;
        overflow-y: auto;
    }

    .companyautoincidentbody {
        max-height: 725px;
        display: flex;
        flex-flow: row wrap;
        overflow-y: auto;
    }

    .addaddressbody {
        max-height: 625px;
        display: flex;
        flex-flow: row wrap;
        overflow-y: auto;
    }

    .panel.panel-default.item.accounting {
        width: 30%;
    }

}

#webcamcontent {
    width: 700px;
}

.signinfocontent {
    display: flex;
    flex-flow: row wrap;
    max-height: 725px;
    overflow-y: auto;
    padding: 10px;
}

#divsignerrorscontent {
    max-height: 725px;
    overflow-y: auto;
}

#divsignmodulestatuscontent {
    max-height: 350px;
    overflow-y: auto;
}

.signmap {
    flex: 1 100%;
}

.signincidentinfo {
    flex: 1 100%;
}
/*Map Icons*/
.map-icon-label .map-icon {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
}

.map.fa-wrench {
    margin: 15px;
    color: #fff;
}

.map-icon-label > i.simapicon {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
}

.simapicon {
    margin: 15px;
    color: #fff;
}
.sisquare
{
    width:22px;
    display:inline-block;
    border-radius: 3px;
    text-align:center;
}
.silegendicon
{
    font-size: 12px;
    display:inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    color: #fff;
}

/*Sign Errors*/
#divmodule {
    width: 100%;
}

#divsign {
    width: 100%;
}

table.sign {
    margin: 0 auto;
    border: 3px solid black;
}

.module {
    border: 1px solid black;
    background-color: lightgray;
}

table.singlemodule {
    margin: 0 auto;
    border: 3px solid black;
    background-color: black;
}

.pixelcontainer {
    position: relative;
}

.led {
    background-color: darkgray;
    border-radius: 50%;
    position: absolute;
}

.redled {
    background-color: #F00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #441313 0 -1px 2px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    border-radius: 50%;
    position: absolute;
}

.greenled {
    background-color: #ABFF00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #304701 0 -1px 2px, #89FF00 0 2px 12px;
    border-radius: 50%;
    position: absolute;
}

.blueled {
    background-color: #24E0FF;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #006 0 -1px 2px, #3F8CFF 0 2px 14px;
    border-radius: 50%;
    position: absolute;
}

.blinkred {
    -webkit-animation: blinkRed 0.5s infinite;
    -moz-animation: blinkRed 0.5s infinite;
    -o-animation: blinkRed 0.5s infinite;
    animation: blinkRed 0.5s infinite;
}

.blinkgreen {
    -webkit-animation: blinkGreen 0.5s infinite;
    -moz-animation: blinkGreen 0.5s infinite;
    -o-animation: blinkGreen 0.5s infinite;
    animation: blinkGreen 0.5s infinite;
}

.blinkblue {
    -webkit-animation: blinkBlue 0.5s infinite;
    -moz-animation: blinkBlue 0.5s infinite;
    -o-animation: blinkBlue 0.5s infinite;
    animation: blinkBlue 0.5s infinite;
}

/*Blink Green LED*/
@-webkit-keyframes blinkGreen {
    from {
        background-color: #ABFF00;
    }

    50% {
        background-color: #74ad00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #304701 0 -1px 2px, #89FF00 0 2px 12px;
    }

    to {
        background-color: #ABFF00;
    }
}

@-moz-keyframes blinkGreen {
    from {
        background-color: #ABFF00;
    }

    50% {
        background-color: #74ad00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #304701 0 -1px 2px, #89FF00 0 2px 12px;
    }

    to {
        background-color: #ABFF00;
    }
}

@-ms-keyframes blinkGreen {
    from {
        background-color: #ABFF00;
    }

    50% {
        background-color: #74ad00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #304701 0 -1px 2px, #89FF00 0 2px 12px;
    }

    to {
        background-color: #ABFF00;
    }
}

@-o-keyframes blinkGreen {
    from {
        background-color: #ABFF00;
    }

    50% {
        background-color: #74ad00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #304701 0 -1px 2px, #89FF00 0 2px 12px;
    }

    to {
        background-color: #ABFF00;
    }
}

@keyframes blinkGreen {
    from {
        background-color: #ABFF00;
    }

    50% {
        background-color: #74ad00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #304701 0 -1px 2px, #89FF00 0 2px 12px;
    }

    to {
        background-color: #ABFF00;
    }
}
/*Blink Red LED*/
@-webkit-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@-moz-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@-ms-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@-o-keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

@keyframes blinkRed {
    from {
        background-color: #F00;
    }

    50% {
        background-color: #A00;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;
    }

    to {
        background-color: #F00;
    }
}

/*Blink Blue LED*/
@-webkit-keyframes blinkBlue {
    from {
        background-color: #24E0FF;
    }

    50% {
        background-color: #00b1cc;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #006 0 -1px 2px, #3F8CFF 0 2px 14px;
    }

    to {
        background-color: #24E0FF;
    }
}

@-moz-keyframes blinkBlue {
    from {
        background-color: #24E0FF;
    }

    50% {
        background-color: #00b1cc;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #006 0 -1px 2px, #3F8CFF 0 2px 14px;
    }

    to {
        background-color: #24E0FF;
    }
}

@-ms-keyframes blinkBlue {
    from {
        background-color: #24E0FF;
    }

    50% {
        background-color: #00b1cc;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #006 0 -1px 2px, #3F8CFF 0 2px 14px;
    }

    to {
        background-color: #24E0FF;
    }
}

@-o-keyframes blinkBlue {
    from {
        background-color: #24E0FF;
    }

    50% {
        background-color: #00b1cc;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #006 0 -1px 2px, #3F8CFF 0 2px 14px;
    }

    to {
        background-color: #24E0FF;
    }
}

@keyframes blinkBlue {
    from {
        background-color: #24E0FF;
    }

    50% {
        background-color: #00b1cc;
        box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 1px, inset #006 0 -1px 2px, #3F8CFF 0 2px 14px;
    }

    to {
        background-color: #24E0FF;
    }
}

/*Work Order Tables*/
#tblallincidents > tbody > tr.active {
    background-color: gray;
}
/*Sign Diagnostic Maps*/
.sdmaps {
    padding-right: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.incidentlog {
    height: 575px;
    overflow: auto;
}
/*list groups*/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #a6192e;
    border-color: #f5f5f5;
}

.attachmentslistgroup {
    min-height: 150px;
    max-height: 250px;
    padding: 0px;
    overflow-y: auto;
}

li.list-group-item {
    overflow: hidden;
    display: table;
}

    li.list-group-item > a {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

#signinternalnotes {
    resize: none;
    height: 235px;
}

#txtincidentnotemodal {
    white-space: pre-wrap;
}


.board {
    margin: 0 auto;
    background: #000000;
    top: 50px;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 5px;
    z-index: 3;
    width: 640px;
    height: 200px;
}

.block-digital {
    float: left;
    position: relative;
    z-index: 10;
    width: 90px;
    height: 235px;
}

.block-padding {
    float: left;
    position: relative;
    z-index: 10;
    width: 15px;
    height: 235px;
}

.light {
    background: #222;
    position: absolute;
    margin: 1px;
    border-radius: 7px;
    width: 7px;
    height: 7px;
}

textarea.correctiveaction {
    height: 125px;
}

.scrollable{
    max-height:400px;
    overflow:auto;
}
.smallscrollable{
    max-height:200px;
    overflow:auto;
}


/*bootstrap table override*/

/*table hover color*/
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #d5d1d1;
}

table.table-hover > tbody > tr.detail-view:hover td, #tblprojects.table-hover tbody tr.detail-view:hover th {
    background-color: initial;
}

.detail-view .table.table-no-bordered > tbody > tr:hover td, .detail-view .table-hover tbody tr:hover th {
    background-color: #d5d1d1 !important;
}

.detail-view .fixed-table-container thead th {
    background-color: #fff !important;
    color: #000 !important;
}

tr.info.groupBy, tr.info.groupBy.expanded {
    background: #eee;
    font-weight: bold;
}
    tr.info.groupBy.expanded td:before {
        font-family: FontAwesome;
        content: '\f0da';
        padding-right:20px;
    }
    tr.info.groupBy td:before {
        font-family: FontAwesome;
        content: '\f0d7';
        padding-right:20px;
    }

#tbljobpartspicker tr.feature-row td:first-child {
    padding-left: 20px;
}

.formspace {
    padding-bottom: 30px;
}

.toolbartextbox {
    min-width: 300px;
}

/*andon*/

.jobBoard {
    position: relative;
    overflow: auto;
    border: 10px solid #7a7a7a;
    border-radius: 5px;
    width: 780px;
    height: 785px;
    padding: 19px;
    background: #000000
}

.operating {
    float: left;
    position: relative;
    z-index: 10;
    width: 225px;
    height: 175px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #2ee600 0%,#76ff00 25%,#76ff00 75%,#2ee600 100%,#005913 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: black;
    font-size: 32px;
    margin: 5px;
}

.stopped {
    float: left;
    position: relative;
    z-index: 10;
    width: 225px;
    height: 175px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #ad0b00 0%,#ff1a00 50%,#ad0b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: black;
    font-size: 32px;
    margin: 5px;
}

.needparts {
    float: left;
    position: relative;
    z-index: 10;
    width: 225px;
    height: 175px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #febf04 46%,#faff00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: black;
    font-size: 32px;
    margin: 5px;
}

.waitingforsupervisor {
    float: left;
    position: relative;
    z-index: 10;
    width: 225px;
    height: 175px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #ff6f02 0%,#febf01 47%,#ff6f02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: black;
    font-size: 32px;
    margin: 5px;
}

h6 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.stationStatus {
    font-size: 16px;
    padding-left: 76px;
    padding-top: 18px;
    font-weight: normal;
}

a #statusIcon {
    color: black;
    display: none;
}

#ulfamilies {
    white-space: nowrap;
    min-width: 240px;
}

.wraptext {
    word-wrap: break-word;
}

.modemnotactivated {
    color: #5d9cec;
}

.modemisactivated {
    color: #3c763d;
}


/*calendar styling*/
.allscheduled td {
    background: #dff0d8;
}

.fc-left h2 {
    font-size: 22px;
}

#external-events {
    font-size: 11px;
    margin-top: -10px;
}

#tblopencos td {
    cursor: pointer;
}

.scheduledrow, .scheduledrow td {
    background: #dff0d8;
}

.unscheduledrow, .unscheduledrow td {
    background: #eee;
}

.partialscheduledrow, partialscheduledrow td {
    background: #faebcc;
}

.selected-day {
    background: #bae89f;
}

.fc-month-view span.fc-title, .fc-basicWeek-view span.fc-title, .fc-basicDay-view span.fc-title {
    white-space: normal;
}

/*wcf styling for calendar*/
.SW01 {
    background-color: #74ad00 !important;
    border-color: #74ad00 !important;
}

.SW02 {
    background-color: #cf6464 !important;
    border-color: #cf6464 !important;
}

.SW03 {
    background-color: #2eaec3 !important;
    border-color: #2eaec3 !important;
}

.SW04 {
    background-color: #837b7b !important;
    border-color: #837b7b !important;
}

.SW05 {
    background-color: #aa8643 !important;
    border-color: #aa8643 !important;
}

.SW06 {
    background-color: #f11bf3 !important;
    border-color: #f11bf3 !important;
}

.SW07 {
    background-color: #496342 !important;
    border-color: #496342 !important;
}

.SW08 {
    background-color: #2457ff !important;
    border-color: #2457ff !important;
}

.SW09 {
    background-color: #febf01 !important;
    border-color: #febf01 !important;
}

.SW10 {
    background-color: #7f5297 !important;
    border-color: #7f5297 !important;
}

.SW11 {
    background-color: #f8060e !important;
    border-color: #f8060e !important;
}

/*overlay*/
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0.8);
}

.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}

.verticalLine {
    border-left: thick solid #ff0000;
}

.monitorup {
    color: #3c763d;
}

.monitordown {
    color: #ff0000;
}

.badge-gray {
    background-color: rgba(0, 0, 0, 0.2);
}

/*dev status*/
#status {
    text-align: center;
    overflow: hidden;
    margin: 30px 0px -30px 0px;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}


/*drawings stuff*/
    .drawinglist ul {
        list-style: none;
    }

    .drawinglist li {
        font-weight: bold;
        list-style-position: inside;
        list-style-type: none;
    }

    .drawinglist li ul li {
        background: #fff;
        color: #000;
        font-weight: normal;
        list-style-position: outside;
            margin-left: -2.8em;
        }

        .drawinglist li ul li ul li:before {
            font-family: 'FontAwesome';
            content: '\f019';
            margin: 0px 0px 0px 20px;
                color: #a6192e;
            }

    h3 > a.paneltitlelink {
        color: #a6192e;
    }

div.form-group > div.row {
    margin-left: 0px;
}

.panel.panel-default.item {
    width: 98%;
}

.panel.panel-default.item.btutil {
    width: 30%;
}

.page-link
{
    padding: 10px;
}

.widgetcatalog.disabled
{
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.dotnav {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    display: inline-block;
    background-color: #eeeeee;
}

    .dotnav.active {
        background-color: #a6192e;
        border: 1px solid #a6192e;
    }

    .dotnav:hover {
        background-color: #a6192e;
        border: 1px solid #a6192e;
    }

    .dotnav.active a {
        pointer-events: none;
    }

#pWidgets {
    padding-top: 10px;
    padding-bottom: 10px;
}

.glyphicon.glyphicon-th {
    font-size: 15px;
}

.openfull {
    padding-left: 10px;
}

#alert {
    display: none;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}

.alertsuccess {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alerterror {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.widgettoolbar {
    display: none;
    margin: 20px 0px;
    padding: 10px;
    min-height: 100px;
    border-bottom: 1px solid #eeeeee;
}

.widgetcatalog
{
    white-space: nowrap;
    overflow-x: auto;
}

.widgettoolbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widgettoolbar ul li {
    cursor: move;
    min-height: 150px;
    min-width: 300px;
    max-height: 150px;
    max-width: 300px;
    overflow-wrap:normal;
    vertical-align: middle;
    white-space:normal;
}
.widgettoolbar ul {
    width: 100%;
    min-height: 100px;
    clear: both;
}
.widgettoolbar li.widgetitem {
    border: 2px solid #ccc;
    background: #eee;
    width: 400px;
    display: inline-block;
    height: 200px;
    margin: 0px 5px 5px 0px;
    padding: 10px;
}
.widgeticon {
    float: left;
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 50px;
    color: #a6192e;
}

li.ui-draggable
{
    list-style:none;
}

.grid-stack-item.ui-draggable
{
    cursor: move;
}
table > tbody > tr > td > div.progress
{
    margin-bottom:0px;
    line-height: 20px;
}
/*five col layout?*/
@media (min-width: 1200px) { 
    .stretch {
        width: 118%;
    }
}

.gridicon
{
    vertical-align: -200%;
}


.col-button{

}


/*auto size video*/
video {
    width: 100% !important;
    height: auto !important;
}


.btn-group-margin{
    margin-left:4px;
    margin-top:10px;
}
.default-bottom-margin{
    margin-bottom:10px;
}
#stmap {
    height: 600px;
    width: 100%;
}

#installersmap {
    height: 600px;
    width: 100%;
}

/*jquery auto complete style override*/
.ui-autocomplete .ui-menu-item{
    padding:8px!important;
}
.ui-autocomplete .ui-menu-item:hover{
    font-weight:bold;
}

/*Countdown timer*/
#countdowncontainer
{
    text-align:center;
    margin-bottom: 20px;
}

#countdowncontainer > canvas
{
    width:100%;
}

.form-inline > select
{
    width: auto;
}
.inline-select
{
    width: auto !important;
}
.inline-input
{
    width: auto !important;
}
.input-group.input-group-unstyled input.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}


/*emap styles*/
.svg-content-responsive-frontoffice {
    position: relative;
    overflow: visible;
    display: block;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: url(../../Content/images/frontoffice.JPG);
    background-size: contain;
   
}
.svg-content-responsive-secondfloor {
    position: relative;
    overflow: visible;
    display: block;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: url(../../Content/images/secondfloor.JPG);
    background-size: contain;
}
.svg-content-responsive-joineroffice {
    position: relative;
    overflow: visible;
    display: block;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: url(../../Content/images/joineroffice.JPG);
    background-size: contain;
}
.svg-content-responsive-service {
    position: relative;
    overflow: visible;
    display: block;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: url(../../Content/images/service.JPG);
    background-size: contain;
}

.svg-content-responsive-blazetech {
    position: relative;
    overflow: visible;
    display: block;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: url(../../Content/images/blazetech.jpg);
    background-size: contain;
}

.svg-content-responsive-training {
    position: relative;
    overflow: visible;
    display: block;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: url(../../Content/images/training.jpg);
    background-size: contain;
}

.svg-content-responsive-signworks {
    position: relative;
    overflow: visible;
    display: block;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: url(../../Content/images/signworks.jpg);
    background-size: contain;
}

.svg-content-responsive-warehouserepair {
    position: relative;
    overflow: visible;
    display: block;
    top: 0px;
    left: 0px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: url(../../Content/images/warehouserepair.jpg);
    background-size: contain;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #A6192E;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

#FrontOfficeThumb p {
    color: #A6192E;
    text-align: center;
}

#SecondFloorThumb p {
    color: #A6192E;
    text-align: center;
}

#JoinerThumb P {
    color: #A6192E;
    text-align: center;
}

#ServiceThumb p {
    color: #A6192E;
    text-align: center;
}

#BlazeTechThumb p {
    color: #A6192E;
    text-align: center;
}

#TrainingThumb p {
    color: #A6192E;
    text-align: center;
}

#SignworksThumb p {
    color: #A6192E;
    text-align: center;
}

#WarehouseRepairThumb p {
    color: #A6192E;
    text-align: center;
}

/*end eMap styles*/

/*jqtree override*/

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background:none;
    background-color: #eee;
    color: #a6192e; 
    font-weight: bold;
}
ul.jqtree-tree .jqtree-toggler {
    border-bottom: none;
    color: #a6192e;
    text-decoration: none;
    vertical-align: middle;
}
ul.jqtree-tree .jqtree-title {
    color: #a6192e;
    vertical-align: middle;
    margin-left: 1.2em;
}
ul.jqtree-tree .jqtree-title a{
    background-color:#eee;
}
ul.jqtree-tree .jqtree-element {
    cursor: pointer;
    position: relative;
    display: flex;
    padding: 3px;
}

/*form-inline overrides*/
.form-inline {
    padding: 10px 0px 10px 0px;
}

.btn-group > .btn.btn-default.radius-left
{
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
}
.btn-group > .btn.btn-default.radius-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
#btscheduletoolbar > .form-inline
{
    padding: 0px 0px 0px 0px;
}
    .form-inline > * {
        margin: 15px 3px !important;
    }


.defect-error{
    color:#ff0000;
}

.returnquerydetail{
    padding:20px 0px 20px 20px;
}

#ulsearchfilters .label {
    padding: 10px;
    font-size: 1.3rem;
}
.legend {
    font-family: Arial, sans-serif;
    background: #fff;
    display:inline;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
}
    .legend h3 {
        margin-top: 0;
    }
    .legend div{
        margin-left:2px;
        vertical-align: middle;
    }