@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap');

/* APRIL 1
*	{font-family:"Comic Sans MS" !important;}
*/

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    /*background-image: url(../img/default_background.png);*/
    /*background-image: url(../img/InchSquare.png);*/
    /*background-image: url(../img/pattern_gray.png);*/
    /*background-image: url(../img/linen.png);*/

    /* STANDARD ARTFLOW */
    background-image: url('../img/background_blue.png');
    background-color: #367FCB;
    background-repeat: repeat-x;

    /* ST PATRICKS DAY */
    /*background-color:#96df72;*/

    /* FALL */
    /*
	background-image: url('../img/background_fall.png');
	background-color:#f4af61;
	background-repeat:repeat-x;
	*/

    /*
	margin: 0;
	background: #0051ad;
	background: -moz-linear-gradient(top, #0051ad 0%, #317dce 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0051ad), color-stop(100%, #317dce));
	background: -webkit-linear-gradient(top, #0051ad 0%, #317dce 100%);
	background: -o-linear-gradient(top, #0051ad 0%, #317dce 100%);
	background: -ms-linear-gradient(top, #0051ad 0%, #317dce 100%);
	background: linear-gradient(to bottom, #0051ad 0%, #317dce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0051ad', endColorstr='#317dce',GradientType=0 );
	*/
}

section.developer {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 12px;
}

a:link, a:visited {
    color: #000000;
}

a:hover, a:active {
    color: #0071BC;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.alignLeft {
    text-align: left !important;
}

.alignCenter {
    text-align: center !important;
}

.alignRight {
    text-align: right !important;
}

.alignTop {
    vertical-align: top !important;
}

.alignMiddle {
    vertical-align: middle !important;
}

.alignBottom {
    vertical-align: bottom !important;
}

.tinyText {
    font-size: 10px;
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

section {
    border: 1px solid #CCCCCC;
    padding: 8px;
    border-radius: 12px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 0;
    margin-bottom: 8px;
    /*background-image:url('../img/headerGradient.png');
	background-repeat:repeat-x;*/
}

input[type=text], textarea, input[type=password] {
    background-color: #FCFCFC;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: 400;
}

select {
    font-size: 14px;
}

label {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding-left: 2px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
}

input[type=submit], button, .button {
    border: 1px solid #606060;
    color: #FFF;
    /*text-shadow: -1px -1px 1px #444;*/
    font-size: 12px;
    /*padding: 5px 8px;*/
    padding: 3px 5px;
    border-radius: 3px;
    background: #858585;
    background: -moz-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #858585), color-stop(100%, dimgrey));
    background: -webkit-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -o-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -ms-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: linear-gradient(to bottom, #858585 0%, dimgrey 100%);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#696969', GradientType=0)*/
}

input[type=submit]:hover, button:hover, .button:hover {
    background: #969696;
    cursor: pointer;
    background: -moz-linear-gradient(top, #969696 0%, #777 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #777));
    background: -webkit-linear-gradient(top, #969696 0%, #777 100%);
    background: -o-linear-gradient(top, #969696 0%, #777 100%);
    background: -ms-linear-gradient(top, #969696 0%, #777 100%);
    background: linear-gradient(to bottom, #969696 0%, #777 100%);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#777777', GradientType=0)*/
}

input[type=submit]:active, button:active, .button:active {
    box-shadow: inset 1px 1px 1px #222;
    background: #858585;
    background: -moz-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #858585), color-stop(100%, dimgrey));
    background: -webkit-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -o-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -ms-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: linear-gradient(to bottom, #858585 0%, dimgrey 100%);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#696969', GradientType=0)*/
}

#error h1 {
    margin: 0;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}

.pagination {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #0071BC;
}

.pagination ul {
    list-style-type: none;
    margin-top: 0;
    padding-bottom: 4px;
}

.pagination li {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    margin: 2px;
    padding: 0;
}

.pagination li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #CCCCCC;
}

.pagination li a:hover {
    color: #0000FF;
}

.pagination li.active {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #000000;
    border: 1px solid #000000;
}

.pagination li:hover {
    border: 1px solid #0000FF;
}

.condensed {
    font-family: "Open Sans Condensed", sans-serif !important;
}


/*label {*/
/*    width: 200px;*/
/*    display: inline-block;*/
/*    text-align: right;*/
/*    padding-right: 8px;*/
/*}*/

.redText {
    color: #FF0000;
}

.greenText {
    color: #197b30;
}

.orangeText {
    color: #f26522;
}

.blackText {
    color: #000000;
}

.bold {
    font-weight: 700;
}

.fieldText {
    font-size: 14px;
    font-weight: 400;
}

.listArtist {
    /*font-size:9px;*/
    text-transform: uppercase;
}

#loginPanel {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 150px;
    margin-left: -244px;
    width: 488px;
    height: 140px;
    padding: 6px;
    /*
	margin-left: auto;
	margin-right: auto;
	*/
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    background-image: url('../img/login_background.png');
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
}

#loginForm {
    margin-left: 200px;
    margin-top: 5px;
}

#loginWelcome {
    z-index: 100;
    position: absolute;
    /* GRASS */
    top: 30px;
    margin-left: -119px;
    left: 50%;
    /* STANDARD */
    /*
	top:10px;
	margin-left:-139px;
	left:50%;
	*/
    /* ST PATRICKS */
    /*
	top:25px;
	margin-left:-200px;
	left:50%;
	*/
}

#changeLog {
    background-color: #FFFFFF;
    width: 800px;
    min-height: 24px;
}

#username, #password {
    font-size: 14pt;
    width: 270px;
}

#loginPanel label {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    padding: 0;
    margin: 0;
}

#loginPanel input[type=text], #loginPanel input[type=password] {
    background-color: #FCFCFC;
    border: 1px solid #CCCCCC;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
}

#wrap {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-color: #FFFFFF;
}

#wrap_wide {
    width: auto;
    /*
	margin-left:48px;
	margin-right:48px;
	*/
}

#login #wrap {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#login #header {
    text-align: center;
}

