/**
 * bootstrap-material-btn-color - Material Button
 * @version v0.5.5
 * @author maechabin
 * @license MIT License
 */
.btn {
  border: none;
  cursor: pointer;
  outline: none !important;
  text-decoration: none !important;
  transition: .3s;
  box-sizing: border-box;
}

.btn-red50 {
  background: #ffebee;
}

.btn-red50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffebee;
}

.btn-red50_ftg:hover, .btn-red50_ftg:focus {
  background: rgba(255, 235, 238, 0.6);
}

.btn-red50_ftg:active {
  background: rgba(255, 235, 238, 0.8);
}

.btn-red50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffebee;
}

.btn-red50_rsd:hover, .btn-red50_rsd:focus {
  background: #ffb8c3;
}

.btn-red50_rsd:active {
  background: #ff8597;
}

.btn-red50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red50_flt {
  color: #ffebee !important;
}

.btn-red50_flt:hover, .btn-red50_flt:focus {
  background: rgba(255, 235, 238, 0.2);
}

.btn-red50_flt:active {
  background: rgba(255, 235, 238, 0.4);
}

.btn-red50_flt:disabled {
  color: rgba(255, 235, 238, 0.3);
}

.btn-red100 {
  background: #ffcdd2;
}

.btn-red100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffcdd2;
}

.btn-red100_ftg:hover, .btn-red100_ftg:focus {
  background: rgba(255, 205, 210, 0.6);
}

.btn-red100_ftg:active {
  background: rgba(255, 205, 210, 0.8);
}

.btn-red100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffcdd2;
}

.btn-red100_rsd:hover, .btn-red100_rsd:focus {
  background: #ff9aa4;
}

.btn-red100_rsd:active {
  background: #ff6776;
}

.btn-red100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red100_flt {
  color: #ffcdd2 !important;
}

.btn-red100_flt:hover, .btn-red100_flt:focus {
  background: rgba(255, 205, 210, 0.2);
}

.btn-red100_flt:active {
  background: rgba(255, 205, 210, 0.4);
}

.btn-red100_flt:disabled {
  color: rgba(255, 205, 210, 0.3);
}

.btn-red200 {
  background: #e57373;
}

.btn-red200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e57373;
}

.btn-red200_ftg:hover, .btn-red200_ftg:focus {
  background: rgba(229, 115, 115, 0.6);
}

.btn-red200_ftg:active {
  background: rgba(229, 115, 115, 0.8);
}

.btn-red200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e57373;
}

.btn-red200_rsd:hover, .btn-red200_rsd:focus {
  background: #dd4848;
}

.btn-red200_rsd:active {
  background: #cc2626;
}

.btn-red200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red200_flt {
  color: #e57373 !important;
}

.btn-red200_flt:hover, .btn-red200_flt:focus {
  background: rgba(229, 115, 115, 0.2);
}

.btn-red200_flt:active {
  background: rgba(229, 115, 115, 0.4);
}

.btn-red200_flt:disabled {
  color: rgba(229, 115, 115, 0.3);
}

.btn-red300 {
  background: #e57373;
}

.btn-red300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e57373;
}

.btn-red300_ftg:hover, .btn-red300_ftg:focus {
  background: rgba(229, 115, 115, 0.6);
}

.btn-red300_ftg:active {
  background: rgba(229, 115, 115, 0.8);
}

.btn-red300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e57373;
}

.btn-red300_rsd:hover, .btn-red300_rsd:focus {
  background: #dd4848;
}

.btn-red300_rsd:active {
  background: #cc2626;
}

.btn-red300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red300_flt {
  color: #e57373 !important;
}

.btn-red300_flt:hover, .btn-red300_flt:focus {
  background: rgba(229, 115, 115, 0.2);
}

.btn-red300_flt:active {
  background: rgba(229, 115, 115, 0.4);
}

.btn-red300_flt:disabled {
  color: rgba(229, 115, 115, 0.3);
}

.btn-red400 {
  background: #ef5350;
}

.btn-red400_ftg {
  color: #fff !important;
  background: #ef5350;
}

.btn-red400_ftg:hover, .btn-red400_ftg:focus {
  background: rgba(239, 83, 80, 0.6);
}

.btn-red400_ftg:active {
  background: rgba(239, 83, 80, 0.8);
}

.btn-red400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red400_rsd {
  color: #fff !important;
  background: #ef5350;
}

.btn-red400_rsd:hover, .btn-red400_rsd:focus {
  background: #eb2521;
}

.btn-red400_rsd:active {
  background: #c71612;
}

.btn-red400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red400_flt {
  color: #ef5350 !important;
}

.btn-red400_flt:hover, .btn-red400_flt:focus {
  background: rgba(239, 83, 80, 0.2);
}

.btn-red400_flt:active {
  background: rgba(239, 83, 80, 0.4);
}

.btn-red400_flt:disabled {
  color: rgba(239, 83, 80, 0.3);
}

.btn-red500 {
  background: #f44336;
}

.btn-red500_ftg {
  color: #fff !important;
  background: #f44336;
}

.btn-red500_ftg:hover, .btn-red500_ftg:focus {
  background: rgba(244, 67, 54, 0.6);
}

.btn-red500_ftg:active {
  background: rgba(244, 67, 54, 0.8);
}

.btn-red500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red500_rsd {
  color: #fff !important;
  background: #f44336;
}

.btn-red500_rsd:hover, .btn-red500_rsd:focus {
  background: #ea1c0d;
}

.btn-red500_rsd:active {
  background: #ba160a;
}

.btn-red500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red500_flt {
  color: #f44336 !important;
}

.btn-red500_flt:hover, .btn-red500_flt:focus {
  background: rgba(244, 67, 54, 0.2);
}

.btn-red500_flt:active {
  background: rgba(244, 67, 54, 0.4);
}

.btn-red500_flt:disabled {
  color: rgba(244, 67, 54, 0.3);
}

.btn-red600 {
  background: #e53935;
}

.btn-red600_ftg {
  color: #fff !important;
  background: #e53935;
}

.btn-red600_ftg:hover, .btn-red600_ftg:focus {
  background: rgba(229, 57, 53, 0.6);
}

.btn-red600_ftg:active {
  background: rgba(229, 57, 53, 0.8);
}

.btn-red600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red600_rsd {
  color: #fff !important;
  background: #e53935;
}

.btn-red600_rsd:hover, .btn-red600_rsd:focus {
  background: #cd1e1a;
}

.btn-red600_rsd:active {
  background: #9f1815;
}

.btn-red600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red600_flt {
  color: #e53935 !important;
}

.btn-red600_flt:hover, .btn-red600_flt:focus {
  background: rgba(229, 57, 53, 0.2);
}

.btn-red600_flt:active {
  background: rgba(229, 57, 53, 0.4);
}

.btn-red600_flt:disabled {
  color: rgba(229, 57, 53, 0.3);
}

.btn-red700 {
  background: #d32f2f;
}

.btn-red700_ftg {
  color: #fff !important;
  background: #d32f2f;
}

.btn-red700_ftg:hover, .btn-red700_ftg:focus {
  background: rgba(211, 47, 47, 0.6);
}

.btn-red700_ftg:active {
  background: rgba(211, 47, 47, 0.8);
}

.btn-red700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red700_rsd {
  color: #fff !important;
  background: #d32f2f;
}

.btn-red700_rsd:hover, .btn-red700_rsd:focus {
  background: #ab2424;
}

.btn-red700_rsd:active {
  background: #811b1b;
}

.btn-red700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red700_flt {
  color: #d32f2f !important;
}

.btn-red700_flt:hover, .btn-red700_flt:focus {
  background: rgba(211, 47, 47, 0.2);
}

.btn-red700_flt:active {
  background: rgba(211, 47, 47, 0.4);
}

.btn-red700_flt:disabled {
  color: rgba(211, 47, 47, 0.3);
}

.btn-red800 {
  background: #c62828;
}

.btn-red800_ftg {
  color: #fff !important;
  background: #c62828;
}

.btn-red800_ftg:hover, .btn-red800_ftg:focus {
  background: rgba(198, 40, 40, 0.6);
}

.btn-red800_ftg:active {
  background: rgba(198, 40, 40, 0.8);
}

.btn-red800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red800_rsd {
  color: #fff !important;
  background: #c62828;
}

.btn-red800_rsd:hover, .btn-red800_rsd:focus {
  background: #9c1f1f;
}

.btn-red800_rsd:active {
  background: #711717;
}

.btn-red800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red800_flt {
  color: #c62828 !important;
}

.btn-red800_flt:hover, .btn-red800_flt:focus {
  background: rgba(198, 40, 40, 0.2);
}

.btn-red800_flt:active {
  background: rgba(198, 40, 40, 0.4);
}

.btn-red800_flt:disabled {
  color: rgba(198, 40, 40, 0.3);
}

.btn-red900 {
  background: #b71c1c;
}

.btn-red900_ftg {
  color: #fff !important;
  background: #b71c1c;
}

.btn-red900_ftg:hover, .btn-red900_ftg:focus {
  background: rgba(183, 28, 28, 0.6);
}

.btn-red900_ftg:active {
  background: rgba(183, 28, 28, 0.8);
}

.btn-red900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red900_rsd {
  color: #fff !important;
  background: #b71c1c;
}

.btn-red900_rsd:hover, .btn-red900_rsd:focus {
  background: #8b1515;
}

.btn-red900_rsd:active {
  background: #5f0e0e;
}

.btn-red900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-red900_flt {
  color: #b71c1c !important;
}

.btn-red900_flt:hover, .btn-red900_flt:focus {
  background: rgba(183, 28, 28, 0.2);
}

.btn-red900_flt:active {
  background: rgba(183, 28, 28, 0.4);
}

.btn-red900_flt:disabled {
  color: rgba(183, 28, 28, 0.3);
}

.btn-pink50 {
  background: #fce4ec;
}

.btn-pink50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fce4ec;
}

.btn-pink50_ftg:hover, .btn-pink50_ftg:focus {
  background: rgba(252, 228, 236, 0.6);
}

.btn-pink50_ftg:active {
  background: rgba(252, 228, 236, 0.8);
}

.btn-pink50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fce4ec;
}

.btn-pink50_rsd:hover, .btn-pink50_rsd:focus {
  background: #f7b6cc;
}

.btn-pink50_rsd:active {
  background: #f288ab;
}

.btn-pink50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink50_flt {
  color: #fce4ec !important;
}

.btn-pink50_flt:hover, .btn-pink50_flt:focus {
  background: rgba(252, 228, 236, 0.2);
}

.btn-pink50_flt:active {
  background: rgba(252, 228, 236, 0.4);
}

.btn-pink50_flt:disabled {
  color: rgba(252, 228, 236, 0.3);
}

.btn-pink100 {
  background: #f8bbd0;
}

.btn-pink100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f8bbd0;
}

.btn-pink100_ftg:hover, .btn-pink100_ftg:focus {
  background: rgba(248, 187, 208, 0.6);
}

.btn-pink100_ftg:active {
  background: rgba(248, 187, 208, 0.8);
}

.btn-pink100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f8bbd0;
}

.btn-pink100_rsd:hover, .btn-pink100_rsd:focus {
  background: #f38db0;
}

.btn-pink100_rsd:active {
  background: #ee5f90;
}

.btn-pink100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink100_flt {
  color: #f8bbd0 !important;
}

.btn-pink100_flt:hover, .btn-pink100_flt:focus {
  background: rgba(248, 187, 208, 0.2);
}

.btn-pink100_flt:active {
  background: rgba(248, 187, 208, 0.4);
}

.btn-pink100_flt:disabled {
  color: rgba(248, 187, 208, 0.3);
}

.btn-pink200 {
  background: #f48fb1;
}

.btn-pink200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f48fb1;
}

.btn-pink200_ftg:hover, .btn-pink200_ftg:focus {
  background: rgba(244, 143, 177, 0.6);
}

.btn-pink200_ftg:active {
  background: rgba(244, 143, 177, 0.8);
}

.btn-pink200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f48fb1;
}

.btn-pink200_rsd:hover, .btn-pink200_rsd:focus {
  background: #ef6191;
}

.btn-pink200_rsd:active {
  background: #eb3270;
}

.btn-pink200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink200_flt {
  color: #f48fb1 !important;
}

.btn-pink200_flt:hover, .btn-pink200_flt:focus {
  background: rgba(244, 143, 177, 0.2);
}

.btn-pink200_flt:active {
  background: rgba(244, 143, 177, 0.4);
}

.btn-pink200_flt:disabled {
  color: rgba(244, 143, 177, 0.3);
}

.btn-pink300 {
  background: #f06292;
}

.btn-pink300_ftg {
  color: #fff !important;
  background: #f06292;
}

.btn-pink300_ftg:hover, .btn-pink300_ftg:focus {
  background: rgba(240, 98, 146, 0.6);
}

.btn-pink300_ftg:active {
  background: rgba(240, 98, 146, 0.8);
}

.btn-pink300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink300_rsd {
  color: #fff !important;
  background: #f06292;
}

.btn-pink300_rsd:hover, .btn-pink300_rsd:focus {
  background: #ec3372;
}

.btn-pink300_rsd:active {
  background: #d71556;
}

.btn-pink300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink300_flt {
  color: #f06292 !important;
}

.btn-pink300_flt:hover, .btn-pink300_flt:focus {
  background: rgba(240, 98, 146, 0.2);
}

.btn-pink300_flt:active {
  background: rgba(240, 98, 146, 0.4);
}

.btn-pink300_flt:disabled {
  color: rgba(240, 98, 146, 0.3);
}

.btn-pink400 {
  background: #ec407a;
}

.btn-pink400_ftg {
  color: #fff !important;
  background: #ec407a;
}

.btn-pink400_ftg:hover, .btn-pink400_ftg:focus {
  background: rgba(236, 64, 122, 0.6);
}

.btn-pink400_ftg:active {
  background: rgba(236, 64, 122, 0.8);
}

.btn-pink400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink400_rsd {
  color: #fff !important;
  background: #ec407a;
}

.btn-pink400_rsd:hover, .btn-pink400_rsd:focus {
  background: #e2175b;
}

.btn-pink400_rsd:active {
  background: #b41249;
}

.btn-pink400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink400_flt {
  color: #ec407a !important;
}

.btn-pink400_flt:hover, .btn-pink400_flt:focus {
  background: rgba(236, 64, 122, 0.2);
}

.btn-pink400_flt:active {
  background: rgba(236, 64, 122, 0.4);
}

.btn-pink400_flt:disabled {
  color: rgba(236, 64, 122, 0.3);
}

.btn-pink500 {
  background: #e91e63;
}

.btn-pink500_ftg {
  color: #fff !important;
  background: #e91e63;
}

.btn-pink500_ftg:hover, .btn-pink500_ftg:focus {
  background: rgba(233, 30, 99, 0.6);
}

.btn-pink500_ftg:active {
  background: rgba(233, 30, 99, 0.8);
}

.btn-pink500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink500_rsd {
  color: #fff !important;
  background: #e91e63;
}

.btn-pink500_rsd:hover, .btn-pink500_rsd:focus {
  background: #c1134e;
}

.btn-pink500_rsd:active {
  background: #930e3b;
}

.btn-pink500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink500_flt {
  color: #e91e63 !important;
}

.btn-pink500_flt:hover, .btn-pink500_flt:focus {
  background: rgba(233, 30, 99, 0.2);
}

.btn-pink500_flt:active {
  background: rgba(233, 30, 99, 0.4);
}

.btn-pink500_flt:disabled {
  color: rgba(233, 30, 99, 0.3);
}

.btn-pink600 {
  background: #d81b60;
}

.btn-pink600_ftg {
  color: #fff !important;
  background: #d81b60;
}

.btn-pink600_ftg:hover, .btn-pink600_ftg:focus {
  background: rgba(216, 27, 96, 0.6);
}

.btn-pink600_ftg:active {
  background: rgba(216, 27, 96, 0.8);
}

.btn-pink600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink600_rsd {
  color: #fff !important;
  background: #d81b60;
}

.btn-pink600_rsd:hover, .btn-pink600_rsd:focus {
  background: #ab154c;
}

.btn-pink600_rsd:active {
  background: #7d1038;
}

.btn-pink600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink600_flt {
  color: #d81b60 !important;
}

.btn-pink600_flt:hover, .btn-pink600_flt:focus {
  background: rgba(216, 27, 96, 0.2);
}

.btn-pink600_flt:active {
  background: rgba(216, 27, 96, 0.4);
}

.btn-pink600_flt:disabled {
  color: rgba(216, 27, 96, 0.3);
}

.btn-pink700 {
  background: #c2185b;
}

.btn-pink700_ftg {
  color: #fff !important;
  background: #c2185b;
}

.btn-pink700_ftg:hover, .btn-pink700_ftg:focus {
  background: rgba(194, 24, 91, 0.6);
}

.btn-pink700_ftg:active {
  background: rgba(194, 24, 91, 0.8);
}

.btn-pink700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink700_rsd {
  color: #fff !important;
  background: #c2185b;
}

.btn-pink700_rsd:hover, .btn-pink700_rsd:focus {
  background: #951246;
}

.btn-pink700_rsd:active {
  background: #670d30;
}

.btn-pink700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink700_flt {
  color: #c2185b !important;
}

.btn-pink700_flt:hover, .btn-pink700_flt:focus {
  background: rgba(194, 24, 91, 0.2);
}

.btn-pink700_flt:active {
  background: rgba(194, 24, 91, 0.4);
}

.btn-pink700_flt:disabled {
  color: rgba(194, 24, 91, 0.3);
}

.btn-pink800 {
  background: #ad1457;
}

.btn-pink800_ftg {
  color: #fff !important;
  background: #ad1457;
}

.btn-pink800_ftg:hover, .btn-pink800_ftg:focus {
  background: rgba(173, 20, 87, 0.6);
}

.btn-pink800_ftg:active {
  background: rgba(173, 20, 87, 0.8);
}

.btn-pink800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink800_rsd {
  color: #fff !important;
  background: #ad1457;
}

.btn-pink800_rsd:hover, .btn-pink800_rsd:focus {
  background: #7f0f40;
}

.btn-pink800_rsd:active {
  background: #520929;
}

.btn-pink800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink800_flt {
  color: #ad1457 !important;
}

.btn-pink800_flt:hover, .btn-pink800_flt:focus {
  background: rgba(173, 20, 87, 0.2);
}

.btn-pink800_flt:active {
  background: rgba(173, 20, 87, 0.4);
}

.btn-pink800_flt:disabled {
  color: rgba(173, 20, 87, 0.3);
}

.btn-pink900 {
  background: #880e4f;
}

.btn-pink900_ftg {
  color: #fff !important;
  background: #880e4f;
}

.btn-pink900_ftg:hover, .btn-pink900_ftg:focus {
  background: rgba(136, 14, 79, 0.6);
}

.btn-pink900_ftg:active {
  background: rgba(136, 14, 79, 0.8);
}

.btn-pink900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink900_rsd {
  color: #fff !important;
  background: #880e4f;
}

.btn-pink900_rsd:hover, .btn-pink900_rsd:focus {
  background: #5a0934;
}

.btn-pink900_rsd:active {
  background: #2c0419;
}

.btn-pink900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-pink900_flt {
  color: #880e4f !important;
}

.btn-pink900_flt:hover, .btn-pink900_flt:focus {
  background: rgba(136, 14, 79, 0.2);
}

.btn-pink900_flt:active {
  background: rgba(136, 14, 79, 0.4);
}

.btn-pink900_flt:disabled {
  color: rgba(136, 14, 79, 0.3);
}

.btn-purple50 {
  background: #f3e5f5;
}

.btn-purple50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f3e5f5;
}

.btn-purple50_ftg:hover, .btn-purple50_ftg:focus {
  background: rgba(243, 229, 245, 0.6);
}

.btn-purple50_ftg:active {
  background: rgba(243, 229, 245, 0.8);
}

.btn-purple50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f3e5f5;
}

.btn-purple50_rsd:hover, .btn-purple50_rsd:focus {
  background: #e2c0e7;
}

.btn-purple50_rsd:active {
  background: #d19bd9;
}

.btn-purple50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple50_flt {
  color: #f3e5f5 !important;
}

.btn-purple50_flt:hover, .btn-purple50_flt:focus {
  background: rgba(243, 229, 245, 0.2);
}

.btn-purple50_flt:active {
  background: rgba(243, 229, 245, 0.4);
}

.btn-purple50_flt:disabled {
  color: rgba(243, 229, 245, 0.3);
}

.btn-purple100 {
  background: #e1bee7;
}

.btn-purple100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e1bee7;
}

.btn-purple100_ftg:hover, .btn-purple100_ftg:focus {
  background: rgba(225, 190, 231, 0.6);
}

.btn-purple100_ftg:active {
  background: rgba(225, 190, 231, 0.8);
}

.btn-purple100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e1bee7;
}

.btn-purple100_rsd:hover, .btn-purple100_rsd:focus {
  background: #d099d9;
}

.btn-purple100_rsd:active {
  background: #bf74cb;
}

.btn-purple100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple100_flt {
  color: #e1bee7 !important;
}

.btn-purple100_flt:hover, .btn-purple100_flt:focus {
  background: rgba(225, 190, 231, 0.2);
}

.btn-purple100_flt:active {
  background: rgba(225, 190, 231, 0.4);
}

.btn-purple100_flt:disabled {
  color: rgba(225, 190, 231, 0.3);
}

.btn-purple200 {
  background: #ce93d8;
}

.btn-purple200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ce93d8;
}

.btn-purple200_ftg:hover, .btn-purple200_ftg:focus {
  background: rgba(206, 147, 216, 0.6);
}

.btn-purple200_ftg:active {
  background: rgba(206, 147, 216, 0.8);
}

.btn-purple200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ce93d8;
}

.btn-purple200_rsd:hover, .btn-purple200_rsd:focus {
  background: #bd6eca;
}

.btn-purple200_rsd:active {
  background: #ac48bd;
}

.btn-purple200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple200_flt {
  color: #ce93d8 !important;
}

.btn-purple200_flt:hover, .btn-purple200_flt:focus {
  background: rgba(206, 147, 216, 0.2);
}

.btn-purple200_flt:active {
  background: rgba(206, 147, 216, 0.4);
}

.btn-purple200_flt:disabled {
  color: rgba(206, 147, 216, 0.3);
}

.btn-purple300 {
  background: #ba68c8;
}

.btn-purple300_ftg {
  color: #fff !important;
  background: #ba68c8;
}

.btn-purple300_ftg:hover, .btn-purple300_ftg:focus {
  background: rgba(186, 104, 200, 0.6);
}

.btn-purple300_ftg:active {
  background: rgba(186, 104, 200, 0.8);
}

.btn-purple300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple300_rsd {
  color: #fff !important;
  background: #ba68c8;
}

.btn-purple300_rsd:hover, .btn-purple300_rsd:focus {
  background: #a844b9;
}

.btn-purple300_rsd:active {
  background: #863694;
}

.btn-purple300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple300_flt {
  color: #ba68c8 !important;
}

.btn-purple300_flt:hover, .btn-purple300_flt:focus {
  background: rgba(186, 104, 200, 0.2);
}

.btn-purple300_flt:active {
  background: rgba(186, 104, 200, 0.4);
}

.btn-purple300_flt:disabled {
  color: rgba(186, 104, 200, 0.3);
}

.btn-purple400 {
  background: #ab47bc;
}

.btn-purple400_ftg {
  color: #fff !important;
  background: #ab47bc;
}

.btn-purple400_ftg:hover, .btn-purple400_ftg:focus {
  background: rgba(171, 71, 188, 0.6);
}

.btn-purple400_ftg:active {
  background: rgba(171, 71, 188, 0.8);
}

.btn-purple400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple400_rsd {
  color: #fff !important;
  background: #ab47bc;
}

.btn-purple400_rsd:hover, .btn-purple400_rsd:focus {
  background: #8a3898;
}

