@charset "utf-8";
.nb {
  border: none !important;
}
.only-desktop {
  display: block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-desktop {
    display: none;
  }
}
.only-mobile {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-mobile {
    display: block;
  }
}
.no-padding-l {
  padding-left: 0px;
}
.no-padding-r {
  padding-right: 0px;
}
.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding-b {
  padding-bottom: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.errorMessage {
  display: none;
  color: red;
}
.errorField {
  border: 1px solid red;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  font-size: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px),only screen and (min-width: 1025px) and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  padding-top: 155px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    padding-top: 0px;
  }
}
main {
  padding-top: 20px;
  padding-bottom: 40px;
  min-height: 138px;
}
img {
  border: none;
  outline: none;
  user-select: none;
  max-width: 100%;
}
textarea {
  width: 100%;
  min-height: 100px;
  background-color: rgba(240,255,0,0.5);
}
nav ul,
footer ul,
ul {
  list-style: none;
}
a {
  text-decoration: none !important;
}
.redBackground {
  background-color: rgba(255,0,0,0.3) !important;
}
.yellowBackground {
  background-color: rgba(255,196,20,0.69) !important;
}
.blueBackground {
  background-color: rgba(20,156,255,0.51) !important;
}
.greenBackground {
  background-color: rgba(0,100,0,0.5) !important;
}
.grayBackground {
  background-color: rgba(0,0,0,0.14) !important;
}
.table-striped tbody tr,
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,0.04);
}
.colorBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.colorBox .box {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}
.colorBox .green {
  background-color: rgba(0,100,0,0.8) !important;
}
.colorBox .red {
  background-color: rgba(255,0,0,0.8) !important;
}
.colorBox .yellow {
  background-color: rgba(255,196,20,0.8) !important;
}
.colorBox .blue {
  background-color: rgba(20,156,255,0.8) !important;
}
.container {
  position: relative;
  /*width: 95%;*/
  width: 99%;
  display: block;
  /*margin: 0 auto;*/
  margin: unset;
  padding-right: 0px;
  padding-left: 0px;
  max-width: initial;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.table thead tr th {
  font-size: 14px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .table thead tr th {
    white-space: nowrap;
    min-width: 110px;
  }
}
.table td {
  font-size: 14px;
}
header {
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  height: auto;
  z-index: 100;
  /*background: rgba(37,37,37,0.95);*/
  background: #303030;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    position: relative;
    top: initial;
    left: initial;
    background-color: #252525;
  }
}
header .headerRow {
  border-bottom: 1px solid #3a506b;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow {
    flex-direction: column;
    width: 100%;
    padding-bottom: 15px;
  }
}
header .headerRow .logoContainer {
  position: relative;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .logoContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .logoContainer .logo img {
    max-width: 60%;
    display: block;
  }
}
header .headerRow .logoContainer .navBtn {
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .logoContainer .navBtn {
    display: block;
  }
}
header .headerRow .navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 75%;
  align-items: flex-end;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .navbar {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  header .headerRow .navbar {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  header .headerRow .navbar form {
    order: 2;
    width: 100%;
    max-width: initial;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  header .headerRow .navbar .navbar-nav {
    order: 1;
  }
}
header .headerRow .navbar .navbar-nav .nav-item {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  header .headerRow .navbar .navbar-nav .nav-item {
    margin-bottom: 40px;
  }
}
header .headerRow .navbar .navbar-nav .nav-item .userInfo {
  color: #FFF;
  text-align: right;
}
header .headerRow .navbar .navbar-nav .nav-item .nav-link {
  color: #FFF;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 8px;
  display: inline-block;
}
header .headerRow .menuContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 66%;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer {
    width: 100%;
    display: none;
  }
}
header .headerRow .menuContainer .menuHolder .menu {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer .menuHolder .menu {
    flex-direction: column;
    align-items: center;
  }
}
header .headerRow .menuContainer .menuHolder .menu li {
  margin-right: 40px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer .menuHolder .menu li {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
header .headerRow .menuContainer .menuHolder .menu li a {
  color: #FFF;
  font-size: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer .menuHolder .menu li a {
    font-size: 1.75rem;
  }
}
header .headerRow .menuContainer .actionsRow {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer .actionsRow {
    flex-direction: column;
    align-items: center;
  }
}
header .headerRow .menuContainer .actionsRow a {
  padding: 25px 40px;
  margin-left: 20px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px),only screen and (min-width: 1025px) and (max-width: 1400px) {
  header .headerRow .menuContainer .actionsRow a {
    padding: 16px 32px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer .actionsRow a {
    margin-left: 0px;
    margin-bottom: 20px;
    min-width: 200px;
  }
}
header .headerRow .menuContainer .actionsRow .grayLink {
  background: url(../images/linkBack.png), #cfd6ee;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.125rem;
  color: #0d151d;
  line-height: 1;
}
header .headerRow .menuContainer .actionsRow .blueLink {
  background: url(../images/linkBack.png), #5481c1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.125rem;
  color: #FFF;
  line-height: 1;
}
.welcomeContainer {
  position: relative;
}
.welcomeContainer .container .title {
  font-weight: 700;
  color: #252525;
  font-size: 2.75rem;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .welcomeContainer .container .title {
    max-width: 100%;
    font-size: 2rem;
  }
}
.welcomeContainer .container .form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}
.welcomeContainer .container .form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.welcomeContainer .container .form-label-group input,
.welcomeContainer .container .form-label-group label {
  height: 3.125rem;
  padding: .75rem;
}
.welcomeContainer .container .form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}
.welcomeContainer .container .form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.welcomeContainer .container .form-label-group input::-moz-placeholder {
  color: transparent;
}
.welcomeContainer .container .form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.welcomeContainer .container .form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.welcomeContainer .container .form-label-group input::placeholder {
  color: transparent;
}
.welcomeContainer .container .form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.welcomeContainer .container .form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.welcomeContainer .container .form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.welcomeContainer .container .form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
.welcomeContainer .container .form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
.welcomeContainer .container .form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
.select2-container {
  min-width: 100%;
}
.select2-container .select2-selection--single {
  border-radius: 0px;
  height: 58px;
  display: block;
  width: 100%;
  background-color: #111b25;
  color: #FFF;
  border: 1px solid #1f3656;
  box-shadow: 0px 0px 6px #344f71;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #FFF;
  line-height: 58px;
  padding-left: 15px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 56px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 56px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #5279b0 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}
footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #252525;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer a,
footer a:link,
footer a:hover,
footer a:visited {
  color: #FFF;
}
footer .container .footerTop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .container .footerTop {
    flex-direction: column;
  }
}
footer .container .footerTop .left {
  font-size: 1.125rem;
  color: #FFF;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  footer .container .footerTop .left {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    order: 2;
  }
}
footer .container .footerTop .left a,
footer .container .footerTop .left a:link,
footer .container .footerTop .left a:hover,
footer .container .footerTop .left a:visited {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  footer .container .footerTop .right {
    order: 1;
    display: flex;
    justify-content: center;
  }
}
footer .container .footerBottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .container .footerBottom {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  footer .container .footerBottom {
    flex-direction: column;
  }
}
footer .container .footerBottom .left {
  font-size: 1.125rem;
  color: #FFF;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  footer .container .footerBottom .left {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .container .footerBottom .left a,
footer .container .footerBottom .left a:link,
footer .container .footerBottom .left a:hover,
footer .container .footerBottom .left a:visited {
  color: #FFF;
}
footer .container .footerBottom .right .socials {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .container .footerBottom .right .socials {
    justify-content: center;
  }
}
footer .container .footerBottom .right .socials a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  footer .container .footerBottom .right .socials a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
footer .container .footerBottom .right .socials a i {
  font-size: 1.125rem;
  color: #FFF;
}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}
.menu__btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
#preloader {
  display: none;
  color: #fff;
}
#contactFormSuccess {
  font-size: 16px;
  color: #fff;
  display: none;
}
.table-responsive table thead tr th .sortBox {
  display: inline-flex;
}
.table-responsive table thead tr th .sortBox .sortLink {
  margin-right: 4px;
  margin-left: 4px;
}
.table-responsive table thead tr th .sortBox .selectedLink {
  color: red;
}
#preferred_appt_time,
#product_notes {
  min-height: 54px;
  height: 54px;
}
#chartjs-tooltip {
  background: #ffffff;
}

