@font-face {
  src: url('https://mdn.mozillademos.org/files/16014/LeagueMonoVariable.ttf');
  font-family:'LeagueMonoVariable';
  font-style: normal;
  font-stretch: 1% 500%; /* Required by Chrome */
}

.noDisplay { display: none; }
.blockDisplay { display: block; }
.inlineDisplay { display: inline; }
.tac { text-align: center; }
.disabled_link { pointer-events: none; }

table {
	font-size: 12px;
}

body {
	font-family: 'Roboto Condensed', Arial, FontAwesome, sans-serif;
	background: rgba(249, 144, 0, 1);
}

.disabled_link { pointer-events: none; opacity: .5; }

div.db_results_container.prod_inventory { width: 650px; }

div#error_msg, div#status_msg {
	cursor: hand;
	position: fixed;
	width: 490px;
	height: 140px;
	min-width: 490px;
	min-height: 140px;
	background-color: rgb(255,80,100);
	border: 5px solid rgb(0,0,0);
	top: 60;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	padding: 15px;
	z-index: 2;
}

div#unread_msgs {
	position: fixed;
	width: 690px;
	height: auto;
	min-width: 490px;
	min-height: 140px;
	background-color: rgb(255,80,100);
	border: 5px solid rgb(0,0,0);
	top: 60;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	padding: 15px;
	z-index: 100;
}

div#close_unread_msgs {
	cursor: pointer;
	position: absolute;
    right: 20px;
    top: 20px;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

div#db_contents div.db_results_container:nth-child(odd) { background: rgb(255,255,255); }
div#db_contents div.db_results_container:nth-child(even) { background: rgb(225,225,225); }

div.db_results_container {
	border: 1px solid black;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 15 5;
    width: 715px;
}
div.db_results_container.sms_results {
	max-width: 375px;
}

div.typeHeader, div.domainHeader {
	font-size: 28px;
	font-weight: bold;
	margin: 12px 0 5px 5px;
}
div.phonesHeader {
	font-size: 20px;
	font-weight: bold;
	margin: 12px 0 5px 9px;
}

table th.header {
	background-color: inherit;
	/*cursor: row-resize;*/
	text-align: left;
	font-size: 10px;
}

div.db_results_container table {
	margin-left: 4px;
}

div.db_results_container table col#type_col { width: 61px; }
div.db_results_container table col#product_col { width: 182px; }
div.db_results_container table col#description_col { width: 508px; }
div.db_results_container table col#password_col { width: 130px; }

div.db_results_container table col#status_col { width: 115px; }
div.db_results_container table col#username_col { width: 150px; }
div.db_results_container table col#email_col { width: 350px; }

div.db_results_container table col#image_col { width: 567px; }
div.db_results_container table col#pic_buttons_col { width: 134px; }

div.db_results_container table col#phone_col { width: 501px; }
div.db_results_container table col#phone_buttons_col { width: 200px; }

div.db_results_container table col#package_label_col { width: 150px; }
div.db_results_container table col#price_col { width: 315px; }
div.db_results_container table col#quan_col { width: 100px; }
div.db_results_container table col#package_buttons_col { width: 75px; }

div.db_results_container table td {
	font-size: 16px;
}

ul.existing_types {
	list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 5px;
}

ul.existing_types li:nth-child(odd) { background: rgb(255,255,255); }
ul.existing_types li:nth-child(even) { background: rgb(225,225,225); }

ul.existing_types li {
	width: 250px;
	border: 1px solid black;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 15 5;
	cursor: hand;
}

span.et_edit {
	float: right;
	padding-right: 15px;
	text-decoration: underline;
}
span.et_edit:hover {
	font-weight: bold;
}

div#results { float: left; padding-right: 10px; width: 740px;}
div#results.nofloat { float: initial; padding-right: 10px; width: 740px;}
div#forms { float: left; width: 282px;}
div#forms.nofloat { float: initial; width: 325px;}
#return_button { float: right; margin-right: 18px;}

