a {
    color: #2ecc71;
    text-decoration: none;
}


a:hover {
    text-decoration: underline;
    color: #2ecc71;
}

.room_block {
    display: inline-block;
    width: 250px;
    background-color: #ccc;
    margin: 10px;
    padding: 20px;
    min-height: 30px;
}

.table tr td {
    position: relative;
}

.table .odd {
    background-color: #fff;
}

.table .even {
    background-color: #fcfcfc;
}

.color_block {
    position: absolute;
    top: 5%;
    left: 0;
    height: 90%;
    width: 8px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #e5ebec;
    border-left: none;
    background-color: #fff;
    cursor: pointer;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    font-size: 14px;
}

.form-control {
    font-size: 14px;
}

.table tbody tr,
.table tbody input {
    text-align: center;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr.bold {
    font-weight: bold;
}

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

.table thead th:first-child {
    text-align: left;
}

.time_table tr:nth-child(2n) {
    border: none !important;
    border-top: 1px dashed #ccc !important;
}

.time_table tr td {
    padding: 0 !important;
    position: relative;
    max-height: 30px;
    min-height: 30px;
    height: 30px;
    width: 7.692%;
}

.time_table tr td:first-child {
    /*padding: 5px 8px !important;*/
    font-size: 12px;
    text-align: center !important;
}

.reserve_block {
    background-color: #67ae6a;
    color: #fff;
    font-size: 10px;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 99999;
    cursor: grab;

}

@keyframes move_down_up {
    100% {
        transform: translateY(2px);
    }
}

.ui-resizable-s {
    bottom: -26px;
    height: 30px;
    animation: move_down_up 0.7s linear alternate-reverse infinite;
}

.ui-resizable-handle:after {
    content: "\f0d7";
    color: #67ae6a;
    font: normal normal normal 14px/1 FontAwesome;
}

.ui-resizable-handle {
    display: none !important;
}

.reserve_block_header {
    height: 25px;
    position: absolute;
    top: -25px;
    width: 100%;
    display: none;
    transition: all 0.5s ease;
}

.reserve_block_footer {
    height: 100%;
    position: absolute;
    bottom: -17px;
    width: 100%;
    display: none;
    transition: all 0.5s ease;

}

.remove_reserve {
    font-size: 10px;
    background-color: #ff4443;
    color: #fff;
    border: none;
    width: 100%;
    height: 25px;

}

.reserve_block:hover .hidden,
.reserve_block:hover .ui-resizable-handle {
    display: block !important;
}

.description_reserve {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -7px;
}

.relative {
    position: relative;
}

.preloader-block {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    z-index: 991;
}

.cssload-wrap {
    position: fixed;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    z-index: 992;

}

.sidebar {
    z-index: 10;
    position: absolute;
    width: 265px;
    padding-top: 10px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #e5ebec;
}

.logo {
    text-align: center;
    margin-bottom: 50px;
}

.line-steps .start .step-number {
    color: #2ecc71;
    border-color: #2ecc71;
}

.line-steps .finish .step-number {
    color: #8b9498;
}

.line-steps .start .step-title:after {
    background-color: #2ecc71;
}

.line-steps .active .step-number {
    color: #2ecc71;
    border-color: #2ecc71;
}


.line-steps .active .no-chain-step-number {
    color: #2ecc71;
    border-color: #2ecc71;
    transform: scale(1.3);
}

.line-steps .active .step-number.error {
    color: #cc5b53;
    border-color: #cc322a;
    position: relative;
}

.line-steps .active .step-number.error:before {
    content: '!';
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 12px;
    color: #cc322a;
}

.line-steps .step-number.checked {
    text-align: left;
    padding-left: 8px;
}

.line-steps .step-number.checked:before {
    content: '\2713';
    position: absolute;
    top: 0;
    right: 4px;
    font-size: 12px;
}

.line-steps active .step-number.checked:before {
    content: '\2713';
    position: absolute;
    top: 0;
    right: 3px;
    font-size: 14px;
    color: #2ecc71;
}

.line-steps .active .step-title:after,
.line-steps .active .step-title:before {
    background-color: #2ecc71;
}

.line-steps .active .step-title:after,
.line-steps .active .step-title:before {
    background-color: #2ecc71;
}

.line-steps .upcoming .step-number {
    color: #2ecc71;
    border-color: #2ecc71;
}

.line-steps .upcoming .step-title:after,
.line-steps .upcoming .step-title:before {
    background-color: #2ecc71;
}

.line-steps .upcoming .step-title:after,
.line-steps .upcoming .step-title:before {
    background-color: #2ecc71;
}

.line-steps a:hover {
    text-decoration: none;
}

.line-steps .column-step {
    cursor: pointer;
}

.clicked-block {
    cursor: pointer;
}

.line-steps .step-number {
    font-size: 20px;
    background: #fff;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto auto 15px;
    border: 3px solid #e5ebec;
    position: relative;
    height: 40px;
    width: 40px;
    z-index: 3;
    line-height: 35px;
}

.line-steps .step-number.error {
    color: #cc5b53;
    border-color: #cc322a;
    position: relative;
}

.line-steps .step-number.error:before {
    content: '!';
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 12px;
    color: #cc322a;
}

.line-steps .disabled {
    cursor: not-allowed;
}

.line-steps .disabled .step-number {
    color: #f5f5f5;
    border-color: #f5f5f5;
}

.line-steps .disabled .step-number {
    color: #f5f5f5;
    border-color: #f5f5f5;
}

.line-steps .disabled .step-title:after,
.line-steps .disabled .step-title:before {
    background-color: #f5f5f5;
}

.line-steps .disabled .step-title {
    color: #f0f0f0;
}


.nav-block-1.disabled .no-chain-step-number {
    color: #f5f5f5;
    border-color: #f5f5f5;
}


.white-box {
    position: relative;
}

.nav-block-1 {
    position: absolute;
    right: 30px;
    top: 20px;
}

.nav-block-1 .no-chain-step-number {
    font-size: 20px;
    background: #fff;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto auto 15px;
    border: 3px solid #e5ebec;
    position: relative;
    height: 40px;
    width: 40px;
    z-index: 3;
    line-height: 33px;
    text-align: center;
}

.nav-block-1 .step-title {
    font-size: 12px;
    text-align: center;
}

.nav-block-1 .fa {
    font-size: 18px;
}

.people_list,
.people_list_inner {
    padding: 0px 0;
}

.people_list_wrap {
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 11px;
    margin-bottom: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.people_list_inner .people_list_wrap {
    background: #e4e4e4;
    color: #333b3f;
    border: none;
    font-size: 12px;
}

.people_list_inner .people_list_wrap strong {
    color: #4a5053;
}

.people_list_inner .description_block {
    position: relative;
}

.description_block .description {
    display: none;
}

.people_list_inner .description_block .description {
    position: absolute;
    background: #fff;
    bottom: 41px;
    min-width: 250px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 7px 20px rgb(0 0 0 / 20%);
    display: none;
}

.people_list_inner .description_block .description .tooltip-arrow {
    bottom: -10px;
    left: 10%;
    margin-left: -5px;
    border-width: 10px 10px 0;
    border-top-color: #fff;
}




.people_list_inner .people_list_container {
    position: relative;
    height: 50px;
    margin-bottom: 10px;
}

.people_list_inner .people_list_container .drag_people {
    position: absolute;
    height: 100%;
}

.people_list_wrap:after {
    content: '';
    display: inline-block;
    clear: both;
}

.people_list_wrap span.name {
    padding: 4px 10px;
    display: block;
    width: 100%;
    white-space: pre;
    overflow: hidden;
}

.people_list_wrap_fake {
    border: 1px solid #eaeaea;
    cursor: pointer;
    font-size: 11px;
    margin-bottom: 10px;
    background-color: #fff;
    height: 40px;
}

.people_list_wrap_fake span.name {
    color: #dcdcdc;
    padding: 11px 10px;
    height: 20px;
}

.people_list_wrap span.delete {
    display: none;
    border-left: 1px solid #fff;
    padding: 0 14px;
    color: #ff4747;
    height: 100%;
}

.people_list_wrap span.delete .fa {
    font-size: 13px;
}

.people_list_inner .people_list_wrap span.delete {
    display: flex;
    align-items: center;
}



.people_list_wrap .delete:hover {
    background-color: rgb(215, 215, 215);
}

.people_list_wrap span.drag {
    border-right: 1px solid #ccc;
    display: inline-block;
    padding: 11px 10px;
}


.people_list_wrap.ui-draggable-dragging {
    background-color: #98c45a;
    color: #fff;
    border: none;
}

.people_list_container.ui-draggable-dragging {
    background-color: #98c45a;
    color: #fff;
}

.people_list_container.ui-draggable-dragging {
    background: none;
}

.ui-draggable-dragging .description {
    display: none !important;
}

.ui-droppable-active .panel-body {
    background-color: rgba(205, 255, 108, 0.11);
}

.ui-droppable-active.drop-hover .panel-body {
    background-color: rgba(205, 255, 108, 0.31);
}

.user-profile .profile-image {
    padding-top: 50px;
}

.user-profile .profile-image img {
    position: relative;
    width: 200px;
    height: auto;
}

.panel .panel-body {
    padding: 25px;
}

@media (min-width: 768px) {
    .mini-sidebar .user-profile .profile-image {
        padding-top: 50px;
    }
}

.login-register {
    background: url(../images/main_fon.jpg) center center/cover no-repeat !important;
    height: 100%;
    position: fixed;
}

.login-box {
    background: #fff;
    width: 400px;
    margin: 5% auto 0;
}

.affix-block.affix {
    position: fixed;
    top: 20px;
    width: 346px;
}

.help-block .errorlist {
    margin-left: 0;
    padding-left: 0;
    color: red;
}

.errorlist li {
    list-style: none;
}

.information-block-or {
    padding: 20px 0;
}

.information-block-or:before {
    text-align: center;
    content: '';
    width: 1px;
    height: 20px;
    border-right: 1px solid #ccc;
    display: block;
    margin: 12px auto;
}

.information-block-or:after {
    text-align: center;
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    border-right: 1px solid #ccc;
    margin: 12px auto;
}

.input-group-btn .btn {
    padding: 7px 12px;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.people-block-wrap {
    position: relative;
}

.people-block-wrap .minus:after {
    position: absolute;
    content: '-';
    right: -4px;
    top: 32px;
    font-size: 18px;
    color: #98c45a;
}

.people-block-wrap .equally:after {
    position: absolute;
    content: '=';
    right: -4px;
    top: 32px;
    font-size: 18px;
    color: #98c45a;
}

.actions {
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
}

.action-wrap .action_item {
    display: inline-block;
    margin: 0 5px;
}

.action_item .fa-comment {
    color: #8b9498;
}

.action_item .fa-comment.active {
    color: #2ecc71;
}

.action_item .fa {
    cursor: pointer;
}

.panel-action {
    min-width: 80px;
}

.panel-action .dropdown a {
    font-size: 12px;
    cursor: pointer;
}

.panel-action .dropdown a:hover {
    text-decoration: none;
}

.room_give_number .checkbox {
    margin-bottom: 20px;
}

.room_give_number .checkbox label {
    padding-left: 15px;
}

.panel-heading {
    position: relative;
}

.room_range_dates {
    width: 100%;
    display: flex;
    background: #2ecc71;
    color: #fff;
    border-top: 1px solid #fff;
    font-weight: bold;
}

.panel-primary .room_range_dates {
    width: 100%;
    display: flex;
    background: #0283cc;
    color: #fff;
    border-top: 1px solid #fff;
    font-weight: bold;
}

.room_range_dates .range_object:last-child {
    border: none;
}

.room_range_dates .range_object {
    flex: 1;
    border-right: 1px solid #fff;
    text-align: center;
    padding: 10px 0;

}

.estimate-block {
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 14px;
}

.estimate-block .estimate-item .fa {
    margin-right: 10px;
    cursor: pointer;
    color: #7be6a9;
}

.estimate-block .estimate-item .fa.active {
    color: #fff;
}

.people-finance-block {
    padding: 0 5px;
    font-size: 11px;
    text-align: left;
    line-height: 16px;
}

.people-finance-block ul {
    margin: 0;
    padding: 0;
}

.people-finance-block ul li {
    list-style: none;
}

.people-finance-block ul li a {
    cursor: pointer;
}

.red_class {
    color: #ff3838;

}

.errorlist {
    margin: 0 0 30px 0;
    padding: 0;
    color: #ff3838;
}

.general-info {
    line-height: 30px;
}

.people_block_wrap {
    max-height: 450px;
    overflow: scroll;
    margin-top: 20px;
}

.edit-icon {
    background-color: #07b15a;
    margin-left: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.edit-icon:hover {
    background-color: #06924b;
}


.edit-icon .fa {
    color: #48ffa1;
}

.modal-content .form-group {
    margin-bottom: 0;
}

.action_wrap {
    text-align: left;
}

.action_wrap .action_link {
    font-size: 12px;
    text-align: left;
    color: #5d5d5d;
    cursor: pointer;
    text-decoration: none;
}

.table-responsive .sorted_people .fa {
    display: none;
}

.table-responsive tr:hover>.sorted_people .fa {
    display: block;
}

.sorted_people .fa {
    cursor: pointer;
}

.sorted_people .fa:hover {
    color: #2ecc71;
}

.sorted_people .up {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -4px;
}

.sorted_people .down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -4px;
}


/*.dropdown-menu>li{*/
/*padding: 9px 20px;*/
/*}*/

/*.dropdown-menu>li>a{*/
/*}*/

.preloader-wrap {
    position: relative;
    width: 100%;
    height: 100%;

}

.preloader_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.60);
    z-index: 9999;
}

.preloader-wrap .cssload-speeding-wheel {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
}

.panel .panel-description {
    font-size: 12px;
    text-transform: lowercase;
}

@media (max-width: 1024px) {
    .modal {
        padding: 0 !important;
    }

    .affix-block.affix,
    .affix-block.affix-top {
        position: relative;
        width: 90%;
    }
}

@media (min-width: 992px) {

    #estimate2 .modal-dialog {
        width: auto;
        margin: 10px;
    }
}


