/* CSS Document */


img.sort_arrow {
	position:relative;

	padding: 0 0 1px 0;
	float:right;
	clear:both;
}
.sort_arrow_bottom{
	margin-top:-7px;
}
#customerMenuTable {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: var(--color-surface, #f5f5f7);
	max-height: 60vh;
	overflow-y: auto;
	border-radius: var(--radius-md, 12px);
}


tr, th, td {
	margin:0;
	padding:0;
}
.locationsList{
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
	width:98%;
	overflow-y:scroll;
}
.staffList{
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
	width:98%;
	overflow-y:scroll;
}
#empDeptTable th td {background-color:white; padding:3px}

.col_30perc{
	width:28%; padding:1% 1% 0% 1%; display:inline-block; 
}
.col_22perc{
	width:22%; padding:1% 1% 0% 1%; display:inline-block; 
}
.col_18perc{
	width:16%; padding:1% 1% 0% 1%; display:inline-block; 
}
.hasBorder{
	border:#000000 solid 1px
}
.ticketList{
	width:96%;
	margin-left:auto;
	margin-right:auto;
	align-content: center;
}
.ticketListTable{
	
}
.ticketList h4{
	align-self: center;
	text-align: center
}
.formFullRow{
	width:100%;
	float:none;
	clear:both
}
.formHalfRow{
	width:50%
}
.formRight{
	float:right
}
.formFullRowTitle{

	width:99%;
	clear:both;
	background-color:#00580C;
	color:#ffffff;
	padding-left:1%
}
.formInputTitle{
	text-align: left;
	font-weight:bold;
	margin-left:1%
}
.hlSpacer{clear:both; height:3px;}