#pageTitle {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1em;
    text-align: center;
}

#header {
    width: 1012px;
    height: 42px;
    background-image: url('../img/header.png');
    background-color: #F0F0F0;
    /*margin-bottom: 1px;*/
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
}

#wrap_wide #header {
    width: auto;
}

#nav {
    position: absolute;
    height: 42px;
    line-height: 42px;
    top: 0;
    left: 150px;
}

#userInfo {
    height: 42px;
    position: absolute;
    right: 6px;
    top: 0;
}

.welcomeText {
    /*color: #0071BC;
	color:#3576bc;*/
    color: #404040;
    font-weight: 400;
    font-size: 8pt;
}

.headerName {
    /*color: #0071BC;
	color:#3576bc;*/
    color: #404040;
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    position: relative;
}

.headerName:hover {
    cursor: pointer;
    color: #0000FF;
}

.roleText {
    /*color: #0071BC;
	color:#3576bc;*/
    color: #404040;
    width: 300px;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    position: absolute;
    bottom: -3px;
    right: 0;
}

#footer {
    width: 1012px;
    background-image: url('../img/content_background70.png');
    background-color: #C4C4C4;
    padding: 6px;
    /*background-color: #FFF;*/
    margin-top: 0;
    border-top: 1px solid #CCCCCC;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    min-height: 12px;
}

#wrap_wide #footer {
    width: auto;
}

#content {
    /*background-image: url('../img/content_background70.png');*/
    background-color: #FFFFFF;
    /*padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;*/
    position: relative;
    padding-bottom: 12px;
}

#content h1 {
    margin: 0;
    margin-left: 4px;
}

#content h4 {
    /*
	background-color: #f5f8fd;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,113,188,0.16)),color-stop( 100% , rgba(0,113,188,0.06)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,113,188,0.16) 0%,rgba(0,113,188,0.06) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,113,188,0.16) 0%,rgba(0,113,188,0.06) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,113,188,0.16) 0%,rgba(0,113,188,0.06) 100%);
	background-image: linear-gradient(180deg,rgba(0,113,188,0.16) 0%,rgba(0,113,188,0.06) 100%);
	color: #3576bc;
	*/
    background-color: #879DD1;
    color: #F7F7F7;
    font-size: 14px;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
}

#orderHeader {
    /*background-image: url('../img/content_background70.png');*/
    background-color: #FFF;
}

.box4 {
    width: 246px;
    margin: 0;
    padding-top: 0;
    padding-right: 2px;
    padding-bottom: 0;
    padding-left: 2px;
    float: left;
    min-height: 48px;
}

.box2 {
    width: 492px;
    margin: 0;
    padding-top: 0;
    padding-right: 2px;
    padding-bottom: 0;
    padding-left: 2px;
    float: left;
    min-height: 48px;
}

.box1 {
    width: 1010px;
    margin: 0;
    padding-top: 0;
    padding-right: 2px;
    padding-bottom: 0;
    padding-left: 2px;
    float: left;
    min-height: 48px;
}

#controls {
    /*width: 1012px;*/
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    /*background-image: url('../img/content_background70.png');*/
    background-color: #FFF;
    /*margin-bottom: 1px;*/
    border-bottom: 1px solid #CCCCCC;
    position: relative;
}

#controls label {
    /*color: #0071BC;*/
    color: #555;
    font-size: 12px;
    margin-left: 12px;
    padding-right: 4px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    text-transform: none;
    display: inline;
}

#controls .firstLabel {
    margin-left: 0;
}

/*
#controls button {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	padding:2px;
	margin-left:6px;
	color:#3576bc;
	border: 1px solid #3576bc;
	border-radius: 5px;
	background-color: #FFFFFF;
}
*/
#controls button.find {
    margin-left: 0;
}

#moreEmail {
    display: none;
}

.smallButton, #controls button {
    font-size: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 3px;
    vertical-align: top;
}

.sveltButton {
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 3px;
    vertical-align: top;
}

.btn {
    border: 1px solid #CCCCCC;
}

#products section {
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 9px;
    padding: 6px;
    border: 1px solid #CCCCCC;
}

.inProductSection {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#products h3, .product_detail h3 {
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #0051ad;
}

.product_detail h3 {
    margin-top: 2px;
}

.productBottom {
    /*background-color: #0071BC;*/
    background-color: #000000;
    width: 100%;
    height: 6px;
}


/*
#nav button {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 8pt;
	color:#3576bc;
	padding-left:3px;
	padding-right:3px;
	border: 1px solid #3576bc;
	border-radius: 5px;
	background-color: #FFFFFF;
}

#controls button:hover, #nav button:hover {
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,113,188,0.16)),color-stop( 100% , rgba(0,113,188,0.06)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,113,188,0.16) 0%,rgba(0,113,188,0.06) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,113,188,0.16) 0%,rgba(0,113,188,0.06) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,113,188,0.16) 0%,rgba(0,113,188,0.06) 100%);
	background-image: linear-gradient(180deg,rgba(0,113,188,0.16) 0%,rgba(0,113,188,0.06) 100%);
}
*/
#searchResultsWrap {
    display: none;
    width: 888px;
    padding-top: 0;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    position: absolute;
    top: 0;
    left: 61px;
    background-color: rgba(238, 248, 250, 0.95);
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
    border-top: 1px none #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    z-index: 13;
}

#searchResultsWrap h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}

#btnCloseSearchResults {
    font-size: 20px;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

#btnCloseSearchResults:hover {
    cursor: pointer;
}

#resultsTable {
    width: 888px;
}

#resultsTable th {
    background-color: #bddaed;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

#resultsTable td {
    border-bottom: 1px solid #c6eafb;
    font-size: 10px;
    /*border-right: 1px solid #c6eafb;*/
}

#actionWrap {
    line-height: 24px;
    font-size: 14px;
}

#actionWrap label {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
}

td {
    border-bottom-color: #CCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.coordinator td {
    background-color: rgba(0, 169, 81, 0.15);
}

