﻿/*html,body{height:100%;}*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: left;
  background-color: #f7f7f7; }

footer {
  font-size: 12px; }
  footer h2 {
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px; }
  footer .footer-top {
    background-color: #313d4d;
    padding: 4rem 0; }
    footer .footer-top a {
      font-size: 13px;
      font-weight: 300;
      color: #fff;
      text-decoration: none; }
    footer .footer-top p {
      color: #fff;
      font-size: 13px;
      font-weight: 100; }
    footer .footer-top small {
      color: #fff;
      font-size: 11px;
      font-weight: 300; }
    footer .footer-top strong {
      color: #fff;
      letter-spacing: 0.5px;
      margin-top: 15px;
      display: block;
      font-size: 16px;
      font-weight: 400; }
    footer .footer-top .form-control {
      background-color: #2c3846;
      border-color: transparent;
      border-radius: 5px;
      box-shadow: none;
      outline: none; }
    footer .footer-top .form-control:focus {
      color: #fff;
      border-color: transparent;
      box-shadow: none;
      outline: none; }
    footer .footer-top .form-group {
      position: relative;
      margin-top: 5px;
      margin-bottom: 5px; }
    footer .footer-top .nav-search {
      position: absolute;
      top: 6px;
      right: 5%; }
    footer .footer-top .nav-search a {
      color: #999;
      font-size: 13px; }
    footer .footer-top .nav-search a:hover {
      color: #fff; }
    footer .footer-top .header-bottom .form-control::-moz-placeholder,
    footer .footer-top .form-control::-moz-placeholder {
      color: #aaa; }
    footer .footer-top .media {
      margin-bottom: 15px;
      cursor: pointer; }
    footer .footer-top .media-left {
      position: relative;
      padding-top: 5px;
      padding-right: 15px; }
    footer .footer-top .media-left .fa {
      background-color: #1ac4e2;
      border-radius: 50px;
      color: #fff;
      font-size: 9px;
      height: 20px;
      left: 25px;
      margin-top: 20px;
      padding-top: 5px;
      position: absolute;
      text-align: center;
      width: 20px;
      opacity: 0; }
    footer .footer-top .media .media-body p {
      margin-bottom: 3px;
      font-weight: 300; }
    footer .footer-top .media-left img {
      border: 1px solid rgba(105, 118, 135, 0.5);
      border-radius: 4px;
      padding: 4px;
      width: 70px; }
    footer .footer-top .category {
      border-bottom: 1px solid rgba(105, 118, 135, 0.3);
      color: #fcc88e;
      font-size: 8px;
      margin-bottom: 7px;
      padding-bottom: 7px; }
    footer .footer-top .media strong {
      color: #8ec63f;
      font-size: 14px;
      font-weight: 600;
      margin-top: 5px; }
    footer .footer-top .media .f-date {
      color: #999;
      font-weight: 400;
      font-size: 12px; }
    footer .footer-top .media .f-border {
      border-bottom: 1px solid rgba(105, 118, 135, 0.3);
      margin-bottom: 7px;
      padding-bottom: 7px; }
    footer .footer-top .media:hover .media-body p {
      color: #1ac4e2; }
    footer .footer-top .media:hover p.f-date {
      color: #999; }
    footer .footer-top .media:hover .media-left img {
      opacity: 0.5; }
    footer .footer-top .media:hover .media-left .fa {
      opacity: 1; }
  footer .footer-bottom {
    padding: 2rem;
    background-color: #2c3846; }
    footer .footer-bottom p {
      color: #999;
      font-size: 12px;
      font-weight: 300;
      margin-bottom: 7px; }
    footer .footer-bottom p a {
      color: #999;
      text-decoration: none; }
    footer .footer-bottom .list-inline {
      margin-bottom: 0; }
    footer .footer-bottom .list-inline img {
      width: 30px;
      opacity: 0.5; }
    footer .footer-bottom .list-inline img:hover {
      opacity: 0.7; }

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.navbar-nav li a {
  border-right: 1px solid;
  height: 15px;
  line-height: 0px; }

.nav-bg {
  background-color: #505b79; }

.m-t-100 {
  margin-top: 100px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-t-20 {
  margin-top: 20px; }

/*.page-link {
    color: #103a67 !important;
}*/
.page-item.active .page-link {
  background-color: #2068ad !important; }

.wrapper {
  padding-bottom: 40px; }
  .wrapper .divider {
    position: relative;
    margin-top: 25px;
    height: 1px; }
  .wrapper .div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, darkgrey, transparent); }
  .wrapper .div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: white;
    border-bottom: 1px solid darkgrey;
    border-right: 1px solid darkgrey; }
  .wrapper .div-tab-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 10px);
    width: 20px;
    height: 14px;
    background-color: white;
    border-bottom: 1px solid darkgrey;
    border-left: 1px solid darkgrey;
    border-right: 1px solid darkgrey;
    border-radius: 0 0 8px 8px; }
  .wrapper .div-stopper:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -6px;
    left: calc(50% - 7px);
    width: 14px;
    height: 12px;
    background-color: white;
    border-left: 1px solid darkgrey;
    border-right: 1px solid darkgrey; }
  .wrapper .div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: goldenrod;
    border: 1px solid darkgrey;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white; }

