[alt="www.000webhost.com"] {
    display: none;
}

[v-for] {
    display: none;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, sans-serif;
    font-weight: lighter;
    color: #404040;
}

.primary-color {
    background-color: #f9f9fe;
    color: #808080
}

.modal {
    border-radius: 10px;
}

[data] {
    display: none;
}

[js] {
    display: none;
}

main.content {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: auto;
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
}

main.content>section {
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .container {
        width: auto;
    }

    .card-panel {
        padding: 10px;
    }
}


nav {
    transition: box-shadow .25s;
}

nav.auto-shadow {
    box-shadow: 0px 0px 0px
}


td {
    padding: 10px;
    border: solid #fff .5px;
}

thead {
    border: solid #fff .5px;
}

tr {
    border: solid #fff .5px;
}


ul {
    flex-direction: column;
}

.inline {
    flex-direction: row;
}

i.material-icons {
    font-size: 24px;
}

body {
    overflow: hidden;
}

header>nav {
    z-index: 10;
    position: fixed;
}

nav .sidenav-trigger {
    margin: 0px;
}


textarea.materialize-textarea:not(.browser-default) {
    transition: height .25s;
}


.input-field label {
    background-color: #fafafa !important;
    margin-left: 5px;
    padding-left: 5px;
}


input[type="date"]:not(.browser-default)::before {
    content: attr(placeholder);
    color: grey;
    margin: 10px;
    font-size: 14px;
}


@media screen and (max-width: 500px) {
    .divTable {
        background-color: #fff;
        overflow: auto;
        width: 100%;
        /* zoom: .9 */
    }

    .scale {
        background-color: #fff;
        overflow: auto;
        width: 100%;
        zoom: .9
    }
}

input[type=text].input-outline.circle:not(.browser-default),
input[type=date].input-outline:not(.browser-default),
textarea.materialize-textarea.input-outline:not(.browser-default) {
    border: solid #24242450 1px;
    border-radius: 50px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 10px);
}

input[type=text].input-outline:not(.browser-default),
input[type=date].input-outline:not(.browser-default),
textarea.materialize-textarea.input-outline:not(.browser-default) {
    border: solid #24242450 1px;
    border-radius: 5px;
    margin-top: 10px;
    border-color: #50505080;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
}

input[type=text].input-basic:not(.browser-default),
input[type=date].input-basic:not(.browser-default),
textarea.materialize-textarea.input-basic:not(.browser-default) {
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
    box-shadow: none;
}

input[type=text].input-basic:not(.browser-default):focus {
    border: none;
    border-radius: 5px;
    padding-left: 10px;
    width: calc(100% - 10px);
    box-shadow: none;
}


input[type=date].input-basic:not(.browser-default).padding-0 {
    padding: 0px;
}

.onover-brightness-light:hover {
    filter: brightness(1.05);

}

.onover-brightness:hover {
    filter: brightness(0.95);
}

.onover-border:hover {
    transition: box-shadow .25s, transform .25s;
    box-shadow: 0px 5px 10px #0f0f0f70;
    transform: scale(1.02);
}

.hover-green-light:hover {
    background-color: rgba(200, 250, 200, 0.5) !important;
}

.content {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: auto;
}

.sidenav {
    z-index: 999;
}

i.material-icons {
    user-select: none;
}

.soft-light {
    background-size: cover;
    background-blend-mode: soft-light;
    background-repeat: no-repeat;
}

.hl {
    height: auto;
}

.mobile-center {
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .hl {
        height: 50%;
    }

    .mobile-center {
        text-align: start;
    }
}

@media only screen and (min-width: 1000px) {
    .hl {
        height: 100%;
    }
}

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

