﻿/* General class */
.blue-text {
	color: rgb(0, 182, 201);
}

.italic-text {
	font-style: italic;
}

.admin-dashboard .menu_left_icon li#PendingReasons {
	border-bottom: none;
}

.admin-dashboard .page-content {
	min-height: 818px;
}

.admin-dashboard button.ui-multiselect {
	/*width: 595px !important;*/
	width: 100% !important;
}

.admin-dashboard .topassetsreport button.ui-multiselect {
	/*width: 260px !important;
    max-width: 260px !important;*/
	height: 35px;
}

.inactive {
	font-style: italic;
	color: rgb(255, 0, 0);
}

select option.normal {
	color: #555555;
}

/* Dashboard */

.dashboard-area section {
	background: #ecedee;
	min-height: 30px;
	margin-bottom: 20px;
	padding: 20px;
}

.clearcache {
	text-align: right;
	width: 100%;
	margin-bottom: 15px;
}

.dashboard-area.content h4.title {
	font-size: 20px;
	padding: 0px;
	margin-bottom: 15px;
	float: none;
}

section.statistics {
	width: 354px;
	height: 335px;
	margin-right: 25px;
	float: left;
	position: relative;
}

	section.statistics .form-control {
		max-width: 100%;
	}

	section.statistics .number {
		font-size: 24px;
		text-align: center;
	}

		section.statistics .number.green {
			color: rgb(164, 207, 94);
		}

		section.statistics .number.orange {
			color: rgb(237, 169, 0);
		}

		section.statistics .number.red {
			color: rgb(232, 74, 55);
		}

	section.statistics .ratio {
		width: 100%;
		display: block;
		margin: 15px 0 10px;
	}

		section.statistics .ratio span {
			height: 14px;
			float: left;
		}

		section.statistics .ratio .green {
			background: rgb(164, 207, 94);
			width: 50%;
		}

		section.statistics .ratio .orange {
			background: rgb(237, 169, 0);
			width: 40%;
		}

		section.statistics .ratio .red {
			background: rgb(232, 74, 55);
			width: 10%;
		}

	section.statistics .ratio-data span {
		line-height: 38px;
		padding: 0;
	}

	section.statistics .total {
		border-top: 1px solid rgb(186, 186, 186);
		display: block;
		margin: 10px -20px 0px -20px;
		position: absolute;
		width: 100%;
		bottom: 0px;
	}

	section.statistics .orders-number {
		border-right: 1px solid rgb(186, 186, 186);
	}

	section.statistics .orders-number,
	section.statistics .designs-number {
		float: left;
		line-height: 22px;
		width: 50%;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 10px;
	}

#divorderstatisticsdataloader {
	position: absolute;
	z-index: 1000;
	height: 335px;
	width: 354px;
	background-color: rgba(0, 0, 0, 0.2);
}

	#divorderstatisticsdataloader div {
		height: 100%;
	}

		#divorderstatisticsdataloader div img {
			margin-top: 40%;
			margin-left: 40%;
		}

section.graph {
	width: 614px;
	height: 335px;
	float: left;
}

.graph-display {
	height: 222px;
}

.dot-representation {
	background-image: url("../images/dot-image.png");
	background-repeat: no-repeat;
	padding: 2px 0 2px 35px;
	margin-bottom: 15px;
}

	.dot-representation.approved {
		background-position: 0 0;
	}

	.dot-representation.denied {
		background-position: 0 -24px;
	}

	.dot-representation.pending {
		background-position: 0 -48px;
	}

	.dot-representation.totalorder {
		background-position: 0 -72px;
	}

	.dot-representation.totaldesign {
		background-position: 0 -96px;
	}

section.reports .left {
	padding-left: 0px;
}

section.reports .block {
	border-right: 1px solid rgb(186, 186, 186);
	display: inline-block;
	text-align: center;
	width: 16%;
	font-size: 12px;
}

	section.reports .block span {
		display: block;
		margin-top: 5px;
	}

section.reports .image-block {
	height: 60px;
	font-size: 16px;
}

section.reports .right .date-range {
	margin-top: 10px;
}

section.reports .right .btn {
	margin-top: 10px;
	min-width: 100%;
}

section.reports .right .from-date {
	padding-left: 0px;
	margin-bottom: 10px;
}

