﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#content {
    position: relative;
}

    #content .OverLayDiv {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 100%;
        background: #fff;
        z-index: 2000;
        padding: 50px 20px;
    }

        #content .OverLayDiv .CloseOvellay {
            position: absolute;
            left: 0px;
            top: 0px;
            cursor: pointer;
            background-color: #fff;
        }

.content .OverLayDiv {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 600px;
    background: #fff;
    z-index: 100;
    padding: 30px 20px;
}

    .content .OverLayDiv .CloseOvellay {
        position: absolute;
        left: 0px;
        top: 0px;
        cursor: pointer;
        background-color: #fff;
    }

.content {
    padding: 0 15px;
    position: relative;
}

.hide {
    display: none !important;
}

.form-group {
    margin-bottom: 10px;
}

.btn-file {
    border: 1px solid #ced4da !important;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.file-preview .fileinput-remove {
    top: 5px;
    right: initial;
    left: 5px;
}

.file-drop-zone-title {
    font-size: 1em;
}

.btn i {
    vertical-align: initial;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0;
        padding-top: 2px;
    }

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    padding-right: 32px;
    background-color: #cfdeea;
}

.select2-container--bootstrap5 .select2-dropdown .select2-search {
    padding: 0 10px;
}

    .select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field {
        text-align: right;
    }

.input-group-text .form-select-transparent {
    background-color: #f5f8fa;
    border: none;
}

.addvarienvalue {
    cursor: pointer;
}

.control-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.varient-values {
    display: flex;
    height: 35px;
    align-items: center;
}

.DisableItems {
    pointer-events: none;
    position: relative;
    background-color: initial;
    border-radius: 5px;
    min-height: 100px;
}

    .DisableItems::after {
        content: url('../images/loading.gif');
        color: #2b71e0;
        width: 100%;
        top: calc(50% - 23px);
        left: 0;
        text-align: center;
        position: absolute;
    }

    .DisableItems * {
        pointer-events: none;
        opacity: 0;
    }

.DisableItemsSelect {
    pointer-events: none;
    opacity: 0.3;
}

.DisableButton {
    pointer-events: none;
    opacity: 0.3;
}

a {
    cursor: pointer;
}

.show-upload-image {
    cursor: pointer;
}

    .show-upload-image:hover {
        color: #4270e0;
    }

.variant-img {
    cursor: pointer;
}

    .variant-img.selected img {
        border: 2px solid #387eca;
    }

.variant-div {
    font-family: IRANSans;
    font-size: 13px;
}

    .variant-div .variant-img {
        width: 26px;
    }

    .variant-div .p-vv-select .p-v-values {
        cursor: pointer;
    }

    .variant-div .headersection {
    }

        .variant-div .headersection .s-all-check {
            padding: 6px 10px;
            border: 1px solid rgb(108 117 125);
            border-radius: 3px;
            display: inline-block;
            align-items: center;
            cursor: pointer;
        }

    .variant-div .v-items > .row .buttons {
        text-align: left;
    }

    .variant-div .v-items > .row:nth-child(2n+1) {
        background-color: #f9f9f9;
    }

    .variant-div .v-items .pv-item.select {
        background-color: #dee6f1;
    }

.dropdown-menu.show {
    text-align: right;
    left: initial !important;
    right: 0;
}

.text-left {
    text-align: left;
}

.modal-dialog.minmodal {
    margin: 100px auto;
}

.MultiSelectValues .row {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.ControllerDiv {
    margin: 0px;
    margin-top: 15px;
    font-weight: normal;
}

    .ControllerDiv .col-md-12 {
        padding: 5px 15px;
        border: 1px solid #c1c1c1;
        background-color: #eee;
        display: flex;
        align-items: center;
    }

    .ControllerDiv:first-child {
        margin-top: 0px;
    }

    .ControllerDiv .Clable {
        color: #970606;
        cursor: pointer;
        padding-right: 5px;
    }

        .ControllerDiv .Clable .fa {
            margin-left: 5px;
        }

.ActionDiv {
    margin: 0px;
    border: 1px solid #c1c1c1;
    border-top: none;
    padding: 15px 0px;
    background-color: #fff;
}

    .ActionDiv span {
        font-weight: normal;
        font-size: 0.9em;
        padding-right: 5px;
    }

    .ActionDiv label {
        display: flex;
        align-items: center;
    }


.table > thead > tr > th {
    background-color: #d6d8dd;
    border: 1px solid #d6d8dd !important;
    border-bottom: 1px solid #d6d8dd !important;
    font-weight: normal;
    padding: 5px 10px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    padding: 8px 10px;
    border: 1px solid #d6d8dd !important;
    border-bottom: 1px solid #d6d8dd !important;
}


.table > tbody > tr.alert-success > td {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.table tbody tr:last-child td, .table tbody tr:last-child th, .table tfoot tr:last-child td, .table tfoot tr:last-child th {
    border-bottom: 1px solid #d6d8dd !important;
}

.table td:last-child, .table th:last-child, .table tr:last-child {
    padding-right: 10px;
}

.PagingDiv {
    text-align: right;
}

    .PagingDiv ul {
        margin: 0px;
    }

        .PagingDiv ul li {
            display: inline-block;
        }

    .PagingDiv .btn-outline-secondary {
        color: #546371;
    }

.checkboxLable {
    display: flex;
    align-items: center;
    font-weight: initial;
}

.imageprofie {
    width: 50px;
    height: 50px;
}

.getreport {
    cursor: pointer;
}

th.THFroPrint {
    background: #dadee0 !important;
}

    th.THFroPrint > div {
        margin-left: 15px;
        display: block;
        float: right;
    }

    th.THFroPrint a {
        display: flex;
        align-items: center;
    }

        th.THFroPrint a.PrinfPfd {
            color: #b11a1a;
        }

            th.THFroPrint a.PrinfPfd:hover {
                color: #f14545;
            }

        th.THFroPrint a.PrintExcel {
            color: #1f85dc;
        }

            th.THFroPrint a.PrintExcel:hover {
                color: #1a75c2;
            }


.rolediv {
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
}

