/*
Site title, buttons:				4A4B4E (dark blue)
Page surround, column headers		00A696 (mid blue)
Body backround, panels 				FFFFFE (pale blue)b7d0fc
Page backround: 					d9e6fc (very pale blue)
Link colour: 						4A4B4E (dark blue)
Link rollover: 						cc4f12 (dull red)
Text:								353535 (dark grey)
Warning/feedback text color: 		990032 (red)
Warning/feedback background color:  FFFF98 (yellow)
"teal" changed from #2D738A to #4A4B4E 16/08/2022
*/
html {
    height:100%;
}
body {
    height:100%;
	font-family: Montserrat, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #353535;
	background-color: #EDEDED;
}
table {
	font-family: Montserrat, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
p { /* remove all text margins */
	margin: 0 0 0 0; /* top right bottom left */
}
/** TEXT **/
.small_text {
	font-size: 0.8em;
}
.large_text {
	font-size: 1.2em;
}
.section_header {
	font-size: 120%;
}
.panel_header {
	font-size: 120%;
    font-weight: bold;
    width: 100%;
    text-align: center;
    background-color: #D9D9D9;
    border-radius: 4px;
}
.icon_header {
	font-size: 220%;
	color: #4B4B4B;
}
.pageTitle {
	font-size: 120%;
	font-weight: bold;
	color: #4A4B4E;
	text-transform: uppercase;
	font-stretch: expanded;
}
.pageBanner {
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
    background-color: #595959;
    padding: 10px;
    margin: 10px 0 10px 0;
}
.siteTitle {
	font-size: 150%;
	font-weight: bold;
	color: #4A4B4E;
}
.footer {
	font-size: 80%;
}
.form_label {
    font-weight: bold;
}
/** LINKS **/
a:link {
	color: #4A4B4E;
	text-decoration:none;
}
a:visited {
	color: #4A4B4E;
	text-decoration:none;
}
a:hover {
    color: #cc4f12;
	text-decoration:none;
}
a:active {
    color: #FFF;
	text-decoration:none;
}
.breadcrumb a {
    color: #666;
	text-decoration:none;
}
.breadcrumb a:hover {
    color: #cc4f12;
}
.breadcrumb a:active {
    color: #FFF;
}
.header_icons a {
    color: #666;
	text-decoration:none;
}
.header_icons a:hover {
    color: #cc4f12;
}
.header_icons a:active {
    color: #FFF;
}
.page_nav {
	color: #4A4B4E;
	text-decoration:none;
}
.page_nav a:link, .page_nav a:visited  {
	color: #4A4B4E;
	text-decoration:none;
}
.page_nav a:hover  {
	color: #cc4f12;
	text-decoration:none;
}
.page_nav #uber  {
	color: #cc4f12;
	text-decoration:none;
}
/** COLOURS **/
.text_grey { color: #353535; }
.light_red {color: #FFA9A9}
.red { color: #990000; }
.bright_red { color:#F33; }
.dark_red { color:#C00; }
.green { color: #339900; }
.light_green { color: #6C6; }
.yellow { color: #FFFF33; }
.light_grey { color: #CCCCCC; }
.grey { color: #999999; }
.dark_grey { color: #666666; }
.white { color: #FFFFFF; }
.crm_teal {color: #4A4B4E;}
.teal { color: #4A4B4E; }
.light_teal { color: #6EC9C8; }
.blue { color: #4A4B4E; }
.light_blue {color: #0099CC}
.purple { color: #9933ff; }
.amber { color: #FFB919; }
.black { color: #000; }
.white { color: #FFF; }
#crm_teal {color: #4A4B4E;}
#grey {color: #999999}
#dark_grey {color: #333333}
#black {color: #000000}
#blue {color: #333399}
#red {color: #CC0000}
#green {color: #339900}
#black_bold {color: #000000; font-weight:bold}

.red_background { background-color:#FFCCCC; }
.light_red_background { background-color:#FFA9A9; }
.palered_background { background-color:#FFEEEE; }
.pink_background { background-color:#FCD9FC; }
.darkred_background { background-color:#F66; }
.yellow_background { background-color:#FFFF98; }
.paleyellow_background { background-color:#FFFFD9; }
.white_background { background-color:#FFFFFF; }
.palegreen_background { background-color:#EEFFEE; }
.green_background { background-color:#CCFFCC; }
.darkgreen_background {	background-color:#6C6;}
.blue_background { background-color:#99CCFF; }
.light_blue_background { background-color:#DDEBF7; }
.amber_background { background-color:#FFD966; }
.grey_background { background-color:#CCCCCC; }
.purple_background { background-color:#b3b3e6; }
.lightgrey_background { background-color:#EEEEEE; }

.red_highlight { background-color:#FF9999; }
.blue_highlight { background-color:#99CCFF; }
.green_highlight { background-color:#CCFFCC; }
.amber_highlight { background-color:#FFD966; }
.yellow_highlight { background-color:#FFFF33; }
.white_highlight { background-color:#FFFFFF; }

.grey_on_yellow { color: #999999; background-color:#FF3; }
.white_on_grey { color: #FFF; background-color:#666; }

/** FORM **/
form {
	display:inline;
}
input {
    border-radius:5px;
}
select {
    border-radius:5px;
}
textarea {
    border-radius:5px;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]), text, textarea, select, input[type=file] {
	font-family: Montserrat, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #BBBBBB;
	font-size: 100%;
}
input[type=submit],input[type=radio],input[type=checkbox] {
    border: none;
}
#divider {
	background-color: #EDEDED;
}
.divider {
	border-bottom: 1px solid #EDEDED;
	height: 1px;
}
.border_bottom {
	border-bottom: 1px solid #EDEDED;
}
#tickbox {
	border: none;
}
/** WARNINGS / FEEDBACK **/
.inputrequired {
	border: 1px solid #BBBBBB;
	font-size: 100%;
	background-color: #FFFF98;
}
.feedback {
	color: #990032;
	font-weight: bold;
	background-color:#FFFF32;
}
#feedback {
	color: #990032;
	font-weight: bold;
	background-color: #FFFF32;
}
.warning {
	color: #990032;
	font-weight: bold;
	background-color:#FFFF98;
}
#warning {
	color: #990032;
	font-weight: bold;
	background-color:#FFFF98;
}
/** BORDERS **/
.no_border {
	border: none;
	background-color: #FFFFFF;
}
#no_border {
	border: none;
	background-color: #FFFFFF;
}
.imageborder {
	border: 1px solid #333333;
}
#raised_panel {
	background-color: #FFFFFE;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#page_panel {
	border: 1px solid #00A696;
	background-color: #d9e6fc;
}
div#curved_panel { width:99%; margin:0px 0px 7px 7px; background:#FFFFFE; }
b.rtop, b.rbottom { display:block; background: #BEBEBE }
b.rtop b, b.rbottom b { display:block; overflow: hidden; background: #FFFFFE }
div#curved_panel_grey { width:99%; margin:0px 0px 7px 7px; background:#BEBEBE; }
b.rtop_grey, b.rbottom_grey { display:block; background: #FFFFFE }
b.rtop_grey b, b.rbottom_grey b { display:block; overflow: hidden; background: #BEBEBE }
.r1 { margin: 0px 5px 0px 5px; height: 1px }
.r2 { margin: 0px 3px 0px 3px; height: 1px }
.r3 { margin: 0px 2px 0px 2px; height: 1px }
.r4 { margin: 0px 1px 0px 1px; height: 2px }

.crm_panel {
    padding:5px; margin:7px auto 2px auto; border:2px solid #4A4B4E; border-radius:5px; width:98%; background-color:#FFF;
}
.crm_panel .thin {
    border:1px solid #4A4B4E;
    width:98%;
}
.white_panel {
    padding:5px; margin:2px auto; border:2px solid #FFF; border-radius:5px; width:98%; background-color:#FFF;
}
.grey_panel {
    padding:5px; margin:2px auto; border:2px solid #BEBEBE; border-radius:5px; width:98%; background-color:#BEBEBE;
}
.yellow_panel {
    padding:5px; margin:2px auto; border:2px solid #FFFF98; border-radius:5px; width:98%; background-color:#FFFF98;
}
.amber_panel {
    padding:5px; margin:2px auto; border:2px solid #FFFF98; border-radius:5px; width:98%; background-color:#FFD966;
}
.green_panel {
    padding:5px; margin:2px auto; border:2px solid #CCFFCC; border-radius:5px; width:98%; background-color:#CCFFCC;
}
.light_green_panel {
    padding:5px; margin:2px auto; border:2px solid #E9FFE9; border-radius:5px; width:98%; background-color:#E9FFE9;
}

.hover_line:hover td { background-color: #E9E9E9; color: #000; }
.hover_line_light:hover td { background-color: #EEE; color: #000; }

.columnheader {
	height: 18px;
	padding: 1px 2px 1px 2px;
	font-weight: bold;
	color: #EEE;
	background-color:#4A4B4E;
}
.columnheader a:link {
	color: #EEE;
	text-decoration: none;
}
.columnheader a:visited {
	color: #EEE;
	text-decoration: none;
}
.columnheader a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.columnheader a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.columnheader_light {
                height: 18px;
                padding: 1px 2px 1px 2px;
                font-weight: bold;
                color: #EEE;
                background-color:#6A6B6E;
}
.columnheader_light a:link {
                color: #EEE;
                text-decoration: none;
}
.columnheader_light a:visited {
                color: #EEE;
                text-decoration: none;
}
.columnheader_light a:hover {
                color: #FFFFFF;
                text-decoration: none;
}
.columnheader_light a:active {
                color: #FFFFFF;
                text-decoration: none;
}


.highlight_line:hover {
	background-color:#E9E9E9;
}
.highlight_line_green:hover {
	background-color:#D1FCCF;
}
/** SOLITARY MENU BUTTON **/
.button {
    display: inline-block;
    padding: 2px 5px;
    background: #4A4B4E;
	border-radius: 5px;
	color: #D9D9D9;
	text-align: center;
    font: normal 1em Montserrat, Verdana, Arial, Helvetica, sans-serif;
}
a.button {
    text-decoration: none;
	color: #D9D9D9 !important;
}
.button:hover, .button:active {
	color: #FFF;
}
.button:active {
	position: relative;
    top: 1px;
}
.large.button {
    padding: 3px 6px;
    font: 1.2em Arial, Helvetica, Geneva, sans-serif;
}
.wide.button {
    padding: 3px 12px;
}
.fixed50.button {
    width: 50px;
}
.red.button {
	background: #990000;
    background: -webkit-linear-gradient(top, #AD3333, #990000);
    background: -moz-linear-gradient(top, #AD3333, #990000);
    background: -o-linear-gradient(top, #AD3333, #990000);
    background: -ms-linear-gradient(top, #AD3333, #990000);
    background: linear-gradient(top, #AD3333, #990000);
}
.red.button:hover {
	background: #990000;
    background: -webkit-linear-gradient(top, #990000, #AD3333);
    background: -moz-linear-gradient(top, #990000, #AD3333);
    background: -o-linear-gradient(top, #990000, #AD3333);
    background: -ms-linear-gradient(top, #990000, #AD3333);
    background: linear-gradient(top, #990000, #AD3333);
}
.green.button {
	background: #339900;
}
.amber.button {
    color:#333;
	background-color: #faa732;
}
.disabled.button {
	background: #797979;
}
/** FORM BUTTON **/
.menuButton {
	display: inline;
	font-family: Montserrat, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	color: #CCCCCC;
	padding: 0px 5px;
	border-radius: 2px;
	background-color: #4A4B4E;
	border:2px solid #4A4B4E;
}
.menuButton:hover {
	color: #FFFFFF;
}
.menuButton a {
	text-decoration: none;
}
.menuButton a:link {
	color: #CCCCCC;
}
.menuButton a:visited {
	color: #CCCCCC;
}
.menuButton a:hover {
	color: #FFFFFF;
}
.menuButton a:active {
	color: #FFFFFF;
}
.menuButtonDisabled {
	display: inline;
	font-family: Montserrat, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	color: #CCC;
	padding: 0px 5px;
	border-radius: 2px;
	background-color: #797979;
	border:2px solid #797979;
}
.redButton {
	border-radius: 2px;
	background-color: #990000;
	border:2px solid #990000;
}
/** SIMPLE MENU **/
.topmenu {
	background-color: #d9e6fc;
}
.topmenu a {
	text-align: center;
	color: #CC3333;
	text-transform: uppercase;
	background-color: #4A4B4E;
	text-decoration: none;
}
.topmenu a:link {
	color: #CCCCCC;
	padding: 2px 4px 2px 4px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.topmenu a:visited {
	color: #CCCCCC;
	padding: 2px 4px 2px 4px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.topmenu a:hover {
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.topmenu a:active {
	color: #FFFFFF;
	padding: 1px 5px 3px 3px;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
/** COMPLEX MENU **/
ul.makeMenu {
  width: 90px;                 /* sets the size of the menu blocks */
  background-color: #FFFFFF;   /* colour of menu blocks - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
	margin: 5px;
  	list-style-type: none;	   /* no bullet */
}
ul.makeMenu li a {
	background-color: #4A4B4E;
	display: block;
	width: 100%;
	text-decoration: none;
}
ul.makeMenu li a:link {
	color: #CCCCCC;
	padding: 2px 4px 2px 4px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
ul.makeMenu li a:visited {
	color: #CCCCCC;
	padding: 2px 4px 2px 4px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
ul.makeMenu li a:hover {
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
ul.makeMenu li a:active {
	color: #FFFFFF;
	padding: 1px 5px 3px 3px;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/* BEGIN Advanced HTML Editor */
.dmx_btn     { width: 22px; height: 22px; border: 1px solid #F2F5FA; margin: 0; padding: 0; background-color: #F2F5FA; }
.dmx_btnOver { width: 22px; height: 22px; border: 1px outset #C4D2E8; margin: 0; padding: 0; background-color: #C4D2E8; }
.dmx_btnDown { width: 22px; height: 22px; border: 1px inset #C4D2E8; margin: 0; padding: 0; background-color: #C4D2E8; }
.dmx_btnNA   { width: 22px; height: 22px; border: 1px solid #F2F5FA; margin: 0; padding: 0; background-color: #F2F5FA; -moz-opacity:0.25; opacity:0.25; filter: alpha(opacity=25); }
.dmx_menuBar { background-color:#F2F5FA; }
/* END Advanced HTML Editor */

/* CALENDAR */
.calendar {
	padding: 3px;
	border: 1px solid #BBB;
	font-family: Montserrat, Verdana,arial,sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	opacity: 0.9;
	border: 1px solid #CCC;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
.calendar a {
	color: #333;
	text-decoration: none;
}
.calendarCell{
    margin: 0.25em;
    padding: 0.125em 0em;
	background-color: #EEE;
	border: 1px solid #CCC;
	cursor: pointer;
}
.calendarCellLive {
    margin: 0.25em;
    padding: 0.125em 0em;
	color: #C00;
	background-color: #DDD;
	border: 1px solid #999;
	cursor: pointer;
}
.calendarCellSelected {
    margin: 0.25em;
    padding: 0.125em 0em;
	color: #C00;
	background-color: #FFC;
	border: 1px solid #FF0;
}
.calendarButton{
    margin: 0.25em;
    padding: 0.125em 0.125em 0.25em 0.125em;
	background-color: #EEE;
	border: 1px solid #CCC;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
}
.calendarButtonLive {
    margin: 0.25em;
    padding: 0.125em 0.125em 0.25em 0.125em;
	background-color: #DDD;
	border: 1px solid #999;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
}
.calendar select {
	font-size: 11px;
}
/* Adding font awesome to system buttons */
button {
    border: none;
}
button[value="Back"]:before {
    content: "\f0a5";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
button[value="Submit"]:before {
    content: "\f164";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
button[value="Submit & Return"]:before {
    content: "\f087";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
button[value="Submit & Generate Order"]:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
button[value="Amend"]:before {
    content: "\f164";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
button[value="Add"]:before {
    content: "\f164";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button[href="menu_level2.php"]:before {
    content: "\f0a5";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button[href="menu_level3.php"]:before {
    content: "\f0a5";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.return:before {
    content: "\f0a5";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.upload:before {
    content: "\f093";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.data-upload:before {
    content: "\f093";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.download:before {
    content: "\f019";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.data-download:before {
    content: "\f019";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.ftp:before {
    content: "\f064";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.update:before {
    content: "\f087";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
.button.update.disabled:before {
    content: "\f087";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.update-from-locale-repository:before {
    content: "\f087";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.batch-copy:before {
    content: "\f0c5";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.go:before {
    content: "\f0a9";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
.button.go.disabled:before {
    content: "\f0a9";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.reset:before {
    content: "\f0e2";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.clone:before {
    content: "\f24d";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.selectall:before {
    content: "\f046";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
.button.selectall.disabled:before {
    content: "\f046";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.deselectall:before {
    content: "\f096";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
.button.deselectall.disabled:before {
    content: "\f096";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.deleteall:before {
    content: "\f1f8";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
div.button.go:before {
    content: "\f0a9";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.user:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.no-user:before {
    content: "\f235";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.brand:before {
    content: "\f032";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.add:before {
    content: "\f0fe";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.view:before {
    content: "\f06e";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.print:before {
    content: "\f02f";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}
a.button.check:before {
    content: "\f059";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 5px;
}

/* ===============================CHANNEL PURCHASE INFO STYLES============================= */
.cpi
{}
.cpi .block
{
    padding-bottom: 10px;
}
.cpi.red
{
    color: #990000;
}
.cpi.black
{
    color: #000;
}
.cpi .barcode-grid td
{
    text-align: center;
}
.cpi .hidden
{
    display: none;
}
.cpi .delete-row .disabled
{
    color: #ccc;
}
.cpi.overlay
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    text-align: center;
}
.cpi.overlay i
{
    margin-top: 150px;
}
.cpi.overlay.hidden
{
    display: none;
}
.cpi a.barcode-popup:hover
{
    color: #6c6;
}
.cpi input[type=submit].button, input[type=reset].button, input[type=button].button
{
    border: none !important;
    border-style: none !important;
    height: 18px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: 1.0em !important;
    line-height: 1.0em !important;
    font-family: arial !important;
}

/* ===============================CAMPAIGN EVALUATION DETAILS STYLES============================= */
.ced fieldset
{
    border-radius: 5px;
    margin-bottom: 10px;
}
.ced legend
{
    font-weight: bolder;
    font-size: 1.2em;
}
.ced label
{
    display: inline-block;
    width: 120px;
    vertical-align: top;
}
.ced label.lg
{
	width: 170px;
	vertical-align: bottom;
}
.ced label.approval
{
	width: 150px;
}
.ced input[type=text]
{
    width: 200px;
    display: inline-block;
}
.ced textarea
{
    width: 400px;
    height: 25px;
    resize: both;
}
.ced p, .ced div
{
    margin-bottom: 5px;
    vertical-align: top;
    clear: both;
    float: none;
}

.ced p>span, .ced div>span
{
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
}

.spanlabel {
    margin-right:5px;
}

span.spanbutton, span.hint {
    margin-left: 5px;
}

span.spanbarcode {
    margin-left: 70px;
    margin-top: 5px;
}
span.spanbarcode + span.hint {
    margin-left: 30px;
}

span.spaninput + span.hint {
    margin-left: 5px;
    width: 280px;
}

span.spaninput-narrow + span.hint {
    margin-left: 5px;
    width: 300px;
}

.ced .hint, .ced .single-line-hint {
	color: #999;
}
.ced .hint {
	vertical-align: 100%;
}
.ced .single-line-hint {
}
.ced .hidden
{
    display: none;
}
.ced .rows-3
{
    height: 45px;
    overflow: hidden;
}
.ced .more
{
    color: #ccc;
    text-align: center;
}
.ced .separator
{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.ced .import-customer table
{
    padding: 4px;
}
.ced .import-customer th
{
    font-weight: normal;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 2px;
    padding-bottom: 2px;
}
.ced .import-customer tr:hover td
{
    background-color: #f0f0f0;
}
.ced .import-customer td
{
    vertical-align: top;
    padding-left: 2px;
    padding-right: 10px;
    padding-top: 5px;
	text-align: center;
}
.ced input[type=submit].button, input[type=reset].button, input[type=button].button
{
    border: none !important;
    border-style: none !important;
    height: 18px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: 1.0em !important;
    line-height: 1.0em !important;
    font-family: arial !important;
}
.ced .offer_sku_check_list
{
    margin-left:15px;
}
.time_number {
    font-family:Arial,sans-serif;
    width:16px;
    font-size:1.3em;
    color:#FFF;
    background-color: #333;
    padding:1px;
    border: 1px solid rgba(255,255,255,.2);
    text-align:center;
}
.time_label {
    font-size:0.8em;
    text-align:center;
}
#overlay {
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
    display: none;
    z-index: 1;
    background: #000000;
    opacity: 0.95;
}

table#jp_table {
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0;
}

table#jp_table tr td {
	max-width: 210px;
	text-align: center;
	padding: 10px;
	margin:0;
	border: 0;
	border-bottom: 1px solid lightblue;
	border-collapse: collapse;
}

.white_panel .sui-grid-core .sui-toolbar .sui-button, .sui-grid-core .sui-cell .sui-button {
	margin-right: 0.6em;
}
.white_panel .sui-button {
	-moz-user-select: none;
	background-color: #ecedee;
	border-color: #c4c4c4;
	border-style: solid;
	border-width: 1px;
	border-radius: 7px;
	color: #6d6d6d;
	cursor: pointer;
	overflow: hidden;
	padding: 2px;
	text-align: center;
}
.white_panel .sui-input, .sui-numeric-textbox, .sui-combobox, .sui-dropdown, .sui-button, .sui-switch {
	box-sizing: border-box;
	display: inline-block;
	font-family: Montserrat, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	outline: 0 none;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.white_panel .sui-unselectable {
	-moz-user-select: none;
}
.white_panel button {
	border: medium none;
}
.rs-status {
    padding:3px;
}
#gsa_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top:250px; 
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
    filter: alpha(opacity=50);
    z-index: 1000;
}
/*for SM.Co chat*/
#siteAndChatHolder { width:100%; height:100%; padding:0px; }
#site_panel { width:100%; float:left; padding:0px; }
#chat_panel { width:0px; float:right; padding:0px; }
#chat_frame { border:0px; width:100%; min-height:750px; position: -webkit-sticky; position: sticky; top: 8px; }
#clear { clear:both; }
#btn_hide_chat { display:none; }
.chat_show { opacity: 1; transition: opacity 500ms; }
.chat_hide { opacity: 0; transition: opacity 500ms; }