/*!
 * BootstrapPlusPlus v1.0.1-beta
 * Homepage: https://bootstrapplusplus.com
 * Copyright 2017 Araf Karim
 * Licensed under MIT
 */


body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
a {
    color: #3088ff;
}
a:hover {
    color: #0288d1;
    text-decoration: none;
    outline:none;
}

/* text colors */
.text-primary {
    color: #03a9f4 !important;
}
.text-secondary {
    color: #ba68c8 !important;
}
.text-success,
.valid-feedback {
    color: #4caf50 !important;
}
.text-warning {
    color: #ffc107 !important;
}
.text-danger,
.invalid-feedback {
    color: #f44336 !important;
}
.text-info {
    color: #009688 !important;
}
.text-light {
    color: #999 !important;
}
.text-dark {
    color: #343a40 !important;
}

/* border colors */
.border-primary,
.list-group-item.active {
    border-color: #03a9f4 !important;
}
.border-secondary {
    border-color: #ba68c8 !important;
}
.border-success {
    border-color: #4caf50 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #f44336 !important;
}
.border-info {
    border-color: #009688 !important;
}
.border-light {
    border-color: rgba(0, 0, 0, 0.125) !important;
}
.border-dark {
    border-color: #343a40 !important;
}

/* bg colors */
.bg-primary,
.progress-bar,
.list-group-item.active {
    background-color: #03a9f4 !important;
}
.bg-secondary {
    background-color: #ba68c8 !important;
}
.bg-success {
    background-color: #4caf50 !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.bg-danger {
    background-color: #f44336 !important;
}
.bg-info {
    background-color: #009688 !important;
}
.bg-light {
    background-color: rgba(0, 0, 0, 0.125) !important;
}
.bg-dark {
    background-color: #343a40 !important;
}

