/*--------BUTTONS START--------*/
.inner-column .ce-button {
    left: 2.5%;
    margin: 5% auto;
    width: 90%;
    padding: 3%;
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    background-color: #202A45;
    color: #fff;
    border:none;
    }
    .inner-column .ce-button:hover {
    background-color: #7A8EA7;
    color: #fff;
    }
/*--------BUTTONS END--------*/


/*--------MENU COLORS START--------*/


#full_name {
    color: #00ACD8 !important;
font-family:Roboto, sans-serif;
}
#user_arrow {
    background-position: 0px -163px;
}
.horizontal.control-panel-link {
    color: #00ACD8;
    font-weight: bold;
    background-position: 0px -258px;
font-family:Roboto, sans-serif;
}

#menu_container { 
border-top:none;
border-bottom:none;
background-color:#00ACD8;
}
.manager-table th,
.admin-table th {
background-color:#000 !important;
}
footer { background-color:#202A45 !important;
}
.footer-container, .footer-container a, .footer-container span { color:#fff !important; 
}

/*--MENU COLORS END--*/