.font-light {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.flex {
    display: flex;
    align-items: center;
}

.flex-1 {
    display: flex;
    flex: 1;
}

.flex-2 {
    display: flex;
    flex: 2;
}

.flex-3 {
    display: flex;
    flex: 3;
}

.flex-4 {
    display: flex;
    flex: 4;
}

.flex-5 {
    display: flex;
    flex: 5;
}

.flex-column {
    display: flex;
    flex-direction: column;
}



.full {
    width: 100%
}

.hand {
    cursor: pointer;
}

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

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

.opacity-10 {
    opacity: 10%;
}

.opacity-20 {
    opacity: 20%;
}

.opacity-30 {
    opacity: 30%;
}

.opacity-40 {
    opacity: 40%;
}

.opacity-50 {
    opacity: 50%;
}

.opacity-60 {
    opacity: 60%;
}

.opacity-70 {
    opacity: 70%;
}

.opacity-80 {
    opacity: 80%;
}

.opacity-90 {
    opacity: 90%;
}

.opacity-100 {
    opacity: 100%;
}

.radius-5 {
    border-radius: 5px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-30 {
    border-radius: 30px;
}

.radius-40 {
    border-radius: 40px;
}

.radius-50 {
    border-radius: 50px;
}

.radius-right-50 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.radius-top-50 {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.radius-60 {
    border-radius: 60px;
}

.radius-70 {
    border-radius: 70px;
}

.radius-80 {
    border-radius: 80px;
}

.radius-90 {
    border-radius: 90px;
}

.radius-100 {
    border-radius: 100px;
}

.vemSubindo {
    animation: vemSubindo 300ms cubic-bezier(0, 1, 0.5, 1);
}

@keyframes vemSubindo {
    0% {
        transform: translateY(100%);
    }

    50% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY();
    }
}

.linear-subindo {
    animation: vemSubindo 500ms cubic-bezier(0, 1, 0.5, 1);
}

@keyframes vemSubindo {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY();
    }
}

.ripple {
    position: absolute;
    background: rgba(255, 255, 255, .25);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.ripple.show {
    -webkit-animation: ripple .5s ease-out;
    -moz-animation: ripple .5s ease-out;
    -o-animation: ripple .5s ease-out;
    animation: ripple .5s ease-out
}

@-webkit-keyframes ripple {
    to {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes ripple {
    to {
        -moz-transform: scale(1.5);
        opacity: 0
    }
}

@-o-keyframes ripple {
    to {
        -o-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ripple {
    to {
        transform: scale(1.5);
        opacity: 0
    }
}

.component-page {
    display: block
}

.page {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .01;
    contain: strict;
    background-color: #fff;
    overflow: auto
}

.platform-ios .page {
    top: 0;
    left: 100%;
    opacity: 1
}

.page.show {
    opacity: 1;
    top: 0
}

.platform-ios .page.show {
    opacity: 1;
    top: 0;
    left: 0
}

.component-menu {
    display: block
}

.component-base {
    display: block
}

.show-it {
    opacity: 0;
}

.show-on-hover:hover .show-it {
    animation: opshowit 1s forwards;
}

@keyframes opshowit {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100;
    }
}

.content-has-sidenav-fixed {
    position: absolute;
    height: 100%;
    width: calc(100% - 300px);
    overflow: auto;
    bottom: 0px;
    right: 0px;
}

.nav-footer {
    position: fixed;
    bottom: 0px;
    height: 60px;
    width: 100%;
    z-index: 180;
}

.nav-footer ul {
    box-shadow: 0px -2px 10px #90909080;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: 180;
}

.nav-footer li {
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 1;
}

.has-sidenav-fixed {
    margin-left: 300px;
}

.nav-footer ul.has-sidenav-fixed {
    width: calc(100% - 300px);
}

@media only screen and (max-width: 992px) {

    .has-sidenav-fixed {
        margin-left: 0px;
    }

    .content-has-sidenav-fixed {
        position: absolute;
        height: 100%;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        right: 0px;
    }

    h1 {
        font-size: 40px;
    }
}

.space-header {
    height: 67px;
}

.has-header {
    position: absolute;
    bottom: 0px;
    margin-top: 57px;
    height: calc(100% - 57px);
}

.has-sub-header {
    position: absolute;
    bottom: 0px;
    margin-top: 57px;
    height: calc(100% - 113px);
}

.mobile-has-sub-header {
    position: absolute;
    bottom: 0px;
    height: calc(100% - 109px);
}

.mobile-has-footer {
    position: absolute;
    bottom: 0px;
    height: calc(100% - 109px);
}

@media only screen and (min-width: 601px) {

    .space-header {
        height: 75px;
    }

    .has-header {
        position: absolute;
        bottom: 0px;
        margin-top: 65px;
        height: calc(100% - 65px);
    }

    .has-sub-header {
        position: absolute;
        bottom: 0px;
        margin-top: 65px;
        height: calc(100% - 129px);
    }

    .mobile-has-sub-header {
        position: absolute;
    }
}

.page {
    overflow: hidden;
}

.white {
    color: black;
}

.linear-grey {
    background: linear-gradient(#303030, #252525);
    color: white;
}

.linear-grey-1 {
    background: linear-gradient(#252525, #212121);
    color: white;
}


.hoverable-white {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.hoverable-white:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
    box-shadow: 0 8px 17px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

.z-depth-2-white {
    height: width;
    -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.2),
}

.margin-0 {
    margin: 0px;
}

.margin-1 {
    margin: 1px;
}

.margin-2 {
    margin: 2px;
}

.margin-3 {
    margin: 3px;
}

.margin-4 {
    margin: 4px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-20 {
    margin: 20px;
}

.margin-30 {
    margin: 30px;
}

.margin-40 {
    margin: 40px;
}

.margin-50 {
    margin: 50px;
}

.margin-60 {
    margin: 60px;
}

.margin-70 {
    margin: 70px;
}

.margin-80 {
    margin: 80px;
}

.margin-90 {
    margin: 90px;
}

.margin-100 {
    margin: 100px;
}

.padding-0 {
    padding: 0px
}

.padding-1 {
    padding: 1px;
}

.padding-2 {
    padding: 2px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-50 {
    padding: 50px;
}

.padding-60 {
    padding: 60px;
}

.padding-70 {
    padding: 70px;
}

.padding-80 {
    padding: 80px;
}

.padding-90 {
    padding: 90px;
}

.padding-100 {
    padding: 100px;
}

.padding-h-1 {
    padding-left: 1px;
    padding-right: 1px;
}

.padding-h-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-h-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-h-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-h-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-h-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.padding-h-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.padding-h-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.padding-h-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.padding-h-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.padding-h-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.padding-h-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.margin-h-1 {
    margin-left: 1px;
    margin-right: 1px;
}

.margin-h-2 {
    margin-left: 2px;
    margin-right: 2px;
}

.margin-h-3 {
    margin-left: 3px;
    margin-right: 3px;
}

.margin-h-4 {
    margin-left: 4px;
    margin-right: 4px;
}

.margin-h-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-h-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-h-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-h-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-h-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-h-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-h-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.margin-h-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.margin-h-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.margin-h-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.margin-h-100 {
    margin-left: 100px;
    margin-right: 100px;
}

.overflow-y-hand {
    overflow-y: hidden;
}

.overflow-y-hand:hover {
    overflow-y: auto;
}

.overflow-x-hand {
    overflow-x: hidden;
}

.overflow-x-hand:hover {
    overflow-x: auto;
}

.overflow-y {
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 600px) {
    .overflow-y-hand {
        overflow-y: auto;
    }

    .overflow-x-hand {
        overflow-x: auto;
    }
}

.of-hidden {
    overflow: hidden;
}

ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: inherit;
    align-items: inherit;
}

.align-center {
    justify-content: center;
}

.in-fade {
    animation: inFade 1s;
}

@keyframes inFade {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 100%;
    }
}

.blink {
    animation: blink 500ms infinite;
}

@keyframes blink {
    0% {
        opacity: 50%;
    }

    100% {
        opacity: 100%;
    }
}

.jumping {
    animation: jumping 500ms infinite
}

@keyframes jumping {
    0% {
        transform: translateY();
    }

    100% {
        transform: translateY(-10px);
    }
}

.full-h {
    height: 100%;
}


.full-w {
    width: 100%;
}


.full-wh {
    height: 100%;
    width: 100%;
}

.radius-infinity {
    border-radius: 100%;
}

.radius-left-infinity {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}

.radius-top-infinity {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}

.radius-right-infinity {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}

.radius-bottom-infinity {
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
}

.hidden {
    display: none;
}

.treme {
    animation: treme 500ms;
}

@keyframes treme {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX();
    }
}

.border-grey {
    border-style: solid;
    border-width: 1px;
    border-color: #80808050;
}

.border-green {
    border-style: solid;
    border-width: 1px;
    border-color: #509950;
}

.border-red {
    border-style: solid;
    border-width: 1px;
    border-color: #995050;
}

.border-5 {
    border-width: 5px;
}

.border-10 {
    border-width: 10px;
}

@media only screen and (max-width: 600px) {
    .modal.open {
        width: 100%;
    }

    .modal .modal-footer {
        position: absolute;
        display: flex;
        bottom: 0%;
        left: 0px;
    }
}

.modal .modal-footer {
    position: absolute;
    bottom: 0%;
    left: 0px;
}

a.btn:focus {
    box-shadow: 0px 0px 10px #00000099;
}

.bold {
    font-weight: bolder;
}

.align-bottom {
    display: flex;
    align-items: flex-end;
}

.h80 {
    height: 80%;
}

.h100 {
    height: 100%;
}

.border {
    border-style: solid;
    border-width: 1px;
}

.grey-darken-5 {
    background-color: #252525;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-21 {
    font-size: 21px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}


.z-depth-w-1 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12), 0 1px 5px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.12), 0 1px 5px 0 rgba(255, 255, 255, 0.2)
}

.z-depth-w-1-half {
    -webkit-box-shadow: 0 3px 3px 0 rgba(255, 255, 255, 0.14), 0 1px 7px 0 rgba(255, 255, 255, 0.12), 0 3px 1px -1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 3px 3px 0 rgba(255, 255, 255, 0.14), 0 1px 7px 0 rgba(255, 255, 255, 0.12), 0 3px 1px -1px rgba(255, 255, 255, 0.2)
}

.z-depth-w-2 {
    -webkit-box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 5px 0 rgba(255, 255, 255, 0.14), 0 1px 10px 0 rgba(255, 255, 255, 0.12), 0 2px 4px -1px rgba(255, 255, 255, 0.3)
}

.z-depth-w-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(255, 255, 255, 0.14), 0 3px 14px 2px rgba(255, 255, 255, 0.12), 0 5px 5px -3px rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 17px 2px rgba(255, 255, 255, 0.14), 0 3px 14px 2px rgba(255, 255, 255, 0.12), 0 5px 5px -3px rgba(255, 255, 255, 0.2)
}

.z-depth-w-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(255, 255, 255, 0.14), 0 6px 30px 5px rgba(255, 255, 255, 0.12), 0 8px 10px -7px rgba(255, 255, 255, 0.2);
    box-shadow: 0 16px 24px 2px rgba(255, 255, 255, 0.14), 0 6px 30px 5px rgba(255, 255, 255, 0.12), 0 8px 10px -7px rgba(255, 255, 255, 0.2)
}

.z-depth-w-5 {
    -webkit-box-shadow: 0 24px 38px 3px rgba(255, 255, 255, 0.14), 0 9px 46px 8px rgba(255, 255, 255, 0.12), 0 11px 15px -7px rgba(255, 255, 255, 0.2);
    box-shadow: 0 24px 38px 3px rgba(255, 255, 255, 0.14), 0 9px 46px 8px rgba(255, 255, 255, 0.12), 0 11px 15px -7px rgba(255, 255, 255, 0.2)
}

.hover-black12:hover {
    background-color: rgba(12, 12, 12, .1);
}

.grey-20 {
    background-color: #202020;
}

.grey-30 {
    background-color: #303030;
}

.grey-40 {
    background-color: #404040;
}

.grey-50 {
    background-color: #505050;
}

.grey-60 {
    background-color: #606060;
}


ul.menu-icons {
    position: fixed;
    overflow: visible;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}

ul.menu-icons>li {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.menu-icons>li.tab>a {
    padding: 5px 0px;
    height: 50px;
    align-items: center;
    justify-content: center;
}

ul.menu-icons>li.tab>a.active>i {
    color: #ff9999;
}

ul.menu-icons>li:hover {
    background-color: #ffffff20;
}

ul.sub-menu {
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 250px;
    background-color: #303030;
    color: white;
    display: none;
    justify-content: flex-start;
    top: 0px;
    left: 60px;
    margin: 0px;
}

ul.sub-menu>li {
    padding-left: 20px;
}

.content-has-sub-menu {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    padding-left: 60px;
    transition: padding .15s;
}

.content-has-sub-menu>header {
    padding-left: inherit;
}

.content-has-sub-menu>header>nav {
    position: fixed;
    left: 0px;
    padding-left: inherit;
}

ul.menu-icons.tabs>li.indicator {
    display: none;
}

@media only screen and (max-width: 600px) {
    ul.menu-icons {
        position: fixed;
        overflow: visible;
        left: 0px;
        top: calc(100% - 60px);
        height: 60px;
        width: 100%;
        display: flex;
        background-color: red;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        padding: 0px;
        margin: 0px;
        z-index: 1;
    }

    ul.menu-icons>li {
        width: 60px;
        height: 60px;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
    }

    ul.menu-icons>li.tab {
        display: block;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
    }

    ul.menu-icons>li.tab.a {
        width: 0px;
        padding: 0px;
        width: 60px;
        height: 60px;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
    }

    ul.menu-icons>li.tab>a.active>i {
        color: #ff9999;
    }

    ul.sub-menu {
        position: fixed;
        z-index: 1;
        height: calc(100% - 116px);
        width: 250px;
        left: 0px;
        background-color: #303030;
        color: white;
        display: none;
        top: 56px;
        margin: 0px;
    }

    .content-has-sub-menu {
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 100%;
        padding-left: 0px;
        transition: padding .15s;
    }

    .content-has-sub-menu>header {
        padding-left: inherit;
    }

    .content-has-sub-menu>header>nav {
        position: fixed;
        left: 0px;
        padding-left: inherit;
    }
}

.tabs .tab {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.tabs .tab a::selection {
    background-color: white;
}

.fff {
    background-color: white;
}

.shadow {
    box-shadow: 0px 0px 5px #e0e0e0;
}

.min-w {
    width: min-content;
}