.navbar {
    background-color: #fff;
}

.row {
    margin-left: 0;
}

h4 {
    font-weight: 900;
}

h4.font-weight-normal {
    font-weight: 400;
}

th {
    background-color: #e8e8ea;
}

strong {
    font-weight: 900;
}

label {
    margin: 0;
}

h3 {
    font-size: 18px;
}

.pagination > li > a {
    color: #398439;
}

.pagination > li.active > a {
    background-color: #0A3F18;
}

tr > td:last-child a {
    color: #000;
    margin: 3px;
}

tr > td:last-child nobr {
    display: flex;
    justify-content: center;
}

tr > td:last-child {
    width: 100px;
    text-align: center;
}

a:hover {
    color: #0A3F18;
}

td > .btn {
    background: #fff;
}

td > .btn:hover {
    background: #e8e8ea;
}


.user-name {
    font-size: 20px;
    margin-bottom: 20px;
}

.report-link {
    color: #000;
    text-decoration: underline;
}

.title-block {
    display: flex;
    width: 100%;
    margin-bottom: 80px;
}

.image-user {
    background-color: #e8e8ea;
    margin: 10px 5px;
    border-radius: 7px;
    max-width: 165px;
    max-height: 180px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.image-user > img {
    height: 100%;
}

.custom-table {
    border-collapse: unset;
    border-spacing: 10px;
    width: 100%;
}

.custom-table td {
    padding: 5px 25px;
    border: 2px #e8e8ea solid;
    border-radius: 7px;
}

.custom-table td:first-child {
    width: 30%;
    padding: 5px 25px;
    text-align: center;
    background-color: #e8e8ea;
}


.custom-table td:last-child {
    width: 100%;
}

.report-custom-table {
    width: 100%;
    border-collapse: unset;
    border-spacing: 0 5px;
}

.report-custom-table th {
    text-align: center;
    background-color: #e8e8ea;
    padding: 10px 25px;
    border: 1px #fff solid;
}

.report-custom-table th:first-child {
    border-radius: 7px 0 0 7px;
}

.report-custom-table th:last-child {
    border-radius: 0 7px 7px 0;
}

.report-custom-table td {
    text-align: center;
    padding: 5px 25px;
    border: 1px #e8e8ea solid;
}

.report-custom-table td:first-child {
    border-radius: 7px 0 0 7px;
}

.report-custom-table td:last-child {
    border-radius: 0 7px 7px 0;
}

.col-xs-6 {
    padding-left: 0;
}

.col-xs-5,
.form-group>div
{
    padding-left: 0;
}

.glyphicon-arrow-down {
    color: #398439;
}

.glyphicon-arrow-up {
    color: #398439;
}

.form-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7.5px;
    flex-wrap: wrap;
}

.form-group>.help-block{
    margin: 0;
    margin-left: 330px;
}
.form-group>#tblusers-birthday-kvdate{
    width: 70%;
}

.form-group > label {
    text-align: center !important;
}

.form-group > div {
    display: flex;
    align-items: center;
/*    width: 70%; */
}



.form-group > .btn-default:not(.file-input-wrapper) {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 7px;
    margin: 0;
    width: 300px;
    background-color: #fff;
}

.form-group > .btn-primary, .form-group > .btn-success{
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 7px;
    margin-right: 20px;
    width: auto;
}

.btn.btn-primary, .btn.btn-success  {
    color: #fff;
    background-color: #057050;
    border-color: #006666;
}

.input-group-addon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.field-tbltests-exactly_num > label {
    background-color: #fff;
}

.select2 {
    width: 70% !important;
    height: 40px;
}

.select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color: black !important;
}

.select2-selection__placeholder {
    color: black !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    display: flex;
    align-items: center;
}

.select2-selection__clear {
    display: none;
}

.datepicker {
    z-index: 100000 !important;
}

.select2-container--krajee .select2-selection--single {
    position: relative;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 39px;
    border: none;

}

