﻿* {
   margin: 0px;
   padding: 0px;
}


body {
    padding-bottom: 20px;   
}

fieldset {
    padding: 5px;
    max-height: 650px;
    overflow-y: auto;
}

a:link {
    font-family: Avenir35-Light;
    text-decoration: none;
    color: #636363;
}

a:visited {
    font-family: Avenir35-Light;
    text-decoration: none;
    color: #636363;
}

a:hover {
    font-family: Avenir35-Light;
    color: #000000;
}

a:active {
    font-family: Avenir35-Light;
    text-decoration: none;
    color: #282828;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@font-face {
    font-family: LuloCleanOne-Bold;
    src: url('/fonts/Lulo Clean One Bold.otf');
}

@font-face {
    font-family: Avenir35-Light;
    src: url('/fonts/AvenirLTStd-Light.otf');
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 600px;
}

input {
    height: 36px;
    border: 0px;
    background-color: #f4f4f4;
}

input[type=checkbox] {
    vertical-align: middle;
}

input[type=radio] {
    vertical-align: middle;
    margin-top: -3px;
}

label {
    padding-left: 5px;
    vertical-align: middle;
    margin-bottom: unset;
}

.menu {                    
	list-style: none;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 15px;
	}                               
.menu li {                    
	display: inline-block;                    
	padding: 30px 20px;                                                        
}

.menu a {
	color: #636363;
	text-decoration: none;
}
                                
.nav {                    
	width: 100%;                    
	height: 90px;                                                                          
}                
/*.logo {                                        
	height: auto;
    margin-top: 3px;                      
	margin-left: 39px !important;                
}                       */        
button:focus { outline: none; }                                
button:after { background-color: #fff; }                                
@media screen and (max-width: 480px) {                    
	.nav_btn {                        
		display: inline-block !important;                    
	}                    
	.profile {                        
		border-right: 1px solid #636363 !important; 
		border-left: none !important; 
		padding-right:39px !important;   
	}  
}    
.menu li:first-child:hover { 
	text-decoration: none !important; 
	color: #1abc9c; 
	transition: all 0.2s ease; 
}
.menu li:nth-child(2):hover { 
	text-decoration: none !important; 
	color: #1abc9c; 
	transition: all 0.2s ease; 
}                    
.menu li:nth-child(3):hover { 
	text-decoration: none !important; 
	color: #1abc9c; 
	transition: all 0.2s ease; 
}   
.menu li:last-child:hover { 
	text-decoration: none !important; 
	color: #1abc9c; 
	transition: all 0.2s ease; 
}   
.nav_wrap { 
	margin: 0 auto; 
	max-width: 1000px; 
}

#content_pane {
    width: 70%;
    margin: 0 auto;
}

@media print {
    #content_pane {
        width: 100% !important;
    }
}

/*______TABLE CHART STYLE______*/
.t_flat td {
    border-bottom: 2px solid #f7f7f7;
    border-left: none;
    border-right: none;
    padding: 9px;
}

.t_flat th {
    background-color: #f7f7f7;
    color: #737373;
    border-left: none;
    border-right: none;
    font-family: LuloCleanOne-Bold;
    font-size: 10px;
    padding: 5px;
}

.t_flat th a {
    color: #737373;
    border-left: none;
    border-right: none;
    font-family: LuloCleanOne-Bold;
    padding: 5px;
}

.t_flat tr {
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    font-family: Avenir35-Light;
}

.t_flat {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    width: 100%;
}

/*------TABLE CHART STYLE------*/
.header {
    width: 100%;
    background-color: #c7d7e6;
    height: auto;
    overflow: hidden;
}

.header_banner {
    float: left;
}

.header_profile {
    float: right;
}

#profile_items li {
    display:inline;
    list-style-type: none;
    padding-right: 10px;
    padding-left: 10px;
    border-left-style: inset;
    border-left-width: 2px;
    font: 14px LuloCleanOne-Bold;
}

#profile_items li:first-child {
    border-left-style: none;
}

#profile_items a:link {
    text-decoration: none;
    color: black;
}

#profile_items a:hover {
    text-decoration: underline;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.navigation_menu {
    width: 100%;
    display: table;
}


.navigation_menu ul {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.navigation_menu_items li {
    list-style-type: none;
    font: 16px LuloCleanOne-Bold;
    display: inline-block;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-top: 3px solid transparent;
}

.navigation_menu_items a:link {
    text-decoration: none;
    font-family: LuloCleanOne-Bold;
    font-size: 11px;
}

.navigation_menu_items a {
    color: #000;
}

.navigation_menu_items li.on {
    border-top: 3px solid blue;
}

.navigation_menu_items li.on a {
    color: blue;
}

.navigation_location {
    width: 100%;
    clear: both;
    height: 30px;
    vertical-align: middle;
    padding-top: 3px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.title {
    width: 100%;
}

.title h3 {
    padding: 0px 0px 0px 10px;
    font-family: LuloCleanOne-Bold;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 10px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: montserratregular;
    background-color: #282828;
    color: rgba(255, 255, 255, 0.4);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .footer {
        position: static;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-family: montserratregular;
        background-color: #282828;
        color: rgba(255, 255, 255, 0.4);
    }
}

.horizontal_list li {
    display:inline;
    list-style-type: none;
    padding-right: 10px;
    padding-left: 10px;
    font-family: montserratregular;
    color: rgba(255, 255, 255, 0.4);
    border-left: solid;
    border-left-width: 1px;
}

.horizontal_list li:first-child {
    border-left: none;
}

.horizontal_list a:link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
}

.horizontal_list a:hover {
    text-decoration: none;
}

.horizontal_list a:visited {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
}

#news_table{
    width: 100%;
    margin: 0 auto;
}

