/*     Tonys    CSS      */


.form-group{
	max-width: 80%;
	}

label{
	text-align: right;
	}

.floatRightTextRight{
	float: right;
	text-align: right;
	border: 1px solid;
	}

.borderDiv{
	border: 1px solid;
	}

noBR{
	white-space: nowrap;
	}

.form_divider_title{
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0;
	}
	
.page_title{
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	}
	
.text_centered_box{
	width: 100%;
	text-align: center;
	}

.textLinkButton{
	border: 0px;
	background: none;
	color: #bbb;
	}

.textLinkButton:hover{
	border: 1px solid;
	border-radius: 4px;
	}

.jobSheetGroupTable{
	border: 1px solid #CCC;
	}
	
.textCenteredTD{
	text-align: center;
	}

.side-nav>li>ul>li.indentedLI {
    padding-left: 20px;
	}
	
.adminListTable{
	margin: 0px auto;
	border: 1px #CCC solid;
	border-collapse: collapse;
	}

.adminListTable td{
	border: 1px solid #DDD;
	padding: 3px;
	}

.workOrderTable{
	border: 1px solid #CCC;
	border-collapse: collapse;
	}

.workOrderTable td{
	border: 1px solid #CCC;
	}

.workOrderTable td.width50Percent{
	width: 50%;
	}

.form-control.lgTextInput{
	max-width: 200px;
	display: inline;
	}

.form-control.medTextInput{
	max-width: 100px;
	display: inline;
	}

.form-control.smallTextInput{
	max-width: 70px;
	display: inline;
	}

.form-control.tinyTextInput{
	max-width: 50px;
	display: inline;
	}

.fieldTitle{
	font-weight: normal;
	color: #888;
	}

.fieldTitle2{
	font-weight: bold;
	color: #000;
	}

.selectAssigmentsBox{
	float: left;
	width: 50%;
	}

.specialButton1{
	padding: 5px 10px;
	font-size: 1.2em;
	background: none;
	border-radius: 6px;
	border: 2px solid #BBB;
	color: darkblue;
	}

#cssDivBoxButtonTempLabor{
	/*
	padding: 5px 10px;
	margin: 0px auto;
	border: 2px solid #DDD;
	background: none;
	color: #040;
	font-size: 1.1em;
	border-radius: 5px;
	*/
	}

.laborOptionFormat{
	width: 280px;
	}
	
.belowEverything{
	clear: both;
	}
	
.centerFloatBox{
	float: center;
	max-width: 500px;
	margin: 20px auto;
	margin-top: -220px;
	}	
	
	