.rushOrder td {
    background-color: rgba(255, 0, 0, 0.10);
    color: #990000;
}

.redoOrder td {
    background-color: rgba(255, 249, 191, 0.30);
}

.rushRedoOrder td {
    background-color: rgba(247, 148, 29, 0.20);
}

.inquiry td {
    /*background-color:rgba(0,173,239,0.15);*/
    background-color: rgba(53, 118, 188, 0.15);
    /*color:#3576BC;*/
}

.creditHold {
    color: #FF0000;
}
.hover td {
    /*
	background-color:#f4f8fc;
	*/
    background-color: #A9D7FF;
}

.rushOrder.hover td {
    background-color: rgba(255, 0, 0, 0.20);
}

.redoOrder.hover td {
    background-color: rgba(255, 249, 191, 1.0);
}

.rushRedoOrder.hover td {
    background-color: rgba(247, 148, 29, 0.40);
}

.inquiry.hover td {
    /*background-color:rgba(0,173,239,0.50);*/
    background-color: rgba(53, 118, 188, 0.30);
    color: rgba(53, 118, 188, 1.0);
}

.coordinator.hover td {
    background-color: rgba(0, 169, 81, 0.30);
}

#inquiryCount {
    /*background-color: #00adef;*/
    background-color: #3576bc;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}

#inquiryCount:hover {
    cursor: pointer;
}

.redoBadge {
    margin: 0;
    padding: 0;
    line-height: 14px;
    min-width: 14px;
    text-align: center;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 700;
    background-color: #FF0000;
    border-radius: 7px;
    display: inline-block;
    vertical-align: 2px;
}

.stdTable th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 9pt;
    padding-left: 2px;
    padding-right: 2px;
    text-align: left;
    background-color: #A7A7A7;
    color: #F7F7F7;
    /*
	border-top: 1px #F0F0F0 solid;
	background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 0% , rgba(53,118,188,0.25)),color-stop( 100% , rgba(53,118,188,0.05)));
	background-image: -webkit-linear-gradient(90deg,rgba(53,118,188,0.25) 0%,rgba(53,118,188,0.05) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(53,118,188,0.25) 0%,rgba(53,118,188,0.05) 100%);
	background-image: -o-linear-gradient(90deg,rgba(53,118,188,0.25) 0%,rgba(53,118,188,0.05) 100%);
	background-image: linear-gradient(0deg,rgba(53,118,188,0.25) 0%,rgba(53,118,188,0.05) 100%);
	*/
}

.stdTable th:first-child {
    padding-left: 6px;
}

.stdTable th:last-child {
    padding-right: 6px;
}

.stdTable td {
    font-size: 10pt;
    border-bottom-color: #CCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 2px;
    min-height: 30px;
}

.stdTable td:first-child {
    padding-left: 6px;
}

.stdTable td:last-child {
    padding-right: 6px;
}

.stdTable tr.disabledUser td {
    color: #999999;
}

.stdTable h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

#report_wrap h2 {
    margin-top: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.reportTable {
    width: 100%;
}

.reportTable th {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 10pt;
    border-left-color: #FFFFFF;
    border-left-width: 1px;
    border-left-style: solid;
}

.reportTable td {
    border-left-color: #CCC;
    border-left-width: 1px;
    border-left-style: solid;
}

.reportTable td:first-child {
    border-left: none;
}

#reportIssue {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

.textSmall {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    font-size: 9pt;
}

.superSmall {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    font-size: 6pt;
}

#order {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 1px solid #CCCCCC;
}

#info {
    height: 24px;
    font-size: 14pt;
    font-weight: 700;
    line-height: 24px;
    width: auto;
    float: left;
    text-align: left;
}

#status {
    /*width:500px;*/
    height: 24px;
    font-size: 14pt;
    font-weight: 700;
    line-height: 24px;
    float: right;
    text-align: right;
    position: relative;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.artDrop {
    width: 200px;
    /*height: 100px;*/
    border: 1px solid #CCCCCC;
}

.dropWrap {
    background-image: url('../img/dropzone_bigger_gray.png');
    padding-top: 20px;
    min-height: 48px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-bottom: 5px;
}

.artFile {
    color: #000000;
    background-color: #FFFFFF;
    /*text-transform: uppercase;*/
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 24px;
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 2px;
}

.artFile img {
    width: 32px;
    height: 32px;
}

