body.normal {
    background-color: #222d32;
}
.navbar-nav .dropdown-menu .user-body .user-body-item {
    margin: 10px 0;
}

.list-group-item a {
    display: block;
}

.dpError,
.dpSuccess {
    display: none;
}
.q-description .pre-text, .q-description.pre-text {
    white-space: pre-wrap;
}
.red-text {
    color: #E00000;
}
.green-text {
    color: #009000;
}
.fa.big {
    font-size: 24px;
}
.box-head-actions {
    display: inline-block;
    margin: 0px 10px;
}
@media (max-width: 600px) {
    .box-head-actions {
	display: block;
	margin: 0px;
	margin-top: 7px;
    }
}
label .mandatory {
    color: #E00000;
}
.alert-inline {
    display: inline-block;
    margin: 0;
    margin-left: 20px;
}
.alert-inline.success {
    font-size: 18px;
    color: green;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
}
table.dataTable .no_permission {
    font-style: italic;
    font-size: 12px;
    color: #999999;
}
table.dataTable th.dsAction,
table.dataTable td.dsAction {
    width: 75px;
    text-align: center;
}
table.dataTable img.user-image,
table.dsUsersAvailability img.user-image,
img.user-image-small {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 2px;
}
table.dataTable .table-row:not(:last-child),
table.data-view .table-row:not(:last-child) {
    margin-bottom: 4px;
}

.dsSchedule table.dataTable th.dsAction,
.dsSchedule table.dataTable td.dsAction {
    width: 95px;
    text-align: right;
}
table.dataTable th.dsAction,
table.dataTable td.dsActionWide {
    width: 150px;
    text-align: center;
}

i.fa.ico {
    margin-right: 10px;
}
table .fa.ico {
    margin: 0px 5px;
    font-size: 18px;
}
i.fa.ico-point {
    color: #E0E0E0;
}
i.fa.ico-point.active {
    color: #666666;
}
.answer-point-0 i.fa.ico-point,
.testing-question .result-point-block .answer-point-0 i.fa.ico-point{
    color: #ffd5d5 !important;
}
.answer-point-1 i.fa.ico-point.active,
.testing-question .result-point-block .answer-point-1 i.fa.ico-point.active {
    color: #ff0000 !important;
}
.answer-point-2 i.fa.ico-point.active,
.testing-question .result-point-block .answer-point-2 i.fa.ico-point.active {
    color: #ffa200 !important;
}
.answer-point-3 i.fa.ico-point.active,
.testing-question .result-point-block .answer-point-3 i.fa.ico-point.active {
    color: #ffff00 !important;
}
.answer-point-4 i.fa.ico-point.active,
.testing-question .result-point-block .answer-point-4 i.fa.ico-point.active {
    color: #ccff00 !important;
}
.answer-point-5 i.fa.ico-point.active,
.testing-question .result-point-block .answer-point-5 i.fa.ico-point.active {
    color: #00ff00 !important;
}


i.fa.dsTreeToggle {
    cursor: pointer;
}

table.dataTable .linked-row {
    cursor: pointer;
}
table.dataTable .linked-row:hover {
    background-color: #F0F0F0;
}

.ds-messages-block {
    position: fixed;
    left: 30%;
    top: 70px;
    z-index: 10000;
    width: 40%;
    display: none;
}
.ds-messages-block .message {
    background: #fff;
    border: 1px solid #666666;
    color: #666666;
    margin-bottom: 10px;
    padding: 10px;
}
.ds-messages-block .message.success {
    border-color: #006600;
    color: #006600;
}
.ds-messages-block .message.error {
    border-color: #cc0000;
    color: #cc0000;
}
.ds-messages-block .message h4 {
    margin-top: 0;
}
.ds-messages-block .message p {
    margin: 0;
}
@media (max-width: 768px) {
    .ds-messages-block {
	left: 10%;
	top: 20px;
	width: 80%;
    }
}


