#logresh-container {
    bottom: 33px;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 50px;
}

@media (max-width: 991px) {
    #logresh-container {
        background: #FFF;
        padding: 0 !important;
    }
}


#logresh-container #logresh-car-map {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
}

#logresh-container #result-panel {
    background: #FFF;
    bottom: 0;
    border-left: 1px solid #EAECF2;
    border-right: 1px solid #EAECF2;
    -webkit-box-shadow: 6px 0px 9px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 6px 0px 9px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 6px 0px 9px 0px rgba(0, 0, 0, 0.34);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 25%;
    margin-bottom: 33px !important;
    margin-left: 175px;
    margin-top: 50px;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .15s ease-in;
    width: 25%;
    z-index: 0;
}

.page-sidebar-closed #logresh-container #result-panel {
    margin-left: 34px;
}

.page-sidebar-closed #logresh-container #result-panel.open {
    opacity: 1;
    transition: opacity .15s ease-in;
    z-index: 3002;
}

#logresh-container #result-panel .button-close {
    background: #FFF;
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 0;
    width: 40px;
}

#logresh-container #result-panel .button-close:hover {
    background: #F2F3F7;
    color: #D9534F;
}


#logresh-container .manager-place {
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
    width: 25%;
    z-index: 3001;
}

@media (max-width: 1200px) {
    #logresh-container .manager-place {
        width: 580px;
    }

    .page-sidebar-closed #logresh-container #result-panel,
    #logresh-container #result-panel {
        margin-left: 0;
        left: 235px;
        right: 0;
        width: auto;
    }

    .page-sidebar-closed #logresh-container #result-panel {
        left: 45px;
    }

    #logresh-container #result-panel.open,
    .page-sidebar-closed #logresh-container #result-panel.open {
        opacity: 1;
        z-index: 3001;
    }

    #logresh-container #result-panel.open .button-close {
        background-color: transparent;
        right: 6px;
    }
}

@media (max-width: 991px) {
    #logresh-container .manager-place,
    #logresh-container .manager-place.has-empty-address {
        width: 100% !important;
    }

    #logresh-container #result-panel {
        left: 0 !important;
        padding: 0;
    }

    #logresh-item-view .page-sidebar.navbar-collapse.collapse {
        margin: 0;
        padding: 0;
        z-index: 3003;
    }
}

#logresh-container .manager-place .page-bar {
    flex-grow: 0;
    flex-shrink: 1;
    margin: 0;
    position: relative;
}

#logresh-container .manager-place.has-empty-address {
    width: 50%;
}

#logresh-container .manager-place.has-empty-address + #logresh-car-map {
    width: 50%;
}

#logresh-container .manager-place .button-panel {
    align-items: center;
    background: #FEFEFE;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 10px 20px;
}

@media (max-width: 1440px) {
    #logresh-container .manager-place .button-panel .info-text {
        display: none;
    }

    #logresh-container .manager-place.has-empty-address .button-panel .info-text {
        display: inline;
    }
}

#logresh-container .manager-place .button-panel .arrow-p {
    text-align: right;
}

#logresh-container .manager-place .button-panel .arrow-p a,
#logresh-container .manager-place .button-panel .arrow-p button {
    display: inline-block;
    margin-left: 5px;
}

#logresh-container .manager-place .button-panel .arrow-p > *:first-child {
    margin-left: 0;
}

#logresh-container .manager-place .button-panel .arrow-p button {
    padding-left: 0;
    padding-right: 0;
}

#logresh-container .manager-place .stat-panel {
    border-bottom: 1px solid #EEEEEE;
}

#logresh-container .manager-place .stat-panel table {
    font-size: 12px;
    width: 100%;
}

#logresh-container .manager-place .stat-panel table td,
#logresh-container .manager-place .stat-panel table th {
    border-top: 1px solid #EEEEEE;
    padding: 5px 10px;
}

#logresh-container .manager-place .stat-panel table th {
    border-right: 1px solid #EEE;
    padding-left: 20px;
}

#logresh-container .manager-place .stat-panel table td {
    padding-right: 20px;
}

#logresh-container .manager-place .stat-panel table tr:first-child > td,
#logresh-container .manager-place .stat-panel table tr:first-child > th {
    border-top: none;
}

#logresh-container .manager-place .result-panel {
    align-items: stretch;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: space-between;
}

