@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@import url(/css/bootstrap.min.css);

.watermarked::before {
  position: fixed;
  top: -75%;
  left: -75%;

  display: block;
  width: 300%;
  height: 300%;

  transform: rotate(-45deg);
  content: attr(data-watermark);

  font-size: 45px;
  opacity: 0.15;
  line-height: 4em;
  letter-spacing: 2px;
  word-spacing: 30px;
  color: #ff0523;
  z-index:-1;
}

.fx_input_style{
	display: block;
    width: 100%;
    height: 34px;
    margin: 5px -5px;
    padding: 6px 12px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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 .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fxid_Border{
	border: 1px solid #ddd;
	border-width: thin;
	padding-bottom: 1em;
	border-radius: 4px;
	padding-left: 1em;
}

#fxid, #estimation {
  background-color: rgba(220, 220, 220, 0.4);
  margin-left: 0px;
}

#generate_btn {
  margin-top: 5px;
  color: #fff;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}

a[aria-disabled="true"] {
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

:root {
  --appGreen: #80BC00;
  --appGrey: #6E7C7C;
  --appBlack: #FFF;

}

.headerText
{
  color: #80BC00; 
  color: var(--appGreen);
}

.wrap { max-width: 1366px; margin: 0 auto; }
img#logo, #logo img { max-height: 80px; } 
img#logo { margin: -.5em 0; }
#header { 
  text-align: center;
  padding: 1.5em;
  background-color: #fff;
  border-bottom: 2px solid #1b1b1b;
  margin-bottom: 3em;
}

#login-frame{
  position: relative;
  width: 100%;

  /* The image used */
    /*      
    background: url("/img/login_bg.png") top right no-repeat transparent;
    position: absolute; // This breaks it out of the normal document flow.
    top: 0; left: 0;
    z-index: 10;
    */

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-size: cover;
    overflow-x:hidden;

  }
  .login-panel-left{
    background: url("/img/login_bg_left.png") top right no-repeat transparent;
    position: relative; /* This breaks it out of the normal document flow. */
    z-index: 0;
    background-size: cover;
    height: 100vh; 
  }

  .login-panel-right{
   position: relative;
   z-index: 5;
   display: block;
   margin: auto;
   max-width: 400px
 }

 .login-panel-right-image{
   position: relative;
   z-index: 10;

   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 2em;
   max-width: 300px;
   width: 50%;
 }

#additional-companies {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  margin: 2em;
}

#additional-companies #eaton-logo {
  height: 75px;
}

#additional-companies #legrand-logo {
  height: 50px;
}

@media only screen and (max-width: 576px) {
  #additional-companies {
    display: block;
    margin: 0px;
  }
  #additional-companies #eaton-logo, #additional-companies #legrand-logo {
    max-width: 47%;
    height: auto;
  }
}

 .flex-list{
  flex-direction: row;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.error-message{
  margin-bottom: 1em;
  padding:6px;
  border: dashed #ca273b;
  border-radius: 6px;
  border-width: 2px;
  color: #ca273b;
  text-align: center;
}

span.new {
  position: relative;
  bottom: 4px;
  line-height: 8px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom:3px;
  padding-top: 3px;
  background-color: #f00;
  font-size: 75%;
  color:#FFF; 

  z-index: 99;
  /* display: block; */
  border-radius: 12px;
}

#footer {
  position:relative;
  bottom: 0px;
  width:100%;
  left:0%;
  padding-left: 1em;
  padding-right: 1em;
}

body.login #footer {
  position: absolute;
}

@media only screen and (max-height: 600px) {
  body.login #footer {
    position: relative;
  }
}

#header ul { 
	margin: 0 0 1.5em 0; padding: 0; 
	list-style-type: none; 
}
#header ul li { 
  display: inline;
  font-size: 1.25em;
  margin-right: 1.25em;
  border-right: 1px solid #1b1b1b;
  padding-right: 1.25em;
}
#header ul li:last-child { border-right: none; }
#header ul li i { font-size: 1.5em; }

span.spacer {
  color: #999;
  margin: 0 .5em;
}

img.preview, #main_image_holder img {
  max-width: 400px;
  height: auto; 
}


#header .dropdown li span {
  position: absolute;
  top: 9px;
  right: -6px;
}