.artFilename {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

.artFilenameCond {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

.artFileInfo {
    color: #999;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}

.filetype {
    margin-top: 3px;
    margin-right: 4px;
    width: 32px;
    height: 32px;
    background-color: #CCCCCC;
    float: left;
    cursor: pointer !important;
}

.filetype:hover {
    background-color: #abd9f3;
}

.deleteArt {
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 18px;
    color: #CCCCCC;
}

.cloakedInput {
    border-style: none;
    font-size: 14pt !important;
    font-weight: 700;
    line-height: 24px;
}

#comments_header div.noteWrap:first-child .prevArrow, .comments_wrap div.noteWrap:first-child .prevArrow {
    display: none;
}

.noteWrap {
    position: relative;
    padding: 6px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin-bottom: 2px;
    background-color: #FAFAFA;
    box-sizing: border-box;
}

.noteWrap h3 {
    background-color: transparent;
}

.noteWrap textarea {
    width: 980px;
}

.orderNotes {
    padding-left: 6px;
    padding-right: 6px;
}

.symbol {
    font-size: 24px;
    margin-top: -6px;
    line-height: 26px;
    cursor: default;
}

.symbol.CUST {
    color: #81C99C;
}

.symbol.GRAPH {
    color: #8781BD;
}

.symbol.SALES {
    color: #6DCFF6;
}

.symbol.ORDER {
    color: #F69679;
}

.symbol.OTHER {
    color: #BBBBBB;
}

.noteWrap.CUST {
    background-color: #F9FCF8;
}

.noteWrap.GRAPH {
    background-color: #F6F5FA;
}

.noteWrap.SALES {
    background-color: #f7fbfe;
}

.noteWrap.ORDER {
    background-color: #FEF8F4;
}

.noteWrap.CUST.hilight {
    background-color: #E3F2E7;
}

.noteWrap.GRAPH.hilight {
    background-color: #E0DEEF;
}

.noteWrap.SALES.hilight {
    background-color: #E1F3FD;
}

.noteWrap.ORDER.hilight {
    background-color: #FDE7DC;
}

.noteWrap h5 {
    font-size: 10px;
    color: #888888;
    line-height: 10px;
    padding: 0;
    margin: 0;
}

.noteWrap.CUST h5 {
    color: #2AB573;
}

.noteWrap.GRAPH h5 {
    color: #5B57A5;
}

.noteWrap.SALES h5 {
    color: #00BCF2;
}

.noteWrap.ORDER h5 {
    color: #F16549;
}

.noteWrap p {
    padding: 0;
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    width: 60%;
    /*letter-spacing: 0.05em;*/
    text-align: justify;
}

.nextArrow {
    width: 11px;
    height: 16px;
    background-image: url('../img/next.png');
    position: absolute;
    top: -8px;
    right: 8px;
}

.prevArrow {
    width: 11px;
    height: 16px;
    background-image: url('../img/prev.png');
    position: absolute;
    top: -11px;
    right: 8px;
}

.noteWrapNew {
    position: relative;
    padding: 6px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin-bottom: 2px;
    background: #F8F8F8;
    display: none;
}

.noteWrapNew textarea {
    width: 978px;
}

.newNote {
    width: 992px;
}

.dropTable {
    width: 100%;
    border-spacing: 0;
    margin-top: 4px;
    margin-left: 0;
    margin-right: 0;
}

.dropTable th {
    color: #FFFFFF;
    line-height: 12px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    width: 249px;

    /*
	background-color: #0071BC;
	background-color:#C2D2E5;
	*/
    background-color: #879DD1;
    text-transform: uppercase;
    margin: 0;
    padding: 2px;
    border-left: 1px solid #CCCCCC;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.dropTable th:last-child, .dropTable th:nth-child(2) {
    border-right: 1px solid #CCCCCC;
}

.dropTable td {
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    /*
	border-right: 1px solid #CCCCCC;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	*/
}

.dropTable td:last-child, .dropTable td:nth-child(2) {
    border-right: 1px solid #CCCCCC;
}

.dragOver .dropWrap {
    background-image: url('../img/dropzone_hover.png');
}

.historyLocation {
    position: relative;
    cursor: pointer;
}

#historyLog, .historyLog {
    position: absolute;
    min-width: 250px;
    height: 400px;
    overflow-x: hidden;
    left: -7px;
    top: 26px;
    z-index: 100;
    background-image: url('../img/content_background95.png');
    padding: 6px;
    border: 1px solid #CCCCCC;
    text-align: left;
    -webkit-box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.06);
}

.historyLog {
    top: 20px;
}

.showHistory {
    font-weight: 700;
    color: #2D6BB0;
}

#historyLog div, .historyLog div, #order_history div {
    padding: 4px;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
}

#historyLog h3, .historyLog h3, #order_history h3 {
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    padding: 0;
    margin: 0;
    color: #999999;
}

#historyLog p, .historyLog p, #order_history p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #444444;
}

.btnNewNote {
    font-size: 10px;
    float: right;
    margin-right: -3px;
    margin-top: -1px;
}

.linear, .linear2 {
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
}

.linear section {
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    padding: 6px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.linear section h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.linear2 {
    font-size: 14px;

}

.linear h2, .linear2 h2 {
    font-weight: 700;
    font-size: 16pt;
    text-align: left;
    padding: 0;
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
}

.linear ul, .linear2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.linear li, .linear2 li {
    line-height: 24px;
    border-top: 1px dotted #CCCCCC;
}

.linear label, .linear2 label {
    width: 150px;
    display: inline-block;
    text-align: left;
    text-transform: none;
    font-size: 12pt;
}

.linear2 label {
    width: 200px;
}

.linear2 .helptext {
    float: right;
}

.linear input[type=text], .linear2 input[type=text] {
    width: 350px;
}

.linear textarea, .linear2 textarea {
    margin-top: 4px;
    margin-left: 0;
}

.stacked h2 {
    font-weight: 700;
    font-size: 16pt;
    text-align: left;
    padding: 0;
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 6px;
    margin-right: 6px;
}

.stacked ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.stacked li {
    line-height: 24px;
    border-top: 1px dotted #CCCCCC;
}

.stacked label {
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 10pt;
    line-height: 12px;
    margin-bottom: 2px;
}

.stacked input[type=text] {
    width: 350px;
}

.emailMsg td {
    border-bottom: none;
}

.half {
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
}

.half ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.half li {
    line-height: 24px;
    border-top: 1px dotted #CCCCCC;
}

.half label {
    width: 150px;
    display: inline-block;
    text-align: left;
    text-transform: none;
    font-size: 10pt;
    vertical-align: top;
}

.half input[type=text] {
    width: 320px;
}

.half textarea {
    width: 320px;
    padding-bottom: 0;
}

.half select {
    width: 280px;
}

.width40 {
    width: 39%;
}

.width30 {
    width: 30%;
}

.width60 {
    width: 60%;
}

#ecomOrder {
    padding-left: 6px;
    padding-right: 6px;
}

#ecomOrderDetail li.product {
    font-weight: 700;
}

#ecomOrderDetail {
    padding-left: 6px;
    padding-right: 6px;
}

#ecomOrderDetail h2 {
    color: #0071BC;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
}

#ecomOrderDetail h3 {
    margin: 0;
    background-color: #0071BC;
    color: #FFFFFF;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 0;
    padding-top: 0;
}

#ecomOrderDetail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#ecomOrderDetail li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px dotted #CCCCCC;
}

#ecomOrderDetail label {
    width: 180px;
    display: inline-block;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.createOrder {
    clear: both;
}

#fFindOrder, #fFindArt, #orderListing-filtering {
    width: 50px;
}

