
/*-radio-*/
.test__radio {
    opacity: 0;
    z-index: -1;
    position: absolute;
}
.test__checkmark {
    width: 30px;
    height: 30px;
    color: rgba(133, 133, 134, 0.3);
    fill: rgba(133, 133, 134, 0.3);
    border: 2px solid rgba(133, 133, 134, 0.3);
    border-radius: 50%;
    display: inline-block;
    transition: all .2s ease-out;
}
.test__checkmark.check-box-view{
    width: 30px;
    height: 30px;
    color: rgba(133, 133, 134, 0.3);
    fill: rgba(133, 133, 134, 0.3);
    border: 2px solid #0054a6;
    border-radius: 10px;
    display: inline-block;
    transition: all .2s ease-out;
}
.test__checkmark svg {
    width: inherit;
    height: inherit;
    padding: 5px;
    box-sizing: border-box;
}
.test__checkmark, a.toggle-filters::before {
    -webkit-transition: all .2s ease-out;
}
.test__answer {
    text-align: center;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    width: 100%;
    justify-content: flex-start;
}

.test__radio:checked+.test__checkmark {
    fill: #fff;
    color: #fff;
    background-color: #0054a6;
}
.test__radio:checked+.test__checkmark {
    fill: #fff;
    color: #fff;
    background-color: #0054a6;
}
.test__description{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    margin: 0 0 0 20px;
    display: block;
}
.test__descriptionS{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.test__description1{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.test__description2{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    font-style: italic;
}
.test__description3{
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
.test__description4{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    font-style: italic;
}
/*-end radio-*/

/*-checkBox-*/
.test__radio {
    opacity: 0;
    z-index: -1;
    position: absolute;
}
.test__checkmark.square-check {
    width: 30px;
    height: 30px;
    color: rgba(133, 133, 134, 0.3);
    fill: rgba(133, 133, 134, 0.3);
    border: 2px solid rgba(133, 133, 134, 0.3);
    border-radius: 5px;
    display: inline-block;
    transition: all .2s ease-out;
}
.test__checkmark.check-box-view{
    width: 30px;
    height: 30px;
    color: rgba(133, 133, 134, 0.3);
    fill: rgba(133, 133, 134, 0.3);
    border: 2px solid #0054a6;
    /*border-radius: 10px;*/
    display: inline-block;
    transition: all .2s ease-out;
}
.test__checkmark svg {
    width: inherit;
    height: inherit;
    padding: 5px;
    box-sizing: border-box;
}
.test__checkmark, a.toggle-filters::before {
    -webkit-transition: all .2s ease-out;
}
.test__answer {
    text-align: center;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    width: 100%;
    justify-content: flex-start;
}

.test__radio:checked+.test__checkmark {
    fill: #fff;
    color: #fff;
    background-color: #0054a6;
}
.test__radio:checked+.test__checkmark {
    fill: #fff;
    color: #fff;
    background-color: #0054a6;
}
.test__description{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
    margin: 0 0 0 20px;
    display: block;
    text-align: left;
}
/*-end radio-*/

.thanksCheck-section{
    height: 100%;
    padding: 50px 0;
    border-radius: 10px 0 0 0;
    background: rgb(29,125,196);
    background: linear-gradient(111deg, rgba(29,125,196,1) 12%, rgba(30,127,198,1) 41%, rgba(30,141,224,1) 55%, rgba(21,143,233,1) 100%);
    display: none;
}

.card-style-thanks{
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: -3px 3px 5px #001c38;
    height: auto;
    margin-top: 50px;
    flex-direction: column;
    justify-content: space-between;
}

.title-area-thanks{
    color: #fff;
    text-align: center;
    line-height: 38px;
    margin: 0 auto 25px;
    width: max-content;
    padding: 0 8px 3px;
    border-bottom: 2px solid #41c0fd;
    font-size: 33px;
}
.thanks-field-people,.thanks-field-choose{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    cursor: pointer;
    /*padding: 0 20px 0 20px;*/
    width: max-content;
}
.thanks-field-people.active,.thanks-field-choose.active{
    background-color: transparent;
    color: #333;
}
.icon-field-people span{
    font-size: 27px;
    line-height: 33px;
    color: #0054a6;
}
.title-name-people{
    color: #333;
    font-weight: normal;
    line-height: 25px;
    font-size: 18px;
    margin-left: 20px;
}
.title-name-thanks{
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 10px;
}
.btn-thanks-style{
    padding: 4px 15px 5px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #0054a6;
    border: none;
    border-radius: 4px;
    box-shadow: -2px 2px 4px 0px #666;
    cursor: pointer;
    transition: all .3s;
}
.btn-thanks-style:hover{
    transition: all .3s;
    color: #fff;
    background-color: #1c86da;
}
.field-thanks-btn{
    margin: 15px 0 0;
}


/*----условия---*/

.box-for-locations{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.box-for-locations span{
    font-size: 28px;
    line-height: 33px;
    color: #0054a6;
}
.check-panel-location{
    color: #333;
    font-weight: 600;
    line-height: 25px;
    font-size: 18px;
    margin-left: 20px;
}
.list-location{
    display: none;
    transition: all .3s;
    margin: 10px 0 0 45px;
    background-color: #dbefff;
    border-radius: 4px;
}
.check-location{
    transition: all .3s;
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 17px;
    cursor: pointer;
}
.check-location:hover{
    transition: all .3s;
    background-color: #f5f5f5;
}
.position-name-title{
    color: #333;
    font-weight: 600;
    line-height: 25px;
    font-size: 18px;
    margin-right: 20px;
}
.position-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 7px;
    margin-top: 15px;
}
.conditions-name-field{
    line-height: 25px;
}
.change-conditions{
    cursor: pointer;
    color: #0054a6;
    font-weight: 600;
    line-height: 23px;
    font-size: 17px;
    transition: all .3s;
}

.change-conditions:hover{
    transition: all .3s;
    cursor: pointer;
    color: #1c86da;
    font-weight: 600;
    line-height: 23px;
    font-size: 17px;
}


/*-radio-*/
.condition__radio {
    opacity: 0;
    z-index: -1;
    position: absolute;
}
.condition__checkmark img{
    width: 30px;
    height: 30px;
    transition: all .2s ease-out;
}
.condition__checkmark img {
    filter: grayscale(1);
    transition: all .3s;
}
.condition__checkmark.check-box-view{
    width: 30px;
    height: 30px;
    filter: grayscale(0);
    transition: all .2s ease-out;
}
.condition__checkmark, a.toggle-filters::before {
    -webkit-transition: all .2s ease-out;
}
.condition__answer {
    text-align: center;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    width: 100%;
    justify-content: flex-start;
}

.condition__radio:checked+.condition__checkmark img{
    filter: drop-shadow(0px 0px 7px #0054a6);
    transition: all .3s;
}

.condition__radio1:checked+.condition__checkmark img{
    filter: drop-shadow(0px 0px 7px #00ff00);
    transition: all .3s;
}

.condition__radio2:checked+.condition__checkmark img{
    filter: drop-shadow(0px 0px 7px #ffff00);
    transition: all .3s;
}

.condition__radio3:checked+.condition__checkmark img{
    filter: drop-shadow(0px 0px 7px #ff0000);
    transition: all .3s;
}


.condition__description{
    font-size: 18px;
    line-height: 24px;
    color: #1c86da;
    font-weight: 600;
    margin: 0 0 0 20px;
    display: block;
    transition: all .3s;
}
.condition__answer:hover .condition__description{
    /*color: #81b0db;*/
    transition: all .1s;
}
.condition__answer:hover .condition__checkmark img{
    filter: drop-shadow(0px 0px 7px #0054a6);
    transition: all .1s;
}

/*-end radio-*/

.area-icon-emoji{
    margin: 20px;
}

/**-----mini quiz----**/
.required-label-title{
    font-size: 17px;
    color: #333;
    line-height: 20px;
    margin-bottom: 15px;
}
.title-quiz-page{
    color: #333;
    font-weight: 600;
    line-height: 25px;
    font-size: 18px;
    margin: 10px 0;
}
.quiz-area-questions{
    margin: 10px 0  ;
}
.name-qst{
    color: #0056b3;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 8px;
}
.field-answer{
    width: 50%;
}
.textarea-style{
    max-height: 120px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #999;
    color: #333;
    box-shadow: -1px 1px 7px 0 #ccc;
    padding: 8px;
}

.textarea-style:focus::-webkit-input-placeholder {color: #666}
.textarea-style:focus::-moz-placeholder          {color: #666}
.textarea-style:focus:-moz-placeholder           {color: #666}
.textarea-style:focus:-ms-input-placeholder      {color: #666}
.textarea-style::-webkit-input-placeholder {color:#666;}
.textarea-style::-moz-placeholder          {color:#666;}/* Firefox 19+ */
.textarea-style:-moz-placeholder           {color:#666;}/* Firefox 18- */
.textarea-style:-ms-input-placeholder      {color:#666;}

.field-qst{
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
}

.mini-border.field-qst{
    margin: 10px 0;
    border-bottom: none;
}

/*----АНАЛИТИКА---*/

#analyticCondition{
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    min-width: 400px;
}
.my-style-table.dataTable thead>tr>th.sorting_asc, .my-style-table.dataTable thead>tr>th.sorting_desc, .my-style-table.dataTable thead>tr>th.sorting, .my-style-table.dataTable thead>tr>td.sorting_asc, .my-style-table.dataTable thead>tr>td.sorting_desc, .my-style-table.dataTable thead>tr>td.sorting {
    padding: 5px;
    text-align: left;
    font-size: 13px;
    vertical-align: bottom;
    line-height: 18px;
    padding-right: 25px;
}
.my-style-table.dataTable thead .sorting:before, .my-style-table.dataTable thead .sorting_asc:before, .my-style-table.dataTable thead .sorting_desc:before, .my-style-table.dataTable thead .sorting_asc_disabled:before, .my-style-table.dataTable thead .sorting_desc_disabled:before {
    right: 7px;
    content: "\2191";
    bottom: 7px;
}
.my-style-table.dataTable thead .sorting:after, .my-style-table.dataTable thead .sorting_asc:after, .my-style-table.dataTable thead .sorting_desc:after, .my-style-table.dataTable thead .sorting_asc_disabled:after, .my-style-table.dataTable thead .sorting_desc_disabled:after {
    right: 15px;
    bottom: 14px;
    content: "\2193";
}
.comment-for-tables{
    line-height: 30px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
    margin: 15px 2px;
}
button.dt-button, div.dt-button, a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    background-color: #0056b3;
    background-image: none;
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#e9e9e9');*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
    box-shadow: 1px 1px 5px 1px #dde;
    transition: all .3s;
}
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    border: 1px solid #999;
    color: #fff;
    transition: all .3s;
    background-color: #007bff;
    box-shadow: 1px 1px 5px 1px #dde;
    background-image: none;
    transition: all .3s;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 15px;
    display: inline-block;
    width: auto;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 9px;
    /* text-shadow: -1px 0 black; */
    box-shadow: -1px 1px 5px 1px #ccc;
    border-radius: 5px;
    transition: all .3s;
}
div.dataTables_wrapper div.dataTables_filter label {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all .3s;
}
div.dataTables_wrapper div.dataTables_paginate {
    white-space: nowrap;
    text-align: center;
    width: 100%;
    margin: 15px 0;
    transition: all .3s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 6px 10px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all .3s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #0054a6 !important;
    transition: all .3s;
}
.paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff !important;
    border: 1px solid #2196F3;
    box-shadow: none;
    background-color: #2196F3;
    background-image: none;
    transition: all .3s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #2196F3;
    background-color: #2196F3;
    background-image: none;
    transition: all .3s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #0054a6;
    background-color: #0054a6;
    background-image: none;
    transition: all .3s;
}

.card-style-tables.square{
    background-color: #fff;
    min-height: 150px;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    box-shadow: -2px 5px 5px 1px #0054a6;
    transition: all .3s;
    margin: 0 15px;
}
.my-style-table .ti-angle-down,.my-style-table .ti-angle-up{
    margin: 0 !important;
    font-size: 13px !important;
}
.my-style-table.dataTable.display tbody tr.odd>.sorting_1, .my-style-table.dataTable.display tbody tr.odd>td, .my-style-table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #ffffff;
    color: #0054a6;
    transition: all .3s;
    border-right: 1px solid #ddd;
    width: 65%;
    font-size: 15px;
    padding:10px;
}
.my-style-table.dataTable.display tbody tr.even>.sorting_1, .my-style-table.dataTable.display tbody tr.even>td, .my-style-table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #0054a6;
    transition: all .3s;
    color: #fff;
    border-right: 1px solid #ddd;
    width: 65%;
    font-size: 15px;
    padding:10px;
}


/*- +fix+ -*/
.title-fin{
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}
.field-thanks-btn-fin{
    margin: 15px 0 0;
    text-align: center;
}
.card-style-thanks-fin {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: -3px 3px 5px #001c38;
    height: auto;
    /*margin-top: 50px;*/
    flex-direction: column;
    justify-content: space-between;
    width: max-content;
    margin: 50px auto 0;
}



@media(max-width: 991px){
    .thanksCheck-section{
        border-radius: 0;
    }
    .thanks-field-people, .thanks-field-choose {
        width: 100%;
    }
.card-style-thanks-fin {
    width: auto;
  }
}
@media(max-width: 767px){
    div.dt-buttons {
        text-align: left;
    }
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
        float: left;
    }
}