*:focus {
    outline: none;
}

html, body {
    background-color: #fff;
    color: #5a5a5a;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 100vh;
    margin: 0;
}

.avatar {
    background: #f5f5f5;
    text-align: center;
    display: inline-flex;
    margin: 22px;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    padding: 28px;
}

.new-notify {
    height: 10px;
    width: 10px;
    background: red;
    position: absolute;
    left: 7px;
    top: 7px;
    margin: 7px;
}

#profile tr td:nth-child(3) {
    opacity: 0.7;
}

#get_client_data {
    max-width: 500px;
    margin: 0 auto;
}

.alert-warning {
    background-repeat: repeat-x;
    border-color: #d0c798;
    background-image: none;
}

.btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: 'Roboto', Arial, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    background: #34537e;
    border-radius: 5px;
    border: none;
    height: 34px;
    padding: 0 20px;
    text-shadow: none;
    transition: .1s;
}

.btn:hover {
    font-family: 'Roboto', Arial, sans-serif;
    background: #eeeeee;
    font-weight: 300;
    color: black;
}

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

@media print {
    .no-print {
        display: none;
    }

    .confirmation-data {
        page-break-before: always;
    }

    .wrapper-padding {
        padding-left: 0;
    }
}


h1 {
    font-size: 30px;
}

.navbar-right {
    margin-right: 0;
}

.navbar-link.active {
    font-weight: 600;
}

.callback-form {
    max-width: 700px;
    margin: 0 auto;
}

.callback-form h1 {
    font-size: 30px;
}

.callback-form #product,
.callback-form #email_input,
.callback-form #company_name_input,
.callback-form #fio_input {
    max-width: 350px;
}

.callback-form #inn_input,
.callback-form #phone_input,
.callback-form #cr_term_input,
.callback-form #sum_input,
.callback-form #login_input {
    max-width: 150px;
}

.callback-form .count-goods-input,
.callback-form .cost-goods-input {
    max-width: 150px;
}

.callback-form #login_input:focus::-webkit-input-placeholder {
    color: transparent
}

.callback-form #login_input:focus::-moz-placeholder {
    color: transparent
}

.callback-form #login_input:focus:-moz-placeholder {
    color: transparent
}

.callback-form #login_input:focus:-ms-input-placeholder {
    color: transparent
}

.callback-form .checkbox .checkbox-row {
    padding-left: 35px;
    font-size: 12px;
    line-height: 22px;
}

.callback-form .form-group.prod {
    display: none;
}

.callback-journal {
    margin-bottom: 10px;
}

#callback-journal_modal .history_table {
    width: 100%;
}

#callback-journal_modal .history_table tr {
    line-height: 24px;
}

#callback-journal_modal .history_table tr:first-child {
    border-bottom: 1px solid #ddd;
}

#callback-journal_modal .history_table tr th:first-child {
    width: 140px;
}

#callback-journal_modal .history_table tr th:nth-child(2) {
    min-width: 130px;
}

#callback-journal_modal .history_table tr th,
#callback-journal_modal .history_table tr td {
    padding: 5px 3px;
    line-height: normal;
    vertical-align: top;
}

/*#callback-journal_modal .history_table tr th:last-child,*/
/*#callback-journal_modal .history_table tr td:last-child{*/
/*text-align: right;*/
/*}*/
#callback-journal_modal .modal-table {
    width: 100%;
}

.removeX {
    cursor: pointer;
    font-size: 0.8em;
    color: #f08282;
    position: relative;
    top: 15px;
}

#callback-journal_modal .modal-table th {
    min-width: 150px;
    /*vertical-align: top;*/
    padding: 5px;
    width: 170px;
}

#callback-journal_modal .modal-table .form-control {
    margin: 3px 0;
}

#callback-journal_modal .edit_input {
    display: none;
}

#callback-journal_modal .edit {
    color: #34537e;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    text-align: center;
    cursor: pointer;
    transition: .2s;
}

#callback-journal_modal .edit:hover {
    color: #5197de;
}

#callback-journal_modal .editing-field {
    display: inline-block;
}

#callback-journal_modal .error-save-data {
    font-size: 11px;
    color: #ff5f4c;
}

.credit-request-info {
    min-width: 1170px;
}

.credit-request-info .credit-request-title {
    margin: 20px 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ededed;
}

.credit-request-info .credit-request-footer {
    margin: 40px 0 40px 0;
}

