.dark option {
    color : black;
}

a.text-white { color: white};
a.text-white:hover{color:white};


.red {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.87); }

.red-50 {
    background-color: #ffebee;
    color: rgba(0, 0, 0, 0.87); }

.red-100 {
    background-color: #ffcdd2;
    color: rgba(0, 0, 0, 0.87); }

.red-200 {
    background-color: #ef9a9a;
    color: rgba(0, 0, 0, 0.87); }

.red-300 {
    background-color: #e57373;
    color: rgba(0, 0, 0, 0.87); }

.red-400 {
    background-color: #ef5350;
    color: rgba(0, 0, 0, 0.87); }

.red-500 {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.87); }

.red-600 {
    background-color: #e53935;
    color: rgba(255, 255, 255, 0.87); }

.red-700 {
    background-color: #d32f2f;
    color: rgba(255, 255, 255, 0.87); }

.red-800 {
    background-color: #c62828;
    color: rgba(255, 255, 255, 0.87); }

.red-900 {
    background-color: #b71c1c;
    color: rgba(255, 255, 255, 0.87); }

.red-A100 {
    background-color: #ff8a80;
    color: rgba(0, 0, 0, 0.87); }

.red-A200 {
    background-color: #ff5252;
    color: rgba(255, 255, 255, 0.87); }

.red-A400 {
    background-color: #ff1744;
    color: rgba(255, 255, 255, 0.87); }

.red-A700 {
    background-color: #d50000;
    color: rgba(255, 255, 255, 0.87); }

.pink {
    background-color: #e91e63;
    color: rgba(255, 255, 255, 0.87); }

.pink-50 {
    background-color: #fce4ec;
    color: rgba(0, 0, 0, 0.87); }

.pink-100 {
    background-color: #f8bbd0;
    color: rgba(0, 0, 0, 0.87); }

.pink-200 {
    background-color: #f48fb1;
    color: rgba(0, 0, 0, 0.87); }

.pink-300 {
    background-color: #f06292;
    color: rgba(0, 0, 0, 0.87); }

.pink-400 {
    background-color: #ec407a;
    color: rgba(0, 0, 0, 0.87); }

.pink-500 {
    background-color: #e91e63;
    color: rgba(255, 255, 255, 0.87); }

.pink-600 {
    background-color: #d81b60;
    color: rgba(255, 255, 255, 0.87); }

.pink-700 {
    background-color: #c2185b;
    color: rgba(255, 255, 255, 0.87); }

.pink-800 {
    background-color: #ad1457;
    color: rgba(255, 255, 255, 0.87); }

.pink-900 {
    background-color: #880e4f;
    color: rgba(255, 255, 255, 0.87); }

.pink-A100 {
    background-color: #ff80ab;
    color: rgba(0, 0, 0, 0.87); }

.pink-A200 {
    background-color: #ff4081;
    color: rgba(255, 255, 255, 0.87); }

.pink-A400 {
    background-color: #f50057;
    color: rgba(255, 255, 255, 0.87); }

.pink-A700 {
    background-color: #c51162;
    color: rgba(255, 255, 255, 0.87); }

.purple {
    background-color: #9c27b0;
    color: rgba(255, 255, 255, 0.87); }

.purple-50 {
    background-color: #f3e5f5;
    color: rgba(0, 0, 0, 0.87); }

.purple-100 {
    background-color: #e1bee7;
    color: rgba(0, 0, 0, 0.87); }

.purple-200 {
    background-color: #ce93d8;
    color: rgba(0, 0, 0, 0.87); }

.purple-300 {
    background-color: #ba68c8;
    color: rgba(255, 255, 255, 0.87); }

.purple-400 {
    background-color: #ab47bc;
    color: rgba(255, 255, 255, 0.87); }

.purple-500 {
    background-color: #9c27b0;
    color: rgba(255, 255, 255, 0.87); }

.purple-600 {
    background-color: #8e24aa;
    color: rgba(255, 255, 255, 0.87); }

.purple-700 {
    background-color: #7b1fa2;
    color: rgba(255, 255, 255, 0.87); }

.purple-800 {
    background-color: #6a1b9a;
    color: rgba(255, 255, 255, 0.87); }

.purple-900 {
    background-color: #4a148c;
    color: rgba(255, 255, 255, 0.87); }

.purple-A100 {
    background-color: #ea80fc;
    color: rgba(0, 0, 0, 0.87); }

.purple-A200 {
    background-color: #e040fb;
    color: rgba(255, 255, 255, 0.87); }

.purple-A400 {
    background-color: #d500f9;
    color: rgba(255, 255, 255, 0.87); }

.purple-A700 {
    background-color: #aa00ff;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple {
    background-color: #673ab7;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple-50 {
    background-color: #ede7f6;
    color: rgba(0, 0, 0, 0.87); }

.deep-purple-100 {
    background-color: #d1c4e9;
    color: rgba(0, 0, 0, 0.87); }

.deep-purple-200 {
    background-color: #b39ddb;
    color: rgba(0, 0, 0, 0.87); }

.deep-purple-300 {
    background-color: #9575cd;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple-400 {
    background-color: #7e57c2;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple-500 {
    background-color: #673ab7;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple-600 {
    background-color: #5e35b1;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple-700 {
    background-color: #512da8;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple-800 {
    background-color: #4527a0;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple-900 {
    background-color: #311b92;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple-A100 {
    background-color: #b388ff;
    color: rgba(0, 0, 0, 0.87); }

.deep-purple-A200 {
    background-color: #7c4dff;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple-A400 {
    background-color: #651fff;
    color: rgba(255, 255, 255, 0.87); }

.deep-purple-A700 {
    background-color: #6200ea;
    color: rgba(255, 255, 255, 0.87); }

.indigo {
    background-color: #3f51b5;
    color: rgba(255, 255, 255, 0.87); }

.indigo-50 {
    background-color: #e8eaf6;
    color: rgba(0, 0, 0, 0.87); }

.indigo-100 {
    background-color: #c5cae9;
    color: rgba(0, 0, 0, 0.87); }

.indigo-200 {
    background-color: #9fa8da;
    color: rgba(0, 0, 0, 0.87); }

.indigo-300 {
    background-color: #7986cb;
    color: rgba(255, 255, 255, 0.87); }

.indigo-400 {
    background-color: #5c6bc0;
    color: rgba(255, 255, 255, 0.87); }

.indigo-500 {
    background-color: #3f51b5;
    color: rgba(255, 255, 255, 0.87); }

.indigo-600 {
    background-color: #3949ab;
    color: rgba(255, 255, 255, 0.87); }

.indigo-700 {
    background-color: #303f9f;
    color: rgba(255, 255, 255, 0.87); }

.indigo-800 {
    background-color: #283593;
    color: rgba(255, 255, 255, 0.87); }

.indigo-900 {
    background-color: #1a237e;
    color: rgba(255, 255, 255, 0.87); }

.indigo-A100 {
    background-color: #8c9eff;
    color: rgba(0, 0, 0, 0.87); }

.indigo-A200 {
    background-color: #536dfe;
    color: rgba(255, 255, 255, 0.87); }

