/*	GENERAL STYLE SETTINGS 
*************************************************************/
*{
	color: rgba(255, 255, 255, 0.8);
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
    box-sizing:border-box;
	text-decoration: none;
	font: 14px/1.3 TypeLight;
}


body, html{
	display: table;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	background: url(images/bg/bg1.png);
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: left top;
    background-color: rgb(122, 122, 122);
}

::selection {
    color: #ffe4c4;
    background: #bbbbbb;
}

/* PRELOADER
*************************************************************/
.loader {
	display: table;
    position: relative;
    margin: 50px auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 900px;
}

.loader_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.loader_inner.inner_one {
    left: 0%;
    top: 0%;
    animation: loader_rotate-one 1.6s linear infinite;
    -o-animation: loader_rotate-one 1.6s linear infinite;
    -ms-animation: loader_rotate-one 1.6s linear infinite;
    -webkit-animation: loader_rotate-one 1.6s linear infinite;
    -moz-animation: loader_rotate-one 1.6s linear infinite;
    border-bottom: 3px solid rgb(255, 255, 255, 1);
}

.loader_inner.inner_two {
    right: 0%;
    top: 0%;
    animation: loader_rotate-two 1.6s linear infinite;
    -o-animation: loader_rotate-two 1.6s linear infinite;
    -ms-animation: loader_rotate-two 1.6s linear infinite;
    -webkit-animation: loader_rotate-two 1.6s linear infinite;
    -moz-animation: loader_rotate-two 1.6s linear infinite;
    border-right: 3px solid rgb(255, 255, 255, 1);
}

.loader_inner.inner_three {
    right: 0%;
    bottom: 0%;
    animation: loader_rotate-three 1.6s linear infinite;
    -o-animation: loader_rotate-three 1.6s linear infinite;
    -ms-animation: loader_rotate-three 1.6s linear infinite;
    -webkit-animation: loader_rotate-three 1.6s linear infinite;
    -moz-animation: loader_rotate-three 1.6s linear infinite;
    border-top: 3px solid rgb(255, 255, 255, 1);
}