.select2-container--krajee .select2-selection--single .select2-selection__arrow > b {
    display: none;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow::after {
    content: 'ˬ';
    position: absolute;
    top: -17px;
    right: 13px;
    font-size: 30px;
    width: 10px;
    height: 12px;
}

.file-input-wrapper.btn.btn-default.form-control {
    background-color: #fff;
    color: #000 !important;
}

.required-document {
    display: flex;
}

.form-group input[type='checkbox'] {
    display: none;
}

.form-group input[type='checkbox'] + label {
    display: inline-block;
    padding: 0 0 0 0;
    height: 42.85px;
    width: 42.85px;
    background-position: center;
    border-radius: 10px;
    background-color: #e8e8ea;
    margin-right: 10px;
}

.form-group input[type='checkbox']:checked + label {
    background: url("/images/V.png") no-repeat;
    height: 42.85px;
    width: 42.85px;
    display: inline-block;
    background-size: 65%;
    background-position: center;
    border-radius: 10px;
    background-color: #e8e8ea;
}

.form-group input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-group input[type='radio'] + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.form-group input[type='radio'] + label {
    display: inline-block;
    padding: 0 0 0 0;
    height: 42.85px;
    width: 42.85px;
    background-position: center;
    border-radius: 10px;
    background-color: #e8e8ea;
    margin-right: 10px;
}

.form-group input[type='radio']:checked + label {
    background: url("/images/V.png") no-repeat;
    height: 42.85px;
    width: 42.85px;
    display: inline-block;
    background-size: 65%;
    background-position: center;
    border-radius: 10px;
    background-color: #e8e8ea;
}

.form-horizontal .form-group {
    margin-left: 0;
}

.required-document .doc-item {
    display: flex;
    align-items: center;
    margin-right: 10px !important;
}

.required-document .doc-item * {
    margin: 0;
}

.custom-label {
    margin-left: 10px !important;
}

#tblusers-gender, #tblusers-hasworkexperience, #tblusers-passexpires {
    display: flex;
    align-items: center;
}

#tblusers-gender > div, #tblusers-hasworkexperience > div, #tblusers-passexpires > div {
    display: flex;
    justify-content: flex-start;
    width: 150px;
    align-items: center;
    margin-right: 10px;
}

.main-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
}

.main-page > .main-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 50%;
    margin-bottom: 20px;
}

.main-page > .main-title > h1 {
    font-size: 80px;
    margin: 0;
}

.main-page > .main-title > .underline {
    width: 300px;
    height: 5px;
    background-color: #0f172a;
}

.main-page > .main-title > h3 {
    text-transform: uppercase;
    color: #6b7280;
    font-weight: 900;
    font-size: 23px;
}

.main-page > .block-menu {
    display: flex;
    width: 100%;
    height: 50%;
}

.main-page > .block-menu > .one-block {
    width: 50%;
    margin-top: 30px;
}

.main-page > .block-menu > .one-block > h4 {
    font-weight: 900;
    font-size: 22px;
    color: #0f172a;
}

.main-page > .block-menu > .one-block > p {
    font-size: 20px;
}

.tbl-users-form.container button.btn.btn-save,
.tbl-users-form.container a.btn.btn-cancel {
    margin-top: 20px;
    width: 150px;
}

.tbl-users-form.container a.btn.btn-cancel:hover {
    opacity: 0.75;
}

.grid-row {
    min-height: 60px;
    width: 100%;
}

.grid-label {
    width: 30%;
}

.grid-input {
    width: 70%;
}

.grid-input input {
    width: 100%;
    min-height: 44px;
    margin: 10px 0;
}

.grid-input .select2 {
    width: 100% !important;
    padding: 0;
    min-height: 44px;
    margin-top: 8px;
}

.grid-input .select2 span.selection .select2-selection--single{
    min-height: 44px;
    font-size: 16px;
}

