:root {    
    --navbar-default-base:rgb(11, 13, 20);
    --navbar-default-gradient:linear-gradient(180deg, rgba(11, 13, 20,1) 0%, rgba(18, 28, 46,1) 100%, rgba(127, 132, 148,1) 100%);
    --nav-item-edit:#02a15f;
    --btn-elm:#02a15f;
    --slipperyBase: rgb(11, 13, 20);
    --slipperyGradient: linear-gradient(180deg, rgba(11, 13, 20,1) 0%, rgba(18, 28, 46,1) 100%, rgba(127, 132, 148,1) 100%);
    --breakerBase:rgb(11, 13, 20);
    --breakerGradient:linear-gradient(180deg, rgba(11, 13, 20,1) 0%, rgba(18, 28, 46,1) 100%, rgba(127, 132, 148,1) 100%);
    --bodyBase: rgb(168, 167, 167);
    --bodyGradient:linear-gradient(180deg, rgba(168, 167, 167,1) 0px, rgba(201, 200, 200,1) 100px, rgba(245,245,245,1) 900px);
    --headerRow:rgb(18, 28, 46);
    --totalsRow:#1f2126;
    --slipperyBottomBase:rgb(11, 13, 20);
    --slipperyBottomGradient:linear-gradient(360deg, rgba(11, 13, 20,1) 0%, rgba(18, 28, 46,1) 100%, rgba(127, 132, 148,1) 100%);
    --nav-pills:#000;
    --nav-pills-li:#272a2e;
    --customerTabs:rgb(18, 28, 46);
    --tabs-container:#000;
    --linkColor:#00ff95;
}

.navbar-default {
    background: var(--navbar-default-base);
    background: var(--navbar-default-gradient);
    border-color: #000;
}
nav {
    font-family: 'Lato', sans-serif;
}
.nav-header {
    color:var(--linkColor) !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #000 !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #000 !important;
  border-color: #337ab7;
}

.input-group-addon, .input-group-addon i {
    color:var(--nav-item-edit) !important;
}

.btn-elm {
    background-color:var(--btn-elm) !important;
    color:#FFF !important;
}

.warning-alert {
    color:#dd0000 !important;
}

i {
    color:var(--linkColor) !important;
}

table i {
    color:var(--nav-item-edit) !important;
}

#headerRow i, #totalsRow i, #breakerRow i, .slippery i {
    color:var(--linkColor) !important;
}

.sale-grouping .sale-grouping-fluff {
    display:none;
}
.sale-grouping .sale-grouping-radius th {
    border-radius:7px 7px 0 0 !important;
}
.sticky-top-nav {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 1020;
}

.sticky-top {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 48px;
  z-index: 1010;    
}

.sticky-top-tr2 {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 82px;
  z-index: 1010;    
}

.height-50 {
    overflow-x:hidden; 
    overflow-y:auto; 
    height:50vh;
}

.height-55 {
    overflow-x:hidden; 
    overflow-y:auto; 
    height:55vh;
}

.height-65 {
    overflow-x:hidden; 
    overflow-y:auto; 
    height:65vh;    
}

.height-75 {
    overflow-x:hidden; 
    overflow-y:auto; 
    height:75vh;    
}

.height-90 {
    overflow-x:hidden; 
    overflow-y:auto; 
    height:80vh;    
}

.height-95 {
    overflow-x:hidden; 
    overflow-y:auto; 
    height:95vh;    
}

