@font-face {
    font-family: FigTreeExtraBold;
    src: url('/css/Figtree-ExtraBold.woff2');
}
@font-face {
    font-family: FigTreeLight;
    src: url('/css/Figtree-Light.woff2');
}
@font-face {
    font-family: FigTreeMedium;
    src: url('/css/Figtree-Medium.woff2');
}

body, html {
    font-family: FigTreeLight;
    height: 100%;
    width: 100%;
    //background-color: #d4d5d6;
    color: #1a2227;
}

.hide
{
    display: none;
}

#menu {
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #1a2227;
}

#logo {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 150px;
}

#main {
    position: absolute;
    top: 40px;
    left: 440px;
    width: calc(100% - 480px);
    height: calc(100% - 80px);
    overflow: scroll;
}
.page {
    display: none;
}
a.menu {
    color: #c0c0c0;
    text-decoration: none;
}
a.menu:hover {
    color: #ffffff;
    text-decoration: underline;
}

#imgCropContainer {
    position: absolute;
    top: 50%;
    left: 50%;
}
#imgCropFrame {
    position: absolute;
    border: 1px solid #00ff00;
    top: 50%;
    left: 50%;
    overflow: hidden;
    pointer-events: none;
}
#imageCropControls {
    position: relative;
    margin: auto;
    width: 200px;
    background: #ebd7af;
    padding: 10px;
    border-radius: 5px;
    z-index: 9999;
}
.btn {
    font-family: FigTreeMedium;
}

.btn-success {
    --bs-btn-bg: #2effd1;
    --bs-btn-border-color: #2effd1;
    --bs-btn-hover-border-color: #2effd1;
    --bs-btn-hover-bg: #2effd1;
    --bs-btn-color: #1a2227;
    --bs-btn-hover-color: #1a2227;
}

.btn-primary {
    --bs-btn-bg: #1a2227;
    --bs-btn-border-color: #1a2227;
    --bs-btn-hover-border-color: #1a2227;
    --bs-btn-hover-bg: #1a2227;
    --bs-btn-color: #ebd7af;
    --bs-btn-hover-color: #ebd7af;
}

.btn-secondary {
    --bs-btn-bg: #ebd7af;
    --bs-btn-border-color: #ebd7af;
    --bs-btn-hover-border-color: #ebd7af;
    --bs-btn-hover-bg: #ebd7af;
    --bs-btn-color: #1a2227;
    --bs-btn-hover-color: #1a2227;
}

.btn-danger {
    --bs-btn-bg: #cc2949;
    --bs-btn-border-color: #cc2949;
    --bs-btn-hover-border-color: #cc2949;
    --bs-btn-hover-bg: #cc2949;
    --bs-btn-color: #ebd7af;
    --bs-btn-hover-color: #ebd7af;
}
.btn-info {
    --bs-btn-bg: #ffffff;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-border-color: #1a2227;
    --bs-btn-hover-border-color: #1a2227;
    --bs-btn-color: #1a2227;
    --bs-btn-hover-color: #1a2227;
}
.btn-warning {
    --bs-btn-bg: #2effd1;
    --bs-btn-active-bg: #2effd1;
    --bs-btn-border-color: #2effd1;
    --bs-btn-hover-border-color: #2effd1;
    --bs-btn-active-border-color: #2effd1;
    --bs-btn-hover-bg: #2effd1;
    --bs-btn-color: #1a2227;
    --bs-btn-active-color: #1a2227;
    --bs-btn-hover-color: #1a2227;
}
.btn-light {
    --bs-btn-bg: #ffffff;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-border-color: #1a2227;
    --bs-btn-hover-border-color: #1a2227;
    --bs-btn-color: #1a2227;
    --bs-btn-hover-color: #1a2227;
}

textarea {
    min-height: 80px !important;
}
.chart {
    width: 1000px;
    width: 100%;
    height: 500px;
}
.totals {
    font-family: 'FigTreeExtraBold';
    font-size: 31px;
    text-align: center;
}
.totals-wrapper {
    color: #1a2227;
    background: #ebd7af;
    border-radius: 10px;
    padding: 5px;
}
.total-text {
    margin-top: -0px;
    font-family: FigTreeLight;
    font-size: 12px;
}
.page h1 {
    margin-bottom: 20px;
}
.drilldown-header {
    font-family: 'FigTreeExtraBold';
    color: #fff;
}
#drilldown {
    font-size: 12px;
}
#drilldown a {
    color: #2effd1;
    text-decoration: none;
}
#drilldown a:hover {
    text-decoration: underline;
}

#table-drilldown tbody:hover {
    cursor: pointer;
}
.analytics-datepicker {
    width: 80px;
    font-size: 11px;
}
.analytics-datepicker-float {
    float: left;
    margin-right: 5px;
    font-size: 11px;
}
.menuHeader {
    font-size: 30px;
    font-family: 'FigTreeExtraBold';
    color: #ebd7af;
}
.btn-xs {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}
.drilldown-entry {
    width: 330px;
    height: 23px;
    overflow-x: hidden;
}
#analytics-navigation .btn-xs {
    margin-top: 5px;
}

.bold {
    font-family: FigTreeExtraBold;
}

.section-header {
    font-size: 1.5rem;
    font-family: FigTreeExtraBold;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.5rem;
}

.field-label {
    font-family: FigTreeExtraBold;
    margin-bottom: 0.5rem;
    display: block;
}

.divider {
    border-top: 1px solid #ddd;
    margin: 1.5rem 0;
}



.media-files-entry {
    position: relative;
    text-align: center;
    width: 110px;
    height: 140px;
    float: left;
    margin-right: 10px;
}
.media-files-entry:hover {
    background: #97bdd6;
    cursor: pointer;
}
.media-files-entry i {
    font-size: 50px;
}

.media-files-name {
    font-size: 12px;
    padding: 5px;
}
.media-files-versions {
    position: absolute;
    left: 50%;
    background: #fff;
    border: 1px solid #808080;
    top: 80px;
    width: 200px;
    margin-left: -100px;
    display: none;
    padding: 5px;
    z-index: 9999999;
}
.media-files-selected {
    background: #ebd7af;
}
.media-files-preview {
    height: 80px;
}
.media-files-preview-image {
    max-width: 100px;
    max-height: 80px;
}
.media-files-icons {
    display: none;
    position: absolute;
    right: 0px;
    top: -23px;

}
.media-files-icons i {
    font-size: 12px;
}

#mediaFilesDropZone {
    /*min-height: 100px;
     */
}
#mediaFilesBody {
}
.drop-here {
    background: red;
}


.table-hover tbody tr:hover {
    background-color: #ebd7af;
}
.table-reporting td, .table-reporting th {
    border: 1px solid #000;
}
.table-reporting tr {
    color: #ebd7af;
    background: #1a2227;
}
.table-reporting table {
    border-collapse: collapse;
}
.table-reporting th, .header {
    font-family: FigTreeExtraBold;
}
.table-reporting .header {
    background: #ebd7af;
    color: #1a2227;
    padding-top: 5px;
    padding-bottom: 5px;
}
.table-reporting td, .table-reporting th {
    padding-right: 5px;
    padding-left: 5px;
    font-feature-settings: "tnum";
}

.table-reporting tr:hover {
    background: #29353d !important;
}