* {
  margin: 0;
  padding: 0;
}

html, body
{
min-height:100%;
overflow:inherit; 
position:absolute;
}

body
{
  color: #595958;
  background-color:White;
    font: 12px Arial;
    line-height:17px;
}

h2
{ font: 13px Arial;
  color: #595958;
  font-weight:bold;
  text-align:left;
  margin-bottom:5px;
}

h3
{
  font: 16px Arial;
  color: #595958;
  font-weight:bold;
  text-align:left;
  margin:15px 0;
}

h4
{
	font-size:14px;
}

h5
{
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:0px;
}

select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:3px 6px;
}

div.center{
    text-align:center;
}
/***NOTE|LOGINCONTAINER:	Moved to main_login.php	***/
/*#loginContainer {*/
  /*-webkit-border-radius: 3px;*/
  /*-moz-border-radius: 3px;*/
  /*-ms-border-radius: 3px;*/
  /*-o-border-radius: 3px;*/
  /*border-radius: 3px;*/
  /*color: #555;*/
  /*font-size: 1.2em;*/
  /*background-color: #fff;*/
  /*margin-top: 50px;*/
  /*padding: 20px;*/
  /*border: 1px solid #eee;*/
/*}*/
/*#loginContainer #companyLogo {*/
  /*margin-bottom: 20px;*/
/*}*/
/*#loginContainer .smallNote {*/
  /*font-size: 0.8em;*/
  /*margin-top: 5px;*/
  /*font-weight: bold;*/
/*}*/
/*#loginContainer .boxHead {*/
  /*text-align: center;*/
  /*border-bottom: 1px solid #eee;*/
  /*margin-bottom: 10px;*/
  /*padding-bottom: 10px;*/
/*}*/
/*#loginContainer .boxHead .fa-lock {*/
  /*font-size: 2em;*/
  /*color: #ddd;*/
/*}*/
/*#loginContainer form input[type=text], #loginContainer form input[type=password] {*/
  /*margin-bottom: 10px;*/
/*}*/
/*#loginContainer form input[type=submit] {*/
  /*width: 100%;*/
/*}*/
/*#loginContainer .loginMessage {*/
  /*-webkit-border-radius: 3px;*/
  /*-moz-border-radius: 3px;*/
  /*-ms-border-radius: 3px;*/
  /*-o-border-radius: 3px;*/
  /*border-radius: 3px;*/
  /*background-color: #f2dede;*/
  /*border: 1px solid #ebccd1;*/
  /*color: #a94442;*/
  /*font-size: 0.7em;*/
  /*padding: 5px 10px;*/
  /*margin-top: 10px;*/
/*}*/
/***NOTE|LOGINCONTAINER:	Moved to main_login.php	***/
#wrapper
{ height:100%;
}

/***NOTE|SIDENAV:	Moved to SideNav.php	***/
/*#sideNav*/
/*{ */
  /*position:absolute;*/
  /*top:0;*/
  /*left:0;*/
  /*width:220px;*/
  /*background: transparent url(../Images/sideBack.png) repeat-y;*/
  /*min-height:100%;*/
/*}*/

	/*#sideNav ul*/
	/*{ margin:10px 0 0 0px;*/
	/*}*/

		/*#sideNav ul li*/
		/*{ list-style-type: none;*/
		  /*background: transparent url(../Images/underline.png) no-repeat bottom; */
		/*}*/
		

		
			/*#sideNav ul li a*/
			/*{ text-decoration: none;*/
			  /*color:#afb0b0;*/
			  /*font: 15px Century Gothic; */
			/*}*/
			
				/*#sideNav ul li a:hover*/
				/*{ */
				  /*color:White;*/
				  /**/
				/*}*/

		/*#sideNav  ul li .selected */
		/*{ */
		  /*height:100%;*/
		  /**/
		  /*padding:10px 25px 10px 0px;*/
		  /*text-align:right;  */
		/*}*/
			/*#sideNav  ul li .selected a*/
			/*{ color:white;*/
			/*background-color:#4c4c4c;*/
			/*padding:3px 6px;*/
			/*border: 1px solid #60696c;*/
				/*-moz-border-radius:5px;*/
	/*-khtml-border-radius:5px;*/
	/*-khtml-border-radius:5px;*/
			/*}*/

		/*#sideNav  ul li div*/
		/*{ */
		  /*height:100%;*/
		  /*padding:10px 30px 10px 0px;*/
		  /*text-align:right;*/
		/*}*/


