body {
color: #333;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
background: #f1f2f1;
font-weight: 400;
}
h1 { font-size: 52px; margin: 0; padding: 5px 15px;}
h3 { font-size: 28px; margin: 0; }
h4 { font-size: 24px; margin: 10px 0 0 0; }

h1, h3, h4, h5 {font-weight: 300;}
a {text-decoration: none;}
option:hover {cursor: pointer;}
table {border-collapse: collapse;}
img {border: 0;}
form {margin: 0;overflow:auto;}
input:not([type="checkbox"]), textarea, select, button {
font-family: inherit;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type="submit"]:active{
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#E0E0E0));
border-color: #BBB;
box-shadow: rgb(204, 204, 204) 0px 1px 5px inset;
z-index: 2;
color: #000;
}
select {
background-image: url('images/icons/downward-arrow.png');
background-repeat: no-repeat;
background-position: center right 10px;
background-size: 14px;
}
::selection {
background:#000;
color:#fff;
}
#loading-bar {
position: fixed;
z-index: 2147483647;
top: 0;
left: -6px;
width: 0;
height: 2px;
background: #007BFF;
border-radius: 1px;
-moz-transition: width 500ms ease-out,opacity 400ms linear;
-ms-transition: width 500ms ease-out,opacity 400ms linear;
-o-transition: width 500ms ease-out,opacity 400ms linear;
-webkit-transition: width 500ms ease-out,opacity 400ms linear;
transition: width 500ms ease-out,opacity 400ms linear;
}
#loading-bar dd, dt {
position: absolute;
}
#loading-bar dd {
opacity: .6;
width: 20px;
right: 0;
clip: rect(-6px,22px,14px,10px);
}
#loading-bar dt {
opacity: .6;
width: 180px;
right: -80px;
clip: rect(-6px,90px,14px,-6px);
}

.loader {
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
position: fixed;
overflow: auto;
left: 0;
top: 0;
z-index: 1100;
visibility: hidden;
}
.loader-preloader {
width: 50px;
height: 50px;
position: fixed;
z-index: 1111;
top: 50%;
left: 50%;
transform:translate(-50%, -50%);
background: url('images/loader1.gif');
background-size: 50px;
background-repeat: no-repeat;
background-position: center;
}

.av_top {
position: fixed;
right: 0px;
top: 62px;
width: 80px;
height: 100%;
opacity: 0.7;
filter: alpha(opacity=70);
cursor: pointer;
display: none;
}
.av_top:hover{
opacity: 1;
filter: alpha(opacity=100);
}
.av_top span{
display: block;
width: 80px;
margin-top: 20px;
text-align: center;
color: #000;
font-weight: 600;
}

.topbar {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000;
height: 65px;
background: #fff;
box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.header {
width: 100%;
padding: 0 10px;
}
.header-container {
font-size: 22px;
color: #007BFF;
text-align: center;
line-height: 24px;
font-weight: 600;
padding-top: 18px;
}

#content {
padding: 80px 0;
}
.row-page {
border-bottom: 0;
width: 1200px;
height: 100%;
margin: 0 auto;
}

/*login*/
.login-container {
width: 250px;
margin: 0 auto;
background: #fff;
padding: 30px 40px;
border-radius: 15px;
}
.login-admin-ttl {
width: 100%;
padding-bottom: 30px;
font-size: 18px;
color: #007BFF;
text-align: center;
}
.content-input {
width: 100%;
display: flex;
margin-bottom: 20px;
}
.input-login {
width: 100%;
padding: 10px;
border: 1px solid #dcdcdc;
border-radius: 10px;
margin: 0;
font-size: 15px;
color: #000;
text-align: center;
background-color: #fff;
}
.input-login:hover,.input-login:focus {
border-color: #999;
}
.login-button button {
width: 100%;
color: #fff;
border-radius: 10px;
padding: 10px 0;
font-size: 15px;
line-height: 24px;
border: 0;
background-color: #007BFF;
cursor: pointer;
font-weight: 600;
text-align: center;
}
.error-box {
width: 100%;
color: #ed4956;
text-align: center;
font-size: 13px;
font-weight: 600;
margin-top: 20px;
}