/* material color palette */
.red {
    background-color: rgba(255, 50, 70, 1) !important;
}
.red-text {
    color: rgba(255, 50, 70, 1) !important;
}
.red.lighten-5 {
    background-color: #FFEBEE !important;
}
.red.lighten-4 {
    background-color: rgba(255, 50, 70, 0.3) !important;
}
.red.lighten-3 {
    background-color: #EF9A9A !important;
}
.red.lighten-2 {
    background-color: #E57373 !important;
}
.red.lighten-1 {
    background-color: #EF5350 !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 {
    background-color: #e91e63 !important;
}
.pink-text {
    color: #e91e63 !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.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 {
    background-color: rgba(170, 100, 200, 1) !important;
}
.purple-text {
    color: rgba(170, 100, 200, 1) !important;
}
.purple.lighten-5 {
    background-color: #f3e5f5 !important;
}
.purple.lighten-4 {
    background-color: rgba(170, 100, 200, 0.3) !important;
}
.purple.lighten-3 {
    background-color: #ce93d8 !important;
}
.purple.lighten-2 {
    background-color: #ba68c8 !important;
}
.purple.lighten-1 {
    background-color: #ab47bc !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 {
    background-color: #673ab7 !important;
}
.deep-purple-text {
    color: #673ab7 !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.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 {
    background-color: #3f51b5 !important;
}
.indigo-text {
    color: #3f51b5 !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.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 {
    background-color: rgba(65, 135, 240, 1) !important;
}
.blue-text {
    color: rgba(65, 135, 240, 1) !important;
}
.blue.lighten-5 {
    background-color: #E3F2FD !important;
}
.blue.lighten-4 {
    background-color: rgba(65, 135, 240, 0.3) !important;
}
.blue.lighten-3 {
    background-color: #90CAF9 !important;
}
.blue.lighten-2 {
    background-color: #64B5F6 !important;
}
.blue.lighten-1 {
    background-color: #42A5F5 !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 {
    background-color: #03a9f4 !important;
}
.light-blue-text {
    color: #03a9f4 !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.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 {
    background-color: rgba(50, 180, 230, 1) !important;
}
.cyan-text {
    color: rgba(50, 180, 230, 1) !important;
}
.cyan.lighten-5 {
    background-color: #e0f7fa !important;
}
.cyan.lighten-4 {
    background-color: rgba(50, 180, 230, 0.3) !important;
}
.cyan.lighten-3 {
    background-color: #80deea !important;
}
.cyan.lighten-2 {
    background-color: #4dd0e1 !important;
}
.cyan.lighten-1 {
    background-color: #26c6da !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 {
    background-color: #009688 !important;
}
.teal-text {
    color: #009688 !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.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 {
    background-color: rgba(0, 200, 80, 1) !important;
}
.green-text {
    color: rgba(0, 200, 80, 1) !important;
}
.green.lighten-5 {
    background-color: #E8F5E9 !important;
}
.green.lighten-4 {
    background-color: rgba(0, 200, 80, 0.3) !important;
}
.green.lighten-3 {
    background-color: #A5D6A7 !important;
}
.green.lighten-2 {
    background-color: #81C784 !important;
}
.green.lighten-1 {
    background-color: #66BB6A !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 {
    background-color: #8bc34a !important;
}
.light-green-text {
    color: #8bc34a !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.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 {
    background-color: #cddc39 !important;
}
.lime-text {
    color: #cddc39 !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.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 {
    background-color: #ffeb3b !important;
}
.yellow-text {
    color: #ffeb3b !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.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 {
    background-color: #ffc107 !important;
}
.amber-text {
    color: #ffc107 !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.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 {
    background-color: rgba(255, 135, 5, 1) !important;
}
.orange-text {
    color: rgba(255, 135, 5, 1) !important;
}
.orange.lighten-5 {
    background-color: #fff3e0 !important;
}
.orange.lighten-4 {
    background-color: rgba(255, 135, 5, 0.3) !important;
}
.orange.lighten-3 {
    background-color: #ffcc80 !important;
}
.orange.lighten-2 {
    background-color: #ffb74d !important;
}
.orange.lighten-1 {
    background-color: #ffa726 !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 {
    background-color: #ff5722 !important;
}
.deep-orange-text {
    color: #ff5722 !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.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 {
    background-color: #795548 !important;
}
.brown-text {
    color: #795548 !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.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 {
    background-color: rgba(48, 67, 83, 1) !important;
}
.blue-grey-text {
    color: rgba(48, 67, 83, 1) !important;
}
.blue-grey.lighten-5 {
    background-color: #eceff1 !important;
}
.blue-grey.lighten-4 {
    background-color: rgba(48, 67, 83, 0.3) !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.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 {
    background-color: #9e9e9e !important;
}
.grey-text {
    color: #9e9e9e !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.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;
}
.black {
    background-color: #000 !important;
}
.black-text {
    color: #000 !important;
}
.white {
    background-color: #fff !important;
}
.white-text {
    color: #fff !important;
}
.transparent {
    background-color: transparent !important;
}

/* rgba colors */
.red-rgba {
    background-color:rgba(244, 67, 54, 0.7) !important;
}
.pink-rgba {
    background-color:rgba(233, 30, 99, 0.7) !important;
}
.purple-rgba {
    background-color:rgba(156, 39, 176, 0.7) !important;
}
.indigo-rgba {
    background-color:rgba(63, 81, 181, 0.7) !important;
}
.blue-rgba {
    background-color:rgba(3, 169, 244, 0.7) !important;
}
.cyan-rgba {
    background-color:rgba(0, 188, 212, 0.7) !important;
}
.teal-rgba {
    background-color:rgba(0, 150, 136, 0.7) !important;
}
.green-rgba {
    background-color:rgba(76, 175, 80, 0.7) !important;
}
.lime-rgba {
    background-color:rgba(205, 220, 57, 0.7) !important;
}
.yellow-rgba {
    background-color:rgba(255, 235, 59, 0.7) !important;
}
.amber-rgba {
    background-color:rgba(255, 193, 7, 0.7) !important;
}
.orange-rgba {
    background-color:rgba(255, 152, 0, 0.7) !important;
}
.brown-rgba {
    background-color:rgba(121, 85, 72, 0.7) !important;
}
.grey-rgba {
    background-color:rgba(158, 158, 158, 0.7) !important;
}
.blue-grey-rgba {
    background-color:rgba(96, 125, 139, 0.7) !important;
}
.black-rgba {
    background-color:rgba(0, 0, 0, 0.7) !important;
}
.white-rgba {
    background-color:rgba(255, 255, 255, 0.7) !important;
}
.red-rgba-light {
    background-color:rgba(244, 67, 54, 0.5) !important;
}
.pink-rgba-light {
    background-color:rgba(233, 30, 99, 0.5) !important;
}
.purple-rgba-light {
    background-color:rgba(156, 39, 176, 0.5) !important;
}
.indigo-rgba-light {
    background-color:rgba(63, 81, 181, 0.5) !important;
}
.blue-rgba-light {
    background-color:rgba(3, 169, 244, 0.5) !important;
}
.cyan-rgba-light {
    background-color:rgba(0, 188, 212, 0.5) !important;
}
.teal-rgba-light {
    background-color:rgba(0, 150, 136, 0.5) !important;
}
.green-rgba-light {
    background-color:rgba(76, 175, 80, 0.5) !important;
}
.lime-rgba-light {
    background-color:rgba(205, 220, 57, 0.5) !important;
}
.yellow-rgba-light {
    background-color:rgba(255, 235, 59, 0.5) !important;
}
.amber-rgba-light {
    background-color:rgba(255, 193, 7, 0.5) !important;
}
.orange-rgba-light {
    background-color:rgba(255, 152, 0, 0.5) !important;
}
.brown-rgba-light {
    background-color:rgba(121, 85, 72, 0.5) !important;
}
.grey-rgba-light {
    background-color:rgba(158, 158, 158, 0.5) !important;
}
.blue-grey-rgba-light {
    background-color:rgba(96, 125, 139, 0.5) !important;
}
.black-rgba-light {
    background-color:rgba(0, 0, 0, 0.5) !important;
}
.white-rgba-light {
    background-color:rgba(255, 255, 255, 0.5) !important;
}
.red-rgba-slight {
    background-color:rgba(244, 67, 54, 0.3) !important;
}
.pink-rgba-slight {
    background-color:rgba(233, 30, 99, 0.3) !important;
}
.purple-rgba-slight {
    background-color:rgba(156, 39, 176, 0.3) !important;
}
.indigo-rgba-slight {
    background-color:rgba(63, 81, 181, 0.3) !important;
}
.blue-rgba-slight {
    background-color:rgba(3, 169, 244, 0.3) !important;
}
.cyan-rgba-slight {
    background-color:rgba(0, 188, 212, 0.3) !important;
}
.teal-rgba-slight {
    background-color:rgba(0, 150, 136, 0.3) !important;
}
.green-rgba-slight {
    background-color:rgba(76, 175, 80, 0.3) !important;
}
.lime-rgba-slight {
    background-color:rgba(205, 220, 57, 0.3) !important;
}
.yellow-rgba-slight {
    background-color:rgba(255, 235, 59, 0.3) !important;
}
.amber-rgba-slight {
    background-color:rgba(255, 193, 7, 0.3) !important;
}
.orange-rgba-slight {
    background-color:rgba(255, 152, 0, 0.3) !important;
}
.brown-rgba-slight {
    background-color:rgba(121, 85, 72, 0.3) !important;
}
.grey-rgba-slight {
    background-color:rgba(158, 158, 158, 0.3) !important;
}
.blue-grey-rgba-slight {
    background-color:rgba(96, 125, 139, 0.3) !important;
}
.black-rgba-slight {
    background-color:rgba(0, 0, 0, 0.3) !important;
}
.white-rgba-slight {
    background-color:rgba(255, 255, 255, 0.3) !important;
}

/* social media colors */
.facebook, .twitter, .linkedin, .skype,
.wordpress, .vimeo, .vk, .tumblr,
.yahoo, .googleplus, .google-plus, .pinterest,
.youtube, .reddit, .soundcloud, .medium,
.slack, .instagram, .dribbble, .flickr, .behance {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: .95rem;
    min-width: 40px;
    height: 40px;
}
.facebook {
    background: #3b5999;
}
.twitter {
    background: #55acee;
}
.linkedin {
    background: #0077b5;
}
.skype {
    background: #00aff0;
}
.wordpress {
    background: #21759b;
}
.vimeo {
    background: #1ab7ea;
}
.vk {
    background: #4c75a3;
}
.tumblr {
    background: #34465d;
}
.yahoo {
    background: #410093;
}
.googleplus,
.google-plus {
    background: #dd4b39;
}
.pinterest{
    background:  #bd081c;
}
.youtube {
    background: #cd201f;
}
.reddit {
    background: #ff5700;
}
.soundcloud {
    background: #ff3300;
}
.medium {
    background: #02b875;
}
.slack {
    background: #3aaf85;
}
.instagram {
    background: #e4405f;
}
.dribbble {
    background: #ea4c89;
}
.flickr {
    background: #ff0084;
}
.behance {
    background: #131418;
}
.facebook-text, .twitter-text, .linkedin-text, .skype-text,
.wordpress-text, .vimeo-text, .vk-text, .tumblr-text,
.yahoo-text, .googleplus-text, .google-plus-text, .pinterest-text,
.youtube-text, .reddit-text, .soundcloud-text, .medium-text,
.slack-text, .instagram-text, .dribbble-text, .flickr-text, .behance-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: .95rem;
}
.facebook-text {
    color: #3b5999 !important;
}
.twitter-text {
    color: #55acee !important;
}
.linkedin-text {
    color: #0077b5 !important;
}
.skype-text {
    color: #00aff0 !important;
}
.wordpress-text {
    color: #21759b !important;
}
.vimeo-text {
    color: #1ab7ea !important;
}
.vk-text {
    color: #4c75a3 !important;
}
.tumblr-text {
    color: #34465d !important;
}
.yahoo-text {
    color: #410093 !important;
}
.googleplus-text,
.google-plus-text  {
    color: #dd4b39 !important;
}
.pinterest-text {
    color:  #bd081c !important;
}
.youtube-text {
    color: #cd201f !important;
}
.reddit-text {
    color: #ff5700 !important;
}
.soundcloud-text {
    color: #ff3300 !important;
}
.medium-text {
    color: #02b875 !important;
}
.slack-text {
    color: #3aaf85 !important;
}
.instagram-text {
    color: #e4405f !important;
}
.dribbble-text {
    color: #ea4c89 !important;
}
.flickr-text {
    color: #ff0084 !important;
}
.behance-text {
    color: #131418 !important;
}
.facebook-outline, .twitter-outline, .linkedin-outline, .skype-outline,
.wordpress-outline, .vimeo-outline, .vk-outline, .tumblr-outline,
.yahoo-outline, .googleplus-outline, .google-plus-outline, .pinterest-outline,
.youtube-outline, .reddit-outline, .soundcloud-outline, .medium-outline,
.slack-outline, .instagram-outline, .dribbble-outline, .flickr-outline, .behance-outline {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    font-weight: 300;
    font-size: .95rem;
    border-width: 2px;
    min-width: 40px;
    /*height: 40px;
    line-height: 30px;*/
}
.facebook-outline {
    color: #3b5999 !important;
    border-color: #3b5999;
}
.twitter-outline {
    color: #55acee !important;
    border-color: #55acee;
}
.linkedin-outline {
    color: #0077b5 !important;
    border-color: #0077b5;
}
.skype-outline {
    color: #00aff0 !important;
    border-color: #00aff0;
}
.wordpress-outline {
    color: #21759b !important;
    border-color: #21759b;
}
.vimeo-outline {
    color: #1ab7ea !important;
    border-color: #1ab7ea;
}
.vk-outline {
    color: #4c75a3 !important;
    border-color: #4c75a3;
}
.tumblr-outline {
    color: #34465d !important;
    border-color: #34465d;
}
.yahoo-outline {
    color: #410093 !important;
    border-color: #410093;
}
.googleplus-outline,
.google-plus-outline  {
    color: #dd4b39 !important;
    border-color: #dd4b39;
}
.pinterest-outline {
    color:  #bd081c !important;
    border-color: #bd081c;
}
.youtube-outline {
    color: #cd201f !important;
    border-color: #cd201f;
}
.reddit-outline {
    color: #ff5700 !important;
    border-color: #ff5700;
}
.soundcloud-outline {
    color: #ff3300 !important;
    border-color: #ff3300;
}
.medium-outline {
    color: #02b875 !important;
    border-color: #02b875;
}
.slack-outline {
    color: #3aaf85 !important;
    border-color: #3aaf85;
}
.instagram-outline {
    color: #e4405f !important;
    border-color: #e4405f;
}
.dribbble-outline {
    color: #ea4c89 !important;
    border-color: #ea4c89;
}
.flickr-outline {
    color: #ff0084 !important;
    border-color: #ff0084;
}
.behance-outline {
    color: #131418 !important;
    border-color: #131418;
}
/* alert + list group */
.alert {
    border-radius: 0.125rem;
    border: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.alert-primary,
.list-group-item-primary,
a.list-group-item-primary,
button.list-group-item-primary {
    color: #29b6f6;
    background-color: #d4f0fd;
}
.alert-secondary,
.list-group-item-secondary,
a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #ba68c8;
    background-color: #f1e0f4;
}
.alert-success,
.list-group-item-success,
a.list-group-item-success,
button.list-group-item-success {
    color: #66bb6a;
    background-color: #e0f1e1;
}
.alert-info,
.list-group-item-info,
a.list-group-item-info,
button.list-group-item-info {
    color: #009688;
    background-color: #e0f2f1;
}
.alert-warning,
.list-group-item-warning,
a.list-group-item-warning,
button.list-group-item-warning {
    color: #ffa726;
    background-color: #ffedd3;
}
.alert-danger,
.list-group-item-danger,
a.list-group-item-danger,
button.list-group-item-danger {
    color: #ef5350;
    background-color: #fbdcdc;
}
.alert-light,
.list-group-item-light,
a.list-group-item-light,
button.list-group-item-light {
    color: #818182 !important;
    background-color: #eeeeee;
}
.alert-dark,
.list-group-item-dark,
a.list-group-item-dark,
button.list-group-item-dark {
    color: #455a64;
    background-color: #d9dee0;
}

