﻿@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
body {
    font-family: Roboto-Light !important;
}

.card-1 {
    background-color: #fff8dd;
    color: #ffc700; 
    font-size:16px;
}
.card-text-1 {
    color: #ffc700;
}
.card-2 {
    background-color: #ecf8ff;
    color: #009ef7;
    font-size: 16px;
}
.card-text-2 {
    color: #009ef7;
}
.card-3 {
    background-color: #fff5f8;
    color: #f1416c;
    font-size: 16px;
}
.card-text-3 {
    color: #f1416c;
}
.card-4 {
    background-color: #e8fff3;
    color: #50cd89;
    font-size: 16px;
}
.card-text-4 {
    color: #50cd89;
}
.mandatory {
    color: red
}

.logo-tagline {
   
    font-size: 20px;
    color: #785396;
    font-weight:bold;
}
.login-header {
    background-color: #0177d7;
    color: #ffffff;
    font-size: 24px;
    padding: 20px;
    text-align: center;
}
.login-bg {
    background-image: url(../Images/bg11.jpg);
    background-size: cover;
    background-position: center center;
    /*background-image: linear-gradient(to right top, #c9d8f1, #bbceec, #acc5e7, #9cbbe1, #8cb2dc, #75b5e0, #59b9e0, #33bcdc, #00cace, #43d5b1, #81db8d, #bddc6c);*/
}
.one {
    position: absolute;
    width: 150px;
    height: 200px;
    right: -125px;
    top: -125px;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(0px);
}

.two {
    position: absolute;
    top: -125px;
    left: -130px;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(0px);
    border-radius: 10px;
}
.three {
    position: absolute;
    top: 250px;
    left: -350px;
    width: 200px;
    height: 100px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(0px);
    border-radius: 10px;
}
.four {
    position: absolute;
    top: 25px;
    left: 460px;
    width: 150px;
    height: 125px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(0px);
    border-radius: 10px;
}
.five {
    position: absolute;
    top: 125px;
    right: 500px;
    width: 125px;
    height: 175px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(0px);
    border-radius: 10px;
}

.six {
    position: absolute;
    top: 250px;
    right: -165px;
    width: 150px;
    height: 200px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(0px);
    border-radius: 10px;
}