.btn-purple400_rsd:active {
  background: #682a73;
}

.btn-purple400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple400_flt {
  color: #ab47bc !important;
}

.btn-purple400_flt:hover, .btn-purple400_flt:focus {
  background: rgba(171, 71, 188, 0.2);
}

.btn-purple400_flt:active {
  background: rgba(171, 71, 188, 0.4);
}

.btn-purple400_flt:disabled {
  color: rgba(171, 71, 188, 0.3);
}

.btn-purple500 {
  background: #9c27b0;
}

.btn-purple500_ftg {
  color: #fff !important;
  background: #9c27b0;
}

.btn-purple500_ftg:hover, .btn-purple500_ftg:focus {
  background: rgba(156, 39, 176, 0.6);
}

.btn-purple500_ftg:active {
  background: rgba(156, 39, 176, 0.8);
}

.btn-purple500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple500_rsd {
  color: #fff !important;
  background: #9c27b0;
}

.btn-purple500_rsd:hover, .btn-purple500_rsd:focus {
  background: #771e86;
}

.btn-purple500_rsd:active {
  background: #52145d;
}

.btn-purple500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple500_flt {
  color: #9c27b0 !important;
}

.btn-purple500_flt:hover, .btn-purple500_flt:focus {
  background: rgba(156, 39, 176, 0.2);
}

.btn-purple500_flt:active {
  background: rgba(156, 39, 176, 0.4);
}

.btn-purple500_flt:disabled {
  color: rgba(156, 39, 176, 0.3);
}

.btn-purple600 {
  background: #8e24aa;
}

.btn-purple600_ftg {
  color: #fff !important;
  background: #8e24aa;
}

.btn-purple600_ftg:hover, .btn-purple600_ftg:focus {
  background: rgba(142, 36, 170, 0.6);
}

.btn-purple600_ftg:active {
  background: rgba(142, 36, 170, 0.8);
}

.btn-purple600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple600_rsd {
  color: #fff !important;
  background: #8e24aa;
}

.btn-purple600_rsd:hover, .btn-purple600_rsd:focus {
  background: #6b1b80;
}

.btn-purple600_rsd:active {
  background: #481256;
}

.btn-purple600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple600_flt {
  color: #8e24aa !important;
}

.btn-purple600_flt:hover, .btn-purple600_flt:focus {
  background: rgba(142, 36, 170, 0.2);
}

.btn-purple600_flt:active {
  background: rgba(142, 36, 170, 0.4);
}

.btn-purple600_flt:disabled {
  color: rgba(142, 36, 170, 0.3);
}

.btn-purple700 {
  background: #7b1fa2;
}

.btn-purple700_ftg {
  color: #fff !important;
  background: #7b1fa2;
}

.btn-purple700_ftg:hover, .btn-purple700_ftg:focus {
  background: rgba(123, 31, 162, 0.6);
}

.btn-purple700_ftg:active {
  background: rgba(123, 31, 162, 0.8);
}

.btn-purple700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple700_rsd {
  color: #fff !important;
  background: #7b1fa2;
}

.btn-purple700_rsd:hover, .btn-purple700_rsd:focus {
  background: #5a1777;
}

.btn-purple700_rsd:active {
  background: #3a0f4c;
}

.btn-purple700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple700_flt {
  color: #7b1fa2 !important;
}

.btn-purple700_flt:hover, .btn-purple700_flt:focus {
  background: rgba(123, 31, 162, 0.2);
}

.btn-purple700_flt:active {
  background: rgba(123, 31, 162, 0.4);
}

.btn-purple700_flt:disabled {
  color: rgba(123, 31, 162, 0.3);
}

.btn-purple800 {
  background: #6a1b9a;
}

.btn-purple800_ftg {
  color: #fff !important;
  background: #6a1b9a;
}

.btn-purple800_ftg:hover, .btn-purple800_ftg:focus {
  background: rgba(106, 27, 154, 0.6);
}

.btn-purple800_ftg:active {
  background: rgba(106, 27, 154, 0.8);
}

.btn-purple800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple800_rsd {
  color: #fff !important;
  background: #6a1b9a;
}

.btn-purple800_rsd:hover, .btn-purple800_rsd:focus {
  background: #4c136f;
}

.btn-purple800_rsd:active {
  background: #2e0c43;
}

.btn-purple800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple800_flt {
  color: #6a1b9a !important;
}

.btn-purple800_flt:hover, .btn-purple800_flt:focus {
  background: rgba(106, 27, 154, 0.2);
}

.btn-purple800_flt:active {
  background: rgba(106, 27, 154, 0.4);
}

.btn-purple800_flt:disabled {
  color: rgba(106, 27, 154, 0.3);
}

.btn-purple900 {
  background: #4a148c;
}

.btn-purple900_ftg {
  color: #fff !important;
  background: #4a148c;
}

.btn-purple900_ftg:hover, .btn-purple900_ftg:focus {
  background: rgba(74, 20, 140, 0.6);
}

.btn-purple900_ftg:active {
  background: rgba(74, 20, 140, 0.8);
}

.btn-purple900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple900_rsd {
  color: #fff !important;
  background: #4a148c;
}

.btn-purple900_rsd:hover, .btn-purple900_rsd:focus {
  background: #320e5f;
}

.btn-purple900_rsd:active {
  background: #1b0733;
}

.btn-purple900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-purple900_flt {
  color: #4a148c !important;
}

.btn-purple900_flt:hover, .btn-purple900_flt:focus {
  background: rgba(74, 20, 140, 0.2);
}

.btn-purple900_flt:active {
  background: rgba(74, 20, 140, 0.4);
}

.btn-purple900_flt:disabled {
  color: rgba(74, 20, 140, 0.3);
}

.btn-deeppurple50 {
  background: #ede7f6;
}

.btn-deeppurple50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ede7f6;
}

.btn-deeppurple50_ftg:hover, .btn-deeppurple50_ftg:focus {
  background: rgba(237, 231, 246, 0.6);
}

.btn-deeppurple50_ftg:active {
  background: rgba(237, 231, 246, 0.8);
}

.btn-deeppurple50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ede7f6;
}

.btn-deeppurple50_rsd:hover, .btn-deeppurple50_rsd:focus {
  background: #d1c2e8;
}

.btn-deeppurple50_rsd:active {
  background: #b59dda;
}

.btn-deeppurple50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple50_flt {
  color: #ede7f6 !important;
}

.btn-deeppurple50_flt:hover, .btn-deeppurple50_flt:focus {
  background: rgba(237, 231, 246, 0.2);
}

.btn-deeppurple50_flt:active {
  background: rgba(237, 231, 246, 0.4);
}

.btn-deeppurple50_flt:disabled {
  color: rgba(237, 231, 246, 0.3);
}

.btn-deeppurple100 {
  background: #d1c4e9;
}

.btn-deeppurple100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #d1c4e9;
}

.btn-deeppurple100_ftg:hover, .btn-deeppurple100_ftg:focus {
  background: rgba(209, 196, 233, 0.6);
}

.btn-deeppurple100_ftg:active {
  background: rgba(209, 196, 233, 0.8);
}

.btn-deeppurple100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #d1c4e9;
}

.btn-deeppurple100_rsd:hover, .btn-deeppurple100_rsd:focus {
  background: #b49fdb;
}

.btn-deeppurple100_rsd:active {
  background: #977acd;
}

.btn-deeppurple100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple100_flt {
  color: #d1c4e9 !important;
}

.btn-deeppurple100_flt:hover, .btn-deeppurple100_flt:focus {
  background: rgba(209, 196, 233, 0.2);
}

.btn-deeppurple100_flt:active {
  background: rgba(209, 196, 233, 0.4);
}

.btn-deeppurple100_flt:disabled {
  color: rgba(209, 196, 233, 0.3);
}

.btn-deeppurple200 {
  background: #b39ddb;
}

.btn-deeppurple200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #b39ddb;
}

.btn-deeppurple200_ftg:hover, .btn-deeppurple200_ftg:focus {
  background: rgba(179, 157, 219, 0.6);
}

.btn-deeppurple200_ftg:active {
  background: rgba(179, 157, 219, 0.8);
}

.btn-deeppurple200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #b39ddb;
}

.btn-deeppurple200_rsd:hover, .btn-deeppurple200_rsd:focus {
  background: #9678cd;
}

.btn-deeppurple200_rsd:active {
  background: #7952c0;
}

.btn-deeppurple200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple200_flt {
  color: #b39ddb !important;
}

.btn-deeppurple200_flt:hover, .btn-deeppurple200_flt:focus {
  background: rgba(179, 157, 219, 0.2);
}

.btn-deeppurple200_flt:active {
  background: rgba(179, 157, 219, 0.4);
}

.btn-deeppurple200_flt:disabled {
  color: rgba(179, 157, 219, 0.3);
}

.btn-deeppurple300 {
  background: #9575cd;
}

.btn-deeppurple300_ftg {
  color: #fff !important;
  background: #9575cd;
}

.btn-deeppurple300_ftg:hover, .btn-deeppurple300_ftg:focus {
  background: rgba(149, 117, 205, 0.6);
}

.btn-deeppurple300_ftg:active {
  background: rgba(149, 117, 205, 0.8);
}

.btn-deeppurple300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple300_rsd {
  color: #fff !important;
  background: #9575cd;
}

.btn-deeppurple300_rsd:hover, .btn-deeppurple300_rsd:focus {
  background: #7850bf;
}

.btn-deeppurple300_rsd:active {
  background: #603ba1;
}

.btn-deeppurple300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple300_flt {
  color: #9575cd !important;
}

.btn-deeppurple300_flt:hover, .btn-deeppurple300_flt:focus {
  background: rgba(149, 117, 205, 0.2);
}

.btn-deeppurple300_flt:active {
  background: rgba(149, 117, 205, 0.4);
}

.btn-deeppurple300_flt:disabled {
  color: rgba(149, 117, 205, 0.3);
}

.btn-deeppurple400 {
  background: #7e57c2;
}

.btn-deeppurple400_ftg {
  color: #fff !important;
  background: #7e57c2;
}

.btn-deeppurple400_ftg:hover, .btn-deeppurple400_ftg:focus {
  background: rgba(126, 87, 194, 0.6);
}

.btn-deeppurple400_ftg:active {
  background: rgba(126, 87, 194, 0.8);
}

.btn-deeppurple400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple400_rsd {
  color: #fff !important;
  background: #7e57c2;
}

.btn-deeppurple400_rsd:hover, .btn-deeppurple400_rsd:focus {
  background: #643da9;
}

.btn-deeppurple400_rsd:active {
  background: #4e3083;
}

.btn-deeppurple400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple400_flt {
  color: #7e57c2 !important;
}

.btn-deeppurple400_flt:hover, .btn-deeppurple400_flt:focus {
  background: rgba(126, 87, 194, 0.2);
}

.btn-deeppurple400_flt:active {
  background: rgba(126, 87, 194, 0.4);
}

.btn-deeppurple400_flt:disabled {
  color: rgba(126, 87, 194, 0.3);
}

.btn-deeppurple500 {
  background: #673ab7;
}

.btn-deeppurple500_ftg {
  color: #fff !important;
  background: #673ab7;
}

.btn-deeppurple500_ftg:hover, .btn-deeppurple500_ftg:focus {
  background: rgba(103, 58, 183, 0.6);
}

.btn-deeppurple500_ftg:active {
  background: rgba(103, 58, 183, 0.8);
}

.btn-deeppurple500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple500_rsd {
  color: #fff !important;
  background: #673ab7;
}

.btn-deeppurple500_rsd:hover, .btn-deeppurple500_rsd:focus {
  background: #512e90;
}

.btn-deeppurple500_rsd:active {
  background: #3b216a;
}

.btn-deeppurple500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple500_flt {
  color: #673ab7 !important;
}

.btn-deeppurple500_flt:hover, .btn-deeppurple500_flt:focus {
  background: rgba(103, 58, 183, 0.2);
}

.btn-deeppurple500_flt:active {
  background: rgba(103, 58, 183, 0.4);
}

.btn-deeppurple500_flt:disabled {
  color: rgba(103, 58, 183, 0.3);
}

.btn-deeppurple600 {
  background: #5e35b1;
}

.btn-deeppurple600_ftg {
  color: #fff !important;
  background: #5e35b1;
}

.btn-deeppurple600_ftg:hover, .btn-deeppurple600_ftg:focus {
  background: rgba(94, 53, 177, 0.6);
}

.btn-deeppurple600_ftg:active {
  background: rgba(94, 53, 177, 0.8);
}

.btn-deeppurple600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple600_rsd {
  color: #fff !important;
  background: #5e35b1;
}

.btn-deeppurple600_rsd:hover, .btn-deeppurple600_rsd:focus {
  background: #49298a;
}

.btn-deeppurple600_rsd:active {
  background: #341d63;
}

.btn-deeppurple600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple600_flt {
  color: #5e35b1 !important;
}

.btn-deeppurple600_flt:hover, .btn-deeppurple600_flt:focus {
  background: rgba(94, 53, 177, 0.2);
}

.btn-deeppurple600_flt:active {
  background: rgba(94, 53, 177, 0.4);
}

.btn-deeppurple600_flt:disabled {
  color: rgba(94, 53, 177, 0.3);
}

.btn-deeppurple700 {
  background: #512da8;
}

.btn-deeppurple700_ftg {
  color: #fff !important;
  background: #512da8;
}

.btn-deeppurple700_ftg:hover, .btn-deeppurple700_ftg:focus {
  background: rgba(81, 45, 168, 0.6);
}

.btn-deeppurple700_ftg:active {
  background: rgba(81, 45, 168, 0.8);
}

.btn-deeppurple700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple700_rsd {
  color: #fff !important;
  background: #512da8;
}

.btn-deeppurple700_rsd:hover, .btn-deeppurple700_rsd:focus {
  background: #3e2280;
}

.btn-deeppurple700_rsd:active {
  background: #2a1758;
}

.btn-deeppurple700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple700_flt {
  color: #512da8 !important;
}

.btn-deeppurple700_flt:hover, .btn-deeppurple700_flt:focus {
  background: rgba(81, 45, 168, 0.2);
}

.btn-deeppurple700_flt:active {
  background: rgba(81, 45, 168, 0.4);
}

.btn-deeppurple700_flt:disabled {
  color: rgba(81, 45, 168, 0.3);
}

.btn-deeppurple800 {
  background: #4527a0;
}

.btn-deeppurple800_ftg {
  color: #fff !important;
  background: #4527a0;
}

.btn-deeppurple800_ftg:hover, .btn-deeppurple800_ftg:focus {
  background: rgba(69, 39, 160, 0.6);
}

.btn-deeppurple800_ftg:active {
  background: rgba(69, 39, 160, 0.8);
}

.btn-deeppurple800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple800_rsd {
  color: #fff !important;
  background: #4527a0;
}

.btn-deeppurple800_rsd:hover, .btn-deeppurple800_rsd:focus {
  background: #331d77;
}

.btn-deeppurple800_rsd:active {
  background: #22134e;
}

.btn-deeppurple800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple800_flt {
  color: #4527a0 !important;
}

.btn-deeppurple800_flt:hover, .btn-deeppurple800_flt:focus {
  background: rgba(69, 39, 160, 0.2);
}

.btn-deeppurple800_flt:active {
  background: rgba(69, 39, 160, 0.4);
}

.btn-deeppurple800_flt:disabled {
  color: rgba(69, 39, 160, 0.3);
}

.btn-deeppurple900 {
  background: #311b92;
}

.btn-deeppurple900_ftg {
  color: #fff !important;
  background: #311b92;
}

.btn-deeppurple900_ftg:hover, .btn-deeppurple900_ftg:focus {
  background: rgba(49, 27, 146, 0.6);
}

.btn-deeppurple900_ftg:active {
  background: rgba(49, 27, 146, 0.8);
}

.btn-deeppurple900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple900_rsd {
  color: #fff !important;
  background: #311b92;
}

.btn-deeppurple900_rsd:hover, .btn-deeppurple900_rsd:focus {
  background: #231367;
}

.btn-deeppurple900_rsd:active {
  background: #140b3c;
}

.btn-deeppurple900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeppurple900_flt {
  color: #311b92 !important;
}

.btn-deeppurple900_flt:hover, .btn-deeppurple900_flt:focus {
  background: rgba(49, 27, 146, 0.2);
}

.btn-deeppurple900_flt:active {
  background: rgba(49, 27, 146, 0.4);
}

.btn-deeppurple900_flt:disabled {
  color: rgba(49, 27, 146, 0.3);
}

.btn-indigo50 {
  background: #e8eaf6;
}

.btn-indigo50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e8eaf6;
}

.btn-indigo50_ftg:hover, .btn-indigo50_ftg:focus {
  background: rgba(232, 234, 246, 0.6);
}

.btn-indigo50_ftg:active {
  background: rgba(232, 234, 246, 0.8);
}

.btn-indigo50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e8eaf6;
}

.btn-indigo50_rsd:hover, .btn-indigo50_rsd:focus {
  background: #c3c9e8;
}

.btn-indigo50_rsd:active {
  background: #9fa7d9;
}

.btn-indigo50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo50_flt {
  color: #e8eaf6 !important;
}

.btn-indigo50_flt:hover, .btn-indigo50_flt:focus {
  background: rgba(232, 234, 246, 0.2);
}

.btn-indigo50_flt:active {
  background: rgba(232, 234, 246, 0.4);
}

.btn-indigo50_flt:disabled {
  color: rgba(232, 234, 246, 0.3);
}

.btn-indigo100 {
  background: #c5cae9;
}

.btn-indigo100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #c5cae9;
}

.btn-indigo100_ftg:hover, .btn-indigo100_ftg:focus {
  background: rgba(197, 202, 233, 0.6);
}

.btn-indigo100_ftg:active {
  background: rgba(197, 202, 233, 0.8);
}

.btn-indigo100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #c5cae9;
}

.btn-indigo100_rsd:hover, .btn-indigo100_rsd:focus {
  background: #a0a8db;
}

.btn-indigo100_rsd:active {
  background: #7b86cd;
}

.btn-indigo100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo100_flt {
  color: #c5cae9 !important;
}

.btn-indigo100_flt:hover, .btn-indigo100_flt:focus {
  background: rgba(197, 202, 233, 0.2);
}

.btn-indigo100_flt:active {
  background: rgba(197, 202, 233, 0.4);
}

.btn-indigo100_flt:disabled {
  color: rgba(197, 202, 233, 0.3);
}

.btn-indigo200 {
  background: #9fa8da;
}

.btn-indigo200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #9fa8da;
}

.btn-indigo200_ftg:hover, .btn-indigo200_ftg:focus {
  background: rgba(159, 168, 218, 0.6);
}

.btn-indigo200_ftg:active {
  background: rgba(159, 168, 218, 0.8);
}

.btn-indigo200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #9fa8da;
}

.btn-indigo200_rsd:hover, .btn-indigo200_rsd:focus {
  background: #7a87cc;
}

.btn-indigo200_rsd:active {
  background: #5565be;
}

.btn-indigo200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo200_flt {
  color: #9fa8da !important;
}

.btn-indigo200_flt:hover, .btn-indigo200_flt:focus {
  background: rgba(159, 168, 218, 0.2);
}

.btn-indigo200_flt:active {
  background: rgba(159, 168, 218, 0.4);
}

.btn-indigo200_flt:disabled {
  color: rgba(159, 168, 218, 0.3);
}

.btn-indigo300 {
  background: #7986cb;
}

.btn-indigo300_ftg {
  color: #fff !important;
  background: #7986cb;
}

.btn-indigo300_ftg:hover, .btn-indigo300_ftg:focus {
  background: rgba(121, 134, 203, 0.6);
}

.btn-indigo300_ftg:active {
  background: rgba(121, 134, 203, 0.8);
}

.btn-indigo300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo300_rsd {
  color: #fff !important;
  background: #7986cb;
}

.btn-indigo300_rsd:hover, .btn-indigo300_rsd:focus {
  background: #5465bd;
}

.btn-indigo300_rsd:active {
  background: #3e4ea0;
}

.btn-indigo300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo300_flt {
  color: #7986cb !important;
}

.btn-indigo300_flt:hover, .btn-indigo300_flt:focus {
  background: rgba(121, 134, 203, 0.2);
}

.btn-indigo300_flt:active {
  background: rgba(121, 134, 203, 0.4);
}

.btn-indigo300_flt:disabled {
  color: rgba(121, 134, 203, 0.3);
}

.btn-indigo400 {
  background: #5c6bc0;
}

.btn-indigo400_ftg {
  color: #fff !important;
  background: #5c6bc0;
}

.btn-indigo400_ftg:hover, .btn-indigo400_ftg:focus {
  background: rgba(92, 107, 192, 0.6);
}

.btn-indigo400_ftg:active {
  background: rgba(92, 107, 192, 0.8);
}

.btn-indigo400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo400_rsd {
  color: #fff !important;
  background: #5c6bc0;
}

.btn-indigo400_rsd:hover, .btn-indigo400_rsd:focus {
  background: #4150a8;
}

.btn-indigo400_rsd:active {
  background: #333f83;
}

.btn-indigo400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo400_flt {
  color: #5c6bc0 !important;
}

.btn-indigo400_flt:hover, .btn-indigo400_flt:focus {
  background: rgba(92, 107, 192, 0.2);
}

.btn-indigo400_flt:active {
  background: rgba(92, 107, 192, 0.4);
}

.btn-indigo400_flt:disabled {
  color: rgba(92, 107, 192, 0.3);
}

.btn-indigo500 {
  background: #3f51b5;
}

.btn-indigo500_ftg {
  color: #fff !important;
  background: #3f51b5;
}

.btn-indigo500_ftg:hover, .btn-indigo500_ftg:focus {
  background: rgba(63, 81, 181, 0.6);
}

.btn-indigo500_ftg:active {
  background: rgba(63, 81, 181, 0.8);
}

.btn-indigo500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo500_rsd {
  color: #fff !important;
  background: #3f51b5;
}

.btn-indigo500_rsd:hover, .btn-indigo500_rsd:focus {
  background: #32408f;
}

.btn-indigo500_rsd:active {
  background: #252f69;
}

.btn-indigo500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo500_flt {
  color: #3f51b5 !important;
}

.btn-indigo500_flt:hover, .btn-indigo500_flt:focus {
  background: rgba(63, 81, 181, 0.2);
}

.btn-indigo500_flt:active {
  background: rgba(63, 81, 181, 0.4);
}

.btn-indigo500_flt:disabled {
  color: rgba(63, 81, 181, 0.3);
}

.btn-indigo600 {
  background: #3949ab;
}

.btn-indigo600_ftg {
  color: #fff !important;
  background: #3949ab;
}

.btn-indigo600_ftg:hover, .btn-indigo600_ftg:focus {
  background: rgba(57, 73, 171, 0.6);
}

.btn-indigo600_ftg:active {
  background: rgba(57, 73, 171, 0.8);
}

.btn-indigo600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo600_rsd {
  color: #fff !important;
  background: #3949ab;
}

.btn-indigo600_rsd:hover, .btn-indigo600_rsd:focus {
  background: #2c3985;
}

.btn-indigo600_rsd:active {
  background: #20285f;
}

.btn-indigo600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo600_flt {
  color: #3949ab !important;
}

.btn-indigo600_flt:hover, .btn-indigo600_flt:focus {
  background: rgba(57, 73, 171, 0.2);
}

.btn-indigo600_flt:active {
  background: rgba(57, 73, 171, 0.4);
}

.btn-indigo600_flt:disabled {
  color: rgba(57, 73, 171, 0.3);
}

.btn-indigo700 {
  background: #303f9f;
}

.btn-indigo700_ftg {
  color: #fff !important;
  background: #303f9f;
}

.btn-indigo700_ftg:hover, .btn-indigo700_ftg:focus {
  background: rgba(48, 63, 159, 0.6);
}