.news_items {
    font: 12px Avenir35-Light;
    padding: 10px;
    border: 1px solid;
    min-width: 300px;
}

.news_title {
    margin-left: 58px; 
    margin-top: 5px;
    font: bold 12px LuloCleanOne-Bold;
}

.news_from {
    margin-left: 58px;
    color: gray;
}

.news_date {
    margin-left: 58px;
    color: gray;
    font: 10px Avenir35-Light;
}

#DataPager {
    margin: 0 auto;
}

.pager_numeric {
    font: 12px Avenir35-Light;
}

#pnlNavigationBreadcrumbs {
    font: 12px Avenir35-Light;
    width: 70%;
    margin: 0 auto;
    padding-top: 3px;
}

#pnlNavigationBreadcrumbs a:link {
    text-decoration: none;
    color:black;
}

#pnlNavigationBreadcrumbs a:hover {
    text-decoration: none;
}

.HideButton {
    display: none;
}
.grid_buttons td {
    padding-left: 2px;
    padding-right: 2px;
}

.grid_view_data tr {
    height: 30px;
}

.grid_view_data_alternate_row {
    background-color: #FFFFFF;
}

.grid_view_data tr:hover {
    background-color: lightblue !important;
    font-family: Avenir35-Light;
    cursor: pointer;
}

.grid_view_data th {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.grid_view_data td {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.login { /*_____LOGIN SUBMIT BUTTON STYLE_____*/
    margin: 10px 0px;
    width: 250px;
    height: 38px;
    border: 0px;
    border-bottom: 4px solid #14ad91;
    background-color: #383099;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: LuloCleanOne-Bold;
}

.type_in { /*_____INPUT TYPE BOX STYLE_____*/
    width: 250px;
    height: 36px;
    border: 0px;
    background-color: #f4f4f4;
    font-family: Avenir35-Light;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-indent: 10px;
}

.field_label {
    font-family: Avenir35-Light;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.dropdown_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: Avenir35-Light;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn_style{
    height: 38px;
    border: 0px;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    background-color: white !important;
    cursor: pointer;
    font-family: LuloCleanOne-Bold;
    font-size: 10px !important;
    text-transform: uppercase;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
    border: solid rgba(5, 59, 165, 1) 1px;
    margin: 10px 5px;
}

.btn_style_disabled{
    background-color: lightgray !important;
}
.add_button {
    background-color: #383099;
    font-size: 13px;
    font-weight: 700;
    float: right;
    padding: 0px 25px;
    
}

.search_button {
    background-color: #2A3A3F;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    border-bottom: 0px solid #282828;
}

.filter_button {
    background-color: #2A3A3F;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    border-bottom: 0px solid #282828;
}

.remove_button {
    background-color: #2A3A3F;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    border-bottom: 0px solid #282828;
}

.delete_button {
    background-color: #2A3A3F;
    border: 0px;
    border-radius: 13.7654321px;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    border-bottom: 0px solid #282828;
}

.secondary_button {
    background-color: #2A3A3F;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    border-bottom: 0px solid #282828;
}

.cancel_button {
    background-color: #2A3A3F;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    border-bottom: 0px solid #282828;
}

.camera_button {
    margin: 10px 0px;
    border: 0px;
    background-color: #1abc9c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 0px solid #14ad91;
    padding: 0px 25px;
}

.upload_button {
    background-color: #2A3A3F;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    border-bottom: 0px solid #282828;
}

.submit_button { /*_____SUBMIT BUTTON STYLE_____*/
    background-color: #383099;
    font-size: 13px;
    font-weight: 700;
    padding: 0px 25px;
}

.disabled_button { /*_____SUBMIT BUTTON STYLE_____*/
    color: gray;
}

.color_picker {
    background-image: url("../images/buttons/color_picker.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
}

.checkmark_button {
    margin: 10px 0px;
    border: 0px;
    background-color: #0c0464;
    font-size: 13px;
    font-weight: 700;
    float: right;
    border-bottom: 0px solid #14ad91;
    padding: 0px 25px;
}

.import_button {
    background-color: #808080;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    border-bottom: 0px solid #282828;
}

.duplicate_button {
    background-color: #808080;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    border-bottom: 0px solid #282828;
}

.assignment_button {
    width: 135px;
    padding: 0px;
}

.assign_grid {
    width: 50%;
    vertical-align: top;
}

.assign_button {
    vertical-align: middle;
}

.ajax__tab_xp .ajax__tab_header {
    height: 22px;
    font-family: LuloCleanOne-Bold !important;
}

.page_header_label {
    font: bold 24px LuloCleanOne-Bold;
    font-style: italic;
    color: darkred;
}

.page_header_label_cell {
    padding-left: 10px;
}

.detail_tab_header {
    font: bold 16px Avenir35-Light;
    font-style: italic;
    color: darkred;
}

#person_details {
    display: table-cell;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    font: 10pt Avenir35-Light;
}

#person_profile {
    display: table-cell;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    border: 1px solid gray;
}

#person_buttons {
    display: table-cell;
    padding: 5px 5px 5px 5px;
}

#person_required {
    display: table-cell;
    padding: 5px 5px 5px 5px;
}

