@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&family=Open+Sans:wght@300;400;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;400;700&family=Roboto+Condensed:wght@400;700&display=swap');




body {
    margin: 0px;
    background: #fff;
}



.ui-datepicker {
  font-size: 12px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}






.bodytext {
    position: relative;
    text-align:left;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    line-height: 20px;
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

.bodytext a:link,
.bodytext a:hover,
.bodytext a:visited,
.bodytext a:active
{
  color: #fff;
  text-decoration: none;
}




.bodytext_dark {
  position: relative;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #222;
  line-height: 20px;
}

.bodytext_dark a:link,
.bodytext_dark a:hover,
.bodytext_dark a:visited,
.bodytext_dark a:active
{
  color: #222;
  text-decoration: none;
}



.form_error_block {
  display: none; 
  position: relative; 
  width: 100%; 
  text-align: center; 
  font-weight: 700; 
  font-size: 13px; 
  line-height: 15px; 
  color: #d6372c; 
  margin-top: 10px; 
  margin-bottom: 0px;
  font-family: 'Noto Sans', sans-serif;
}




.bodytext_copyright {
  position: relative;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  line-height: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bodytext_copyright a:link,
.bodytext_copyright a:hover,
.bodytext_copyright a:visited,
.bodytext_copyright a:active
{
  color: #fff;
  text-decoration: none;
}


@media screen and (min-width: 401px) {
  .bodytext_copyright { 
      font-size: 12px;
      line-height: 18px;
  }
}
@media screen and (max-width: 400px) {
  .bodytext_copyright { 
      font-size: 9px;
      line-height: 15px;
  }
}


.link_text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.textfield_grey {
    border-radius: 0px;
    border: 1px solid #aaa;
    padding: 3px 2px 3px 2px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    outline: none;
    background: #fff;
    box-sizing: border-box;
    margin-top: 2px;
    /* -webkit-text-fill-color: #222;
    -moz-text-fill-color: #222;
    -o-text-fill-color: #222;
    -khtml-text-fill-color: #222; */
}

.textfield_grey:active,
.textfield_grey:hover,
.textfield_grey:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}



input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    transition: background-color 5000s ease-in-out 0s;
}














.order_item_info_tr {
  display: none;
  outline: thin solid #aaa;
}

.order_item_info_tr_header {
  background: none;
  cursor: pointer;
}

.order_item_info_tr_header:hover {
  background: #efefff;
}

.order_item_info_tr_header_alt {
  background: #ffe;
  cursor: pointer;
}

.order_item_info_tr_header_alt:hover {
  background: #efefff;
}









/* #00607c */
.addtocart_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 2px;
    background: #2aafbd;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.addtocart_button:hover {
    background: #29939D !important;
    color: #fff;
}


.addtocart_button_disabled {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  background: #ccc;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 200;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
















/* #00607c */
.custom_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 2px;
    background: #121212;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_button:hover {
    background: #666 !important;
    color: #fff;
}


.custom_button_disabled {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  background: #ccc;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 200;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.custom_button_saving {
  -webkit-animation-name: custom_button_saving; /* Chrome, Safari, Opera */
  animation-name: custom_button_saving;
  -webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: top right;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  background: #121212;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 400;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes custom_button_saving {
  0% { background: #121212; }
  100% { background: #008800; }
}

@keyframes custom_button_saving {
  0% { background: #121212; }
  100% { background: #008800; }
}






.micro_button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 4px 4px 2px 4px;
  border-radius: 2px;
  background: #121212;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px; 
  line-height: 13px;
  font-weight: 400;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.micro_button:hover {
  background: #888 !important;
  color: #fff;
}




#admin_chat_toggle_button{
  display: block;
  position: absolute;
  top: 0px;
  height: 50px;
  left: -10px;
  width: 20px;
  background: #666;
  border-radius: 6px;
  transition: 0.3s;
  cursor: pointer;
}





.admin_chat_bubble_container {
  position: absolute; 
  left: 0px; 
  right: 0px; 
  top: 0px; 
  height: calc(100% - 274px); 
  background: #fff; 
  padding: 10px; 
  box-sizing: border-box; 
  overflow-y: auto;
}


.admin_chat_tab_active {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box;
  font-weight: 700;
  color: #222;
  text-align: center;
  transition: 0.3s;
  cursor: default;
  opacity: 1.0;
  filter: alpha(opacity=100);
}


.admin_chat_tab {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box;
  font-weight: 400;
  color: #222;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}





.admin_button_small {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 3px 7px 3px 7px;
  border-radius: 2px;
  background: #d6372c;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px; 
  line-height: 14px;
  font-weight: 200;
  transition: 0.3s;
  margin: 5px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.admin_button_small:hover {
  background: #666 !important;
  color: #fff;
}



.admin_button_small_disabled {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 3px 7px 3px 7px;
  border-radius: 2px;
  background: #ccc;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px; 
  line-height: 14px;
  font-weight: 200;
  margin: 5px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




#new_nav_menu {
    display: none; 
    position: absolute; 
    top: 28px; 
    right: 0px; 
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    background: #fff; 
    border: 1px solid #ccc;
    border-bottom: none; 
    box-shadow: 3px 3px 4px rgba(0,0,0,0.3); 
    z-index: 9999973; 
  }
  
  
  
  .new_nav_menu_item {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 4px 10px 4px 10px;
    margin: 0px;
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 19px;
    background: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .new_nav_menu_item:hover {
    background: #ccc;
  }



  #nav_bar_links {
    display: block; 
    position: absolute; 
    top: 14px; 
    right: 120px; 
    color: #fff; 
    font-size: 14px; 
    line-height: 14px; 
    text-align: right;
  }


  @media screen and (min-width: 811px) {
    #nav_bar_links { 
        display: block;
    }
    #menu_about {
        display: none;
    }
    #menu_contact {
        display: none;
    }
    #menu_products {
      display: none;
    }
    #menu_templates {
      display: none;
    }
    #menu_estimate {
      display: none;
    }
    #menu_catalog {
      display: none;
    }
  }
  @media screen and (max-width: 810px) {
    #nav_bar_links { 
        display: none;
    }
    #menu_about {
        display: block;
    }
    #menu_contact {
        display: block;
    }
    #menu_products {
      display: block;
    }
    #menu_templates {
      display: block;
    }
    #menu_estimate {
      display: block;
    }
    #menu_catalog {
      display: block;
    }
  }




  .menu_link_text {
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
  }

  .menu_link_text:hover {
    color: #d6372c;
  }




  .dialog_container {
    display: flex; 
    position: fixed; 
    width: 100vw; 
    top: 0px; 
    height: calc(100% - 0px); 
    padding: 0px;
    left: -20000px; 
    box-sizing: border-box;
    justify-content: center; 
    align-items: center; 
    align-content: center; 
    text-align: center; 
    z-index: 9999991;
  }


  .dialog_base {
      display: block;
      position: relative;
      font-family: 'Noto Sans', sans-serif;
      font-weight: 200;
      color: #222;
      font-size: 12px;
      line-height: 13px;
      text-align: left;
      width: 100%;
      padding: 16px 16px 20px 16px;
      margin-top: -20px;
      box-sizing: border-box;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
      min-height: 100px;
  }