.btn-indigo700_ftg:active {
  background: rgba(48, 63, 159, 0.8);
}

.btn-indigo700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo700_rsd {
  color: #fff !important;
  background: #303f9f;
}

.btn-indigo700_rsd:hover, .btn-indigo700_rsd:focus {
  background: #242f78;
}

.btn-indigo700_rsd:active {
  background: #182051;
}

.btn-indigo700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo700_flt {
  color: #303f9f !important;
}

.btn-indigo700_flt:hover, .btn-indigo700_flt:focus {
  background: rgba(48, 63, 159, 0.2);
}

.btn-indigo700_flt:active {
  background: rgba(48, 63, 159, 0.4);
}

.btn-indigo700_flt:disabled {
  color: rgba(48, 63, 159, 0.3);
}

.btn-indigo800 {
  background: #283593;
}

.btn-indigo800_ftg {
  color: #fff !important;
  background: #283593;
}

.btn-indigo800_ftg:hover, .btn-indigo800_ftg:focus {
  background: rgba(40, 53, 147, 0.6);
}

.btn-indigo800_ftg:active {
  background: rgba(40, 53, 147, 0.8);
}

.btn-indigo800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo800_rsd {
  color: #fff !important;
  background: #283593;
}

.btn-indigo800_rsd:hover, .btn-indigo800_rsd:focus {
  background: #1d276b;
}

.btn-indigo800_rsd:active {
  background: #121843;
}

.btn-indigo800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo800_flt {
  color: #283593 !important;
}

.btn-indigo800_flt:hover, .btn-indigo800_flt:focus {
  background: rgba(40, 53, 147, 0.2);
}

.btn-indigo800_flt:active {
  background: rgba(40, 53, 147, 0.4);
}

.btn-indigo800_flt:disabled {
  color: rgba(40, 53, 147, 0.3);
}

.btn-indigo900 {
  background: #1a237e;
}

.btn-indigo900_ftg {
  color: #fff !important;
  background: #1a237e;
}

.btn-indigo900_ftg:hover, .btn-indigo900_ftg:focus {
  background: rgba(26, 35, 126, 0.6);
}

.btn-indigo900_ftg:active {
  background: rgba(26, 35, 126, 0.8);
}

.btn-indigo900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo900_rsd {
  color: #fff !important;
  background: #1a237e;
}

.btn-indigo900_rsd:hover, .btn-indigo900_rsd:focus {
  background: #111754;
}

.btn-indigo900_rsd:active {
  background: #090c29;
}

.btn-indigo900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-indigo900_flt {
  color: #1a237e !important;
}

.btn-indigo900_flt:hover, .btn-indigo900_flt:focus {
  background: rgba(26, 35, 126, 0.2);
}

.btn-indigo900_flt:active {
  background: rgba(26, 35, 126, 0.4);
}

.btn-indigo900_flt:disabled {
  color: rgba(26, 35, 126, 0.3);
}

.btn-blue50 {
  background: #e3f2fd;
}

.btn-blue50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e3f2fd;
}

.btn-blue50_ftg:hover, .btn-blue50_ftg:focus {
  background: rgba(227, 242, 253, 0.6);
}

.btn-blue50_ftg:active {
  background: rgba(227, 242, 253, 0.8);
}

.btn-blue50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e3f2fd;
}

.btn-blue50_rsd:hover, .btn-blue50_rsd:focus {
  background: #b3dcfa;
}

.btn-blue50_rsd:active {
  background: #84c6f6;
}

.btn-blue50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue50_flt {
  color: #e3f2fd !important;
}

.btn-blue50_flt:hover, .btn-blue50_flt:focus {
  background: rgba(227, 242, 253, 0.2);
}

.btn-blue50_flt:active {
  background: rgba(227, 242, 253, 0.4);
}

.btn-blue50_flt:disabled {
  color: rgba(227, 242, 253, 0.3);
}

.btn-blue100 {
  background: #bbdefb;
}

.btn-blue100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #bbdefb;
}

.btn-blue100_ftg:hover, .btn-blue100_ftg:focus {
  background: rgba(187, 222, 251, 0.6);
}

.btn-blue100_ftg:active {
  background: rgba(187, 222, 251, 0.8);
}

.btn-blue100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #bbdefb;
}

.btn-blue100_rsd:hover, .btn-blue100_rsd:focus {
  background: #8bc7f8;
}

.btn-blue100_rsd:active {
  background: #5baff5;
}

.btn-blue100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue100_flt {
  color: #bbdefb !important;
}

.btn-blue100_flt:hover, .btn-blue100_flt:focus {
  background: rgba(187, 222, 251, 0.2);
}

.btn-blue100_flt:active {
  background: rgba(187, 222, 251, 0.4);
}

.btn-blue100_flt:disabled {
  color: rgba(187, 222, 251, 0.3);
}

.btn-blue200 {
  background: #90caf9;
}

.btn-blue200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #90caf9;
}

.btn-blue200_ftg:hover, .btn-blue200_ftg:focus {
  background: rgba(144, 202, 249, 0.6);
}

.btn-blue200_ftg:active {
  background: rgba(144, 202, 249, 0.8);
}

.btn-blue200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #90caf9;
}

.btn-blue200_rsd:hover, .btn-blue200_rsd:focus {
  background: #60b3f6;
}

.btn-blue200_rsd:active {
  background: #2f9cf4;
}

.btn-blue200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue200_flt {
  color: #90caf9 !important;
}

.btn-blue200_flt:hover, .btn-blue200_flt:focus {
  background: rgba(144, 202, 249, 0.2);
}

.btn-blue200_flt:active {
  background: rgba(144, 202, 249, 0.4);
}

.btn-blue200_flt:disabled {
  color: rgba(144, 202, 249, 0.3);
}

.btn-blue300 {
  background: #64b5f6;
}

.btn-blue300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #64b5f6;
}

.btn-blue300_ftg:hover, .btn-blue300_ftg:focus {
  background: rgba(100, 181, 246, 0.6);
}

.btn-blue300_ftg:active {
  background: rgba(100, 181, 246, 0.8);
}

.btn-blue300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #64b5f6;
}

.btn-blue300_rsd:hover, .btn-blue300_rsd:focus {
  background: #349ef3;
}

.btn-blue300_rsd:active {
  background: #0d86e7;
}

.btn-blue300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue300_flt {
  color: #64b5f6 !important;
}

.btn-blue300_flt:hover, .btn-blue300_flt:focus {
  background: rgba(100, 181, 246, 0.2);
}

.btn-blue300_flt:active {
  background: rgba(100, 181, 246, 0.4);
}

.btn-blue300_flt:disabled {
  color: rgba(100, 181, 246, 0.3);
}

.btn-blue400 {
  background: #42a5f5;
}

.btn-blue400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #42a5f5;
}

.btn-blue400_ftg:hover, .btn-blue400_ftg:focus {
  background: rgba(66, 165, 245, 0.6);
}

.btn-blue400_ftg:active {
  background: rgba(66, 165, 245, 0.8);
}

.btn-blue400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #42a5f5;
}

.btn-blue400_rsd:hover, .btn-blue400_rsd:focus {
  background: #128ef2;
}

.btn-blue400_rsd:active {
  background: #0b72c6;
}

.btn-blue400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue400_flt {
  color: #42a5f5 !important;
}

.btn-blue400_flt:hover, .btn-blue400_flt:focus {
  background: rgba(66, 165, 245, 0.2);
}

.btn-blue400_flt:active {
  background: rgba(66, 165, 245, 0.4);
}

.btn-blue400_flt:disabled {
  color: rgba(66, 165, 245, 0.3);
}

.btn-blue500 {
  background: #2196f3;
}

.btn-blue500_ftg {
  color: #fff !important;
  background: #2196f3;
}

.btn-blue500_ftg:hover, .btn-blue500_ftg:focus {
  background: rgba(33, 150, 243, 0.6);
}

.btn-blue500_ftg:active {
  background: rgba(33, 150, 243, 0.8);
}

.btn-blue500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue500_rsd {
  color: #fff !important;
  background: #2196f3;
}

.btn-blue500_rsd:hover, .btn-blue500_rsd:focus {
  background: #0c7cd5;
}

.btn-blue500_rsd:active {
  background: #0960a5;
}

.btn-blue500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue500_flt {
  color: #2196f3 !important;
}

.btn-blue500_flt:hover, .btn-blue500_flt:focus {
  background: rgba(33, 150, 243, 0.2);
}

.btn-blue500_flt:active {
  background: rgba(33, 150, 243, 0.4);
}

.btn-blue500_flt:disabled {
  color: rgba(33, 150, 243, 0.3);
}

.btn-blue600 {
  background: #1e88e5;
}

.btn-blue600_ftg {
  color: #fff !important;
  background: #1e88e5;
}

.btn-blue600_ftg:hover, .btn-blue600_ftg:focus {
  background: rgba(30, 136, 229, 0.6);
}

.btn-blue600_ftg:active {
  background: rgba(30, 136, 229, 0.8);
}

.btn-blue600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue600_rsd {
  color: #fff !important;
  background: #1e88e5;
}

.btn-blue600_rsd:hover, .btn-blue600_rsd:focus {
  background: #166dba;
}

.btn-blue600_rsd:active {
  background: #10538d;
}

.btn-blue600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue600_flt {
  color: #1e88e5 !important;
}

.btn-blue600_flt:hover, .btn-blue600_flt:focus {
  background: rgba(30, 136, 229, 0.2);
}

.btn-blue600_flt:active {
  background: rgba(30, 136, 229, 0.4);
}

.btn-blue600_flt:disabled {
  color: rgba(30, 136, 229, 0.3);
}

.btn-blue700 {
  background: #1976d2;
}

.btn-blue700_ftg {
  color: #fff !important;
  background: #1976d2;
}

.btn-blue700_ftg:hover, .btn-blue700_ftg:focus {
  background: rgba(25, 118, 210, 0.6);
}

.btn-blue700_ftg:active {
  background: rgba(25, 118, 210, 0.8);
}

.btn-blue700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue700_rsd {
  color: #fff !important;
  background: #1976d2;
}

.btn-blue700_rsd:hover, .btn-blue700_rsd:focus {
  background: #145ca4;
}

.btn-blue700_rsd:active {
  background: #0e4377;
}

.btn-blue700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue700_flt {
  color: #1976d2 !important;
}

.btn-blue700_flt:hover, .btn-blue700_flt:focus {
  background: rgba(25, 118, 210, 0.2);
}

.btn-blue700_flt:active {
  background: rgba(25, 118, 210, 0.4);
}

.btn-blue700_flt:disabled {
  color: rgba(25, 118, 210, 0.3);
}

.btn-blue800 {
  background: #1565c0;
}

.btn-blue800_ftg {
  color: #fff !important;
  background: #1565c0;
}

.btn-blue800_ftg:hover, .btn-blue800_ftg:focus {
  background: rgba(21, 101, 192, 0.6);
}

.btn-blue800_ftg:active {
  background: rgba(21, 101, 192, 0.8);
}

.btn-blue800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue800_rsd {
  color: #fff !important;
  background: #1565c0;
}

.btn-blue800_rsd:hover, .btn-blue800_rsd:focus {
  background: #104d92;
}

.btn-blue800_rsd:active {
  background: #0b3564;
}

.btn-blue800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue800_flt {
  color: #1565c0 !important;
}

.btn-blue800_flt:hover, .btn-blue800_flt:focus {
  background: rgba(21, 101, 192, 0.2);
}

.btn-blue800_flt:active {
  background: rgba(21, 101, 192, 0.4);
}

.btn-blue800_flt:disabled {
  color: rgba(21, 101, 192, 0.3);
}

.btn-blue900 {
  background: #0d47a1;
}

.btn-blue900_ftg {
  color: #fff !important;
  background: #0d47a1;
}

.btn-blue900_ftg:hover, .btn-blue900_ftg:focus {
  background: rgba(13, 71, 161, 0.6);
}

.btn-blue900_ftg:active {
  background: rgba(13, 71, 161, 0.8);
}

.btn-blue900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue900_rsd {
  color: #fff !important;
  background: #0d47a1;
}

.btn-blue900_rsd:hover, .btn-blue900_rsd:focus {
  background: #093272;
}

.btn-blue900_rsd:active {
  background: #051d43;
}

.btn-blue900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-blue900_flt {
  color: #0d47a1 !important;
}

.btn-blue900_flt:hover, .btn-blue900_flt:focus {
  background: rgba(13, 71, 161, 0.2);
}

.btn-blue900_flt:active {
  background: rgba(13, 71, 161, 0.4);
}

.btn-blue900_flt:disabled {
  color: rgba(13, 71, 161, 0.3);
}

.btn-lightblue50 {
  background: #e1f5fe;
}

.btn-lightblue50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e1f5fe;
}

.btn-lightblue50_ftg:hover, .btn-lightblue50_ftg:focus {
  background: rgba(225, 245, 254, 0.6);
}

.btn-lightblue50_ftg:active {
  background: rgba(225, 245, 254, 0.8);
}

.btn-lightblue50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e1f5fe;
}

.btn-lightblue50_rsd:hover, .btn-lightblue50_rsd:focus {
  background: #b0e5fc;
}

.btn-lightblue50_rsd:active {
  background: #7ed4fb;
}

.btn-lightblue50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue50_flt {
  color: #e1f5fe !important;
}

.btn-lightblue50_flt:hover, .btn-lightblue50_flt:focus {
  background: rgba(225, 245, 254, 0.2);
}

.btn-lightblue50_flt:active {
  background: rgba(225, 245, 254, 0.4);
}

.btn-lightblue50_flt:disabled {
  color: rgba(225, 245, 254, 0.3);
}

.btn-lightblue100 {
  background: #b3e5fc;
}

.btn-lightblue100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #b3e5fc;
}

.btn-lightblue100_ftg:hover, .btn-lightblue100_ftg:focus {
  background: rgba(179, 229, 252, 0.6);
}

.btn-lightblue100_ftg:active {
  background: rgba(179, 229, 252, 0.8);
}

.btn-lightblue100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #b3e5fc;
}

.btn-lightblue100_rsd:hover, .btn-lightblue100_rsd:focus {
  background: #82d4fa;
}

.btn-lightblue100_rsd:active {
  background: #51c3f8;
}

.btn-lightblue100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue100_flt {
  color: #b3e5fc !important;
}

.btn-lightblue100_flt:hover, .btn-lightblue100_flt:focus {
  background: rgba(179, 229, 252, 0.2);
}

.btn-lightblue100_flt:active {
  background: rgba(179, 229, 252, 0.4);
}

.btn-lightblue100_flt:disabled {
  color: rgba(179, 229, 252, 0.3);
}

.btn-lightblue200 {
  background: #81d4fa;
}

.btn-lightblue200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #81d4fa;
}

.btn-lightblue200_ftg:hover, .btn-lightblue200_ftg:focus {
  background: rgba(129, 212, 250, 0.6);
}

.btn-lightblue200_ftg:active {
  background: rgba(129, 212, 250, 0.8);
}

.btn-lightblue200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #81d4fa;
}

.btn-lightblue200_rsd:hover, .btn-lightblue200_rsd:focus {
  background: #50c3f8;
}

.btn-lightblue200_rsd:active {
  background: #1fb3f6;
}

.btn-lightblue200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue200_flt {
  color: #81d4fa !important;
}

.btn-lightblue200_flt:hover, .btn-lightblue200_flt:focus {
  background: rgba(129, 212, 250, 0.2);
}

.btn-lightblue200_flt:active {
  background: rgba(129, 212, 250, 0.4);
}

.btn-lightblue200_flt:disabled {
  color: rgba(129, 212, 250, 0.3);
}

.btn-lightblue300 {
  background: #4fc3f7;
}

.btn-lightblue300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #4fc3f7;
}

.btn-lightblue300_ftg:hover, .btn-lightblue300_ftg:focus {
  background: rgba(79, 195, 247, 0.6);
}

.btn-lightblue300_ftg:active {
  background: rgba(79, 195, 247, 0.8);
}

.btn-lightblue300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #4fc3f7;
}

.btn-lightblue300_rsd:hover, .btn-lightblue300_rsd:focus {
  background: #1eb2f5;
}

.btn-lightblue300_rsd:active {
  background: #0a97d6;
}

.btn-lightblue300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue300_flt {
  color: #4fc3f7 !important;
}

.btn-lightblue300_flt:hover, .btn-lightblue300_flt:focus {
  background: rgba(79, 195, 247, 0.2);
}

.btn-lightblue300_flt:active {
  background: rgba(79, 195, 247, 0.4);
}

.btn-lightblue300_flt:disabled {
  color: rgba(79, 195, 247, 0.3);
}

.btn-lightblue400 {
  background: #29b6f6;
}

.btn-lightblue400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #29b6f6;
}

.btn-lightblue400_ftg:hover, .btn-lightblue400_ftg:focus {
  background: rgba(41, 182, 246, 0.6);
}

.btn-lightblue400_ftg:active {
  background: rgba(41, 182, 246, 0.8);
}

.btn-lightblue400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #29b6f6;
}

.btn-lightblue400_rsd:hover, .btn-lightblue400_rsd:focus {
  background: #0a9fe2;
}

.btn-lightblue400_rsd:active {
  background: #077cb2;
}

.btn-lightblue400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue400_flt {
  color: #29b6f6 !important;
}

.btn-lightblue400_flt:hover, .btn-lightblue400_flt:focus {
  background: rgba(41, 182, 246, 0.2);
}

.btn-lightblue400_flt:active {
  background: rgba(41, 182, 246, 0.4);
}

.btn-lightblue400_flt:disabled {
  color: rgba(41, 182, 246, 0.3);
}

.btn-lightblue500 {
  background: #03a9f4;
}

.btn-lightblue500_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #03a9f4;
}

.btn-lightblue500_ftg:hover, .btn-lightblue500_ftg:focus {
  background: rgba(3, 169, 244, 0.6);
}

.btn-lightblue500_ftg:active {
  background: rgba(3, 169, 244, 0.8);
}

.btn-lightblue500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue500_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #03a9f4;
}

.btn-lightblue500_rsd:hover, .btn-lightblue500_rsd:focus {
  background: #0286c2;
}

.btn-lightblue500_rsd:active {
  background: #02638f;
}

.btn-lightblue500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue500_flt {
  color: #03a9f4 !important;
}

.btn-lightblue500_flt:hover, .btn-lightblue500_flt:focus {
  background: rgba(3, 169, 244, 0.2);
}

.btn-lightblue500_flt:active {
  background: rgba(3, 169, 244, 0.4);
}

.btn-lightblue500_flt:disabled {
  color: rgba(3, 169, 244, 0.3);
}

.btn-lightblue600 {
  background: #039be5;
}

.btn-lightblue600_ftg {
  color: #fff !important;
  background: #039be5;
}

.btn-lightblue600_ftg:hover, .btn-lightblue600_ftg:focus {
  background: rgba(3, 155, 229, 0.6);
}

.btn-lightblue600_ftg:active {
  background: rgba(3, 155, 229, 0.8);
}

.btn-lightblue600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue600_rsd {
  color: #fff !important;
  background: #039be5;
}

.btn-lightblue600_rsd:hover, .btn-lightblue600_rsd:focus {
  background: #0279b3;
}

.btn-lightblue600_rsd:active {
  background: #025780;
}

.btn-lightblue600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue600_flt {
  color: #039be5 !important;
}

.btn-lightblue600_flt:hover, .btn-lightblue600_flt:focus {
  background: rgba(3, 155, 229, 0.2);
}

.btn-lightblue600_flt:active {
  background: rgba(3, 155, 229, 0.4);
}

.btn-lightblue600_flt:disabled {
  color: rgba(3, 155, 229, 0.3);
}

.btn-lightblue700 {
  background: #0288d1;
}

.btn-lightblue700_ftg {
  color: #fff !important;
  background: #0288d1;
}

.btn-lightblue700_ftg:hover, .btn-lightblue700_ftg:focus {
  background: rgba(2, 136, 209, 0.6);
}

.btn-lightblue700_ftg:active {
  background: rgba(2, 136, 209, 0.8);
}

.btn-lightblue700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue700_rsd {
  color: #fff !important;
  background: #0288d1;
}

.btn-lightblue700_rsd:hover, .btn-lightblue700_rsd:focus {
  background: #02679e;
}

.btn-lightblue700_rsd:active {
  background: #01466c;
}

.btn-lightblue700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue700_flt {
  color: #0288d1 !important;
}

.btn-lightblue700_flt:hover, .btn-lightblue700_flt:focus {
  background: rgba(2, 136, 209, 0.2);
}

.btn-lightblue700_flt:active {
  background: rgba(2, 136, 209, 0.4);
}

.btn-lightblue700_flt:disabled {
  color: rgba(2, 136, 209, 0.3);
}

.btn-lightblue800 {
  background: #0277bd;
}

.btn-lightblue800_ftg {
  color: #fff !important;
  background: #0277bd;
}

.btn-lightblue800_ftg:hover, .btn-lightblue800_ftg:focus {
  background: rgba(2, 119, 189, 0.6);
}

.btn-lightblue800_ftg:active {
  background: rgba(2, 119, 189, 0.8);
}

.btn-lightblue800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue800_rsd {
  color: #fff !important;
  background: #0277bd;
}

.btn-lightblue800_rsd:hover, .btn-lightblue800_rsd:focus {
  background: #01578b;
}

.btn-lightblue800_rsd:active {
  background: #013758;
}

.btn-lightblue800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue800_flt {
  color: #0277bd !important;
}

.btn-lightblue800_flt:hover, .btn-lightblue800_flt:focus {
  background: rgba(2, 119, 189, 0.2);
}

.btn-lightblue800_flt:active {
  background: rgba(2, 119, 189, 0.4);
}

.btn-lightblue800_flt:disabled {
  color: rgba(2, 119, 189, 0.3);
}

.btn-lightblue900 {
  background: #01579b;
}

.btn-lightblue900_ftg {
  color: #fff !important;
  background: #01579b;
}

.btn-lightblue900_ftg:hover, .btn-lightblue900_ftg:focus {
  background: rgba(1, 87, 155, 0.6);
}

.btn-lightblue900_ftg:active {
  background: rgba(1, 87, 155, 0.8);
}

.btn-lightblue900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue900_rsd {
  color: #fff !important;
  background: #01579b;
}

.btn-lightblue900_rsd:hover, .btn-lightblue900_rsd:focus {
  background: #013b68;
}

.btn-lightblue900_rsd:active {
  background: #001e36;
}

.btn-lightblue900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightblue900_flt {
  color: #01579b !important;
}

.btn-lightblue900_flt:hover, .btn-lightblue900_flt:focus {
  background: rgba(1, 87, 155, 0.2);
}

.btn-lightblue900_flt:active {
  background: rgba(1, 87, 155, 0.4);
}

.btn-lightblue900_flt:disabled {
  color: rgba(1, 87, 155, 0.3);
}

.btn-cyan50 {
  background: #e0f7fa;
}

.btn-cyan50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e0f7fa;
}

.btn-cyan50_ftg:hover, .btn-cyan50_ftg:focus {
  background: rgba(224, 247, 250, 0.6);
}

.btn-cyan50_ftg:active {
  background: rgba(224, 247, 250, 0.8);
}

.btn-cyan50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e0f7fa;
}

.btn-cyan50_rsd:hover, .btn-cyan50_rsd:focus {
  background: #b4ecf3;
}

.btn-cyan50_rsd:active {
  background: #88e0ec;
}

.btn-cyan50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan50_flt {
  color: #e0f7fa !important;
}

.btn-cyan50_flt:hover, .btn-cyan50_flt:focus {
  background: rgba(224, 247, 250, 0.2);
}

.btn-cyan50_flt:active {
  background: rgba(224, 247, 250, 0.4);
}

.btn-cyan50_flt:disabled {
  color: rgba(224, 247, 250, 0.3);
}