#person_required_text {
    display: table-cell;
    padding: 5px 5px 5px 5px;
}

.modal_background {
    height:100%;
    background-color:#000000;
    filter:alpha(opacity=80);
    opacity:0.8;
}

.reqFldLab {
    color: #fb6969;
    font: 12px LuloCleanOne-Bold;
}

.modal_panel {
    padding: 5px;
    background-color: #FFFFFF;
    font-family: LuloCleanOne-Bold;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-align: center;
}

.modal_table {
    padding: 5px;
}

.modal_table td {
    padding: 5px;
}

meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            
    margin: 0 auto 1em;
    width: 140px;
    height: 10px;
    
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }

p {
    font-family: Avenir35-Light;
    font-size: 18px;
    line-height: 34px;
}

h1 {
    text-transform: uppercase;
    font-family: LuloCleanOne-Bold;
    letter-spacing: 0.8px;
    font-size: 24px;
    color: #495259;
}

/*h2 {
    text-transform: uppercase;
    font-family: LuloCleanOne-Bold;
    color: #1abc9c;
    font-size: 20px;
    margin: 7px 0px;
}*/

.policy {
    padding: 10px;
}

.policy ul {
    margin-left: 30px;
    font-family: Avenir35-Light;
    font-size: 18px;
    line-height: 34px;
}

.policy h1 {
    text-transform: uppercase;
    font-family: Avenir35-Light;
    letter-spacing: 0.8px;
    font-size: 24px;
    font-weight: bold;
    color: #495259;
}

.policy h2 {
    text-transform: uppercase;
    font-family: Avenir35-Light;
    color: #0B5394;
    font-size: 20px;
    font-weight: bold;
    margin: 7px 0px;
}

.policy h3 {
    font-family: Avenir35-Light;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    text-decoration: underline;
}

.ui-autocomplete {
    background: #383099;
    color: #FFFFFF;
}

.details_table td {
    padding: 2px;
}

.portal_image {
    display: inline-block;
    width: 200px;
    margin: 10px;
    text-align: center;
    border: 3px solid transparent;
    padding: 10px;
    border-radius: 10px;
    vertical-align: top;
}

.portal_image_favorite {
    border: 3px solid yellow !important;
}

.portal_image_featured_primary {
    border: 3px solid #00FF00 !important;
}

.portal_image_featured_secondary {
    border: 3px solid #0000FF !important;
}

.portal_image_featured_tertiary {
    border: 3px solid #FF0000 !important;
}

.portal_image_featured_quaternary {
    border: 3px solid #FF00FF !important;
}

.portal_image_featured_quinary {
    border: 3px solid #00FFFF !important;
}

.portal_image_button {
    margin-left: auto;
    margin-right: auto;
    max-width: 194px;
    max-height: 200px;
    height: unset;
    display: block;
}

.portal_image_link {
    max-width: 200px;
}

.portal_item {
    display: inline-block;
    padding: 10px;
    text-align: center;
    position: relative;
}

.portal_item .portal_item_popup {
    visibility: hidden;
    opacity: 0;
    max-width: 600px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 10px 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
    transition: opacity 0.5s;
    border: 1px gray solid;
}

.portal_item:hover .portal_item_popup {
    opacity: 1;
    visibility: visible;
}

.portal_item_popup_image {
    max-width: 580px;
    max-height: 200px;
}

.portal_item_popup_name {

}

