﻿:root {
	--primary-font-color: #58585b;
	--primary-blue-color: #0A2642;
	--primary-btn-active-color: #A0E2EA;
	--btn-light-blue: #EEF4F7;
}

body {
	/*padding-bottom: 20px !important;*/
	color: rgb(109, 110, 112);
	font-family: 'franklin-gothic-atf',sans-serif;
}
/*heading font family change*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'franklin-gothic-atf',sans-serif;
}
/* Set padding to keep content from hitting the edges */
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

.d-flex {
	display:flex !important;
}

.align-items-center {
	align-items:center !important;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 280px;
}

.img-responsive {
	display: inline-block;
}

a, a:focus {
	outline: none;
}

.solid-line {
	border-bottom: 1px solid #dbdbdb;
	margin-top: 10px;
	display: block;
}

.btn-postorder {
	margin-bottom: 10px !important;
}

.container {
	position: relative;
}

.loader {
	position: absolute;
	top: 38%;
	left: 38%;
	z-index: 10;
}

.navbar-header {
	height: 60px;
	display: flex;
	align-items: center;
}

.navbar-header .logo,
.navbar-header .logo:hover {
	text-decoration: none;
	display:inline-block;
}

	.navbar-header span.text {
		color: var(--primary-font-color);
		padding: 18px 9px;
		text-decoration: none;
		vertical-align: middle;
		display: inline-block;
		/*margin-top: 5px;*/
		font-weight: 400;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: .25px;
	}

.navbar-inverse .container {
	background-color: #00B6C9;
}

.navbar-inverse {
	border: none;
	background-color: transparent;
}

.logo img {
	max-height: 45px;
}
.navbar-nav {
	padding-left:42px;
}
.navbar-nav > li > a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 18px;
	color: var(--primary-font-color);
}
	.navbar-nav > li > a.active {
		color: rgb(0, 182, 201);
	}
		.navbar-nav > li > a:hover {
		background-color: #f8f8f8;
		padding-bottom: 17px;
		color: rgb(0, 182, 201);
	}
	.navbar-brand {
	float: left;
	font-size: 18px;
	line-height: 10px;
	padding: 15px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ffffff;
}

	.navbar-inverse .navbar-nav > li > a.active {
		background-color: #008796;
	}

.user_header_right {
	color: var(--primary-font-color);
	/*padding-top: 0;*/
	max-width: 304px;
}

	.user_header_right .glyphicon-user,
	.user_header_right .glyphicon-user-signin {
		font-size: 22px;
	}

	.user_header_right .glyphicon.glyphicon-chevron-down,
	.user_header_right .glyphicon.glyphicon-chevron-down-signin {
		color: #ffffff;
	}

.page_header {
	/*background: #A7A9AB;*/
	width: 100%;
}

	.page_header .pull-right {
		padding: 10px 0;
		width:100%;
	}

			.page_header .pull-right.header-search button {
				position:absolute;
				background-color:transparent;
				top:14px;
				right:9px;
				padding:0;
				border:none;
				height:34px;
			}

				.page_header .pull-right.header-search button i {
					color: #a8a8a8;
					top:0;
				}

				.page_header .pull-right.header-search .pack-list {
					flex: 0 0 80px
				}



			.page_header .pull-left {
				padding: 10px 40px 10px 0;
			}

	.page_header select {
		padding: 6px;
	}

	.page_header input {
		padding: 6px;
	}

	/*.page_header button, html input[type="button"], input[type="reset"], input[type="submit"] {
		background: #6d6e70 none repeat scroll 0 0;
		border: medium none;
		padding: 4px 8px;
		color: #fff;
	}*/

.header-search {
	padding-left: 0px;
	box-shadow: none;
}

	.header-search .form-control {
		height: 38px;
		padding: 8px 24px 8px 16px ;
		width: 304px;
		border: 1px solid #58585b;
	}

		.header-search .form-control:focus {
			outline: 0;
			box-shadow: 0 0 0 0.2rem rgb(0 125 182 / 25%);
			border-color: #343a40 !important
		}

	.header-search .input-group-addon {
		box-shadow: none;
		border-radius: 0;
		background: none;
	}

.navbar {
	margin-bottom: 0px !important;
	min-height: 20px !important;
	padding: 0 16px;
	background-color: white;
	height: 60px;
	border-bottom: 1px solid #e3e3e3;
}