button.edit_button { font-size: 12px; cursor: hand; height: 22px; }
button.pic_toggle_button { font-size: 12px; cursor: hand; width: 100px; height: 22px; }
button.picture_button { font-size: 12px; cursor: hand; height: 22px; }
button.password_button { width: 31px; font-size: 10px; height: 22px; cursor: hand; }
button.password_display_toggle { font-size: 11px; }
button.color_button { width: 68px; font-size: 10px; cursor: hand; }

div#invLogin_form {
	width: 250px;
	height: 160px;
	border: 1px solid black;
	background-color: white;
    margin-bottom: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 0 0 15 5;
	cursor: hand;
}

form[name="invLogin_form"] {
	position: relative;
	top: 26px;
	left: 22px;
}

form[name="invLogin_form"] input, form[name="invLogin_form"] select {
	width: 200px;
	font-style: italic;
	margin-bottom: 7px;
}

div#passReset_form {
	width: 250px;
	height: 160px;
	border: 1px solid black;
	background-color: white;
    margin-bottom: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 0 0 15 5;
	cursor: hand;
}

div#passReset_form div {
	width: 210px;
	padding-bottom: 10px;
}

form[name="passReset_form"] {
	position: relative;
	top: 26px;
	left: 22px;
}

form[name="passReset_form"] input, form[name="passReset_form"] select {
	width: 200px;
	font-style: italic;
	margin-bottom: 7px;
}
div#menu {
	margin-bottom: 10px;
}

div#menu button {
	margin-right: 10px;
	width: 100px;
	height: 30px;
	font-size: 16px;
}

div#kli input {
	width: 14px;
	float: left;
}

div#kli div {
	width: 120px;
	height: 26px;
	font-style: italic;
	font-size: 10px;
    padding-top: 4px;
}

.sms_fields {
	display: none;
}

ul#purch_results {
	list-style-type: none;
	padding: 7px;
}

ul#purch_results li {
	margin-bottom: 5px;
}

div#purch {
    background: rgb(255,255,255);
    border: 1px solid black;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 15 5;
    width: 715px;
}
div#purchase { margin-left: 10px; }
div.pagination { margin-bottom: 10px;}

.loader {
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url("pizzamansprinter.com/cowboys_contacts/images/Preloader_2.gif");
	background-attachment: fixed;
	background-position: center; 
}
.loader::after {
	content: 'Loading...';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	color: white;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sms_message_field {
	min-width:300px;
	min-height: 70px;
}

ul#sms_results {
	list-style-type: none;
	padding: 7px;
	max-width: 375px;
}

ul#sms_results li {
	margin-bottom: 20px;
}

div.smsHeader {
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 0 5px;
}
div.cust_clicks_remaining {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
span.clicks_threshhold_1 {
	color: inherit;
}
div#company_name {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
}

div#customer_form {
	text-align: center;
}

div.pagination { margin-bottom: 10px; text-align: center;}

.low_click_alert {
	text-align: center;
}

.cust_clicks_remaining_number {
	text-align:center;
	font-size:80px;
}
.noshow { display: none;}

div#special_results { float: left; padding-right: 10px; width: 660px;}
div#special_forms { float: left; width: 43%; }
div.db_results_container table col#special_name_col { width: 165px; }
div.db_results_container table col#special_description_col { width: 320px; }
div.db_results_container table col#special_buttons { width: 200px; }
div.db_results_container.specials { width: 635px; }

.special_description { width: 167px; }

.select2-selection__rendered { font-weight: bold; }

table col#menu_pricing_col1 { width: 176px; }
table col#menu_pricing_col2 { width: 175px; }
table col#menu_pricing_col3 { width: 200px; }
table col#menu_pricing_col4 { width: 170px; }


table col#menu_inv_col_companyname { width: 200px; background: rgb(235,235,235); }
table col#menu_inv_col1 { width: 100px; }
table col#menu_inv_col2 { width: 100px; }
table col#menu_inv_col3 { width: 100px; background: rgb(235,235,235); }
table col#menu_inv_col4 { width: 100px; }
table col#menu_inv_col5 { width: 100px; }
table col#menu_inv_col6 { width: 100px; }