.indigo-A400 {
    background-color: #3d5afe;
    color: rgba(255, 255, 255, 0.87); }

.indigo-A700 {
    background-color: #304ffe;
    color: rgba(255, 255, 255, 0.87); }

.blue {
    background-color: #2196f3;
    color: rgba(255, 255, 255, 0.87); }

.blue-50 {
    background-color: #e3f2fd;
    color: rgba(0, 0, 0, 0.87); }

.blue-100 {
    background-color: #bbdefb;
    color: rgba(0, 0, 0, 0.87); }

.blue-200 {
    background-color: #90caf9;
    color: rgba(0, 0, 0, 0.87); }

.blue-300 {
    background-color: #64b5f6;
    color: rgba(0, 0, 0, 0.87); }

.blue-400 {
    background-color: #42a5f5;
    color: rgba(0, 0, 0, 0.87); }

.blue-500 {
    background-color: #2196f3;
    color: rgba(255, 255, 255, 0.87); }

.blue-600 {
    background-color: #1e88e5;
    color: rgba(255, 255, 255, 0.87); }

.blue-700 {
    background-color: #1976d2;
    color: rgba(255, 255, 255, 0.87); }

.blue-800 {
    background-color: #1565c0;
    color: rgba(255, 255, 255, 0.87); }

.blue-900 {
    background-color: #0d47a1;
    color: rgba(255, 255, 255, 0.87); }

.blue-A100 {
    background-color: #82b1ff;
    color: rgba(0, 0, 0, 0.87); }

.blue-A200 {
    background-color: #448aff;
    color: rgba(255, 255, 255, 0.87); }

.blue-A400 {
    background-color: #2979ff;
    color: rgba(255, 255, 255, 0.87); }

.blue-A700 {
    background-color: #2962ff;
    color: rgba(255, 255, 255, 0.87); }

.light-blue {
    background-color: #03a9f4;
    color: rgba(255, 255, 255, 0.87); }

.light-blue-50 {
    background-color: #e1f5fe;
    color: rgba(0, 0, 0, 0.87); }

.light-blue-100 {
    background-color: #b3e5fc;
    color: rgba(0, 0, 0, 0.87); }

.light-blue-200 {
    background-color: #81d4fa;
    color: rgba(0, 0, 0, 0.87); }

.light-blue-300 {
    background-color: #4fc3f7;
    color: rgba(0, 0, 0, 0.87); }

.light-blue-400 {
    background-color: #29b6f6;
    color: rgba(0, 0, 0, 0.87); }

.light-blue-500 {
    background-color: #03a9f4;
    color: rgba(255, 255, 255, 0.87); }

.light-blue-600 {
    background-color: #039be5;
    color: rgba(255, 255, 255, 0.87); }

.light-blue-700 {
    background-color: #0288d1;
    color: rgba(255, 255, 255, 0.87); }

.light-blue-800 {
    background-color: #0277bd;
    color: rgba(255, 255, 255, 0.87); }

.light-blue-900 {
    background-color: #01579b;
    color: rgba(255, 255, 255, 0.87); }

.light-blue-A100 {
    background-color: #80d8ff;
    color: rgba(0, 0, 0, 0.87); }

.light-blue-A200 {
    background-color: #40c4ff;
    color: rgba(0, 0, 0, 0.87); }

.light-blue-A400 {
    background-color: #00b0ff;
    color: rgba(0, 0, 0, 0.87); }

.light-blue-A700 {
    background-color: #0091ea;
    color: rgba(255, 255, 255, 0.87); }

.cyan {
    background-color: #00bcd4;
    color: rgba(255, 255, 255, 0.87); }

.cyan-50 {
    background-color: #e0f7fa;
    color: rgba(0, 0, 0, 0.87); }

.cyan-100 {
    background-color: #b2ebf2;
    color: rgba(0, 0, 0, 0.87); }

.cyan-200 {
    background-color: #80deea;
    color: rgba(0, 0, 0, 0.87); }

.cyan-300 {
    background-color: #4dd0e1;
    color: rgba(0, 0, 0, 0.87); }

.cyan-400 {
    background-color: #26c6da;
    color: rgba(0, 0, 0, 0.87); }

.cyan-500 {
    background-color: #00bcd4;
    color: rgba(255, 255, 255, 0.87); }

.cyan-600 {
    background-color: #00acc1;
    color: rgba(255, 255, 255, 0.87); }

.cyan-700 {
    background-color: #0097a7;
    color: rgba(255, 255, 255, 0.87); }

.cyan-800 {
    background-color: #00838f;
    color: rgba(255, 255, 255, 0.87); }

.cyan-900 {
    background-color: #006064;
    color: rgba(255, 255, 255, 0.87); }

.cyan-A100 {
    background-color: #84ffff;
    color: rgba(0, 0, 0, 0.87); }

.cyan-A200 {
    background-color: #18ffff;
    color: rgba(0, 0, 0, 0.87); }

.cyan-A400 {
    background-color: #00e5ff;
    color: rgba(0, 0, 0, 0.87); }

.cyan-A700 {
    background-color: #00b8d4;
    color: rgba(0, 0, 0, 0.87); }

.teal {
    background-color: #009688;
    color: rgba(255, 255, 255, 0.87); }

.teal-50 {
    background-color: #e0f2f1;
    color: rgba(0, 0, 0, 0.87); }

.teal-100 {
    background-color: #b2dfdb;
    color: rgba(0, 0, 0, 0.87); }

.teal-200 {
    background-color: #80cbc4;
    color: rgba(0, 0, 0, 0.87); }

.teal-300 {
    background-color: #4db6ac;
    color: rgba(0, 0, 0, 0.87); }

.teal-400 {
    background-color: #26a69a;
    color: rgba(0, 0, 0, 0.87); }

.teal-500 {
    background-color: #009688;
    color: rgba(255, 255, 255, 0.87); }

.teal-600 {
    background-color: #00897b;
    color: rgba(255, 255, 255, 0.87); }

.teal-700 {
    background-color: #00796b;
    color: rgba(255, 255, 255, 0.87); }

.teal-800 {
    background-color: #00695c;
    color: rgba(255, 255, 255, 0.87); }

.teal-900 {
    background-color: #004d40;
    color: rgba(255, 255, 255, 0.87); }

.teal-A100 {
    background-color: #a7ffeb;
    color: rgba(0, 0, 0, 0.87); }

.teal-A200 {
    background-color: #64ffda;
    color: rgba(0, 0, 0, 0.87); }

.teal-A400 {
    background-color: #1de9b6;
    color: rgba(0, 0, 0, 0.87); }

.teal-A700 {
    background-color: #00bfa5;
    color: rgba(0, 0, 0, 0.87); }

.green {
    background-color: #4caf50;
    color: rgba(255, 255, 255, 0.87); }

.green-50 {
    background-color: #e8f5e9;
    color: rgba(0, 0, 0, 0.87); }

.green-100 {
    background-color: #c8e6c9;
    color: rgba(0, 0, 0, 0.87); }

.green-200 {
    background-color: #a5d6a7;
    color: rgba(0, 0, 0, 0.87); }