#orderListing thead th {
    cursor: pointer;
}

#orderListing tbody td {
    height: 20px;
}

#orderListing tbody td:nth-child(2), #orderListing thead th:nth-child(2) {
    display: none;
}

#orderListing td.extra, #orderListing th.extra {
    display: none;
}

.approvalStatus {
    width: 24px;
    height: 24px;
    background-image: url('../img/checks3.png');
    background-position: 0 0;
    display: inline-block;
    margin-bottom: -4px;
    float: right;
    margin-right: 28px;
}

.commentList {
    float: right;
    margin-right: 28px;
}

.statusApproved {
    background-position: 48px 0;
}

.statusRejected {
    background-position: 24px 0;
}

.missingVendor td {
    background-color: rgba(255, 0, 0, 1.0);
    color: #FF0;
}

#statusWrap h4 {
    background-color: #F00;
    color: #FF0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
}

#missingStatus {
    text-align: left;
    background-color: rgba(255, 0, 0, 0.13);
    -moz-column-count: 7; /* Firefox */
    -webkit-column-count: 7; /* Safari and Chrome */
    column-count: 7;
    padding-left: 6px;
    padding-right: 6px;
}

.currentUser {
    color: rgba(32, 143, 0, 1.00);
}

.lastOrder {
    font-weight: 700;
}

.showOnProofIcon {
    position: absolute;
    top: 2px;
    right: 4px;
}

.licensed td {
    background-color: rgba(133, 68, 196, 0.25);
}

#vendorEmails p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 6px;
    padding: 0;
    line-height: 14px;
}

.additionalEmailOptions {
    display: none;
}

.approved {
    border: 1px solid #006738 !important;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop(0%, rgba(0, 103, 56, 0.16)), color-stop(100%, rgba(0, 103, 56, 0.06)));
    background-image: -webkit-linear-gradient(270deg, rgba(0, 103, 56, 0.16) 0%, rgba(0, 103, 56, 0.06) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(0, 103, 56, 0.16) 0%, rgba(0, 103, 56, 0.06) 100%);
    background-image: -o-linear-gradient(270deg, rgba(0, 103, 56, 0.16) 0%, rgba(0, 103, 56, 0.06) 100%);
    background-image: linear-gradient(180deg, rgba(0, 103, 56, 0.16) 0%, rgba(0, 103, 56, 0.06) 100%);
    color: #212121;
}

.sent {
    color: #00A738;
    float: right;
    padding-right: 4px;
}

.specBox {
    width: 320px;
    padding: 1px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

#counts {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

#counts a:link, #counts a:visited {
    text-decoration: none;
}

.listChange th {
    /*background-color: #FF0000;*/
    background-image: -webkit-linear-gradient(270deg, rgba(255, 0, 0, 0.15) 0%, rgba(255, 0, 0, 0.60) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(255, 0, 0, 0.15) 0%, rgba(255, 0, 0, 0.60) 100%);
    background-image: -o-linear-gradient(270deg, rgba(255, 0, 0, 0.15) 0%, rgba(255, 0, 0, 0.60) 100%);
    background-image: linear-gradient(180deg, rgba(255, 0, 0, 0.15) 0%, rgba(255, 0, 0, 0.60) 100%);
}

.userAssigned {
    vertical-align: -2px !important;
}

.templateLink {
    width: 80px;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 8px;
    text-align: center;
}

.templateImage {
    border: 1px solid #CCCCCC;
    width: 77px;
    height: 100px;
    margin-bottom: -4px;
}

.templateFilename {
    padding: 0;
    margin: 0;
}

.itemDesc {
    font-size: 18px;
    font-weight: 700;
}

.grid {
    padding-top: 3px;
    padding-left: 3px;
    overflow: hidden;
}

.gridElem {
    width: 120px;
    height: 120px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 1px;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-size: 10px;
    float: left;
    /*
-webkit-box-shadow: 4px 4px 10px 2px rgba(0,0,0,0.15);
-moz-box-shadow: 4px 4px 10px 2px rgba(0,0,0,0.15);
box-shadow: 4px 4px 10px 2px rgba(0,0,0,0.15);
*/
}

.gridElem:hover {
    border: 2px solid #0071BC;
    padding: 0;
    background-color: #E1F3FD;
}

.gridImg {
    width: 100px;
    height: 100px;
}

.btnCopyImprint {
    font-size: 9px;
    margin-top: 1px;
    text-transform: uppercase;
    vertical-align: top;
    padding: 2px;
    z-index: 50;
}

.orderLineText {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
}

#modInfo {
    height: 24px;
    font-size: 14pt;
    font-weight: 700;
    line-height: 24px;
}

#btnModify {
    cursor: pointer;
}

.viewOrder {
    text-decoration: none;
    cursor: pointer;
}

.templateThumb {
    margin-top: 6px;
    width: 100px;
    height: 100px;
    border: 1px solid #CCCCCC;
}

#thumbImg.drop {
    border: 1px solid #0000FF;
}

.aitTemplate {
    margin-top: 6px;
    margin-left: -2px;
    width: 117px;
    height: 150px;
}

#templateDrop {
    width: 117px;
    height: 150px;
    display: inline-block;
    position: relative;
}

#fileStats {
    font-size: 10px;
    font-weight: 700;
    width: 200px;
    text-transform: uppercase;
    line-height: 11px;
    position: absolute;
    top: 10px;
    left: 113px;
}

#ecomCustHint {
    font-size: 12px;
    color: #CCCCCC;
    margin-left: 4px;
}

#clipartWrap {
    padding-left: 2px;
    overflow: hidden;
}

#clipartWrap h2 {
    clear: both;
    line-height: 22px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #404040;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

#clipartCategories {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px;
    line-height: 24px;
    font-weight: 700;
}

#clipartCategories a {
    text-decoration: none;
}

#clipartCategories a:hover {
    text-decoration: underline;
    color: #0000FF;
}

#clipartImageWrap {
    padding: 6px;
}