/*#sideNav_top*/
/*{ height:100px;*/
 /*background: transparent url(../Images/logo_new.png) no-repeat top;*/
/*}*/
/***NOTE|SIDENAV:	Moved to SideNav.php	***/

#rightNav
{ display:inline-block;
position:relative;
top:0;
right:0;
  background: Green;
  min-height:100%;
  width:120px;
}

#mainContent
{
	margin-left:220px;
	background-color:White;
	padding:10px;
	width:1015px;
}


.contentBoxBlue, .contentBoxGrey
{ 	display:inline-block;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-khtml-border-radius:5px;	
	width:100%;

}
.contentBoxTitleBlue, .contentBoxTitleGrey
{ 	
	-moz-border-radius-topright: 5px;  
	-khtml-border-radius-topright:5px;  
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;  
	-khtml-border-radius-topleft:5px;  
	-webkit-border-top-left-radius: 5px;
	border:none;
	padding:10px;
	font: 18px Century Gothic; 
	color:White;
}


.contentBoxContentBlue, .contentBoxContentGrey
{ 
	border-top:none;
	padding:10px;
	-moz-border-radius-bottomleft: 3px;  
	-khtml-border-radius-bottomleft:3px;  
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;  
	-khtml-border-radius-bottomright:3px;  
	-webkit-border-bottom-right-radius: 3px;
	
}


.contentBoxBlue
{ 	
	border: 1px solid #9bb7cc;
	background-color: #79a0be;	
}
.contentBoxTitleBlue
{ 	
	background: #79a0be url(../Images/contentTitleBack.png) repeat-x bottom;
	
	border-bottom: 1px solid #9cbfda;
}

.contentBoxContentBlue
{ 
	background-color: #f8f9f9; 
}

.contentBoxContentBlue a
{ font: 12px Arial;
color: #595958;
}

.contentBoxGrey
{ 	
	border: 1px solid #c3c3c3;
	background-color: #f2f2f2;	
}
.contentBoxTitleGrey
{ 	
	background-color:#dfdfde;
	border-top: 1px solid #ebf5fd;
	border-bottom: 1px solid #c3c3c3;
	color: #3c3c3c;
}

.contentBoxContentGrey
{ 
	background-color: #f2f2f2; 
}

#paramBar
{ 
    background-color: #f8f9f9;
    margin:0;
    padding:0;
    padding-top:1px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}


.label
	{ padding-bottom: 5px;
	 padding-top: 5px;
	 display:block; 
	 font: 12px Verdana, Helvetica, sans-serif;
	 font-weight:bold;
	}

#financialStats .label
{
	font-weight:normal;
	font-family: Arial;
}

.paramTable
{ 
width:100%;
font: 12px Verdana, Helvetica, sans-serif;	
}

	.paramTable tr
	{ 	background: #f8f9f9 url(../Images/paramBack.png) repeat-x top;
	}
	
	.paramTable .leftAlignRow td
	{ text-align:left;
	}
	
	.paramTable .centerAlignRow td
	{ text-align:center;
	}
	
	.paramTable td
	{ padding:10px 5px 10px 5px;
	text-align:center;
	
	}
	
	.paramTable td select
	{ padding: 5px 0 0 5px;
	  font: 12px Verdana, Helvetica, sans-serif;
	  border: 1px solid #eaeaea;
	  color: #595958;
	  width:100%;
	}
	
	.paramTable td  .label
	{ padding-bottom: 5px;
	  padding-top: 5px;
	 display:block; 
	 font: 12px Verdana, Helvetica, sans-serif;
	 font-weight:bold;
		color: #595958;
		text-align:left;
	}


	