/* TESTS QUESTIONS */

.dsTestQuestions .template {
    display: none;
}

.dsTestQuestions ul {
    list-style: none;
    border-top: 1px solid #999999;
    margin-top: 5px;
}
.dsTestQuestions ul>li {
    padding: 10px 0px;
}
.dsTestQuestions ul>li.question {
    border-bottom: 1px solid #E0E0E0;
}
.dsTestQuestions i.fa.ico-edit {
    margin: 0px 10px;
    color: #999999;
    cursor: pointer;
}
.dsTestQuestions i.fa.ico-difficulty {
    margin: 0px 3px;
    color: #E0E0E0;
    cursor: pointer;
    font-size: 18px;
    cursor: pointer;
}
.dsTestQuestions i.fa.ico-difficulty.active {
    color: #333333;
}

.dsTestQuestions .actions a.btn {
    min-width: 38px;
    font-size: 16px;
}
.dsTestQuestions .actions a.btn:first-child {
    margin-left: 20px;
}

.dsTestQuestions .dsActionEdit {
    display: none;
    width: calc(100% - 75px);
}

.dsTestQuestions .q-ico {
    padding-top: 2px;
    float: left;
    font-size: 16px;
}
.dsTestQuestions .q-name {
    padding-top: 2px;
    min-width: 250px;
    font-size: 16px;
}
.dsTestQuestions .q-question,
.dsTestQuestions .q-difficulty {
    margin-left: 22px;
    padding-top: 5px;
}
.dsTestQuestions .q-description,
.dsTestQuestions .q-tags {
    padding-top: 5px;
}
.dsTestQuestions .q-question .dsActionText,
.dsTestQuestions .q-description .dsActionText {
    color: #666666;
}

.testing-top-block {
    position: fixed;
    top: 0px;
    left: calc(50% - 150px);
    background-color: #fff;
    border: 1px solid #E0E0E0;
    z-index: 5000;
    min-width: 300px;
    padding: 3px 5px;
    text-align: center;
}
#testing_autotime {
    margin-left: 10px;
    font-weight: bold;
}
.testing-top-block .btn-group {
    margin-left: 17px;
}
.testing-top-block .btn {
    font-size: 17px;
}

.testing-top-pause-block {
    position: fixed;
    top: 37px;
    left: calc(50% - 380px);
    width: 760px;
    background-color: #fff;
    border: 2px solid #CC3333;
    box-shadow: 3px 3px 2px #666666;
    z-index: 5000;
    padding: 1px 5px;
    text-align: center;
    color: #990000;
}
.testing-top-pause-block .pause-info {
    font-size: 12px;
    color: #000000;
    margin: 0px auto;
    width: 400px;
    text-align: left;
}
.testing-top-pause-block .pause-info p {
    margin: 0px;
}
.testing-top-pause-block .pause-footer {
    margin: 10px;
}
@media (max-width: 768px) {
    .testing-top-pause-block {
	left: 10px;
	width: calc(100% - 20px);	
    }
}

/* Edit description block */
#testing_description_block {
    position: fixed;
    top: 37px;
    left: calc(50% - 380px);
    width: 760px;
    z-index: 5000;
    display: none;
}
@media (max-width: 768px) {
    #testing_description_block {
	left: 10px;
	width: calc(100% - 20px);
    }
}
/* End of the Edit description block */

.item-row .value {
    font-weight: bold;
    margin-left: 10px;
}
.folder-title {
    margin-left: 20px;
}
.folder-title h4 {
    font-weight: bold;
    font-size: 16px;
}
.folder-title h4 .dsFolderAvgResultPoint {
    margin-left: 17px;
}
.folder-title h4 .dsFolderAvgResultPointNumber {
    margin-left: 5px;
}
.folder-title .dsFolderAvgResultPointStars i {
    color: #E0E0E0;
}
.folder-title .dsFolderAvgResultPointStars i.active {
    color: #333333;
}