.loader4 {
  margin: 0px auto;
  position: relative;
  -webkit-animation: load4 1.9s infinite linear;
  animation: load4 1.9s infinite linear;
  z-index: 99999999;
}
@-webkit-keyframes load4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





  .loader {
    display: inline-block;
    color: #121212;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }




  .tile_icon {
    display: inline-block; 
    position: relative; 
    cursor: pointer; 
    width: 44px; 
    height: 44px; 
    text-align: center; 
    padding: 0px; 
    margin: 5px; 
    border: 1px solid #888; 
    border-radius: 3px;
    background-size: 80%; 
    background-repeat: no-repeat; 
    background-position: center;
  }

  .tile_icon:hover {
    border: 1px solid #fff;
  }



  .client_area {
    display: flex; 
    position: relative; 
    justify-content: center; 
    align-items: flex-start; 
    align-content: flex-start; 
    flex-flow: row wrap; 
    width: 100%; 
    height: 100%; 
    text-align: center; 
    box-sizing: border-box; 
    padding: 0px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    line-height: 20px;
}








.select-wrapper{
  float: left;
  border-bottom: 1px solid #222;            
  background: url(pics/dropdown.png) no-repeat right center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14.4px;
  line-height: 14.4px;
  color: #000;
  cursor: pointer;
}
.select-wrapper, .select-wrapper select{
  width: 100%;
  height: 26px;
  line-height: 26px;
  color: #000;
}
.select-wrapper .holder{
  display: block;
  margin: 0 35px 0 5px;
  white-space: nowrap;            
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 999;
  color: #000;
}
.select-wrapper select{
  margin: 0;
  position: absolute;
  z-index: 2;            
  cursor: pointer;
  outline: none;
  opacity: 0;
  color: #000;
}
  



















/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 21px;
  top: -4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #222;
  background-color: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  background-color: none;
  position: absolute;
  left: 0;
  top: -2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 5px;
  top: -6px;
  left: 3px;
  border-radius: 0;
  opacity: 1;
  background-color: none;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}






