/************************
Designed by :http://responsivewebinc.com
************************/
body {
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMC8yOS8xMiKqq3kAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABHklEQVRIib2Vyw6EIAxFW5idr///Qx9sfG3pLEyJ3tAwi5EmBqRo7vHawiEEERHS6x7MTMxMVv6+z3tPMUYSkfTM/R0fEaG2bbMv+Gc4nZzn+dN4HAcREa3r+hi3bcuu68jLskhVIlW073tWaYlQ9+F9IpqmSfq+fwskhdO/AwmUTJXrOuaRQNeRkOd5lq7rXmS5InmERKoER/QMvUAPlZDHcZRhGN4CSeGY+aHMqgcks5RrHv/eeh455x5KrMq2yHQdibDO6ncG/KZWL7M8xDyS1/MIO0NJqdULLS81X6/X6aR0nqBSJcPeZnlZrzN477NKURn2Nus8sjzmEII0TfMiyxUuxphVWjpJkbx0btUnshRihVv70Bv8ItXq6Asoi/ZiCbU6YgAAAABJRU5ErkJggg==);*/
	margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

a:hover {
    background-color: #fff;
    color: #333 !important;
    border-radius: 5px;
}

.glowing {
    animation: glowing 1500ms infinite;
}
@keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.error-template {
    padding: 40px 15px;
    text-align: center;
}
.error-actions {
    margin-top:15px;
    margin-bottom:15px;
}
.error-actions .btn {
	margin-right:10px;
}

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1000; 
}
.totop a, .totop a: visited {
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.totop a: hover {
	color: #eee;
	text-decoration: none;
}

.oe:nth-child(2n+1) {
    background-color: lightgray;
    border-radius: 6px;
}

@media (min-width: 34em) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 48em) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 62em) {
    .card-columns {
        column-count: 3;
	}
}