@keyframes loader_rotate-one {
    0% {transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
    }
@-o-keyframes loader_rotate-one {
    0% {-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
    }
@-ms-keyframes loader_rotate-one {
    0% {-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
    }
@-webkit-keyframes loader_rotate-one {
    0% {-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
    }
@-moz-keyframes loader_rotate-one {
    0% {-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% {-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
    }
@keyframes loader_rotate-two {
    0% {transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
    }
@-o-keyframes loader_rotate-two {
    0% {-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
    }
@-ms-keyframes loader_rotate-two {
    0% {-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
    }
@-webkit-keyframes loader_rotate-two {
    0% {-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
    }
@-moz-keyframes loader_rotate-two {
    0% {-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
    }
@keyframes loader_rotate-three {
    0% {transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
    }
@-o-keyframes loader_rotate-three {
    0% {-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
    }
@-ms-keyframes loader_rotate-three {
    0% {-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
    }
@-webkit-keyframes loader_rotate-three {
    0% {-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
    }
@-moz-keyframes loader_rotate-three {
    0% {-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);}
    100% {-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);}
    }	

/*	FONT STYLE
*************************************************************/
@font-face {
    font-family: TypeLight;
	src: url(fonts/TypeLight.woff);
}

@font-face {
  font-family: 'EuropeExtendedC';
  src: url(fonts/EuropeExtendedC.otf);
}

/* ERRORS
*************************************************************/
.icon-worning::before{
    /*background: url(images/icon/speaker.svg);*/
    /*content 'images/icon/speaker.svg';*/
    width: 20px;
    height: 14px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 5px 0 0;
}
.form-err{
    color: #fb7575;
    padding: 5px 0 5px 0;
    font-style: italic;
}

.form-info{
	color: #ffe4c4;
	font-style: italic;
	transition: 1s;
}

/*	BLUR STYLE for CHILD BOX
*************************************************************/
.bg-blur { 
/*    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    				background-position: center;
    background-attachment: fixed;
    background-size: cover; */
    /*background-image: url(images/bg/bg4.jpg);*/

    background-attachment: fixed;
    background-repeat: repeat;
    background-position: left top;

	background: url(images/bg/bg1.png);
	background-color: rgba(42, 41, 41, 0.4);

}

.bg-box {
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}



/*	GENERAL BOX LAYOUT
*************************************************************/
.header-box{
	padding: 5px;
	position: fixed;
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height: 40px;
	background: rgb(50, 50, 50);
    z-index: 100000;
}

.midle-box{
	padding: 5px;
}

.footer-box{
	height: 40px;
	top: calc(100% - 40px);
	padding: 5px;
	background-color: rgb(50, 50, 50);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}


/*	CHILD BOX
*************************************************************/
.wrapUserInfo{
    display: grid;
    align-content: center;
    grid-auto-flow: column;
    justify-content: start;
    grid-gap: 5px;
}
.UserInfo{
}
.panelType{
}

.nav-box{
    padding: 10px;
}

.main-box{
	/*float: left;*/
	height: calc(100% - 50px);
	/*float: left;*/
	padding: 10px;
}

.title-box{
    font-family: EuropeExtendedC;
    font-size: 20px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.auth-box{
	/*border: 1px #fff solid;*/
	float: right;
	/*border: 1px #fff solid;*/
	margin: 5px 5px 0 0;
}

.admin-box{
	width: 100%;
	padding: 10px;
	display: block;
	height: 100%;
}

.filter-group-box{
	/*width: 100%;*/
	padding: 10px 0;
	display: block;
	min-height: 80px;
}

.message-box{
	width: 100%;
	margin: 10px 0 0 0;
	text-shadow: 1px 1px 1px rgb(32, 32, 32);
}

.header-grid{
	padding: 0 0 10px 0;
}

.heder-section{
	margin: 0 0 10px 0;
}

.cp{
    cursor: pointer;
}

/* INDEX INFO BOXES
.*************************************************************/


.info_about{
    display: flex;
    justify-content: center;
    flex-direction: column;
    vertical-align: middle;
    height: 140px;
    text-align: center;
}
.info_about h1{
    align-self: center;
    font-size: 23px;
    font-family: EuropeExtendedC;
    transform: skew(10deg, 0);
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}
.info_about h3{
    align-self: center;
    font-size: 16px;
    font-family: EuropeExtendedC;
    transform: skew(10deg, 0);
    letter-spacing: 1px;    
}

.info_container{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.info_frame{
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    height: 200px;
    width: 295px;
    margin: 5px 5px;
    transition: 0.5s;
}

.cover{
    width: 295px;
    height: 200px;
    transition: 0.5s;
}

.header_cover{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(0px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
}
.info_frame:hover .header_cover{
    transform: translateY(-100px);
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.47);*/
}


.content img{
    max-width: 100px;
    margin: auto;
    display: block;
}

.content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    font-family: EuropeExtendedC;
}

.content p,
.content .info_title{
    text-align: center;
    color: rgba(255, 255, 255, 0);
    transition: 0.3s;
    letter-spacing: 2px;
}

.wcc{
    opacity: 0.5;
    transition: 0.5s;
}

.info_title{
    font-family: EuropeExtendedC;
    font-size: 14px;
    letter-spacing: 1px;
}


.content_cover{
    position: relative;
    background: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-200px);

}


.info_frame:hover{
    height: 300px;
    transition: 0.5s;
}

.info_frame:hover .content_cover{
    transform: translateY(-100px);
    background: rgba(255, 255, 255, 0.1);

}
.info_frame:hover .wcc{
    opacity: 1;
    transition: 0.5s;

}

.info_frame:hover .content p,
.info_frame:hover .content .info_title{
    transition: 1s;
    color: rgba(255, 255, 255, 1);

}



/*	FORM SIZE
*************************************************************/
.form-size-middle{
	padding: 15px;
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	min-width: 295px;
	max-width: 295px;
}

.form-size-adaptive{
	padding: 5px;
	border-radius: 1px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	min-width: 100%;
	max-width: 100%;
}
.form_title{
    text-align: center;
    margin: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: EuropeExtendedC;
    transform: skew(10deg, 0);
}
/* FOOTER BOX
*************************************************************/
.footer-tm-wrap{
    position: relative;
    display: table;
    margin: 10px auto;   
}
.footer-tm{
    font-size: 24px;
    position: absolute;
    top: -1px;    
}
.fotter-date{
    margin: 0 0 0 15px;
    font-size: 12px;   
}


/*	INPUT
*************************************************************/
.form-input{
	max-width: 100%;
	min-width: 100%;
    background-image: none;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 14px;
    border: none;
    line-height: 1.42857143;
    padding: 5px 0 5px 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    margin: 10px auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);
    border-bottom: 2px solid rgba(204, 204, 204, 0.59);
    background-color: rgba(255, 255, 255, 0.1)!important;
}

.form-input-small{
    max-width: 100%;
    min-width: 100%;
    height: 25px;
    background-image: none;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: none;
    padding: 5px 5px 0px 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    margin: 5px auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.05);
    border-bottom: 2px solid rgba(204, 204, 204, 0.59);
    background-color: rgba(255, 255, 255, 0.1)!important;
}


.form-input-small:hover,
.form-input:hover{
	border-color: rgba(255, 255, 255, 0.54);
	background-color: rgba(255, 255, 255, 0.18)!important;
}

.form-input-small:focus,
.form-input:focus{
	border-color: rgb(255, 255, 255);
	outline: 0;
	background-position: 0 0;
	background-color: rgba(255, 255, 255, 0.18)!important;
}

.form-input-small, .form-input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.65)}
.form-input-small, .form-input::-moz-placeholder          {color: rgba(255, 255, 255, 0.65)}/* Firefox 19+ */
.form-input-small, .form-input:-moz-placeholder           {color: rgba(255, 255, 255, 0.65)}/* Firefox 18- */
.form-input-small, .form-input:-ms-input-placeholder      {color: rgba(255, 255, 255, 0.65)}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 0%)!important;
    color: rgba(255, 255, 255, 0.9)!important;
    transition: 50000s ease-in-out 0s!important;
}



/*	BUTTON SIZE
*************************************************************/
.btn-size-midle{
	min-width: 70px;
}

.btn-pos-left{
	float: left;
}

.btn-pos-center{
	margin: auto;
}

.btn-pos-right{
	margin: 0 0 0 10px;
	float: right;
}

/*	BUTTON
*************************************************************/
.btn {
	cursor: pointer;
	border: 1px solid rgba(204, 204, 204, 0.59);
	background: rgba(238, 238, 238, 0.06);
	border-radius: 3px;
	padding: 3px 15px;
}

.btn:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border: 1px solid #c0c0c0;
}

.btn:active {
	border: 1px solid #fff;
	text-shadow: 1px 2px 1px rgb(81, 81, 81);
	-webkit-box-shadow: inset 1px 1px 5px -1px rgba(46,46,46,1);
    -moz-box-shadow: inset 1px 1px 5px -1px rgba(46,46,46,1);
    box-shadow: inset 2px 2px 5px -2px rgb(81, 81, 81);
}

.btn:focus{
	border-color: rgba(204, 204, 204, 0.59);
	outline: 0;
}

.logout-btn{
    background:none;
    border:none;
    cursor:pointer;
    font-family: EuropeExtendedC;
    letter-spacing: 1px;
}
.logout-btn:focus,
.logout-btn:focus .exit{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.auth-btn{
	background:none;
	border:none;
	cursor:pointer;
    font-family: EuropeExtendedC;
    letter-spacing: 1px;
    transform: skew(10deg, 0);
}

.auth-btn:hover{
	text-decoration: underline;
}

.auth-btn:active{
	color: #fff;
}

.auth-btn:focus{
	outline: none;
}

.auth-btn:visited{

}


.actions-btn{
    cursor: pointer;
}


/*	BUTTON-GROUP
************************************/
.btn-box{
    display: flex;
    border-bottom: 1px solid #cccccc;
}

.btn-group-box{

/*	border: 1px solid rgba(204, 204, 204, 0.59);
	border-right: none;
	border-bottom: none;
	border-radius: 2px 2px 0 0;*/
    margin: 0 0 -1px 0;
    padding: 0 0 0 15px;
}

.btn-group{
    cursor: pointer;
    background: rgba(255, 255, 255, 0.25);
    padding: 3px 15px;
    display: inline-flex;
    font-size: 12px;
    border-right: 1px solid rgba(204, 204, 204, 0.59);
    border-top: 1px solid rgba(204, 204, 204, 0.59);
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    border-bottom: 1px solid #676666;
    border-radius: 5px 5px  0 0;
}

.btn-group:nth-child(1){
    border-left: 1px solid rgba(204, 204, 204, 0.59);
}

.btn-group:hover {
    background: rgb(255, 255, 255, 0.1);
    /*color: #fff;*/
}

.btn-group:active {
	text-shadow: 1px 2px 1px rgb(81, 81, 81);
	-webkit-box-shadow: inset 1px 1px 5px -1px rgba(46,46,46,1);
    -moz-box-shadow: inset 1px 1px 5px -1px rgba(46,46,46,1);
    box-shadow: inset 2px 2px 5px -2px rgb(81, 81, 81);
}

.btn-group:focus{
	border-color: #fff;
	outline: 0;
}

.target{
    background: none;
    color: #ffe4c4;
    text-shadow: 1px 1px 1px #545454;
    border-bottom: 1px solid #383838;
    border-top: 2px solid #ffe4c4;
    border-left: 1px solid #cccccc!important;
    border-right: 1px solid #cccccc;
}
.target:hover{
    background: none!important;
}
@media (max-width: 1367px){
    .btn-box{display: none;}
    .heder-section{padding-left: 26px;}
}

/*  MOBILE MENU
*************************************************/
.mob_btn-box {
    position: relative;

}
.mob_btn-rt {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    top: -33px;
    left: -4px;
    background-image: url(images/icon/menu.svg);
    border: 3px solid transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mob_btn-rt:hover {
    background-color: #4d4d4d;
}
.mob_btn-group-box {
    width: 100%;
    max-width: 600px;
    position: absolute;
    background: #323232;
    z-index: 10;
    border: 1px solid #777777;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 20px 30px rgb(0 0 0 / 60%);
    display: none;
}



.mob_btn-group {
    padding: 10px 5px;
    border-bottom: 1px #A1AAAB dotted;
    cursor: pointer;
}
.mob_btn-group:last-child {
    border-bottom: none;
}

.mob_btn-group:hover {
    background: #4d4d4d;
    padding-left: 7px;
}
.mob_target {
    color: #ffe4c4;
    background: #4d4d4d;
}

.menu_visible{
    display: block;
}
@media (min-width: 1367px){
    .mob_btn-box{display: none;}
}




/*  ICONS & TOOLTIPS
**************************************************/
.icon{
    display: table;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.sync_ico{
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: center;  
}

.mess_ico{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 calc(100% - 50% - 11px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.size_action{
    width: 13px;
    height: 13px;
}
.size_header{
    width: 20px;
    height: 20px;
}


.tooltip{
    position: relative;
}
.tooltip-wrap{
    visibility: hidden;
    width: 0px;
    height: 0px;
    background-color: #3a3a3a;
    border: 1px #ffe4c4 solid;
    color: #ffe4c4;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    z-index: 100;
    top: -26px;
    right: -8px;
    font-size: 12px;
    overflow: hidden;
    padding: 3px 0 0 0;
}
.tooltip-pointer{
    visibility: hidden;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3a3a3a;
    transform: rotate(45deg);
    top: -9px;
    right: 4px;
    border-right: 1px solid #ffe4c4;
    border-bottom: 1px solid #ffe4c4;
    z-index: 101;  
}
.tooltip:hover .tooltip-wrap{
    visibility: visible;
    width: 100px;
    height: 20px;
    transition: 0.2s 0.3s;
}
.tooltip:hover .tooltip-pointer{
    visibility: visible;
    transition: 0s 0.5s;
}



.delete{background-image: url(images/icon/delete.svg)}
.exit{background-image: url(images/icon/exit.svg)}
.settings{background-image: url(images/icon/settings.svg)}
.viber{background-image: url(images/icon/viber.svg)}
.world{background-image: url(images/icon/world.svg)}
.wwworld{background-image: url(images/icon/wwworld.svg)}
.index{background-image: url(images/icon/index.svg)}
.sync{background-image: url(images/icon/sync.svg)}
.no_sync{background-image: url(images/icon/nosync.svg)}
.eye{background-image: url(images/icon/eye.svg)}
.tap{background-image: url(images/icon/tap.svg)}
.vib_ico{background-image: url(images/icon/vib_ico.svg)}
.tel_ico{background-image: url(images/icon/tel_ico.svg)}

/*	CHECKBOX
**************************************************/
input[type="checkbox"] {
	display: none; } /*--здесь отключили стандартный checkbox--*/

input[type= "checkbox"] + label span {
    width: 20px;
    height: 20px;
    margin: 6px 0px 0 0;
    background: url(images/vector/checkbox.png) no-repeat ;
   	background-size: cover;
	background-position: left bottom;
    cursor: pointer;
    display: block;;
    vertical-align: middle;
    float: left;
} /*--здесь подключаем спрайт и выбираем нужный элемент--*/

input[type="checkbox"]:checked + label span {
    background:url(images/vector/checkbox_act.png)  no-repeat;
    background-size: cover;
	background-position: left bottom;
} /*--сдвиг картинки при наведении--*/


.lab-mid{
	font-size: 13px;
	cursor: pointer;
}

/*		TABLE
*************************************************************/
table{
	/*width: 100%;*/
	margin: 0px auto;
	background: rgba(255,254,252,0.06);
	border: 1px #A1AAAB solid;
	cursor: default;
	border-collapse: collapse;
	width: 100%;
}

th{
	border: 1px #A1AAAB solid;
	background: rgba(232, 232, 232, 0.31);
	height: 25px;
	text-shadow: 2px 2px 1px rgb(32, 32, 32);
}
th:nth-child(1){}
th:nth-child(4){}
th:nth-child(6){}
th:nth-child(7){}
th:nth-child(8){}

td{
	border: 1px #A1AAAB dotted;
	padding: 2px 5px;
	text-align: right;
}

tr>td:nth-child(1){
    text-align: center;
}
tr>td:nth-child(2){
	text-align: left;
}

tr:hover{
	background: rgba(255, 255, 255, 0.18);
}

.messLogTbl{
    font-size: 12px;
}

.static-column{
    width: 65px;
    padding: 0 10px 0 10px;
}

.row-blocked>td{
    color: #e9967a;
}


.whover>tr:hover{
	background: none;
}



/*      BLOCK BOX TABLE
*************************************************************/
.table_container{
    border-top: 1px #A1AAAB dotted;
}
.th{
    background: rgba(232, 232, 232, 0.31);
    height: 25px;
    text-shadow: 2px 2px 1px rgb(32, 32, 32);
}

.ctc{
    text-align: center!important;
}

.row_wrap{
    position: relative;
    margin: 0px auto;
    background: rgba(255,254,252,0.06);
    cursor: default;
    width: 100%;
    height: 23px;
    overflow: hidden;
}
.ev_wrap{
   position: absolute;
   width: 100%;
   height: 23px;
   z-index: 100;
   top: 0;
   left: 0;
   cursor: pointer;
}
.thead_row{
    position: relative;
    width: 100%;
    /*display: flex;*/
}
.row_head{
    width: 100%;
    display: flex;
    border-right: 1px #A1AAAB dotted;
}
.sub_row{
    max-height: 23px;
    display:flex;
    width: 100%;
}
.head_cell, .sub_cell{
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px #A1AAAB dotted;
    border-left: 1px #A1AAAB dotted;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    height: 23px;
    padding: 3px 5px 3px 5px;
}
.info_view{
    height: auto;
}


.qr_code{
    transition-delay: 5s;
    width: 100px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 3px 0;
    opacity: 0;
}

.qr_vib{background-image: url(images/qr/b4c8da66b6.png)}
.qr_tel{background-image: url(images/qr/7f77346586.png)}

.qr_box:hover .qr_code{
    opacity: 1;
    transition: 0.5s;
}


/*		MODAL WINDOW
*************************************************************/
#modal-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    overflow: hidden;
    position: fixed;
    background: rgb(11, 11, 11);
    opacity: 0.4;
    filter: alpha(opacity=80);
}

.modal{
	position: absolute;
	/*min-width: 350px;*/
	top: calc(25% - 100px);
	left: calc(50% - 175px);
	color: #000;
	min-height: 200px;
	background: rgb(71, 71, 71);
}

.modal-head{
	text-align: -webkit-left;
}           

.modal-close{
	display: block;
	width: 13px;
	height: 15px;
	background: #000;
	color: #fff;
	cursor: pointer;
	/*margin: 10px 0 0 325px;*/
}

.modal-content{

}

/*    SCROLL BAR
*************************************************************/

@media screen and (min-width: 1px) { 
    ::-webkit-scrollbar {width: 5px !important; height: 5px !important;;}
    ::-webkit-scrollbar-track {background: #474747 !important;}
    ::-webkit-scrollbar-thumb {background: #f4f4f4 !important;}
}


/*    SELECT
*************************************************************/
select {
    -moz-border-radius: 2px;
    border-radius: 1px;
    padding: 3px 10px 3px 10px;
    background: rgba(238, 238, 238, 0.06);
    cursor: pointer;
    outline: none;
    text-shadow: 2px 2px 1px rgb(32, 32, 32);
    border: 1px solid rgba(204, 204, 204, 0.59);
    /*width: 200px;*/
}

select[placeholder] {
    color: #a8a8a8;
    padding-left: 1px;
}

option{
    outline: none;
	background: #474747;
	border-image: none;
	border-collapse: collapse;
}

select[option]{
	border: none;
}

/*      ACCORDION
*************************************************************/
.info_range_title, .info_code_title{
    display: block;
    height: 18px;
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer;
}

 .info_code_description{
    display: block;
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer;
    padding: 15px;
    color: #f0f8ff;
    background: rgba(255, 255, 255, 0.10);
    text-align: justify; 
 }

.info_range_title{
    padding: 0 0 0 27px;
    color: #fff;
}

.info_code_title{
    padding: 0 54px 0 27px;
    color: #faebd7;
}





.info_view{
    height: auto;
}