﻿html {
    height: 100%;
}

body {
    overflow: hidden;
}

.dashboard-home {
    height: 600px;
    overflow: hidden;
    margin: 0px 30px;
    margin-top: 45px;
    background-color: #232327;
}

.tab-text {
    color: #ffffff !important;
    margin: 0px 10px;
}

.container-div {
    padding-right: 15px;
    padding-left: 15px;
    /*margin-right: auto;
    margin-left: auto;*/
}

.headerDiv {
    height: 40px;
    margin-top: 10px;
}

.dbrdEmbed {
    min-height: 100%;
    overflow: hidden;
    width: 96%;
    float: right;
    position: relative;
    background-color: #f6f8fb;
    color: #8d8e8f;
}

.dbrdEmbed.resize {
    width: 83%;
}

.menu-bar {
    width: 25%;
    /*    background: #3bacf6;*/
    background: var(--primary-sidebar-background-color);
    height: 100%;
    float: left;
}

.menu-item {
    width: 34px;
    height: 20px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    color: #ffffff;
}

#app-container {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid black;
    position: absolute;
}

.header-item {
    width: 115px;
    height: 20px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.31px;
    text-align: center;
    color: var(--primary-sidebar-background-color) !important;
    padding-top: 20px !important;
}

.menu-logo {
    height: 35px;
    width: 125px;
    margin-left: 15px;
    position: absolute;
    background-size: 100% 100%;
    background-image: url(images/jlogo.png);
}


.menu-bar ul li a:hover, .menu-bar ul li a:focus {
    background-color: transparent !important;
    cursor: pointer;
    color: #1897e2;
}

.header-section ul li a:hover, .header-section ul li a:focus {
    background-color: transparent !important;
    cursor: pointer;
    color: var(--primary-header-active-text);
}

.disabled {
    color: #cfcfcf !important;
    pointer-events: none;
}

.unselected {
    color: #1897e2;
}

.header-section {
    height: 50px;
    width: 100%;
    position: absolute;
    border-bottom:1px solid #dee2e6;
}

.dashboard-section {
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50px;
}

#dbrdcontainer {
    height: 100%;
    width: 100%;
}

.footer-section {
    height: 5%;
    bottom: 0;
}

.footer-content {
    width: 250px;
    background: #ffffff;
    color: #000000;
    border: 1px solid black;
    float: right;
    margin-right: 80px;
    bottom: 0;
    font-size: 18px;
    font-family: Roboto;
    text-align: center;
    margin-top: 10px;
    right: 0;
}

body {
    min-height: 100%;
    overflow-x: hidden;
}

.menu-bar ul li a {
    padding: 10px 5px !important;
}

.dbrd-popup {
    width: 75%;
    float: left;
    display: none;
    background-color: #f6f8fb;
    border-right: 1px solid #d3d3d3;
}

.dbrd-popup.active {
    display: block;     
}

.popup-sec1 {
    height: 28%;
    min-height: 200px;
    min-width: 120px;
    border-bottom: 1px solid #d3d3d3;
}

.popup-sec2 {
    height: 33%;
    min-height: 200px;
    min-width: 120px;
    border-bottom: 1px solid #d3d3d3;
}

.popup-sec3 {
    height: 41%;
    min-width: 120px;
    min-height: 150px;
}

.popup-menu {
    height: 210px;
    padding-left: 15px;
    padding-top: 25px;
}

.popup-item {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.31px;
    color: #666666;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 30px;
}

.popup-sec2 ul li a:hover, .popup-sec2 ul li a:focus, .popup-sec3 ul li a:hover, .popup-sec3 ul li a:focus {
    background-color: transparent !important;
    color: #666666 !important;
}

.left-part {
    float: left;
    width: 50%;
}

.right-part {
    float: right;
    width: 50%;
}

.dashboard-widget-text, .reports-widget-text, .transactions-widget-text,
.deposits-widget-text, .customers-widget-text, .items-widget-text {
    font-size: 9px;
    letter-spacing: -0.19px;
    text-align: center;
    color: #666666;
    background-color: transparent;
}

.widget-logo {
    width: 40px;
    height: 40px;
    background-image: linear-gradient(135deg, #b5ecb8, #84d5ec);
}

.section3 {
    height: 20px !important;
    font-size: 10px !important;
}

.img-style {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}

.e-dashboarddesigner-designPanel .e-dashboarddesigner-bannerPanel {
}

ul.nav.navbar-nav.popup-menu li {
    float: left;
    width: 100%;
}

.li-selected {
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    display: block;
}

#getting-started {
    width: 110px;
    font-family: Roboto;
    font-size: 12px;
    color: var(--primary-header-active-text);
    text-align: center;
    margin-top: -2px;
    height: 30px;
    object-fit: contain;
    border-radius: 3px;
    border: solid 1px var(--primary-header-active-text);
    float: left;
    display: table;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666666;
}

.item-view {
    height: 20px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    cursor: pointer;
}