/* close */
.close {
    color: #999;
}

/* buttons */
.btn {
    border-radius: 0.125rem;

}
.btn:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.05),
    0 4px 14px 0 rgba(0,0,0,0.05);
}

.btn:focus {
    box-shadow: none !important;
}
.btn-rounded {
    border-radius: 10em !important;
}
.btn-circle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.btn-circle i {
    display: block;
    vertical-align: middle;
    line-height: 2.2rem;
}
.btn-floating {
    position: absolute;
    top: -1.5rem;
    right: 0;
    margin-right: 10px;
}
.btn-link {
    border: none;
    box-shadow: none !important;
    padding: 0;
}
.btn-primary,
.show > .btn-primary.dropdown-toggle {
    background-color: #3088ff;
    border-color: #3088ff;
}
.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active {
    background-color: #0288d1;
    border-color: #0288d1;
}
.btn-secondary,
.show > .btn-secondary.dropdown-toggle {
    background-color: #ba68c8;
    border-color: #ba68c8;
}
.btn-secondary:hover,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active {
    background-color: #ab47bc;
    border-color: #ab47bc;
}
.btn-success,
.show > .btn-success.dropdown-toggle {
    background-color: rgba(72, 187, 120, 0.9);
    border-color: rgba(72, 187, 120, 0.9);
}
.btn-success:hover,
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active {
    background-color: #48BB78;
    border-color: #48BB78;
}
.btn-warning,
.show > .btn-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff;
}
.btn-warning:hover,
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active {
    background-color: #ffb300;
    border-color: #ffb300;
    color: #fff;
}
.btn-danger,
.show > .btn-danger.dropdown-toggle {
    background-color: #f44336;
    border-color: #f44336;
}
.btn-danger:hover,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active {
    background-color: #e53935;
    border-color: #e53935;
}
.btn-info,
.show > .btn-info.dropdown-toggle {
    background-color: #009688;
    border-color: #009688;
}
.btn-info:hover,
.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active {
    background-color: #00897b;
    border-color: #00897b;
}
.btn-outline-primary,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #03a9f4;
    border-color: #03a9f4;
    background-color: transparent;
}
.btn-outline-primary:hover {
    background-color: transparent;
    color: #03a9f4;
    border-color: #03a9f4;
}
.btn-outline-secondary,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #ba68c8;
    border-color: #ba68c8;
    background-color: transparent;
}
.btn-outline-secondary:hover {
    background-color: transparent;
    color: #ba68c8;
    border-color: #ba68c8;
}
.btn-outline-success,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #4caf50;
    border-color: #4caf50;
    background-color: transparent;
}
.btn-outline-success:hover {
    background-color: transparent;
    color: #4caf50;
    border-color: #4caf50;
}
.btn-outline-warning,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    border-color: #ffc107;
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:hover {
    background-color: transparent;
    border-color: #ffb300;
    color: #ffb300;
}
.btn-outline-danger,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #f44336;
    border-color: #f44336;
    background-color: transparent;
}
.btn-outline-danger:hover {
    background-color: transparent;
    color: #e53935;
    border-color: #e53935;
}
.btn-outline-info,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #009688;
    border-color: #009688;
    background-color: transparent;
}
.btn-outline-info:hover {
    background-color: transparent;
    color: #00897b;
    border-color: #00897b;
}
.btn-outline-light,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #999;
    border-color: #999;
    background-color: transparent;
}
.btn-outline-light:hover {
    background-color: transparent;
    color: #999;
    border-color: #999;
}
.btn-outline-dark:hover {
    background-color: transparent;
    color: #343a40;
}
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    background-color: transparent;
    color: #343a40;
}

