
/*-----------------------------------------------
Generated by BlueCherryB2B - theme tb-03082018
----------------------------------------------- */
/* Login background image */
*/ .login {  background: url('https://res.cloudinary.com/lzjoghwaw/image/upload/v1520447874/TommyBahama/sRGB_SP18Italy_319_0099_171204_new_background.jpg') no-repeat top center fixed !important;  -webkit-background-size: cover !important;  -moz-background-size: cover !important;  -o-background-size: cover !important;  background-size: cover !important;
} */


/* Login wrapper image - optional alternative to full width background
.login-wrapper {
  height: 570px;
  background: #FFF url('http://s3-us-west-1.amazonaws.com/threadvine/tbg-test/assetImage/tbg-test_assetImage_bf6218fd-e16d-4226-862f-d95531a01761.jpg');
}

 */

/* Login wrapper border */
.login-wrapper, .register-wrapper {
border: none;
}

/* Size and position of login panel */
#login, #register {
  width: 500px;
  margin: 320px 0 0 40px;
}

/* Activity Feed */
#activity-log {
    display: block;
}


/* site link text color */
a {
    color: #001848;
}

/* login link text color */
#login a {
color: #333;
}

/* Gradient on login table */
#login fieldset.table {
background: -moz-linear-gradient(-45deg,  rgba(238,238,238,0.6) 0%, rgba(238,238,238,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(238,238,238,0.6)), color-stop(100%,rgba(238,238,238,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(238,238,238,0.6) 0%,rgba(238,238,238,0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(238,238,238,0.6) 0%,rgba(238,238,238,0.9) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(238,238,238,0.6) 0%,rgba(238,238,238,0.9) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(238,238,238,0.6) 0%,rgba(238,238,238,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99eeeeee', endColorstr='#e6eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border: 1px solid #666;
border-radius: 4px;
}

/* background of login panel */
#login.box {
background: transparent;
}

/* Site name - note optional text shadow */
div#login h3 {
    font-weight: 300;
    color: #2A4061;
    text-shadow: none;
}

/* Logo size and position */
#header #logo img {
    vertical-align: middle;
    max-height: 60px;
    max-width: 320px;
    margin: 0 0 0 -10px;
}

/* Position search relative to logo */
#search {
  float: left;
  display: inline;
  margin: 18px 0 0 15px;
}

/* Gradient on search */
.search-container {
background-image:
     -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/* Styling on upper right quick links */
#quick-menu a {
font-weight: normal;
text-transform:uppercase;
font-size: 10px;
}

/* Primary navigation bar */
#navigation {
height: 28px;
background: #fff;
/* border-bottom: 1px solid #444;  */
}

ul.nav li a {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 86%;
}

ul.main li:hover a:active {
background: #000;
color: #fff;
}

