@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.tbl-sm-cell{
  min-width: 60px !important;
}
.table-footer-order{
  padding: 8px !important;
  border: 0px !important;
}

.table-footer-order-first-row{
  border-top: 3px double black !important;
}
.sidebar-sticky{
  position: -webkit-sticky;
	position: sticky;
	top: 80px;
  padding: 0 15px;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.img-thumbnail-dz{
  height: 40px;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.modal { overflow: auto !important; }
.img-thumbnail-sm {width: 80px !important;}
.meta-category{
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  background-color: #4d0c9e;
  color: white;
  border-radius: 10px;
  font-weight: bold;
}
.delete-btn-for-image{
  position: relative;
  top:-2px;
  right: 25px;
  background: red;
  color: white;
  padding: 1px;
  border-radius: 15px;
  width: 20px !important;
  height: 20px;
  text-align: center;
  display: inline-block;
}

.table-input
{
    border: none;
    background-color: transparent;
    font-size: .8rem;
    border-bottom: dashed 1px gray;
}
.table-borderless tr, .table-borderless th, .table-borderless td
{
  border: none;
}
.table-input-wo-border
{
    border: none;
    background-color: transparent;
    font-size: .8rem;
}

.table-input-item
{
    min-width: 300px;
}

.table-input-text
{
    min-width: 100px;
}

.table-input-fig
{
    min-width: 50px;
    max-width: 100px;
}
.table-input-col
{
  border: none;
  padding: 0px;
}

.w-sm
{
  width: 40px;
  padding: 0px;
}

.w-md
{
  width: 100px;
  padding: 0px;
}

.w-lg
{
  width: 150px;
  padding: 0px;
}

.w-xl
{
  width: 350px;
  padding: 0px;
}

.tw-sm
{
  max-width: 70px;
  min-width: 40px;
  /* width: 40px; */
}

.tw-xs
{
  max-width: 30px;
  min-width: 10px;
  /* width: 40px; */
}

.tw-md
{
  max-width: 120px;
}

.tw-lg
{
  max-width: 180px;
}

.tw-xl
{
  min-width: 350px;
}

.tw-no-bd
{
  border-left: none !important;
  border-right: none !important;
}

.tw-no-bd-pt
{
  border-left: none !important;
  border-right: none !important;
}

.tw-no-bd-l
{
  border-right: none !important;
}

.tw-no-bd-r
{
  border-left: none !important;
}

.tb-sm
{
  width: 60px;
}
.tb-md
{
  width: 85px;
}
.robo
{
  font-family: 'Roboto', sans-serif;
}
.login-page {
  /* width: 360px; */
  padding: 8% 0 0;
  margin: auto;
}
.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }
  
  .chip.chip-md .close {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }
  .center {
    text-align:center;
  }
  
.tt-typeahead { width: 100%; } 

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  width: 100%;
  min-width: 200px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.twitter-typeahead
{
  width:100%;
}
.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: #054271;

}

.tt-suggestion p {
  margin: 0;
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  width: 100%;
  /* max-width: 360px; */
  margin: 0 auto;
  /* padding: 45px; */
  text-align: center;
  /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */
}
.form input {
  font-family: "Noto Sans", sans-serif;
  background: #f2f2f2;
  padding: 15px;
  font-size: 14px;
}
.form button {
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  padding: 15px;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #004f8c;
  color: #FFFFFF;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #054271;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  background: #ffffff; /* fallback for old browsers */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  color: #000000;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 9pt;
}
.m-5
{
	margin: 15px;
}

.nav-tabs {
    padding-left: 15px;
}
.tab-content {
    border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}

body { 
/* padding-top: 50px;  */
height:100% !important;
font-family: "Noto Sans", sans-serif;
}
html
{
height:100% !important;
font-family: "Noto Sans", sans-serif;
}

.navbar-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 50px;
}


.ck-editor__editable_inline {
    min-height: 200px;
}

.ck-editor__editable {
    min-height: 200px;
}

.basket_sm
{
	min-width: 60px;
	max-width: 200px;
}

.basket_qty
{
	min-width: 130px;
	max-width: 200px;
}

.basket_xsm
{
	min-width: 20px;
	max-width: 40px;
}
.basket_ch
{
	width: 40px;
}

.basket_qty
{
	border: none;
	text-align: center;
}

.no-border
{
	border: none !important;
}

.border-1
{
	border: solid 1px red;
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label
{
	color: black !important;
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before
{
	color: black !important;
	background-color: #4d0c9e !important; 
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before
{
	background-color: #ced4da !important; 
	border-color: #ced4da !important
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid
{
	border-color: #ced4da !important; 
}

.figure_more_one
{
  border: none;
  color: DarkGreen !important;
  font-weight: bold !important;
  background: rgb(227, 255, 227) !important;
}

.twitter-typeahead
{
	width: 100%;
}

.tt-typeahead { width: 100%; } 

.tb-small-cell
{
	min-width: 90px; 
	max-width: 95px; 
	/* width: 90px; */
}

.btn-sm-pd
{
  padding: 12px 8px !important;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.bootstrap-tagsinput
{
    min-width: 90% !important;
    max-width: 95% !important;
}

.basket-qty
{
  border: 0;
  background-color: transparent;
}

.btn-round
{
  border-radius: 50% !important;
}

@media (max-width: 1024px) {
  #header #mainMenu nav > ul > li.hover-active > a, #header #mainMenu nav > ul > li.hover-active > span, #header #mainMenu nav > ul > li.current > a, #header #mainMenu nav > ul > li.current > span, #header #mainMenu nav > ul > li:hover > a, #header #mainMenu nav > ul > li:hover > span, #header #mainMenu nav > ul > li:focus > a, #header #mainMenu nav > ul > li:focus > span {
    color: var(--main-dark-color);
  }

  .tb-small-cell
  {
    min-width: 90px; 
    max-width: 95px; 
    /* width: 150px; */
  }
  
  .inp-min
  {
    min-width: 15px !important; 
  }

  .bootstrap-tagsinput
  {
      min-width: 95% !important;
      max-width: 100% !important;
  }
}