/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-top: 130px;
	margin-bottom: 60px;
	font-size: 14px;
}
tbody tr th {
	color: #55595c;
	background-color: #eceeef;
}


& tr {
	contain: strict;
	content-visibility: auto;
	contain-intrinsic-height: auto 42px;

}
.modal-xlg {
    width: 90%;
}

.table-success, .table-success td, .table-success th, .thead-default th.table-success {background:#2ECC71;color:#333}
.table-warning, .table-warning td, .table-warning th, .thead-default th.table-warning {background:#F1C40F; color:#333}
.table-danger, .table-danger td, .table-danger th, .thead-default th.table-danger {background:#E74C3C;color:#fff}
.table-active, .table-active td, .table-active th, .thead-default th.table-active {background:#95A5A6;color:#333}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 60px; /* Vertically center the text there */
	background-color: #f5f5f5;
}
.footer > .container {
	width    : 100%;
	max-width: 98%;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 10% auto 0;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar-dark .navbar-nav .nav-link {color:#fff}
.navbar-dark .navbar-nav .nav-link:hover {color: rgba(255,255,255,.75);}

.navbar-nav .nav-item + .nav-item {margin-left: 0px}

.navbar-left {
    float: left !important;
    margin-left: -15px;
}
.navbar-right {
    float: right !important;
    margin-right: -15px;
}

.navbar-brand-centered {
	position: absolute;
	left: 50%;
	display: block;
	width: 160px;
	text-align: center;
	background-color: transparent;
	font-weight:bold;
}
.navbar-brand a {color:#fff;}

.navbar>.container .navbar-brand-centered,
.navbar>.container-fluid .navbar-brand-centered {
	margin-left: -80px;
}

#subbar {
	margin-top:50px;
	margin-bottom:10px;
	background:#f7f7f9;
	text-align: left;
	padding:15px 30px;
	z-index:2;
}

.sb_pagemoto, .sb_version {color:rgba(0,0,0,.5);font-size:14px;}
#sb_pagemoto {margin-top:-10px;}

#subbar2 {
	margin-top:120px;
	margin-bottom:10px;
	background:#fff;
	text-align: left;
	padding:15px 30px;
	z-index:2;
}


.dropdown-toggle.noarrow::after {
    display: none;
    width: 0;
    height: 0;
    margin: 0px;
    vertical-align: middle;
    content: "";
    border: 0px;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

#alertbox {
	margin-top:100px;
	margin-bottom:10px;
	text-align: left;
	z-index:3;
	display:none;
}

.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}

/* ========================================================================== */
.quote_heading {background: #3689CF;color:#fff;}
.quote_heading th {border: 0px;}
.quote_heading th.small {font-size:10px;}
.quote_heading th a, .quote_heading th.small a {color:#fff;}

.thead-default a {color:#55595c}

.electrical {color:#fff;background:#7BD5FE;}
.mechanical {color:#fff;background:#556270;}
.bms {color:#fff;background:#FC3E69;}
.lighting {color:#fff;background:#E67E22;}
.pcms {color:#fff;background:#FC3E69;}
.automation {color:#fff;background:#EA2E27;}

.color_won {background: #2ECC71}
.color_won a {color: #fff}
.color_contractorwon, tr.color_loss > td {background: #E67E22; color:#fff}
.color_contractorwon a {color: #fff}
.color_followup {background: #F1C40F}
.color_followupme {background: #9B59B6}
.color_followupme a {color: #fff}
.color_canceled {background: #95A5A6}
.color_canceled a {color: #fff}
.color_loss, tr.color_loss > td {background: #E74C3C; color:#fff}
.color_loss a {color: #fff}
.color_close { background-color: #CBFE0F; }
.color_close > span {
	font-size: 11px;
}
.color_ch { background-color: #E74C3C; }
.color_ch > span {
	font-size: 11px;
}
.color_ch > a {
	color: #fff;
	font-weight: bold;
}
.flagjob,
.stagejob {
	margin: 0.3em;
}

.money {text-align: right}
.px260 {width:260px;}
.px280 {width:280px;}
.px100 {width:100px;}
.px80 {width:80px;}
.px20 {width:20px;}

.bremcarowbold {color:#9B59B6;font-weight: bold}
.bremcarow {color:#9B59B6;font-weight: bold}

input[name="inputUsername"] {
	margin-bottom: 8px;
}

.h3-error {
	width        : 100%;
	margin       : 0 auto;
	margin-bottom: 15px;
	font-size    : 16px;
	font-weight  : bold;
	color        : red;
	text-align   : center;
}
.jobsheetSearch {
	z-index: 999;
	background-color: white;
}
.jobsheet_timepicker {
	line-height: normal !important;
}
.jobsheet-response {
	display: none;
}
.jobsheet-response > .col-md-12 > h2 {
	text-align : center;
	font-size  : 20px;
	font-weight: bold;
}
.jobsheet-response > .col-md-12 > h2.error {
	color: red;
}
.jobsheet-response > .col-md-12 > h2.success {
	color: green;
}
.selectize-dropdown,
.selectize-controll {
	background-color: white;
	z-index: 1000;
}

.stagejob {
	position        : relative;
	background-color: white;
}
.stagejob > .dropdown-stages {
	display         : none;
	position        : absolute;
	box-sizing      : border-box;
	right           : -5px;
	bottom          : -12em;
	width           : 16em;
	height          : auto;
	min-height      : 45vh;
	overflow-y      : auto;
	background-color: white;
	border          : 1px solid darkgray;
	border-radius   : 3px;
	z-index         : 1000;
}
.stagejob > .dropdown-stages > ul {
	width     : 100%;
	height    : auto;
	list-style: none;
	margin    : 0;
	padding   : 0;
	z-index   : 1000;
}
.stagejob > .dropdown-stages > ul > li {
	box-sizing: border-box;
	display   : block;
	padding   : 5px 10px;
	text-align: left;
	z-index   : 1000;
}
.stagejob > .dropdown-stages > ul > li.ds-close {
	text-align: right;
	padding   : 5px;
}
.stagejob > .dropdown-stages > ul > li.ds-close > i:hover {
	color : #0275d8;
}
.stagejob > .dropdown-stages > ul > li.ds-heading {
	font-weight     : bold;
	background-color: lightgray;
}
.stagejob > .dropdown-stages > ul > li.ds-stage:nth-child(odd) {
	background-color: white;
}
.stagejob > .dropdown-stages > ul > li.ds-stage:nth-child(even) {
	background-color: whitesmoke;
}
.stagejob > .dropdown-stages > ul > li.ds-stage:hover {
	text-decoration: underline;
	color          : #0275d8;
}
