.no-margin {margin: 0 !important}

body{
  margin-top:16px;
}
.sticky-container .sticky-content { flex-grow: 1; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
  background: #e0e0e0;
  z-index: 1001;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.tooltip-inner {
	text-align: left;
    min-width: 240px; /* the minimum width */
}



.popup {
  -webkit-animation: zoom 0.5s;
  animation: zoom 0.5s;
}

@-webkit-keyframes zoom {
	0% {
  		transform: scale(0.7);
        opacity: 0.5;
  	}
      50% {
		transform: scale(1.2);
		opacity: 0.5;
  	}
  	100% {
  		transform: scale(1);
          opacity: 1;
  	}
}

@keyframes zoom {
	0% {
  		transform: scale(0.7);
        opacity: 0.5;
  	}
      50% {
		transform: scale(1.2);
		opacity: 0.5;
  	}
  	100% {
  		transform: scale(1);
          opacity: 1;
  	}
}

.badge {
	font-size: 16px;
	font-weight: lighter;
}

/* .outline-info {
	border: 1px solid;
	border-color: 	rgba(52, 152, 219, 100);
	color: 			rgb(52, 152, 219);
	font-weight: bold;
	background: 	rgba(52, 152, 219, 0.3);
}

.outline-danger {
	border: 1px solid;
	border-color: 	rgba(231, 76, 60, 100);
	color: 			rgb(231, 76, 60);
	font-weight: bold;
	background: 	rgba(255, 255, 255, 1);
}

.outline-success {
	border: 1px solid;
	border-color: 	rgba(46, 204, 113, 100);
	color: 			rgb(46, 204, 113);
	font-weight: bold;
	background: 	rgba(255, 255, 255, 1);
}

.outline-warning {
	border: 1px solid;
	border-color: 	rgba(241, 196, 14, 100);
	color: 			rgb(241, 196, 14);
	font-weight: bold;
	background: 	rgba(255, 255, 255, 1);
}

.outline-primary {
	border: 1px solid;
	border-color: 	rgba(26, 187, 156, 100);
	color: 			rgb(26, 187, 156);
	font-weight: bold;
	background: 	rgba(255, 255, 255, 1);
}

.outline-inverse {
	border: 1px solid;
	border-color: 	rgba(52, 73, 94, 100);
	color: 			rgb(52, 73, 94);
	font-weight: bold;
	background: 	rgba(255, 255, 255, 1);
}

.outline-default {
	border: 1px solid;
	border-color: 	rgba(189, 195, 199, 100);
	color: 			rgb(189, 195, 199);
	font-weight: bold;
	background: 	rgba(255, 255, 255, 1);
} */

input[type="file"]::-webkit-file-upload-button{
	display:none;
}

.forprint{
	border: 2px solid #dfdcdc;
	border-radius: 6px;
	box-shadow: none;
}

.foroptions{
	border: 2px solid #dfdcdc;
	border-radius: 6px;
	box-shadow: none;
}

*::-webkit-scrollbar { width: 20px; height: 4px;}
*::-webkit-scrollbar-track {  background-color: #999;}
*::-webkit-scrollbar-track-piece { background-color: #ffffff;}
*::-webkit-scrollbar-thumb { height: 50px; background-color: #303d57; border-radius: 6px;}
*::-webkit-scrollbar-corner { background-color: #999;}
*::-webkit-resizer { background-color: #666;}


.shadow-sm {
    box-shadow: 2px 2px 6px 0px rgba(34, 60, 80, 0.2);
   }

.shadow {
    box-shadow: 0px 8px 19px 0px rgba(34, 60, 80, 0.2);
   }

.shadow-lg {
    box-shadow: 0px 20px 57px 0px rgba(34, 60, 80, 0.15);
   }

.rounded-4{
	border-radius: 4px;
}

.rounded-6{
	border-radius: 6px;
}

.rounded-8{
	border-radius: 8px;
}

.rounded-10{
	border-radius: 10px;
}

.rounded-12{
	border-radius: 12px;
}

.rounded-14{
	border-radius: 14px;
}

.rounded-16{
	border-radius: 16px;
}

.rounded-18{
	border-radius: 18px;
}

.rounded-20{
	border-radius: 20px;
}


:active, :hover, :focus {
	outline: 0;
	outline-offset: 0;
}

.number {
display: inline-block;
position: relative;
width: 100%;
}
.number input[type="number"] {
cursor: default;
display: inline-block;
height: 36px;
/* line-height: 28px; */
width: 100%;
padding: 0;
margin: 0;
border: 0px;
font-size: 36px;
font-weight: 600;
background: rgba(255, 255, 255, 0);
box-sizing: border-box;
text-align: center;
-moz-appearance: textfield;
-webkit-appearance: textfield;
appearance: textfield;
}
.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
display: none;
}

/* .number input[type="number"]:invalid{
color:red;
}
.number input[type="number"]:valid{
color:black;
} */

.number-minus {
cursor: pointer;
position: absolute;
top: 1px;
left: 1px;
bottom: 1px;
line-height: 1;
height: 34px;
width: 20px;
padding: 0;
display: inline-block;
text-align: center;
border: none;
border-right: 0px solid #ffffff;
border-radius: 0px;
background: rgba(255, 255, 255, 0);
font-size: 36px;
font-weight: 600;
}
.number-plus {
cursor: pointer;
position: absolute;
top: 1px;
right: 1px;
bottom: 1px;
line-height: 1;
height: 34px;
width: 20px;
padding: 0;
display: inline-block;
text-align: center;
border: none;
border-left: 0px solid #ffffff;
border-radius: 0px;
background: rgba(255, 255, 255, 0);
font-size: 36px;
font-weight: 600;
}

.color-green{
	color: rgb(18,  167, 100);
}
