@charset "UTF-8";
@import "./lz_scaffolding.css";
@import "./lz_header_menu.css";
@import "./lz_footer.css";


/* CSS Document */

/* I want to remove this declaration as soon as humanly possible / unfortunately removing it breaks more complex pages -orion */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 10px;
}

body {
  margin:0;
  color:var(--body-text);
  background-color:var(--body_bg);

  /* I didn't replace this declaration with Sofia Pro because it was messing up the text editor. left for later -orion  */
  font-family:'Arial', 'Helvetica', sans-serif;
}

::-webkit-input-placeholder,/* Chrome; Safari */
:-ms-input-placeholder,     /* IE 10+ */
:-moz-placeholder,          /* Firefox 18- */
::-moz-placeholder {        /* Firefox 19+ */
	font-size: 11px;
}

:-moz-placeholder,      /* Firefox 18- */
::-moz-placeholder {    /* Firefox 19+ */
	opacity: 0.3;
}

p, li, td, blockquote, div {
}

p, li, td, blockquote {
	line-height: 1.6em;
	margin: 0 0 1.2em 0;
}
h1, h2, h3, h4, h5 {
	color: var(--body-text);
	margin-left: 0;
	padding-left: 0;
  	font-weight: normal;
	line-height: 1.1em;
}

h1 {
  	font-size: 24px;
}

h2 {
  	font-size: 20px;
}

h3 {
	font-size: 18px;
	margin-bottom: 4px;
}

h4 {
	font-size: 16px;
}

h1 span,
h2 span,
h3 span,
h1 div,
h2 div,
h3 div {
	font-size: inherit;
    color: inherit;
}

a {
  color:var(--cdtc-primary);
}

br.clear {
    clear: both;
    height: 3px;
}

span.radio_wrap {
    display: inline-block;
    color: inherit;
    font-size: inherit;
}


div[class*="header"] h3, div[class*="hdr"],
h3[class*="header"],
.lz_menu_style ul li,
.headerCol h3, .lz_listCellTH {
	background-color: var(--table_header_bg);
    color: var(--table_header_color);
}
.lz_listCellTH p,
.lz_listCellTH span {
    color: var(--table_header_color);
}
div[class*="header"] h3, div[class*="hdr"],
#lz_inner_wrapper,
#lz_alert_div, #lz_wait_div, #lz_confirm_div, #lz_params_div,
.lz_menu_style ul li, .headerCol h3,
.lz_border_color  {
	border-color: var(--primary_border_color);
}
#Prefs .pref_header span, #Clusters .cluster_arrow {
	color: #497285;
}
img[src*="btn_delete"] {
	cursor: pointer;
	width: 11px;
}
img.icon_add_new {
    cursor: pointer;
}
img[src*="icon_filters_reset"] {
    height: 24px;
    cursor: pointer;
}
.plus_icon {
    float: right;
    padding: 0.75rem 0;
    cursor: pointer;
}
.plus_icon i{
    color: var(--btn_primary_action);
}
div.add_new_icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background: transparent url(/lz/lz_img/icon_add_new_64.png) no-repeat;
    background-size: 20px;
    cursor: pointer;
}
div.add_new_icon:hover {
    background-image: url(/lz/lz_img/icon_add_new_hover_64.png);
}

div.remove_icon {
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: middle;
    background: transparent url(/lz/lz_img/icon_delete_30.png) no-repeat;
    background-size: 14px;
    cursor: pointer;
}
div.remove_icon:hover {
    background-image: url(/lz/lz_img/icon_delete_hover_30.png);
}

*.beta {
	background-image: url(/lz_img/beta_icon.png) !important;
	background-repeat: no-repeat !important;
	background-position: 14px !important;
	background-size: 20px 20px !important;
    min-width: 34px;
    min-height: 20px;
}

/*
** class styles follow
**
*/

.lz_label {

}

.lz_infobox {
	width: 45px;
	margin-left: 3px;
	text-align: right;
	font-size: 11px;
	font-weight: 600;
	color: #2F4F4F;
	border-style: none;
}