.credit-request-info .save-form {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.credit-request-info .item-box td + td {
    padding: 0 0 0 15px;
}

#j-history-argument .history_table {
    min-width: 100%;
    width: 100%;
    text-align: left;
}

#j-history-argument .history_table th {
    padding: 5px 10px;
    border-bottom: solid 1px #ebebeb;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgba(29, 29, 29, 0.87);
}

#j-history-argument .history_table td {
    padding: 5px 10px;
    vertical-align: middle !important;
    width: 20%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: rgba(29, 29, 29, 0.87);
}

#j-history-argument .history_table tr:nth-child(2n+1) td {
    background: rgba(216, 216, 216, 0.2);
}

#j-stop-factors .stop-factors-table .title td {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
}

#j-stop-factors .stop-factors-table {
    margin: 0 0 50px 0;
    width: 100%;
    font-size: 13px;
    background: #f1f3f5;
}

#j-stop-factors .stop-factors-table .header-td {
    width: 37%;
    background-color: #e9e9e9;
    color: #111;
}

#j-stop-factors .stop-factors-table td {
    padding: 3px 4px;
    border: 2px solid #fff;
    text-align: center;
}

#j-stop-factors .stop-factors-table .change-stop-factor {
    padding: 10px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.callback-journal .item {
    transition: .1s;
}

.callback-journal .item:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.pagination-bottom {
    margin-bottom: 20px;
}

.pagination-bottom .pagination {
    margin: 3px 0;
}

.callback-form .callback-form_info {
    margin: 20px 0;
    text-align: justify;
}

#attraction .btn {
    line-height: 35px;
    margin: 10px 0;
}

#attraction .control-label {
    /*white-space: nowrap;*/
    line-height: 24px;
}

@media all and (min-width: 768px) {
    #rating .user_desc {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media all and (max-width: 767px) {
    #attraction .control-label {
        line-height: normal;
    }
}

#filter {
    width: 300px;
    position: fixed;
    left: -300px;
    box-sizing: border-box;
    transition: .3s;
    box-shadow: none;
    z-index: 10;
    top: 0;
    height: 90vh;
    background: #fff;
}

#filter .filter-apply {
    position: fixed;
    bottom: 0;
    height: 10vh;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 3px 1px 5px #ddd;
}

#filter.open {
    left: 0;
    box-shadow: 3px 1px 5px #ddd;
    overflow: auto;
}

#filter.open .filter__toogle {
    right: auto;
    z-index: -1;
}

#filter .filter__toogle {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #34537e;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: .3s;
    z-index: 0;
}

#filter .filter__close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}

#filter #filter_clear {
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 30px;
    text-align: center;
    line-height: 20px;
    margin-left: 10px;
}

#filter .filter__body {
    background: #fff;
    padding: 10px;
}

#filter .filter__title {
    font-size: 24px;
    margin: 10px 0;
}

#filter .filter__box-title {
    font-weight: bold;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

#filter .filter__box ul {
    list-style: none;
    padding: 0 5px;
    max-height: 400px;
    overflow: auto;
}

#filter .filter__box ul .checkbox {
    margin: 5px 0;
}

/* INVITES */

.list_for_invites {
    padding: 9px 6px;
    border-bottom: 1px solid #e4e4e4;
    margin: 0px 10px;
}

.legend {
    background: #f8f8f8;
    padding: 10px;
    text-align: center;
}

.modal-finance-report-legend {
    font-size: 0.8em;
    font-weight: bold;
}

.content_inv {
    padding: 10px;
    text-align: center;
}

.comment {
    padding: 0 26px;
}

.comment_to_invite {

    background: #dedede;
    display: inline-block;
    padding: 3px;
    margin: 6px 20px;
    color: white;
    border-radius: 14px;
    width: 108px;
    text-align: center;

}

/* QUEST */
.quest {
    font-size: 1em;
    line-height: 1.8;
}

.quest .row {
    padding-bottom: 10px;
}

.step-one {
    display: block;
    float: left;
    position: relative;
    font-size: 20px;
    background: #e3e3e3;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 9px;
    border-radius: 40px;
    margin-top: 12px;
    margin-right: 10px;
}

.quest input[type="text"] {
    width: 100%;
}

.opys_maino input[type="text"] {
    height: 34px;
}

.confirm {
    line-height: 1.9;
    border-bottom: solid 2px #eaeaea;
    padding: 30px 0;

}

h2 {
    margin-bottom: 30px;
}

.add {
    font-size: 1.5em;
    color: #2e61b5;
    cursor: pointer;
}