.btn-cyan100 {
  background: #b2ebf2;
}

.btn-cyan100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #b2ebf2;
}

.btn-cyan100_ftg:hover, .btn-cyan100_ftg:focus {
  background: rgba(178, 235, 242, 0.6);
}

.btn-cyan100_ftg:active {
  background: rgba(178, 235, 242, 0.8);
}

.btn-cyan100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #b2ebf2;
}

.btn-cyan100_rsd:hover, .btn-cyan100_rsd:focus {
  background: #86e0eb;
}

.btn-cyan100_rsd:active {
  background: #5bd4e3;
}

.btn-cyan100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan100_flt {
  color: #b2ebf2 !important;
}

.btn-cyan100_flt:hover, .btn-cyan100_flt:focus {
  background: rgba(178, 235, 242, 0.2);
}

.btn-cyan100_flt:active {
  background: rgba(178, 235, 242, 0.4);
}

.btn-cyan100_flt:disabled {
  color: rgba(178, 235, 242, 0.3);
}

.btn-cyan200 {
  background: #80deea;
}

.btn-cyan200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #80deea;
}

.btn-cyan200_ftg:hover, .btn-cyan200_ftg:focus {
  background: rgba(128, 222, 234, 0.6);
}

.btn-cyan200_ftg:active {
  background: rgba(128, 222, 234, 0.8);
}

.btn-cyan200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #80deea;
}

.btn-cyan200_rsd:hover, .btn-cyan200_rsd:focus {
  background: #54d3e3;
}

.btn-cyan200_rsd:active {
  background: #28c7dc;
}

.btn-cyan200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan200_flt {
  color: #80deea !important;
}

.btn-cyan200_flt:hover, .btn-cyan200_flt:focus {
  background: rgba(128, 222, 234, 0.2);
}

.btn-cyan200_flt:active {
  background: rgba(128, 222, 234, 0.4);
}

.btn-cyan200_flt:disabled {
  color: rgba(128, 222, 234, 0.3);
}

.btn-cyan300 {
  background: #4dd0e1;
}

.btn-cyan300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #4dd0e1;
}

.btn-cyan300_ftg:hover, .btn-cyan300_ftg:focus {
  background: rgba(77, 208, 225, 0.6);
}

.btn-cyan300_ftg:active {
  background: rgba(77, 208, 225, 0.8);
}

.btn-cyan300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #4dd0e1;
}

.btn-cyan300_rsd:hover, .btn-cyan300_rsd:focus {
  background: #24c2d7;
}

.btn-cyan300_rsd:active {
  background: #1d9bab;
}

.btn-cyan300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan300_flt {
  color: #4dd0e1 !important;
}

.btn-cyan300_flt:hover, .btn-cyan300_flt:focus {
  background: rgba(77, 208, 225, 0.2);
}

.btn-cyan300_flt:active {
  background: rgba(77, 208, 225, 0.4);
}

.btn-cyan300_flt:disabled {
  color: rgba(77, 208, 225, 0.3);
}

.btn-cyan400 {
  background: #26c6da;
}

.btn-cyan400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #26c6da;
}

.btn-cyan400_ftg:hover, .btn-cyan400_ftg:focus {
  background: rgba(38, 198, 218, 0.6);
}

.btn-cyan400_ftg:active {
  background: rgba(38, 198, 218, 0.8);
}

.btn-cyan400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #26c6da;
}

.btn-cyan400_rsd:hover, .btn-cyan400_rsd:focus {
  background: #1e9faf;
}

.btn-cyan400_rsd:active {
  background: #167784;
}

.btn-cyan400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan400_flt {
  color: #26c6da !important;
}

.btn-cyan400_flt:hover, .btn-cyan400_flt:focus {
  background: rgba(38, 198, 218, 0.2);
}

.btn-cyan400_flt:active {
  background: rgba(38, 198, 218, 0.4);
}

.btn-cyan400_flt:disabled {
  color: rgba(38, 198, 218, 0.3);
}

.btn-cyan500 {
  background: #00bcd4;
}

.btn-cyan500_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #00bcd4;
}

.btn-cyan500_ftg:hover, .btn-cyan500_ftg:focus {
  background: rgba(0, 188, 212, 0.6);
}

.btn-cyan500_ftg:active {
  background: rgba(0, 188, 212, 0.8);
}

.btn-cyan500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan500_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #00bcd4;
}

.btn-cyan500_rsd:hover, .btn-cyan500_rsd:focus {
  background: #008fa1;
}

.btn-cyan500_rsd:active {
  background: #00626e;
}

.btn-cyan500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan500_flt {
  color: #00bcd4 !important;
}

.btn-cyan500_flt:hover, .btn-cyan500_flt:focus {
  background: rgba(0, 188, 212, 0.2);
}

.btn-cyan500_flt:active {
  background: rgba(0, 188, 212, 0.4);
}

.btn-cyan500_flt:disabled {
  color: rgba(0, 188, 212, 0.3);
}

.btn-cyan600 {
  background: #00acc1;
}

.btn-cyan600_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #00acc1;
}

.btn-cyan600_ftg:hover, .btn-cyan600_ftg:focus {
  background: rgba(0, 172, 193, 0.6);
}

.btn-cyan600_ftg:active {
  background: rgba(0, 172, 193, 0.8);
}

.btn-cyan600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan600_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #00acc1;
}

.btn-cyan600_rsd:hover, .btn-cyan600_rsd:focus {
  background: #007f8e;
}

.btn-cyan600_rsd:active {
  background: #00515b;
}

.btn-cyan600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan600_flt {
  color: #00acc1 !important;
}

.btn-cyan600_flt:hover, .btn-cyan600_flt:focus {
  background: rgba(0, 172, 193, 0.2);
}

.btn-cyan600_flt:active {
  background: rgba(0, 172, 193, 0.4);
}

.btn-cyan600_flt:disabled {
  color: rgba(0, 172, 193, 0.3);
}

.btn-cyan700 {
  background: #0097a7;
}

.btn-cyan700_ftg {
  color: #fff !important;
  background: #0097a7;
}

.btn-cyan700_ftg:hover, .btn-cyan700_ftg:focus {
  background: rgba(0, 151, 167, 0.6);
}

.btn-cyan700_ftg:active {
  background: rgba(0, 151, 167, 0.8);
}

.btn-cyan700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan700_rsd {
  color: #fff !important;
  background: #0097a7;
}

.btn-cyan700_rsd:hover, .btn-cyan700_rsd:focus {
  background: #006974;
}

.btn-cyan700_rsd:active {
  background: #003b41;
}

.btn-cyan700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan700_flt {
  color: #0097a7 !important;
}

.btn-cyan700_flt:hover, .btn-cyan700_flt:focus {
  background: rgba(0, 151, 167, 0.2);
}

.btn-cyan700_flt:active {
  background: rgba(0, 151, 167, 0.4);
}

.btn-cyan700_flt:disabled {
  color: rgba(0, 151, 167, 0.3);
}

.btn-cyan800 {
  background: #00838f;
}

.btn-cyan800_ftg {
  color: #fff !important;
  background: #00838f;
}

.btn-cyan800_ftg:hover, .btn-cyan800_ftg:focus {
  background: rgba(0, 131, 143, 0.6);
}

.btn-cyan800_ftg:active {
  background: rgba(0, 131, 143, 0.8);
}

.btn-cyan800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan800_rsd {
  color: #fff !important;
  background: #00838f;
}

.btn-cyan800_rsd:hover, .btn-cyan800_rsd:focus {
  background: #00545c;
}

.btn-cyan800_rsd:active {
  background: #002629;
}

.btn-cyan800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan800_flt {
  color: #00838f !important;
}

.btn-cyan800_flt:hover, .btn-cyan800_flt:focus {
  background: rgba(0, 131, 143, 0.2);
}

.btn-cyan800_flt:active {
  background: rgba(0, 131, 143, 0.4);
}

.btn-cyan800_flt:disabled {
  color: rgba(0, 131, 143, 0.3);
}

.btn-cyan900 {
  background: #006064;
}

.btn-cyan900_ftg {
  color: #fff !important;
  background: #006064;
}

.btn-cyan900_ftg:hover, .btn-cyan900_ftg:focus {
  background: rgba(0, 96, 100, 0.6);
}

.btn-cyan900_ftg:active {
  background: rgba(0, 96, 100, 0.8);
}

.btn-cyan900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan900_rsd {
  color: #fff !important;
  background: #006064;
}

.btn-cyan900_rsd:hover, .btn-cyan900_rsd:focus {
  background: #002f31;
}

.btn-cyan900_rsd:active {
  background: black;
}

.btn-cyan900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-cyan900_flt {
  color: #006064 !important;
}

.btn-cyan900_flt:hover, .btn-cyan900_flt:focus {
  background: rgba(0, 96, 100, 0.2);
}

.btn-cyan900_flt:active {
  background: rgba(0, 96, 100, 0.4);
}

.btn-cyan900_flt:disabled {
  color: rgba(0, 96, 100, 0.3);
}

.btn-teal50 {
  background: #e0f2f1;
}

.btn-teal50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e0f2f1;
}

.btn-teal50_ftg:hover, .btn-teal50_ftg:focus {
  background: rgba(224, 242, 241, 0.6);
}

.btn-teal50_ftg:active {
  background: rgba(224, 242, 241, 0.8);
}

.btn-teal50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e0f2f1;
}

.btn-teal50_rsd:hover, .btn-teal50_rsd:focus {
  background: #bce3e1;
}

.btn-teal50_rsd:active {
  background: #98d4d1;
}

.btn-teal50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal50_flt {
  color: #e0f2f1 !important;
}

.btn-teal50_flt:hover, .btn-teal50_flt:focus {
  background: rgba(224, 242, 241, 0.2);
}

.btn-teal50_flt:active {
  background: rgba(224, 242, 241, 0.4);
}

.btn-teal50_flt:disabled {
  color: rgba(224, 242, 241, 0.3);
}

.btn-teal100 {
  background: #b2dfdb;
}

.btn-teal100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #b2dfdb;
}

.btn-teal100_ftg:hover, .btn-teal100_ftg:focus {
  background: rgba(178, 223, 219, 0.6);
}

.btn-teal100_ftg:active {
  background: rgba(178, 223, 219, 0.8);
}

.btn-teal100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #b2dfdb;
}

.btn-teal100_rsd:hover, .btn-teal100_rsd:focus {
  background: #8ed0ca;
}

.btn-teal100_rsd:active {
  background: #6ac1b9;
}

.btn-teal100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal100_flt {
  color: #b2dfdb !important;
}

.btn-teal100_flt:hover, .btn-teal100_flt:focus {
  background: rgba(178, 223, 219, 0.2);
}

.btn-teal100_flt:active {
  background: rgba(178, 223, 219, 0.4);
}

.btn-teal100_flt:disabled {
  color: rgba(178, 223, 219, 0.3);
}

.btn-teal200 {
  background: #80cbc4;
}

.btn-teal200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #80cbc4;
}

.btn-teal200_ftg:hover, .btn-teal200_ftg:focus {
  background: rgba(128, 203, 196, 0.6);
}

.btn-teal200_ftg:active {
  background: rgba(128, 203, 196, 0.8);
}

.btn-teal200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #80cbc4;
}

.btn-teal200_rsd:hover, .btn-teal200_rsd:focus {
  background: #5cbcb3;
}

.btn-teal200_rsd:active {
  background: #43a29a;
}

.btn-teal200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal200_flt {
  color: #80cbc4 !important;
}

.btn-teal200_flt:hover, .btn-teal200_flt:focus {
  background: rgba(128, 203, 196, 0.2);
}

.btn-teal200_flt:active {
  background: rgba(128, 203, 196, 0.4);
}

.btn-teal200_flt:disabled {
  color: rgba(128, 203, 196, 0.3);
}

.btn-teal300 {
  background: #4db6ac;
}

.btn-teal300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #4db6ac;
}

.btn-teal300_ftg:hover, .btn-teal300_ftg:focus {
  background: rgba(77, 182, 172, 0.6);
}

.btn-teal300_ftg:active {
  background: rgba(77, 182, 172, 0.8);
}

.btn-teal300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #4db6ac;
}

.btn-teal300_rsd:hover, .btn-teal300_rsd:focus {
  background: #3c948b;
}

.btn-teal300_rsd:active {
  background: #2e6f69;
}

.btn-teal300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal300_flt {
  color: #4db6ac !important;
}

.btn-teal300_flt:hover, .btn-teal300_flt:focus {
  background: rgba(77, 182, 172, 0.2);
}

.btn-teal300_flt:active {
  background: rgba(77, 182, 172, 0.4);
}

.btn-teal300_flt:disabled {
  color: rgba(77, 182, 172, 0.3);
}

.btn-teal400 {
  background: #26a69a;
}

.btn-teal400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #26a69a;
}

.btn-teal400_ftg:hover, .btn-teal400_ftg:focus {
  background: rgba(38, 166, 154, 0.6);
}

.btn-teal400_ftg:active {
  background: rgba(38, 166, 154, 0.8);
}

.btn-teal400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #26a69a;
}

.btn-teal400_rsd:hover, .btn-teal400_rsd:focus {
  background: #1d7d74;
}

.btn-teal400_rsd:active {
  background: #13534d;
}

.btn-teal400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal400_flt {
  color: #26a69a !important;
}

.btn-teal400_flt:hover, .btn-teal400_flt:focus {
  background: rgba(38, 166, 154, 0.2);
}

.btn-teal400_flt:active {
  background: rgba(38, 166, 154, 0.4);
}

.btn-teal400_flt:disabled {
  color: rgba(38, 166, 154, 0.3);
}

.btn-teal500 {
  background: #009688;
}

.btn-teal500_ftg {
  color: #fff !important;
  background: #009688;
}

.btn-teal500_ftg:hover, .btn-teal500_ftg:focus {
  background: rgba(0, 150, 136, 0.6);
}

.btn-teal500_ftg:active {
  background: rgba(0, 150, 136, 0.8);
}

.btn-teal500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal500_rsd {
  color: #fff !important;
  background: #009688;
}

.btn-teal500_rsd:hover, .btn-teal500_rsd:focus {
  background: #00635a;
}

.btn-teal500_rsd:active {
  background: #00302c;
}

.btn-teal500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal500_flt {
  color: #009688 !important;
}

.btn-teal500_flt:hover, .btn-teal500_flt:focus {
  background: rgba(0, 150, 136, 0.2);
}

.btn-teal500_flt:active {
  background: rgba(0, 150, 136, 0.4);
}

.btn-teal500_flt:disabled {
  color: rgba(0, 150, 136, 0.3);
}

.btn-teal600 {
  background: #00897b;
}

.btn-teal600_ftg {
  color: #fff !important;
  background: #00897b;
}

.btn-teal600_ftg:hover, .btn-teal600_ftg:focus {
  background: rgba(0, 137, 123, 0.6);
}

.btn-teal600_ftg:active {
  background: rgba(0, 137, 123, 0.8);
}

.btn-teal600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal600_rsd {
  color: #fff !important;
  background: #00897b;
}

.btn-teal600_rsd:hover, .btn-teal600_rsd:focus {
  background: #00564d;
}

.btn-teal600_rsd:active {
  background: #00231f;
}

.btn-teal600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal600_flt {
  color: #00897b !important;
}

.btn-teal600_flt:hover, .btn-teal600_flt:focus {
  background: rgba(0, 137, 123, 0.2);
}

.btn-teal600_flt:active {
  background: rgba(0, 137, 123, 0.4);
}

.btn-teal600_flt:disabled {
  color: rgba(0, 137, 123, 0.3);
}

.btn-teal700 {
  background: #00796b;
}

.btn-teal700_ftg {
  color: #fff !important;
  background: #00796b;
}

.btn-teal700_ftg:hover, .btn-teal700_ftg:focus {
  background: rgba(0, 121, 107, 0.6);
}

.btn-teal700_ftg:active {
  background: rgba(0, 121, 107, 0.8);
}

.btn-teal700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal700_rsd {
  color: #fff !important;
  background: #00796b;
}

.btn-teal700_rsd:hover, .btn-teal700_rsd:focus {
  background: #00463e;
}

.btn-teal700_rsd:active {
  background: #001311;
}

.btn-teal700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal700_flt {
  color: #00796b !important;
}

.btn-teal700_flt:hover, .btn-teal700_flt:focus {
  background: rgba(0, 121, 107, 0.2);
}

.btn-teal700_flt:active {
  background: rgba(0, 121, 107, 0.4);
}

.btn-teal700_flt:disabled {
  color: rgba(0, 121, 107, 0.3);
}

.btn-teal800 {
  background: #00695c;
}

.btn-teal800_ftg {
  color: #fff !important;
  background: #00695c;
}

.btn-teal800_ftg:hover, .btn-teal800_ftg:focus {
  background: rgba(0, 105, 92, 0.6);
}

.btn-teal800_ftg:active {
  background: rgba(0, 105, 92, 0.8);
}

.btn-teal800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal800_rsd {
  color: #fff !important;
  background: #00695c;
}

.btn-teal800_rsd:hover, .btn-teal800_rsd:focus {
  background: #00362f;
}

.btn-teal800_rsd:active {
  background: #000303;
}

.btn-teal800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal800_flt {
  color: #00695c !important;
}

.btn-teal800_flt:hover, .btn-teal800_flt:focus {
  background: rgba(0, 105, 92, 0.2);
}

.btn-teal800_flt:active {
  background: rgba(0, 105, 92, 0.4);
}

.btn-teal800_flt:disabled {
  color: rgba(0, 105, 92, 0.3);
}

.btn-teal900 {
  background: #004d40;
}

.btn-teal900_ftg {
  color: #fff !important;
  background: #004d40;
}

.btn-teal900_ftg:hover, .btn-teal900_ftg:focus {
  background: rgba(0, 77, 64, 0.6);
}

.btn-teal900_ftg:active {
  background: rgba(0, 77, 64, 0.8);
}

.btn-teal900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal900_rsd {
  color: #fff !important;
  background: #004d40;
}

.btn-teal900_rsd:hover, .btn-teal900_rsd:focus {
  background: #001a16;
}

.btn-teal900_rsd:active {
  background: black;
}

.btn-teal900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-teal900_flt {
  color: #004d40 !important;
}

.btn-teal900_flt:hover, .btn-teal900_flt:focus {
  background: rgba(0, 77, 64, 0.2);
}

.btn-teal900_flt:active {
  background: rgba(0, 77, 64, 0.4);
}

.btn-teal900_flt:disabled {
  color: rgba(0, 77, 64, 0.3);
}

.btn-green50 {
  background: #e8f5e9;
}

.btn-green50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e8f5e9;
}

.btn-green50_ftg:hover, .btn-green50_ftg:focus {
  background: rgba(232, 245, 233, 0.6);
}

.btn-green50_ftg:active {
  background: rgba(232, 245, 233, 0.8);
}

.btn-green50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e8f5e9;
}

.btn-green50_rsd:hover, .btn-green50_rsd:focus {
  background: #c4e6c7;
}

.btn-green50_rsd:active {
  background: #a1d6a5;
}

.btn-green50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green50_flt {
  color: #e8f5e9 !important;
}

.btn-green50_flt:hover, .btn-green50_flt:focus {
  background: rgba(232, 245, 233, 0.2);
}

.btn-green50_flt:active {
  background: rgba(232, 245, 233, 0.4);
}

.btn-green50_flt:disabled {
  color: rgba(232, 245, 233, 0.3);
}

.btn-green100 {
  background: #c8e6c9;
}

.btn-green100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #c8e6c9;
}

.btn-green100_ftg:hover, .btn-green100_ftg:focus {
  background: rgba(200, 230, 201, 0.6);
}

.btn-green100_ftg:active {
  background: rgba(200, 230, 201, 0.8);
}

.btn-green100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #c8e6c9;
}

.btn-green100_rsd:hover, .btn-green100_rsd:focus {
  background: #a5d6a7;
}

.btn-green100_rsd:active {
  background: #82c684;
}

.btn-green100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green100_flt {
  color: #c8e6c9 !important;
}

.btn-green100_flt:hover, .btn-green100_flt:focus {
  background: rgba(200, 230, 201, 0.2);
}

.btn-green100_flt:active {
  background: rgba(200, 230, 201, 0.4);
}

.btn-green100_flt:disabled {
  color: rgba(200, 230, 201, 0.3);
}

.btn-green200 {
  background: #a5d6a7;
}

.btn-green200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #a5d6a7;
}

.btn-green200_ftg:hover, .btn-green200_ftg:focus {
  background: rgba(165, 214, 167, 0.6);
}

.btn-green200_ftg:active {
  background: rgba(165, 214, 167, 0.8);
}

.btn-green200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #a5d6a7;
}

.btn-green200_rsd:hover, .btn-green200_rsd:focus {
  background: #82c685;
}

.btn-green200_rsd:active {
  background: #5fb662;
}

.btn-green200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green200_flt {
  color: #a5d6a7 !important;
}

.btn-green200_flt:hover, .btn-green200_flt:focus {
  background: rgba(165, 214, 167, 0.2);
}

.btn-green200_flt:active {
  background: rgba(165, 214, 167, 0.4);
}

.btn-green200_flt:disabled {
  color: rgba(165, 214, 167, 0.3);
}

.btn-green300 {
  background: #81c784;
}

.btn-green300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #81c784;
}

.btn-green300_ftg:hover, .btn-green300_ftg:focus {
  background: rgba(129, 199, 132, 0.6);
}

.btn-green300_ftg:active {
  background: rgba(129, 199, 132, 0.8);
}

.btn-green300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #81c784;
}

.btn-green300_rsd:hover, .btn-green300_rsd:focus {
  background: #5eb762;
}

.btn-green300_rsd:active {
  background: #469c49;
}

.btn-green300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green300_flt {
  color: #81c784 !important;
}

.btn-green300_flt:hover, .btn-green300_flt:focus {
  background: rgba(129, 199, 132, 0.2);
}

.btn-green300_flt:active {
  background: rgba(129, 199, 132, 0.4);
}

.btn-green300_flt:disabled {
  color: rgba(129, 199, 132, 0.3);
}

.btn-green400 {
  background: #66bb6a;
}

.btn-green400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #66bb6a;
}

.btn-green400_ftg:hover, .btn-green400_ftg:focus {
  background: rgba(102, 187, 106, 0.6);
}

.btn-green400_ftg:active {
  background: rgba(102, 187, 106, 0.8);
}

.btn-green400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #66bb6a;
}

.btn-green400_rsd:hover, .btn-green400_rsd:focus {
  background: #49a54e;
}

.btn-green400_rsd:active {
  background: #3a813d;
}

.btn-green400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green400_flt {
  color: #66bb6a !important;
}

.btn-green400_flt:hover, .btn-green400_flt:focus {
  background: rgba(102, 187, 106, 0.2);
}

.btn-green400_flt:active {
  background: rgba(102, 187, 106, 0.4);
}

.btn-green400_flt:disabled {
  color: rgba(102, 187, 106, 0.3);
}

.btn-green500 {
  background: #4caf50;
}

.btn-green500_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #4caf50;
}

.btn-green500_ftg:hover, .btn-green500_ftg:focus {
  background: rgba(76, 175, 80, 0.6);
}

.btn-green500_ftg:active {
  background: rgba(76, 175, 80, 0.8);
}

.btn-green500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green500_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #4caf50;
}

.btn-green500_rsd:hover, .btn-green500_rsd:focus {
  background: #3d8b40;
}

.btn-green500_rsd:active {
  background: #2d682f;
}

.btn-green500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green500_flt {
  color: #4caf50 !important;
}

.btn-green500_flt:hover, .btn-green500_flt:focus {
  background: rgba(76, 175, 80, 0.2);
}

.btn-green500_flt:active {
  background: rgba(76, 175, 80, 0.4);
}

.btn-green500_flt:disabled {
  color: rgba(76, 175, 80, 0.3);
}

.btn-green600 {
  background: #43a047;
}

