﻿/* 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;
}
/*.modal-dialog {
    width: 100%;
    max-width: 100%;
}*/
.modal-header{
    background-color:burlywood;    
}
#myModalLabel{
    margin-left:150px;
}
.modal-footer {
    background-color: burlywood;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.btn-round {
    border-radius: 50%;
}
.whatsapp{
    font-size:12px;
    cursor:pointer;
}
.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%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.container-fluid {
    padding: 0px !important;
}

input.form-control {
    font-size: 14px !important;
    height: 28px !important;
}

.tableFixed {
    height: 200px;
    overflow: auto;
    width: 100%
}

table {
    width: 100% !important;
}

input:focus {
    border-color: #000 !important;
}


/*--------Toggle Button---------*/
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-list {
    text-align: center;
    display: flex;
    align-items: center;
}

h2 {
    color: #777;
}

h4 {
    color: #999;
}

.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 5em;
            height: 2em;
            position: relative;
            cursor: pointer;
            user-select: none;
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .tgl + .tgl-btn:after {
                left: 0;
            }

            .tgl + .tgl-btn:before {
                display: none;
            }

        .tgl:checked + .tgl-btn:after {
            left: 50%;
        }

.tgl-skewed + .tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #5a6268;
}

    .tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
        transform: skew(10deg);
        display: inline-block;
        transition: all 0.2s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 2em;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }

    .tgl-skewed + .tgl-btn:after {
        left: 100%;
        content: attr(data-tg-on);
    }

    .tgl-skewed + .tgl-btn:before {
        left: 0;
        content: attr(data-tg-off);
    }

    .tgl-skewed + .tgl-btn:active {
        background: #888;
    }

        .tgl-skewed + .tgl-btn:active:before {
            left: -10%;
        }

.tgl-skewed:checked + .tgl-btn {
    background: #fe8b10;
}

    .tgl-skewed:checked + .tgl-btn:before {
        left: -100%;
    }

    .tgl-skewed:checked + .tgl-btn:after {
        left: 0;
    }

    .tgl-skewed:checked + .tgl-btn:active:after {
        left: 10%;
    }


/*--------Toggle Button---------*/


/* alert box jquery confirm css*/
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden !important;
}


/*Orange button btn-create class*/
.btn-add {
    color: #fff !important;
    background-color: #5a6268 !important;
    border-color: #5a6268 !important;
}

    .btn-add:hover {
        color: #fff !important;
        background-color: #fe8b10 !important;
        border-color: #fe8b10 !important;
    }

.btn-add-inverse {
    color: #fff !important;
    background-color: #fe8b10 !important;
    border-color: #fe8b10 !important;
}

    .btn-add-inverse:hover {
        color: #fff !important;
        background-color: #5a6268 !important;
        border-color: #5a6268 !important;
    }

/*Form control focus */
.form-control:focus {
    border-color: #fe8b10 !important;
    box-shadow: 0 0 15px #fe8b10 !important;
}

.login100-form-bgbtn {
    background: -webkit-linear-gradient(right, #f7741d, #404040, #f7741d, #404040) !important;
    border: 1px solid white !important;
}

.custom-header {
    background-color: #333;
    color:white;
}

/*-----Urdu Font------*/
@font-face{
    src: url(../fonts/urdu.ttf);
    font-family: 'noto urdu';
    font-size: 25px;
}

.urdu{
    font-family: 'noto urdu';
}
/*----Urdu Font------*/

/*----Loader------*/
.loader{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    z-index: 999;
}

.lds-dual-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #333;
        border-color: #333 transparent #333 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*----Loader------*/
/*File Import Button*/
input[type='file'] {
    width: 0;    
}
#TempFile{
    margin-left:920px;
}
/*Date Formate Button*/
#DTFormate{
    margin-left: 400px;
}
/*----Modal------*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    /*padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}
/*--close button--*/
#CMbtn {
    background-color: white;
    color: black;
    border-color: #fc5b11
}
    #CMbtn:hover {
        background-color: #fc5b11;
        color: white;
    }
.modal-header {
    padding: 2px 450px;
    background-color: #333;
}
.modal-title{
    color: white;
}
.modal-body {
    padding: 30px 40px;
    height: 450px;
    overflow: auto;
}
.modal-footer {
    padding: 10px 40px;
    background-color: white;
    color: white;
}
/*-----Modal UP Down Key-----*/
.highlight_row {
    background-color: #fc5b11;
    opacity: 1;
}
.hidden {
    display: none;
}
/*For TopNavbar*/
/*:root {
    --bgColor: #0fddaf;
    --txtColor: #ffffff;
    --borColor: rgba(0, 0, 0, 0);
    --sizeVar: 8px;
    --textPrimary: #4b4760;
    --textSecondary: #7f7989;
    --borderColor: #cccccc;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: calc(var(--sizeVar) * 1.05);    
}

.flexDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 5px;
}

.selectWrapper {
    width: 100%;
    position: relative;
    opacity: 0;
    pointer-events: none;
    transition: opacity 100ms linear 0s;
    filter: drop-shadow(0 6px 26px rgba(0, 0, 0, 0.24));
    padding-top: calc(var(--sizeVar) / 2);
    z-index:3;
}

.multiSelect {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border: 1px solid var(--borderColor);
    box-sizing: border-box;
    border-radius: calc(var(--sizeVar) / 2);
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    overflow:hidden;
    background: #ffffff;
    transition: transform 300ms ease-in-out 0s, clip-path 300ms ease-in-out 0s;
}

    .multiSelect div {
        color: var(--textPrimary);
        padding: 16px;
        width: auto;
        cursor: pointer;
    }

        .multiSelect div:hover {
            background-color: lightgray;
            color:white;
        }
        .multiSelect a:hover{
            color:black;
            text-decoration:none;
        }

.bottomBorder {
    border-bottom: 1px solid var(--borderColor);
}

.topBorder {
    border-top: 1px solid var(--borderColor);
}

.iconDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.noSpace {
    justify-content: flex-start;
    gap: 5px;
}

.titleDiv {
    pointer-events: none;
    font-weight: 200;
}

.justHover i {
    opacity: 0;
}

.justHover:hover i {
    opacity: 1;
}

.multiSelect .placeholder {
    color: var(--textSecondary);
    font-style: italic;
}

.multiSelect .narrow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.multiSelect i {
    color: var(--textSecondary);
}

.multiSelect {
    transform: translateX(100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

    .multiSelect:nth-of-type(1) {
        transform: translateX(0);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

.sec_btn {
    --bgColor: #869cff;
}

button {
    font-family: "Roboto", sans-serif;
    font-size: calc(var(--sizeVar) * 1.75);
    font-weight: 500;
    border: none;
    outline: none;
    padding: var(--sizeVar) calc(var(--sizeVar) * 2);
    border-radius: calc(var(--sizeVar) / 2);
    cursor: pointer;
    background-color: var(--bgColor);
    color: var(--txtColor);
    box-shadow: 0 0 0 1px var(--borColor) inset;
}

    button:focus {
        --borColor: rgba(0, 0, 0, 0.4);
    }

    button:hover {
        --bgColor: #1fcc9e;
    }

.sec_btn:hover {
    --bgColor: #6279e7;
}

.tri_btn:hover {
    --bgColor: #f8f7f8;
}

button:active {
    --bgColor: #1db284;
}

.sec_btn:active {
    --bgColor: #5468c7;
}

.tri_btn:active {
    --bgColor: #e7e7e7;
}*/