.site-color {
  background-color: #505b79 !important; }
  .site-color:hover {
    background-color: #444d66 !important; }

.site-loading {
  display: none; }
  .site-loading .loading {
    height: 100%;
    position: absolute;
    z-index: 9999;
    background-color: rgba(17, 16, 18, 0.16);
    width: 100%;
    top: 0; }

#loading {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center; }

#loading-panel .sr-only {
  width: 5em;
  height: 5em; }

#loading {
  display: none; }

.pointer {
  cursor: pointer !important; }

.scroll-all {
  overflow: auto; }

.scroll-all::-webkit-scrollbar {
  -webkit-appearance: none; }

.scroll-all::-webkit-scrollbar:vertical {
  width: 13px; }

.scroll-all::-webkit-scrollbar:horizontal {
  height: 13px; }

.scroll-all::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5); }

#Login {
  background: url("../img/bg1.jpg") no-repeat;
  min-height: 850px;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%; }
  #Login h1 {
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    padding-top: 4em;
    font-weight: 400;
    color: #2B2B36;
    font-size: 2em; }
  #Login .login-container {
    background: #2b2b36;
    position: relative;
    width: 30%;
    margin: 3% auto 0 auto;
    text-align: center;
    border-radius: 15px;
    padding: 0; }
    #Login .login-container input[type="text"] {
      width: 70%;
      padding: 1em 2em 1em 3em;
      color: #9199aa;
      font-size: 18px;
      outline: none;
      background: url("../img/adm.png") no-repeat 10px 15px;
      border: none;
      font-weight: 100;
      border-bottom: 1px solid #484856;
      margin-top: 2em; }
    #Login .login-container input[type="password"] {
      width: 70%;
      padding: 1em 2em 1em 3em;
      color: #dd3e3e;
      font-size: 18px;
      outline: none;
      background: url("../img/key.png") no-repeat 10px 23px;
      border: none;
      font-weight: 100;
      border-bottom: 1px solid #484856;
      margin-bottom: 2em; }
    #Login .login-container button {
      font-size: 30px;
      color: #fff;
      outline: none;
      border: none;
      background: #3ea751;
      width: 100%;
      padding: 18px 0;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      cursor: pointer; }
    #Login .login-container button[type="submit"]:hover {
      background: #ff2775;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      transition: 1s all; }
    #Login .login-container .head-info {
      padding: 5px 0;
      text-align: center;
      font-weight: 600;
      font-size: 2em;
      color: #fff;
      background: #23232e;
      height: 50px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      #Login .login-container .head-info label.lbl-1 {
        background: #6756ea;
        width: 20px;
        height: 20px;
        display: block;
        float: right;
        border-radius: 50%;
        margin: 16px 10px 0px 0px; }
      #Login .login-container .head-info label.lbl-2 {
        background: #ea569a;
        width: 20px;
        height: 20px;
        display: block;
        float: right;
        border-radius: 50%;
        margin: 16px 10px 0px 0px; }
      #Login .login-container .head-info label.lbl-3 {
        background: #f1c85f;
        width: 20px;
        height: 20px;
        display: block;
        float: right;
        border-radius: 50%;
        margin: 16px 10px 0px 0px; }
  @media (max-width: 1440px) {
    #Login .key {
      background: url("../img/pass.png") no-repeat 376px 17px; }
    #Login #Login {
      min-height: 611px; } }
  @media (max-width: 1366px) {
    #Login .key {
      background: url("../img/pass.png") no-repeat 358px 19px; }
    #Login .copy-rights {
      margin-top: 3em; }
    #Login #Login {
      min-height: 568px; } }
  @media (max-width: 1280px) {
    #Login .key {
      background: url("../img/pass.png") no-repeat 336px 18px; }
    #Login #Login {
      min-height: 511px; }
    #Login .copy-rights {
      margin-top: 0.5em; } }
  @media (max-width: 1024px) {
    #Login .login-container {
      width: 37%; }
    #Login .key {
      background: url("../img/pass.png") no-repeat 339px 18px; }
    #Login .copy-rights {
      margin-top: 3em; }
    #Login h1 {
      padding-top: 2em; }
    #Login #Login {
      min-height: 475px; } }
  @media (max-width: 768px) {
    #Login .login-container {
      width: 50%;
      margin: 12% auto 0 auto; }
    #Login .key {
      background: url("../img/pass.png") no-repeat 342px 18px; }
    #Login #Login {
      min-height: 729px; } }
  @media (max-width: 640px) {
    #Login .login-container {
      width: 60%;
      margin: 20% auto 0 auto; }
    #Login .key {
      background: url("../img/pass.png") no-repeat 342px 19px; } }
  @media (max-width: 480px) {
    #Login .login-container {
      width: 80%; } }
  @media (max-width: 320px) {
    #Login h1 {
      padding-top: 1em;
      font-size: 1.5em; }
    #Login .login-container {
      width: 90%;
      margin: 10% auto 0 auto; }
    #Login input[type="text"] {
      width: 62%;
      padding: 1.2em 2em .5em 2.5em;
      font-size: 17px;
      margin-top: .5em; }
    #Login input[type="password"] {
      width: 62%;
      padding: 1.2em 2em .5em 2.5em;
      font-size: 17px;
      margin-top: .5em;
      margin-bottom: 2em;
      background: url("../img/key.png") no-repeat 8px 23px; }
    #Login .key {
      background: url("../img/pass.png") no-repeat 235px 27px; }
    #Login .avtar img {
      margin: 1.1em 0 0; }
    #Login .head-info {
      height: 35px; }
    #Login label.lbl-1 {
      margin: 8px 10px 0px 0px; }
    #Login label.lbl-2 {
      margin: 8px 10px 0px 0px; }
    #Login label.lbl-3 {
      margin: 8px 10px 0px 0px; }
    #Login .close {
      left: 16px;
      top: 13px; }
    #Login .copy-rights {
      margin-top: 2em; }
    #Login #Login {
      min-height: 304px; }
    #Login input[type="submit"] {
      font-size: 28px;
      padding: 10px 0; } }