.btn-green600_ftg {
  color: #fff !important;
  background: #43a047;
}

.btn-green600_ftg:hover, .btn-green600_ftg:focus {
  background: rgba(67, 160, 71, 0.6);
}

.btn-green600_ftg:active {
  background: rgba(67, 160, 71, 0.8);
}

.btn-green600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green600_rsd {
  color: #fff !important;
  background: #43a047;
}

.btn-green600_rsd:hover, .btn-green600_rsd:focus {
  background: #347c37;
}

.btn-green600_rsd:active {
  background: #255827;
}

.btn-green600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green600_flt {
  color: #43a047 !important;
}

.btn-green600_flt:hover, .btn-green600_flt:focus {
  background: rgba(67, 160, 71, 0.2);
}

.btn-green600_flt:active {
  background: rgba(67, 160, 71, 0.4);
}

.btn-green600_flt:disabled {
  color: rgba(67, 160, 71, 0.3);
}

.btn-green700 {
  background: #388e3c;
}

.btn-green700_ftg {
  color: #fff !important;
  background: #388e3c;
}

.btn-green700_ftg:hover, .btn-green700_ftg:focus {
  background: rgba(56, 142, 60, 0.6);
}

.btn-green700_ftg:active {
  background: rgba(56, 142, 60, 0.8);
}

.btn-green700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green700_rsd {
  color: #fff !important;
  background: #388e3c;
}

.btn-green700_rsd:hover, .btn-green700_rsd:focus {
  background: #2a692d;
}

.btn-green700_rsd:active {
  background: #1b451d;
}

.btn-green700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green700_flt {
  color: #388e3c !important;
}

.btn-green700_flt:hover, .btn-green700_flt:focus {
  background: rgba(56, 142, 60, 0.2);
}

.btn-green700_flt:active {
  background: rgba(56, 142, 60, 0.4);
}

.btn-green700_flt:disabled {
  color: rgba(56, 142, 60, 0.3);
}

.btn-green800 {
  background: #2e7d32;
}

.btn-green800_ftg {
  color: #fff !important;
  background: #2e7d32;
}

.btn-green800_ftg:hover, .btn-green800_ftg:focus {
  background: rgba(46, 125, 50, 0.6);
}

.btn-green800_ftg:active {
  background: rgba(46, 125, 50, 0.8);
}

.btn-green800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green800_rsd {
  color: #fff !important;
  background: #2e7d32;
}

.btn-green800_rsd:hover, .btn-green800_rsd:focus {
  background: #205823;
}

.btn-green800_rsd:active {
  background: #133214;
}

.btn-green800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green800_flt {
  color: #2e7d32 !important;
}

.btn-green800_flt:hover, .btn-green800_flt:focus {
  background: rgba(46, 125, 50, 0.2);
}

.btn-green800_flt:active {
  background: rgba(46, 125, 50, 0.4);
}

.btn-green800_flt:disabled {
  color: rgba(46, 125, 50, 0.3);
}

.btn-green900 {
  background: #1b5e20;
}

.btn-green900_ftg {
  color: #fff !important;
  background: #1b5e20;
}

.btn-green900_ftg:hover, .btn-green900_ftg:focus {
  background: rgba(27, 94, 32, 0.6);
}

.btn-green900_ftg:active {
  background: rgba(27, 94, 32, 0.8);
}

.btn-green900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green900_rsd {
  color: #fff !important;
  background: #1b5e20;
}

.btn-green900_rsd:hover, .btn-green900_rsd:focus {
  background: #103613;
}

.btn-green900_rsd:active {
  background: #040f05;
}

.btn-green900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-green900_flt {
  color: #1b5e20 !important;
}

.btn-green900_flt:hover, .btn-green900_flt:focus {
  background: rgba(27, 94, 32, 0.2);
}

.btn-green900_flt:active {
  background: rgba(27, 94, 32, 0.4);
}

.btn-green900_flt:disabled {
  color: rgba(27, 94, 32, 0.3);
}

.btn-lightgreen50 {
  background: #f1f8e9;
}

.btn-lightgreen50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f1f8e9;
}

.btn-lightgreen50_ftg:hover, .btn-lightgreen50_ftg:focus {
  background: rgba(241, 248, 233, 0.6);
}

.btn-lightgreen50_ftg:active {
  background: rgba(241, 248, 233, 0.8);
}

.btn-lightgreen50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f1f8e9;
}

.btn-lightgreen50_rsd:hover, .btn-lightgreen50_rsd:focus {
  background: #d8ecc2;
}

.btn-lightgreen50_rsd:active {
  background: #c0df9c;
}

.btn-lightgreen50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen50_flt {
  color: #f1f8e9 !important;
}

.btn-lightgreen50_flt:hover, .btn-lightgreen50_flt:focus {
  background: rgba(241, 248, 233, 0.2);
}

.btn-lightgreen50_flt:active {
  background: rgba(241, 248, 233, 0.4);
}

.btn-lightgreen50_flt:disabled {
  color: rgba(241, 248, 233, 0.3);
}

.btn-lightgreen100 {
  background: #dcedc8;
}

.btn-lightgreen100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #dcedc8;
}

.btn-lightgreen100_ftg:hover, .btn-lightgreen100_ftg:focus {
  background: rgba(220, 237, 200, 0.6);
}

.btn-lightgreen100_ftg:active {
  background: rgba(220, 237, 200, 0.8);
}

.btn-lightgreen100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #dcedc8;
}

.btn-lightgreen100_rsd:hover, .btn-lightgreen100_rsd:focus {
  background: #c4e0a2;
}

.btn-lightgreen100_rsd:active {
  background: #abd47b;
}

.btn-lightgreen100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen100_flt {
  color: #dcedc8 !important;
}

.btn-lightgreen100_flt:hover, .btn-lightgreen100_flt:focus {
  background: rgba(220, 237, 200, 0.2);
}

.btn-lightgreen100_flt:active {
  background: rgba(220, 237, 200, 0.4);
}

.btn-lightgreen100_flt:disabled {
  color: rgba(220, 237, 200, 0.3);
}

.btn-lightgreen200 {
  background: #c5e1a5;
}

.btn-lightgreen200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #c5e1a5;
}

.btn-lightgreen200_ftg:hover, .btn-lightgreen200_ftg:focus {
  background: rgba(197, 225, 165, 0.6);
}

.btn-lightgreen200_ftg:active {
  background: rgba(197, 225, 165, 0.8);
}

.btn-lightgreen200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #c5e1a5;
}

.btn-lightgreen200_rsd:hover, .btn-lightgreen200_rsd:focus {
  background: #acd47f;
}

.btn-lightgreen200_rsd:active {
  background: #94c859;
}

.btn-lightgreen200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen200_flt {
  color: #c5e1a5 !important;
}

.btn-lightgreen200_flt:hover, .btn-lightgreen200_flt:focus {
  background: rgba(197, 225, 165, 0.2);
}

.btn-lightgreen200_flt:active {
  background: rgba(197, 225, 165, 0.4);
}

.btn-lightgreen200_flt:disabled {
  color: rgba(197, 225, 165, 0.3);
}

.btn-lightgreen300 {
  background: #aed581;
}

.btn-lightgreen300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #aed581;
}

.btn-lightgreen300_ftg:hover, .btn-lightgreen300_ftg:focus {
  background: rgba(174, 213, 129, 0.6);
}

.btn-lightgreen300_ftg:active {
  background: rgba(174, 213, 129, 0.8);
}

.btn-lightgreen300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #aed581;
}

.btn-lightgreen300_rsd:hover, .btn-lightgreen300_rsd:focus {
  background: #95c85b;
}

.btn-lightgreen300_rsd:active {
  background: #7cb43c;
}

.btn-lightgreen300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen300_flt {
  color: #aed581 !important;
}

.btn-lightgreen300_flt:hover, .btn-lightgreen300_flt:focus {
  background: rgba(174, 213, 129, 0.2);
}

.btn-lightgreen300_flt:active {
  background: rgba(174, 213, 129, 0.4);
}

.btn-lightgreen300_flt:disabled {
  color: rgba(174, 213, 129, 0.3);
}

.btn-lightgreen400 {
  background: #9ccc65;
}

.btn-lightgreen400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #9ccc65;
}

.btn-lightgreen400_ftg:hover, .btn-lightgreen400_ftg:focus {
  background: rgba(156, 204, 101, 0.6);
}

.btn-lightgreen400_ftg:active {
  background: rgba(156, 204, 101, 0.8);
}

.btn-lightgreen400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #9ccc65;
}

.btn-lightgreen400_rsd:hover, .btn-lightgreen400_rsd:focus {
  background: #83bf3f;
}

.btn-lightgreen400_rsd:active {
  background: #699833;
}

.btn-lightgreen400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen400_flt {
  color: #9ccc65 !important;
}

.btn-lightgreen400_flt:hover, .btn-lightgreen400_flt:focus {
  background: rgba(156, 204, 101, 0.2);
}

.btn-lightgreen400_flt:active {
  background: rgba(156, 204, 101, 0.4);
}

.btn-lightgreen400_flt:disabled {
  color: rgba(156, 204, 101, 0.3);
}

.btn-lightgreen500 {
  background: #8bc34a;
}

.btn-lightgreen500_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #8bc34a;
}

.btn-lightgreen500_ftg:hover, .btn-lightgreen500_ftg:focus {
  background: rgba(139, 195, 74, 0.6);
}

.btn-lightgreen500_ftg:active {
  background: rgba(139, 195, 74, 0.8);
}

.btn-lightgreen500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen500_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #8bc34a;
}

.btn-lightgreen500_rsd:hover, .btn-lightgreen500_rsd:focus {
  background: #71a436;
}

.btn-lightgreen500_rsd:active {
  background: #577d2a;
}

.btn-lightgreen500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen500_flt {
  color: #8bc34a !important;
}

.btn-lightgreen500_flt:hover, .btn-lightgreen500_flt:focus {
  background: rgba(139, 195, 74, 0.2);
}

.btn-lightgreen500_flt:active {
  background: rgba(139, 195, 74, 0.4);
}

.btn-lightgreen500_flt:disabled {
  color: rgba(139, 195, 74, 0.3);
}

.btn-lightgreen600 {
  background: #7cb342;
}

.btn-lightgreen600_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #7cb342;
}

.btn-lightgreen600_ftg:hover, .btn-lightgreen600_ftg:focus {
  background: rgba(124, 179, 66, 0.6);
}

.btn-lightgreen600_ftg:active {
  background: rgba(124, 179, 66, 0.8);
}

.btn-lightgreen600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen600_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #7cb342;
}

.btn-lightgreen600_rsd:hover, .btn-lightgreen600_rsd:focus {
  background: #628e34;
}

.btn-lightgreen600_rsd:active {
  background: #486827;
}

.btn-lightgreen600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen600_flt {
  color: #7cb342 !important;
}

.btn-lightgreen600_flt:hover, .btn-lightgreen600_flt:focus {
  background: rgba(124, 179, 66, 0.2);
}

.btn-lightgreen600_flt:active {
  background: rgba(124, 179, 66, 0.4);
}

.btn-lightgreen600_flt:disabled {
  color: rgba(124, 179, 66, 0.3);
}

.btn-lightgreen700 {
  background: #689f38;
}

.btn-lightgreen700_ftg {
  color: #fff !important;
  background: #689f38;
}

.btn-lightgreen700_ftg:hover, .btn-lightgreen700_ftg:focus {
  background: rgba(104, 159, 56, 0.6);
}

.btn-lightgreen700_ftg:active {
  background: rgba(104, 159, 56, 0.8);
}

.btn-lightgreen700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen700_rsd {
  color: #fff !important;
  background: #689f38;
}

.btn-lightgreen700_rsd:hover, .btn-lightgreen700_rsd:focus {
  background: #4f792b;
}

.btn-lightgreen700_rsd:active {
  background: #37541d;
}

.btn-lightgreen700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen700_flt {
  color: #689f38 !important;
}

.btn-lightgreen700_flt:hover, .btn-lightgreen700_flt:focus {
  background: rgba(104, 159, 56, 0.2);
}

.btn-lightgreen700_flt:active {
  background: rgba(104, 159, 56, 0.4);
}

.btn-lightgreen700_flt:disabled {
  color: rgba(104, 159, 56, 0.3);
}

.btn-lightgreen800 {
  background: #558b2f;
}

.btn-lightgreen800_ftg {
  color: #fff !important;
  background: #558b2f;
}

.btn-lightgreen800_ftg:hover, .btn-lightgreen800_ftg:focus {
  background: rgba(85, 139, 47, 0.6);
}

.btn-lightgreen800_ftg:active {
  background: rgba(85, 139, 47, 0.8);
}

.btn-lightgreen800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen800_rsd {
  color: #fff !important;
  background: #558b2f;
}

.btn-lightgreen800_rsd:hover, .btn-lightgreen800_rsd:focus {
  background: #3e6522;
}

.btn-lightgreen800_rsd:active {
  background: #263f15;
}

.btn-lightgreen800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen800_flt {
  color: #558b2f !important;
}

.btn-lightgreen800_flt:hover, .btn-lightgreen800_flt:focus {
  background: rgba(85, 139, 47, 0.2);
}

.btn-lightgreen800_flt:active {
  background: rgba(85, 139, 47, 0.4);
}

.btn-lightgreen800_flt:disabled {
  color: rgba(85, 139, 47, 0.3);
}

.btn-lightgreen900 {
  background: #33691e;
}

.btn-lightgreen900_ftg {
  color: #fff !important;
  background: #33691e;
}

.btn-lightgreen900_ftg:hover, .btn-lightgreen900_ftg:focus {
  background: rgba(51, 105, 30, 0.6);
}

.btn-lightgreen900_ftg:active {
  background: rgba(51, 105, 30, 0.8);
}

.btn-lightgreen900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen900_rsd {
  color: #fff !important;
  background: #33691e;
}

.btn-lightgreen900_rsd:hover, .btn-lightgreen900_rsd:focus {
  background: #204113;
}

.btn-lightgreen900_rsd:active {
  background: #0c1a07;
}

.btn-lightgreen900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lightgreen900_flt {
  color: #33691e !important;
}

.btn-lightgreen900_flt:hover, .btn-lightgreen900_flt:focus {
  background: rgba(51, 105, 30, 0.2);
}

.btn-lightgreen900_flt:active {
  background: rgba(51, 105, 30, 0.4);
}

.btn-lightgreen900_flt:disabled {
  color: rgba(51, 105, 30, 0.3);
}

.btn-lime50 {
  background: #f9fbe7;
}

.btn-lime50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f9fbe7;
}

.btn-lime50_ftg:hover, .btn-lime50_ftg:focus {
  background: rgba(249, 251, 231, 0.6);
}

.btn-lime50_ftg:active {
  background: rgba(249, 251, 231, 0.8);
}

.btn-lime50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f9fbe7;
}

.btn-lime50_rsd:hover, .btn-lime50_rsd:focus {
  background: #eef4bb;
}

.btn-lime50_rsd:active {
  background: #e3ec90;
}

.btn-lime50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime50_flt {
  color: #f9fbe7 !important;
}

.btn-lime50_flt:hover, .btn-lime50_flt:focus {
  background: rgba(249, 251, 231, 0.2);
}

.btn-lime50_flt:active {
  background: rgba(249, 251, 231, 0.4);
}

.btn-lime50_flt:disabled {
  color: rgba(249, 251, 231, 0.3);
}

.btn-lime100 {
  background: #f0f4c3;
}

.btn-lime100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f0f4c3;
}

.btn-lime100_ftg:hover, .btn-lime100_ftg:focus {
  background: rgba(240, 244, 195, 0.6);
}

.btn-lime100_ftg:active {
  background: rgba(240, 244, 195, 0.8);
}

.btn-lime100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f0f4c3;
}

.btn-lime100_rsd:hover, .btn-lime100_rsd:focus {
  background: #e5ec98;
}

.btn-lime100_rsd:active {
  background: #dae46d;
}

.btn-lime100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime100_flt {
  color: #f0f4c3 !important;
}

.btn-lime100_flt:hover, .btn-lime100_flt:focus {
  background: rgba(240, 244, 195, 0.2);
}

.btn-lime100_flt:active {
  background: rgba(240, 244, 195, 0.4);
}

.btn-lime100_flt:disabled {
  color: rgba(240, 244, 195, 0.3);
}

.btn-lime200 {
  background: #e6ee9c;
}

.btn-lime200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e6ee9c;
}

.btn-lime200_ftg:hover, .btn-lime200_ftg:focus {
  background: rgba(230, 238, 156, 0.6);
}

.btn-lime200_ftg:active {
  background: rgba(230, 238, 156, 0.8);
}

.btn-lime200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e6ee9c;
}

.btn-lime200_rsd:hover, .btn-lime200_rsd:focus {
  background: #dbe770;
}

.btn-lime200_rsd:active {
  background: #d0df45;
}

.btn-lime200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime200_flt {
  color: #e6ee9c !important;
}

.btn-lime200_flt:hover, .btn-lime200_flt:focus {
  background: rgba(230, 238, 156, 0.2);
}

.btn-lime200_flt:active {
  background: rgba(230, 238, 156, 0.4);
}

.btn-lime200_flt:disabled {
  color: rgba(230, 238, 156, 0.3);
}

.btn-lime300 {
  background: #dce775;
}

.btn-lime300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #dce775;
}

.btn-lime300_ftg:hover, .btn-lime300_ftg:focus {
  background: rgba(220, 231, 117, 0.6);
}

.btn-lime300_ftg:active {
  background: rgba(220, 231, 117, 0.8);
}

.btn-lime300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #dce775;
}

.btn-lime300_rsd:hover, .btn-lime300_rsd:focus {
  background: #d1df4a;
}

.btn-lime300_rsd:active {
  background: #c1d224;
}

.btn-lime300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime300_flt {
  color: #dce775 !important;
}

.btn-lime300_flt:hover, .btn-lime300_flt:focus {
  background: rgba(220, 231, 117, 0.2);
}

.btn-lime300_flt:active {
  background: rgba(220, 231, 117, 0.4);
}

.btn-lime300_flt:disabled {
  color: rgba(220, 231, 117, 0.3);
}

.btn-lime400 {
  background: #d4e157;
}

.btn-lime400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #d4e157;
}

.btn-lime400_ftg:hover, .btn-lime400_ftg:focus {
  background: rgba(212, 225, 87, 0.6);
}

.btn-lime400_ftg:active {
  background: rgba(212, 225, 87, 0.8);
}

.btn-lime400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #d4e157;
}

.btn-lime400_rsd:hover, .btn-lime400_rsd:focus {
  background: #c9d92c;
}

.btn-lime400_rsd:active {
  background: #a4b220;
}

.btn-lime400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime400_flt {
  color: #d4e157 !important;
}

.btn-lime400_flt:hover, .btn-lime400_flt:focus {
  background: rgba(212, 225, 87, 0.2);
}

.btn-lime400_flt:active {
  background: rgba(212, 225, 87, 0.4);
}

.btn-lime400_flt:disabled {
  color: rgba(212, 225, 87, 0.3);
}

.btn-lime500 {
  background: #cddc39;
}

.btn-lime500_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #cddc39;
}

.btn-lime500_ftg:hover, .btn-lime500_ftg:focus {
  background: rgba(205, 220, 57, 0.6);
}

.btn-lime500_ftg:active {
  background: rgba(205, 220, 57, 0.8);
}

.btn-lime500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime500_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #cddc39;
}

.btn-lime500_rsd:hover, .btn-lime500_rsd:focus {
  background: #b2c022;
}

.btn-lime500_rsd:active {
  background: #89951a;
}

.btn-lime500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime500_flt {
  color: #cddc39 !important;
}

.btn-lime500_flt:hover, .btn-lime500_flt:focus {
  background: rgba(205, 220, 57, 0.2);
}

.btn-lime500_flt:active {
  background: rgba(205, 220, 57, 0.4);
}

.btn-lime500_flt:disabled {
  color: rgba(205, 220, 57, 0.3);
}

.btn-lime600 {
  background: #c0ca33;
}

.btn-lime600_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #c0ca33;
}

.btn-lime600_ftg:hover, .btn-lime600_ftg:focus {
  background: rgba(192, 202, 51, 0.6);
}

.btn-lime600_ftg:active {
  background: rgba(192, 202, 51, 0.8);
}

.btn-lime600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime600_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #c0ca33;
}

.btn-lime600_rsd:hover, .btn-lime600_rsd:focus {
  background: #99a129;
}

.btn-lime600_rsd:active {
  background: #73791e;
}

.btn-lime600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime600_flt {
  color: #c0ca33 !important;
}

.btn-lime600_flt:hover, .btn-lime600_flt:focus {
  background: rgba(192, 202, 51, 0.2);
}

.btn-lime600_flt:active {
  background: rgba(192, 202, 51, 0.4);
}

.btn-lime600_flt:disabled {
  color: rgba(192, 202, 51, 0.3);
}

.btn-lime700 {
  background: #afb42b;
}

.btn-lime700_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #afb42b;
}

.btn-lime700_ftg:hover, .btn-lime700_ftg:focus {
  background: rgba(175, 180, 43, 0.6);
}

.btn-lime700_ftg:active {
  background: rgba(175, 180, 43, 0.8);
}

.btn-lime700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime700_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #afb42b;
}

.btn-lime700_rsd:hover, .btn-lime700_rsd:focus {
  background: #878b21;
}

.btn-lime700_rsd:active {
  background: #5f6217;
}

.btn-lime700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime700_flt {
  color: #afb42b !important;
}

.btn-lime700_flt:hover, .btn-lime700_flt:focus {
  background: rgba(175, 180, 43, 0.2);
}

.btn-lime700_flt:active {
  background: rgba(175, 180, 43, 0.4);
}

.btn-lime700_flt:disabled {
  color: rgba(175, 180, 43, 0.3);
}

.btn-lime800 {
  background: #9e9d24;
}

.btn-lime800_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #9e9d24;
}

.btn-lime800_ftg:hover, .btn-lime800_ftg:focus {
  background: rgba(158, 157, 36, 0.6);
}

.btn-lime800_ftg:active {
  background: rgba(158, 157, 36, 0.8);
}

.btn-lime800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime800_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #9e9d24;
}

.btn-lime800_rsd:hover, .btn-lime800_rsd:focus {
  background: #74741b;
}

.btn-lime800_rsd:active {
  background: #4b4a11;
}

.btn-lime800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime800_flt {
  color: #9e9d24 !important;
}

.btn-lime800_flt:hover, .btn-lime800_flt:focus {
  background: rgba(158, 157, 36, 0.2);
}

.btn-lime800_flt:active {
  background: rgba(158, 157, 36, 0.4);
}

.btn-lime800_flt:disabled {
  color: rgba(158, 157, 36, 0.3);
}

.btn-lime900 {
  background: #827717;
}

.btn-lime900_ftg {
  color: #fff !important;
  background: #827717;
}

.btn-lime900_ftg:hover, .btn-lime900_ftg:focus {
  background: rgba(130, 119, 23, 0.6);
}

.btn-lime900_ftg:active {
  background: rgba(130, 119, 23, 0.8);
}

.btn-lime900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime900_rsd {
  color: #fff !important;
  background: #827717;
}

.btn-lime900_rsd:hover, .btn-lime900_rsd:focus {
  background: #574f0f;
}

.btn-lime900_rsd:active {
  background: #2b2808;
}

.btn-lime900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-lime900_flt {
  color: #827717 !important;
}

.btn-lime900_flt:hover, .btn-lime900_flt:focus {
  background: rgba(130, 119, 23, 0.2);
}

.btn-lime900_flt:active {
  background: rgba(130, 119, 23, 0.4);
}

.btn-lime900_flt:disabled {
  color: rgba(130, 119, 23, 0.3);
}

.btn-yellow50 {
  background: #fffde7;
}

.btn-yellow50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fffde7;
}