/* badge */
.badge-primary {
    background: #29b6f6;
}
.badge-secondary {
    background: #ba68c8;
}
.badge-success {
    background: #4caf50;
}
.badge-warning {
    background: #ffc107;
    color: #fff;
}
.badge-info {
    background: #009688;
}
.badge-danger {
    background: #f44336;
}
.badge-light {
    color: #999;
}

/* breadcrumb */
.breadcrumb {
    background-color: #eee;
    border-radius: 0.125rem;
}

/* card */
.card {
    border-radius: .125rem;
}
.card-body {
    position: relative;
}
.card-testimonial .card-header {
    padding-top: 3rem;
}
.card-testimonial img {
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: 0 auto -4rem;
    display: block;
}
.card-img {
    border-radius: 0.125rem;
}

/* collapse  */
#accordion .card-header {
    border-bottom: none;
}

/* navs */
.nav-pills .nav-link.active {
    background: rgba(255,255,255,0.1);
}

/* navbar */
@media screen and (min-width: 768px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
    }
    .navbar-dark .navbar-nav .active > .nav-link {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 0.125rem;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }
    .navbar-light .navbar-nav .active > .nav-link {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 0.125rem;
    }
}

/* pagination */
.border-0 .page-item.disabled .page-link,
.border-0 .page-link,
.borde-0r .page-item.active .page-link {
    border-color: transparent !important;
}
.pagination-circle .page-link {
    border-radius: 50%;
    margin-right: 4px;
    width: 2.3rem;
    height: 2.3rem;
    text-align: center;
}
.pagination-circle .page-item:first-child .page-link,
.pagination-circle .page-item:last-child .page-link {
    border-radius: 50%;
}