#Home img {
  width: 100%; }

#Home #carouselExampleCaptions img {
  width: 100%;
  height: 400px; }

#Home #carouselExampleCaptions .carousel-indicators li {
  background-color: #795548; }

#Home .diamond .fa {
  color: #fff;
  position: relative;
  padding-top: 12px;
  z-index: 1000; }

#Home .diamond {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #1ac4e2;
  border-image: none;
  border-style: solid;
  border-width: 0 15px 20px;
  box-sizing: content-box;
  color: black;
  font: 100% Arial,Helvetica,sans-serif;
  height: 0;
  margin: 20px 0 30px;
  position: relative;
  text-overflow: clip;
  width: 30px; }

#Home .diamond::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #1ac4e2 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 35px 30px 0;
  box-sizing: content-box;
  color: black;
  content: "";
  font: 100% Arial,Helvetica,sans-serif;
  height: 0;
  left: -15px;
  position: absolute;
  text-overflow: clip;
  text-shadow: none;
  top: 20px;
  width: 0; }

#Home .lot-list-container {
  padding: 80px 0px 80px 0px; }
  #Home .lot-list-container .card {
    margin-bottom: 50px;
    width: 20rem; }
  #Home .lot-list-container .card:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  #Home .lot-list-container img {
    height: 150px; }
  #Home .lot-list-container .card-ul {
    font-size: 12px; }
    #Home .lot-list-container .card-ul label {
      font-weight: 600;
      color: #5b5b5d; }

#Home .searchBox {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #153b9e;
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-right: 0 !important; }

#Home .searchBox:focus {
  border-right: 0 !important;
  outline: none;
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/ }

#Home .searchBoxButton {
  background-color: #153b9e;
  color: white;
  font-family: arial,'Hiragino Sans GB',"\5b8b\4f53",sans-serif;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

#Home .floating {
  position: absolute;
  z-index: 100;
  top: -0.5em;
  left: 90%;
  margin: 0 0 0 -1.5em !important;
  background-color: #db2828 !important;
  border-color: #db2828 !important;
  color: #fff !important;
  padding: 5px 7px 5px 7px;
  border-radius: 22% !important;
  font-size: 10px;
  width: 80px;
  font-weight: 700; }

#Home .spinner-border {
  margin: auto; }

#Home .no-more {
  color: #a7a4a4;
  font-weight: 600; }

#LotDetail .costomer-table-head {
  background-color: #E5E5E5;
  font-weight: 600;
  font-size: 16px; }
  #LotDetail .costomer-table-head div {
    padding: 13px 10px 13px 10px;
    border-left: 1px solid rgba(34, 36, 38, 0.1) !important; }

#LotDetail .w-20 {
  width: 20%; }

