/* -- General */

	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	h1,h2,h3,h4,h5,h6{
		margin:0;
	}
	
	html,
	body {
		font-family: "din-2014", sans-serif;
		font-size: 14pt;
		background-color:#E2E2E2;
		
	}
	
	input,
	select,
	textarea {
		font-family: "din-2014", sans-serif;
		font-size: 1rem;
		border: 1px solid #CCC;
		padding: .5em;
	}
	
	input[type="checkbox"] {
		vertical-align: middle;
		margin-top: -2px;
		margin-right: .5em;
	}
	
	label {
		cursor: pointer;
	}
	
	a {
		color: #2251A3;
		text-decoration:none;
	}
	hr{
		color: #efefef;
		opacity: 0.13;
	}
	a.block {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 100%;
	}
	
	a.btn {
		display: inline-block;
		border: 1px solid #2251A3;
		background-color: #2251A3;
		color: #fff;
		text-decoration: none;
		line-height: 1;
		padding: 7px;
		margin: 5px;
		border-radius: 3px;
		padding:10px 20px;
		border-radius:10px;
		min-width:150px;
		text-align:center;
		
	}
	
	a.btn.disabled {
		background-color: transparent;
		color: #676666;
	}
	
	a:hover {
		opacity: .75;
	}
	
	.p_a {
		padding: 30px;
	}
	
	input[type="submit"],
	input[type="button"],
	button {
		display: inline-block;
		border: 1px solid #2251A3;
		background-color: #2251A3;
		color: #fff;
		text-decoration: none;
		line-height: 1;
		padding: 13px 15px  10px 15px ;
		margin: 5px;
		border-radius: 3px;
	}
	
	input[type="submit"]:hover,
	input[type="button"]:hover,
	button:hover {
		opacity: .75;
	}
	
	.wrapper {
		width: 1300px;
	}