.testing-question {
    border-top: 1px solid #E0E0E0;
    padding: 5px 0px;
}
.testing-question .q-body i.fa.ico {
    float: left;
    font-size: 18px;
    margin: 5px;
}
.testing-question .q-question {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.testing-question .q-description {
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
    margin-left: 30px;
}
.testing-question .q-tags {
    font-size: 14px;
    color: #999999;
    margin-left: 30px;
}
.testing-question i.fa.ico-difficulty {
    margin: 0px 1px;
    color: #E0E0E0;
}
.testing-question i.fa.ico-difficulty.active {
    color: #999999;
}

.testing-question .result-point-block {
    font-size: 18px;
    display: inline-block;
    width: 220px;
    text-align: center;
}
.testing-question .result-point-value {
    margin-left: 20px;
    font-size: 18px;
    border: 1px solid #E0E0E0;
    padding: 0px 10px;
}
.testing-question i.fa.ico-point {
    cursor: pointer;
    margin: 0px 1px;
    color: #E0E0E0;
}
.testing-question i.fa.ico-point.active {
    color: #333333;
}
.testing-question i.fa.ico-point.over {
    color: #999999;
}
.testing-question i.fa.ico-point.over.active {
    color: #666666;
}
.testing-question .dsResultDescription {
    margin-bottom: 5px;
}
.testing-question .dsResultErrors {
    margin-bottom: 5px;
    color: #E00000;
}
.testing-question .dsResultDescription label {
    font-weight: normal;
    margin-bottom: 2px;
}
.testing-question .result-ready {
    font-size: 14px;
    color: #009926;
    margin-left: 20px;
}
.testing-question .result-skip {
    font-size: 14px;
    color: #000099;
    margin-left: 20px;
}
.testing-question .result-skip-ready {
    font-size: 14px;
    color: #000099;
}
.testing-question .answer-time {
    font-size: 12px;
    color: #999999;
}
.testing-question .result-answer-time {
    font-size: 12px;
    color: #999999;
    margin-left: 5px;
}
.testing-question .dsQuestionAnswerSetSkip.dsActive {
    color: #000099;
    border-color: #000099;
    background-color: #fff;
}
.testing-question .dsQuestionAnswerSetBad.dsActive {
    color: #990000;
    border-color: #990000;
    background-color: #fff;
}

#dsTestingResultWrite .modal-dialog {
    margin-top: 23px;
}

#dsTestingResultWrite .modal-dialog .modal-body {
    max-height: 77vh;
    overflow-y: scroll;
}
@media (min-width: 768px) {
    #dsTestingResultWrite .modal-dialog {
	width: 60%;
	margin: 5vh auto 0;
    }

    #dsTestingResultWrite .modal-dialog .modal-body {
        max-height: 70vh;
    }
}
#dsFinishTestingError {
    padding: 0px 20px;
    color: #CC0000;
}

.dsQuestionAnswerSetBad, .dsQuestionAnswerSetSkip {
    margin-top: -5px;
    margin-right: 20px;
}

/*
----------------------------------------------------------------------------
*/

#dsWaitMessage {
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #3c8dbc;
}

.dsQuestionsResult .folder-row {
    padding: 5px 5px 5px 10px;
}
.dsQuestionsResult .folder-row:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
.dsQuestionsResult .folder-row.total {
    background-color: #f0f0f0;
}
.dsQuestionsResult .result-row {
    clear: both;
}
.dsQuestionsResult .result-point-name {
    float: left;
    padding: 2px 0px;
}
.dsQuestionsResult .result-point-block {
    float: right;
    padding: 2px 0px;
    font-size: 14px;
}
.dsQuestionsResult .result-point-value {
    float: right;
    min-width: 34px;
    padding: 2px 4px;
    text-align: right;
    margin: 0;
    font-size: 14px;
    border: none;
}

/*
----------------------------------------------------------------------------
*/

