﻿.list-unstyled li > .list-unstyled {
    margin-left: 25px;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

    .list-unstyled li > .list-unstyled li label {
        font-weight: normal;
    }

.height-auto {
    height: auto;
    max-height: 275px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.tab-content {
    padding-top: 15px;
}

ul.inline-tags {
    margin: 0px;
    padding: 0px;
}

    ul.inline-tags > li {
        display: inline-block;
        border: 1px solid #000;
        border-radius: 3px;
        margin-right: 5px;
        padding: 2px 20px 2px 10px;
        position: relative;
        margin-bottom: 5px;
    }

.closetag {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    color: #ff0000;
    cursor: pointer;
}

.addTypes {
    display: none;
}

ul > li.parentList {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.auction-box {
    background: #fff;
    padding: 12px;
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
    border: 1px solid #efefef;
}

.shadow-box {
    position: relative;
}

    .shadow-box:before {
        z-index: 1;
        position: absolute;
        content: "";
        bottom: 15px;
        right: 0px;
        left: auto;
        width: 77%;
        top: 88%;
        bottom: 14px;
        max-width: 300px;
        background: #b3b3b3;
        -webkit-box-shadow: 0 15px 5px #b3b3b3;
        -moz-box-shadow: 0 15px 5px #b3b3b3;
        box-shadow: 0 20px 5px #b3b3b3;
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

.auction-box label {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: middle;
    color: #14161c;
    cursor: pointer;
    display: block;
}

.auction-box .form-group:last-child {
    margin-bottom: 0px;
}

.auction-box input[type=checkbox]:checked:before {
    color: #57b48e;
}

.auction-box h4 {
    margin-top: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}


.uploadedImage {
    margin-top: 15px;
    position: relative;
    max-width: 700px;
    max-height: 350px;
    overflow-y: scroll;
}

    .uploadedImage a.close {
        position: absolute;
        top: -10px;
        opacity: 1;
        right: -10px;
    }

        .uploadedImage a.close:hover > img {
            opacity: 0.8;
        }

.dataTables_filter {
    text-align: right;
}

.dataTables_paginate {
    text-align: right;
}

    .dataTables_paginate ul.pagination {
        text-align: right;
        margin: 0px;
        padding: 0px;
    }



.label-success {
    background-color: #5cb85c;
}

.label-info {
    background-color: #0005f3;
}

.label-danger {
    background-color: #d9534f;
}

.label-warning {
    background-color: #f0ad4e;
}


/*.side-nav {
    left: 0px;
}*/

.hideMenu {
    left: 0px !important;
}

.showMenu {
    left: 225px !important;
}

.toggleIcon {
    display: inline-block;
    padding: 5px;
    background: #85bef9;
    float: left;
    margin: 13px 0px 13px 8px;
}



#wrapper {
    padding-left: 0px;
}

.toggleIcon span.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin-bottom: 4px;
}

    .toggleIcon span.icon-bar:last-child {
        margin-bottom: 0px;
    }

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.label-rectification {
    background-color: #b3b3b3;
}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
    bottom: 11% !important;
}

@media print {
    a[href]:after {
        content: none !important;
    }

    body * {
        visibility: hidden;
    }

    .printable * {
        visibility: visible;
    }

    .printable {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .printable .table > thead > tr > th:last-child,
        .printable .table > tbody > tr > td:last-child,
        .dataTables_length {
            display: none;
        }

        .printable .table.receiptTable > thead > tr > th:last-child,
        .printable .table.receiptTable > tbody > tr > td:last-child,
        .dataTables_length {
            display: table-cell;
        }

    .dataTables_filter,
    .dataTables_info,
    .dataTables_paginate,
    .dataTables_length {
        display: none;
    }
}