@media (max-width: 992px) {

    .line-steps .column-step {
        display: inline-block;
        width: 90px;
        vertical-align: top;
        padding: 10px 0;
    }
}

@media (max-width: 768px) {

    #estimate2 .modal-dialog {
        width: auto;
        margin: 0;
    }

    .line-steps .column-step {
        display: inline-block;
        width: 90px;
        vertical-align: top;
        padding: 10px 0;
    }

    .nav-block-1 {
        position: relative;
        top: initial;
        right: initial;
    }

    .container-fluid {
        padding: 10px;
    }

    .row {
        margin: 0;
    }

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 0;
        padding-right: 0;
    }

    .white-box {
        padding: 10px;
    }

    .panel .panel-heading {
        padding: 20px 15px;
    }


    .estimate-block {
        right: 10px;
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th {
        font-size: 12px;
    }

    .affix-block.affix,
    .affix-block.affix-top {
        position: relative;
        width: 90%;
    }

    .people_list_wrap {
        max-width: 90%;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 20px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #25bf67;
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    h3 {
        line-height: 20px;
        font-size: 14px;
    }

    .btn {
        display: block;
    }

    .form-control {
        min-width: 150px;
    }

    .modal {
        padding: 0 !important;
    }

    .modal::-webkit-scrollbar {
        display: none;
    }

    .login-box {
        margin: 20px;
        width: auto;
    }

    .login-box .white-box {
        border: none;
    }

    .login-register {
        background: none !important;
    }

    .people-block-wrap .equally:after {
        display: none;
    }

    .people-block-wrap .minus:after {
        display: none;
    }

    .daterangepicker.dropdown-menu {
        min-width: 500px;
    }

}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 16px 16px;
    vertical-align: middle;
}


.position-relative {
    position: relative;
}

.white-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
    pointer-events: all;
    border-radius: 4px;
}

/* Сообщение фиксировано сверху */
.overlay-message-top {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #c00;
    font-weight: bold;
    border: 1px solid #c00;
    border-radius: 4px;
    padding: 6px 16px;
    z-index: 11;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.overlay-message-top i {
    font-size: 16px;
}

.label-purple {
    background-color: #6f42c1;
    color: white;
}

.modal-fullwidth {
    width: 95%;
    /* почти на всю ширину */
    max-width: 1600px;
    /* чтобы на очень больших мониторах не растягивалось бесконечно */
}
