﻿
* {
    font-size: 14px;
}

.isExistMsg {
    display: none;
    margin: 0px 14px 3px 14px;
    padding: 4px 11px;
}

.badge {
    background-color: #B53838;
    font-size: 12px;
}
/*Pop-up design s*/
.myModelHeader {
    background-color: #196ab5;
    text-align: center;
    border-radius: 7px;
}

/*Pop-up design e*/
/* start button */
.btn-deisgn {
    background-color: #196ab5;
    color: white;
    padding: 8px;
}

    .btn-deisgn:hover {
        background-color: white;
        border-color: #196ab5;
        color: #196ab5
    }

.btn-save {
    background-color: #196ab5;
    color: white;
    padding: 6px 35px;
}

    .btn-save:hover {
        background-color: white;
        border-color: green;
        color: green;
    }

.btn-Close {
    background-color: #6c757d;
    color: white;
    padding: 6px 35px;
}

    .btn-Close:hover {
        background-color: white;
        border-color: red;
        color: red;
    }
/* end button */
/* tABLE LABLE */
.table td, .table th {
    border: 1px solid #000000;
    padding: 2px;
}

.table th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #196ab5;
    color: white;
}

tr:nth-child(odd) td {
    background: #e9ebf0;
}

tr:hover td {
    background: #d5dbed;
}
/* tABLE FORM LABLE END */

/* iNPUT FORM LABLE START */
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #f59490;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(244,67,54,.25)
}

.form-wrapper-outer {
    padding: 40px;
    border-radius: 8px;
    margin: auto;
    width: 460px;
    border: 1px solid #DADCE0;
    margin-top: 7%;
}


.field-wrapper {
    position: relative;
}

    .field-wrapper input, select {
        padding: 4px 10px;
        height: 38px;
        border-radius: 4px;
        width: 100%;
    }

    .field-wrapper .field-placeholder {
        font-size: 16px;
        position: absolute;
        top: -16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #196ab5;
        padding: 0 8px;
        -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        z-index: 1;
        text-align: left;
        width: 100%;
    }

        .field-wrapper .field-placeholder span {
            background: #ffffff;
            padding: 0px 8px;
            font-weight: 500;
        }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder {
        color: #196ab5;
    }

.field-wrapper-validation {
    position: relative;
    margin-top: -23px;
    margin-left: 13px;
    min-height: 20px;
}

.field-wrapper-validation-textarea {
    position: relative;
    margin-top: -40px;
    margin-left: 13px;
    min-height: 20px;
}

.field-validation-error {
    background: white !important;
}
/* iNPUT FORM LABLE END */

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
    }

/*Fixed Side Nav S*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: black;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 14px;
        color: white;
        display: block;
        transition: 0.3s;
        border-bottom: 2px solid white;
    }

        .sidenav a:focus {
            color: black;
            background-color: white;
        }

        .sidenav a:hover {
            color: black;
            background-color: white;
        }



#main {
    transition: margin-right .5s;
    padding: 0px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.loadingoverlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: Black;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.loadingoverlayContent {
    z-index: 0;
    margin: 250px auto;
    font-family: Calibri;
    font-size: 22px;
    font-weight: bold;
    color: White;
}

.loadingoverlay1 {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.loadingoverlayContent1 {
    z-index: 0;
    margin: 200px auto;
    font-family: Calibri;
    font-size: 22px;
    font-weight: bold;
    color: White;
}