.glyphicon:hover{
  color: #6E7C7C;
  color: var(--appGrey);
}

#header ul li a:hover{
  color: #6E7C7C;
  color: var(--appGrey);
}

/* override bootstrap */
.well { padding: 6px 18px; clear: both; }
.btn-primary {
  background-color: #80BC00;
  background-color: var(--appGreen);
  border: 1px solid rgba(0,0,0, 0.15);
  cursor: pointer;
}
a, .btn-link {
  color: #80BC00; 
  color: var(--appGreen);
}
.btn-primary:hover {
  background-color: #6E7C7C;
  background-color: var(--appGrey);
  border: 1px solid rgba(0,0,0, 0.15);
}
.btn-highviz-link {
  color:#FFF;
  font-style: bold;
}

.panel-menu a:hover { background-color: #e2e2e2; }
.table-crud .hidden { display: table-cell !important; font-style: italic; font-weight: normal; opacity: .7; }
.table-crud td{
	vertical-align: middle !important;
}

td.read.field-users, td.read.field-projects, td.read.field-T\&M.Tickets, td.read.field-orders {
  text-align: center;
}

.model-projects .row-start_date .date-field small.error, #tm-Form .date-field small.error {
	display: table-row;
}

.model-project-drafts .formid-field input {
	display: none;
}

.model-project-drafts .formid-field:after {
	content: 'auto-generated';
	background-color: #eee;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border: 1px solid #ccc;
	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 .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.panel-default {
  border-color: #1b1b1b;
  border-width: 5px !important;
}
.panel-default>.panel-heading {
  color: #fff;
  background-color: #1b1b1b;
  border-radius: 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.15em;
  border-bottom: 6px solid #1b1b1b;
}
.panel-body {
  padding: 2em;
}
form label.required:after {
  content: "*";
  color: #6E7C7C;
  color: var(--appGrey);
}

/* round checkboxes */
form .form-check input[type=checkbox]:after{ 
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	transition: all .5s ease;
	cursor: pointer;
	position: relative;
	top: -10px;
	left: 0;
	z-index: 1;
	border: 2px solid #ccc;
	background: #333;
	box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
	content: '';
}
form .form-check input[type=checkbox]:checked:after {
  background: #80BC00;
  background: var(--appGreen);
}
form .form-check input[type=checkbox] { margin-bottom: 2em; }
form .form-check input.error {
	border: 1px solid #df3f34;
}
#loading {
	width: 30px;
  height: 30px;
  background-image: url(/img/facebook.gif);
  display: none;
  position: relative;
  top: 10px;
  left: 5px;
}
small.error {
  color: #df3f34;
  display: block;
  margin-bottom: 1em;
  clear: both;
	font-weight: bold;
}
.currency-field small.error {
  bottom: -1.3em;
  left: 4em;
}
.table th { background-color:  #ddd; }
.table a.btn { font-size: 1.5em; }

#search-info { padding: 1em;font-weight: bold; color: #787878; font-style: italic;  }

.panel-menu .col-md-6 a { color: white; width: 100%; margin-bottom: 1.5em; font-size: 1.8em; padding:.5em;}
.panel-menu span { display: block; margin-bottom:.5em;}

#footer { text-align: center;}

.multiselect-container {
  max-height: 20.25em;
  overflow: scroll;
}

/*
TODO: Make this work such that mobile devices can click stuf in material procurement checkout;
*/

@media only screen and (max-width: 767px){
  #create.row.model-orders .btn-group {
    height: 34px;
  }
}

.project-form-button {
  float: right;
}

.divboi-repeater_row label{
  display: none;
}
.divboi-repeater_row {
  padding-top: 5px;
}

.table-start-heading .col-md-7, .table-start-heading .col-md-5, .table-start-heading .col-md-3 { background-color:  #cccccc; }
.table-start .col-md-12 {
  padding-top: 1em;
  border-top: 1px solid #e2e2e2;
}
.table-start label {
  width: 58.33333333%;
  float: left;
}
.table-start .form-group {
  width: 41.66666667%;
  float: right;
}

.table-start .col-md-12:after {
  content: '';
  clear: both;
  display: block;
}
.table-start-heading .col-md-7, .table-start-heading .col-md-5{
  float: left;
  width: 50%;
  height: 4.5em;
}
#table-start-cost_contract_value .table-start-heading .col-md-7 {
    width: 58.3%;
}
#table-start-cost_contract_value .table-start-heading .col-md-5 {
    width: 41.6%;
    padding: 0;
}
.table-start .col-md-12:nth-of-type(2n + 1) {
  background-color: #f2f2f2;
}

