.load-background
{
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 1099;
}
.load-background .loader
{
    position: absolute;
    top: calc( 50% - 100px );
    left: calc( 50% - 100px );
}

.hidden
{
    display: none;
}

.text-telegram
{
    color: #20A0D9;
}

.text-black
{
    color: #3d405c;
}

.underline
{
    text-decoration: underline;
}

.field
{

}
.field .title
{
    margin-bottom: 2px;
    font-size: 14px;
}
.field .title sub
{
    font-weight: bold;
    font-size: 24px;
    color: #CF3131;
}
.field .error
{
    margin-top: 2px;
    text-align: left;
    font-size: 13px;
    color: #CF3131;
}
.field textarea
{
    resize: none;
}
.field .pretty
{
    vertical-align: middle;
}
.field .action
{
    cursor: pointer;
}

.calendar-error, .calendar-error:hover
{
    background-color: #CF3131 !important;
    border: 2px solid #FFFFFF !important;
    color: #fff !important;;
}

a.link,
a.link:hover
{
    font-size: 18px;
    color: #007bff;
}

.pointer
{
    cursor: pointer;
}

.cursor-help
{
    cursor: help;
}

.no-caret
{
    caret-color: transparent;
}

.company-name
{
    margin-right: 50px;
    font-size: 19px;
    font-weight: bold;
}
.balance-block
{
    padding: 5px;
    font-size: 21px;
    border: 1px solid #71748d;
    border-radius: 3px;
}
.user-data
{
    font-size: 18px;
    font-weight: bold;
}

.modal
{

}
.modal [data-block=fields]
{

}
.modal [data-block=process]
{
    margin-top: 15px;
}
.modal [data-block=process] .alert
{
    margin-bottom: 0;
}

.modal-md
{
    max-width: 675px
}

.modal-600
{
    max-width: 600px
}

#showModal
{

}
#showModal .modal-body
{
    background-color: #EFEFF6;
}
#showModal .modal-body .card
{
    margin-bottom: 0;
}

#errorModal
{

}
#errorModal [data-block=text]
{
    margin-bottom: 0;
}

.toast
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.hint
{

}

.hint p
{
    margin: 0 0 10px 0;
    font-size: 15px;
    text-align: justify;
}

.empty-text
{
    color: #888888;
    text-align: center;
    font-size: 16px;
}

.sign
{
    margin-bottom: -15px;
}
.sign [data-role='process']
{
    margin: 10px 0 0 0;
}

#dataTable .alert
{
    margin-bottom: 0;
}

.company
{

}
.company .settings
{
    padding: 0 0 0 10px;
    list-style-type: none;
}
.company .settings li
{
    padding: 10px;
    font-size: 16px;
}

.details
{
    padding: 3px;
}
.details .list-group-item
{
    padding: 6px 8px;
    font-size: 13px;
}
.details .list-group-item.active
{
    z-index: 2;
    font-weight: bold;
    color: inherit;
    background-color: #F2F2F8;
    border: none;
    font-size: 15px;
}
.details .actions
{
    margin-top: 20px;
}
.details .div-table
{
    width: 100%;
}
.details .div-table .title
{
    padding-bottom: 8px;
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}
.details .div-table .value
{
    padding-bottom: 8px;
    padding-left: 15px;
    text-align: left;
    font-size: 14px;
}

.candidate-history
{

}
.candidate-history .type-block
{
    display: inline-block;
    min-width: 75px;
}