.add_file a {
    font-size: 1.5em;
    cursor: pointer;
}

.confirm p {
    text-align: justify;
}

.complete {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.complete .complete-form .glyphicon-ok {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px -150px;
    color: rgba(255, 255, 255, 0.1);
    font-size: 300px;
}

.complete .complete-form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    height: 400px;
    border-radius: 24px;
    box-shadow: 5px 8px 13px 0px rgba(0, 0, 0, .5);
    background: linear-gradient(to bottom right, #012d53, #3b5a6d);
}

.complete .complete-form h2 {
    margin: 0;
    padding: 0 20px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.complete .complete-form h2 span {
    margin: 22px 0 0 0;
    display: inline-block;
    font-size: 20px;
}

.checkbox-inline {
    margin: 7px 10px;
}

.dynatable .prototype {
    display: none;
}

.glyphicon.glyphicon-remove-circle {

    top: 12px;

}

.addnew:hover {
    background: #2e61b5;
    -webkit-animation: 2s;
    -o-animation: 2s;
    animation: 2s;
}

.addnew {
    background: #2e61b5;
    width: 37px;
    height: 37px;
    border-radius: 70px;
    margin: 0;
}

.remove {
    font-size: 1.5em;
    background: #2e61b5;
    cursor: pointer;
    width: 37px;
    height: 37px;
    border-radius: 70px;
    margin: 0;
}

.remove:hover {
    background: #2e61b5;
    -webkit-animation: 2s;
    -o-animation: 2s;
    animation: 2s;
}

.add_file {
    width: 37px;
    height: 37px;
    border-radius: 70px;
    color: #243E7A;
}

.addnew a, .remove a {
    color: white;
    display: block;
    text-align: center;
    margin: 0;
    line-height: 37px;
}

.addnew a:hover, .remove a:hover {
    text-decoration: none;
}

a.add_supp {
    float: left;
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 1.5em;
    color: #243E7A;
    cursor: pointer;
}

.add_file a {

    display: inline-block;
    width: 31px;
    text-align: center;
    border-radius: 50px;
    margin: 16px 0;
    background: #243E7A;
    color: white;

}

.add_file a:hover {

    text-decoration: none;
    background: #243E7A;
    animation: 3s;

}

.btnTas__back {
    background-color: #FFFFFF;
    padding: 9px 15px;
    border-radius: 30px;
    color: #2E61B5;
    float: left;
    height: 40px;
    width: 90px;
    font-size: 15px;
    border: 2px solid #2E61B5;
}

.btnTas {
    background-color: #2E61B5;
    border-radius: 30px;
    color: #FFFFFF;
    height: 40px;
    width: 90px;
    font-size: 15px;
    float: right;
}

.btnTasContinue {
    background-color: #2E61B5;
    border-radius: 30px;
    color: #FFFFFF;
    height: 40px;
    width: 150px;
    font-size: 15px;
}

.btnTasContinue:focus, .btnTas:focus, .btnTas__back:focus, .btn-remove:focus, .related_remove_false:focus {
    outline: none !important
}

.error {
    color: #f17d7d;
    font-weight: 100;
}

.document_load input[type="file"] {
    padding: 10px 5px;
    border: 1px dashed #ececec;
    border-radius: 5px;
    margin: 5px 0;
}

.document_load__wrapper {
    position: relative;
}

.document_load__wrapper .add_file {
    position: absolute;
    bottom: 11px;
    left: 290px;
    margin: 0;
}

.control-btn {
    display: inline-flex;
    align-content: center;
    align-items: center;
    width: 100%;
}

#j-quest hr {
    clear: both;
    margin: 10px 0;
}

.glyphicon-save {
    font-size: 12px;
    margin-left: 5px;
    color: #c1c1c1;
    cursor: pointer;
}

#filter_date {
    margin: 10px 0;
}

.quest .row {
    margin-bottom: 10px;
}

.addinp input {
    margin-bottom: 5px;
}

/*load bar*/
#p_prldr {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.7);
}

.contpre small {
    font-size: 21px;
    font-weight: 100
}

.contpre {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    color: #fff;
    font-size: 0;
    line-height: 0;
}

#p_prldr .svg_anm {
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(/images/tail-spin.svg) center center no-repeat;
    background-size: 131px;
}

/*load bar end*/

input[name="additional_two"],
input[name="additional"] {
    padding: 8px;
    border: 1px dashed #e0e0e0;
    border-radius: 4px;
}

