.header-tab {
	border: 1px solid #ccc;
	cursor: pointer;
	height: 9em;
	box-shadow: 1px 1px 3px #ccc;
}
.process {
	font-size: 12px;
}
.process-accordion > .panel-group {
	margin-bottom: 0px;
}
.red-color{
	color:red;

}
.process-address-card {
	width: 100%;
	text-align: left;
	border: 1px solid #cccccc;
	font-size: 12px;
}

.h4-font{
	font-size:15px;
}
.document-add-label {
	font-size: 15px;
}
.relative {
	position: relative;
}
.doc-details-form-label {
	font-size: 13px;
}
.bold{
	font-weight: 720;
}
.expColumn{
    padding:0;
}
.qty{
	width:60%;
	height: 15px!important;
	padding-left: 3px!important;
	padding-right: 3px!important;
	margin-top: 8px;
}
.feeAmt{
	width: 83%;
	height: 10px!important;
	padding-left: 2px!important;
	padding-right: 2px!important;
	margin-top: 8px;
}
.mt-3{
	margin-top: 3px;
}
.mt-5{
	margin-top: 5px;
}
.mt-10{
	margin-top: 10px;
}
.question-mark-50{
	padding-left:50px;
}
.question-mark-38{
	padding-left:38px;
}
.question-mark-30{
	padding-left:30px;
}
.question-mark-27{
	padding-left:27px;
}
.doc-details-form-dropdown {
	height: 27px;
	font-size: 13px;
	padding: 0px 12px;
}
.doc-details-tab > li > a {
	padding: 2px 10px;
}
.doc-details-tab > li.active > a:hover {
	border: 1px solid #ddd;
	border-bottom: none;
	background: #eeeff0;
}
.isActive {
	background: #3163a0 !important;
	color: white !important;
}
.doc-list-panel {
	overflow-y: auto;
	height: calc(100vh - 255px);
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
	-moz-appearance: textfield !important;
}
.highlight-comment{
	background:#F4A460;
}
.padding-0 {
	padding: 0px;
}
.margin-top-55 {
	margin-top: 55px;
}
.margin-top-200 {
	margin-top: 135px;
}
.process-form-group {
	margin-bottom: 8px;
}
.padding-left-0 {
	padding-left: 0px;
}
.padding-right-0 {
	padding-right: 0px;
}
input.check-box {
	display: block;
}
/* Shadow Radial */
.hvr-shadow-radial {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
}
.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
	pointer-events: none;
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	height: 5px;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
/*.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}*/
.text-ellipse {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 0px;
}
.process-table {
	width: 100%;
}
.process-table > tbody > tr > .checkCol {
	width: 10%;
}
.process-table > tbody > tr > .docIdCol {
	width: 10%;
}
.process-table > tbody > tr > .docIdColPickup {
	width: 15%;
}

.dueColor{
	background-color: #FFFF8F;
}

.belatedColor{
	background-color: #f0483c;
	color: whitesmoke;
}

md-input-container{
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
	margin: 0px;
	padding:0px;
	width:100%;
}
md-input-container .md-errors-spacer{
	min-height: 0px;
}
.material1-input{box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
padding: 20px !important;}
md-input-container.md-icon-float>label {
    position: absolute;
    font-size: 15px;
    top: -21px;
    padding-left: 13px !important;
    color: #777777;
}
.disable-form {
	pointer-events: none;
	opacity: 0.6;
}
.delete-btn{
	margin-left: 13px;
}
.table-fixed{
	display: block;
	height: calc(100vh - 320px);
	overflow-y: scroll;
}
.completed-docs .scheduledAt,
.completed-docs .checkCol,
.completed-docs .shipping {
	display: none;
}
.shipToCustomer-docs .scheduledAt {
	display: none;
}
.courier .shipping {
	display: none;
}
.pickup .shipping {
	display: none;
}