.portal_item_popup_description {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.portal_item_popup_notes {
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    color: gray;
}

.portal_item_popup_package_listing {
    border-top: 1px black solid;
}

.portal_item_button {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    max-height: 200px;
    height: unset;
    display: block;
}

.portal_item_link {
    max-width: 200px;
}

.portal_section_label {
    font-size: 16pt;
    font-family: Avenir35-Light;
    text-decoration: underline;
    margin-left: 20px;
}

.portal_section_label_favorites {
    font-size: 11pt;
    font-family: Avenir35-Light;
    margin-left: 10px;
    margin-right: 10px;
}

.portal_pricelist_display_text
{
    font-size: 12pt;
    font-family: Avenir35-Light;
    margin-left: 20px;
    display: block;
}

.portal_pricelist_description 
{
    font-size: 14pt;
    font-family: Avenir35-Light;
    margin-left: 20px;
    font-weight: bold;
    text-decoration: underline;
    display: block;
}

.portal_promotional_coupon
{
    font-size: 16pt;
    font-family: Avenir35-Light;
    margin-left: 20px;
    font-weight: bold;
    display: block;
}

.portal_blank_image_text
{
    font-size: 12pt;
    font-family: Avenir35-Light;
    margin-left: 20px;
    display: block;
    color: red;
}

.portal_job_label {
    font-size: 12pt;
    font-family: LuloCleanOne-Bold;
    vertical-align: middle;
    margin-left: 10px;
}

.portal_job_button {
    vertical-align: middle;
    margin-left: 10px;
}

.portal_no_jobs_panel {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.client_image_detail {
    max-width: 500px;
    max-height: 625px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
}

.item_quantity {
    width: 250px;
    height: 36px;
    border: 0px;
    background-color: #f4f4f4;
    font-family: LuloCleanOne-Bold;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-indent: 15px;
    border: 1px solid black;
    margin-left: 5px;
}

.add_to_cart_button {
    margin: 10px 5px;
    background-color: #383099;
    font-size: 13px;
    font-weight: 700;
    float: right;
    padding: 0px 25px;
    border-bottom: 0px solid #14ad91;
}

.shopping_cart_item_label {
    background-color: lightgreen;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 5px;
    border-radius: 4px;
    vertical-align: middle;
}

div[class^="col-"] {
    margin-bottom: 50px;
}

.shopping_cart_heading {
    border-bottom: 2px solid darkgray;
    width: 80%;
}

.shopping_cart_heading_label {
    font-family: LuloCleanOne-Bold;
    font-size: 16pt;
    vertical-align: middle;
    margin-left: 10px;
}

.shopping_cart_container {
    width: 80%;
    text-align: center;
    font-family: Avenir35-Light;
}

.shopping_cart_subtotal {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 19%;
    background-color: #F0F0F0;
    border-radius: 5px 5px;
    border: 1px solid darkgray;
    padding: 5px
}

.shopping_cart_subtotal_row {
    text-align: center;
    font-family: Avenir35-Light;
}

.shopping_cart_continue {
    font-family: Avenir35-Light;
    font-size: 12pt;
    display: block;
}

.shopping_cart_header {
    display: table-row;
    padding-bottom: 10px;
    border-bottom: 1px solid darkgray;
    background-color: lightgray;
}

.shopping_cart_header div {
    vertical-align: middle;
}

.shopping_cart_header_button {
    display: table-cell;
    width: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.shopping_cart_header_image {
    display: table-cell;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.shopping_cart_header_code {
    display: table-cell;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.shopping_cart_header_name {
    display: table-cell;
    width: 250px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.shopping_cart_header_price {
    display: table-cell;
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.shopping_cart_header_quantity {
    display: table-cell;
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.shopping_cart_header_subject_image {
    display: table-cell;
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.shopping_cart_package_item {
    display: table-row;
}

.shopping_cart_package_item div {
    vertical-align: top;
    padding-top: 10px;
    border-top: 1px solid lightgray;
}

.shopping_cart_product_item {
    display: table-row;
}

.shopping_cart_product_item div {
    vertical-align: top;
    padding-top: 10px;
    border-top: 1px solid lightgray;
}

.shopping_cart_service_item {
    display: table-row;
}

.shopping_cart_service_item div {
    vertical-align: top;
    padding-top: 10px;
    border-top: 1px solid lightgray;
}

.shopping_cart_charge_item {
    display: table-row;
}

.shopping_cart_charge_item div {
    vertical-align: top;
    padding-top: 10px;
    border-top: 1px solid lightgray;
}

.shopping_cart_item_button {
    display:table-cell;
    width: 50px;
}

.shopping_cart_item_button button {
    margin-left: 5px;
}

.shopping_cart_item_image {
    display: table-cell;
    width: 250px;
    position: relative;
}


.shopping_cart_item_image .shopping_cart_item_image_popup {
    visibility: hidden;
    opacity: 0;
    max-width: 600px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 10px 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 105%;
    left: 15%;
    transition: opacity 0.5s;
    border: 1px gray solid;
}

.shopping_cart_item_image:hover .shopping_cart_item_image_popup {
    opacity: 1;
    visibility: visible;
}

.shopping_cart_item_image_popup_image {
    max-width: 580px !important;
    max-height: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.shopping_cart_item_image_popup_name {
}

.shopping_cart_item_image_popup_description {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.shopping_cart_item_image_popup_notes {
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    color: gray;
}

.shopping_cart_item_image_popup_package_listing {
    border-top: 1px black solid;
}

.shopping_cart_item_image_popup_package_listing > ul {
    list-style-type: none;
}

.shopping_cart_item_image img {
    display: block;
    /*max-width: 250px;*/
    max-height: 100px;
    margin-left: 0px;
    margin-right: auto;
}

.shopping_cart_item_code {
    display: table-cell;
    width: 100px;
}

.shopping_cart_item_name {
    display: table-cell;
    width: 250px;
}

.shopping_cart_item_notes {
    font-style: italic;
    color: gray;
    display: block;
}

.shopping_cart_item_price {
    display: table-cell;
    width: 150px;
}

.shopping_cart_item_quantity {
    display: table-cell;
    width: 150px;
}

.shopping_cart_item_quantity_entry {
    width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.shopping_cart_item_quantity_update {
    display: block;
    font-size: 8pt;
}

.shopping_cart_item_quantity_remove {
    display: block;
    font-size: 8pt;
}

.shopping_cart_item_subject_image {
    display: table-cell;
    width: 150px;
    position: relative;
}

.shopping_cart_item_subject_image .shopping_cart_item_subject_image_popup {
    visibility: hidden;
    opacity: 0;
    max-width: 250px;
    max-height: 265px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 5px 5px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 105%;
    transition: opacity 0.5s;
    border: 1px gray solid;
}

.shopping_cart_item_subject_image_popup_image {
    max-width: 240px !important;
    max-height: 240px !important;
    border-radius: 10px;
}

.shopping_cart_item_subject_image:hover .shopping_cart_item_subject_image_popup {
    visibility: visible;
    opacity: 1;
}

.shopping_cart_item_subject_image img {
    display: block;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.shopping_cart_package_item_details {
    margin-left: 100px;
}

.shopping_cart_product_node_details {
    display: table;
    margin-left: 100px;
}

.shopping_cart_package_item_detail_header {
    display: table-row;
    background-color: lightgray;
}

.shopping_cart_product_node_detail_header {
    display: table-row;
}

.shopping_cart_package_item_detail_header_image {
    display: table-cell;
    width: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid darkgray;
}

.shopping_cart_package_item_detail_header_name {
    display: table-cell;
    width: 200px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid darkgray;
}

.shopping_cart_product_node_detail_header_name {
    display: table-cell;
    width: 200px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid darkgray;
}

.shopping_cart_package_item_detail_header_quantity {
    display: table-cell;
    width: 150px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid darkgray;
}

.shopping_cart_product_node_detail_header_value {
    display: table-cell;
    width: 200px;
    padding-bottom: 5px;
    border-bottom: 1px solid darkgray;
}

.shopping_cart_package_item_detail_header_subject_image {
    display: table-cell;
    width: 200px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid darkgray;
}

.shopping_cart_package_item_detail_row {
    display: table-row;
}

.shopping_cart_product_node_detail_row {
    display: table-row;
}

.shopping_cart_product_node_detail_name {
    display: table-cell;
    width: 200px;
    padding-top: 5px;
}

.shopping_cart_product_node_detail_value {
    display: table-cell;
    width: 200px;
    padding-top: 5px;
}

.shopping_cart_product_node_detail_value img {
    max-height: 150px;
    max-width: 150px;
}



.shopping_cart_package_item_detail_image {
    display: table-cell;
    width: 100px;
    padding-top: 5px;
    position: relative;
}

.shopping_cart_package_item_detail_image .shopping_cart_package_item_detail_image_popup {
    visibility: hidden;
    opacity: 0;
    max-width: 600px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 10px 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
    transition: opacity 0.5s;
    border: 1px gray solid;
}

.shopping_cart_package_item_detail_image:hover .shopping_cart_package_item_detail_image_popup {
    opacity: 1;
    visibility: visible;
}

.shopping_cart_package_item_detail_image_popup_image {
    max-width: 580px !important;
    max-height: 200px !important;
}

.shopping_cart_package_item_detail_image_popup_name {
}

.shopping_cart_package_item_detail_image_popup_description {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.shopping_cart_package_item_detail_image_popup_notes {
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    color: gray;
}

.shopping_cart_package_item_detail_image_popup_package_listing {
    border-top: 1px black solid;
}

.shopping_cart_package_item_detail_image img {
    max-height: 100px;
    max-width: 100px;
}


.shopping_cart_package_item_detail_name {
    display: table-cell;
    width: 200px;
    padding-top: 5px;
}

.shopping_cart_package_item_detail_quantity {
    display: table-cell;
    width: 150px;
    padding-top: 5px;
}

.shopping_cart_package_item_detail_subject_image {
    display: table-cell;
    width: 200px;
    padding-top: 5px;
    position: relative;
}

.shopping_cart_package_item_detail_subject_image .shopping_cart_package_item_detail_subject_image_popup {
    visibility: hidden;
    opacity: 0;
    max-width: 250px;
    max-height: 265px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 5px 5px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 105%;
    /*left: -100%;*/
    transition: opacity 0.5s;
    border: 1px gray solid;
}

.shopping_cart_package_item_detail_subject_image_popup_image {
    max-width: 240px !important;
    max-height: 240px !important;
    border-radius: 10px;
}

.shopping_cart_package_item_detail_subject_image:hover .shopping_cart_package_item_detail_subject_image_popup {
    visibility: visible;
    opacity: 1;
}

.shopping_cart_package_item_detail_subject_image_label {
    display: block;
    font-size: 8pt;
    padding-top: 5px;
}

.package_item_quantity_row {
    display: table-row;
}

.package_item_quantity_row td {
    padding-left: 5px;
    padding-right: 5px;
}

.package_item_quantity_row div {
    padding-bottom: 10px;
    border-bottom: 1px solid darkgray;
}

package_item_quantity_selected {
    display: table-cell;
    font-family: LuloCleanOne-Bold;
    font-size: 24pt;
}

.package_item_quantity_image {
    display: table-cell;
}

.package_item_quantity_image img {
    max-width: 350px;
    max-height: 150px;
}

.package_item_quantity_label {
    display: table-cell;
}

.package_item_quantity_input {
    display: table-cell;
}

.package_item_quantity_button {
    display: table-cell;
}

.package_item_variant_image {
    max-height: 100px;
}

.package_item_summary_header_panel {
    text-align: center;
    font-family: LuloCleanOne-Bold;
    font-size: 18pt;
}

.package_item_summary_header {
    display: table-row;
    background-color: #F0F0F0;
}

.package_item_summary_header div {
    padding-bottom: 10px;
    border-bottom: 1px solid darkgray;
    text-align: center;
}

.package_item_summary_header_item {
    display: table-cell;
}

.package_item_summary_header_quantity {
    display: table-cell;
}

.package_item_summary_header_image {
    display: table-cell;
}

.package_item_summary_row {
    display: table-row;
    border-top: 1px solid lightgray;
}

.package_item_summary_row td {
    padding: 10px;
}

.package_item_summary_row div {
    padding-bottom: 10px;
    border-bottom: 1px solid darkgray;
    text-align: center;
}

.package_item_summary_item {
    display: table-cell;
    width: 200px;
    position: relative;
}

    .package_item_summary_item .package_item_summary_item_popup {
        visibility: hidden;
        opacity: 0;
        max-width: 600px;
        background-color: white;
        color: black;
        text-align: center;
        border-radius: 10px;
        padding: 10px 10px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 105%;
        transition: opacity 0.5s;
        border: 1px gray solid;
    }

    .package_item_summary_item:hover .package_item_summary_item_popup {
        opacity: 1;
        visibility: visible;
    }

.package_item_summary_item_popup_image {
    max-width: 580px !important;
    max-height: 250px !important;
}

.package_item_summary_item_popup_name {
}

.package_item_summary_item_popup_description {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.package_item_summary_item_popup_notes {
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    color: gray;
}

.package_item_summary_item_popup_package_listing {
    border-top: 1px black solid;
}



.package_item_summary_item img {
    max-height: 150px;
    max-width: 150px;
}

.package_item_summary_quantity {
    display: table-cell;
    width: 100px;
}

.package_item_summary_image {
    display: table-cell;
    width: 200px;
}

.package_item_summary_image img {
    max-height: 150px;
    max-width: 150px;
}

.package_item_quantity_table {
    margin-left: auto;
    margin-right:auto;
}

.package_item_summary_table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.product_node_checkbox {
    display: none;
}

.product_node_image_container {
    position: relative;
}

.product_node_image {
    height: unset;
    border: 3px solid transparent;
}

.product_node_image_selected {
    border: 3px solid lime;
}

.product_node_image_container .product_node_image_popup {
    visibility: hidden;
    opacity: 0;
    max-width: 250px;
    max-height: 265px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 5px 5px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: -100%;
    transition: opacity 0.5s;
    border: 1px gray solid;
}

.product_node_image_popup_image {
    max-width: 240px !important;
    max-height: 240px !important;
    border-radius: 10px;
}

.popup_image_filename {
    display: block;
    color: gray;
}

.product_node_image_container:hover .product_node_image_popup {
    visibility: visible;
    opacity: 1;
}

.product_item_image {
    width: 200px;
    border-top: 1px solid lightgray;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
}

.product_item_image .product_item_image_popup {
    visibility: hidden;
    opacity: 0;
    max-width: 600px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 10px 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
    transition: opacity 0.5s;
    border: 1px gray solid;
}

.product_item_image:hover .product_item_image_popup {
    opacity: 1;
    visibility: visible;
}

.product_item_image_popup_image {
    max-width: 580px !important;
    max-height: 250px !important;
}

.product_item_image_popup_name {
}

.product_item_image_popup_description {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.product_item_image_popup_notes {
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    color: gray;
}

.product_item_image_popup_package_listing {
    border-top: 1px black solid;
}

.product_item_image img {
    max-height: 150px;
    max-width: 150px;
}

.product_item_quantity {
    width: 100px;
    border-top: 1px solid lightgray;
    padding-bottom: 5px;
    padding-top: 5px;
}

.product_item_nodes {
    width: 500px;
    border-top: 1px solid lightgray;
    padding-bottom: 5px;
    padding-top: 5px;
}

.package_details_header {
    margin-left: auto;
    margin-right: auto;
    font-family: Avenir35-Light;
    font-size: 14pt;
    text-align: center;
}

.package_details_table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Avenir35-Light;
}

.package_details_items_table > tbody > tr:first-child > td {
    background-color: lightgray;
}

.package_details_header_table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Avenir35-Light;
    font-size: 24pt;
    border-bottom: 1px solid lightgray;
}

.package_details_header_table img {
    max-height: 150px;
    max-width: 350px;
}

.package_details_button {
    text-align: center;
}

.product_item_nodes_table {
    margin-left: auto;
    margin-right: auto;
}

.product_nodes_header {
    background-color: #F0F0F0;
    font-family: LuloCleanOne-Bold;
}

.product_nodes_name {
    width: 75px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
}

.product_nodes_value {
    width: 425px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
}

.product_nodes_value_images {
    margin-left:auto;
    margin-right: auto;
}

.item_details_header {
    margin-left: auto;
    margin-right: auto;
    font-family: LuloCleanOne-Bold;
    font-size: 18pt;
    text-align: center;
}

.item_details_table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Avenir35-Light;
}

.item_details_header_table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Avenir35-Light;
    font-size: 24pt;
    border-bottom: 1px solid lightgray;
}

.item_details_header_table img {
    max-height: 105px;
    max-width: 400px;
}

.item_details_button {
    text-align: center;
}

.item_order_summary_row {
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    text-align: center;
}

.item_order_summary_name {
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.item_order_summary_value {
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.item_order_summary_value .item_order_summary_value_popup {
    visibility: hidden;
    opacity: 0;
    max-width: 250px;
    max-height: 265px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 10px;
    padding: 5px 5px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: -25%;
    transition: opacity 0.5s;
    border: 1px gray solid;
}

.item_order_summary_value_popup_image {
    max-width: 240px !important;
    max-height: 240px !important;
    border-radius: 10px;
}

.item_order_summary_value:hover .item_order_summary_value_popup {
    visibility: visible;
    opacity: 1;
}

.item_order_summary_variant {
    display: block;
    font-family: Avenir35-Light;
    font-size: 12pt;
}

.checkout_header {
    font-family: Avenir35-Light;
    font-size: 18pt;
}

.checkout_user_checkbox label {
    width: 235px;
}

.checkout_table {
    margin-left: auto;
    margin-right: auto;
}

.order_receipt_panel {
    text-align: center;
    font-family: LuloCleanOne-Bold;
}

.order_receipt_header_row {
    background-color: #F0F0F0;
}

.shopping_cart_no_items_label {
    font-family: LuloCleanOne-Bold;
    font-size: 18pt;
    color: red;
}

.table .vert-aligned > tbody > tr > td {
    vertical-align: middle;
}

.order_options_header {
    text-align: center;
}

.order_options_table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order_options_table td {
    padding: 5px;
}

.order_option_image {
    max-width: 150px;
    max-height: 150px;
}

.order_options_buttons {
    text-align: center;
}

.order_options_receipt_table {
    margin-left: auto;
    margin-right: auto;
    font-family: Avenir35-Light;
}

.order_options_receipt_table_header {
    border-bottom: 1px solid lightgray;
}

.order_options_receipt_table td {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.order_options_receipt_table td > img {
    max-height: 150px;
    max-width: 150px;
}

.report_parameters_table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.report_parameters_table td {
    padding: 5px;
}

.report_parameters_buttons {
    text-align: center;
}

.report_parameters_title {
    text-align: center;
}

.job_image_pose {
    border: 3px solid transparent;
}

.job_image_pose_image {
    height: unset;
    max-height: 200px;
    max-width: 200px;
}

.job_image_pose_selected {
    border: 3px solid #00FF00;
}


.job_image_pose_checkbox {
    display: none;
}

.job_image_pose_textbox {
    display: none;
}

.select_button {
    margin: 10px 0px;
    border: 0px;
    background-color: #FFFFFF;
    height: 38px;
    color: #000000;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    /*font-family: Arial;*/
    text-transform: uppercase;
    cursor: pointer;
    /*border-bottom: 4px solid #923a00;*/
}

.select_button_selected {
    margin: 10px 0px;
    border: 0px;
    background-color: gray !important;
    height: 38px;
    color: #000000;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    /*font-family: Arial;*/
    text-transform: uppercase;
    cursor: pointer;
    /*border-bottom: 4px solid #940000;*/
}

.select_button_disabled {
    margin: 10px 0px;
    border: 0px;
    background-color: gray !important;
    height: 38px;
    color: #000000;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    /*font-family: Arial;*/
    text-transform: uppercase;
    cursor: pointer;
    /*border-bottom: 4px solid #940000;*/
}

.select_button_selected_primary {
    margin: 10px 0px;
    border: 0px;
    background-color: lightgreen !important;
    height: 38px;
    color: #000000;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    /*font-family: Arial;*/
    text-transform: uppercase;
    cursor: pointer;
    /*border-bottom: 4px solid #940000;*/
}

.select_button_selected_secondary {
    margin: 10px 0px;
    border: 0px;
    background-color: lightblue !important;
    height: 38px;
    color: #000000;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    /*font-family: Arial;*/
    text-transform: uppercase;
    cursor: pointer;
    /*border-bottom: 4px solid #940000;*/
}

.select_button_selected_tertiary {
    margin: 10px 0px;
    border: 0px;
    background-color: lightcoral !important;
    height: 38px;
    color: #000000;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    /*font-family: Arial;*/
    text-transform: uppercase;
    cursor: pointer;
    /*border-bottom: 4px solid #940000;*/
}

.select_button_selected_quaternary {
    margin: 10px 0px;
    border: 0px;
    background-color: lightpink !important;
    height: 38px;
    color: #000000;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    /*font-family: Arial;*/
    text-transform: uppercase;
    cursor: pointer;
    /*border-bottom: 4px solid #940000;*/
}

.select_button_selected_quinary {
    margin: 10px 0px;
    border: 0px;
    background-color: lightcyan !important;
    height: 38px;
    color: #000000;
    letter-spacing: 1.1px;
    font-size: 11px;
    font-weight: 300;
    padding: 0px 30px;
    /*font-family: Arial;*/
    text-transform: uppercase;
    cursor: pointer;
    /*border-bottom: 4px solid #940000;*/
}


.featured_image_selected {
    border: 3px solid #737373;
}

.featured_image {
    border: 3px solid transparent;
}

.featured_image_selected_primary {
    border: 3px solid #00FF00;
}

.featured_image_selected_secondary {
    border: 3px solid #0000FF;
}

.featured_image_selected_tertiary {
    border: 3px solid #FF0000;
}

.featured_image_selected_quaternary {
    border: 3px solid #FF00FF;
}

.featured_image_selected_quinary {
    border: 3px solid #00FFFF;
}

.featured_image_selected_primary_selection {
    border: 3px solid #00FF00;
}

.featured_image_selected_secondary_selection {
    border: 3px solid #0000FF;
}

.featured_image_selected_tertiary_selection {
    border: 3px solid #FF0000;
}

.featured_image_selected_quaternary_selection {
    border: 3px solid #FF00FF;
}

.featured_image_selected_quinary_selection {
    border: 3px solid #00FFFF;
}

.featured_image_checkbox {
    display: none;
}

.featured_image_textbox {
    display: none;
}

.featured_image_button_image {
    height: unset;
    max-height: 200px;
    max-width: 200px;
}

.order_header_summary {
    display: table-row;
}

.order_header_summary div {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid lightgray;
}

.order_header_summary_button {
    display: table-cell;
    width: 50px;
}

.order_header_summary_button button {
    margin-left: 5px;
}

.order_header_summary_number {
    display: table-cell;
    width: 100px;
}

.order_header_summary_date {
    display: table-cell;
    width: 150px;
}

.order_header_summary_status {
    display: table-cell;
    width: 150px;
}

.order_header_summary_items_count {
    display: table-cell;
    width: 150px;
}

.order_header_summary_currency {
    display: table-cell;
    width: 150px;
}

.order_header_header {
    display: table-row;
    padding-bottom: 10px;
    border-bottom: 1px solid darkgray;
}

.order_header_header div {
    vertical-align: middle;
}

.order_header_header_button {
    display: table-cell;
    width: 50px;
}

.order_header_header_number {
    display: table-cell;
    width: 100px;
}

.order_header_header_date {
    display: table-cell;
    width: 150px;
}

.order_header_header_status {
    display: table-cell;
    width: 150px;
}

.order_header_header_items_count {
    display: table-cell;
    width: 150px;
}

.order_header_header_currency {
    display: table-cell;
    width: 150px;
}

.notafavorite {

}


.favorite_image {
    border: 3px solid transparent;
    margin-right: auto;
    margin-left: auto;
}

.favorite_image_selected {
    border: 3px solid yellow;
    border-radius: 10px;
}


.favorite_image_checkbox {
    display: none;
}

.favorite_image_textbox {
    display: none;
}

.favorite_image_button_image {
    height: unset;
    max-height: 200px;
    max-width: 200px;
}

.ajax__tab_header {
    height: auto !important;
}

.item_template_node_details {
    width: 100%;
}

.item_template_node_details > tbody > tr > td {
    padding-top: 5px;
    padding-bottom : 5px;
    border-top: 1px solid black;
}

.item_template_node_details > tbody > tr > td > table > tbody > tr > td {
    padding-left: 5px;
    padding-right: 5px;
}

.order_items_cbl {
    font-family: Avenir35-Light;
    font-size: 12px;
    max-height: 200px;
    overflow-y: scroll;
    display: block;
}

.order_items_cbl label {
    font-weight: normal;
}

.order_items_cbl input[type=checkbox] {
    height: 20px;
}

.scrollable_grid_view {
    overflow-y: scroll;
    overflow-x: scroll;
    max-height: 500px;
    width: 100%;
}

.manual_merge_primary_row {
    background-color: lightgreen;
    text-align: center;
    border-bottom: 1px black solid;
}

.manual_merge_secondary_row {
    background-color: lightyellow;
    text-align: center;
    border-bottom: 1px black solid;
}

.merge_results_table {
    width: 100%;
}

.merge_results_table tr {
    height: 50px;
    text-align: center;
}

.merge_results_table td {
    border-bottom: 1px solid gray;
}

.product_notes_prompt {
    padding: 10px;
    max-width: 250px;
}

.product_notes_customer {
    padding: 10px;
}

.product_notes_customer_textbox {
    width: 400px;
    height: 100px;
    border-radius: 10px;
}

.package_notes_customer_textbox {
    width: 100%;
    height: 100px;
    border-radius: 10px;
}

.shopping_cart_package_item_notes {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
}

.shopping_cart_package_item_notes_prompt {
    display: table-cell;
    width: 40%;
    min-width: 200px;
}

.shopping_cart_package_item_notes_response {
    display: table-cell;
}

.shopping_cart_package_item_detail_notes {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    max-width: 700px;
}

.shopping_cart_package_item_detail_notes_prompt {
    display: table-cell;
    width: 40%;
    min-width: 200px;
}

.shopping_cart_package_item_detail_notes_response {
    display: table-cell;
}

.package_item_summary_notes_row {
    
}

.package_item_summary_notes_prompt {
    padding: 10px;
}

.package_item_summary_notes_response {
    padding: 10px;
}

.portal_item_price {
    display: block;
}

.portal_item_conditional_price {
    display: block;
}

.shopping_cart_order_options {
    width: 80%;
    font-family: Avenir35-Light;
}

.pricelist_item_quantity_levels {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 0 1px lightgray;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pricelist_item_quantity_levels > * > tr > th {
    border-bottom: 1px solid lightgray;
}

.pricelist_item_quantity_levels > * > tr > td {
    border-bottom: 1px dashed lightgray;
}

.pricelist_item_quantity_levels > * > tr > th:nth-child(1) {
    padding-left: 20px;
}

.pricelist_item_quantity_levels > * > tr > td:nth-child(1) {
    padding-left: 20px;
}

.subject_job_custom_fields td {
    padding: 5px;
}

.price_explanation {
    display: block;
    color: gray;
    font-size: 10px;
}

.three_seed_dropdown {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    padding: 0.9375em 6.25em 0.9375em 0.9375em;
    color: #333333;
    cursor: pointer;
    border: 1px #d6d6d6 solid;
    border-radius: 5px;
    outline: none;
    margin-top: 1em;
    margin-bottom: 1em;
}

.three_seed_product_node_row {
    border: 2px solid lightgray;
    border-radius: 10px;
    padding: 1em 1em;
    margin-bottom: 1em;
}

.three_seed_node_image_selected {
    background-color: lightgray;
}