.home #navigation ul li.menu_home>a, .style #navigation ul li.menu_style>a, .catalog #navigation ul li.menu_catalog>a, .customer #navigation ul li.menu_customer>a, .order #navigation ul li.menu_order>a, .contact #navigation ul li.menu_contact>a, .account #navigation ul li.menu_account>a, .styleReport #navigation ul li.menu_report>a, .config #navigation ul li.menu_config>a, .site #navigation ul li.menu_site>a, .worksheet #navigation ul li.menu_worksheet>a, .search #navigation ul li.menu_search>a   {
background: #666;
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(1, #444));
     -moz-linear-gradient(top, #777 0%, #444 100%);
     linear-gradient(to bottom, #777 0%, #444 100%);
color: #fff;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

ul.nav li:hover a, ul.nav li a:hover, ul.nav li a:focus {
color: #000;
background: #CCC;
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #444));
     -moz-linear-gradient(top, #666 0%, #444 100%);
     linear-gradient(to bottom, #666 0%, #444 100%);
border-top-left-radius: 2px;
border-top-right-radius: 2px;
color: #fff;
}

/* Secondary navigation bar aka Site Sections */
div#nav2 {
background: #FFF;
border: none;
/* border-top: 3px solid #444; */
font-weight: bold;
text-transform:uppercase;
}

div#nav2 ul.tab li {
top: 0px;
padding: 5px 15px;
}

div#nav2 .selected {
border: none;
background: #666;
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(1, #444));
     -moz-linear-gradient(top, #777 0%, #444 100%);
     linear-gradient(to bottom, #777 0%, #444 100%);
color: #fff;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

div#nav2 .selected a {
border: none;
background: #666;
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(1, #444));
     -moz-linear-gradient(top, #777 0%, #444 100%);
     linear-gradient(to bottom, #777 0%, #444 100%);
color: #fff;
}

/* Product hierarchy */

#hierarchy {
background: transparent;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}

#hierarchy li.category-selected a.category-selected {
color: #000;
}

#hierarchy li.sub-category-selected a.sub-category-selected {
font-size: 12px;
color: #000;
}

/* browse pagination background styling */
.pagination_bar {
background: #fff;
padding: 0px 10px;
}

.box {
background: transparent;
padding: 10px 10px 1px 10px;
border: none;
}

#footer {
color: #666;
background: transparent;
}

#footer a {
color: #999;
}

.ui-dashboard-widget .ui-dashboard-header {
background: #FFF;
border: none;
/* border-top: 3px solid #444; */
}

.ui-dashboard-widget .ui-dashboard-header h5 {
color: #333;
text-transform: uppercase;
}

.dashboard-left-col .ui-dashboard-content {
border-right: none;
}

#buyer-group-list .selected {
background: #EEE;
color: #222;
}

#contact-data tbody td.selected {
background: #EEE;
color: #222;
}

.fancybox-dialog {
top: 24px;
}

#buyer-group-list .selected {
background: #EEE;
color: #222;
}

#contact-data tbody td.selected {
background: #EEE;
color: #222;
}

.fancybox-dialog .fancybox-dialog-header {
background: #717171;
border-bottom: 1px solid #333;
}

.fancybox-dialog .fancybox-dialog-header h4 {
color: #EEE;
}

#worksheet-count {
color: #222;
border: solid .25px #999;
background: #ddd;
background-image:
     -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.jCalMo .invday {
background: #FF9A94;
}

.order-item-container .zero {
background: #FF9A94;
}

.order-item-container .low {
background: #FFD3A8;
}

.order-item-container .avg {
background: #F7F3AE;
}

.order-item-container .good {
background: #D5F3AB;
}

.order-item-container .full {
background: #A1E3A1;
}

div#style-image {
border: none;
}

#style-image a img {
background-color: #FFF;
}

.thumbnail-list img, .color-list img {
border: none;
}

#order-style-summary .order-item.selected>td {
background: #fff;
}

.order-item-deliveries table.delivery-grid {
background:
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

fieldset {
background:
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.ui-tabs-widget .ui-widget-header {
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(1, #333));
     -moz-linear-gradient(top, #888888 0%, #333333 100%);
     linear-gradient(to bottom, #888888 0%, #333333 100%);
border-bottom: none;
}

#style-tabs.ui-state-default {
background: transparent;
}

#style-tabs li.ui-state-default {
background: rgba(0, 0, 0, 0);
}

#catalog-group-tabs.ui-state-default {
background: transparent;
}

#catalog-group-tabs li.ui-state-default {
background: rgba(0, 0, 0, 0);
}

.slick-header-column.ui-state-default {
background: #666;
}

div#slick-size-grid .slick-header-row {
background: #666;
}

#style-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: .5px solid #AAA;
border-bottom: none;
background: #fff;
}

#catalog-group-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: .5px solid #AAA;
border-bottom: none;
background: #fff;
}

.inputbutton, .inputsubmit, .jeditable>button {
border: solid 1px #999;
background: #eee;
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD));
     -moz-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
     linear-gradient(to bottom, #FFFFFF 0%, #DDDDDD 100%);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
color: #222!important;
padding: 3px 15px 4px;
height: 22px;
cursor: pointer;
border-radius: 10px;
font-weight: 600;
}

.toolbar {
margin: 10px 0 20px 0;
}