.tikTextArea{
	width:98%
}
.viewTicketInfo{
	border:solid thin black;
	border-top:2px #004312 solid; 
	
	font-size:16px
}
.viewCustInfo {
	border: 1px solid var(--color-border, rgba(0, 0, 0, 0.1));
	border-top: 2px solid var(--color-brand, #008b0d);
	font-size: 16px;
	min-height: 200px;
	max-height: 70vh;
	background-color: var(--color-card-bg, #ffffff);
	overflow-y: auto;
	border-radius: 0 0 var(--radius-md, 12px) var(--radius-md, 12px);
}
.ticketInfoDetailsRow{
	padding-bottom:2px
}
.viewTicketMessageButton {
	width: 23%;
	float: left;
	padding: 10px 4px;
	margin: 0 1%;
	min-height: 44px;
	text-align: center;
	text-decoration: none;
	border-radius: var(--radius-pill, 980px);
	background: var(--color-brand, #008b0d);
	color: #fff;
	font-size: 0.875em;
	transition: background-color 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.viewTicketMessageButton:hover { background: var(--color-brand-hover, #00a010); }
.viewTicketMessageButton a {
	color: #fff;
	text-decoration: none;
}
.viewTicketMessageButton a:active,
.viewTicketMessageButton a:hover { color: #fff; }
.viewTicketInfo {
	background-color: var(--color-surface, #f5f5f7);
	border-radius: var(--radius-md, 12px);
}
.viewTicketMessages{
	width:98%;
	margin:1%;
	background-color:rgba(232,232,232,1.00);
}
.viewTicketPostTitle{
	padding-left:1%;
	border-bottom:thin solid #012603;
	font-size:1em;
	font-weight:bold;
}
.viewTicketPostMessage{
	width:96%;
	max-height:500px;
	overflow:auto;
	padding:1% 1% 1% 3%;
}
.viewTicketPostMessage img { max-width:98%; max-height:800px; height: auto; width: auto; }

.bg_light_grey{background-color:rgba(232,232,232,1.00);}
.btn-save {
	border: none;
	padding: 8px 14px;
	background: var(--color-brand, #008b0d);
	border-radius: var(--radius-pill, 980px);
	color: #fff;
	margin: 2px;
	cursor: pointer;
	font-size: 13px;
	transition: background-color 0.2s ease;
	min-height: 34px;
}
.btn-save:hover { background: var(--color-brand-hover, #00a010); }

.fiveButtons {
	width: 18%;
	float: left;
	padding: 10px 4px;
	margin: 0 1%;
	min-height: 44px;
	text-align: center;
	text-decoration: none;
	border-radius: var(--radius-pill, 980px);
	background: var(--color-brand, #008b0d);
	color: #fff;
	font-size: 0.875em;
	transition: background-color 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fiveButtons:hover { background: var(--color-brand-hover, #00a010); }
.fiveButtons a {
	color: #fff;
	text-decoration: none;
}
.fiveButtons a:active,
.fiveButtons a:hover { color: #fff; }
#scrollable-dropdown-menu {
	background-color:white;
	opacity: 100%;
	z-index:2
}
#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
  opacity: 100%;
}
.formInputUnlock{
	min-width:24px;
	align-content: left;
}
.tikUserListRow {
	min-height: 44px;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
}
.tikUserListRow label{
    display: initial;
	margin-top: 3px;
    margin-bottom: 5px;
    font-size: .8em;

}
.newPost{
	color:#017F00
}
.tikUserListRow label input[type='checkbox']{
	margin-left:-16px;
}
.ticketBillingList tr{
	border-bottom: thin solid #0A0A0A
}
@media (max-width: 320px) {
	.viewTicketMessageButton{
		font-size:.75em
	}
	.locationsList{
		height:395px;
	}
	.staffList{
		height:395px;
	}
	.ticketList{
		width:100%
	}
	.formFullRowTitle{
		font-size:1.2em;
	}
	.formContainer{
		width:98%;
		margin-right:auto;
		margin-left:auto;

	}
	.formInputLong{
		width:90%
	}
	.formInputUnlock{
		width:9%
	}
	.formInputMedium{
		width:45%
	}
	.formInputShort{
		width:20%
	}
	.tikTextArea{
		margin-left:2%;
		height:200px;
		width:95%
	}
	.ticketInfoLeftCol{
		width:98%; padding:1%; 
	}
	.ticketInfoRightCol{
		width:98%; padding:1%; 
	}
	.ticketInfoDetailsTitle{
		width:100%; 
		min-width:200px; 
		font-size:1.1em; 
		font-weight:bold
	}
	.ticketInfoDetailsData{
		width:95%;
		padding-left:5%;
		text-align:left; 
		font-size:1.1em
	}
	.viewTicketInfo{
		width:95%;
		padding-left:5%
	}
	.fiveButtons{
		font-size:.75em;
	}
	.fourButtons{
		font-size:.75em;
	}
	.editCustomerInformation{
		font-size:.75em;
	}
	.lookupCustomer{width:75%}
	.ticketInputSelect{width:75%}
	.ticketInputDate{width:73%}
	.ticketInputText{width:73%}
}
@media (min-width: 321px) and (max-width: 768px) {
	.viewTicketMessageButton{
		font-size:.85em
	}
	.locationsList{
		height:395px;
	}
	.staffList{
		height:395px;
	}
	.ticketList{
		width:96%
	}
	.formContainer{
		width:90%;
		min-width:300px;
		margin-right:auto;
		margin-left:auto;

	}
	.formFullRowTitle{
		font-size:1.2em;
	}
	.formInputLong{
		width:90%
	}
	.formInputUnlock{
		width:9%
	}
	.formDataCityStateZip{
		width:260px;
		float:left
	}
	.formInputMedium{
		width:75px
	}
	.formInputShort{
		width:50px
	}
	.tikTextArea{
		margin-left:2%;
		height:200px;
		width:95%
	}
	.ticketInfoLeftCol{
		width:98%; padding:1%; 
	}
	.ticketInfoRightCol{
		width:98%; padding:1%;
	}
	.ticketInfoDetailsTitle{
		width:20%; 
		min-width:100px; 
		font-size:1.1em; 
		font-weight:bold
	}
	.ticketInfoDetailsData{
		width:80%; 

		text-align:left; 
		font-size:1.1em
	}
	.viewTicketInfo{
		width:100%; 
		font-size:.8em;
	}
	.fiveButtons{
		font-size:.75em;
	}
	.fourButtons{
		font-size:.75em;
	}
	.editCustomerInformation{
		font-size:.75em;
	}
	.lookupCustomer{width:80%}
	.ticketInputSelect{width:80%}
	.ticketInputDate{width:78%}
	.ticketInputText{width:78%}
}
@media (min-width: 769px) and (max-width: 1000px) {
	.viewTicketMessageButton{
		font-size:1em
	}
	.locationsList{
		height:250px;
	}
	.staffList{
		height:250px;
	}
	.formContainer{
		width:90%;
		margin-right:auto;
		margin-left:auto;

	}
	.formInputTitle{
		float:left;
		width:30%;
	}
	.formDataLong{
		width:68%;
		float:left
	}
	.formDataCityStateZip{
		/*display:inline-block;*/
		width:80%;
		float:left
	}
	.formInputLong{
		width:400px
	}
	.formInputUnlock{
		width:25px
	}
	.formInputMedium{
		width:125px
	}
	.formInputShort{
		width:75px
	}
	.formFullRowTitle{
		font-size:1.5em;
	}
	.tikTextArea{
		height:250px;
		padding-left:2%;
		width:95%
	}
	.ticketInfoLeftCol{
		width:48%; padding:1%; float:left
	}
	.ticketInfoRightCol{
		width:48%; padding:1%;  float:right
	}
	.ticketInfoDetailsTitle{
		width:20%; 
		min-width:100px; 
		font-size:1.1em; 
		font-weight:bold
	}
	.ticketInfoDetailsData{
		width:80%; 
		text-align:left; 
		font-size:1.1em
	}
	.viewTicketInfo{
		width:100%; 
	}
	.fiveButtons{
		font-size:1em;
	}
	.fourButtons{
		font-size:1em;
	}
	.lookupCustomer{width:147px}
	.ticketInputSelect{width:150px}
	.ticketInputDate{width:145px}
	.ticketInputText{width:145px}
}
@media (min-width: 1001px) {
	.viewTicketMessageButton{
		font-size:1.1em
	}
	.locationsList{
		height:250px;
	}
	.staffList{
		height:250px;
	}
	.formContainer{
		width:90%;
		margin-right:auto;
		margin-left:auto;

	}
	.formDataLong{
		width:78%;
		float:left
	}
	.formDataCityStateZip{
		/*display:inline;*/
		width:80%;
		float:left
	}
	.formInputTitle{
		float:left;
		width:20%;
	}
	.formInputLong{
		width:80%
	}
	.formInputUnlock{
		width:10%
	}
	.formInputMedium{
		width:250px
	}
	.formInputShort{
		width:80px
	}
	.formFullRowTitle{
		font-size:1.25em;
	}
	.tikTextArea{
		height:300px
	}
	.ticketInfoLeftCol{
		width:48%; padding:1%;  float:left
	}
	.ticketInfoRightCol{
		width:48%; padding:1%; float:right
	}
	.ticketInfoDetailsTitle{
		width:20%; 
		min-width:100px; 

		font-size:1.2em; 
		font-weight:bold
	}
	.ticketInfoDetailsData{
		width:80%; 

		text-align:left; 
		font-size:1.2em
	}
	.viewTicketInfo{
		width:100%; 
	}
	.tikBillMenuColWide{
		width:42%;
		display:inline-table;
		
	}
	.tikBillMenuColNarrow{
		width:13%;
		display:inline-block;
	}
	.fiveButtons{
		padding-top:2px;
		font-size:1em;
	}
	.fourButtons{
		padding-top:2px;
		font-size:1em;
	}
	.lookupCustomer{
		width:220px;
		font-size:1em;
	}
	.ticketInputSelect{width:225px}
	.ticketInputDate{width:220px}
	.ticketInputText{width:220px}
}
#ticketActionMenu {
	width: 94%;
	padding: 8px 3%;
	background-color: var(--color-surface, #f5f5f7);
	border: 1px solid var(--color-border, rgba(0, 0, 0, 0.1));
	border-radius: var(--radius-md, 12px);
	font-size: 1.1em;
	line-height: 1.5;
}

/* file upload menu */

#upload-wrapper {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	background-color: var(--color-surface, #f5f5f7);
	padding: 2% 2%;
	border: 1px solid var(--color-border, rgba(0, 0, 0, 0.1));
	border-radius: var(--radius-md, 12px);
}

.mai-img-link:hover{
	cursor:pointer
}
.filtersDiv {
	width: 96%;
	padding: 8px 2%;
	background-color: var(--color-surface, #f5f5f7);
	border-radius: var(--radius-sm, 8px);
}
#output{
	padding: 5px;
	font-size: 12px;
}

/* prograss bar */
#progressbox {
	border: 1px solid #008b0d;
	padding: 1px;
	position: relative;
	width: min(400px, 100%);
	border-radius: var(--radius-sm, 8px);
	margin: 10px 0;
	display: none;
	text-align: left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #008b0d;
	width:1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #FFFFFF;
}

.customerTableMenu{
	background-color:#ffffff;
	align-content:center;
	
}
.customerTableMenu td{
	text-align: center;
	font-weight:bold
}
.editCustomerTables td{
	text-align: center;
	background-color:#ffffff
}
/*
.inputFile{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;	
}
.inputFile + label {
    font-size: 1em;
    font-weight: 300;
    color: white;
   	background: -webkit-gradient(linear, left bottom, left top, from(#1A9501), to(#00580C));
	background: -moz-linear-gradient(top,  #00580C,  #1A9501);
	background-image: linear-gradient(to top, #00580C, #1A9501);
	background-color:#00580C;
    display: inline-block;
	padding:4px 10px;
	align-content: center;
	border-radius: 3px;
	
}

.inputFile:focus + label,
.inputFile + label:hover {
    background-color: red;
}
*/
 button {
    font-size: 1em;
}
input, select{
	font-size: .9em;
	/*font-family: "Source Sans Pro";*/
}

.typeahead,
.tt-query,
.tt-hint {
  padding: 2px 2px;
  font-size: 1em;
  line-height: 1em;
  border: 2px solid #ccc;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 222px;
  margin: 2px 0;
  padding: 2px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 14px;
  color:black
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}