.checkbox_small {
  display: inline-block; 
  position: relative;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
  width: 14px;
  height: 14px;
  cursor: pointer;
}






  


  .client_section {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
    min-height: 77vh;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #222;
    line-height: 20px;
  }


  .client_section_title {
    display: inline-block;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #d6372c;
    line-height: 28px;
    margin-bottom: 26px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  .product_tile {
    display: inline-block;
    position: relative;
    flex-grow: 0;
    width: 150px;
    height: 170px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 16px;
    margin: 8px;
    cursor: pointer;
    padding: 8px;
    box-sizing: border-box;
  }

  .product_tile:hover {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
  }



  .product_tile_title {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    padding: 0px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  .category_tile_icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url();
  }

  .product_tile_icon {
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url();
  }



  .admin_section {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
    min-height: 100px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #222;
    line-height: 20px;
  }
  




  .admin_option_tile {
    display: inline-block;
    position: relative;
    flex-grow: 0;
    width: 130px;
    height: 150px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 16px;
    margin: 8px;
    cursor: pointer;
    padding: 8px;
    box-sizing: border-box;
    z-index: 100;
  }

  .admin_option_tile:hover {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
  }




  .admin_tile {
    display: inline-block;
    position: relative;
    flex-grow: 0;
    width: 130px;
    height: 150px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 16px;
    margin: 8px;
    cursor: pointer;
    padding: 8px;
    box-sizing: border-box;
    z-index: 100;
  }

  .admin_tile:hover {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
  }


  .admin_tile_title {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    padding: 0px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    line-height: 14px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  .admin_tile_icon {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url();
  }





  .user_tile {
    display: inline-block;
    position: relative;
    flex-grow: 0;
    width: 250px;
    height: 50px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: #222;
    line-height: 16px;
    margin: 8px;
    cursor: pointer;
    padding: 8px;
    box-sizing: border-box;
  }

  .user_tile:hover {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
  }





  .invoice_tile {
    display: inline-block;
    position: relative;
    flex-grow: 0;
    width: 300px;
    height: 130px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: #222;
    line-height: 16px;
    margin: 8px;
    padding: 8px;
    cursor: pointer;
    box-sizing: border-box;
  }

  .invoice_tile:hover {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
  }





  .search_suggestion_text {
    display: block; 
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: #666;
    line-height: 16px;
    text-align: left;
    padding: 5px;
    overflow: hidden;
    height: 22px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .search_suggestion_text:hover {
    color: #222;
  }



  .custom_option_checkbox {
    position: relative;
  }




  .client_category_products_block_container {
    display: none; 
    position: relative; 
    width: 100%; 
    padding: 0px; 
    margin-top: 26px;
    min-height: 200px;
  }


  .client_category_product_info_block_container {
    display: none; 
    position: relative; 
    width: 100%; 
    padding: 0px; 
    margin-top: 26px;
    min-height: 200px;
  }



  .product_info_preview_box {
    display: inline-block; 
    position: relative; 
    top: 0px; 
    width: 100%; 
    height: 150px; 
    text-align: center; 
    overflow: hidden; 
    border: 1px solid #444; 
    background: #fff; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: contain; 
    padding: 0px; 
    border-radius: 3px; 
    margin-top: 10px; 
    margin-bottom: 0px; 
    cursor: pointer;
  }
  
  





.cart_focus {
  -webkit-animation-name: cart_focus; /* Chrome, Safari, Opera */
  animation-name: cart_focus;
  -webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: top right;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  font-family: 'Open Sans', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes cart_focus {
  0% {transform: scale(7.0); opacity: 0.3; filter: alpha(opacity=30); }
  100% {transform: scale(1.0); opacity: 1.0; filter: alpha(opacity=100); }
}

@keyframes cart_focus {
  0% {transform: scale(7.0); opacity: 0.3; filter: alpha(opacity=30); }
  100% {transform: scale(1.0); opacity: 1.0; filter: alpha(opacity=100); }
}





.attachment_box {
  display: block; 
  position: relative; 
  padding: 0px; 
  height: 22px; 
  width: 100%;
}




.cart_tile {
  display: block;
  position: relative;
  width: 100%;
  min-height: 50px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 200;
  color: #222;
  line-height: 17px;
  margin-bottom: 8px;
  padding: 8px;
  box-sizing: border-box;
}

.cart_tile:hover {
  border: 1px solid #aaa;
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
}



.cart_tile_alt {
  display: block;
  position: relative;
  width: 100%;
  min-height: 50px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 200;
  color: #222;
  line-height: 17px;
  margin-bottom: 8px;
  padding: 5px;
  padding-top: 50px;
  padding-bottom: 15px;
  box-sizing: border-box;
}




.job_progress_container {
  display: flex; 
  position: relative; 
  width: 100%; 
  padding: 0px; 
  flex-flow: row wrap; 
  justify-content: flex-start; 
  box-sizing: border-box;
}



.order_item_job_name {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  color: #222;
  margin-bottom: 5px;
}



.order_item_progress_tile {
  display: inline-block;
  position: relative;
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 38px;
  background-color: #ccc; 
  width: 50px; 
  height: 50px; 
  border-radius: 4px; 
  background-image: url(); 
  background-size: 80%; 
  background-position: center; 
  background-repeat: no-repeat;
}


.order_item_progress_tile_title {
  font-family: 'BenchNine', sans-serif;
  display: block; 
  position: absolute; 
  bottom: calc(100% + 3px); 
  left: 0px; 
  width: 100%; 
  text-align: center; 
  font-size: 12px; 
  line-height: 12px;
}


.order_item_progress_tile_footer {
  font-family: 'Open Sans', sans-serif;
  display: block; 
  position: absolute; 
  top: calc(100% + 3px); 
  left: 0px;
  margin-top: 2px;  
  width: 100%; 
  text-align: center; 
  color: #aaa;
  font-size: 10px; 
  line-height: 11px;
}


.order_item_progress_tile_check_mark {
  font-family: 'Open Sans', sans-serif;
  display: block; 
  position: absolute; 
  top: 0px;
  left: 2px;
  bottom: 0px; 
  right: 0px;
  font-weight: bold; 
  text-align: center; 
  color: rgba(0,160,0,0.7);
  font-size: 56px; 
  line-height: 50px;
}



.order_preview_box {
  display: inline-block; 
  position: relative; 
  box-sizing: border-box; 
  background: #83ADD7; 
  padding: 6px; 
  padding-bottom: 3px; 
  border-radius: 4px; 
  margin: 0px; 
  width: 90px;
  height: 90px; 
  margin-right: 18px; 
  margin-bottom: 6px;
}



.order_datetime {
  display: block;
  position: relative;
  text-align: center;
  color: #aaa;
  font-size: 12px;
  line-height: 13px;
  font-family: 'BenchNine', sans-serif;
}



.admin_order_job_title {
  display: block;
  position: absolute;
  bottom: calc(100% + 20px);
  left: 0px;
  width: 180px;
  box-sizing: border-box;
  color: #222;
  padding: 0px;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}



.admin_order_client_name {
  display: block;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0px;
  width: 180px;
  box-sizing: border-box;
  color: #666;
  padding: 0px;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 13px;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}



.admin_order_slanted_text {
  display: block; 
  position: absolute; 
  left: 15px; 
  top: -10px; 
  font-family: 'BenchNine', sans-serif;
  font-size: 12px; 
  font-weight: normal; 
  line-height: 12px; 
  text-align: left; 
  color: #aaa; 
  transform-origin: bottom left; 
  transform: rotate(-55deg);
}


.admin_order_description {
  position: relative;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 11px; 
  line-height: 12.5px; 
  font-weight: 200; 
  color: #666; 
  padding: 5px 3px 5px 3px; 
  margin: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.admin_order_description:hover {
  cursor: pointer;
  color: #000;
}


.admin_order_greyed_check {
  display: flex; 
  position: relative;
  justify-content: center;
  align-items: center; 
  align-content: center; 
  min-height: 35px; 
  font-weight: bold; 
  font-size: 32px; 
  color: #efefef;
  cursor: pointer;
}


.admin_order_green_check {
  display: flex; 
  position: relative; 
  justify-content: center;
  align-items: center; 
  align-content: center;
  min-height: 35px; 
  font-weight: bold; 
  font-size: 32px; 
  color: #0b0;
  cursor: pointer;
}



.client_order_greyed_check {
  display: flex; 
  position: relative;
  justify-content: center;
  align-items: center; 
  align-content: center; 
  min-height: 35px; 
  font-weight: bold; 
  font-size: 32px; 
  color: #efefef;
}


.client_order_green_check {
  display: flex; 
  position: relative; 
  justify-content: center;
  align-items: center; 
  align-content: center;
  min-height: 35px; 
  font-weight: bold; 
  font-size: 32px; 
  color: #0b0;
}


#apply_form_container_inner {
  display: inline-block; 
  position: relative; 
  box-sizing: border-box;
  padding: 0px; 
  width: 100%; 
  max-width: 524px;
}

@media screen and (min-width: 595px) {
  #apply_form_container_inner { 
    max-width: 524px;
  }
}
@media screen and (max-width: 594px) {
  #apply_form_container_inner { 
    max-width: 280px;
  }
}


#map_container {
  display: inline-block;
  width: 700px;
  height: 400px;
  border: 1px solid #ccc;
}


@media screen and (min-width: 401px) {
  #map_container { 
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  #map_container { 
    height: 250px;
  }
}