#to1, #to2, #allTo1, #allTo2
{ 
  width:29px;
  background: transparent url(../Images/squareButton.png) no-repeat;
  height: 29px;
  border: none;
  font:  14px Century Gothic;
	 color: #47708f;
  padding-bottom:2px;
  padding-right:4px;
  margin:1px;

}	


button
{ 
  height:30px;
  border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;
	cursor:default;
}

button span, button em{
	display:block;
	height:30px;
				
	margin:0;
	
	}
	
button[type=submit] span{
	padding-left:15px;
	background:url(../Images/buttonVarSize.png) no-repeat 0 0;
	}

button[type=submit] em{
	padding-right:15px;
	padding-top:4px;
	background: #f8f9f9 url(../Images/buttonVarSize.png) no-repeat 100% 0;
	 font: bold 14px Century Gothic;
	 color: #47708f;
	}

#locationSelector select.multiselect
{
	height: 200px;
	width:85%;
}

select.multiselect
{ height: 300px;
  width:90%;
  padding:0 10px;
}

select.multiselect option
{ padding:2px 0;
}

#rangeDiv, #rangeDivDisabled
{ 
}

#rangeDiv input, #rangeDivDisabled  input
{ width:90px;
height:20px;
font: 11px Verdana, Helvetica, sans-serif;
border: 1px solid #eaeaea;
line-height:20px;
text-align:center;
}

#rangeDivDisabled  input
{ 
  color: #c3c4c5;
}

#footer{
clear:both;
}

.table
{ width:100%;
}

.table th
{ font-family: Arial;
  font-size:13px;
  padding:5px;
  border-bottom: 1px solid #dbdcdd;
  text-align:center;
}

.table td
{ font-family: Arial;
  font-size:12px;
  padding: 5px;
  vertical-align:top;
  background-color:white;
  text-align:center;
}

.table>tbody>tr.no-border>td {
	border-top:0;
}

#commentDisplay
{  font: 12px Verdana, Helvetica, sans-serif;
   color: #595958;
   margin-bottom:10px;
}

#commentsTextArea
{ padding: 5px 0 0 5px;
   font: 12px Verdana, Helvetica, sans-serif;
   border: 1px solid #eaeaea;
   color: #595958;
}

.comment
{background: url(../Images/commentDiv.png) repeat-x bottom;
padding:10px 0;
}

.commentDate
{ font-weight:bold;
  padding-right:10px;
}

#commentsTextArea, .comment, #commentDisplay
{ width: 90%;
}

.paramDisplay
{ font-size:12px; background-color:white; border: 1px solid #e8e9e9; padding:10px; margin-bottom:10px;
}

#vacDetails span
{
	margin:5px 0;
	vertical-align:middle;
}

#vacDetails .paramName
{
	width:170px;
}

.paramName
{ font-weight:bold; width:225px; display:inline-block
}
/***NOTE|SIDENAV:	Moved to SideNav.php	***/
/*.bottomLinks*/
/*{*/
	/*text-align:center;*/
	/*margin-top:20px;*/
/*}*/

/*.bottomLinks div*/
/*{*/
	/*margin-bottom:5px;*/
/*}*/

/*.bottomLinks a {*/
	/*Color: #79a0be;*/
	/*font-size:16px;*/
	/*font-family: Century Gothic;*/
/*}*/
/***NOTE|SIDENAV:	Moved to SideNav.php	***/
.errorPanel {
	color:#E64848;
	font-size:12px;
	padding:10px;
	border: 1px solid #FFB2B2;
	background-color:#FFE0E0;
	margin-bottom:5px;
    font-family: Arial;
}

.contentBoxContentBlue .errorPanel a
{
    color: #E64848;
    font-weight:bold;
}