/*headeradmin*/
.admin-header {
width: 100%;
font-size: 16px;
color: #000;
text-align: left;
padding-bottom: 30px;
position: relative;
}
.admin-logout {
position: absolute;
right: 0;
top: 0;
width: 60px;
height: 40px;
cursor: pointer;
background-image: url('images/icons/logout_icon.svg');
background-size: 24px;
background-repeat: no-repeat;
background-position: top 0 right 0;
}

.container {
width: 100%;
overflow: auto;
border: 1px solid #dcdcdc;
background: #fff;
display: flex;
border-radius: 10px;
min-height: 600px;
}

/*menuadmin*/
.menu-container {
width: 25%;
}
.menu-content {
width: 100%;
}
.menu-link {
padding: 5px 10px 5px 10px;
display: block;
text-decoration: none;
line-height: 30px;
cursor: pointer;
border-left: 2px solid #fff;
color: #000;
font-size: 14px;
position: relative;
}
.menu-link:hover {
background-color: #EFEFEF;
}
.menu-link-active {
font-weight: 600;
border-left: 2px solid #007BFF;
background-color: #EFEFEF;
}
.menu-link-divider {
height: 1px;
width: 100%;
background: #efefef;
}
.menu-number {
position: absolute;
right: 10px;
top: 10px;
min-width: 8px;
background: #007BFF;
padding: 0 6px 3px 6px;
border-radius: 5px;
color: #fff;
font-weight: 600;
text-align: center;
font-size: 13px;
line-height: 16px;
}

/*Панель приборов*/
.page-container {
width: 75%;
border-left: 1px solid #dcdcdc;
padding-bottom: 100px;
}
.page-content {
padding: 20px 30px;
overflow: auto;
}

.page-flex {
display: flex;
}
.page-title {
width: 100%;
padding: 10px 0;
font-size: 20px;
color: #000;
font-weight: 600;
text-align: left;
display: flex;
}
.page-title a {
color: #000;
padding-right: 5px;
}
.page-panel {
width: 100%;
padding: 20px 0;
}

.page-title-down {
width: 40px;
height: 28px;
cursor: pointer;
background-size: 18px;
background-repeat: no-repeat;
background-position: top 8px left 10px;
}
.arrow-down {
background-image: url("images/icons/arrow-down.png");
}
.arrow-up {
background-image: url("images/icons/arrow-up.png");	
}

.instructions-content {
padding: 20px;
border-radius: 10px;
position: relative;
background-color: #FFF7D6;
font-size: 14px;
}
.instructions-none {
display: none;
}

.form-content {
width: 100%;
overflow: auto;
}
.form-panel {
padding: 10px 20px;
border-radius: 10px;
border: 1px solid #dcdcdc;
margin-bottom: 30px;
position: relative;
}
.form-panel-zindex {
background: rgba(255, 255, 255, 0.3);
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 9;
border-radius: 10px;
}
.form-panel-title {
width: 100%;
font-size: 16px;
color: #000;
font-weight: 600;
padding-top: 10px;
padding-bottom: 20px;
}
.form-panel-content {
width: 100%;
overflow: auto;
margin-bottom: 10px;
}
.form-input-tit {
width: 100%;
color: #000;
font-size: 13px;
font-weight: 600;
text-align: left;
}
.form-input-content {
width: 100%;
display: flex;
margin: 5px 0;
position: relative;
}
.form-input {
width: 100%;
border: 1px solid #dcdcdc;
border-radius: 5px;
padding: 10px;
margin: 0;
font-size: 15px;
position: relative;
}
.form-select {
width: 100%;
border: 1px solid #dcdcdc;
border-radius: 5px;
padding: 10px 5px;
margin: 0;
font-size: 15px;
position: relative;
}
.form-input-sub {
color: #262626;
font-size: 12px;
text-align: left;
padding-left: 5px;
line-height: 16px;
}
.form-button-content {
width: 100%;
display: flex;
position: relative;
}
.form-button {
min-width: 200px;
padding: 10px;
border: 0;
border-radius: 5px;
background: #007BFF;
color: #fff;
font-size: 16px;
line-height: 20px;
cursor: pointer;
text-align: center;
margin-right: 20px;
}
.form-edit-button {
padding: 2px 20px 5px 20px;
border: 0;
border-radius: 5px;
font-size: 13px;
cursor: pointer;
text-align: center;
position: relative;
z-index: 10;
}
.form-button-absolute {
position: absolute;
right: 0;
top: 20px;
}