.green-300 {
    background-color: #81c784;
    color: rgba(0, 0, 0, 0.87); }

.green-400 {
    background-color: #66bb6a;
    color: rgba(0, 0, 0, 0.87); }

.green-500 {
    background-color: #4caf50;
    color: rgba(255, 255, 255, 0.87); }

.green-600 {
    background-color: #43a047;
    color: rgba(255, 255, 255, 0.87); }

.green-700 {
    background-color: #388e3c;
    color: rgba(255, 255, 255, 0.87); }

.green-800 {
    background-color: #2e7d32;
    color: rgba(255, 255, 255, 0.87); }

.green-900 {
    background-color: #1b5e20;
    color: rgba(255, 255, 255, 0.87); }

.green-A100 {
    background-color: #b9f6ca;
    color: rgba(0, 0, 0, 0.87); }

.green-A200 {
    background-color: #69f0ae;
    color: rgba(0, 0, 0, 0.87); }

.green-A400 {
    background-color: #00e676;
    color: rgba(0, 0, 0, 0.87); }

.green-A700 {
    background-color: #00c853;
    color: rgba(0, 0, 0, 0.87); }

.light-green {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, 0.87); }

.light-green-50 {
    background-color: #f1f8e9;
    color: rgba(0, 0, 0, 0.87); }

.light-green-100 {
    background-color: #dcedc8;
    color: rgba(0, 0, 0, 0.87); }

.light-green-200 {
    background-color: #c5e1a5;
    color: rgba(0, 0, 0, 0.87); }

.light-green-300 {
    background-color: #aed581;
    color: rgba(0, 0, 0, 0.87); }

.light-green-400 {
    background-color: #9ccc65;
    color: rgba(0, 0, 0, 0.87); }

.light-green-500 {
    background-color: #8bc34a;
    color: rgba(0, 0, 0, 0.87); }

.light-green-600 {
    background-color: #7cb342;
    color: rgba(0, 0, 0, 0.87); }

.light-green-700 {
    background-color: #689f38;
    color: rgba(0, 0, 0, 0.87); }

.light-green-800 {
    background-color: #558b2f;
    color: rgba(255, 255, 255, 0.87); }

.light-green-900 {
    background-color: #33691e;
    color: rgba(255, 255, 255, 0.87); }

.light-green-A100 {
    background-color: #ccff90;
    color: rgba(0, 0, 0, 0.87); }

.light-green-A200 {
    background-color: #b2ff59;
    color: rgba(0, 0, 0, 0.87); }

.light-green-A400 {
    background-color: #76ff03;
    color: rgba(0, 0, 0, 0.87); }

.light-green-A700 {
    background-color: #64dd17;
    color: rgba(0, 0, 0, 0.87); }

.lime {
    background-color: #cddc39;
    color: rgba(0, 0, 0, 0.87); }

.lime-50 {
    background-color: #f9fbe7;
    color: rgba(0, 0, 0, 0.87); }

.lime-100 {
    background-color: #f0f4c3;
    color: rgba(0, 0, 0, 0.87); }

.lime-200 {
    background-color: #e6ee9c;
    color: rgba(0, 0, 0, 0.87); }

.lime-300 {
    background-color: #dce775;
    color: rgba(0, 0, 0, 0.87); }

.lime-400 {
    background-color: #d4e157;
    color: rgba(0, 0, 0, 0.87); }

.lime-500 {
    background-color: #cddc39;
    color: rgba(0, 0, 0, 0.87); }

.lime-600 {
    background-color: #c0ca33;
    color: rgba(0, 0, 0, 0.87); }

.lime-700 {
    background-color: #afb42b;
    color: rgba(0, 0, 0, 0.87); }

.lime-800 {
    background-color: #9e9d24;
    color: rgba(0, 0, 0, 0.87); }

.lime-900 {
    background-color: #827717;
    color: rgba(255, 255, 255, 0.87); }

.lime-A100 {
    background-color: #f4ff81;
    color: rgba(0, 0, 0, 0.87); }

.lime-A200 {
    background-color: #eeff41;
    color: rgba(0, 0, 0, 0.87); }

.lime-A400 {
    background-color: #c6ff00;
    color: rgba(0, 0, 0, 0.87); }

.lime-A700 {
    background-color: #aeea00;
    color: rgba(0, 0, 0, 0.87); }

.yellow {
    background-color: #ffeb3b;
    color: rgba(0, 0, 0, 0.87); }

.yellow-50 {
    background-color: #fffde7;
    color: rgba(0, 0, 0, 0.87); }

.yellow-100 {
    background-color: #fff9c4;
    color: rgba(0, 0, 0, 0.87); }

.yellow-200 {
    background-color: #fff59d;
    color: rgba(0, 0, 0, 0.87); }

.yellow-300 {
    background-color: #fff176;
    color: rgba(0, 0, 0, 0.87); }

.yellow-400 {
    background-color: #ffee58;
    color: rgba(0, 0, 0, 0.87); }

.yellow-500 {
    background-color: #ffeb3b;
    color: rgba(0, 0, 0, 0.87); }

.yellow-600 {
    background-color: #fdd835;
    color: rgba(0, 0, 0, 0.87); }

.yellow-700 {
    background-color: #fbc02d;
    color: rgba(0, 0, 0, 0.87); }

.yellow-800 {
    background-color: #f9a825;
    color: rgba(0, 0, 0, 0.87); }

.yellow-900 {
    background-color: #f57f17;
    color: rgba(0, 0, 0, 0.87); }

.yellow-A100 {
    background-color: #ffff8d;
    color: rgba(0, 0, 0, 0.87); }

.yellow-A200 {
    background-color: #ffff00;
    color: rgba(0, 0, 0, 0.87); }

.yellow-A400 {
    background-color: #ffea00;
    color: rgba(0, 0, 0, 0.87); }

.yellow-A700 {
    background-color: #ffd600;
    color: rgba(0, 0, 0, 0.87); }

.amber {
    background-color: #ffc107;
    color: rgba(0, 0, 0, 0.87); }

.amber-50 {
    background-color: #fff8e1;
    color: rgba(0, 0, 0, 0.87); }

.amber-100 {
    background-color: #ffecb3;
    color: rgba(0, 0, 0, 0.87); }

.amber-200 {
    background-color: #ffe082;
    color: rgba(0, 0, 0, 0.87); }

.amber-300 {
    background-color: #ffd54f;
    color: rgba(0, 0, 0, 0.87); }

.amber-400 {
    background-color: #ffca28;
    color: rgba(0, 0, 0, 0.87); }

.amber-500 {
    background-color: #ffc107;
    color: rgba(0, 0, 0, 0.87); }

.amber-600 {
    background-color: #ffb300;
    color: rgba(0, 0, 0, 0.87); }

.amber-700 {
    background-color: #ffa000;
    color: rgba(0, 0, 0, 0.87); }

.amber-800 {
    background-color: #ff8f00;
    color: rgba(0, 0, 0, 0.87); }

.amber-900 {
    background-color: #ff6f00;
    color: rgba(0, 0, 0, 0.87); }

