
@import url(https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,600,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,600,800,900);

html, p, .navbar .notification-badge {
    font-family: 'Raleway', 'Muli', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', 'Muli', sans-serif !important;
    font-weight: 300;
}
/* General */
.login {
    background-image: none;
    background-color:  #008996;
}
.top-content, .login-form .btn, .mid-reports-feat-number, .leadership-table thead, .leadership-data-table thead, .checklist-table thead, .content-checklist-questions-header{
    background-color: #008996;
    border: none;
}
.top-nav {
    background-color: #3cb8be;
}
a, .bold.feat-bold a, .box-assignment.no-plan .fa, .box-assignment.no-plan .fas, .navbar .notification-badge, .gray-link:hover {
    color: #008c95;
}
.top-reports-graphic-number {
    color: #008c95 !important;
}
.plan-indicator .assignment-number-detail {
    font-size: 2rem;
    margin-top: -20px;
}
.top-reports-graphic-medium {
    height: 250px;
}
.top-reports-graphic-large {
    height: 300px;
}
.table-ranking-overflow, .table-resolution-time {
    overflow: auto;
    height: 250px;
}