.lz_textbox, .lz_bucksbox, .lz_dropdown, .lz_qtybox {
	font-size: 9px;
	color: #333333;
/*
	-moz-transition: background 0.2s linear 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
}
.lz_textbox:focus, .lz_bucksbox:focus, .lz_dropdown:focus, .lz_qtybox:focus {
	border-color: #77BAD9;
	color: #333333;
	outline: 0 none;
}
.lz_textbox:focus, .lz_bucksbox:focus, .lz_qtybox:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(119, 186, 217, 0.6);
}
.lz_textbox, .lz_bucksbox, .lz_infobox, .lz_dropdown, .lz_qtybox {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
}

.lz_bucksbox {
  	text-align: right;
}

.lz_qtybox {
    width: 30px;
	border: 1px solid gray;
	text-align: right;
	padding-right: 4px;
}

/* phone_group classes */
.lz_textbox.phone_group.phone_num {
    width: 12rem;
    margin-right: 3px !important;
}
.lz_textbox.phone_group.phone_ext {
    width: 3rem;
    margin-right: 5px !important;
}
.lz_dropdown.phone_group.phone_type {
    width: 6.5rem;
}

/* name_group names (first / last) */
.lz_textbox.name_group {
    width: 12rem;
}

param.las {
    font-size: 18px;
    vertical-align: middle;
}
input.do_not_call {

}
img[src*="do_not_call_40.png"] {
    height: 16px;
    width: 16px;
    vertical-align: text-bottom;
    cursor: pointer;
}

.lz_bucksbox.pct {
	width: 3.5em;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.lz_wrapped_label.centered {
    text-align: center;
}

/*** lz_infoPopup ***/

.lz_infoPopup {
	display: none;
	position: absolute;
	width: 300px;
	border: 2px solid rgb(14, 84, 107);
	border-radius: 6px;
	background-color: #FDFDFD;
	padding: 15px;
	font-size: 11px;
	line-height: 1.5em;
	color: #666666;
	z-index: 9999;
}
.lz_infoPopup p, .lz_infoPopup li, .lz_infoPopup td, .lz_infoPopup th, .lz_infoPopup ul {
	font-size: 11px;
	line-height: 1.5em;
	color: #666666;
	margin-top: 0.3em;
}
.lz_infoPopup h4 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	}
.lz_infoSpan {
	border-bottom: 1px dashed #444;
}


/* help popup */
*[help] {
    cursor: help;
}

*[help]:hover:after,
.lz_div_help_info {
    border: 2px solid var(--primary_border_color);
    background-color: #FAFAFA;
    width: 200px;
    padding: 8px 13px;
    text-align: left;
    font-size: 11px;
    position: fixed;
    line-height: 1.5em;
    margin-top: 2px;
    z-index: 10000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 2px 3px 3px #ccc;
    -webkit-box-shadow: 1px 2px 3px 3px #ccc;
    box-shadow: 1px 2px 3px 3px #ccc;
}

*[help]:hover:after {
    content: attr(help);
    position: absolute;
    left: 5px;
    top: 1.1em;
    width: inherit;
    max-width: 450px;
}

.lz_div_help_info {
    display: none;
}

.lz_quickhelp_bullet {
	display: inline !important;
	padding: 2px 4px 1px !important;
	margin-left: 4px !important;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #FFFFFF !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 6px !important;
	background-color: #497285;
	vertical-align: top;
}

.lz_quickhelp_standard {
	background: url("/lz/lz_img/icon_help_diagonal.png") no-repeat scroll left top #F7F7F7;
}

.lz_quickhelp_checkbox {
    cursor: help;
	/*outline: 1px dotted #497285;*/
}

.lz_quickhelp_radio {
	border-bottom: 1px dotted var(--primary_border_color);
}

div.closeButtonX {
    float: right;
    position: relative;
    padding: 0.25em 0.75em;
    color: var(--close_icon_color);
    font-size:16px;
    line-height: 1;
    cursor: pointer;
}

div.closeButtonX::after {
    content: '\f00d';
    font-family: "Font Awesome 6 Pro",sans-serif;
    font: var(--fa-font-regular);
}

div.closeButtonX:hover {
    color: var(--close_icon_color_hover);
}

div.closeButtonX.dark_bg {
    color: #dedede;
}

div.closeButtonX.dark_bg:hover {
    color: #fff;
}

/*** lz_listTableContainer etc ***/

#lz_listTableContainer {
    border: 1px solid #555555;
    border-collapse: collapse;
    border-radius: 4px 4px 0 0;
    margin: 20px 0 0 50px;
    overflow: hidden;
    position: relative;
}
#lz_listTableContainer .tableInner, .lz_tableInner {
	width: 100%;
	overflow: auto;
}
#lz_listTableContainer table {
	width: 100%;
	margin: 0 0 0 -1px;
	border-collapse: collapse;
}
#lz_listTableContainer thead {
	position: absolute;
	top: 0;
}