/* GRAPHIC/MAILING CHOICE DIVs */
div.graphic_choices, div.mailing_choices {
	padding: 5px;
    border: 3px double black;
    margin-bottom: 3px;
	/*opacity: .5;*/
}
div.graphic_choices.selected, div.mailing_choices.selected {
	border: 6px double rgb(167, 60, 60);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(214, 18, 18, 0.6);
	/*opacity: 1;*/
}
/* END graphic/mailing choice divs */

#step2, #step3, #submit_button {
	/*display: none;*/
}

#step3 {
	min-height: 337px;
}

.step_containers {
	/*float: left;*/
    min-width: 27%;
    margin: 20px;
}

#remaining_display {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
}

div.menu_results_container {
	border: 1px solid black;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 15 5;
    width: 100%;
	display: inline-block;
	background: rgb(255,255,255);
}

div.menu_inv_results_container {
	border: 1px solid black;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 15 5;
    width: 90%;
	display: inline-block;
	background: rgb(255,255,255);
}

table#menu_results {
	border-spacing: 0px;
	margin-left: 10px;
}

table#menu_results td {
	padding: 5px;
}

table#menu_results th.header.c {
	background-color: inherit;
	text-align: center;
	font-size: 10px;
}

.menus_yes { background-color: darkgreen; color: lightgreen; border-color: green; }
.menus_no { background-color: darkred; color: red; border-color: maroon; }

.choice_header {
	display: block;
	font-weight: bold;
}

#graphic_choice_new_menu:hover, #graphic_choice_existing_menu:hover, #mailing_choice_absolute_addressing:hover, #mailing_choice_eddm:hover, #mailing_choice_noaddressing:hover {
	opacity: 1;
}

#itemized_summary {
	margin-top: 20px;
}

#itemized_summary table {
	font-size: 16px;
	width: 100%;
}
#itemized_summary table tr td:nth-child(2) {
	text-align: center;
}
div.vr_tag {
	display: inline-block;
    float: left;
	width: 20px;
	height: 490px;
	border-left: 3px double black;
}
tr.itemized_spacer {
	height: 40px;
}
tr#itemized_summary_row td {
	border-top: 1px solid black;
}

#tool_tip_box {
	display: none;
	width: 500px;
	min-height: 150px;
	border: 2px solid black;
	border-radius: 5px;
	background-color: white;
	padding: 10px;
	position: absolute;
	top: 50px;
	left: 25px;
}

#info_div {
	margin-bottom: 20px;
    display: inline-block;
}

#info_div.sticky {
	/*position: absolute;*/
	/*top: 0px;*/
}

#contact_info {
	width: 400px;
	height: 170px;
	border: 2px solid black;
	border-radius: 5px;
	background-color: white;
	padding: 10px;
	float: left;
	margin-left: 20px;
}

#tool_tip_info {
	width: 500px;
	height: 170px;
	border: 2px solid black;
	border-radius: 5px;
	background-color: white;
	padding: 10px;
	float: left;
    margin-left: 100px;
	overflow: auto;
}

#tool_tip_box.rightside {
	left: 325px;
}

#tool_tip_box.active {
	display: block !important;
}

#inv_form {
	margin: 0px;
	padding: 0px;
}

/* fdasjkfshufshafushafuiashj;uifjhuasjfira;ojfior;a */
/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.menu_results_container {
	clear: both;
	border: 1px solid #963;
	/*height: 555px;*/
	/*overflow: auto;*/
	width: 90%;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.menu_results_container {
	overflow: hidden;
	width: 90%;
}

/* define width of table. IE browsers only                 */
div.menu_results_container table {
	float: left;
	width: 90%;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.menu_results_container table {
	width: 1074px;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	/*height: 526px;*/
	/*overflow: auto;*/
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px
}

#tool_tip_info h3 {
	margin-block-start: 0px;
}

/* MODAL POPUP MENUS */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  min-height: 200px;
  display: flow-root;
}

.modal-content.eo {
	margin: 5% auto;
}

/* The Close Button */
.modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content ol li {
    padding: 20px;
    margin: 10px 0px;
    background: #DDD;
	cursor: pointer;
	width: 90%;
}

.edit_order {
	cursor: pointer;
}

.prohib {
	color: red;
	font-weight: bold;
}