@media screen and (min-width: 992px) {
    .quest .row {
        display: flex;
        align-content: center;
    }
}

@media screen and (min-width: 992px) {
    #filter_date {
        position: absolute;
        z-index: 1;
        margin: -60px 0 0 0;
        right: 15px;
    }
}

/* */

/* Making it beautiful */

.file_upload {
    position: relative;
    overflow: hidden;
    font-size: 1em; /* example */
    height: 2.5em;
    line-height: 2em;
    width: 271px;
}

.file_upload > button {
    float: right;
    width: 8em; /* example */
    height: 100%
}

.file_upload > div {
    padding-left: 1em; /* example */
    line-height: 34px;
}

@media only screen and ( max-width: 500px ) {
    /* example */
    .file_upload > div {
        display: none
    }

    .file_upload > button {
        width: 100%
    }
}

.file_upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em; /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    cursor: pointer
}

.file_upload input[type=file] {
    position: absolute;
    top: 0;
    visibility: hidden
}

.file_upload {
    margin: 10px 0px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.1s linear
}

.file_upload.focus {
    box-shadow: 0 0 5px rgba(0, 30, 255, 0.4)
}

.file_upload > button {
    background: #243e7a;
    transition: background 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-shadow: #6200bd 0 -1px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.file_upload:hover > button {
    background: #243e7acc;
    text-shadow: #5d00b3 0 -1px 0
}

.file_upload:active > button {
    background: #5d00b3;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset
}


.show_inp {
    display: block !important;
}

.btn-log_in {
    background-color: #1fc8db;
    background-image: linear-gradient(141deg, #98ecc7 0%, #1fc8db 51%, #2cb5e8 75%);
}

.profile-bar span {
    background: #dbdbdb;
    padding: 6px 0px 0;
    border-radius: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid black;
}

.profile-bar {
    padding: 8.3px !important;
}

input.btn[disabled] {
    background: gray;
}

.auth-panel {
    padding-top: 120px;
}

.home_link a {
    text-decoration: none;
    padding: 30px 0px;
    display: block;
}

.home_link {
    /*display: inline-block;*/
    padding: 0 0;
    background: #f0f0f0;
    width: 310px;
    margin: 40px 0;
    border-radius: 5px;
}

.home_link:hover {
    background: #ededed;
    transition: 1s;
    cursor: pointer;
}

#call_time {
    display: inline-block;
    margin: 0 30px;
    background: #c8c8c8;
    padding: 7px;
    border-radius: 50px;
    width: 39px;
    text-align: center;
    color: white;
    font-size: 17px;
}

.menu-v2 {
    background: #16222A; /* fallback for old browsers */
    margin: 0 4px;
    border-bottom: 2px solid transparent;
}

.menu-v2.active {
    border-bottom: 2px solid #fe4343;
}

.shadow {
    box-shadow: #9c9c9c -8px 1px 22px;
}

.help-text {
    bottom: 0;
    /*position: absolute;*/
    color: #aeaeae;
    font-weight: 100;
    font-size: 12px;
    margin-top: 50px;
}

#j-quest label {
    font-weight: 500;
}

.quest .col-md-5:nth-child(1) {
    background-color: #2e61b5;
    border-radius: 30px;
    color: #FFFFFF;
    height: 40px;
    font-size: 20px;
    width: 350px;
    min-width: 350px;
}

.quest .col-md-7 {
    margin-right: 0;
    padding-right: 0;
    width: 60%;
}

.quest input {
    /*background-color: #2e61b5;*/
    border-radius: 30px;
    border-color: #2e61b5;
    /*color: #FFFFFF;*/
    /*height: 40px;*/
    font-size: 20px;
}

.quest .checkbox input, .documents-upload .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.quest .checkbox__text, .documents-upload .checkbox__text {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}

.quest .checkbox__text:before, .documents-upload .checkbox__text:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    transition: .2s;
}

.quest .checkbox__text:after, .documents-upload .checkbox__text:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .2s;
}

.quest .checkbox input:checked + .checkbox__text:before, .documents-upload .checkbox input:checked + .checkbox__text:before {
    background: #2E61B5;
}

.quest .checkbox input:checked + .checkbox__text:after, .documents-upload .checkbox input:checked + .checkbox__text:after {
    left: 26px;
}

.quest .checkbox input:focus + .checkbox__text:before, .documents-upload .checkbox input:focus + .checkbox__text:before {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
}

.quest .error-msg {
    background-color: #f9cfd1;
    border-radius: 30px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    border: 10px;
}

