﻿.page-header {
    left: 0 !important;
    margin: 0 !important;
}

.report-content-body {
    width: 100% !important;
}

.report-page-content {
    padding: 25px;
}

.header-buttons-xs {
    height: 60px;
    background: #fff;
    width: 100%;
    border-top: 1px solid #E9E9E6;
    padding-left: 10px;
    display: none;
}

    .header-buttons-xs .notifications {
        float: none;
    }

@media (max-width: 1205px) and (min-width: 768px) {
    .system-title {
        display: none !important;
    }
}

@media (max-width: 595px) {
    .header-right .header-buttons {
        display: none;
    }

    .header-buttons-xs {
        display: block;
    }
}

@media (min-width: 768px) {
    .header-right .header-buttons {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .page-header {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }

        .page-header h2 {
            padding: 0 15px 0;
        }

        .page-header .sidebar-right-toggle {
            position: relative;
        }
}

.page-header .breadcrumbs {
    margin-right: 17px;
}
    .page-header .breadcrumbs li a, .page-header .breadcrumbs li span {
        font-weight: 500;
    }

.page-header .breadcrumbs a {
    color: #0088cc !important;
}

    .page-header .breadcrumbs a:hover, .page-header .breadcrumbs a:focus {
        color: #0099e6 !important;
    }

.page-header .breadcrumbs li:after {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
    margin:0;
}

.featured-box {
    background: #F5F5F5;
    background: linear-gradient(to bottom,#FFF 1%,#fcfcfc 98%);
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 20px auto;
}

.mt-xlg {
    margin-top: 30px !important;
}

.featured-box-primary .box-content, html .featured-box-primary .box-content {
    border-top-color: #08c;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    padding: 30px;
    position: relative;
    top: -1px;
}


.featured-box-primary .icon-featured, .icon-featured, html .featured-box-primary .icon-featured {
    background-color: #08c;
}

.icon-featured {
    display: inline-block;
    margin: 15px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 40px;
    line-height: 110px;
}

.featured-box-primary h4, html .featured-box-primary h4 {
    color: #08c;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: -.7px;
    margin-top: 5px;
    margin-bottom: 5px;
}

html .featured-box-secondary .box-content {
    border-top-color: #e36159;
}

html .featured-box-secondary .icon-featured {
    background-color: #e36159;
}

html .featured-box-secondary h4 {
    color: #e36159;
}

html .featured-box-tertiary .box-content {
    border-top-color: #2baab1;
}

html .featured-box-tertiary .icon-featured {
    background-color: #2baab1;
}

html .featured-box-tertiary h4 {
    color: #2baab1;
}

html .featured-box-quaternary .box-content {
    border-top-color: #734BA9;
}

html .featured-box-quaternary .icon-featured {
    background-color: #734BA9;
}

html .featured-box-quaternary h4 {
    color: #734BA9;
}

html .featured-box-info .box-content {
    border-top-color: #5bc0de;
}

html .featured-box-info .icon-featured {
    background-color: #5bc0de;
}

html .featured-box-info h4 {
    color: #5bc0de;
}

html .featured-box-default .box-content {
    border-top-color: #6c6c6c;
}

html .featured-box-default .icon-featured {
    background-color: #6c6c6c;
}

html .featured-box-default h4 {
    color: #6c6c6c;
}

.featured-box-effect-1 .icon-featured:after {
    transition: transform .2s,opacity .2s;
    transform: scale(1);
    opacity: 0;
}

.featured-box-effect-1 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #FFF;
}

.icon-featured:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
}

.featured-box a:focus, .featured-box a:hover {
    text-decoration: none;
}

.featured-box-effect-1:hover .icon-featured:after {
    transform: scale(.8);
    opacity: 1;
}

@media (min-width: 768px) {
    .container-reports-main {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container-reports-main {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container-reports-main {
        width: 1170px !important;
    }
}

#report-filter-button {
    width: 25%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.researcher-actions {
    display: inline-block !important;
    max-width: 30px;
    margin-right: 5px;
}

    .researcher-actions .btn {
        padding: 0 5px 0 5px !important;
    }

#activityCountsTable .datatable th {
    vertical-align: middle !important;
}

    #activityCountsTable .datatable th:not(.text-nowrap) {
        white-space: pre-wrap !important;
    }

@media only screen and (min-width: 768px) {
    .table-panel {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    .datatables-header div.dt-buttons {
        margin-bottom: 0.5em !important;
    }
} 