/* Buttons */
.btn-blue {color: #FFF;background-color: #0159b2;border-color: #0159b2}
.btn-blue:hover, .btn-blue:focus, .btn-blue.focus, .btn-blue:active, .btn-blue.active, .open>.dropdown-toggle.btn-blue {color: #FFF;background-color: #0169a5;border-color: #0169a5}
.btn-blue:active, .btn-blue.active, .open>.dropdown-toggle.btn-blue {background-image: none}

.btn-gray {color: #FFF;background-color: #666666;border-color: #666666}
.btn-gray:hover, .btn-gray:focus, .btn-gray.focus, .btn-gray:active, .btn-gray.active, .open>.dropdown-toggle.btn-gray {color: #FFF;background-color: #424242;border-color: #424242}
.btn-gray:active, .btn-gray.active, .open>.dropdown-toggle.btn-gray {background-image: none}

.btn-darkblue {color: #fff;background-color: #337ab7;border-color: #2e6da4}
.btn-darkblue:hover, .btn-darkblue:focus, .btn-darkblue.focus, .btn-darkblue:active, .btn-darkblue.active, .open>.dropdown-toggle.btn-darkblue {color: #fff;background-color: #256396;	border-color: #256396}
.btn-darkblue:active, .btn-darkblue.active, .open>.dropdown-toggle.btn-darkblue {background-image: none}

.btn-yellow {color: #fff;background-color: #F7CA18;border-color: #F7CA18}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow.focus, .btn-yellow:active, .btn-yellow.active, .open>.dropdown-toggle.btn-yellow {color: #fff;background-color: #d6ab0e;border-color: #d6ab0e}
.btn-yellow:active, .btn-yellow.active, .open>.dropdown-toggle.btn-yellow {background-image: none}

.btn-green {color: #fff;background-color: #6ab33d;border-color: #6ab33d}
.btn-green:hover, .btn-green:focus, .btn-green.focus, .btn-green:active, .btn-green.active, .open>.dropdown-toggle.btn-green {color: #fff;background-color: #54942d;border-color: #54942d}
.btn-green:active, .btn-green.active, .open>.dropdown-toggle.btn-green {background-image: none}

.btn-orange { background-color: #ff9900;	border-color: #ff9900; color:#000;}
.btn-orange:hover, .btn-orange:focus, .btn-orange.focus, .btn-orange:active, .btn-orange.active, .open>.dropdown-toggle.btn-orange {color: #fff;background-color: #da6a17;border-color: #da6a17}
.btn-orange:active, .btn-orange.active, .open>.dropdown-toggle.btn-orange {background-image: none}

.btn-red {color: #fff;background-color: #D64541;border-color: #D64541}
.btn-red:hover, .btn-red:focus, .btn-red.focus, .btn-red:active, .btn-red.active, .open>.dropdown-toggle.btn-red {color: #fff;background-color: #b53634;border-color: #b53634}
.btn-red:active, .btn-red.active, .open>.dropdown-toggle.btn-red {background-image: none}