.ll_clipart {
    border: 1px solid #CCCCCC;
    /*border-radius:12px;*/
    width: 150px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
    padding: 1px;
}

.ll_clipart:hover {
    border: 2px solid #0000FF;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 1px;
    margin-right: 1px;
}

.btn_keyword {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    /*background-color:#00FF00;*/
    background-image: url('../img/btn_keyword.png');
    display: none;
}

.btn_keyword:hover {
    background-image: url('../img/btn_keyword_hover.png');
}

.ll_id {
    text-align: center;
}

#clipartWrap table {
    width: 100%;
}

#clipartWrap table td:first-child {
    width: 200px;
    background-color: #D8D7D7;
}

.clipartBlock {
    width: 64px;
    border: 1px solid #404040;
    margin: 1px;
    padding: 2px;
    /*display:inline-block;*/
    float: left;
    text-align: center;
}

.clipartBlock:hover {
    border: 2px solid #404040;
    margin: 0;
}

#mailForm {
    margin: 12px;
    padding: 12px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFA;
    /*-webkit-transform: rotate(2deg);*/
}

#mailForm li {
    border-top: none;
    vertical-align: top;
}

#mailForm label {
    display: inline-block;
    width: 100px;
}

.helpText {
    font-size: 9px;
    color: #959595;
}

#flake {
    text-shadow: 0 1px 4px #19BAFB;
}

.highlighted {
    background-color: #baf1fc;
}

.tag {
    float: right;
    margin-top: 4px;
}

.graph {
    height: 12px;
    width: 300px;
    border: 1px solid #404040;
    background-color: #00FF00;
}

.queue {
    height: 12px;
    width: 0;
    background-color: #FFFF00;
}

#orderPool {
    margin: 4px;
    padding: 4px;
    border: 3px solid #007236;
    border-radius: 6px;
}

#orderPool h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin: 0;
    padding-top: 2px;
    padding-left: 0;
    padding-bottom: 2px;
    padding-right: 0;
    text-align: center;
    background-color: #007236;
    color: #FFFFFF;
}

#orderPool tr:hover td {
    background-color: #e5f1eb;
}

#orderPool th {
    background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop(0%, rgba(0, 114, 54, 0.25)), color-stop(100%, rgba(0, 114, 54, 0.05)));
    background-image: -webkit-linear-gradient(90deg, rgba(0, 114, 54, 0.25) 0%, rgba(0, 114, 54, 0.05) 100%);
    background-image: -moz-linear-gradient(90deg, rgba(0, 114, 54, 0.25) 0%, rgba(0, 114, 54, 0.05) 100%);
    background-image: -o-linear-gradient(90deg, rgba(0, 114, 54, 0.25) 0%, rgba(0, 114, 54, 0.05) 100%);
    background-image: linear-gradient(0deg, rgba(0, 114, 54, 0.25) 0%, rgba(0, 114, 54, 0.05) 100%);
}

#orderPool a:link, #orderPool a:visited {
    color: #007236;
}

#orderPool a:hover, #orderPool a:active {
    color: #007236;
}

#vendorEMailSent {
    position: absolute;
    top: 0;
    right: 56px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 2px solid #00FF00;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
}

#vendorEMailUnsent {
    position: absolute;
    top: 0;
    right: 6px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 2px solid #FF0000;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
}

#mailHeader {
    position: relative;
}

.emailForm {
    margin-top: 0;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 12px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    position: relative;
}

.emailForm label {
    width: 100px;
    display: inline-block;
}

.emailForm.invalidPO {
    border: 1px solid #FF0000;
    background-color: #ffdede;
}

.emailForm h3 {
    font-size: 18px;
    font-weight: 700;
    color: #FF0000;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
}

.emailForm li {
    border: none;
}

.emailForm td {
    border: none;
}

#emailWrap {
    padding-top: 24px;
    padding-bottom: 24px;
    background-image: url('../img/linen.png');
}

.sentMarker {
    position: absolute;
    top: 12px;
    right: 18px;
    width: 180px;
    height: 64px;
    background-image: url('../img/sent.png');
}

.emailNumber {
    width: 22px;
    height: 22px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    background-color: #FFFFFF;
}

a.emailNumber {
    color: #FFFFFF;
    text-decoration: none;
}

.emailNumber.form {
    position: absolute;
    top: -12px;
    left: -12px;
}

.emailNumber.emailSent {
    border: 2px solid rgba(0, 147, 69, 1.0);
    background-color: #bfe4d0;
    color: rgba(0, 147, 69, 1.0);
}

.emailNumber.emailUnsent {
    border: 2px solid rgba(236, 28, 36, 1.0);
    background-color: #fac6c8;
    color: rgba(236, 28, 36, 1.0);
}

.emailNumber.link {
    margin: 1px;
    display: inline-block;
}

#emailLinks {
    text-align: center;
}

.ui-accordion h3, section h3 {
    position: relative;
}

.editProduct {
    position: absolute;
    top: 8px;
    right: 6px;
    font-size: 10px;
    color: #CCCCCC;
}

.editProduct:hover {
    color: #FFFFFF;
}

.editPanel {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #879DD1;
    display: none;
}

.btnDeleteOrderLine {
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
}

.btnDeleteOrderLine:hover {
    color: #FF0000;
}

.dayServiceSpan {
    position: relative;
    height: 20px;
    display: block;
}

.dayService {
    position: absolute;
    top: 0;
    left: -52px;
    width: 50px;
    height: 20px;
    background-image: url('../img/24Hour.png');
}

.orderType {
    width: 5px;
    height: 12px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 1px;
}

.foundText {
    background-color: rgba(255, 255, 0, 0.50);
}

.searchRow td {
    border-bottom: 2px solid #000000;
}

.searchWrap {
    position: relative;
}

.searchLink:hover {
    cursor: pointer;
    background-color: rgba(44, 188, 244, 0.60);
}

.popup {
    position: absolute;
    z-index: 200;
    left: 0;
    width: 500px;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.popup img {
    width: 500px;
}

#orderEditor {
    background-color: #FFFFFF;
}