#logresh-container .manager-place .result-panel .column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#logresh-container .manager-place .result-panel .column > .header,
#logresh-container .manager-place .result-panel .column > .stat-panel,
#logresh-container .manager-place .result-panel .column > .submit-panel {
    flex-grow: 0;
    flex-shrink: 1;
}

#logresh-container .manager-place .result-panel .column > .content-place {
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
}

#logresh-container .manager-place .result-panel .column > .submit-panel {
    background: #FEFEFE;
    border-top: 1px solid #EEEEEE;
    padding: 10px 20px;
}

#logresh-container .manager-place.has-empty-address .result-panel .column {
    height: 100%;
    position: relative;
    width: 50%;
}

#logresh-container .manager-place.has-empty-address .result-panel > .column:first-child {
    border-right: 1px solid #EEEEEE;
}

#logresh-container .manager-place .result-panel .column > .header,
#logresh-container .manager-place .result-panel #nulled-address > .header {
    border-bottom: 1px solid #EAECF2;
    color: #888;
    font-size: 14px;

    padding: 5px 20px;
}

#logresh-container .manager-place .result-panel #nulled-address {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

#logresh-container .manager-place .result-panel #nulled-address > .header {
    flex-grow: 0;
    flex-shrink: 1;
}

#logresh-container .manager-place .result-panel #nulled-address > .content-place {
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
}


#logresh-container .manager-place .result-panel .content-place .car-list {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

#logresh-container .manager-place .result-panel .content-place .car-list.scroller {
    width: 100% !important;
}

#logresh-container .manager-place .result-panel #nulled-address > .content-place .address {
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
}

#logresh-container .manager-place .result-panel #nulled-address > .content-place .address.scroller {
    height: 100% !important;
    width: 100% !important;
}

#logresh-container table.cars {
    width: 100%;
}

#logresh-container table.cars tr th,
#logresh-container table.cars tr td {
    border-bottom: 1px solid #EAECF2;
    padding: 10px 20px;
    text-align: left;
}

#logresh-container table.cars tr td:first-child {
    border-left: 0 solid #CCC;
    transition: border .15s ease-in;
}
#logresh-container table.cars tr > * {
    transition: background .25s ease-in .25s;
}

#logresh-container table.cars tr.dragover > * {
    background: #EFEFEF;
}

#logresh-container table.cars tr.dragover td:first-child {
    border-left-width: 10px;
}

#logresh-container table.cars tr.dragover.not > * {
    background: rgba(255, 0, 0, .2);
    cursor: no-drop !important;
}

#logresh-container table.cars tr.dragover.not td:first-child {
    border-left-color: rgba(255, 0, 0, .2);
}
#logresh-container table.cars tr.light > * {
    background: #D1FBFF;
}

#logresh-container .free-block{
    background: #EEE;
    border: 0 dashed #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #BBB;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: bold;
    height: 0;
    padding: 0 5px;
    overflow: hidden;
    text-align: center;
    transition: all .15s ease-in;
}
#logresh-container .free-block.open{
    border-width: 1px;

    height: auto;
    padding: 5px;
}
#logresh-container .free-block.open:hover{
    background: #9EBFDA;
    color: #FFF;
}

#logresh-container .change-place{
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
#logresh-container .change-place > span:first-child{
    margin-right: 10px;
}


#logresh-container table.cars tr td.check .mt-checkbox {
    padding-left: 19px;
}

#logresh-container table.cars tr td.check {
    padding-right: 0;
}

#logresh-container table.cars tr td.check + td {
    padding-left: 7px;
}

#logresh-container table.cars tr th:last-child,
#logresh-container table.cars tr td:last-child {
    text-align: right;
}

#logresh-container table.cars tr th {
    background: #F2F3F7;
    color: #ADB7CC;
    vertical-align: middle;
}

#logresh-container table.cars tr th:last-child {
    color: #526693;
}

#logresh-container table.cars .mt-checkbox {
    height: 19px;
    margin-bottom: 0;
}

#logresh-container table.cars tr td,
#logresh-container table.cars tr td .mt-checkbox {
    font-size: 12px;
}

#logresh-container table.cars .arrow-toggle {
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
    text-decoration: none;
}

#logresh-container table.cars td a {
    color: #2E6DA4;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none;
}

#logresh-container table.cars td a:hover {
    color: #D9534F;
}

#logresh-container table.cars td a small {
    color: #CCC;
    display: block;
    font-size: 10px;
    font-weight: normal;
}

#logresh-container table.cars td a small.disactive,
#logresh-container table.cars tr.active td a small.onactive {
    display: none;
}