new.toolbar ul a {
border: solid 1px #999;
background: #EEE;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(1, #DDD));
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
color: #222!important;
padding: 4px 15px;
cursor: pointer;
border-radius: 10px;
margin: 20px 0;
}

.box h2 {
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(1, #444));
     -moz-linear-gradient(top, #777 0%, #444 100%);
     linear-gradient(to bottom, #777 0%, #444 100%);
border-radius: 4px;
}


/* Change width to % for mobile view RSW 3-1-22 */
#nav2 .left-col {
/* width: 750px; */
width: 80%;
}

#nav2 .right-col {
/* width: 150px; */
width: 20%;
}

.right-arrow {
margin-right: 6px;
}

table .order-total {
font-size: 19px;
}

#select_buyer #contact_search_input {
width: 420px;
}

.fancybox-dialog .fancybox-dialog-header {
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(1, #444));
     -moz-linear-gradient(top, #777 0%, #444 100%);
     linear-gradient(to bottom, #777 0%, #444 100%);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

#select_buyer_link  {
border: solid 1px #999;
background: #eee;
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD));
     -moz-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
     linear-gradient(to bottom, #FFFFFF 0%, #DDDDDD 100%);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
color: #222!important;
padding: 3px 15px;
height: 22px;
cursor: pointer;
border-radius: 10px;
}

a.change_address_link  {
border: solid 1px #999;
background: #eee;
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD));
     -moz-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
     linear-gradient(to bottom, #FFFFFF 0%, #DDDDDD 100%);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
color: #222!important;
padding: 3px 15px;
height: 22px;
cursor: pointer;
border-radius: 10px;
}

table.data>thead>tr>th.table-head {
background: #666;
background-image:
     -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(1, #444));
     -moz-linear-gradient(top, #777 0%, #444 100%);
     linear-gradient(to bottom, #777 0%, #444 100%);
}
.ui-tabs-widget .ui-tabs-nav .ui-state-default {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background: transparent;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
background: #FFF;
}

div#onscreen-help {
margin-bottom: 10px;
font-size: 12px;
text-align: left;
border: 1px solid #ccc;
background: transparent;
color: #585C46;
border-radius: 9px;
}

div#onscreen-help .help-wrapper {
background: transparent;
}

.scrollingDivCss {
  border: 1px solid #CCC;
  border-radius: 6px;
  display: none;
  background-color: #FFF;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#999));
  background-image: -webkit-linear-gradient(top,#FFF,#EEE);
  background-image: -moz-linear-gradient(top,#fff,#EEE);
  background-image: -o-linear-gradient(top,#fff,#EEE);
  background-image: linear-gradient(to bottom,#FFF,#EEE);
  font-size: 110%;
}

.bottomlogo{
display:none;
}

#catalog-export-status {
    background: #EEE;
    border: 1px solid #BBB;
}

/* #header #logo {
display: none;
} */

.filter-scroller-inner {
    border-radius: 0px;
}

.sticky {
    background-color: #FFF;
}

#atsSlider-handle-upper, #priceSlider-handle-upper, #costSlider-handle-upper {
    width: 60px;
}
/* Hide color-no by default */
div.style-color span.color-lable:last-of-type {
    display: none;
}
div.style-color br {
    display: none;
}

#currencymessage:nth-of-type(2) {
margin-top : 12px !important;
}

span.worksheet-options.worksheet-add.buyer {
    display: block;
}

span.worksheet-options.buyer.worksheet-added {
    display: block;
}

div#listViewSelectAll.buyer{
display:block
} 

#list_view_add_to_worksheet.btn.buyer{
display:block
} 

/* CS13552147 - Order screen mobile improvements */
.order .ui-widget-content .ui-state-default.ui-accordion-header.accordion-header{
display: flex;
flex-wrap: wrap;
}

.order .ui-widget-content .ui-state-default.ui-accordion-header.accordion-header span:last-child{
margin-left: auto;
}

.item-info.group-delivery.singlePageOrder {
    display: none;
}

.salesrep_fullAvailabilityCatalog{
display: none;

} 


.season-each .thumbnail-image {
    width: -webkit-fill-available;
    
}