.subcategory-icon {
  height: 160px;
  width: 160px;
  border: 1px;
  display: table-cell;
  border-style: solid;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1em;
}

input[type="radio"].form-radio-input {
  height: 3em;
  margin-right: 4em;
  margin-top: 0;
  margin-left: 4px;
  -moz-appearance: none
}

.form-radio label {
    margin-bottom: 0;
}

.form-radio label:before {
    border: 1px solid #80BC00;
    border: 1px solid var(--appGreen);
    background-color: #ffffff;
    position: absolute;
    padding: 4px 6px;
    color: #333333;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    margin-left: -4px;
    font-weight: normal;
}

.form-radio label[data-value="true"]:before {
    content: 'Yes';
}

.form-radio label[data-value="false"]:before {
    content: 'No';
}

.form-radio label.checked:before {
    background-color: #333;
    color: white;
}

.row-cost_hours, .row-cost_average_labor_rate {
 background-color: #f2f2f2;
}

.row-cost_hours .form-group, .row-cost_average_labor_rate .form-group {
  width:  42%; float: right;
  clear: both;
}

.row-cost_hours label, .row-cost_average_labor_rate label {
  width: 42% !important;
  float: right;
  clear: both
}

.viewLink:hover, .panel-heading a:hover, .panel-heading a:focus {
  color: #6E7C7C;
  color: var(--appGrey) !important;
}

div.notif-dialog {
  padding: 0px;
  border:none !important;
  border-color: #F00;
  width:400px;
}

div.ui-dialog .ui-dialog-content{
  padding: 0px !important;
  border: 0px !important;
  overflow: hidden !important;
}

.ui-resizable-handle { display: none !important; }

.ui-dialog:focus{

}

.ui-dialog-titlebar {display: none;}

.ui-widget-content {
  /*
  background:none !important;
  border:none !important;
  */
}

.ui-widget-content table a{
  color: #80BC00;
  color: var(--appGreen);
}

.scroll-table {
  max-height: 500px;
  overflow-y: scroll;
  background: #FFF;
}

.ui-dialog-titlebar-close { display: none;}

.ui-sortable-handle, .ui-sortable-handle:hover { 
  cursor: move;
}
.ui-sortable-handle > *, .ui-sortable-handle > *:hover{ 
  cursor: move;
}

.row-coding { clear: both; }

/* material procurement */
.crud-index .thumbnail { max-width: 75px; }

.product { 
    text-align: center;
    align-self: center;
    justify-self: center;
    margin-top: 2em;
    min-width: 300px;
    min-height: 245px;
  }

    .product h3 {
        margin: 0;
        padding: 0;
    }

.product .image
{
    min-height: 225px;
    align-self: center;
    justify-self: center;
    vertical-align: middle;
    line-height: 225px;
}

.product .image a:hover { background-color: transparent; border: none; }

.thumbnail{
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 225px;
    max-height: 220px;
    margin-bottom: 0;
    padding: 0;
	border: 1px solid #fff;
}

.buildouts-index .grid-wrapper .product {
  width: 33%;
  display: inline-block;
}

.grid-wrapper .product {
    float: left;
    width: 33%;
    max-width: 33%;
    min-width: 0;
}

    .grid-wrapper .product:nth-child(3n+1) {
        clear: left
    }

@media only screen and (max-width: 600px){
    .grid-wrapper .product {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .buildouts-index .grid-wrapper .product {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }
}

/* My Buildouts */

#beginning-container {
	margin-bottom: 50px;
}

#beginning-container h3, #beginning-container .form-group {
	margin-bottom: 20px;
}

.buildouts-index .btn-primary-create{
  font-size: 1em;
  font-weight: bold;
}