.grid-input .select2 span.selection .select2-selection--single .select2-selection__arrow{
    min-height: 44px;
}

.grid-input #tblusers-birthday-kvdate {
    display: flex;
}

.grid-input #tblusers-birthday-kvdate span,
.grid-input #tblusers-birthday-kvdate input {
    margin-top: 10px;
    min-height: 44px;
}

.grid-input .form-pic {
    margin-top: 10px;
    height: 44px;
}

.grid-pic-block {
    min-height: 150px;
    /*margin-bottom: 130px;*/
}

.custom-accordion > .hide-item {
    margin-top: 10px;
    height: 42.85px;
    padding: 0 10px !important;
    line-height: 42.85px;
}

.custom-accordion > .hide-item > .accordion-group {
    display: none;
}

.custom-accordion {
    display: flex;
    flex-direction: column;
    width: 70%;
    overflow: hidden;
}

.custom-accordion > .accordion-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    width: 100%;
    min-height: 42.85px;
    background-color: #e8e8ea;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 10px 10px;
    cursor: pointer;
    z-index: 3;
}

.custom-accordion > .accordion-item .accordion-group {
    font-size: 16px;
    width: 100%;
    border-radius: 7px;
    padding: 5px;
    margin-top: 10px;
}

.custom-accordion > .accordion-item > .accordion-group > .accordion-subitem {
    padding: 10px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 7px;
}

.custom-accordion > .accordion-item > .accordion-group > .accordion-subitem .accordion-stage-item {
    height: 42.85px;

    padding: 2px;

    margin-bottom: 10px;
}

.custom-accordion > .accordion-item > .accordion-group > .accordion-subitem .accordion-stage-item .item-name {
    border-radius: 7px;
    border: 1px #e8e8ea solid;
    height: 42.85px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.accordion-checkbox {
    display: flex;
    align-items: center;
}

.custom-accordion > .accordion-item > .accordion-checkbox > label {
    margin-bottom: 0;
    border-radius: 7px;
    margin-right: 5px;
    margin-top: 3px;
    height: 40px !important;
}

label.inverse {
    background-color: #fff !important;
    margin: 0 20px 0 0 !important;
}

.table > thead > tr > th {
    text-align: center;
}

.table > thead > tr > th > a {
    color: black;
}

.table > thead > tr > th > a::after {
    content: ' ';
    background: url("/images/filter-filled-tool-symbol.png");
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 100%;
    margin-left: 3px;
}

.field-Test_id {
    flex-direction: column;
}

.field-Test_id > .select2-container--default {
    width: 100% !important;
    margin-bottom: 10px;
}

.field-tblquestions-limitchoice > div, .field-tblsemterms-group_id_order > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.table td > .form-control {
    width: 100%;
}

td, th {
    text-align: center;
    vertical-align: middle !important;
}

.field-tblusers-patron_id {
    display: none;
}


.breadcrumb {
    display: flex;
}

.breadcrumb > li {
    display: flex;
}

.tbl-system-users-view th {
    width: 10px;
}

.tbl-system-users-view table {
    width: 50%;
}


.toggle-container {
    position: relative;
}

.toggle-checkbox {
    display: none;
}

.toggle-label {
    height: 32px;
    width: 60px;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #e6e6e6;
    color: #333;
    font-weight: normal;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.toggle-label:hover {
    background-color: #d4d4d4;
}

.toggle-checkbox:checked + .toggle-label {
    color: #fff;
    background-color: #057050;
}

@media only screen and (max-width: 767px) {
    .main-page > .main-title > h1 {
        font-size: 9vw;
        margin: 0;
    }
    .main-page > .block-menu > .one-block {
        width: 100%;
        margin-top: 20px;
    }

    .main-page > .main-title {
        display: block;
        height: fit-content;
    }

    .main-page > .block-menu > .one-block > p {
        font-size: 5vw;
    }

    .main-page {
        height: 100%;
    }
}


@media only screen and (max-width: 586px) {

}