﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #333;
}



.head-h span {
    font-size: 22px;
    font-weight: 600;
}

.login-leftside h4 {
    font-size: 24px;
}


.btn-ppn {
margin-top:20px;
}

.box-sh {
    box-shadow: 0px 12px 28px -2px rgb(0 0 0 / 25%);
}

.login-leftside h2 {
    font-size: 26px;
    font-weight: bold;
}

.redio-h td label {
    margin-left: 12px;
}

.btn-hover-h td {
    padding: 7px 30px;
    background: #1D4589;
    border-radius: 36px;
    color: #fff;
    margin-right: 15px;
    display: inline-block;
}

/*.input-group-text {
    border-radius: 1.25rem;
}*/

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    /*border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;*/
}


.form-control {
    color: #212529;
}

.input-group-text {
    color: #1072ba ;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    /*border-radius: 1.25rem;*/
    font-size: 12px;
}

.form-select {
    color: #212529;
}

.form-control:focus {
    color: #212529;
    background-color: #e3e3e3;
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

.btn {
    /*border-radius: 1.25rem;*/
    padding: 0.375rem 2.75rem;
}

.btn2 {
    /*border-radius: 1.25rem;*/
    padding: 0.375rem 0.75rem;
}

.btn-danger {
    color: #fff;
    background-color: #1072ba  ;
    border-color: #1072ba  ;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #1072ba   ;
        border-color: #1072ba   ;
    }


.covid-box {
    padding: 2rem 4rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d4589+0,0ea8ff+100 */
    background: #6e81be; /* Old browsers */
    
    border-radius: 20px;
    color: #fff;
    font-size: 22px;
}

.red-h {
    background-color: #6e81be;
    padding: 0.2rem;
    border-radius: 10px;
}

.blank-h {
    /* background-color: #6e81be; */
    padding: 0.2rem;
    border-radius: 10px;
    color:#333;
}

.covid-circal {
    width: 70px;
    height: 70px;
    background-color: #9EBBED;
    border-radius: 50%;
    margin: 0 auto;
    padding: 20px;
}

    .covid-circal svg {
        font-size: 28px;
        color: #fff;
    }

.arrow-h {
    position: absolute;
    right: -27px;
    top: 77px;
}

a {
    text-decoration: none;
    color: #1072ba;
}





/*Employee*/

.emp-box {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0px 12px 28px -2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    position: relative;
}




.empphoto {
    width: 84px;
    height: 84px;
    background-image: url(../images/149071.png);
    background-position: 187px -9px;
    background-size: 96px;
    border-radius: 50%;
    position: relative;
}

.edit {
    position: absolute;
    right: 20px;
    top: 20px;
}

.emp-details-icon {
    width: 30px;
    height: 30px;
    background-color: #1072ba ;
    margin: 0 auto;
    border-radius: 50%;
}

.line-h {
    line-height: 25px;
}

    .line-h li span small {
        float: right;
    }


.green {
    color: #9DCD5A;
}

.pink {
    color: #ED4C64;
}













.emp-details-icon svg {
    color: #fff;
    margin: 8px;
}

.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #1072ba  !important;
}

.navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.6rem;
    padding-left: 0.6rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #6e81be;
}

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff!important;
        /*background: #fff;
        border-bottom: 3px solid #1D4589;*/
    }

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: #fff;
        border-bottom: 3px solid #1D4589;
    }

.wel {
    background-color: #e3e3e3;
    padding: 10px;
       max-width: 25%;
    border-radius: 100px;
    color:#333;
}

.btn-primary {
    color: #fff;
    background-color: #1072ba;
    border-color: #1072ba;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(157 225 83 / 0.5) !important;
} 


.tgrid th {
background-color:#cccccc !important;
}

.tgrid tr th a {
color:#333333 !important;
}




/*Dashboard*/

.dash-box {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    color: #fff;
    padding: 1.0rem;
}

.blue-h {
    background-color: #FF9900;
}

.green-h {
    background-color: #3366CC;
}

.orange-h {
    background-color: #DC3912;
}

.size-h {
    font-size: 36px;
    position: relative;
    top: -15px;
}

.count {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 50px;
}

.details {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: relative;
    bottom: 10px;
    color: #333;
    padding: 7px 11px;
    transition: 0.5s;
}


    .details:hover {
        width: 36px;
        height: 36px;
        background: #FFFFFF;
        border: 1px solid #C6C6C6;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        position: relative;
        bottom: 20px;
        color: #333;
        padding: 7px 11px;
        transition: 0.5s;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ED4C64;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }





@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}





.contact-h svg {
    font-size: 36px;
}


.equitas-logo {
    width: 135px;
}


.sriyah-logo {
    width: 60px;
}







@media (max-width: 1300px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .wel {
        max-width: 50%;
    }

    .head-h span {
        font-size: 16px;
    }

    .sriyah-logo {
        width: 40px;
    }

    .row > * {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}

@media (max-width: 767px) {
}

@media (max-width: 600px) {
}

@media (max-width: 550px) {
}

@media (max-width: 480px) {

    .equitas-logo {
        width: 90px;
        text-align: center;
    }

    .wel {
        max-width: 100%;
    }

    .row > * {
        padding-right: calc(var(--bs-gutter-x) * .0);
    }

    .form-check-input label {
        display: inherit;
        margin-left: 10px;
    }

    .head-mobile {
        text-align: center;
    }

    .head-h span {
        font-size: 16px;
        display: block;
    }

    .table th {
    display: none;
}
    .table td {
    display: block;
    padding:0px 10px;
}

    .table tr {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    display: block;
  }

   
        .table td:last-child {
    border-bottom:1px solid #ccc;
}

        .table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

    .dh-none-mobile {
        display:none;
    }

}



/*TATA*/


.login-box {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.main-center {
    display:flex;
    align-items:center;
    justify-content:center;
    height:96vh;
}

   

.blue {
    background-color:#6e81be;
    border-bottom-left-radius:0.25rem;
    border-top-left-radius:0.25rem;
}

.text-blue {
    color:#6e81be;
}

.wire {
    position: absolute;
    width: 33px;
    left: -16px;
    top: 2px;
    z-index: 1000;
  
}

.bg-corp {
    background-image: url(../images/corp-building.png);
    z-index: 1000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.alert {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}



.btn-dark:hover {
    color: #fff!important;
    background-color: #1072ba ;
    border-color: #1072ba ;
}
/*.btn:hover {
    color: #fff;
}
*/
.btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #1072ba ;
    border-color: #1072ba ;
    box-shadow: none;
}
a:hover {
    color: #0a58ca;
}
.btn {
    /*border-radius: 1.25rem;*/
        padding: 0.175rem 1.75rem;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.755rem;
}
.btn-dark {
    color: #fff;
    background-color: #1072ba ;
    border-color: #1072ba ;
}


.table th {
    background-color:#cccccc;
    font-size:12px;
}

.airindia {
        width: 180px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.footer-blue {
    background-color:#333333;
}


.dropdown-item.active, .dropdown-item:active {
background-color: #888888;
}