.quest .error-msg:not(:empty) {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 8px;
}

.quest .error-related {
    margin-top: 10px;
}

.wrapper {
    text-align: center; /*располагаем содержимое блока по центру*/
}

.box {
    display: inline-block; /*располагаем блоки в ряд по горизонтали*/
    margin-right: -0.25em; /*убираем правый отступ между блоками*/
}

.custom-nav-tabs .nav-tabs {
    margin-bottom: 40px;
    margin-top: 40px;
}

.custom-nav-tabs .tab .nav-tabs {
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    border: none;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.custom-nav-tabs .tab .nav-tabs li {
    float: none;
    display: inline-block;
    position: relative;
    width: 33%;
}

.custom-nav-tabs .tab .nav-tabs li a {
    font-size: 16px;
    font-weight: 500;
    background: none;
    border: none;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
}

.custom-nav-tabs .tab .nav-tabs li.active a,
.custom-nav-tabs .tab .nav-tabs li.active a:focus,
.custom-nav-tabs .tab .nav-tabs li.active a:hover {
    border: none;
    background: #2e61b5;
    color: #fff;
    text-align: center;
}

.custom-nav-tabs .tab .tab-content h3 {
    font-size: 22px;
    color: #5b5a5a;
}

.custom-nav-tabs .tab .nav-tabs a:visited {
    color: #2E61B5; /* Цвет посещенных ссылок */
}

.custom-nav-tabs .able {
    color: #2e61b5;
}

.custom-nav-tabs .tab .nav-tabs a {
    text-align: center;
}

.custom-nav-tabs .nav-tabs > li > a {
    margin-right: 0;
}

.quest .modal, #file-form .modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .quest .modal:before, #file-form .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.quest .modal-dialog, #file-form .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.quest .modal-content, #file-form .modal-content {
    border-radius: 30px;
    height: 140px;

}

#callback-journal_modal .save-data-message {
    position: fixed;
    opacity: 0;
    z-index: 10;
    top: 100px;
    left: 50%;
    margin: 0 0 0 -110px;
    width: 259px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: green;
    transition: 1s;
}

.quest .related_remove_true, #file-form .related_remove_true {
    background-color: #2E61B5;
    border-radius: 30px;
    color: #FFFFFF;
    height: 40px;
    width: 90px;
    font-size: 15px;
    float: right;
}

.quest .related_remove_false, #file-form .related_remove_false {
    background-color: #FFFFFF;
    padding: 9px 15px;
    margin: 0 10px;
    border-radius: 30px;
    color: #2E61B5;
    float: left;
    height: 40px;
    width: 90px;
    font-size: 15px;
    border: 2px solid #2E61B5;
}

.element-select:invalid {
    color: #B8B8B8;
}

.element-select [disabled] {
    color: #B8B8B8;
}

.element-select option {
    color: #444;
}

.quest .custom-textarea {
    border-radius: 20px;
    width: 500px;
    border: 2px solid #2E61B5;
    overflow: auto;
    resize: vertical;
    min-height: 100px;
}

::-webkit-resizer {
    display: none;
}

.quest .wrap {
    position: relative;
    display: inline-block;
}

.quest .pull-tab {
    height: 0px;
    width: 0px;
    border-top: 7px solid #2E61B5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transform: rotate(-45deg);
    position: absolute;
    bottom: 10px;
    right: 5px;
    pointer-events: none;
    z-index: 2;
}

#file-form .file-input-hidden {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#file-form .file-input-label {
    width: 180px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    display: block;
    padding-top: 2px;
    transition: all 0.18s ease-in-out;
    border: 1px solid #2e61b5;
    border-radius: 30px;
    color: #FFFFFF;
    background-color: #2e61b5;
}

#file-form .file-input-label:hover {
    color: white;
    background: #333;
}

#file-form .col-md-5:nth-child(1) {

    background-color: #FFFFFF;
    margin: 0 10px;
    border-radius: 30px;
    font-weight: bold;
    color: #5a5a5a;
    height: 50px;
    width: 300px;
    font-size: 15px;
    border: 2px solid #2E61B5;
    text-align: center;
    padding-top: 2px;
    line-height: 1.5;
}

#file-form .documents {
    background-color: #2e61b5;
    border-radius: 30px;
    color: #FFFFFF;
    height: 40px;
    font-size: 20px;
}

#file-form .documents-upload .row {
    margin-top: 15px;
}