#orderEditor section {
    border: 1px solid #808080;
    border-radius: 8px;
    padding: 8px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

#orderEditor section.first {
    margin-top: 6px;
}

#orderEditor table {
    border: none;
    /*width:100%*/;
}

#orderEditor table td {
    border: none;
}

#orphans {
    border-radius: 12px;
    background-color: #FFFFFF;
    margin-top: 8px;
    min-height: 36px;
    padding: 8px;
    border: 1px solid #CCCCCC;
    display: none;
}

#orphans h3, #orphans h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-top: 6px;
}

#orphans h3:first-child {
    padding-top: 0;
}

#orphans h4 {
    font-size: 12px;
    background-color: #AAAAAA;
    text-align: center;
    color: #FFFFFF;
    padding-top: 0;
    margin-top: 8px;
}

#artSearch {
    overflow: hidden;
}

#resultsColumn {
    overflow: scroll;
    max-height: 700px;
    width: 60%;
    float: left;
}

#imageColumn {
    width: 40%;
    float: right;
    text-align: center;
}

#previewImage {
    width: 400px;
}

#orphans table {
    width: 100%;
    border-spacing: 8px 0;
}

#orphans table th {
    width: 25%;
    font-size: 10px;
    font-weight: 700;
    background-color: #CCCCCC;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

#orphans table td {
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

#orphans a {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0;
}

#section_inquiries {
    margin: 4px;
    border-radius: 12px;
    padding: 8px;
    border: 1px solid #CCCCCC;
    background-color: #EEEEFF;
}

section.stdSection {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 5px;
    padding-top: 4px;
    padding-left: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    /*background-image:url('../img/headerGradient.png');
	background-repeat:repeat-x;*/
}

section.stdSection h2 {
    font-size: 24px;
    margin: 0;
    margin-top: -2px;
    margin-bottom: 6px;
    padding: 0;
    padding-bottom: 6px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    border-bottom: 1px solid #CCCCCC;
}

#orderEdit {
    box-sizing: border-box;
    margin: 0;
}

#orderEdit section {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-top: 4px;
    padding-left: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    /*background-image:url('../img/headerGradient.png');
	background-repeat:repeat-x;*/
}

#orderEdit h4, #orderEdit section h4 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #808080;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    background-color: transparent;
    position: relative;
}

#orderEdit h4 .btnAddComment {
    color: #0000FF;
    text-decoration: none;
    margin-right: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

#orderEdit h4 .btnAddComment:hover {
    color: #0000FF;
    text-decoration: underline;
}

#orderEdit #order {
    height: 24px;
    background-image: url('../img/content_background90.png');
}

#orderEdit #order_info {
    margin: 0;
    width: 724px;
    float: left;
}

#orderEdit #order_history {
    margin: 0;
    padding: 0;
    width: 300px;
    height: 300px;
    overflow-x: hidden;
    float: right;
    border: 1px solid #CCCCCC;
}

.box-container {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 1000px;
}

.box {
    box-sizing: border-box;
    margin: 0;
    padding-top: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    border-right: 1px solid #CCCCCC;
    display: table-cell;
    overflow: hidden;
    vertical-align: top;
}

.box-50 {
    width: 500px;
}

.box-25 {
    width: 250px;
}

.box-33 {
    width: 333px;
}

.box-container .box-25:last-child, .box-container .box-50:last-child {
    border-right: none;
}

.box-25 label:first-child, .box-50 label:first-child {
    padding-top: 0;
}

table.gbForm td {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 52px;
}

section table.gbForm td:first-child label {
    padding-left: 0;
}

table.gbForm tr:first-child td {
    border-top: 1px solid #CCCCCC;
}

table.gbForm tr.validationError td {
    background-color: rgba(255, 0, 0, 0.06);
}

table.gbForm tr.validationError label {
    color: #FF0000;
}

table.gbForm tr.validationError input[type=text] {
    border: 1px solid #FF0000;
}

table.gbForm label {
    padding-left: 8px;
    width: 200px;
    line-height: 20px;
}

table.gbForm input[type=text] {
    width: 350px;
}

table.gbForm textarea {
    width: 350px;
}

table.gbForm td.textareaLabel {
    padding-top: 3px;
}

table.gbForm tr.checkbox td {
    height: 31px;
}

table.gbForm input[type=text][readonly="readonly"] {
    border: 1px solid #F7F7F7;
}

table.gbForm .gbSelect {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}

table.gbForm .errors {
    color: #FF0000;
}

table.gbForm .helpText {
    font-size: 12px;
    color: #808080;
}

table.gbForm .helpText.alignTop {
    padding-top: 10px;
}

#navtabs {
    background-image: url('../img/content_background90.png');
    line-height: 16px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #404040;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
}

table.order_header td {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 25px;
}

table.order_header tr:first-child td {
    border-top: 1px solid #CCCCCC;
}

#navtabs a {
    color: #404040;
    text-decoration: none;
}

#navtabs a:hover {
    color: #0000FF;
}

.tab_productInfo {
    position: absolute;
    bottom: -18px;
    left: 0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 2px;
    line-height: 12px;
    font-size: 10px;
    text-transform: uppercase;
    color: #404040;
    /*background-image:url('../img/content_background90.png.);*/
    background-color: #FFFFFF;
}

.comment_dialog {
    display: none;
}

#findItem {
    width: 96px;
    margin-right: 8px;
}

#product_artwork {
    clear: both;
    overflow: hidden;
}

.product_info {
    margin: 2px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 4px;
    height: 150px;
    width: 150px;
}

.dropzone_active {
    border: 1px solid #0000FF;
}

.dropzone_hover {
    border: 2px dashed #000000;
    margin: 1px;
}


.product_info img {
    width: 140px;
    height: 140px;
    margin: 5px;
}

.drop_zone {
    margin: 2px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 4px;
    min-height: 150px;
    width: 264px;
}

.drop_zone:hover {
    border: 2px dashed #000000;
    margin: 1px;
    padding: 4px;
}

