﻿
body {
    color: #333;
    background-color: rgb(0,149,218);
}

.banner {
    background-color: rgb(0,102,179);
    color: #333;
}
.panel-heading, .modal-header, .toolbar {
    color: white;
    background-color: rgb(6,20,86);
}

.btn-custom, .btn-float {
    background-color: rgb(0,102,179);
    color: white !important;
}

.toolbtn-custom:active, .toolbtn-custom.active, .toolbtn-custom:hover {
    background-color: rgb(0,149,218);
    border-color: transparent;
}