/*left menu css*/
.left_menu_form a{width: 100%;}
.left_menu{background: #303030; padding-top:6%; padding-left: 2%; position: relative; margin-top: -25px;}
header .headerRow{border-bottom:none;}
.left_menu nav {
  position: relative;
  /*margin: 50px;
  width: 360px;*/
    background: 
}
.left_menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.left_menu nav ul li {
  /* Sub Menu */
}
.left_menu nav ul li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.left_menu nav ul li a:hover {
  background: #1d4f71;
  color: #fff;
}
.left_menu nav ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float:right;
}
.left_menu nav ul ul {
  background: rgba(0, 0, 0, 0.2);
}
.left_menu nav ul li ul li a {
  
  border-left: 4px solid transparent;
  padding: 7px 17px;
}
.left_menu nav ul li ul li a:hover {
 
  border-left: 4px solid #3498db;
}
.left_menu .mb-2, .my-2{margin-top:.5rem!important;}
.left_menu_row{background:none; position:relative;}
.left_menu_row .col-sm-10{margin-top: 35px;}
/*left menu css*/
/*category tree css*/
.optionGroup {
    font-weight: bold;
    /*font-style: italic;*/
}
    
.optionChild {
    padding-left: 15px;
}
.v-divider{
  border-right:1px solid #ced4da;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover{color: #495057;
background: white; border: 1px solid #ced4da;}
/*category tree css*/
/*lead page form*/
.lead_acc_class .card-header h2, .btn.btn-link{width: 100%;}
.lead_acc_class .card-header .btn.btn-link, .btn.btn-link:hover{color:unset; box-shadow: unset; text-decoration:none;}
.lead_acc_class .card-header .btn.btn-link:focus{text-decoration: none; outline:unset;}
.lead_acc_class .card-header .btn{text-align:left; font-weight:600;}
/*lead page form*/
[data-leadfontcolor="rejectedLeadColor"]{color:#dc3545;}
[data-leadcancelcontract="leadCancelContract"]{background-color:#f10e24a1 !important;}
/*fitter sheet*/
#print_content table thead tr th, #print_content table tbody tr td {border:1px solid #dee2e6;}
#print_content table { table-layout:fixed; } 
#print_content th, td { vertical-align:unset; }
#print_content th { background:#cecece; }
#print_content td { background:#fff; }  
#print_content td.has-nested-table { cursor:pointer; padding:0;}
#print_content td.fitter_nm,#print_content th.fitter_nm   { width: 12.5%}
/*fitter sheet*/
/* .fields_break{border-bottom: 1px solid #d2d6de;margin-bottom: 15px;padding-bottom: 15px;color: #666;} */
.fields_break{border-bottom: 1px solid #17a2b8;margin-bottom: 15px;padding-bottom: 15px;color: #666;}
.hidden{display:none;}
.status_bg a{color:#fff;}