#lz_listTableContainer tr p {
	position: absolute;
	top: 0;
	padding: 12px 0 0 0;
	font-size: inherit;
	/*
	line-height: inherit;
	height: inherit;
	*/
	text-align: inherit;
	width: inherit;
	background-color: transparent;
}
#lz_listTableContainer .lz_listCellTH, .lz_listCellTH {
	font-size: 11px;
	font-weight: normal;
	/*background-color: #E9F9E8;*/
	padding: 5px 3px 5px 3px;
	border-width: 0 0 1px;
	border-style: none none solid;
}
.lz_listCellTD {
	font-size: 10px;
	color: #333333;
	padding: 3px 3px 4px 3px;
	vertical-align: top;
}

#lz_listTableContainer .cell_last, .lz_cell_last {
	padding-right: 20px;
}
#lz_listTableContainer .lz_listCellTH.cell_last_th, .lz_cell_last_th {
	padding-right: 35px;
}
#lz_listTable tr {
	cursor: pointer;
}

.lz_listRowEven, .lz_listRow.even {
	background-color: #FFFFFF;
}

.lz_listRowOdd, .lz_listRow.odd {
	background-color:#F8F8F8;
}

.lz_listRowEvenHighlit, .lz_listRowOddHighlit, .lz_listRow.Highlit, .Highlit {
	background-color: #E0F2F5;
}

.lz_listRowHeight {
	height: 33px;
}


/*** w2ui styling ***/
#grid_grid_columns div.w2ui-col-header {
	height:      40px !important;
	padding-top: 15px !important;
}
.w2ui-grid .w2ui-grid-body table .w2ui-head {
	background-image: none !important;
}
.w2ui-grid .w2ui-grid-body table td.w2ui-grid-data {
	padding: 3px 0 !important;
}
.w2ui-grid .w2ui-grid-toolbar,
.w2ui-grid .w2ui-grid-body .w2ui-grid-columns {
	background-color: var(--table_header_bg) !important;
    color: var(--table_header_color) !important;
	border-bottom: 1px solid #ddd !important;
	box-shadow: none !important;
}
.w2ui-grid .w2ui-grid-body table .w2ui-col-header {
    color: var(--table_header_color) !important;
}
.w2ui-grid .w2ui-grid-body table td,
.w2ui-grid .w2ui-grid-body table .w2ui-head {
	border: none !important;
}


/*** buttons ***/


.lz_btn_blue, .lz_btn_green, .lz_btn_red, .lz_btn_yellow {
    border: none;
    -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
    color: #FFFFFF;
    cursor: pointer;
	font-weight: normal;
	font-size: 8px;
    line-height: 1.8em;
	margin: 0 auto;
    outline-width: 0 !important;
    padding: 0.1em 1em 0.2em;
    text-align: center;
	text-decoration: none;
}
.lz_btn_blue:visited, .lz_btn_bright_blue:visited, .lz_btn_green:visited, .lz_btn_red:visited, .lz_btn_yellow:visited {
	outline-width: 0 !important;
}
.lz_btn_blue:hover, .lz_btn_bright_blue:hover, .lz_btn_green:hover, .lz_btn_red:hover, .lz_btn_yellow:hover {
    border: none;
	color: white;
	outline: none;
    /*padding: 0.1em 1em 0.2em;*/
}
.lz_btn_blue {
	/*background-color: #1C7CBF;*/
	background-color: var(--vs-blue-500);
}
.lz_btn_blue:hover {
	/*background-color: #2E9ACD;*/
	background-color: var(--btn_blue_hover);
}
.lz_btn_green {
	/*background-color: #398235;*/
	background-color: var(--vs-green-500);
}
.lz_btn_green:hover,
.lz_alerts_btn_green:hover {
	/*background-color: #459d40;*/
	background-color: var(--btn_green_hover);
}
.lz_btn_red,
.lz_alerts_btn_red {
	background-color: var(--vs-red-500);
}
.lz_btn_red:hover,
.lz_alerts_btn_red:hover {
	background-color: var(--btn_red_hover);
}
.lz_btn_yellow {
	background-color: #9b6826;
}
.lz_btn_yellow:hover {
	background-color: #d8d906;
}
.lz_btn_10, .lz_alerts_btn_10 {
	font-size: 1.2rem;
}
.lz_btn_14, .lz_alerts_btn_14 {
	font-size: 1.4rem;
	padding: 0.3rem 1.5rem .5rem;
}
button.add_new::before {
    content: "\f055";
    font-family: "Font Awesome 6 Pro",sans-serif;
    margin-right: 0.5em;
    font-size: 1.2em;
    vertical-align: middle;
}

.lz_btn_undo {
	cursor: pointer;
	padding-left: 5px;
	height: 8px;
}

.lz_btn_csv {
	float: right;
	right: 0;
	height: 20px;
}