.height-95 .sticky-top, .height-90 .sticky-top, .height-75 .sticky-top, .height-65 .sticky-top, .height-50 .sticky-top, .height-55 .sticky-top {
    top:0 !important;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.bg-white {
    background:#FFF !important;
}

body {
    margin:0;
    padding:0;   
    background: var(--bodyBase);
    background: var(--bodyGradient) !important;
}

.table {
  background:#FFF;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
}

.container-table {
    height:100%;
    display:table;
}
.vertical-center-row {
    display:table-cell;
    vertical-align: middle !important;
}

.h-300 {
    height:300px !important;
}

.login-image {
    padding-top:10px;
    padding-bottom:10px;
    max-height:275px;
    border-radius:175px 0px 175px 0px;
    background: rgb(14,65,57);
    background: linear-gradient(330deg, rgba(14,65,57,1) 20%, rgba(36,102,92,1) 72%, rgba(57,152,120,1) 100%);
}

.antiFluffCell {
    display:none;
}
.navAntiFluffCell {
    display:none;
}
@media only screen and (max-width:1500px) {
    .fluffCell {
        display:none;
    }
    .antiFluffCell {
        display:block;
    }
    .table-horizontal-scroll {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media only screen and (max-width:1200px) {
    .navFluffCell {
        display:none;
    }
    
    .navAntiFluffCell {
        display:block;
    }
}

.table-scroll-small-2 {
    width:100%;
    
    thead,tbody,tr,td,th { display:block; }
    
    tr:after {
        content: ' ';
        display:block;
        visibility:hidden;
        clear:both;
    }
    
    thead th {
        height:30px;
    }
    
    tbody {
        height:600px;
        overflow-y:auto;
    }
    
    thead th {
        width:19.5%;
        float:left;
    }
    tbody td {
        width:30%;
        float:left;
    }
}

.table-scroll-small-3 {
    width:100%;
    
    thead,tbody,tr,td,th { display:block; }
    
    tr:after {
        content: ' ';
        display:block;
        visibility:hidden;
        clear:both;
    }
    
    thead th {
        height:30px;
    }
    
    tbody {
        height:600px;
        overflow-y:auto;
    }
    
    thead th {
        width:7%;
        float:left;
    }
    tbody td {
        width:10%;
        float:left;
    }
}

.sys-message-success,.sys-message-error {
    background:#FFF;
    padding:20px;
    font-size:14px;
    font-weight: bold;
    display:block;
    border-radius:5px;
}

.sys-message-success {
    border:2px solid #1f9465;
}

.sys-message-error {
    border:2px solid #ee0000;   
}

.info-blurb {
    background:#FFF !important;
    border-radius:10px;
    padding-top:10px;
    padding-bottom:20px;
    border:1px solid #DDD;
}

.info-blurb h3 {
    color:#000 !important;
}

.form-boxes {
    border-radius:10px;
    height:100px;
    padding:10px;
}

a:visited {
    text-decoration: none;
    color: #333;
    border:none;
}

a:link {
    text-decoration: none;
    color: #333;
}

#tooltip
{
    font-family:helvetica;
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

#tip {
    font-size:10px;
    cursor:help;
    color:#FF0000;
    background:#000;
    height:14px;
    width:14px;
    border-radius:50%;
}


#breakerRow {
    background: var(--breakerBase);
    background: var(--breakerGradient);
    color:#FFF;
    font-weight:bold;
}

#headerRow, #headerRow th {
    background:var(--headerRow)!important;
    color:#FFF;
    font-weight:bold;
}

#footerRow, #totalsRow {
    background:var(--totalsRow) !important;
    color:#FFF;
    font-weight:bold;
}

#footerRow a, #headerRow a, #totalsRow a {
    color:#FFF;
    text-decoration:underline;
}

.slippery {
    padding:6px;
    padding-bottom:20px;
    font-size:22px;
    font-weight:bold;
    border-radius:7px 7px 0 0;
    background: var(--slipperyBase);
    background: var(--slipperyGradient);
    color: #fff;
    max-height:42px;
}

.slippery a, #breakerRow a, .slippery .modal-span {
    color:var(--linkColor);
}

.radius-left {
    border-radius:7px 0 0 0;
}
.radius-right {
    border-radius:0 7px 0 0;
}

.slipperyBottom {
    background: var(--slipperyBottomBase);
    background: var(--slipperyBottomGradient);
}