table.data-view .view-label {
    padding: 0 20px 0 10px;
}
.data-view-title {
    margin-top: 10px;
}
.data-view-box {
    border: 1px solid #E0E0E0;
    padding: 5px;
}

/*
----------------------------------------------------------------------------
*/

.dsUploadArea .dsUpload {
    margin-top: 7px;
}
.dsUploadArea .dsUpload .progress-text {
    font-size: 12px;
}
.dsUploadArea .dsUpload .progress-filename {
    font-size: 12px;
    font-style: italic;
}

.dsFileList {
    margin-top: 10px;
}
.dsFileList .fa.ico {
    margin-right: 5px;
}
.dsFileList .item {
    padding: 5px;
    border-bottom: 1px solid #F0F0F0;
}
.dsFileList .filesize {
    margin-left: 5px;
    color: #999999;
}
.dsFileList .fileaction {
    margin-left: 10px;
}

/*
----------------------------------------------------------------------------
*/

#dsNewCalendarItem {
    float: right;
}
@media (max-width: 468px) {
    #dsNewCalendarItem {
	float: none;
	margin-top: 5px;
    }
}
#dsUserTimeProfileBlock .item {
    padding: 5px;
    border-bottom: 1px solid #F0F0F0;
}
#dsUserTimeProfileBlock .template {
    display: none;
}
.week-days .day {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px 10px;
    text-align: center;
    border: 1px solid #E0E0E0;
    cursor: pointer;
    margin: 5px;
    font-weight: bold;
    color: #CCCCCC;
}
.week-days .day:hover {
    color: #666666;
    border-color: #CCCCCC;
}
.week-days .day.active {
    color: #333333;
    border-color: #666666;
}
.week-days .day.active:hover {
    color: #666666;
    border-color: #999999;
}

@media (max-width: 992px) {
    .search-form {
	margin-top: 10px;
    }
}

/*
----------------------------------------------------------------------------
*/
.box-header.sub {
    padding: 5px 10px;
}
.box-header h4 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.del-phone{
    cursor:pointer;
}
/*
----------------------------------------------------------------------------
*/
.data-row {
    margin-bottom: 5px;
}
.data-row .data-row-text {
    margin-left: 5px;
    font-weight: bold;
}
.data-row .data-row-text .no-imp-view {
    font-weight: normal;
    color: #999999;
}
#dsCandidateVacanciesList .item {
    padding: 5px 0px;
    margin: 5px 0px;
    border-bottom: 1px solid #E0E0E0;
}
#dsCandidateVacanciesList .item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
#dsCandidateVacanciesList .item:first-child {
    margin-top: 0px;
}

#dsCandidateVacanciesList .vacancy-row-left {
    float: left;
}
#dsCandidateVacanciesList .vacancy-row-right {
    float: right;
    padding-top: 10px;
}

#dsCandidateVacanciesList .vacancy-row {
    /*margin-bottom: 3px;*/
    line-height: 1.2;
}
#dsCandidateVacanciesList .vacancy-row .vacancy_name {
    float: left;
    padding-right: 10px;
    font-size: 14pt;
    font-weight: bold;
}
#dsCandidateVacanciesList .vacancy-row .vacancy_status {
    padding-top: 3px;
    float: left;
    color: #999999;
}
#dsCandidateVacanciesList .vacancy-row .status_name {
    float: left;
    padding-right: 10px;
    font-size: 12pt;
    font-weight: bold;
}
#dsCandidateVacanciesList .vacancy-row .status_name .status_label {
    font-size: 10pt;
    font-weight: normal;
    margin-right: 10px;
}
#dsCandidateVacanciesList .vacancy-row .status_user {
    padding-top: 3px;
    font-size: 10pt;
    float: left;
    color: #999999;
}