/*** flex basics ***/
.flex_wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow-y: auto;
}
.flex_block {

}

/*** lz_editContainer styles ***/
#lz_editContainer {
    background-color: #FFFFFF;
    border: 3px solid var(--edit_window_border_color);
    border-radius: 12px;
    display: block;
    position: relative;
    min-height: 690px;
    width: 1130px;
    z-index: 100;
}
div[class*="header"] h3, div[class*="hdr"], h3[class*="header"] {
    /*border-radius: 8px 8px 0 0; /* linked to style ^above */
}

#lz_editContainer .lz_textbox, #lz_editContainer .lz_dropdown, #lz_editContainer .lz_pricebox, #lz_editContainer .lz_bucksbox, #lz_editContainer .lz_qtybox, #lz_editContainer textarea {
	border: 1px solid #E7E7E7;
	background-color: #FBFBFB;
	margin: 2px 0;
	padding: 0.6rem !important;
    font-size: 1.1rem !important;
}
#lz_editContainer .lz_bucksbox.pct {
	margin: 0 0.2em 0 0.5em;
}
#lz_editContainer .lz_textbox.date,
#lz_editContainer .lz_textbox.dob_fld {
    width: 7rem;
    text-align: center;
}
#lz_editContainerMask, #lz_advancedEditMask, #lz_alert_div_mask, #lz_wait_div_mask, #lz_confirm_div_mask, #lz_params_div_mask, .lz_mask {
	background: rgba(0,0,0,0.25);
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
    justify-content: center;
    align-items: center;
	display: none;
}
#lz_alert_div_mask, #lz_wait_div_mask, #lz_confirm_div_mask, #lz_params_div_mask {
	z-index: 999;
}
#lz_editContainer table {
	border-collapse: collapse;
	width: 100%;
}
.editUIheader {
    border-radius: 12px 12px 0 0;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 2px solid var(--primary_border_color);
	width: 100%;
	height: 50px;
}
div.editUIheader {
	display: block;
}
.editUIheader h1 {
	text-align: center;
	font-size: 18px;
	margin: 6px 0;
}
.editUIheader_btns {
	position: relative;
	width: inherit;
}
.editUIheader_btns .center_btns {
	display: inline;
}
.editUIheader_btns .left_btns {
	display: inline;
	left: 10%;
	position: absolute;
    z-index: 1;
}
.editUIheader_btns .right_btns {
	display: inline;
	right: 10%;
	position: absolute;
    z-index: 1;
}
#lz_editContainer .headerCol h3 {
	/*background-color: #E9F9E8;
    border-bottom: 1px solid #497285;
	*/
	border-width: 1px 0;
	border-style: solid;
	border-top-color: #E5EDE4;
    font-size: 13px;
    margin: 0;
    padding: 2px 0 3px 12px;
    text-align: left;
    width: 97%;
}
#lz_editContainer .headerCol {
    text-align: left;
	margin: 10px 0 5px;
    width: 100%;
}
#lz_editContainer .editLeftCol, #lz_editContainer .editRightCol {
	vertical-align: top;
}
#lz_editContainer .lz_btn_10 {
	display: inline;
	margin: 0 8px;
}
#lz_editContainer #saveBtn {
	display: none;
}
#lz_table, .lz_table {
	display: table;
}
.lz_tbl_title {
	text-align: center;
}

.lz_tbl_header {
    overflow: hidden;
    display: table;
}

.lz_tbl_footer {
	overflow: hidden;
	display: table-footer-group;
}
.lz_tbl_caption {
	display: table-caption;
	width: 100%;
}
@supports (-webkit-font-smoothing: antialiased) {
    /* chrome */
    div.lz_tbl_caption {
        display: block;
    }
}
.lz_tbl_caption.top_caption {
	margin-top: 0;
}
.lz_tbl_row, .lz_tbl_header_row {
	display: table-row;
}
.lz_tbl_header_row, .lz_tbl_header, .lz_tbl_caption {
    background-color: var(--table_header_bg);
    color: var(--table_header_color);
    border-bottom: 1px solid var(--table_header_border);
}
.lz_tbl_body {
	overflow-y: auto;
	overflow-x: hidden;
	display: table-row-group;
	position: absolute;
    width: inherit;
}
.lz_tbl_cell {
	display: table-cell;
	text-align: left;
	height: 28px;
	vertical-align: top;
}
.lz_tbl_leftCol {
	text-align: right;
	padding: 9px 3px 0;
	width: 100px;
}