.navbar-collapse {
	padding:0;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

.menu_left {
	padding-left: 0px;
	border-right: 1px solid #e3e3e3;
	padding: 0;
	flex: 0 0 260px;
	width: 260px;
	position: fixed;
	left: 0;
	top: 60px;
	bottom: 0;
	z-index: 1;
	background: white;
}


::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #d1d6dd;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
	border-radius: 3.5px;
}

.menu_left_icon {
	/*background: #6D6E70;*/
	padding: 16px 20px 0 20px;
	max-height: calc(100vh - 121px);
	overflow-y: auto;
	background: white;
}

	.menu_left_icon ul {
		padding: 0;
		margin: 0;
	}

	.menu_left_icon li {
		list-style: outside none none;
		text-align: center;
		background-color: white;
		margin-bottom:5px
	}


		.menu_left_icon li.open a.dropdown {
			background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='11px' viewBox='0 0 10 11' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:transparent;fill-rule:nonzero;fill:rgb(109, 110, 112);fill-opacity:1;' d='M 5.378906 2.804688 L 9.71875 6.980469 C 9.925781 7.179688 9.925781 7.507812 9.71875 7.707031 L 9.210938 8.195312 C 9.003906 8.398438 8.664062 8.398438 8.453125 8.195312 L 5 4.886719 L 1.546875 8.195312 C 1.335938 8.398438 0.996094 8.398438 0.789062 8.195312 L 0.28125 7.707031 C 0.0742188 7.507812 0.0742188 7.179688 0.28125 6.980469 L 4.621094 2.804688 C 4.832031 2.601562 5.167969 2.601562 5.378906 2.804688 Z M 5.378906 2.804688 '/%3E%3C/g%3E%3C/svg%3E%0A");
			background-repeat: no-repeat;
			background-position: center right 8px;
		}

		.menu_left_icon li.open:has(li.active) .dropdown{
			background-color: #f5f5f5;
			border-radius: 5px;
		}

			.menu_left_icon li a {
			padding: 8px;
		}

				.menu_left_icon li a.dropdown {
					background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='11px' viewBox='0 0 10 11' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:transparent;fill-rule:nonzero;fill:rgb(109, 110, 112);fill-opacity:1;' d='M 4.621094 8.195312 L 0.28125 4.019531 C 0.0742188 3.820312 0.0742188 3.492188 0.28125 3.292969 L 0.789062 2.804688 C 0.996094 2.601562 1.335938 2.601562 1.546875 2.804688 L 5 6.113281 L 8.453125 2.804688 C 8.664062 2.601562 9.003906 2.601562 9.210938 2.804688 L 9.71875 3.292969 C 9.925781 3.492188 9.925781 3.820312 9.71875 4.019531 L 5.378906 8.195312 C 5.167969 8.398438 4.832031 8.398438 4.621094 8.195312 Z M 4.621094 8.195312 '/%3E%3C/g%3E%3C/svg%3E%0A");
					background-repeat: no-repeat;
					background-position: center right 8px;
				}
			.menu_left_icon li a.btn:active {
				box-shadow: none;
			}
		.menu_left_icon li a,
		.menu_left_icon li a:hover,
		.menu_left_icon li a:focus {
			text-decoration: none;
			display: flex;
			align-items: center;
		}

			.menu_left_icon li.open .dropdown-menu {
				position:static;
				border:0;
				border-radius:0;
				float:none;
				box-shadow:none;
				background-color:inherit;
			}
				.menu_left_icon li.open .dropdown-menu li{
					padding:8px 0;

				}
					.menu_left_icon li.open .dropdown-menu li a {
						padding:0 8px;
					}

					.menu_left_icon li.open .dropdown-menu li a:hover {
						background-color:transparent;
					}
						.menu_left_icon li.open .dropdown-menu li i{
							font-size:2px;
							padding-left:5px;
						}
				/*.menu_left_icon li.open .dropdown-menu li::before {
					content: "";
					width: 2px;
					height: 2px;
					background-color: #8b94a9;
					border-radius: 50%;
					position: absolute;
					left: 13px;
					top:17px
				}*/

				.menu_left_icon li.open .dropdown-menu > .active > a {
					background-color: transparent;
				}
			.menu_left_icon li i {
			margin-right: 13px;
			font-size: 16px;
			color: #787f90;
			min-width: 20px;
		}

			.menu_left_icon span.item-icon {
				display: block;
				height: 32px;
				/*margin: 0 auto;*/
				width: 32px;
			}

	.menu_left_icon span.pending-icon {
		background: url("../images/pending_icon.png") no-repeat 0 0 transparent;
	}

	.menu_left_icon li.active span.pending-icon {
		background: url("../images/pending_icon_active.png") no-repeat 0 0 transparent;
	}

	.menu_left_icon span.recent-icon {
		background: url("../images/recent_icon.png") no-repeat 0 0 transparent;
	}

	.menu_left_icon li.active span.recent-icon {
		background: url("../images/recent_icon_active.png") no-repeat 0 0 transparent;
	}

	.menu_left_icon span {
		display: block;
		color: var(--primary-font-color);
		font-size: 13px;
		line-height: 18px;
		font-weight: 400;
		letter-spacing: .25px;
	}

	.menu_left_icon li.active a {
		background-color: #f5f5f5;
		border-radius:5px;
	}

	.menu_left_icon li.open li.active span {
		color: rgb(0, 182, 201);
	}