#LotDetail .costomer-table-child div {
  padding: 10px 10px 10px 10px;
  border-left: 1px solid rgba(34, 36, 38, 0.1) !important; }

#LotDetail .detail-heade {
  margin-bottom: 30px; }
  #LotDetail .detail-heade .lot-title {
    color: #555;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px; }

#LotDetail .detail-body .body-title {
  color: #555;
  font-size: 0.85em;
  margin-bottom: 2%; }

#LotDetail .detail-body .body-content {
  color: #999;
  font-size: 0.8125em;
  line-height: 1.8em;
  margin-bottom: 10px; }

#LotDetail .detail-body .price-subTitle {
  font-size: 19px; }

#LotDetail .detail-body .now-price-sub {
  font-size: 2em;
  font-weight: 600;
  color: orange; }

#LotDetail .detail-body .parameter-price-client-sub {
  font-size: 2em;
  font-weight: 600;
  color: orangered; }

#LotDetail .detail-img img {
  width: 80%; }

#LotDetail .font-20 {
  font-size: 20px; }

#LotDetail .detail-parameters h2 {
  color: #555;
  font-size: 1.1em;
  font-weight: 600;
  width: 100px; }

#LotDetail .detail-parameters .image {
  width: 4em;
  height: 4em; }

#LotDetail .detail-parameters label {
  width: 150px; }

#LotDetail .detail-parameters .lot-parameter-list {
  position: relative;
  /*border-top: 1px solid #d8d8d8;*/
  padding: 37px 50px 35px 16px;
  margin-bottom: 25px;
  color: #5a5757; }

#LotDetail .detail-parameters .parameter-price label {
  width: 110px;
  text-align: right;
  margin-bottom: 0px !important; }

#LotDetail .detail-parameters .parameter-price .set-ask-price-region {
  font-size: 0.5rem !important; }
  #LotDetail .detail-parameters .parameter-price .set-ask-price-region label {
    width: 80px !important;
    font-size: 0.8rem;
    font-weight: 500; }
  #LotDetail .detail-parameters .parameter-price .set-ask-price-region .set-ask-price {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0, 0, 0, 0.6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    margin-left: 3px; }
    #LotDetail .detail-parameters .parameter-price .set-ask-price-region .set-ask-price .detail {
      display: inline-block;
      vertical-align: top;
      font-weight: 700;
      margin-left: 0.3em;
      opacity: .8; }
  #LotDetail .detail-parameters .parameter-price .set-ask-price-region .set-ask-price:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    background-image: none;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer; }

#LotDetail .detail-parameters .parameter-price .parameter-price-original {
  font-size: 2em;
  font-weight: 600;
  color: orange;
  margin-left: 10px; }

#LotDetail .detail-parameters .parameter-price .parameter-price-client {
  font-size: 2em;
  font-weight: 600;
  color: orangered;
  margin-left: 14px; }

#LotDetail .detail-parameters .parameter-price .parameter-price-small {
  margin-top: 14px;
  font-size: 1.2em;
  font-weight: 500;
  color: orangered;
  margin-left: 8px; }

#LotDetail .detail-parameters .parameter-price .parameter-my-price .price-edit {
  opacity: 0;
  transition: 1s; }

#LotDetail .detail-parameters .parameter-price .parameter-my-price:hover .price-edit {
  opacity: 0.9;
  cursor: pointer; }

#LotDetail .detail-parameters .total-count-bar {
  /*.align-items-center:first-child {
                border-left: none !important;
            }*/ }
  #LotDetail .detail-parameters .total-count-bar .align-items-center {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    padding: 0 1.5em 1em;
    color: #a5a3a3;
    cursor: pointer;
    user-select: none !important;
    width: 20%; }
  #LotDetail .detail-parameters .total-count-bar flex-column {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    padding: 0 1.5em 1em;
    color: #a5a3a3;
    cursor: pointer;
    user-select: none !important;
    width: 20%; }
  #LotDetail .detail-parameters .total-count-bar .flex-column:first-child {
    border-left: none !important; }
  #LotDetail .detail-parameters .total-count-bar .align-items-center:focus {
    outline: none; }
  #LotDetail .detail-parameters .total-count-bar .number-count {
    font-size: 2.7rem; }
  #LotDetail .detail-parameters .total-count-bar .active {
    color: #2c2c2c;
    border-left: 1px solid rgba(34, 36, 38, 0.15); }
    #LotDetail .detail-parameters .total-count-bar .active span {
      color: #2c2c2c;
      font-weight: bold; }
  #LotDetail .detail-parameters .total-count-bar .div-cover {
    z-index: 1;
    width: 4rem;
    height: 4rem;
    position: absolute; }

#LotDetail .detail-parameters .not-selelct:focus {
  outline: none; }

