/* General */
body {
    font: normal 14px/1.4em "Source Sans Pro", sans-serif;
    background-color: #f7f9fb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather", serif;
    color: #264a64;
}

h1 {
    font-size: 2rem;
}

#app.container {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 1em 2em;
}

a,
.filename {
    font-weight: 700;
    color: #264a64;
}

body #skiptocontent a:focus {
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    outline: 0;
    z-index: 100;
    padding: 0.5rem;
    background: #bf1722;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    transition: top 0.1s ease-in, background 0.5s linear;
}

.img-thumbnail {
    border: 1px solid black;
    border-radius: 0;
}

table td {
    color: #323a45;
}

table thead,
table tfoot {
    background-color: #407972;
    color: #fff;
}

.datepicker table thead,
.datepicker table tfoot {
    background-color: inherit;
    color: inherit;
}

table tr.odd,
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7fbfa;
}

.fa-eye,
.fa-edit,
.fa-trash {
    color: #2d544f !important;
}

a.badge-dark,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    background-color: #2d544f;
    color: #fff !important;
}

.page-link {
    color: #2d544f;
}

.table-bordered th {
    width: 25%;
}

.btn,
.page-item.active {
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #172c3c;
    font: normal 14px/1.4em "Source Sans Pro", sans-serif;
}

.btn {
    padding: 0.375rem 1.025rem;
}

.export {
    background-color: #eae5df;
    color: black !important;
    padding: 0.375rem 1.5rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
    background-color: #346b91 !important;
    color: #fff !important;
}

.nav-tabs .nav-link:hover {
    color: #346b91 !important;
    background-color: #eeeeee !important;
    border: none;
}

.btn:hover,
.btn:focus {
    background-color: #264a64 !important;
    color: #fff !important;
}

.card-title,
.form-group label {
    font-weight: 700;
}

.page-item.active .page-link {
    background-color: #172c3c !important;
    border-color: #172c3c !important;
}

.mleft-e {
    margin-left: 1.5em;
}

.dq-is-error {
    font-weight: 700;
    background-color: #f6d8db !important;
}

.dq-is-warning {
    font-weight: 700;
}

.dataTables_paginate {
    padding-top: 0.85em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.select2 {
    width: 100% !important;
}

.fpswd {
    font-size: 13px;
}

.loginbtn {
    font-size: 16px;
}

/* ends */

/* Banner */
.bannerDiv {
    padding-bottom: 2rem;
    background-size: cover;
    background-color: #d5e7e2;
}

.headerDiv {
    padding-left: 24px;
    padding-right: 24px;
}

@media only screen and (max-width: 575px) {
    #main .welcome-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .bannerDiv {
        background: url("/images/home-banner.png") right -50px no-repeat scroll;
        background-color: #d5e7e2;
    }

    .headerDiv {
        padding-left: 42px;
        padding-right: 42px;
    }

    .inner-banner-div {
        max-width: 1254px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1225px) {
    .headerDiv .logo-div {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1226px) {
    .headerDiv p,
    .headerDiv .logo-div {
        padding-left: 2rem;
    }
}

/* ends */

/* Landing-Page: img-thumbnail */
a.thmb-nl h4:hover {
    color: #1d68a7 !important;
    text-decoration: underline;
}

a.thmb-nl {
    text-decoration: none;
}

/* ends */

/* nav */
.sidebar ul {
    background-color: #efefef;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    padding-left: 0;
}

.sidebar .nav-item {
    border-bottom: 1px solid #cbcbcb;
}

.sidebar .nav-link {
    color: #475260;
    font-weight: 700;
    padding: 0.75em 1em;
}

.nav-link:hover {
    color: #000;
}

.nav-item:hover {
    background-color: #a6d7d1;
}

nav .active {
    background-color: #a12854;
}

.nav-link.active {
    color: #fff;
}

.sidebar .nav-sub {
    border: 0;
    background-color: #fff;
}

.sidebar .nav-sub .nav-item:last-child {
    border-bottom: 0;
}

.sidebar .nav-sub .nav-link.active,
.sidebar .nav-sub .nav-item:hover {
    color: #000;
    background-color: rgba(161, 40, 84, 0.3);
}

.navbar {
    padding: 0.75rem 0;
}

@media only screen and (min-width: 768px) {
    #navbarSupportedContent li.lftnav {
        display: none;
    }

    header .nav-item:hover {
        background-color: #fff !important;
    }

    #navbarDropdown {
        font-weight: 500;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-brand,
    #breadcrumb {
        padding-left: 0.75rem;
    }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
    header .container,
    .bcrumb.container {
        max-width: 100%;
    }

    .breadcrumb,
    .navbar-brand {
        margin-left: 3rem;
    }

    .navbar-toggler {
        margin-right: 3rem !important;
    }

    #navbarSupportedContent .nav-link {
        padding-left: 3rem !important;
    }
}

