/**
 * Stark and sons project
 * author young.martin45@gmail.com
 */
@import url("fonts.css");
@import url("normalize.css");

body{
  background-color: #f2f2f2;
  color: #192442;
  font-size: 14px;
  font-family: 'crimsonroman';
  border: 20px solid #251C45;
}
.fa-color-gold {
  color: #BA9D72 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'crimsonroman';
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
 font-family: 'crimsonroman';
 font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
 font-family: 'crimsonroman';
 font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
 font-family: 'crimsonroman';
 font-style: italic;
}
/* config */
.no-padding{
  padding: 0 !important;
}
.no-margin{
  margin: 0;
}
.paddlr-10{
  padding-left: 10px;
  padding-right: 10px;
}
.input:focus {
    border-color: none !important;
    box-shadow: none !important;
}
input[type="search"]{
  border: 1px solid #e2d9e4;
}
.paddtb-20{
  padding-top: 15px;
    padding-bottom: 15px;
}
.btn {
  border-radius: 0;
}
.btn-default {
  border-color: #BA9D72 !important;
  border-radius: 5px;
border-width: 2px;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:visited{
  border-color: #BA9D72 !important;;
  background: #ad946d !important;;
  box-shadow:none !important;;
}
.btn-primary:hover{
  background: #ad946d !important;;
  cursor: pointer !important;;
  border-color: #BA9D72 !important;;
}
.btn-lg{
  font-size: 16px;
}
.btn-primary {
  background: #BA9D72;
  /*width: 100%;*/
  color: #fff;
  border-color: #BA9D72;
  font-family: 'montserratregular';
}
.btn-outline-secondary:hover{
  background-color: #BA9D72;
  color: #fff;
}
.btn-outline-secondary{
  color: #BA9D72;
  border-width: 2px;
  border-color: #BA9D72 !important;
  width: 100%;
  font-family: 'montserratregular';
}
.btn-outline-secondary:focus{
    color: #BA9D72;
}
.form-control:focus{
  border: 2px solid #c9c4c4;
}
.form-control{
  border-radius: 0;
  border: 2px solid #e3e3e3;
  padding: 10px 15px;
}
/**
 * Login
 */

.c_or {
  text-align: center;
}
.c_logo {
  text-align: center;
  padding: 5% 0 2%;
}
.c_logo img {
  width: 160px;
}
.c_logo h1{
  font-size: 25px;
  letter-spacing: 20px;
  font-family: 'montserratregular';
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 4%;
}
.c_or_text {
  background: #F2F2F2;
    padding: 5px 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.c_or hr {
  border : 0;
  height : 260px;
  width : 1px;
  background: #cbcbcb;
}
#site-content {
  text-align: center;
}
.c_login h3, .c_register h3{
  margin-bottom: 10%;
    font-size: 1.5rem;
}
.c_login form{
  width: 50%;
  margin: 0 auto;
}
.c_register button{
  margin-top: 20%;
}
.forgot-password-link:hover{
  color: #9c886a;
  text-decoration: none;
}
.forgot-password-link {
  color: #BA9D72;
  font-family: 'montserratregular';
  display: block;
  text-align: center;
}
/**
 * Dashboard
 */
.c_left_menu {
  margin-top: 6%;
  text-align: center;
}
.c_left_menu img{
  width: 186px;
}
.c_right_menu{
  text-align: center;
  padding-top: 5%;
}
.c_right_menu img{
  width: 186px;
}
.box-left{
  border: 1px solid #bebebe;
  background: #fff;
  padding: 5%;
  margin-top: 11%;
}
.box-left h2{
  font-style: italic;
  margin-bottom: 5%;
  text-align: left;
  word-wrap: break-word;
}
.box-right{
  border: 1px solid #bebebe;
  background: #fff;
  padding: 5%;
  margin-top: 10%;
}
.c_right_menu h2{
  font-size: 3em;
  margin-top: 8%;
}
.c_right_menu h1{
  font-family: 'montserratregular';
    margin: 6%;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 20px;
}
.modal-dialog{
    max-width: 750px;
    margin: 80px auto;
}
.img-man{
  background: url('../img/man.jpg') center no-repeat;
  min-height: 498px;
  text-align: center;
  font-family: 'crimsonroman';
}
.img-woman{
  background: url('../img/woman.jpg') center no-repeat;
  min-height: 498px;
  text-align: center;
  font-family: 'crimsonroman';
}
.img-man a, .img-woman a {
  margin-top: 300px;
  width: 80%;
  font-size: 2em !important;
  font-style: italic;
  font-family: 'crimsonroman';
}
.modal-content {
  background-color: transparent;
  border: none;
}
.m_title{
  position: absolute;
  color: #000;
  z-index: 9999;
  text-align: center;
  font-family: 'montserratregular';
  font-size: 30px;
  letter-spacing: 12px;
  text-transform: uppercase;
  font-weight: bold;
  top: 44%;
  text-shadow: -1px 0 #fff5f5, 0 1px #fffcfc, 1px 0 #fff4f4, 0 -1px white;
}
.content-item {
  margin-top: 13px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.content-item:hover {
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   filter: grayscale(0%);
}
.content-item label{
position: absolute;
    color: #fff;
    font-family: 'crimsonroman';
    font-style: italic;
    font-size: 3em;
    padding: 0 5%;
}
.c_category {
  margin-bottom: 10%;
}
.t_category{
  text-align: center;
  font-style: italic;
font-family: 'crimsonroman';
font-size: 2em;
}
.t_category a{
  color: #91775d;
}
.help-block {
    text-align: left;
    display: block;
    color: red;
    font-style: italic;
}
.has-error > input{
  border-color: red;
}
.lang-switcher{
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
}
.lang-switcher a{
  color: #192442;
  text-decoration: none;
}
.lang-switcher a:hover{
  color: #BA9D72;
}
.lang-switcher .active{
  color: #BA9D72;
}
.qoute_d {
  padding-top: 5%;
}
.qoute_d img{
  width: 80%;
}
.logo-quote {
    margin-top: 5%;
}
.title_quote .table td {
  padding: 0;
  border: none;
}
.title_quote .table {
  font-size: 16px;
}
.no_quote {
  border: 6px double #BA9C74;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-family: 'montserratregular';
}
.b_quote {
  background: #fff;
  min-height: 100px;
  border: 5px double #CECCCE;
  margin-top: 2%;
    margin-bottom: 2%;
}
.b_quote table{
  margin-bottom: 0;
  font-size: 16px;
}
.qty_quote {
padding: 5px;width: 52px;border: 1px solid #e3e3e3;
font-size: 14px;
    color: #a29e9e;
    font-style: italic;
}
td.title_quote {
    width: 40%;
}
.email_quote{
    padding: 5px 5px 15px;
    width: 100%;
    border: none !important;
    font-size: 16px;
    color: #192442;
    font-style: italic;
    background: #F2F2F2;
    box-shadow: none !important;
}
input.email_quote:focus{
  border: 1px dashed blue;
  outline: none;
}
.total_price_quote {
  font-size: 15px;
  font-weight: bold;
}
.total_price_quote .price2 {
  text-align: center;
border-bottom: 5px double #CECCCE;
margin-left: 13px;
width: 100%;
display: block;
}
.total_price_quote .price {
  text-align: center;
  border-bottom: 5px double #CECCCE;
  margin-left: 13px;
  width: 100%;
  display: block;
}
.text_price_quote {
  text-align: right;
  font-weight: bold;
}
.quote-button{
  text-align: center;
  margin: 5% 0;
}
.quote-button button {
  padding: 10px 25px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
   border: 1px solid #BA9D72 !important;
   background: #BA9D72 !important;
   color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
   border: 1px solid #BA9D72 !important;
   background: #BA9D72 !important;
   color: #fff !important;
}
.paginate_button:hover, .paginate_button .disabled:hover{
  border: 1px solid #BA9D72 !important;
  background: #BA9D72 !important;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 3px 10px !important;
}
.dataTables_wrapper label {
  font-weight: normal;
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: normal !important;
}
.nav-tabs {
  width: 100%;
  border-bottom: 0;
}
.tab-content {
  width: 100%;
    padding: 15% 10%;
    background: #fff;
    height: 100vh;
}
.nav-tabs .nav-link {
  background: #BA9D72;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-size: 1.5em;
  font-style: italic;
  text-align: center;
}
.nav-item {
  width: 100%;
}
/**
 * print
 */
 @media print {
   a[href]:after {
    content: none !important;
  }
  .quote-button {
    display: none;
  }
  .b_quote table th, .text_price_quote,.total_price_quote {
    font-weight: normal;
  }
   body{
     border: none;
   }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
         float: left;
    }
    .col-md-12 {
         width: 100%;
    }
    .col-md-11 {
         width: 91.66666667%;
    }
    .col-md-10 {
         width: 83.33333333%;
    }
    .col-md-9 {
         width: 75%;
    }
    .col-md-8 {
         width: 66.66666667%;
    }
    .col-md-7 {
         width: 58.33333333%;
    }
    .col-md-6 {
         width: 50%;
    }
    .col-md-5 {
         width: 41.66666667%;
    }
    .col-md-4 {
         width: 33.33333333%;
    }
    .col-md-3 {
         width: 25%;
    }
    .col-md-2 {
         width: 16.66666667%;
    }
    .col-md-1 {
         width: 8.33333333%;
    }
 }

 /**
  * media query desktop
  */
 @media only screen and (min-width: 1600px)  {
   .container {
       max-width: 960px;
   }
   .mobile {
     display:none;
   }
   .desktop {
     display: block;
   }
}
 @media only screen and (max-width: 1500px) and (min-width: 1450px) {
   .container {
       max-width: 960px;
   }
   .mobile {
     display:none;
   }
   .desktop {
     display: block;
   }
 }
 @media only screen and (max-width: 1440px) and (min-width: 1310px) {
   .container {
       max-width: 960px;
   }
   .mobile {
     display:none;
   }
   .desktop {
     display: block;
   }
 }

 @media only screen and (max-width: 1300px) and (min-width: 1024px) {
   .container {
       max-width: 960px;
   }
   .mobile {
     display:none;
   }
   .desktop {
     display: block;
   }
 }

 /**
  * media query tablet
  */
 @media only screen and (max-width: 1023px) and (min-width: 765px) {
   hr{
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
    .logo-quote {
      text-align: center;
    }
    .qoute_d img {
      width: 40%;
    }
   .c_or_text {
      left: 50%;
      top:50%
  }
  .container {
    width: 730px;
  }
  html,body{height: auto !important}
  body{
    border: 10px solid #251C45;
  }
  .mobile {
    display:block;
  }
  .mobile .container {
    max-width: 100%;
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .reset-full{
        height: 100vh;
  }
 }

 @media only screen and (max-width: 760px) and (min-width: 600px) {
   html,body{height: auto !important}
   .qoute_d img {
     width: 40%;
   }
   .logo-quote {
     text-align: center;
   }
   body{
     border: 10px solid #251C45;
   }
   .mobile {
     display:block;
   }
   .mobile .container {
     max-width: 100%;
     width: 100%;
   }
   .desktop {
     display: none;
   }
   .reset-full{
         height: 100vh;
   }
 }

 /**
  * media query hp
  */
 @media only screen and (max-width: 600px) and (min-width: 400px) {
   html,body{height: auto !important}
   .qoute_d img {
     width: 40%;
   }
   .logo-quote {
     text-align: center;
   }
   .c_right_menu h1 {
      margin: 15% 0;
      font-size: 1.9em;
      letter-spacing: 1px;
   }
   .img-woman,.img-man {
     min-height: 270px;
   }
   .img-man a, .img-woman a {
     margin-top: 140px;
   }
  .modal-body .m_title {
    display: none;
  }
   body{
     border: 10px solid #251C45;
   }
   .mobile {
     display:block;
   }
   .mobile .container {
     max-width: 100%;
     width: 100%;
   }
   .desktop {
     display: none;
   }
   .reset-full{
         height: 100vh;
   }
 }

 @media only screen and (max-width: 390px) and (min-width: 200px) {
   html,body{height: auto !important}
   .qoute_d img {
     width: 40%;
   }
   .logo-quote {
     text-align: center;
   }
   .c_right_menu h1 {
      margin: 15% 0;
      font-size: 1.9em;
      letter-spacing: 1px;
   }
   .img-woman,.img-man {
     min-height: 270px;
   }
   .modal-body .m_title {
     display: none;
   }
   .img-man a, .img-woman a {
     margin-top: 140px;
   }
   body{
     border: 10px solid #251C45;
   }
   .mobile {
     display:block;
   }
   .mobile .container {
     max-width: 100%;
     width: 100%;
   }
   .desktop {
     display: none;
   }
   .reset-full{
         height: 100vh;
   }
 }

div#hiboutik-errors {
    height: 300px;
    overflow-y: scroll;
    text-align: left !important;
}

@media screen and (min-width: 768px) {
    div#hiboutik-errors {
        margin-top: -22px;
    }
}

@media screen and (max-width: 659px) {
    div#hiboutik-buttons {
        display: grid;
    }
}

td#hiboutik-empty-table {
    text-align: center;
}

div#hiboutik-sync {
    padding: 15px !important;
}