.extendOptionsWrapper {
    display: inline-block;
}
.xoChooser {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(200,200,200,0.4);
    z-index: 100;
}
.xoChooser .innards {
    background-color: #fff;
    position: relative;
}
.xoChooser h4 {
    background-color: #333;
    padding: 15px 0;
    margin: 0 0 1em 0;
    color: #fff;
    text-align: center;
}
.xoChooser .inputs_wrapper {
    padding: 1rem 2rem 2rem;
    text-align: center;
}
#lz_editContainer .xoChooser .inputs_wrapper * {
    font-size: 1.6rem !important;
}
.xoChooser .lz_btn_10 {
    margin: 2rem auto;
}

/* RESPONSIVE editContainer styles */
@media all and (max-width: 790px) {
    #lz_editContainer {
        left: 0 !important;
        max-height: 95vh !important; /* force vertical scrolling */
        max-width: 100%; /* force horizontal scrolling */
        /*min-height: 100% !important;*/
        overflow: auto !important;
        top: 0 !important;
        z-index: 990; /* force in front of menu */
    }
}


/*****  lz_popup styles  *****/
.lz_popup_wrapper {
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.25);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.popup_contents {
    background-color: #fafafa;
    padding: 0 0 1em;
    font-size: 1.8rem;
    border-radius: 5px;
    position: fixed;
    max-width: 600px;
    margin: 0 auto;
}

.popup_title {
    display:          block;
    position:         relative;
    font-size:        2.6rem;
    text-align:       center;
    padding:          1em 0.5em;
    background-color: #232f3f;
    color:            #FFF;
    border-radius:    5px 5px 0 0;
    margin-bottom:    1em;
}
.popup_title span {
    font-size: inherit; /* makes sure the sub-titles are same size */
}

.popup_contents h3 {
    text-align: center;
    margin: 0 0 1em;
}

.popup_contents .closeButtonX {
    color: #fff;
    z-index: 1;
}
.popup_contents .lz_table {
    min-height: 200px;
    padding: 0 2em;
}

.popup_contents .lz_tbl_caption {
    font-size: 1.65rem;
    width: calc(100% - 4em);
    margin: 0 auto;
    padding-left: 0.5em;
}

.popup_contents .lz_label {
    padding: 0.5em 1em;
    font-size: 1.4rem;
    width: 5em;
    display: inline-block;
    text-align: right;
}
.popup_contents .lz_textbox,
.popup_contents .lz_bucksbox,
.popup_contents .lz_dropdown {
    font-size: 1.4rem;
    width: 25em;
}

#cancel_popup_body {
    overflow: auto;
    max-height: calc(100vh - 200px);
}

.popup_body {
    padding: 0 2em;
    font-size: 1.5rem;
}
.popup_body * {
    font-size: inherit;
    margin-bottom: 0.5em;
}
.popup_fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    max-width: 90%;
    margin: 0 auto;
}
.popup_body .lz_label,
.popup_body .lz_wrapped_label * {
    display: block;
    margin-left: 2em;
    margin-bottom: 0.2em;
}
.popup_body table {
    width: 95%;
}
.popup_body .indented {
    margin-left: 2em;
}
.popup_body .date {
    width: 9.5rem;
    text-align: center;
}
.popup_body textarea.lz_textbox {
    width: 100%;
}
.popup_body .s_int {
    width: 5rem;
    margin-right: 0.2rem;
}
.popup_btn {
    display: flex;
    justify-content: space-evenly;
}
.popup_btn .lz_btn_10 {
    font-size: 1.6rem;
    margin: 0.5em 0 1em;
}