span.distro_completed {
	border: 1px solid black;
	padding: 3px;
}

.new_menu_order_buttons {
	width: 250px;
	margin-bottom: 10px;
}

tr.detailsRows td div {
    /* width: 45%; */
	display: table-cell;
    margin: 10px;
}

table col#dist_results_col1 { width: 40px; }
table col#dist_results_col2 { width: 80px; }
table col#dist_results_col3 { width: 80px; }
table col#dist_results_col4 { width: 80px; }
table col#dist_results_col5 { width: 80px; }
table col#dist_results_col6 { width: 140px; }

html>body tbody.distContent td + td {
    background: initial;
	width: 80px;
}

ol.history_list {
	margin: 0px;
	padding-left: 15px;
	width: 93%;
}

ol.history_list li {
	padding-bottom: 5px;
}

span.hist_ts {
	font-weight: bold;
}
span.hist_output  {
	/*t*/
}

table col#print_order_col1 { width: 60px; }
table col#print_order_col2 { width: 150px; background: rgb(235,235,235); }
table col#print_order_col3 { width: 150px; }
table col#print_order_col4 { width: 100px; }
table col#print_order_col5 { width: 100px; }
table col#print_order_col6 { width: 100px; }

table col#print_order_col7 { width: 100px; }
table col#print_order_col8 { width: 100px; }
table col#print_order_col9 { width: 100px; }
table col#print_order_col10 { width: 100px; }
table col#print_order_col11 { width: 100px; }
table col#print_order_col12 { width: 100px; }
table col#print_order_col13 { width: 100px; }
table col#print_order_col14 { width: 100px; }
table col#print_order_col15 { width: 100px; }
table col#print_order_col16 { width: 100px; }
table col#print_order_col17 { width: 100px; }
table col#print_order_col18 { width: 100px; }
table col#print_order_col19 { width: 100px; }
table col#print_order_col20 { width: 100px; }
table col#print_order_col21 { width: 100px; }
table col#print_order_col22 { width: 100px; }
table col#print_order_col23 { width: 100px; }

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td { width: 60px; }
html>body tbody.scrollContent td + td { width: 150px; background: rgb(235,235,235); }
html>body tbody.scrollContent td + td + td { width: 150px; background: rgb(255,255,255); }
html>body tbody.scrollContent td + td + td + td { width: 100px; }
html>body tbody.scrollContent td + td + td + td + td { width: 100px; }
html>body tbody.scrollContent td + td + td + td + td + td { width: 100px; }
html>body tbody.scrollContent td + td + td + td + td + td + td { width: 100px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td { width: 100px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td { width: 100px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td { width: 100px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td { width: 100px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td { width: 100px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td + td { width: 135px; }

html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td + td + td { width: 135px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td + td + td + td { width: 135px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td { width: 135px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td { width: 135px; }

.header.c {
	text-align: center;
}

table#job_blotter tr td {
	height: 34px;
	min-height: 34px;
}

input:-moz-read-only { /* For Firefox */
	background-color: #ffa3a3;
}

input:read-only { 
	background-color: #ffa3a3;
}

span.cn_header_label {
    font-size: 22px;
    font-weight: bold;
	text-decoration: underline;
}

#itemized_summary {
	margin-top: 20px;
}

#itemized_summary table {
	font-size: 16px;
	width: 100%;
}
#itemized_summary table tr td:nth-child(2) {
	text-align: center;
}
div.vr_tag {
	display: inline-block;
    float: left;
	width: 20px;
	height: 490px;
	border-left: 3px double black;
}
tr.itemized_spacer {
	height: 40px;
}
tr#itemized_summary_row td {
	border-top: 1px solid black;
}

table#salesHistory tr td, table#currentCalculation tr td, table#summaryTotal tr td {
	width: 100px;
}

.price_summary_fees {
	font-size: 10px;
}

textarea.preorder_notes {
	width: 475px;
    height: 130px;
	outline: none;
	resize: none;
}

div#error_msg.messages {
	cursor: pointer;
	position: initial;
	width: initial;
	height: initial;
	min-width: initial;
	min-height: initial;
	background-color: rgb(255,80,100);
	border: 5px solid rgb(0,0,0);
	top: 60;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
	padding: 15px;
	z-index: 100;
}

table#msg_table { border-spacing: 2px 10px; }
table#msg_table tr td { background-color: white; }
table#msg_table.phistory { border-spacing: 0px; }
table#msg_table.phistory tr td { background-color: white; }
table#msg_table.phistory tr.phistory_spacer { height: 3px; }

table col#messages_date { width: 100px; }
table col#messages_col1 { width: 500px; }
table col#messages_col2 { width: 100px; }
table col#messages_col3 { width: 100px; }

table col#messages_hist_col1 { width: 100px; }
table col#messages_hist_col2 { width: 400px; }
table col#messages_hist_col3 { width: 100px; }

table#msg_table.phistory col#messages_col1 { width: 80%; }
table#msg_table.phistory col#messages_col2 { width: 20%; }

.aa_buttons {
	font-size: 11px;
	float: left;
	padding: 0px 3px;
	background-color: #efffdf;
}

textarea.msg_text {
	outline: none;
	resize: none;
	min-height: 87px;
	height: initial !important;
}

.msg_buttons {
	min-width: 82px;
}

div.graphics_reviews {
	/**/
}

div.graphics_reviews a {
	font-size: 20px;
	text-decoration: initial;
}

.graphics_date_label, .printer_start_date_label, .printer_end_date_label {
	width: 110px;
	font-size: 10px;
}

.graphics_dots {
	padding-right: 3px;
}

label.checkbox_label { padding-left: 15px; text-indent: -15px; }
label.checkbox_label input { width: 13px; height: 13px; padding: 0; margin:0; vertical-align: bottom; position: relative; top: -1px; *overflow: hidden; }

.graphics_in { background-color: #ff4d4d !important; }
.graphics_out { background-color: lightgreen !important; }

.green { color: lightgreen !important; }
.red { color: #ff4d4d !important; }

ul.menu2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #963737;
}

ul.menu2 li {
  float: left;
  width: 161px;
}

ul.menu2 li a, .dropbtn {
  display: block;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
ul.menu2 li a:hover, .dropdown:hover .dropbtn {
  background-color: #D27900;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #963737;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

div#close_unread_msgs {
	cursor: pointer;
	position: absolute;
    right: 20px;
    top: 20px;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

tr.hl_msg td {
	font-weight: bold;
	background-color: #E4FFDE !important;
	border: 2px solid #963737;
}

/* recent */

.open_orders {
	/*border: 5px solid #e04c4c;*/
	/*border-radius: 15px;*/
	padding-bottom: 15px;
}

.past_orders {
	/*border: 5px solid #a1caa1;*/
	/*border-radius: 15px;*/
	padding-bottom: 15px;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	transform:scale(0.9);
	transform-origin: 0% 0%;
}

.past_orders_spacer {
	
}

span.meal_orders_time_output { font-size: 18px; font-weight: bold; }
span.meal_orders_date_output { font-size: 10px; }

tr.time_limit_exceeded { background-color: rgb(255, 190, 190); }
table#orderDetails tr.time_limit_exceeded td { border: 1px solid red; }
tr.food_ready { background-color: rgb(245,245,100); }
tr.order_closed { background-color: rgb(245,245,245); }

.cooked_button { color: green; }
.delivery_button { color: green; }
.undo { color: red; }
.cooked_button.fr_done { color: green; }
.delivery_button.delivery_done { color: green; }

div.copy_add_button {
    width: 65px;
    text-align: center;
    float: right;
}

table.blotter_table tr:not(:last-child) td {
	border-bottom: 3px solid black;
}

div.color_legend { clear: right; }
#color_legend_food_ready {
	width: 40px;
	height: 22px;
	background-color: rgb(245,245,100);
	display: inline-block;
}

#color_legend_time_exceeded {
	width: 40px;
	height: 22px;
	background-color: rgb(255, 190, 190);
	display: inline-block;
}

img.shop_logo {
	width: 300px;
    display: block;
    margin-bottom: 15px;
}

ul.store_hours {
	list-style: none;	
}

#cc_logo {
	float: right;
}
#cc_logo img {
	width: 500px;
}