.amber-A100 {
    background-color: #ffe57f;
    color: rgba(0, 0, 0, 0.87); }

.amber-A200 {
    background-color: #ffd740;
    color: rgba(0, 0, 0, 0.87); }

.amber-A400 {
    background-color: #ffc400;
    color: rgba(0, 0, 0, 0.87); }

.amber-A700 {
    background-color: #ffab00;
    color: rgba(0, 0, 0, 0.87); }

.orange {
    background-color: #ff9800;
    color: rgba(0, 0, 0, 0.87); }

.orange-50 {
    background-color: #fff3e0;
    color: rgba(0, 0, 0, 0.87); }

.orange-100 {
    background-color: #ffe0b2;
    color: rgba(0, 0, 0, 0.87); }

.orange-200 {
    background-color: #ffcc80;
    color: rgba(0, 0, 0, 0.87); }

.orange-300 {
    background-color: #ffb74d;
    color: rgba(0, 0, 0, 0.87); }

.orange-400 {
    background-color: #ffa726;
    color: rgba(0, 0, 0, 0.87); }

.orange-500 {
    background-color: #ff9800;
    color: rgba(0, 0, 0, 0.87); }

.orange-600 {
    background-color: #fb8c00;
    color: rgba(0, 0, 0, 0.87); }

.orange-700 {
    background-color: #f57c00;
    color: rgba(0, 0, 0, 0.87); }

.orange-800 {
    background-color: #ef6c00;
    color: rgba(255, 255, 255, 0.87); }

.orange-900 {
    background-color: #e65100;
    color: rgba(255, 255, 255, 0.87); }

.orange-A100 {
    background-color: #ffd180;
    color: rgba(0, 0, 0, 0.87); }

.orange-A200 {
    background-color: #ffab40;
    color: rgba(0, 0, 0, 0.87); }

.orange-A400 {
    background-color: #ff9100;
    color: rgba(0, 0, 0, 0.87); }

.orange-A700 {
    background-color: #ff6d00;
    color: rgba(0, 0, 0, 0.87); }

.deep-orange {
    background-color: #ff5722;
    color: rgba(255, 255, 255, 0.87); }

.deep-orange-50 {
    background-color: #fbe9e7;
    color: rgba(0, 0, 0, 0.87); }

.deep-orange-100 {
    background-color: #ffccbc;
    color: rgba(0, 0, 0, 0.87); }

.deep-orange-200 {
    background-color: #ffab91;
    color: rgba(0, 0, 0, 0.87); }

.deep-orange-300 {
    background-color: #ff8a65;
    color: rgba(0, 0, 0, 0.87); }

.deep-orange-400 {
    background-color: #ff7043;
    color: rgba(0, 0, 0, 0.87); }

.deep-orange-500 {
    background-color: #ff5722;
    color: rgba(255, 255, 255, 0.87); }

.deep-orange-600 {
    background-color: #f4511e;
    color: rgba(255, 255, 255, 0.87); }

.deep-orange-700 {
    background-color: #e64a19;
    color: rgba(255, 255, 255, 0.87); }

.deep-orange-800 {
    background-color: #d84315;
    color: rgba(255, 255, 255, 0.87); }

.deep-orange-900 {
    background-color: #bf360c;
    color: rgba(255, 255, 255, 0.87); }

.deep-orange-A100 {
    background-color: #ff9e80;
    color: rgba(0, 0, 0, 0.87); }

.deep-orange-A200 {
    background-color: #ff6e40;
    color: rgba(0, 0, 0, 0.87); }

.deep-orange-A400 {
    background-color: #ff3d00;
    color: rgba(255, 255, 255, 0.87); }

.deep-orange-A700 {
    background-color: #dd2c00;
    color: rgba(255, 255, 255, 0.87); }

.brown {
    background-color: #795548;
    color: rgba(255, 255, 255, 0.87); }

.brown-50 {
    background-color: #efebe9;
    color: rgba(0, 0, 0, 0.87); }

.brown-100 {
    background-color: #d7ccc8;
    color: rgba(0, 0, 0, 0.87); }

.brown-200 {
    background-color: #bcaaa4;
    color: rgba(0, 0, 0, 0.87); }

.brown-300 {
    background-color: #a1887f;
    color: rgba(255, 255, 255, 0.87); }

.brown-400 {
    background-color: #8d6e63;
    color: rgba(255, 255, 255, 0.87); }

.brown-500 {
    background-color: #795548;
    color: rgba(255, 255, 255, 0.87); }

.brown-600 {
    background-color: #6d4c41;
    color: rgba(255, 255, 255, 0.87); }

.brown-700 {
    background-color: #5d4037;
    color: rgba(255, 255, 255, 0.87); }

.brown-800 {
    background-color: #4e342e;
    color: rgba(255, 255, 255, 0.87); }

.brown-900 {
    background-color: #3e2723;
    color: rgba(255, 255, 255, 0.87); }

.blue-grey {
    background-color: #607d8b;
    color: rgba(255, 255, 255, 0.87); }

.blue-grey-50 {
    background-color: #eceff1;
    color: rgba(0, 0, 0, 0.87); }

.blue-grey-100 {
    background-color: #cfd8dc;
    color: rgba(0, 0, 0, 0.87); }

.blue-grey-200 {
    background-color: #b0bec5;
    color: rgba(0, 0, 0, 0.87); }

.blue-grey-300 {
    background-color: #90a4ae;
    color: rgba(0, 0, 0, 0.87); }

.blue-grey-400 {
    background-color: #78909c;
    color: rgba(255, 255, 255, 0.87); }

.blue-grey-500 {
    background-color: #607d8b;
    color: rgba(255, 255, 255, 0.87); }

.blue-grey-600 {
    background-color: #546e7a;
    color: rgba(255, 255, 255, 0.87); }

.blue-grey-700 {
    background-color: #455a64;
    color: rgba(255, 255, 255, 0.87); }

.blue-grey-800 {
    background-color: #37474f;
    color: rgba(255, 255, 255, 0.87); }

.blue-grey-900 {
    background-color: #263238;
    color: rgba(255, 255, 255, 0.87); }

.grey-50 {
    background-color: #fafafa;
    color: rgba(0, 0, 0, 0.87); }

.grey-100 {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.87); }

.grey-200 {
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.87); }

.grey-300 {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.87); }

.grey-400 {
    background-color: #bdbdbd;
    color: rgba(0, 0, 0, 0.87); }

.grey-500 {
    background-color: #9e9e9e;
    color: rgba(0, 0, 0, 0.87); }

.grey-600 {
    background-color: #757575;
    color: rgba(255, 255, 255, 0.87); }

.grey-700 {
    background-color: #616161;
    color: rgba(255, 255, 255, 0.87); }

.grey-800 {
    background-color: #424242;
    color: rgba(255, 255, 255, 0.87); }

.grey-900 {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.87); }