.btn-yellow50_ftg:hover, .btn-yellow50_ftg:focus {
  background: rgba(255, 253, 231, 0.6);
}

.btn-yellow50_ftg:active {
  background: rgba(255, 253, 231, 0.8);
}

.btn-yellow50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fffde7;
}

.btn-yellow50_rsd:hover, .btn-yellow50_rsd:focus {
  background: #fff9b4;
}

.btn-yellow50_rsd:active {
  background: #fff581;
}

.btn-yellow50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow50_flt {
  color: #fffde7 !important;
}

.btn-yellow50_flt:hover, .btn-yellow50_flt:focus {
  background: rgba(255, 253, 231, 0.2);
}

.btn-yellow50_flt:active {
  background: rgba(255, 253, 231, 0.4);
}

.btn-yellow50_flt:disabled {
  color: rgba(255, 253, 231, 0.3);
}

.btn-yellow100 {
  background: #fff9c4;
}

.btn-yellow100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff9c4;
}

.btn-yellow100_ftg:hover, .btn-yellow100_ftg:focus {
  background: rgba(255, 249, 196, 0.6);
}

.btn-yellow100_ftg:active {
  background: rgba(255, 249, 196, 0.8);
}

.btn-yellow100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff9c4;
}

.btn-yellow100_rsd:hover, .btn-yellow100_rsd:focus {
  background: #fff491;
}

.btn-yellow100_rsd:active {
  background: #ffef5e;
}

.btn-yellow100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow100_flt {
  color: #fff9c4 !important;
}

.btn-yellow100_flt:hover, .btn-yellow100_flt:focus {
  background: rgba(255, 249, 196, 0.2);
}

.btn-yellow100_flt:active {
  background: rgba(255, 249, 196, 0.4);
}

.btn-yellow100_flt:disabled {
  color: rgba(255, 249, 196, 0.3);
}

.btn-yellow200 {
  background: #fff59d;
}

.btn-yellow200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff59d;
}

.btn-yellow200_ftg:hover, .btn-yellow200_ftg:focus {
  background: rgba(255, 245, 157, 0.6);
}

.btn-yellow200_ftg:active {
  background: rgba(255, 245, 157, 0.8);
}

.btn-yellow200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff59d;
}

.btn-yellow200_rsd:hover, .btn-yellow200_rsd:focus {
  background: #fff06a;
}

.btn-yellow200_rsd:active {
  background: #ffeb37;
}

.btn-yellow200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow200_flt {
  color: #fff59d !important;
}

.btn-yellow200_flt:hover, .btn-yellow200_flt:focus {
  background: rgba(255, 245, 157, 0.2);
}

.btn-yellow200_flt:active {
  background: rgba(255, 245, 157, 0.4);
}

.btn-yellow200_flt:disabled {
  color: rgba(255, 245, 157, 0.3);
}

.btn-yellow300 {
  background: #fff176;
}

.btn-yellow300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff176;
}

.btn-yellow300_ftg:hover, .btn-yellow300_ftg:focus {
  background: rgba(255, 241, 118, 0.6);
}

.btn-yellow300_ftg:active {
  background: rgba(255, 241, 118, 0.8);
}

.btn-yellow300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff176;
}

.btn-yellow300_rsd:hover, .btn-yellow300_rsd:focus {
  background: #ffec43;
}

.btn-yellow300_rsd:active {
  background: #ffe710;
}

.btn-yellow300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow300_flt {
  color: #fff176 !important;
}

.btn-yellow300_flt:hover, .btn-yellow300_flt:focus {
  background: rgba(255, 241, 118, 0.2);
}

.btn-yellow300_flt:active {
  background: rgba(255, 241, 118, 0.4);
}

.btn-yellow300_flt:disabled {
  color: rgba(255, 241, 118, 0.3);
}

.btn-yellow400 {
  background: #ffee58;
}

.btn-yellow400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffee58;
}

.btn-yellow400_ftg:hover, .btn-yellow400_ftg:focus {
  background: rgba(255, 238, 88, 0.6);
}

.btn-yellow400_ftg:active {
  background: rgba(255, 238, 88, 0.8);
}

.btn-yellow400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffee58;
}

.btn-yellow400_rsd:hover, .btn-yellow400_rsd:focus {
  background: #ffe925;
}

.btn-yellow400_rsd:active {
  background: #f1d800;
}

.btn-yellow400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow400_flt {
  color: #ffee58 !important;
}

.btn-yellow400_flt:hover, .btn-yellow400_flt:focus {
  background: rgba(255, 238, 88, 0.2);
}

.btn-yellow400_flt:active {
  background: rgba(255, 238, 88, 0.4);
}

.btn-yellow400_flt:disabled {
  color: rgba(255, 238, 88, 0.3);
}

.btn-yellow500 {
  background: #ffeb3b;
}

.btn-yellow500_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffeb3b;
}

.btn-yellow500_ftg:hover, .btn-yellow500_ftg:focus {
  background: rgba(255, 235, 59, 0.6);
}

.btn-yellow500_ftg:active {
  background: rgba(255, 235, 59, 0.8);
}

.btn-yellow500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow500_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffeb3b;
}

.btn-yellow500_rsd:hover, .btn-yellow500_rsd:focus {
  background: #ffe608;
}

.btn-yellow500_rsd:active {
  background: #d4be00;
}

.btn-yellow500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow500_flt {
  color: #ffeb3b !important;
}

.btn-yellow500_flt:hover, .btn-yellow500_flt:focus {
  background: rgba(255, 235, 59, 0.2);
}

.btn-yellow500_flt:active {
  background: rgba(255, 235, 59, 0.4);
}

.btn-yellow500_flt:disabled {
  color: rgba(255, 235, 59, 0.3);
}

.btn-yellow600 {
  background: #fdd835;
}

.btn-yellow600_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fdd835;
}

.btn-yellow600_ftg:hover, .btn-yellow600_ftg:focus {
  background: rgba(253, 216, 53, 0.6);
}

.btn-yellow600_ftg:active {
  background: rgba(253, 216, 53, 0.8);
}

.btn-yellow600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow600_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fdd835;
}

.btn-yellow600_rsd:hover, .btn-yellow600_rsd:focus {
  background: #fdce03;
}

.btn-yellow600_rsd:active {
  background: #caa502;
}

.btn-yellow600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow600_flt {
  color: #fdd835 !important;
}

.btn-yellow600_flt:hover, .btn-yellow600_flt:focus {
  background: rgba(253, 216, 53, 0.2);
}

.btn-yellow600_flt:active {
  background: rgba(253, 216, 53, 0.4);
}

.btn-yellow600_flt:disabled {
  color: rgba(253, 216, 53, 0.3);
}

.btn-yellow700 {
  background: #fbc02d;
}

.btn-yellow700_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fbc02d;
}

.btn-yellow700_ftg:hover, .btn-yellow700_ftg:focus {
  background: rgba(251, 192, 45, 0.6);
}

.btn-yellow700_ftg:active {
  background: rgba(251, 192, 45, 0.8);
}

.btn-yellow700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow700_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fbc02d;
}

.btn-yellow700_rsd:hover, .btn-yellow700_rsd:focus {
  background: #f0ad05;
}

.btn-yellow700_rsd:active {
  background: #be8904;
}

.btn-yellow700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow700_flt {
  color: #fbc02d !important;
}

.btn-yellow700_flt:hover, .btn-yellow700_flt:focus {
  background: rgba(251, 192, 45, 0.2);
}

.btn-yellow700_flt:active {
  background: rgba(251, 192, 45, 0.4);
}

.btn-yellow700_flt:disabled {
  color: rgba(251, 192, 45, 0.3);
}

.btn-yellow800 {
  background: #f9a825;
}

.btn-yellow800_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f9a825;
}

.btn-yellow800_ftg:hover, .btn-yellow800_ftg:focus {
  background: rgba(249, 168, 37, 0.6);
}

.btn-yellow800_ftg:active {
  background: rgba(249, 168, 37, 0.8);
}

.btn-yellow800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow800_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f9a825;
}

.btn-yellow800_rsd:hover, .btn-yellow800_rsd:focus {
  background: #e59006;
}

.btn-yellow800_rsd:active {
  background: #b37105;
}

.btn-yellow800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow800_flt {
  color: #f9a825 !important;
}

.btn-yellow800_flt:hover, .btn-yellow800_flt:focus {
  background: rgba(249, 168, 37, 0.2);
}

.btn-yellow800_flt:active {
  background: rgba(249, 168, 37, 0.4);
}

.btn-yellow800_flt:disabled {
  color: rgba(249, 168, 37, 0.3);
}

.btn-yellow900 {
  background: #f57f17;
}

.btn-yellow900_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f57f17;
}

.btn-yellow900_ftg:hover, .btn-yellow900_ftg:focus {
  background: rgba(245, 127, 23, 0.6);
}

.btn-yellow900_ftg:active {
  background: rgba(245, 127, 23, 0.8);
}

.btn-yellow900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow900_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f57f17;
}

.btn-yellow900_rsd:hover, .btn-yellow900_rsd:focus {
  background: #d06609;
}

.btn-yellow900_rsd:active {
  background: #9f4e07;
}

.btn-yellow900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-yellow900_flt {
  color: #f57f17 !important;
}

.btn-yellow900_flt:hover, .btn-yellow900_flt:focus {
  background: rgba(245, 127, 23, 0.2);
}

.btn-yellow900_flt:active {
  background: rgba(245, 127, 23, 0.4);
}

.btn-yellow900_flt:disabled {
  color: rgba(245, 127, 23, 0.3);
}

.btn-amber50 {
  background: #fff8e1;
}

.btn-amber50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff8e1;
}

.btn-amber50_ftg:hover, .btn-amber50_ftg:focus {
  background: rgba(255, 248, 225, 0.6);
}

.btn-amber50_ftg:active {
  background: rgba(255, 248, 225, 0.8);
}

.btn-amber50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff8e1;
}

.btn-amber50_rsd:hover, .btn-amber50_rsd:focus {
  background: #ffecae;
}

.btn-amber50_rsd:active {
  background: #ffe07b;
}

.btn-amber50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber50_flt {
  color: #fff8e1 !important;
}

.btn-amber50_flt:hover, .btn-amber50_flt:focus {
  background: rgba(255, 248, 225, 0.2);
}

.btn-amber50_flt:active {
  background: rgba(255, 248, 225, 0.4);
}

.btn-amber50_flt:disabled {
  color: rgba(255, 248, 225, 0.3);
}

.btn-amber100 {
  background: #ffecb3;
}

.btn-amber100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffecb3;
}

.btn-amber100_ftg:hover, .btn-amber100_ftg:focus {
  background: rgba(255, 236, 179, 0.6);
}

.btn-amber100_ftg:active {
  background: rgba(255, 236, 179, 0.8);
}

.btn-amber100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffecb3;
}

.btn-amber100_rsd:hover, .btn-amber100_rsd:focus {
  background: #ffdf80;
}

.btn-amber100_rsd:active {
  background: #ffd34d;
}

.btn-amber100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber100_flt {
  color: #ffecb3 !important;
}

.btn-amber100_flt:hover, .btn-amber100_flt:focus {
  background: rgba(255, 236, 179, 0.2);
}

.btn-amber100_flt:active {
  background: rgba(255, 236, 179, 0.4);
}

.btn-amber100_flt:disabled {
  color: rgba(255, 236, 179, 0.3);
}

.btn-amber200 {
  background: #ffe082;
}

.btn-amber200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffe082;
}

.btn-amber200_ftg:hover, .btn-amber200_ftg:focus {
  background: rgba(255, 224, 130, 0.6);
}

.btn-amber200_ftg:active {
  background: rgba(255, 224, 130, 0.8);
}

.btn-amber200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffe082;
}

.btn-amber200_rsd:hover, .btn-amber200_rsd:focus {
  background: #ffd34f;
}

.btn-amber200_rsd:active {
  background: #ffc71c;
}

.btn-amber200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber200_flt {
  color: #ffe082 !important;
}

.btn-amber200_flt:hover, .btn-amber200_flt:focus {
  background: rgba(255, 224, 130, 0.2);
}

.btn-amber200_flt:active {
  background: rgba(255, 224, 130, 0.4);
}

.btn-amber200_flt:disabled {
  color: rgba(255, 224, 130, 0.3);
}

.btn-amber300 {
  background: #ffd54f;
}

.btn-amber300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffd54f;
}

.btn-amber300_ftg:hover, .btn-amber300_ftg:focus {
  background: rgba(255, 213, 79, 0.6);
}

.btn-amber300_ftg:active {
  background: rgba(255, 213, 79, 0.8);
}

.btn-amber300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffd54f;
}

.btn-amber300_rsd:hover, .btn-amber300_rsd:focus {
  background: #ffc91c;
}

.btn-amber300_rsd:active {
  background: #e8b100;
}

.btn-amber300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber300_flt {
  color: #ffd54f !important;
}

.btn-amber300_flt:hover, .btn-amber300_flt:focus {
  background: rgba(255, 213, 79, 0.2);
}

.btn-amber300_flt:active {
  background: rgba(255, 213, 79, 0.4);
}

.btn-amber300_flt:disabled {
  color: rgba(255, 213, 79, 0.3);
}

.btn-amber400 {
  background: #ffca28;
}

.btn-amber400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffca28;
}

.btn-amber400_ftg:hover, .btn-amber400_ftg:focus {
  background: rgba(255, 202, 40, 0.6);
}

.btn-amber400_ftg:active {
  background: rgba(255, 202, 40, 0.8);
}

.btn-amber400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffca28;
}

.btn-amber400_rsd:hover, .btn-amber400_rsd:focus {
  background: #f4b800;
}

.btn-amber400_rsd:active {
  background: #c19100;
}

.btn-amber400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber400_flt {
  color: #ffca28 !important;
}

.btn-amber400_flt:hover, .btn-amber400_flt:focus {
  background: rgba(255, 202, 40, 0.2);
}

.btn-amber400_flt:active {
  background: rgba(255, 202, 40, 0.4);
}

.btn-amber400_flt:disabled {
  color: rgba(255, 202, 40, 0.3);
}

.btn-amber500 {
  background: #ffc107;
}

.btn-amber500_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffc107;
}

.btn-amber500_ftg:hover, .btn-amber500_ftg:focus {
  background: rgba(255, 193, 7, 0.6);
}

.btn-amber500_ftg:active {
  background: rgba(255, 193, 7, 0.8);
}

.btn-amber500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber500_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffc107;
}

.btn-amber500_rsd:hover, .btn-amber500_rsd:focus {
  background: #d39e00;
}

.btn-amber500_rsd:active {
  background: #a07800;
}

.btn-amber500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber500_flt {
  color: #ffc107 !important;
}

.btn-amber500_flt:hover, .btn-amber500_flt:focus {
  background: rgba(255, 193, 7, 0.2);
}

.btn-amber500_flt:active {
  background: rgba(255, 193, 7, 0.4);
}

.btn-amber500_flt:disabled {
  color: rgba(255, 193, 7, 0.3);
}

.btn-amber600 {
  background: #ffb300;
}

.btn-amber600_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffb300;
}

.btn-amber600_ftg:hover, .btn-amber600_ftg:focus {
  background: rgba(255, 179, 0, 0.6);
}

.btn-amber600_ftg:active {
  background: rgba(255, 179, 0, 0.8);
}

.btn-amber600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber600_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffb300;
}

.btn-amber600_rsd:hover, .btn-amber600_rsd:focus {
  background: #cc8f00;
}

.btn-amber600_rsd:active {
  background: #996b00;
}

.btn-amber600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber600_flt {
  color: #ffb300 !important;
}

.btn-amber600_flt:hover, .btn-amber600_flt:focus {
  background: rgba(255, 179, 0, 0.2);
}

.btn-amber600_flt:active {
  background: rgba(255, 179, 0, 0.4);
}

.btn-amber600_flt:disabled {
  color: rgba(255, 179, 0, 0.3);
}

.btn-amber700 {
  background: #ffa000;
}

.btn-amber700_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffa000;
}

.btn-amber700_ftg:hover, .btn-amber700_ftg:focus {
  background: rgba(255, 160, 0, 0.6);
}

.btn-amber700_ftg:active {
  background: rgba(255, 160, 0, 0.8);
}

.btn-amber700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber700_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffa000;
}

.btn-amber700_rsd:hover, .btn-amber700_rsd:focus {
  background: #cc8000;
}

.btn-amber700_rsd:active {
  background: #996000;
}

.btn-amber700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber700_flt {
  color: #ffa000 !important;
}

.btn-amber700_flt:hover, .btn-amber700_flt:focus {
  background: rgba(255, 160, 0, 0.2);
}

.btn-amber700_flt:active {
  background: rgba(255, 160, 0, 0.4);
}

.btn-amber700_flt:disabled {
  color: rgba(255, 160, 0, 0.3);
}

.btn-amber800 {
  background: #ff8f00;
}

.btn-amber800_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ff8f00;
}

.btn-amber800_ftg:hover, .btn-amber800_ftg:focus {
  background: rgba(255, 143, 0, 0.6);
}

.btn-amber800_ftg:active {
  background: rgba(255, 143, 0, 0.8);
}

.btn-amber800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber800_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ff8f00;
}

.btn-amber800_rsd:hover, .btn-amber800_rsd:focus {
  background: #cc7200;
}

.btn-amber800_rsd:active {
  background: #995600;
}

.btn-amber800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber800_flt {
  color: #ff8f00 !important;
}

.btn-amber800_flt:hover, .btn-amber800_flt:focus {
  background: rgba(255, 143, 0, 0.2);
}

.btn-amber800_flt:active {
  background: rgba(255, 143, 0, 0.4);
}

.btn-amber800_flt:disabled {
  color: rgba(255, 143, 0, 0.3);
}

.btn-amber900 {
  background: #ff6f00;
}

.btn-amber900_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ff6f00;
}

.btn-amber900_ftg:hover, .btn-amber900_ftg:focus {
  background: rgba(255, 111, 0, 0.6);
}

.btn-amber900_ftg:active {
  background: rgba(255, 111, 0, 0.8);
}

.btn-amber900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber900_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ff6f00;
}

.btn-amber900_rsd:hover, .btn-amber900_rsd:focus {
  background: #cc5900;
}

.btn-amber900_rsd:active {
  background: #994300;
}

.btn-amber900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-amber900_flt {
  color: #ff6f00 !important;
}

.btn-amber900_flt:hover, .btn-amber900_flt:focus {
  background: rgba(255, 111, 0, 0.2);
}

.btn-amber900_flt:active {
  background: rgba(255, 111, 0, 0.4);
}

.btn-amber900_flt:disabled {
  color: rgba(255, 111, 0, 0.3);
}

.btn-orange50 {
  background: #fff3e0;
}

.btn-orange50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff3e0;
}

.btn-orange50_ftg:hover, .btn-orange50_ftg:focus {
  background: rgba(255, 243, 224, 0.6);
}

.btn-orange50_ftg:active {
  background: rgba(255, 243, 224, 0.8);
}

.btn-orange50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff3e0;
}

.btn-orange50_rsd:hover, .btn-orange50_rsd:focus {
  background: #ffdfad;
}

.btn-orange50_rsd:active {
  background: #ffcc7a;
}

.btn-orange50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange50_flt {
  color: #fff3e0 !important;
}

.btn-orange50_flt:hover, .btn-orange50_flt:focus {
  background: rgba(255, 243, 224, 0.2);
}

.btn-orange50_flt:active {
  background: rgba(255, 243, 224, 0.4);
}

.btn-orange50_flt:disabled {
  color: rgba(255, 243, 224, 0.3);
}

.btn-orange100 {
  background: #ffe0b2;
}

.btn-orange100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffe0b2;
}

.btn-orange100_ftg:hover, .btn-orange100_ftg:focus {
  background: rgba(255, 224, 178, 0.6);
}

.btn-orange100_ftg:active {
  background: rgba(255, 224, 178, 0.8);
}

.btn-orange100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffe0b2;
}

.btn-orange100_rsd:hover, .btn-orange100_rsd:focus {
  background: #ffcb7f;
}

.btn-orange100_rsd:active {
  background: #ffb74c;
}

.btn-orange100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange100_flt {
  color: #ffe0b2 !important;
}

.btn-orange100_flt:hover, .btn-orange100_flt:focus {
  background: rgba(255, 224, 178, 0.2);
}

.btn-orange100_flt:active {
  background: rgba(255, 224, 178, 0.4);
}

.btn-orange100_flt:disabled {
  color: rgba(255, 224, 178, 0.3);
}

.btn-orange200 {
  background: #ffcc80;
}

.btn-orange200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffcc80;
}

.btn-orange200_ftg:hover, .btn-orange200_ftg:focus {
  background: rgba(255, 204, 128, 0.6);
}

.btn-orange200_ftg:active {
  background: rgba(255, 204, 128, 0.8);
}

.btn-orange200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffcc80;
}

.btn-orange200_rsd:hover, .btn-orange200_rsd:focus {
  background: #ffb84d;
}

.btn-orange200_rsd:active {
  background: #ffa31a;
}

.btn-orange200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange200_flt {
  color: #ffcc80 !important;
}

.btn-orange200_flt:hover, .btn-orange200_flt:focus {
  background: rgba(255, 204, 128, 0.2);
}

.btn-orange200_flt:active {
  background: rgba(255, 204, 128, 0.4);
}

.btn-orange200_flt:disabled {
  color: rgba(255, 204, 128, 0.3);
}

.btn-orange300 {
  background: #ffb74d;
}

.btn-orange300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffb74d;
}

.btn-orange300_ftg:hover, .btn-orange300_ftg:focus {
  background: rgba(255, 183, 77, 0.6);
}

.btn-orange300_ftg:active {
  background: rgba(255, 183, 77, 0.8);
}

.btn-orange300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffb74d;
}

.btn-orange300_rsd:hover, .btn-orange300_rsd:focus {
  background: #ffa21a;
}

.btn-orange300_rsd:active {
  background: #e68900;
}

.btn-orange300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange300_flt {
  color: #ffb74d !important;
}

.btn-orange300_flt:hover, .btn-orange300_flt:focus {
  background: rgba(255, 183, 77, 0.2);
}

.btn-orange300_flt:active {
  background: rgba(255, 183, 77, 0.4);
}

.btn-orange300_flt:disabled {
  color: rgba(255, 183, 77, 0.3);
}

.btn-orange400 {
  background: #ffa726;
}

.btn-orange400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffa726;
}

.btn-orange400_ftg:hover, .btn-orange400_ftg:focus {
  background: rgba(255, 167, 38, 0.6);
}

.btn-orange400_ftg:active {
  background: rgba(255, 167, 38, 0.8);
}

.btn-orange400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffa726;
}

.btn-orange400_rsd:hover, .btn-orange400_rsd:focus {
  background: #f29000;
}

.btn-orange400_rsd:active {
  background: #bf7200;
}

.btn-orange400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange400_flt {
  color: #ffa726 !important;
}

.btn-orange400_flt:hover, .btn-orange400_flt:focus {
  background: rgba(255, 167, 38, 0.2);
}

.btn-orange400_flt:active {
  background: rgba(255, 167, 38, 0.4);
}

.btn-orange400_flt:disabled {
  color: rgba(255, 167, 38, 0.3);
}

.btn-orange500 {
  background: #ff9800;
}

.btn-orange500_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ff9800;
}

.btn-orange500_ftg:hover, .btn-orange500_ftg:focus {
  background: rgba(255, 152, 0, 0.6);
}

.btn-orange500_ftg:active {
  background: rgba(255, 152, 0, 0.8);
}

.btn-orange500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange500_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ff9800;
}

.btn-orange500_rsd:hover, .btn-orange500_rsd:focus {
  background: #cc7a00;
}

.btn-orange500_rsd:active {
  background: #995b00;
}

