@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);
}

div#error_msg, div#status_msg {
	cursor: pointer;
	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: 100;
}

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(235,235,235); }

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;
	display: inline-block;
}

div.db_results_container.prod_inventory { width: 650px; }

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: 308px; }
div.db_results_container table col#password_col { width: 330px; }

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; width: 740px;} /*padding-right: 10px;*/
div#results.nofloat { float: initial; padding-right: 10px; width: 740px;}
div#forms { float: left; width: 282px; }
#return_button { float: right; margin-right: 18px; margin-bottom: 15px; }

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;}

table.key_sms_status { max-width: 400px; min-width: 325px; margin-left: 0px !important; }
table.key_sms_status td { text-align: center; font-weight: bold; font-size: 30px !important; }
table.key_sms_status th.header { text-align: center; }

div.buttons {
	float: right;
	min-width: 250px;
	margin-top: 10px;
    margin-right: 23px;
}

div.db_wrapper {
	max-width: 400;
	display: inline-block;
}

div.buttons a, div.buttons button {
	font-weight: bold;
	display: inline-block;
    margin-bottom: 7px;
	width: 215px;
}

div.domainHeader {
	max-width: 437px;
}


/* Product Stuff */
div#prod_results { float: left; /*padding-right: 10px;*/ width: 660px;}
div#shop_summary_results { float: left; /*padding-right: 10px;*/ }
div#prod_forms { float: left; width: 282px; }

div#prod_inv_form {
	border: 1px solid black;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 0px 15px 5px;
    width: 715px;
	background: rgb(255,255,255);
}

div.db_results_container table col#prod_name_col { width: 165px; }
div.db_results_container table col#prod_description_col { width: 400px; }
div.db_results_container table col#prod_buttons { width: 200px; }

div.db_results_container.prod_inventory table col#prod_name_col { width: 141px; }
div.db_results_container.prod_inventory table col#prod_description_col { width: 378px; }
div.db_results_container.prod_inventory table col#prod_buttons { width: 119px; }

#edit_container { padding-bottom: 10px; font-weight: bold; width: 380px; }

table#prod_inv_form input.text { min-width: 300px; }
table#prod_inv_form textarea { min-width: 300px; }
table#prod_inv_form select { min-width: 300px !important; }
input.option_pricing { min-width: 75px !important; width: 75px; }

div#meal_size_pricing_options ul,
div.cust_pricing ul,
ul.meal_size {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 2px;
}

.meal_size_price, .cust_price {
	width: 50px;
}

.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;
}

input.frontend_labels, input.default_prices { width: 75px; }
ul.meal_size { background: rgb(240,240,240); }
ul.meal_size li label { min-width: 110px; display: inline-block; }
ul.meal_size li {
	padding: 5px 0px;
}
table#prod_inv_form { border: 2px solid black; }

/* Default Option Selection checkboxes */
.cust_price_cb {
	margin-right: 0px;
}


.opt_sect_spacer { height: 8px; }
/*tr.opts_lasttr td { border-bottom: 2px solid black; padding: 0px; }*/
tr.opt_spacer_t td { border-top: 2px solid black; padding: 0px; }
tr.opt_spacer_b td { border-bottom: 2px solid black; padding: 0px; }

tr.product_spacer td { height: 10px; border-top: 2px solid black; padding: 0px; }

table#db_results_pizza tr.odd_row td { background-color: rbg(255,255,255); }
table#db_results_pizza tr.even_row td { background-color: rbg(235,235,235); }

/*td.buttons { text-align: center; }*/
td.buttons button { font-size: 18px; }
td.buttons button :hover { font-weight: bold; }

table#orderDetails {
	width: 98%;
	margin: auto;
	border-spacing: 0px;
}
table#orderDetails tr td {
	border: 1px solid white;
}
tr#total_row td:first-child {
	border: 0px !important;
}
tr#total_row.whitetop {
	border: 0px;
}
tr#total_row.whitetop td:first-child {
	border-top: 1px solid white !important;
}

div#error_msg ol {
	margin-left: 20px;
}
div#error_msg ol li {
	font-size: 18px;
}