@media only screen and (max-width: 767px) {
    .navbar .nav-item {
        background-color: #fcfaf7;
    }

    .navbar-light .navbar-nav .nav-sub .nav-item {
        background-color: #fff;
    }

    .navbar-light .navbar-nav .nav-link.active {
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-sub .nav-link.active {
        color: #000;
        background-color: rgba(161, 40, 84, 0.3);
    }

    .navbar {
        padding: 0;
    }

    #navbarSupportedContent .nav-link {
        padding-left: 1em;
    }

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter {
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
        margin-top: 1em;
    }
}

/* ends */

/* home page */
.imgtext,
.home-icons,
.fa-stack {
    position: absolute !important;
    font-weight: 700;
}

.imgtext {
    bottom: 0.5rem;
    left: 1.5rem;
    right: 1.5rem;
    color: white;
    font-size: 1.125rem;
}

.home-icons {
    right: 1rem;
    top: 0.5rem;
    opacity: 90%;
}

.homediv a:hover {
    color: #264a64;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .homediv .col-6 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .imgtext {
        left: 1rem;
        right: 1rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 369px) {
    .imgtext,
    .homediv .fa-2x {
        font-size: 0.85rem;
    }
}

@media only screen and (width: 375px) {
    .nwUpload {
        padding-right: 1em;
    }
}

@media only screen and (min-width: 370px) and (max-width: 768px) {
    .imgtext,
    .homediv .fa-2x {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 446px) and (max-width: 768px) {
    .homediv .fa-2x {
        font-size: 1.5rem;
    }
}

/* ends */

/* Account Request Page */
.rstep-title {
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    text-align: center;
    text-underline-position: under;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

.reqAcc a {
    text-decoration: underline;
}

.reqAcc .fa-stack {
    position: relative !important;
}

.reqAcc li {
    margin-bottom: 0.5em;
}

.navy-bk {
    color: #254a64;
}

.teal-bk {
    color: #407d78;
}

.magenta-bk {
    color: #a02553;
}

.dark-bk {
    color: #304149;
}
/* ends */

/* Content */
.loginDiv .card,
.loginDiv .card-header {
    border: none;
}

.loginDiv .card-header {
    background-color: #fff;
}

.loginDiv ul {
    list-style-type: disc;
}

.resourceBlock {
    border: 1px solid black;
    border-radius: 0;
    line-height: 2.4em;
    font-weight: 500;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.07);
    border-radius: 0 !important;
}

#table-imports,
#table-status-summary {
    font-size: 12px;
}

.upload-div {
    outline: 2px dashed #264a64;
}

.upload-div .alert,
.upload-div .form-control {
    border: 0;
    border-radius: 0;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
}

.upload-browse-btn,
.upload-browse-btn:focus {
    background-color: #a6d8d2;
    color: #264a64;
}

.upload-btn-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

#upload-details {
    display: table;
    margin: 0 auto;
    padding-left: 20px;
}

.fa-minus-circle {
    color: lightgrey;
}

.fa-check-circle,
.text-success {
    color: green !important;
}

.fa-times-circle,
.text-danger {
    color: #cc0000 !important;
}

.fa-cloud-upload-alt {
    color: #264a64;
}

.fa-spinner {
    color: #63bab0;
}

#message-preview {
    width: 100%;
    height: 650px;
    border: none;
    overflow-y: auto;
}

table.project-option th,
table.grant-option th {
    text-align: right;
    padding-right: 0.5em;
}

/* ends */

/* Breadcrumb */
#breadcrumb .breadcrumb a:hover {
    color: #2d7cb3;
}

#breadcrumb a,
#breadcrumb a:active,
#breadcrumb a:link {
    color: #336a90;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

#breadcrumb {
    margin: 0 0 1rem;
}

#breadcrumb .breadcrumb {
    color: #202020;
    background: transparent;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
}