/* carousel */
.carousel-caption-centered {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

/* form */
label,
.custom-control-input:disabled ~ .custom-control-description {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.4);
}
.custom-control-input:checked ~ .custom-control-indicator,
.custom-control-input:checked ~ .custom-control-indicator.radio-primary,
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.checkbox-primary,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    color: #fff;
    background-color: #03a9f4;
}
.custom-control-input:checked ~ .custom-control-indicator.radio-secondary,
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.checkbox-secondary {
    color: #fff;
    background-color: #ba68c8;
}
.custom-control-input:checked ~ .custom-control-indicator.radio-success,
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.checkbox-success {
    color: #fff;
    background-color: #4caf50;
}
.custom-control-input:checked ~ .custom-control-indicator.radio-danger,
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.checkbox-danger {
    color: #fff;
    background-color: #f44336;
}
.custom-control-input:checked ~ .custom-control-indicator.radio-warning,
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.checkbox-warning {
    color: #fff;
    background-color: #ffc107;
}
.custom-control-input:checked ~ .custom-control-indicator.radio-info,
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.checkbox-info {
    color: #fff;
    background-color: #009688;
}
.custom-control-input:checked ~ .custom-control-indicator.radio-light,
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.checkbox-light {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.125);
}
.custom-control-input:checked ~ .custom-control-indicator.radio-dark,
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator.checkbox-dark {
    color: #fff;
    background-color: #343a40;
}
.custom-control-input:focus ~ .custom-control-indicator,
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    box-shadow: none;
}
.form-control {
    border: 1px solid #ececec;
    padding: .5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    border-radius: 4px;
}
.form-control:focus {
    outline: none;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    -webkit-box-shadow: 0 1px 0 0 #4caf50;
    -moz-box-shadow: 0 1px 0 0 #4caf50;
    box-shadow: 0 1px 0 0 #4caf50;
    border-bottom: solid 1px #4caf50;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 1px 0 0 #f44336;
    -moz-box-shadow: 0 1px 0 0 #f44336;
    box-shadow: 0 1px 0 0 #f44336;
    border-bottom: solid 1px #f44336;
}
select.form-control {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
label.custom-file {
    font-size: inherit;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.custom-file-control:before{
    content: "Browse";
}
.custom-file-control:after{
    content: "Add files..";
}
.input-group-addon {
    background: transparent;
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
}
.form-control:disabled,
.form-control[readonly] {
    background: inherit;
    border-bottom: 1px dotted #dbdbdb;
}
.form-control:disabled:hover,
.form-control[readonly]:hover,
.form-control:disabled:focus,
.form-control[readonly]:focus {
    border-bottom: 1px dotted #dbdbdb;
    box-shadow: none;
}

/* modals */
.modal-content {
    border-radius: 0.125rem;
}
.modal-top {
    margin: 0;
    max-width: 100%;
}
.modal-top .modal-content {
    border-radius: 0;
}
.modal-bottom  {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.modal-bottom .modal-content {
    border-radius: 0;
}
.modal-dialog.modal-bottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.modal.fade .modal-dialog.modal-bottom  {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
}
.modal.show .modal-dialog.modal-bottom  {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-right .modal-content {
    border-radius: 0;
}
.modal-dialog.modal-right {
    position: absolute;
    right: 0;
    margin: 0;
}
.modal.fade .modal-dialog.modal-right  {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
}
.modal.show .modal-dialog.modal-right  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.modal-left .modal-content {
    border-radius: 0;
}
.modal-dialog.modal-left {
    position: absolute;
    left: 0;
    margin: 0;
}
.modal.fade .modal-dialog.modal-left  {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
}
.modal.show .modal-dialog.modal-left  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* progress */
.progress {
    height: 5px;
}

/* list group */
a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
    color: #29b6f6;
    background-color: rgba(3,169,244,0.2);
    border-top: 1px solid transparent;
}
a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
    color: #ba68c8;
    background-color: rgba(186,104,200,0.23);
    border-top: 1px solid transparent;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #4caf50;
    background-color: rgba(76,175,80,0.22);
    border-top: 1px solid transparent;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #f44336;
    background-color: rgba(244,67,54,0.21);
    border-top: 1px solid transparent;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #ffa726;
    background-color: rgba(255,167,38,0.24);
    border-top: 1px solid transparent;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #009688;
    background-color: rgba(0,150,136,0.15);
    border-top: 1px solid transparent;
}
a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
    color: #818182 !important;
    background-color: rgba(0, 0, 0, 0.09);
    border-top: 1px solid transparent;
}
a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
    color: #455a64;
    background-color: rgba(69,90,100,0.23);
    border-top: 1px solid transparent;
}