/*** mini popup styles ***/
.mini_popup {
    z-index: 999996;
    display: none;
    position: relative;
    top: 2.6rem;      /* correct for association with an lz_btn_10 */
    width: max-content;
    background-color: #fff;
    text-align: left;
    border: 1px solid var(--vs-red-500);
    border-radius: 3px;
    box-shadow: 0 0 0 110vw rgba(0,0,0,0.15);
}
.mini_popup .mini_contents {
    line-height: 2.9em;
    padding: 0 2rem 1rem;
    font-size: 1.5rem;
}
.mini_popup h2 {
    background-color: #232f3f;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    max-height: 3.5rem;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}
.mini_contents span,
.mini_contents div {
    font-size: inherit;
    line-height: inherit;
}
.mini_popup h4 {
    margin-bottom: 0.5rem;
    line-height: 1.4em;
}
.mini_popup div.closeButtonX {
    top: 4px;
    right: 4px;
    color: #fff;
}
.mini_popup .btns {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
    margin-top: 0.8em;
}
.mini_popup .btns .lz_btn_10 {
    display: inline-block;
    width: 7em;
}



/***********************************
*****  POP-UP TAB-MENU STYLES  *****
***********************************/
#menuDiv	{
    position: absolute;
    border-width: 0 0 1px;
    border-style: solid;
    max-width: 95%;
    width: 95%;
}
#menuDiv ul {
    font-size: 14px;
    padding: 0 0 0 4px;
}
#menuDiv .menu_li, #menuDiv .menu_box	{
    float: left;
    display: inline;
    border: 1px solid var(--tab_menu_border);
    border-bottom: none;
    background-color: var(--tab_menu_bg_normal);
    color: var(--tab_menu_color_normal);
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    line-height: 16px;
    margin: 6px 2px 0;
    padding: 3px 14px;
    font-size: 0.8em;
    width: auto;
    /*min-width: calc(70% / 8);*/
    max-width: 150px;
}
#menuDiv .menu_box {
    background-color: var(--tab_menu_bg_active);
    color: var(--tab_menu_color_active);
    line-height: 22px;
    font-size: 0.9em;
    cursor: inherit;
    margin: 0 3px;
}
#menuDiv img {
    padding-left: 3px;
    vertical-align: bottom;
}


/***********************************
*****  SIDE FILTER DIV STYLES  *****
***********************************/
div.sideDiv {
    background-color: transparent;
    padding: 0;
    position: relative;
    width: 170px;
    float: right;
    text-align: left;
    z-index: 10;
    margin-right: 20px; /* make room for scrollbar */
}
div.sideDiv div:not(.lz_wrapped_label, .labels_wrapper) {
    background-color: var(--side_div_bg);
    border: 1px solid var(--side_div_border_color);
    border-radius: 4px;
    clear: both;
    color: var(--side_div_color);
    float: right;
    margin-bottom: 20px;
    padding: 10px 10px 20px;
    width: 150px;
    position: relative;
}
div.sideDiv div.lz_wrapped_label {
    color: var(--side_div_color);
    display: inline-block;
    min-width: 120px;
}
div.sideDiv div.lz_wrapped_label.reverse {
    width: 50%;
    height: 16px;
    padding-top: 4px;
}

div.sideDiv h3 {
    color: inherit;
    margin-top: 5px;
    padding: 0;
}
div.sideDiv h3 span {
    display: block;
    font-size: 0.7em;
}
div.sideDiv .lz_label {
    color: inherit;
    display: block;
    font-size: 12px;
    margin-top: 6px;
}
div.sideDiv .lz_label.reverse {
    display: inline;
}
div.sideDiv .lz_dropdown {
    max-width: 140px;
    width: 99%;
}
div.sideDiv .lz_textbox {
    max-width: 130px;
    padding: 1px 4px;
    width: 92%;
    border-radius: 5px;
    border: 1px solid #ccc;
}
div.sideDiv input[type=radio] {
    height: 11px;
}
div.sideDiv input.date {
    width: 6em;
    margin-left: 4px;
}
div.sideDiv div.lz_div_help_info li {
    margin-bottom: 0;
}
div.sideDiv button.lz_btn_green {
    display: block;
    margin: 11px auto 0;
}

@media all and (max-width: 768px) {

    div.sideDiv {
        float: unset;
        width: 100%;
    }
    .sideDiv #filters_div {
        float: unset;
        width: 95%;
        background-color: transparent;
        border: none;
        margin: 0 auto;
    }
    div.sideDiv div h3 {
        display: none;
    }
    img.reset-filters {
        float: unset;
        position: absolute;
        right: 30px;
        bottom: 30px;
        z-index: 1;
    }
    div.sideDiv div:not(.lz_wrapped_label) {
        width: unset;
    }
    div.sideDiv div.lz_wrapped_label {
        margin: 5px;
    }
    div.sideDiv div.labels_wrapper {
        float: unset;
        width: inherit;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
        margin-bottom: 0;
    }
}


/*
INFO ZOOM SECTION
*/
div.zoom_action_wrapper {
	background: url(/lz_img/magnifying_glass.gif) no-repeat;
	background-size: 16px;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	z-index: 1;
}
div.zoom_action_wrapper.to_do_note {
	background-image: url(/lz/lz_img/icon-todo-64.png);
	background-size: 15px;
}
div.zoom_action_wrapper.club_note {
	background-image: url(/lz/lz_img/club_ship_note.png);
	background-size: 14px;
}
div.zoom_action_wrapper.multi_note {
    background-image: url(/lz/lz_img/icon_multi-note_64.png);
}
div.zoom_detail {
	display: none;
	cursor: pointer;
	position: absolute;
	background-color: #fafafa;
	padding: 1em 2em !important;
	border: 1px solid green;
	border-radius: 1em;
	width: 350px;
	word-break: break-word;
	white-space: normal;
	max-width: 70vw;
	margin-left: 20px !important;
	box-shadow: 4px 4px 4px 8px rgba(0,50,100,0.1);
	text-align: center;
	z-index: inherit;
}
div.zoom_detail p {
	font-size: inherit;
	text-align: inherit;
}
div.zoom_detail span.hover_label {
    font-weight: bold;
}
div.zoom_action_wrapper:hover div.zoom_detail {
	display: inline-flex;
}