.breadcrumb ul li {
    display: inline-block;
}

#breadcrumb .breadcrumb .separator {
    margin: 0 6px;
    color: #cccccc;
}

#breadcrumb .breadcrumb a.listen {
    display: none;
}

#breadcrumb .breadcrumb {
    margin-top: 1.25em;
    margin-bottom: -1.725em;
}

header {
    background-color: #fff;
}

/* ends */

/* Header */
#header #eyebrow {
    background: #061724;
    color: #ffffff;
    font: bold 11.5px/30px "Source Sans Pro", sans-serif;
    height: 30px;
}

#header #eyebrow .section {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    #header #eyebrow .section {
        padding: 0 32px;
        max-width: 1234px;
        position: relative;
    }
}

#header #eyebrow .section #eyebrow-breadcrumb li {
    height: 30px;
    float: left;
    margin: 0;
}

#header #eyebrow .section #eyebrow-breadcrumb li a {
    color: #ffffff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}

#header #eyebrow .section #eyebrow-breadcrumb li.hhs {
    display: none;
}

@media only screen and (min-width: 1024px) {
    #header #eyebrow .section #eyebrow-breadcrumb li.hhs {
        display: block;
        background: none;
    }

    #header #eyebrow .section #eyebrow-breadcrumb li.hhs a {
        width: 324px;
        padding: 0 0 0 28px;
        background: url(/images/eyebrow.png) no-repeat 0 0;
    }
}

#header #eyebrow .section #eyebrow-breadcrumb li.acf a {
    width: 40px;
    padding: 0;
    background: url(/images/eyebrow.png) no-repeat 20px -30px;
}

#header #eyebrow .section #eyebrow-breadcrumb li.acf a span {
    display: none;
}

@media only screen and (min-width: 768px) {
    #header #eyebrow .section #eyebrow-breadcrumb li.acf a {
        width: 326px;
        padding: 0 0 0 66px;
        background-position: 42px -30px;
    }

    #header #eyebrow .section #eyebrow-breadcrumb li.acf a span {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    #header #eyebrow .section #eyebrow-breadcrumb li.acf {
        background: url(/images/eyebrow.png) no-repeat 0 -60px;
    }

    #header #eyebrow .section #eyebrow-breadcrumb li.acf a {
        padding: 0 0 0 60px;
        background-position: 38px -30px;
    }
}

#header #eyebrow .section #eyebrow-breadcrumb li.office {
    display: block;
    float: none;
    margin: 0 0 0 40px;
    padding: 0 0 0 20px;
    position: relative;
    background: url(/images/eyebrow.png) no-repeat 0 -60px;
}

.office-nav {
    height: 97% !important;
    background: url(/images/eyebrow.png) no-repeat 0 -90px;
    width: 1em;
    line-height: 1em;
}

#header #eyebrow .section #eyebrow-breadcrumb li.office #officeddn {
    display: none;
}

@media only screen and (min-width: 768px) {
    #header #eyebrow .section #eyebrow-breadcrumb li.office {
        margin: 0 0 0 326px;
        padding: 0 0 0 40px;
    }
}

@media only screen and (min-width: 1024px) {
    #header #eyebrow .section #eyebrow-breadcrumb li.office {
        margin: 0 0 0 640px;
    }
}

#header #eyebrow .section #eyebrow-breadcrumb li.office ul.dropdown {
    position: absolute;
    z-index: 501;
    right: 0;
    left: 0;
    top: 30px;
    background: #061724;
    width: auto;
    padding: 0 32px;
}

#header #eyebrow .section #eyebrow-breadcrumb li.office ul.dropdown .item-list {
    margin: 20px 0;
}

#header #eyebrow .section #eyebrow-breadcrumb li.office ul.dropdown li {
    float: none;
    margin: 0;
    padding: 0;
    background: none;
    height: auto;
    text-align: left;
}

#header #eyebrow .section #eyebrow-breadcrumb li.office ul.dropdown li h3 {
    color: #ffffff;
    text-transform: uppercase;
    font: bold 12px/24px "Source Sans Pro", sans-serif;
}

#header #eyebrow .section #eyebrow-breadcrumb li.office ul.dropdown li a {
    line-height: 24px;
    height: auto;
    padding: 0;
    font-weight: normal;
}

#header #eyebrow .section #eyebrow-breadcrumb li.office ul.dropdown li a:hover {
    text-decoration: underline;
}