section.reports .right .to-date {
	padding-right: 0px;
	margin-bottom: 10px;
}

section.reports .nopadding, section.reports .rdoCointainer {
    padding: 0;
}

#rdoLicenseCointainer .rdoCointainer, #rdoARCointainer .rdoCointainer {
    border-top: solid 1px #a7a9ab;
}

section.reports input, section.reports select {
    max-width: inherit;
}
/* Menu */
.menu_left_icon span.dashboard-icon {
	background: url("../images/dashboard_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.dashboard-icon {
	background: url("../images/dashboard_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.orders-icon {
	background: url("../images/orders_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.orders-icon {
	background: url("../images/orders_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.backgrounds-icon {
	background: url("../images/background_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.backgrounds-icon {
	background: url("../images/background_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.layouts-icon {
	background: url("../images/layouts_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.layouts-icon {
	background: url("../images/layouts_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.stamps-icon {
	background: url("../images/stamps_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.stamps-icon {
	background: url("../images/stamps_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.displayorder-icon {
	background: url("../images/display_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.displayorder-icon {
	background: url("../images/display_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.licenses-icon {
	background: url("../images/licences_icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.licenses-icon {
	background: url("../images/licences_icon_active.png") no-repeat 0 0 transparent;
}


.menu_left_icon span.licenses-icon {
	background: url("../images/licences_icon.png") no-repeat 0 0 transparent;
}

/*.menu_left_icon li.active span.sync-icon {
    background: url("../images/sync_icon_active.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.sync-icon {
    background: url("../images/sync_icon.png") no-repeat 0 0 transparent;
}*/

.menu_left_icon li.active span.stamp-categories-icon {
	background: url("../images/stamp-categories-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.stamp-categories-icon {
	background: url("../images/stamp-categories-icon.png") no-repeat 0 0 transparent;
}


.menu_left_icon li.active span.background-categories-icon {
	background: url("../images/background-categories-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.background-categories-icon {
	background: url("../images/background-categories-icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.themeproject-icon {
	background: url("../images/themeproject-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.themeproject-icon {
	background: url("../images/themeproject-icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.guideline-icon {
	background: url("../images/guideline-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.guideline-icon {
	background: url("../images/guideline-icon.png") no-repeat 0 0 transparent;
}


.menu_left_icon li.active span.denialreason-icon {
	background: url("../images/denialreason-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.denialreason-icon {
	background: url("../images/denialreason-icon.png") no-repeat 0 0 transparent;
}

.menu_left_icon li.active span.pendingreason-icon {
	background: url("../images/pendingreason-icon-selected.png") no-repeat 0 0 transparent;
}

.menu_left_icon span.pendingreason-icon {
	background: url("../images/pendingreason-icon.png") no-repeat 0 0 transparent;
}
/* Layout */

.right-content-area .content {
	float: none;
	margin: 0 auto;
	padding: 25px 0 0;
}

	.right-content-area .content .back-button {
		color: rgb(0, 135, 150);
		font-size: 16px;
		text-decoration: none;
	}

.content header {
	border-bottom: 1px solid #bababa;
	padding-top: 15px;
}

.content h4.title {
	font-size: 24px;
	margin-bottom: 30px;
	float: left;
}

.filter-selection {
	float: left;
	width: 240px;
	margin-right: 12px;
}

.table-search {
	width: 240px;
	border: 1px solid #cccccc;
	float: left;
}

	.table-search input[type="search"],
	.table-search input[type="text"],
	.table-search .input-group-addon {
		border: none;
		box-shadow: none;
		border-radius: 0;
		background: none;
	}

		.table-search .input-group-addon .glyphicon {
			color: #ccc;
		}

.order-area td span.status {
	padding-left: 0px;
}

.right-content-area tbody tr.odd {
	background: #fafafa;
}

.block-body .btn {
	margin-top: 15px;
}

.block-body table a,
.block-body table a:hover,
.block-body table a:focus {
	text-decoration: none;
	color: rgb(0, 182, 201);
	outline: none;
}

.packlist .form-group span {
	display: block;
	color: rgb(171, 171, 171);
	font-size: 16px;
}

.download-list {
	margin-top: 15px;
}

	.download-list li {
		margin-bottom: 5px;
	}

		.download-list li div {
			display: table-cell;
			vertical-align: middle;
		}

			.download-list li div a {
				color: rgb(0, 135, 150);
				text-decoration: underline;
			}

	.download-list .image-div {
		width: 38px;
		height: 32px;
	}

	.download-list .print {
		padding-left: 20px;
	}

.pagination-cover {
	margin-top: 10px;
}

	.pagination-cover a {
		color: #00b6c9;
	}

.content header .add-bg {
	margin-left: 12px;
}

.cla {
	width: 18px;
	height: 18px;
	margin: 0 auto;
	background: #ddd;
	display: block;
}

.two-column-layout .form-control {
	max-width: 100%;
}

.two-column-layout .left {
	min-height: 260px;
	position: relative;
}

	.two-column-layout .left img {
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		position: absolute;
		max-height: 100%;
	}

.two-column-layout .edit-area span {
	display: inline-block;
	margin-top: 10px;
}

.two-column-layout .edit-area .img-name {
	color: rgb(109, 110, 112);
}

.two-column-layout .edit-area .edit-img {
	height: 18px;
	width: 18px;
}

.two-column-layout label {
	font-weight: normal;
	margin-bottom: 0px;
}

.available-layouts {
	margin-top: 25px;
}

	.available-layouts .block {
		height: 110px;
		display: block;
		text-align: center;
		width: 100%;
		background-position: center;
		background-size: cover !important;
		margin-bottom: 50px;
	}

	.available-layouts .cover {
		margin-top: 5px;
	}

	.available-layouts .block img {
		max-height: 100%;
	}

.title .subtext {
	font-size: 16px;
	margin-left: 30px;
}

.title .sub-subtext {
	font-size: 12px;
	margin-left: 15px;
}

.two-column-layout label sup {
	font-size: 100%;
	top: -0.1em;
}

.license-area .two-column-layout textarea {
	resize: none;
	height: 130px;
}

.two-column-layout .validationText {
	color: red;
}

.ui-helper-reset {
	margin-bottom: 12px;
	list-style: none;
	padding: 0px 10px;
}

/* Tab css */
.right-content-area .nav-tabs li {
	font-size: 24px;
}

	.right-content-area .nav-tabs li a {
		color: rgb(186, 186, 186);
		border-bottom: 1px #ddd solid;
		border-right: 1px #ddd solid;
		border-radius: 0;
		border-left: none;
	}

	.right-content-area .nav-tabs li:last-child a,
	.right-content-area .nav-tabs li.active:last-child a {
		border-right: none;
	}

	.right-content-area .nav-tabs li:first-child a,
	.right-content-area .nav-tabs li.active:first-child a {
		border-left: none;
	}

	.right-content-area .nav-tabs li.active a {
		color: rgb(0, 182, 201);
	}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #ddd;
	border-top: none;
	border-left: none;
	border-radius: 0px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background: none;
	border-top: none;
	border-radius: 0;
	border-left: none;
}

.notation {
	font-size: 12px;
	margin-top: 12px;
}

.order-note-cover .field-validation-error {
	margin-left: 110px;
}

.order-note-cover .schedule-number-req-err {
	margin-left: 190px;
}

.btn.disabled {
	background: #a7a9ab none repeat scroll 0 0 !important;
}

/*custom css*/

.field-validation-error,
.two-column-layout .validationText {
	color: red;
}

.layout-area .layout-image-preview {
	background-color: #ebebeb;
}

.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-action-schedule-number {
	width: 255px;
	display: inline-block;
	margin: 10px;
}

#btnviewhistory {
	display: inline-block;
}

.schedule-line-item-schedule-number {
	width: 215px;
}

.margin-top {
	margin-top: 10px;
}

.schedule-line-item-err-mrg {
	margin-left: 180px !important;
}
/* Media Queries*/
@media (min-width: 1200px) {
	.menu_left.col-md-1 {
		width: 10%;
	}

	.right-content-area.col-md-11 {
		width: 90%;
	}
}

@media (min-width: 1600px) {
	.dashboard-area.content h4.title {
		margin-bottom: 30px;
	}

	section.statistics, #divorderstatisticsdataloader {
		width: 450px;
		height: 445px;
	}

	section.graph {
		width: 720px;
		height: 445px;
	}

	.menu_left_icon li {
		padding: 27px 0px;
	}
}

.background-category-area .block-body, .stamp-category-area .block-body {
	min-height: 200px;
}

.order-detail #ddlorderactions option.disabled {
	opacity: 0.7;
	color: #a7a9ab;
	cursor: not-allowed;
}


/*Display Order Page*/

#dvBackgroundStampSelect .select-option {
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
	padding: 15px 0;
	background: #6d6e70;
	color: #c8c8c8;
	margin-bottom: 20px;
}

	#dvBackgroundStampSelect .select-option.active {
		background: #bababa;
		color: rgb(109, 110, 112);
	}

#dvBackgroundStampSelect .item-select {
	display: block;
	height: 32px;
	margin: 0 auto;
	width: 32px;
}

.display-order-area span.backgrounds-icon {
	background: url("../images/background_icon.png") no-repeat 0 0 transparent;
}

	.display-order-area span.backgrounds-icon.active {
		background: url("../images/background_icon_active.png") no-repeat 0 0 transparent;
	}

.display-order-area span.stamps-icon {
	background: url("../images/stamps_icon.png") no-repeat 0 0 transparent;
}

	.display-order-area span.stamps-icon.active {
		background: url("../images/stamps_icon_active.png") no-repeat 0 0 transparent;
	}

.ui-sortable-helper {
	display: table;
	background-color: lightyellow !important;
	opacity: 0.5;
	cursor: move;
}

.drag {
	background-color: transparent !important;
	background: transparent !important;
	/*opacity: 0.5;*/
	cursor: move;
}

#tblList tr.selected {
	cursor: move;
}

#dvItemList {
	border: 1px solid #e2e2e2;
	max-height: 850px;
	width: 885px;
}

#itemlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 880px;
	min-height: 150px;
}

	#itemlist .lnkRemoveItem {
		cursor: pointer;
		float: left;
		top: 30px;
		left: 30px;
	}

	#itemlist li {
		margin: 3px;
		padding: 3px;
		float: left;
		text-align: center;
		cursor: move;
	}

	#itemlist img {
		width: 90px;
		height: 90px;
		margin-left: 20px;
		float: left;
	}

	#itemlist .product {
		border: 1px solid #ccc;
		background: #f2f2f2;
		width: 160px;
		height: 140px;
	}

	#itemlist .name {
		color: cornflowerblue;
		font-weight: 700;
		display: inline-block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 90px;
	}

	#itemlist .num {
		float: right;
		background: white;
		width: 35px; /*30*/
		margin: 3px 3px 0 0;
		text-align: center;
		font-size: 14px;
	}

	#itemlist span {
		font-size: 12px;
	}

	#itemlist li.selected {
		background-color: #0275d8;
	}

	#itemlist li.sorted {
		background-color: #80baeb;
	}

		#itemlist li.sorted .product {
			animation: colorchange 1.5s;
		}