/*.menu_left .all-orders,*/
.block-body .recent-orders {
	background: #fff none repeat scroll 0 0;
	border: 15px solid #bababa;
	left: 260px;
	position: absolute;
	top: 60px;
	z-index: 12;
	padding-bottom: 20px;
	height: 820px;
}

.block-body .all-orders {
	background: #bababa none repeat scroll 0 0;
	left: 260px;
	position: absolute;
	top: 60px;
	z-index: 12;
	/*padding-bottom: 20px;*/
	/*height: 820px;*/
	padding: 14px;
}

	.block-body .all-orders .pendingordersbody {
		padding: 5px 5px 2px 5px;
		background-color: #FFF;
		cursor: move;
		/*margin-top:12px;*/
	}

.all-orders.block header,
.recent-orders.block header {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color:white;
	display:block
}

.block-body .all-orders .title,
.block-body .recent-orders .title {
	font-size: 24px;
	margin-bottom: 30px;
	padding-left: 20px;
}

.block-body .orders-number,
.block-body .designs-number {
	float: left;
	text-align: center;
	margin-right: 20px;
	line-height: 22px;
}

.orders-number .numbers,
.designs-number .numbers {
	font-size: 30px;
	display: block;
	color: rgb(186, 186, 186);
}

.orders-number .subtext,
.designs-number .subtext {
	font-size: 12px;
	display: block;
}

.block-body {
	/*margin-top: 30px;*/
	padding: 16px;
}

	.block-body .form-group input[type="radio"], .block-body .form-group input[type="checkbox"] {
		margin:1px 4px 0 0;
	}

	.block-body table .status {
		margin-bottom: 0px;
		font-weight: bold;
	}
table.dataTable tbody > tr.selected {
	background-color: var(--btn-light-blue)!important;
}
.block-body table tr {
	border-bottom: 1px solid #e5e5e5;
}

.review_page .block-body table tbody tr:hover,
.review_page .block-body table tbody tr.selected {
	background: #fcddea;
	cursor: pointer;
}

.block-body table th {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
	letter-spacing: 0.25px; 
}

