.left-sidebar .sidebar__list .sidebar__link.active .sidebar__text,.left-sidebar .sidebar__list .sidebar__link:hover .sidebar__text{
    opacity:1
}

@font-face{
    font-family:RobotoSlab-Light;
    src:url(../fonts/RobotoSlab-Light.ttf) format("truetype");
    font-style:normal;
    font-weight:100
}
@font-face{
    font-family:RobotoSlab-Regular;
    src:url(../fonts/RobotoSlab-Regular.ttf) format("truetype");
    font-style:normal;
    font-weight:400
}
@font-face{
    font-family:RobotoSlab-Bold;
    src:url(../fonts/RobotoSlab-Bold.ttf) format("truetype");
    font-style:normal;
    font-weight:700
}
body,input,textarea{
    font-family:RobotoSlab-Regular
}
.x_panel{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin: 30px 0;
    position: relative;
}

.x_title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.x_title__icon{
    vertical-align: middle;
    margin-right: 35px;
}
.w-25{width:25%!important }.w-50{width:50%!important }.w-75{width:75%!important }.w-100{width:100%!important }.h-25{height:25%!important }.h-50{height:50%!important }.h-75{height:75%!important }.h-100{height:100%!important }.mw-100{max-width:100%!important }.mh-100{max-height:100%!important }

.pl20{
	padding-left: 20px;
}

.m20{
	margin: 20px !important;
}
.p20{
	padding: 20px;
}
.text_25{
	font-size: 25px;
}
.text_30{
	font-size: 30px;
}

.inline{
	display: inline;
}

.inline-block{
	display: inline-block;
}

.float_l{
	float: left;
}
.float_r{
	float: right;
}

.bold, b{
	font-family:RobotoSlab-Bold;
}
.underline{
	text-decoration: underline;
}

.hr{
	width: 100%;
	border-bottom:1px dashed #d9dadd;
	margin: 15px;
}

.icon_default {
	width: 20px;
	height: 20px;
}

.icon_big {
	width: 40px;
	height: 40px;
}

.hidden{
	display: none;
}

.text-center{
	text-align: center;
}

span.transparent{
	color: rgba(107,110,127,0.5);
}


.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.inline-flex{
	display: inline-flex !important;
}