#header #eyebrow .section #eyebrow-breadcrumb li.office > a {
    position: relative;
    padding-right: 64px;
}

#header #eyebrow .section #eyebrow-breadcrumb li.office > a:after {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 15px;
    line-height: 28px;
    cursor: pointer;
}

#header #eyebrow .section #eyebrow-breadcrumb li.office a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ends */

/* Footer */
#footer-wrapper a {
    font-weight: 400 !important;
}

#footer-navigation a {
    font-weight: 700 !important;
}

#footer-wrapper {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    background: #0b2940;
}

#footer-wrapper a {
    color: #ffffff;
    text-decoration: none;
}

#footer-wrapper ul,
#header ul {
    list-style: none;
}

#footer-wrapper #footer-inner {
    padding: 0 24px;
}

@media only screen and (min-width: 768px) {
    #footer-wrapper #footer-inner {
        margin: 0 auto;
        padding: 0 42px;
        max-width: 1254px;
    }
}

#footer-wrapper #footer-navigation .item-list ul {
    margin: 0;
    padding: 0;
}

#footer-wrapper #footer-navigation .item-list ul li {
    margin: 0;
    padding: 0;
}

#footer-wrapper #footer-navigation .item-list #footer-menu-links {
    padding: 32px 0 0;
}

#footer-wrapper #footer-navigation .item-list #footer-menu-links li li.branch {
    border-bottom: 1px solid #243f54;
    font-family: Calibri;
}

#footer-wrapper
    #footer-navigation
    .item-list
    #footer-menu-links
    li
    li.branch.expand {
    position: relative;
    padding-right: 36px;
    cursor: pointer;
}

#footer-wrapper
    #footer-navigation
    .item-list
    #footer-menu-links
    li
    li.branch.expand:after {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    content: "\e810";
    display: block;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    line-height: 32px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

#footer-wrapper
    #footer-navigation
    .item-list
    #footer-menu-links
    li
    li.branch.expand.hover:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#footer-wrapper
    #footer-navigation
    .item-list
    #footer-menu-links
    li
    li.branch
    > a {
    display: block;
    line-height: 36px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

#footer-wrapper
    #footer-navigation
    .item-list
    #footer-menu-links
    li
    li.branch
    li {
    border: none;
    margin-bottom: 8px;
}

#footer-wrapper
    #footer-navigation
    .item-list
    #footer-menu-links
    li
    li.branch
    li
    a {
    line-height: 24px;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
}

@media only screen and (min-width: 1024px) {
    #footer-wrapper #footer-navigation {
        float: left;
        width: 76.92307692%;
        padding: 18px 42px 18px 0;
    }

    #footer-wrapper #footer-navigation .item-list #footer-menu-links li {
        float: left;
        margin: 0 0 10px 30px;
        padding: 0 0 0 30px;
        border-left: 1px solid #ffffff;
        width: auto;
    }

    #footer-wrapper
        #footer-navigation
        .item-list
        #footer-menu-links
        li:first-child {
        margin-left: 0;
        padding-left: 0;
        border: none;
    }

    #footer-wrapper #footer-navigation .item-list #footer-menu-links li li {
        margin: 10px 0 0;
        padding: 0;
        border: none;
        width: auto;
        float: none;
    }

    #footer-wrapper
        #footer-navigation
        .item-list
        #footer-menu-links
        li
        li:first-child {
        margin: 0;
    }

    #footer-wrapper
        #footer-navigation
        .item-list
        #footer-menu-links
        li
        li.branch {
        border: none;
    }

    #footer-wrapper
        #footer-navigation
        .item-list
        #footer-menu-links
        li
        li.branch
        > a {
        line-height: 18px;
    }

    #footer-wrapper
        #footer-navigation
        .item-list
        #footer-menu-links
        li
        li.branch.expand {
        background: none;
    }

    #footer-wrapper
        #footer-navigation
        .item-list
        #footer-menu-links
        li
        li.branch.expand:after {
        display: none;
    }

    #footer-wrapper
        #footer-navigation
        .item-list
        #footer-menu-links
        li
        li.branch
        li
        a {
        line-height: 14px;
        margin-bottom: 18px;
    }
}

#footer-wrapper .block-acf-theme {
    padding: 32px 24px;
}

#footer-wrapper .block-acf-theme#block-acf-theme-footer-logos {
    display: none;
}