.block-body table td {
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

.review_middle {
	/*padding-left: 30px;
	padding-top: 35px;*/
}

.bottom-options {
	float: right;
}

	.bottom-options a {
		display: block;
		opacity: 0.5;
	}

		.bottom-options a:hover {
			opacity: 1;
		}


/*.menu_left_icon {
	min-height: 750px;
}
*/
/*page main content*/

.body-content {
	margin-top:60px;
}
.admin-dashboard {
	height: calc(100vh - 60px)
}

/* Slider css */
.slider_outer {
	padding-top: 16px;
	/*padding-left:16px;*/
	background: #f9f9f9;
	position: relative;
	min-height: 750px;
}

.slidesjs-container {
	margin: 0px 10px;
}


.slider_outer .title {
	float: left;
	font-size: 20px;
	color: rgb(0, 182, 201);
	font-style: normal;
	font-weight: 400;
	position: absolute;
	bottom: 0;
}

	.slider_outer .title em {
		color: rgb(109, 110, 112);
		display: block;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
	}

.slider-left {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	height: 650px;
	background: transparent url("../images/checks.png") repeat scroll 0 0;
	margin-right: 10px;
	border: 2px solid #dbdbdb;
	/*max-width:600px;*/
}

div.slider-left img:after {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	/*border: 2px dashed #ecedee;*/
}

.slider-left img {
	width: 100%;
	position: relative;
}

.slider-left .inner-image {
	position: absolute;
	top: 75px;
	left: 50px;
	text-align: center;
}

	.slider-left .inner-image span {
		color: rgb(237, 237, 237);
		font-size: 36px;
		display: block;
	}

.slider-right {
	background: transparent url("../images/checks.png") repeat scroll 0 0;
	height: 410px;
	border: 2px solid #dbdbdb;
	max-width: 185px;
}

	.slider-right img {
		bottom: 0;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

.slider-bottom {
	background: #f9f9f9;
	/*top: 420px;*/
	height: 63px;
	padding: 12px 20px 0 0;
	position: absolute;
	right: 0px;
	width: 144px;
	z-index: 11;
}

.review_right {
	background: #f9f9f9;
	padding: 0;
	/*margin-top: 35px;*/
	min-height: 528px;
	margin-left: 15px;
}

	.review_right .status-title {
		color: rgb(0, 150, 120);
		font-weight: 700;
	}

		.review_right .status-title img {
			margin-right: 5px;
		}

	.review_right section {
		border-bottom: 1px solid #dbdbdb;
		padding-bottom: 15px;
		padding-top: 15px;
		font-size: 12px;
		margin-bottom: 0;
		/*margin-bottom: 40px;*/
	}

		.review_right section:last-child {
			border-bottom: none;
			padding-bottom: 5px;
		}

		.review_right section div {
			padding: 0px 15px;
		}

		.review_right section .ebs-id {
			font-size: 16px;
			margin: 10px 0;
		}

	.review_right .web-submitted span {
		display: block;
	}

#btnOrderNote, #btnviewhistory {
	display: block;
	margin: 0 auto;
}

.lineitemdetail span {
	word-wrap: break-word;
}

.bold-text {
	font-weight: bold;
}

.slidesjs-navigation {
	position: absolute;
	top: 265px;
	height: 36px;
	width: 36px;
}

.slidesjs-previous.slidesjs-navigation {
	left: -35px;
	background: url("../images/LEFTARROW.png") no-repeat 0 0 transparent;
}

.slidesjs-next.slidesjs-navigation {
	right: -35px;
	background: url("../images/RIGHTARROW.png") no-repeat 0 0 transparent;
}

.slidesjs-pagination {
	background: #bababa none repeat scroll 0 0;
	padding-left: 0;
	/*position: absolute;*/
	position: relative;
	width: 100%;
	margin-bottom: 0;
	z-index: 1;
	margin-top: 5px;
}

	.slidesjs-pagination ul {
		list-style: none;
	}

	.slidesjs-pagination li {
		display: inline-block;
		text-align: center;
		font-size: 16px;
		border-right: 1px solid #fff;
	}

		.slidesjs-pagination li a,
		.slidesjs-pagination li a:hover,
		.slidesjs-pagination li a:focus {
			padding: 5px 15px;
			text-decoration: none;
			display: block;
			outline: none;
		}

/* Button css */

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.disabled {
	background: #a7a9ab none repeat scroll 0 0;
}

.btn-default.disabled, .btn-default[disabled], .btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active {
	background-color: var(--primary-blue-color);
	border-color: var(--primary-blue-color);
	color: #FFFFFF;
	opacity:0.2
}

/*.orange-btn, .orange-btn:hover, .orange-btn:focus, .orange-btn.disabled {
	background: #ef7521;
}*/

btn.disabled {
	opacity: 0.5;
}

.btn {
	border-radius: 1000px;
	/*font-family: "brix_sansregular_italic";*/
	font-size: 14px;
	min-width: 108px;
	padding-left:27px;
	padding-right:27px;
	outline:none!important;
	height:36px
}

.btn:active {
	box-shadow:none;
}

.btn-primary {
	background: var(--btn-light-blue) 0% 0% no-repeat padding-box;
	border-color: var(--btn-light-blue);
	color: var(--primary-blue-color)
}

	.btn-primary:hover {
		background-color: var(--primary-blue-color);
		border: 1px solid var(--primary-btn-active-color);
		color: var(--primary-btn-active-color)
	}

	.btn-primary:active, .btn-primary:focus {
		background-color: #ffffff;
		border: 1px solid var(--primary-blue-color);
		color: var(--primary-blue-color);
	}

.btn-default,
.orange-btn {
	background-color: var(--primary-blue-color);
	border-color: var(--primary-blue-color);
	color: #FFFFFF;
}

	.btn-default:hover,
	.orange-btn:hover {
		background-color: #fff;
		border: 1px solid var(--primary-blue-color);
		color: var(--primary-blue-color);
	}

	.btn-default:active, .btn-default:focus, .orange-btn:active .orange-btn:focus {
		background-color: var(--primary-blue-color);
		border: 1px solid var(--primary-btn-active-color);
		color: var(--primary-btn-active-color);
	}


/*.orange-btn {
	background: #EF8F44;
	border-color:  #EF8F44;
	color: #FFFFFF;
}*/

.btn-link {
	color: #0aa5b5;
	font-style: italic;
	padding: 0px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}

	.btn-link:hover {
		color: #008796;
		text-decoration: none;
	}

.form-control {
	border-radius: 0px;
}


/* Modal css */
.modal {
	z-index: 11000;
}

.modal-backdrop.fade.in {
	z-index: 10040;
}

.modal .modal-content {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #58585a;
	font-size: 15px;
}

.modal .modal-header {
	border-bottom: none;
}

.tumblerNotApprovedModal .modal-body,
.orderPendingExternalModal .modal-body {
	border-top: 1px solid #e5e5e5;
}

.modal-footer {
	border: none;
	background: #ecedee;
	text-align: center;
}

.modal button.close,
.all-orders header .close,
.recent-orders header .close {
	background: transparent url("../images/icon_group.png") no-repeat scroll 0 -252px;
	height: 21px;
	opacity: 1;
	position: absolute;
	right: 7px;
	top: 7px;
	width: 21px;
}

.all-orders header .close {
	right: 15px;
	top: 15px;
}

.modal .modal-title {
	color: rgb(109, 110, 112);
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
}

.modal .modal-header .subtext {
	font-size: 16px;
	text-align: center;
}

.tumblerNotApprovedModal .modal-dialog {
	width: 1020px;
}

.modal-title img {
	margin-top: -3px;
	margin-right: 10px;
}

.reasons-check-block {
	height: 350px;
	overflow-x: auto;
	padding: 0 10px;
}

	.reasons-check-block .check-cover {
		border-bottom: 1px solid #ecedee;
	}

		.reasons-check-block .check-cover textarea {
			max-width: none;
			resize: none;
			height: 35px;
		}

.approval-reasons-block .description {
	padding: 10px 0px;
	font-size: 14px;
}

	.approval-reasons-block .description .title {
		font-size: 16px;
	}

.modal-header .filter {
	margin-top: 30px;
}

.order-history {
	height: 575px;
}

	.order-history span {
		display: block;
		word-wrap: break-word;
	}

	.order-history .date-time-block span.date {
		font-size: 36px;
		line-height: 36px;
	}

	.order-history .date-time-block span.time {
		font-size: 12px;
	}

	.order-history .block {
		border-top: 1px solid #e5e5e5;
		margin-bottom: 15px;
		padding-top: 15px;
	}

	.order-history .year {
		border-top: 1px solid #e5e5e5;
		padding: 3px 0px 3px 0px;
		color: rgb(0, 135, 150);
		font-size: 16px;
	}

	.order-history .yearly-display .arrow {
		margin-top: 28px;
	}

	.order-history .status,
	span.status {
		font-size: 12px;
		padding-left: 20px;
		margin-bottom: 5px;
		display: block;
	}

.status {
	font-size: 12px;
	/*padding-left: 20px;
    margin-bottom: 5px;*/
	display: block;
}

	.status.new {
		color: rgb(0, 150, 120);
		background: url("../images/green_dot.png") no-repeat 0 0 transparent;
		background-position: left center;
	}

	.status.pending-external {
		color: rgb(0, 117, 168);
		background: url("../images/blue_dot.png") no-repeat 0 0 transparent;
		background-position: left center;
	}

	.status.pending-internal {
		color: rgb(237, 169, 0);
		background: url("../images/yellow_dot.png") no-repeat 0 0 transparent;
		background-position: left center;
	}

	.status.order-note,
	.status.completed {
		color: rgb(145, 145, 145);
		background: url("../images/gray_dot.png") no-repeat 0 0 transparent;
		background-position: left center;
	}

	.status.not-approved {
		color: rgb(232, 74, 55);
		background: url("../images/orange_dot.png") no-repeat 0 0 transparent;
		background-position: left center;
	}

	.status.reprint {
		color: rgb(158, 32, 100);
		background: url("../images/pink_dot.png") no-repeat 0 0 transparent;
		background-position: left center;
	}

	.status.attention-required {
		color: rgb(232, 74, 55);
		background: url("../images/orange_dot.png") no-repeat 0 0 transparent;
		background-position: left 6px center;
	}

.all-orders .status.bgnone {
	background: none;
}

.order-history span.status-description {
	color: rgb(167, 169, 171);
}

.modal-header .back-button {
	left: 20px;
	position: absolute;
	top: 20px;
}

.message-header {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

	.message-header .status {
		font-size: 15px;
		padding-left: 20px;
		font-weight: bold;
	}

	.message-header .left {
		float: left;
		margin-top: 45px;
	}

	.message-header .right {
		float: right;
	}

	.message-header .date-time-block,
	.message-header .username-block {
		display: table-cell;
		padding-left: 30px;
		vertical-align: bottom;
	}

		.message-header .date-time-block span {
			display: inline-block;
			font-size: 12px;
		}

		.message-header .username-block span {
			display: block;
			font-size: 12px;
		}

.pendingExternalModal .message-body {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 60px;
	position: relative;
}

.orderPendingExternalModal .message-body,
.orderPendingInternalModal .message-body {
	background: #ededed;
	border: 1px solid #bababa;
	font-size: 12px;
	width: 96%;
	padding: 15px;
	margin: 0 auto;
}

.orderPendingInternalModal .message-body {
	background: #fff;
}

	.pendingExternalModal .message-body .title,
	.pendingExternalModal .message-body .order-id,
	.pendingExternalModal .message-body .line-id,
	.orderPendingExternalModal .message-body .title,
	.orderPendingExternalModal .message-body .order-id,
	.orderPendingExternalModal .message-body .line-id,
	.orderPendingInternalModal .message-body .title,
	.orderPendingInternalModal .message-body .order-id,
	.orderPendingInternalModal .message-body .line-id {
		margin-left: 15px;
	}

	.orderPendingExternalModal .message-body .title,
	.orderPendingInternalModal .message-body .title,
	.message-body .title {
		font-size: 16px;
	}

	.orderPendingExternalModal .message-body .order-id,
	.orderPendingExternalModal .message-body .line-id,
	.orderPendingInternalModal .message-body .order-id,
	.orderPendingInternalModal .message-body .line-id {
		font-size: 14px;
	}

.message-body .layout-image-preview {
	margin-bottom: 35px;
	margin-top: 10px;
}

.message-body h5 {
	margin-bottom: 20px;
}

.order-pending-cover .layout-image-preview {
	margin-bottom: 20px;
	padding-top: 20px;
}

	.order-pending-cover .layout-image-preview .frame {
		background: url("../images/01_frame.png") no-repeat 0 0 transparent;
		height: 95px;
		width: 175px;
		padding: 0;
		position: relative;
	}

	.order-pending-cover .layout-image-preview .project-desp {
		padding-right: 0px;
	}

.message-body .layout-image-preview .frame {
	background: transparent url("../images/big_frame.png") no-repeat scroll 0 0;
	height: 177px;
	padding: 0;
	position: relative;
	width: 328px;
}

.order-pending-cover .frame .left-image,
.message-body .frame .left-image {
	float: left;
	height: 100%;
	position: relative;
	text-align: center;
}

.order-pending-cover .frame .left-image {
	width: 144px;
}

	.order-pending-cover .frame .left-image img {
		height: 85px;
	}

.message-body .frame .left-image {
	width: 273px;
}

.order-pending-cover .frame .right-image,
.message-body .frame .right-image {
	float: right;
	height: 100%;
	position: relative;
	text-align: center;
}

.order-pending-cover .frame .right-image {
	width: 30px;
}

.message-body .frame .right-image {
	width: 53px;
}

.order-pending-cover .frame .right-image img {
	/*max-width: 18px;*/
}

.message-body .frame .right-image img {
	max-width: 33px;
}

.message-body .frame .left-image img {
	height: 165px;
	max-width: 260px;
	right: 3px;
}

.order-pending-cover .frame img,
.message-body .frame img {
	max-height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.seperator {
	height: 1px;
	width: 100%;
	background: #e5e5e5;
	clear: both;
	display: block;
}

.layout-image-preview span.title,
.layout-image-preview .line-id {
	/*margin-left: 10px;*/
	word-wrap: break-word;
}

.additonal-note {
	border-top: 1px solid #e5e5e5;
	padding-top: 12px;
}

	.additonal-note textarea,
	.additonal-note input[type="text"],
	.internal-additonal-note textarea,
	.internal-additonal-note input[type="text"] {
		width: 100%;
		resize: none;
		max-width: 100%;
		height: 90px;
	}


.pending-options-cover .left,
.pending-options-cover .right {
	min-height: 235px;
}

.pending-options-cover .left {
	border-right: 1px solid #bababa;
}

.displaynone {
	display: none !important;
}

.orderNoteModal .order-note-cover textarea,
.scheduleNoteModal .order-note-cover textarea,
.orderactionnotemodal .order-note-cover textarea,
.regenerateVuMarkModal .order-note-cover textarea {
	resize: none;
	margin: 0 auto;
	height: 245px;
	max-width: 400px;
}

.orderPendingInternalModal .additonal-note textarea {
	height: 30px;
}

.glyphicon-search:hover {
	cursor: pointer;
}


/* Scroll Bar */

.mCSB_scrollTools {
	opacity: 1;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 10px;
	background: #e7e7e7;
	border-radius: 0px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #cdcdcd;
	width: 10px;
	border-radius: 0px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #cdcdcd;
}

/* Page Bottom*/

.bottom-img {
	background: url("../images/layout-bottom.png") no-repeat center center transparent;
	background-size: cover;
	height: 20px;
	clear: both;
}

/* Datatables */

.dataTables_length {
	margin-top: 15px;
}

.dataTables_wrapper table.dataTable tbody th,
.dataTables_wrapper table.dataTable tbody td {
	padding: 15px 10px;
}

.block-body .dataTables_wrapper .dataTables_paginate {
	margin-top: 15px;
	padding-top: 0;
}

	.block-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
	.block-body .dataTables_wrapper .dataTables_paginate .paginate_button {
		/*color: #00b6c9 !important;*/
		border: 1px solid #ddd;
		margin-left: 0px;
		border-radius: 0px;
		padding: 4px 12px;
	}

		.block-body .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
		.block-body .dataTables_wrapper .dataTables_paginate .paginate_button.first {
			border-bottom-left-radius: 4px;
			border-top-left-radius: 4px;
			margin-left: 0;
		}

		.block-body .dataTables_wrapper .dataTables_paginate .paginate_button.next,
		.block-body .dataTables_wrapper .dataTables_paginate .paginate_button.last {
			border-bottom-right-radius: 4px;
			border-top-right-radius: 4px;
		}

		.block-body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
		.block-body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
		.block-body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
			background: var(--primary-blue-color);
			border: 1px solid var(--primary-blue-color);
			color: #fff !important;
		}

		.block-body .dataTables_paginate .paginate_button.disabled:hover,
		.block-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
		.block-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
		.block-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
			background: #ddd none repeat scroll 0 0;
			border: 1px solid #dddddd;
			color: #fff !important;
		}

.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable thead td,
.dataTables_wrapper table.dataTable.no-footer {
	border-bottom: 1px solid #e3e3e3;
	letter-spacing:0.25px
}

/* jquery UI css*/

.ui-multiselect-menu {
	background: #fff;
	border: 1px solid #6d6e70;
	color: #6d6e70;
	margin-top: 2px;
}

button.ui-multiselect {
	background: #fff none repeat scroll 0 0;
	color: #6d6e70;
	padding:4px;
}

.ui-multiselect-menu .ui-multiselect-checkboxes {
	width: auto;
	list-style: none;
	padding: 0px 10px;
}

	.ui-multiselect-menu .ui-multiselect-checkboxes a {
		color: #6d6e70;
		font-weight: normal;
	}

	.ui-multiselect-menu .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
		text-align: left;
		color: #6d6e70;
		font-weight: normal;
	}