.buildouts-index .btn.btn-primary {
  width: 200px;
  margin-bottom: 1.5em;
  padding: .5em;
}
#eaton-container .panel-body > h3 {
	margin-top: 0px;
	margin-bottom: 1em;
}
#eaton-container .info {
	text-align: center;
	margin-bottom: 35px;
}
#eaton-container .info h3 {
	margin-top: 0px;
	font-weight: bold;
	color: #80BC00;
}
#eaton-modal .modal-header {
	border-bottom: none;
	width: 100%;
  margin-bottom: 0px;
  padding: .5em;
}
#eaton-modal .modal-footer {
  padding: 7px;
}
#eaton-modal .modal-dialog {
	width: 97%;
}
#eaton-modal .modal-body {
	height: 75vh;
	padding: 10px 10px 0px 10px;
	-webkit-overflow-scrolling:touch;
	width: 100%;
}
#eaton-modal .modal-footer button {
  padding: 10px 20px;
}
#eaton-modal iframe {
	height: 100%;
	border: 0;
}
.eaton-iframe-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}


@media only screen and (min-width: 767px) {
	.buildouts-index .buildout-create-container {
		float: right;
	}
}

.buildouts-index .thumbnail{
  min-height: 100px;
  max-height: 250px;
}

/* End My Buildouts */

.add-materials .panel-menu .btn-primary:hover, .shopping-index .panel-menu .btn-primary:hover, .buildouts-index .panel-menu .btn-primary:hover {
  background-color: #fff;
}
.add-materials .panel-menu .btn-primary, .shopping-index .panel-menu .btn-primary, .buildouts-index .panel-menu .btn-primary {  
  background-color: #eaeaea;
  color: #1b1b1b;
}
.shopping-category .col-md-4:nth-child(3n+1){
  /*clear:left*/
}
.shopping-category .panel-menu h3 { margin: 0 0 .85em 0; }
.shopping-category .panel-menu a { width: auto; }

.shopping-product .panel-product h3 { margin: 0 0 1em 0; }
.shopping-product .panel-product .info { margin-top:  .5em; }

.shopping-product #message {
  display: inline;
  margin-left: .5em;
  color: #80BC00;
  color: var(--appGreen);
}

.fx-id-alerts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fx-id-alerts .alert {
  margin-bottom: 0px;
}

.fx-id-alerts .glyphicon {
  margin-right: 6px;
  line-height: 20px;
}

.shopping-cart .row.heading, .time-index .row.heading, .time-print .row.heading {
  background-color: #333;
  color: #fff;
  font-size: 1.25em;
}

.shopping-cart .category-heading, #tm-Form .category-heading { 
  background-color: #777777 !important;
  color: #f2f2f2;
}

.shopping-cart .row.info, .time-index .row.info, .time-print .row.info { padding: 1em 0; border-bottom: 1px solid #ccc; position: relative; }

.row.swiped > div { opacity: .5; }
.shopping-cart .delete, .time-index .delete{
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  top: 0;
  background-color: #f00;
  color: #fff;
  font-size: 2em;
  opacity: 1;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}
.row.swiped .delete, .row.info:hover .delete {
  display: flex;
}

.shopping-cart .edit {
  margin-top: 1em; display: inline-block;
}

.shopping-cart .over-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,55,55, .9);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #fff;
  top: 0;
  align-items: center;
  font-weight: bold;
  font-size: 2em;
}

/* better bootstrap radio for mobile / checkout ? */

.phone-version{
  clear: both;
  overflow: hidden;
}

.phone-version label {
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
  padding-right:  1em;
  padding-left: 3em;
  margin-right: 1em;
  margin-bottom: 1em;
  color: #C2C2C2;
}

.phone-version input[type="radio"] ~ label{
  border-radius: 2em;
}


.phone-version input[type="radio"]:empty,
.phone-version input[type="checkbox"]:empty {
  display: none;
}

.phone-version input[type="radio"]:empty ~ label,
.phone-version input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.phone-version input[type="radio"]:empty ~ label:before,
.phone-version input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.phone-version input[type="radio"]:empty ~ label:before {
  border-radius: 50%;
}


.phone-version input[type="radio"]:not(:checked) ~ label:before,
.phone-version input[type="checkbox"]:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}


.phone-version input[type="radio"]:hover:not(:checked) ~ label,
.phone-version input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #333;
}

.phone-version input[type="radio"]:hover:not(:checked) ~ label:before,
.phone-version input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #555;
}

