﻿body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dashboard-content {
    padding-top: 20px;
}

.cal-eventdate {
    background-color: #001754;
    color: #fff;
    /*box-shadow: 10px 10px 5px #888888;*/
}

.cal-deadlinedate {
    background-color: #F33434;
    color: #fff;
    /*box-shadow: 10px 10px 5px #888888;*/
}

.cal-eventdatemultiple {
    background-color: limegreen;
    color: #fff;
    /*box-shadow: 10px 10px 5px #888888;*/
}

.text-status {
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-family: HelveticaNeueLTStd-Bd;
    font-size: 16px;
    color: #333;
}

.legend {
    padding: 0;
    list-style: none;
    padding-bottom: 10px;
}

    .legend li {
        float: left;
        margin-right: 10px;
    }

    .legend .deadline {
        border: 1px solid #ccc;
        float: left;
        width: 12px;
        height: 12px;
        margin: 5px;
        background-color: #F33434;
    }

    .legend .event {
        border: 1px solid #ccc;
        float: left;
        width: 12px;
        height: 12px;
        margin: 5px;
        background-color: #001754;
    }

    .legend .multiple {
        border: 1px solid #ccc;
        float: left;
        width: 12px;
        height: 12px;
        margin: 5px;
        background-color: limegreen;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    color: white;
    display: inline-block;
}

.modal-large {
    width: 80%;
}

.PendingInv {
    font-family: HelveticaNeueLTStd-Lt;
    font-size: 16px;
    color: #333;
}

.resourceLib {
    font-family: HelveticaNeueLTStd-Lt;
    font-size: 16px;
    color: #333;
    padding:5px 0px;
}