.vacancy-history {
    margin: 10px 5px;
    padding: 5px 10px;
    border: 1px solid #F0F0F0;
}
.vacancy-history .history-date {
    color: #999999;
}
.vacancy-history .history-status {
    font-weight: bold;
}
.vacancy-history .history-description {
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #F0F0F0;
}
/*
----------------------------------------------------------------------------
*/

.profile-user-photo {
    text-align: center;
    font-size: 14pt;
}
.profile-user-photo>img {
    float: none;
    border-radius: 50%;
    max-width: 200px;
    margin: 20px;
}
.img-avatar {
    max-width:124px;
    max-height: 130px;
    margin-bottom:20px;
}

.avatar-box{
    margin:0 auto;
    height: 130px;
    width: 124px;
}

.img-avatar-box{
   text-align: center;
   position:relative;
}

.deleteAvatarBtn{
    position:absolute;
    top:0;
    right:0;
    width:15px;
    height:15px;
    background: url("/engine/img/i.png");
    display:none;
    cursor: pointer;
}

.img-avatar-box:hover .deleteAvatarBtn{
    display:block;
}

.img-avatar-box-view {
    text-align: center;
}
.img-avatar-box-view .img-avatar {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
}

.avatar-box .dsUploadContainer{
    position: absolute;
    top: 0;
    width: 40%;
    background: #fff;
}


.vac .nav li a{
    font-weight: 600;
}

.left {
    float:left;
}

.cl {
    clear:both;
}

.filter .form-group {
    margin-left: 20px;
}
.filter .form-group.date {
    width: 175px;
}

.filter .form-group.search{
    width: 245px;
}

.clever-active:not(.active) {
    background: #00c0ef!important;
}

.clever-active:not(.active) a {
    color: #fff!important;
}

@media (max-width: 1025px) {
    .filter .left {
	float: none;
    }
    
    .filter .form-group.search {
        width: inherit;
        margin-top: 20px;
    }
    
    .search-box {
        width: 500px;
    }
}

@media (max-width: 575px) {
    .search-box {
        width: inherit;
    }
}

.input-list-items .item {
    margin-bottom: 10px;
}
.candidate_testing_list .status.status_1,
.candidate_testing_list .status.status_3 {
    color: #000099;
}
.candidate_testing_list .status.status_2 {
    color: #009900;
}
.candidate_testing_list .status.status_4 {
    color: #990000;
}
.candidate_testing_list .status.status_5 {
    color: #990000;
}

.dsTextBlockOpenText {
    display: none;
}
.dsTextBlockOpenText.open,
.dsTextBlockOpenText.max-height-main.open {
    display: block;
    max-height: none;
    overflow-y: visible;
}
.dsTextBlockOpenText.max-height-main {
    display: block;
    max-height: 200px;
    overflow-y: hidden;
}
@media (max-width: 1440px) {
    .dsTextBlockOpenText > table {
        width: 100% !important;
    }
}
.text-open-button {
    margin-top: 20px;
}

/* ГРАФИК ДОСТУПНОСТИ */
#dsScheduleListResultBox table.dsUsersAvailability {
    width: 100%;
    border: 2px solid #999;
}
#dsScheduleListResultBox table.dsUsersAvailability th,
#dsScheduleListResultBox table.dsUsersAvailability td {
    padding: 5px;
    border: 1px solid #ccc;
}
#dsScheduleListResultBox table.dsUsersAvailability td.date_col {
    border-top: 0;
    border-bottom: 0;
}
#dsScheduleListResultBox table.dsUsersAvailability tr.first td {
    border-top: 2px solid #999;
}
#dsScheduleListResultBox .availability_col {
    position: relative;
}
#dsScheduleListResultBox .timeline_row {
    position: absolute;
    top: 0px;
    height: 100%;
    text-align: left;
    font-size: 8pt;
    color: #666;
    z-index: 2;
    border-left: 1px solid #F0F0F0;
    font-weight: normal;
    padding-left: 2px;
}
#dsScheduleListResultBox .availability_row {
    position: absolute;
    background-color: #ccffcc;
    top: 0px;
    height: 100%;
    text-align: center;
    font-size: 9pt;
    z-index: 3;
}
#dsScheduleListResultBox .schedule_row {
    position: absolute;
    background-color: #ffff00;
    bottom: 0px;
    text-align: left;
    font-size: 8pt;
    z-index: 4;
}
.treeview-menu {
    white-space: normal;
}
[class="fa "] {
    display: none;
}
.input-group-addon input[type=radio], .input-group-addon  input[type=checkbox] {
    position: relative;
    top:3px;
}
.new-contact {
    display: none;
}