.phone-version input[type="radio"]:not(:checked) ~ label:before, 
.phone-version input[type="radio"]:hover:not(:checked) ~ label:before
{
  content: '\25C9';
  text-indent: .75em;
}


.phone-version input[type="radio"]:checked ~ label,
.phone-version input[type="checkbox"]:checked ~ label {
  color: #333;
}

.phone-version input[type="radio"]:checked ~ label:before,
.phone-version input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.phone-version input[type="radio"]:checked ~ label:before {
  content: '\25C9';
  text-indent: .75em;
}

.phone-version input[type="radio"]:focus ~ label:before,
.phone-version input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.phone-version-default input[type="radio"]:checked ~ label:before,
.phone-version-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.phone-version-primary input[type="radio"]:checked ~ label:before,
.phone-version-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #80BC00;
  background-color: var(--appGreen);
}
.option-holder .phone-version-primary{
  float: left;
}

/*disabled checkbox*/
.phone-version input[type="checkbox"][disabled] ~ label:before {
    color: #C2C2C2;
    background: #D1D3D4;
}

.phone-version input[type="checkbox"][disabled] ~ label {
    color: #C2C2C2;
    cursor: default;
}

/* maybe full width multiselect ? */
/* .btn-group>.btn:first-child, .btn-group, .btn-group-vertical { width:  100%; } */

#quick-nav {
    position: relative;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    margin-bottom: 5em;
}

/* round checkboxes */
form .form-check input[type=checkbox]:after{ 
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  transition: all .5s ease;
  cursor: pointer;
  position: relative;
  top: -10px;
  left: 0;
  z-index: 1;
  border: 2px solid #ccc;
  background: #333;
  box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
  content: '';
}
form .form-check input[type=checkbox]:checked:after {
  background: #80BC00;
  background: var(--appGreen);
}
form .form-check input[type=checkbox] { margin-bottom: 2em; }
form .form-check input.error {
  border: 1px solid #df3f34;
}

