
body {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.value {
    font-weight: bold;
}
.table.table-noborder td {
    border: none;
    padding-bottom: 12px;
}
.project-selector {
    margin-top: 6px;
}

.project-selector a:hover {
    background-color: transparent;
}
.project-selector .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent;
}

.project-selector .nav > li > a {
    color: #888!important;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
}

#notifications-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    z-index: 90210;
}
.notification {
    opacity: 0.8;
    text-align: center;
    border-radius: 0 0 6px 6px;
    padding: 20px;
    padding-left: 26px;
    padding-right: 26px;
    width: 300px;
    margin: 0 auto;
}

.notification.notification-error {
    border: 1px solid #980505;
    border-top: none;
    background-color: #980505;
    color: #fff;
}

.notification.notification-success {
    opacity: 1;
    border: 1px solid #aee5a1;
    border-top: none;
    background-color: #efffeb;
    color: #208804;
}
.logo-nav {
    width: 160px;
    margin-bottom: 30px;
}
.nav-header {
    background-color: #03244A;
    background-image: none;
}

.temp-circle {
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position:absolute;
    bottom: 30px;
    left: 53px;
}
.diary-content, .intake-content, .meeting-content {
    display: none;
}
.table-files th {
    background-color: #fafafa!important;
}
.table-files td {
    background-color: #ffffff;
}
.diaryimg span {
    position: absolute;top: 0px;left:15px;z-index: 66;background-color: #fff;color: #333;font-weight: bold;padding:4px;padding-left:8px;padding-right: 8px;opacity: 0.7;
}

.mini-navbar .nav-header {
    display: none;
}

.task-item {
    border-radius: 2px;

}
.task-item ul.files {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 20px;
}

.task-item ul.files li {
    float: left;
    background-color: #03244A;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.task-item ul.files li a {
    color: white;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;

}
.task-item .task-expired {
    color: #b84422
}
.media-overview {
    margin-top: 10px;
}
.media-item {
    position: relative;
    margin: 5px;
    width:18.666%;
    height: 200px;
    background-size: cover;
    display:inline-block;
    border-radius: 4px;
}
.media-item .media-meta {
    color: #ffffff;
    background-color: #000000;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 10px;
    opacity: 0.5;
}
.select-project-item {
    display: block;
    border-radius: 4px;
    border-bottom: 1px solid #ebebeb;
    padding: 6px;
}
.select-project-item {
    color: inherit;
}
.select-project-item p {
    font-size: 0.9em;
    opacity: 0.8;
}
.select-project-item:hover {
    background-color: #f9f9f9;
}

#selectProjectModal a {
    color: inherit;
}

@media (max-width: 1398px) {
    .media-item {
        width:23.5%;
        height: 170px;
        background-size: cover;
    }
    .media-item .media-meta {
        font-size: 0.9em;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media (max-width: 1201px) {
    .media-item {
        width:22.5%;
        height: 160px;
        background-size: cover;
    }
    .media-item .media-meta {
        font-size: 0.9em;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 968px) {
    .media-item {
        width:29.5%;
        height: 110px;
        background-size: cover;
    }
    .media-item .media-meta {
        font-size: 0.8em;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 768px) {
    .project-selector {
        margin-left: 60px;
    }
}