.contacts-list {
    margin-top: 5px;
}

.neti-testing .navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: inherit;
}
.neti-testing .navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    float: none;
}
.neti-testing .navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    font-size: 14pt;
}

.sort {
    display: flex;
    margin: 10px 0 5px;
}
.sort ul {
    padding: 0;
    margin: 0;
}

.sort ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}

.rank-image {
    width: 25px;
    height: 25px;
    margin-right: 2px;
}

.card img {
    width: 100%;
    border-radius: 100%;
}

.card .row {
    display: flex;
    align-items: center;
}

.card .card-text {
    font-size: 18px;
}

.list-item-rank {
    margin-right: 5px;
    font-weight: bold;
}

.list-counter-circle {
    list-style: none;
    counter-reset: list;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.list-counter-circle>li {
    position: relative;
    display: flex;
    height: 3rem;
    line-height: 2rem;
    margin-left: 1.75rem;
    margin-bottom: 0.35rem;
    padding-left: 2rem;
    padding-right: .5rem;
    color: #fff;
    background: #3c8dbc;
    white-space: nowrap;
    border-radius: .25rem;
    align-items: center;
}
.list-counter-circle>li:last-child {
    margin-bottom: 0;
}
.list-counter-circle>li::before {
    content: counter(list);
    counter-increment: list;
    position: absolute;
    left: -2rem;
    top: -.25rem;
    bottom: -.25rem;
    width: 3.5rem;
    line-height: 3rem;
    border-radius: 100%;
    border: .25rem solid #fff;
    text-align: center;
    color: #fff;
    background: #3c8dbc;
    font-weight: bold;
}

.list-item-user img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 2px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0;
}

.font-icon {
    font-family: 'FontAwesome', 'Second Font name'
}

table.dataTable th.dsCheckbox,
table.dataTable td.dsCheckbox {
    width: 70px;
    min-height: 70px;
    cursor: default;
}
table.dataTable td.dsCheckbox i {
    vertical-align: middle;
}
table.dataTable td.dsCheckbox input[type="checkbox"] {
    cursor: pointer;
}

.task-danger {
    background-color: #fff0f0;
}

@media print {
    .testing-question .result-point-block {
        text-align: left;
    }
    .fa-star:before {
        color: #E0E0E0!important;
    }
    .fa-star.active:before {
        color: #666!important;
    }
}

#toast-container>div {
    opacity: .9;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
}

.toast-success {
    background-color: #00a157;
}

.toast-progress {
    opacity: 0.2;
}

#toast-container>div:hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    cursor: pointer;
}

#action {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.trumbowyg-button-pane.hidden {
    display: none;
}
.trumbowyg-box.trumbowyg-fullscreen {
    overflow: auto;
}

.fileupload-progress.fade {
    height: 0;
    z-index: -10;
    position: relative;
}

.fileupload-progress.in {
    height: auto;
    z-index: 1;
}

.template-upload {
    display: flex;
    justify-content: space-between;
}
.table-header {
    overflow: hidden;
}

.skin-blue .user-panel>.info, .skin-blue .user-panel>.info>a {
    color: #fff;
    background-color: transparent!important;
}
.error--text .v-messages__message {
    color: red;
}
label.required::after {
    content: "*";
}

.box-body .pre-text li {
    margin-left: 10px;
}