/* icon picker */
.icon-popup:after,.icon-popup:before{content:'';position:absolute;display:inline-block}.icon-popup{position:absolute;width:278px;height:268px;color:#000;font-size:14px}.icon-popup:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);top:-7px;left:6px}.icon-popup:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:7px}.icon-popup a:hover{background-color:#eee}.icon-popup .icon-title{position:relative;background-color:#563d7c;color:#fff;border:1px solid #463265}.icon-popup .icon-title h4{margin:0;padding:8px 10px;font-size:17px;font-weight:700}.pointer{cursor:pointer}.icon-popup .ip-control{background-color:#fff;height:40px;margin-top:-2px;padding-top:2px;border-bottom:1px solid #e5e5e5}.icon-popup .ip-search{width:171px;padding:2px 0 5px 27px;margin-left:8px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAQAAAAEABcxq3DAAACcElEQVQ4y5XSQUiaYRgH8P+rzlSS6lKuZbkvvjq0NWfg0Xu1jO0gWbO5ctBtxDrtsE51CIJZgxWLMQbtsA7TQ5RX5ygPFbRD1rBJDko+ZtI++fT7nM8uDpoWrD+8p/d5fu8Dz8tQChEZs9nsk4ODgwcnJye8RqNRmpubd3ief69Wq1dwSTSl5tbt7e2VYDB4N51Ow2AwoFgsQpKkGxzH3Usmkx+amppGGWO5coARkXFra+vzwuLCnVau9ai3t3fWbDZHC4WCPhaL3Q8EAmMqxrTPJiYWTSbTWMUIv0Tx6fj4OE1OTsay2ewLIpo9f59IfPf6fD7l1fw8EVFXeb/q6+6uK5FIwOl0rhoMBhlA5HyBxXLzncPhWN/Y3IQgCP0VwOHhIQcALS0tqwDeMMY+lRfxPB8WBAHHx8dcBQBAyWQykGVZwxj7SUS6sqMSRdEoiiJUKpVSsYW2tradVCplDofDLiI6BVAPoACAlR44Da2HempqamCxWL5UAFardamzs9M5NTXt5nk+bbPZJAAmAL8B/FheXr4VCAa6bDYbdHodVawRAPb29t4ODAw8FgShODw8vGG321O5XE4dCoW4tbW120ajEfl8Hn19fTm/3/9Iq9V+/EchomvxePyl1+stNNQ3kE6nI71eTx0dHdTT3U11dXV0vbGRqquraWRkRM7n864LvyURWY+Oks8jkchSNBp9nclkfLIse0ZHfRIAqq2tJcYYDT0cuhy5KIqi9Hs8HgkAVVVVEQByuVzy2dnZ1ZDBwUEJADHGCADNzMyk/xv4i7jdbgkAtbe30/7+/vSVAACQZdk5Nzf3LR6PTwHAHzdFLfF/9+ryAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDEwLTAyLTExVDExOjIxOjA0LTA2OjAw10lxMgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAwNi0wNS0zMFQxMToxMzowNi0wNTowMGfB+zwAAAAASUVORK5CYII=) 3px no-repeat}.icon-popup .icon-list{position:absolute;top:43px;bottom:0;overflow:hidden}.icon-list ul{margin:0 0 10px;padding:0}.icon-popup .ip-control ul{margin:4px 0;padding:0}.icon-popup .ip-control ul li{float:left;list-style-type:none}.icon-popup .ip-control ul li a{margin-top:-3px;color:#373737}.icon-popup .ip-control ul li:first-child{margin-left:3px}.icon-popup .ip-control ul li:last-child{position:absolute;right:0;top:9px}.icon-list ul li{display:inline-block;margin:5px;float:left;border:1px dotted #eee}.icon-list ul li a{display:block;text-decoration:none;color:#373737;padding:6px 10px}.icon-list ul li a:hover{color:#000}
/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */.colorpicker-saturation{width:100px;height:100px;background-image:url(../img/bootstrap-colorpicker/saturation.png);cursor:crosshair;float:left}.colorpicker-saturation i{display:block;height:5px;width:5px;border:1px solid #000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:absolute;top:0;left:0;margin:-4px 0 0 -4px}.colorpicker-saturation i b{display:block;height:5px;width:5px;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.colorpicker-alpha,.colorpicker-hue{width:15px;height:100px;float:left;cursor:row-resize;margin-left:4px;margin-bottom:4px}.colorpicker-alpha i,.colorpicker-hue i{display:block;height:1px;background:#000;border-top:1px solid #fff;position:absolute;top:0;left:0;width:100%;margin-top:-1px}.colorpicker-hue{background-image:url(../img/bootstrap-colorpicker/hue.png)}.colorpicker-alpha{background-image:url(../img/bootstrap-colorpicker/alpha.png);display:none}.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation{background-size:contain}.colorpicker{padding:4px;min-width:130px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;z-index:2500}.colorpicker:after,.colorpicker:before{display:table;content:"";line-height:0}.colorpicker:after{clear:both}.colorpicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:6px}.colorpicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.colorpicker div{position:relative}.colorpicker.colorpicker-with-alpha{min-width:140px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-color{height:10px;margin-top:5px;clear:both;background-image:url(../img/bootstrap-colorpicker/alpha.png);background-position:0 100%}.colorpicker-color div{height:10px}.colorpicker-selectors{display:none;height:10px;margin-top:5px;clear:both}.colorpicker-selectors i{cursor:pointer;float:left;height:10px;width:10px}.colorpicker-selectors i+i{margin-left:3px}.colorpicker-element .add-on i,.colorpicker-element .input-group-addon i{display:inline-block;cursor:pointer;height:16px;vertical-align:text-top;width:16px}.colorpicker.colorpicker-inline{position:relative;display:inline-block;float:none;z-index:auto}.colorpicker.colorpicker-horizontal{width:110px;min-width:110px;height:auto}.colorpicker.colorpicker-horizontal .colorpicker-saturation{margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-color{width:100px}.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue{width:100px;height:15px;float:left;cursor:col-resize;margin-left:0;margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-alpha i,.colorpicker.colorpicker-horizontal .colorpicker-hue i{display:block;height:15px;background:#fff;position:absolute;top:0;left:0;width:1px;border:none;margin-top:0}.colorpicker.colorpicker-horizontal .colorpicker-hue{background-image:url(../img/bootstrap-colorpicker/hue-horizontal.png)}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background-image:url(../img/bootstrap-colorpicker/alpha-horizontal.png)}.colorpicker-right:before{left:auto;right:6px}.colorpicker-right:after{left:auto;right:7px}.colorpicker-no-arrow:before{border-right:0;border-left:0}.colorpicker-no-arrow:after{border-right:0;border-left:0}.colorpicker-alpha.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker-selectors.colorpicker-visible,.colorpicker.colorpicker-visible{display:block}.colorpicker-alpha.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker-selectors.colorpicker-hidden,.colorpicker.colorpicker-hidden{display:none}.colorpicker-inline.colorpicker-visible{display:inline-block}
 /*# sourceMappingURL=bootstrap-colorpicker.min.css.map */

   .colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
  }

  .colorpicker-2x .colorpicker-hue,
  .colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
  }

  .colorpicker-2x .colorpicker-preview,
  .colorpicker-2x .colorpicker-preview div {
    height: 30px;
    font-size: 16px;
    line-height: 160%;
  }

  .colorpicker-saturation .colorpicker-guide,
  .colorpicker-saturation .colorpicker-guide i {
    height: 10px;
    width: 10px;
    border-radius: 10px;
  }

 #gallery-widget {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 18px #1b1b1b;
  width: 630px;
  height: 360px;
}
#gallery-widget .holder {
  overflow: scroll;
  height: 330px;
  width: 100%;
}

