.voting datalist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 400px;
}

.voting option {
    padding: 0;
}

.voting input[type="range"] {
    width: 400px;
    margin: 0;
}
.errors {
    padding: 10px;
    border: 2px solid #f00;
    margin: 15px 0;
    text-align: center;
    color: #f00;
}

.success {
    padding: 10px;
    border: 2px solid #049300;
    margin: 15px 0;
    text-align: center;
    color: #049300;
}

.inner_page {
    margin-top: 50px;
    margin-bottom: 50px;
}

span.tooltips {}

span.tooltips i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #eee;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
}

.tooltip_detail {
    background: #f0f0f0;
    display: inline-block;
    padding: 12px;
    border-radius: 10px;
    position: absolute;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transition: opacity 0.6s;
}

.tooltip_detail .vote {
    display: flex;
    justify-content: space-between;
    width: 250px;
    font-size: 12px;
}

.tooltips:hover .tooltip_detail {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

span.vote_value {
    font-weight: bold;
}

.vote_items {
    display: flex;
    align-items: center;
}

.review_rating_txt {
    height: 18px;
    margin-left: 10px;
    font-weight: bold;
}

.vote_value {
    font-size: 13px;
}

.top_block {
    min-height: 94px;
    background-size: auto 100%;
    position: relative;
}

.company_content {
    padding: 45px 15px 5px;
    margin-bottom: 50px;
}

.company_footer {
    padding: 5px 15px;
    position: absolute;
    bottom: 10px;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.company_item_wrapper {
    position: relative;
}

.top_block .logo {
    position: absolute;
    height: 70px;
    background: #fff;
    padding: 5px;
    bottom: -35px;
    left: 15px;
    box-shadow: 0px 0px 1px #aaa;
}

.top_block .logo img {
    max-height: 100%;
    max-width: 100%;
}


.vote_items {
    display: flex;
    align-items: center;
}

.review_rating_txt {
    height: 18px;
    margin-left: 10px;
    font-weight: bold;
}

.vote_value {
    font-size: 13px;
}

.company_item {
    max-width: 90%;
    margin: 10px 10px 10px 10px;
    display: block;
}

.company_item a {
    color: initial !important;
}

.company_item a:hover .company_content b {
    color: #23c0e9 !important;
}

.text-center .vote_items {
    justify-content: center;
}

.my_vote {
    font-size: 13px;
    padding: 10px;
}

.voting {
    background: #fff;
    padding: 15px;
    display: block;
    max-width: 430px;
    margin: 10px auto;
}

.footer_form {
    margin-top: 20px;
}

.voting p {
    text-align: center;
}
.voting .my_vote {
    text-align: center;
    font-size: 20px;
}


.btn-close {
    cursor:pointer;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    display: block;
    position:absolute;
    right: 15px;
    top:15px;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.modal_form.show {width: 100%;height: 100%;overflow: auto;position: fixed;}

.modal_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.tab {
    display: none;
}
.before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0009;
}

body.body-modal {
    overflow: hidden;
}
ul.tabs {
    padding-left: 0 !important;
}
ul.tabs li {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

ul.tabs li a {
    padding: 7px 12px !important;
    margin: 5px 10px 0;
    border: 1px solid #aaa;
    border-radius: 5px 5px 0 0;
}

ul.tabs li a.active {
    background: #262a3c;
    color: #fff !important;
}

ul.tabs li:before,ul.tabs li:after {
    display: none;
}

ul.tabs li a:hover,ul.tabs li a {
    color: #000 !important;
}

.staff_item {
    display: flex;
    min-width: 100%;
    background: #fff;
    border: 1px solid #eee;
    margin: 10px 0 20px;
    padding: 5px 10px 15px;
}

.staff_item .photo {
    max-width: 150px;
    width: 20%;
    padding: 10px;
    margin-right: 10px;
}

.subtitle {
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}

.prop .photo {
    max-height: 100px;
}

.prop .photo img {
    max-height: 100px !important;
}
.d-flex {
    display: flex;
}

.filter_resume .d-flex {
    justify-content: space-between;
}

.filter_block {}

.filter_resume {
    margin-bottom: 15px;
}
.filter_block {
    position:relative;
}
.filter_block label {
    position:absolute;
    font-size:12px;
    top: -20px;
    left: 14px;
}
.filter_block select {
    width: 100%;
}

.filter_block {
    width: 50%;
    padding-right: 10px;
}

.filter_block select {
    padding: 14px 15px;
    border-radius: 13px;

    border-color: #e9e9e9;
    margin-right:10px;
}

.loading {
    opacity: 0.5;
}

div#resume {
    transition: all 0.6s;
}

.loading:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: wait;
    z-index: 99999;
}

a.btn.btn-primary.js-checkResume {
    margin-top: 15px;
}

.white_block {
    border: 1px solid #e9e9e9;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 30px;
}
.notification {
    position: fixed;
    right: 10px;
    top: -110px;
    max-width: 350px;
    font-size: 16px;
    padding: 10px 15px;
    background: #171d2f;
    color: #fff;
    border-radius: 11px;
    box-shadow: 0 0 3px #000;
    z-index: 9999;
    opacity: 0;
    display: block;
    transition: all 0.7s;
}

.notification.show {
    opacity: 1;
    top: 10px;
}
.notification.show b {
    color: #23c0e9;
    font-size: 17px;
}
.rusume-category .d-flex > div {
    min-width: 50%;
}

.notification_new {
    display: none;
    opacity:0;
    transition: opacity 0.7s;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
}

.notification_new.show {
    display: flex !important;
    opacity: 1;
    justify-content: center;
    align-items: center;
}

.notification_new_wrap {
    background: #fff;
    z-index: 99;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px #777;
    text-align: center;
    position:relative;
}

div#main_tab input[type=text],div#main_tab select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

table.data-table.table-company img {
    max-width: 200px;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.select2-selection {
    border: solid #e9e9e9 1px !important;
}
p.note {
    font-size: 14px;
    font-style: italic;
}

.form-groups {
    display: flex;
    align-items: center;
}

.form-groups input {
    width: 100%;
    margin: 0 10px;
}
@media (max-width: 767px) {
    ul.tabs li a {
        padding: 6px 8px !important;
        font-size: 14px;
        margin: 5px 5px 0 !important;
    }

    .d-flex .main {
        width: 100% !important;
    }
    span.tooltips {
        display: none;
    }
}

.static_form .filter_block input {
    padding: 0 15px;
    border-radius: 13px;
    margin-right: 10px;
    border: 1px solid #e9e9e9;;
}
.static_form {
    margin-bottom: 15px;
}
.static_form .filter_block {
    width: auto;
}
.static_form form>div {
    display: flex;
    justify-content: flex-start;
}

.fieldset-key-job_resume input[type="button"] {
    margin-top: 10px;
	display: none;
}
.fieldset-key-job_resume input[type="button"].active {
	display: block;
}

input[type="button"].btn-block-space {
width: 100%;
white-space: normal;
}








