body {
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    line-height: 1.15;
}

#mainwrapper .free-tile.title {
    margin-bottom: 0;
}

h2, section.tile h2, body.swing-stories .free-tile.title h2 {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
}

#popup {
    z-index: 999;
}

#dashboardheader {
    display: none;
}

#dashboardwrapper {
    margin-bottom: 50px;
}

.name_mosaic5 .innerheader-image {
    background: url("images/banner.svg") no-repeat center center;
    background-size: cover;
    height: 300px;
}

#mainwrapper {
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
}

.mosaic-header {
    background: #FFF;
}

body.scroll-up .mosaic-header {
    left: 0;
    background: #FFF;
}

section.tile p.subtitle {
    font-weight: 400;
}

section.tile h2 {
    margin: 0;
}

#pull:before {
    margin-top: 0;
}

div.no-crumb .trail-title {
    font-size: 2.5rem;
}

.next-theme-btn i {
    display: none;
}

.free-table {
    padding: 0 !important;
}

table tr th,
table tr td {
    padding: 1rem 2rem 1rem 0 !important;
    border-bottom: 1px solid #D3D3D4 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
}

table tr th:last-child,
table tr td:last-child {
    padding-right: 0 !important;
}

table thead th,
table thead td {
    padding: 0.5rem 2rem 0.5rem 0 !important;
    border-bottom: 1px solid #343434 !important;
    background: transparent !important;
    color: #343434 !important;
    font-weight: 600 !important;
}

body.swing-stories div.no-crumb .trail-title,
body.swing-stories section.tile h2,
body.swing-stories section.tile h3.tile-header {
    margin-bottom: 0;
    font-weight: 400;
}

.inner-tile header,
.inner-tile .wHalf h2.header,
.inner-tile .wHalf h3.header,
header.free-table {
    height: 54px;
}

body.swing-stories #utilsmenu {
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px hsla(0,0%,75%,.33), 0 1px 3px hsla(0,0%,75%,.33);
    background-color: #aa418c;
    color: #FFF;
  }

.cgdiawioihbjjid table.tile-presentation-table tbody th {
    width: 160px;
}

.cgdiawikihugj9  .tile._154 g.elements g.bar:first-child {
  transform: translate(-20px);
}

.cgdiawikihugj9  .tile._154 g.labels g.bar:first-child {
  transform: translate(-20px);
}

.cgdiawikihugj9  .tile._154 g.elements g.bar:last-child {
  transform: translate(20px);
}

.cgdiawikihugj9  .tile._154 g.labels g.bar:last-child {
  transform: translate(20px);
}

.theme-link .far {
    font-size: 12px;
}

.theme-link .fa-caret-right:before {
    content: "\f054";
}

.theme-link .fa-caret-down:before {
    content: "\f078";
}

#popupdialog:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, .55);
}

.popup-wrapper {
    position: relative;
    z-index: 2;
}

.o-adds {
    display: none;
}

#themaView .v-text-top .free-tile .v-align {
    justify-content: start;
}

.screenshot #d_header,
.screenshot .innerheader-image,
.screenshot .hide-on-print,
.screenshot #footer {
    display: none!important;
}

.screenshot #dashboardwrapper.transparent-background {
    width: 100%;
}

.screenshot .inner-tile,
.screenshot .free-tile,
.screenshot #mainwrapper {
    box-shadow: none;
}

.screenshot table tr th,
.screenshot table tr td {
    padding: .25rem 2rem .25rem 0 !important;
}

.screenshot #mainwrapper {
    overflow: visible;
}

.column-2 {
    width: 49%;
}

.button-feedback-fixed:before {
    font-family: "Font Awesome 6 Pro";
}

.button-feedback {
    display: none;
}

.screenshot .button-feedback {
    display: inline-block;
}

@media screen and (max-width: 900px) {
    .column-2 {
        width: 100%;
    }

    div.no-crumb .trail-title {
        padding-left: 15px;
        font-size: 1.5rem;
    }

    section.tile div.content.table-wrapper, section.tile div.tile-content.table-wrapper {
        overflow: auto!important;
    }
}