.dis {
    display: none;
}

.bred {
    color: red;
}

.clear:after {
    display: block;
    height: 0;
    content: '';
    visibility: hidden;
    clear: both;
}

.aui-list {
    font-size: 0.7rem !important;
}

.aui-bar-nav {
    background-color: #ff913e !important;
}

.aui-bar-nav {
    position: fixed;
    max-width: 700px;
    margin: auto !important;
    z-index: 10000;
}

body {
    padding-top: 2.25rem;
}







.aui-active {
    color: #ff913e !important;
}

.aui-tab-item.aui-active {
    border-bottom: 2px solid #ff913e !important;
}


.aui-btn-project {
    color: #ffffff !important;
    ;
    background-color: #ff913e !important;
    ;
}

.aui-btn-project.aui-active,
.aui-btn-project:active {
    color: #ffffff !important;
    ;
    background-color: #ffa15b !important;
    ;
}