/* -- Sizing and Colors */

	.txt_red { color: #900; }
	.txt_yellow { color: #F90; }
	.txt_green { color: #090; }
	
	.txt_sm { font-size: 13px; }


	.flex-align-center{
		display:flex;
		justify-content:center;
		align-content: center;
		align-items: center; 
	}
	.flex-align-center-left{
		display:flex;
		align-items: center;	
	}

/* -- Listing Table */

	table.listing {
		width: 100%;
		box-shadow: 0 0 20px rgba(0,0,0,.05);
		background-color: #FFF;
		border: 1px solid #DDD;
		border-collapse: collapse;
		border-spacing: 0;
		border-radius: 5px;
		overflow: hidden;
	}
	
	table.listing tr th:last-child,
	table.listing tr td:last-child {
		border-right: 1px solid #DDD;
	}
	
	table.listing th,
	table.listing td {
		padding: .5em .5em;
	}
	
	table.listing thead {
		background-color: #333;
		color: #FFF;
		text-align: left;
		font-size: 1.1em;
	}
	
	table.listing tbody th {
		background-color: #EBEBEB;
		text-align: left;
	}
	
	table.listing tbody th.tl {
		text-align: left;
	}
	
	table.listing tbody th.tr {
		text-align: right;
	}
	
	table.listing tbody th.tc {
		text-align: center;
	}
	
	table.listing tr:hover td {
		background-color: rgba(0,0,0,.025);
	}
	
	table.listing tr.disabled {
		background-color: #FFF2F2;
	}
	
	table.listing tr.total_row td {
		background-color: #F5F5F5;
	}
	
	table.listing a.btn {
		margin: 0;
		font-size: 13px;
    	padding: 5px;
	}
	
	table.listing a.btn_lg {
		font-size: 1rem;
	}
	
	table.listing tr.row_hidden {
		display: none;
	}
	
	table.listing tr#show_more a {
		text-decoration: none;
	}



/* -- Card */

	.card {
		overflow: hidden;
		position: relative;
		box-shadow: 0 0 20px rgba(0,0,0,.05);
		background-color: #FFF;
		border: 1px solid #DDD;
		border-radius: 5px;
		padding: .5em;
	}
	
	.card a.cover {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 100%;

	}


	.cf{
		clear:both;
	}
	.user .initials{
		background-color:#2251A3;
		color:#fff;
		border-radius:5px;
		font-size:15pt;
		text-align:center;
		margin:10px;
		display:inline-block;
		padding:0 0px;
		width:40px;
		height:40px;
		line-height:45px;
		font-weight:bold;
	}



/* edit styles */








.record{
	padding:10px;
}
.record .r_title{
	font-weight:bold;
	float:left;
	width: calc(100% - 100px);
	padding:10px 0;
}
.record .r_edit{
 
	width: 100px;
	float:left
	
}
.record .r_edit a{
	background-color:#60AC45;
	color:#FFF;
	padding:10px;
	border-radius:10px; 
	text-decoration:none;
	display:inline-block;
} 
.edit a{
	background-color:#60AC45;
	color:#FFF;
	padding:10px;
	border-radius:10px; 
	text-decoration:none;
	display:inline-block;
}
.return{ text-align:center;padding:15px 0;}
.return a{
	background-color:#60AC45;
	color:#FFF;
	padding:10px;
	border-radius:10px; 
	text-decoration:none;
	display:inline-block;
}
.widget_submit{
	background-color:#60AC45;
	color:#FFF;
	padding:10px;
	border-radius:10px; 
	text-decoration:none;
	display:inline-block;
}
.addbtn{
	color:EB692C;
	border:1px solid #60AC45;
	padding:7px 14px;
	border-radius:10px;
	float:right;
	text-decoration:none;
}



/* flex box */

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-container .w_50 {
 
  display: flex; 
  padding: 0.5em;
  width: 50%;
  background-color:#fff;
 
}
.list-content {
   display: flex;
   flex-direction: column;
   background-color: #efefef;
   border:1px solid black;
   padding: 1em;
   width: 100%;
   cursor:pointer;
}
.list-content h2, .list-content p{
	margin:0; 
}
.list-content a {
  flex: 1 0 auto;
}


.menu-bars{ 
	display:none;
	float:left;
	font-size:32px;
	margin:10px;
	text-decoration:none;
	margin-left:20px;
	margin-top:13px;

}



/* Shipping module */

.add_form{
		margin:10px;
		
	}
	.add_form .label,
	.add_form .field{
		float:left;
	}
	.add_row{
		padding:10px 0;
	}
	.add_row::after{
		clear:both;
		display:block;
		height:0;
		content:' ';
	}
	.label{
		clear:both;
		width: 250px;
		font-weight:bold;
		
	}
	.submit_add{
		margin-left:0 !important;
	}
	#request_day{
		width:100px !important;
	}
	#request_time{ 
		width:70px !important;
	}

	
	
	
	
	.add_new{ 
		margin:10px;
	}
	.no_requests{
		padding:10px;
	}
	.transactions{
		margin:10px;
		border:1px solid black;
	}
	.transactions .head{
		background-color:#333;
		color:#fff;
 
		clear:both;
	}
	.transactions .head::after{
		display:block;
		content:' ';
		clear:both;
		height:0; 
	}
	.transactions .head .col_title{
		padding:10px;
		float:left;
		width:20%;
	}
	.transactions .row{
		clear:both;
		background-color:#fff;
	}
	.transactions .row::after{ 
		display:block;
		content:' ';
		clear:both;
		height:0; 
	}
	.transactions_body .row:nth-of-type(even) {
		background-color:#efefef; 
	}
	.transactions .row .col_info{
		padding:10px;
		float:left;
		width:20%;
	}

	.transactions .row .add_information {
		padding:15px;
		clear:both;
	}
	.transactions .closed .details{
		 display:none;
	}
	.transactions  .open .details{
		 display:block;
	}
	.transactions  .open .details table{
		 width:100%;
	}
	.priority, .p_bold{ font-weight:bold; }
	.green .priority { color:green; }
	.orange .priority { color:orange;  }
	.red .priority { color:red;  }
	.blue .priority { color:blue;  }
	.col_info.trigger {
		cursor: pointer;
	}
	.fa-search{
		font-size:20px;
		position:relative;
		top:2px;
	}
 
	.transactions .ge_head .col_title:nth-of-type(1), .transactions .ge_head .col_info:nth-of-type(1){
		width:80px;
	}	 
	.transactions .ge_head .col_title:nth-of-type(2), .transactions .ge_head .col_info:nth-of-type(2){
		width:calc(25% - 53px);
	}		 
	.transactions .ge_head .col_title:nth-of-type(3), .transactions .ge_head .col_info:nth-of-type(3){
		width:calc(25% - 53px);
	}		 
	.transactions .ge_head .col_title:nth-of-type(4), .transactions .ge_head .col_info:nth-of-type(4){
		width:calc(25% - 53px);
	}		 
	.transactions .ge_head .col_title:nth-of-type(5), .transactions .ge_head .col_info:nth-of-type(5){
		width:calc(25% - 53px);
	}		 
	.transactions .ge_head .col_title:nth-of-type(6), .transactions .ge_head .col_info:nth-of-type(6){
		width:130px;
	}		
 
	.transactions .emp_head .col_title:nth-of-type(1), .transactions .emp_row .col_info:nth-of-type(1){
		width:80px;
	}	 
	.transactions .emp_head .col_title:nth-of-type(2), .transactions .emp_row .col_info:nth-of-type(2){
		width:calc(20% - 53px);
	}		 
	.transactions .emp_head .col_title:nth-of-type(3), .transactions .emp_row .col_info:nth-of-type(3){
		width:calc(20% - 53px);
	}		 
	.transactions .emp_head .col_title:nth-of-type(4), .transactions .emp_row .col_info:nth-of-type(4){
		width:calc(20% - 53px);
	}		 
	.transactions .emp_head .col_title:nth-of-type(5), .transactions .emp_row .col_info:nth-of-type(5){
		width:calc(20% - 53px);
	}	 
	.transactions .emp_head .col_title:nth-of-type(6), .transactions .emp_row .col_info:nth-of-type(6){
		width:calc(20% - 53px);
	}		 
	.transactions .emp_head .col_title:nth-of-type(7), .transactions .emp_row .col_info:nth-of-type(7){
		width:130px;
	}	
	 
	 
	
	.mobile_cancel{
		display:none;
	}
	 .transactions .row .col_info span{
		 display:none;
	 }


	
	.review_form{
		margin:10px;
		width:calc(50% - 20px);
		border:1px solid black;
		background-color:#efefef;
		padding:20px;
	}
	.review_form .label,
	.review_form .field{
		float:left;
	}
	.add_row{
		padding:10px 0;
	}
	.add_row::after{
		clear:both;
		display:block;
		height:0;
		content:' ';
	}
	.label{
		clear:both;
		width: 250px;
		font-weight:bold;
		
	}
	.submit_add{
		margin-left:0 !important;
	}
	#complete_day{
		width:100px !important;
	}
	#complete_time{ 
		width:70px !important;
	}
	

	.col_info{
		line-height: 20px;
		padding-top:18px !important;
		padding-bottom:18px !important;;
	}
	
	
	@media screen and (max-width: 1300px){
		.add_form .label, .add_form .field{
			width:100%;
			display:block;
		}
		.add_form .field textarea{
			width:100% !important;
			display:block;
		}
		.col_info{
				line-height:initial;
		}
		
	}
	
	@media screen and (max-width: 1300px){
		.review_form{
			width:calc(100% - 20px);
		}
	}	
	
	@media screen and (max-width: 1300px){
		.cancel{
			display:none;
		}
		
		.transactions .head .col_title{
			display:none;
		}
 
		.transactions .row{
			padding:10px 0 0 0;
		}
		.transactions .row .col_info{
			width:100% !important;
			padding:1px 10px !important;
		}
		 .transactions .row .col_info span{
			 display:inline-block;
			 font-weight:bold;
			 color:#333;
			  padding-right:5px;
		 }	
 
		.transactions  a.review{
			display: inline-block;
			border: 1px solid #60AC45;
			background-color: #60AC45;
			color: #FFF;
			text-decoration: none;
			line-height: 1;
			padding: 7px;
			margin: 5px 5px  5px 0px ;
			border-radius: 3px;
		}
		.details{
			display:block !important;
		}
		.details table , .details tr, .details thead, .details tbody, .details td{
			display:block;
			width:100%;
		}
		.details td{
			padding:1px 10px;
		}
		.transactions .row .add_information {
			padding:0px 0px 10px 0px ;
			clear:both;
		}		
		.mobile_cancel{
			display:block;
		}

	.transactions, .transactions tbody, .transactions tr, .transactions td {
		display: block;
		padding-left: 0px;
	}		
		
	}	
	
	.wabtec{
		position: absolute;
		font-weight: bold;
		top: 0;
		line-height: 60px;
		left: 105px;
		right: 105px;
		text-align: center;
	}
	
	@media screen and (max-width: 650px){ 
		.wabtec{
			position:relative;		
			left:0;
			right:0;
		}
	}	
	
	
	
	
	.wrapper-1{
		 
		margin:0 100px;
		width:calc(100% - 200px);
	}
	.wrapper-2{
		width:100%;
		margin:auto;
	}
	
	
	.spiner{
		position:fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-color:rgb(255,255,255,.2);
		display:flex;
		align-items: center;
		justify-content: center;		
	}
	.hide_spinner{
		display:none;
	}
	.show_spinner{
		display:flex;
	}	