﻿div.table-name {
    border-bottom: 1px solid #535354;
    margin-bottom: 33px;
    padding-bottom: 14px;
    text-transform: uppercase;
}

div.body-part-delimiter {
    background: #4c4c4d;
    width: 1px;
}

div.table div.body-part {
    float: left;
}

div.flex-content {
    display: flex;
}

div.table {
}

    div.table .body a {
        color: #9CA270;
    }

    table.table tbody,
    table.common-table tbody,
    div.table .body {
        border-bottom: 2px solid #565656;
        border-top: 2px solid #565656;
    }

        table.table tbody tr,
        table.common-table tbody tr,
        div.table .body tr {
            border-color: #565656;
        }

    div.table .row {
        height: 52px;
        margin: 0;
        width: 100%;
    }

        div.table .row.height-auto {
            height: auto;
            margin: 0;
            width: 100%;
        }

        div.table .body .row.height-auto > div {
            white-space: normal;
        }

    div.table .header {
        color: #727979;
        height: 30px;
    }

        div.table .header label {
            text-transform: uppercase;
        }

        div.table .header .glyphicon {
            font-size: 12px;
            margin-left: 5px;
        }

    div.table .body .row.selected:not(.autorow),
    div.table .body .row:not(.autorow):hover {
        background-color: #3d3d3e;
    }


    div.table .body .row:active:not(.autorow) {
        background-color: #383839;
    }

    div.table .body .row > div {
        padding-bottom: 15px;
        padding-top: 15px;
        white-space: nowrap;
    }

    div.table .body .row div.disable-overflow {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div.table .body .row div.autowrap {
        white-space: normal;
    }

    div.table .body .row:not(.autorow) {
        border-bottom: 1px solid #565656;
    }

    /*div.table .body .row:last-child {
            border-bottom: none;
        }*/

    div.table .header .time,
    div.table .body .row .time {
        max-width: 70px;
    }

    div.table .header .date,
    div.table .body .row .date {
        max-width: 60px;
    }

    div.table .body .row .image {
        padding-bottom: 1px;
        padding-top: 1px;
    }

        div.table .body .row .image.image-right {
            padding-top: 5px;
            text-align: right;
        }

    div.table .header .row .images,
    div.table .body .row .images {
        padding-bottom: 1px;
        padding-top: 1px;
    }

        div.table .header .row .images .tablebutton,
        div.table .body .row .images .tablebutton {
            float: right !important;
        }

    div.table .header .checkbox,
    div.table .body .row .checkbox {
        max-width: 50px;
        padding: 1px 3px;
        text-align: center;
    }

    div.table .body .row .avatar,
    div.table .header .row .avatar {
        max-width: 55px;
        padding: 1px 3px;
        text-align: center;
    }
    div.table .body .row .avatar div.avatar{
            background-size: 100%;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            border-radius: 50%;
            color: rgb(202, 202, 202);
            display: inline-block;
            padding: 0px;
            margin-top: 3px;
            cursor: pointer;
            font-size: 15.8333px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            width: 38px;
     }

div.row .avatar {
    max-width: 55px;
    padding: 1px 3px;
    text-align: center;
}

div.table .body .row div.checkbox-custom-button {
    overflow: initial;
    padding: 0;
}

div.table .header .row .text-large,
div.table .body .row .text-large {
    padding-bottom: 9px !important;
    padding-right: 0;
    padding-top: 9px !important;
}

div.table .body .row .image .icon {
    height: 31px;
    margin-left: 7px;
    margin-top: 7px;
    width: 31px;
}

div.table .body .row .date {
    line-height: normal;
    padding-bottom: 5px;
    padding-top: 7px;
}

    div.table .body .row .date .day {
        display: block;
        font-size: 160%;
        text-align: center;
        width: 100%;
    }

    div.table .body .row .date .month {
        display: block;
        font-size: 70%;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

div.table .body .row .padding-small {
    padding-bottom: 0;
    padding-top: 7px;
}

div.table .header .simple-date,
div.table .body .row .simple-date {
    max-width: 80px;
}

div.table .header .full-date,
div.table .body .row .full-date {
    max-width: 110px;
    white-space: nowrap;
}

div.table .header .status,
div.table .body .row .status {
    white-space: nowrap;
}

div.table .header .right,
div.table .body .row .simple-date,
div.table .body .row .numeric {
    text-align: right;
}
table.table tbody tr .user,
div.table .body .row .user {
    line-height: initial;
    padding-bottom: 5px;
    padding-top: 10px;
}
    table.table tbody tr .user .id,
    div.table .body .row .user .id {
        color: #747475;
        display: block;
        font-size: 80%;
        padding-bottom: 2px;
    }
    table.table tbody tr .user .name,
    div.table .body .row .user .name {
        display: block;
    }

div.table .body .row .input-text {
    padding-bottom: 9px;
    padding-top: 9px;
}

div.table .body .row .input-file {
    padding-bottom: 5px;
    padding-top: 9px;
}

div.table .body .row .input-checkbox {
    margin-left: 9px;
    padding-bottom: 9px;
}

.member-id {
    font-size: 90%;
}

.username {
    color: #9ca270;
    font-size: 90%;
}

div.table .body .row div.table-buttons-wrapper .clipboard + div.popover {
    margin-top: 5px;
}

.clipboard + div.popover {
    color: #9B9B9B;
}

    .clipboard + div.popover input {
        background-color: #F3F3F1;
        border-color: #DCDCD5;
        border-radius: 2px 0 0 2px;
        color: #000000;
    }

div.table .body .row div.table-buttons-wrapper {
    padding-top: 0;
}

    div.table .body .row div.table-buttons-wrapper .table-buttons-panel {
        margin-right: 0;
    }

.allocation-table .row .table-buttons-panel,
div.table .body .row .table-buttons-panel {
    display: none;
    padding: 0;
}

div.table .body .row .member-id {
    padding-bottom: 2px;
    padding-top: 4px;
}

div.table .body .row .username {
    padding-bottom: 2px;
    padding-top: 2px;
}

div.table .body .row .no-padding {
    padding-bottom: 0;
    padding-top: 0;
}

div.table .body .row .floatleft {
    float: left;
}

.member-name-capitalizaion {
    text-transform: uppercase;
}

.group-name {
    font-size: 16px;
    text-transform: uppercase;
}

.simple-green {
    color: #9ca270;
    font-size: 13px;
}

.allocation-table .row:hover .table-buttons-panel,
div.table .body .row:hover .table-buttons-panel {
    display: block;
    margin-right: 30px;
    overflow: visible;
    position: absolute;
    right: 0;
}

div.table .body .row:hover .table-buttons-offset-0 {
    margin-right: 0 !important;
}

.allocation-table .row:hover .tablebutton .context-menu {
    margin-right: -20px;
    min-width: 262px;
}

div.context-menu,
div.context-menu.open {
    opacity: 1 !important;
    z-index: 100;
}

.allocation-table .row:hover .tablebutton .context-menu.open:after,
div.table .body .row:hover .tablebutton .context-menu.open:after {
    border-bottom: 10px solid #292929;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: 10px;
    top: 2px;
    width: 0;
}

.allocation-table .row:hover .tablebutton .context-menu,
div.table .body .row:hover .tablebutton .context-menu {
    display: none;
}

    .allocation-row:hover .tablebutton .context-menu.open,
    div.table .body .row:hover .tablebutton .context-menu.open {
        display: block;
        margin-top: -3px;
        padding-bottom: 0;
        padding-top: 10px;
        position: absolute;
        right: 0;
        top: 55px;
    }

        .allocation-table .row:hover .tablebutton .context-menu.open span,
        div.table .body .row:hover .tablebutton .context-menu.open span {
            background-color: #292929;
            color: #b8b8b8;
            display: block;
            padding: 10px 20px;
            width: 100%;
        }

            .allocation-table .row:hover .tablebutton .context-menu.open span:hover,
            div.table .body .row:hover .tablebutton .context-menu.open span:hover {
                color: #FFFFFF;
            }

    .allocation-table .row:hover .tablebutton .context-menu .icon,
    div.table .body .row:hover .tablebutton .context-menu .icon {
        background-color: #b8b8b8;
        display: inline-block;
        height: 20px;
        margin-right: 15px;
        vertical-align: middle;
        width: 25px;
    }

    .allocation-table .row:hover .tablebutton .context-menu span:hover .icon,
    div.table .body .row:hover .tablebutton .context-menu span:hover .icon {
        background-color: #ffffff;
    }

    .allocation-table .row:hover .tablebutton .context-menu .icon.icon-postpone,
    div.table .body .row:hover .tablebutton .context-menu .icon.icon-postpone {
        background: url('/Images/icons/common/postfone%20gray.svg') no-repeat 50% 50%;
    }

    .allocation-table .row:hover .tablebutton .context-menu span:hover .icon.icon-postpone,
    div.table .body .row:hover .tablebutton .context-menu span:hover .icon.icon-postpone {
        background: url('/Images/icons/common/postfone%20icon.svg') no-repeat 50% 50%;
    }

    .allocation-table .row:hover .tablebutton .context-menu .icon.icon-hide,
    div.table .body .row:hover .tablebutton .context-menu .icon.icon-hide {
        background: url('/Images/icons/common/hideicon%20gray.svg') no-repeat 50% 50%;
    }

    .allocation-table .row:hover .tablebutton .context-menu span:hover .icon.icon-hide,
    div.table .body .row:hover .tablebutton .context-menu span:hover .icon.icon-hide {
        background: url('/Images/icons/common/hideicon.svg') no-repeat 50% 50%;
    }

    .allocation-table .row:hover .tablebutton .context-menu .icon.icon-done,
    div.table .body .row:hover .tablebutton .context-menu .icon.icon-done {
        background: url('/Images/icons/common/doneicon%20gray.svg') no-repeat 50% 50%;
    }

    .allocation-table .row:hover .tablebutton .context-menu span:hover .icon.icon-done,
    div.table .body .row:hover .tablebutton .context-menu span:hover .icon.icon-done {
        background: url('/Images/icons/common/doneicon.svg') no-repeat 50% 50%;
    }

    .allocation-table .row:hover .tablebutton .context-menu .icon.icon-remove,
    div.table .body .row:hover .tablebutton .context-menu .icon.icon-remove {
        background: url('/Images/icons/tablebuttons/deleteicon.svg') no-repeat 50% 50%;
        opacity: 0.5;
    }

    .allocation-table .row:hover .tablebutton .context-menu span:hover .icon.icon-remove,
    div.table .body .row:hover .tablebutton .context-menu span:hover .icon.icon-remove {
        background: url('/Images/icons/tablebuttons/deleteicon.svg') no-repeat 50% 50%;
        opacity: 1;
    }

    .allocation-table .row:hover .tablebutton .context-menu .icon.icon-stoprental,
    div.table .body .row:hover .tablebutton .context-menu .icon.icon-stoprental {
        background: url('/Images/icons/tablebuttons/stopicon.svg') no-repeat 50% 50%;
        opacity: 0.5;
    }

    .allocation-table .row:hover .tablebutton .context-menu span:hover .icon.icon-stoprental,
    div.table .body .row:hover .tablebutton .context-menu span:hover .icon.icon-stoprental {
        background: url('/Images/icons/tablebuttons/stopicon.svg') no-repeat 50% 50%;
        opacity: 1;
    }

    .allocation-table .row:hover .tablebutton .context-menu .icon.icon-capture,
    div.table .body .row:hover .tablebutton .context-menu .icon.icon-capture {
        background: url('/Images/icons/tablebuttons/paymenticon.svg') no-repeat 50% 50%;
        opacity: 0.5;
    }

    .allocation-table .row:hover .tablebutton .context-menu span:hover .icon.icon-capture,
    div.table .body .row:hover .tablebutton .context-menu span:hover .icon.icon-capture {
        background: url('/Images/icons/tablebuttons/paymenticon.svg') no-repeat 50% 50%;
        opacity: 1;
    }

div.table .body .row .status-warning,
div.table .body .row .status-error,
div.table .body .row .status-success,
div.table .body .row .status-info,
div.table .body .row .status-default {
    border-radius: 2px;
    color: #ffffff;
    padding: 5px 10px;
    text-transform: uppercase;
}

div.table .body .row .status-warning {
    background-color: #AA8240;
}

div.table .body .row .status-error {
    background-color: #BC5454;
}

div.table .body .row .status-success {
    background-color: #9CA270;
}

div.table .body .row .status-info {
    background-color: #5D9FAB;
}

div.table .body .row .status-default {
    background-color: #515151;
}

div.table .body .row div.steps-progress {
    margin-top: -3px;
    padding: 0;
}

    div.table .body .row div.steps-progress .line {
        height: 6px;
        line-height: 0;
        padding: 0;
    }

        div.table .body .row div.steps-progress .line span {
            background-color: #272728;
            display: inline-block;
            height: 2px;
            margin-right: 2px;
            margin-top: 0;
            width: 33px;
        }

    div.table .body .row div.steps-progress.complete-1 .line .l1,
    div.table .body .row div.steps-progress.complete-2 .line .l1,
    div.table .body .row div.steps-progress.complete-2 .line .l2,
    div.table .body .row div.steps-progress.complete-3 .line .l1,
    div.table .body .row div.steps-progress.complete-3 .line .l2,
    div.table .body .row div.steps-progress.complete-3 .line .l3,
    div.table .body .row div.steps-progress.complete-4 .line span,
    div.table .body .row div.steps-progress.complete-5 .line span {
        background-color: #9CA270;
    }

        div.table .body .row div.steps-progress.complete-4 .line span:last-child {
            background-color: #272728;
        }

div.table .body .row .image .tablebutton {
    height: 50px;
}

.allocation-table .row a,
.allocation-table .row a:hover {
    color: #9CA270;
}

.allocation-table .row:hover .table-buttons-panel {
    margin-right: 50px;
}

    .allocation-table .row:hover .table-buttons-panel .tablebutton,
    div.table .body .row:hover .table-buttons-panel .tablebutton {
        height: 53px;
        width: 40px;
    }

.text-overflow {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activebutton {
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
    float: left;
    height: 32px;
    opacity: 0.8;
    position: relative;
    width: 32px;
}

    .activebutton:hover {
        opacity: 1;
    }

.tablebutton {
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
    float: left;
    height: 49px;
    position: relative;
    width: 49px;
}

    .tablebutton div.tablebutton,
    .tablebutton span.tablebutton,
    .tablebutton i.tablebutton,
    .tablebutton a.tablebutton,
    .table-buttons-panel .tablebutton {
        opacity: 0.4;
    }

        .tablebutton:hover div.tablebutton,
        .tablebutton:hover span.tablebutton,
        .tablebutton:hover i.tablebutton,
        .tablebutton:hover a.tablebutton,
        .table-buttons-panel .tablebutton:hover {
            opacity: 0.9;
        }

    .tablebutton-edit:hover,
    .tablebutton-delete:hover,
    .tablebutton .tablebutton:hover {
        opacity: 0.9;
    }

    .tablebutton[disabled] {
        opacity: 0.2;
    }

.tablebutton-new {
    background-image: url('/Images/icons/common/add_icon.svg');
}

.tablebutton-docs {
    background-image: url('/Images/icons/common/docs_icon.svg');
}
.tablebutton-apps {
    background-image: url('/Images/icons/common/applicationicon.svg');
}

.tablebutton-promocode {
    background-image: url('/Images/icons/promocode/promocodeicon.svg');
}

.tablebutton-edit {
    background-image: url('/Images/icons/common/editicon24.svg');
}

.tablebutton-multidots {
    background-image: url('/Images/icons/cabinet/multidots24.svg');
}

.tablebutton-delete {
    background-image: url('/Images/icons/common/delete.svg');
}
.tablebutton-download{
    background-image: url('/Images/icons/common/download.svg');
}

.tablebutton-print {
    background-image: url('/Images/icons/common/print.svg');
}

.tablebutton-attach {
    background-image: url('/Images/icons/common/attach_24_icon.svg');
}

.tablebutton-timerange {
    background-image: url('/Images/icons/common/timerange%20icon.svg');
}

.tablebutton-more {
    background-image: url('/Images/icons/common/moreicon.svg');
}

.tablebutton-clone {
    background-image: url('/Images/icons/common/cloneicon.svg');
}

.tablebutton-pause {
    background-image: url('/Images/icons/common/pauseicon.svg');
}

.tablebutton-link {
    background-image: url('/Images/icons/common/link_icon.svg');
}

.tablebutton-category {
    background-image: url('/Images/rental/category.svg');
}

.tablebutton-facilitytype {
    background-image: url('/Images/rental/facilitytype.svg');
}

.tablebutton-facility {
    background-image: url('/Images/rental/facility.svg');
}

.tablebutton-visibility {
    background-image: url('/Images/icons/common/viewicon.svg');
}

.tablebutton-visibility-off {
    background-image: url('/Images/icons/common/hideicon gray.svg') !important;
}

.tablebutton-document {
    background-image: url('/Images/rental/documents/docs icon.svg');
}

.tablebutton-correct {
    background-image: url('/Images/icons/common/correct.svg');
}

.tablebutton-checkout {
    background-image: url('/Images/icons/common/checkout.svg');
}

.tablebutton-stage {
    background-image: url('/Images/icons/common/stage_icon_4.svg');
}

.table-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: initial;
    display: inline-block;
    height: 49px;
    position: relative;
    width: 49px;
}

.table-image-repair {
    background-image: url('/Images/icons/maintenance/maintenance_event.svg');
}

.table-image-repair-regular {
    background-image: url('/Images/icons/maintenance/maintenance_event_regular.svg');
}

.table-image-success {
    background-image: url('/Images/icons/cabinet/correct24.svg');
}

.table-image-calendar {
    background-image: url('/Images/icons/cabinet/event_icon_dark.svg');
}