.process-table > tbody > tr > .destinationCol {
	width: 15%;
}
.process-header {
	margin-top: 66px;
	position: absolute;
	width: 100%;
	background-color: white;
	margin-bottom: 20px;
}
.header-tiles-a {
	color: black;
	text-decoration: none !important;
}
.process-header a:hover {
	text-decoration: none;
	color: black;
}

.fixed_headers {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	thead {
		tr {
			display: block;
			position: fixed;
		}
	}
	tbody {
		display: block;
		overflow: auto;
		width: 100%;
	}
}
.my-animate-bottom {
	animation: myanimation 1s;
}
@-webkit-keyframes myanimation {
	0% {
		bottom: -80px;
		opacity: 0;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}
.autocomplete-custom-template li {
	border-bottom: 1px solid #ccc;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	white-space: normal;
}
span.item-metadata {
	font-size: 10px;
}
.processNav ul {
	list-style: none;
	background-color: #0168b3;
	text-align: center;
	padding: 0;
	margin: 0;
	box-shadow: 0 1px 3px -1px rgba(0,0,0,.4);
  }
  .processNav ul li.isActive {
		background: #f5f5ed !important;
		color: black !important;
	}
	.processNav ul li.isActive a{
		color:  black !important;
	}
  .processNav li {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #888;
  }
   
  .processNav a {
	text-decoration: none;
	color: #fff;
	display: block;
	transition: .3s background-color;
  }
   
  .processNav a:hover {
	background-color: #144d77;
	color: white !important;
  }
   
  .processNav a.active {
	background-color: #fff;
	color: #444;
	cursor: default;
  }

  .addDoc{
	max-height: 260px;
  }

  .bottom-section{
	border-top:1px solid #ccc;
	margin-bottom:10px;
	position: absolute;
	top: 610px;
  }
  .spinToLeft{
	position: relative;
    right: 25px;
    top: 15px;
  }

  .first-IR{
	margin-bottom: 6px;
  }

  .IRs{
	margin-bottom: -15px;
  }

  #pagesOfProducts{
	width: 100%;
    position: relative;
  }

  @media screen and (min-width: 600px) {
	.processNav li {
	  width: 14%;
	  border-bottom: none;
	  height: 50px;
	  line-height: 50px;
	  font-size: 1.4em;
	}
   
	/* Option 1 - Display Inline */
	.processNav li {
	  display: inline-block;
	  margin-right: -4px;
	}

	span.menuDataCount{
		font-size: 12px;
		text-align: center;
		align-items: center;
		border: 1px solid #963;
		background: #963;
		border-radius: 5px;
		padding: 6px;
		font-weight: bold;
		margin: auto;
		vertical-align: middle;
	}
.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
	display: block;
	line-height: 2;
}
.md-autocomplete-suggestions-container {
	min-width: 200px !important;
}