.terms_container {
  display: inline-block;
  position: relative;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: left;
  text-align: justify;
  column-count: 2; 
  column-gap: 20px;
  column-rule: 1px solid #efefef;
  box-sizing: border-box;
  padding: 3px;
}

@media screen and (min-width: 651px) {
  .terms_container { 
  column-count: 2;
  }
}
@media screen and (max-width: 650px) {
  .terms_container { 
  column-count: 1;
  }
}




.client_jobs_container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 600px;
  column-count: 1; 
  column-gap: 20px;
  column-rule: 1px solid #efefef;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media screen and (min-width: 901px) {
  .client_jobs_container { 
  column-count: 1;
  }
}
@media screen and (max-width: 900px) {
  .client_jobs_container { 
  column-count: 1;
  }
}



.bulktext {
  display: block; 
  position: relative;
  font-family: 'Noto Sans', sans-serif;
  font-size: 17px;
  line-height: 19px; 
  padding: 10px; 
  background: #efefef; 
  color: #d6372c; 
  border: 1px solid #222; 
  font-weight: 700; 
  text-align: center; 
  margin-top: 8px; 
  margin-bottom: 8px; 
  border-radius: 6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 651px) {
  .bulktext { 
    font-size: 17px;
    line-height: 19px; 
  }
}
@media screen and (max-width: 650px) {
  .bulktext { 
    font-size: 14px;
    line-height: 15px; 
  }
}


.bulk_key {
  display: block; 
  position: absolute; 
  width: 100%; 
  top: calc(100% + 8px);
  padding: 0px; 
  /* margin-top: 3px;  */
  text-align: center; 
  font-size: 10px; 
  line-height: 10px; 
  font-weight: 200;
  font-family: 'Noto Sans', sans-serif;
  color: #d6372c; 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.tvboard_title {
  position: relative;
  font-family: 'Noto Sans', sans-serif;
  text-align: center; 
  font-weight: 700; 
  font-size: 28px; 
  line-height: 36px; 
  border-left: 2px solid #fff; 
  border-right: 2px solid #fff; 
  box-sizing: border-box; 
  padding: 5px;
  color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.tvboard_inner {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0px;
  text-align: left;
}



.tvboard_job_title {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: #222;
  padding: 0px;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}



.tvboard_client_name {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: #666;
  padding: 0px;
  text-align:left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 13px;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}




.about_flex_box {
  display: inline-block; 
  position: relative; 
  text-align: left; 
  width: calc(50% - 20px); 
  padding: 0px; 
  box-sizing: border-box; 
  margin: 10px;
  color: #222;
}

.about_flex_box a:link,
.about_flex_box a:hover,
.about_flex_box a:visited,
.about_flex_box a:active
{
  color: #222;
  text-decoration: none;
}

@media screen and (min-width: 801px) {
  .about_flex_box { 
    width: calc(50% - 20px); 
  }
}
@media screen and (max-width: 800px) {
  .about_flex_box { 
    width: 100%;
  }
}




.templates_flex_box {
  display: inline-block; 
  position: relative; 
  text-align: left; 
  min-width: 280px; 
  padding: 0px; 
  box-sizing: border-box; 
  margin: 10px;
  color: #222;
}

.templates_flex_box a:link,
.templates_flex_box a:hover,
.templates_flex_box a:visited,
.templates_flex_box a:active
{
  color: #222;
  text-decoration: none;
}





.invoice_detail_preview {
  display: inline-block;
  position: relative;
  width: 180px;
  flex-grow: 0;
  padding: 0px;
  margin: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: left;
}

.invoice_detail_container {
  display: inline-block;
  position: relative;
  width: calc(100% - 190px);
  flex-grow: 0;
  padding: 0px;
  margin: 0px;
  margin-left: 5px;
  text-align: left;
  font-size: 15px;
  line-height: 17px;
}

@media screen and (min-width: 501px) {
  .invoice_detail_preview { 
    width: 180px;
    margin-right: 5px;
    text-align: left;
    flex-grow: 0;
  }
  .invoice_detail_container {
    width: calc(100% - 190px);
    flex-grow: 0;
    margin: 0px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 500px) {
  .invoice_detail_preview { 
    width: 100%;
    margin-right: 0px;
    text-align: center;
    flex-grow: 1;
  }
  .invoice_detail_container {
    width: 100%;
    flex-grow: 1;
    margin: 0px;
    margin-left: 0px;
  }
}




.signup_box {
  display: inline-block;
  position: relative;
  width: 290px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  margin-right: 50px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 17px;
  font-weight: 200;
  color: #fff;
  line-height: 20px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.footer_columns_box {
  display: inline-block;
  position: relative;
  width: calc(100% - 340px);
  text-align: left;
  padding: 0px;
  margin: 0px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 200;
  color: #fff;
  line-height: 17px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.footer_column {
  display: inline-block;
  position: relative;
  width: 30%;
  max-width: 240px;
  min-width: 180px;
  text-align: left;
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  line-height: 24px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



@media screen and (min-width: 881px) {
  .signup_box { 
    margin-right: 50px;
  }
  .footer_columns_box {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 880px) {
  .signup_box { 
    margin-right: 0px;
  }
  .footer_columns_box {
    width: 100%;
  }
}




#main_index_logo {
  border: 0px; 
  position: absolute; 
  cursor: pointer; 
  left: 20px; 
  top: 9px; 
  height: 50px; 
  width: auto;
}

#main_index_logo2 {
  border: 0px; 
  position: absolute; 
  cursor: pointer; 
  left: 20px; 
  top: 8px; 
  height: 30px; 
  width: auto;
}

#nav_items_box {
  display: flex; 
  position: absolute; 
  right: 20px; 
  bottom: 13px; 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: right; 
  justify-content: flex-end; 
  align-items: flex-end; 
  gap: 8px;
}

#nav_bar {
  display: block; 
  position: fixed; 
  left: 0vw; 
  right: 0vw; 
  top: 0px; 
  height: 100px; 
  text-align: center;
  background: #121212; 
  z-index: 9999971;
}

#admin_nav_bar {
  display: block; 
  position: fixed; 
  left: 0vw; 
  right: 0vw; 
  top: 0px; 
  height: 50px; 
  text-align: center;
  background: #121212; 
  z-index: 9999971;
}

#admin_nav_bar_spacer {
  display: block; 
  position: relative; 
  width: 100%; 
  height: 50px;
}