div#prod_header {
	width: 740px;
	margin-bottom: 0px;
}
.company_name { width: 788px; display: inline-block; }
.status_switch_label { width: auto; display: inline-block; }
.status_switch_containter { width: 66px; display: inline-block; position: relative; top: 10px; }

/* The switch - the box around the slider */
.status_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.status_switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #a73c3c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #a73c3c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

table#orderDetails col#row_num_col { width: 40px; }
table#orderDetails col#quantity_col { width: 40px; }
table#orderDetails col#size_col { width: 100px; }
table#orderDetails col#cat_col { width: 100px; }
table#orderDetails col#product_col { width: auto; }
table#orderDetails col#price_col { width: 70px; }
table#orderDetails col#toppings_price_col { width: 70px; }
table#orderDetails col#subtotal_col { width: 70px; }

.spacerRow, .spacerRow td { height: 4px; }

tr.spacerRow_20 { height: 20px; }



.row_num {
	font-size: 20px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

div#sms_recip_container {
	display: inline-block;
}
div#sms_recip_container ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 2px;
}
div#sms_recip_container ol li {
	padding: 2px 0px;
}
div#sms_recip_container ol li div {
	display: inline-block;
}
div#sms_recip_container ol li div:first-child {
	width: 190px;
}
div#sms_recip_container ol li div:nth-child(2) {
	width: 20px;
}

div.whitebox_container {
	float: left;
	padding-right: 10px;
	width: 740px;
	border: 1px solid black;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 0px 15px 5px;
    width: 715px;
	background: rgb(255,255,255);
}
/*div#ingredients_results { float: left; padding-right: 10px; width: 740px;}
div#ingredients_form { float: left; padding-right: 10px; width: 740px;}*/

span.ingredient_option input[type='text'], span.ingredient_option select {
	padding: 5px 5px !important;
}
input.ingredient_name{
	width: 150px;
}
input.ingredient_sizes{
	width: 250px;
}
span.price_fields input {
	width: 70px !important;
	height: 15px;
	font-size: 16px;
	font-style: italic;
}
span.new_price_fields input {
	width: 70px !important;
	height: 15px;
	font-size: 11px;
	font-style: italic;
}

div#ingredients_options > span {
	padding: 3px 0;
    display: block;
}

hr.sep {
	display: block;
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 6px;
}

div#ingredients_options .status_switch_label { width: auto; display: inline-block; }
div#ingredients_options .status_switch_containter { width: 66px; display: inline-block; position: relative; top: 10px; }

/* The switch - the box around the slider */
div#ingredients_options .status_switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 29px;
}

/* Hide default HTML checkbox */
div#ingredients_options .status_switch input {display:none;}

/* The slider */
div#ingredients_options .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

div#ingredients_options .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

div#ingredients_options input:checked + .slider {
  background-color: #a73c3c;
}

div#ingredients_options input:focus + .slider {
  box-shadow: 0 0 1px #a73c3c;
}

div#ingredients_options input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}

/* Rounded sliders */
div#ingredients_options .slider.round {
  border-radius: 34px;
}

div#ingredients_options .slider.round:before {
  border-radius: 50%;
}

div#ingredients_options .ingredients_delete i {
	font-size: 26px;
	vertical-align: middle;
}
div#ingredients_options .ingredients_clone i {
	font-size: 20px;
	vertical-align: middle;
}

div.prices_loader {
	background: url(/cowboys_contacts/images/Preloader_2.gif) center center #ffffff;
    opacity: 0.8;
    position: absolute;
	width: 100%;
	min-width: 200px;
	max-width: 400px;
	height: 29px;
	display: none;
}
.show_loader { display: block !important;}

div.ingredients_loader {
	background: url(/cowboys_contacts/images/Preloader_3.gif) center center #FFF;
	background-repeat: no-repeat;
    opacity: 0.8;
	width: 100%;
	height: 100%;
    position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000;
}
.show_loader { display: block !important;}

div#ingredients_options table td:first-child { width: 25px; }
div#ingredients_options table td:nth-child(3) { 
	width: 87%;
	text-align: right;
}
div#ingredients_options table td:nth-child(3) select {
	padding: 5px 5px !important;
}
div#ingredients_options table td:nth-child(3) img {
	vertical-align: middle;
}

div.no_records_found {
	width: 100%;
	text-align: center;
}