.process-table-col {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.mail-not-sent {
	position: relative;
	bottom: 37px;
	left: 22px;
	color: red;
}
.mail-sent {
	position: relative;
	bottom: 37px;
	left: 22px;
	color: green;
}
.custom-scroll {
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
}
.visa-details{
	padding: 12px;
    overflow: scroll;
    max-height: 570px;
    overflow-x: hidden;
}
.expected-doc-table {
	height: calc(100vh - 330px) !important;
}
.dropoff-doc-table {
	height: calc(100vh - 460px)  !important;
}
.pickup-doc-table {
	height: calc(100vh - 430px) !important;
}
.ship-doc-table {
	height: calc(100vh - 390px) !important;
}
.custom-scroll::-webkit-scrollbar {
	width: 8px;
}
.custom-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.conversation-subject-box {
	border: 1px solid gray;
	cursor: pointer;
	font-size: 16px;
	margin-top: 9px;
	margin-bottom: 9px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.fileInput-label {
	position: relative;
	top: 7px;
	right: 180px;
	font-size: 14px;
}
.fileInput > input[type="file"] {
	color: transparent;
}
.fileInput > input[type="file"]:hover {
	color: transparent;
}
.additional-docs-icon {
	position: relative;
	top: 8px;
	color: dimgray;
}
.processHeaderWrapper{
	margin-top: 5px;
}
.processHeaderWrapper .listWrapper {
	padding: 0 7px;
	margin-bottom: 10px;
}
.processHeaderWrapper .card {
	border-radius: 5px;
	height: 50px;
	padding: 12px 0;
}
.processHeaderWrapper .card-title {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #3163a0;
	font-weight: bold;
}
.processHeaderWrapper .isActive .card-title {
	color: #fff;
}
.processHeaderWrapper .card-text {
	padding: 2px 10px;
	border-radius: 10px 10px;
	background: #3163a0;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.processHeaderWrapper .isActive .card-text {
	background: #fff;
	color: #3163a0;
}
.newlyAddedDoc:hover {
	background: rgba(240, 248, 255, 0.5);
}
.asterisk {
	position: absolute;
	top: -5px;
	right: 10px;
	color: red;
}
.tooltipsWrapper {
	background: #3163a0;
	color: #fff;
	position: absolute;
	right: 30px;
	font-size: 16px;
	padding: 7px;
	line-height: 18px;
	display: none;
	top: -13px;
}
/* .price:before {
	content: "$";
	float: left;
} */
.price {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.usd:after {
	content: "USD";
	float: left;
	font-size: 18px;
}
.usd {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#newForm .process-form-group {
	font-size: 13px;
	margin-top: 5px;
}
#newForm .leftPanelWrapper:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0px;
	background: #eeeeee;
}
.newDocumentList .newlyAddedDoc .fa-envelope-square:hover .tooltipsWrapper {
	display: block;
}
.newStopsWrapper {
	border: 1px solid rgba(201, 208, 210, 0.9);
	padding: 10px 0;
	width:98%;
	position: absolute;
	top: 840px;
	max-height: 220px;
	background:white;
}
.newMailAttachments:hover {
	background-color: white;
	color: black;
}
.shippingLabelPopup .panel-heading,
.shippingLabelPopup .panel-title label {
	cursor: pointer;
}
.shippingLabelPopup .panel-title input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.shippingLabelPopup .panel-title input[type="radio"]:focus {
	outline: none;
}
.shippingLabelPopup .panel-title label {
	font-size: 15px;
	margin: 0;
	vertical-align: middle;
	width: calc(100% - 40px);
	line-height: 24px;
}
.disabled {
	opacity: 0.3;
}
textarea {
	resize: none;
}
.md-virtual-repeat-container {
	display: block !important;
	z-index: 999 !important;
}
.expected-tab-search{
	min-width: 110px !important;
}
.expected-tab-search > md-autocomplete-wrap {
	height: 30px;
    align-items: center;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container
{
	z-index: 100000 !important;
}
md-autocomplete .md-show-clear-button button {
	z-index: 100000;
}
.customCol1 {
	width: 11%;
	float: left;
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
	color: #fff;
}
.expected-doc-table input.check-box {
	margin: 0;
}
.expected-doc-table .table > tbody > tr > td {
	vertical-align: middle;
}
.docCountrySelect select {
	display: inline-block;
	width: 140px;
	margin-right: 10px;
}
.docCountrySelect {
	font-size: 18px;
}
.docCountrySelect .fa-pencil-square-o,
.docCountrySelect .fa-times-circle {
	margin-right: 5px;
}
.docCountrySelect .fa-pencil-square-o:focus {
	outline: none;
}
.docCountrySelect .fa-check {
	color: green;
}
.arrow-up {  
	width:0;  
	height:0;  
	border-left:5px solid transparent;  
	border-right:5px solid transparent ;  
	border-bottom:1px solid black;  
	}  
	  
.arrow-down {  
	width:0;  
	height:0;  
	border-left:5px solid transparent;  
	border-right:5px solid transparent;  
	border-top:1px solid black;  
	}  