.messagePanel {
	color:#33AD33;
	font-size:12px;
	padding:10px;
	border: 1px solid #A8E6A8;
	background-color:#CBF0CB;
	margin-bottom:5px;
    font-family: Arial;
}

.smallLabel
{
    padding-left:5px;
    font-style:italic;
    font-size:12px;
}

/***NOTE|CONFIGS:	Moved to VacConfig.php,MachineConfig.php	***/
/*#pendingVacSettings, #editForm
{
	margin-bottom:10px;
}

#currentVacSettings table, #pendingVacSettings table, #editForm table
{
	table-layout:fixed;
}

#currentVacSettings table th, #pendingVacSettings table th, #editForm table th, #usersTable th
{
	text-align:left;
}

#currentVacSettings td, #pendingVacSettings td, #editForm td, #detailsTable td, #usersTable td
{
	text-align:left;
}

tr.subHead td {
	padding-left:20px;
	background-color:#D6E4F1;
	font-weight:bold;
}

#editForm input[type=text].invalid
{
	background-color:#f6b3b2;
}

#editFormDialog .errors {
	color:red;
	text-align:center;
	display:none;
}

#editForm span.saved
{
	color:#34a112;
}

#editForm span.pending
{
	color:#cc3a33;
}

#currentVacSettings tr.notset td
{
	background-color:#eee;
	color:#aaa;
	
}
*/
/***NOTE|CONFIGS:	Moved to VacConfig.php,MachineConfig.php	***/

.ui-button span {
	padding:0;
}

#locationForm td.label, #userForm td.label
{
	text-align:right;
	font-weight:normal;
	display: table-cell;
}

#locationForm td, #userForm td
{
	text-align:left;
}

#locationForm input[type=text], #userForm input[type=text], #userForm input[type=password]
{
	padding:3px;
}

#userForm input[type=text], #userForm input[type=password]
{
	width:100%;
	box-sizing: border-box;
}

#userForm input:disabled{
	background-color:#eee;
}

.contentBoxTitleBlue i {
	color:#fff;
}

#resetButton {
	margin-left:10px;
}

#saveButton {
	cursor:pointer;
}

a.iconButton, button.removeBtn, button.command, button.removeMcuBtn
{
	font-size:16px;
	background-color:#aaa;
	color:#fff;
	border-radius: 3px;
	padding:3px;
	margin:4px 2px;
	display:inline-block;
	border:none;
	height:auto;
	box-sizing: border-box;
	width:21px;
}

button.command
{
	min-width:190px;
	margin-bottom:15px;
	margin-right:1px;
	cursor:pointer;
	padding:5px;
	font-size:12px;
}

button.command.small
{
	width:140px;
	min-width:100px;
	margin-left:5px;
}

button.removeBtn
{
    width:auto;
}

button.anommand.x-small
{
	width:100px;
	min-width:100px;
	margin-left:5px;
	font-size:12px;
	padding:2px;
}

button.eommand.smallMargin
{
	margin: 0 5px;
}

.cancelLoadRequest
{
    cursor:pointer;
}

.cancelLoadRequest:hover
{
    color:#000;
}

.commandLabel
{
	margin-right:5px;
	font-size:14px;
}

.commandInput
{
	padding:3px 6px;
	font-size:12px;
	width:62px;
}

input[type=radio]
{
	margin-right:5px;
}

.pendingScripts table th, .pendingScripts table td
{
	text-align:left;
}

.deleteUser
{
	margin-left:5px;
}

.row
{
	padding:5px;
}

a.selected{
    font-weight:bold;
}


.hideWhenLoading, .input-group.hideWhenLoading
{
    display:none;
}

.loading {
    text-align:center;
    padding:20px 0;
}

.contentBoxContentBlue table a
{
    text-decoration:underline;
}

#locationTable .fa-check
{
    color:green;
}

#locationTable tr.Dev td{
    background-color:#eee;
    color:#666;
}

#locationTable tr.NoConnection td{

}

#locationTable td, #locationTable th{
    text-align:left;
}

