body{
    font-family: 'Nunito', sans-serif;
    color: #212121;
    overflow: hidden;
}

.textLight {
    color: #999999;
}

.bold {
    font-weight: bold;
}


div#LeftPanel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    box-sizing: border-box;
    padding: 10px;
    z-index: 1;
    box-shadow: 0px 0px 17px -12px #646669;
}

div#MainContent {
    position: absolute;
    top: 0;
    left: 240px;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    overflow: auto;
    padding: 30px;
    padding-top: 0px;
    padding-left: 50px;
    background: #e4e7eb;
}

div#LeftPanel>div {
    padding: 14px 0px;
    display: flex;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 10px;
    align-items: center;
    color: #bebfc1;
}

div#LeftPanel>div i {
    margin-right: 9px;
}

div#LeftPanel>div.selected {
    color: rgb(22,200,60);
    /*background: linear-gradient(90deg, rgba(22,200,60,1) 0%, rgba(128,221,66,1) 100%);*/
    /* box-shadow: 0px 3px 7px -5px #555; */
}

.mainSection {
    display: inline-block;
    margin: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
    border-radius: 15px;
    padding: 30px;
}

.smallMenu div#LeftPanel {
    width: 70px;
    font-size: 24px;
}

.smallMenu div#LeftPanel>div>div {
    display: none;
}

div#LeftPanel>div.selected:before {content: '';position: absolute;right: -5px;height: 8px;width: 8px;border-radius: 10px;background: rgb(22,200,60);border: 2px solid white;}

.smallMenu div#MainContent {
    left: 70px;
}

.smallMenu div#LeftPanel>div i {
    margin: 0px;
}

.smallMenu div#LeftPanel>div {
    justify-content: center;
}

div#LeftPanel img {
    width: 30px;
    margin: 30px auto;
    display: block;
    margin-top: 15px;
}

.listWrapper {
    margin-top: 30px;
}

.kiosk {
    display: none;
}

.kiosk {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 100;
}