.ui-multiselect-checkboxes label {
	font-weight: normal;
}

.ui-multiselect-menu .ui-multiselect-checkboxes label input {
	margin-right: 5px;
	outline: none;
}

.signout-link {
	position: absolute;
	right: 0px;
	color: #fff;
	background: #008796;
	padding: 5px 12px;
	top: 40px;
	cursor: pointer;
}

	.signout-link:hover {
		color: white;
	}

.login-user {
	/*cursor: pointer;*/
	display: flex !important;
	align-items: center;
	padding: 20px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e3e3e3;
	height:60px;
}
	.login-user i {
		margin-right: 13px;
	}
	.login-user span {
		margin-left: 5px;
	}

	.reprint-left-margin {
		margin-left: 15px;
	}

.reprint-pending {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

.history-detail-messagebody {
	max-height: 600px;
	overflow-y: auto;
}

.full-opacity {
	opacity: 1 !important;
}

@media (min-width: 1200px) {
	.menu_left_icon.col-md-1 {
		width: 10%;
	}

	/*.menu_left_icon {
		min-height: 650px;
	}*/

	.col-md-11.review_middle {
		width: 90%;
	}

	.container {
		width: 1140px;
	}

	.slidesjs-container, .slidesjs-slide {
		height: 625px !important;
	}

	.display-slide-flex {
		display: flex !important;
		justify-content: center;
	}


	.slider-right {
		max-width: 255px;
		width: 22%;
	}

	.slider-left {
		max-width: 600px;
	}

	.slider-bottom {
		top: 578px;
	}


	.review_right, .slider_outer {
		min-height: 618px;
	}
}

@media (min-width: 1600px) {
	/*.menu_left_icon {
		min-height: 884px !important;
	}*/

	.container {
		width: 1520px;
	}

	.slidesjs-container, .slidesjs-slide {
		/*height: 800px !important;*/
		/*height: 830px !important;*/
		height: 858px !important;
	}

	.slider-right {
		max-width: 340px;
		height: 650px;
		width: 18%;
	}

	.slider-left {
		/*height: auto;*/
		width: 80%;
		max-width: 870px;
	}

	.slider-bottom {
		/*top: 750px;*/
		/*top: 780px;*/
		top:815px;
	}

	.review_right, .slider_outer {
		min-height: 765px;
	}
}

/*Simplebar scroll bar*/
.simplebar .simplebar-scroll-content, [data-simplebar-direction] .simplebar-scroll-content {
	/*right: -6px !important;*/
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

/*Loader*/
/** html .loaderOverlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}*/


.loadingDiv {
	background-color: rgba(0, 0, 0, 0.2);
	/*position: absolute;*/
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	filter: alpha(opacity=50);
	z-index: 11500; /*3000*/
	cursor: default;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth + 'px' : document.body.offsetWidth + 'px');
}

#LoadingImageDiv {
	position: fixed;
	top: 50%;
	left: 50%;
	/*padding: 20px;*/
	z-index: 2001;
	width: 73px;
	margin-left: -36px;
	margin-top: -36px;
}

.lnkdeletedisabled {
	opacity: 0.5;
	cursor: no-drop;
}

.line-status.new,
.line-status.approved,
.line-status.partapproval {
	color: rgb(0, 150, 120);
	background-position: left center;
}

.line-status.pendext,
.line-status.leaveasis,
.line-status.resubmitted,
.line-status.csredited {
	color: rgb(0, 117, 168);
	background-position: left center;
}

.line-status.pendint {
	color: rgb(237, 169, 0);
	background-position: left center;
}

.line-status.order-note,
.line-status.completed,
.line-status.scheduling,
.line-status.scheduled {
	color: rgb(145, 145, 145);
	background-position: left center;
}

.line-status.notapproved {
	color: rgb(232, 74, 55);
	background-position: left center;
}

.line-status.reorder {
	color: rgb(158, 32, 100);
	background-position: left center;
}
.btn-bulk-update{
	min-width:130px
}
.btn-bulk-update:hover {
min-width: 130px;
}

.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    z-index: 25000;
    width: inherit !important;
}

.modal .validationText {
	color: red;
}

.order-area.content h4.title {
	margin: 0;
}