#bin_customer_art {
    background-image: url('../img/background_bin_customer.png');
    background-repeat: no-repeat;
}

#bin_production_art {
    background-image: url('../img/background_bin_production.png');
    background-repeat: no-repeat;
}

#bin_factory_proof {
    background-image: url('../img/background_bin_factory.png');
    background-repeat: no-repeat;
}

#product_row {
    display: none;
}

.product_edit {
    margin: 2px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 4px;
    height: 150px;
    width: 822px;
    position: relative;
}

.product_edit .swatch {
    width: 50px;
    height: 50px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 4px;
}

.product_actions {
    position: absolute;
    left: 4px;
    bottom: 4px;
}

.product_edit .swatch:hover {
    border: 1px solid #0000FF;
}

.detail_table {
    border-spacing: 1px;
    width: 100%;
}

.detail_table tr {
}

.detail_table td {
    vertical-align: top;
}

.weblink {
    border: 1px solid #538ac9;
    background-color: #538ac9;
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 6px;
    width: 486px;
    display: inline-block;
    text-decoration: none;
}

.weblink:hover {
    border: 1px solid #0000FF;
}

.weblinkWrap {
    width: 500px;
}

#searchResults thead tr {
    cursor: pointer;
}

.art_proof {
    display: inline-block;
    width: 212px;
    border-right: 2px solid #CCCCCC;
    text-align: center;
}

.art_proof img {
    height: 200px;
    border: 1px solid #CCCCCC;
}

.art_proof .proof_file {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    border: 1px solid #CCCCCC;
    color: #CC4B4B;
    font-size: 64px;
    text-decoration: none;
}

.art_proof .proof_file:hover {
    color: #A83232;
}

.art_details {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}

.art_proof .filename {
    font-weight: 700;
}

#nav .navButton {
    font-size: 12px;
    font-weight: 700;
    color: #DDDDDD;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #000000;
    border-radius: 5px;
    border: 1px solid #606060;
}

#nav .navButton.cond {
    font-family: "Open Sans Condensed", sans-serif;
}

#nav .navButton {
    background: #858585;
    background: -moz-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #858585), color-stop(100%, dimgrey));
    background: -webkit-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -o-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -ms-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: linear-gradient(to bottom, #858585 0%, dimgrey 100%);
}

#nav .navButton:hover {
    border: 1px solid #000000;
    background: #969696;
    cursor: pointer;
    background: -moz-linear-gradient(top, #969696 0%, #777 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #777));
    background: -webkit-linear-gradient(top, #969696 0%, #777 100%);
    background: -o-linear-gradient(top, #969696 0%, #777 100%);
    background: -ms-linear-gradient(top, #969696 0%, #777 100%);
    background: linear-gradient(to bottom, #969696 0%, #777 100%);
}

#nav a:link, #nav a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#nav a:hover, #nav a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.artSearchResults {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #404040;
}

@media only screen
and (min-width: 1200px) {

    #orderListing tbody td:nth-child(2), #orderListing thead th:nth-child(2) {
        display: table-cell;
    }

    #orderListing td.extra, #orderListing th.extra {
        display: table-cell;
    }
}

section h3 {
    text-align: left;
    padding: 0;
    margin-top: -6px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.btnShowCustComment, .locked, .filetype {
    cursor: pointer;
}

.vendor_email_list h1 {
    text-align: center;
    font-size: 24px;
    line-height: 18px;
    margin: 0;
}

.vendor_email_list h2 {
    text-align: center;
    line-height: 16px;
    font-size: 10pt;
    font-weight: 400;
    margin: 0;
}

.vendor_email_list #heading {
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.90);
}

.vendor_email_list .stdTable td {
    font-size: 12px;
}

.vendor_email_list #filter {
    position: absolute;
    top: 10px;
    right: 10px;
}

.vendor_email_list .preview {
    text-align: center;
    border: 1px solid #CCCCCC;
    margin: 4px;
    padding: 4px;
    border-radius: 6px;
}

#keyword_preview {
    width: 400px;
    padding: 12px;
    float: left;
}

#keyword_preview img {
    width: 400px;
}

#report_list {
    padding: 0;
    margin: 0;
}

#report_list a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background: #858585;
    background: -moz-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #858585), color-stop(100%, dimgrey));
    background: -webkit-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -o-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: -ms-linear-gradient(top, #858585 0%, dimgrey 100%);
    background: linear-gradient(to bottom, #858585 0%, dimgrey 100%);
    border: 1px solid #404040;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 6px;
    display: block;
}

#report_list a:first-child {
    margin-top: 0;
}

#report_list a:hover {
    border: 1px solid #000000;
    background: #969696;
    cursor: pointer;
    background: -moz-linear-gradient(top, #969696 0%, #777 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #969696), color-stop(100%, #777));
    background: -webkit-linear-gradient(top, #969696 0%, #777 100%);
    background: -o-linear-gradient(top, #969696 0%, #777 100%);
    background: -ms-linear-gradient(top, #969696 0%, #777 100%);
    background: linear-gradient(to bottom, #969696 0%, #777 100%);
}

.art_preview_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
}

.art_preview {
    border: 1px solid #000000;
    box-sizing: border-box;
    float: left;
    width: 20%;
    margin: 1px;
}

.art_preview a {
    text-decoration: none;
    border: 0;
}

.order_locked:hover {
    cursor: pointer;
}

.related_art {
    width: 100%;
    margin: 0;
    padding: 0;
}

.related_art_wrap {
    box-sizing: border-box;
    margin: 0;
    margin-top: 12px;
    width: 20%;
    padding: 5px;
    display: inline-block;
    text-align: center;
}

.related_art_wrap img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #CCCCCC;
}

.faSelect {
    background: #ef922a !important;
    border-color: #ce8029;
}

.pricing_table {
    width: 100%;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 12px;
}

.pricing_table td, .pricing_table th {
    padding: 3px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    font-size: 12px;
}

.upload-success {
    border-color: #00a259 !important;
    background-color: #d9f1e6 !important;
}
