﻿body {
    background-color: #FAFAF0;
}

.card-header {
    font-weight: bolder;
}

.cardmaxheightdiv {
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.boxbars, .help {
    color: #007bff;
    cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
}

.icontable {
    width: 100%;
    border-collapse: collapse !important;
    cursor: pointer;
}

    .icontable tr {
        border-bottom: 1px solid #efefef;
    }

    .icontable tbody tr:hover {
        background-color: #efefef;
    }

    .icontable td {
        padding: 3px;
        width: 99%;
    }

    .icontable .iconcell {
        width: 1%;
        white-space: nowrap;
        font-size: 90% !important;
        vertical-align: middle;
        font-weight: 500 !important;
        text-align: right;
    }

    .icontable .badge {
        font-size: 90% !important;
        font-weight: 500 !important;
    }

    .icontable tbody tr.unread * {
        font-weight: bold;
        font-style: italic;
        font-size: 97%;
    }

    .icontable tbody tr td span.unread {
        font-weight: bold;
        font-style: italic;
        font-size: 95%;
    }

.foldericon {
    display: inline-block;
    width: 15px;
}

.expandlink {
    padding: 0 0 0 0 !important;
}

.folfilescount {
    margin-right: 4px;
}

.filerow td:first-child {
    padding-left: 20px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filebutton {
    display: inline-block;
    padding: 1px 2px 1px 2px;
    background-color: white;
    cursor: pointer;
}

.filerow .iconcell:hover {
    background-color: black;
}

    .filerow .iconcell:hover * {
        color: white;
        background-color: black;
    }

.unreadbadge {
    position: relative;
    top: -4px;
    padding: 2px 4px 3px 4px;
    margin-left: 0px;
}

.funcbadge {
    position: relative;
    top: -4px;
    left: 4px;
    padding: 1px 5px 4px 5px;
    margin-left: 0px;
}


.isfolder {
    color: darkgray;
}

.isfile {
    cursor: pointer;
}

    /*.isfile:hover {
        background-color: lightblue !important;
        color:black !important;
    }*/
    .isfile.selected{
        background-color:black !important;
        color:white !important;
    }

#pu_adddiscfillist .isfile, #pu_linkfillist .isfile, #pu_adddecfilpart .isfile {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.linkedfile td {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.removeFile {
    padding: 1px;
    cursor: pointer;
}

.mailcheck{
    background-color:lightgreen;
    font-weight:bold;
}

#SysMesPart {
    padding: 0px 5px 3px 5px;
    cursor:pointer;
}
    #SysMesPart:hover {
        background-color: black !important;
        color: white
    }