.nav-pills {
    background:var(--nav-pills) !important;
}
.nav-pills li {
    background:var(--nav-pills-li) !important;
    border-radius:5px;
}
.nav-pills .nav-item-edit {
    background-color:var(--nav-item-edit) !important;
}
.customerTabs {
    padding-top:20px;
    background:var(--customerTabs);
    color:#FFF;
    padding:1px;
}

.customerTabs a, .categoryTabs a {
    color:#FFF;
    font-weight:bold;
}

.tabs-container {
    background:var(--tabs-container) !important;
    padding:10px;
}

.radius-5 {
    border-radius:5px;
}
.radius-5-top {
    border-radius:5px 5px 0 0;
}

.radius-7-top {
    border-radius:7px 7px 0 0;
}

.customerGroup,.submit-button {
    display:none;
}

.categoryTabs {
    padding:10px;
    background:rgb(30, 95, 85);
    color:#FFF;
    border-radius:5px;
}

div.core-pic {
    background:#213b37;
     height: 700px;
     border-radius:5px;
     position: relative;
     margin-left: auto;
     margin-right: auto;
     overflow: hidden;
 }
img.core-pic-crop {
    border-radius:5px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.padding-sandwich {
    padding-top:5px !important;
    padding-bottom:5px !important;
}

@media only screen and (max-width:1350px) {
    div.core-pic {
        height:auto;
    }
    img.core-pic-crop {
        position:relative;
    }
    div.core-pics-spacer {
        height:25px;
    }
    
    .col-module-mobile-bottom {
        padding-bottom:20px;
        border-radius:0 0 7px 7px;
        background:#FFF !important;    
    }
    .col-module-mobile-top {
        border-radius:7px 7px 0 0 !important;
    }
    
    .float-left, .float-right {
        float:none !important;
    }
    
}

.button-container {
    padding-bottom:25px !important;
}

.button-container button {
    margin-right:10px !important;
}

.carousel-control {
    border-radius:5px;
}

.qty, .price {
    max-width:80px;
}

.price2, .weight {
    max-width:100px;
}

.core-detail {
    max-width:175px;
}

.fa {
    text-align:center;
}

.down-arrow {
    width:30px;
    height:20px;
    border-radius:60px;   
}
/*
.customerGroup {
    background: rgb(9,45,39);
    background: linear-gradient(180deg, rgba(9,45,39,1) 0%, rgba(30,95,85,1) 25%, rgba(30,95,85,1) 100%, rgba(14,65,57,1) 100%);
}
*/
.defHide {
    display:none;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #10414f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #10414f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.catLotBreakdown {
    display:none;
}

#loading-spinner {
   width:100%;
   height:100%;
   position:absolute;
   top:7%;
   text-align:center;
   z-index: 200;
}

.row {
    padding-top:7px;
}

.module {
    border-radius:7px;
    color:#000 !important;
}

.module .col-module {
    padding-top:10px;
    padding-bottom:20px;
    border-radius:7px;
    background:#FFF !important;
}

.col-module h3 {
    color:#000 !important;
}

.modal-span {
    cursor: pointer;
}

.module h3 {
    color:#000;
}

.overlay h3, .overlay2 h3, .accountOptionsOverlay, .moduleOverlay {
    color: #EEE;
}

.white-font {
    color:#FFF !important;
}

.fixed-table-layout {
    table-layout: fixed;
}

.overlay, .accountOptionsOverlay, .moduleOverlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 1030;
    background: rgba(0, 0, 0, 0.8);
    padding: 25px 35px;
}

.accountOptionsOverlay, .moduleOverlay {
    display: none;
    z-index: 200;
}

.custom-container {
    margin-top: 20px;
    background: #5c5657;
    border-radius: 5px 5px 0 0;
    font-family: lato, Arial, sans-serif;
    font-weight: 300;
    padding: 10px;
}

.overlay h3, .partInfo h3 {
    font-size: 24px;
}

.overlay h3, .overlay h4, .partInfo h3, .partInfo h4 {
    text-align: left;
}

.custom-container table thead tr {
    color: #FFF;
}

.custom-container label {
    color: #FFF;
}

.result-boxes {
    height:425px;
}