#LotDetail .detail-parameters .not-selelct {
  cursor: pointer; }

#SignUp {
  /*background: url('../img/bg1.jpg') no-repeat;*/
  min-height: 850px;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%; }
  #SignUp small {
    text-align: center;
    padding-top: 4em; }
  #SignUp h1 {
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    padding-top: 10px;
    font-weight: 400;
    color: #2B2B36;
    font-size: 3em; }
  #SignUp .login-container {
    background: #2b2b36;
    position: relative;
    width: 30%;
    margin: 3% auto 0 auto;
    text-align: center;
    border-radius: 15px;
    padding: 0; }
    #SignUp .login-container input[type="text"] {
      width: 70%;
      padding: 1em 2em 1em 3em;
      color: #9199aa;
      font-size: 18px;
      outline: none;
      background: url("../img/adm.png") no-repeat 10px 15px;
      border: none;
      font-weight: 100;
      border-bottom: 1px solid #484856;
      margin-top: 2em; }
    #SignUp .login-container input[type="password"] {
      width: 70%;
      padding: 1em 2em 1em 3em;
      color: #dd3e3e;
      font-size: 18px;
      outline: none;
      background: url("../img/key.png") no-repeat 10px 23px;
      border: none;
      font-weight: 100;
      border-bottom: 1px solid #484856;
      margin-bottom: 3em; }
    #SignUp .login-container button[type="submit"] {
      font-size: 30px;
      color: #fff;
      outline: none;
      border: none;
      background: #3ea751;
      width: 100%;
      padding: 18px 0;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      cursor: pointer; }
    #SignUp .login-container button[type="submit"]:hover {
      background: #ff2775;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      transition: 1s all; }
    #SignUp .login-container .head-info {
      padding: 5px 0;
      text-align: center;
      font-weight: 600;
      font-size: 2em;
      color: #fff;
      background: #23232e;
      height: 50px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      #SignUp .login-container .head-info label.lbl-1 {
        background: #6756ea;
        width: 20px;
        height: 20px;
        display: block;
        float: right;
        border-radius: 50%;
        margin: 16px 10px 0px 0px; }
      #SignUp .login-container .head-info label.lbl-2 {
        background: #ea569a;
        width: 20px;
        height: 20px;
        display: block;
        float: right;
        border-radius: 50%;
        margin: 16px 10px 0px 0px; }
      #SignUp .login-container .head-info label.lbl-3 {
        background: #f1c85f;
        width: 20px;
        height: 20px;
        display: block;
        float: right;
        border-radius: 50%;
        margin: 16px 10px 0px 0px; }
  @media (max-width: 1440px) {
    #SignUp .key {
      background: url("../img/pass.png") no-repeat 376px 17px; }
    #SignUp #Login {
      min-height: 611px; } }
  @media (max-width: 1366px) {
    #SignUp .key {
      background: url("../img/pass.png") no-repeat 358px 19px; }
    #SignUp .copy-rights {
      margin-top: 3em; }
    #SignUp #Login {
      min-height: 568px; } }
  @media (max-width: 1280px) {
    #SignUp .key {
      background: url("../img/pass.png") no-repeat 336px 18px; }
    #SignUp #Login {
      min-height: 511px; }
    #SignUp .copy-rights {
      margin-top: 0.5em; } }
  @media (max-width: 1024px) {
    #SignUp .login-container {
      width: 37%; }
    #SignUp .key {
      background: url("../img/pass.png") no-repeat 339px 18px; }
    #SignUp .copy-rights {
      margin-top: 3em; }
    #SignUp h1 {
      padding-top: 2em; }
    #SignUp #Login {
      min-height: 475px; } }
  @media (max-width: 768px) {
    #SignUp .login-container {
      width: 50%;
      margin: 12% auto 0 auto; }
    #SignUp .key {
      background: url("../img/pass.png") no-repeat 342px 18px; }
    #SignUp #Login {
      min-height: 729px; } }
  @media (max-width: 640px) {
    #SignUp .login-container {
      width: 60%;
      margin: 20% auto 0 auto; }
    #SignUp .key {
      background: url("../img/pass.png") no-repeat 342px 19px; } }
  @media (max-width: 480px) {
    #SignUp .login-container {
      width: 80%; } }
  @media (max-width: 320px) {
    #SignUp h1 {
      padding-top: 1em;
      font-size: 1.5em; }
    #SignUp .login-container {
      width: 90%;
      margin: 10% auto 0 auto; }
    #SignUp input[type="text"] {
      width: 62%;
      padding: 1.2em 2em .5em 2.5em;
      font-size: 17px;
      margin-top: .5em; }
    #SignUp input[type="password"] {
      width: 62%;
      padding: 1.2em 2em .5em 2.5em;
      font-size: 17px;
      margin-top: .5em;
      margin-bottom: 2em;
      background: url("../img/key.png") no-repeat 8px 23px; }
    #SignUp .key {
      background: url("../img/pass.png") no-repeat 235px 27px; }
    #SignUp .avtar img {
      margin: 1.1em 0 0; }
    #SignUp .head-info {
      height: 35px; }
    #SignUp label.lbl-1 {
      margin: 8px 10px 0px 0px; }
    #SignUp label.lbl-2 {
      margin: 8px 10px 0px 0px; }
    #SignUp label.lbl-3 {
      margin: 8px 10px 0px 0px; }
    #SignUp .close {
      left: 16px;
      top: 13px; }
    #SignUp .copy-rights {
      margin-top: 2em; }
    #SignUp #Login {
      min-height: 304px; }
    #SignUp input[type="submit"] {
      font-size: 28px;
      padding: 10px 0; } }