.form-month-content {
display: flex;
border-radius: 5px;
padding: 2px;
margin: 5px 0;
border: 1px solid #dcdcdc;
}
.form-month-button {
width: 100%;
padding: 10px 5px;
text-align: center;
color: #000;
font-size: 15px;
line-height: 16px;
font-weight: 600;
cursor: pointer;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.month-button-border {
border-right: 1px solid #dcdcdc;
}
.month-button-left {
border-radius: 5px 0 0 5px;
}
.month-button-right {
border-radius: 0 5px 5px 0;
border-right: 0;
}
.month-payment-title {
width: 100%;
font-size: 18px;
color: #000;
font-weight: 600;
padding-top: 10px;
}

.form-document-file {
width: 100%;
padding: 8px 10px;
cursor: pointer;
position: relative;
}
.form-file-icon {
position: absolute;
left: 15px;
top: 50%;
transform: translate(-0%, -50%);
width: 18px;
height: 18px;
background-image: url('images/icons/attachment.png');
background-size: 18px;
background-repeat: no-repeat;
}
.form-file-laod {
position: absolute;
left: 15px;
top: 50%;
transform: translate(-0%, -50%);
width: 18px;
height: 18px;
}
.form-file-title {
color: #000;
font-size: 15px;
text-align: left;
line-height: 18px;
padding: 0 35px;
}

.form-checkbox {
cursor: pointer;
padding: 10px 0;
position: relative;
margin-right: 25px;
}
.form-checkbox-ico {
position: absolute;
left: 0;
top: 50%;
transform: translate(-0%, -50%);
background-color: #fff;
border: 3px solid #007BFF;
border-radius: 50%;
width: 14px;
height: 14px;
background-image: url('images/icons/checkbox-ico.png');
background-size: 14px;
background-repeat: no-repeat;
}
.form-checkbox-title {
font-size: 15px;
color: #000;
text-align: left;
}

.search-ico {
position: absolute;
right: 15px;
top: 50%;
transform: translate(-0%, -50%);
width: 16px;
height: 16px;
background-size: 16px;
background-image: url('images/icons/search-ico.png');
}
/*post*/
.post-panel-title {
width: 100%;
font-size: 15px;
color: #000;
font-weight: 600;
padding: 5px 0;
}
.post-panel--title {
width: 100%;
font-size: 14px;
color: #000;
padding: 5px 0;
}
.post-button-content {
width: 100%;
display: flex;
padding: 10px 0;
position: relative;
}
.post-button {
min-width: 100px;
padding: 3px 10px 6px 10px;
border: 0;
border-radius: 5px;
font-size: 14px;
line-height: 20px;
cursor: pointer;
text-align: center;
margin-right: 20px;
}
.edit-button {
background: #007BFF;
color: #fff;
}
.delete-button {
background: #f84049;
color: #fff;
}
.nolike-button {
background: #888;
color: #fff;
}

.order-panel-title {
width: 100%;
font-size: 16px;
color: #000;
padding: 5px 0;
text-align: center;
}
.post-qrcode-images {
width: 100%;
height: 100%;
border-radius: 5px;
object-fit: cover;
}
.post-qrcode-images img {
width: 100%;
height: 100%;
border-radius: 5px;
object-fit: cover;
}
/*progress*/
.progress-loader {
width: 100px;
height: 100px;
position: relative;
margin: 0 auto;
}
.progress-circle {
width: 100px;
height: 100px;
fill: none;
stroke: #ddd;
stroke-width: 6;
}
.progress-ring {
stroke: #0095f6;
stroke-dasharray: 251.2;
stroke-dashoffset: 251.2;
transition: stroke-dashoffset 1s;
}
.progress-loader-ttl {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);	
color: #0095f6;
font-size: 16px;
text-align: center;
font-weight: 600;
}
.progress-2 {
width: 100%;
color: #000;
font-size: 14px;
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}

#popup {
position: fixed;
z-index: 1011;  
top: 20%;  
left: 52%;  
width: 200px;
display: none;
}
.popup-content {
width: 200px;
border-radius: 10px;
text-align: center;
background-color: rgba(0,0,0,0.8);
}
.popup-text {
color: #fff;
font-size: 14px;
font-weight: 600;
padding: 10px;
}