#locationTable tbody tr:hover {
    cursor:pointer;
}

#locationTable tr:hover td {
    background-color:#eee;
}

.tableError, .tableError .fa {
    color:#C11414;
}

.tableGreen {
    color:green;
}

.tableWarning {
    color:#D89002;
}

#locationTable td.center {

    text-align:center;
}

#filterErrorRow {
 color:grey;
}

#locations .panel-body {
    padding:0 15px 0 15px;
}

#filterLocation {
    margin-top:20px;
    margin-bottom:20px;
}

#vacs table:not(:last-child)
{
    border-bottom:3px solid #ccc;
    margin-bottom:20px;
}

#vacs table td, #location table td
{
    text-align:left;
}

#vacs table th
{
    background-color:#ddd;
    font-size:16px;
}

/***NOTE|SIDENAV:	Moved to QuickLinks.php	***/
/*.quicklinks*/
/*{*/
    /*width:23%;*/
    /*vertical-align:top;*/
    /*display:inline-block;*/
    /*font-size:12px;*/
/*}*/
/***NOTE|SIDENAV:	Moved to QuickLinks.php	***/

.panel-heading .topRight
{
    float:right;
}

.panel-heading .panel-title
{
    font-weight:bold;
}

.panel-body
{
    padding:5px;
}

#vacs, #machines, #location, .tableContainer
{
    font-size:12px;
}

.tableContainer a{
    cursor: pointer;
}

#vacs table, #machines table, #location table, .tableContainer table
{
    margin-bottom:0 !important;
}

#vacs tr:first-child td, #machines tr:first-child td, #location tr:first-child td, .tableContainer tr:first-child td
{
    border-top:none !important;
}

#vacs tr:last-child td, #machines tr:last-child td, #location tr:last-child td, .tableContainer tr:last-child td
{
    border-bottom:none !important;
}

#vacs td, #machines td, #location td, .tableContainer td
{
    padding:5px !important;
}

#vacs label, #machines label, #location label
{
    margin-bottom:0;
    margin-right:10px;
}

#ConnectionDown
{
    text-align:center;
    padding:10px;
    font-size:14px;
}

.panel-heading .fa
{
    margin-left:10px;
    cursor:pointer;
    font-size:14px;
}

.panel-heading button .fa, .panel-heading a .fa
{
	margin-left:0;
	margin-right:5px;
	font-size:12px
}

.panel-heading a
{
    color:#595958;
}

.panel-heading a.selected
{
    font-weight:bold;
}

.panel-heading a.btn, .panel-heading a.btn i
{
	color:#fff;
}

#vacTools .fa, #machines .deleteCol .fa, .tableButton
{
    font-size:14px;
    margin-left:3px;
    text-align:center;
    cursor:pointer;
    background-color:#ddd;
    border-radius: 3px;
    padding:3px;
    width:20px;
    color:#595958;
}

#machines tbody, #machines tbody th, #cardLoads tbody, #cardLoads tbody th, #registeredCards tbody th
{
    border-top:none;
}

.btn.btn-primary
{
    font-weight:normal;
    letter-spacing: 1px;
    height:auto;
}

#deleteConfirmationModal .fa, #insertConfirmationModal .fa{
    display:block;
    text-align:center;
    margin-bottom:10px;
}

#balanceDialog div
{
    margin:10px 0;
}

#balanceDialog ul li
{
    margin-left:10px;
}

#cardDisplay #invalidCard {
    margin-top:10px;
}

#alertText, .alertText, .modal-content .alert
{
    text-align:center;
}

.removing td
{
    background-color:#f2dede;
}

.editing td
{
    background-color:#d9edf7;
}

.saving td
{
    background-color:#fcf8e3;
}

.saved td
{
    background-color:#dff0d8;
}

#machines .alert, #vacs .alert
{
    padding: 5px 10px;
}

a i.fa {
    color:#595958;
}