.text-red{color:#f44336!important}
.text-red-50{color:#ffebee!important}
.text-red-100{color:#ffcdd2!important}
.text-red-200{color:#ef9a9a!important}
.text-red-300{color:#e57373!important}
.text-red-400{color:#ef5350!important}
.text-red-500{color:#f44336!important}
.text-red-600{color:#e53935!important}
.text-red-700{color:#d32f2f!important}
.text-red-800{color:#c62828!important}
.text-red-900{color:#b71c1c!important}
.text-red-A100{color:#ff8a80!important}
.text-red-A200{color:#ff5252!important}
.text-red-A400{color:#ff1744!important}
.text-red-A700{color:#d50000!important}

.text-pink{color:#e91e63!important}
.text-pink-50{color:#fce4ec!important}
.text-pink-100{color:#f8bbd0!important}
.text-pink-200{color:#f48fb1!important}
.text-pink-300{color:#f06292!important}
.text-pink-400{color:#ec407a!important}
.text-pink-500{color:#e91e63!important}
.text-pink-600{color:#d81b60!important}
.text-pink-700{color:#c2185b!important}
.text-pink-800{color:#ad1457!important}
.text-pink-900{color:#880e4f!important}
.text-pink-A100{color:#ff80ab!important}
.text-pink-A200{color:#ff4081!important}
.text-pink-A400{color:#f50057!important}
.text-pink-A700{color:#c51162!important}

.text-purple{color:#9c27b0!important}
.text-purple-50{color:#f3e5f5!important}
.text-purple-100{color:#e1bee7!important}
.text-purple-200{color:#ce93d8!important}
.text-purple-300{color:#ba68c8!important}
.text-purple-400{color:#ab47bc!important}
.text-purple-500{color:#9c27b0!important}
.text-purple-600{color:#8e24aa!important}
.text-purple-700{color:#7b1fa2!important}
.text-purple-800{color:#6a1b9a!important}
.text-purple-900{color:#4a148c!important}
.text-purple-A100{color:#ea80fc!important}
.text-purple-A200{color:#e040fb!important}
.text-purple-A400{color:#d500f9!important}
.text-purple-A700{color:#a0f!important}

.text-deep-purple{color:#673ab7!important}
.text-deep-purple-50{color:#ede7f6!important}
.text-deep-purple-100{color:#d1c4e9!important}
.text-deep-purple-200{color:#b39ddb!important}
.text-deep-purple-300{color:#9575cd!important}
.text-deep-purple-400{color:#7e57c2!important}
.text-deep-purple-500{color:#673ab7!important}
.text-deep-purple-600{color:#5e35b1!important}
.text-deep-purple-700{color:#512da8!important}
.text-deep-purple-800{color:#4527a0!important}
.text-deep-purple-900{color:#311b92!important}
.text-deep-purple-A100{color:#b388ff!important}
.text-deep-purple-A200{color:#7c4dff!important}
.text-deep-purple-A400{color:#651fff!important}
.text-deep-purple-A700{color:#6200ea!important}

.text-indigo{color:#3f51b5!important}
.text-indigo-50{color:#e8eaf6!important}
.text-indigo-100{color:#c5cae9!important}
.text-indigo-200{color:#9fa8da!important}
.text-indigo-300{color:#7986cb!important}
.text-indigo-400{color:#5c6bc0!important}
.text-indigo-500{color:#3f51b5!important}
.text-indigo-600{color:#3949ab!important}
.text-indigo-700{color:#303f9f!important}
.text-indigo-800{color:#283593!important}
.text-indigo-900{color:#1a237e!important}
.text-indigo-A100{color:#8c9eff!important}
.text-indigo-A200{color:#536dfe!important}
.text-indigo-A400{color:#3d5afe!important}
.text-.indigo-A700{color:#304ffe!important}
.text-blue{color:#2196f3!important}
.text-blue-50{color:#e3f2fd!important}
.text-blue-100{color:#bbdefb!important}
.text-blue-200{color:#90caf9!important}
.text-blue-300{color:#64b5f6!important}
.text-blue-400{color:#42a5f5!important}
.text-blue-500{color:#2196f3!important}
.text-blue-600{color:#1e88e5!important}
.text-blue-700{color:#1976d2!important}
.text-blue-800{color:#1565c0!important}
.text-blue-900{color:#0d47a1!important}
.text-blue-A100{color:#82b1ff!important}
.text-blue-A200{color:#448aff!important}
.text-blue-A400{color:#2979ff!important}
.text-blue-A700{color:#2962ff!important}

.text-light-blue{color:#03a9f4!important}
.text-light-blue-50{color:#e1f5fe!important}
.text-light-blue-100{color:#b3e5fc!important}
.text-light-blue-200{color:#81d4fa!important}
.text-light-blue-300{color:#4fc3f7!important}
.text-light-blue-400{color:#29b6f6!important}
.text-light-blue-500{color:#03a9f4!important}
.text-light-blue-600{color:#039be5!important}
.text-light-blue-700{color:#0288d1!important}
.text-light-blue-800{color:#0277bd!important}
.text-light-blue-900{color:#01579b!important}
.text-light-blue-A100{color:#80d8ff!important}
.text-light-blue-A200{color:#40c4ff!important}
.text-light-blue-A400{color:#00b0ff!important}
.text-light-blue-A700{color:#0091ea!important}
.text-cyan{color:#00bcd4!important}
.text-cyan-50{color:#e0f7fa!important}
.text-cyan-100{color:#b2ebf2!important}
.text-cyan-200{color:#80deea!important}
.text-cyan-300{color:#4dd0e1!important}
.text-cyan-400{color:#26c6da!important}
.text-cyan-500{color:#00bcd4!important}
.text-cyan-600{color:#00acc1!important}
.text-cyan-700{color:#0097a7!important}
.text-cyan-800{color:#00838f!important}
.text-cyan-900{color:#006064!important}
.text-cyan-A100{color:#84ffff!important}
.text-cyan-A200{color:#18ffff!important}
.text-cyan-A400{color:#00e5ff!important}
.text-cyan-A700{color:#00b8d4!important}
.text-teal{color:#009688!important}
.text-teal-50{color:#e0f2f1!important}
.text-teal-100{color:#b2dfdb!important}
.text-teal-200{color:#80cbc4!important}
.text-teal-300{color:#4db6ac!important}
.text-teal-400{color:#26a69a!important}
.text-teal-500{color:#009688!important}
.text-teal-600{color:#00897b!important}
.text-teal-700{color:#00796b!important}
.text-teal-800{color:#00695c!important}
.text-teal-900{color:#004d40!important}
.text-teal-A100{color:#a7ffeb!important}
.text-teal-A200{color:#64ffda!important}
.text-teal-A400{color:#1de9b6!important}
.text-teal-A700{color:#00bfa5!important}
.text-green{color:#4caf50!important}
.text-green-50{color:#e8f5e9!important}
.text-green-100{color:#c8e6c9!important}
.text-green-200{color:#a5d6a7!important}
.text-green-300{color:#81c784!important}
.text-green-400{color:#66bb6a!important}
.text-green-500{color:#4caf50!important}
.text-green-600{color:#43a047!important}
.text-green-700{color:#388e3c!important}
.text-green-800{color:#2e7d32!important}
.text-green-900{color:#1b5e20!important}
.text-green-A100{color:#b9f6ca!important}
.text-green-A200{color:#69f0ae!important}
.text-green-A400{color:#00e676!important}
.text-green-A700{color:#00c853!important}
.text-light-green{color:#8bc34a!important}
.text-light-green-50{color:#f1f8e9!important}
.text-light-green-100{color:#dcedc8!important}
.text-light-green-200{color:#c5e1a5!important}
.text-light-green-300{color:#aed581!important}
.text-light-green-400{color:#9ccc65!important}
.text-light-green-500{color:#8bc34a!important}
.text-light-green-600{color:#7cb342!important}
.text-light-green-700{color:#689f38!important}
.text-light-green-800{color:#558b2f!important}
.text-light-green-900{color:#33691e!important}
.text-light-green-A100{color:#ccff90!important}
.text-light-green-A200{color:#b2ff59!important}
.text-light-green-A400{color:#76ff03!important}
.text-light-green-A700{color:#64dd17!important}
.text-lime{color:#cddc39!important}
.text-lime-50{color:#f9fbe7!important}
.text-lime-100{color:#f0f4c3!important}
.text-lime-200{color:#e6ee9c!important}
.text-lime-300{color:#dce775!important}
.text-lime-400{color:#d4e157!important}
.text-lime-500{color:#cddc39!important}
.text-lime-600{color:#c0ca33!important}
.text-lime-700{color:#afb42b!important}
.text-lime-800{color:#9e9d24!important}
.text-lime-900{color:#827717!important}
.text-lime-A100{color:#f4ff81!important}
.text-lime-A200{color:#eeff41!important}
.text-lime-A400{color:#c6ff00!important}
.text-lime-A700{color:#aeea00!important}
.text-yellow{color:#ffeb3b!important}
.text-yellow-50{color:#fffde7!important}
.text-yellow-100{color:#fff9c4!important}
.text-yellow-200{color:#fff59d!important}
.text-yellow-300{color:#fff176!important}
.text-yellow-400{color:#ffee58!important}
.text-yellow-500{color:#ffeb3b!important}
.text-yellow-600{color:#fdd835!important}
.text-yellow-700{color:#fbc02d!important}
.text-yellow-800{color:#f9a825!important}
.text-yellow-900{color:#f57f17!important}
.text-yellow-A100{color:#ffff8d!important}
.text-yellow-A200{color:#ff0!important}
.text-yellow-A400{color:#ffea00!important}
.text-yellow-A700{color:#ffd600!important}
.text-amber{color:#ffc107!important}
.text-amber-50{color:#fff8e1!important}
.text-amber-100{color:#ffecb3!important}
.text-amber-200{color:#ffe082!important}
.text-amber-300{color:#ffd54f!important}
.text-amber-400{color:#ffca28!important}
.text-amber-500{color:#ffc107!important}
.text-amber-600{color:#ffb300!important}
.text-amber-700{color:#ffa000!important}
.text-amber-800{color:#ff8f00!important}
.text-amber-900{color:#ff6f00!important}
.text-amber-A100{color:#ffe57f!important}
.text-amber-A200{color:#ffd740!important}
.text-amber-A400{color:#ffc400!important}
.text-amber-A700{color:#ffab00!important}
.text-orange{color:#ff9800!important}
.text-orange-50{color:#fff3e0!important}
.text-orange-100{color:#ffe0b2!important}
.text-orange-200{color:#ffcc80!important}
.text-orange-300{color:#ffb74d!important}
.text-orange-400{color:#ffa726!important}
.text-orange-500{color:#ff9800!important}
.text-orange-600{color:#fb8c00!important}
.text-orange-700{color:#f57c00!important}
.text-orange-800{color:#ef6c00!important}
.text-orange-900{color:#e65100!important}
.text-orange-A100{color:#ffd180!important}
.text-orange-A200{color:#ffab40!important}
.text-orange-A400{color:#ff9100!important}
.text-orange-A700{color:#ff6d00!important}
.text-deep-orange{color:#ff5722!important}
.text-deep-orange-50{color:#fbe9e7!important}
.text-deep-orange-100{color:#ffccbc!important}
.text-deep-orange-200{color:#ffab91!important}
.text-deep-orange-300{color:#ff8a65!important}
.text-deep-orange-400{color:#ff7043!important}
.text-deep-orange-500{color:#ff5722!important}
.text-deep-orange-600{color:#f4511e!important}
.text-deep-orange-700{color:#e64a19!important}
.text-deep-orange-800{color:#d84315!important}
.text-deep-orange-900{color:#bf360c!important}
.text-deep-orange-A100{color:#ff9e80!important}
.text-deep-orange-A200{color:#ff6e40!important}
.text-deep-orange-A400{color:#ff3d00!important}
.text-deep-orange-A700{color:#dd2c00!important}
.text-brown{color:#795548!important}
.text-brown-50{color:#efebe9!important}
.text-brown-100{color:#d7ccc8!important}
.text-brown-200{color:#bcaaa4!important}
.text-brown-300{color:#a1887f!important}
.text-brown-400{color:#8d6e63!important}
.text-brown-500{color:#795548!important}
.text-brown-600{color:#6d4c41!important}
.text-brown-700{color:#5d4037!important}
.text-brown-800{color:#4e342e!important}
.text-brown-900{color:#3e2723!important}
.text-blue-grey{color:#607d8b!important}
.text-blue-grey-50{color:#eceff1!important}
.text-blue-grey-100{color:#cfd8dc!important}
.text-blue-grey-200{color:#b0bec5!important}
.text-blue-grey-300{color:#90a4ae!important}
.text-blue-grey-400{color:#78909c!important}
.text-blue-grey-500{color:#607d8b!important}
.text-blue-grey-600{color:#546e7a!important}
.text-blue-grey-700{color:#455a64!important}
.text-blue-grey-800{color:#37474f!important}
.text-blue-grey-900{color:#263238!important}
.text-grey-50{color:#fafafa!important}
.text-grey-100{color:#f5f5f5!important}
.text-grey-200{color:#eee!important}
.text-grey-300{color:#e0e0e0!important}
.text-grey-400{color:#bdbdbd!important}
.text-grey-500{color:#9e9e9e!important}
.text-grey-600{color:#757575!important}
.text-grey-700{color:#616161!important}
.text-grey-800{color:#424242!important}
.text-grey-900{color:#212121!important}


.b-red{border-color:#f44336!important}
.b-red-50{border-color:#ffebee!important}
.b-red-100{border-color:#ffcdd2!important}
.b-red-200{border-color:#ef9a9a!important}
.b-red-300{border-color:#e57373!important}
.b-red-400{border-color:#ef5350!important}
.b-red-500{border-color:#f44336!important}
.b-red-600{border-color:#e53935!important}
.b-red-700{border-color:#d32f2f!important}
.b-red-800{border-color:#c62828!important}
.b-red-900{border-color:#b71c1c!important}
.b-red-A100{border-color:#ff8a80!important}
.b-red-A200{border-color:#ff5252!important}
.b-red-A400{border-color:#ff1744!important}
.b-red-A700{border-color:#d50000!important}
.b-pink{border-color:#e91e63!important}
.b-pink-50{border-color:#fce4ec!important}
.b-pink-100{border-color:#f8bbd0!important}
.b-pink-200{border-color:#f48fb1!important}
.b-pink-300{border-color:#f06292!important}
.b-pink-400{border-color:#ec407a!important}
.b-pink-500{border-color:#e91e63!important}
.b-pink-600{border-color:#d81b60!important}
.b-pink-700{border-color:#c2185b!important}
.b-pink-800{border-color:#ad1457!important}
.b-pink-900{border-color:#880e4f!important}
.b-pink-A100{border-color:#ff80ab!important}
.b-pink-A200{border-color:#ff4081!important}
.b-pink-A400{border-color:#f50057!important}
.b-pink-A700{border-color:#c51162!important}
.b-purple{border-color:#9c27b0!important}
.b-purple-50{border-color:#f3e5f5!important}
.b-purple-100{border-color:#e1bee7!important}
.b-purple-200{border-color:#ce93d8!important}
.b-purple-300{border-color:#ba68c8!important}
.b-purple-400{border-color:#ab47bc!important}
.b-purple-500{border-color:#9c27b0!important}
.b-purple-600{border-color:#8e24aa!important}
.b-purple-700{border-color:#7b1fa2!important}
.b-purple-800{border-color:#6a1b9a!important}
.b-purple-900{border-color:#4a148c!important}
.b-purple-A100{border-color:#ea80fc!important}
.b-purple-A200{border-color:#e040fb!important}
.b-purple-A400{border-color:#d500f9!important}
.b-purple-A700{border-color:#a0f!important}
.b-deep-purple{border-color:#673ab7!important}
.b-deep-purple-50{border-color:#ede7f6!important}
.b-deep-purple-100{border-color:#d1c4e9!important}
.b-deep-purple-200{border-color:#b39ddb!important}
.b-deep-purple-300{border-color:#9575cd!important}
.b-deep-purple-400{border-color:#7e57c2!important}
.b-deep-purple-500{border-color:#673ab7!important}
.b-deep-purple-600{border-color:#5e35b1!important}
.b-deep-purple-700{border-color:#512da8!important}
.b-deep-purple-800{border-color:#4527a0!important}
.b-deep-purple-900{border-color:#311b92!important}
.b-deep-purple-A100{border-color:#b388ff!important}
.b-deep-purple-A200{border-color:#7c4dff!important}
.b-deep-purple-A400{border-color:#651fff!important}
.b-deep-purple-A700{border-color:#6200ea!important}
.b-indigo{border-color:#3f51b5!important}
.b-indigo-50{border-color:#e8eaf6!important}
.b-indigo-100{border-color:#c5cae9!important}
.b-indigo-200{border-color:#9fa8da!important}
.b-indigo-300{border-color:#7986cb!important}
.b-indigo-400{border-color:#5c6bc0!important}
.b-indigo-500{border-color:#3f51b5!important}
.b-indigo-600{border-color:#3949ab!important}
.b-indigo-700{border-color:#303f9f!important}
.b-indigo-800{border-color:#283593!important}
.b-indigo-900{border-color:#1a237e!important}
.b-indigo-A100{border-color:#8c9eff!important}
.b-indigo-A200{border-color:#536dfe!important}
.b-indigo-A400{border-color:#3d5afe!important}
.b-.indigo-A700{border-color:#304ffe!important}
.b-blue{border-color:#2196f3!important}
.b-blue-50{border-color:#e3f2fd!important}
.b-blue-100{border-color:#bbdefb!important}
.b-blue-200{border-color:#90caf9!important}
.b-blue-300{border-color:#64b5f6!important}
.b-blue-400{border-color:#42a5f5!important}
.b-blue-500{border-color:#2196f3!important}
.b-blue-600{border-color:#1e88e5!important}
.b-blue-700{border-color:#1976d2!important}
.b-blue-800{border-color:#1565c0!important}
.b-blue-900{border-color:#0d47a1!important}
.b-blue-A100{border-color:#82b1ff!important}
.b-blue-A200{border-color:#448aff!important}
.b-blue-A400{border-color:#2979ff!important}
.b-blue-A700{border-color:#2962ff!important}
.b-light-blue{border-color:#03a9f4!important}
.b-light-blue-50{border-color:#e1f5fe!important}
.b-light-blue-100{border-color:#b3e5fc!important}
.b-light-blue-200{border-color:#81d4fa!important}
.b-light-blue-300{border-color:#4fc3f7!important}
.b-light-blue-400{border-color:#29b6f6!important}
.b-light-blue-500{border-color:#03a9f4!important}
.b-light-blue-600{border-color:#039be5!important}
.b-light-blue-700{border-color:#0288d1!important}
.b-light-blue-800{border-color:#0277bd!important}
.b-light-blue-900{border-color:#01579b!important}
.b-light-blue-A100{border-color:#80d8ff!important}
.b-light-blue-A200{border-color:#40c4ff!important}
.b-light-blue-A400{border-color:#00b0ff!important}
.b-light-blue-A700{border-color:#0091ea!important}
.b-cyan{border-color:#00bcd4!important}
.b-cyan-50{border-color:#e0f7fa!important}
.b-cyan-100{border-color:#b2ebf2!important}
.b-cyan-200{border-color:#80deea!important}
.b-cyan-300{border-color:#4dd0e1!important}
.b-cyan-400{border-color:#26c6da!important}
.b-cyan-500{border-color:#00bcd4!important}
.b-cyan-600{border-color:#00acc1!important}
.b-cyan-700{border-color:#0097a7!important}
.b-cyan-800{border-color:#00838f!important}
.b-cyan-900{border-color:#006064!important}
.b-cyan-A100{border-color:#84ffff!important}
.b-cyan-A200{border-color:#18ffff!important}
.b-cyan-A400{border-color:#00e5ff!important}
.b-cyan-A700{border-color:#00b8d4!important}
.b-teal{border-color:#009688!important}
.b-teal-50{border-color:#e0f2f1!important}
.b-teal-100{border-color:#b2dfdb!important}
.b-teal-200{border-color:#80cbc4!important}
.b-teal-300{border-color:#4db6ac!important}
.b-teal-400{border-color:#26a69a!important}
.b-teal-500{border-color:#009688!important}
.b-teal-600{border-color:#00897b!important}
.b-teal-700{border-color:#00796b!important}
.b-teal-800{border-color:#00695c!important}
.b-teal-900{border-color:#004d40!important}
.b-teal-A100{border-color:#a7ffeb!important}
.b-teal-A200{border-color:#64ffda!important}
.b-teal-A400{border-color:#1de9b6!important}
.b-teal-A700{border-color:#00bfa5!important}
.b-green{border-color:#4caf50!important}
.b-green-50{border-color:#e8f5e9!important}
.b-green-100{border-color:#c8e6c9!important}
.b-green-200{border-color:#a5d6a7!important}
.b-green-300{border-color:#81c784!important}
.b-green-400{border-color:#66bb6a!important}
.b-green-500{border-color:#4caf50!important}
.b-green-600{border-color:#43a047!important}
.b-green-700{border-color:#388e3c!important}
.b-green-800{border-color:#2e7d32!important}
.b-green-900{border-color:#1b5e20!important}
.b-green-A100{border-color:#b9f6ca!important}
.b-green-A200{border-color:#69f0ae!important}
.b-green-A400{border-color:#00e676!important}
.b-green-A700{border-color:#00c853!important}
.b-light-green{border-color:#8bc34a!important}
.b-light-green-50{border-color:#f1f8e9!important}
.b-light-green-100{border-color:#dcedc8!important}
.b-light-green-200{border-color:#c5e1a5!important}
.b-light-green-300{border-color:#aed581!important}
.b-light-green-400{border-color:#9ccc65!important}
.b-light-green-500{border-color:#8bc34a!important}
.b-light-green-600{border-color:#7cb342!important}
.b-light-green-700{border-color:#689f38!important}
.b-light-green-800{border-color:#558b2f!important}
.b-light-green-900{border-color:#33691e!important}
.b-light-green-A100{border-color:#ccff90!important}
.b-light-green-A200{border-color:#b2ff59!important}
.b-light-green-A400{border-color:#76ff03!important}
.b-light-green-A700{border-color:#64dd17!important}
.b-lime{border-color:#cddc39!important}
.b-lime-50{border-color:#f9fbe7!important}
.b-lime-100{border-color:#f0f4c3!important}
.b-lime-200{border-color:#e6ee9c!important}
.b-lime-300{border-color:#dce775!important}
.b-lime-400{border-color:#d4e157!important}
.b-lime-500{border-color:#cddc39!important}
.b-lime-600{border-color:#c0ca33!important}
.b-lime-700{border-color:#afb42b!important}
.b-lime-800{border-color:#9e9d24!important}
.b-lime-900{border-color:#827717!important}
.b-lime-A100{border-color:#f4ff81!important}
.b-lime-A200{border-color:#eeff41!important}
.b-lime-A400{border-color:#c6ff00!important}
.b-lime-A700{border-color:#aeea00!important}
.b-yellow{border-color:#ffeb3b!important}
.b-yellow-50{border-color:#fffde7!important}
.b-yellow-100{border-color:#fff9c4!important}
.b-yellow-200{border-color:#fff59d!important}
.b-yellow-300{border-color:#fff176!important}
.b-yellow-400{border-color:#ffee58!important}
.b-yellow-500{border-color:#ffeb3b!important}
.b-yellow-600{border-color:#fdd835!important}
.b-yellow-700{border-color:#fbc02d!important}
.b-yellow-800{border-color:#f9a825!important}
.b-yellow-900{border-color:#f57f17!important}
.b-yellow-A100{border-color:#ffff8d!important}
.b-yellow-A200{border-color:#ff0!important}
.b-yellow-A400{border-color:#ffea00!important}
.b-yellow-A700{border-color:#ffd600!important}
.b-amber{border-color:#ffc107!important}
.b-amber-50{border-color:#fff8e1!important}
.b-amber-100{border-color:#ffecb3!important}
.b-amber-200{border-color:#ffe082!important}
.b-amber-300{border-color:#ffd54f!important}
.b-amber-400{border-color:#ffca28!important}
.b-amber-500{border-color:#ffc107!important}
.b-amber-600{border-color:#ffb300!important}
.b-amber-700{border-color:#ffa000!important}
.b-amber-800{border-color:#ff8f00!important}
.b-amber-900{border-color:#ff6f00!important}
.b-amber-A100{border-color:#ffe57f!important}
.b-amber-A200{border-color:#ffd740!important}
.b-amber-A400{border-color:#ffc400!important}
.b-amber-A700{border-color:#ffab00!important}
.b-orange{border-color:#ff9800!important}
.b-orange-50{border-color:#fff3e0!important}
.b-orange-100{border-color:#ffe0b2!important}
.b-orange-200{border-color:#ffcc80!important}
.b-orange-300{border-color:#ffb74d!important}
.b-orange-400{border-color:#ffa726!important}
.b-orange-500{border-color:#ff9800!important}
.b-orange-600{border-color:#fb8c00!important}
.b-orange-700{border-color:#f57c00!important}
.b-orange-800{border-color:#ef6c00!important}
.b-orange-900{border-color:#e65100!important}
.b-orange-A100{border-color:#ffd180!important}
.b-orange-A200{border-color:#ffab40!important}
.b-orange-A400{border-color:#ff9100!important}
.b-orange-A700{border-color:#ff6d00!important}
.b-deep-orange{border-color:#ff5722!important}
.b-deep-orange-50{border-color:#fbe9e7!important}
.b-deep-orange-100{border-color:#ffccbc!important}
.b-deep-orange-200{border-color:#ffab91!important}
.b-deep-orange-300{border-color:#ff8a65!important}
.b-deep-orange-400{border-color:#ff7043!important}
.b-deep-orange-500{border-color:#ff5722!important}
.b-deep-orange-600{border-color:#f4511e!important}
.b-deep-orange-700{border-color:#e64a19!important}
.b-deep-orange-800{border-color:#d84315!important}
.b-deep-orange-900{border-color:#bf360c!important}
.b-deep-orange-A100{border-color:#ff9e80!important}
.b-deep-orange-A200{border-color:#ff6e40!important}
.b-deep-orange-A400{border-color:#ff3d00!important}
.b-deep-orange-A700{border-color:#dd2c00!important}
.b-brown{border-color:#795548!important}
.b-brown-50{border-color:#efebe9!important}
.b-brown-100{border-color:#d7ccc8!important}
.b-brown-200{border-color:#bcaaa4!important}
.b-brown-300{border-color:#a1887f!important}
.b-brown-400{border-color:#8d6e63!important}
.b-brown-500{border-color:#795548!important}
.b-brown-600{border-color:#6d4c41!important}
.b-brown-700{border-color:#5d4037!important}
.b-brown-800{border-color:#4e342e!important}
.b-brown-900{border-color:#3e2723!important}
.b-blue-grey{border-color:#607d8b!important}
.b-blue-grey-50{border-color:#eceff1!important}
.b-blue-grey-100{border-color:#cfd8dc!important}
.b-blue-grey-200{border-color:#b0bec5!important}
.b-blue-grey-300{border-color:#90a4ae!important}
.b-blue-grey-400{border-color:#78909c!important}
.b-blue-grey-500{border-color:#607d8b!important}
.b-blue-grey-600{border-color:#546e7a!important}
.b-blue-grey-700{border-color:#455a64!important}
.b-blue-grey-800{border-color:#37474f!important}
.b-blue-grey-900{border-color:#263238!important}
.b-grey-50{border-color:#fafafa!important}
.b-grey-100{border-color:#f5f5f5!important}
.b-grey-200{border-color:#eee!important}
.b-grey-300{border-color:#e0e0e0!important}
.b-grey-400{border-color:#bdbdbd!important}
.b-grey-500{border-color:#9e9e9e!important}
.b-grey-600{border-color:#757575!important}
.b-grey-700{border-color:#616161!important}
.b-grey-800{border-color:#424242!important}
.b-grey-900{border-color:#212121!important}

