#app {
    background: url('./bg.svg') #EEEEEE no-repeat;
}
aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    padding-bottom: 1em;
    box-shadow: 0 0 15px rgba(38,194,129,0.3);
    background: url('./menu.svg') #2A2A2A;
    z-index: 100;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
aside::-webkit-scrollbar { width: 0; }
section {
    position: relative;
    margin-left: 250px;
    min-width: 550px;
    height: 100vh;
    padding: 20px;
    overflow-y: scroll;
}
main { min-height: 100%; }
footer { text-align: center; color: #ccc; }
.dev {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 3px 7px;
    font-weight: 700;
    color: #FFFFFF;
    background: #FF5252;
}
.session {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 3px 7px;
    font-weight: 700;
    color: #FFFFFF;
    background: #0088CC;
}
.admin-button-group {
    position: absolute;
    top: 25px;
    right: 20px;
}
.admin-header {
    font-family: 'Exo 2';
    font-weight: 700;
    text-transform: uppercase;
}
nav {
    font-family: 'Exo 2';
}
nav .logo {
    display: block;
    width: 100%;
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
    text-transform: uppercase;
    color: #FFFFFF;
}
nav .user {
    display: flex;
    padding-left: 15px;
    padding-bottom: 15px;
}
nav .user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #EEEEEE;
    padding: 3px;
}
nav .user .name {
    color: #EEEEEE;
    padding-left: 10px;
    font-size: 1.3em;
    line-height: 52px;
}
nav .item {
    display: block;
    position: relative;
    padding: 10px 0px 10px 15px;
    color: #CCCCCC;
    font-weight: 400;
    border-left: 3px solid rgba(0,0,0,0);
    transition: all 0.3s ease-in-out;
}
nav .item:hover {
    border-left: 3px solid rgba(255,255,255,0.5);
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}
nav .item:focus,
nav .item:active {
    color: #FFFFFF;
    background-color: rgba(255,255,255,0.1);
    border-left: 3px solid #0088CC;
    outline: none;
}
nav .item:focus.active,
nav .item:active.active {
    color: #FFFFFF;
    border-left: 3px solid #FF5252;
}
nav .item.active {
    font-weight: 700;
    border-left: 3px solid #FFFFFF;
    color: #FFFFFF;
}
nav .item .label {
    position: absolute;
    background-color: #EEEEEE;
    color: #2A2A2A;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 3px 6px;
    border-radius: 5px;
    right: 7px;
}
nav .item .icon {
    color: #fff;
}

.margin-top-1em {
    margin-top: 1em;
}
.margin-top-2em {
    margin-top: 2em;
}
.margin-top-3em {
    margin-top: 3em;
}
.margin-top-4em {
    margin-top: 4em;
}
.margin-top-5em {
    margin-top: 5em;
}

.padding-3em {
    padding: 3em 0;
}

.tar {
    text-align: right;
}

.flex-center {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.shadow-text {
    color: #DDDDDD;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 7em;
    line-height: 1;
    font-weight: 700;
}


.wolframium,
.wolframium a {
    color: #cccccc;
    transition: color 0.3s;
    padding: 10px 0;
}
.wolframium a:hover {
    color: #666666;
}

.auth {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.auth form {
    width: 300px;
}
.auth form a.link {
    color: #cccccc;
    transition: color 0.3s;
}



.x {
    position: relative !important;
}
.xform {
    text-transform: uppercase;
}
.xbox {
    display: flex;
    flex-direction: row;
    height: 0px;
    width: calc(100% - 14px);
    top: 58px;
    position: absolute;
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
    border-right: 1px solid #85b7d9;
    border-bottom: 1px solid #85b7d9;
    border-left: 1px solid #85b7d9;
    border-bottom-right-radius: .28571429rem;
    border-bottom-left-radius: .28571429rem;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}
.xform:focus + .xbox,
.xbox:hover {
    height: 200px;
    opacity: 1;
    z-index: 999;
}



.ui.placeholder .ui.fluid.dropdown {
    max-width: 80%; 
    margin: 0 auto;
}

/*.ui.form .ui.placeholder.segment .field {
    max-width: 100%; 
}*/

.ui.attached.header {
    background-color: #efeffe;
}
.d-none {
    display: none!important;
}