/****************
**
** This is stylesheet for common layout
**
*****************/
html, body, .container.main-content {
    height: 100%;
}
.hide { display: none; }
body {
  background-color: #f0f4f7;
}
a, a:hover, a:active { text-decoration: none; }
.img-circle { border-radius: 50% !important; }
.sky-btn {
  margin-right: 20px;
  padding: 9px 23px;
  font-weight: 500;
  font-size: 14px;
  color: #3b6deb !important;
  background-color: #dceafa; }
  .sky-btn:hover { background-color: #d5e2f1; }

  .gradient-btn {
    -webkit-transition: .2s all;
    transition: .2s all;
    -webkit-box-shadow: 0px 2px 3px rgba(41,41,41,.35);
    -moz-box-shadow: 0px 2px 3px rgba(41,41,41,.35);
    box-shadow: 0px 2px 3px rgba(41,41,41,.35);
    background-image: linear-gradient(to right, #386dec , #4e41f0)!important;
    color: white !important; }
  .gradient-btn:focus, .gradient-btn:active { background-image: linear-gradient(to right, #386dec , #4e41f0) !important; }
  .gradient-btn:hover { filter: brightness(1.2); }

.delete-btn { background: #f0f4f7; padding: 8px 10px; height:42px;}
  .delete-btn:hover { background-color: #e3e7ea; }
.remove-btn { background: #f0f4f7; padding: 8px 10px;width: 42px!important;height: 38px!important; }
  .remove-btn:hover { background-color: #e3e7ea; }

#modalDeleteItem .delete-btn, #modalDeleteItem .sky-btn, .modal-delete-btn, .modal-ok-btn, .modal-footer .btn {
    padding: 8px 40px;
    margin: 0px 20px;
    min-width: 130px;
}
#modalDeleteItem .modal-body {text-align:center;}
#modalDeleteItem .modal-footer {display: block;padding-bottom: 30px;}

.bshadow {
  box-shadow: 0px 0px 1px 0px rgba(115, 115, 115, 0.67);
}

.transparent-btn {
    margin-right: 5px;
    font-size: 14px;
    color: #3b6deb !important;
    padding: 5px 8px;
    border: 1px solid #cfd8e5;
    background: #f5f8fa;
    transition: .2s all;
    font-weight: 500;
    -webkit-transition: .2s all;
}
  .transparent-btn.active {
    background: #3b6deb;
    color: white !important; }
  .transparent-btn:hover {
    border-color: #3b6deb; }

.small-btn  {
  width: 38px;
  height: 33px; }
.show-more-btn {
  padding: 10px 90px;
  background-color: #dfe4eb;
  font-size: 14px;
  font-weight: 500;
  color: #232a3d; }
  .show-more-btn:hover { background-color: #d4d8df; }

.overlay {
  display: none;
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 100; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */ }
.sidebar-overlay {
  display: none;
  position: fixed; /* Sit on top of the page content */
  width: 70px; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */ }
.sidebar-overlay a {
    margin: 80px 0 0 6px;
}

/* Header */
header {
  font-family: 'Roboto', sans-serif;
  position: fixed;
  top: 0px;
  vertical-align: top;
  width: 100%;
  height: 66px;
  color: white;
  background-image: linear-gradient(to right, #386dec , #4e41f0);
  -webkit-box-shadow: 0px 0px 7px rgba(41, 41, 41, 0.63);
  -moz-box-shadow: 0px 0px 7px rgba(41, 41, 41, 0.63);
  box-shadow: 0px 0px 7px rgba(41, 41, 41, 0.63);
  z-index: 1000; }
  header .header-left-part { display: table; float: left; }
  header .header-left-part div {
    display: inline-block; }
  header .header-left-part .sidebar-toggle {
    width: 70px;
    text-align: center;
    border-right: 1px solid #5883ee; }
    header .header-left-part .sidebar-toggle .toggle-btn img {
      width: 100%; }
  header .header-left-part .logo-container {
    margin: 0px 5.5vw 0px 1.4vw;
  }
  header .header-left-part .top-menu {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px; }
  header .header-left-part .top-menu li {
    position: relative;
    padding: 22px 1vw;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: .2s all;
    transition: .2s all;
    cursor: pointer; }
    header .header-left-part .top-menu li::after {
      content: "";
      height: 3px;
      left: 0;
      bottom: 0;
      width: 0px;
      position: absolute;
      transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      background: white;
      z-index: -1;}
    header .header-left-part .top-menu li:hover:after {
      width: 100%; }
    header .header-left-part .top-menu li a{
        color:#fff;
        text-decoration:none;
    }

  header .header-right-part {
    display: table;
    float: right;
    padding: 16px 0px; }
  header .header-right-part div {
    display: inline-block; }
    header .header-right-part .user {
      border-left: 1px solid #5883ee;
      border-right: 1px solid #5883ee;
      padding: 0px 20px; }
      header .header-right-part .user .img-avatar {
        width: 36px;
        height: 36px;
        border: 2px solid #fff;
        margin-right: 10px; }
      header .header-right-part .user .name {
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        /*margin-right: 20px;*/
        color: #fff;
      }
    header .header-right-part .msg {
      display: none;
      cursor: pointer;
      vertical-align: middle;
      padding: 9px 20px;
      border-right: 1px solid #5883ee; }
      header .header-right-part .msg.active {
        background: white;
      }

    header .header-right-part .sing-up {
        margin-right:10px;
    }
    header .header-right-part .sing-in {
        margin-left: 10px;
    }
    header .header-right-part .help {
        cursor: pointer;
        vertical-align: middle;
        padding: 0px 20px;
    }
      header .header-right-part .help .help-btn img { width: 100%; }
    header .header-right-part .help a {
        display:inline-block;
        color:#fff;
        font-size:20px;
    }
@media only screen and (max-width: 1200px) {
  header .header-left-part { padding: 10px 0px; }
    header .header-left-part .top-menu { display: none; }
}
/* Main Content */
.main-content {
  font-family: 'Roboto';
  margin-top: 66px; }

/* Sidebar */
.sidebar {
  position: absolute;
  top: 66px;
  left: 0px;
  /* -webkit-transition: .2s all;
  transition: .2s all; */
  width: 250px;
  height: calc(100vh - 0%);
  min-height: 800px; 
  border-right: 1px solid #d9e2ec;
  background-color: white;

}
  .sidebar .sidebar-top-btn { padding: 0px 17px; }
    .sidebar .sidebar-top-btn a {
      font-size: 14px;
      -webkit-transition: .2s all;
      transition: .2s all;
      margin: 15px 0px;
      width: 100%;
      border-radius: 5px; }
  .sidebar .sidebar-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
    .sidebar-menu .sidebar-menu-item {
      position: relative;
      -webkit-transition: .2s all;
      transition: .2s all;
      padding: 13px 17px; }
      .sidebar-menu .sidebar-menu-item.active::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        height: 30px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 3px;
        background-color: #386dec; }
      .sidebar-menu .sidebar-menu-item.active { background-color: #ecf4ff; }
      .sidebar-menu .sidebar-menu-item.active .menu-icon { color: #386dec; }
      .sidebar-menu .sidebar-menu-item:hover { background-color: #ecf4ff; }
      .sidebar-menu .sidebar-menu-item .menu-icon {
        margin-left: 8.5px;
        color: #8094a4; }
      .sidebar-menu .sidebar-menu-item .menu-text {
        margin-left: 20px;
        color: black;
        font-size: 14px;
        font-weight: 500; }
  .sidebar .sidebar-menu-bottom {
    padding: 0px 20px; }
    .sidebar-menu-bottom .copyright-text {
      padding: 20px 0px;
      font-size: 12px;
      color: #8094a4;
      border-bottom: 1px solid #d4dde6; }
    .sidebar-menu-bottom .social-links { margin-top: 10px; }
      .sidebar-menu-bottom .social-links .btn-social {
        padding: 0px;
        -webkit-transition: .2s all;
        transition: .2s all;
        color: #8094a4;
        font-size: 30px; }
        .sidebar-menu-bottom .social-links .btn-social:hover { filter: brightness(1.2); }
      .sidebar-menu-bottom .social-links .linkedin-btn { margin-left: 20px; }

.sidebar.collapsed { width: 70px; }
  .sidebar.collapsed .sidebar-menu .sidebar-menu-item .menu-text { display: none; }
  .sidebar.collapsed .sidebar-menu-bottom .social-links .linkedin-btn { margin-left: 0px; }

.supplier .sidebar .sidebar-menu, .oem .sidebar .sidebar-menu {
  height: calc(100vh - 280px);
}
@media only screen and (min-height: 870px) {
  .manufacturer .sidebar {
    position: fixed;
  }
  .sidebar .sidebar-menu {
    height: calc(100vh - 290px);
  }
}


/* Page content */
.page-content {
  margin-top: 66px;
  margin-left: 70px;
  padding: 0px 20px; }

  .page-content .page-header { padding: 32px 0px; }
  .page-content .page-header .page-title {
    font-size: 19px;
    font-weight: bold; }
  .page-content .page-header .page-header-right {
    text-align: right; }
    .page-content .page-header .page-header-right .add-client { display: inline-block; }
      .page-content .page-header .page-header-right .add-client .addClient-btn {
        width: 160px;
        padding: 0.375rem 10px;
        font-size: 14px;
        margin-right: 1.3vw}
    .page-content .page-header .page-header-right .search-form {
      display: inline-block;
      position: relative; }
        .page-content .page-header .page-header-right .search-form .search-btn {
          position: absolute;
          top: 5px;
          right: 10px; }

    .page-content .search-form .search-btn {
        position: absolute;
        top: 5px;
        right: 10px;
        border: none;
        background: white;
        cursor: pointer;
    }
.page-content .page-body {
    background: white;
    border-radius: 10px;
}
    .page-content .page-body .table thead tr th {
      font-size: 14px;
      color: #788d9e;
      font-weight: 500;
      border-top: 0px;
      border-bottom: 1px solid #d8e1eb; }
    .page-content .page-body .table tbody tr td {
      vertical-align: middle;
      font-size: 14px;
      font-weight: 400;
      color: #232a3d; }

  .page-content .page-footer {
    text-align: center; }

  .page-content .nav-tabs {
    padding: 38px 0px 0px 0px;
    border-color: #d3dce6;
  }
    .page-content .nav-tabs li {
      position: relative;
      padding: 0px 20px 20px 20px;
      font-size: 14px;
      font-weight: bold;
      transition: .2s all;
      -webkit-transition: .2s all; }
      .page-content .nav-tabs li a { color: #788d9e; }
      .page-content .nav-tabs li.active { border-bottom: 1px solid #232a3d; }
      .page-content .nav-tabs li.active a { color: #232a3d; }
#paymentTabs li{
    padding:0;
}
.tab-content{
/*    background:#ffffff;*/
    padding:20px;
    border-radius:5px;
}
  .page-content .tab-content .tab-pane .page-header {
    padding-top: 20px;
    padding-bottom: 5px; }
  .page-content .tab-content .fade.in { opacity: 1; }
/* Flyups */
.flyup {
  display: none;
  position: absolute;
  top: 66px;
  min-height: calc(100vh - 66px);
  background: white;
  -webkit-transition: .2s all;
  transition: .2s all;
  z-index: 99; }
.flyup-lg { width: calc(100vw - 85px); right: calc(-100vw + 130px);}
.flyup-md { width: calc(50vw + 20px); right: calc(-50vw - 80px);}
.flyup-sm { width: calc(50vw + 20px); right: calc(-50vw - 80px);}

  .flyup-header {
    position: relative;
    padding: 21px 50px;
    height: 76px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #232a3d; }
    .flyup .flyup-header .flyup-close-btn {
      position: absolute;
      top: 0px;
      left: -55px; }
      .flyup .flyup-header .flyup-close-btn img { width: 100%; }
  .flyup .flyup-body {
    padding: 30px 50px;
    background-color: #f0f4f7;
  }
    .flyup .flyup-body .form-group label, .form-group label {
        font-size: 14px;
        font-weight: 500;
        color: #232a3d;
    }
    .flyup .flyup-body .form-group input {
      font-size: 14px;
      font-weight: 400;
      color: #232a3d; }
  .flyup .flyup-footer {
    background-color: white;
    text-align: right;
    height: 70px;
    padding: 14px 50px; }

@media only screen and (min-width: 1401px) {
    .flyup-lg { width: calc(100% - 70px); right: calc(-100vw + 130px); }
  .flyup-md { width: calc(35vw + 20px); right: calc(-35vw - 80px); }
  .flyup-sm { width: calc(50vw + 20px); width: calc(-50vw - 80px); }
}
@media only screen and (min-width: 1200px) {
  .flyup .flyup-footer { padding: 14px 110px; }
  .flyup .flyup-body { padding: 30px 110px; }
  .flyup .flyup-header { padding: 21px 110px; }
}

/* Modals */
.modal-header {
  position: relative;
  border-bottom: 0px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #232a3d; }
  .modal-header .modal-title { margin: auto; }
  .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
.modal-content {
  border: 0px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  color: #788d9e;
}
.modal-footer { border-top: 0px; justify-content: center; }

/* Customize Radio Button */
.form-check { margin: 0.5rem; }
  .form-check input[type="radio"] {
      position: absolute;
      opacity: 0; }
  .form-check input[type="radio"] + label:before {
      content: '';
      background: #f4f4f4;
      border-radius: 100%;
      border: 2px solid #9fb2c7;
      display: inline-block;
      width: 1.4em;
      height: 1.4em;
      position: relative;
      margin-right: 1em;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease; }
  .form-check input[type="radio"]:checked + label:before {
      background-color: #4376ef;
      border-color: #4376ef;
      box-shadow: inset 0 0 0 4px #f4f4f4; }
  .form-check input[type="radio"]:focus + label:before {
      outline: none;
      border-color: #3197ee; }
.form-check ul{
    list-style: none;
    padding: 0;
}
/* Customize Date Picker */
.gj-picker-md table thead {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  background-color: #f5f8fa;
  border-top: 1px solid #d8e1eb;
  border-bottom: 1px solid #d8e1eb;
  color: #788d9e; }
.gj-picker-md table tr td.today div {
  border-radius: 50%;
  background-color: #3b6deb;
  color: white; }
.gj-picker-md table tr td {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 16px;
  color: #232a3d;
}
.gj-picker-md table tr td.other-month div,
.gj-picker-md table tr td.disabled div {
    font-weight: 400;
    color: #788d9e; }
.gj-picker-md div[role="navigator"] div:last-child i.gj-icon,
.gj-picker-md div[role="navigator"] div:last-child i.material-icons {
  width: 24px;
  height: 24px;
  background: url('/static/images/calendar-next.png') no-repeat;
  font-size: 0px;
  right: 11px; }
.gj-picker-md div[role="navigator"] div:first-child i.gj-icon,
.gj-picker-md div[role="navigator"] div:first-child i.material-icons {
  width: 24px;
  height: 24px;
  background: url('/static/images/calendar-prev.png') no-repeat;
  font-size: 0px;
  left: 10px;
}

/* Step progress */
.step-progress-bar {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.step-progress-item {
  text-align: center;
  color: #788d9e;
  font-weight: bold;
  display: inline-block;}

.step-progress-item .step-circle {
  display: block;
  font-size: 14px;
  padding: 4px;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #d8e1eb;
  width: 30px;
  height: 30px; }
.step-progress-item .step-text {
  font-size: 13px; }
.step-progress-item.current .step-circle {
  background-color: white;
  border: 2px solid #3b6deb;
  color: #232a3d; }
.step-progress-item.current .step-text { color: #232a3d; }
.step-progress-item.past .step-circle {
  background-color: #3b6deb;
  color: white; }

.step-panel { display: none; }
.step-panel.current { display: block; }

.modal-body table tbody tr td {
  padding: .3rem 3px;;
}

/* Import contact modal */
#importContactModal .modal-body {
  border-top: 1px solid #d3dce5;
  background-color: #f0f4f7;
  text-align: center; }
  #importContactModal .modal-body .label {
    margin: 20px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #232a3d; }
  #importContactModal .modal-body .import-image-btn {
    width: 100%;
    line-height: 46px;
    height: 60px;
    background: white;
    border-radius: 5px;
    -webkit-transition: .2s all;
    transition: .2s all;
    -webkit-box-shadow: 0px 2px 3px rgba(41,41,41,.35);
    -moz-box-shadow: 0px 2px 3px rgba(41,41,41,.35);
    box-shadow: 0px 2px 3px rgba(41,41,41,.35); }
    #importContactModal .modal-body .import-image-btn .spinner-grow {
        margin-top: 12px;
    }
#list-providers-import > p {
    margin: 0px auto;
}
  #importContactModal .modal-body .seperator {
    margin-top: 20px;
    height: 20px;
    position: relative; }
  #importContactModal .modal-body .seperator::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #d8e1eb; }
    #importContactModal .modal-body .seperator span {
      width: 70px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 14px;
      font-weight: bold;
      color: #788d9e;
      background: #f0f4f7;
      z-index: 2; }

#importContactModal .modal-footer {
  padding-top: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f0f4f7;
  justify-content: center; }
  #importContactModal .modal-footer .upload-suppliers-list-btn,
  #importContactModal .modal-footer .add-supplier-btn {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    width: 180px; }

/* Custom Checkbox */
.el-radio > input[type="radio"] + .el-radio-style, .el-checkbox > input[type="checkbox"] + .el-checkbox-style {
  width: 1rem;
  height: 1rem;
  margin-right: 10px; }

.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before {
  border-image: linear-gradient(to right, #386dec , #4e41f0)!important;
  background-image: linear-gradient(to right, #386dec , #4e41f0)!important;
}

/* Custom Switch */
.el-switch .el-switch-style {
  background: transparent;
  border: 1px solid #d8e1eb;
}
.el-switch .el-switch-style:before {
  top: calc(0.1em - 1px);
  background-image: url('/static/images/switch-off.png');
  background-size: contain;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
  left: 49%;
}

.el-switch > input[type="checkbox"]:checked + .el-switch-style::before {
  background-color: transparent!important;
  background-image: url('/static/images/switch-on.png');
  background-size: contain; }
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background-color: transparent;
}

/* Custom Range */
.rangeSlider { background: #9eaec6; border-radius: 5px; }
.rangeSlider__horizontal { height: 5px; }
.rangeSlider__fill { background-color: #3b6deb; }
.rangeSlider__handle {
  width: 20px;
  height: 20px;
  background: #3b6deb;
  box-shadow: none;
  border: 2px solid white; }
.rangeSlider__handle:after { display: none; }
.rangeSlider__handle__horizontal { top: -7px; }

/* Inline inputs Min & Max */
.inline-inputs {
  display: flex; }
  .inline-inputs .min,
  .inline-inputs .max {
    width: 50%; }
    .inline-inputs input{
      width: 62px;
      height: 28px;
      border: 1px solid #cfd8e5;
      border-radius: .3rem;
      padding: 9px 8px;
      font-size: 14px;
      font-weight: bold;
      color: #232a3d; }
    .inline-inputs .label {
      font-size: 14px;
      color: #232a3d; }
    .inline-inputs .btn {
      border: 1px solid #cfd8e5;
      width: 20px;
      height: 28px;
      padding: 0px 3px;
      line-height: 28px;
      font-size: 12px;
      font-weight: bold;
      color: #3b6deb;
      transition: .2s all;
      -webkit-transition: .2s all; }
     .inline-inputs .btn:hover {
        border-color: #3b6deb; }
/* Inline inputs Up & Down */
.inline-inputs .inline-input.up-down {
  position: relative; }
  .inline-inputs .inline-input.up-down input {
    height: 33px;
    font-weight: 400;
    width: 100px !important; }
  .inline-inputs .inline-input.up-down .minus-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 16.5px;
    border-radius: 0px;
    border-bottom-right-radius: 5px; }
    .inline-inputs .inline-input.up-down .minus-btn img {
      vertical-align: top;
      margin-top: 4px; }
  .inline-inputs .inline-input.up-down .plus-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 16.5px;
    border-radius: 0px;
    border-top-right-radius: 5px; }
    .inline-inputs .inline-input.up-down .plus-btn img {
      vertical-align: top;
      margin-top: 5px; }
/* Custom Sort by */
.sort-by select.sort-filter {
  color: #4376ef !important;
  width: 118px !important;
  border: none !important;
  font-size: 1rem !important;
  padding: 10px 0px !important;
}
/* Badge Colors */
.badge-1 { background: #8598ae; }
.badge-2 { background: #e6ba2c; }
.badge-3 { background: #eba121; }
.badge-4 { background: #f07422; }
.badge-5 { background: #e66157; }
.badge-6 { background: #83c04d; }
.badge-7 { background: #85d1f6; }
.badge-green { background: #36ae2c; }
.badge-black { background: #1f1f1f; }
.badge-white { background: #ffffff; }
.badge-yellow { background: #ecbf29; }
.badge-red { background: #ec4a5b; }
.badge-blue { background: #386dec; }
.badge-matte-black { background: #565656; }
.badge-matte-green { background: #84c14c; }
.badge-no-text {
  display: inline !important;
  width: 10px;
  content: " ";
  height: 10px;
  border-radius: 3px;
  border: 1px solid white;
  padding: 0px 5px;
  margin-right: 3px; }
  .badge-no-text.badge-white {
    border: 1px solid #9ea8b4; }

/*Spinner*/
#spinner-wait {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #fff;
    opacity: .5;
}
#spinner-wait .spinner-border {
    position: absolute;
    top: 50%;
    left: 48.80%;
}

/*Page Authentication*/
.form-center {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /*padding-top: 40px;*/
    padding-bottom: 66px;
    background-color: #f5f5f5;
}
.table-reply-bom .form-control[readonly]{
    background-color:#ffffff;
}
.form-signin {
    width: 100%;
    max-width: 400px;
    /*padding: 15px;*/
    margin: auto;
    text-align: center;
}
    .form-signin p {
        font-size:14px;
    }
    .form-signin .checkbox {
        font-weight: 400;
    }
    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }
        .form-signin .form-control:focus {
            z-index: 2;
        }
    .form-signin input[type="email"] {
        margin-bottom: -1px;
    }
    .form-signin input[type="password"], .form-signin input[type="email"] {
        margin-bottom: 10px;
    }
    .form-signin h6 {
        font-size: 14px;
    }
    .form-signin .content-remember-me {
        margin-bottom:10px;
    }
    .form-signin .content-remember-me label {
        margin-bottom: 0px;
    }
    .form-signin .content-remember-me input {
        display: inline-block;
        width: auto;
    }
/**alert**/
.errorlist {

}
#import_items .errorlist {
  margin-bottom: 0px;
}

.alert ul.errorlist {
    margin-bottom: 0;
    text-align: left;
}

.form-group .errorlist, .errorlist {
    padding-left: 0;
    list-style: none;
}
.form-group .errorlist li, .errorlist li {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.message-a.alert {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1005;
}

.wiz-header{
    padding:21px 40px;
    height: 90px;
    border-bottom: 1px solid #d8e1eb;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #232a3d;
    background:#ffffff;
    position:relative;
    margin-bottom:50px;
    z-index: 100;
}
.wiz-steps{
    font-size: 14px;
    width:60%;
    margin:15px auto 0 auto;
}
.wiz-steps .step{
    display:block;
    width:30px;
    height:30px;
    padding:3px;
    border:2px solid #d8e1eb;
    border-radius:50%;
    background:#d8e1eb;
    color:#788d9e;
    margin:0 auto;
}
.wiz-steps .current .step{
    border:2px solid #3b6deb;
    color:#232a3d;
    background:#ffffff;
}
.wiz-steps .completed .step{
    border:2px solid #3b6deb;
    color:#ffffff;
    background:#3b6deb;
}
.wiz-steps .step-title{
    display:block;
    color:#788d9e;
    font-size: 13px;
}
.wiz-steps .current .step-title{
    color:#232a3d;
}
.wiz-body{
    background-color: #f0f4f7;
    padding: 80px 15px 15px;
    margin:-50px 0 20px;
}
.wiz-footer{
    background:#ffffff;
    padding: 30px;
}
.elements-table{
    width:100%;
}
.elements-table th {
    min-width: 90px;
    font-size: 12px;
    font-weight: 500;
    color: #7f8fa3;
    padding: 5px;
    border-top: none;
    border-bottom: 1px solid #d8e1eb;
    vertical-align: bottom;
}
    .elements-table th:nth-child(1), .elements-table th:nth-child(2), .elements-table th:nth-child(3) {
        min-width: 130px;
    }
        .elements-table.table-reply-bom th sub {
    display:block;
}
.elements-table.table-reply-bom th {
    padding: 20px 5px 10px;
}
.elements-table th .required{
    color:#f23c34;
    padding-left:5px;
}
.elements-table td{
    color:#1e263b;
    font-size: 12px;
    border-bottom: 1px solid #d8e1eb;
    padding:5px;
}
.elements-table input{
    width:86px;
    padding:0px 10px;
    color:#1e263b;
    font-size: 12px;
}
.elements-table .errorlist{
    list-style:none;
    margin:0;
    padding:0;
    color:#f23c34;
}
    .elements-table input[type=text]:not(.datepicker) {
        width: 130px;
    }

.h-scroll-box{
    overflow-x:scroll;
/*    padding:10px;*/
    margin-bottom:10px;
}
.h-scroll-box::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #f1f4f7;
    padding:10px 0 10px 0;
    margin:20px 5px 20px 5px;
}

.h-scroll-box::-webkit-scrollbar
{
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    padding:10px 0 10px 0;
    margin:10px;
}

.h-scroll-box::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a0b4c9;
}
.h-scroll-box td, .h-scroll-box th{
    padding:5px;
}
.h-scroll-box th{
    padding-top:20px;
}
.pagination{
    margin:20px 0 20px 0;
    display:block;
    width:100%;
    text-align:center;
}

/*Datepiker style Ui-jquery*/
.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102,175,233,.6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}

    .ui-datepicker a,
    .ui-datepicker a:hover {
        text-decoration: none;
    }

        .ui-datepicker a:hover,
        .ui-datepicker td:hover a {
            color: #2A6496;
            -webkit-transition: color 0.1s ease-in-out;
            -moz-transition: color 0.1s ease-in-out;
            -o-transition: color 0.1s ease-in-out;
            transition: color 0.1s ease-in-out;
        }

    .ui-datepicker .ui-datepicker-header {
        margin-bottom: 4px;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-title {
        font-weight: 700;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        cursor: default;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        height: 20px;
        line-height: 1;
        margin-top: 2px;
        width: 30px;
    }

    .ui-datepicker .ui-datepicker-prev {
        float: left;
        text-align: left;
        width: 24px;
        height: 24px;
        background: url(/static/images/calendar-prev.png) no-repeat;
        font-size: 0px;
        left: 10px;
        cursor:pointer;
    }

    .ui-datepicker .ui-datepicker-next {
        float: right;
        text-align: right;
        width: 24px;
        height: 24px;
        background: url(/static/images/calendar-next.png) no-repeat;
        font-size: 0px;
        cursor: pointer;
    }

    .ui-datepicker .ui-datepicker-prev:before {
        /*content: "\e079";*/
        content: "\e926";
    }

    .ui-datepicker .ui-datepicker-next:before {
        /*content: "\e080";*/
        content: "\e924";
    }

    .ui-datepicker .ui-icon {
        display: none;
    }

    .ui-datepicker .ui-datepicker-calendar {
        table-layout: fixed;
        width: 100%;
    }

        .ui-datepicker .ui-datepicker-calendar th,
        .ui-datepicker .ui-datepicker-calendar td {
            text-align: center;
            padding: 4px 0;
        }

        .ui-datepicker .ui-datepicker-calendar td {
            border-radius: 4px;
            -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
        }

            .ui-datepicker .ui-datepicker-calendar td:hover {
                background-color: #eee;
                cursor: pointer;
            }

            .ui-datepicker .ui-datepicker-calendar td a {
                text-decoration: none;
            }

    .ui-datepicker .ui-datepicker-current-day {
        background-color: #4289cc;
    }

        .ui-datepicker .ui-datepicker-current-day a {
            color: #fff
        }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
        background-color: #fff;
        cursor: default;
    }
/**/
sub.required {
  bottom: 0.5em;
}
.required {
    color:red;
}
.mail-badge{
    background: #f5f8fa;
    padding: 8px;
    border: 1px solid #d8e1eb;
    margin-right: 10px;
    border-radius: 25px;
    font-size: 13px;
    color: #232a3d;
}
.wrap_payment_terms_other, #createRFQ .flyup-body .step-panel-form .form-header .wrap_payment_terms_other {
    margin-top: 4px!important;
    height: 40px;
}
.el-checkbox-style .stars{
    margin: 1px 0 0 30px;
}
#supplier_filter ul{
    margin:0;
    list-style: none;
    padding:3px 0 3px 10px;
}

#showMsg, #editPONote {
    z-index: 101;
}

.scroll-box {
    overflow: hidden;
}
th.col-date {
    min-width:100px;
}

.gray_col {
    background-color: #ebebeb;
}

.errors {
    border-color: red!important;
}
.error {
  border-color: #ff8080!important;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25)!important;
}
.error-color {
  color: red;
  font-size: 80%;
}
.sibling_switch_wrap{
    padding:12px;
    min-width: 121px;
    font-size:12px;
    font-weight:500;
}
.sibling_switch_left{
    border: solid 1px #D0D9E6;
    padding: 5px 10px;
    background: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #386DEC;
    cursor:pointer;
    margin-right: -4px;
}
.sibling_switch_right{
    border: solid 1px #D0D9E6;
    padding: 5px 10px;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #386DEC;
    cursor:pointer;
}
.sibling_switch_left.active, .sibling_switch_right.active{
    background: #386DEC;
    color: #ffffff;
    border: solid 1px #386DEC;
}

.list_wrapper {
    background: #ffffff;
    border:solid 1px #ffffff;
    border-radius:5px;
    padding:10px;
}
.table thead tr th {
    font-size: 12px;
    font-weight: 500;
    color: #7f8fa3;
    padding: .75rem 5px;
    border-top: none;
    border-bottom: 1px solid #d8e1eb;
}
.table tbody tr td{
    font-size: 14px;
    color: #232a3d;
    padding: .75rem 3px;
    border-top: none;
    border-bottom: 1px solid #d8e1eb;
}

.row-active:hover {
    /*background-color: aliceblue !important;*/
}

/**profile*/
.userprofile .page-footer {
    margin-left:-20px;
    margin-right:-20px;
    padding:20px;
    border-top: 1px solid #d3dce6;
    background-color: #fff;
    text-align:right;
}
    .userprofile .page-footer .btn {
        width: 160px;
    }
.profile-avatar, .profile-logo-company {
    margin-bottom: 30px;
    max-width: 300px;
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 10px #8094a4;
}
.profile-logo-company {
    border-radius: 15%;
}
.profile-upload-avatar, .profile-upload-signature_image {
    text-align: center;
}
    .profile-upload-avatar .btn, .profile-upload-signature_image .btn {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .profile-upload-avatar, .profile-upload-signature_image {
        font-size: 14px;
        color: #788d9e;
    }
.userprofile .page-body {
    padding: 20px;
}
.profile-upload-signature_image {
    padding: 20px;
    border: 1px dashed #ced4da;
    border-radius: .25rem;
}
    .profile-upload-signature_image img {
        margin-bottom:10px;
        max-width: 300px;
        width: 100%;
        border-radius: none;
    }
    .profile-upload-signature_image .actions {
        margin-top: 30px;
    }
/***/
.alert1{
    padding:20px;
    margin:0 0 20px 0;
    border-radius:5px;
}

.socialaccount_providers{
    list-style:none;
    padding:0;
    margin-bottom:0!important;
}
.login-or{
    margin-bottom:10px!important;
}
.socialaccount_providers li{
    text-align:center;
    width: 250px!important;
    margin: 0 auto 0 auto!important;
    float: none!important;
}
.socialaccount_provider{
    display:inline-block;
    width:250px;
    height:49px;
    text-indent: -1000px;
    overflow: hidden;
}
.socialaccount_provider.facebook{
    background: url(/static/images/login_fb.png) no-repeat top left;
}
.socialaccount_provider.google{
    background: url(/static/images/login_gp.png) no-repeat top left;
}
.socialaccount_provider.linkedin_oauth2{
    background: url(/static/images/login_in.png) no-repeat top left;
}
.crete_quote_table tr th{
    background:#dceafa!important;
    color:#3b6deb!important;
}
.new_el_tabs{
    width: 470px;margin: auto;
}
.el_tab{
    width: 50%;float: left;text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #788d9e;
    cursor:pointer;
}
.el_tab.active{
    color:black;
    border-bottom:solid 1px black;
    cursor:default;
}
.text-ragio-group{
    list-style:none;
    padding:0;
}
.text-ragio-group li{
    display:inline-block;
}
.el-text-radio > input[type="radio"]{
    display:none;
}
.el-text-radio > input[type="radio"] + .el-radio-style{
    background: #f5f8fa;
    color: #386dec;
    padding: 5px 10px;
    font-weight: 600;
    border: solid 1px #d9e2ec;
    border-radius: 7px;
    font-size:12px;
    cursor:pointer;
}
.el-text-radio > input[type="radio"]:checked + .el-radio-style{
    background: #386dec;
    color: white;
    border: solid 1px #386dec;
    cursor:default;
}
.el-radio-style .color{
    display:inline-block;
    width:12px;
    height:12px;
    margin-right:10px;
    border-radius:3px;
    border:solid 1px #565656;
}
.el-radio-style .color-{
    display:none;
}
.el-radio-style .color-green{
    background:#36af2d;
}
.el-radio-style .color-black{
    background:#000000;
}
.el-radio-style .color-while{
    background:#ffffff;
}
.el-radio-style .color-yellow{
    background:#ecc029;
}
.el-radio-style .color-red{
    background:#ec495a;
}
.el-radio-style .color-blue{
    background:#386dec;
}
.el-radio-style .color-matteblack{
    background:#565656;
}
.el-radio-style .color-mattegreen{
    background:#84c24c;
}


.static-popup {
  text-align: center
}
.static-popup .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color:#fff;
  box-shadow: 0px 0px 5px rgb(228, 229, 230);
}
.static-popup .jumbotron h1 {
  margin-bottom: 30px;
}
.static-popup .text-ragio-group {
  margin-bottom: 30px;
}
.static-popup .text-ragio-group li {
  width:32.86%;
}
.static-popup .el-text-radio > input[type="radio"] + .el-radio-style {
  font-size: 15px;
  padding: 16px 20%;
  min-height: 65px;
  line-height: 60px;
  width:100%;
}
.static-popup .text-ragio-group li:first-child input[type="radio"] + .el-radio-style {
  padding: 12px 20%;
  min-height: 94px;
  line-height: 30px;
}
.static-popup .el-radio-style span {
  display: block;
  font-size: 14px;
  font-weight: 100;
  line-height: 14px;
}

.text-muted {
  color: #788d9e!important;
}

.bg-white {
  background-color: #fff;
}
.b-muted {
  border: 1px solid #d8e1eb;
}
.row.row-m-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.amount-messages.badge {
  display: inline-block!important;
  border-radius: .25rem;
  width: initial;
  height: initial;
  left: 0px!important;
  color: #4d44f0;
  background-color: #ec46ef;
}
/*profile*/
#profile-avatar-save, #profile-avatar-cancel {
  width: 90px;
}
#profile-avatar-img {
  max-width:300px;
  max-height:300px;
}
/**/

.row-nomargin {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

#import_parts_error {
  text-align: center;
}

.wrap-createrfq-form, .wrap-sentpcb-form {
  min-height:calc(80vh);
  background-color:#f0f4f7;
  position:relative;
}

.no-cursor {
  cursor: default!important;
}

.modal-btn-ok {
  padding: 8px 60px;
}

#poInventoryModal .table th {
  width:10%
}
#poInventoryModal .table th:first-child, #poInventoryModal .table th:nth-child(2), #poInventoryModal .table th:nth-child(3) {
  width:30%
}

#public-project .active > div.content-expandable {
  display: block!important;
 
}
.page-body.active {
  padding-top: 1px;
  border: 1px solid #3b6deb;
  border-radius: 10px;
  background-color: #fff;
}
.label {
  font-size: 14px;
  font-weight: bold;
  color: #788d9e;
}
#public-project .content-expandable {
  padding: 20px;
}
#public-project .component-quote-row .component-quote-col:nth-child(1) {
  max-width: 120px;
}
#public-project .component-quote-row .component-quote-col:nth-child(5) {
  width: 15%;
}
#public-project .component-quote-row .component-quote-col:last-child {
  width: 35%;
}
#public-project .actions .btn {
  margin-right: 10px;
}

.rating .label, .reviews .label {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.rating .text-right .label {
  line-height: 30px;
}
.modal .rating>div, .page-body .rating>div {
  margin-bottom: 20px;
  text-align: center;
} 
.modal .rating .text {
  font-weight: bold;
  font-size: 20px;
  color:#000;
}
.row.rating {
  margin-top: 20px;
}
.fa-lock {
  color:#788d9e;
}
.wrap-project-lock {
  max-width: 30px;
}
.flyup-header-col.wrap-project-lock {
  max-width: 40px;
  align-self: center;
}
.reviews .time {
  font-size: 11px;
  font-weight: 500;
  color: #788d9e
}
.review {
  margin: 10px 4% 10px 4%;
  padding-top: 10px;
}

.label {
  font-size: 14px;
  font-weight: bold;
  color: #788d9e;
}
.block-border {
  border: 1px solid #e9ecef;
  border-radius: 15px;
  min-height: 350px;
}


ul.wrap-el-text-radio {
  padding-left: 0px;
}
ul.wrap-el-text-radio li {
  list-style-type: none;
}

/**/
.ship-data {
  padding:20px;
}
.ship-data h5 {
  text-align: left;
  border-bottom: 1px solid #788d9e;
}
.ship-data table {
  margin-bottom: 20px;
}
.ship-data th {
  width: 40%;
} 
.ship-data td {
  width:60%;
}
.ship-data th, .ship-data td {
  text-align: left;
}
#modalUpsFetchCost .el-radio-style {
  padding:10px;
  font-size: 20px;
}
/**/

.fastquote-icon {
  padding: 0 3px;
  margin-right:5px;
  border: 1px solid #4376ef;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  background-color: rgb(0, 174, 255);
  font-size: 1em;
}

.create-fastquote-btn i {
  display: none;
}
.create-fastquote-btn.exist-fastquote {

}
.create-fastquote-btn.signed-fastquote i {
  display: inline-block;
  font-size: 1em;
}

.content-items.empty-price {
  border: 1px solid #ff001b;
}