/*modal*/
.modal-background {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
position: fixed;
overflow: auto;
left: 0;
top: 0;
display: none;
z-index: 1001;
}
.modal-large  {
position: fixed;
z-index: 1002;  
top: 40%; 
left: 50%; 
transform:translate(-50%, -40%); 
width: 302px;  
display: none;
}
.modal-container {
background: #fff; 
overflow: auto;
border: 1px solid #dcdcdc;
border-radius: 10px;
}
.modal-title {
text-align: center;
font-size: 15px;
font-weight: 600;
color: #000;
padding: 10px 0;
}
.modal-divider {
height: 1px;
width: 100%;
background: #efefef;
}
.modal-button {
width: 50%;
padding: 12px 0 15px 0;
text-align: center;
font-size: 14px; 
font-weight: 600;
cursor: pointer;
}
.modal-button-100 {
width: 100%;
padding: 12px 0 15px 0;
text-align: center;
font-size: 14px; 
font-weight: 600;
cursor: pointer;
}
.agree {
color: #007BFF;
border-right: 1px solid #efefef;
}
.modalclose {
color: #262626;
}
.sold {
color: #1fa4df;
}
.complain {
color: #FF0000;
}

/*modal big*/
.modal-big  {
position: fixed;
z-index: 1002;  
top: 50%; 
left: 50%;
transform:translate(-50%, -50%); 
width: 800px;  
display: none;
}
.modal-inner {
width: 100%;
position: relative;
}
.modal-big-container {
background: #fff; 
overflow: auto;
border: 1px solid #dcdcdc;
border-radius: 10px;
padding: 0 20px;
}
.modalbig-title {
text-align: center;
font-size: 16px;
font-weight: 600;
color: #000;
padding: 15px 0;
}
.modalbig-close {
width: 20px;
height: 20px;
right: 0;
top: 50%;
transform:translate(-0%, -50%); 
background: url('images/icons/close.png');
background-size: 20px;
cursor: pointer;
position: absolute;
z-index: 999;
}

/*preloader*/
.modal-preloader {
width: 100%;
margin: 20px 0;
}
.preloader18 {
width: 18px;
height: 18px;
background: url('images/preloader1.gif');
background-size: 18px;
background-repeat: no-repeat;
background-position: center;
}
.preloader-center {
margin: 0 auto;
}

.preloader-absolute {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(239, 239, 239, 0.5);
z-index: 1;
}
.absolute-loader {
position: absolute;
left: 50%;
top: 50%;
transform:translate(-50%, -50%);
width: 22px;
height: 22px;
background: url('images/preloader1.gif');
background-size: 22px;
background-repeat: no-repeat;
background-position: center;
z-index: 2;
}

/*Настройки*/
.settings-button {
padding: 10px 15px;
text-align: left;
color: #000;
font-size: 15px;
line-height: 16px;
font-weight: 600;
border: 1px solid #dcdcdc;
display: flex;
border-radius: 5px;
margin-bottom: 10px;
cursor: pointer;
position: relative;
}
.nextin-ico {
position: absolute;
right: 10px;
top: 50%;
transform: translate(-0%, -50%);
width: 12px;
height: 12px;
background-size: 12px;
background-image: url('images/icons/next-in.png');
}

/*Статистика*/
.dash-stats-admin {
width: 194px;
height: 70px;
float: left;
padding: 10px 10px 25px 10px;
margin: 10px;
border-radius: 5px;
border: 1px solid #dcdcdc;
position: relative;
}
.dash-half-admin {
width: 50%;
float: left;
font-size: 13px;
color: #000;
}
.dash-values-admin {
font-size: 22px;
color: #1fa4df;
font-weight: 600;
}
.stats-values {
font-size: 14px;
}
.percentage {
position: absolute;
left: 10px;
bottom: 10px;
}
.neutral {
color: #000;
font-weight: 600;
}
.positive {
color: #1fa4df;
font-weight: 600;
}
.negative {
color: #f84049;
font-weight: 600;
}
.chart {
display: table;
table-layout: fixed;
width: 100%;
height: 53px;
margin: 0;
padding: 9px 0 0 0;
}
.chart li {
position: relative;
display: table-cell;
vertical-align: bottom;
height: 53px;
padding-right: 1px;
}
.chart span {
margin: 0 0;
display: block;
background: #1fa4df;
}
.chart span:hover {
background: #3b5998;
}
.chart p {
position: absolute;
bottom: -20px;
width: 100%;
text-align: center;	
font-size: 8px;
}

.blocking {
pointer-events: none;
background: #FAFAFA !important;
}
