﻿body {
    font-family: "Fira Sans", sans-serif !important;
}
/*Login*/
#lblError {
    color: #46c5e1;
}

.drop {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.bg-Login {
    background-image: url(../Images/Log-in-bg.jpg);
    background-size: cover;
    filter: brightness(50%) blur(4px);
}

.txt-color {
    color: black;
}

.btn-login {
    background-color: blue;
    color: white;
}

    .btn-login:hover {
        background-color: white;
        color: blue;
    }

/*ENd*/
.bg-buttons {
    background-color: rgb(204 245 255) !important;
    border-right: 2px solid #193747 !important;
    font-weight: 600 !important;
}

.bg-search {
    background-color: #193747;
}

.bg-dashboard {
    height: 95vh;
    background-image: url(../Images/SPB-BG-Image.png);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

.left-panel {
    background-color: #193747 !important;
    height: 100vh !important;
}

#Gridview1 {
    width: 98% !important;
    border: 1px solid black;
}

    #Gridview1:nth-child(odd) {
        background-color: aliceblue !important;
    }

.top-header {
    background-color: #D9F9EA;
    padding: 10px 0px;
}

.text-alice {
    color: aliceblue;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #e6fdff !important;
}

.logo {
    width: 170px;
}

.btn-dashboard {
    background-color: rgb(204 245 255);
}


.bg-dashboard .card {
    margin-bottom: 10px;
    border: 0;
    background: #147053;
}

.bg-dashboard .table td {
    padding: 0.25rem;
}

.bg-dashboard .table th {
    padding: 0.25rem;
}

.bg-dashboard .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

    .bg-dashboard .card .card-header .btn-header-link {
        color: #fff;
        display: block;
        text-align: left;
        background: #147053;
        color: #ffff;
        font-size: 20px;
        padding: 12px;
    }

        .bg-dashboard .card .card-header .btn-header-link:after {
            content: "\f107";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            float: right;
        }

        .bg-dashboard .card .card-header .btn-header-link.collapsed {
            background: #147053;
            color: #fff;
        }

            .bg-dashboard .card .card-header .btn-header-link.collapsed:after {
                content: "\f106";
            }

.bg-dashboard .card .collapsing {
    background: #D9F9EA;
    line-height: 30px;
}

.bg-dashboard .card .collapse {
    border: 0;
}

    .bg-dashboard .card .collapse.show {
        background: #D9F9EA;
        line-height: 30px;
        color: #000;
    }

.SearchRecord td, .SearchRecord th {
    padding: 0px;
}

.SearchRecord .btn, .form-control {
    height: calc(1.5em + .75rem + 2px);
}

.LeftPanel .btn-header-link {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

.SearchRecord .input-group-text {
    border-radius: 0px;
}

.SearchRecord .btn {
    border-radius: 0px;
    height: 38px !important;
}

.SearchRecord .form-control {
    height: 38px;
    border-radius: 0px;
}

.SearchRecord td, .SearchRecord th {
    border: 0px !important;
}