#footer-wrapper .block-acf-theme#block-acf-theme-footer-navigation {
    padding: 32px 0 120px 24px;
    background: #092134;
}

#footer-wrapper
    .block-acf-theme#block-acf-theme-footer-navigation
    .content
    .item-list {
    overflow: auto;
}

#footer-wrapper
    .block-acf-theme#block-acf-theme-footer-navigation
    .content
    .item-list
    ul {
    margin: 0;
    padding: 0;
}

#footer-wrapper
    .block-acf-theme#block-acf-theme-footer-navigation
    .content
    .item-list
    ul
    li {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

#footer-wrapper
    .block-acf-theme#block-acf-theme-footer-navigation
    .content
    .item-list
    ul
    li
    li {
    width: auto;
    float: none;
    margin: 0 24px 10px 0;
}

@media only screen and (min-width: 768px) {
    #footer-wrapper .block-acf-theme#block-acf-theme-footer-navigation {
        padding: 0;
    }

    #footer-wrapper
        .block-acf-theme#block-acf-theme-footer-navigation
        .content {
        padding: 18px 42px;
        max-width: 1254px;
        margin: 0 auto;
    }

    #footer-wrapper
        .block-acf-theme#block-acf-theme-footer-navigation
        .content
        .item-list
        ul {
        display: inline-block;
    }

    #footer-wrapper
        .block-acf-theme#block-acf-theme-footer-navigation
        .content
        .item-list
        ul
        li {
        width: auto;
        float: none;
        display: inline-block;
    }

    #footer-wrapper
        .block-acf-theme#block-acf-theme-footer-navigation
        .content
        .item-list
        ul
        li
        li {
        line-height: 24px;
        margin: 0 24px 0 0;
    }
}

#footer-wrapper .block-acf-theme#block-acf-theme-copyright {
    padding: 32px 0 0;
}

#footer-wrapper .block-acf-theme#block-acf-theme-copyright h2.block-title {
    margin: 0 0 12px;
}

#footer-wrapper .block-acf-theme#block-acf-theme-copyright h2.block-title a {
    display: block;
}

#footer-wrapper
    .block-acf-theme#block-acf-theme-copyright
    h2.block-title
    a
    span {
    display: none;
}

#footer-wrapper .block-acf-theme#block-acf-theme-copyright .content div span {
    display: none;
}

#footer-wrapper .block-acf-theme#block-acf-theme-copyright .content strong {
    font-weight: 700;
}

.fa-external-link {
    padding-left: 0.5rem;
    font-size: 0.5rem;
    color: lightgrey;
}

@media only screen and (min-width: 1024px) {
    #footer-wrapper .block-acf-theme#block-acf-theme-copyright {
        margin: 32px 0;
        padding: 18px 0 18px 42px;
        border-left: 1px solid #ffffff;
        float: right;
        width: 23.07692308%;
    }

    #footer-wrapper .block-acf-theme#block-acf-theme-copyright h2.block-title {
        float: left;
        margin-right: 24px;
    }

    body.page-office-research-library-search #footer-wrapper {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    /* #footer-wrapper
        .block-acf-theme#block-acf-theme-copyright
        h2.block-title
        a:before {
        font-size: 1.15em;
    } */
}

@media only screen and (max-width: 767px) {
    .clearfix:after {
        display: none;
        clear: none;
        content: normal;
    }

    #content {
        margin: 0;
    }

    #content .block {
        margin: 0 0 40px;
    }

    #sidebar {
        margin: 20px;
        border-top: 1px solid #eee;
        padding: 20px 0 0;
    }

    body.page-office #sidebar {
        border-top: none;
        padding: 0;
    }

    #sidebar .block {
        margin: 0 0 40px;
    }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: inherit;
    }

    .accessUrl {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    div.dataTables_info {
        display: none;
    }
}

@media screen and (max-width: 445px) {
    li.paginate_button.previous {
        display: inline;
    }
    li.paginate_button.next {
        display: inline;
    }
    li.paginate_button {
        display: none;
    }
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #a12854;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Dashboard */

.page-title {
    background-color: #d7e8e4;
    background-size: auto;
    padding: 1.5rem;

}

.page-title a, h1 {
    color: #264a64;
    font-weight: 900;
    margin-bottom: 0;
}

.page-title a {
    font-weight: 10;
}

.dsh {
    /*background-color: #f5f5f5;*/
}

/* ends */