#logresh-container table.cars tr.active td {
    background: #EEEFFF;
}

#logresh-container table.cars tr.active td a,
#logresh-container table.cars tr.active td a small {
    color: #333;
}

#logresh-container table.cars tr.active td a small.disactive {
    display: block;
}

@media (min-width: 992px) {
    #logresh-item-view .page-content-wrapper #logresh-container.page-content {
        min-height: auto !important;
    }
}


.page-sidebar-closed #logresh-container #result-panel .address-panel {
    height: 100%;
}

.page-sidebar-closed #logresh-container #result-panel .address-panel .address,
.page-sidebar-closed #logresh-container .address-panel .address-field {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page-sidebar-closed #logresh-container #result-panel .address-info {
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
}

.page-sidebar-closed #logresh-container #result-panel .address-inner {
    height: 100%;
    margin-bottom: 33px !important;
    overflow-y: auto;
    position: absolute;
}

.page-sidebar-closed #logresh-container #result-panel .address-inner.scroller {
    width: 100% !important;
}

#logresh-container .address-panel .driver-info {
    border-bottom: 1px solid #EAECF2;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 10px 20px 20px;
}
#logresh-container .address-panel .driver-info .number small{
    display: flex;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 5px;
}

#logresh-container .address-panel .driver-info .line {
    align-items: stretch;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin: 2px 0;
}

#logresh-container .address-panel .driver-info .line > * {
    width: 50%;
}

#logresh-container .address-panel .driver-info .line > .column:only-of-type {
    width: 100%;
}

#logresh-container .address-panel .driver-info .line .arrow {
    flex-grow: 0;
    flex-shrink: 1;
    margin-left: auto;
    order: 2;
    width: auto;
}

#logresh-container .address-panel .driver-info .line .arrow + * {
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 10px;
    order: 1;
    width: auto;
}

#logresh-container .address-panel .driver-info .message {
    font-size: 12px;
    margin-top: 8px;
}

#logresh-container .address-panel .driver-info .line .name {
    color: #CAD0DE;
    font-size: 10px;
}

#logresh-container .address-panel .address-line {
    background: transparent;
    border-left: 0px solid #CCC;
    border-bottom: 1px solid #EAECF2;
    font-size: 12px;
    transition: border .15s ease-in, background .25s ease-in .25s;
}

#logresh-container .address-panel .address-line.stock {
    background: #F6F7FF;
}

#logresh-container .address-panel .address-line .line {
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 20px;
}

#logresh-container .address-panel .address-line .line > * {
    margin: 0 10px;
}

#logresh-container .address-panel .address-line .line .work-time {
    flex-grow: 0;
    flex-shrink: 1;
    margin-left: auto;
}

#logresh-container .address-panel .address-line .mark {
    background: none;
    color: #CDD3E0;
    font-size: 10px;
    padding: 0;
}

#logresh-container .address-panel .address-line .line.normal .address,
#logresh-container .address-panel .address-line .line.normal .address-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 0;
    width: calc(100% - 80px);
}

#logresh-container .address-panel .address-line .line.normal {
    align-items: center;
}

/*
dragable
 */
#logresh-container .address-panel .address-line.light {
    background: #D1FBFF;
}

#logresh-container .address-panel .address-line.drag {
    background: #FCFCFC;
    cursor: move;
}

#logresh-container .address-panel .address-line.dragover {
    border-left-width: 15px;
    background: #EEE;
}

#logresh-container .address-panel .address-line.dragover.not {
    background: rgba(255, 0, 0, .2);
    border-left-color: rgba(255, 0, 0, .2);
    cursor: no-drop !important;
}

/*
dragable
 */
#logresh-container .address-panel .address-line .line.normal .arrow {
    flex-grow: 0;
    flex-shrink: 1;
    margin-left: 5px;
    margin-right: 20px;
}

#logresh-container .address-panel .address-line .line.normal .work-time {
    margin-left: 0;
}

#logresh-container .address-panel .address-line .line.normal .arrow {
    font-size: 12px;
    text-align: right;
    width: 20px;
}

#logresh-container .address-panel .address-line .line.normal .number {
    margin-right: 5px;
    width: 20px;
}

#logresh-container .address-panel .address-line .line.normal .number span {
    align-items: center;
    background: #F7F7FF;
    border-radius: 50% !important;
    color: #7F8AFF;
    display: flex;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    text-align: center;
    width: 20px;
}

#logresh-container .scroller {
    padding-right: 8px;
}