#Wholesale .ui.items > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  width: 100%;
  min-height: 0;
  background: 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow .1s ease;
  transition: -webkit-box-shadow .1s ease;
  transition: box-shadow .1s ease;
  transition: box-shadow .1s ease,-webkit-box-shadow .1s ease; }

#Wholesale .ui.items:last-child {
  margin-bottom: 0 !important; }

#Wholesale .ui.items {
  margin: 1.5em 0; }

#Wholesale .ui.items > .item .meta {
  margin: .5em 0 .5em;
  font-size: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6); }

#Wholesale .ui.items > .item .meta {
  margin: .5em 0 .5em;
  font-size: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6); }

#Wholesale .ui.items > .item > .content > .description {
  margin-top: .6em;
  max-width: auto;
  font-size: 1em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87); }

#Wholesale .ui.items > .item > .content > .header:not(.ui) {
  font-size: 1.28571429em; }

#Wholesale .ui.items > .item > .content > .header {
  display: inline-block;
  margin: -.21425em 0 0;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85); }

#Wholesale .pointer {
  cursor: pointer; }

#Wholesale ui.items > .item > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .125rem;
  border: none; }

#Wholesale .ui.image img, #Wholesale .ui.image svg {
  display: block;
  max-width: 100%;
  height: auto; }

#Wholesale ui.items > .item > .image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  max-height: '';
  -ms-flex-item-align: top;
  align-self: top; }

#Wholesale .ui.small.image, #Wholesale .ui.small.images .image, #Wholesale .ui.small.images img, #Wholesale .ui.small.images svg {
  width: 150px;
  height: auto;
  font-size: .92857143rem; }

#Wholesale .ui.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: transparent; }

#Wholesale .small {
  font-size: 80%;
  font-weight: 400; }

#Wholesale .ui.items > .item > .image + .content {
  min-width: 0;
  width: auto;
  display: block;
  margin-left: 0;
  -ms-flex-item-align: top;
  align-self: top;
  padding-left: 1.5em; }

#Wholesale .ui.items > .item > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: 0 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  border: none;
  border-radius: 0; }

#Wholesale .context-limitation {
  height: 145px;
  overflow: hidden; }

#Wholesale .right-deatil {
  left: 50%;
  margin-top: -30px; }

#Wholesale .position-fixed {
  position: fixed !important; }

#Audit .ui.items > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  width: 100%;
  min-height: 0;
  background: 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow .1s ease;
  transition: -webkit-box-shadow .1s ease;
  transition: box-shadow .1s ease;
  transition: box-shadow .1s ease,-webkit-box-shadow .1s ease; }

#Audit .ui.items:last-child {
  margin-bottom: 0 !important; }

#Audit .ui.items {
  margin: 1.5em 0; }

#Audit .ui.items > .item .meta {
  margin: .5em 0 .5em;
  font-size: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6); }

#Audit .ui.items > .item .meta {
  margin: .5em 0 .5em;
  font-size: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6); }

#Audit .ui.items > .item > .content > .description {
  margin-top: .6em;
  max-width: auto;
  font-size: 1em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87); }

#Audit .ui.items > .item > .content > .header:not(.ui) {
  font-size: 1.28571429em; }

#Audit .ui.items > .item > .content > .header {
  display: inline-block;
  margin: -.21425em 0 0;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85); }

#Audit .pointer {
  cursor: pointer; }

#Audit ui.items > .item > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .125rem;
  border: none; }

#Audit .ui.image img, #Audit .ui.image svg {
  display: block;
  max-width: 100%;
  height: auto; }

#Audit ui.items > .item > .image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  max-height: '';
  -ms-flex-item-align: top;
  align-self: top; }