#nav_bar2 {
  display: block; 
  position: fixed; 
  left: 0vw; 
  right: 0vw; 
  top: 70px; 
  min-height: 15px; 
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  background: #353535; 
  z-index: 9999970;
}

#nav_bar3 {
  display: block; 
  position: relative; 
  left: 0vw; 
  right: 0vw; 
  top: 0px; 
  margin-bottom: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  background: #353535; 
  z-index: 9999970;
  transform-origin: top center;
}

#nav_bar4 {
  display: block; 
  position: relative; 
  left: 0vw; 
  right: 0vw; 
  top: 0px; 
  height: 15px; 
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  background: #353535; 
  z-index: 9999969;
}

#nav_bar_full_links {
  display: inline-block;
  position: relative;
  padding: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#slides_spacer {
  width: 100%; 
  height: auto;
  content: url(pics/spacer_40pct.png);
}

#main_mobile_menu {
  display: none; 
  position: relative; 
  box-sizing: border-box; 
  padding: 0px; 
  text-align: center; 
  margin-left: 4px;
}




.nav_bar_sub_menu
{
  color: #222;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 24px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.sub_menu_triangle {
  color: #fff;
}

.sub_category_triangle {
  color: #fff;
}

.sub_category_link {
  display: inline-block; 
  position: relative; 
  font-size: 14px; 
  font-weight: 400; 
  color: #999; 
  text-align: left;
  cursor: pointer;
}

.sub_category_link:hover {
  color: #121212; 
}


#main_search_box {
  position: relative;
  width: 196px; 
  top: 0px;
}

#my_account_button {
  display: block; 
  position: relative; 
  border: 1px solid #fff; 
  border-radius: 8px; 
  box-sizing: border-box; 
  padding: 6px; 
  text-align: center; 
  cursor: pointer;
  font-size: 15px; 
  line-height: 17px;
}

#hello_log_in_text {
  font-size: 12px;
}

#login_icon1 {
  height: 20px; 
  width: auto;
}

#extra_links_block {
  display: inline-block;
  position: relative;
  top: 10px;
  height: calc(100% - 20px);
  padding: 0px;
  margin-left: 70px;
  box-sizing: border-box;
  text-align: center;
}

#nav_bar_spacer1 {
  display: block; 
  position: relative; 
  width: 100%; 
  height: 125px;
}



@media screen and (min-width: 771px) {
  #extra_links_block {
    width: default;
  }
}
@media screen and (max-width: 770px) {
  #extra_links_block {
    width: 130px;
  }
}




@media screen and (min-width: 681px) {
  #nav_bar2 {
    display: block;
  }
  #nav_bar3 {
    display: none;
  }
  #nav_bar4 {
    display: none;
  }
  #main_mobile_menu {
    display: none;
  }
  #extra_links_block {
    display: inline-block;
  }
  #nav_bar_spacer1 {
    height: 125px;
  }
  #main_index_logo { 
    display: block;
  }
  #main_index_logo2 { 
    display: none;
  }
  #nav_items_box {
    bottom: 13px;
  }
  #nav_bar { 
    height: 70px;
  }
  #my_account_button {
    padding: 6px;
    font-size: 15px; 
    line-height: 17px;
  }
  #hello_log_in_text {
    font-size: 12px;
  }
  #login_icon1 {
    height: 20px; 
  }
  #slides_spacer {
    content: url(pics/spacer_40pct.png);
  }
}
@media screen and (max-width: 680px) {
  #nav_bar2 {
    display: none;
  }
  #nav_bar3 {
    display: block;
  }
  #nav_bar4 {
    display: block;
  }
  #main_mobile_menu {
    display: block;
  }
  #extra_links_block {
    display: none;
  }
  #nav_bar_spacer1 {
    height: 30px;
  }
  #main_index_logo { 
    display: none;
  }
  #main_index_logo2 { 
    display: block;
  }
  #nav_items_box {
    bottom: 8px;
  }
  #nav_bar { 
    height: 45px;
  }
  #my_account_button {
    padding: 4px;
    font-size: 11px; 
    line-height: 12px;
  }
  #hello_log_in_text {
    font-size: 10px;
  }
  #login_icon1 {
    height: 16px; 
  }
  #slides_spacer {
    content: url(pics/spacer_45pct.png);
  }
}


