 
body .overalltrucked {
    font-family: Roboto, sans-serif !important;
    position: relative;
	margin:0;
	padding:0;
	height:100%;
	-webkit-print-position-adjust: exact;
	print-position-adjust: exact;
	padding-bottom:60px;
	height: 100vh;
	padding: 0;
	/*font-family:ProximaNova,Helvetica Neue,Helvetica,Arial,sans-serif;*/
    
}



.user-login-center {
	
	text-align: center;
	color: #080764;
}

.admin-login-center {
	margin-left: 30px;
}

.unpadded-side {
  padding: 0 !important;
}

.unpadded-side a {
  text-decoration: none !important;
}




.white-login-form {
	min-height: 300px;
	background: rgba(255,255,255,0.5);
	border-radius: 4px;
	padding: 30px;
	margin-top: 30px !important;
}


.downloadpagebody {
	background: url('../img/iphone-6.png');
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.download-page {
    margin-top: 300px !important;
}

.download-box {
    border: 2px solid #080764;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: center;
    font-family: Roboto;
    font-size: 1.4em;
    color: #080764;
    font-weight: 500;
	margin-top: 30px;
	background: rgba(255,255,255,1);
}


}

.service-provider-panel2 h4 {
  background: #999;
  color:#fff;
  padding: 10px;
  margin-top: 168px;
  font-family: "Roboto";
  font-size: 2em;
  width:100%;
  text-align: center;
}

.text-center {
  text-align: center;
}



.form-header-logo {
  min-height: 40px;
  background:#052142;
  margin-top:20px;
  color: #fff;
  font-weight: 500;
  text-align: center !important;
}



.form-header-logo h4 {
  
  text-align: center !important;
}



.form-label  {
  
  font-weight: 300 !important;
}












.form-container-trucked select {
  background: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  margin-top: 8px;
}


.gs-select-90 {
  background: #fff;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  margin-top: 8px;
}


.submitbutton {
  background: #2a6df4;
  width: 100%;
  margin-left: 0 !important;
  margin-right: auto !important;
  height: 50px;
  margin-top: 12px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  
}