.btn-orange500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange500_flt {
  color: #ff9800 !important;
}

.btn-orange500_flt:hover, .btn-orange500_flt:focus {
  background: rgba(255, 152, 0, 0.2);
}

.btn-orange500_flt:active {
  background: rgba(255, 152, 0, 0.4);
}

.btn-orange500_flt:disabled {
  color: rgba(255, 152, 0, 0.3);
}

.btn-orange600 {
  background: #fb8c00;
}

.btn-orange600_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fb8c00;
}

.btn-orange600_ftg:hover, .btn-orange600_ftg:focus {
  background: rgba(251, 140, 0, 0.6);
}

.btn-orange600_ftg:active {
  background: rgba(251, 140, 0, 0.8);
}

.btn-orange600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange600_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fb8c00;
}

.btn-orange600_rsd:hover, .btn-orange600_rsd:focus {
  background: #c87000;
}

.btn-orange600_rsd:active {
  background: #955300;
}

.btn-orange600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange600_flt {
  color: #fb8c00 !important;
}

.btn-orange600_flt:hover, .btn-orange600_flt:focus {
  background: rgba(251, 140, 0, 0.2);
}

.btn-orange600_flt:active {
  background: rgba(251, 140, 0, 0.4);
}

.btn-orange600_flt:disabled {
  color: rgba(251, 140, 0, 0.3);
}

.btn-orange700 {
  background: #f57c00;
}

.btn-orange700_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f57c00;
}

.btn-orange700_ftg:hover, .btn-orange700_ftg:focus {
  background: rgba(245, 124, 0, 0.6);
}

.btn-orange700_ftg:active {
  background: rgba(245, 124, 0, 0.8);
}

.btn-orange700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange700_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f57c00;
}

.btn-orange700_rsd:hover, .btn-orange700_rsd:focus {
  background: #c26200;
}

.btn-orange700_rsd:active {
  background: #8f4800;
}

.btn-orange700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange700_flt {
  color: #f57c00 !important;
}

.btn-orange700_flt:hover, .btn-orange700_flt:focus {
  background: rgba(245, 124, 0, 0.2);
}

.btn-orange700_flt:active {
  background: rgba(245, 124, 0, 0.4);
}

.btn-orange700_flt:disabled {
  color: rgba(245, 124, 0, 0.3);
}

.btn-orange800 {
  background: #ef6c00;
}

.btn-orange800_ftg {
  color: #fff !important;
  background: #ef6c00;
}

.btn-orange800_ftg:hover, .btn-orange800_ftg:focus {
  background: rgba(239, 108, 0, 0.6);
}

.btn-orange800_ftg:active {
  background: rgba(239, 108, 0, 0.8);
}

.btn-orange800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange800_rsd {
  color: #fff !important;
  background: #ef6c00;
}

.btn-orange800_rsd:hover, .btn-orange800_rsd:focus {
  background: #bc5500;
}

.btn-orange800_rsd:active {
  background: #893e00;
}

.btn-orange800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange800_flt {
  color: #ef6c00 !important;
}

.btn-orange800_flt:hover, .btn-orange800_flt:focus {
  background: rgba(239, 108, 0, 0.2);
}

.btn-orange800_flt:active {
  background: rgba(239, 108, 0, 0.4);
}

.btn-orange800_flt:disabled {
  color: rgba(239, 108, 0, 0.3);
}

.btn-orange900 {
  background: #e65100;
}

.btn-orange900_ftg {
  color: #fff !important;
  background: #e65100;
}

.btn-orange900_ftg:hover, .btn-orange900_ftg:focus {
  background: rgba(230, 81, 0, 0.6);
}

.btn-orange900_ftg:active {
  background: rgba(230, 81, 0, 0.8);
}

.btn-orange900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange900_rsd {
  color: #fff !important;
  background: #e65100;
}

.btn-orange900_rsd:hover, .btn-orange900_rsd:focus {
  background: #b33f00;
}

.btn-orange900_rsd:active {
  background: #802d00;
}

.btn-orange900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-orange900_flt {
  color: #e65100 !important;
}

.btn-orange900_flt:hover, .btn-orange900_flt:focus {
  background: rgba(230, 81, 0, 0.2);
}

.btn-orange900_flt:active {
  background: rgba(230, 81, 0, 0.4);
}

.btn-orange900_flt:disabled {
  color: rgba(230, 81, 0, 0.3);
}

.btn-deeporange50 {
  background: #fbe9e7;
}

.btn-deeporange50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fbe9e7;
}

.btn-deeporange50_ftg:hover, .btn-deeporange50_ftg:focus {
  background: rgba(251, 233, 231, 0.6);
}

.btn-deeporange50_ftg:active {
  background: rgba(251, 233, 231, 0.8);
}

.btn-deeporange50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fbe9e7;
}

.btn-deeporange50_rsd:hover, .btn-deeporange50_rsd:focus {
  background: #f4c1bb;
}

.btn-deeporange50_rsd:active {
  background: #ec9990;
}

.btn-deeporange50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange50_flt {
  color: #fbe9e7 !important;
}

.btn-deeporange50_flt:hover, .btn-deeporange50_flt:focus {
  background: rgba(251, 233, 231, 0.2);
}

.btn-deeporange50_flt:active {
  background: rgba(251, 233, 231, 0.4);
}

.btn-deeporange50_flt:disabled {
  color: rgba(251, 233, 231, 0.3);
}

.btn-deeporange100 {
  background: #ffccbc;
}

.btn-deeporange100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffccbc;
}

.btn-deeporange100_ftg:hover, .btn-deeporange100_ftg:focus {
  background: rgba(255, 204, 188, 0.6);
}

.btn-deeporange100_ftg:active {
  background: rgba(255, 204, 188, 0.8);
}

.btn-deeporange100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffccbc;
}

.btn-deeporange100_rsd:hover, .btn-deeporange100_rsd:focus {
  background: #ffa589;
}

.btn-deeporange100_rsd:active {
  background: #ff7e56;
}

.btn-deeporange100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange100_flt {
  color: #ffccbc !important;
}

.btn-deeporange100_flt:hover, .btn-deeporange100_flt:focus {
  background: rgba(255, 204, 188, 0.2);
}

.btn-deeporange100_flt:active {
  background: rgba(255, 204, 188, 0.4);
}

.btn-deeporange100_flt:disabled {
  color: rgba(255, 204, 188, 0.3);
}

.btn-deeporange200 {
  background: #ffab91;
}

.btn-deeporange200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffab91;
}

.btn-deeporange200_ftg:hover, .btn-deeporange200_ftg:focus {
  background: rgba(255, 171, 145, 0.6);
}

.btn-deeporange200_ftg:active {
  background: rgba(255, 171, 145, 0.8);
}

.btn-deeporange200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ffab91;
}

.btn-deeporange200_rsd:hover, .btn-deeporange200_rsd:focus {
  background: #ff845e;
}

.btn-deeporange200_rsd:active {
  background: #ff5d2b;
}

.btn-deeporange200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange200_flt {
  color: #ffab91 !important;
}

.btn-deeporange200_flt:hover, .btn-deeporange200_flt:focus {
  background: rgba(255, 171, 145, 0.2);
}

.btn-deeporange200_flt:active {
  background: rgba(255, 171, 145, 0.4);
}

.btn-deeporange200_flt:disabled {
  color: rgba(255, 171, 145, 0.3);
}

.btn-deeporange300 {
  background: #ff8a65;
}

.btn-deeporange300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ff8a65;
}

.btn-deeporange300_ftg:hover, .btn-deeporange300_ftg:focus {
  background: rgba(255, 138, 101, 0.6);
}

.btn-deeporange300_ftg:active {
  background: rgba(255, 138, 101, 0.8);
}

.btn-deeporange300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ff8a65;
}

.btn-deeporange300_rsd:hover, .btn-deeporange300_rsd:focus {
  background: #ff6332;
}

.btn-deeporange300_rsd:active {
  background: #fe3d00;
}

.btn-deeporange300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange300_flt {
  color: #ff8a65 !important;
}

.btn-deeporange300_flt:hover, .btn-deeporange300_flt:focus {
  background: rgba(255, 138, 101, 0.2);
}

.btn-deeporange300_flt:active {
  background: rgba(255, 138, 101, 0.4);
}

.btn-deeporange300_flt:disabled {
  color: rgba(255, 138, 101, 0.3);
}

.btn-deeporange400 {
  background: #ff7043;
}

.btn-deeporange400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ff7043;
}

.btn-deeporange400_ftg:hover, .btn-deeporange400_ftg:focus {
  background: rgba(255, 112, 67, 0.6);
}

.btn-deeporange400_ftg:active {
  background: rgba(255, 112, 67, 0.8);
}

.btn-deeporange400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #ff7043;
}

.btn-deeporange400_rsd:hover, .btn-deeporange400_rsd:focus {
  background: #ff4910;
}

.btn-deeporange400_rsd:active {
  background: #dc3500;
}

.btn-deeporange400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange400_flt {
  color: #ff7043 !important;
}

.btn-deeporange400_flt:hover, .btn-deeporange400_flt:focus {
  background: rgba(255, 112, 67, 0.2);
}

.btn-deeporange400_flt:active {
  background: rgba(255, 112, 67, 0.4);
}

.btn-deeporange400_flt:disabled {
  color: rgba(255, 112, 67, 0.3);
}

.btn-deeporange500 {
  background: #ff5722;
}

.btn-deeporange500_ftg {
  color: #fff !important;
  background: #ff5722;
}

.btn-deeporange500_ftg:hover, .btn-deeporange500_ftg:focus {
  background: rgba(255, 87, 34, 0.6);
}

.btn-deeporange500_ftg:active {
  background: rgba(255, 87, 34, 0.8);
}

.btn-deeporange500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange500_rsd {
  color: #fff !important;
  background: #ff5722;
}

.btn-deeporange500_rsd:hover, .btn-deeporange500_rsd:focus {
  background: #ee3900;
}

.btn-deeporange500_rsd:active {
  background: #bb2d00;
}

.btn-deeporange500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange500_flt {
  color: #ff5722 !important;
}

.btn-deeporange500_flt:hover, .btn-deeporange500_flt:focus {
  background: rgba(255, 87, 34, 0.2);
}

.btn-deeporange500_flt:active {
  background: rgba(255, 87, 34, 0.4);
}

.btn-deeporange500_flt:disabled {
  color: rgba(255, 87, 34, 0.3);
}

.btn-deeporange600 {
  background: #f4511e;
}

.btn-deeporange600_ftg {
  color: #fff !important;
  background: #f4511e;
}

.btn-deeporange600_ftg:hover, .btn-deeporange600_ftg:focus {
  background: rgba(244, 81, 30, 0.6);
}

.btn-deeporange600_ftg:active {
  background: rgba(244, 81, 30, 0.8);
}

.btn-deeporange600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange600_rsd {
  color: #fff !important;
  background: #f4511e;
}

.btn-deeporange600_rsd:hover, .btn-deeporange600_rsd:focus {
  background: #d53b0a;
}

.btn-deeporange600_rsd:active {
  background: #a42d08;
}

.btn-deeporange600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange600_flt {
  color: #f4511e !important;
}

.btn-deeporange600_flt:hover, .btn-deeporange600_flt:focus {
  background: rgba(244, 81, 30, 0.2);
}

.btn-deeporange600_flt:active {
  background: rgba(244, 81, 30, 0.4);
}

.btn-deeporange600_flt:disabled {
  color: rgba(244, 81, 30, 0.3);
}

.btn-deeporange700 {
  background: #e64a19;
}

.btn-deeporange700_ftg {
  color: #fff !important;
  background: #e64a19;
}

.btn-deeporange700_ftg:hover, .btn-deeporange700_ftg:focus {
  background: rgba(230, 74, 25, 0.6);
}

.btn-deeporange700_ftg:active {
  background: rgba(230, 74, 25, 0.8);
}

.btn-deeporange700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange700_rsd {
  color: #fff !important;
  background: #e64a19;
}

.btn-deeporange700_rsd:hover, .btn-deeporange700_rsd:focus {
  background: #b83b14;
}

.btn-deeporange700_rsd:active {
  background: #8a2c0f;
}

.btn-deeporange700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange700_flt {
  color: #e64a19 !important;
}

.btn-deeporange700_flt:hover, .btn-deeporange700_flt:focus {
  background: rgba(230, 74, 25, 0.2);
}

.btn-deeporange700_flt:active {
  background: rgba(230, 74, 25, 0.4);
}

.btn-deeporange700_flt:disabled {
  color: rgba(230, 74, 25, 0.3);
}

.btn-deeporange800 {
  background: #d84315;
}

.btn-deeporange800_ftg {
  color: #fff !important;
  background: #d84315;
}

.btn-deeporange800_ftg:hover, .btn-deeporange800_ftg:focus {
  background: rgba(216, 67, 21, 0.6);
}

.btn-deeporange800_ftg:active {
  background: rgba(216, 67, 21, 0.8);
}

.btn-deeporange800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange800_rsd {
  color: #fff !important;
  background: #d84315;
}

.btn-deeporange800_rsd:hover, .btn-deeporange800_rsd:focus {
  background: #aa3510;
}

.btn-deeporange800_rsd:active {
  background: #7b260c;
}

.btn-deeporange800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange800_flt {
  color: #d84315 !important;
}

.btn-deeporange800_flt:hover, .btn-deeporange800_flt:focus {
  background: rgba(216, 67, 21, 0.2);
}

.btn-deeporange800_flt:active {
  background: rgba(216, 67, 21, 0.4);
}

.btn-deeporange800_flt:disabled {
  color: rgba(216, 67, 21, 0.3);
}

.btn-deeporange900 {
  background: #bf360c;
}

.btn-deeporange900_ftg {
  color: #fff !important;
  background: #bf360c;
}

.btn-deeporange900_ftg:hover, .btn-deeporange900_ftg:focus {
  background: rgba(191, 54, 12, 0.6);
}

.btn-deeporange900_ftg:active {
  background: rgba(191, 54, 12, 0.8);
}

.btn-deeporange900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange900_rsd {
  color: #fff !important;
  background: #bf360c;
}

.btn-deeporange900_rsd:hover, .btn-deeporange900_rsd:focus {
  background: #8f2809;
}

.btn-deeporange900_rsd:active {
  background: #5f1b06;
}

.btn-deeporange900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-deeporange900_flt {
  color: #bf360c !important;
}

.btn-deeporange900_flt:hover, .btn-deeporange900_flt:focus {
  background: rgba(191, 54, 12, 0.2);
}

.btn-deeporange900_flt:active {
  background: rgba(191, 54, 12, 0.4);
}

.btn-deeporange900_flt:disabled {
  color: rgba(191, 54, 12, 0.3);
}

.btn-brown50 {
  background: #efebe9;
}

.btn-brown50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #efebe9;
}

.btn-brown50_ftg:hover, .btn-brown50_ftg:focus {
  background: rgba(239, 235, 233, 0.6);
}

.btn-brown50_ftg:active {
  background: rgba(239, 235, 233, 0.8);
}

.btn-brown50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #efebe9;
}

.btn-brown50_rsd:hover, .btn-brown50_rsd:focus {
  background: #dad0cb;
}

.btn-brown50_rsd:active {
  background: #c4b5ae;
}

.btn-brown50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown50_flt {
  color: #efebe9 !important;
}

.btn-brown50_flt:hover, .btn-brown50_flt:focus {
  background: rgba(239, 235, 233, 0.2);
}

.btn-brown50_flt:active {
  background: rgba(239, 235, 233, 0.4);
}

.btn-brown50_flt:disabled {
  color: rgba(239, 235, 233, 0.3);
}

.btn-brown100 {
  background: #d7ccc8;
}

.btn-brown100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #d7ccc8;
}

.btn-brown100_ftg:hover, .btn-brown100_ftg:focus {
  background: rgba(215, 204, 200, 0.6);
}

.btn-brown100_ftg:active {
  background: rgba(215, 204, 200, 0.8);
}

.btn-brown100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #d7ccc8;
}

.btn-brown100_rsd:hover, .btn-brown100_rsd:focus {
  background: #c2b1aa;
}

.btn-brown100_rsd:active {
  background: #ac958d;
}

.btn-brown100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown100_flt {
  color: #d7ccc8 !important;
}

.btn-brown100_flt:hover, .btn-brown100_flt:focus {
  background: rgba(215, 204, 200, 0.2);
}

.btn-brown100_flt:active {
  background: rgba(215, 204, 200, 0.4);
}

.btn-brown100_flt:disabled {
  color: rgba(215, 204, 200, 0.3);
}

.btn-brown200 {
  background: #bcaaa4;
}

.btn-brown200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #bcaaa4;
}

.btn-brown200_ftg:hover, .btn-brown200_ftg:focus {
  background: rgba(188, 170, 164, 0.6);
}

.btn-brown200_ftg:active {
  background: rgba(188, 170, 164, 0.8);
}

.btn-brown200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #bcaaa4;
}

.btn-brown200_rsd:hover, .btn-brown200_rsd:focus {
  background: #a68f87;
}

.btn-brown200_rsd:active {
  background: #90746a;
}

.btn-brown200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown200_flt {
  color: #bcaaa4 !important;
}

.btn-brown200_flt:hover, .btn-brown200_flt:focus {
  background: rgba(188, 170, 164, 0.2);
}

.btn-brown200_flt:active {
  background: rgba(188, 170, 164, 0.4);
}

.btn-brown200_flt:disabled {
  color: rgba(188, 170, 164, 0.3);
}

.btn-brown300 {
  background: #a1887f;
}

.btn-brown300_ftg {
  color: #fff !important;
  background: #a1887f;
}

.btn-brown300_ftg:hover, .btn-brown300_ftg:focus {
  background: rgba(161, 136, 127, 0.6);
}

.btn-brown300_ftg:active {
  background: rgba(161, 136, 127, 0.8);
}

.btn-brown300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown300_rsd {
  color: #fff !important;
  background: #a1887f;
}

.btn-brown300_rsd:hover, .btn-brown300_rsd:focus {
  background: #896e64;
}

.btn-brown300_rsd:active {
  background: #6b564f;
}

.btn-brown300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown300_flt {
  color: #a1887f !important;
}

.btn-brown300_flt:hover, .btn-brown300_flt:focus {
  background: rgba(161, 136, 127, 0.2);
}

.btn-brown300_flt:active {
  background: rgba(161, 136, 127, 0.4);
}

.btn-brown300_flt:disabled {
  color: rgba(161, 136, 127, 0.3);
}

.btn-brown400 {
  background: #8d6e63;
}

.btn-brown400_ftg {
  color: #fff !important;
  background: #8d6e63;
}

.btn-brown400_ftg:hover, .btn-brown400_ftg:focus {
  background: rgba(141, 110, 99, 0.6);
}

.btn-brown400_ftg:active {
  background: rgba(141, 110, 99, 0.8);
}

.btn-brown400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown400_rsd {
  color: #fff !important;
  background: #8d6e63;
}

.btn-brown400_rsd:hover, .btn-brown400_rsd:focus {
  background: #6f574e;
}

.btn-brown400_rsd:active {
  background: #513f39;
}

.btn-brown400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown400_flt {
  color: #8d6e63 !important;
}

.btn-brown400_flt:hover, .btn-brown400_flt:focus {
  background: rgba(141, 110, 99, 0.2);
}

.btn-brown400_flt:active {
  background: rgba(141, 110, 99, 0.4);
}

.btn-brown400_flt:disabled {
  color: rgba(141, 110, 99, 0.3);
}

.btn-brown500 {
  background: #795548;
}

.btn-brown500_ftg {
  color: #fff !important;
  background: #795548;
}

.btn-brown500_ftg:hover, .btn-brown500_ftg:focus {
  background: rgba(121, 85, 72, 0.6);
}

.btn-brown500_ftg:active {
  background: rgba(121, 85, 72, 0.8);
}

.btn-brown500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown500_rsd {
  color: #fff !important;
  background: #795548;
}

.btn-brown500_rsd:hover, .btn-brown500_rsd:focus {
  background: #593f35;
}

.btn-brown500_rsd:active {
  background: #392822;
}

.btn-brown500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown500_flt {
  color: #795548 !important;
}

.btn-brown500_flt:hover, .btn-brown500_flt:focus {
  background: rgba(121, 85, 72, 0.2);
}

.btn-brown500_flt:active {
  background: rgba(121, 85, 72, 0.4);
}

.btn-brown500_flt:disabled {
  color: rgba(121, 85, 72, 0.3);
}

.btn-brown600 {
  background: #6d4c41;
}

.btn-brown600_ftg {
  color: #fff !important;
  background: #6d4c41;
}

.btn-brown600_ftg:hover, .btn-brown600_ftg:focus {
  background: rgba(109, 76, 65, 0.6);
}

.btn-brown600_ftg:active {
  background: rgba(109, 76, 65, 0.8);
}

.btn-brown600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown600_rsd {
  color: #fff !important;
  background: #6d4c41;
}

.btn-brown600_rsd:hover, .btn-brown600_rsd:focus {
  background: #4d362e;
}

.btn-brown600_rsd:active {
  background: #2d1f1b;
}

.btn-brown600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown600_flt {
  color: #6d4c41 !important;
}

.btn-brown600_flt:hover, .btn-brown600_flt:focus {
  background: rgba(109, 76, 65, 0.2);
}

.btn-brown600_flt:active {
  background: rgba(109, 76, 65, 0.4);
}

.btn-brown600_flt:disabled {
  color: rgba(109, 76, 65, 0.3);
}

.btn-brown700 {
  background: #5d4037;
}

.btn-brown700_ftg {
  color: #fff !important;
  background: #5d4037;
}

.btn-brown700_ftg:hover, .btn-brown700_ftg:focus {
  background: rgba(93, 64, 55, 0.6);
}

.btn-brown700_ftg:active {
  background: rgba(93, 64, 55, 0.8);
}

.btn-brown700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown700_rsd {
  color: #fff !important;
  background: #5d4037;
}

.btn-brown700_rsd:hover, .btn-brown700_rsd:focus {
  background: #3d2a24;
}

.btn-brown700_rsd:active {
  background: #1d1411;
}

.btn-brown700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown700_flt {
  color: #5d4037 !important;
}

.btn-brown700_flt:hover, .btn-brown700_flt:focus {
  background: rgba(93, 64, 55, 0.2);
}

.btn-brown700_flt:active {
  background: rgba(93, 64, 55, 0.4);
}

.btn-brown700_flt:disabled {
  color: rgba(93, 64, 55, 0.3);
}

.btn-brown800 {
  background: #4e342e;
}

.btn-brown800_ftg {
  color: #fff !important;
  background: #4e342e;
}

.btn-brown800_ftg:hover, .btn-brown800_ftg:focus {
  background: rgba(78, 52, 46, 0.6);
}

.btn-brown800_ftg:active {
  background: rgba(78, 52, 46, 0.8);
}

.btn-brown800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown800_rsd {
  color: #fff !important;
  background: #4e342e;
}

.btn-brown800_rsd:hover, .btn-brown800_rsd:focus {
  background: #2e1f1b;
}

.btn-brown800_rsd:active {
  background: #0e0908;
}

.btn-brown800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown800_flt {
  color: #4e342e !important;
}

.btn-brown800_flt:hover, .btn-brown800_flt:focus {
  background: rgba(78, 52, 46, 0.2);
}

.btn-brown800_flt:active {
  background: rgba(78, 52, 46, 0.4);
}

.btn-brown800_flt:disabled {
  color: rgba(78, 52, 46, 0.3);
}

.btn-brown900 {
  background: #3e2723;
}

.btn-brown900_ftg {
  color: #fff !important;
  background: #3e2723;
}

.btn-brown900_ftg:hover, .btn-brown900_ftg:focus {
  background: rgba(62, 39, 35, 0.6);
}

.btn-brown900_ftg:active {
  background: rgba(62, 39, 35, 0.8);
}

