﻿
body, html {
    height: 100%;
    font-family: 'noto', sans-serif;
    font-style: normal;
    overflow: hidden; /* Hide scrollbars */
}

.scrollable {
    height: 100%;
    overflow: auto;
}

#body-row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.navbar {
    height: 60px;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}

.sidebar-collapsed {
    width: 60px;
}


/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    padding-left: 60px;
}

.sidebar-submenu {
    /*  font-size: 0.9rem;*/
}


#sidebar-container {
    min-height: calc(100vh - 0px);
    max-height: calc(100vh - 0px);
    overflow-y: auto;
    padding: 0;
}


    /* Closed submenu icon */
    #sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
        content: " \f0d7";
        font-family: FontAwesome;
        display: inline;
        text-align: right;
        padding-left: 10px;
    }
    /* Opened submenu icon */
    #sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
        content: " \f0da";
        font-family: FontAwesome;
        display: inline;
        text-align: right;
        padding-left: 10px;
    }

.dataWrap {
    flex: 1;
    border: solid 3px red;
    padding: 0px;
    margin: 0px;
    overflow: auto;
}


.bg-blue {
    background-color: #308bdb;
    color: white;
}


.text-blue {
    color: #308bdb;
}

.cssTable .tr {
    background-color: #ececec !important;
    color: red !important;
}

.cssTable tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.cssTable tbody tr:hover {
    background-color: #87ceeb;
}


.searchPanel {
    padding: 30px;
    display: none;
}


.tableEdit .row {
    margin-bottom: 10px;
}

    .tableEdit .row .col:first-child {
        text-align: right;
    }


    .tableEdit .row .col:first-child, .tableEdit .row .col:nth-child(3) {
        padding: 0px;
    }


textarea {
    min-height: 100px;
}



    a {
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
a.disabled {
    text-decoration:none;
    pointer-events: none;
    filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.5; /*Firefox私有，透明度50%*/
    opacity: 0.5; /*其他，透明度50%*/
}

.btnExtend {
    border: solid 1px #ececed;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    width: 100%;
    padding: 0px;
}

.employeeImg {
    border: solid 1px #efefef;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
    cursor: pointer;
    border-radius: 3px;
}

.background {
    display:flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-image: url('/Images/backgroundgreen1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.timePanel {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 300px;
    height: 150px;
    color: white;
    font-size: 30px;
}