.card-header-pre-login {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    text-align: center;
    background-color: #0177d7;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 0 solid transparent;
    border-radius: .35rem .35rem 0 0 !important;
}
.card-header {
    padding: .8rem 1rem;
    margin-bottom: 0;
    text-align: left;
    background: linear-gradient( 135deg,#266fd9,#2359a8 40%,#2359a8);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 0 solid transparent;
    border-radius: .5rem .5rem 0 0 !important;
}
.card-pre-login {
    /*background-color: rgba(255, 255, 255, 0.6);*/
    background: rgba( 255, 255, 255, 1 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.60 );
    border: 0px solid rgba( 255, 255, 255, 0.35 ); 
}
.card {
    background-color: rgba(255, 255, 255, 1);
    border-radius: .5rem !important;
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.control-label-head {
    font-size: .95rem;
    font-weight:400;
}
.control-label {
    font-size: 14px;
    font-weight: bold;
    
}
.control-label-pre-login {
    font-size: 14px;
    font-weight: bold;
    color: #2359a8;
}

/* new design testing */

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
     --bs-table-striped-color: #495057;
     --bs-table-striped-bg: #ffffff;
     --bs-table-active-color: #495057;
     --bs-table-active-bg: rgba(0,0,0,0.1);
    --bs-table-hover-color: #495057;
    --bs-table-hover-bg: rgba(0,0,0,0.0375);
    width: 100%;
    margin-bottom: 1rem;
    color: #495057;
    vertical-align: top;
    border-color: #dee2e6;
}


@media screen and (min-device-width: 320px) and (max-device-width: 640px) {
    .content {
        padding: 20px !important;
    }
}



    @media (min-width:992px) {
        .sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
            margin-right: 0rem;
            /*margin-right: .75rem;*/
            color: rgba(255,255,255,1) !important;
            font-size: 16px;
        }

        .content {
            padding: 40px 45px 10px 40px !important;
        }
        
    }

    

    .wrapper, body[data-theme=dark] .wrapper {
        background: none;
        background: linear-gradient( 135deg,#266fd9,#2359a8 40%,#2359a8) !important;
    }

    .sidebar, body[data-theme=dark] .sidebar {
      
        background: linear-gradient( 135deg,#266fd9,#2359a8 40%,#2359a8) !important;
    }

    .sidebar-content, body[data-theme=dark] .sidebar-content {
        background: none;
    }

.sidebar-link, a.sidebar-link {
    display: block;
    padding: .625rem 1.625rem;    
    font-weight: 500;
    transition: background .1s ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: rgba(233,236,239,.5);
    background: none;
    border-left: 3px solid transparent;
}


        .sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
            /*margin-right: .75rem;*/
            margin-right: 0rem;
            color: rgba(233,236,239,1);
        }

.sidebar-link, a.sidebar-link {
    display: block;
    padding: .625rem 1.625rem;    
    font-weight: 500;
    transition: background .1s ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    color: rgba(233,236,239,1);
    background: none;
    border-left: 3px solid transparent;
}

.sidebar-dropdown .sidebar-link {
    padding: .625rem 1.5rem .625rem 3.25rem;    
    font-weight: 300;
    font-size: 100%;
    border-left: 0;
    color: #cccccc;
    background: transparent;
}

    .sidebar-item.active .sidebar-link:hover, .sidebar-item.active > .sidebar-link {
        color: #ffc700;
        background: linear-gradient( 90deg,rgba(59,125,221,.9),rgba(59,125,221,.0875) 50%,transparent);
        border-left-color: #0177d7;
    }

    .btn-primary {
        color: #ffffff;
       /* font-weight: bold;*/
        border-radius: 20px;
        background: linear-gradient( 135deg,#266fd9,#2359a8 40%,#2359a8);
    }

    .navbar-bg, body[data-theme=dark] .navbar-bg {
        background: #ffffff !important;
        color: #000000
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,1) !important;
    }

    .hamburger, .hamburger:after, .hamburger:before {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 24px;
        background: #2359a8;
        display: block;
        content: "";
        transition: background .1s ease-in-out,color .1s ease-in-out;
    }

    .nav-flag, .nav-icon {
        padding: .1rem .8rem;
        display: block;
        font-size: 1.5rem;
        color: #2359a8;
        transition: background .1s ease-in-out,color .1s ease-in-out;
        line-height: 1.4;
    }

    .badge {
        display: inline-block;
        padding: 0.25em 0.4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .badge-secondary {
        color: #fff;
        background-color: #6c757d;
    }
    .badge-warning {
        color: #212529;
        background-color: #ffc107;
    }
.regular {
    border-color: #50cd89;    
}

.exception {
    border-color: #009ef7;

}

.warning {
    border-color: red;    
}

.leave {
    border-color: cyan;
}
.holiday {
    border-color: purple;
}

    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
        float: right;
    }

        .pagination > li {
            display: inline;
        }

            .pagination > li > a,
            .pagination > li > span {
                position: relative;
                float: left;
                padding: 6px 12px;
                margin-left: -1px;
                line-height: 1.428571429;
                text-decoration: none;
                background-color: #ffffff;
                border: 1px solid #dddddd;
            }

            .pagination > li:first-child > a,
            .pagination > li:first-child > span {
                margin-left: 0;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
            }

            .pagination > li:last-child > a,
            .pagination > li:last-child > span {
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
            }

            .pagination > li > a:hover,
            .pagination > li > span:hover,
            .pagination > li > a:focus,
            .pagination > li > span:focus {
                background-color: #eeeeee;
            }

        .pagination > .active > a,
        .pagination > .active > span,
        .pagination > .active > a:hover,
        .pagination > .active > span:hover,
        .pagination > .active > a:focus,
        .pagination > .active > span:focus {
            z-index: 2;
            color: #ffffff;
            cursor: default;
            background-color: #2359a8;
            border-color: #2359a8;
        }

        .pagination > .disabled > span,
        .pagination > .disabled > a,
        .pagination > .disabled > a:hover,
        .pagination > .disabled > a:focus {
            color: #999999;
            cursor: not-allowed;
            background-color: #ffffff;
            border-color: #dddddd;
        }

    .pagination-lg > li > a,
    .pagination-lg > li > span {
        padding: 10px 16px;
        font-size: 18px;
    }

    .pagination-lg > li:first-child > a,
    .pagination-lg > li:first-child > span {
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }

    .pagination-lg > li:last-child > a,
    .pagination-lg > li:last-child > span {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .pagination-sm > li > a,
    .pagination-sm > li > span {
        padding: 5px 10px;
        font-size: 12px;
    }

    .pagination-sm > li:first-child > a,
    .pagination-sm > li:first-child > span {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .pagination-sm > li:last-child > a,
    .pagination-sm > li:last-child > span {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .pager {
        padding-left: 0;
        margin: 20px 0;
        text-align: center;
        list-style: none;
    }

        .pager:before,
        .pager:after {
            display: table;
            content: " ";
        }

        .pager:after {
            clear: both;
        }

        .pager:before,
        .pager:after {
            display: table;
            content: " ";
        }

        .pager:after {
            clear: both;
        }

        .pager li {
            display: inline;
        }

            .pager li > a,
            .pager li > span {
                display: inline-block;
                padding: 5px 14px;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                border-radius: 15px;
            }

                .pager li > a:hover,
                .pager li > a:focus {
                    text-decoration: none;
                    background-color: #eeeeee;
                }

        .pager .next > a,
        .pager .next > span {
            float: right;
        }

        .pager .previous > a,
        .pager .previous > span {
            float: left;
        }

        .pager .disabled > a,
        .pager .disabled > a:hover,
        .pager .disabled > a:focus,
        .pager .disabled > span {
            color: #999999;
            cursor: not-allowed;
            background-color: #ffffff;
        }