#loadVue.fa.fa-file-excel-o {
	margin-left: 0;
	margin-right: 5px;
	font-size: 12px;
}
/* Help icon should always have the cursor display as a pointer */
i.fa-question-circle-o {
	cursor: pointer;
}

/***NOTE|SIDENAV:	Moved to QuickLinks.php	***/
/*.quicklinks a*/
/*{*/
    /*display:block;*/
    /*padding:2px;*/
/*}*/

/*.quicklinks a:hover*/
/*{*/
    /*background-color: #eee;*/
    /*text-decoration:none;*/
/*}*/
/***NOTE|SIDENAV:	Moved to QuickLinks.php	***/

.alert
{
    font-size:12px;
}

/***** RETURN TO TOP********/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.summary
{
    padding:10px;
}

.btn-default
{
    height:auto;
}

.form-group-sm select.form-control
{
    line-height: 1.5;
}

.form-group-sm
{
    margin-bottom:5px;
}

.form-inline label
{
    margin-right:5px;
}
/***NOTE|DATEPANEL: TODO;	Should move to DatePanel.css	***/
.datePanel input[type=radio]
{
    margin-top:0px;
}

.datePanel input[type=text]
{
    font-size:12px;
}
/***NOTE|DATEPANEL: TODO;	Should move to DatePanel.css	***/
.btn-standard {
    color: #fff;
    background-color: #31708f;
}

.btn-standard:hover {
    color: #fff;
    background-color: #1d5e7d;
}

.btn-standard:focus
{
    color: #fff;
}

.panel-default
{
    padding:10px 20px;
    background-color: #e8e8e8;
    margin-bottom:10px;
}

.panel-summary
{
	padding:10px 20px;
	margin-bottom:10px;
}

.panel-info
{
    margin-bottom:20px;
}

.locationPanel label
{
    margin-right:5px;
}

.reportPanel .panel-body
{
    padding:10px;
}

.fa-inline
{
    margin-left:5px;
}

#lastThirty, #allDates
{
    cursor: pointer;
}

td.deleting
{
    background-color: #f2dede;
}

table.editable tr.repeater td span,
table.editable tr.editor td span,
table.editable tbody.new td span
{
    padding:7px 11px;
    display:block;
}

table.editable tr.edit td input, table.editable tr.editor td select
{
    display:block;
    text-align:center;
}

select.form-control {
    -webkit-appearance: menulist;
}

input.validate_error
{
    border: 1px solid #a94442;
}

/***NOTE|LOCATIONINFO: TODO;	Should move to LocationInfo.css	***/
.location-panel label
{
    margin-right:5px;
}
/***NOTE|LOCATIONINFO: TODO;	Should move to LocationInfo.css	***/
table i
{
    cursor:pointer;
}

.popover h4
{
    font-size:14px;
}

.popover p
{
    font-size:12px;
}

/***NOTE|LOCATIONINFO: TODO;	Should move to LocationInfo.css	***/
#LocationInfo .row
{
    padding-top:0;
    padding-bottom:0;
}
/***NOTE|LOCATIONINFO: TODO;	Should move to LocationInfo.css	***/
#bulkFileUpload {
	width: 1px;
	visibility: hidden;
}

#bulkUploadConfirmationModal .alertText
{
	font-size:14px;
}

.vacBG td
{
	background-color:#e7e7e7;
}

.table.centered td
{
	text-align:center;
}

.noDisplay
{
	display:none;
}

th.sortable
{
	cursor:pointer;
}

tr.rowHeading td, tr.rowHeading th
{
	background-color:#f5efc2;
	font-weight:bold;
}

.table.small>tbody>tr>td{
	padding:0px;
	font-size:11px;
}

#statusLog .form-group
{
	margin-bottom:5px;
}

.serviceLog .logItem
{
	list-style-type: none;
	background-color:#eee;
	color:#333;
}

.serviceLog.fullPage .logItem
{
	padding:15px;
	border-radius: 5px;
	margin-bottom:10px;
	font-size:12px;
}