#popular_products_block {
  display: block; 
  position: relative; 
  height: 170px; 
  width: 100%; 
  padding: 20px; 
  box-sizing: border-box; 
  background: #fff; 
  text-align: center;
}

#popular_products_block2 {
  display: none; 
  position: relative; 
  width: 100%; 
  padding: 20px; 
  box-sizing: border-box; 
  background: #fff; 
  text-align: center;
}

#dot_container {
  display: flex; 
  position: absolute; 
  justify-content: center; 
  gap: 16px; 
  box-sizing: border-box; 
  left: 30%; 
  bottom: 4%; 
  width: 40%; 
  height: 4%; 
  min-height: 26px;
  text-align: center; 
  padding: 0px; 
  margin: 0px;
}

@media screen and (min-width: 581px) {
  #popular_products_block {
    display: block; 
  }
  #popular_products_block2 {
    display: none; 
  }
  #dot_container {
    gap: 22px; 
    left: 30%; 
    bottom: 4%; 
    width: 40%; 
    height: 4%;
    min-height: 26px;
  }
}
@media screen and (max-width: 580px) {
  #popular_products_block {
    display: none; 
  }
  #popular_products_block2 {
    display: block; 
  }
  #dot_container {
    gap: 22px; 
    left: 20%; 
    bottom: 3%; 
    width: 60%; 
    height: 7%;
    min-height: 16px;
  }
}




#live_chat_button {
  display: none;
  position: fixed;
  right: 30px;
  top: calc(100vh - 130px);
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 12px;
  background: #121212;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
  box-sizing: border-box;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999999;
}



.admin_menu_item {
  display: block;
  position: relative;
  background: #353535;
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  line-height: 17px;
  padding: 8px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 9999950;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.admin_menu_item:hover {
  background: #222;
  font-weight: 400;
}

.admin_sub_menu_item_container {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  background: #353535;
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  line-height: 17px;
  padding: 0px;
  box-sizing: border-box;
  z-index: 9999951;
}

.admin_sub_menu_item {
  display: block;
  position: relative;
  background: #353535;
  min-width: 150px;
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  line-height: 17px;
  padding: 8px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 9999950;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.admin_sub_menu_item:hover {
  background: #222;
  font-weight: 400;
}





#all_products_column {
  display: inline-block; 
  position: relative; 
  box-sizing: border-box; 
  padding: 0px; 
  width: 200px;
}


#product_main_pic_container {
  display: inline-block; 
  position: relative; 
  width: 100%; 
  max-width: 500px;
  min-width: 250px;
  box-sizing: border-box; 
  padding: 0px; 
  margin: 0px;
  order: 1;
}

#product_selections_container {
  display: inline-block; 
  position: relative; 
  box-sizing: border-box; 
  padding: 10px; 
  margin: 0px; 
  min-width: 250px; 
  border: 1px solid #999;
  order: 2;
}

#prod_cats_display {
  justify-content: flex-start;
}

#product_main_path {
  display: block;
  position: relative;
  padding: 0px;
  box-sizing: border-box;
}

#main_product_sub_title {
  display: inline-block; 
  position: relative; 
  box-sizing: border-box; 
  padding: 0px; 
  color: #444; 
  font-size: 14px; 
  line-height: 17px; 
  font-weight: 700;
}

#main_product_sku {
  display: inline-block; 
  position: relative; 
  box-sizing: border-box; 
  padding: 0px; 
  color: #444; 
  font-size: 14px; 
  line-height: 17px; 
  font-weight: 200;
}

#product_selections_title {
  display: block; 
  position: relative;
  box-sizing: border-box; 
  padding: 0px; 
  font-size: 18px; 
  font-weight: 400;
}

#main_product_desc_1 {
  display: inline-block; 
  position: relative; 
  box-sizing: border-box; 
  padding: 0px; 
  color: #444; 
  font-size: 14px; 
  line-height: 17px; 
  font-weight: 400;
}

#main_product_desc_2 {
  display: inline-block; 
  position: relative; 
  box-sizing: border-box; 
  padding: 0px; 
  color: #444; 
  font-size: 14px; 
  line-height: 17px; 
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 5px;
}

.product_cat_item {
  display: inline-block; 
  position: relative; 
  width: 220px; 
  box-sizing: border-box; 
  padding: 0px; 
  margin: 0px; 
  text-align: center;
}


@media screen and (min-width: 551px) {
  #all_products_column { 
    display: inline-block;
  }
  #prod_cats_display {
    justify-content: flex-start;
  }
  #product_main_pic_container {
    order: 1;
  }
  #product_selections_container {
    order: 2;
  }
  #product_main_path {
    display: block;
  }
  #main_product_sub_title {
    display: inline-block;
  }
  #main_product_sku {
    display: inline-block; 
  }
  #product_selections_title {
    text-align: left;
  }
  #main_product_desc_1 {
    display: inline-block;
  }
  #main_product_desc_2 {
    display: none; 
  }
  .product_cat_item {
    width: 220px;
  }
}
@media screen and (max-width: 550px) {
  #all_products_column { 
    display: none;
  }
  #prod_cats_display {
    justify-content: center;
  }
  #product_main_pic_container {
    order: 2;
  }
  #product_selections_container {
    order: 1;
    width: 100%;
    padding: 0px;
    border: none;
  }
  #product_main_path {
    display: none;
  }
  #main_product_sub_title {
    display: none;
  }
  #main_product_sku {
    display: none; 
  }
  #product_selections_title {
    text-align: center;
  }
  #main_product_desc_1 {
    display: none;
  }
  #main_product_desc_2 {
    display: block; 
  }
  .product_cat_item {
    width: 150px;
  }
}