.btn-brown900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown900_rsd {
  color: #fff !important;
  background: #3e2723;
}

.btn-brown900_rsd:hover, .btn-brown900_rsd:focus {
  background: #1d1211;
}

.btn-brown900_rsd:active {
  background: black;
}

.btn-brown900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-brown900_flt {
  color: #3e2723 !important;
}

.btn-brown900_flt:hover, .btn-brown900_flt:focus {
  background: rgba(62, 39, 35, 0.2);
}

.btn-brown900_flt:active {
  background: rgba(62, 39, 35, 0.4);
}

.btn-brown900_flt:disabled {
  color: rgba(62, 39, 35, 0.3);
}

.btn-grey50 {
  background: #fafafa;
}

.btn-grey50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fafafa;
}

.btn-grey50_ftg:hover, .btn-grey50_ftg:focus {
  background: rgba(250, 250, 250, 0.6);
}

.btn-grey50_ftg:active {
  background: rgba(250, 250, 250, 0.8);
}

.btn-grey50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fafafa;
}

.btn-grey50_rsd:hover, .btn-grey50_rsd:focus {
  background: #e1e1e1;
}

.btn-grey50_rsd:active {
  background: #c7c7c7;
}

.btn-grey50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey50_flt {
  color: #fafafa !important;
}

.btn-grey50_flt:hover, .btn-grey50_flt:focus {
  background: rgba(250, 250, 250, 0.2);
}

.btn-grey50_flt:active {
  background: rgba(250, 250, 250, 0.4);
}

.btn-grey50_flt:disabled {
  color: rgba(250, 250, 250, 0.3);
}

.btn-grey100 {
  background: #f5f5f5;
}

.btn-grey100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f5f5f5;
}

.btn-grey100_ftg:hover, .btn-grey100_ftg:focus {
  background: rgba(245, 245, 245, 0.6);
}

.btn-grey100_ftg:active {
  background: rgba(245, 245, 245, 0.8);
}

.btn-grey100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #f5f5f5;
}

.btn-grey100_rsd:hover, .btn-grey100_rsd:focus {
  background: gainsboro;
}

.btn-grey100_rsd:active {
  background: #c2c2c2;
}

.btn-grey100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey100_flt {
  color: #f5f5f5 !important;
}

.btn-grey100_flt:hover, .btn-grey100_flt:focus {
  background: rgba(245, 245, 245, 0.2);
}

.btn-grey100_flt:active {
  background: rgba(245, 245, 245, 0.4);
}

.btn-grey100_flt:disabled {
  color: rgba(245, 245, 245, 0.3);
}

.btn-grey200 {
  background: #eeeeee;
}

.btn-grey200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #eeeeee;
}

.btn-grey200_ftg:hover, .btn-grey200_ftg:focus {
  background: rgba(238, 238, 238, 0.6);
}

.btn-grey200_ftg:active {
  background: rgba(238, 238, 238, 0.8);
}

.btn-grey200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #eeeeee;
}

.btn-grey200_rsd:hover, .btn-grey200_rsd:focus {
  background: #d5d5d5;
}

.btn-grey200_rsd:active {
  background: #bbbbbb;
}

.btn-grey200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey200_flt {
  color: #eeeeee !important;
}

.btn-grey200_flt:hover, .btn-grey200_flt:focus {
  background: rgba(238, 238, 238, 0.2);
}

.btn-grey200_flt:active {
  background: rgba(238, 238, 238, 0.4);
}

.btn-grey200_flt:disabled {
  color: rgba(238, 238, 238, 0.3);
}

.btn-grey300 {
  background: #e0e0e0;
}

.btn-grey300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e0e0e0;
}

.btn-grey300_ftg:hover, .btn-grey300_ftg:focus {
  background: rgba(224, 224, 224, 0.6);
}

.btn-grey300_ftg:active {
  background: rgba(224, 224, 224, 0.8);
}

.btn-grey300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #e0e0e0;
}

.btn-grey300_rsd:hover, .btn-grey300_rsd:focus {
  background: #c7c7c7;
}

.btn-grey300_rsd:active {
  background: #adadad;
}

.btn-grey300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey300_flt {
  color: #e0e0e0 !important;
}

.btn-grey300_flt:hover, .btn-grey300_flt:focus {
  background: rgba(224, 224, 224, 0.2);
}

.btn-grey300_flt:active {
  background: rgba(224, 224, 224, 0.4);
}

.btn-grey300_flt:disabled {
  color: rgba(224, 224, 224, 0.3);
}

.btn-grey400 {
  background: #bdbdbd;
}

.btn-grey400_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #bdbdbd;
}

.btn-grey400_ftg:hover, .btn-grey400_ftg:focus {
  background: rgba(189, 189, 189, 0.6);
}

.btn-grey400_ftg:active {
  background: rgba(189, 189, 189, 0.8);
}

.btn-grey400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey400_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #bdbdbd;
}

.btn-grey400_rsd:hover, .btn-grey400_rsd:focus {
  background: #a4a4a4;
}

.btn-grey400_rsd:active {
  background: #8a8a8a;
}

.btn-grey400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey400_flt {
  color: #bdbdbd !important;
}

.btn-grey400_flt:hover, .btn-grey400_flt:focus {
  background: rgba(189, 189, 189, 0.2);
}

.btn-grey400_flt:active {
  background: rgba(189, 189, 189, 0.4);
}

.btn-grey400_flt:disabled {
  color: rgba(189, 189, 189, 0.3);
}

.btn-grey500 {
  background: #9e9e9e;
}

.btn-grey500_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #9e9e9e;
}

.btn-grey500_ftg:hover, .btn-grey500_ftg:focus {
  background: rgba(158, 158, 158, 0.6);
}

.btn-grey500_ftg:active {
  background: rgba(158, 158, 158, 0.8);
}

.btn-grey500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey500_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #9e9e9e;
}

.btn-grey500_rsd:hover, .btn-grey500_rsd:focus {
  background: #858585;
}

.btn-grey500_rsd:active {
  background: #6b6b6b;
}

.btn-grey500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey500_flt {
  color: #9e9e9e !important;
}

.btn-grey500_flt:hover, .btn-grey500_flt:focus {
  background: rgba(158, 158, 158, 0.2);
}

.btn-grey500_flt:active {
  background: rgba(158, 158, 158, 0.4);
}

.btn-grey500_flt:disabled {
  color: rgba(158, 158, 158, 0.3);
}

.btn-grey600 {
  background: #757575;
}

.btn-grey600_ftg {
  color: #fff !important;
  background: #757575;
}

.btn-grey600_ftg:hover, .btn-grey600_ftg:focus {
  background: rgba(117, 117, 117, 0.6);
}

.btn-grey600_ftg:active {
  background: rgba(117, 117, 117, 0.8);
}

.btn-grey600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey600_rsd {
  color: #fff !important;
  background: #757575;
}

.btn-grey600_rsd:hover, .btn-grey600_rsd:focus {
  background: #5c5c5c;
}

.btn-grey600_rsd:active {
  background: #424242;
}

.btn-grey600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey600_flt {
  color: #757575 !important;
}

.btn-grey600_flt:hover, .btn-grey600_flt:focus {
  background: rgba(117, 117, 117, 0.2);
}

.btn-grey600_flt:active {
  background: rgba(117, 117, 117, 0.4);
}

.btn-grey600_flt:disabled {
  color: rgba(117, 117, 117, 0.3);
}

.btn-grey700 {
  background: #616161;
}

.btn-grey700_ftg {
  color: #fff !important;
  background: #616161;
}

.btn-grey700_ftg:hover, .btn-grey700_ftg:focus {
  background: rgba(97, 97, 97, 0.6);
}

.btn-grey700_ftg:active {
  background: rgba(97, 97, 97, 0.8);
}

.btn-grey700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey700_rsd {
  color: #fff !important;
  background: #616161;
}

.btn-grey700_rsd:hover, .btn-grey700_rsd:focus {
  background: #484848;
}

.btn-grey700_rsd:active {
  background: #2e2e2e;
}

.btn-grey700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey700_flt {
  color: #616161 !important;
}

.btn-grey700_flt:hover, .btn-grey700_flt:focus {
  background: rgba(97, 97, 97, 0.2);
}

.btn-grey700_flt:active {
  background: rgba(97, 97, 97, 0.4);
}

.btn-grey700_flt:disabled {
  color: rgba(97, 97, 97, 0.3);
}

.btn-grey800 {
  background: #424242;
}

.btn-grey800_ftg {
  color: #fff !important;
  background: #424242;
}

.btn-grey800_ftg:hover, .btn-grey800_ftg:focus {
  background: rgba(66, 66, 66, 0.6);
}

.btn-grey800_ftg:active {
  background: rgba(66, 66, 66, 0.8);
}

.btn-grey800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey800_rsd {
  color: #fff !important;
  background: #424242;
}

.btn-grey800_rsd:hover, .btn-grey800_rsd:focus {
  background: #292929;
}

.btn-grey800_rsd:active {
  background: #0f0f0f;
}

.btn-grey800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey800_flt {
  color: #424242 !important;
}

.btn-grey800_flt:hover, .btn-grey800_flt:focus {
  background: rgba(66, 66, 66, 0.2);
}

.btn-grey800_flt:active {
  background: rgba(66, 66, 66, 0.4);
}

.btn-grey800_flt:disabled {
  color: rgba(66, 66, 66, 0.3);
}

.btn-grey900 {
  background: #212121;
}

.btn-grey900_ftg {
  color: #fff !important;
  background: #212121;
}

.btn-grey900_ftg:hover, .btn-grey900_ftg:focus {
  background: rgba(33, 33, 33, 0.6);
}

.btn-grey900_ftg:active {
  background: rgba(33, 33, 33, 0.8);
}

.btn-grey900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey900_rsd {
  color: #fff !important;
  background: #212121;
}

.btn-grey900_rsd:hover, .btn-grey900_rsd:focus {
  background: #080808;
}

.btn-grey900_rsd:active {
  background: black;
}

.btn-grey900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-grey900_flt {
  color: #212121 !important;
}

.btn-grey900_flt:hover, .btn-grey900_flt:focus {
  background: rgba(33, 33, 33, 0.2);
}

.btn-grey900_flt:active {
  background: rgba(33, 33, 33, 0.4);
}

.btn-grey900_flt:disabled {
  color: rgba(33, 33, 33, 0.3);
}

.btn-bluegrey50 {
  background: #eceff1;
}

.btn-bluegrey50_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #eceff1;
}

.btn-bluegrey50_ftg:hover, .btn-bluegrey50_ftg:focus {
  background: rgba(236, 239, 241, 0.6);
}

.btn-bluegrey50_ftg:active {
  background: rgba(236, 239, 241, 0.8);
}

.btn-bluegrey50_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey50_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #eceff1;
}

.btn-bluegrey50_rsd:hover, .btn-bluegrey50_rsd:focus {
  background: #cfd6db;
}

.btn-bluegrey50_rsd:active {
  background: #b1bec6;
}

.btn-bluegrey50_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey50_flt {
  color: #eceff1 !important;
}

.btn-bluegrey50_flt:hover, .btn-bluegrey50_flt:focus {
  background: rgba(236, 239, 241, 0.2);
}

.btn-bluegrey50_flt:active {
  background: rgba(236, 239, 241, 0.4);
}

.btn-bluegrey50_flt:disabled {
  color: rgba(236, 239, 241, 0.3);
}

.btn-bluegrey100 {
  background: #cfd8dc;
}

.btn-bluegrey100_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #cfd8dc;
}

.btn-bluegrey100_ftg:hover, .btn-bluegrey100_ftg:focus {
  background: rgba(207, 216, 220, 0.6);
}

.btn-bluegrey100_ftg:active {
  background: rgba(207, 216, 220, 0.8);
}

.btn-bluegrey100_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey100_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #cfd8dc;
}

.btn-bluegrey100_rsd:hover, .btn-bluegrey100_rsd:focus {
  background: #b2c0c6;
}

.btn-bluegrey100_rsd:active {
  background: #94a8b1;
}

.btn-bluegrey100_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey100_flt {
  color: #cfd8dc !important;
}

.btn-bluegrey100_flt:hover, .btn-bluegrey100_flt:focus {
  background: rgba(207, 216, 220, 0.2);
}

.btn-bluegrey100_flt:active {
  background: rgba(207, 216, 220, 0.4);
}

.btn-bluegrey100_flt:disabled {
  color: rgba(207, 216, 220, 0.3);
}

.btn-bluegrey200 {
  background: #b0bec5;
}

.btn-bluegrey200_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #b0bec5;
}

.btn-bluegrey200_ftg:hover, .btn-bluegrey200_ftg:focus {
  background: rgba(176, 190, 197, 0.6);
}

.btn-bluegrey200_ftg:active {
  background: rgba(176, 190, 197, 0.8);
}

.btn-bluegrey200_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey200_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #b0bec5;
}

.btn-bluegrey200_rsd:hover, .btn-bluegrey200_rsd:focus {
  background: #93a6af;
}

.btn-bluegrey200_rsd:active {
  background: #758e9a;
}

.btn-bluegrey200_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey200_flt {
  color: #b0bec5 !important;
}

.btn-bluegrey200_flt:hover, .btn-bluegrey200_flt:focus {
  background: rgba(176, 190, 197, 0.2);
}

.btn-bluegrey200_flt:active {
  background: rgba(176, 190, 197, 0.4);
}

.btn-bluegrey200_flt:disabled {
  color: rgba(176, 190, 197, 0.3);
}

.btn-bluegrey300 {
  background: #90a4ae;
}

.btn-bluegrey300_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #90a4ae;
}

.btn-bluegrey300_ftg:hover, .btn-bluegrey300_ftg:focus {
  background: rgba(144, 164, 174, 0.6);
}

.btn-bluegrey300_ftg:active {
  background: rgba(144, 164, 174, 0.8);
}

.btn-bluegrey300_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey300_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #90a4ae;
}

.btn-bluegrey300_rsd:hover, .btn-bluegrey300_rsd:focus {
  background: #738c98;
}

.btn-bluegrey300_rsd:active {
  background: #5b727d;
}

.btn-bluegrey300_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey300_flt {
  color: #90a4ae !important;
}

.btn-bluegrey300_flt:hover, .btn-bluegrey300_flt:focus {
  background: rgba(144, 164, 174, 0.2);
}

.btn-bluegrey300_flt:active {
  background: rgba(144, 164, 174, 0.4);
}

.btn-bluegrey300_flt:disabled {
  color: rgba(144, 164, 174, 0.3);
}

.btn-bluegrey400 {
  background: #78909c;
}

.btn-bluegrey400_ftg {
  color: #fff !important;
  background: #78909c;
}

.btn-bluegrey400_ftg:hover, .btn-bluegrey400_ftg:focus {
  background: rgba(120, 144, 156, 0.6);
}

.btn-bluegrey400_ftg:active {
  background: rgba(120, 144, 156, 0.8);
}

.btn-bluegrey400_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey400_rsd {
  color: #fff !important;
  background: #78909c;
}

.btn-bluegrey400_rsd:hover, .btn-bluegrey400_rsd:focus {
  background: #5f7682;
}

.btn-bluegrey400_rsd:active {
  background: #4a5b64;
}

.btn-bluegrey400_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey400_flt {
  color: #78909c !important;
}

.btn-bluegrey400_flt:hover, .btn-bluegrey400_flt:focus {
  background: rgba(120, 144, 156, 0.2);
}

.btn-bluegrey400_flt:active {
  background: rgba(120, 144, 156, 0.4);
}

.btn-bluegrey400_flt:disabled {
  color: rgba(120, 144, 156, 0.3);
}

.btn-bluegrey500 {
  background: #607d8b;
}

.btn-bluegrey500_ftg {
  color: #fff !important;
  background: #607d8b;
}

.btn-bluegrey500_ftg:hover, .btn-bluegrey500_ftg:focus {
  background: rgba(96, 125, 139, 0.6);
}

.btn-bluegrey500_ftg:active {
  background: rgba(96, 125, 139, 0.8);
}

.btn-bluegrey500_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey500_rsd {
  color: #fff !important;
  background: #607d8b;
}

.btn-bluegrey500_rsd:hover, .btn-bluegrey500_rsd:focus {
  background: #4b626d;
}

.btn-bluegrey500_rsd:active {
  background: #36474f;
}

.btn-bluegrey500_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey500_flt {
  color: #607d8b !important;
}

.btn-bluegrey500_flt:hover, .btn-bluegrey500_flt:focus {
  background: rgba(96, 125, 139, 0.2);
}

.btn-bluegrey500_flt:active {
  background: rgba(96, 125, 139, 0.4);
}

.btn-bluegrey500_flt:disabled {
  color: rgba(96, 125, 139, 0.3);
}

.btn-bluegrey600 {
  background: #546e7a;
}

.btn-bluegrey600_ftg {
  color: #fff !important;
  background: #546e7a;
}

.btn-bluegrey600_ftg:hover, .btn-bluegrey600_ftg:focus {
  background: rgba(84, 110, 122, 0.6);
}

.btn-bluegrey600_ftg:active {
  background: rgba(84, 110, 122, 0.8);
}

.btn-bluegrey600_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey600_rsd {
  color: #fff !important;
  background: #546e7a;
}

.btn-bluegrey600_rsd:hover, .btn-bluegrey600_rsd:focus {
  background: #3f535c;
}

.btn-bluegrey600_rsd:active {
  background: #2a383e;
}

.btn-bluegrey600_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey600_flt {
  color: #546e7a !important;
}

.btn-bluegrey600_flt:hover, .btn-bluegrey600_flt:focus {
  background: rgba(84, 110, 122, 0.2);
}

.btn-bluegrey600_flt:active {
  background: rgba(84, 110, 122, 0.4);
}

.btn-bluegrey600_flt:disabled {
  color: rgba(84, 110, 122, 0.3);
}

.btn-bluegrey700 {
  background: #455a64;
}

.btn-bluegrey700_ftg {
  color: #fff !important;
  background: #455a64;
}

.btn-bluegrey700_ftg:hover, .btn-bluegrey700_ftg:focus {
  background: rgba(69, 90, 100, 0.6);
}

.btn-bluegrey700_ftg:active {
  background: rgba(69, 90, 100, 0.8);
}

.btn-bluegrey700_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey700_rsd {
  color: #fff !important;
  background: #455a64;
}

.btn-bluegrey700_rsd:hover, .btn-bluegrey700_rsd:focus {
  background: #303f46;
}

.btn-bluegrey700_rsd:active {
  background: #1b2428;
}

.btn-bluegrey700_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey700_flt {
  color: #455a64 !important;
}

.btn-bluegrey700_flt:hover, .btn-bluegrey700_flt:focus {
  background: rgba(69, 90, 100, 0.2);
}

.btn-bluegrey700_flt:active {
  background: rgba(69, 90, 100, 0.4);
}

.btn-bluegrey700_flt:disabled {
  color: rgba(69, 90, 100, 0.3);
}

.btn-bluegrey800 {
  background: #37474f;
}

.btn-bluegrey800_ftg {
  color: #fff !important;
  background: #37474f;
}

.btn-bluegrey800_ftg:hover, .btn-bluegrey800_ftg:focus {
  background: rgba(55, 71, 79, 0.6);
}

.btn-bluegrey800_ftg:active {
  background: rgba(55, 71, 79, 0.8);
}

.btn-bluegrey800_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey800_rsd {
  color: #fff !important;
  background: #37474f;
}

.btn-bluegrey800_rsd:hover, .btn-bluegrey800_rsd:focus {
  background: #222c31;
}

.btn-bluegrey800_rsd:active {
  background: #0d1113;
}

.btn-bluegrey800_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey800_flt {
  color: #37474f !important;
}

.btn-bluegrey800_flt:hover, .btn-bluegrey800_flt:focus {
  background: rgba(55, 71, 79, 0.2);
}

.btn-bluegrey800_flt:active {
  background: rgba(55, 71, 79, 0.4);
}

.btn-bluegrey800_flt:disabled {
  color: rgba(55, 71, 79, 0.3);
}

.btn-bluegrey900 {
  background: #263238;
}

.btn-bluegrey900_ftg {
  color: #fff !important;
  background: #263238;
}

.btn-bluegrey900_ftg:hover, .btn-bluegrey900_ftg:focus {
  background: rgba(38, 50, 56, 0.6);
}

.btn-bluegrey900_ftg:active {
  background: rgba(38, 50, 56, 0.8);
}

.btn-bluegrey900_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey900_rsd {
  color: #fff !important;
  background: #263238;
}

.btn-bluegrey900_rsd:hover, .btn-bluegrey900_rsd:focus {
  background: #11171a;
}

.btn-bluegrey900_rsd:active {
  background: black;
}

.btn-bluegrey900_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-bluegrey900_flt {
  color: #263238 !important;
}

.btn-bluegrey900_flt:hover, .btn-bluegrey900_flt:focus {
  background: rgba(38, 50, 56, 0.2);
}

.btn-bluegrey900_flt:active {
  background: rgba(38, 50, 56, 0.4);
}

.btn-bluegrey900_flt:disabled {
  color: rgba(38, 50, 56, 0.3);
}

.btn-black {
  background: #000;
}

.btn-black_ftg {
  color: #fff !important;
  background: #000;
}

.btn-black_ftg:hover, .btn-black_ftg:focus {
  background: rgba(0, 0, 0, 0.6);
}

.btn-black_ftg:active {
  background: rgba(0, 0, 0, 0.8);
}

.btn-black_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-black_rsd {
  color: #fff !important;
  background: #000;
}

.btn-black_rsd:hover, .btn-black_rsd:focus {
  background: black;
}

.btn-black_rsd:active {
  background: black;
}

.btn-black_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-black_flt {
  color: #000 !important;
}

.btn-black_flt:hover, .btn-black_flt:focus {
  background: rgba(0, 0, 0, 0.2);
}

.btn-black_flt:active {
  background: rgba(0, 0, 0, 0.4);
}

.btn-black_flt:disabled {
  color: rgba(0, 0, 0, 0.3);
}

.btn-white {
  background: #fff;
}

.btn-white_ftg {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff;
}

.btn-white_ftg:hover, .btn-white_ftg:focus {
  background: rgba(255, 255, 255, 0.6);
}

.btn-white_ftg:active {
  background: rgba(255, 255, 255, 0.8);
}

.btn-white_ftg:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-white_rsd {
  color: rgba(0, 0, 0, 0.9) !important;
  background: #fff;
}

.btn-white_rsd:hover, .btn-white_rsd:focus {
  background: #e6e6e6;
}

.btn-white_rsd:active {
  background: #cccccc;
}

.btn-white_rsd:disabled {
  color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
}

.btn-white_flt {
  color: #fff !important;
}

.btn-white_flt:hover, .btn-white_flt:focus {
  background: rgba(255, 255, 255, 0.2);
}

.btn-white_flt:active {
  background: rgba(255, 255, 255, 0.4);
}

.btn-white_flt:disabled {
  color: rgba(255, 255, 255, 0.3);
}

[class$="_ftg"],
[class*="_ftg "] {
  border-radius: 50%;
  display: inline-block;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

[class$="_ftg"]:active,
[class*="_ftg "]:active {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

[class$="_ftg"]:disabled,
[class*="_ftg "]:disabled {
  box-shadow: none;
  cursor: not-allowed;
}

a[class$="_ftg"],
a[class*="_ftg "] {
  display: -webkit-inline-flex;
  display: inline-flex;
}

[class$="_rsd"],
[class*="_rsd "] {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

[class$="_rsd"]:active,
[class*="_rsd "]:active {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

[class$="_rsd"]:disabled,
[class*="_rsd "]:disabled {
  box-shadow: none;
  cursor: not-allowed;
}

[class$="_flt"],
[class*="_flt "] {
  background: none;
}

[class$="_flt"]:disabled,
[class*="_flt "]:disabled {
  cursor: not-allowed;
  background: none;
}
