.fixed-sidebar .app-main .app-main__no-sidebar
{
    width: 100%;
}
#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: inherit;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #4CAF50;
}
.fa-calendar{
    color: #ffffff;
}
.badge {
    margin-left: 8px;
}
.bg-main{
    background: #888888;
}
.invalid-feedback{
    display: block !important;
}
.btn.disabled, .btn:disabled {
    opacity: 0.4;
}
.btn-success{
    background: #85b200 !important;
    border-color: #85b200 !important;
}
.btn-warning,.btn-warning:hover
{
    background: #fdc000 !important;
    border-color: #fdc000 !important;
    color: #ffffff; !important;
}
.btn-oran,.btn-oran:hover{
    background: #ff9326;
    color: #ffffff;
}
.table .collapse,.table .collapse table
{
    background: #d9e2ff;
}
.table .collapsing,.table .collapsing table
{
    background: #d9e2ff;
}
.app-main {
    background: #888888;
}
.app-header__logo .logo-src {
    height: 32px;
    width: 113px;
    background-repeat: no-repeat;
}
.app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
    background: #2f80b7;
}
.app-theme-white.fixed-header .app-header__logo {
     background: transparent;
}
.app-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.app-footer-center{
    width: 100%;
}
.vertical-nav-menu ul {
    padding: 0rem;
}
.vertical-nav-menu ul:before{
    display: none;
}
.app-sidebar .app-sidebar__inner {
    padding: 0rem;
}
.vertical-nav-menu ul>li {
    padding-top: 21%;
    padding-bottom: 21%;
    text-align: center;
    background: #666666;
    cursor: pointer;
}
.vertical-nav-menu ul>li>a {
    text-align: center;
    padding: 0px;
}
.vertical-nav-menu ul>li>a.bold{
    color: #ffffff;
    font-weight: bold;
}
.vertical-nav-menu ul>li>a.bold:hover{
    color: #ffffff;
}
.vertical-nav-menu ul>li>a:hover{
    color: #d9d900;
    background: transparent;
}
.vertical-nav-menu ul>li:hover{
    background: #d9d900;
}
.vertical-nav-menu ul>li.mm-active {
    background: #d9d900;
}
.app-main .app-main__inner{
    margin-bottom: 100px;

}
input.form-control-file{
    padding: 1px;
}
.valid-feedback {
    display: block;
}
.info-box{
    text-align: center;
    margin-bottom: 10px;
}
.info-box .text{
    font-size: 12px;
}
.form-row.file{
    margin-bottom: 10px;
}
.form-row {
    margin-bottom: 10px;
}
.zapbutton {
    max-width: 6rem;
}
.closed-sidebar .app-sidebar .app-sidebar__inner ul.mm-show>li>a {
    height: 21%;
}
.closed-sidebar .app-sidebar .app-sidebar__inner ul li a {
    text-indent: 0rem;
}
.app-header .app-header__content .mobile-center {
    display: none;
    width: 100% ;
    margin-top: 1rem;
    margin-bottom: 0.5rem;

}
.app-header .app-header__content .app-header-mobile .header-user-options {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.app-header .app-header__content.header-mobile-open {
    height: auto;
    border-radius: 10px;
    background: #666666;
}
.app-header .app-header__content .app-header-mobile .nav-menu-mobile .vertical-nav-menu.mobile{
    width: 100%;
}
.vertical-nav-menu.mobile ul>li.mm-active {
    background: #d9d900;
}
.vertical-nav-menu.mobile ul>li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
}
.header-user-info {
    display: block;
}
.header-user-details span{
    color: #ffffff;
    font-weight: bold;
}
.header-user-options .mobile{
    color: #ffffff;
    font-weight: bold;
    width: 100%;
}
@media only screen and (max-width: 991px){
    .header-user-info {
        display: block;
    }
    .app-header .app-header__content .mobile-center {
        display: block;
    }
    .app-header .app-header__content .app-header-right {
        display: none;
    }
}
.invalid-feedback .error{
    font-size: 90%;
    padding: 0.5rem;
    border-radius: 2px;
    background: #d92550;
    color: #ffffff;
}
.form-control-file.disabled
{
    pointer-events: none;
    opacity: 0.5;
    padding-left: 10px;
}
.small-info{
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