/* table */
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: rgba(255,255,255,0.1);
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #03a9f4;
    color: #fff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #0288d1;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #ba68c8;
    color: #fff;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #ab47bc;
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #4caf50;
    color: #fff;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #43a047;
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: #009688;
    color: #fff;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #00897b;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffc107;
    color: #fff;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffb300;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f44336;
    color: #fff;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #e53935;
}
.table-light,
.table-light > th,
.table-light > td {
    background-color: #f8f9fa;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #e2e6ea;
}
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #343a40;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #23272b;
}
.table-hover .bg-primary:hover {
    background-color: #0288d1 !important;
}
.table-hover .bg-secondary:hover {
    background-color: #ab47bc !important;
}
.table-hover .bg-success:hover {
    background-color: #43a047 !important;
}
.table-hover .bg-info:hover {
    background-color: #00897b !important;
}
.table-hover .bg-warning:hover {
    background-color: #ffb300 !important;
}
.table-hover .bg-danger:hover {
    background-color: #e53935 !important;
}

/* shadow */
.shadow-slight {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2),
    0 2px 8px 0 rgba(0,0,0,0.15);
}
.shadow-light {
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.22),
    0 4px 10px 0 rgba(0,0,0,0.18);
}
.shadow-bold {
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),
    0 6px 12px 0 rgba(0,0,0,0.20);
}
li
    /* dropdown */
.dropdown-item:focus {
    background-color: #03a9f4;
    border-color: #03a9f4;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.85em;
}


.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .btn{
    border: 1px solid #ececec;
}


@media print{

    .top-menu{
        display: none;
    }

    .dark-menu{
        display: none;
    }

    .m-content:nth-child(1){
        display: none;
    }

    .m-content:nth-child(2){
        background: none !important;
        padding:0 !important;
        margin: 0 !important;
        box-shadow: none !important;
    }

    #content{
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
    }

}