.serviceLog.sideBar .btn
{
	font-size:11px;
	padding: 3px 5px;
}

.serviceLog.sideBar .logItem
{
	padding:7px;
	border-radius: 3px;
	margin-bottom:5px;
	font-size:11px;
}


.logItem .serviceStatus
{
	font-weight: bold;
}

.logItem .serviceComment
{
	margin-top:5px;
	color:#7d7d7d
}

.logItem .serviceDate
{
	text-align:right;
	margin-top:3px;
	font-style:italic;
	font-size:11px;
}

.halfTable
{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

/***NOTE|MachineBulkPricing:	Moved to MachineBulkPricing.php	***/
/*#machineBulkPricing tr.disabled,*/
/*#machineBulkPricing tr.disabled input[type=text]*/
/*{*/
	/*color:#bbb;*/
/*}*/

/*#machineBulkPricing .table>tbody>tr>td*/
/*{*/
	/*vertical-align:middle;*/
/*}*/

/*#machineBulkPricing .rowHeading td*/
/*{*/
	/*text-align: center;*/
/*}*/

/*#machineBulkPricing .rowSubHeading td*/
/*{*/
	/*font-size:10px;*/
	/*text-align:center;*/
	/*background-color:#efefef;*/
/*}*/

/*#machineBulkPricing .fa-exclamation-triangle{*/
	/*color:#e6ba08;*/
/*}*/
/***NOTE|MachineBulkPricing:	Moved to MachineBulkPricing.php	***/

tbody.right td{
	text-align:right;
}

tbody.center td{
	text-align:center;
}

#locationSelector span.label-selected
{
	padding-bottom: 5px;
	padding-top: 5px;
	display:inline-block;
	font: 11px Arial;
	margin-left:5px;
	margin-top:5px;
	background-color: #fff;
	border:1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#595958;
}

#locationSelector span.label .fa{
	margin-right:5px;
}

#locationSelector input[type=radio]
{
	margin-top:0;
}

#locationSelector #multiSelector .panel-default
{
	background-color: transparent;
	padding: 0;
}

#locationSelector #multiSelector .panel-default .panel-heading
{
	color:#595958;
}

#locationSelector #filterLocation
{
	font-size:12px;
	margin:15px 0;
}

.locationSelectorLocations
{
	overflow:scroll;
	border:1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.locationSelectorLocations li
{
	border-bottom:1px solid #ddd;
	padding: 5px 10px;
	font-size:11px;
}
.locationSelectorLocations li .fa
{
	margin-right:10px;
}

.locationSelectorLocations li.disabled
{
	color:#ddd;
}

[v-cloak] {
	display: none;
}

.success {
	color:#3ba73b;
}

.error{
	color:#f34545;
}

.customHeader
{
	background-color: #d9edf7;
	color: #31708f;
	padding-bottom:5px;
}

.customHeader h4 {
	font-size:16px;
	font-weight:bold;
}

.table tfoot td {
	background-color:#f1f1f1;
	font-weight:bold;
}

.checkbox-inline input[type=checkbox]
{
	margin-top:2px;
}

table.mid-aligned td, table.mid-aligned th{
	vertical-align: middle !important;
}

td.rightBorder, th.rightBorder {
	border-right: 1px solid #ddd;
}
td.leftBorder {
	border-left: 1px solid #ddd;
}

.table.leftAlign td {
	text-align: left;
}

td.leftAlign{
	text-align: left;
}

.disabledLabel
{
	color: #aaa;
}

#editLocation input[type="text"] {
	box-sizing: border-box;
}

.bootstrap-select button {
	padding-top:5px;
	padding-bottom:5px;
}

.bootstrap-select  button span {
	height:auto;
}

span.sm
{
	font-size:10px;
}
@media print
{
	#mainContent {margin-left:0;}
	#sideNav {display:none;}
}

[v-cloak] > * { display:none }

#ui-datepicker-div {
	/* we need the Date-Picker to have the highest z-index where it appears */
	z-index: 30 !important;
}