.cart_progress_box {
  display: inline-block; 
  position: relative; 
  width: 16%; 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: center;
  color: #444;
  font-size: 15px; 
  line-height: 17px;
}

@media screen and (min-width: 551px) {
  .cart_progress_box { 
    font-size: 15px; 
    line-height: 17px;
  }
}
@media screen and (min-width: 351px) and (max-width: 550px) {
  .cart_progress_box { 
    font-size: 12px; 
    line-height: 14px;
  }
}
@media screen and (max-width: 350px) {
  .cart_progress_box { 
    font-size: 10px; 
    line-height: 13px;
  }
}





#cart_box1 {
  display: inline-block; 
  position: relative;  
  box-sizing: border-box; 
  padding: 10px; 
  text-align: center; 
  color: #444; 
  font-size: 15px; 
  line-height: 17px; 
  border: 1px solid #ccc; 
  border-radius: 4px;
  width: calc(100% - 365px);
}

#cart_box2 {
  display: inline-block; 
  position: relative; 
  box-sizing: border-box; 
  padding: 10px; 
  text-align: center;
  width: 350px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#cart_table {
  table-layout: fixed;
}

@media screen and (min-width: 931px) {
  #cart_box1 {
    width: calc(100% - 365px);
    border: 1px solid #ccc;
    padding: 10px;
  }
  #cart_box2 {
    width: 350px; 
    padding: 10px;
    border: 1px solid #ccc;
  }
  #cart_table {
    table-layout: fixed;
  }
}
@media screen and (min-width: 551px) and (max-width: 930px) {
  #cart_box1 {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
  }
  #cart_box2 {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
  }
  #cart_table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 550px) {
  #cart_box1 {
    width: 100%;
    border: none;
    padding: 10px;
  }
  #cart_box2 {
    width: 100%;
    padding: 0px;
    border: none;
  }
  #cart_table {
    table-layout: fixed;
    width: 100%;
  }
}



#create_box1 {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  width: calc(50% - 11px);
}

#create_box2 {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  width: calc(50% - 11px);
}

#create_line {
  display: inline-block;
  position: relative;
  width: 1px;
}

#create_account_logo {
  border: 0px; 
  height: 36px;
  width: auto;
}

@media screen and (min-width: 595px) {
  #create_box1 {
  width: calc(50% - 11px);
  }
  #create_box2 {
  width: calc(50% - 11px);
  }
  #create_line {
    display: inline-block;
  }
  #create_account_logo {
    display: inline-block;
  }
}
@media screen and (max-width: 594px) {
  #create_box1 {
    width: 100%;
  }
  #create_box2 {
    width: 100%;
  }
  #create_line {
    display: none;
  }
  #create_account_logo {
    display: none;
  }
}




