@charset "UTF-8";
/* Start Imports */
/* Start Variables */
/* End Variables */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
*, *:after, *::before {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

html {
  height: 100%; }

body {
  line-height: 1; }

body, html {
  margin: 0px;
  padding: 0px; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Start General Styles */
body {
  font-size: 16px;
  font-family: "Muli", sans-serif;
  color: #000;
  overflow-x: hidden;
  background-color: #eeeff4; }

a {
  cursor: pointer;
  color: #000;
  text-decoration: none; }

input, a, textarea, select, button, span {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Muli", sans-serif; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

hr {
  margin: 0px;
  border: 1px solid rgba(137, 139, 142, 0.2); }

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

.clearAfter::after {
  content: " ";
  display: block;
  clear: both; }

.clear {
  clear: both; }

.bg-white {
  background-color: #fff; }

.shadow {
  box-shadow: 4px 2px 10px 0px rgba(0, 0, 0, 0.2); }

.b-r {
  border-right: 1px solid #e6e6e6; }

.cyan {
  color: #00ae9c; }

.text {
  color: #000; }

.text-md {
  font-size: 18px;
  line-height: 1.4; }

.index {
  font-size: 8px;
  font-style: normal;
  margin-left: -3px; }

.fullWidth {
  width: 100%; }

.block {
  display: block; }

.flex, .table tr td.actions ul {
  display: flex; }

.justify-center, .table tr td.actions ul {
  justify-content: center; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-space-around {
  justify-content: space-around; }

.justify-space-between {
  justify-content: space-between; }

.align-center, .table tr td.actions ul {
  align-items: center; }

.align-flex-start {
  align-items: flex-start; }

.align-flex-end {
  align-items: flex-end; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.underline {
  text-decoration: underline; }

.list li {
  float: left; }

.w-100 {
  font-weight: 100; }

.w-200 {
  font-weight: 200; }

.w-300 {
  font-weight: 300; }

.w-400 {
  font-weight: 400; }

.w-500 {
  font-weight: 500; }

.w-600, .field .errorMsg {
  font-weight: 600; }

.w-700 {
  font-weight: 700; }

.w-800 {
  font-weight: 800; }

.w-900 {
  font-weight: 900; }

/* Start Margin Top and Bottom Spaces */
.mt-0 {
  margin-top: 0px; }

.mr-0 {
  margin-right: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.m-0 {
  margin: 0px; }

.pt-0 {
  padding-top: 0px; }

.pr-0 {
  padding-right: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pl-0 {
  padding-left: 0px; }

.p-0 {
  padding: 0px; }

.mt-5 {
  margin-top: 5px; }

.mr-5 {
  margin-right: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.m-5 {
  margin: 5px; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.p-5 {
  padding: 5px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.m-10 {
  margin: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.p-10 {
  padding: 10px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.m-15 {
  margin: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.p-15 {
  padding: 15px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.m-20 {
  margin: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.p-20 {
  padding: 20px; }

.mt-25 {
  margin-top: 25px; }

.mr-25 {
  margin-right: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-left: 25px; }

.m-25 {
  margin: 25px; }

.pt-25 {
  padding-top: 25px; }

.pr-25 {
  padding-right: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

.p-25 {
  padding: 25px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.m-30 {
  margin: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.p-30 {
  padding: 30px; }

.mt-35 {
  margin-top: 35px; }

.mr-35 {
  margin-right: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.ml-35 {
  margin-left: 35px; }

.m-35 {
  margin: 35px; }

.pt-35 {
  padding-top: 35px; }

.pr-35 {
  padding-right: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pl-35 {
  padding-left: 35px; }

.p-35 {
  padding: 35px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.m-40 {
  margin: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.p-40 {
  padding: 40px; }

.mt-45 {
  margin-top: 45px; }

.mr-45 {
  margin-right: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.ml-45 {
  margin-left: 45px; }

.m-45 {
  margin: 45px; }

.pt-45 {
  padding-top: 45px; }

.pr-45 {
  padding-right: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pl-45 {
  padding-left: 45px; }

.p-45 {
  padding: 45px; }

.mt-50 {
  margin-top: 50px; }

.mr-50 {
  margin-right: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.m-50 {
  margin: 50px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.p-50 {
  padding: 50px; }

.mt-55 {
  margin-top: 55px; }

.mr-55 {
  margin-right: 55px; }

.mb-55 {
  margin-bottom: 55px; }

.ml-55 {
  margin-left: 55px; }

.m-55 {
  margin: 55px; }

.pt-55 {
  padding-top: 55px; }

.pr-55 {
  padding-right: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.pl-55 {
  padding-left: 55px; }

.p-55 {
  padding: 55px; }

.mt-60 {
  margin-top: 60px; }

.mr-60 {
  margin-right: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.m-60 {
  margin: 60px; }

.pt-60 {
  padding-top: 60px; }

.pr-60 {
  padding-right: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-left: 60px; }

.p-60 {
  padding: 60px; }

.mt-65 {
  margin-top: 65px; }

.mr-65 {
  margin-right: 65px; }

.mb-65 {
  margin-bottom: 65px; }

.ml-65 {
  margin-left: 65px; }

.m-65 {
  margin: 65px; }

.pt-65 {
  padding-top: 65px; }

.pr-65 {
  padding-right: 65px; }

.pb-65 {
  padding-bottom: 65px; }

.pl-65 {
  padding-left: 65px; }

.p-65 {
  padding: 65px; }

.mt-70 {
  margin-top: 70px; }

.mr-70 {
  margin-right: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

.m-70 {
  margin: 70px; }

.pt-70 {
  padding-top: 70px; }

.pr-70 {
  padding-right: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pl-70 {
  padding-left: 70px; }

.p-70 {
  padding: 70px; }

.mt-75 {
  margin-top: 75px; }

.mr-75 {
  margin-right: 75px; }

.mb-75 {
  margin-bottom: 75px; }

.ml-75 {
  margin-left: 75px; }

.m-75 {
  margin: 75px; }

.pt-75 {
  padding-top: 75px; }

.pr-75 {
  padding-right: 75px; }

.pb-75 {
  padding-bottom: 75px; }

.pl-75 {
  padding-left: 75px; }

.p-75 {
  padding: 75px; }

.mt-80 {
  margin-top: 80px; }

.mr-80 {
  margin-right: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.m-80 {
  margin: 80px; }

.pt-80 {
  padding-top: 80px; }

.pr-80 {
  padding-right: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pl-80 {
  padding-left: 80px; }

.p-80 {
  padding: 80px; }

.mt-85 {
  margin-top: 85px; }

.mr-85 {
  margin-right: 85px; }

.mb-85 {
  margin-bottom: 85px; }

.ml-85 {
  margin-left: 85px; }

.m-85 {
  margin: 85px; }

.pt-85 {
  padding-top: 85px; }

.pr-85 {
  padding-right: 85px; }

.pb-85 {
  padding-bottom: 85px; }

.pl-85 {
  padding-left: 85px; }

.p-85 {
  padding: 85px; }

.mt-90 {
  margin-top: 90px; }

.mr-90 {
  margin-right: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

.m-90 {
  margin: 90px; }

.pt-90 {
  padding-top: 90px; }

.pr-90 {
  padding-right: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pl-90 {
  padding-left: 90px; }

.p-90 {
  padding: 90px; }

.mt-95 {
  margin-top: 95px; }

.mr-95 {
  margin-right: 95px; }

.mb-95 {
  margin-bottom: 95px; }

.ml-95 {
  margin-left: 95px; }

.m-95 {
  margin: 95px; }

.pt-95 {
  padding-top: 95px; }

.pr-95 {
  padding-right: 95px; }

.pb-95 {
  padding-bottom: 95px; }

.pl-95 {
  padding-left: 95px; }

.p-95 {
  padding: 95px; }

.mt-100 {
  margin-top: 100px; }

.mr-100 {
  margin-right: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

.m-100 {
  margin: 100px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-100 {
  padding-left: 100px; }

.p-100 {
  padding: 100px; }

/* End Margin Top and Bottom Spaces */
/* End General Styles */
/* Icon Fonts Import */
@font-face {
  font-family: 'asna';
  src: url("../font-icons/fonts/asna.eot?lbvrl2");
  src: url("../font-icons/fonts/asna.eot?lbvrl2#iefix") format("embedded-opentype"), url("../font-icons/fonts/asna.ttf?lbvrl2") format("truetype"), url("../font-icons/fonts/asna.woff?lbvrl2") format("woff"), url("../font-icons/fonts/asna.svg?lbvrl2#asna") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'asna' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-import:before {
  content: ""; }

.icon-preview:before {
  content: ""; }

.icon-delete:before {
  content: ""; }

.icon-doc:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-saved-files:before {
  content: ""; }

.icon-success:before {
  content: ""; }

.icon-warning:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-export:before {
  content: ""; }

.icon-save:before {
  content: ""; }

.icon-sign-out:before {
  content: ""; }

.icon-dropdown:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-uncheck:before {
  content: ""; }

.icon-check2:before {
  content: ""; }

/* Muli Font Import */
/* Header Styles Import */
header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(4, 4, 4, 0.09); }
  header .nav {
    width: 100%; }
    header .nav li {
      float: left; }
      header .nav li.logo {
        display: none;
        width: 85px;
        height: 64px;
        line-height: 64px; }
        header .nav li.logo a {
          padding: 0; }
        header .nav li.logo img {
          width: 100%;
          vertical-align: middle; }
      header .nav li a {
        color: #00ae9c;
        display: block;
        padding: 22px 32px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s; }
        header .nav li a.active::after {
          content: ' ';
          width: calc(100% - 64px);
          height: 2px;
          background-color: #00ae9c;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto; }
        header .nav li a i {
          position: relative;
          top: 1px;
          margin-right: 10px; }
        header .nav li a:hover {
          color: #717376; }
      header .nav li:first-child a {
        padding-left: 0; }
      header .nav li:last-child {
        float: right; }
        header .nav li:last-child a {
          padding-right: 0; }

.savedList header .nav li.logo {
  display: block; }

/* Options Bar Section Styles Import */
.optionsBar {
  position: relative;
  background-color: #dcdfe6; }
  .optionsBar .logo {
    width: 226px;
    display: block;
    position: absolute;
    left: -277px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .optionsBar .logo img {
      width: 100%; }
  .optionsBar .fieldGroup {
    width: 100%;
    display: block;
    padding: 16px 0; }
    .optionsBar .fieldGroup .field {
      width: 25%;
      float: left; }
      .optionsBar .fieldGroup .field .btn {
        width: 100%; }
  .optionsBar .toggle {
    display: none; }

/* Content Elements Styles Import */
.savedList {
  height: 100%; }
  .savedList app-root {
    height: 100%;
    display: block; }
  .savedList app-saved-files {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .savedList app-saved-files .savedPage {
      flex: 1 0 auto; }

.pageTitle {
  height: 80px;
  background-color: #dcdfe6; }
  .pageTitle h1 {
    color: #898b8e;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase; }
  .pageTitle .back {
    color: #00ae9c;
    position: absolute;
    left: 15px;
    font-weight: 800;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    .pageTitle .back i {
      font-size: 8px;
      position: relative;
      top: -2px;
      margin-right: 10px;
      display: inline-block;
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .pageTitle .back:hover {
      opacity: 0.8; }

.box {
  position: relative;
  background-color: #fff;
  border: 1px solid #c7cacd;
  opacity: 0.8;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .box::after {
    content: " ";
    background-color: rgba(242, 244, 248, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3; }
  .box.active {
    border: 2px solid #00ae9c;
    box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    -o-user-select: auto;
    user-select: auto;
    opacity: 1; }
    .box.active::after {
      display: none; }
  .box .boxHead {
    min-height: 214px;
    border-bottom: 1px solid #e6e6e6; }
    .box .boxHead .boxImg {
      width: 295.5px;
      text-align: right;
      padding: 5px;
      position: relative; }
      .box .boxHead .boxImg.center {
        margin: 0 auto; }
    .box .boxHead .options {
      width: calc(100% - 295.5px);
      padding-left: 40px; }
  .box .boxInfo {
    padding: 10px 20px 90px;
    min-height: 272px; }
    .box .boxInfo .options {
      width: 260px;
      padding: 0;
      display: flex;
      margin: 20px auto 40px; }
      .box .boxInfo .options .radioStyle {
        line-height: 27px; }
      .box .boxInfo .options label {
        width: 20% !important; }
      .box .boxInfo .options select2 {
        width: 142px !important; }
      .box .boxInfo .options .btn {
        padding-left: 15px;
        padding-right: 15px; }
    .box .boxInfo.hasError {
      padding-bottom: 145px !important; }
    .box .boxInfo .field:last-of-type {
      margin-bottom: 0; }
  .box .boxErrorMsg {
    text-align: center;
    margin: 10px 0;
    color: #b55e5e;
    position: absolute;
    bottom: 90px;
    padding-right: 15px; }
  .box .boxMeta {
    position: absolute;
    bottom: 0px;
    height: 89px;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #e6e6e6; }

.twoBoxes {
  display: flex; }
  .twoBoxes .box {
    width: 100%; }

.boxErrorMsg {
  text-align: center; }
  .boxErrorMsg p {
    color: #b55e5e;
    font-size: 18px; }
  .boxErrorMsg.dialogStyle .dialogBody {
    padding: 30px 80px; }

.resultsError {
  margin-top: 15px;
  line-height: 1.4;
  color: #b55e5e; }

/* Image Value Styles Import */
.rectangular .w {
  position: absolute;
  top: 24px;
  left: 59px;
  font-size: 10px;
  font-weight: 900;
  padding: 0 0;
  width: 27px;
  text-align: center;
  background-color: #fff; }

.rectangular .r2 {
  position: absolute;
  top: 45px;
  left: 0px;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 0;
  width: 27px;
  text-align: center;
  background-color: #fff; }

.rectangular .l {
  position: absolute;
  top: 90px;
  left: -4px;
  font-size: 10px;
  font-weight: 900;
  padding: 0 0;
  width: 27px;
  text-align: center;
  background-color: #fff; }

.rectangular .angle {
  position: absolute;
  top: 9px;
  left: 64px;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 2px;
  width: 21px;
  text-align: center;
  background-color: #fff; }

.rectangular .r1 {
  position: absolute;
  top: 130px;
  left: 0px;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 0;
  width: 27px;
  text-align: center;
  background-color: #fff; }

.rectangular .d {
  position: absolute;
  top: 152px;
  left: 142px;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 0;
  width: 45px;
  text-align: center;
  background-color: #fff; }

.dovetail .w {
  position: absolute;
  top: 5px;
  left: 70px;
  font-size: 10px;
  font-weight: 900;
  padding: 0 0;
  width: 21px;
  text-align: left;
  background-color: #fff; }

.dovetail .r2 {
  position: absolute;
  top: 55px;
  left: 6px;
  font-size: 10px;
  font-weight: 900;
  padding: 3px 0;
  width: 27px;
  text-align: center;
  background-color: #fff; }

.dovetail .l {
  position: absolute;
  top: 90px;
  left: 11px;
  font-size: 10px;
  font-weight: 900;
  padding: 0 0;
  width: 21px;
  text-align: center;
  background-color: #fff; }

.dovetail .angle {
  position: absolute;
  top: 31px;
  left: 30px;
  font-size: 10px;
  font-weight: 900;
  padding: 2px 0;
  width: 21px;
  text-align: center;
  background-color: #fff; }

.dovetail .r1 {
  position: absolute;
  top: 125px;
  left: 8px;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 0;
  width: 26px;
  text-align: center;
  background-color: #fff; }

.dovetail .d {
  position: absolute;
  top: 155px;
  left: 147px;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 0;
  width: 39px;
  text-align: center;
  background-color: #fff; }

.halfdovetail .w {
  position: absolute;
  top: 5px;
  left: 70px;
  font-size: 10px;
  font-weight: 900;
  padding: 0 0;
  width: 21px;
  text-align: left;
  background-color: #fff; }

.halfdovetail .r2 {
  position: absolute;
  top: 55px;
  left: 6px;
  font-size: 10px;
  font-weight: 900;
  padding: 3px 0;
  width: 27px;
  text-align: center;
  background-color: #fff; }

.halfdovetail .l {
  position: absolute;
  top: 90px;
  left: 11px;
  font-size: 10px;
  font-weight: 900;
  padding: 0 0;
  width: 21px;
  text-align: center;
  background-color: #fff; }

.halfdovetail .angle {
  position: absolute;
  top: 31px;
  left: 30px;
  font-size: 10px;
  font-weight: 900;
  padding: 2px 0;
  width: 21px;
  text-align: center;
  background-color: #fff; }

.halfdovetail .r1 {
  position: absolute;
  top: 125px;
  left: 8px;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 0;
  width: 26px;
  text-align: center;
  background-color: #fff; }

.halfdovetail .d {
  position: absolute;
  top: 155px;
  left: 147px;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 0;
  width: 39px;
  text-align: center;
  background-color: #fff; }

.groove {
  position: relative; }
  .groove img {
    margin-top: 25px; }
  .groove .id {
    position: absolute;
    top: 25px;
    left: 16px;
    font-size: 10px;
    font-weight: 900;
    padding: 0 0;
    width: 47px;
    text-align: center;
    background-color: #fff; }
  .groove .cs {
    position: absolute;
    top: 25px;
    left: 122px;
    font-size: 10px;
    font-weight: 900;
    padding: 0 0;
    width: 47px;
    text-align: center;
    background-color: #fff; }

/* Form Elements Styles Import */
.field {
  width: 100%; }
  .field > label, .field .secondField > label {
    float: left;
    width: 30%;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    font-weight: 800; }
    .field > label span, .field .secondField > label span {
      border-color: #000; }
    .field > label strong, .field .secondField > label strong {
      font-weight: 900; }
  .field.text {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.7); }
  .field.textField label {
    width: 100%;
    display: block;
    float: none; }
  .field.textField input, .field.textField textarea {
    width: 100%;
    display: block;
    float: none;
    margin: 5px 0 0;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    font-family: "Muli", sans-serif;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.4); }
    .field.textField input:focus, .field.textField textarea:focus {
      outline: 0;
      border-color: #000; }
    .field.textField input.ng-invalid.ng-touched, .field.textField textarea.ng-invalid.ng-touched {
      border-color: #b55e5e; }
  .field.textField input {
    height: 48px; }
  .field.textField textarea {
    min-height: 90px;
    height: 90px;
    padding-top: 5px;
    resize: vertical; }
  .field .secondField label {
    width: 5%; }
  .field .secondField .fieldInfo {
    width: 8%; }
  .field .quantity {
    float: left;
    width: 92px;
    margin-bottom: 5px; }
  .field .errorMsg {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    font-weight: 400;
    color: #b55e5e;
    width: 100%; }
    .field .errorMsg .error-message {
      display: inline-block;
      margin-bottom: 10px; }
  .field .fieldInfo {
    width: 10%;
    font-size: 14px;
    float: left;
    line-height: 28px;
    color: #000;
    font-weight: 900;
    margin-left: 5px; }
  .field.invalid .select2.select2-container--default .select2-selection--single {
    border: 2px solid #b55e5e; }
    .field.invalid .select2.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
      color: #b55e5e; }
    .field.invalid .select2.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
      color: #b55e5e; }
  .field::after {
    content: " ";
    display: block;
    clear: both; }

.twoMsg .errorMsg {
  width: 50%; }
  .twoMsg .errorMsg .error-message {
    margin-top: 3px; }
  .twoMsg .errorMsg.left {
    float: left; }
  .twoMsg .errorMsg.right {
    float: right; }

/* Start Buttons Styles */
.btn {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border-radius: 5px;
  border: 0px;
  cursor: pointer;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  font-family: "Muli", sans-serif;
  box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }
  .btn:hover {
    opacity: 0.7; }
  .btn.white {
    color: #00ae9c;
    background-color: #fff; }
  .btn.cyan {
    color: #fff;
    border: 1px solid #9ea0a4;
    background-color: #00ae9c; }
  .btn.dark {
    color: #fff;
    border: 1px solid #9ea0a4;
    background-color: #b1b4b8; }
  .btn.bordered {
    line-height: 44px;
    border: 2px solid transparent; }
    .btn.bordered.b-cyan {
      border-color: #00ae9c; }
  .btn[disabled] {
    color: #fff;
    cursor: default;
    border-color: #898b8e;
    background-color: #898b8e; }
    .btn[disabled].b-cyan {
      border-color: #898b8e; }
    .btn[disabled]:hover {
      opacity: 1; }
  .btn.minWidth {
    min-width: 160px; }

.btnRadius {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }

a.button {
  display: inline-block;
  font: bold 13px/18px Arial;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, #96ce68 51%, #7cc242 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #96ce68), color-stop(51%, #7cc242));
  background: -webkit-linear-gradient(top, #96ce68 51%, #7cc242 51%);
  background: -o-linear-gradient(top, #96ce68 51%, #7cc242 51%);
  background: -ms-linear-gradient(top, #96ce68 51%, #7cc242 51%);
  background: linear-gradient(top, #96ce68 51%, #7cc242 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ce68', endColorstr='$green',GradientType=0 ); }

a.button.gradient {
  color: #fff;
  text-align: center;
  line-height: 49px;
  font-size: 22px;
  border-radius: 5px;
  width: 219px;
  height: 57px;
  border: 4px solid;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.6+0,1+100 */
  border-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, white 100%);
  /* FF3.6-15 */
  border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  border-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  border-image-slice: 1; }
  a.button.gradient::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    border: 4px solid;
    border-bottom-width: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.6+0,1+100 */
    border-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, white 100%);
    /* FF3.6-15 */
    border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    border-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    border-image-slice: 1;
    opacity: 0.3; }
  a.button.gradient.inactive {
    cursor: default;
    background: -moz-linear-gradient(top, rgba(137, 139, 142, 0.88) 51%, #898b8e 51%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, rgba(137, 139, 142, 0.88)), color-stop(51%, #898b8e));
    background: -webkit-linear-gradient(top, rgba(137, 139, 142, 0.88) 51%, #898b8e 51%);
    background: -o-linear-gradient(top, rgba(137, 139, 142, 0.88) 51%, #898b8e 51%);
    background: -ms-linear-gradient(top, rgba(137, 139, 142, 0.88) 51%, #898b8e 51%);
    background: linear-gradient(top, rgba(137, 139, 142, 0.88) 51%, #898b8e 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba($textL, 0.88)', endColorstr='$textL',GradientType=0 ); }
  a.button.gradient.cyan {
    background: -moz-linear-gradient(top, #33beb0 51%, #00ae9c 51%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #33beb0), color-stop(51%, #00ae9c));
    background: -webkit-linear-gradient(top, #33beb0 51%, #00ae9c 51%);
    background: -o-linear-gradient(top, #33beb0 51%, #00ae9c 51%);
    background: -ms-linear-gradient(top, #33beb0 51%, #00ae9c 51%);
    background: linear-gradient(top, #33beb0 51%, #00ae9c 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33beb0', endColorstr='#00ae9c',GradientType=0 ); }

.circleBtn {
  color: #fff;
  width: 52px;
  height: 52px;
  line-height: 50px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #00ae9c;
  border: 1px solid #9ea0a4; }

/* End Buttons Styles */
/* Start Radio Buttons Styles */
.radioStyle {
  height: 48px;
  line-height: 46px;
  display: inline-block; }
  .radioStyle label {
    cursor: pointer; }
    .radioStyle label input {
      display: none; }
      .radioStyle label input:checked ~ i {
        color: #00ae9c; }
        .radioStyle label input:checked ~ i::before {
          content: "\e906"; }
      .radioStyle label input:checked ~ .label {
        color: #00ae9c; }
    .radioStyle label .icon {
      font-size: 20px;
      color: #00ae9c;
      font-style: normal;
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle;
      transition: all 0.2s;
      -ms-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s; }
      .radioStyle label .icon::before {
        content: "\e907";
        font-family: "asna" !important; }
    .radioStyle label .label {
      font-size: 16px;
      font-weight: 900;
      color: #00ae9c;
      vertical-align: middle;
      transition: all 0.2s;
      -ms-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s; }

.checkStyle {
  display: inline-block; }
  .checkStyle label {
    cursor: pointer; }
    .checkStyle label input {
      display: none !important; }
      .checkStyle label input:checked ~ .icon::before {
        opacity: 1; }
    .checkStyle label .icon {
      font-size: 14px;
      color: #00ae9c;
      width: 18px;
      height: 18px;
      border-radius: 2px;
      font-style: normal;
      margin-right: 5px;
      border: 2px solid #00ae9c;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      transition: all 0.2s;
      -ms-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s; }
      .checkStyle label .icon::before {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .checkStyle label .label {
      font-size: 16px;
      font-weight: 700;
      color: #00ae9c;
      vertical-align: middle;
      transition: all 0.2s;
      -ms-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s; }

.radioBtn input {
  display: none; }
  .radioBtn input:checked + .btn {
    color: #fff;
    background-color: #00ae9c; }

.radioBtn .btn {
  color: #00ae9c;
  line-height: 44px;
  background-color: #fff;
  border: 2px solid #00ae9c;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s; }

/* End Radio Buttons Styles */
/* Start Select 2 Plugin Styles */
.select2 {
  width: 100% !important;
  outline: none; }
  .select2.select2-container--default .select2-selection--single {
    border-radius: 5px;
    border: 0px;
    height: 48px;
    box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid #00ae9c; }
    .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 44px;
      padding-left: 20px;
      padding-right: 40px;
      font-family: "Muli", sans-serif;
      font-weight: 900;
      color: #00ae9c;
      text-transform: uppercase; }
      .select2.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        color: #00ae9c; }
    .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 46px;
      width: inherit;
      right: 15px; }
      .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: 0px;
        height: inherit;
        width: inherit;
        position: relative;
        left: inherit;
        margin: inherit;
        height: 46px;
        width: 20px;
        display: block;
        top: 0; }
        .select2.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
          content: "\e900";
          display: block;
          color: #00ae9c;
          font-family: "asna" !important;
          font-size: 8px;
          position: absolute;
          top: 50%;
          left: 50%;
          transition: all 0.3s;
          -ms-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .select2.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg); }

.select2-dropdown {
  border-radius: 5px;
  border: 0px !important;
  box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.2); }
  .select2-dropdown .select2-results__options {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .select2-dropdown .select2-results__options .select2-results__option {
      font-size: 16px;
      color: #000;
      font-weight: 900;
      padding: 13px 20px;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
      .select2-dropdown .select2-results__options .select2-results__option:last-child {
        border-bottom: 0; }
      .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
        background-color: transparent;
        color: #00ae9c;
        position: relative; }
        .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]::after {
          content: "\e908";
          font-family: "asna" !important;
          font-size: 16px;
          float: right; }
      .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
        background-color: #00ae9c;
        color: #fff; }

/* End Select 2 Plugin Styles */
/* Start Quantity Input Styles */
.quantity {
  position: relative; }
  .quantity input {
    width: 100%;
    height: 28px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: 700;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.4); }
    .quantity input.invalid {
      color: #b55e5e;
      border-color: #b55e5e; }
      .quantity input.invalid ~ app-input-arrow .quantity-nav .quantity-button {
        border-color: #b55e5e; }
      .quantity input.invalid:focus {
        border-color: #b55e5e; }
        .quantity input.invalid:focus ~ app-input-arrow .quantity-nav .quantity-button {
          color: #b55e5e;
          border-color: #b55e5e; }
    .quantity input:focus {
      outline: 0;
      border-color: #000; }
      .quantity input:focus ~ app-input-arrow .quantity-nav .quantity-button {
        color: #000;
        border-color: #000; }
  .quantity .quantity-nav {
    float: left;
    position: relative;
    height: 28px; }
  .quantity .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    width: 20px;
    text-align: center;
    font-size: 14px;
    color: #898b8e;
    vertical-align: middle;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .quantity .quantity-button.quantity-up {
      position: absolute;
      height: 50%;
      top: 0; }
    .quantity .quantity-button.quantity-down {
      position: absolute;
      bottom: 0;
      height: 50%; }

/* End Quantity Input Styles */
/* Form Dialog Styles Import */
.mat-dialog-container {
  padding: 0 !important;
  overflow: hidden !important; }

.dialogStyle.requestQuote {
  width: 560px; }

.dialogStyle.savingOptions {
  width: 560px; }

.dialogStyle .dialogHeader {
  height: 72px;
  line-height: 72px;
  width: 100%;
  color: #898b8e;
  font-size: 24px;
  display: block;
  font-weight: 900;
  text-align: center;
  position: relative;
  background-color: #eeeff4;
  border-bottom: 1px solid #c7cacd; }
  .dialogStyle .dialogHeader .dialogClose {
    background-color: transparent;
    border: 0;
    color: #c7cacd;
    font-size: 19px;
    position: absolute;
    right: 32px;
    top: 27px;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    .dialogStyle .dialogHeader .dialogClose:hover {
      color: #898b8e; }

.dialogStyle .dialogBody {
  padding: 40px 65px; }

.dialogStyle .dialogMeta {
  padding: 25px;
  text-align: center;
  border-top: 1px solid #e6e6e6; }

html.cdk-global-scrollblock {
  top: auto !important;
  position: relative;
  overflow: hidden;
  width: auto; }
  html.cdk-global-scrollblock body {
    overflow: hidden; }
  html.cdk-global-scrollblock .cdk-global-overlay-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    pointer-events: all;
    -webkit-backface-visibility: hidden; }
    html.cdk-global-scrollblock .cdk-global-overlay-wrapper .cdk-overlay-backdrop {
      pointer-events: unset; }
    html.cdk-global-scrollblock .cdk-global-overlay-wrapper .cdk-overlay-pane {
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 0 8px;
      max-width: none !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      html.cdk-global-scrollblock .cdk-global-overlay-wrapper .cdk-overlay-pane::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
    html.cdk-global-scrollblock .cdk-global-overlay-wrapper .mat-dialog-container {
      margin: 40px auto;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      padding: 0;
      z-index: 1045;
      width: auto;
      height: auto; }

/* Form Tooltip Styles Import */
.errorTooltip {
  color: #fff;
  border-radius: 2px;
  width: 160px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  line-height: 1.2;
  background: #b55e5e;
  font-family: "Muli", sans-serif;
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: absolute;
  box-shadow: 1px 2px 1.9px 0.1px rgba(0, 0, 0, 0.2);
  z-index: 20;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 35px; }
  .errorTooltip::before {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #b55e5e transparent; }

*[matTooltip] {
  border-bottom: 1px dashed #00ae9c; }

.mat-tooltip-panel .mat-tooltip {
  border-radius: 2px;
  text-align: left;
  line-height: 1.3;
  max-width: 300px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #00ae9c;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  padding: 10px;
  z-index: 20;
  font-weight: 600;
  box-shadow: 1px 2px 3px 0.5px rgba(0, 0, 0, 0.3); }
  .mat-tooltip-panel .mat-tooltip::before, .mat-tooltip-panel .mat-tooltip::after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    display: none;
    border-width: 0 8px 7px 8px; }
  .mat-tooltip-panel .mat-tooltip::before {
    border-color: transparent transparent #00ae9c transparent; }
  .mat-tooltip-panel .mat-tooltip::after {
    border-color: transparent transparent #fff transparent; }
  .mat-tooltip-panel .mat-tooltip.arrowTop::before, .mat-tooltip-panel .mat-tooltip.arrowTop::after {
    display: block; }
  .mat-tooltip-panel .mat-tooltip.arrowTop::before {
    top: -7px; }
  .mat-tooltip-panel .mat-tooltip.arrowTop::after {
    top: -6px; }
  .mat-tooltip-panel .mat-tooltip.arrowDown::before, .mat-tooltip-panel .mat-tooltip.arrowDown::after {
    display: block;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mat-tooltip-panel .mat-tooltip.arrowDown::before {
    top: auto;
    bottom: -7px; }
  .mat-tooltip-panel .mat-tooltip.arrowDown::after {
    top: auto;
    bottom: -6px; }

/* Table Styles Import */
.table {
  width: 100%; }
  .table tr th {
    color: #fff;
    padding: 21px;
    font-weight: 800;
    background-color: #00ae9c;
    text-transform: uppercase; }
  .table tr td {
    padding: 16px;
    color: #1c1c1c;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #dcdfe6; }
    .table tr td.actions ul li {
      padding: 0 15px; }
      .table tr td.actions ul li span {
        font-size: 18px;
        color: #898b8e; }
      .table tr td.actions ul li a {
        color: #00ae9c;
        transition: all 0.2s;
        -ms-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s; }
        .table tr td.actions ul li a i, .table tr td.actions ul li a span {
          font-size: 18px; }
        .table tr td.actions ul li a span {
          position: relative;
          top: -1px;
          margin-left: 5px; }
        .table tr td.actions ul li a.delete {
          color: #b55e5e; }
        .table tr td.actions ul li a:hover {
          opacity: 0.8; }

.tableStyle {
  width: 100%; }
  .tableStyle table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse; }
    .tableStyle table thead tr th {
      color: #fff;
      font-weight: 800;
      font-size: 14px;
      padding: 10px;
      border-radius: 5px 5px 0 0;
      background-color: #7cc242;
      position: relative; }
      .tableStyle table thead tr th::before, .tableStyle table thead tr th::after {
        content: " ";
        width: 5px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        background-color: #7cc242; }
      .tableStyle table thead tr th::after {
        right: -1px;
        border-top-right-radius: 5px; }
      .tableStyle table thead tr th::before {
        left: -1px;
        border-top-left-radius: 5px; }
      .tableStyle table thead tr th.empty {
        background-color: transparent; }
        .tableStyle table thead tr th.empty::before, .tableStyle table thead tr th.empty::after {
          display: none; }
    .tableStyle table tbody tr td {
      padding: 5px;
      text-align: center;
      color: #000;
      border: 2px solid #adadad; }
      .tableStyle table tbody tr td.invalid {
        color: #b55e5e; }
      .tableStyle table tbody tr td:first-child {
        color: #000;
        background-color: #d7edc6; }
      .tableStyle table tbody tr td span {
        border-color: #000; }

.resultsTable {
  width: 70%;
  padding: 30px 60px 30px 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .resultsTable table tr td:nth-child(1), .resultsTable table tr th:nth-child(1) {
    width: 23%;
    color: #00ae9c;
    font-weight: 800;
    text-align: left;
    font-size: 14px; }
  .resultsTable table tr td:nth-child(2), .resultsTable table tr th:nth-child(2) {
    width: 23%; }
  .resultsTable table tr td:nth-child(3), .resultsTable table tr th:nth-child(3) {
    width: 3%;
    border-bottom: 0 !important;
    border-top: 0 !important; }
  .resultsTable table tr td:nth-child(4), .resultsTable table tr th:nth-child(4) {
    width: 23%; }
  .resultsTable table tr td:nth-child(5), .resultsTable table tr th:nth-child(5) {
    width: 3%;
    border-bottom: 0 !important;
    border-top: 0 !important; }
  .resultsTable table tr td:nth-child(6), .resultsTable table tr th:nth-child(6) {
    width: 23%; }
  .resultsTable table tr td:first-child {
    padding: 10px; }

.savedTable th:nth-child(1) {
  width: 35%; }

.savedTable th:nth-child(2) {
  width: 25%; }

.savedTable th:nth-child(3) {
  width: 15%; }

.savedTable th:nth-child(4) {
  width: 25%; }

/* Footer Section Styles Import */
.fixBottom {
  height: 100%;
  padding-bottom: 160px; }
  .fixBottom footer {
    position: absolute;
    width: 100%;
    bottom: 0; }

footer {
  padding: 34px 0;
  margin-top: 20px;
  border-top: 1px solid #c7cacd;
  background-color: #fff; }
  footer .logo {
    max-width: 167px; }
    footer .logo img {
      width: 100%; }
  footer .siteInfo {
    width: 100%;
    max-width: 300px; }
    footer .siteInfo p {
      line-height: 1.5; }
  footer ul {
    width: 42%;
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-bottom: 0;
    padding: 0 20px; }
    footer ul li:first-child {
      width: 60%; }
    footer ul li:last-child {
      width: 40%; }
  footer .bottomText {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 25px; }
    footer .bottomText .border {
      padding-top: 20px;
      border-top: 1px solid #e6e6e6; }

/* Login Sign Up Page Styles Import */
.login {
  background: url("../img/login-bg.png") no-repeat center center;
  background-size: cover; }

.loginSection {
  padding: 30px 0 20px 0;
  background-color: #dcdfe6; }
  .loginSection .loginLogo {
    max-width: 226px; }
    .loginSection .loginLogo img {
      width: 100%; }
  .loginSection .fieldGroup {
    width: calc(100% - 226px);
    padding-left: 126px; }
    .loginSection .fieldGroup .field {
      padding-right: 15px; }
      .loginSection .fieldGroup .field .loginSettings {
        width: 100%; }
        .loginSection .fieldGroup .field .loginSettings a {
          color: #00ae9c;
          font-weight: 700; }
    .loginSection .fieldGroup .btn {
      margin-top: 33px; }

.signUpSection {
  max-width: 735px;
  width: 100%;
  margin: 30px auto;
  background-color: #fff;
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.2); }
  .signUpSection .formHeader {
    color: #fff;
    height: 77px;
    line-height: 77px;
    text-align: center;
    background-color: #00ae9c;
    text-transform: uppercase; }
    .signUpSection .formHeader h1 {
      font-size: 24px; }
  .signUpSection .formFields {
    padding: 20px 150px 50px; }
  .signUpSection .formMeta {
    padding: 25px;
    text-align: center;
    border-top: 1px solid #e6e6e6; }

/* Pagination Styles Import */
.pagination a {
  color: #898b8e;
  font-size: 18px; }
  .pagination a.arrow {
    padding: 0 15px;
    display: inline-block;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .pagination a.active {
    color: #00ae9c;
    font-weight: 700; }

.pagination ul li {
  padding: 5px; }

/* Notification Styles Import */
.notify-container {
  width: 380px;
  position: fixed;
  top: 90px;
  right: 20px;
  z-index: 9999; }
  .notify-container .notify {
    width: 100%;
    background-color: #fff;
    padding: 20px 40px 20px 20px;
    box-shadow: 4px 2px 10px 0 rgba(0, 0, 0, 0.2); }
    .notify-container .notify .icon {
      font-style: normal;
      margin-right: 25px;
      margin-left: 5px; }
      .notify-container .notify .icon::after {
        font-family: "asna" !important;
        font-size: 18px; }
    .notify-container .notify p {
      font-size: 18px;
      font-weight: 600; }
    .notify-container .notify.success {
      border: 1px solid #00ae9c;
      color: #00ae9c; }
      .notify-container .notify.success .icon::after {
        content: '\e90d'; }
    .notify-container .notify.error {
      border: 1px solid #b55e5e;
      color: #b55e5e; }
      .notify-container .notify.error .icon::after {
        content: '\e90e'; }
  .notify-container .close-notify {
    background-color: transparent;
    border: 0;
    color: #898b8e;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s; }
    .notify-container .close-notify:hover {
      color: #000; }

/* Notification Styles Import */
.noConnection {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center; }
  .noConnection img {
    width: 100%;
    max-width: 400px; }
  .noConnection h2 {
    font-size: 32px;
    color: #00ae9c;
    font-weight: 800;
    text-transform: capitalize; }
  .noConnection p {
    color: #898b8e;
    font-size: 18px;
    margin-top: 15px; }

/* Notification Styles Import */
.welcome {
  height: 100%;
  position: relative;
  background: url("../img/welcome-bg.png") no-repeat center center;
  background-size: cover; }
  .welcome .logo {
    padding: 0 20px;
    position: relative;
    z-index: 2; }
    .welcome .logo a {
      display: block;
      text-align: center; }
      .welcome .logo a img {
        width: 100%;
        max-width: 610px;
        margin: 95px auto 0; }
  .welcome .enterBtn {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 95px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .welcome::before {
    content: '';
    display: block;
    max-width: 1177px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.75;
    background: url("../img/welcome-bg-overlay2.png") no-repeat top center;
    background-size: 100%; }

/* Responsive Styles Import */
/* Homepage Media Query Import */
/*==========  Desktop First Method  ==========*/
/* Extra Wide Screens */
@media only screen and (max-width: 1810px) {
  .optionsBar .container {
    display: flex;
    align-items: center; }
  .optionsBar .logo {
    width: 20%;
    position: relative;
    top: 0;
    left: 0;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .optionsBar .options {
    width: 100%;
    padding-left: 25px; }
    .optionsBar .options .fieldGroup .field {
      width: 33.33%; }
      .optionsBar .options .fieldGroup .field .btn {
        font-size: 14px; } }

/* Extra Devices, Wide Screens */
@media only screen and (max-width: 1250px) {
  .twoBoxes .box .boxHead .options {
    width: 40%;
    padding-left: 20px; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .twoBoxes {
    display: block; }
    .twoBoxes .box {
      width: 100%;
      max-width: 775px;
      margin: 10px auto; }
      .twoBoxes .box .boxHead .options {
        padding-left: 40px; }
      .twoBoxes .box .boxInfo {
        padding: 10px 10px 90px; }
        .twoBoxes .box .boxInfo .field .quantity {
          width: 92px; }
  .box.result {
    width: 100%;
    max-width: 775px;
    margin: 10px auto; }
    .box.result .flex, .box.result .table tr td.actions ul, .table tr td.actions .box.result ul {
      display: block; }
      .box.result .flex .resultsTable, .box.result .table tr td.actions ul .resultsTable, .table tr td.actions .box.result ul .resultsTable {
        width: 100%;
        border: 0px;
        padding: 30px 25px 30px 25px; }
      .box.result .flex .calcBtn, .box.result .table tr td.actions ul .calcBtn, .table tr td.actions .box.result ul .calcBtn {
        width: 219px;
        margin: 0 auto 20px;
        padding-left: 0;
        text-align: center; }
  footer .container {
    display: block; }
  footer .footerInfo {
    margin: 0 auto 25px;
    justify-content: center; }
  footer ul {
    max-width: 490px;
    width: 100%;
    float: left;
    border: 0px; }
  footer a.btn {
    float: right;
    margin-top: 15px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  header .nav li.logo {
    display: block;
    width: 85px;
    height: 64px;
    line-height: 64px; }
    header .nav li.logo a {
      padding: 0; }
      header .nav li.logo a img {
        width: 100%;
        vertical-align: middle; }
  .optionsBar .logo {
    display: none; }
  .optionsBar .options {
    padding-left: 0; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 840px) {
  .optionsBar .options .btn {
    padding: 0 5px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) {
  .optionsBar .options .fieldGroup .field .btn {
    font-size: 12px; }
  .optionsBar .options .fieldGroup .field span {
    font-size: 12px; }
  .tableStyle {
    font-size: 14px; }
    .tableStyle table tbody tr td:nth-child(1) {
      padding-left: 10px; }
  footer ul {
    margin: 0 auto;
    float: none; }
  footer a.btn {
    float: none;
    margin: 20px auto 0;
    width: 180px;
    display: block;
    font-size: 14px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 980px) {
  header .container {
    padding: 0 5px; }
  header .nav li.logo {
    margin-right: 10px; }
  header .nav li a {
    padding: 22px 12px; }
    header .nav li a.active::after {
      width: calc(100% - 30px); }
    header .nav li a i {
      margin-right: 0; }
    header .nav li a span {
      display: none; } }

@media only screen and (max-width: 790px) {
  .optionsBar .container {
    padding: 0; }
  .optionsBar .options .fieldGroup {
    padding: 15px; }
    .optionsBar .options .fieldGroup.firstColumn .field .btn {
      font-size: 12px; }
    .optionsBar .options .fieldGroup.firstColumn .field:nth-child(1), .optionsBar .options .fieldGroup.firstColumn .field:nth-child(2) {
      width: 50%; }
    .optionsBar .options .fieldGroup.firstColumn .field:nth-child(2) {
      padding-right: 0; }
      .optionsBar .options .fieldGroup.firstColumn .field:nth-child(2) span {
        display: none; }
    .optionsBar .options .fieldGroup.firstColumn .field:last-child {
      width: 100%;
      padding-left: 0; }
    .optionsBar .options .fieldGroup.dropdown .field {
      width: 80%;
      display: block;
      margin: 15px auto;
      padding: 0px;
      float: none; }
  .optionsBar .options hr {
    display: none; }
  .optionsBar .options .toggle {
    display: flex;
    padding: 15px;
    background-color: #fff; }
    .optionsBar .options .toggle span {
      font-size: 16px;
      font-weight: 800;
      color: #00ae9c; }
    .optionsBar .options .toggle .toggleBtn {
      background-color: transparent;
      border: 0px;
      color: #00ae9c;
      font-size: 20px;
      cursor: pointer; }
  .twoBoxes .box .boxHead .options {
    padding-left: 20px; }
  .content {
    margin-top: 15px; }
  *[matTooltip] {
    border-bottom: 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 590px) {
  .content .container {
    padding: 0 5px; }
  .pageTitle h1 {
    font-size: 20px; }
  .twoBoxes .box .boxHead {
    display: block; }
    .twoBoxes .box .boxHead .options {
      width: 100%;
      padding-left: 0;
      text-align: center; }
      .twoBoxes .box .boxHead .options .field {
        width: auto;
        display: inline-block;
        margin-right: 8px;
        margin-left: 8px;
        margin-top: 15px; }
        .twoBoxes .box .boxHead .options .field .radioStyle {
          line-height: 27px;
          height: 27px; }
          .twoBoxes .box .boxHead .options .field .radioStyle span {
            font-size: 14px; }
    .twoBoxes .box .boxHead .boxImg {
      margin: 15px auto; }
  .twoBoxes .box .boxInfo {
    padding: 15px 10px; }
    .twoBoxes .box .boxInfo .field {
      margin: 5px 0; }
      .twoBoxes .box .boxInfo .field > label {
        width: 100%;
        text-align: left; }
      .twoBoxes .box .boxInfo .field .fieldInfo {
        margin-right: 15px; }
      .twoBoxes .box .boxInfo .field .secondField label {
        width: 25px; }
      .twoBoxes .box .boxInfo .field .secondField .fieldInfo {
        margin-right: 0; }
  .twoBoxes .box .boxMeta {
    position: relative; }
    .twoBoxes .box .boxMeta .btn {
      font-size: 14px; }
  .box .boxInfo .options {
    font-size: 14px; }
  .btnRadius a.button {
    font-size: 18px;
    height: 50px;
    line-height: 43px; }
  footer {
    text-align: center; }
    footer .footerInfo {
      display: block; }
      footer .footerInfo .logo {
        margin: 0 auto; }
      footer .footerInfo .siteInfo {
        max-width: 100%; }
    footer ul {
      padding: 0;
      display: block !important; }
      footer ul li {
        width: 100% !important;
        margin: 10px 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .tableStyle {
    font-size: 14px; }
    .tableStyle table thead tr th {
      font-size: 12px;
      padding: 10px 0px;
      text-align: center; }
  .box.result .flex .resultsTable, .box.result .table tr td.actions ul .resultsTable, .table tr td.actions .box.result ul .resultsTable {
    padding: 30px 10px; } }

/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Homepage Media Query Import */
@media only screen and (max-width: 1170px) {
  .loginSection {
    padding-top: 15px; }
    .loginSection .loginLogo {
      max-width: 200px; }
    .loginSection .fieldGroup {
      width: calc(100% - 200px);
      padding-left: 25px; } }

@media only screen and (max-width: 1030px) {
  .loginSection .container {
    display: block; }
    .loginSection .container .loginLogo {
      margin: 0 auto; }
    .loginSection .container .fieldGroup {
      width: 100%;
      padding-left: 25px; } }

@media only screen and (max-width: 830px) {
  .loginSection .container .loginLogo {
    max-width: 150px;
    margin: 0 auto; }
  .loginSection .container .fieldGroup {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 400px;
    padding-left: 0px; }
    .loginSection .container .fieldGroup .field {
      padding-right: 0; }
    .loginSection .container .fieldGroup .btn {
      display: block;
      margin: 33px auto 0; }
  .signUpSection {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 30px 20px; }
    .signUpSection .formHeader {
      height: 55px;
      line-height: 55px; }
      .signUpSection .formHeader h1 {
        font-size: 20px; }
    .signUpSection .formFields {
      max-width: 440px;
      width: 100%;
      padding: 0 20px 20px;
      margin: 0 auto; } }

@media only screen and (max-width: 480px) {
  .signUpSection {
    max-width: calc(100% - 20px);
    margin: 30px 10px; }
    .signUpSection .captcha {
      display: block;
      transform: scale(0.86);
      position: relative;
      left: -18px; } }

/* Tables Media Query Import */
@media only screen and (max-width: 640px) {
  .table tr th, .table tr td {
    text-align: left !important; }
  .table tr th {
    display: none; }
  .table tr td {
    display: block;
    font-size: 14px;
    font-weight: 800; }
    .table tr td:before {
      content: attr(data-th) ": ";
      font-weight: 600;
      width: 35%;
      display: inline-block;
      text-align: right;
      padding-right: 15px; }
    .table tr td:last-child {
      margin-bottom: 15px;
      padding-bottom: 35px;
      border-bottom-width: 2px; }
    .table tr td.actions::before, .table tr td.actions ul {
      float: left; }
    .table tr td.actions ul li {
      padding: 0 10px; }
      .table tr td.actions ul li:first-child {
        padding-left: 0; }
      .table tr td.actions ul li a span {
        font-size: 16px;
        font-weight: 700;
        top: -2px; }
    .table tr td.actions::after {
      content: " ";
      clear: both;
      display: inline-block; } }

/* Dialogs Media Query Import */
@media only screen and (max-width: 600px) {
  html.cdk-global-scrollblock .cdk-global-overlay-wrapper .mat-dialog-container {
    width: 100%; }
  .dialogStyle.requestQuote {
    width: 100%; }
  .dialogStyle.savingOptions {
    width: 100%; }
  .dialogStyle .dialogHeader {
    font-size: 18px; }
  .dialogStyle .dialogBody {
    padding: 20px; } }