.greyish-title {
  background: #052142;
  padding:10px;
  color:#fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.registercustomer {
	
	padding: 20px;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.trucked-accordion-header {
  background:#00ad0f !important ;
  color: #fff !important;
  font-weight: bold !important;
}

.userlistpanel {
	width: 90%;
	margin-left:auto;
	margin-right: auto;
}


.userlisttable {
	font-family: "Roboto";
	margin-top: 10px;
	overflow: hidden;
}

.cd-logo-wrapper img {
	margin-top: 10px;
}



.userlisttable tr th {
		border: 1px solid #eee;
		background: #f5f5f5 !important;
		padding: 6px;
	}

.userlisttable tr td {
		border: 1px solid #eee;
		background: #fff;
		padding: 6px;
	}


.usercountpanel {
	text-align: left;
}

.crudlabel {
		font-size: 1em !important;
		text-align: right !important;
		font-family: Roboto;
		font-weight: 500;
}


.user-img-container {
	margin-top: 50px;
	margin-bottom: 50px;
}

.userpaneltab {
	background:#fff;
	font-size: 1.2em;
}

.crudinfolabel {
	text-align: left;
}


.modalcontentusercrudmodal {
	width: 100% !important;
	
}



.modalcontentusercrudmodal input, select{
	height: 40px !important;
}





.editpersonalinfommodal input, select{
	height: 40px;
}

.editpersonalinfommodal .modal-form-label{
	text-align:left !important;
	margin-top: 15px;
}

.editpersonalinfommodal .row {
	margin-top: 10px;
}


.upperlinksnew {
	margin-right: 20px;
	font-size: 0.9em !important;
}

.information-container {
	border: 1px solid #eee;
	box-shadow: 2px 2px 2px #eee;
	height: 300px;
	vertical-align: middle;
	
}

.information-container h1 {
	margin-top: 70px;
	font-size:3em !important;
	color: #666;
}


.information-container p {
	font-size:1.4em !important;
	color: #666;
}

.login-button {
	width: 100%;
	margin-left:auto !important;
	margin-right: auto !important;
	margin-top: 20px;
	height: 40px;
	color: #080764;
	background: #ffc900;
	font-family: Roboto;
	font-size:1em !important;
	font-weight: 700;
	font-size: 1.25em !important;
	
}


.no-strong {margin-top: 30px;
	font-weight: bold;}
	
.select-selected:after {
  position: absolute !important;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent !important;
  top: 7px !important;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff !important;
  padding: 8px 16px !important;
  border: 1px solid transparent !important;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent !important;
  cursor: pointer !important;
  user-select: none !important;
}

/*style items (options):*/
.select-items {
  position: absolute !important;
  background-color: DodgerBlue !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99 !important;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}







.white-login-form {
	min-height: 300px;
	background: rgba(255,255,255,0.3);
	border-radius: 4px;
	padding: 30px;
	margin-top: 30px;
}

.white-login-form label{
		font-family: Roboto;
		font-weight: 500;
		margin-top: 20px;
		color: #ffc900;
}

.white-login-form input{
	height: 50px;
	border-top-right-radius:0 !important;
	border-bottom-right-radius:0 !important;
	border-top-left-radius:0 !important;
	border-bottom-left-radius:0 !important;
}

.forgotpassprompt {
	margin-top: 20px;
	text-align: center;
}



.icon {
  padding-top: 14px;
  background: #fff;
  color: #080764;
  min-width: 50px;
   border-top: 1px solid #080764 !important;
  border-right: none !important;
  border-bottom: 1px solid #080764 !important;
  border-left: 1px solid #080764  !important;
  text-align: center;
  font-size: 1.4em;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border-top: 1px solid #080764 !important;
  border-right: 1px solid #080764 !important;
  border-bottom: 1px solid #080764 !important;
  border-left: none !important;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}



.download-page {
	margin-top: 260px;
}



.download-page a{
	text-decoration: none;
}



.download-box {
	border: 2px solid #080764 !important;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: center;
	font-family: Roboto;
	font-size: 1.4em;
	color: #080764;
	font-weight: 500;
	margin-top: 30px;
}


.download-box:hover {
	border: 2px solid #080764;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: center;
	font-family: Roboto;
	font-size: 1.4em;
	color: #fff;
	background: #080764;
	font-weight: 500;
	transition: 0.7s;
}




.downloadpagebody {
	background: url('../img/mockup.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

.logout-container {
	padding: 20px;
	
}

.logout-container a{
	text-decoration: none;
}

.bsbapp-logo {
	margin-top: 50px;
}

#loading {
    background: url('../img/load.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.attendance-button {
	width:100px !important;
	height: 50px !important;
	
	background: #34b7f2;
	color: #fff;
	border: none !important;
}

.attendance-button-out {
	width:100px !important;
	height: 50px !important;
	
	background: #999;
	color: #fff;
	border: none !important;
}

.cd-side__sub-item a:hover {
	color:#fff !important;
}

.jobpostpanelpos {
	background: #fff;
	padding: 30px;
	border: 1px solid #999;
	border-radius:6px;
	text-align: left;
}


.jobpostpanelpos h3{
	background: #f5f5f5;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px !important;
}


.job-description-row {
	width: 100%;
	margin-top: 60px;
	padding: 40px;
}

.job-description-row p{
	width: 80%;
	text-align: left;
	}
	
.padded-40 {
	padding-left:40px;
}

.hris-content-right {
	margin-top: 80px;
}

.dash-employee-panel {
	background: #ffb800;
	height: 370px;
	border-radius: 8px;
	padding: 40px;
}

.employee-span-panel {
	background: #fff;
	padding: 10px;
	height: 50px;
	width: 50px;
	font-size:1.5em;
	border-radius: 10px;
}


.dash-employee-panel h4 {
	color: #001847;
	font-weight: bold !important;
	font-size:1.2em !important;
	margin-top:4px !important;
	
}


.dash-pay-panel {
	background: #0172f1 !important;
	height: 370px;
	border-radius: 8px;
	padding: 40px;
}

.pay-span-panel {
	background: #052a57;
	padding: 10px;
	height: 50px;
	width: 50px;
	font-size:1.5em;
	border-radius: 10px;
	color: #fff;
}


.dash-pay-panel h4 {
	color: #001847;
	font-weight: bold !important;
	font-size:1.2em !important;
	margin-top:4px !important;
	
}


.panel-content-info-dash {
	padding-top: none !important;
}

.js-cd-side__list {
	margin-top: 200px;
}

.dash-graph-panel {
	background: #fff;
	height: 370px;
	border-radius: 8px;
	padding: 40px;
	border: 2px solid #eee; 
}

.graph-span-panel {
	background: #ffb800;
	padding: 10px;
	height: 50px;
	width: 50px;
	font-size:1.5em;
	border-radius: 10px;
	color: #001847;
}


.dash-graph-panel h4 {
	color: #001847;
	font-weight: bold !important;
	font-size:1.2em !important;
	margin-top:4px !important;
	
}


.dash-extra-panel {
	background: #fff;
	height: 370px;
	border-radius: 8px;
	padding: 40px;
	border: 2px solid #eee; 
}

.extra-span-panel {
	
	padding: 10px;
	height: 50px;
	width: 50px;
	font-size:1.5em;
	border-radius: 10px;
	color: #001847;
}


.dash-extra-panel h4 {
	color: #001847;
	font-weight: bold !important;
	font-size:1.2em !important;
	margin-top:4px !important;
	
}


.userlisttable2 {
	font-family: "Roboto";
	margin-top: 50px;
	overflow: hidden;
	border: 1px solid #eee;
}



.userlisttable2 tr th {
		
		background: #f5f5f5 !important;
		padding: 6px;
	}

.userlisttable2 tr td {
		
		background: #fff;
		padding: 6px;
	}

.group-gray {
	background: #f5f5f5;
	padding: 30px;
	border: 1px solid #ddd;
}

.group-gray2 {
	margin-top: -30px;
	background: #f5f5f5;
	padding: 30px;
	border: 1px solid #ddd;
}