@keyframes colorchange {
	0% {
		background-color: #c3dfd3;
	}

	20% {
		background-color: #cbe3d9;
	}

	40% {
		background-color: #d2e7de;
	}

	60% {
		background-color: #daebe4;
	}

	80% {
		background-color: #e1efe9;
	}

	100% {
		background-color: #f0f7f4;
	}
}

@-webkit-keyframes colorchange {
	0% {
		background-color: #c3dfd3;
	}

	20% {
		background-color: #cbe3d9;
	}


	40% {
		background-color: #d2e7de;
	}

	60% {
		background-color: #daebe4;
	}

	80% {
		background-color: #e1efe9;
	}

	100% {
		background-color: #f0f7f4;
	}
}

@media (max-width: 1600px) {
	#dvItemList {
		width: 585px;
	}

	#itemlist {
		width: 580px;
	}
}

/*@media (min-width: 1367px) and (max-width: 1600px) {
    #dvItemList {
        width: 605px;
    }

    #itemlist {
        width: 600px;
    }
}*/

/*End of Display Order Page*/

/* Theme project page */
img.copy {
	cursor: pointer;
}

#dvSiteCodeSelect label.rdolabel {
	font-weight: normal !important;
	margin-right: 10px !important;
}
/* End of theme project page */

.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