#exit {
  position: absolute;
  top: -.5em;
  right: -.5em;
  width: 32px;
  height: 32px;
  background-color: #f00;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  line-height: 1em;
  font-size: 2em;
  cursor: pointer;
}
#gallery-widget .thumbnail {
  margin: 0;
  width: 100px;
  height: 100px;
}


.shopping-order .table-striped td, 
.shopping-order .table-striped th {
  padding: 0;
  vertical-align: top;
  padding: 7px;
}

.shopping-orders table span, .shopping-order span.status, .shopping-project span.status {
  display: inline-block;
  margin-right: .5em;
}
span.status-0 {
  width: 1em;
  height: 1em;
  background-color: #F44336;
}

span.status-1 {
  width: 0;
  height: 0;
  border-left: .75em solid rgba(0, 0, 0, 0);
  border-right: .75em solid rgba(0, 0, 0, 0);
  border-bottom: 1em solid #FFC107;
  background-color:  transparent;
}

span.status-2 {
  width: 1em;
  height: 1em;
  background-color: #80BC00;
  background-color: var(--appGreen);
  border-radius: 50%;
}
span.status-3, span.status-4, span.status-5, span.status-6{
  position: relative;
  top: 5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
span.status-3:before {
  content: "\e006";
  color: #00BCD4;
  font-size: 1.5em;
}

span.status-4:before {
  content: "\e006";
  font-size: 1.5em;
  color: #80BC00;
  color: var(--appGreen);
}

span.status-5:before, span.status-6:before {
  content: "\e014";
  font-size: 1.5em;
  color: #333;
}
#header .dropdown { display: inline; }
#header .dropdown span {
  color: #6E7C7C; 
  color: var(--appGrey); 
}
#header .dropdown-menu li {
  display: block;
  min-width: 200px;
  padding: 4px;
  border:  none !important;
  font-size: 15px;
  position: relative;
}

.shopping-search img.thumbnail {
  max-height: 75px;
  margin: 0;
}

.shopping-project .well h3 {
  margin: 12px 0;
}

.shopping-project .well table {
  display: none;
}

form#tm-Form .mt {
  margin-top: 25px;
}

form#tm-Form .mr {
  margin-right: 15px;
}

form#tm-Form .mb {
  margin-bottom: 20px;
}

form#tm-Form textarea {
  max-width: 100%;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.select-custom {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#mechanicWrapper #customName {
  display: none;
  margin-top: 5px;
}

#tm-Form [data-repeater-delete], #tm-Form [data-repeater-create] {
  width: 85px;
}

#choosePO {
  color: #000;
  font-size: 25px;
}

#choosePO span {
  vertical-align: middle;
}

#chooseMaterial {
  text-decoration: none;
}

#chooseMaterial button {
  color: #80BC00;
  color: var(--appGreen);
}

label[for="mechanicAgree"] {
  margin-bottom: 6px;
}

