﻿
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    position:fixed;
    width:100%;
    overflow: hidden;
    background: linear-gradient(360deg,#123556 0%, #029f8a 100%);
}

    .topnav a {
        float: left;
        color: white;
        text-align: center;
        padding: 12px 10px;
        text-decoration: none;
        font-size: 15px;
        height: 45px;
    }

        .topnav a:hover {
            background-color: white;
            color: black;
        }

        .topnav a.active {
            background-color: white;
            color: black;
        }


/**Bottom footer**/
.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(360deg,#123556 0%, #029f8a 100%);
    color: white;
    text-align: center;
    height: 45px;
}

.sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 350px;
    height: 86.5%;
    margin-left: -250px;
    margin-top: 4%;
    overflow-y: scroll;
    background: white;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-bottom: 100px;
}
/*iframe*/
#main {
    margin-left: 330px;
    padding: 20px;
}


iframe {
    margin-top:2%;
    width: 100%;
    height: calc(100vh - 80px); /* Adjust height to fit remaining area */
    border: none;
}
/*iframe*/
#employee {
    display: none;
}

#transaction {
    display: none;
}

#master {
    display: none;
}

#report {
    display: none;
}
/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 350px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 100px;
}

    .sidebar-wrapper .sidebar-nav li {
        line-height: 20px;
        text-align: Left;
        padding: 0px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: black;
        }

            .sidebar-wrapper .sidebar-nav li a:hover {
                text-decoration: none;
                color:white;
                /* background: rgba(255, 255, 255, 0.2);*/
                background: linear-gradient(360deg,#123556 0%, #029f8a 100%);
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: black;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: whitesmoke;
                background: none;
            }
/**Sidebar style **/

/**benifits***/
#benifitsemp{
    display:none;
}
#benifitstrans{
    display:none;
}
#benifitsmaster{
    display:none;
}
#benifitsreport{
    display:none;
}

/*attendance*/
#attendemp{
    display:none;
}
#attendtrans{
    display:none;
}
#attendmaster{
    display:none;
}
#attendreport{
    display:none;
}

/*training*/
#trainemp{
    display:none;
}
#traintrans{
    display:none;
}
#trainmaster{
    display:none;
}
#trainreport{
    display:none;
}

/*SERVICE*/
#serviceemp {
    display: none;
}
#servicepay{
    display:none;
}
#servicebenifits{
    display:none;
}
#serviceattend{
    display:none;
}
#servicereq{
    display:none;
}
/****/
#payrollemp {
    display: none;
}

#payrollcenter {
    display: none;
}

#payrolltax {
    display: none;
}

#payrolltrans {
    display: none;
}

#payrollmaster {
    display: none;
}

#payrollreport {
    display: none;
}

#timeemp {
    display: none;
}

#timecenter {
    display: none;
}

#timemaster {
    display: none;
}

#timereport {
    display: none;
}
