a.main_segment {
    min-height: calc(100vh - 130px);
}

.icon.time_minus {
    vertical-align: bottom;
    margin-top: 9px;
    margin-left: 4px;
}

.pace .pace-progress {
    background: #44bbaa !important;
}

.notification {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    background: #00a65a;
    color: white;
    border-bottom-left-radius: 20px;
    height: 0px;
    overflow: hidden;
    z-index: 999999;
    -moz-transition: height .3s linear;
    -o-transition: height .3s linear;
    -webkit-transition: height .3s linear;
    box-shadow: 0 0 10px black;
}

.notification .inner_of_not {
    padding: 10px 30px;
}

.notification .buttons {
    width: 100%;
    display: none;
}

.field.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

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

.anketa_block .equal.width.fields.error_crupn .button {
    margin-top: 5px;
}

.anketa_block .equal.width.fields.error_crupn > .field > .text {
    background: transparent;
}

.anketa_block .equal.width.fields.error_crupn {
    border: 2px dashed red;
    background: #ff00001a;
}

.field > .text {
    border-radius: .28571429rem;
    padding: .67857143em 1em;
    background: #f5f5f5;
    border: 1px solid rgba(34, 36, 38, .15);
    display: block;
}

.displayNone {
    display: none;
}

.verdict.message {
    text-align: center;
    margin-top: 40px;
}

.ui.page.modals.transition.visible {
    display: flex !important;
}

.field.dropzone {
    border: 2px dashed #505050;
    height: 100%;
}

.field.dropzone.error {
    border: 3px dashed red;
}

.dropzone .center_text {
    text-align: center;
    padding: 20px;
    font-size: 13px;
}

.file .dropzone .center_text {
    padding: 0;
}

.dz-success-mark, .dz-error-mark {
    display: none;
}

.dz-default {
    width: 100%;
    left: 0;
    margin-top: -60px;
    height: 60px;
    opacity: 0;
}

.dz-filename {
    display: inline-block;
    font-weight: bold;
    margin-left: 20px;
}

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

.card .header {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.field.checkbox_error {
    background: #fff6f6;
    border: 1px solid #e0b4b4 !important;
    margin: 0 0.5em !important;
    border-radius: .28571429rem !important;
}

.card .content .header {
    font-size: 14px !important;
    white-space: normal !important;
}

.card .content {
    font-size: 14px !important;
    white-space: normal !important;
    word-break: break-word;
}

.blink {
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    animation-duration: 1s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 1s;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.anketa .field .ui.compact.segment {
    padding: 0.5em;
}

.hidden_block {
    display: none !important;
}

.anketa_content.hidden {
    display: none !important;
}

.anketa_content .ui.dividing.header {
    margin-bottom: 5px;
    border: 0;
    margin-top: 0;
}

.anketa_content .field {
    font-size: 0.8rem;
}

.anketa.ui.form .field > label {
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
}

.anketa_content .anketa_block {
    background: #e9f3ea;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.anketa_content.ui.form .fields {
    margin-bottom: 0px;
}

.anketa_content .field.hidden {
    display: none;
}

.anketa.ui.form .fields {
    margin-bottom: 5px;
}

.anketa_content .ui.dropdown.selection {
    min-height: 10px;
    height: 35px;
    white-space: nowrap;
    padding: 5px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.ui.cards > .card.file > .extra.file_upload {
    padding: 2px !important;
    flex-grow: 0;
}

.card.file .extra, .card.file .content {
    padding: 5px !important;
}

.card.file .ui.buttons .ui.button {
    font-size: 0.8rem;
}

.ui.cards .card.file {
    width: 200px;
}

.anketa_block .table.compact td input {
    padding: 3px 5px;
}

.anketa_block .table.compact th {
    padding: 5px;
}

.anketa_block .table.compact td:first-child {
    padding: 5px;
}

.anketa_block .table.compact td {
    padding: 0;
}

.messages .comment .card .content, .files_block .ui.cards .card .content {
    padding: 5px;
}

.file_upload:hover {
    cursor: pointer;
}

.file_upload:hover .center_text, .uploaded > .file_upload .center_text {
    background: #00e4003b;
    height: 100%;
}

.extra .sign {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, .87);
    display: block;
}

.cards.highlight .card {
    background: #ffe8bf;
}

.ui.card > .content, .ui.cards > .card.file > .content {
    flex-grow: 1;
}

.ui.menu .circular.label {
    pointer-events: none;
}

.docs_block {
    margin-bottom: 20px;
}

.dz-details {
    display: none;
}

.card.file.blue {
    background: #b7e0ff;
}

table.dataTable thead th, table.dataTable thead td {
    padding-left: 10px !important;
    padding-right: 10px !important;
}