.nav_links {
	max-width: 110px;
    display: inline-block;
}

div#pagina_nav {
    padding: 10px;
}
div#orders_search_form {
    padding: 10px;
}

div#special_container {
	border: 1px solid black;
	background: url("../images/chalkboard_500x333_50opac.jpg");
	font-size: 18px;
}

input.specials.products {
	width: 35px;
}

span.specials.added {
	font-weight: bold;
	text-decoration: underline;
}
#special_container ol {
	/*list-style-type: none;*/
}
#special_container ol li { padding-bottom: 10px; }
#lifetime_tr_1, #lifetime_tr_2, #lifetime_tr_3 { width: 20px; height: 20px; }

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: 100px; }
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: 145px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td + td { width: 145px; }

html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td + td + td { width: 145px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td + td + td + td { width: 145px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td { width: 145px; }
html>body tbody.scrollContent td + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td + td { width: 145px; }

.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["type=field"]:read-only { 
	background-color: #ffa3a3;
}

.cn_header_label {
	font-weight: bold;
}

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#preorder_job_blotter tr td {
    height: 34px;
    min-height: 34px;
}

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;
}

textarea.preorder_notes {
	width: 475px;
    height: 130px;
	outline: none;
	resize: none;
}

th.sticky-header {
  position: sticky;
  top: 0;
  z-index: 10;
  /*To not have transparent background.
  background-color: white;*/
}

/* MESSAGES CSS	*/
tr.preorder td {
	background: repeating-linear-gradient(
	  -55deg,
	  #efefef,
	  #f2f2f2 10px,
	  #f3f3f3 10px,
	  #e3e3e3 20px
	) !important;
}

table#salesHistory tr td, table#currentCalculation tr td, table#summaryTotal tr td {
	width: 100px;
}

.price_summary_fees {
	font-size: 10px;
}

.cb_label {
	font-size: 10px;
	color: red;
}

div.graphics_reviews {
	/**/
}

div.graphics_reviews a {
	font-size: 20px;
	text-decoration: initial;
}

.graphics_date_label, .printer_start_date_label, .printer_end_date_label, .distro_date_label {
	width: 110px;
	font-size: 10px;
}

.graphics_dots {
	padding-right: 3px;
}

.distro_date_button {
	font-size: 11px;
	font-weight: bold;
}

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; }

.has_unread_msgs {
	font-size: 20px;
	color: red;
}

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;
}

td.hl_td {
	background-color: #E4FFDE !important;
}

.blotter_bold {
	font-weight: bold;
	font-size: 16px;
	color: #009200;
	text-shadow: 2px 2px 8px #FFF;
}

.no_toppings_span {
	color: red;
}

.toppings_row {
	font-size: 12px;
	font-weight: bold;
}

tr.toppings_row span {
	font-size: 14px;
	color: #009200;
	text-shadow: 2px 2px 8px #FFF;
}

#db_contents.blotter_container {
	font: 1.5rem 'LeagueMonoVariable', sans-serif;
}

.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; }
.cancel_order_button { color: red; }
.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;
}

#past_limit {
	float: right;
}

#countdown { display: inline-block; }

table#shop_summary_table { min-width: 1600px; }
table#shop_summary_table tr td {
    background: #FFF;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #CCC;
    border-top: 1px solid #DDD;
    padding: 2px 3px 3px 4px;
	font-size: 16px;
}
tr.struck td, div.struck { text-decoration: line-through; }
tr.bad_order td, div.bad_order { text-decoration: line-through; }
tr.needs_attention td.customer_cell, div.needs_attention { color: red; }
/*tr.cancelled_order td.customer_cell, div.cancelled_order { background-color: yellow !important; }*/
tr.cancelled_order td.customer_cell, div.cancelled_order { text-decoration: line-through; }
div#shop_summary_legend_container, div#shop_summary_legend_container div {
	border: 1px solid black;
	display: inline-block;
    padding: 5px;
}
div#shop_summary_legend_container {
	border: 1px solid black;
    padding: 10px;
    background-color: white;
}

.undiscounted_price { /*font-size: smaller;*/ text-decoration: line-through; }
.discount_value { font-size: smaller; }
.discounted_price { text-decoration: underline; }