.flex-align-start{
	-webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
}
.flex-align-center{
	-webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.flex-align-end{
	-webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end;
}


.flex-justify-start{
	-webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
}
.flex-justify-center{
	-webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.flex-justify-end{
	-webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

.flex-grow{
	-webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
}


.flex-wrap{
	-ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.flex-reverse{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
}

.flex-row{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
}
.flex-column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.language_panel{
	position: absolute;
	border: rgba(200,200,200, 0.5) 1px solid;
	background-color: #414453;
	padding:20px;
	border-radius: 5px;
	z-index: 500;
}

.language_panel img{
	margin: 10px;
}

.header{
    background-color:#414453;
    width:100%;
    height:100px;
    padding:0 50px
}
@media (max-width:530px){
    .header{
        padding:0 10px
    }
}
.header .header__content{
    position:relative;
    height:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.header .headerToggle{
    position:absolute;
    top:30px;
    left:0;
    display:none;
    width:45px;
    height:42px;
    background:0 0;
    border:0;
    outline:0;
    cursor:pointer
}
.header .headerToggle span{
    display:block;
    width:45px;
    height:5px;
    background-color:#eff4f9;
    margin-bottom:7px
}
.header .headerToggle span:last-child{
    margin-bottom:0
}
.header .header__search{
    display:block;
    width:28px;
    height:28px;
    cursor:pointer
}
@media (max-width:1023px){
    .header .headerToggle{
        display:block
    }
    .header .header__search{
        margin-left:120px
    }
}
@media (max-width:1023px) and (max-width:420px){
    .header .header__search{
        margin-left:70px
    }
}
.header .header__buttons{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-left: auto;
    width:140px;
}
@media (max-width:350px){
    .header .header__buttons{
        width:160px
    }
}
.header .header__buttons .header__message{
    position:relative;
    display:block;
    width:28px;
    height:26px;
    cursor:pointer
}
.header .header__buttons .header__message .header__unread{
    position:absolute;
    display:block;
    top:-4px;
    right:-4px;
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#f3d34a
}
.header .header__buttons .header__notification,.header__logout{
    display:block;
    width:24px;
    height:28px;
    cursor:pointer;
}
.header__logout img{
    width: 100%;
}
.header .header__buttons .header__menu{
    display:block;
    width:25px;
    height:29px;
    cursor:pointer
}
.left-sidebar{
    position:fixed;
    top:0;
    left:0;
    z-index:6;
    width:345px;
    height:100%;
    background:#fff;
    -webkit-transition:.3s ease-out;
    -o-transition:.3s ease-out;
    transition:.3s ease-out;
}
@media (max-width:1200px){
    .left-sidebar{
        width:280px
    }
}
@media (max-width:1200px) and (max-width:1023px){
    .left-sidebar{
        left:-346px
    }
}
@media (max-width:1200px) and (max-width:1023px) and (max-width:450px){
    .left-sidebar{
        width:70vw
    }
}
.left-sidebar .sidebar__logo{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:100px;
    margin-bottom:45px;
    -webkit-box-shadow:0 1px 25px 1px rgba(0,0,0,.12);
    box-shadow:0 1px 25px 1px rgba(0,0,0,.12);
    border-radius:0 0 5px
}
@media (max-height:700px){
    .left-sidebar .sidebar__logo{
        margin-bottom:15px
    }
}
@media (max-height:700px) and (max-height:600px){
    .left-sidebar .sidebar__logo{
        margin-bottom:5px
    }
}
.left-sidebar .sidebar__user{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:45px
}
@media (max-height:700px){
    .left-sidebar .sidebar__user{
        margin-bottom:15px
    }
}
@media (max-height:700px) and (max-height:600px){
    .left-sidebar .sidebar__user{
        margin-bottom:5px
    }
}
.left-sidebar .sidebar__user .sidebar__container{
    position:relative;
    margin-bottom:20px
}
@media (max-height:700px){
    .left-sidebar .sidebar__user .sidebar__container{
        margin-bottom:15px
    }
}
@media (max-height:700px) and (max-height:600px){
    .left-sidebar .sidebar__user .sidebar__container{
        margin-bottom:5px
    }
}
.left-sidebar .sidebar__user .sidebar__container .sidebar__settings{
    position:absolute;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    bottom:0;
    right:0;
    width:50px;
    height:50px;
    border-radius:50%;
    -webkit-box-shadow:0 1px 25px 1px rgba(0,0,0,.12);
    box-shadow:0 1px 25px 1px rgba(0,0,0,.12);
    background-color:#fff;
    outline:0
}
.left-sidebar .sidebar__user .sidebar__container .sidebar__settings:hover svg{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.left-sidebar .sidebar__user .sidebar__container .sidebar__settings svg{
    display:block;
    width:28px;
    height:28px;
    -webkit-transition:.3s ease-out;
    -o-transition:.3s ease-out;
    transition:.3s ease-out
}
.left-sidebar .sidebar__list-wr{
    overflow:auto;
    height:100%
}
.left-sidebar .sidebar__list{
    text-transform:uppercase
}
@media (max-width:450px){
    .left-sidebar .sidebar__list{
        height:100%;
        overflow:auto
    }
}
.left-sidebar .sidebar__list .sidebar__link{
    border-left:7px solid transparent;
    padding-left:37px;
    height:65px
}
@media (max-width:1200px){
    .left-sidebar .sidebar__list .sidebar__link{
        padding-left:15px
    }
}
@media (max-width:1200px) and (max-height:700px){
    .left-sidebar .sidebar__list .sidebar__link{
        height:55px
    }
}
@media (max-width:1200px) and (max-height:700px) and (max-height:600px){
    .left-sidebar .sidebar__list .sidebar__link{
        height:40px
    }
}
@media (max-width:400px){
    .left-sidebar .sidebar__list .sidebar__link{
        padding-left:10px
    }
}
button,ul{
    padding:0
}
.left-sidebar .sidebar__list .sidebar__link:hover{
    border-left:10px solid #f3d34a
}
.left-sidebar .sidebar__list .sidebar__link.active{
    border-left:10px solid #f3d34a
}
.left-sidebar .sidebar__list .sidebar__link a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
    height:100%
}
.left-sidebar .sidebar__list .sidebar__link .sidebar__text{
    display:block;
    color:#414453;
    opacity:.5;
    -webkit-transition:.2s ease-out;
    -o-transition:.2s ease-out;
    transition:.2s ease-out;
    margin-left:25px;
    cursor:pointer
}
@media (max-height:700px){
    .left-sidebar .sidebar__list .sidebar__link .sidebar__text{
        margin-left:10px
    }
}
body,h2,h3,p,ul{
    margin:0
}
.left-sidebar .sidebar__close{
    position:absolute;
    top:-40px;
    right:-65px;
    z-index:6;
    display:none;
    width:28px;
    height:28px;
    background:url(../img/close.png)
}
@media (max-width:1837px){
    .left-sidebar .sidebar__close{
        display:block
    }
}
.toleft{
    left:0!important
}
.toright{
    left:-346px!important
}
*{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
body{
    font-weight:400;
    font-size:17px;
    color:#3b3b3b;
    background-color:#eff4f9;
    border-radius: 5px;
}
a{
    text-decoration:none;
    color:inherit
}
li{
    list-style:none
}
button{
    cursor:pointer;
    border:0;
    -webkit-transition:.3s ease;
    -o-transition:.3s ease;
    transition:.3s ease;
    background:0 0
}
.page{
    margin-left:345px
}
@media (max-width:1200px){
    .page{
        margin-left:280px
    }
}
@media (max-width:1200px) and (max-width:1023px){
    .page{
        margin-left:0
    }
}
.content{
    padding:50px 60px 40px 50px
}
@media (max-width:633px){
    .content{
        padding:25px 10px 10px
    }
}
.content .content__actions{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:40px
}
.content .content__actions .content__back-btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:25px
}
.content .content__actions .content__select{
    width:530px
}
.content .content__actions .content__selector{
    position:relative;
    width:100%;
    padding:15px;
    background:#fff
}
.content .content__actions .content__selector .content__placeholder{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border-radius:5px;
    padding:8.5px 0 8.5px 35px;
    background:#fff;
    opacity:.5;
    cursor:pointer
}
@media (max-width:420px){
    .content .content__actions .content__selector .content__placeholder{
        padding-left:0
    }
}
.content .content__actions .content__selector .content__placeholder::after{
    content:"";
    display:inline-block;
    width:0;
    height:0;
    margin-right:35px;
    border-top:9px solid #414453;
    border-right:6px solid transparent;
    border-left:6px solid transparent
}
.content .content__actions .content__selector .content__list{
    position:absolute;
    left:0;
    width:100%;
    display:none;
    z-index:2;
    background:#fff;
    padding:8.5px
}
.content .content__actions .content__selector .content__list .content__item{
    display:block;
    border-radius:5px;
    padding:8.5px 0 8.5px 35px;
    background-color:#f5f8fb;
    margin-top:10px;
    cursor:pointer
}
@media (max-width:420px){
    .content .content__actions .content__selector .content__list .content__item{
        padding-left:10px
    }
}
.content .content__actions .content__filter{
    position:relative;
    -ms-flex-item-align:end;
    align-self:flex-end
}
.content .content__actions .content__filter .content__filter-icon{
    width:26px;
    height:28px
}
@media (max-width:710px){
    .content .content__actions .content__filter .content__filter-icon{
        position:absolute;
        top:-126px;
        right:0
    }
}
.content .content__actions .content__filter .content__radio{
    display:none
}
@media (max-width:1548px){
    .content .content__actions .content__filter .content__radio{
        position:absolute;
        top:48px;
        right:0;
        z-index:1;
        background:#fff;
        padding:20px
    }
}
.content .content__actions .content__filter .content__radio .content__sort{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    margin-bottom:55px
}
.content .content__actions .content__filter .content__radio .content__sort .content__save{
    width:28px;
    height:28px;
    margin-right:60px
}
.content .content__actions .content__filter .content__radio .content__radio-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
@media (max-width:549px){
    .content .content__actions .content__filter .content__radio .content__radio-container{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
}
.content .content__actions .content__filter .content__radio .content__radio-container .content__checkbox{
    margin-left:28px
}
.content .content__actions .content__filter .content__radio .content__radio-container .content__checkboxclose{
    width:28px;
    height:28px;
    margin-left:28px
}
@media (max-width:1163px){
    .content .content__actions .content__filter .content__radio .content__radio-container .content__checkboxclose{
        position:absolute;
        top:5px;
        right:10px
    }
}
.content .content__actions .content__filter .content__radio .content__radio-container input[type=radio]:checked,.content .content__actions .content__filter .content__radio .content__radio-container input[type=radio]:not(:checked),
.content .content__actions .content__filter .content__radio .content__radio-container input[type=checkbox]:checked,.content .content__actions .content__filter .content__radio .content__radio-container input[type=checkbox]:not(:checked),{
    position:absolute;
    left:-9999px
}
.content .content__actions .content__filter .content__radio .content__radio-container input[type=radio]:checked+label,.content .content__actions .content__filter .content__radio .content__radio-container input[type=radio]:not(:checked)+label,.content .content__actions .content__filter .content__radio .content__radio-container input[type=checkbox]:checked+label,.content .content__actions .content__filter .content__radio .content__radio-container input[type=checkbox]:not(:checked)+label,{
    display:inline-block;
    position:relative;
    padding-left:28px;
    line-height:20px;
    cursor:pointer
}
.content .content__actions .content__filter .content__radio .content__radio-container input[type=radio]:checked+label:before,.content .content__actions .content__filter .content__radio .content__radio-container input[type=radio]:not(:checked)+label:before,.content .content__actions .content__filter .content__radio .content__radio-container input[type=checkbox]:checked+label:before,.content .content__actions .content__filter .content__radio .content__radio-container input[type=checkbox]:not(:checked)+label:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:18px;
    height:18px;
    border:1px solid #ddd;
    border-radius:5px;
    background-color:#6b6e7f
}
.content .content__actions .content__filter .content__radio .content__radio-container input[type=radio]:checked+label:after,.content .content__actions .content__filter .content__radio .content__radio-container input[type=radio]:not(:checked)+label:after,.content .content__actions .content__filter .content__radio .content__radio-container input[type=checkbox]:checked+label:after,.content .content__actions .content__filter .content__radio .content__radio-container input[type=checkbox]:not(:checked)+label:after{
    content:"";
    position:absolute;
    -webkit-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease;
    left:3px;
    top:4px;
    width:10px;
    height:5px;
    border-radius:1px;
    border-left:4px solid #fff;
    border-bottom:4px solid #fff;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.content .content__actions .content__filter .content__radio .content__radio-container input[type=radio]:not(:checked)+label:after,.content .content__actions .content__filter .content__radio .content__radio-container input[type=checkbox]:not(:checked)+label:after{
    opacity:0
}
.content .content__actions .content__filter .content__radio .content__radio-container input[type=radio]:checked+label:after,.content .content__actions .content__filter .content__radio .content__radio-container input[type=checkbox]:checked+label:after{
    opacity:1
}
.content .content__sort--names{
    width:34px;
    height:28px;
    margin-right:130px
}
.content .content__back{
    font-size:20px;
    font-weight:700;
}

.content .questionnaire .questionnaire__item{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    background:#fff;
    margin-top:25px;
    padding:30px 97px 60px 25px
}
@media (max-width:1807px){
    .content .questionnaire .questionnaire__item{
        padding:45px 10px 60px
    }
}
@media (max-width:1807px) and (max-width:1705px){
    .content .questionnaire .questionnaire__item{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center
    }
}
.content .questionnaire .questionnaire__marker{
    width:31px;
    height:45px
}
@media (max-height:1705px){
    .content .questionnaire .questionnaire__marker{
        margin-bottom:20px
    }
}
@media (max-width:1705px){
    .content .questionnaire .questionnaire__block{
        width:95%;
        margin-bottom:15px
    }
}
.content .questionnaire .questionnaire__block .questionnaire__info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:400px
}
@media (max-width:1705px){
    .content .questionnaire .questionnaire__block .questionnaire__info{
        width:100%
    }
}
@media (max-width:1705px) and (max-width:420px){
    .content .questionnaire .questionnaire__block .questionnaire__info{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
}
.content .questionnaire .questionnaire__block .questionnaire__info:nth-child(odd){
    margin-bottom:15px
}
.content .questionnaire .questionnaire__block .questionnaire__info .questionnaire__stroke{
    display:block;
    width:28.69%;
    text-align:right;
    margin-right:30px;
    line-height:16.67px
}
@media (max-width:420px){
    .content .questionnaire .questionnaire__block .questionnaire__info .questionnaire__stroke{
        width:100%;
        text-align:left;
        margin:15px 0 15px 20px;
        font-family:RobotoSlab-Bold
    }
}
.content .questionnaire .questionnaire__block .questionnaire__info .questionnaire__type{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-left:35px;
    width:61.88%;
    height:40px;
    border-radius:5px;
    background-color:#f5f8fb
}
@media (max-width:420px){
    .content .questionnaire .questionnaire__block .questionnaire__info .questionnaire__type{
        width:100%
    }
}
@media (max-width:1705px){
    .content .questionnaire .questionnaire__block .questionnaire__btn{
        margin-top:30px
    }
}
.content .questionnaire .questionnaire__close{
    position:absolute;
    top:25px;
    right:25px;
    width:15px;
    height:15px;
    background-size:contain
}
#map{
    width:100%;
    height:812px;
    border:9px solid #fff
}
@media (max-width:1024px){
    #map{
        height:700px
    }
}
@media (max-width:1024px) and (max-width:848px){
    #map{
        height:600px
    }
}
@media (max-width:1024px) and (max-width:848px) and (max-width:600px){
    #map{
        height:500px
    }
}
@media (max-width:1024px) and (max-width:848px) and (max-width:600px) and (max-width:420px){
    #map{
        height:400px
    }
}
.overlay{
    position:fixed;
    display:none;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:.7;
    z-index:5
}
@media (min-width:1440px){
    .overlay{
        display:none
    }
}
@media (max-width:730px){
    .content .content__back{
        margin-left:0
    }
}
@media (max-width:730px) and (max-width:660px){
    .content .content__back{
        font-size:20px
    }
}
@media (max-width:730px) and (max-width:660px) and (max-width:480px){
    .content .content__back{
        font-size:18px
    }
}
.content .listquestion .listquestion__top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-bottom:22px
}
@media (max-width:450px){
    .content .listquestion .listquestion__top{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start
    }
    .content .listquestion .listquestion__top .listquestion__sort{
        margin-top:20px
    }
}
.listquestion__sort{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.content__sort--names{
    margin-right:35px
}
.listquestion__archive{
    font-family:RobotoSlab-Bold;
    color:#6b6e7f;
    font-size:21px;
    font-weight:700;
    text-decoration:underline
}
@media (max-width:660px){
    .listquestion__archive{
        font-size:16px
    }
}
.listquestion__item{
    margin-bottom:25px;
    padding:30px 82px 53px;
}
@media (max-width:1850px){
    .listquestion__item{
        padding:30px 20px 53px
    }
}
@media (max-width:1700px) and (max-width:1620px){
    .listquestion__item{
        padding-top:140px
    }
}
@media (max-width:1700px) and (max-width:1620px) and (max-width:703px){
    .listquestion__item{
        padding:180px 10px 53px
    }
}
@media (max-width:1700px) and (max-width:1620px) and (max-width:703px) and (max-width:420px){
    .listquestion__item{
        padding-top:220px
    }
}

.listquestion__item.nopadding{
	padding-top:40px;
}

.listquestion__fields{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-bottom:1px dashed #d9dadd;
    margin-bottom:20px;
    padding-bottom:15px
}
.listquestion-answer__item {
    display: flex;
    flex-wrap: wrap;
    width: 55%;
    margin-left: 15%;
}
.listquestion-answer__item_deleted {
    opacity: .5;
    pointer-events: none !important;
}
.listquestion__types-answers .listquestion__stroke:first-of-type { margin-top: 15px; }
@media (max-width:540px){
    .listquestion__types{
        display:none
    }
}
.listquestion__stroke{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    height:40px;
    margin-right:60px;
    margin-bottom:15px;
    color:#3b3b3b;
    white-space: nowrap;
}
@media (max-width:960px){
    .listquestion__stroke{
        margin-right:20px
    }
}
.listquestion__info{
    width:500px
}
@media (max-width:1310px){
    .listquestion__info{
        width:400px
    }
}
@media (max-width:1310px) and (max-width:1140px){
    .listquestion__info{
        width:280px
    }
}
@media (max-width:1310px) and (max-width:1140px) and (max-width:1023px){
    .listquestion__info{
        width:500px
    }
}
@media (max-width:1310px) and (max-width:1140px) and (max-width:1023px) and (max-width:920px){
    .listquestion__info{
        width:50%
    }
}
@media (max-width:1310px) and (max-width:1140px) and (max-width:1023px) and (max-width:920px) and (max-width:654px){
    .listquestion__info{
        width:47%
    }
}
@media (max-width:1310px) and (max-width:1140px) and (max-width:1023px) and (max-width:920px) and (max-width:654px) and (max-width:540px){
    .listquestion__info{
        width:95%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
}
.separatist{
    margin:0 1em;
    display: inline-block;
}
.listquestion__stroke-hidden{
    display:none;
    font-family:RobotoSlab-Bold
}
@media (max-width:540px){
    .listquestion__stroke-hidden{
        display:block;
        margin-bottom:10px
    }
}

.listquestion__buttons {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -ms-flex-pack:distribute;
    justify-content: flex-start;
    padding:0 50px
}
.listquestion__buttons .b-button {
    margin: 20px 35px;
}
@media (max-width:1815px){
    .listquestion__buttons{
        padding:0
    }
}
@media (max-width:1850px){
    .listquestion__buttons:not(.listquestion__buttons_left){
        display:none
    }
}

.listquestion__status{
    position:absolute;
    top:30px;
    left:30px
}
.listquestion__status .listquestion__indicator{
    position:relative;
    display:none;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:156px;
    height:40px;
    margin-bottom:20px;
    border-radius:5px
}
.listquestion__status .listquestion__indicator .listquestion__indicator-text{
    color:#414453;
    font-size:13px;
    font-weight:700
}
.listquestion__status .indicator-active{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.listquestion__status .listquestion__indicator--work{
    background-color:#ecf1f7;
    opacity:.7;
    width: 150px;
}
.listquestion__status .listquestion__indicator--work::before{
    content:"";
    position:absolute;
    left:0;
    height:40px;
    z-index:-1;
    border-radius:5px;
    background-color:#99c45a
}
.listquestion__status .listquestion__indicator--done{
    border-radius:5px;
    background-color:#6b6e7f;
    opacity:.5;
    width: 150px;
}
.listquestion__status .listquestion__indicator--done .listquestion__indicator-text{
    color:#fff;
}
.listquestion__status .listquestion__indicator--pause{
    border-radius:5px;
    background-color:#ecf1f7;
    opacity:.7;
    width: 150px;
}

.listquestion__status .listquestion__indicator--pause::before{
    content:"";
    position:absolute;
    left:0;
    z-index:-1;
    height:40px;
    border-radius:5px;
    background-color:#f3d34a
}
.listquestion__controls{
    position:absolute;
    top:25px;
    right:25px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
@media (max-width:1530px){
    .listquestion__controls{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
}
@media (max-width:1530px) and (max-width:420px){
    .listquestion__controls{
        top:162px;
        right:0;
        width:100%;
        -ms-flex-pack:distribute;
        justify-content:space-around
    }
    .listquestion__controls.on_top{
        top:0;
        right:0;
        width:100%;
        -ms-flex-pack:distribute;
        justify-content:space-around
    }
}
.listquestion__controls .listquestion__control-item{
    display:none;
    width:20px;
    height:20px;
    margin-left:20px;
    cursor:pointer
}
@media (max-width:1620px){
    .content .listquestion .listquestion__container .listquestion__item .listquestion__controls .listquestion__control-item{
        margin-bottom:30px
    }
}
@media (max-width:1620px) and (max-width:1530px){
    .content .listquestion .listquestion__container .listquestion__item .listquestion__controls .listquestion__control-item{
        margin-bottom:0
    }
}
.listquestion__controls .control-active{
    display:block
}
.content .listquestion .listquestion__container .listquestion__item .listquestion__btn-for-btns{
    position:absolute;
    left:calc(50% - 75px);
    bottom:20px;
    z-index:0;
    display:none;
}
@media (max-width:1850px){
    .content .listquestion .listquestion__container .listquestion__item .listquestion__btn-for-btns{
        display:block
    }
}
.content .listquestion .listquestion__container .listquestion__item .btns-overlay{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index:2;
    background:rgba(255,255,255,.85);
    display:none;
    padding-top:52px
}
.content .listquestion .listquestion__container .listquestion__item .btns-mobile{
    position:absolute;
    top: calc(50% - 185px);
    left:calc(50% - 125px);
    z-index:3;
    display:none
}
.btns-mobile .b-button{
    width:250px;
    margin-bottom:10px;
    -webkit-transition:.2s ease-out;
    -o-transition:.2s ease-out;
    transition:.2s ease-out
}


/*кнопка добавления вопроса*/
.listquestion__add_question {
	position:relative;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    border: 1px dashed rgba(65, 68, 83, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.listquestion__add_question-answer {
    width: 40%;
    margin-left: 25%;
}

.listquestion__add_question .add_image{
	width: 20px;
	height: 20px;
	display: inline;
}

.listquestion__add_question span{
	color: #414453;
	font-family:RobotoSlab-Light;;
}

/*result panel*/
.result_panel{
	font-family:RobotoSlab-Bold;
	
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.result_panel .info{
	border-bottom: 1px dashed rgba(65, 68, 83, 0.5);
   -ms-flex-order: 0;
   -webkit-box-ordinal-group: 1;
   order: 0;
   -ms-flex: 1 1 auto;
   -webkit-box-flex: 1;
   flex: 1 1 auto;
   -webkit-align-self: stretch;
   -ms-flex-item-align: stretch;
   -ms-grid-row-align: stretch;
   align-self: stretch;
}


.result_panel .info .text_title{
	font-family:RobotoSlab-Bold;
	font-size: 25px;
	margin: 10px;
}

.result_panel .info .text_count{
	font-family:RobotoSlab-Bold;
	font-size: 23px;
	margin: 10px;
}

.listquestion__item .result_panel .info .text_gold{
	font-family:RobotoSlab-Bold;
	font-size: 23px;
	color: #f3d34a;
	margin: 10px;
}

/*ANKET CHECKBOXES*/

.checkbox_multiselect{
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.gray_bg{
	background-color:#eff4f9;
}


/**/

.gray_single_select{
	width:100%;
	padding-left: 20px;
}


.interviewer_input_panel{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.interviewer_confirm{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.interviewer_confirm .select_div {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    min-width: 300px;
}
.interviewer_confirm .buttons_div{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 0 10px;
}


/*TABLES*/
table.interviewersTable {
	min-width: 500px;
	background-color: #fff;
	border-collapse: collapse;
	text-align: center;
}
.interviewersTable thead{
	margin-bottom: 20px;
	border-bottom: 1px dashed rgba(65, 68, 83, 0.5);
}
.interviewersTable th{
	background-color: #fff;
	font-weight: 300;
	padding: 5px 5px 20px 5px;
}

.interviewersTable th div{
	padding: 10px 20px;
	font-size: 14px;
	color: #3b3b3b;
	background-color: #f4f7fa;
	font-weight: 300;
}

.interviewersTable th small{
	/*width: 22%;*/
	font-size: 12px;
	display: inline-block;
}

.interviewersTable td{
	padding-top: 10px;
	padding-bottom: 10px;
}

.interviewersTable td .detail_info{
	background-color: #f4f7fa;
	padding: 15px;
	display: inline-block;
	float:left;
	line-height: 1.5;	
	position: relative;
}

.interviewersTable td .detail_info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 150px;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-bottom-color: #f4f7fa;
    border-top: 0;
    margin-left: -25px;
    margin-top: -25px;
}

.interviewersTable td .detail_info .one_field{
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	
}

.interviewersTable td img{
	width: 20px;
	height: 20px;
}


.dot_red {
    height: 10px;
    width: 10px;
    background-color: #f00;
    border-radius: 50%;
    display: inline-block;
}

.dot_green {
    height: 10px;
    width: 10px;
    background-color: #0f0;
    border-radius: 50%;
    display: inline-block;
}

/*interviewer Filters */
.filter-panel-interviewers { max-width: 600px !important; }
.filter-panel-interviewers .content__checkbox-all {
    padding-left: 60px;
    margin-top: 30px;
}
.filter_panel .radio_content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filter_panel form { width: 100%; }

.filter_panel .radio_content .content__checkbox{
    margin-left:28px;
    height: 30px;
}
.filter_panel .save_type_text u{
    margin-left:28px;
    height: 30px;
    font-family: RobotoSlab-Bold;
    font-size: 20px;
    cursor: pointer;
}
.filter_panel .save_type_text input[type="file"] { display: none; }

.filter_panel .radio_content .content__checkboxclose{
    width:28px;
    height:28px;
    margin-left:28px;
    margin-bottom: 10px;
}
.filter_panel .radio_content .content__checkboxclose img{
	max-width:100%;
}
.filter_panel .radio_content input[type="radio"]:checked,.filter_panel .radio_content input[type="radio"]:not(:checked)
,.filter_panel .radio_content input[type="checkbox"]:checked,.filter_panel .radio_content input[type="checkbox"]:not(:checked){
    position:absolute;
    left:-9999px
}
.filter_panel .radio_content input[type="radio"]:checked+label,.filter_panel .radio_content input[type="radio"]:not(:checked)+label
, .filter_panel .radio_content input[type="checkbox"]:checked+label,.filter_panel .radio_content input[type="checkbox"]:not(:checked)+label{
    display:inline-block;
    position:relative;
    padding-left:35px;
    line-height:23px;
    cursor:pointer;
    font-weight: 600;
}
.filter_panel .radio_content input[type="radio"]:checked+label:before,.filter_panel .radio_content input[type="radio"]:not(:checked)+label:before
,.filter_panel .radio_content input[type="checkbox"]:checked+label:before,.filter_panel .radio_content input[type="checkbox"]:not(:checked)+label:before{
    content:"";
    position:absolute;
    left:0px;
    top:0px;
    width:24px;
    height:24px;
    border:1px solid #dddddd;
    border-radius:5px;
    background-color:#6b6e7f
}
.filter_panel .radio_content input[type="radio"]:checked+label:after,.filter_panel .radio_content input[type="radio"]:not(:checked)+label:after
,.filter_panel .radio_content input[type="checkbox"]:checked+label:after,.filter_panel .radio_content input[type="checkbox"]:not(:checked)+label:after{
    content:"";
    position:absolute;
    -webkit-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease
}
.filter_panel .radio_content input[type="radio"]:checked+label:after,.filter_panel .radio_content input[type="radio"]:not(:checked)+label:after,
.filter_panel .radio_content input[type="checkbox"]:checked+label:after,.filter_panel .radio_content input[type="checkbox"]:not(:checked)+label:after{
    left:3px;
    top:4px;
    width:16px;
    height:8px;
    border-radius:1px;
    border-left:4px solid #fff;
    border-bottom:4px solid #fff;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.filter_panel .radio_content input[type="checkbox"]:not(:checked)+label:after,.filter_panel .radio_content input[type="radio"]:not(:checked)+label:after{
    opacity:0
}
.filter_panel .radio_content input[type="checkbox"]:checked+label:after,.filter_panel .radio_content input[type="radio"]:checked+label:after{
    opacity:1
}


.title_and_filters {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.title_and_filters:nth-child(1) {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.title_and_filters:nth-child(2) {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.results_panel.warning_panel{
	border: 1px solid #f3d34a;
}


.results_panel .results_filters_input{
	margin: 10px;
	padding: 10px 20px;
	background-color: #f3f3f3;
	border-radius: 10px;
}

.results_panel .results_filters_input:hover{
	-webkit-transition:0.3s ease-out;
    -o-transition:0.3s ease-out;
    transition:0.3s ease-out;
    -webkit-box-shadow:0 25px 49px 1px rgba(243,211,74,0.65);
    box-shadow:0 25px 49px 1px rgba(243,211,74,0.65);
    color:#fff;
    background-color:rgba(243,211,74,0.65);
}

.results_panel .results_filters_input.active{
	-webkit-transition:0.3s ease-out;
    -o-transition:0.3s ease-out;
    transition:0.3s ease-out;
    -webkit-box-shadow:0 25px 49px 1px rgba(243,211,74,0.65);
    box-shadow:0 25px 49px 1px rgba(243,211,74,0.65);
    color:#fff;
    background-color:#f3d34a
}

.results_panel .results_filters_input input{
	background: none;
	padding-left: 3px;
	border: 1px solid #aaa;
}

.submit_buttons{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}


/* TICKETS ADD*/
.add_ticket {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.add_ticket li,
.flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}

.flex-inner {
  padding: 0 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;  
}
.flex-inner .selectize-control{
	margin-bottom: 0;
}
.add_ticket > li:not(:last-child) {
  margin-bottom: 20px;
}

.add_ticket li label,
.add_ticket li p {
  padding: 8px;
  font-weight: 300;
}

.add_ticket > li > label,
.add_ticket li p {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 120px;
  flex: 1 0 120px;
  max-width: 220px;
}
.add_ticket > li > label + *{
  -webkit-box-flex: 1;
  -ms-flex: 1 0 220px;
  flex: 1 0 220px;
}

.add_ticket li p {
  margin: 0;
}


.add_ticket li input:not([type='checkbox']),
.add_ticket li textarea {
  padding: 15px;
  border: none;
}


.add_ticket li button {
  padding: 8px 16px;
}

.flex-inner li {
  width: 100px;
}

.add_ticket .btn_type{
    height: 45px;
    display: inline-block;
    margin-right: 20px;
    line-height: 45px;
    border-radius:5px;
    padding:0 35px;
    font-size:17px;
    background-color:#f5f8fb;
}

.add_ticket .btn_type.active{
	background-color:#f3d34a;
	color:#fff;
}

.flex_container, .flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
}
.justify-center{
	justify-content: center;
}

.x_panel_half{
	-webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
    width:100%;
    
    position:relative;
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 30px 10px;
}

@media (min-width:633px){
	.x_panel_half{
		-webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%;
        width:100%;
    }
}
.x_panel_half span.operator_name{
	color: rgba(59,59,59,.5);
	font-weight: regular;
	font-size: 16px;
}
.x_panel_half .ticket_header{
	font-weight: bold;
	font-size: 21px;
	color: #3b3b3b;
	margin-bottom: 10px;
}

.x_panel_half .ticket_message{
	font-size: 16px;
	color: #3b3b3b;
	margin-bottom: 20px;
	border-top: #d3d3d3 1px dashed;
	padding: 10px 0;
	overflow: auto;
}

.x_panel_half .my_message{
	position:relative;
	background-color: #ecf1f7;
	color: #3b3b3b;
	padding: 15px;
	width: 80%;
	float: right;
	margin-bottom: 30px;
	border-radius: 5px 5px 0 5px;
}

.x_panel_half .my_message:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: -30px;
  border: 20px solid;
  border-color: #ecf1f7  #ecf1f7 transparent transparent;
}


.x_panel_half .other_message{
	position:relative;
	background-color: #6b6e7f;
	color: #fff;
	padding: 15px;
	width: 80%;
	float: left;
	margin-bottom: 30px;
	border-radius: 5px 5px 5px 0;
}

.x_panel_half .other_message:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -30px;
  border: 20px solid;
  border-color: #6b6e7f transparent transparent #6b6e7f;
}


.x_panel_half .send_message{
	width: 100%;
	background : #f0f4f9;
	margin-top: 20px;
	border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
.x_panel_half .send_message input{
	background: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
}

.x_panel_half .send_message img{
	width: 28px;
	height: 24px;
	margin: 8px;
}


.profile_img{
	margin-top: -75px;
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	-webkit-box-shadow:0 1px 25px 1px rgba(0,0,0,.25);
    box-shadow:0 1px 25px 1px rgba(0,0,0,.25);	
}


.profile_info_panels{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-pack: distribute;
   justify-content: space-around;
}

.profile_info_panel{
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 50px;
    margin: 30px 20px;
}

.profile_info_panel img{
	float: left !important;
	width: 120px;
	height: 120px;
}

.profile_info_panel span{
	font-family: RobotoSlab-Bold;
	font-size: 20px;
}

.profile_info_panel h1{
	font-family: RobotoSlab-Bold;
	font-size: 105px;
	margin: 20px;
	color: #f3d34a;
	display: inline-block;
}



.modal_profile{
	/* display: none;  Hidden by default */
    position: fixed;
    z-index: 1000;
    padding: 100px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    border-radius: 10px;
}

.modal_header {
	font-family: RobotoSlab-Bold;
    background-color: #414453;
    color: #f3f3f3;
    margin: auto;
    padding: 30px;
    font-size: 25px;
    min-width: 400px;
    width: 80%;
}

.modal_content {
	font-family: RobotoSlab-Regular;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    min-width: 400px;
    font-size: 21px;
    color: #3b3b3b;
    width: 80%;
}

.modal_header .close {
	font-family: RobotoSlab-Light;
	text-align: right;
    color: #aaaaaa;
    float: right;
    font-size: 25px;
}

.modal_header .close:hover,.modal_header .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal_profile .modal_content .panel_1{
	display: inline-block;
	background-color: #f4f7fa;
	border-radius: 5px;
	padding: 10px 20px;
	width: 350px;
}

.modal_profile .modal_content .panel_1 span{
	font-size: 17px;
}

.modal_profile .modal_content .company_types{
	display:flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}

.modal_profile .modal_content .panel_company_type{
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 2px dashed #d9dadd;
	border-radius: 10px;
	margin: 20px;
	padding: 10px;
	flex-grow: 1;
}

.modal_profile .modal_content .panel_company_type.active{
	background-color: #f3d34a;
	-webkit-box-shadow:0 25px 49px 1px rgba(243,211,74,.65);
    box-shadow:0 25px 49px 1px rgba(243,211,74,.65);
    border-color: transparent;
    min-height: 200px;
}

.modal_profile .modal_content .panel_company_type.active span{
	color: #ffffff;
}

.modal_profile .modal_content .panel_company_type img{
	margin: auto;
	display: block;
}

.modal_profile .modal_content .panel_crypto_type{
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px dashed #6b6e7f;
	border-radius: 3px;
	margin: 20px;
	padding: 10px;
	width: 80px;
	height: 80px;
}

.modal_profile .modal_content .panel_crypto_type.active{
	background-color: #f3d34a;
	-webkit-box-shadow:0 25px 49px 1px rgba(243,211,74,.65);
    box-shadow:0 25px 49px 1px rgba(243,211,74,.65);
    border-color: transparent;
}
.modal_profile .modal_content .panel_crypto_type img{
	margin: auto;
	display: block;
}


.modal_profile .modal_content .barcode_panel{
	display: flex; 
	align-items: flex-start;
	padding: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.modal_profile .modal_content .barcode_panel img{
	padding: 20px;
}

.modal_profile .modal_content .barcode_panel .tmp_1{
	display: flex;
	flex-direction: column;
}
.modal_profile .modal_content .barcode_panel .tmp_2{
	display: flex;
	flex-wrap: wrap;
}

.modal_profile .modal_content .barcode_panel .tmp_2 input{
	width: 100%;
}

.colors_panel{
	overflow-y: auto;
}

.colors_panel .color-picker{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
}
.colors_panel label{
	font-family: RobotoSlab-Bold;
	font-size: 16px;
	padding-bottom: 5px;
}
.colors_panel span{
	font-family: RobotoSlab-Regular;
	align-self: stretch;
	margin-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #f5f8fb;
}
.colors_panel input{
	height: 40px;
	width: 40px;
}
.listquestion__buttons_left{
    justify-content: flex-start;
    padding: 0;
    margin-left:-20px;
}
.b-button{
    display: inline-block;
    height:45px;
    line-height: 45px;
    margin:0 20px;
    -webkit-box-shadow:0 25px 49px 1px rgba(243,211,74,.65);
    box-shadow:0 25px 49px 1px rgba(243,211,74,.65);
    border-radius:5px;
    padding:0 35px;
    font-size:17px;
    color:#fff;
    cursor: pointer;
    -webkit-transition:.3s ease-out;
    -o-transition:.3s ease-out;
    transition:.3s ease-out;
}
.b-button_yellow{
	background-color:#f3d34a;
}
.b-button_black{
	background-color:#6b6e7f;
	-webkit-box-shadow:0 25px 49px 1px rgba(107,110,127,.65);
    box-shadow:0 25px 49px 1px rgba(107,110,127,.65);
}
.b-button_big{
	font-size: 25px;
	padding: 35px 40px;
}
.b-button_block{
	display: block;
}
@media (max-width: 1600px){
    .b-button{
        padding: 0 25px;
    }
}
.b-input{
    background: #f5f8fb;
    color: #3b3b3b;
    border: none;
    padding: 0 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    outline: none;
}
.b-input::-webkit-input-placeholder{
	color: rgba(179, 179, 179, 0.5);
}
.b-input::-ms-input-placeholder{
	color: rgba(179, 179, 179, 0.5);
    font-weight: 400 !important;
}
.b-input::placeholder{
	color: rgba(179, 179, 179, 0.5);
}
.b-input_icon{
	background-size: 18px, 50%;
	background-position: center left; /* legacy browser support */
	background-position: center left 15px;
	background-repeat: no-repeat;
	padding-left: 40px !important;
}
.b-input_date{
	background-image: url("/assets/dashboard/calendar.svg");
    width: 200px;
}
.b-input_phone{
	background-image: url("/assets/dashboard/phone.svg");
}
.b-input_email{
	background-image: url("/assets/dashboard/email.svg");
}
.b-input_dollar{
	background-image: url("/assets/dashboard/ico_dollar.png");
	background-size: 11px, 50%;
}
.b-input_block{
	display: block;
	width:100%;
}
.b-field{
	margin-bottom: 15px;
}
.report_input{
	background: #f5f8fb;
	color: #3b3b3b;
	border: none;
	padding: 8px 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	height: 40px;
	font-size: 18px;
}
input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;    
}
input[type="checkbox"].ios8-switch + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 40px;
}
input[type="checkbox"].ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:hover:after {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch:checked + label:after {
    margin-left: 16px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
    background: #efd049;
}
.selectize-control {
    margin-bottom: 15px;
}
.flex .b-input{
	margin-bottom: 0;
}
.b-checkbox input{
	position:absolute;
    width:0;
    opacity: 0;
    margin:0;
}
input[type="checkbox"].ios8-switch{
    opacity: 0;
}
.b-checkbox input:checked+label>span{
    position:relative;
    background-color:#f3d34a
}
.b-checkbox input:checked+label>span::after,.b-checkbox input:checked+label>span::before{
    content:"";
    position:absolute;
    height:2.5px;
    top:14px;
    background-color:#fff
}
.b-checkbox input:checked+label>span::after{
    width:10px;
    left:2px;
    -webkit-transform:rotate(40deg);
    -ms-transform:rotate(40deg);
    transform:rotate(40deg)
}
.b-checkbox input:checked+label>span::before{
    width:18px;
    left:6px;
    top:11px;
    -webkit-transform:rotate(-50deg);
    -ms-transform:rotate(-50deg);
    transform:rotate(-50deg)
}
.b-checkbox label{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.b-checkbox label span{
    display:block;
    width:25px;
    height:25px;
    margin-right:18px;
    background-color:#ecf1f7;
    border-radius:3px
}
.selectize-input{
	border:none !important;
	box-shadow: none !important;
	padding: 11px 8px !important;
	display: block;
}
.selectize-dropdown{
	border:none !important;
}
.flex-nowrap{
	flex-wrap: nowrap;
}

.flex .b-button{
	margin:0 10px;
}

.label{
    position: relative;
    width: 156px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
    color:#fff;
}

.label_danger{
	background-color: #F24941;
}
.text-upper{
	text-transform: uppercase;
}

img[src=""] {
    display: none;
}

.filter_panel-custom {
    position: absolute;
    max-width: 500px;
    max-height: 585px;
    top: 0;
    right: 60px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0, .2);
    text-align: center;
    z-index: 100;
    overflow: auto;
}
.filter_panel-custom .radio_content { text-align: left; }
.filter_panel-custom .content__checkboxclose { margin: 0 10px !important; }
.filter_panel-custom .save_type_text u { margin: 0 15px !important; }

.filter_panel-custom .content__checkbox {
    margin-left: 10px !important;
    height: 28px !important;
}
.filter_panel-custom .content__checkbox label { margin-bottom: 0; }
.content__checkbox-all { width: calc(100% - 80px); }
.filter_panel-custom .filters-groups {
    width: calc(100% - 80px);
    padding-left: 60px;
    margin-top: 10px;   
}
.filter_panel-custom .filters-groups__item { margin-bottom: 10px; }
.filter_panel-custom .filters-groups__item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.listquestion__sort a { text-decoration: none; }
.listquestion__sort button { outline: none !important; }

.listquestion__sort a:hover,
.listquestion__sort button:hover { text-decoration: underline; }

.question-list__item_deleted {
    opacity: .5;
    pointer-events: none !important;
}
.remove-answer { cursor: pointer; }

.modal-dialog {
    max-width: 400px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.modal-dialog .modal__header { text-align: center; }
.modal-dialog .modal__body {
    margin-top: 20px;
    text-align: center;
}
.modal-dialog .modal__body a {
    margin: 0 10px;
    font-size: 18px;
}
.modal-dialog .modal__body a:hover { text-decoration: none; }
.modal-dialog .modal__body .b-checkbox { margin-top: 20px; }
.modal-dialog .modal__body .b-checkbox label { 
    flex-wrap: wrap;
    justify-content: center;
}

#modal-import-info .modal-dialog {
    max-width: 750px;
    width: 750px;
}

#modal-import-info .modal__body { text-align: left; }
#modal-import-info .modal__body div:not(:last-of-type) { margin-bottom: 15px; }

#modal-import-info .modal__body .group-added,
#modal-import-info .modal__body .user-added {
    color: green;
}
#modal-import-info .modal__body .group-error,
#modal-import-info .modal__body .user-error {
    color: red;
}

#modal-import-info .modal__body .user-retry ul, #modal-import-info .modal__body .user-error ul { margin: 10px 0; }
#modal-import-info .modal__body .user-retry ul li, #modal-import-info .modal__body .user-error ul li {
    margin-bottom: 5px;
    font-size: 12px;
}

#per-page-change { width: 100%; }
#per-page-change .selectize-control {
    width: 80px;
    height: 40px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius: 5px;
}
#per-page-change .selectize-input.full { background: #fff; }
#per-page-change .selectize-dropdown { background: #fff; }