#Audit .ui.small.image, #Audit .ui.small.images .image, #Audit .ui.small.images img, #Audit .ui.small.images svg {
  width: 150px;
  height: auto;
  font-size: .92857143rem; }

#Audit .ui.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: transparent; }

#Audit .small {
  font-size: 80%;
  font-weight: 400; }

#Audit .ui.items > .item > .image + .content {
  min-width: 0;
  width: auto;
  display: block;
  margin-left: 0;
  -ms-flex-item-align: top;
  align-self: top;
  padding-left: 1.5em; }

#Audit .ui.items > .item > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: 0 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  border: none;
  border-radius: 0; }

#Audit .context-limitation {
  height: 145px;
  overflow: hidden; }

#Audit .right-deatil {
  left: 50%;
  margin-top: -30px; }

#Audit .position-fixed {
  position: fixed !important; }

#Audit .my-imge {
  width: 100%; }

#Locker .ui .modal {
  left: auto;
  top: 50px;
  height: auto; }

#Locker .hideText {
  display: none; }

#Locker .hide-accept-area {
  position: absolute;
  width: 0%;
  display: flex !important;
  right: 15px; }

#Locker .hide-accept-company-area {
  position: absolute;
  width: 0%;
  display: flex !important;
  right: 15px; }

#Locker .ui-state-highlight {
  background-color: rgba(108, 117, 125, 0.47);
  width: 97% !important; }

#Locker .ui-state-highlight-company {
  background-color: rgba(108, 117, 125, 0.47);
  width: 97% !important; }
  #Locker .ui-state-highlight-company .hideText {
    display: block; }

#Locker .ui-state-hover-company {
  background-color: rgba(252, 231, 169, 0.47);
  width: 97% !important; }
  #Locker .ui-state-hover-company .hideText {
    display: block; }

#Locker .ui-state-highlight .hideText {
  display: block; }

#Locker .ui-state-hover {
  background-color: rgba(252, 231, 169, 0.47);
  width: 97% !important; }
  #Locker .ui-state-hover .hideText {
    display: block; }

#Locker .ui-state-hover .hideText {
  display: block; }

#Locker .my-imge {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

#FastShipServers {
  padding: 80px 0px 80px 0px; }
  #FastShipServers img {
    width: 100%; }
  #FastShipServers .text-upper {
    text-transform: uppercase; }
  #FastShipServers .text-size {
    font-size: 16px; }
  #FastShipServers .search-panel {
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    margin-left: 20px;
    padding: 1px;
    border-radius: var(--border-radius);
    background: linear-gradient(-67deg, rgba(200, 216, 231, 0.7), rgba(255, 255, 255, 0.8));
    box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.6), 2px 2px 12px #c8d8e7; }
    #FastShipServers .search-panel .header {
      padding-top: 10px;
      font-weight: 600; }
      #FastShipServers .search-panel .header .clear-all {
        color: silver; }
        #FastShipServers .search-panel .header .clear-all:hover {
          cursor: pointer;
          transition: 0.5s;
          color: black; }
    #FastShipServers .search-panel .card {
      margin: 10px; }
      #FastShipServers .search-panel .card .card-header {
        padding: .25rem 0.5rem; }
        #FastShipServers .search-panel .card .card-header:first-child {
          line-height: 27px; }
        #FastShipServers .search-panel .card .card-header .toggle-icon {
          cursor: pointer; }
      #FastShipServers .search-panel .card .option-box {
        margin-bottom: 10px; }
        #FastShipServers .search-panel .card .option-box .card-title {
          font-weight: 500; }
        #FastShipServers .search-panel .card .option-box .option {
          border: 1px solid #c5b8b8;
          border-right: 0px;
          text-align: center;
          transition: 0.5s; }
          #FastShipServers .search-panel .card .option-box .option:last-child {
            border-right: 1px solid #c5b8b8; }
          #FastShipServers .search-panel .card .option-box .option:hover {
            background-color: lightblue;
            cursor: pointer;
            color: black;
            zoom: 1.03; }
        #FastShipServers .search-panel .card .option-box .option-checked {
          background-color: lightblue;
          color: black; }
        #FastShipServers .search-panel .card .option-box .range-bar {
          padding: 20px 0; }
      #FastShipServers .search-panel .card .card-body {
        transition: 0.5s; }
      #FastShipServers .search-panel .card .card-body-server-chassis {
        height: 240px; }
      #FastShipServers .search-panel .card .card-body-server-model {
        height: 265px; }
        #FastShipServers .search-panel .card .card-body-server-model .advanced-sub-body {
          height: 215px;
          overflow: hidden; }
        #FastShipServers .search-panel .card .card-body-server-model .advanced-sub-body-open {
          overflow-y: scroll !important;
          height: 235px; }
      #FastShipServers .search-panel .card .card-body-processor {
        height: 270px; }
      #FastShipServers .search-panel .card .card-body-memory {
        height: 220px; }
      #FastShipServers .search-panel .card .card-body-drive {
        height: 160px; }
      #FastShipServers .search-panel .card .card-body-advanced {
        height: 820px; }
        #FastShipServers .search-panel .card .card-body-advanced .advanced-sub-body {
          height: 145px;
          overflow: hidden; }
        #FastShipServers .search-panel .card .card-body-advanced .advanced-sub-body-open {
          overflow-y: scroll !important;
          height: 170px; }
      #FastShipServers .search-panel .card .slide-card-body {
        height: 0px;
        padding: 0px;
        opacity: 0;
        overflow: hidden; }
  #FastShipServers .list-container {
    padding-left: 30px;
    padding-right: 30px;
    /*img {
            height: 150px;
            width: 247px;
        }*/ }
    #FastShipServers .list-container .card {
      margin-bottom: 50px; }
      #FastShipServers .list-container .card .fast-ship-title {
        font-size: 14px; }
      #FastShipServers .list-container .card .fast-ship-card-foot {
        text-align: center;
        margin-bottom: 15px; }
        #FastShipServers .list-container .card .fast-ship-card-foot div:first-child {
          line-height: 31px; }
    #FastShipServers .list-container .header {
      font-weight: 600; }
      #FastShipServers .list-container .header .sort-by {
        width: 300px; }
        #FastShipServers .list-container .header .sort-by .sort-by-label {
          line-height: 27px;
          margin-right: 5px; }
    #FastShipServers .list-container .card:hover {
      box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
    #FastShipServers .list-container .card-ul {
      font-size: 12px; }
      #FastShipServers .list-container .card-ul label {
        font-weight: 600;
        color: #5b5b5d; }
  #FastShipServers .spinner-border {
    margin: auto; }
  #FastShipServers .no-more {
    color: #a7a4a4;
    font-weight: 600; }