.dashboard-reports #quick-nav {
  display: flex; width: 100%;
}
.dashboard-reports .btn-group>.btn, .dashboard-reports .btn-group-vertical>.btn {
  display: block;
  flex-grow: 1;
}

.table-striped tr {
  background-color: #fff;
}

.btn-success {
  background-color: #80BC00;
  background-color: var(--appGreen);
}

body.time-index div.panel-body {
  overflow: visible;
}

#signature-pad, #mechanicPad, #customerPad { border-bottom: 1px solid black; }

#mechanicPad, #customerPad { width: 100%; }

.fx-toggle-on {
    color: #4CD964;
    font-size: 36px;
}

.fx-toggle-off {
    color: darkgray;
    font-size: 36px;
}

/* Mobile Styles */

@media only screen and (min-width: 1440px) {
  .time-admin-view > div.container {
    display: table
  }
}

@media only screen and (max-width: 767px) {
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .dropdown-toggle.btn { width:  100%; }
  .pull-right { float: none !important; }
  .panel-default>.panel-heading { font-size:  1em; }
  .panel-body { padding: 2em 1em; }
  #header { padding: 1em; margin: 1em; }
  .shopping-product #continue a {
    margin-bottom: 1em;
  }
  .shopping-product #message { display: block; margin: 1em 0; }
  .panel-menu .col-md-6 a { font-size: 1.3em; }

  #quick-nav.btn-group>.btn {
    display: block;
    float: none;
    border-radius: 12px;
    margin-bottom: 4px;
  }
  .panel-menu .col-md-6 a { margin-bottom: 1em; }
  .panel-menu .col-md-6 { padding: 0; }
  #quick-nav { margin-bottom: 2em; width:100%; }
  div.btn-group { display: inline-block; width: 100%; } 
}
@media only screen and (max-width: 991px) {

  .login-panel-left{
    display:none;
  }
  .login-frame{
    height: auto;
  }
  .login-panel-right{
    height: auto;
  }
}

@media (max-width: 768px){
  .shopping-category .col-md-4:nth-child(3n+1) {
    /*clear: none;*/
  }
  .shopping-category .col-md-4:nth-child(2n+1) {
    /*clear: left;*/
  }

}

.hide {
    display: none;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 18px;
    /*text-align: center;*/
}

.dataTableTextAlign {
    text-align: center;
}

#items-table th.col-date, #items-table th.col-active, #items-table th.col-processed, #items-table th.col-draft {
  text-align: center;
}

.dataTableImportantAlignMiddle {
    vertical-align: middle !important;
}

.iframe iframe {
    width: 100%;
    display: block;
    height: 75vh;
    margin: 0 0 1em 0;
}

.date-field .notDefaultPicker.hasDatepicker[readonly] {
    background-color: #fff;
}

.table .btn.enableLink,
.btn.enableLink {
    padding: 0;
    font-size: inherit;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}

    .btn.enableLink .fa.fx-toggle-off,
    .btn.enableLink .fa.fx-toggle-on {
        font-size: 18px;
    }

.read .disabled {
    cursor: not-allowed;
}

#mRegHoursContainer label,
#mOneHalfHoursContainer label,
#mTwoHoursContainer label {
    white-space: nowrap;
}

.dataTables_processing {
    min-height: 99%;
    top: 56px !important;
    z-index: 1;
}

div.dataTables_wrapper div.dataTables_processing {
    border: none;
}

.table.dataTable th {
    white-space: nowrap;
}

.print-show {
    display: none;
}

@media only screen and (min-width:431px) {
    .header-dropdowns .dropdown-menu {
        left: unset;
        right: 0 !important;
        min-width: 350px;
    }
}

@media only screen and (max-width:430px) {
    .header-dropdowns .dropdown-menu {
        left: unset;
        right: 0 !important;
        width: 100%;
    }
}

.form-group button,
.form-group .btn-group {
    max-width: 100%;
}

.multiselect-selected-text {
    max-width: 100%;
    display: block;
    float: left;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    padding: 0 15px 0 0;
}

.btn .caret {
    position: absolute;
    right: 2px;
    bottom: 14px;
}

#mRegHours {
    min-width: 50px;
}
#mOneHalfHours {
    min-width: 50px;
}
#mTwoHours {
    min-width: 50px;
}