#file-form .wrap ul {
    list-style-position: inside;
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
    list-style-type: none;
    padding-left: 0;
}

#file-form .wrap li {
    width: 200px;
    padding-left: 5px;
    margin-left: 5px;
}

#file-form .col-md-4 {
    width: 46%;
}

#file-form .error-doc {
    background-color: #f9cfd1;
    border-radius: 30px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    border: 10px;
}

.error-no-document {
    background-color: #f9cfd1;
    border-radius: 30px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    border: 10px;
    width: 262px;
    margin-left: 290px;
    margin-top: 15px;
}

#file-form .error-doc-add {
    background-color: #f9cfd1;
    border-radius: 30px;
    color: #000;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    border: 10px;
}

.quest-btn-block {
    margin-top: 50px;
    width: 870px;
    margin-left: -15px;
}

/*
 Кнопка "взять в работу"
*/
.take_a_job {
    width: 140px;
    text-align: center;
    display: inline-flex;
    vertical-align: middle;
}

.take_a_job a {
    background-color: #1fc8db;
    background-image: linear-gradient(141deg, #98ecc7 0%, #1fc8db 51%, #2cb5e8 75%);
    line-height: 6;
    height: 70px;
}

/*
 SPinner
 */

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

#j-docs div {
    line-height: 1.8;
}

#j-docs div a span.with-ecp {
    font-size: 0.8em;
    color: #84b984;
}

#j-docs div a span.without-ecp {
    font-size: 0.8em;
    color: #ff9f9f;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.filter__toogle::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    /*background-color: red;*/
    left: 31px;
    top: -2px;
    border-radius: 30px;
}

.new-feature {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: red;
    left: 31px;
    top: -2px;
    border-radius: 30px;
}

.title-history {
    padding: 8px 0 0 0;
    margin: 0 0 8px 0;
    border-top: 1px solid #ededed;
    font-size: 15px;
    font-weight: 600;
}

tr.item-credit-request {
    cursor: pointer;
}

.loading-application-data {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 300px 0;
    width: 100%;
    text-align: center;
    background: rgba(243, 243, 243, 0.5);
}

/*
Download link
*/
.application-documents-row .dropdown {
    display: inline-block;
}

.application-documents-row .dropdown-menu a {
    display: block;
    font-size: 13px;
    color: black;
    padding: 5px;
    cursor: pointer;
}

.application-documents-row .dropdown-menu a:hover {
    background: #f2f2f2;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.utm-cpa-input {
    border: 1px solid #c4c3c3;
    padding: 5px;
    border-radius: 4px;
}

small.prompt {
    color: #cecece;
}
/* Shipping CPA */
.nav li.shipping a {
    /*color: white;*/
    border: 2px dotted;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to left top, #fff, #fff, #1b6cc1, #ba1a71, #eb1254);
    border-image-slice: 1;
}
.application-documents .no-documents {
    background: #fdfdfd;
    padding: 5px;
    border: 1px solid #f2f2f2;
}

/* edrpou loader */

.edrpou-group {
    position: relative;
}
.edrpou-group .loader{
    display: inline-block;
    position: absolute;
    display: none;
    top: -3px;
    right: -45px;
    width: 40px;
    height: 40px;
}
.edrpou-group .loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    margin: 8px;
    border: 4px solid #012d53;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #012d53 transparent transparent transparent;
}

.edrpou-group .loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.edrpou-group .loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.edrpou-group .loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* END edrpou loader */

.edrpou-group .btn-edrpou {
    margin: 0;
    width: 45px;
    height: 45px;
    position: absolute;
    margin: 0!important;
    padding: 0;
    right: 16px;
    top: 0;
    line-height: initial!important;
}
.edrpou-group .btn-edrpou .svg-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.edrpou-group .btn-edrpou .svg-icon .search-path {
    stroke: #fff;
}

/* Advance label sum */
.advance_payment-group {
    position: relative;
}
.advance_payment-group #advance_payment_input-sum-span {
    position: absolute;
    width: 150px;
}

.validation-error {
    border: 1px solid #E32636;
}
.callback-form {
    position: relative;
}
.callback-form-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(255,255,255,0.5);
    align-items: center;
    justify-content: center;
}
.callback-form-loader.show {
    z-index: 10;
    visibility: visible;
    display: flex;
}
.callback-form-loader .loader {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 40px;
}
.callback-form-loader .loader div  {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    margin: 8px;
    border: 4px solid #012d53;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #012d53 transparent transparent transparent;
}