/*
** For zipcode disambiguation
*/
#salesTaxDisambiguation_div {
	position: absolute;
	top: 100px;
	/*
	width: 440px;
	left: 348px;
	 */
	display: none;
	background-color: #FFFFFF;
	border: 8px solid #4499E0;
	padding: 5px 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 340px;
	left: 398px;
	z-index: 1001;
}
#zip_header {
	font-size: 11px;
	margin: 3px 5px;
}
#zip_cities {
	line-height: 2em;
	margin: 10px 0 0 20px;
}
#salesTaxDisambiguation_div .lz_btn_blue {
	margin: 0 0 0 150px;
}


/*
** Store-related styles
*/
#coupon_message {
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
}
#coupon_message h4 {
	margin: 5px 0 10px;
}
#coupon_message p {
	font-size: inherit;
	line-height: inherit;
	padding: 0 0 5px 0;
}

#coupon_message .item_list {
	text-align: left;
	display: list-item;
	line-height: 1em;
	margin-left: 50px;
}
#store_wrapper #payment_tab button img {
    padding-right: 6px;
    vertical-align: sub;
}

#pmt_terms input[type=radio] {
    margin-right: 3px;
}

#itemsTable td.flag_taxable {
    color: #8B8B8B;
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
    width: 4px;
}
#itemsTable td span.taxable_sub {
    display: block;
    font-size: 9px;
    color: #8B8B8B;
}
#itemsTable td.num_cell.subtotal {
    padding-top: 2px;
}
#itemsTable td.num_cell.subtotal.subtotal_amt {
    border-top: 1px solid #777777;
}
#clearOrderFormBtnDiv {
    position: absolute;
    left: 20px;
    top: 20px;
}



/* store POS chooser styles */
#divPosChooser {
    background-color: #EAEAEA;
    display: none;
    left: 0;
    min-height: 780px;
    padding: 0 35px 35px;
    position: absolute;
    top: 0;
    width: 886px;
    z-index: 100000;
}
#divPosChooser div.posChooserCloseX {
    background: url("/lz_img/btn_cancel_red_32px.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    z-index: 100001;
}
#divPosChooser h3 {
    font-size: 36px;
    margin: 5px auto;
    text-align: center;
}
#divPosChooser div.lz_table {
    border-spacing: 35px;
    margin: 0 auto;
}
#divPosChooser .lz_tbl_cell {
    background: linear-gradient(to bottom, #92B2C2 0%, #A2C2D2 100%) repeat scroll 0 0 transparent;
    background-color: #92B2C2 !important;
    border: 3px solid #B2D2E2;
    border-radius: 60px;
    cursor: pointer;
    font-size: 24px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}
#divPosChooser .lz_tbl_cell:hover {
    background: linear-gradient(to bottom, #A2C2D2 100%, #92B2C2 0%) repeat scroll 0 0 transparent;
    background-color: #A2C2D2 !important;
    border: 3px solid #7292A2;
}
#divPosChooser div.custom_qty_div {
    font-size: 24px;
    text-align: center;
    width: 100%;
}
#divPosChooser div.custom_qty_div .lz_textbox {
    font-size: 24px;
    margin: 0 20px;
    text-align: center;
    width: 110px;
}
#divPosChooser div.custom_qty_div img {
    display: inline;
}


/***** RESERVATION CERTIFICATE GENERATOR *****/
#certificates_setup_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(240,240,240,0.7);
    z-index: 200;
}
div.certificates_setup_div {
    position: absolute;
    top: calc(calc(100vh - 100px) / 2);
    left: calc(calc(100vw - 400px) / 2);
    height: auto;
    width: 400px;
    background-color: #fff;
    border: 4px solid var(--primary_border_color);
    border-radius: 1em;
    font-size: 14px;
    padding: 0.7em 2em 1.2em;
    line-height: 2.2em;
}
div.certificates_setup_div h3 {
    text-align: center;
    padding-bottom: 0.7em;
}
div.certificates_setup_div .lz_wrapped_label {
    font-size: inherit;
}
div.certificates_setup_div .lz_wrapped_label .lz_label {
    text-align: right;
    width: 7em;
    display: inline-block;
    padding-right: 0.5em;
    font-size: inherit;
}
div.certificates_setup_div .lz_dropdown {
    font-size: 13px;
    width: 13em;
}
div.certificates_setup_div .lz_btn_blue {
    display: block;
    margin: 1em auto 0;
    font-size: 14px;
    padding: 0.1em 2em 0.2em;
}

