@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
/* TYPOGRAPHY */
h1, .h1, .heading-1 {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 50px;
    line-height: 1.2;
    color: #0079bc;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
h2, .h2, .heading-2 {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #0079bc;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h3, .h3, .heading-3 {
    font-family: 'Roboto Condensed',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #052264;
}
h4, .h4, .heading-4 {
    font-family: 'Roboto Condensed',serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #052264;
}
p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.font-weight-bold { font-weight: 900; }
.button.small {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

h2 small {
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
}
table { margin-bottom: 15px; }
table p { margin-bottom: 0.5em; }

.border-one-grey { border: 1px solid #ccc; border-radius: 8px; }
img { max-width: 100%; }

.personabar-visible .spacer {
    background-image: linear-gradient(45deg, #fff6de 25%, #fffced 25%, #fffced 50%, #fff6de 50%, #fff6de 75%, #fffced 75%, #fffced 100%);
    background-size: 56.57px 56.57px;
}
.personabar-visible .space-on-admin {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px dashed #ff9900;
        border-bottom: 1px dashed #ff9900;
}
.subpage-menu {
    -webkit-box-shadow: 0 0 4px 0 #dcdcdc;
    box-shadow: 0 0 4px 0 #dcdcdc;
}

.subpage-menu ul li a {
    display: block;
    padding: 5px 10px;
    background-color: #ececec;
    border-radius: 5px;
    margin-bottom: 3px;
    text-transform: uppercase;
    border-left: 2px solid #ececec;
    border-right: 2px solid #ececec;
      -webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
}
.subpage-menu ul li a:hover {
    border-left: 2px solid #0079bc;
    border-right: 2px solid #0079bc;
}
.subpage-menu ul [data-pageselected="True"] a {
    border-left: 2px solid #0079bc;
    border-right:2px solid #0079bc;
}
ul.jqueryFileTree li a em {
    float: right;
    color: #cccccc;
}

div.sc-content-block-list.show-placeholder:empty {
    height: 60px !important;
    margin-bottom: 20px;
}

table td p { margin-bottom: 0; }

.pr-30 { padding-right: 30px; }

.fixed-header { background-color: #fff; }

  .accordion-body { min-height: 80px; }
  .personabar-visible .accordion-body { background-image: linear-gradient(45deg, #ececec 25%, #ffffff 25%, #ffffff 50%, #ececec 50%, #ececec 75%, #ffffff 75%, #ffffff 100%);
background-size: 56.57px 56.57px; padding-bottom: 60px; }

div.dnnModuleDigitalAssetsGrid {
    padding-bottom: 82px;
}
#dnnModuleDigitalAssetsSelectionToolbar, #dnnModuleDigitalAssetsListViewToolbar, #dnnModuleDigitalAssetsListContainer, .dnnModuleDigitalAssetsGrid > table > thead > tr {
    min-height: 32px;
}

.filetree1750 .jqueryFileTree li a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #212529;
}

.btn-primary {
    color: #fff;
    background-color: #0079bc;
    border-color: #0079bc;
}

.btn-outline-primary {
    color: #0079bc;
    border-color: #0079bc;
}
.btn-outline-primary:hover {
    color: #052264;
    border-color: #052264;
}
a.button {
    border: 1px solid #fff;
}

.row-of-icons .link-title {
    font-size: 13px;
}
header .row-of-icons {
    display:flex;
}
@media (min-width: 1400px) {
.row-of-icons .link-title {
    font-size: 16px;
}
}

.sc-content-block-menu {
    z-index: 9999;
}

.dnnModuleDialog {
    top: 20px !important;
}

.dnnModuleDialog .dnnModuleList .listContainer ul li span.actions .button.topModule {
    padding: 0px;
}

table tr:nth-child(odd) { background-color: #F5F5F5; }

th, td {
  text-align: left;
  padding: 15px;
}

.sc-menu {
    z-index: 9999999 !important;
}

.sc-content-block-menu {
    z-index: 99999 !important;
}
.personabar-visible .sc-cb-pane-glow {
    border-top: 1px dashed #ff9900;
}

table {
    margin-bottom: 2rem;
}