@media (min-width: 75em) {
    .card-columns {
        column-count: 3;
	}
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.mdb-color.lighten-5 {
    background-color: #d0d6e2!important
}

.mdb-color.lighten-4 {
    background-color: #b1bace!important
}

.mdb-color.lighten-3 {
    background-color: #929fba!important
}

.mdb-color.lighten-2 {
    background-color: #7283a7!important
}

.mdb-color.lighten-1 {
    background-color: #59698d!important
}

.mdb-color {
    background-color: #45526e!important
}

.mdb-color-text {
    color: #45526e!important
}

.mdb-color.darken-1 {
    background-color: #3b465e!important
}

.mdb-color.darken-2 {
    background-color: #2e3951!important
}

.mdb-color.darken-3 {
    background-color: #1c2a48!important
}

.mdb-color.darken-4 {
    background-color: #1c2331!important
}

.red.lighten-5 {
    background-color: #ffebee!important
}

.red.lighten-4 {
    background-color: #ffcdd2!important
}

.red.lighten-3 {
    background-color: #ef9a9a!important
}

.red.lighten-2 {
    background-color: #e57373!important
}

.red.lighten-1 {
    background-color: #ef5350!important
}

.red {
    background-color: #f44336!important
}

.red-text {
    color: #f44336!important
}

.red.darken-1 {
    background-color: #e53935!important
}

.red.darken-2 {
    background-color: #d32f2f!important
}

.red.darken-3 {
    background-color: #c62828!important
}

.red.darken-4 {
    background-color: #b71c1c!important
}

.red.accent-1 {
    background-color: #ff8a80!important
}

.red.accent-2 {
    background-color: #ff5252!important
}

.red.accent-3 {
    background-color: #ff1744!important
}

.red.accent-4 {
    background-color: #d50000!important
}

.pink.lighten-5 {
    background-color: #fce4ec!important
}

.pink.lighten-4 {
    background-color: #f8bbd0!important
}

.pink.lighten-3 {
    background-color: #f48fb1!important
}

.pink.lighten-2 {
    background-color: #f06292!important
}

.pink.lighten-1 {
    background-color: #ec407a!important
}

.pink {
    background-color: #e91e63!important
}

.pink-text {
    color: #e91e63!important
}

.pink.darken-1 {
    background-color: #d81b60!important
}

.pink.darken-2 {
    background-color: #c2185b!important
}

.pink.darken-3 {
    background-color: #ad1457!important
}

.pink.darken-4 {
    background-color: #880e4f!important
}

.pink.accent-1 {
    background-color: #ff80ab!important
}

.pink.accent-2 {
    background-color: #ff4081!important
}

.pink.accent-3 {
    background-color: #f50057!important
}

.pink.accent-4 {
    background-color: #c51162!important
}

.purple.lighten-5 {
    background-color: #f3e5f5!important
}

.purple.lighten-4 {
    background-color: #e1bee7!important
}

.purple.lighten-3 {
    background-color: #ce93d8!important
}

.purple.lighten-2 {
    background-color: #ba68c8!important
}

.purple.lighten-1 {
    background-color: #ab47bc!important
}

.purple {
    background-color: #9c27b0!important
}

.purple-text {
    color: #9c27b0!important
}

.purple.darken-1 {
    background-color: #8e24aa!important
}

.purple.darken-2 {
    background-color: #7b1fa2!important
}

.purple.darken-3 {
    background-color: #6a1b9a!important
}

.purple.darken-4 {
    background-color: #4a148c!important
}

.purple.accent-1 {
    background-color: #ea80fc!important
}

.purple.accent-2 {
    background-color: #e040fb!important
}

.purple.accent-3 {
    background-color: #d500f9!important
}

.purple.accent-4 {
    background-color: #a0f!important
}

.deep-purple.lighten-5 {
    background-color: #ede7f6!important
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9!important
}

.deep-purple.lighten-3 {
    background-color: #b39ddb!important
}

.deep-purple.lighten-2 {
    background-color: #9575cd!important
}

.deep-purple.lighten-1 {
    background-color: #7e57c2!important
}

.deep-purple {
    background-color: #673ab7!important
}

.deep-purple-text {
    color: #673ab7!important
}

.deep-purple.darken-1 {
    background-color: #5e35b1!important
}

.deep-purple.darken-2 {
    background-color: #512da8!important
}

.deep-purple.darken-3 {
    background-color: #4527a0!important
}

.deep-purple.darken-4 {
    background-color: #311b92!important
}

.deep-purple.accent-1 {
    background-color: #b388ff!important
}

.deep-purple.accent-2 {
    background-color: #7c4dff!important
}

.deep-purple.accent-3 {
    background-color: #651fff!important
}

.deep-purple.accent-4 {
    background-color: #6200ea!important
}

.indigo.lighten-5 {
    background-color: #e8eaf6!important
}

.indigo.lighten-4 {
    background-color: #c5cae9!important
}

.indigo.lighten-3 {
    background-color: #9fa8da!important
}

.indigo.lighten-2 {
    background-color: #7986cb!important
}

.indigo.lighten-1 {
    background-color: #5c6bc0!important
}

.indigo {
    background-color: #3f51b5!important
}

.indigo-text {
    color: #3f51b5!important
}

.indigo.darken-1 {
    background-color: #3949ab!important
}

.indigo.darken-2 {
    background-color: #303f9f!important
}

.indigo.darken-3 {
    background-color: #283593!important
}

.indigo.darken-4 {
    background-color: #1a237e!important
}

.indigo.accent-1 {
    background-color: #8c9eff!important
}

.indigo.accent-2 {
    background-color: #536dfe!important
}

.indigo.accent-3 {
    background-color: #3d5afe!important
}

.indigo.accent-4 {
    background-color: #304ffe!important
}

.blue.lighten-5 {
    background-color: #e3f2fd!important
}

.blue.lighten-4 {
    background-color: #bbdefb!important
}

.blue.lighten-3 {
    background-color: #90caf9!important
}

.blue.lighten-2 {
    background-color: #64b5f6!important
}

.blue.lighten-1 {
    background-color: #42a5f5!important
}

.blue {
    background-color: #2196f3!important
}

.blue-text {
    color: #2196f3!important
}

.blue.darken-1 {
    background-color: #1e88e5!important
}

.blue.darken-2 {
    background-color: #1976d2!important
}

.blue.darken-3 {
    background-color: #1565c0!important
}

.blue.darken-4 {
    background-color: #0d47a1!important
}

.blue.accent-1 {
    background-color: #82b1ff!important
}

.blue.accent-2 {
    background-color: #448aff!important
}

.blue.accent-3 {
    background-color: #2979ff!important
}

.blue.accent-4 {
    background-color: #2962ff!important
}

.light-blue.lighten-5 {
    background-color: #e1f5fe!important
}

.light-blue.lighten-4 {
    background-color: #b3e5fc!important
}

.light-blue.lighten-3 {
    background-color: #81d4fa!important
}

.light-blue.lighten-2 {
    background-color: #4fc3f7!important
}

.light-blue.lighten-1 {
    background-color: #29b6f6!important
}

.light-blue {
    background-color: #03a9f4!important
}

.light-blue-text {
    color: #03a9f4!important
}

.light-blue.darken-1 {
    background-color: #039be5!important
}

.light-blue.darken-2 {
    background-color: #0288d1!important
}

.light-blue.darken-3 {
    background-color: #0277bd!important
}

.light-blue.darken-4 {
    background-color: #01579b!important
}

.light-blue.accent-1 {
    background-color: #80d8ff!important
}

.light-blue.accent-2 {
    background-color: #40c4ff!important
}

.light-blue.accent-3 {
    background-color: #00b0ff!important
}

.light-blue.accent-4 {
    background-color: #0091ea!important
}

.cyan.lighten-5 {
    background-color: #e0f7fa!important
}

.cyan.lighten-4 {
    background-color: #b2ebf2!important
}

.cyan.lighten-3 {
    background-color: #80deea!important
}

.cyan.lighten-2 {
    background-color: #4dd0e1!important
}

.cyan.lighten-1 {
    background-color: #26c6da!important
}

.cyan {
    background-color: #00bcd4!important
}

.cyan-text {
    color: #00bcd4!important
}

.cyan.darken-1 {
    background-color: #00acc1!important
}

.cyan.darken-2 {
    background-color: #0097a7!important
}

.cyan.darken-3 {
    background-color: #00838f!important
}

.cyan.darken-4 {
    background-color: #006064!important
}

.cyan.accent-1 {
    background-color: #84ffff!important
}

.cyan.accent-2 {
    background-color: #18ffff!important
}

.cyan.accent-3 {
    background-color: #00e5ff!important
}

.cyan.accent-4 {
    background-color: #00b8d4!important
}

.teal.lighten-5 {
    background-color: #e0f2f1!important
}

.teal.lighten-4 {
    background-color: #b2dfdb!important
}

.teal.lighten-3 {
    background-color: #80cbc4!important
}

.teal.lighten-2 {
    background-color: #4db6ac!important
}

.teal.lighten-1 {
    background-color: #26a69a!important
}

.teal {
    background-color: #009688!important
}

.teal-text {
    color: #009688!important
}

.teal.darken-1 {
    background-color: #00897b!important
}

.teal.darken-2 {
    background-color: #00796b!important
}

.teal.darken-3 {
    background-color: #00695c!important
}

.teal.darken-4 {
    background-color: #004d40!important
}

.teal.accent-1 {
    background-color: #a7ffeb!important
}

.teal.accent-2 {
    background-color: #64ffda!important
}

.teal.accent-3 {
    background-color: #1de9b6!important
}

.teal.accent-4 {
    background-color: #00bfa5!important
}

.green.lighten-5 {
    background-color: #e8f5e9!important
}

.green.lighten-4 {
    background-color: #c8e6c9!important
}

.green.lighten-3 {
    background-color: #a5d6a7!important
}

.green.lighten-2 {
    background-color: #81c784!important
}

.green.lighten-1 {
    background-color: #66bb6a!important
}

.green {
    background-color: #4caf50!important
}

.green-text {
    color: #4caf50!important
}

.green.darken-1 {
    background-color: #43a047!important
}

.green.darken-2 {
    background-color: #388e3c!important
}

.green.darken-3 {
    background-color: #2e7d32!important
}

.green.darken-4 {
    background-color: #1b5e20!important
}

.green.accent-1 {
    background-color: #b9f6ca!important
}

.green.accent-2 {
    background-color: #69f0ae!important
}

.green.accent-3 {
    background-color: #00e676!important
}

.green.accent-4 {
    background-color: #00c853!important
}

.light-green.lighten-5 {
    background-color: #f1f8e9!important
}

.light-green.lighten-4 {
    background-color: #dcedc8!important
}

.light-green.lighten-3 {
    background-color: #c5e1a5!important
}

.light-green.lighten-2 {
    background-color: #aed581!important
}

.light-green.lighten-1 {
    background-color: #9ccc65!important
}

.light-green {
    background-color: #8bc34a!important
}

.light-green-text {
    color: #8bc34a!important
}

.light-green.darken-1 {
    background-color: #7cb342!important
}

.light-green.darken-2 {
    background-color: #689f38!important
}

.light-green.darken-3 {
    background-color: #558b2f!important
}

.light-green.darken-4 {
    background-color: #33691e!important
}

.light-green.accent-1 {
    background-color: #ccff90!important
}

.light-green.accent-2 {
    background-color: #b2ff59!important
}

.light-green.accent-3 {
    background-color: #76ff03!important
}

.light-green.accent-4 {
    background-color: #64dd17!important
}

.lime.lighten-5 {
    background-color: #f9fbe7!important
}

.lime.lighten-4 {
    background-color: #f0f4c3!important
}

.lime.lighten-3 {
    background-color: #e6ee9c!important
}

.lime.lighten-2 {
    background-color: #dce775!important
}

.lime.lighten-1 {
    background-color: #d4e157!important
}

.lime {
    background-color: #cddc39!important
}

.lime-text {
    color: #cddc39!important
}

.lime.darken-1 {
    background-color: #c0ca33!important
}

.lime.darken-2 {
    background-color: #afb42b!important
}

.lime.darken-3 {
    background-color: #9e9d24!important
}

.lime.darken-4 {
    background-color: #827717!important
}

.lime.accent-1 {
    background-color: #f4ff81!important
}

.lime.accent-2 {
    background-color: #eeff41!important
}

.lime.accent-3 {
    background-color: #c6ff00!important
}

.lime.accent-4 {
    background-color: #aeea00!important
}

.yellow.lighten-5 {
    background-color: #fffde7!important
}

.yellow.lighten-4 {
    background-color: #fff9c4!important
}

.yellow.lighten-3 {
    background-color: #fff59d!important
}

.yellow.lighten-2 {
    background-color: #fff176!important
}

.yellow.lighten-1 {
    background-color: #ffee58!important
}

.yellow {
    background-color: #ffeb3b!important
}

.yellow-text {
    color: #ffeb3b!important
}

.yellow.darken-1 {
    background-color: #fdd835!important
}

.yellow.darken-2 {
    background-color: #fbc02d!important
}

.yellow.darken-3 {
    background-color: #f9a825!important
}

.yellow.darken-4 {
    background-color: #f57f17!important
}

.yellow.accent-1 {
    background-color: #ffff8d!important
}

.yellow.accent-2 {
    background-color: #ff0!important
}

.yellow.accent-3 {
    background-color: #ffea00!important
}

.yellow.accent-4 {
    background-color: #ffd600!important
}

.amber.lighten-5 {
    background-color: #fff8e1!important
}

.amber.lighten-4 {
    background-color: #ffecb3!important
}

.amber.lighten-3 {
    background-color: #ffe082!important
}

.amber.lighten-2 {
    background-color: #ffd54f!important
}

.amber.lighten-1 {
    background-color: #ffca28!important
}

.amber {
    background-color: #ffc107!important
}

.amber-text {
    color: #ffc107!important
}

.amber.darken-1 {
    background-color: #ffb300!important
}

.amber.darken-2 {
    background-color: #ffa000!important
}

.amber.darken-3 {
    background-color: #ff8f00!important
}

.amber.darken-4 {
    background-color: #ff6f00!important
}

.amber.accent-1 {
    background-color: #ffe57f!important
}

.amber.accent-2 {
    background-color: #ffd740!important
}

.amber.accent-3 {
    background-color: #ffc400!important
}

.amber.accent-4 {
    background-color: #ffab00!important
}

.orange.lighten-5 {
    background-color: #fff3e0!important
}

.orange.lighten-4 {
    background-color: #ffe0b2!important
}

.orange.lighten-3 {
    background-color: #ffcc80!important
}

.orange.lighten-2 {
    background-color: #ffb74d!important
}

.orange.lighten-1 {
    background-color: #ffa726!important
}

.orange {
    background-color: #ff9800!important
}

.orange-text {
    color: #ff9800!important
}

.orange.darken-1 {
    background-color: #fb8c00!important
}

.orange.darken-2 {
    background-color: #f57c00!important
}

.orange.darken-3 {
    background-color: #ef6c00!important
}

.orange.darken-4 {
    background-color: #e65100!important
}

.orange.accent-1 {
    background-color: #ffd180!important
}

.orange.accent-2 {
    background-color: #ffab40!important
}

.orange.accent-3 {
    background-color: #ff9100!important
}

.orange.accent-4 {
    background-color: #ff6d00!important
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7!important
}

.deep-orange.lighten-4 {
    background-color: #ffccbc!important
}

.deep-orange.lighten-3 {
    background-color: #ffab91!important
}

.deep-orange.lighten-2 {
    background-color: #ff8a65!important
}

.deep-orange.lighten-1 {
    background-color: #ff7043!important
}

.deep-orange {
    background-color: #ff5722!important
}

.deep-orange-text {
    color: #ff5722!important
}

.deep-orange.darken-1 {
    background-color: #f4511e!important
}

.deep-orange.darken-2 {
    background-color: #e64a19!important
}

.deep-orange.darken-3 {
    background-color: #d84315!important
}

.deep-orange.darken-4 {
    background-color: #bf360c!important
}

.deep-orange.accent-1 {
    background-color: #ff9e80!important
}

.deep-orange.accent-2 {
    background-color: #ff6e40!important
}

.deep-orange.accent-3 {
    background-color: #ff3d00!important
}

.deep-orange.accent-4 {
    background-color: #dd2c00!important
}

.brown.lighten-5 {
    background-color: #efebe9!important
}

.brown.lighten-4 {
    background-color: #d7ccc8!important
}

.brown.lighten-3 {
    background-color: #bcaaa4!important
}

.brown.lighten-2 {
    background-color: #a1887f!important
}

.brown.lighten-1 {
    background-color: #8d6e63!important
}

.brown {
    background-color: #795548!important
}

.brown-text {
    color: #795548!important
}

.brown.darken-1 {
    background-color: #6d4c41!important
}

.brown.darken-2 {
    background-color: #5d4037!important
}

.brown.darken-3 {
    background-color: #4e342e!important
}

.brown.darken-4 {
    background-color: #3e2723!important
}

.blue-grey.lighten-5 {
    background-color: #eceff1!important
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc!important
}

.blue-grey.lighten-3 {
    background-color: #b0bec5!important
}

.blue-grey.lighten-2 {
    background-color: #90a4ae!important
}

.blue-grey.lighten-1 {
    background-color: #78909c!important
}

.blue-grey {
    background-color: #607d8b!important
}

.blue-grey-text {
    color: #607d8b!important
}

.blue-grey.darken-1 {
    background-color: #546e7a!important
}

.blue-grey.darken-2 {
    background-color: #455a64!important
}

.blue-grey.darken-3 {
    background-color: #37474f!important
}

.blue-grey.darken-4 {
    background-color: #263238!important
}

.grey.lighten-5 {
    background-color: #fafafa!important
}

.grey.lighten-4 {
    background-color: #f5f5f5!important
}

.grey.lighten-3 {
    background-color: #eee!important
}

.grey.lighten-2 {
    background-color: #e0e0e0!important
}

.grey.lighten-1 {
    background-color: #bdbdbd!important
}

.grey {
    background-color: #9e9e9e!important
}

.grey-text {
    color: #9e9e9e!important
}

.grey.darken-1 {
    background-color: #757575!important
}

.grey.darken-2 {
    background-color: #616161!important
}

.grey.darken-3 {
    background-color: #424242!important
}

.grey.darken-4 {
    background-color: #212121!important
}

.transparent {
    background-color: transparent!important
}

.transparent-text {
    color: transparent!important
}

.light-blue-text {
    color: #82b1ff!important
}

.dark-grey-text {
    color: #4f4f4f!important
}

.danger-color,
.stepper li.warning a .circle,
.toast-error {
    background-color: #ff3547!important
}

.danger-color-dark {
    background-color: #c00!important
}

.toast-warning,
.warning-color {
    background-color: #fb3!important
}

.warning-color-dark {
    background-color: #f80!important
}

.success-color,
.toast-success {
    background-color: #00c851!important
}

.success-color-dark {
    background-color: #007e33!important
}

.info-color,
.toast-info {
    background-color: #33b5e5!important
}

.info-color-dark {
    background-color: #09c!important
}

.default-color {
    background-color: #2bbbad!important
}

.default-color-dark {
    background-color: #00695c!important
}

.primary-color,
.stepper li.active a .circle,
.stepper li.completed a .circle {
    background-color: #4285f4!important
}

.primary-color-dark {
    background-color: #0d47a1!important
}

.secondary-color {
    background-color: #a6c!important
}

.secondary-color-dark {
    background-color: #93c!important
}

.elegant-color {
    background-color: #2e2e2e!important
}

.elegant-color-dark {
    background-color: #212121!important
}

.stylish-color {
    background-color: #4b515d!important
}

.stylish-color-dark {
    background-color: #3e4551!important
}

.special-color {
    background-color: #37474f!important
}

.special-color-dark {
    background-color: #263238!important
}

.unique-color {
    background-color: #3f729b!important
}

.unique-color-dark {
    background-color: #1c2331!important
}

.mdb-color {
    background-color: #45526e!important
}

.rgba-blue-light {
    background-color: rgba(3, 169, 244, .3)!important
}

.rgba-red-light {
    background-color: rgba(244, 67, 54, .3)!important
}

.rgba-pink-light {
    background-color: rgba(233, 30, 99, .3)!important
}

.rgba-purple-light {
    background-color: rgba(156, 39, 176, .3)!important
}

.rgba-indigo-light {
    background-color: rgba(63, 81, 181, .3)!important
}

.rgba-cyan-light {
    background-color: rgba(0, 188, 212, .3)!important
}

.rgba-teal-light {
    background-color: rgba(0, 150, 136, .3)!important
}

.rgba-green-light {
    background-color: rgba(76, 175, 80, .3)!important
}

.rgba-lime-light {
    background-color: rgba(205, 220, 57, .3)!important
}

.rgba-yellow-light {
    background-color: rgba(255, 235, 59, .3)!important
}

.rgba-orange-light {
    background-color: rgba(255, 152, 0, .3)!important
}

.rgba-brown-light {
    background-color: rgba(121, 85, 72, .3)!important
}

.rgba-grey-light {
    background-color: rgba(158, 158, 158, .3)!important
}

.rgba-bluegrey-light {
    background-color: rgba(96, 125, 139, .3)!important
}

.rgba-black-light {
    background-color: rgba(0, 0, 0, .3)!important
}

.rgba-stylish-light {
    background-color: rgba(62, 69, 81, .3)!important
}

.rgba-white-light {
    background-color: rgba(255, 255, 255, .3)!important
}

.rgba-blue-strong {
    background-color: rgba(3, 169, 244, .7)!important
}

.rgba-red-strong {
    background-color: rgba(244, 67, 54, .7)!important
}

.rgba-pink-strong {
    background-color: rgba(233, 30, 99, .7)!important
}

.rgba-purple-strong {
    background-color: rgba(156, 39, 176, .7)!important
}

.rgba-indigo-strong {
    background-color: rgba(63, 81, 181, .7)!important
}

.rgba-cyan-strong {
    background-color: rgba(0, 188, 212, .7)!important
}

.rgba-teal-strong {
    background-color: rgba(0, 150, 136, .7)!important
}

.rgba-green-strong {
    background-color: rgba(76, 175, 80, .7)!important
}

.rgba-lime-strong {
    background-color: rgba(205, 220, 57, .7)!important
}

.rgba-yellow-strong {
    background-color: rgba(255, 235, 59, .7)!important
}

.rgba-orange-strong {
    background-color: rgba(255, 152, 0, .7)!important
}

.rgba-brown-strong {
    background-color: rgba(121, 85, 72, .7)!important
}

.rgba-grey-strong {
    background-color: rgba(158, 158, 158, .7)!important
}

.rgba-bluegrey-strong {
    background-color: rgba(96, 125, 139, .7)!important
}

.rgba-black-strong {
    background-color: rgba(0, 0, 0, .7)!important
}

.rgba-stylish-strong {
    background-color: rgba(62, 69, 81, .7)!important
}

.rgba-white-strong {
    background-color: rgba(255, 255, 255, .7)!important
}

.rgba-blue-slight {
    background-color: rgba(3, 169, 244, .1)!important
}

.rgba-red-slight {
    background-color: rgba(244, 67, 54, .1)!important
}

.rgba-pink-slight {
    background-color: rgba(233, 30, 99, .1)!important
}

.rgba-purple-slight {
    background-color: rgba(156, 39, 176, .1)!important
}

.rgba-indigo-slight {
    background-color: rgba(63, 81, 181, .1)!important
}

.rgba-cyan-slight {
    background-color: rgba(0, 188, 212, .1)!important
}

.rgba-teal-slight {
    background-color: rgba(0, 150, 136, .1)!important
}

.rgba-green-slight {
    background-color: rgba(76, 175, 80, .1)!important
}

.rgba-lime-slight {
    background-color: rgba(205, 220, 57, .1)!important
}

.rgba-yellow-slight {
    background-color: rgba(255, 235, 59, .1)!important
}

.rgba-orange-slight {
    background-color: rgba(255, 152, 0, .1)!important
}

.rgba-brown-slight {
    background-color: rgba(121, 85, 72, .1)!important
}

.rgba-grey-slight {
    background-color: rgba(158, 158, 158, .1)!important
}

.rgba-bluegrey-slight {
    background-color: rgba(96, 125, 139, .1)!important
}

.rgba-black-slight {
    background-color: rgba(0, 0, 0, .1)!important
}

.rgba-stylish-slight {
    background-color: rgba(62, 69, 81, .1)!important
}

.rgba-white-slight {
    background-color: rgba(255, 255, 255, .1)!important
}

.bg-primary {
    background-color: #4285f4!important
}

.bg-danger {
    background-color: #ff3547!important
}

.bg-warning {
    background-color: #f80!important
}

.bg-success {
    background-color: #00c851!important
}

.bg-info {
    background-color: #33b5e5!important
}

.bg-default {
    background-color: #2bbbad!important
}

.bg-secondary {
    background-color: #a6c!important
}

.bg-elegant {
    background-color: #2e2e2e!important
}

.bg-unique {
    background-color: #880e4f!important
}

.bg-dark-green {
    background-color: #388e3c!important
}

.bg-mdb-color {
    background-color: #59698d!important
}

.bg-red {
    background-color: #d32f2f!important
}

.bg-pink {
    background-color: #ec407a!important
}

.bg-purple {
    background-color: #8e24aa!important
}

.bg-deep-purple {
    background-color: #512da8!important
}

.bg-indigo {
    background-color: #3f51b5!important
}

.bg-blue {
    background-color: #1976d2!important
}

.bg-light-blue {
    background-color: #82b1ff!important
}

.bg-cyan {
    background-color: #00bcd4!important
}

.bg-teal {
    background-color: #00796b!important
}

.bg-green {
    background-color: #388e3c!important
}

.bg-light-green {
    background-color: #8bc34a!important
}

.bg-lime {
    background-color: #afb42b!important
}

.bg-yellow {
    background-color: #fbc02d!important
}

.bg-amber {
    background-color: #ffa000!important
}

.bg-orange {
    background-color: #f57c00!important
}

.bg-deep-orange {
    background-color: #ff7043!important
}

.bg-brown {
    background-color: #795548!important
}

.bg-grey {
    background-color: #616161!important
}

.bg-blue-grey {
    background-color: #78909c!important
}

.bg-dark {
    background-color: #212121!important
}

.bg-light {
    background-color: #e0e0e0!important
}

.bg-white {
    background-color: #fff!important
}

.bg-black {
    background-color: #000!important
}

.cloud-gradient {
    background: -webkit-linear-gradient(50deg, #ece9e6, #ffffff);
    background: linear-gradient(40deg, #ece9e6, #ffffff)
}

.orange-gradient {
    background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262);
    background: linear-gradient(40deg, #ffd86f, #fc6262)
}

.purple-gradient {
    background: -webkit-linear-gradient(50deg, #ff6ec4, #7873f5);
    background: linear-gradient(40deg, #ff6ec4, #7873f5)
}

.peach-gradient {
    background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262);
    background: linear-gradient(40deg, #ffd86f, #fc6262)
}

.aqua-gradient {
    background: -webkit-linear-gradient(50deg, #2096ff, #05ffa3);
    background: linear-gradient(40deg, #2096ff, #05ffa3)
}

.blue-gradient {
    background: -webkit-linear-gradient(50deg, #45cafc, #303f9f);
    background: linear-gradient(40deg, #45cafc, #303f9f)
}

.youtube-gradient {
    background: -webkit-linear-gradient(50deg, #e52d27, #b31217);
    background: linear-gradient(40deg, #e52d27, #b31217)
}

.ibiza-gradient {
    background: -webkit-linear-gradient(50deg, #ee0979, #ff6a00);
    background: linear-gradient(40deg, #ee0979, #ff6a00)
}

.timber-gradient {
    background: -webkit-linear-gradient(50deg, #fc00ff, #00dbde);
    background: linear-gradient(40deg, #fc00ff, #00dbde)
}

.black-gradient {
    background: -webkit-linear-gradient(50deg, #000000, #1c2a48);
    background: linear-gradient(40deg, #000000, #1c2a48)
}

.sky-gradient {
    background: -webkit-linear-gradient(50deg, #1488CC, #2B32B2);
    background: linear-gradient(40deg, #1488CC, #2B32B2)
}

.skyline-gradient {
    background: -webkit-linear-gradient(50deg, #45cafc, #303f9f);
    background: linear-gradient(40deg, #45cafc, #303f9f)
}

.mirage-gradient {
    background: -webkit-linear-gradient(50deg, #16222A, #3A6073);
    background: linear-gradient(40deg, #16222A, #3A6073)
}

.frost-gradient {
    background: -webkit-linear-gradient(50deg, #000428, #004e92);
    background: linear-gradient(40deg, #000428, #004e92)
}

.cosmic-gradient {
    background: -webkit-linear-gradient(50deg, #ff00cc, #333399);
    background: linear-gradient(40deg, #ff00cc, #333399)
}

.gold-gradient {
    background: -webkit-linear-gradient(50deg, #ffd700, #daa520);
    background: linear-gradient(40deg, #ffd700, #daa520)
}

.metallic-gradient {
    background: -webkit-linear-gradient(50deg, #abbaab, #ffffff);
    background: linear-gradient(40deg, #abbaab, #ffffff)
}

.superman {
    background: -webkit-linear-gradient(50deg, #0099F7, #F11712);
    background: linear-gradient(40deg, #0099F7, #F11712)
}

.soundcloud-gradient {
    background: -webkit-linear-gradient(50deg, #fe8c00, #f83600);
    background: linear-gradient(40deg, #fe8c00, #f83600)
}

.instagram {
    background: #833ab4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #868e96!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

.text-muted {
    color: #868e96!important
}

.nav-link, .navbar-toggler {
    color: #fff!important
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not([disabled]):not(.disabled) {
    cursor: pointer
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76
}

.btn-secondary:not([disabled]):not(.disabled).active:focus,
.btn-secondary:not([disabled]):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not([disabled]):not(.disabled).active:focus,
.btn-success:not([disabled]):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not([disabled]):not(.disabled).active:focus,
.btn-info:not([disabled]):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not([disabled]):not(.disabled).active:focus,
.btn-warning:not([disabled]):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not([disabled]):not(.disabled).active:focus,
.btn-danger:not([disabled]):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not([disabled]):not(.disabled).active:focus,
.btn-light:not([disabled]):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not([disabled]):not(.disabled).active:focus,
.btn-dark:not([disabled]):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #212529;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-casino {
    color: #fff;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    width: 100%;
}

.btn-link {
    font-weight: 400;
    color: #000;
    background-color: transparent;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #868e96
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.black-skin .btn-default.active:not([disabled]):not(.disabled),
.black-skin .btn-default.active:not([disabled]):not(.disabled):focus,
.black-skin .btn-default.focus,
.black-skin .btn-default:focus,
.black-skin .btn-default:not([disabled]):not(.disabled):active,
.black-skin .btn-default:not([disabled]):not(.disabled):active:focus,
.black-skin .btn-primary.active:not([disabled]):not(.disabled),
.black-skin .btn-primary.active:not([disabled]):not(.disabled):focus,
.black-skin .btn-primary.focus,
.black-skin .btn-primary:focus,
.black-skin .btn-primary:not([disabled]):not(.disabled):active,
.black-skin .btn-primary:not([disabled]):not(.disabled):active:focus,
.black-skin .btn-secondary.active:not([disabled]):not(.disabled),
.black-skin .btn-secondary.active:not([disabled]):not(.disabled):focus,
.black-skin .btn-secondary.focus,
.black-skin .btn-secondary:focus,
.black-skin .btn-secondary:not([disabled]):not(.disabled):active,
.black-skin .btn-secondary:not([disabled]):not(.disabled):active:focus,
.btn-amber.active:not([disabled]):not(.disabled),
.btn-amber.active:not([disabled]):not(.disabled):focus,
.btn-amber.focus,
.btn-amber:focus,
.btn-amber:not([disabled]):not(.disabled):active,
.btn-amber:not([disabled]):not(.disabled):active:focus,
.btn-black.active:not([disabled]):not(.disabled),
.btn-black.active:not([disabled]):not(.disabled):focus,
.btn-black.focus,
.btn-black:focus,
.btn-black:not([disabled]):not(.disabled):active,
.btn-black:not([disabled]):not(.disabled):active:focus,
.btn-blue-grey.active:not([disabled]):not(.disabled),
.btn-blue-grey.active:not([disabled]):not(.disabled):focus,
.btn-blue-grey.focus,
.btn-blue-grey:focus,
.btn-blue-grey:not([disabled]):not(.disabled):active,
.btn-blue-grey:not([disabled]):not(.disabled):active:focus,
.btn-blue.active:not([disabled]):not(.disabled),
.btn-blue.active:not([disabled]):not(.disabled):focus,
.btn-blue.focus,
.btn-blue:focus,
.btn-blue:not([disabled]):not(.disabled):active,
.btn-blue:not([disabled]):not(.disabled):active:focus,
.btn-brown.active:not([disabled]):not(.disabled),
.btn-brown.active:not([disabled]):not(.disabled):focus,
.btn-brown.focus,
.btn-brown:focus,
.btn-brown:not([disabled]):not(.disabled):active,
.btn-brown:not([disabled]):not(.disabled):active:focus,
.btn-comm.active:not([disabled]):not(.disabled),
.btn-comm.active:not([disabled]):not(.disabled):focus,
.btn-comm.focus,
.btn-comm:focus,
.btn-comm:not([disabled]):not(.disabled):active,
.btn-comm:not([disabled]):not(.disabled):active:focus,
.btn-cyan.active:not([disabled]):not(.disabled),
.btn-cyan.active:not([disabled]):not(.disabled):focus,
.btn-cyan.focus,
.btn-cyan:focus,
.btn-cyan:not([disabled]):not(.disabled):active,
.btn-cyan:not([disabled]):not(.disabled):active:focus,
.btn-danger.active:not([disabled]):not(.disabled),
.btn-danger.active:not([disabled]):not(.disabled):focus,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled):active:focus,
.btn-dark-green.active:not([disabled]):not(.disabled),
.btn-dark-green.active:not([disabled]):not(.disabled):focus,
.btn-dark-green.focus,
.btn-dark-green:focus,
.btn-dark-green:not([disabled]):not(.disabled):active,
.btn-dark-green:not([disabled]):not(.disabled):active:focus,
.btn-dark.active:not([disabled]):not(.disabled),
.btn-dark.active:not([disabled]):not(.disabled):focus,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not([disabled]):not(.disabled):active,
.btn-dark:not([disabled]):not(.disabled):active:focus,
.btn-deep-orange.active:not([disabled]):not(.disabled),
.btn-deep-orange.active:not([disabled]):not(.disabled):focus,
.btn-deep-orange.focus,
.btn-deep-orange:focus,
.btn-deep-orange:not([disabled]):not(.disabled):active,
.btn-deep-orange:not([disabled]):not(.disabled):active:focus,
.btn-deep-purple.active:not([disabled]):not(.disabled),
.btn-deep-purple.active:not([disabled]):not(.disabled):focus,
.btn-deep-purple.focus,
.btn-deep-purple:focus,
.btn-deep-purple:not([disabled]):not(.disabled):active,
.btn-deep-purple:not([disabled]):not(.disabled):active:focus,
.btn-default.active:not([disabled]):not(.disabled),
.btn-default.active:not([disabled]):not(.disabled):focus,
.btn-default.focus,
.btn-default:focus,
.btn-default:not([disabled]):not(.disabled):active,
.btn-default:not([disabled]):not(.disabled):active:focus,
.btn-dribbble.active:not([disabled]):not(.disabled),
.btn-dribbble.active:not([disabled]):not(.disabled):focus,
.btn-dribbble.focus,
.btn-dribbble:focus,
.btn-dribbble:not([disabled]):not(.disabled):active,
.btn-dribbble:not([disabled]):not(.disabled):active:focus,
.btn-elegant.active:not([disabled]):not(.disabled),
.btn-elegant.active:not([disabled]):not(.disabled):focus,
.btn-elegant.focus,
.btn-elegant:focus,
.btn-elegant:not([disabled]):not(.disabled):active,
.btn-elegant:not([disabled]):not(.disabled):active:focus,
.btn-email.active:not([disabled]):not(.disabled),
.btn-email.active:not([disabled]):not(.disabled):focus,
.btn-email.focus,
.btn-email:focus,
.btn-email:not([disabled]):not(.disabled):active,
.btn-email:not([disabled]):not(.disabled):active:focus,
.btn-fb.active:not([disabled]):not(.disabled),
.btn-fb.active:not([disabled]):not(.disabled):focus,
.btn-fb.focus,
.btn-fb:focus,
.btn-fb:not([disabled]):not(.disabled):active,
.btn-fb:not([disabled]):not(.disabled):active:focus,
.btn-floating,
.btn-floating.btn-flat.active,
.btn-git.active:not([disabled]):not(.disabled),
.btn-git.active:not([disabled]):not(.disabled):focus,
.btn-git.focus,
.btn-git:focus,
.btn-git:not([disabled]):not(.disabled):active,
.btn-git:not([disabled]):not(.disabled):active:focus,
.btn-gplus.active:not([disabled]):not(.disabled),
.btn-gplus.active:not([disabled]):not(.disabled):focus,
.btn-gplus.focus,
.btn-gplus:focus,
.btn-gplus:not([disabled]):not(.disabled):active,
.btn-gplus:not([disabled]):not(.disabled):active:focus,
.btn-green.active:not([disabled]):not(.disabled),
.btn-green.active:not([disabled]):not(.disabled):focus,
.btn-green.focus,
.btn-green:focus,
.btn-green:not([disabled]):not(.disabled):active,
.btn-green:not([disabled]):not(.disabled):active:focus,
.btn-grey.active:not([disabled]):not(.disabled),
.btn-grey.active:not([disabled]):not(.disabled):focus,
.btn-grey.focus,
.btn-grey:focus,
.btn-grey:not([disabled]):not(.disabled):active,
.btn-grey:not([disabled]):not(.disabled):active:focus,
.btn-indigo.active:not([disabled]):not(.disabled),
.btn-indigo.active:not([disabled]):not(.disabled):focus,
.btn-indigo.focus,
.btn-indigo:focus,
.btn-indigo:not([disabled]):not(.disabled):active,
.btn-indigo:not([disabled]):not(.disabled):active:focus,
.btn-info.active:not([disabled]):not(.disabled),
.btn-info.active:not([disabled]):not(.disabled):focus,
.btn-info.focus,
.btn-info:focus,
.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled):active:focus,
.btn-ins.active:not([disabled]):not(.disabled),
.btn-ins.active:not([disabled]):not(.disabled):focus,
.btn-ins.focus,
.btn-ins:focus,
.btn-ins:not([disabled]):not(.disabled):active,
.btn-ins:not([disabled]):not(.disabled):active:focus,
.btn-li.active:not([disabled]):not(.disabled),
.btn-li.active:not([disabled]):not(.disabled):focus,
.btn-li.focus,
.btn-li:focus,
.btn-li:not([disabled]):not(.disabled):active,
.btn-li:not([disabled]):not(.disabled):active:focus,
.btn-light-blue.active:not([disabled]):not(.disabled),
.btn-light-blue.active:not([disabled]):not(.disabled):focus,
.btn-light-blue.focus,
.btn-light-blue:focus,
.btn-light-blue:not([disabled]):not(.disabled):active,
.btn-light-blue:not([disabled]):not(.disabled):active:focus,
.btn-light-green.active:not([disabled]):not(.disabled),
.btn-light-green.active:not([disabled]):not(.disabled):focus,
.btn-light-green.focus,
.btn-light-green:focus,
.btn-light-green:not([disabled]):not(.disabled):active,
.btn-light-green:not([disabled]):not(.disabled):active:focus,
.btn-light.active:not([disabled]):not(.disabled),
.btn-light.active:not([disabled]):not(.disabled):focus,
.btn-light.focus,
.btn-light:focus,
.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled):active:focus,
.btn-lime.active:not([disabled]):not(.disabled),
.btn-lime.active:not([disabled]):not(.disabled):focus,
.btn-lime.focus,
.btn-lime:focus,
.btn-lime:not([disabled]):not(.disabled):active,
.btn-lime:not([disabled]):not(.disabled):active:focus,
.btn-mdb-color.active:not([disabled]):not(.disabled),
.btn-mdb-color.active:not([disabled]):not(.disabled):focus,
.btn-mdb-color.focus,
.btn-mdb-color:focus,
.btn-mdb-color:not([disabled]):not(.disabled):active,
.btn-mdb-color:not([disabled]):not(.disabled):active:focus,
.btn-mdb.active:not([disabled]):not(.disabled),
.btn-mdb.active:not([disabled]):not(.disabled):focus,
.btn-mdb.focus,
.btn-mdb:focus,
.btn-mdb:not([disabled]):not(.disabled):active,
.btn-mdb:not([disabled]):not(.disabled):active:focus,
.btn-orange.active:not([disabled]):not(.disabled),
.btn-orange.active:not([disabled]):not(.disabled):focus,
.btn-orange.focus,
.btn-orange:focus,
.btn-orange:not([disabled]):not(.disabled):active,
.btn-orange:not([disabled]):not(.disabled):active:focus,
.btn-outline-amber.active:not([disabled]):not(.disabled),
.btn-outline-amber.active:not([disabled]):not(.disabled):focus,
.btn-outline-amber:not([disabled]):not(.disabled):active,
.btn-outline-amber:not([disabled]):not(.disabled):active:focus,
.btn-outline-black.active:not([disabled]):not(.disabled),
.btn-outline-black.active:not([disabled]):not(.disabled):focus,
.btn-outline-black:not([disabled]):not(.disabled):active,
.btn-outline-black:not([disabled]):not(.disabled):active:focus,
.btn-outline-blue-grey.active:not([disabled]):not(.disabled),
.btn-outline-blue-grey.active:not([disabled]):not(.disabled):focus,
.btn-outline-blue-grey:not([disabled]):not(.disabled):active,
.btn-outline-blue-grey:not([disabled]):not(.disabled):active:focus,
.btn-outline-blue.active:not([disabled]):not(.disabled),
.btn-outline-blue.active:not([disabled]):not(.disabled):focus,
.btn-outline-blue:not([disabled]):not(.disabled):active,
.btn-outline-blue:not([disabled]):not(.disabled):active:focus,
.btn-outline-brown.active:not([disabled]):not(.disabled),
.btn-outline-brown.active:not([disabled]):not(.disabled):focus,
.btn-outline-brown:not([disabled]):not(.disabled):active,
.btn-outline-brown:not([disabled]):not(.disabled):active:focus,
.btn-outline-cyan.active:not([disabled]):not(.disabled),
.btn-outline-cyan.active:not([disabled]):not(.disabled):focus,
.btn-outline-cyan:not([disabled]):not(.disabled):active,
.btn-outline-cyan:not([disabled]):not(.disabled):active:focus,
.btn-outline-danger.active:not([disabled]):not(.disabled),
.btn-outline-danger.active:not([disabled]):not(.disabled):focus,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.btn-outline-danger:not([disabled]):not(.disabled):active:focus,
.btn-outline-dark-green.active:not([disabled]):not(.disabled),
.btn-outline-dark-green.active:not([disabled]):not(.disabled):focus,
.btn-outline-dark-green:not([disabled]):not(.disabled):active,
.btn-outline-dark-green:not([disabled]):not(.disabled):active:focus,
.btn-outline-dark.active:not([disabled]):not(.disabled),
.btn-outline-dark.active:not([disabled]):not(.disabled):focus,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.btn-outline-dark:not([disabled]):not(.disabled):active:focus,
.btn-outline-deep-orange.active:not([disabled]):not(.disabled),
.btn-outline-deep-orange.active:not([disabled]):not(.disabled):focus,
.btn-outline-deep-orange:not([disabled]):not(.disabled):active,
.btn-outline-deep-orange:not([disabled]):not(.disabled):active:focus,
.btn-outline-deep-purple.active:not([disabled]):not(.disabled),
.btn-outline-deep-purple.active:not([disabled]):not(.disabled):focus,
.btn-outline-deep-purple:not([disabled]):not(.disabled):active,
.btn-outline-deep-purple:not([disabled]):not(.disabled):active:focus,
.btn-outline-default.active:not([disabled]):not(.disabled),
.btn-outline-default.active:not([disabled]):not(.disabled):focus,
.btn-outline-default:not([disabled]):not(.disabled):active,
.btn-outline-default:not([disabled]):not(.disabled):active:focus,
.btn-outline-elegant.active:not([disabled]):not(.disabled),
.btn-outline-elegant.active:not([disabled]):not(.disabled):focus,
.btn-outline-elegant:not([disabled]):not(.disabled):active,
.btn-outline-elegant:not([disabled]):not(.disabled):active:focus,
.btn-outline-green.active:not([disabled]):not(.disabled),
.btn-outline-green.active:not([disabled]):not(.disabled):focus,
.btn-outline-green:not([disabled]):not(.disabled):active,
.btn-outline-green:not([disabled]):not(.disabled):active:focus,
.btn-outline-grey.active:not([disabled]):not(.disabled),
.btn-outline-grey.active:not([disabled]):not(.disabled):focus,
.btn-outline-grey:not([disabled]):not(.disabled):active,
.btn-outline-grey:not([disabled]):not(.disabled):active:focus,
.btn-outline-indigo.active:not([disabled]):not(.disabled),
.btn-outline-indigo.active:not([disabled]):not(.disabled):focus,
.btn-outline-indigo:not([disabled]):not(.disabled):active,
.btn-outline-indigo:not([disabled]):not(.disabled):active:focus,
.btn-outline-info.active:not([disabled]):not(.disabled),
.btn-outline-info.active:not([disabled]):not(.disabled):focus,
.btn-outline-info:not([disabled]):not(.disabled):active,
.btn-outline-info:not([disabled]):not(.disabled):active:focus,
.btn-outline-light-blue.active:not([disabled]):not(.disabled),
.btn-outline-light-blue.active:not([disabled]):not(.disabled):focus,
.btn-outline-light-blue:not([disabled]):not(.disabled):active,
.btn-outline-light-blue:not([disabled]):not(.disabled):active:focus,
.btn-outline-light-green.active:not([disabled]):not(.disabled),
.btn-outline-light-green.active:not([disabled]):not(.disabled):focus,
.btn-outline-light-green:not([disabled]):not(.disabled):active,
.btn-outline-light-green:not([disabled]):not(.disabled):active:focus,
.btn-outline-light.active:not([disabled]):not(.disabled),
.btn-outline-light.active:not([disabled]):not(.disabled):focus,
.btn-outline-light:not([disabled]):not(.disabled):active,
.btn-outline-light:not([disabled]):not(.disabled):active:focus,
.btn-outline-lime.active:not([disabled]):not(.disabled),
.btn-outline-lime.active:not([disabled]):not(.disabled):focus,
.btn-outline-lime:not([disabled]):not(.disabled):active,
.btn-outline-lime:not([disabled]):not(.disabled):active:focus,
.btn-outline-mdb-color.active:not([disabled]):not(.disabled),
.btn-outline-mdb-color.active:not([disabled]):not(.disabled):focus,
.btn-outline-mdb-color:not([disabled]):not(.disabled):active,
.btn-outline-mdb-color:not([disabled]):not(.disabled):active:focus,
.btn-outline-orange.active:not([disabled]):not(.disabled),
.btn-outline-orange.active:not([disabled]):not(.disabled):focus,
.btn-outline-orange:not([disabled]):not(.disabled):active,
.btn-outline-orange:not([disabled]):not(.disabled):active:focus,
.btn-outline-pink.active:not([disabled]):not(.disabled),
.btn-outline-pink.active:not([disabled]):not(.disabled):focus,
.btn-outline-pink:not([disabled]):not(.disabled):active,
.btn-outline-pink:not([disabled]):not(.disabled):active:focus,
.btn-outline-primary.active:not([disabled]):not(.disabled),
.btn-outline-primary.active:not([disabled]):not(.disabled):focus,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled):active:focus,
.btn-outline-purple.active:not([disabled]):not(.disabled),
.btn-outline-purple.active:not([disabled]):not(.disabled):focus,
.btn-outline-purple:not([disabled]):not(.disabled):active,
.btn-outline-purple:not([disabled]):not(.disabled):active:focus,
.btn-outline-red.active:not([disabled]):not(.disabled),
.btn-outline-red.active:not([disabled]):not(.disabled):focus,
.btn-outline-red:not([disabled]):not(.disabled):active,
.btn-outline-red:not([disabled]):not(.disabled):active:focus,
.btn-outline-secondary.active:not([disabled]):not(.disabled),
.btn-outline-secondary.active:not([disabled]):not(.disabled):focus,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.btn-outline-secondary:not([disabled]):not(.disabled):active:focus,
.btn-outline-success.active:not([disabled]):not(.disabled),
.btn-outline-success.active:not([disabled]):not(.disabled):focus,
.btn-outline-success:not([disabled]):not(.disabled):active,
.btn-outline-success:not([disabled]):not(.disabled):active:focus,
.btn-outline-teal.active:not([disabled]):not(.disabled),
.btn-outline-teal.active:not([disabled]):not(.disabled):focus,
.btn-outline-teal:not([disabled]):not(.disabled):active,
.btn-outline-teal:not([disabled]):not(.disabled):active:focus,
.btn-outline-unique.active:not([disabled]):not(.disabled),
.btn-outline-unique.active:not([disabled]):not(.disabled):focus,
.btn-outline-unique:not([disabled]):not(.disabled):active,
.btn-outline-unique:not([disabled]):not(.disabled):active:focus,
.btn-outline-warning.active:not([disabled]):not(.disabled),
.btn-outline-warning.active:not([disabled]):not(.disabled):focus,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.btn-outline-warning:not([disabled]):not(.disabled):active:focus,
.btn-outline-white.active:not([disabled]):not(.disabled),
.btn-outline-white.active:not([disabled]):not(.disabled):focus,
.btn-outline-white:not([disabled]):not(.disabled):active,
.btn-outline-white:not([disabled]):not(.disabled):active:focus,
.btn-outline-yellow.active:not([disabled]):not(.disabled),
.btn-outline-yellow.active:not([disabled]):not(.disabled):focus,
.btn-outline-yellow:not([disabled]):not(.disabled):active,
.btn-outline-yellow:not([disabled]):not(.disabled):active:focus,
.btn-pin.active:not([disabled]):not(.disabled),
.btn-pin.active:not([disabled]):not(.disabled):focus,
.btn-pin.focus,
.btn-pin:focus,
.btn-pin:not([disabled]):not(.disabled):active,
.btn-pin:not([disabled]):not(.disabled):active:focus,
.btn-pink.active:not([disabled]):not(.disabled),
.btn-pink.active:not([disabled]):not(.disabled):focus,
.btn-pink.focus,
.btn-pink:focus,
.btn-pink:not([disabled]):not(.disabled):active,
.btn-pink:not([disabled]):not(.disabled):active:focus,
.btn-primary.active:not([disabled]):not(.disabled),
.btn-primary.active:not([disabled]):not(.disabled):focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.btn-purple.active:not([disabled]):not(.disabled),
.btn-purple.active:not([disabled]):not(.disabled):focus,
.btn-purple.focus,
.btn-purple:focus,
.btn-purple:not([disabled]):not(.disabled):active,
.btn-purple:not([disabled]):not(.disabled):active:focus,
.btn-red.active:not([disabled]):not(.disabled),
.btn-red.active:not([disabled]):not(.disabled):focus,
.btn-red.focus,
.btn-red:focus,
.btn-red:not([disabled]):not(.disabled):active,
.btn-red:not([disabled]):not(.disabled):active:focus,
.btn-secondary.active:not([disabled]):not(.disabled),
.btn-secondary.active:not([disabled]):not(.disabled):focus,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled):active:focus,
.btn-slack.active:not([disabled]):not(.disabled),
.btn-slack.active:not([disabled]):not(.disabled):focus,
.btn-slack.focus,
.btn-slack:focus,
.btn-slack:not([disabled]):not(.disabled):active,
.btn-slack:not([disabled]):not(.disabled):active:focus,
.btn-so.active:not([disabled]):not(.disabled),
.btn-so.active:not([disabled]):not(.disabled):focus,
.btn-so.focus,
.btn-so:focus,
.btn-so:not([disabled]):not(.disabled):active,
.btn-so:not([disabled]):not(.disabled):active:focus,
.btn-success.active:not([disabled]):not(.disabled),
.btn-success.active:not([disabled]):not(.disabled):focus,
.btn-success.focus,
.btn-success:focus,
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled):active:focus,
.btn-teal.active:not([disabled]):not(.disabled),
.btn-teal.active:not([disabled]):not(.disabled):focus,
.btn-teal.focus,
.btn-teal:focus,
.btn-teal:not([disabled]):not(.disabled):active,
.btn-teal:not([disabled]):not(.disabled):active:focus,
.btn-tw.active:not([disabled]):not(.disabled),
.btn-tw.active:not([disabled]):not(.disabled):focus,
.btn-tw.focus,
.btn-tw:focus,
.btn-tw:not([disabled]):not(.disabled):active,
.btn-tw:not([disabled]):not(.disabled):active:focus,
.btn-unique.active:not([disabled]):not(.disabled),
.btn-unique.active:not([disabled]):not(.disabled):focus,
.btn-unique.focus,
.btn-unique:focus,
.btn-unique:not([disabled]):not(.disabled):active,
.btn-unique:not([disabled]):not(.disabled):active:focus,
.btn-vk.active:not([disabled]):not(.disabled),
.btn-vk.active:not([disabled]):not(.disabled):focus,
.btn-vk.focus,
.btn-vk:focus,
.btn-vk:not([disabled]):not(.disabled):active,
.btn-vk:not([disabled]):not(.disabled):active:focus,
.btn-warning.active:not([disabled]):not(.disabled),
.btn-warning.active:not([disabled]):not(.disabled):focus,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled):active:focus,
.btn-white.active:not([disabled]):not(.disabled),
.btn-white.active:not([disabled]):not(.disabled):focus,
.btn-white.focus,
.btn-white:focus,
.btn-white:not([disabled]):not(.disabled):active,
.btn-white:not([disabled]):not(.disabled):active:focus,
.btn-yellow.active:not([disabled]):not(.disabled),
.btn-yellow.active:not([disabled]):not(.disabled):focus,
.btn-yellow.focus,
.btn-yellow:focus,
.btn-yellow:not([disabled]):not(.disabled):active,
.btn-yellow:not([disabled]):not(.disabled):active:focus,
.btn-yt.active:not([disabled]):not(.disabled),
.btn-yt.active:not([disabled]):not(.disabled):focus,
.btn-yt.focus,
.btn-yt:focus,
.btn-yt:not([disabled]):not(.disabled):active,
.btn-yt:not([disabled]):not(.disabled):active:focus,
.btn:active,
.btn:active:focus,
.btn:focus,
.btn:hover,
.card.card-cascade.card-avatar img,
.card.card-cascade.wider.reverse .card-body,
.colorful-select .dropdown-content li.active span,
.comments-list .badge,
.cyan-skin .btn-default.active:not([disabled]):not(.disabled),
.cyan-skin .btn-default.active:not([disabled]):not(.disabled):focus,
.cyan-skin .btn-default.focus,
.cyan-skin .btn-default:focus,
.cyan-skin .btn-default:not([disabled]):not(.disabled):active,
.cyan-skin .btn-default:not([disabled]):not(.disabled):active:focus,
.cyan-skin .btn-primary.active:not([disabled]):not(.disabled),
.cyan-skin .btn-primary.active:not([disabled]):not(.disabled):focus,
.cyan-skin .btn-primary.focus,
.cyan-skin .btn-primary:focus,
.cyan-skin .btn-primary:not([disabled]):not(.disabled):active,
.cyan-skin .btn-primary:not([disabled]):not(.disabled):active:focus,
.cyan-skin .btn-secondary.active:not([disabled]):not(.disabled),
.cyan-skin .btn-secondary.active:not([disabled]):not(.disabled):focus,
.cyan-skin .btn-secondary.focus,
.cyan-skin .btn-secondary:focus,
.cyan-skin .btn-secondary:not([disabled]):not(.disabled):active,
.cyan-skin .btn-secondary:not([disabled]):not(.disabled):active:focus,
.deep-purple-skin .btn-default.active:not([disabled]):not(.disabled),
.deep-purple-skin .btn-default.active:not([disabled]):not(.disabled):focus,
.deep-purple-skin .btn-default.focus,
.deep-purple-skin .btn-default:focus,
.deep-purple-skin .btn-default:not([disabled]):not(.disabled):active,
.deep-purple-skin .btn-default:not([disabled]):not(.disabled):active:focus,
.deep-purple-skin .btn-primary.active:not([disabled]):not(.disabled),
.deep-purple-skin .btn-primary.active:not([disabled]):not(.disabled):focus,
.deep-purple-skin .btn-primary.focus,
.deep-purple-skin .btn-primary:focus,
.deep-purple-skin .btn-primary:not([disabled]):not(.disabled):active,
.deep-purple-skin .btn-primary:not([disabled]):not(.disabled):active:focus,
.deep-purple-skin .btn-secondary.active:not([disabled]):not(.disabled),
.deep-purple-skin .btn-secondary.active:not([disabled]):not(.disabled):focus,
.deep-purple-skin .btn-secondary.focus,
.deep-purple-skin .btn-secondary:focus,
.deep-purple-skin .btn-secondary:not([disabled]):not(.disabled):active,
.deep-purple-skin .btn-secondary:not([disabled]):not(.disabled):active:focus,
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:hover,
.form-header,
.grey-skin .btn-default.active:not([disabled]):not(.disabled),
.grey-skin .btn-default.active:not([disabled]):not(.disabled):focus,
.grey-skin .btn-default.focus,
.grey-skin .btn-default:focus,
.grey-skin .btn-default:not([disabled]):not(.disabled):active,
.grey-skin .btn-default:not([disabled]):not(.disabled):active:focus,
.grey-skin .btn-primary.active:not([disabled]):not(.disabled),
.grey-skin .btn-primary.active:not([disabled]):not(.disabled):focus,
.grey-skin .btn-primary.focus,
.grey-skin .btn-primary:focus,
.grey-skin .btn-primary:not([disabled]):not(.disabled):active,
.grey-skin .btn-primary:not([disabled]):not(.disabled):active:focus,
.grey-skin .btn-secondary.active:not([disabled]):not(.disabled),
.grey-skin .btn-secondary.active:not([disabled]):not(.disabled):focus,
.grey-skin .btn-secondary.focus,
.grey-skin .btn-secondary:focus,
.grey-skin .btn-secondary:not([disabled]):not(.disabled):active,
.grey-skin .btn-secondary:not([disabled]):not(.disabled):active:focus,
.indigo-skin .btn-default.active:not([disabled]):not(.disabled),
.indigo-skin .btn-default.active:not([disabled]):not(.disabled):focus,
.indigo-skin .btn-default.focus,
.indigo-skin .btn-default:focus,
.indigo-skin .btn-default:not([disabled]):not(.disabled):active,
.indigo-skin .btn-default:not([disabled]):not(.disabled):active:focus,
.indigo-skin .btn-primary.active:not([disabled]):not(.disabled),
.indigo-skin .btn-primary.active:not([disabled]):not(.disabled):focus,
.indigo-skin .btn-primary.focus,
.indigo-skin .btn-primary:focus,
.indigo-skin .btn-primary:not([disabled]):not(.disabled):active,
.indigo-skin .btn-primary:not([disabled]):not(.disabled):active:focus,
.indigo-skin .btn-secondary.active:not([disabled]):not(.disabled),
.indigo-skin .btn-secondary.active:not([disabled]):not(.disabled):focus,
.indigo-skin .btn-secondary.focus,
.indigo-skin .btn-secondary:focus,
.indigo-skin .btn-secondary:not([disabled]):not(.disabled):active,
.indigo-skin .btn-secondary:not([disabled]):not(.disabled):active:focus,
.light-blue-skin .btn-default.active:not([disabled]):not(.disabled),
.light-blue-skin .btn-default.active:not([disabled]):not(.disabled):focus,
.light-blue-skin .btn-default.focus,
.light-blue-skin .btn-default:focus,
.light-blue-skin .btn-default:not([disabled]):not(.disabled):active,
.light-blue-skin .btn-default:not([disabled]):not(.disabled):active:focus,
.light-blue-skin .btn-primary.active:not([disabled]):not(.disabled),
.light-blue-skin .btn-primary.active:not([disabled]):not(.disabled):focus,
.light-blue-skin .btn-primary.focus,
.light-blue-skin .btn-primary:focus,
.light-blue-skin .btn-primary:not([disabled]):not(.disabled):active,
.light-blue-skin .btn-primary:not([disabled]):not(.disabled):active:focus,
.light-blue-skin .btn-secondary.active:not([disabled]):not(.disabled),
.light-blue-skin .btn-secondary.active:not([disabled]):not(.disabled):focus,
.light-blue-skin .btn-secondary.focus,
.light-blue-skin .btn-secondary:focus,
.light-blue-skin .btn-secondary:not([disabled]):not(.disabled):active,
.light-blue-skin .btn-secondary:not([disabled]):not(.disabled):active:focus,
.md-pills .nav-link.active:hover,
.mdb-skin .btn-default.active:not([disabled]):not(.disabled),
.mdb-skin .btn-default.active:not([disabled]):not(.disabled):focus,
.mdb-skin .btn-default.focus,
.mdb-skin .btn-default:focus,
.mdb-skin .btn-default:not([disabled]):not(.disabled):active,
.mdb-skin .btn-default:not([disabled]):not(.disabled):active:focus,
.mdb-skin .btn-primary.active:not([disabled]):not(.disabled),
.mdb-skin .btn-primary.active:not([disabled]):not(.disabled):focus,
.mdb-skin .btn-primary.focus,
.mdb-skin .btn-primary:focus,
.mdb-skin .btn-primary:not([disabled]):not(.disabled):active,
.mdb-skin .btn-primary:not([disabled]):not(.disabled):active:focus,
.mdb-skin .btn-secondary.active:not([disabled]):not(.disabled),
.mdb-skin .btn-secondary.active:not([disabled]):not(.disabled):focus,
.mdb-skin .btn-secondary.focus,
.mdb-skin .btn-secondary:focus,
.mdb-skin .btn-secondary:not([disabled]):not(.disabled):active,
.mdb-skin .btn-secondary:not([disabled]):not(.disabled):active:focus,
.media .media-left img,
.modal-dialog .modal-content,
.modal-dialog.cascading-modal .modal-header,
.modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal.active:not([disabled]):not(.disabled),
.modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal.active:not([disabled]):not(.disabled):focus,
.modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal:not([disabled]):not(.disabled):active,
.modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal:not([disabled]):not(.disabled):active:focus,
.modal-dialog.modal-notify.modal-danger .btn-primary-modal.active:not([disabled]):not(.disabled),
.modal-dialog.modal-notify.modal-danger .btn-primary-modal.active:not([disabled]):not(.disabled):focus,
.modal-dialog.modal-notify.modal-danger .btn-primary-modal.focus,
.modal-dialog.modal-notify.modal-danger .btn-primary-modal:focus,
.modal-dialog.modal-notify.modal-danger .btn-primary-modal:not([disabled]):not(.disabled):active,
.modal-dialog.modal-notify.modal-danger .btn-primary-modal:not([disabled]):not(.disabled):active:focus,
.modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal.active:not([disabled]):not(.disabled),
.modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal.active:not([disabled]):not(.disabled):focus,
.modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal:not([disabled]):not(.disabled):active,
.modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal:not([disabled]):not(.disabled):active:focus,
.modal-dialog.modal-notify.modal-info .btn-primary-modal.active:not([disabled]):not(.disabled),
.modal-dialog.modal-notify.modal-info .btn-primary-modal.active:not([disabled]):not(.disabled):focus,
.modal-dialog.modal-notify.modal-info .btn-primary-modal.focus,
.modal-dialog.modal-notify.modal-info .btn-primary-modal:focus,
.modal-dialog.modal-notify.modal-info .btn-primary-modal:not([disabled]):not(.disabled):active,
.modal-dialog.modal-notify.modal-info .btn-primary-modal:not([disabled]):not(.disabled):active:focus,
.modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal.active:not([disabled]):not(.disabled),
.modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal.active:not([disabled]):not(.disabled):focus,
.modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal:not([disabled]):not(.disabled):active,
.modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal:not([disabled]):not(.disabled):active:focus,
.modal-dialog.modal-notify.modal-success .btn-primary-modal.active:not([disabled]):not(.disabled),
.modal-dialog.modal-notify.modal-success .btn-primary-modal.active:not([disabled]):not(.disabled):focus,
.modal-dialog.modal-notify.modal-success .btn-primary-modal.focus,
.modal-dialog.modal-notify.modal-success .btn-primary-modal:focus,
.modal-dialog.modal-notify.modal-success .btn-primary-modal:not([disabled]):not(.disabled):active,
.modal-dialog.modal-notify.modal-success .btn-primary-modal:not([disabled]):not(.disabled):active:focus,
.modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal.active:not([disabled]):not(.disabled),
.modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal.active:not([disabled]):not(.disabled):focus,
.modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal:not([disabled]):not(.disabled):active,
.modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal:not([disabled]):not(.disabled):active:focus,
.modal-dialog.modal-notify.modal-warning .btn-primary-modal.active:not([disabled]):not(.disabled),
.modal-dialog.modal-notify.modal-warning .btn-primary-modal.active:not([disabled]):not(.disabled):focus,
.modal-dialog.modal-notify.modal-warning .btn-primary-modal.focus,
.modal-dialog.modal-notify.modal-warning .btn-primary-modal:focus,
.modal-dialog.modal-notify.modal-warning .btn-primary-modal:not([disabled]):not(.disabled):active,
.modal-dialog.modal-notify.modal-warning .btn-primary-modal:not([disabled]):not(.disabled):active:focus,
.nav-tabs,
.navy-blue-skin .btn-default.active:not([disabled]):not(.disabled),
.navy-blue-skin .btn-default.active:not([disabled]):not(.disabled):focus,
.navy-blue-skin .btn-default.focus,
.navy-blue-skin .btn-default:focus,
.navy-blue-skin .btn-default:not([disabled]):not(.disabled):active,
.navy-blue-skin .btn-default:not([disabled]):not(.disabled):active:focus,
.navy-blue-skin .btn-primary.active:not([disabled]):not(.disabled),
.navy-blue-skin .btn-primary.active:not([disabled]):not(.disabled):focus,
.navy-blue-skin .btn-primary.focus,
.navy-blue-skin .btn-primary:focus,
.navy-blue-skin .btn-primary:not([disabled]):not(.disabled):active,
.navy-blue-skin .btn-primary:not([disabled]):not(.disabled):active:focus,
.navy-blue-skin .btn-secondary.active:not([disabled]):not(.disabled),
.navy-blue-skin .btn-secondary.active:not([disabled]):not(.disabled):focus,
.navy-blue-skin .btn-secondary.focus,
.navy-blue-skin .btn-secondary:focus,
.navy-blue-skin .btn-secondary:not([disabled]):not(.disabled):active,
.navy-blue-skin .btn-secondary:not([disabled]):not(.disabled):active:focus,
.picker__box .picker__table .picker--focused,
.picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover,
.pink-skin .btn-default.active:not([disabled]):not(.disabled),
.pink-skin .btn-default.active:not([disabled]):not(.disabled):focus,
.pink-skin .btn-default.focus,
.pink-skin .btn-default:focus,
.pink-skin .btn-default:not([disabled]):not(.disabled):active,
.pink-skin .btn-default:not([disabled]):not(.disabled):active:focus,
.pink-skin .btn-primary.active:not([disabled]):not(.disabled),
.pink-skin .btn-primary.active:not([disabled]):not(.disabled):focus,
.pink-skin .btn-primary.focus,
.pink-skin .btn-primary:focus,
.pink-skin .btn-primary:not([disabled]):not(.disabled):active,
.pink-skin .btn-primary:not([disabled]):not(.disabled):active:focus,
.pink-skin .btn-secondary.active:not([disabled]):not(.disabled),
.pink-skin .btn-secondary.active:not([disabled]):not(.disabled):focus,
.pink-skin .btn-secondary.focus,
.pink-skin .btn-secondary:focus,
.pink-skin .btn-secondary:not([disabled]):not(.disabled):active,
.pink-skin .btn-secondary:not([disabled]):not(.disabled):active:focus,
.pricing-card .header,
.reply-form .badge,
.show>.black-skin .btn-default.dropdown-toggle,
.show>.black-skin .btn-default.dropdown-toggle:focus,
.show>.black-skin .btn-primary.dropdown-toggle,
.show>.black-skin .btn-primary.dropdown-toggle:focus,
.show>.black-skin .btn-secondary.dropdown-toggle,
.show>.black-skin .btn-secondary.dropdown-toggle:focus,
.show>.btn-amber.dropdown-toggle,
.show>.btn-amber.dropdown-toggle:focus,
.show>.btn-black.dropdown-toggle,
.show>.btn-black.dropdown-toggle:focus,
.show>.btn-blue-grey.dropdown-toggle,
.show>.btn-blue-grey.dropdown-toggle:focus,
.show>.btn-blue.dropdown-toggle,
.show>.btn-blue.dropdown-toggle:focus,
.show>.btn-brown.dropdown-toggle,
.show>.btn-brown.dropdown-toggle:focus,
.show>.btn-comm.dropdown-toggle,
.show>.btn-comm.dropdown-toggle:focus,
.show>.btn-cyan.dropdown-toggle,
.show>.btn-cyan.dropdown-toggle:focus,
.show>.btn-danger.dropdown-toggle,
.show>.btn-danger.dropdown-toggle:focus,
.show>.btn-dark-green.dropdown-toggle,
.show>.btn-dark-green.dropdown-toggle:focus,
.show>.btn-dark.dropdown-toggle,
.show>.btn-dark.dropdown-toggle:focus,
.show>.btn-deep-orange.dropdown-toggle,
.show>.btn-deep-orange.dropdown-toggle:focus,
.show>.btn-deep-purple.dropdown-toggle,
.show>.btn-deep-purple.dropdown-toggle:focus,
.show>.btn-default.dropdown-toggle,
.show>.btn-default.dropdown-toggle:focus,
.show>.btn-dribbble.dropdown-toggle,
.show>.btn-dribbble.dropdown-toggle:focus,
.show>.btn-elegant.dropdown-toggle,
.show>.btn-elegant.dropdown-toggle:focus,
.show>.btn-email.dropdown-toggle,
.show>.btn-email.dropdown-toggle:focus,
.show>.btn-fb.dropdown-toggle,
.show>.btn-fb.dropdown-toggle:focus,
.show>.btn-git.dropdown-toggle,
.show>.btn-git.dropdown-toggle:focus,
.show>.btn-gplus.dropdown-toggle,
.show>.btn-gplus.dropdown-toggle:focus,
.show>.btn-green.dropdown-toggle,
.show>.btn-green.dropdown-toggle:focus,
.show>.btn-grey.dropdown-toggle,
.show>.btn-grey.dropdown-toggle:focus,
.show>.btn-indigo.dropdown-toggle,
.show>.btn-indigo.dropdown-toggle:focus,
.show>.btn-info.dropdown-toggle,
.show>.btn-info.dropdown-toggle:focus,
.show>.btn-ins.dropdown-toggle,
.show>.btn-ins.dropdown-toggle:focus,
.show>.btn-li.dropdown-toggle,
.show>.btn-li.dropdown-toggle:focus,
.show>.btn-light-blue.dropdown-toggle,
.show>.btn-light-blue.dropdown-toggle:focus,
.show>.btn-light-green.dropdown-toggle,
.show>.btn-light-green.dropdown-toggle:focus,
.show>.btn-light.dropdown-toggle,
.show>.btn-light.dropdown-toggle:focus,
.show>.btn-lime.dropdown-toggle,
.show>.btn-lime.dropdown-toggle:focus,
.show>.btn-mdb-color.dropdown-toggle,
.show>.btn-mdb-color.dropdown-toggle:focus,
.show>.btn-mdb.dropdown-toggle,
.show>.btn-mdb.dropdown-toggle:focus,
.show>.btn-orange.dropdown-toggle,
.show>.btn-orange.dropdown-toggle:focus,
.show>.btn-outline-amber.dropdown-toggle,
.show>.btn-outline-amber.dropdown-toggle:focus,
.show>.btn-outline-black.dropdown-toggle,
.show>.btn-outline-black.dropdown-toggle:focus,
.show>.btn-outline-blue-grey.dropdown-toggle,
.show>.btn-outline-blue-grey.dropdown-toggle:focus,
.show>.btn-outline-blue.dropdown-toggle,
.show>.btn-outline-blue.dropdown-toggle:focus,
.show>.btn-outline-brown.dropdown-toggle,
.show>.btn-outline-brown.dropdown-toggle:focus,
.show>.btn-outline-cyan.dropdown-toggle,
.show>.btn-outline-cyan.dropdown-toggle:focus,
.show>.btn-outline-danger.dropdown-toggle,
.show>.btn-outline-danger.dropdown-toggle:focus,
.show>.btn-outline-dark-green.dropdown-toggle,
.show>.btn-outline-dark-green.dropdown-toggle:focus,
.show>.btn-outline-dark.dropdown-toggle,
.show>.btn-outline-dark.dropdown-toggle:focus,
.show>.btn-outline-deep-orange.dropdown-toggle,
.show>.btn-outline-deep-orange.dropdown-toggle:focus,
.show>.btn-outline-deep-purple.dropdown-toggle,
.show>.btn-outline-deep-purple.dropdown-toggle:focus,
.show>.btn-outline-default.dropdown-toggle,
.show>.btn-outline-default.dropdown-toggle:focus,
.show>.btn-outline-elegant.dropdown-toggle,
.show>.btn-outline-elegant.dropdown-toggle:focus,
.show>.btn-outline-green.dropdown-toggle,
.show>.btn-outline-green.dropdown-toggle:focus,
.show>.btn-outline-grey.dropdown-toggle,
.show>.btn-outline-grey.dropdown-toggle:focus,
.show>.btn-outline-indigo.dropdown-toggle,
.show>.btn-outline-indigo.dropdown-toggle:focus,
.show>.btn-outline-info.dropdown-toggle,
.show>.btn-outline-info.dropdown-toggle:focus,
.show>.btn-outline-light-blue.dropdown-toggle,
.show>.btn-outline-light-blue.dropdown-toggle:focus,
.show>.btn-outline-light-green.dropdown-toggle,
.show>.btn-outline-light-green.dropdown-toggle:focus,
.show>.btn-outline-light.dropdown-toggle,
.show>.btn-outline-light.dropdown-toggle:focus,
.show>.btn-outline-lime.dropdown-toggle,
.show>.btn-outline-lime.dropdown-toggle:focus,
.show>.btn-outline-mdb-color.dropdown-toggle,
.show>.btn-outline-mdb-color.dropdown-toggle:focus,
.show>.btn-outline-orange.dropdown-toggle,
.show>.btn-outline-orange.dropdown-toggle:focus,
.show>.btn-outline-pink.dropdown-toggle,
.show>.btn-outline-pink.dropdown-toggle:focus,
.show>.btn-outline-primary.dropdown-toggle,
.show>.btn-outline-primary.dropdown-toggle:focus,
.show>.btn-outline-purple.dropdown-toggle,
.show>.btn-outline-purple.dropdown-toggle:focus,
.show>.btn-outline-red.dropdown-toggle,
.show>.btn-outline-red.dropdown-toggle:focus,
.show>.btn-outline-secondary.dropdown-toggle,
.show>.btn-outline-secondary.dropdown-toggle:focus,
.show>.btn-outline-success.dropdown-toggle,
.show>.btn-outline-success.dropdown-toggle:focus,
.show>.btn-outline-teal.dropdown-toggle,
.show>.btn-outline-teal.dropdown-toggle:focus,
.show>.btn-outline-unique.dropdown-toggle,
.show>.btn-outline-unique.dropdown-toggle:focus,
.show>.btn-outline-warning.dropdown-toggle,
.show>.btn-outline-warning.dropdown-toggle:focus,
.show>.btn-outline-white.dropdown-toggle,
.show>.btn-outline-white.dropdown-toggle:focus,
.show>.btn-outline-yellow.dropdown-toggle,
.show>.btn-outline-yellow.dropdown-toggle:focus,
.show>.btn-pin.dropdown-toggle,
.show>.btn-pin.dropdown-toggle:focus,
.show>.btn-pink.dropdown-toggle,
.show>.btn-pink.dropdown-toggle:focus,
.show>.btn-primary.dropdown-toggle,
.show>.btn-primary.dropdown-toggle:focus,
.show>.btn-purple.dropdown-toggle,
.show>.btn-purple.dropdown-toggle:focus,
.show>.btn-red.dropdown-toggle,
.show>.btn-red.dropdown-toggle:focus,
.show>.btn-secondary.dropdown-toggle,
.show>.btn-secondary.dropdown-toggle:focus,
.show>.btn-slack.dropdown-toggle,
.show>.btn-slack.dropdown-toggle:focus,
.show>.btn-so.dropdown-toggle,
.show>.btn-so.dropdown-toggle:focus,
.show>.btn-success.dropdown-toggle,
.show>.btn-success.dropdown-toggle:focus,
.show>.btn-teal.dropdown-toggle,
.show>.btn-teal.dropdown-toggle:focus,
.show>.btn-tw.dropdown-toggle,
.show>.btn-tw.dropdown-toggle:focus,
.show>.btn-unique.dropdown-toggle,
.show>.btn-unique.dropdown-toggle:focus,
.show>.btn-vk.dropdown-toggle,
.show>.btn-vk.dropdown-toggle:focus,
.show>.btn-warning.dropdown-toggle,
.show>.btn-warning.dropdown-toggle:focus,
.show>.btn-white.dropdown-toggle,
.show>.btn-white.dropdown-toggle:focus,
.show>.btn-yellow.dropdown-toggle,
.show>.btn-yellow.dropdown-toggle:focus,
.show>.btn-yt.dropdown-toggle,
.show>.btn-yt.dropdown-toggle:focus,
.show>.cyan-skin .btn-default.dropdown-toggle,
.show>.cyan-skin .btn-default.dropdown-toggle:focus,
.show>.cyan-skin .btn-primary.dropdown-toggle,
.show>.cyan-skin .btn-primary.dropdown-toggle:focus,
.show>.cyan-skin .btn-secondary.dropdown-toggle,
.show>.cyan-skin .btn-secondary.dropdown-toggle:focus,
.show>.deep-purple-skin .btn-default.dropdown-toggle,
.show>.deep-purple-skin .btn-default.dropdown-toggle:focus,
.show>.deep-purple-skin .btn-primary.dropdown-toggle,
.show>.deep-purple-skin .btn-primary.dropdown-toggle:focus,
.show>.deep-purple-skin .btn-secondary.dropdown-toggle,
.show>.deep-purple-skin .btn-secondary.dropdown-toggle:focus,
.show>.grey-skin .btn-default.dropdown-toggle,
.show>.grey-skin .btn-default.dropdown-toggle:focus,
.show>.grey-skin .btn-primary.dropdown-toggle,
.show>.grey-skin .btn-primary.dropdown-toggle:focus,
.show>.grey-skin .btn-secondary.dropdown-toggle,
.show>.grey-skin .btn-secondary.dropdown-toggle:focus,
.show>.indigo-skin .btn-default.dropdown-toggle,
.show>.indigo-skin .btn-default.dropdown-toggle:focus,
.show>.indigo-skin .btn-primary.dropdown-toggle,
.show>.indigo-skin .btn-primary.dropdown-toggle:focus,
.show>.indigo-skin .btn-secondary.dropdown-toggle,
.show>.indigo-skin .btn-secondary.dropdown-toggle:focus,
.show>.light-blue-skin .btn-default.dropdown-toggle,
.show>.light-blue-skin .btn-default.dropdown-toggle:focus,
.show>.light-blue-skin .btn-primary.dropdown-toggle,
.show>.light-blue-skin .btn-primary.dropdown-toggle:focus,
.show>.light-blue-skin .btn-secondary.dropdown-toggle,
.show>.light-blue-skin .btn-secondary.dropdown-toggle:focus,
.show>.mdb-skin .btn-default.dropdown-toggle,
.show>.mdb-skin .btn-default.dropdown-toggle:focus,
.show>.mdb-skin .btn-primary.dropdown-toggle,
.show>.mdb-skin .btn-primary.dropdown-toggle:focus,
.show>.mdb-skin .btn-secondary.dropdown-toggle,
.show>.mdb-skin .btn-secondary.dropdown-toggle:focus,
.show>.modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal.dropdown-toggle,
.show>.modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal.dropdown-toggle:focus,
.show>.modal-dialog.modal-notify.modal-danger .btn-primary-modal.dropdown-toggle,
.show>.modal-dialog.modal-notify.modal-danger .btn-primary-modal.dropdown-toggle:focus,
.show>.modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal.dropdown-toggle,
.show>.modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal.dropdown-toggle:focus,
.show>.modal-dialog.modal-notify.modal-info .btn-primary-modal.dropdown-toggle,
.show>.modal-dialog.modal-notify.modal-info .btn-primary-modal.dropdown-toggle:focus,
.show>.modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal.dropdown-toggle,
.show>.modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal.dropdown-toggle:focus,
.show>.modal-dialog.modal-notify.modal-success .btn-primary-modal.dropdown-toggle,
.show>.modal-dialog.modal-notify.modal-success .btn-primary-modal.dropdown-toggle:focus,
.show>.modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal.dropdown-toggle,
.show>.modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal.dropdown-toggle:focus,
.show>.modal-dialog.modal-notify.modal-warning .btn-primary-modal.dropdown-toggle,
.show>.modal-dialog.modal-notify.modal-warning .btn-primary-modal.dropdown-toggle:focus,
.show>.navy-blue-skin .btn-default.dropdown-toggle,
.show>.navy-blue-skin .btn-default.dropdown-toggle:focus,
.show>.navy-blue-skin .btn-primary.dropdown-toggle,
.show>.navy-blue-skin .btn-primary.dropdown-toggle:focus,
.show>.navy-blue-skin .btn-secondary.dropdown-toggle,
.show>.navy-blue-skin .btn-secondary.dropdown-toggle:focus,
.show>.pink-skin .btn-default.dropdown-toggle,
.show>.pink-skin .btn-default.dropdown-toggle:focus,
.show>.pink-skin .btn-primary.dropdown-toggle,
.show>.pink-skin .btn-primary.dropdown-toggle:focus,
.show>.pink-skin .btn-secondary.dropdown-toggle,
.show>.pink-skin .btn-secondary.dropdown-toggle:focus,
.show>.white-skin .btn-default.dropdown-toggle,
.show>.white-skin .btn-default.dropdown-toggle:focus,
.show>.white-skin .btn-primary.dropdown-toggle,
.show>.white-skin .btn-primary.dropdown-toggle:focus,
.show>.white-skin .btn-secondary.dropdown-toggle,
.show>.white-skin .btn-secondary.dropdown-toggle:focus,
.white-skin .btn-default.active:not([disabled]):not(.disabled),
.white-skin .btn-default.active:not([disabled]):not(.disabled):focus,
.white-skin .btn-default.focus,
.white-skin .btn-default:focus,
.white-skin .btn-default:not([disabled]):not(.disabled):active,
.white-skin .btn-default:not([disabled]):not(.disabled):active:focus,
.white-skin .btn-primary.active:not([disabled]):not(.disabled),
.white-skin .btn-primary.active:not([disabled]):not(.disabled):focus,
.white-skin .btn-primary.focus,
.white-skin .btn-primary:focus,
.white-skin .btn-primary:not([disabled]):not(.disabled):active,
.white-skin .btn-primary:not([disabled]):not(.disabled):active:focus,
.white-skin .btn-secondary.active:not([disabled]):not(.disabled),
.white-skin .btn-secondary.active:not([disabled]):not(.disabled):focus,
.white-skin .btn-secondary.focus,
.white-skin .btn-secondary:focus,
.white-skin .btn-secondary:not([disabled]):not(.disabled):active,
.white-skin .btn-secondary:not([disabled]):not(.disabled):active:focus,
.z-depth-1-half,
ul.instagram-photos li img {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

button:focus {
    outline: 0!important
}

.btn {
    font-size: .8rem;
    padding: .85rem 2.13rem;
    margin: 6px;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    text-transform: uppercase;
    white-space: normal!important;
    word-wrap: break-word;
    cursor: pointer
}

.btn:active,
.btn:active:focus,
.btn:focus,
.btn:hover {
    outline: 0
}

.btn .fas {
    font-size: 1rem;
    position: relative;
    vertical-align: middle;
    margin-top: -2px
}

.btn .fa.right {
    margin-left: 3px
}

.btn .fa.left {
    margin-right: 3px
}

.btn.btn-lg {
    font-size: .9rem;
    padding: 1rem 2.4rem
}

.btn.btn-lg .fas {
    font-size: 1.2rem
}

.btn.btn-md {
    font-size: .7rem;
    padding: .7rem 1.6rem
}

.btn.btn-md .fas {
    font-size: .9rem
}

.btn.btn-sm,
.btn.wishlist {
    font-size: .6rem;
    padding: .5rem 1.6rem
}

.btn.btn-sm.btn-table,
.btn.btn-table.wishlist {
    padding: .5rem .9rem
}

.btn.btn-sm .fa,
.btn.wishlist .fas {
    font-size: .7rem
}

.btn.btn-tb {
    padding: .3rem 1rem
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    pointer-events: none
}

.btn[class*=btn-outline-] {
    padding-top: .76rem;
    padding-bottom: .76rem
}

.btn[class*=btn-outline-].btn-sm,
.btn[class*=btn-outline-].wishlist {
    padding-top: .42rem;
    padding-bottom: .42rem
}

.btn[class*=btn-outline-].btn-md {
    padding-top: .58rem;
    padding-bottom: .58rem
}

.btn[class*=btn-outline-].btn-lg {
    padding-top: .9rem;
    padding-bottom: .9rem
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #b579d2!important;
    border-color: #b579d2!important
}

.btn-group .btn {
    margin: 0
}

.btn-block {
    margin: inherit
}

.btn-split {
    padding-left: .85rem;
    padding-right: 1.25rem
}

.btn-link {
    background-color: transparent;
    box-shadow: none!important
}

.btn-link:focus,
.btn-link:hover {
    background-color: transparent;
    box-shadow: none!important
}

.btn-flat {
    box-shadow: none
}

.btn-flat:active,
.btn-flat:focus,
.btn-flat:hover {
    box-shadow: none!important
}

.btn-primary {
    background-color: #4285f4!important;
    color: #fff!important
}

.btn-primary:hover {
    background-color: #5a95f5
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus {
    background-color: #1266f1
}

.btn-primary.dropdown-toggle {
    background-color: #4285f4!important
}

.btn-primary.dropdown-toggle:focus,
.btn-primary.dropdown-toggle:hover {
    background-color: #5a95f5!important
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #4285f4!important
}

.btn-outline-primary {
    border: 2px solid #4285f4;
    color: #4285f4!important;
    background-color: transparent
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: transparent;
    color: #4285f4;
    border-color: #4285f4
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: transparent!important;
    border-color: #4285f4!important
}

.btn-danger {
    background-color: #ff3547!important;
    color: #fff!important
}

.btn-danger:hover {
    background-color: #ff4f5e
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus {
    background-color: #ff0219
}

.btn-danger.dropdown-toggle {
    background-color: #ff3547!important
}

.btn-danger.dropdown-toggle:focus,
.btn-danger.dropdown-toggle:hover {
    background-color: #ff4f5e!important
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #ff3547!important
}

.btn-outline-danger {
    border: 2px solid #ff3547;
    color: #ff3547!important;
    background-color: transparent
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:active:focus,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
    background-color: transparent;
    color: #ff3547;
    border-color: #ff3547
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: transparent!important;
    border-color: #ff3547!important
}

.btn-warning {
    background-color: #f80!important;
    color: #fff!important
}

.btn-warning:hover {
    background-color: #ff941a
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus {
    background-color: #cc6d00
}

.btn-warning.dropdown-toggle {
    background-color: #f80!important
}

.btn-warning.dropdown-toggle:focus,
.btn-warning.dropdown-toggle:hover {
    background-color: #ff941a!important
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #f80!important
}

.btn-outline-warning {
    border: 2px solid #f80;
    color: #f80!important;
    background-color: transparent
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:active:focus,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
    background-color: transparent;
    color: #f80;
    border-color: #f80
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    background-color: transparent!important;
    border-color: #f80!important
}

.btn-success {
    background-color: #00c851!important;
    color: #fff!important
}

.btn-success:hover {
    background-color: #00e25b
}

.btn-success.active,
.btn-success:active,
.btn-success:focus {
    background-color: #00953c
}

.btn-success.dropdown-toggle {
    background-color: #00c851!important
}

.btn-success.dropdown-toggle:focus,
.btn-success.dropdown-toggle:hover {
    background-color: #00e25b!important
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #00c851!important
}

.btn-outline-success {
    border: 2px solid #00c851;
    color: #00c851!important;
    background-color: transparent
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:active:focus,
.btn-outline-success:focus,
.btn-outline-success:hover {
    background-color: transparent;
    color: #00c851;
    border-color: #00c851
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: transparent!important;
    border-color: #00c851!important
}

.btn-info {
    background-color: #33b5e5!important;
    color: #fff!important
}

.btn-info:hover {
    background-color: #4abde8
}

.btn-info.active,
.btn-info:active,
.btn-info:focus {
    background-color: #1a9bcb
}

.btn-info.dropdown-toggle {
    background-color: #33b5e5!important
}

.btn-info.dropdown-toggle:focus,
.btn-info.dropdown-toggle:hover {
    background-color: #4abde8!important
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #33b5e5!important
}

.btn-outline-info {
    border: 2px solid #33b5e5;
    color: #33b5e5!important;
    background-color: transparent
}

.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:active:focus,
.btn-outline-info:focus,
.btn-outline-info:hover {
    background-color: transparent;
    color: #33b5e5;
    border-color: #33b5e5
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    background-color: transparent!important;
    border-color: #33b5e5!important
}

.btn-default {
    background-color: #2bbbad!important;
    color: #fff!important
}

.btn-default:hover {
    background-color: #30cfc0
}

.btn-default.active,
.btn-default:active,
.btn-default:focus {
    background-color: #219287
}

.btn-default.dropdown-toggle {
    background-color: #2bbbad!important
}

.btn-default.dropdown-toggle:focus,
.btn-default.dropdown-toggle:hover {
    background-color: #30cfc0!important
}

.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show>.btn-default.dropdown-toggle {
    background-color: #2bbbad!important
}

.btn-outline-default {
    border: 2px solid #2bbbad;
    color: #2bbbad!important;
    background-color: transparent
}

.btn-outline-default.active,
.btn-outline-default:active,
.btn-outline-default:active:focus,
.btn-outline-default:focus,
.btn-outline-default:hover {
    background-color: transparent;
    color: #2bbbad;
    border-color: #2bbbad
}

.btn-outline-default:not([disabled]):not(.disabled).active,
.btn-outline-default:not([disabled]):not(.disabled):active,
.show>.btn-outline-default.dropdown-toggle {
    background-color: transparent!important;
    border-color: #2bbbad!important
}

.btn-secondary {
    background-color: #a6c!important;
    color: #fff!important
}

.btn-secondary:hover {
    background-color: #b579d2
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #9540bf
}

.btn-secondary.dropdown-toggle {
    background-color: #a6c!important
}

.btn-secondary.dropdown-toggle:focus,
.btn-secondary.dropdown-toggle:hover {
    background-color: #b579d2!important
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #a6c!important
}

.btn-outline-secondary {
    border: 2px solid #a6c;
    color: #a6c!important;
    background-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    background-color: transparent;
    color: #a6c;
    border-color: #a6c
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: transparent!important;
    border-color: #a6c!important
}

.btn-elegant {
    background-color: #2e2e2e!important;
    color: #fff!important
}

.btn-elegant:hover {
    background-color: #3b3b3b
}

.btn-elegant.active,
.btn-elegant:active,
.btn-elegant:focus {
    background-color: #151515
}

.btn-elegant.dropdown-toggle {
    background-color: #2e2e2e!important
}

.btn-elegant.dropdown-toggle:focus,
.btn-elegant.dropdown-toggle:hover {
    background-color: #3b3b3b!important
}

.btn-elegant:not([disabled]):not(.disabled).active,
.btn-elegant:not([disabled]):not(.disabled):active,
.show>.btn-elegant.dropdown-toggle {
    background-color: #2e2e2e!important
}

.btn-outline-elegant {
    border: 2px solid #2e2e2e;
    color: #2e2e2e!important;
    background-color: transparent
}

.btn-outline-elegant.active,
.btn-outline-elegant:active,
.btn-outline-elegant:active:focus,
.btn-outline-elegant:focus,
.btn-outline-elegant:hover {
    background-color: transparent;
    color: #2e2e2e;
    border-color: #2e2e2e
}

.btn-outline-elegant:not([disabled]):not(.disabled).active,
.btn-outline-elegant:not([disabled]):not(.disabled):active,
.show>.btn-outline-elegant.dropdown-toggle {
    background-color: transparent!important;
    border-color: #2e2e2e!important
}

.btn-unique {
    background-color: #880e4f!important;
    color: #fff!important
}

.btn-unique:hover {
    background-color: #9f105c
}

.btn-unique.active,
.btn-unique:active,
.btn-unique:focus {
    background-color: #5a0934
}

.btn-unique.dropdown-toggle {
    background-color: #880e4f!important
}

.btn-unique.dropdown-toggle:focus,
.btn-unique.dropdown-toggle:hover {
    background-color: #9f105c!important
}

.btn-unique:not([disabled]):not(.disabled).active,
.btn-unique:not([disabled]):not(.disabled):active,
.show>.btn-unique.dropdown-toggle {
    background-color: #880e4f!important
}

.btn-outline-unique {
    border: 2px solid #880e4f;
    color: #880e4f!important;
    background-color: transparent
}

.btn-outline-unique.active,
.btn-outline-unique:active,
.btn-outline-unique:active:focus,
.btn-outline-unique:focus,
.btn-outline-unique:hover {
    background-color: transparent;
    color: #880e4f;
    border-color: #880e4f
}

.btn-outline-unique:not([disabled]):not(.disabled).active,
.btn-outline-unique:not([disabled]):not(.disabled):active,
.show>.btn-outline-unique.dropdown-toggle {
    background-color: transparent!important;
    border-color: #880e4f!important
}

.btn-dark-green {
    background-color: #388e3c!important;
    color: #fff!important
}

.btn-dark-green:hover {
    background-color: #3fa044
}

.btn-dark-green.active,
.btn-dark-green:active,
.btn-dark-green:focus {
    background-color: #2a692d
}

.btn-dark-green.dropdown-toggle {
    background-color: #388e3c!important
}

.btn-dark-green.dropdown-toggle:focus,
.btn-dark-green.dropdown-toggle:hover {
    background-color: #3fa044!important
}

.btn-dark-green:not([disabled]):not(.disabled).active,
.btn-dark-green:not([disabled]):not(.disabled):active,
.show>.btn-dark-green.dropdown-toggle {
    background-color: #388e3c!important
}

.btn-outline-dark-green {
    border: 2px solid #388e3c;
    color: #388e3c!important;
    background-color: transparent
}

.btn-outline-dark-green.active,
.btn-outline-dark-green:active,
.btn-outline-dark-green:active:focus,
.btn-outline-dark-green:focus,
.btn-outline-dark-green:hover {
    background-color: transparent;
    color: #388e3c;
    border-color: #388e3c
}

.btn-outline-dark-green:not([disabled]):not(.disabled).active,
.btn-outline-dark-green:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark-green.dropdown-toggle {
    background-color: transparent!important;
    border-color: #388e3c!important
}

.btn-mdb-color {
    background-color: #59698d!important;
    color: #fff!important
}

.btn-mdb-color:hover {
    background-color: #63759d
}

.btn-mdb-color.active,
.btn-mdb-color:active,
.btn-mdb-color:focus {
    background-color: #45526e
}

.btn-mdb-color.dropdown-toggle {
    background-color: #59698d!important
}

.btn-mdb-color.dropdown-toggle:focus,
.btn-mdb-color.dropdown-toggle:hover {
    background-color: #63759d!important
}

.btn-mdb-color:not([disabled]):not(.disabled).active,
.btn-mdb-color:not([disabled]):not(.disabled):active,
.show>.btn-mdb-color.dropdown-toggle {
    background-color: #59698d!important
}

.btn-outline-mdb-color {
    border: 2px solid #59698d;
    color: #59698d!important;
    background-color: transparent
}

.btn-outline-mdb-color.active,
.btn-outline-mdb-color:active,
.btn-outline-mdb-color:active:focus,
.btn-outline-mdb-color:focus,
.btn-outline-mdb-color:hover {
    background-color: transparent;
    color: #59698d;
    border-color: #59698d
}

.btn-outline-mdb-color:not([disabled]):not(.disabled).active,
.btn-outline-mdb-color:not([disabled]):not(.disabled):active,
.show>.btn-outline-mdb-color.dropdown-toggle {
    background-color: transparent!important;
    border-color: #59698d!important
}

.btn-red {
    background-color: #d32f2f!important;
    color: #fff!important
}

.btn-red:hover {
    background-color: #d74444
}

.btn-red.active,
.btn-red:active,
.btn-red:focus {
    background-color: #ab2424
}

.btn-red.dropdown-toggle {
    background-color: #d32f2f!important
}

.btn-red.dropdown-toggle:focus,
.btn-red.dropdown-toggle:hover {
    background-color: #d74444!important
}

.btn-red:not([disabled]):not(.disabled).active,
.btn-red:not([disabled]):not(.disabled):active,
.show>.btn-red.dropdown-toggle {
    background-color: #d32f2f!important
}

.btn-outline-red {
    border: 2px solid #d32f2f;
    color: #d32f2f!important;
    background-color: transparent
}

.btn-outline-red.active,
.btn-outline-red:active,
.btn-outline-red:active:focus,
.btn-outline-red:focus,
.btn-outline-red:hover {
    background-color: transparent;
    color: #d32f2f;
    border-color: #d32f2f
}

.btn-outline-red:not([disabled]):not(.disabled).active,
.btn-outline-red:not([disabled]):not(.disabled):active,
.show>.btn-outline-red.dropdown-toggle {
    background-color: transparent!important;
    border-color: #d32f2f!important
}

.btn-pink {
    background-color: #ec407a!important;
    color: #fff!important
}

.btn-pink:hover {
    background-color: #ee578a
}

.btn-pink.active,
.btn-pink:active,
.btn-pink:focus {
    background-color: #e2175b
}

.btn-pink.dropdown-toggle {
    background-color: #ec407a!important
}

.btn-pink.dropdown-toggle:focus,
.btn-pink.dropdown-toggle:hover {
    background-color: #ee578a!important
}

.btn-pink:not([disabled]):not(.disabled).active,
.btn-pink:not([disabled]):not(.disabled):active,
.show>.btn-pink.dropdown-toggle {
    background-color: #ec407a!important
}

.btn-outline-pink {
    border: 2px solid #ec407a;
    color: #ec407a!important;
    background-color: transparent
}

.btn-outline-pink.active,
.btn-outline-pink:active,
.btn-outline-pink:active:focus,
.btn-outline-pink:focus,
.btn-outline-pink:hover {
    background-color: transparent;
    color: #ec407a;
    border-color: #ec407a
}

.btn-outline-pink:not([disabled]):not(.disabled).active,
.btn-outline-pink:not([disabled]):not(.disabled):active,
.show>.btn-outline-pink.dropdown-toggle {
    background-color: transparent!important;
    border-color: #ec407a!important
}

.btn-purple {
    background-color: #8e24aa!important;
    color: #fff!important
}

.btn-purple:hover {
    background-color: #a028bf
}

.btn-purple.active,
.btn-purple:active,
.btn-purple:focus {
    background-color: #6b1b80
}

.btn-purple.dropdown-toggle {
    background-color: #8e24aa!important
}

.btn-purple.dropdown-toggle:focus,
.btn-purple.dropdown-toggle:hover {
    background-color: #a028bf!important
}

.btn-purple:not([disabled]):not(.disabled).active,
.btn-purple:not([disabled]):not(.disabled):active,
.show>.btn-purple.dropdown-toggle {
    background-color: #8e24aa!important
}

.btn-outline-purple {
    border: 2px solid #8e24aa;
    color: #8e24aa!important;
    background-color: transparent
}

.btn-outline-purple.active,
.btn-outline-purple:active,
.btn-outline-purple:active:focus,
.btn-outline-purple:focus,
.btn-outline-purple:hover {
    background-color: transparent;
    color: #8e24aa;
    border-color: #8e24aa
}

.btn-outline-purple:not([disabled]):not(.disabled).active,
.btn-outline-purple:not([disabled]):not(.disabled):active,
.show>.btn-outline-purple.dropdown-toggle {
    background-color: transparent!important;
    border-color: #8e24aa!important
}

.btn-deep-purple {
    background-color: #512da8!important;
    color: #fff!important
}

.btn-deep-purple:hover {
    background-color: #5b32bc
}

.btn-deep-purple.active,
.btn-deep-purple:active,
.btn-deep-purple:focus {
    background-color: #3e2280
}

.btn-deep-purple.dropdown-toggle {
    background-color: #512da8!important
}

.btn-deep-purple.dropdown-toggle:focus,
.btn-deep-purple.dropdown-toggle:hover {
    background-color: #5b32bc!important
}

.btn-deep-purple:not([disabled]):not(.disabled).active,
.btn-deep-purple:not([disabled]):not(.disabled):active,
.show>.btn-deep-purple.dropdown-toggle {
    background-color: #512da8!important
}

.btn-outline-deep-purple {
    border: 2px solid #512da8;
    color: #512da8!important;
    background-color: transparent
}

.btn-outline-deep-purple.active,
.btn-outline-deep-purple:active,
.btn-outline-deep-purple:active:focus,
.btn-outline-deep-purple:focus,
.btn-outline-deep-purple:hover {
    background-color: transparent;
    color: #512da8;
    border-color: #512da8
}

.btn-outline-deep-purple:not([disabled]):not(.disabled).active,
.btn-outline-deep-purple:not([disabled]):not(.disabled):active,
.show>.btn-outline-deep-purple.dropdown-toggle {
    background-color: transparent!important;
    border-color: #512da8!important
}

.btn-indigo {
    background-color: #3f51b5!important;
    color: #fff!important
}

.btn-indigo:hover {
    background-color: #4d5ec1
}

.btn-indigo.active,
.btn-indigo:active,
.btn-indigo:focus {
    background-color: #32408f
}

.btn-indigo.dropdown-toggle {
    background-color: #3f51b5!important
}

.btn-indigo.dropdown-toggle:focus,
.btn-indigo.dropdown-toggle:hover {
    background-color: #4d5ec1!important
}

.btn-indigo:not([disabled]):not(.disabled).active,
.btn-indigo:not([disabled]):not(.disabled):active,
.show>.btn-indigo.dropdown-toggle {
    background-color: #3f51b5!important
}

.btn-outline-indigo {
    border: 2px solid #3f51b5;
    color: #3f51b5!important;
    background-color: transparent
}

.btn-outline-indigo.active,
.btn-outline-indigo:active,
.btn-outline-indigo:active:focus,
.btn-outline-indigo:focus,
.btn-outline-indigo:hover {
    background-color: transparent;
    color: #3f51b5;
    border-color: #3f51b5
}

.btn-outline-indigo:not([disabled]):not(.disabled).active,
.btn-outline-indigo:not([disabled]):not(.disabled):active,
.show>.btn-outline-indigo.dropdown-toggle {
    background-color: transparent!important;
    border-color: #3f51b5!important
}

.btn-blue {
    background-color: #1976d2!important;
    color: #fff!important
}

.btn-blue:hover {
    background-color: #2083e4
}

.btn-blue.active,
.btn-blue:active,
.btn-blue:focus {
    background-color: #145ca4
}

.btn-blue.dropdown-toggle {
    background-color: #1976d2!important
}

.btn-blue.dropdown-toggle:focus,
.btn-blue.dropdown-toggle:hover {
    background-color: #2083e4!important
}

.btn-blue:not([disabled]):not(.disabled).active,
.btn-blue:not([disabled]):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
    background-color: #1976d2!important
}

.btn-outline-blue {
    border: 2px solid #1976d2;
    color: #1976d2!important;
    background-color: transparent
}

.btn-outline-blue.active,
.btn-outline-blue:active,
.btn-outline-blue:active:focus,
.btn-outline-blue:focus,
.btn-outline-blue:hover {
    background-color: transparent;
    color: #1976d2;
    border-color: #1976d2
}

.btn-outline-blue:not([disabled]):not(.disabled).active,
.btn-outline-blue:not([disabled]):not(.disabled):active,
.show>.btn-outline-blue.dropdown-toggle {
    background-color: transparent!important;
    border-color: #1976d2!important
}

.btn-light-blue {
    background-color: #82b1ff!important;
    color: #fff!important
}

.btn-light-blue:hover {
    background-color: #9cc1ff
}

.btn-light-blue.active,
.btn-light-blue:active,
.btn-light-blue:focus {
    background-color: #4f91ff
}

.btn-light-blue.dropdown-toggle {
    background-color: #82b1ff!important
}

.btn-light-blue.dropdown-toggle:focus,
.btn-light-blue.dropdown-toggle:hover {
    background-color: #9cc1ff!important
}

.btn-light-blue:not([disabled]):not(.disabled).active,
.btn-light-blue:not([disabled]):not(.disabled):active,
.show>.btn-light-blue.dropdown-toggle {
    background-color: #82b1ff!important
}

.btn-outline-light-blue {
    border: 2px solid #82b1ff;
    color: #82b1ff!important;
    background-color: transparent
}

.btn-outline-light-blue.active,
.btn-outline-light-blue:active,
.btn-outline-light-blue:active:focus,
.btn-outline-light-blue:focus,
.btn-outline-light-blue:hover {
    background-color: transparent;
    color: #82b1ff;
    border-color: #82b1ff
}

.btn-outline-light-blue:not([disabled]):not(.disabled).active,
.btn-outline-light-blue:not([disabled]):not(.disabled):active,
.show>.btn-outline-light-blue.dropdown-toggle {
    background-color: transparent!important;
    border-color: #82b1ff!important
}

.btn-cyan {
    background-color: #00bcd4!important;
    color: #fff!important
}

.btn-cyan:hover {
    background-color: #00d3ee
}

.btn-cyan.active,
.btn-cyan:active,
.btn-cyan:focus {
    background-color: #008fa1
}

.btn-cyan.dropdown-toggle {
    background-color: #00bcd4!important
}

.btn-cyan.dropdown-toggle:focus,
.btn-cyan.dropdown-toggle:hover {
    background-color: #00d3ee!important
}

.btn-cyan:not([disabled]):not(.disabled).active,
.btn-cyan:not([disabled]):not(.disabled):active,
.show>.btn-cyan.dropdown-toggle {
    background-color: #00bcd4!important
}

.btn-outline-cyan {
    border: 2px solid #00bcd4;
    color: #00bcd4!important;
    background-color: transparent
}

.btn-outline-cyan.active,
.btn-outline-cyan:active,
.btn-outline-cyan:active:focus,
.btn-outline-cyan:focus,
.btn-outline-cyan:hover {
    background-color: transparent;
    color: #00bcd4;
    border-color: #00bcd4
}

.btn-outline-cyan:not([disabled]):not(.disabled).active,
.btn-outline-cyan:not([disabled]):not(.disabled):active,
.show>.btn-outline-cyan.dropdown-toggle {
    background-color: transparent!important;
    border-color: #00bcd4!important
}

.btn-teal {
    background-color: #00796b!important;
    color: #fff!important
}

.btn-teal:hover {
    background-color: #009382
}

.btn-teal.active,
.btn-teal:active,
.btn-teal:focus {
    background-color: #00463e
}

.btn-teal.dropdown-toggle {
    background-color: #00796b!important
}

.btn-teal.dropdown-toggle:focus,
.btn-teal.dropdown-toggle:hover {
    background-color: #009382!important
}

.btn-teal:not([disabled]):not(.disabled).active,
.btn-teal:not([disabled]):not(.disabled):active,
.show>.btn-teal.dropdown-toggle {
    background-color: #00796b!important
}

.btn-outline-teal {
    border: 2px solid #00796b;
    color: #00796b!important;
    background-color: transparent
}

.btn-outline-teal.active,
.btn-outline-teal:active,
.btn-outline-teal:active:focus,
.btn-outline-teal:focus,
.btn-outline-teal:hover {
    background-color: transparent;
    color: #00796b;
    border-color: #00796b
}

.btn-outline-teal:not([disabled]):not(.disabled).active,
.btn-outline-teal:not([disabled]):not(.disabled):active,
.show>.btn-outline-teal.dropdown-toggle {
    background-color: transparent!important;
    border-color: #00796b!important
}

.btn-green {
    background-color: #388e3c!important;
    color: #fff!important
}

.btn-green:hover {
    background-color: #3fa044
}

.btn-green.active,
.btn-green:active,
.btn-green:focus {
    background-color: #2a692d
}

.btn-green.dropdown-toggle {
    background-color: #388e3c!important
}

.btn-green.dropdown-toggle:focus,
.btn-green.dropdown-toggle:hover {
    background-color: #3fa044!important
}

.btn-green:not([disabled]):not(.disabled).active,
.btn-green:not([disabled]):not(.disabled):active,
.show>.btn-green.dropdown-toggle {
    background-color: #388e3c!important
}

.btn-outline-green {
    border: 2px solid #388e3c;
    color: #388e3c!important;
    background-color: transparent
}

.btn-outline-green.active,
.btn-outline-green:active,
.btn-outline-green:active:focus,
.btn-outline-green:focus,
.btn-outline-green:hover {
    background-color: transparent;
    color: #388e3c;
    border-color: #388e3c
}

.btn-outline-green:not([disabled]):not(.disabled).active,
.btn-outline-green:not([disabled]):not(.disabled):active,
.show>.btn-outline-green.dropdown-toggle {
    background-color: transparent!important;
    border-color: #388e3c!important
}

.btn-light-green {
    background-color: #8bc34a!important;
    color: #fff!important
}

.btn-light-green:hover {
    background-color: #97c95d
}

.btn-light-green.active,
.btn-light-green:active,
.btn-light-green:focus {
    background-color: #71a436
}

.btn-light-green.dropdown-toggle {
    background-color: #8bc34a!important
}

.btn-light-green.dropdown-toggle:focus,
.btn-light-green.dropdown-toggle:hover {
    background-color: #97c95d!important
}

.btn-light-green:not([disabled]):not(.disabled).active,
.btn-light-green:not([disabled]):not(.disabled):active,
.show>.btn-light-green.dropdown-toggle {
    background-color: #8bc34a!important
}

.btn-outline-light-green {
    border: 2px solid #8bc34a;
    color: #8bc34a!important;
    background-color: transparent
}

.btn-outline-light-green.active,
.btn-outline-light-green:active,
.btn-outline-light-green:active:focus,
.btn-outline-light-green:focus,
.btn-outline-light-green:hover {
    background-color: transparent;
    color: #8bc34a;
    border-color: #8bc34a
}

.btn-outline-light-green:not([disabled]):not(.disabled).active,
.btn-outline-light-green:not([disabled]):not(.disabled):active,
.show>.btn-outline-light-green.dropdown-toggle {
    background-color: transparent!important;
    border-color: #8bc34a!important
}

.btn-lime {
    background-color: #afb42b!important;
    color: #fff!important
}

.btn-lime:hover {
    background-color: #c3c930
}

.btn-lime.active,
.btn-lime:active,
.btn-lime:focus {
    background-color: #878b21
}

.btn-lime.dropdown-toggle {
    background-color: #afb42b!important
}

.btn-lime.dropdown-toggle:focus,
.btn-lime.dropdown-toggle:hover {
    background-color: #c3c930!important
}

.btn-lime:not([disabled]):not(.disabled).active,
.btn-lime:not([disabled]):not(.disabled):active,
.show>.btn-lime.dropdown-toggle {
    background-color: #afb42b!important
}

.btn-outline-lime {
    border: 2px solid #afb42b;
    color: #afb42b!important;
    background-color: transparent
}

.btn-outline-lime.active,
.btn-outline-lime:active,
.btn-outline-lime:active:focus,
.btn-outline-lime:focus,
.btn-outline-lime:hover {
    background-color: transparent;
    color: #afb42b;
    border-color: #afb42b
}

.btn-outline-lime:not([disabled]):not(.disabled).active,
.btn-outline-lime:not([disabled]):not(.disabled):active,
.show>.btn-outline-lime.dropdown-toggle {
    background-color: transparent!important;
    border-color: #afb42b!important
}

.btn-yellow {
    background-color: #fbc02d!important;
    color: #fff!important
}

.btn-yellow:hover {
    background-color: #fbc846
}

.btn-yellow.active,
.btn-yellow:active,
.btn-yellow:focus {
    background-color: #f0ad05
}

.btn-yellow.dropdown-toggle {
    background-color: #fbc02d!important
}

.btn-yellow.dropdown-toggle:focus,
.btn-yellow.dropdown-toggle:hover {
    background-color: #fbc846!important
}

.btn-yellow:not([disabled]):not(.disabled).active,
.btn-yellow:not([disabled]):not(.disabled):active,
.show>.btn-yellow.dropdown-toggle {
    background-color: #fbc02d!important
}

.btn-outline-yellow {
    border: 2px solid #fbc02d;
    color: #fbc02d!important;
    background-color: transparent
}

.btn-outline-yellow.active,
.btn-outline-yellow:active,
.btn-outline-yellow:active:focus,
.btn-outline-yellow:focus,
.btn-outline-yellow:hover {
    background-color: transparent;
    color: #fbc02d;
    border-color: #fbc02d
}

.btn-outline-yellow:not([disabled]):not(.disabled).active,
.btn-outline-yellow:not([disabled]):not(.disabled):active,
.show>.btn-outline-yellow.dropdown-toggle {
    background-color: transparent!important;
    border-color: #fbc02d!important
}

.btn-amber {
    background-color: #ffa000!important;
    color: #fff!important
}

.btn-amber:hover {
    background-color: #ffaa1a
}

.btn-amber.active,
.btn-amber:active,
.btn-amber:focus {
    background-color: #cc8000
}

.btn-amber.dropdown-toggle {
    background-color: #ffa000!important
}

.btn-amber.dropdown-toggle:focus,
.btn-amber.dropdown-toggle:hover {
    background-color: #ffaa1a!important
}

.btn-amber:not([disabled]):not(.disabled).active,
.btn-amber:not([disabled]):not(.disabled):active,
.show>.btn-amber.dropdown-toggle {
    background-color: #ffa000!important
}

.btn-outline-amber {
    border: 2px solid #ffa000;
    color: #ffa000!important;
    background-color: transparent
}

.btn-outline-amber.active,
.btn-outline-amber:active,
.btn-outline-amber:active:focus,
.btn-outline-amber:focus,
.btn-outline-amber:hover {
    background-color: transparent;
    color: #ffa000;
    border-color: #ffa000
}

.btn-outline-amber:not([disabled]):not(.disabled).active,
.btn-outline-amber:not([disabled]):not(.disabled):active,
.show>.btn-outline-amber.dropdown-toggle {
    background-color: transparent!important;
    border-color: #ffa000!important
}

.btn-orange {
    background-color: #f57c00!important;
    color: #fff!important
}

.btn-orange:hover {
    background-color: #ff8910
}

.btn-orange.active,
.btn-orange:active,
.btn-orange:focus {
    background-color: #c26200
}

.btn-orange.dropdown-toggle {
    background-color: #f57c00!important
}

.btn-orange.dropdown-toggle:focus,
.btn-orange.dropdown-toggle:hover {
    background-color: #ff8910!important
}

.btn-orange:not([disabled]):not(.disabled).active,
.btn-orange:not([disabled]):not(.disabled):active,
.show>.btn-orange.dropdown-toggle {
    background-color: #f57c00!important
}

.btn-outline-orange {
    border: 2px solid #f57c00;
    color: #f57c00!important;
    background-color: transparent
}

.btn-outline-orange.active,
.btn-outline-orange:active,
.btn-outline-orange:active:focus,
.btn-outline-orange:focus,
.btn-outline-orange:hover {
    background-color: transparent;
    color: #f57c00;
    border-color: #f57c00
}

.btn-outline-orange:not([disabled]):not(.disabled).active,
.btn-outline-orange:not([disabled]):not(.disabled):active,
.show>.btn-outline-orange.dropdown-toggle {
    background-color: transparent!important;
    border-color: #f57c00!important
}

.btn-deep-orange {
    background-color: #ff7043!important;
    color: #fff!important
}

.btn-deep-orange:hover {
    background-color: #ff835d
}

.btn-deep-orange.active,
.btn-deep-orange:active,
.btn-deep-orange:focus {
    background-color: #ff4910
}

.btn-deep-orange.dropdown-toggle {
    background-color: #ff7043!important
}

.btn-deep-orange.dropdown-toggle:focus,
.btn-deep-orange.dropdown-toggle:hover {
    background-color: #ff835d!important
}

.btn-deep-orange:not([disabled]):not(.disabled).active,
.btn-deep-orange:not([disabled]):not(.disabled):active,
.show>.btn-deep-orange.dropdown-toggle {
    background-color: #ff7043!important
}

.btn-outline-deep-orange {
    border: 2px solid #ff7043;
    color: #ff7043!important;
    background-color: transparent
}

.btn-outline-deep-orange.active,
.btn-outline-deep-orange:active,
.btn-outline-deep-orange:active:focus,
.btn-outline-deep-orange:focus,
.btn-outline-deep-orange:hover {
    background-color: transparent;
    color: #ff7043;
    border-color: #ff7043
}

.btn-outline-deep-orange:not([disabled]):not(.disabled).active,
.btn-outline-deep-orange:not([disabled]):not(.disabled):active,
.show>.btn-outline-deep-orange.dropdown-toggle {
    background-color: transparent!important;
    border-color: #ff7043!important
}

.btn-brown {
    background-color: #795548!important;
    color: #fff!important
}

.btn-brown:hover {
    background-color: #896052
}

.btn-brown.active,
.btn-brown:active,
.btn-brown:focus {
    background-color: #593f35
}

.btn-brown.dropdown-toggle {
    background-color: #795548!important
}

.btn-brown.dropdown-toggle:focus,
.btn-brown.dropdown-toggle:hover {
    background-color: #896052!important
}

.btn-brown:not([disabled]):not(.disabled).active,
.btn-brown:not([disabled]):not(.disabled):active,
.show>.btn-brown.dropdown-toggle {
    background-color: #795548!important
}

.btn-outline-brown {
    border: 2px solid #795548;
    color: #795548!important;
    background-color: transparent
}

.btn-outline-brown.active,
.btn-outline-brown:active,
.btn-outline-brown:active:focus,
.btn-outline-brown:focus,
.btn-outline-brown:hover {
    background-color: transparent;
    color: #795548;
    border-color: #795548
}

.btn-outline-brown:not([disabled]):not(.disabled).active,
.btn-outline-brown:not([disabled]):not(.disabled):active,
.show>.btn-outline-brown.dropdown-toggle {
    background-color: transparent!important;
    border-color: #795548!important
}

.btn-grey {
    background-color: #616161!important;
    color: #fff!important
}

.btn-grey:hover {
    background-color: #6e6e6e
}

.btn-grey.active,
.btn-grey:active,
.btn-grey:focus {
    background-color: #484848
}

.btn-grey.dropdown-toggle {
    background-color: #616161!important
}

.btn-grey.dropdown-toggle:focus,
.btn-grey.dropdown-toggle:hover {
    background-color: #6e6e6e!important
}

.btn-grey:not([disabled]):not(.disabled).active,
.btn-grey:not([disabled]):not(.disabled):active,
.show>.btn-grey.dropdown-toggle {
    background-color: #616161!important
}

.btn-outline-grey {
    border: 2px solid #616161;
    color: #616161!important;
    background-color: transparent
}

.btn-outline-grey.active,
.btn-outline-grey:active,
.btn-outline-grey:active:focus,
.btn-outline-grey:focus,
.btn-outline-grey:hover {
    background-color: transparent;
    color: #616161;
    border-color: #616161
}

.btn-outline-grey:not([disabled]):not(.disabled).active,
.btn-outline-grey:not([disabled]):not(.disabled):active,
.show>.btn-outline-grey.dropdown-toggle {
    background-color: transparent!important;
    border-color: #616161!important
}

.btn-blue-grey {
    background-color: #78909c!important;
    color: #fff!important
}

.btn-blue-grey:hover {
    background-color: #879ca7
}

.btn-blue-grey.active,
.btn-blue-grey:active,
.btn-blue-grey:focus {
    background-color: #5f7682
}

.btn-blue-grey.dropdown-toggle {
    background-color: #78909c!important
}

.btn-blue-grey.dropdown-toggle:focus,
.btn-blue-grey.dropdown-toggle:hover {
    background-color: #879ca7!important
}

.btn-blue-grey:not([disabled]):not(.disabled).active,
.btn-blue-grey:not([disabled]):not(.disabled):active,
.show>.btn-blue-grey.dropdown-toggle {
    background-color: #78909c!important
}

.btn-outline-blue-grey {
    border: 2px solid #78909c;
    color: #78909c!important;
    background-color: transparent
}

.btn-outline-blue-grey.active,
.btn-outline-blue-grey:active,
.btn-outline-blue-grey:active:focus,
.btn-outline-blue-grey:focus,
.btn-outline-blue-grey:hover {
    background-color: transparent;
    color: #78909c;
    border-color: #78909c
}

.btn-outline-blue-grey:not([disabled]):not(.disabled).active,
.btn-outline-blue-grey:not([disabled]):not(.disabled):active,
.show>.btn-outline-blue-grey.dropdown-toggle {
    background-color: transparent!important;
    border-color: #78909c!important
}

.btn-dark {
    background-color: #212121!important;
    color: #fff!important
}

.btn-dark:hover {
    background-color: #2e2e2e
}

.btn-dark.active,
.btn-dark:active,
.btn-dark:focus {
    background-color: #080808
}

.btn-dark.dropdown-toggle {
    background-color: #212121!important
}

.btn-dark.dropdown-toggle:focus,
.btn-dark.dropdown-toggle:hover {
    background-color: #2e2e2e!important
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #212121!important
}

.btn-outline-dark {
    border: 2px solid #212121;
    color: #212121!important;
    background-color: transparent
}

.btn-outline-dark.active,
.btn-outline-dark:active,
.btn-outline-dark:active:focus,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
    background-color: transparent;
    color: #212121;
    border-color: #212121
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    background-color: transparent!important;
    border-color: #212121!important
}

.btn-light {
    background-color: #e0e0e0!important;
    color: #000!important
}

.btn-light:hover {
    background-color: #ededed
}

.btn-light.active,
.btn-light:active,
.btn-light:focus {
    background-color: #c7c7c7
}

.btn-light.dropdown-toggle {
    background-color: #e0e0e0!important
}

.btn-light.dropdown-toggle:focus,
.btn-light.dropdown-toggle:hover {
    background-color: #ededed!important
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: #e0e0e0!important
}

.btn-outline-light {
    border: 2px solid #e0e0e0;
    color: #e0e0e0!important;
    background-color: transparent
}

.btn-outline-light.active,
.btn-outline-light:active,
.btn-outline-light:active:focus,
.btn-outline-light:focus,
.btn-outline-light:hover {
    background-color: transparent;
    color: #e0e0e0;
    border-color: #e0e0e0
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    background-color: transparent!important;
    border-color: #e0e0e0!important
}

.btn-white {
    background-color: #fff!important;
    color: #000!important
}

.btn-white:hover {
    background-color: #fff
}

.btn-white.active,
.btn-white:active,
.btn-white:focus {
    background-color: #e6e6e6
}

.btn-white.dropdown-toggle {
    background-color: #fff!important
}

.btn-white.dropdown-toggle:focus,
.btn-white.dropdown-toggle:hover {
    background-color: #fff!important
}

.btn-white:not([disabled]):not(.disabled).active,
.btn-white:not([disabled]):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    background-color: #fff!important
}

.btn-outline-white {
    border: 2px solid #fff;
    color: #fff!important;
    background-color: transparent
}

.btn-outline-white.active,
.btn-outline-white:active,
.btn-outline-white:active:focus,
.btn-outline-white:focus,
.btn-outline-white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.btn-outline-white:not([disabled]):not(.disabled).active,
.btn-outline-white:not([disabled]):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
    background-color: transparent!important;
    border-color: #fff!important
}

.btn-black {
    background-color: #000!important;
    color: #fff!important
}

.btn-black:hover {
    background-color: #0d0d0d
}

.btn-black.active,
.btn-black:active,
.btn-black:focus {
    background-color: #000
}

.btn-black.dropdown-toggle {
    background-color: #000!important
}

.btn-black.dropdown-toggle:focus,
.btn-black.dropdown-toggle:hover {
    background-color: #0d0d0d!important
}

.btn-black:not([disabled]):not(.disabled).active,
.btn-black:not([disabled]):not(.disabled):active,
.show>.btn-black.dropdown-toggle {
    background-color: #000!important
}

.btn-outline-black {
    border: 2px solid #000;
    color: #000!important;
    background-color: transparent
}

.btn-outline-black.active,
.btn-outline-black:active,
.btn-outline-black:active:focus,
.btn-outline-black:focus,
.btn-outline-black:hover {
    background-color: transparent;
    color: #000;
    border-color: #000
}

.btn-outline-black:not([disabled]):not(.disabled).active,
.btn-outline-black:not([disabled]):not(.disabled):active,
.show>.btn-outline-black.dropdown-toggle {
    background-color: transparent!important;
    border-color: #000!important
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19)
}

.z-depth-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21)
}

.z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22)
}