.mobile_menu {
  display: block;
  position: relative;
  text-align: center;
  padding: 6px; 
  box-sizing: border-box; 
  width: 100%; 
  border-top: 1px solid #999;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 17px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.mobile_sub_menu_container {
  display: none;
  position: relative;
  text-align: center;
  padding: 0px; 
  box-sizing: border-box; 
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #353535;
  line-height: 17px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.mobile_sub_menu {
  display: block;
  position: relative;
  text-align: center;
  padding: 6px; 
  box-sizing: border-box; 
  width: 100%; 
  background: #fff;
  border-top: 1px solid #999;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #444;
  line-height: 17px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile_sub_menu:hover {
  background: #2aafbd;
  color: #fff;
  font-weight: 700;
}



.address_book_select_button_inactive {
  cursor: pointer;
}

.address_book_select_button_active {
  cursor: default;
}



.credit_card_select_button_inactive {
  cursor: pointer;
}

.credit_card_select_button_active {
  cursor: default;
}



.quote_sel_item_sub_cat_selector {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
  max-height: 40vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 9999999999999;
}

.quote_sel_item_product_selector {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
  max-height: 40vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 9999999999999;
}


.quote_sel_item_products_selector {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
  max-height: 40vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 9999999999999;
}



.quote_sel_item {
  display: block; 
  position: relative;
  padding: 3px;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  line-height: 17px;
  color: #222;
  background: #fff;
  cursor: pointer;
}

.quote_sel_item:hover {
  color: #000;
  background: #ffffee;
}





.logged_in_menu_item {
  display: block; 
  position: relative; 
  line-height: 14px; 
  font-size: 14px; 
  color: #fff; 
  font-weight: 400; 
  text-align: left; 
  padding: 4px; 
  padding-left: 8px; 
  padding-right: 8px; 
  margin-top: 3px;
  cursor: pointer;
}

.logged_in_menu_item a:link,
.logged_in_menu_item a:hover,
.logged_in_menu_item a:visited,
.logged_in_menu_item a:active
{
  color: #fff;
  text-decoration: none;
}

.logged_in_menu_item:hover {
  color: #ccc;
}


.logged_in_menu_item_disabled {
  display: block; 
  position: relative; 
  line-height: 14px; 
  font-size: 14px; 
  color: #666; 
  font-weight: 700; 
  text-align: left; 
  padding: 4px; 
  padding-left: 8px; 
  padding-right: 8px; 
  margin-top: 3px;
  cursor: default;
}





.left_slide {
  -webkit-animation-name: left_slide1; /* Chrome, Safari, Opera */
  animation-name: left_slide1;
  -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
  animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes left_slide1 {
  0% { transform: translateX(0px); }
  100% { transform: translateX(-160px); }
}

@keyframes left_slide1 {
  0% { transform: translateX(0px); }
  100% { transform: translateX(-160px); }
}




.right_slide {
  -webkit-animation-name: right_slide1; /* Chrome, Safari, Opera */
  animation-name: right_slide1;
  -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
  animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes right_slide1 {
  0% { transform: translateX(0px); }
  100% { transform: translateX(160px); }
}

@keyframes right_slide1 {
  0% { transform: translateX(0px); }
  100% { transform: translateX(160px); }
}







.admin_client_chat_expanded {
  -webkit-animation-name: admin_client_chat_expanded1; /* Chrome, Safari, Opera */
  animation-name: admin_client_chat_expanded1;
  -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes admin_client_chat_expanded1 {
  0% { top: 0px; }
  100% { top: -568px; }
}

@keyframes admin_client_chat_expanded1 {
  0% { top: 0px; }
  100% { top: -568px; }
}




.admin_client_chat_contracted {
  -webkit-animation-name: admin_client_chat_contracted1; /* Chrome, Safari, Opera */
  animation-name: admin_client_chat_contracted1;
  -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes admin_client_chat_contracted1 {
  0% { top: -568px; }
  100% { top: 0px; }
}

@keyframes admin_client_chat_contracted1 {
  0% { top: -568px; }
  100% { top: 0px; }
}







.admin_admin_chat_expanded {
  -webkit-animation-name: admin_admin_chat_expanded1; /* Chrome, Safari, Opera */
  animation-name: admin_admin_chat_expanded1;
  -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes admin_admin_chat_expanded1 {
  0% { width: 1px; }
  100% { width: 400px; }
}

@keyframes admin_admin_chat_expanded1 {
  0% { width: 1px; }
  100% { width: 400px; }
}


.admin_admin_chat_contracted {
  -webkit-animation-name: admin_admin_chat_contracted1; /* Chrome, Safari, Opera */
  animation-name: admin_admin_chat_contracted1;
  -webkit-animation-duration: 0.3s; /* Chrome, Safari, Opera */
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes admin_admin_chat_contracted1 {
  0% { width: 400px; }
  100% { width: 1px; }
}

@keyframes admin_admin_chat_contracted1 {
  0% { width: 400px; }
  100% { width: 1px; }
}





.admin_close_client_chat_1 {
  display: block;
  position: relative;
  width: 100%; 
  padding: 4px;
  box-sizing: border-box;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #00b;
  font-weight: 400;
  text-align: middle;
}


.admin_close_client_chat_2 {
  display: block;
  position: relative;
  width: 100%; 
  padding: 4px;
  box-sizing: border-box;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #00b;
  font-weight: 400;
  text-align: middle;
}


.admin_close_client_chat_3 {
  display: block;
  position: relative;
  width: 100%; 
  padding: 4px;
  box-sizing: border-box;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #00b;
  font-weight: 400;
  text-align: middle;
}





.rotated_stage_text {
  display: inline-block;
  position: absolute;
  left: 15px;
  bottom: -15px;
  color: #121212; 
  font-size: 12px;
  font-weight: 400;
  transform-origin: bottom left; 
  transform: rotate(-55deg);
}






.pulsating_continue_button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  background: #d00;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 400;
  transition: 0.3s;
  margin: 0px;
  margin-left: 8px; 
  width: calc(100% - 118px); 
  box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-animation-name: pulsating_continue_button1; /* Chrome, Safari, Opera */
  animation-name: pulsating_continue_button1;
  -webkit-animation-duration: 2.8s; /* Chrome, Safari, Opera */
  animation-duration: 2.8s;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.pulsating_continue_button:hover {
  background: #666 !important;
  color: #fff;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes pulsating_continue_button1 {
  0% { background: #d00; }
  50% { background: #a00; box-shadow: 0px 0px 7px 3px rgba(255,255,0,0.4); }
  100% { background: #d00; }
}

@keyframes pulsating_continue_button1 {
  0% { background: #d00; }
  50% { background: #a00; box-shadow: 0px 0px 7px 3px rgba(255,255,0,0.4); }
  100% { background: #d00; }
}




.outstanding_invoice_info {
  display: none;
}


.invoice_order_item_info {
  display: none;
}




.task_tab_active {
  display: inline-block; 
  position: relative; 
  height: 100%; 
  padding-left: 15px; 
  padding-right: 15px; 
  padding-bottom: 0px; 
  margin: 0px; 
  color: #444;
  background: #fff;
  box-sizing: border-box; 
  border-radius: 8px 8px 0px 0px; 
  border-left: 1px solid #ccc; 
  border-top: 1px solid #ccc; 
  border-right: 1px solid #ccc; 
  font-weight: 400;
}

.task_tab_inactive {
  display: inline-block; 
  position: relative; 
  cursor: pointer; 
  height: 100%; 
  padding-left: 15px; 
  padding-right: 15px; 
  padding-bottom: 0px; 
  margin: 0px; 
  color: #999;
  background: #efefef;
  box-sizing: border-box; 
  border-radius: 8px 8px 0px 0px; 
  border-left: 1px solid #ccc; 
  border-top: 1px solid #ccc; 
  border-right: 1px solid #ccc; 
  font-weight: 400;
}

.task_tile {
  display: flex;
  position: relative;
  box-sizing: border-box;
  gap: 8px;
  width: 100%;
  min-height: 30px;
  background: #fff;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  line-height: 16px;
  margin: 0px;
  margin-bottom: 8px;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}

.task_tile:hover {
  background: #efefff;
}



.task_tile_highlighted {
  display: flex;
  position: relative;
  box-sizing: border-box;
  gap: 8px;
  width: 100%;
  min-height: 30px;
  background: #ffa;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  line-height: 16px;
  margin: 0px;
  margin-bottom: 8px;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}

.task_tile_highlighted:hover {
  background: #efefff;
}





.document_folder_container {
  display: block;
  position: relative;
  padding: 0px;
  padding-left: 3px;
  margin: 0px;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
}

.document_file {
  display: inline-block;
  position: relative;
  padding: 0px;
  padding-left: 3px;
  margin: 0px;
  margin-top: 1px;
  box-sizing: border-box;
  text-align: left;
  height: 22px;
  cursor: pointer;
}