﻿.afs-bg-yellow {
    background-color: rgb(223, 180, 8);
    background: rgb(223, 180, 8);
}

.afs-bg-lightyellow {
    background-color: rgb(255,255,224);
    background: rgb(255,255,224);
}

.afs-bg-lightgreen {
    background-color: rgb(210, 248, 210);
    background: rgb(210, 248, 210);
}

.afs-bg-grey {
    background-color: rgb(47, 60, 65);
    background: rgb(47, 60, 65);
}

.afs-bg-lightgrey {
    background-color: rgb( 211,211,211);
    background: rgb( 211,211,211);
}
.afs-bg-lightblue {
    background-color: rgb( 173, 216, 230);
    background: rgb( 173, 216, 230);
}
.amz-bg-blue {
    background-color: rgb(0, 168, 225);
    background: rgb(0, 168, 225);
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open > .dropdown-toggle.btn- {
    color: white;
    background-color: rgb(223, 180, 8);
    background: rgb(223, 180, 8);
    /*border-color: #285e8e; set the color you want here*/
}
