.float-left {
	float: left;
}

.checkbox-large {
    width:20px; 
    height:20px;
}
.checkbox-medium {
    width:15px; 
    height:15px;
}
.pagebutton {
	margin:4px;
}

.EditSubmit{
	z-index: 125;
	position:fixed; top:30%; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle;
}

.pro-bar-rad {
	border-radius: 5px;
}

.pro-bar-wrap {
	border-radius: 25px;
	position:absolute; 
	z-index: 100;
	background: rgba(250, 100, 100, 0.5);
}
.handpointer {
	cursor: pointer;
 }
 .showscrolls {
	 overflow:auto;
	 width: 100%;
	 height:95%;
 }
 .flexwrapper {
	 display: flex;
	 min-height: 60%;
	 height: 60%;
	 flex-direction: column;
 }
 .flexbody {
	 flex: 1;
	 height: 60%;
	 border: 3px solid black;
 }

 .mapbody {
 	height: 70%;
 	border: 3px solid black;
 }

 html, body, .fullheight{
    height:100%;
 }
 .gpslabels {
	 color: white;
	 background-color: transparent;
	 font-family: "Lucida Grande", "Arial", sans-serif;
	 font-size: 10px;
	 font-weight: bold;
	 text-align: center;
	 width: 100px;
	/* border: 2px solid black;
	 border-radius: 2px;*/
	 white-space: nowrap;
 }
 .tabletext {
	 font-size: 13px;
	 font-weight: normal;
 }
 .tabletext12 {
	 font-size: 12px;
	 font-weight: normal;
 }
 
 .bold {
	 font-weight: bold;
 }

 .divwrapper {
	  overflow:hidden;
 }
 .leftdiv {
	 float:left;
 }
 .rightdiv {
	 float:right;
 }
 .form-control-sm {
  /*display: block;*/
  /*width: 100%;*/
  height: 28px;
  padding: 3px 12px;
  margin: 2px;
  font-size: 14px;
  line-height: 1.32857143;
  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, .075);
          box-shadow: inset 0 1px 1px rgba(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;
}
.form-control-sm:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control-sm::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-sm:-ms-input-placeholder {
  color: #999;
}
.form-control-sm::-webkit-input-placeholder {
  color: #999;
}
.form-control-sm[disabled],
.form-control-sm[readonly],
fieldset[disabled] .form-control-sm {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control-sm {
  height: auto;
}


.TicketBase {
	background-color: #f0f0ff;
	border: 1px solid rgba(86,61,124,.7);
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0.25%;
	margin-right: 0.25%;
	border-radius: 2px;
}

.TicketBillTo {
	float:left;
	min-width:230px;
	width:32.8%;
	height:170px;
}
.TicketInfoMiddle {
	float:left;
	min-width:230px;
	width:32.8%;
	height:170px;
}
.TicketInfoRight {
	float:left;
	min-width:230px;
	width:32.8%;
	height:170px;
}
.TicketEdit {
	margin-bottom: 5px;
	width:99.5%;
}
.hide {
	display:none;
}
.ticketsreopen {
	float:right;
	margin-top:3px;
}

.ticketcard {
	background-color: #eeeeee;
	border: 1px solid rgba(86,61,124,.3);
	padding: 5px;
	border-radius: 2px;
	min-width:275px;
	width:50%;
	height:225px;
}

.flexheader {
	width: 99.5%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow:hidden;
}

.center {
	text-align:center;
}

.glyphcenter {
	margin-left:12px;
}

.dimdiv {
	opacity: 0.5;
}

.total-count {
	margin-top: 20px;
	margin-bottom: 10px;

	float: right;
}

.total-count .total-label {
	font-weight: 700;
}

.clear {
	clear: both;
}

.sub-header {
	float: left;
}

.multiple-computers {
	width: 24px;
	height: 24px;
	padding-left: 5px;
}

#buttons_editfarm button {
	padding: 6px 30px;
	margin-right: 8px;
	float: left;
}

#buttons_editfarm #editfarm_delete, #buttons_editfarm #editfarm_reactivate {
	float: right;
}

#new_version, #new_version > a {
	color: #b91c17;
}