#BuildYouOwn {
  padding-top: 80px;
  padding-bottom: 80px; }
  #BuildYouOwn .step-panel {
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    margin-left: 20px;
    padding: 1px;
    border-radius: var(--border-radius); }
    #BuildYouOwn .step-panel .menu-list .active {
      background-color: #55648d;
      border-color: #55648d; }
    #BuildYouOwn .step-panel .list-group-item {
      cursor: pointer; }
    #BuildYouOwn .step-panel .badge-primary {
      background-color: #55648d !important; }
    #BuildYouOwn .step-panel .menu-disabled {
      background-color: #e5e6e5; }
      #BuildYouOwn .step-panel .menu-disabled .badge-primary {
        background-color: #babeba !important; }
  #BuildYouOwn .list-container {
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    max-height: 1200px;
    overflow: hidden; }
    #BuildYouOwn .list-container .part-container {
      max-height: 1100px;
      min-height: 150px; }
    #BuildYouOwn .list-container .card {
      margin-bottom: 10px; }
      #BuildYouOwn .list-container .card .dropdown .dropdown-toggle {
        width: 400px; }
      #BuildYouOwn .list-container .card .dropdown .dropdown-menu {
        width: 400px; }
      #BuildYouOwn .list-container .card .memory_table {
        max-width: 600px; }
      #BuildYouOwn .list-container .card .memory_rows tr td:first-child {
        color: #495057;
        background-color: #e9ecef;
        border-color: #c7cbcf; }
      #BuildYouOwn .list-container .card .memory_rows tr td:not(first-child) {
        color: #B9B9B9; }
      #BuildYouOwn .list-container .card .memory_rows tr .clickable:hover, #BuildYouOwn .list-container .card .memory_rows tr .pressed {
        color: #f9fafc;
        cursor: pointer;
        background-color: #55648d; }
    #BuildYouOwn .list-container .bg-primary-card {
      background-color: #55648d !important; }
  #BuildYouOwn .part-selected-container .toast {
    min-width: 300px; }
  #BuildYouOwn .part-selected-container .toast-header {
    color: #818283;
    background-color: #ecececd9; }
  #BuildYouOwn .part-selected-container .toast-model {
    background-color: #55648d;
    color: white; }
  #BuildYouOwn .part-selected-container .toast-body {
    background-color: #f9fbfc; }
  #BuildYouOwn .part-selected-container .price-body .price {
    font-weight: 600;
    font-size: 2em;
    color: #09c735; }
  #BuildYouOwn .part-selected-container .toast-footer {
    border-top: 1px solid #dddee1; }
    #BuildYouOwn .part-selected-container .toast-footer .price-total {
      font-size: 2em;
      padding-right: 12px;
      font-weight: 600; }