/*** Slider checkbox styles ***/
/* basic html:
    <label class="switch">
        <input type="checkbox" />
        <span class="slider"></span>
    </label>
 */
label.switch {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 44px;
    height: 24px;
    vertical-align: text-bottom;
    margin-right: 4px;
}
label.switch.small {
    width: 24px;
    height: 14px;
}
label.switch.mini {
    width: 20px;
    height: 12px;
}
label.switch.textbottom {
    vertical-align: text-bottom;
}
.switch input {
    width:    0 !important;
    height:   0 !important;
    opacity:  0 !important;
}
span.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background-color: rgb(216,216,216);
    -webkit-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s;
}
span.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
}
.switch.small span.slider:before {
    height: 10px;
    width: 10px;
}
.switch.mini span.slider:before {
    height: 8px;
    width: 8px;
}
input:checked:enabled + .slider {
    border-color: #0E71EB;
    background-color: #0E71EB;
}
input:checked:disabled + .slider {
    border-color: #8cb7eb;
    background-color: #8cb7eb;
}
input:focus + .slider {
    box-shadow: 0 0 1px #0E71EB;
}
input:checked + .slider:before {
    transform: translateX(20px);
}
.switch.small input:checked + .slider:before {
    transform: translateX(10px);
}
.switch.mini input:checked + .slider:before {
    transform: translateX(8px);
}




/*
** System Message styles
** test
*/
#captina_system_message {
	background: url("/lz/lz_img/system_message.gif") no-repeat scroll 10px 50% #EEEEEE;
	border: 1px solid #AA3333;
	border-radius: 5px;
	box-shadow: 0 0 5px 5px #888888;
	margin: 0 0 15px;
	padding: 10px 10px 10px 40px;
	position: absolute;
	width: 955px;
	z-index: 20;
}
#captina_system_message .close_x {
	float: right;
	cursor: pointer;
}
div.top_page_alert_red {
	background: url("/lz/lz_img/famfamfam/error.png") no-repeat scroll 15px 50% #FFEEEE;
	border: 1px solid darkred;
	border-radius: 5px;
	color: darkred;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}

.lz_caution {
    background-color: var(--vs-yellow-300);
    color: var(--vs-gray-600);
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
}
.lz_caution::before {
    content: "\f06a";
    font-family: "Font Awesome 6 Pro",monospace;
    padding-right: 0.5em;
}


/*
** hotfix test
** jQuery autocomplete styles
*/
.ui-autocomplete.ui-front {
	z-index: 1000000;
}
.ui-autocomplete.ui-widget-content {
	background-color: #faffff !important;
	background-image: none !important;
	border-color: #aacfcf !important;
}
.ui-menu .ui-menu-item {
	font-family: Weezer, Century Gothic, Gill Sans, arial, helvetica, sans-serif !important;
}
.ui-menu-item.ui-state-focus {
	background-color: #f0ffff !important;
	background-image: none !important;
}



/*
**  TinyMCE styles
*/
.mce-menubtn span {
    font-size: 12px !important;
}


/*
**	Force webkit browsers to display the scrollbar

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}​
*/

/* taken from bootstrap */
.d-none { display: none }

@media (min-width: 576px) {
    .d-sm-block {
      display: block !important;
    }
    .d-sm-none {
      display: none !important;
    }
  }
  @media (min-width: 768px) {
    .d-md-block {
      display: block !important;
    }
    .d-md-none {
      display: none !important;
    }
  }
  @media (min-width: 992px) {
    .d-lg-block {
      display: block !important;
    }
    .d-lg-none {
      display: none !important;
    }
  }
  @media (min-width: 1200px) {
    .d-xl-block {
      display: block !important;
    }
    .d-xl-none {
      display: none !important;
    }
  }
  @media (min-width: 1400px) {
    .d-xxl-block {
      display: block !important;
    }
    .d-xxl-none {
      display: none !important;
    }
}


.lz_tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.lz_tooltip .lz_tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 1rem;
	padding: 1rem;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
}

.lz_tooltip .lz_tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.lz_tooltip:hover .lz_tooltiptext {
	visibility: visible;
}
