@import url('https://fonts.googleapis.com/css?family=Numans');
@font-face {
  font-family: 'Roboto';
  src: url("../webfonts/fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../webfonts/fonts/Roboto-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../webfonts/fonts/Roboto-Light.ttf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Proxima';
  src: url("../webfonts/fonts/Proxima Nova.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima';
  src: url("../webfonts/fonts/Proxima Nova Light.otf");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Proxima';
  src: url("../webfonts/fonts/Proxima Nova Bold.otf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Proxima-Extra';
  src: url("../webfonts/fonts/Proxima Nova Extrabold.otf");
  font-weight: 900;
  font-style: normal; }


  /*------------------------------------
    Background Overlay Gradients
  ------------------------------------*/
  [class*="gradient-overlay-half"] {
    position: relative;
    z-index: 1;
  }
  
  [class*="gradient-overlay-half"]::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
  }
  
  .gradient-overlay-half-dark-video-v1::before {
    z-index: 2;
    background-color: rgba(21, 27, 38, 0.95);
  }
  
  .gradient-overlay-half-white-v1::before {
    background-image: linear-gradient(60deg, rgba(255, 255, 255, 0.99) 30%, transparent 60%);
    background-repeat: repeat-x;
  }
  
  .gradient-overlay-half-dark-v1::before {
    background-image: linear-gradient(30deg, rgba(21, 27, 38, 0.5) 0%, transparent 100%);
    background-repeat: repeat-x;
  }
  
  .gradient-overlay-half-dark-v2::before {
    background-image: linear-gradient(0deg, rgba(21, 27, 38, 0.6) 0%, transparent 100%);
    background-repeat: repeat-x;
  }
  
  .gradient-overlay-half-dark-v3::before {
    background-image: linear-gradient(0deg, transparent 0%, rgba(21, 27, 38, 0.5) 100%);
    background-repeat: repeat-x;
  }
  
  .gradient-overlay-half-dark-v4::before {
    background-image: linear-gradient(150deg, rgba(21, 27, 38, 0.9) 10%, #151b26 50%);
    background-repeat: repeat-x;
  }
  
  .gradient-overlay-half-primary-v1::before {
    background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
    background-repeat: repeat-x;
  }
  
  .gradient-overlay-half-purple-v1::before {
    background-image: linear-gradient(180deg, rgba(121, 110, 255, 0.35) 10%, #796eff 70%);
    background-repeat: repeat-x;
  }
  
  .gradient-overlay-half-purple-v2::before {
    background-image: linear-gradient(150deg, rgba(121, 110, 255, 0.9) 10%, #796eff 50%);
    background-repeat: repeat-x;
  }
    


html, body {
  height:100%;
  scroll-behavior: smooth;
}

.nobr	{ white-space:nowrap; }

#paid {
  width: 300px;
  height: 220px;
  background: url(../i/paid.png);
  position: relative;
  background-size: contain;
}

.errh3 {
  font-size: 120%;
}


.overhome{
  background-image: url(../i/bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; 
  height: 100%;
  width: 100%;
}

.form-signin, .form-cooperate {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.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 {
  margin-bottom: 10px;
}

.form-signin h1 {
  margin-top: 10rem;
  font-size: 1.4rem;

}
input[type="number"] {
    width: 6rem !important;
}

.form-control[readonly] {
    background-color: #d8d8d8 !important;
    width: 1rem !important;
}

.ripped {
  background: #fff;
  box-shadow:
    /* The top layer shadow */
    0 1px 1px rgba(0,0,0,0.15),
    /* The second layer */
    0 10px 0 -5px #eee,
    /* The second layer shadow */
    0 10px 1px -4px rgba(0,0,0,0.15),
    /* The third layer */
    0 20px 0 -10px #eee,
    /* The third layer shadow */
    0 20px 1px -9px rgba(0,0,0,0.15);
    /* Padding for demo purposes */
    padding: 30px;
}

.orderform {
  text-align: left;
  background-color: #fdfff2;;
  margin-top:2rem;
  margin-bottom:2rem;    
  padding: 2rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(0,0,0,.125);

}


.hidden {
  display: none;
}

#myModal .modal-body, #myModal .modal-content {
  background-color: transparent;
  border:none;
}


.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

main {
  margin-bottom: 4rem;  
}

.menubasket {
  font-size: 130%;
  color: #fbfcfc;
}

.msearch {
  position: fixed;
  top: 56px;
  z-index: 10;
  padding: 10px;
  background-color: #434a52d9;
  width: 101%;
}

.msearch form {
  display: inline-flex;
}

.vspacer {
  margin-bottom: 5rem;
}

#choosedelivery {
  margin-top: 2rem;
}

.table-responsive {
  margin-left: -20px;
  margin-right: -20;
  padding: 0px;  
}
.table-responsive td {
  word-break:break-all;
  font-size: 50%;
}

.table-responsive th {
  font-size: 50%;
}

.tbrow {
  display: block;
  color: #303030;
  margin-bottom: 0.6rem;
}
.tbcaption {
  color: #8f8f8f;
  display: block;
  font-size: 90%;
}


.alert-info {
  color: #292929;
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  border-radius: 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #bdbdbd;
  border-top: 2px solid #c0c0c0;
}

.btn-primary {
  color: #fff !important;
}

a.btn-dotted {
  color: #9cc123 !important;  
  margin-left: 0px;
  cursor: pointer;
  border-bottom: dashed 1px #9cc123;
  text-decoration: none;
  font-weight: bold;
}

a.btn-dotted2 {
  color: #9cc123;  
  margin-left: 0px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}

a.btn-dotted2.active {
  color:#262626;
  font-weight: 600;
}

.bbor {
  border-bottom: 1px solid #bdbdbd;
  height: 1px;
  width: 100%;
  margin-top: 1rem;
}
.notbb {
  border-top: none;  
}

.facturabasketline {
  background-color: #e3e3e3;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;  
  padding:10px;
}

.tobasketform label{
  display:block;
}
.facturatobasketcount, .facturatobasketcolor, .goodscount {
  border: none;
  font-size: 160%;
  text-align: center;
  background-color: transparent;
  border-bottom: 2px solid #bbbbbb;
}

.removline {
  margin-top:1.4rem !important;
  margin-bottom:1.4rem !important;  
}

.mycard, .totalcard
{
  /*border: 1px solid #9CC123;*/
  margin-bottom: 1.2rem;
}

.totalcard
{
  background-color: #f6f6f6;  
  border-radius: 0.25rem;
  padding:10px;
  margin-bottom: 3rem;
  margin-top: 2rem;  
}
.totalcard .totaldatatext
{
  color: #303030;
  font-size: 130%;
  font-weight: bold;
}
.totalcard span
{
  display:block;
  color:#b6b6b6;
  font-size: 90%;
}

.cardfactura {
  background-color: #f6f6f6;
}

.cardgoods {
  background-color: #fdfff2;
}

.cardcaption {
  text-transform: uppercase;
  color: #a4a4a4;
  margin-bottom: 0.4rem;
  margin-top: 0.2rem;
  font-size: 90%;
}

.orderbuttonsrow .col-12 {
  margin-bottom:1rem;
}

.pagecaption {
  background-color: #9CC123;
  color: #3e3b46;
  margin-top: 56px;
  padding-top: 1rem;
  padding-left: 4.0rem !important;
  padding-bottom: 2rem;
}

.nopadtop {
  padding-top:20px !important;
}

.pagecaption h1{
  color: #3e3b46;
  text-shadow:none;
  font-size: 1.6rem;
  text-align: left;    
}

.pagecaption .username{
  color: #3e3b46;  
  font-size: 2.2rem;
  text-align: left;  
}
.pagecaption .salespointname{
  color: #3e3b46;  
  font-size: 1.6rem;
  text-align: left;  
}

.navlocal {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.navlocal .nav-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.navlocal .badge-pill {
  border: 1px solid #9CC123;
  font-size: 0.9rem;
}

.btn {
  white-space: pre-wrap !important;
}

.payblocks {
  display: none;  
  margin-bottom: 0.8rem;  
}

.jumbotron {
  background-color: #fdfff2;
}

.jumbotron p {
  color: #303030;
}
.jumbotron p a:link{
  color: #303030;
  text-decoration: none;
}
.jumbotron p a:hover{
  text-decoration: underline;
}

.effect {
  text-transform: uppercase;
}

/*
#orderlistcollapse {
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255,255,255,1));

}
*/

.timeline {
  list-style-type: none;
  display: flex;
  margin-top: 3rem;
  text-align: center;
  padding: 0;  
}


.status {
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}

.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 2px solid #9cc123;
}
.li.complete .status:before {
  background-color: #9cc123;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #9cc123;
}
.li .status h4 {
  font-size: 90%;
  margin-top: 0.4rem;
}


.labelhard input[type="number"] {
  width: 4rem !important;
}


.tinting-price-color-reference, .tinting-price-color
{
  font-size: 90%;  
  margin-left: 1rem;
}

.message_body img {
    width: 100%;
    height: auto;
}

h3.name {
  color: #17a2b8;;
  font-size: 2.2rem;
}

h3.name a:link, h3.name a:visited {
  text-decoration: underline;
  color: #17a2b8;  
}
h3.name a:hover {
  text-decoration: none;
  color: #17a2b8;  
}
.effect a:link, .effect a:visited {
  text-decoration: underline;  
  color: #222222;
}
.effect a:hover {
  text-decoration: none;  
}

.numdoc {
  color: #17a2b8;;
  font-size: 2.2rem;  
}


main h1 {
  color: #5f656c;
  margin-bottom: 2.4rem;
}

.navbar-brand {
  background-image: url('../i/logo_small.png');
  background-repeat: no-repeat;
  width: 4.2rem;
  height: 2.2rem;
}


#messageCenterButton2 {
  font-size: 160%;
}
#messageCenterButton2 i span{   
  color: #343a40;
  position: relative;
  left: -16px;
  font-size: 60%;
}

h3 span.icolink {
  font-size: 1rem;
  position: relative;
  top: -20px;
  left: -4px;
}

.counblock {
  display:inline-flex;
}
.row>.paccol {
  margin-left:2rem;
}
.paccol {
    float: left;
    min-width: 100px;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: left;  
}
.ifile {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  border-left: 4px solid rgba(0,0,0,.125);  
  background-color: #f8f9fa;
}

fieldset {
  border-radius: 0.25rem;
  border: 1px solid rgba(0,0,0,.125);
  padding: 1rem;  
}


input[required] {
  border-color: #173ab8;
}

.req {
  display: inline-block;
  color: red;
}

.colcheck {
  margin-left: 20px;
  margin-top: 10px;  
}


.orderlist {
  margin-bottom: 2rem;
}
/*
.orderlist.collapse:not(.show) {
  display: inline-block;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.orderlist.collapse:not(.show)::after {
  content: "";
  width: 100%;
  height: 140px;
  position: absolute;
  top: 20px;
  right: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 100%);
}
*/


.doctable {
  margin-top: 2rem;
}
.doctable .row {
  border-bottom: 1px solid #e2f1d4;
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
}
.getdocbutton {
  cursor: pointer;
}

.sendmailaddress {
  display: none;
}

/* DESKTOP */
@media (min-width: 992px) {

  .labelhard {
    top: -12px; 
    position: relative;
  }  

  .colcheck {
    position: relative;
    top: 40px;    
    margin-left: 0;
    margin-top: 0;     
  }

      html, body {
        height: 100%;
        /*background-color: #f7f7f7;  */
        /*background: linear-gradient(to right,#ccdadd, #f7f7f7);*/
      }
      body {
        min-height: 100%;
      }

      main.container {
        padding-top: 80px;
      }

      .msearch {
        width:auto;
      }

      .overhome{
        background-image: url(../i/bg2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center; 
        height: 100%;
        width: 100%;
      }

      .form-signin, .form-cooperate {
        width: 100%;
        max-width: 430px;
        padding: 15px;
        margin: auto;
      }
      .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 {
        margin-bottom: 10px;
      }

      .form-signin h1 {
        color: #333333;
        font-size: 1.6rem;
        margin-top: 10rem;
        text-align: left;

      }
      input[type="number"] {
          width: 6rem !important;
      }

      .form-control[readonly] {
          background-color: #d8d8d8 !important;
          width: 1rem !important;
      }
        main h1 {
          text-align: left;
        }
        main h2 {
          text-align: left;
          color: #626262;
          /*text-shadow: #fff 1px 1px 1px;*/
        }

        .current {
          background-color: #fdfff2; 
        }

        .orderdetail {
          margin-top:2rem;
          margin-bottom:2rem;  
          background-color: #f7f7f7;  
          padding: 2rem;  
        }
        .orderdetail .row {
          border-bottom: 1px solid #cae5ff;
          padding: 1rem;
        }

        .orderdetail .row.alert {
          border-bottom: none;
        }



      .table th, .table td {
          border-top: none;
      }

      .table thead th {
        border-bottom: 1px solid #ccdadd;
      }

      .input-daterange input:last-child {
        border: 1px solid #d4d7dd !important;
      }

      .wbasket {
        margin-right: 2rem;
      }

      .goodscard .wbasket {
        margin-left: 4rem;
      }


      .loader {
        border-left: 1.1em solid #5cb85c;
      }
      .loader, .loader:after {
        border-radius: 50%;
        width: 9em;
        height: 9em;
      }

      .loader {
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 8px;
        position: absolute;
        text-indent: -9999em;
        border-top: 1.1em solid rgba(167, 167, 167, 0.4);
        border-right: 1.1em solid rgba(167, 167, 167, 0.4);
        border-bottom: 1.1em solid rgba(167, 167, 167, 0.4);
        border-left: 1.1em solid #5cb85c;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
      }
      .loader,
      .loader:after {
        border-radius: 50%;
        width: 9em;
        height: 9em;
      }
      @-webkit-keyframes load8 {
        0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }
      @keyframes load8 {
        0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
        }
        100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
        }
      }

      #paid {
        top: -130px;
        left: 400px;
      }  
      
      .terminalid
      {
        margin-top: -0.6rem;
      }

      .status {
        padding: 0px 40px;
      }     
      .li .status h4 {
        font-size: 100%;
        margin-top: 0.4rem;
      }  
      
      .navbar-brand {
        background-image: url('../i/logo_big.png');
        background-repeat: no-repeat;
        width: 22.2rem;
        height: 2.2rem;
      }  

      #messageCenterButton2 {
        margin-left:3rem;
        margin-right:3rem;   
      }      
      
      
}


/* MOBILE */
@media (max-width: 991.98px) {

  .input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;       
  }  

  .wbasket {
    margin-left: 1rem;
  }

  .pay2sber {
    margin-bottom: 1rem;
  }

  main.container {
    padding-top: 80px;
  }  

  #paid {
    top: -230px;
    left: 10px;
  }   
  
  .container {
    padding-right: 6px;
    padding-left: 6px;
}  

}
