﻿body {
    background-color: lightgray;
}

div#divOrderRows>div:nth-child(odd) {
    background-color: #eeeeee;
}

div#divOrderRows label.col-form-label {
    font-weight: 600;
}

.pager-wrap {
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
}

.bootstrap-select .btn-light {
    background-color: #fff;
    border: 1px #ced4da solid;
}

.bootstrap-select .btn-light.disabled {
    background-color: #f8f9fa;  
}

.btn.btn-filter-bottom {
    margin-top: 32px;
}

[data-toggle="collapse"] .fa:before {
    content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
}

.fa.fa-xl,
.fas.fa-xl {
    font-size: 1.6em;
}

.fa.fa-icon,
.fas.fa-icon {
    color: #777777;
}




.mark-bg {
    background-image: url(../Content/Images/bg1.jpg);
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 100%;
    height: auto;
}

.mark-bg-login {
    background-image: url(../Content/Images/bglogin.jpg);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.modal-dialog.modal-full-height {
    height: calc(95vh - 30px);
}

    .modal-dialog.modal-full-height > .modal-content,
    .modal-dialog.modal-full-height > .modal-content > .modal-body > .container-fluid {
        height: 100%;
    }

.modal-dialog.modal-full-height.no-scroll>.modal-content>.modal-body {
    overflow-y: hidden;
}

