Skip to content

Instantly share code, notes, and snippets.

@blayderunner123
Created August 24, 2019 22:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blayderunner123/6b79c17d6e04e08c489ed1e45d974489 to your computer and use it in GitHub Desktop.
Save blayderunner123/6b79c17d6e04e08c489ed1e45d974489 to your computer and use it in GitHub Desktop.
MD Bootstrap Buttons
<h2>Primary Buttons</h2>
<button type="button" class="tbs-btn tbs-btn-primary waves-effect waves-light">Primary</button>
<button type="button" class="tbs-btn tbs-btn-secondary waves-effect waves-light">Secondary</button>
<button type="button" class="tbs-btn tbs-btn-success waves-effect waves-light">Success</button>
<button type="button" class="tbs-btn tbs-btn-danger waves-effect waves-light">Danger</button>
<button type="button" class="tbs-btn tbs-btn-warning waves-effect waves-light">Warning</button>
<button type="button" class="tbs-btn tbs-btn-info waves-effect waves-light">Info</button>
<button type="button" class="tbs-btn tbs-btn-light waves-effect waves-light">Light</button>
<button type="button" class="tbs-btn tbs-btn-dark waves-effect waves-light">Dark</button>
<button type="button" class="tbs-btn tbs-btn-link waves-effect waves-light">Link</button>
<button type="button" class="tbs-btn tbs-btn-default waves-effect waves-light">Default</button>
<br>
<h2>Additional buttons</h2>
<button type="button" class="tbs-btn tbs-btn-elegant waves-effect waves-light">Elegant</button>
<button type="button" class="tbs-btn tbs-btn-unique waves-effect waves-light">Unique</button>
<button type="button" class="tbs-btn tbs-btn-pink waves-effect waves-light waves-effect waves-light">Pink</button>
<button type="button" class="tbs-btn tbs-btn-purple waves-effect waves-light">Purple</button>
<button type="button" class="tbs-btn tbs-btn-deep-purple waves-effect waves-light">Deep-purple</button>
<button type="button" class="tbs-btn tbs-btn-indigo waves-effect waves-light">Indigo</button>
<button type="button" class="tbs-btn tbs-btn-light-blue waves-effect waves-light">Light blue</button>
<button type="button" class="tbs-btn tbs-btn-cyan waves-effect waves-light">Cyan</button>
<button type="button" class="tbs-btn tbs-btn-dark-green">Dark-green</button>
<button type="button" class="tbs-btn tbs-btn-light-green waves-effect waves-light">Light-green</button>
<button type="button" class="tbs-btn tbs-btn-yellow waves-effect waves-light">Yellow</button>
<button type="button" class="tbs-btn tbs-btn-amber waves-effect waves-light">Amber</button>
<button type="button" class="tbs-btn tbs-btn-deep-orange waves-effect waves-light">Deep-orange</button>
<button type="button" class="tbs-btn tbs-btn-brown waves-effect waves-light">Brown</button>
<button type="button" class="tbs-btn tbs-btn-blue-grey waves-effect waves-light">Blue-grey</button>
<button type="button" class="tbs-btn tbs-btn-mdb-color waves-effect waves-light">MDB</button>
<br>
<h2>Gradient buttons</h2>
<button class="tbs-btn peach-gradient waves-effect waves-light">Peach</button>
<button class="tbs-btn purple-gradient">Purple</button>
<button class="tbs-btn blue-gradient">Blue</button>
<button class="tbs-btn aqua-gradient">Aqua</button>
<br>
<h2>Outline Buttons</h2>
<button type="button" class="tbs-btn tbs-btn-outline-primary waves-effect">Primary</button>
<button type="button" class="tbs-btn tbs-btn-outline-default waves-effect">Default</button>
<button type="button" class="tbs-btn tbs-btn-outline-secondary waves-effect">Secondary</button>
<button type="button" class="tbs-btn tbs-btn-outline-success waves-effect">Success</button>
<button type="button" class="tbs-btn tbs-btn-outline-info waves-effect">Info</button>
<button type="button" class="tbs-btn tbs-btn-outline-warning waves-effect">Warning</button>
<button type="button" class="tbs-btn tbs-btn-outline-danger waves-effect">Danger</button>
<br>
<h2>Rounded Buttons</h2>
<button type="button" class="tbs-btn tbs-btn-primary tbs-btn-rounded">Primary</button>
<button type="button" class="tbs-btn tbs-btn-default tbs-btn-rounded">Default</button>
<button type="button" class="tbs-btn tbs-btn-secondary tbs-btn-rounded">Secondary</button>
<button type="button" class="tbs-btn tbs-btn-success tbs-btn-rounded">Success</button>
<button type="button" class="tbs-btn tbs-btn-info tbs-btn-rounded">Info</button>
<button type="button" class="tbs-btn tbs-btn-warning tbs-btn-rounded">Warning</button>
<button type="button" class="tbs-btn tbs-btn-danger tbs-btn-rounded">Danger</button>
.text-primary {
color: #4285f4!important
}
a.text-primary:focus,
a.text-primary:hover {
color: #1266f1!important
}
.text-danger {
color: #ff3547!important
}
a.text-danger:focus,
a.text-danger:hover {
color: #ff0219!important
}
.text-warning {
color: #fb3!important
}
a.text-warning:focus,
a.text-warning:hover {
color: #fa0!important
}
.text-success {
color: #00c851!important
}
a.text-success:focus,
a.text-success:hover {
color: #00953c!important
}
.text-info {
color: #33b5e5!important
}
a.text-info:focus,
a.text-info:hover {
color: #1a9bcb!important
}
.text-default {
color: #2bbbad!important
}
a.text-default:focus,
a.text-default:hover {
color: #219287!important
}
.text-secondary {
color: #a6c!important
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #9540bf!important
}
.text-dark {
color: #212121!important
}
a.text-dark:focus,
a.text-dark:hover {
color: #080808!important
}
.text-light {
color: #e0e0e0!important
}
a.text-light:focus,
a.text-light:hover {
color: #c7c7c7!important
}
.font-small {
font-size: .9rem
}
.view {
position: relative;
overflow: hidden;
cursor: default
}
.view .mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
width: 100%;
height: 100%;
background-attachment: fixed
}
.view img,
.view video {
position: relative;
display: block
}
.view video.video-intro {
z-index: -100;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
transition: 1s opacity;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto
}
.overlay .mask {
opacity: 0;
transition: all .4s ease-in-out
}
.overlay .mask:hover {
opacity: 1
}
.zoom img,
.zoom video {
transition: all .2s linear
}
.zoom:hover img,
.zoom:hover video {
transform: scale(1.1)
}
.pattern-1 {
background: url(../img/overlays/01.png);
background-attachment: fixed
}
.pattern-2 {
background: url(../img/overlays/02.png);
background-attachment: fixed
}
.pattern-3 {
background: url(../img/overlays/03.png);
background-attachment: fixed
}
.pattern-4 {
background: url(../img/overlays/04.png);
background-attachment: fixed
}
.pattern-5 {
background: url(../img/overlays/05.png);
background-attachment: fixed
}
.pattern-6 {
background: url(../img/overlays/06.png);
background-attachment: fixed
}
.pattern-7 {
background: url(../img/overlays/07.png);
background-attachment: fixed
}
.pattern-8 {
background: url(../img/overlays/08.png);
background-attachment: fixed
}
.pattern-9 {
background: url(../img/overlays/09.png);
background-attachment: fixed
}
.waves-effect {
position: relative;
cursor: pointer;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent
}
.waves-effect .waves-ripple {
position: absolute;
border-radius: 50%;
width: 100px;
height: 100px;
margin-top: -50px;
margin-left: -50px;
opacity: 0;
background: rgba(0, 0, 0, .2);
background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
transition: all .5s ease-out;
transition-property: transform, opacity;
transform: scale(0) translate(0, 0);
pointer-events: none
}
.waves-effect.waves-light .waves-ripple {
background: rgba(255, 255, 255, .4);
background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}
.waves-effect.waves-classic .waves-ripple {
background: rgba(0, 0, 0, .2)
}
.waves-effect.waves-classic.waves-light .waves-ripple {
background: rgba(255, 255, 255, .4)
}
.waves-notransition {
transition: none!important
}
.waves-button,
.waves-circle {
transform: translateZ(0);
-webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}
.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: none;
outline: 0;
color: inherit;
background-color: rgba(0, 0, 0, 0);
font-size: 1em;
line-height: 1em;
text-align: center;
text-decoration: none;
z-index: 1
}
.waves-button {
padding: .85em 1.1em;
border-radius: .2em
}
.waves-button-input {
margin: 0;
padding: .85em 1.1em
}
.waves-input-wrapper {
display: inline-block;
position: relative;
vertical-align: middle;
border-radius: .2em
}
.waves-input-wrapper.waves-button {
padding: 0
}
.waves-input-wrapper .waves-button-input {
position: relative;
top: 0;
left: 0;
z-index: 1
}
.waves-circle {
text-align: center;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
border-radius: 50%
}
.waves-float {
-webkit-mask-image: none;
box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
transition: all .3s
}
.waves-float:active {
box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}
.waves-block {
display: block
}
a.waves-effect,
a.waves-light {
display: inline-block
}
.animated {
animation-duration: 1s;
animation-fill-mode: both
}
.animated.infinite {
animation-iteration-count: infinite
}
.animated.delay-1s {
animation-delay: 1s
}
.animated.delay-2s {
animation-delay: 2s
}
.animated.delay-3s {
animation-delay: 3s
}
.animated.delay-4s {
animation-delay: 4s
}
.animated.delay-5s {
animation-delay: 5s
}
.animated.fast {
animation-duration: .8s
}
.animated.faster {
animation-duration: .5s
}
.animated.slow {
animation-duration: 2s
}
.animated.slower {
animation-duration: 3s
}
@media (prefers-reduced-motion) {
.animated {
animation: unset!important;
transition: none!important
}
}
@keyframes fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
.fadeIn {
animation-name: fadeIn
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
.fadeInDown {
animation-name: fadeInDown
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
.fadeInLeft {
animation-name: fadeInLeft
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
.fadeInRight {
animation-name: fadeInRight
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
.fadeInUp {
animation-name: fadeInUp
}
@keyframes fadeOut {
from {
opacity: 1
}
to {
opacity: 0
}
}
.fadeOut {
animation-name: fadeOut
}
@keyframes fadeOutDown {
from {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0)
}
}
.fadeOutDown {
animation-name: fadeOutDown
}
@keyframes fadeOutLeft {
from {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
animation-name: fadeOutLeft
}
@keyframes fadeOutRight {
from {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0)
}
}
.fadeOutRight {
animation-name: fadeOutRight
}
@keyframes fadeOutUp {
from {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0)
}
}
.fadeOutUp {
animation-name: fadeOutUp
}
@keyframes bounce {
20%,
53%,
80%,
from,
to {
transform: translate3d(0, 0, 0);
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
40%,
43% {
transform: translate3d(0, -30px, 0);
animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}
70% {
transform: translate3d(0, -15px, 0);
animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}
90% {
transform: translate3d(0, -4px, 0)
}
}
.bounce {
transform-origin: center bottom;
animation-name: bounce
}
@keyframes flash {
50%,
from,
to {
opacity: 1
}
25%,
75% {
opacity: 0
}
}
.flash {
animation-name: flash
}
@keyframes pulse {
from {
transform: scale3d(1, 1, 1)
}
50% {
transform: scale3d(1.05, 1.05, 1.05)
}
to {
transform: scale3d(1, 1, 1)
}
}
.pulse {
animation-name: pulse
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1)
}
30% {
transform: scale3d(1.25, .75, 1)
}
40% {
transform: scale3d(.75, 1.25, 1)
}
50% {
transform: scale3d(1.15, .85, 1)
}
65% {
transform: scale3d(.95, 1.05, 1)
}
75% {
transform: scale3d(1.05, .95, 1)
}
to {
transform: scale3d(1, 1, 1)
}
}
.rubberBand {
animation-name: rubberBand
}
@keyframes shake {
from,
to {
transform: translate3d(0, 0, 0)
}
10%,
30%,
50%,
70%,
90% {
transform: translate3d(-10px, 0, 0)
}
20%,
40%,
60%,
80% {
transform: translate3d(10px, 0, 0)
}
}
.shake {
animation-name: shake
}
@keyframes headShake {
0% {
transform: translateX(0)
}
6.5% {
transform: translateX(-6px) rotateY(-9deg)
}
18.5% {
transform: translateX(5px) rotateY(7deg)
}
31.5% {
transform: translateX(-3px) rotateY(-5deg)
}
43.5% {
transform: translateX(2px) rotateY(3deg)
}
50% {
transform: translateX(0)
}
}
.headShake {
animation-name: headShake;
animation-timing-function: ease-in-out
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg)
}
40% {
transform: rotate3d(0, 0, 1, -10deg)
}
60% {
transform: rotate3d(0, 0, 1, 5deg)
}
80% {
transform: rotate3d(0, 0, 1, -5deg)
}
to {
transform: rotate3d(0, 0, 1, 0deg)
}
}
.swing {
transform-origin: top center;
animation-name: swing
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1)
}
10%,
20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%,
50%,
70%,
90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%,
60%,
80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
to {
transform: scale3d(1, 1, 1)
}
}
.tada {
animation-name: tada
}
@keyframes wobble {
from {
transform: translate3d(0, 0, 0)
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
to {
transform: translate3d(0, 0, 0)
}
}
.wobble {
animation-name: wobble
}
@keyframes jello {
11.1%,
from,
to {
transform: translate3d(0, 0, 0)
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg)
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
transform: skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
transform: skewX(.39062deg) skewY(.39062deg)
}
88.8% {
transform: skewX(-.19531deg) skewY(-.19531deg)
}
}
.jello {
transform-origin: center;
animation-name: jello
}
@keyframes heartBeat {
0% {
transform: scale(1)
}
14% {
transform: scale(1.3)
}
28% {
transform: scale(1)
}
42% {
transform: scale(1.3)
}
70% {
transform: scale(1)
}
}
.heartBeat {
animation-name: heartBeat;
animation-duration: 1.3s;
animation-timing-function: ease-in-out
}
@keyframes bounceIn {
20%,
40%,
60%,
80%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
20% {
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
transform: scale3d(.97, .97, .97)
}
to {
opacity: 1;
transform: scale3d(1, 1, 1)
}
}
.bounceIn {
animation-name: bounceIn;
animation-duration: .75s
}
@keyframes bounceInDown {
60%,
75%,
90%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0)
}
75% {
transform: translate3d(0, -10px, 0)
}
90% {
transform: translate3d(0, 5px, 0)
}
to {
transform: translate3d(0, 0, 0)
}
}
.bounceInDown {
animation-name: bounceInDown
}
@keyframes bounceInLeft {
60%,
75%,
90%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0)
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0)
}
75% {
transform: translate3d(-10px, 0, 0)
}
90% {
transform: translate3d(5px, 0, 0)
}
to {
transform: translate3d(0, 0, 0)
}
}
.bounceInLeft {
animation-name: bounceInLeft
}
@keyframes bounceInRight {
60%,
75%,
90%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0)
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0)
}
75% {
transform: translate3d(10px, 0, 0)
}
90% {
transform: translate3d(-5px, 0, 0)
}
to {
transform: translate3d(0, 0, 0)
}
}
.bounceInRight {
animation-name: bounceInRight
}
@keyframes bounceInUp {
60%,
75%,
90%,
from,
to {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0)
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0)
}
75% {
transform: translate3d(0, 10px, 0)
}
90% {
transform: translate3d(0, -5px, 0)
}
to {
transform: translate3d(0, 0, 0)
}
}
.bounceInUp {
animation-name: bounceInUp
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9)
}
50%,
55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1)
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
}
.bounceOut {
animation-name: bounceOut;
animation-duration: .75s
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0)
}
40%,
45% {
opacity: 1;
transform: translate3d(0, -20px, 0)
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
animation-name: bounceOutDown
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0)
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
animation-name: bounceOutLeft
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0)
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
animation-name: bounceOutRight
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0)
}
40%,
45% {
opacity: 1;
transform: translate3d(0, 20px, 0)
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
animation-name: bounceOutUp
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
.fadeInDownBig {
animation-name: fadeInDownBig
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
.fadeInRightBig {
animation-name: fadeInRightBig
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
.fadeInUpBig {
animation-name: fadeInUpBig
}
@keyframes fadeOutDownBig {
from {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig
}
@keyframes fadeOutLeftBig {
from {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig
}
@keyframes fadeOutRightBig {
from {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig
}
@keyframes fadeOutUpBig {
from {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig
}
@keyframes flip {
from {
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out
}
40% {
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out
}
50% {
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
animation-timing-function: ease-in
}
to {
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
animation-timing-function: ease-in
}
}
.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip
}
@keyframes flipInX {
from {
opacity: 0;
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in
}
60% {
opacity: 1;
transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
transform: perspective(400px)
}
}
.flipInX {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flipInX
}
@keyframes flipInY {
from {
opacity: 0;
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in
}
60% {
opacity: 1;
transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
}
to {
transform: perspective(400px)
}
}
.flipInY {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flipInY
}
@keyframes flipOutX {
from {
transform: perspective(400px)
}
30% {
opacity: 1;
transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
}
to {
opacity: 0;
transform: perspective(400px) rotate3d(1, 0, 0, 90deg)
}
}
.flipOutX {
animation-name: flipOutX;
animation-duration: .75s;
-webkit-backface-visibility: visible;
backface-visibility: visible
}
@keyframes flipOutY {
from {
transform: perspective(400px)
}
30% {
opacity: 1;
transform: perspective(400px) rotate3d(0, 1, 0, -15deg)
}
to {
opacity: 0;
transform: perspective(400px) rotate3d(0, 1, 0, 90deg)
}
}
.flipOutY {
animation-name: flipOutY;
animation-duration: .75s;
-webkit-backface-visibility: visible;
backface-visibility: visible
}
@keyframes lightSpeedIn {
from {
opacity: 0;
transform: translate3d(100%, 0, 0) skewX(-30deg)
}
60% {
opacity: 1;
transform: skewX(20deg)
}
80% {
transform: skewX(-5deg)
}
to {
transform: translate3d(0, 0, 0)
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out
}
@keyframes lightSpeedOut {
from {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) skewX(30deg)
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in
}
@keyframes rotateIn {
from {
opacity: 0;
transform: rotate3d(0, 0, 1, -200deg);
transform-origin: center
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
transform-origin: center
}
}
.rotateIn {
animation-name: rotateIn
}
@keyframes rotateInDownLeft {
from {
opacity: 0;
transform: rotate3d(0, 0, 1, -45deg);
transform-origin: left bottom
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
transform-origin: left bottom
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft
}
@keyframes rotateInDownRight {
from {
opacity: 0;
transform: rotate3d(0, 0, 1, 45deg);
transform-origin: right bottom
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
transform-origin: right bottom
}
}
.rotateInDownRight {
animation-name: rotateInDownRight
}
@keyframes rotateInUpLeft {
from {
opacity: 0;
transform: rotate3d(0, 0, 1, 45deg);
transform-origin: left bottom
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
transform-origin: left bottom
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft
}
@keyframes rotateInUpRight {
from {
opacity: 0;
transform: rotate3d(0, 0, 1, -90deg);
transform-origin: right bottom
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
transform-origin: right bottom
}
}
.rotateInUpRight {
animation-name: rotateInUpRight
}
@keyframes rotateOut {
from {
opacity: 1;
transform-origin: center
}
to {
opacity: 0;
transform: rotate3d(0, 0, 1, 200deg);
transform-origin: center
}
}
.rotateOut {
animation-name: rotateOut
}
@keyframes rotateOutDownLeft {
from {
opacity: 1;
transform-origin: left bottom
}
to {
opacity: 0;
transform: rotate3d(0, 0, 1, 45deg);
transform-origin: left bottom
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft
}
@keyframes rotateOutDownRight {
from {
opacity: 1;
transform-origin: right bottom
}
to {
opacity: 0;
transform: rotate3d(0, 0, 1, -45deg);
transform-origin: right bottom
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight
}
@keyframes rotateOutUpLeft {
from {
opacity: 1;
transform-origin: left bottom
}
to {
opacity: 0;
transform: rotate3d(0, 0, 1, -45deg);
transform-origin: left bottom
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft
}
@keyframes rotateOutUpRight {
from {
opacity: 1;
transform-origin: right bottom
}
to {
opacity: 0;
transform: rotate3d(0, 0, 1, 90deg);
transform-origin: right bottom
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out
}
20%,
60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out
}
40%,
80% {
opacity: 1;
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out
}
to {
opacity: 0;
transform: translate3d(0, 700px, 0)
}
}
.hinge {
animation-name: hinge;
animation-duration: 2s
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(.1) rotate(30deg);
transform-origin: center bottom
}
50% {
transform: rotate(-10deg)
}
70% {
transform: rotate(3deg)
}
to {
opacity: 1;
transform: scale(1)
}
}
.jackInTheBox {
animation-name: jackInTheBox
}
@keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
opacity: 1;
transform: translate3d(0, 0, 0)
}
}
.rollIn {
animation-name: rollIn
}
@keyframes rollOut {
from {
opacity: 1
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
.rollOut {
animation-name: rollOut
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
50% {
opacity: 1
}
}
.zoomIn {
animation-name: zoomIn
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
animation-name: zoomInDown
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInLeft {
animation-name: zoomInLeft
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight {
animation-name: zoomInRight
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInUp {
animation-name: zoomInUp
}
@keyframes zoomOut {
from {
opacity: 1
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
to {
opacity: 0
}
}
.zoomOut {
animation-name: zoomOut
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutDown {
animation-name: zoomOutDown
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center
}
}
.zoomOutLeft {
animation-name: zoomOutLeft
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center
}
}
.zoomOutRight {
animation-name: zoomOutRight
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutUp {
animation-name: zoomOutUp
}
@keyframes slideInDown {
from {
visibility: visible;
transform: translate3d(0, -100%, 0)
}
to {
transform: translate3d(0, 0, 0)
}
}
.slideInDown {
animation-name: slideInDown
}
@keyframes slideInLeft {
from {
visibility: visible;
transform: translate3d(-100%, 0, 0)
}
to {
transform: translate3d(0, 0, 0)
}
}
.slideInLeft {
animation-name: slideInLeft
}
@keyframes slideInRight {
from {
visibility: visible;
transform: translate3d(100%, 0, 0)
}
to {
transform: translate3d(0, 0, 0)
}
}
.slideInRight {
animation-name: slideInRight
}
@keyframes slideInUp {
from {
visibility: visible;
transform: translate3d(0, 100%, 0)
}
to {
transform: translate3d(0, 0, 0)
}
}
.slideInUp {
animation-name: slideInUp
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0)
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0)
}
}
.slideOutDown {
animation-name: slideOutDown
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0)
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
animation-name: slideOutLeft
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0)
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0)
}
}
.slideOutRight {
animation-name: slideOutRight
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0)
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0)
}
}
.slideOutUp {
animation-name: slideOutUp
}
.tbs-btn {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
padding: .84rem 2.14rem;
font-size: .81rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
margin: .15rem;
border: 0;
border-radius: .125rem;
cursor: pointer;
text-transform: uppercase;
white-space: normal;
word-wrap: break-word;
color: inherit
}
.btn {
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
padding: .84rem 2.14rem;
font-size: .81rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
margin: .375rem;
border: 0;
border-radius: .125rem;
cursor: pointer;
text-transform: uppercase;
white-space: normal;
word-wrap: break-word;
color: inherit;
}
.tbs-btn:active,
.tbs-btn:focus,
.tbs-btn:hover {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
outline: 0
}
.tbs-btn:not([disabled]):not(.disabled).active,
.tbs-btn:not([disabled]):not(.disabled):active {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn .fab,
.tbs-btn .far,
.tbs-btn .fas {
position: relative;
font-size: .9rem
}
.tbs-btn .fab.right,
.tbs-btn .far.right,
.tbs-btn .fas.right {
margin-left: .3rem
}
.tbs-btn .fab.left,
.tbs-btn .far.left,
.tbs-btn .fas.left {
margin-right: .3rem
}
.tbs-btn.tbs-btn-lg {
padding: 1rem 2.4rem;
font-size: .94rem
}
.tbs-btn.tbs-btn-lg .fab,
.tbs-btn.tbs-btn-lg .far,
.tbs-btn.tbs-btn-lg .fas {
font-size: 1rem
}
.tbs-btn.tbs-btn-md {
padding: .7rem 1.6rem;
font-size: .7rem
}
.tbs-btn.tbs-btn-md .fab,
.tbs-btn.tbs-btn-md .far,
.tbs-btn.tbs-btn-md .fas {
font-size: .8rem
}
.tbs-btn.tbs-btn-sm {
padding: .5rem 1.6rem;
font-size: .64rem
}
.tbs-btn.tbs-btn-sm .fab,
.tbs-btn.tbs-btn-sm .far,
.tbs-btn.tbs-btn-sm .fas {
font-size: .7rem
}
.tbs-btn.tbs-btn-tb {
padding: .3rem 1rem
}
.tbs-btn.disabled:active,
.tbs-btn.disabled:focus,
.tbs-btn.disabled:hover,
.tbs-btn:disabled:active,
.tbs-btn:disabled:focus,
.tbs-btn:disabled:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
.tbs-btn.tbs-btn-block {
margin: inherit
}
.tbs-btn.tbs-btn-link {
box-shadow: none;
background-color: transparent
}
.tbs-btn.tbs-btn-link:active,
.tbs-btn.tbs-btn-link:focus,
.tbs-btn.tbs-btn-link:hover {
box-shadow: none!important;
background-color: transparent
}
.tbs-btn[class*=btn-outline-] {
padding-top: .7rem;
padding-bottom: .7rem
}
.tbs-btn[class*=btn-outline-].btn-lg {
padding-top: .88rem;
padding-bottom: .88rem
}
.tbs-btn[class*=btn-outline-].btn-md {
padding-top: .58rem;
padding-bottom: .58rem
}
.tbs-btn[class*=btn-outline-].btn-sm {
padding-top: .38rem;
padding-bottom: .38rem
}
.tbs-btn-group .tbs-btn {
margin: 0
}
.tbs-btn .fa-lg,
.tbs-btn-floating .fa-lg {
font-size: 1.33333em!important
}
.tbs-btn .fa-xs,
.tbs-btn-floating .fa-xs {
font-size: .75em!important
}
.tbs-btn .fa-sm,
.tbs-btn-floating .fa-sm {
font-size: .875em!important
}
.tbs-btn .fa-1x,
.tbs-btn-floating .fa-1x {
font-size: 1em!important
}
.tbs-btn .fa-2x,
.tbs-btn-floating .fa-2x {
font-size: 2em!important
}
.tbs-btn .fa-3x,
.tbs-btn-floating .fa-3x {
font-size: 3em!important
}
.tbs-btn .fa-4x,
.tbs-btn-floating .fa-4x {
font-size: 4em!important
}
.tbs-btn .fa-5x,
.tbs-btn-floating .fa-5x {
font-size: 5em!important
}
.tbs-btn .fa-6x,
.tbs-btn-floating .fa-6x {
font-size: 6em!important
}
.tbs-btn .fa-7x,
.tbs-btn-floating .fa-7x {
font-size: 7em!important
}
.tbs-btn .fa-8x,
.tbs-btn-floating .fa-8x {
font-size: 8em!important
}
.tbs-btn .fa-9x,
.tbs-btn-floating .fa-9x {
font-size: 9em!important
}
.tbs-btn .fa-10x,
.tbs-btn-floating .fa-10x {
font-size: 10em!important
}
.tbs-btn-primary {
background-color: #4285f4!important;
color: #fff
}
.tbs-btn-primary:hover {
background-color: #5a95f5;
color: #fff
}
.tbs-btn-primary.focus,
.tbs-btn-primary:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-primary.active,
.tbs-btn-primary:active,
.tbs-btn-primary:focus {
background-color: #0b51c5
}
.tbs-btn-primary.dropdown-toggle {
background-color: #4285f4!important
}
.tbs-btn-primary.dropdown-toggle:focus,
.tbs-btn-primary.dropdown-toggle:hover {
background-color: #5a95f5!important
}
.tbs-btn-primary:not([disabled]):not(.disabled).active,
.tbs-btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #0b51c5!important
}
.tbs-btn-primary:not([disabled]):not(.disabled).active:focus,
.tbs-btn-primary:not([disabled]):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.primary-ic {
color: #4285f4!important
}
.primary-ic:focus,
.primary-ic:hover {
color: #4285f4
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-primary {
color: #fff
}
.tbs-btn-outline-primary {
border: 2px solid #4285f4!important;
background-color: transparent!important;
color: #4285f4!important
}
.tbs-btn-outline-primary.active,
.tbs-btn-outline-primary:active,
.tbs-btn-outline-primary:active:focus,
.tbs-btn-outline-primary:focus,
.tbs-btn-outline-primary:hover {
border-color: #4285f4!important;
background-color: transparent!important;
color: #4285f4!important
}
.tbs-btn-outline-primary:not([disabled]):not(.disabled).active,
.tbs-btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #4285f4!important
}
.tbs-btn-outline-primary:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-primary:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-danger {
background-color: #ff3547!important;
color: #fff
}
.tbs-btn-danger:hover {
background-color: #ff4f5e;
color: #fff
}
.tbs-btn-danger.focus,
.tbs-btn-danger:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-danger.active,
.tbs-btn-danger:active,
.tbs-btn-danger:focus {
background-color: #ce0012
}
.tbs-btn-danger.dropdown-toggle {
background-color: #ff3547!important
}
.tbs-btn-danger.dropdown-toggle:focus,
.tbs-btn-danger.dropdown-toggle:hover {
background-color: #ff4f5e!important
}
.tbs-btn-danger:not([disabled]):not(.disabled).active,
.tbs-btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #ce0012!important
}
.tbs-btn-danger:not([disabled]):not(.disabled).active:focus,
.tbs-btn-danger:not([disabled]):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.danger-ic {
color: #ff3547!important
}
.danger-ic:focus,
.danger-ic:hover {
color: #ff3547
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-danger {
color: #fff
}
.tbs-btn-outline-danger {
border: 2px solid #ff3547!important;
background-color: transparent!important;
color: #ff3547!important
}
.tbs-btn-outline-danger.active,
.tbs-btn-outline-danger:active,
.tbs-btn-outline-danger:active:focus,
.tbs-btn-outline-danger:focus,
.tbs-btn-outline-danger:hover {
border-color: #ff3547!important;
background-color: transparent!important;
color: #ff3547!important
}
.tbs-btn-outline-danger:not([disabled]):not(.disabled).active,
.tbs-btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #ff3547!important
}
.tbs-btn-outline-danger:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-danger:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-warning {
background-color: #fb3!important;
color: #fff
}
.tbs-btn-warning:hover {
background-color: #ffc44d;
color: #fff
}
.tbs-btn-warning.focus,
.tbs-btn-warning:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-warning.active,
.tbs-btn-warning:active,
.tbs-btn-warning:focus {
background-color: #c80
}
.tbs-btn-warning.dropdown-toggle {
background-color: #fb3!important
}
.tbs-btn-warning.dropdown-toggle:focus,
.tbs-btn-warning.dropdown-toggle:hover {
background-color: #ffc44d!important
}
.tbs-btn-warning:not([disabled]):not(.disabled).active,
.tbs-btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #c80!important
}
.tbs-btn-warning:not([disabled]):not(.disabled).active:focus,
.tbs-btn-warning:not([disabled]):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.warning-ic {
color: #fb3!important
}
.warning-ic:focus,
.warning-ic:hover {
color: #fb3
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-warning {
color: #fff
}
.tbs-btn-outline-warning {
border: 2px solid #fb3!important;
background-color: transparent!important;
color: #fb3!important
}
.tbs-btn-outline-warning.active,
.tbs-btn-outline-warning:active,
.tbs-btn-outline-warning:active:focus,
.tbs-btn-outline-warning:focus,
.tbs-btn-outline-warning:hover {
border-color: #fb3!important;
background-color: transparent!important;
color: #fb3!important
}
.tbs-btn-outline-warning:not([disabled]):not(.disabled).active,
.tbs-btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #fb3!important
}
.tbs-btn-outline-warning:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-warning:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-success {
background-color: #00c851!important;
color: #fff
}
.tbs-btn-success:hover {
background-color: #00e25b;
color: #fff
}
.tbs-btn-success.focus,
.tbs-btn-success:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-success.active,
.tbs-btn-success:active,
.tbs-btn-success:focus {
background-color: #006228
}
.tbs-btn-success.dropdown-toggle {
background-color: #00c851!important
}
.tbs-btn-success.dropdown-toggle:focus,
.tbs-btn-success.dropdown-toggle:hover {
background-color: #00e25b!important
}
.tbs-btn-success:not([disabled]):not(.disabled).active,
.tbs-btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #006228!important
}
.tbs-btn-success:not([disabled]):not(.disabled).active:focus,
.tbs-btn-success:not([disabled]):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.success-ic {
color: #00c851!important
}
.success-ic:focus,
.success-ic:hover {
color: #00c851
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-success {
color: #fff
}
.tbs-btn-outline-success {
border: 2px solid #00c851!important;
background-color: transparent!important;
color: #00c851!important
}
.tbs-btn-outline-success.active,
.tbs-btn-outline-success:active,
.tbs-btn-outline-success:active:focus,
.tbs-btn-outline-success:focus,
.tbs-btn-outline-success:hover {
border-color: #00c851!important;
background-color: transparent!important;
color: #00c851!important
}
.tbs-btn-outline-success:not([disabled]):not(.disabled).active,
.tbs-btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #00c851!important
}
.tbs-btn-outline-success:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-success:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-info {
background-color: #33b5e5!important;
color: #fff
}
.tbs-btn-info:hover {
background-color: #4abde8;
color: #fff
}
.tbs-btn-info.focus,
.tbs-btn-info:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-info.active,
.tbs-btn-info:active,
.tbs-btn-info:focus {
background-color: #14799e
}
.tbs-btn-info.dropdown-toggle {
background-color: #33b5e5!important
}
.tbs-btn-info.dropdown-toggle:focus,
.tbs-btn-info.dropdown-toggle:hover {
background-color: #4abde8!important
}
.tbs-btn-info:not([disabled]):not(.disabled).active,
.tbs-btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #14799e!important
}
.tbs-btn-info:not([disabled]):not(.disabled).active:focus,
.tbs-btn-info:not([disabled]):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.info-ic {
color: #33b5e5!important
}
.info-ic:focus,
.info-ic:hover {
color: #33b5e5
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-info {
color: #fff
}
.tbs-btn-outline-info {
border: 2px solid #33b5e5!important;
background-color: transparent!important;
color: #33b5e5!important
}
.tbs-btn-outline-info.active,
.tbs-btn-outline-info:active,
.tbs-btn-outline-info:active:focus,
.tbs-btn-outline-info:focus,
.tbs-btn-outline-info:hover {
border-color: #33b5e5!important;
background-color: transparent!important;
color: #33b5e5!important
}
.tbs-btn-outline-info:not([disabled]):not(.disabled).active,
.tbs-btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #33b5e5!important
}
.tbs-btn-outline-info:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-info:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-default {
background-color: #2bbbad!important;
color: #fff
}
.tbs-btn-default:hover {
background-color: #30cfc0;
color: #fff
}
.tbs-btn-default.focus,
.tbs-btn-default:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-default.active,
.tbs-btn-default:active,
.tbs-btn-default:focus {
background-color: #186860
}
.tbs-btn-default.dropdown-toggle {
background-color: #2bbbad!important
}
.tbs-btn-default.dropdown-toggle:focus,
.tbs-btn-default.dropdown-toggle:hover {
background-color: #30cfc0!important
}
.tbs-btn-default:not([disabled]):not(.disabled).active,
.tbs-btn-default:not([disabled]):not(.disabled):active,
.show>.btn-default.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #186860!important
}
.tbs-btn-default:not([disabled]):not(.disabled).active:focus,
.tbs-btn-default:not([disabled]):not(.disabled):active:focus,
.show>.btn-default.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.default-ic {
color: #2bbbad!important
}
.default-ic:focus,
.default-ic:hover {
color: #2bbbad
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-default {
color: #fff
}
.tbs-btn-outline-default {
border: 2px solid #2bbbad!important;
background-color: transparent!important;
color: #2bbbad!important
}
.tbs-btn-outline-default.active,
.tbs-btn-outline-default:active,
.tbs-btn-outline-default:active:focus,
.tbs-btn-outline-default:focus,
.tbs-btn-outline-default:hover {
border-color: #2bbbad!important;
background-color: transparent!important;
color: #2bbbad!important
}
.tbs-btn-outline-default:not([disabled]):not(.disabled).active,
.tbs-btn-outline-default:not([disabled]):not(.disabled):active,
.show>.btn-outline-default.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #2bbbad!important
}
.tbs-btn-outline-default:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-default:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-default.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-secondary {
background-color: #a6c!important;
color: #fff
}
.tbs-btn-secondary:hover {
background-color: #b579d2;
color: #fff
}
.tbs-btn-secondary.focus,
.tbs-btn-secondary:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-secondary.active,
.tbs-btn-secondary:active,
.tbs-btn-secondary:focus {
background-color: #739
}
.tbs-btn-secondary.dropdown-toggle {
background-color: #a6c!important
}
.tbs-btn-secondary.dropdown-toggle:focus,
.tbs-btn-secondary.dropdown-toggle:hover {
background-color: #b579d2!important
}
.tbs-btn-secondary:not([disabled]):not(.disabled).active,
.tbs-btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #739!important
}
.tbs-btn-secondary:not([disabled]):not(.disabled).active:focus,
.tbs-btn-secondary:not([disabled]):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.secondary-ic {
color: #a6c!important
}
.secondary-ic:focus,
.secondary-ic:hover {
color: #a6c
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-secondary {
color: #fff
}
.tbs-btn-outline-secondary {
border: 2px solid #a6c!important;
background-color: transparent!important;
color: #a6c!important
}
.tbs-btn-outline-secondary.active,
.tbs-btn-outline-secondary:active,
.tbs-btn-outline-secondary:active:focus,
.tbs-btn-outline-secondary:focus,
.tbs-btn-outline-secondary:hover {
border-color: #a6c!important;
background-color: transparent!important;
color: #a6c!important
}
.tbs-btn-outline-secondary:not([disabled]):not(.disabled).active,
.tbs-btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #a6c!important
}
.tbs-btn-outline-secondary:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-secondary:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-elegant {
background-color: #2e2e2e!important;
color: #fff
}
.tbs-btn-elegant:hover {
background-color: #3b3b3b;
color: #fff
}
.tbs-btn-elegant.focus,
.tbs-btn-elegant:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-elegant.active,
.tbs-btn-elegant:active,
.tbs-btn-elegant:focus {
background-color: #000
}
.tbs-btn-elegant.dropdown-toggle {
background-color: #2e2e2e!important
}
.tbs-btn-elegant.dropdown-toggle:focus,
.tbs-btn-elegant.dropdown-toggle:hover {
background-color: #3b3b3b!important
}
.tbs-btn-elegant:not([disabled]):not(.disabled).active,
.tbs-btn-elegant:not([disabled]):not(.disabled):active,
.show>.btn-elegant.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #000!important
}
.tbs-btn-elegant:not([disabled]):not(.disabled).active:focus,
.tbs-btn-elegant:not([disabled]):not(.disabled):active:focus,
.show>.btn-elegant.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.elegant-ic {
color: #2e2e2e!important
}
.elegant-ic:focus,
.elegant-ic:hover {
color: #2e2e2e
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-elegant {
color: #fff
}
.tbs-btn-outline-elegant {
border: 2px solid #2e2e2e!important;
background-color: transparent!important;
color: #2e2e2e!important
}
.tbs-btn-outline-elegant.active,
.tbs-btn-outline-elegant:active,
.tbs-btn-outline-elegant:active:focus,
.tbs-btn-outline-elegant:focus,
.tbs-btn-outline-elegant:hover {
border-color: #2e2e2e!important;
background-color: transparent!important;
color: #2e2e2e!important
}
.tbs-btn-outline-elegant:not([disabled]):not(.disabled).active,
.tbs-btn-outline-elegant:not([disabled]):not(.disabled):active,
.show>.btn-outline-elegant.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #2e2e2e!important
}
.tbs-btn-outline-elegant:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-elegant:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-elegant.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-unique {
background-color: #880e4f!important;
color: #fff
}
.tbs-btn-unique:hover {
background-color: #9f105c;
color: #fff
}
.tbs-btn-unique.focus,
.tbs-btn-unique:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-unique.active,
.tbs-btn-unique:active,
.tbs-btn-unique:focus {
background-color: #2c0419
}
.tbs-btn-unique.dropdown-toggle {
background-color: #880e4f!important
}
.tbs-btn-unique.dropdown-toggle:focus,
.tbs-btn-unique.dropdown-toggle:hover {
background-color: #9f105c!important
}
.tbs-btn-unique:not([disabled]):not(.disabled).active,
.tbs-btn-unique:not([disabled]):not(.disabled):active,
.show>.btn-unique.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #2c0419!important
}
.tbs-btn-unique:not([disabled]):not(.disabled).active:focus,
.tbs-btn-unique:not([disabled]):not(.disabled):active:focus,
.show>.btn-unique.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.unique-ic {
color: #880e4f!important
}
.unique-ic:focus,
.unique-ic:hover {
color: #880e4f
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-unique {
color: #fff
}
.tbs-btn-outline-unique {
border: 2px solid #880e4f!important;
background-color: transparent!important;
color: #880e4f!important
}
.tbs-btn-outline-unique.active,
.tbs-btn-outline-unique:active,
.tbs-btn-outline-unique:active:focus,
.tbs-btn-outline-unique:focus,
.tbs-btn-outline-unique:hover {
border-color: #880e4f!important;
background-color: transparent!important;
color: #880e4f!important
}
.tbs-btn-outline-unique:not([disabled]):not(.disabled).active,
.tbs-btn-outline-unique:not([disabled]):not(.disabled):active,
.show>.btn-outline-unique.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #880e4f!important
}
.tbs-btn-outline-unique:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-unique:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-unique.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-dark-green {
background-color: #388e3c!important;
color: #fff
}
.tbs-btn-dark-green:hover {
background-color: #3fa044;
color: #fff
}
.tbs-btn-dark-green.focus,
.tbs-btn-dark-green:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-dark-green.active,
.tbs-btn-dark-green:active,
.tbs-btn-dark-green:focus {
background-color: #1b451d
}
.tbs-btn-dark-green.dropdown-toggle {
background-color: #388e3c!important
}
.tbs-btn-dark-green.dropdown-toggle:focus,
.tbs-btn-dark-green.dropdown-toggle:hover {
background-color: #3fa044!important
}
.tbs-btn-dark-green:not([disabled]):not(.disabled).active,
.tbs-btn-dark-green:not([disabled]):not(.disabled):active,
.show>.btn-dark-green.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #1b451d!important
}
.tbs-btn-dark-green:not([disabled]):not(.disabled).active:focus,
.tbs-btn-dark-green:not([disabled]):not(.disabled):active:focus,
.show>.btn-dark-green.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.dark-green-ic {
color: #388e3c!important
}
.dark-green-ic:focus,
.dark-green-ic:hover {
color: #388e3c
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-dark-green {
color: #fff
}
.tbs-btn-outline-dark-green {
border: 2px solid #388e3c!important;
background-color: transparent!important;
color: #388e3c!important
}
.tbs-btn-outline-dark-green.active,
.tbs-btn-outline-dark-green:active,
.tbs-btn-outline-dark-green:active:focus,
.tbs-btn-outline-dark-green:focus,
.tbs-btn-outline-dark-green:hover {
border-color: #388e3c!important;
background-color: transparent!important;
color: #388e3c!important
}
.tbs-btn-outline-dark-green:not([disabled]):not(.disabled).active,
.tbs-btn-outline-dark-green:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark-green.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #388e3c!important
}
.tbs-btn-outline-dark-green:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-dark-green:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-dark-green.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-mdb-color {
background-color: #59698d!important;
color: #fff
}
.tbs-btn-mdb-color:hover {
background-color: #63759d;
color: #fff
}
.tbs-btn-mdb-color.focus,
.tbs-btn-mdb-color:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-mdb-color.active,
.tbs-btn-mdb-color:active,
.tbs-btn-mdb-color:focus {
background-color: #323a4e
}
.tbs-btn-mdb-color.dropdown-toggle {
background-color: #59698d!important
}
.tbs-btn-mdb-color.dropdown-toggle:focus,
.tbs-btn-mdb-color.dropdown-toggle:hover {
background-color: #63759d!important
}
.tbs-btn-mdb-color:not([disabled]):not(.disabled).active,
.tbs-btn-mdb-color:not([disabled]):not(.disabled):active,
.show>.btn-mdb-color.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #323a4e!important
}
.tbs-btn-mdb-color:not([disabled]):not(.disabled).active:focus,
.tbs-btn-mdb-color:not([disabled]):not(.disabled):active:focus,
.show>.btn-mdb-color.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.mdb-color-ic {
color: #59698d!important
}
.mdb-color-ic:focus,
.mdb-color-ic:hover {
color: #59698d
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-mdb-color {
color: #fff
}
.tbs-btn-outline-mdb-color {
border: 2px solid #59698d!important;
background-color: transparent!important;
color: #59698d!important
}
.tbs-btn-outline-mdb-color.active,
.tbs-btn-outline-mdb-color:active,
.tbs-btn-outline-mdb-color:active:focus,
.tbs-btn-outline-mdb-color:focus,
.tbs-btn-outline-mdb-color:hover {
border-color: #59698d!important;
background-color: transparent!important;
color: #59698d!important
}
.tbs-btn-outline-mdb-color:not([disabled]):not(.disabled).active,
.tbs-btn-outline-mdb-color:not([disabled]):not(.disabled):active,
.show>.btn-outline-mdb-color.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #59698d!important
}
.tbs-btn-outline-mdb-color:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-mdb-color:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-mdb-color.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-red {
background-color: #d32f2f!important;
color: #fff
}
.tbs-btn-red:hover {
background-color: #d74444;
color: #fff
}
.tbs-btn-red.focus,
.tbs-btn-red:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-red.active,
.tbs-btn-red:active,
.tbs-btn-red:focus {
background-color: #811b1b
}
.tbs-btn-red.dropdown-toggle {
background-color: #d32f2f!important
}
.tbs-btn-red.dropdown-toggle:focus,
.tbs-btn-red.dropdown-toggle:hover {
background-color: #d74444!important
}
.tbs-btn-red:not([disabled]):not(.disabled).active,
.tbs-btn-red:not([disabled]):not(.disabled):active,
.show>.btn-red.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #811b1b!important
}
.tbs-btn-red:not([disabled]):not(.disabled).active:focus,
.tbs-btn-red:not([disabled]):not(.disabled):active:focus,
.show>.btn-red.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.red-ic {
color: #d32f2f!important
}
.red-ic:focus,
.red-ic:hover {
color: #d32f2f
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-red {
color: #fff
}
.tbs-btn-outline-red {
border: 2px solid #d32f2f!important;
background-color: transparent!important;
color: #d32f2f!important
}
.tbs-btn-outline-red.active,
.tbs-btn-outline-red:active,
.tbs-btn-outline-red:active:focus,
.tbs-btn-outline-red:focus,
.tbs-btn-outline-red:hover {
border-color: #d32f2f!important;
background-color: transparent!important;
color: #d32f2f!important
}
.tbs-btn-outline-red:not([disabled]):not(.disabled).active,
.tbs-btn-outline-red:not([disabled]):not(.disabled):active,
.show>.btn-outline-red.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #d32f2f!important
}
.tbs-btn-outline-red:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-red:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-red.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-pink {
background-color: #ec407a!important;
color: #fff
}
.tbs-btn-pink:hover {
background-color: #ee578a;
color: #fff
}
.tbs-btn-pink.focus,
.tbs-btn-pink:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-pink.active,
.tbs-btn-pink:active,
.tbs-btn-pink:focus {
background-color: #b41249
}
.tbs-btn-pink.dropdown-toggle {
background-color: #ec407a!important
}
.tbs-btn-pink.dropdown-toggle:focus,
.tbs-btn-pink.dropdown-toggle:hover {
background-color: #ee578a!important
}
.tbs-btn-pink:not([disabled]):not(.disabled).active,
.tbs-btn-pink:not([disabled]):not(.disabled):active,
.show>.btn-pink.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #b41249!important
}
.tbs-btn-pink:not([disabled]):not(.disabled).active:focus,
.tbs-btn-pink:not([disabled]):not(.disabled):active:focus,
.show>.btn-pink.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.pink-ic {
color: #ec407a!important
}
.pink-ic:focus,
.pink-ic:hover {
color: #ec407a
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-pink {
color: #fff
}
.tbs-btn-outline-pink {
border: 2px solid #ec407a!important;
background-color: transparent!important;
color: #ec407a!important
}
.tbs-btn-outline-pink.active,
.tbs-btn-outline-pink:active,
.tbs-btn-outline-pink:active:focus,
.tbs-btn-outline-pink:focus,
.tbs-btn-outline-pink:hover {
border-color: #ec407a!important;
background-color: transparent!important;
color: #ec407a!important
}
.tbs-btn-outline-pink:not([disabled]):not(.disabled).active,
.tbs-btn-outline-pink:not([disabled]):not(.disabled):active,
.show>.btn-outline-pink.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #ec407a!important
}
.tbs-btn-outline-pink:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-pink:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-pink.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-purple {
background-color: #8e24aa!important;
color: #fff
}
.tbs-btn-purple:hover {
background-color: #a028bf;
color: #fff
}
.tbs-btn-purple.focus,
.tbs-btn-purple:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-purple.active,
.tbs-btn-purple:active,
.tbs-btn-purple:focus {
background-color: #481256
}
.tbs-btn-purple.dropdown-toggle {
background-color: #8e24aa!important
}
.tbs-btn-purple.dropdown-toggle:focus,
.tbs-btn-purple.dropdown-toggle:hover {
background-color: #a028bf!important
}
.tbs-btn-purple:not([disabled]):not(.disabled).active,
.tbs-btn-purple:not([disabled]):not(.disabled):active,
.show>.btn-purple.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #481256!important
}
.tbs-btn-purple:not([disabled]):not(.disabled).active:focus,
.tbs-btn-purple:not([disabled]):not(.disabled):active:focus,
.show>.btn-purple.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.purple-ic {
color: #8e24aa!important
}
.purple-ic:focus,
.purple-ic:hover {
color: #8e24aa
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-purple {
color: #fff
}
.tbs-btn-outline-purple {
border: 2px solid #8e24aa!important;
background-color: transparent!important;
color: #8e24aa!important
}
.tbs-btn-outline-purple.active,
.tbs-btn-outline-purple:active,
.tbs-btn-outline-purple:active:focus,
.tbs-btn-outline-purple:focus,
.tbs-btn-outline-purple:hover {
border-color: #8e24aa!important;
background-color: transparent!important;
color: #8e24aa!important
}
.tbs-btn-outline-purple:not([disabled]):not(.disabled).active,
.tbs-btn-outline-purple:not([disabled]):not(.disabled):active,
.show>.btn-outline-purple.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #8e24aa!important
}
.tbs-btn-outline-purple:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-purple:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-purple.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-deep-purple {
background-color: #512da8!important;
color: #fff
}
.tbs-btn-deep-purple:hover {
background-color: #5b32bc;
color: #fff
}
.tbs-btn-deep-purple.focus,
.tbs-btn-deep-purple:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-deep-purple.active,
.tbs-btn-deep-purple:active,
.tbs-btn-deep-purple:focus {
background-color: #2a1758
}
.tbs-btn-deep-purple.dropdown-toggle {
background-color: #512da8!important
}
.tbs-btn-deep-purple.dropdown-toggle:focus,
.tbs-btn-deep-purple.dropdown-toggle:hover {
background-color: #5b32bc!important
}
.tbs-btn-deep-purple:not([disabled]):not(.disabled).active,
.tbs-btn-deep-purple:not([disabled]):not(.disabled):active,
.show>.btn-deep-purple.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #2a1758!important
}
.tbs-btn-deep-purple:not([disabled]):not(.disabled).active:focus,
.tbs-btn-deep-purple:not([disabled]):not(.disabled):active:focus,
.show>.btn-deep-purple.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.deep-purple-ic {
color: #512da8!important
}
.deep-purple-ic:focus,
.deep-purple-ic:hover {
color: #512da8
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-deep-purple {
color: #fff
}
.tbs-btn-outline-deep-purple {
border: 2px solid #512da8!important;
background-color: transparent!important;
color: #512da8!important
}
.tbs-btn-outline-deep-purple.active,
.tbs-btn-outline-deep-purple:active,
.tbs-btn-outline-deep-purple:active:focus,
.tbs-btn-outline-deep-purple:focus,
.tbs-btn-outline-deep-purple:hover {
border-color: #512da8!important;
background-color: transparent!important;
color: #512da8!important
}
.tbs-btn-outline-deep-purple:not([disabled]):not(.disabled).active,
.tbs-btn-outline-deep-purple:not([disabled]):not(.disabled):active,
.show>.btn-outline-deep-purple.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #512da8!important
}
.tbs-btn-outline-deep-purple:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-deep-purple:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-deep-purple.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-indigo {
background-color: #3f51b5!important;
color: #fff
}
.tbs-btn-indigo:hover {
background-color: #4d5ec1;
color: #fff
}
.tbs-btn-indigo.focus,
.tbs-btn-indigo:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-indigo.active,
.tbs-btn-indigo:active,
.tbs-btn-indigo:focus {
background-color: #252f69
}
.tbs-btn-indigo.dropdown-toggle {
background-color: #3f51b5!important
}
.tbs-btn-indigo.dropdown-toggle:focus,
.tbs-btn-indigo.dropdown-toggle:hover {
background-color: #4d5ec1!important
}
.tbs-btn-indigo:not([disabled]):not(.disabled).active,
.tbs-btn-indigo:not([disabled]):not(.disabled):active,
.show>.btn-indigo.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #252f69!important
}
.tbs-btn-indigo:not([disabled]):not(.disabled).active:focus,
.tbs-btn-indigo:not([disabled]):not(.disabled):active:focus,
.show>.btn-indigo.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.indigo-ic {
color: #3f51b5!important
}
.indigo-ic:focus,
.indigo-ic:hover {
color: #3f51b5
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-indigo {
color: #fff
}
.tbs-btn-outline-indigo {
border: 2px solid #3f51b5!important;
background-color: transparent!important;
color: #3f51b5!important
}
.tbs-btn-outline-indigo.active,
.tbs-btn-outline-indigo:active,
.tbs-btn-outline-indigo:active:focus,
.tbs-btn-outline-indigo:focus,
.tbs-btn-outline-indigo:hover {
border-color: #3f51b5!important;
background-color: transparent!important;
color: #3f51b5!important
}
.tbs-btn-outline-indigo:not([disabled]):not(.disabled).active,
.tbs-btn-outline-indigo:not([disabled]):not(.disabled):active,
.show>.btn-outline-indigo.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #3f51b5!important
}
.tbs-btn-outline-indigo:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-indigo:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-indigo.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-blue {
background-color: #1976d2!important;
color: #fff
}
.tbs-btn-blue:hover {
background-color: #2083e4;
color: #fff
}
.tbs-btn-blue.focus,
.tbs-btn-blue:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-blue.active,
.tbs-btn-blue:active,
.tbs-btn-blue:focus {
background-color: #0e4377
}
.tbs-btn-blue.dropdown-toggle {
background-color: #1976d2!important
}
.tbs-btn-blue.dropdown-toggle:focus,
.tbs-btn-blue.dropdown-toggle:hover {
background-color: #2083e4!important
}
.tbs-btn-blue:not([disabled]):not(.disabled).active,
.tbs-btn-blue:not([disabled]):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #0e4377!important
}
.tbs-btn-blue:not([disabled]):not(.disabled).active:focus,
.tbs-btn-blue:not([disabled]):not(.disabled):active:focus,
.show>.btn-blue.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.blue-ic {
color: #1976d2!important
}
.blue-ic:focus,
.blue-ic:hover {
color: #1976d2
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-blue {
color: #fff
}
.tbs-btn-outline-blue {
border: 2px solid #1976d2!important;
background-color: transparent!important;
color: #1976d2!important
}
.tbs-btn-outline-blue.active,
.tbs-btn-outline-blue:active,
.tbs-btn-outline-blue:active:focus,
.tbs-btn-outline-blue:focus,
.tbs-btn-outline-blue:hover {
border-color: #1976d2!important;
background-color: transparent!important;
color: #1976d2!important
}
.tbs-btn-outline-blue:not([disabled]):not(.disabled).active,
.tbs-btn-outline-blue:not([disabled]):not(.disabled):active,
.show>.btn-outline-blue.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #1976d2!important
}
.tbs-btn-outline-blue:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-blue:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-light-blue {
background-color: #82b1ff!important;
color: #fff
}
.tbs-btn-light-blue:hover {
background-color: #9cc1ff;
color: #fff
}
.tbs-btn-light-blue.focus,
.tbs-btn-light-blue:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-light-blue.active,
.tbs-btn-light-blue:active,
.tbs-btn-light-blue:focus {
background-color: #1c71ff
}
.tbs-btn-light-blue.dropdown-toggle {
background-color: #82b1ff!important
}
.tbs-btn-light-blue.dropdown-toggle:focus,
.tbs-btn-light-blue.dropdown-toggle:hover {
background-color: #9cc1ff!important
}
.tbs-btn-light-blue:not([disabled]):not(.disabled).active,
.tbs-btn-light-blue:not([disabled]):not(.disabled):active,
.show>.btn-light-blue.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #1c71ff!important
}
.tbs-btn-light-blue:not([disabled]):not(.disabled).active:focus,
.tbs-btn-light-blue:not([disabled]):not(.disabled):active:focus,
.show>.btn-light-blue.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.light-blue-ic {
color: #82b1ff!important
}
.light-blue-ic:focus,
.light-blue-ic:hover {
color: #82b1ff
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-light-blue {
color: #fff
}
.tbs-btn-outline-light-blue {
border: 2px solid #82b1ff!important;
background-color: transparent!important;
color: #82b1ff!important
}
.tbs-btn-outline-light-blue.active,
.tbs-btn-outline-light-blue:active,
.tbs-btn-outline-light-blue:active:focus,
.tbs-btn-outline-light-blue:focus,
.tbs-btn-outline-light-blue:hover {
border-color: #82b1ff!important;
background-color: transparent!important;
color: #82b1ff!important
}
.tbs-btn-outline-light-blue:not([disabled]):not(.disabled).active,
.tbs-btn-outline-light-blue:not([disabled]):not(.disabled):active,
.show>.btn-outline-light-blue.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #82b1ff!important
}
.tbs-btn-outline-light-blue:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-light-blue:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-light-blue.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-cyan {
background-color: #00bcd4!important;
color: #fff
}
.tbs-btn-cyan:hover {
background-color: #00d3ee;
color: #fff
}
.tbs-btn-cyan.focus,
.tbs-btn-cyan:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-cyan.active,
.tbs-btn-cyan:active,
.tbs-btn-cyan:focus {
background-color: #00626e
}
.tbs-btn-cyan.dropdown-toggle {
background-color: #00bcd4!important
}
.tbs-btn-cyan.dropdown-toggle:focus,
.tbs-btn-cyan.dropdown-toggle:hover {
background-color: #00d3ee!important
}
.tbs-btn-cyan:not([disabled]):not(.disabled).active,
.tbs-btn-cyan:not([disabled]):not(.disabled):active,
.show>.btn-cyan.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #00626e!important
}
.tbs-btn-cyan:not([disabled]):not(.disabled).active:focus,
.tbs-btn-cyan:not([disabled]):not(.disabled):active:focus,
.show>.btn-cyan.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.cyan-ic {
color: #00bcd4!important
}
.cyan-ic:focus,
.cyan-ic:hover {
color: #00bcd4
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-cyan {
color: #fff
}
.tbs-btn-outline-cyan {
border: 2px solid #00bcd4!important;
background-color: transparent!important;
color: #00bcd4!important
}
.tbs-btn-outline-cyan.active,
.tbs-btn-outline-cyan:active,
.tbs-btn-outline-cyan:active:focus,
.tbs-btn-outline-cyan:focus,
.tbs-btn-outline-cyan:hover {
border-color: #00bcd4!important;
background-color: transparent!important;
color: #00bcd4!important
}
.tbs-btn-outline-cyan:not([disabled]):not(.disabled).active,
.tbs-btn-outline-cyan:not([disabled]):not(.disabled):active,
.show>.btn-outline-cyan.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #00bcd4!important
}
.tbs-btn-outline-cyan:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-cyan:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-cyan.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-teal {
background-color: #00796b!important;
color: #fff
}
.tbs-btn-teal:hover {
background-color: #009382;
color: #fff
}
.tbs-btn-teal.focus,
.tbs-btn-teal:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-teal.active,
.tbs-btn-teal:active,
.tbs-btn-teal:focus {
background-color: #001311
}
.tbs-btn-teal.dropdown-toggle {
background-color: #00796b!important
}
.tbs-btn-teal.dropdown-toggle:focus,
.tbs-btn-teal.dropdown-toggle:hover {
background-color: #009382!important
}
.tbs-btn-teal:not([disabled]):not(.disabled).active,
.tbs-btn-teal:not([disabled]):not(.disabled):active,
.show>.btn-teal.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #001311!important
}
.tbs-btn-teal:not([disabled]):not(.disabled).active:focus,
.tbs-btn-teal:not([disabled]):not(.disabled):active:focus,
.show>.btn-teal.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.teal-ic {
color: #00796b!important
}
.teal-ic:focus,
.teal-ic:hover {
color: #00796b
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-teal {
color: #fff
}
.tbs-btn-outline-teal {
border: 2px solid #00796b!important;
background-color: transparent!important;
color: #00796b!important
}
.tbs-btn-outline-teal.active,
.tbs-btn-outline-teal:active,
.tbs-btn-outline-teal:active:focus,
.tbs-btn-outline-teal:focus,
.tbs-btn-outline-teal:hover {
border-color: #00796b!important;
background-color: transparent!important;
color: #00796b!important
}
.tbs-btn-outline-teal:not([disabled]):not(.disabled).active,
.tbs-btn-outline-teal:not([disabled]):not(.disabled):active,
.show>.btn-outline-teal.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #00796b!important
}
.tbs-btn-outline-teal:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-teal:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-teal.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-green {
background-color: #388e3c!important;
color: #fff
}
.tbs-btn-green:hover {
background-color: #3fa044;
color: #fff
}
.tbs-btn-green.focus,
.tbs-btn-green:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-green.active,
.tbs-btn-green:active,
.tbs-btn-green:focus {
background-color: #1b451d
}
.tbs-btn-green.dropdown-toggle {
background-color: #388e3c!important
}
.tbs-btn-green.dropdown-toggle:focus,
.tbs-btn-green.dropdown-toggle:hover {
background-color: #3fa044!important
}
.tbs-btn-green:not([disabled]):not(.disabled).active,
.tbs-btn-green:not([disabled]):not(.disabled):active,
.show>.btn-green.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #1b451d!important
}
.tbs-btn-green:not([disabled]):not(.disabled).active:focus,
.tbs-btn-green:not([disabled]):not(.disabled):active:focus,
.show>.btn-green.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.green-ic {
color: #388e3c!important
}
.green-ic:focus,
.green-ic:hover {
color: #388e3c
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-green {
color: #fff
}
.tbs-btn-outline-green {
border: 2px solid #388e3c!important;
background-color: transparent!important;
color: #388e3c!important
}
.tbs-btn-outline-green.active,
.tbs-btn-outline-green:active,
.tbs-btn-outline-green:active:focus,
.tbs-btn-outline-green:focus,
.tbs-btn-outline-green:hover {
border-color: #388e3c!important;
background-color: transparent!important;
color: #388e3c!important
}
.tbs-btn-outline-green:not([disabled]):not(.disabled).active,
.tbs-btn-outline-green:not([disabled]):not(.disabled):active,
.show>.btn-outline-green.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #388e3c!important
}
.tbs-btn-outline-green:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-green:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-light-green {
background-color: #8bc34a!important;
color: #fff
}
.tbs-btn-light-green:hover {
background-color: #97c95d;
color: #fff
}
.tbs-btn-light-green.focus,
.tbs-btn-light-green:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-light-green.active,
.tbs-btn-light-green:active,
.tbs-btn-light-green:focus {
background-color: #577d2a
}
.tbs-btn-light-green.dropdown-toggle {
background-color: #8bc34a!important
}
.tbs-btn-light-green.dropdown-toggle:focus,
.tbs-btn-light-green.dropdown-toggle:hover {
background-color: #97c95d!important
}
.tbs-btn-light-green:not([disabled]):not(.disabled).active,
.tbs-btn-light-green:not([disabled]):not(.disabled):active,
.show>.btn-light-green.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #577d2a!important
}
.tbs-btn-light-green:not([disabled]):not(.disabled).active:focus,
.tbs-btn-light-green:not([disabled]):not(.disabled):active:focus,
.show>.btn-light-green.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.light-green-ic {
color: #8bc34a!important
}
.light-green-ic:focus,
.light-green-ic:hover {
color: #8bc34a
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-light-green {
color: #fff
}
.tbs-btn-outline-light-green {
border: 2px solid #8bc34a!important;
background-color: transparent!important;
color: #8bc34a!important
}
.tbs-btn-outline-light-green.active,
.tbs-btn-outline-light-green:active,
.tbs-btn-outline-light-green:active:focus,
.tbs-btn-outline-light-green:focus,
.tbs-btn-outline-light-green:hover {
border-color: #8bc34a!important;
background-color: transparent!important;
color: #8bc34a!important
}
.tbs-btn-outline-light-green:not([disabled]):not(.disabled).active,
.tbs-btn-outline-light-green:not([disabled]):not(.disabled):active,
.show>.btn-outline-light-green.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #8bc34a!important
}
.tbs-btn-outline-light-green:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-light-green:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-light-green.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-lime {
background-color: #afb42b!important;
color: #fff
}
.tbs-btn-lime:hover {
background-color: #c3c930;
color: #fff
}
.tbs-btn-lime.focus,
.tbs-btn-lime:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-lime.active,
.tbs-btn-lime:active,
.tbs-btn-lime:focus {
background-color: #5f6217
}
.tbs-btn-lime.dropdown-toggle {
background-color: #afb42b!important
}
.tbs-btn-lime.dropdown-toggle:focus,
.tbs-btn-lime.dropdown-toggle:hover {
background-color: #c3c930!important
}
.tbs-btn-lime:not([disabled]):not(.disabled).active,
.tbs-btn-lime:not([disabled]):not(.disabled):active,
.show>.btn-lime.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #5f6217!important
}
.tbs-btn-lime:not([disabled]):not(.disabled).active:focus,
.tbs-btn-lime:not([disabled]):not(.disabled):active:focus,
.show>.btn-lime.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.lime-ic {
color: #afb42b!important
}
.lime-ic:focus,
.lime-ic:hover {
color: #afb42b
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-lime {
color: #fff
}
.tbs-btn-outline-lime {
border: 2px solid #afb42b!important;
background-color: transparent!important;
color: #afb42b!important
}
.tbs-btn-outline-lime.active,
.tbs-btn-outline-lime:active,
.tbs-btn-outline-lime:active:focus,
.tbs-btn-outline-lime:focus,
.tbs-btn-outline-lime:hover {
border-color: #afb42b!important;
background-color: transparent!important;
color: #afb42b!important
}
.tbs-btn-outline-lime:not([disabled]):not(.disabled).active,
.tbs-btn-outline-lime:not([disabled]):not(.disabled):active,
.show>.btn-outline-lime.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #afb42b!important
}
.tbs-btn-outline-lime:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-lime:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-lime.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-yellow {
background-color: #fbc02d!important;
color: #fff
}
.tbs-btn-yellow:hover {
background-color: #fbc846;
color: #fff
}
.tbs-btn-yellow.focus,
.tbs-btn-yellow:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-yellow.active,
.tbs-btn-yellow:active,
.tbs-btn-yellow:focus {
background-color: #be8904
}
.tbs-btn-yellow.dropdown-toggle {
background-color: #fbc02d!important
}
.tbs-btn-yellow.dropdown-toggle:focus,
.tbs-btn-yellow.dropdown-toggle:hover {
background-color: #fbc846!important
}
.tbs-btn-yellow:not([disabled]):not(.disabled).active,
.tbs-btn-yellow:not([disabled]):not(.disabled):active,
.show>.btn-yellow.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #be8904!important
}
.tbs-btn-yellow:not([disabled]):not(.disabled).active:focus,
.tbs-btn-yellow:not([disabled]):not(.disabled):active:focus,
.show>.btn-yellow.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.yellow-ic {
color: #fbc02d!important
}
.yellow-ic:focus,
.yellow-ic:hover {
color: #fbc02d
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-yellow {
color: #fff
}
.tbs-btn-outline-yellow {
border: 2px solid #fbc02d!important;
background-color: transparent!important;
color: #fbc02d!important
}
.tbs-btn-outline-yellow.active,
.tbs-btn-outline-yellow:active,
.tbs-btn-outline-yellow:active:focus,
.tbs-btn-outline-yellow:focus,
.tbs-btn-outline-yellow:hover {
border-color: #fbc02d!important;
background-color: transparent!important;
color: #fbc02d!important
}
.tbs-btn-outline-yellow:not([disabled]):not(.disabled).active,
.tbs-btn-outline-yellow:not([disabled]):not(.disabled):active,
.show>.btn-outline-yellow.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #fbc02d!important
}
.tbs-btn-outline-yellow:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-yellow:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-yellow.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-amber {
background-color: #ffa000!important;
color: #fff
}
.tbs-btn-amber:hover {
background-color: #ffaa1a;
color: #fff
}
.tbs-btn-amber.focus,
.tbs-btn-amber:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-amber.active,
.tbs-btn-amber:active,
.tbs-btn-amber:focus {
background-color: #996000
}
.tbs-btn-amber.dropdown-toggle {
background-color: #ffa000!important
}
.tbs-btn-amber.dropdown-toggle:focus,
.tbs-btn-amber.dropdown-toggle:hover {
background-color: #ffaa1a!important
}
.tbs-btn-amber:not([disabled]):not(.disabled).active,
.tbs-btn-amber:not([disabled]):not(.disabled):active,
.show>.btn-amber.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #996000!important
}
.tbs-btn-amber:not([disabled]):not(.disabled).active:focus,
.tbs-btn-amber:not([disabled]):not(.disabled):active:focus,
.show>.btn-amber.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.amber-ic {
color: #ffa000!important
}
.amber-ic:focus,
.amber-ic:hover {
color: #ffa000
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-amber {
color: #fff
}
.tbs-btn-outline-amber {
border: 2px solid #ffa000!important;
background-color: transparent!important;
color: #ffa000!important
}
.tbs-btn-outline-amber.active,
.tbs-btn-outline-amber:active,
.tbs-btn-outline-amber:active:focus,
.tbs-btn-outline-amber:focus,
.tbs-btn-outline-amber:hover {
border-color: #ffa000!important;
background-color: transparent!important;
color: #ffa000!important
}
.tbs-btn-outline-amber:not([disabled]):not(.disabled).active,
.tbs-btn-outline-amber:not([disabled]):not(.disabled):active,
.show>.btn-outline-amber.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #ffa000!important
}
.tbs-btn-outline-amber:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-amber:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-amber.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-orange {
background-color: #f57c00!important;
color: #fff
}
.tbs-btn-orange:hover {
background-color: #ff8910;
color: #fff
}
.tbs-btn-orange.focus,
.tbs-btn-orange:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-orange.active,
.tbs-btn-orange:active,
.tbs-btn-orange:focus {
background-color: #8f4800
}
.tbs-btn-orange.dropdown-toggle {
background-color: #f57c00!important
}
.tbs-btn-orange.dropdown-toggle:focus,
.tbs-btn-orange.dropdown-toggle:hover {
background-color: #ff8910!important
}
.tbs-btn-orange:not([disabled]):not(.disabled).active,
.tbs-btn-orange:not([disabled]):not(.disabled):active,
.show>.btn-orange.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #8f4800!important
}
.tbs-btn-orange:not([disabled]):not(.disabled).active:focus,
.tbs-btn-orange:not([disabled]):not(.disabled):active:focus,
.show>.btn-orange.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.orange-ic {
color: #f57c00!important
}
.orange-ic:focus,
.orange-ic:hover {
color: #f57c00
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-orange {
color: #fff
}
.tbs-btn-outline-orange {
border: 2px solid #f57c00!important;
background-color: transparent!important;
color: #f57c00!important
}
.tbs-btn-outline-orange.active,
.tbs-btn-outline-orange:active,
.tbs-btn-outline-orange:active:focus,
.tbs-btn-outline-orange:focus,
.tbs-btn-outline-orange:hover {
border-color: #f57c00!important;
background-color: transparent!important;
color: #f57c00!important
}
.tbs-btn-outline-orange:not([disabled]):not(.disabled).active,
.tbs-btn-outline-orange:not([disabled]):not(.disabled):active,
.show>.btn-outline-orange.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #f57c00!important
}
.tbs-btn-outline-orange:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-orange:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-deep-orange {
background-color: #ff7043!important;
color: #fff
}
.tbs-btn-deep-orange:hover {
background-color: #ff835d;
color: #fff
}
.tbs-btn-deep-orange.focus,
.tbs-btn-deep-orange:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-deep-orange.active,
.tbs-btn-deep-orange:active,
.tbs-btn-deep-orange:focus {
background-color: #dc3500
}
.tbs-btn-deep-orange.dropdown-toggle {
background-color: #ff7043!important
}
.tbs-btn-deep-orange.dropdown-toggle:focus,
.tbs-btn-deep-orange.dropdown-toggle:hover {
background-color: #ff835d!important
}
.tbs-btn-deep-orange:not([disabled]):not(.disabled).active,
.tbs-btn-deep-orange:not([disabled]):not(.disabled):active,
.show>.btn-deep-orange.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #dc3500!important
}
.tbs-btn-deep-orange:not([disabled]):not(.disabled).active:focus,
.tbs-btn-deep-orange:not([disabled]):not(.disabled):active:focus,
.show>.btn-deep-orange.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.deep-orange-ic {
color: #ff7043!important
}
.deep-orange-ic:focus,
.deep-orange-ic:hover {
color: #ff7043
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-deep-orange {
color: #fff
}
.tbs-btn-outline-deep-orange {
border: 2px solid #ff7043!important;
background-color: transparent!important;
color: #ff7043!important
}
.tbs-btn-outline-deep-orange.active,
.tbs-btn-outline-deep-orange:active,
.tbs-btn-outline-deep-orange:active:focus,
.tbs-btn-outline-deep-orange:focus,
.tbs-btn-outline-deep-orange:hover {
border-color: #ff7043!important;
background-color: transparent!important;
color: #ff7043!important
}
.tbs-btn-outline-deep-orange:not([disabled]):not(.disabled).active,
.tbs-btn-outline-deep-orange:not([disabled]):not(.disabled):active,
.show>.btn-outline-deep-orange.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #ff7043!important
}
.tbs-btn-outline-deep-orange:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-deep-orange:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-deep-orange.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-brown {
background-color: #795548!important;
color: #fff
}
.tbs-btn-brown:hover {
background-color: #896052;
color: #fff
}
.tbs-btn-brown.focus,
.tbs-btn-brown:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-brown.active,
.tbs-btn-brown:active,
.tbs-btn-brown:focus {
background-color: #392822
}
.tbs-btn-brown.dropdown-toggle {
background-color: #795548!important
}
.tbs-btn-brown.dropdown-toggle:focus,
.tbs-btn-brown.dropdown-toggle:hover {
background-color: #896052!important
}
.tbs-btn-brown:not([disabled]):not(.disabled).active,
.tbs-btn-brown:not([disabled]):not(.disabled):active,
.show>.btn-brown.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #392822!important
}
.tbs-btn-brown:not([disabled]):not(.disabled).active:focus,
.tbs-btn-brown:not([disabled]):not(.disabled):active:focus,
.show>.btn-brown.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.brown-ic {
color: #795548!important
}
.brown-ic:focus,
.brown-ic:hover {
color: #795548
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-brown {
color: #fff
}
.tbs-btn-outline-brown {
border: 2px solid #795548!important;
background-color: transparent!important;
color: #795548!important
}
.tbs-btn-outline-brown.active,
.tbs-btn-outline-brown:active,
.tbs-btn-outline-brown:active:focus,
.tbs-btn-outline-brown:focus,
.tbs-btn-outline-brown:hover {
border-color: #795548!important;
background-color: transparent!important;
color: #795548!important
}
.tbs-btn-outline-brown:not([disabled]):not(.disabled).active,
.tbs-btn-outline-brown:not([disabled]):not(.disabled):active,
.show>.btn-outline-brown.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #795548!important
}
.tbs-btn-outline-brown:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-brown:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-brown.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-grey {
background-color: #616161!important;
color: #fff
}
.tbs-btn-grey:hover {
background-color: #6e6e6e;
color: #fff
}
.tbs-btn-grey.focus,
.tbs-btn-grey:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-grey.active,
.tbs-btn-grey:active,
.tbs-btn-grey:focus {
background-color: #2e2e2e
}
.tbs-btn-grey.dropdown-toggle {
background-color: #616161!important
}
.tbs-btn-grey.dropdown-toggle:focus,
.tbs-btn-grey.dropdown-toggle:hover {
background-color: #6e6e6e!important
}
.tbs-btn-grey:not([disabled]):not(.disabled).active,
.tbs-btn-grey:not([disabled]):not(.disabled):active,
.show>.btn-grey.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #2e2e2e!important
}
.tbs-btn-grey:not([disabled]):not(.disabled).active:focus,
.tbs-btn-grey:not([disabled]):not(.disabled):active:focus,
.show>.btn-grey.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.grey-ic {
color: #616161!important
}
.grey-ic:focus,
.grey-ic:hover {
color: #616161
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-grey {
color: #fff
}
.tbs-btn-outline-grey {
border: 2px solid #616161!important;
background-color: transparent!important;
color: #616161!important
}
.tbs-btn-outline-grey.active,
.tbs-btn-outline-grey:active,
.tbs-btn-outline-grey:active:focus,
.tbs-btn-outline-grey:focus,
.tbs-btn-outline-grey:hover {
border-color: #616161!important;
background-color: transparent!important;
color: #616161!important
}
.tbs-btn-outline-grey:not([disabled]):not(.disabled).active,
.tbs-btn-outline-grey:not([disabled]):not(.disabled):active,
.show>.btn-outline-grey.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #616161!important
}
.tbs-btn-outline-grey:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-grey:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-grey.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-blue-grey {
background-color: #78909c!important;
color: #fff
}
.tbs-btn-blue-grey:hover {
background-color: #879ca7;
color: #fff
}
.tbs-btn-blue-grey.focus,
.tbs-btn-blue-grey:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-blue-grey.active,
.tbs-btn-blue-grey:active,
.tbs-btn-blue-grey:focus {
background-color: #4a5b64
}
.tbs-btn-blue-grey.dropdown-toggle {
background-color: #78909c!important
}
.tbs-btn-blue-grey.dropdown-toggle:focus,
.tbs-btn-blue-grey.dropdown-toggle:hover {
background-color: #879ca7!important
}
.tbs-btn-blue-grey:not([disabled]):not(.disabled).active,
.tbs-btn-blue-grey:not([disabled]):not(.disabled):active,
.show>.btn-blue-grey.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #4a5b64!important
}
.tbs-btn-blue-grey:not([disabled]):not(.disabled).active:focus,
.tbs-btn-blue-grey:not([disabled]):not(.disabled):active:focus,
.show>.btn-blue-grey.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.blue-grey-ic {
color: #78909c!important
}
.blue-grey-ic:focus,
.blue-grey-ic:hover {
color: #78909c
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-blue-grey {
color: #fff
}
.tbs-btn-outline-blue-grey {
border: 2px solid #78909c!important;
background-color: transparent!important;
color: #78909c!important
}
.tbs-btn-outline-blue-grey.active,
.tbs-btn-outline-blue-grey:active,
.tbs-btn-outline-blue-grey:active:focus,
.tbs-btn-outline-blue-grey:focus,
.tbs-btn-outline-blue-grey:hover {
border-color: #78909c!important;
background-color: transparent!important;
color: #78909c!important
}
.tbs-btn-outline-blue-grey:not([disabled]):not(.disabled).active,
.tbs-btn-outline-blue-grey:not([disabled]):not(.disabled):active,
.show>.btn-outline-blue-grey.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #78909c!important
}
.tbs-btn-outline-blue-grey:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-blue-grey:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-blue-grey.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-dark {
background-color: #212121!important;
color: #fff
}
.tbs-btn-dark:hover {
background-color: #2e2e2e;
color: #fff
}
.tbs-btn-dark.focus,
.tbs-btn-dark:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-dark.active,
.tbs-btn-dark:active,
.tbs-btn-dark:focus {
background-color: #000
}
.tbs-btn-dark.dropdown-toggle {
background-color: #212121!important
}
.tbs-btn-dark.dropdown-toggle:focus,
.tbs-btn-dark.dropdown-toggle:hover {
background-color: #2e2e2e!important
}
.tbs-btn-dark:not([disabled]):not(.disabled).active,
.tbs-btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #000!important
}
.tbs-btn-dark:not([disabled]):not(.disabled).active:focus,
.tbs-btn-dark:not([disabled]):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.dark-ic {
color: #212121!important
}
.dark-ic:focus,
.dark-ic:hover {
color: #212121
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-dark {
color: #fff
}
.tbs-btn-outline-dark {
border: 2px solid #212121!important;
background-color: transparent!important;
color: #212121!important
}
.tbs-btn-outline-dark.active,
.tbs-btn-outline-dark:active,
.tbs-btn-outline-dark:active:focus,
.tbs-btn-outline-dark:focus,
.tbs-btn-outline-dark:hover {
border-color: #212121!important;
background-color: transparent!important;
color: #212121!important
}
.tbs-btn-outline-dark:not([disabled]):not(.disabled).active,
.tbs-btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #212121!important
}
.tbs-btn-outline-dark:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-dark:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-light {
background-color: #e0e0e0!important;
color: #000
}
.tbs-btn-light:hover {
background-color: #ededed;
color: #000
}
.tbs-btn-light.focus,
.tbs-btn-light:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-light.active,
.tbs-btn-light:active,
.tbs-btn-light:focus {
background-color: #adadad
}
.tbs-btn-light.dropdown-toggle {
background-color: #e0e0e0!important
}
.tbs-btn-light.dropdown-toggle:focus,
.tbs-btn-light.dropdown-toggle:hover {
background-color: #ededed!important
}
.tbs-btn-light:not([disabled]):not(.disabled).active,
.tbs-btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #adadad!important
}
.tbs-btn-light:not([disabled]):not(.disabled).active:focus,
.tbs-btn-light:not([disabled]):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.light-ic {
color: #e0e0e0!important
}
.light-ic:focus,
.light-ic:hover {
color: #e0e0e0
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #000
}
table.table a.tbs-btn.tbs-btn-light {
color: #000
}
.tbs-btn-outline-light {
border: 2px solid #e0e0e0!important;
background-color: transparent!important;
color: #e0e0e0!important
}
.tbs-btn-outline-light.active,
.tbs-btn-outline-light:active,
.tbs-btn-outline-light:active:focus,
.tbs-btn-outline-light:focus,
.tbs-btn-outline-light:hover {
border-color: #e0e0e0!important;
background-color: transparent!important;
color: #e0e0e0!important
}
.tbs-btn-outline-light:not([disabled]):not(.disabled).active,
.tbs-btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #e0e0e0!important
}
.tbs-btn-outline-light:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-light:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-white {
background-color: #fff!important;
color: #000
}
.tbs-btn-white:hover {
background-color: #fff;
color: #000
}
.tbs-btn-white.focus,
.tbs-btn-white:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-white.active,
.tbs-btn-white:active,
.tbs-btn-white:focus {
background-color: #ccc
}
.tbs-btn-white.dropdown-toggle {
background-color: #fff!important
}
.tbs-btn-white.dropdown-toggle:focus,
.tbs-btn-white.dropdown-toggle:hover {
background-color: #fff!important
}
.tbs-btn-white:not([disabled]):not(.disabled).active,
.tbs-btn-white:not([disabled]):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #ccc!important
}
.tbs-btn-white:not([disabled]):not(.disabled).active:focus,
.tbs-btn-white:not([disabled]):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.white-ic {
color: #fff!important
}
.white-ic:focus,
.white-ic:hover {
color: #fff
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #000
}
table.table a.tbs-btn.tbs-btn-white {
color: #000
}
.tbs-btn-outline-white {
border: 2px solid #fff!important;
background-color: transparent!important;
color: #fff!important
}
.tbs-btn-outline-white.active,
.tbs-btn-outline-white:active,
.tbs-btn-outline-white:active:focus,
.tbs-btn-outline-white:focus,
.tbs-btn-outline-white:hover {
border-color: #fff!important;
background-color: transparent!important;
color: #fff!important
}
.tbs-btn-outline-white:not([disabled]):not(.disabled).active,
.tbs-btn-outline-white:not([disabled]):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #fff!important
}
.tbs-btn-outline-white:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-white:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-black {
background-color: #000!important;
color: #fff
}
.tbs-btn-black:hover {
background-color: #0d0d0d;
color: #fff
}
.tbs-btn-black.focus,
.tbs-btn-black:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-black.active,
.tbs-btn-black:active,
.tbs-btn-black:focus {
background-color: #000
}
.tbs-btn-black.dropdown-toggle {
background-color: #000!important
}
.tbs-btn-black.dropdown-toggle:focus,
.tbs-btn-black.dropdown-toggle:hover {
background-color: #0d0d0d!important
}
.tbs-btn-black:not([disabled]):not(.disabled).active,
.tbs-btn-black:not([disabled]):not(.disabled):active,
.show>.btn-black.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: #000!important
}
.tbs-btn-black:not([disabled]):not(.disabled).active:focus,
.tbs-btn-black:not([disabled]):not(.disabled):active:focus,
.show>.btn-black.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.black-ic {
color: #000!important
}
.black-ic:focus,
.black-ic:hover {
color: #000
}
a.tbs-btn:not([href]):not([tabindex]),
a.tbs-btn:not([href]):not([tabindex]):focus,
a.tbs-btn:not([href]):not([tabindex]):hover {
color: #fff
}
table.table a.tbs-btn.tbs-btn-black {
color: #fff
}
.tbs-btn-outline-black {
border: 2px solid #000!important;
background-color: transparent!important;
color: #000!important
}
.tbs-btn-outline-black.active,
.tbs-btn-outline-black:active,
.tbs-btn-outline-black:active:focus,
.tbs-btn-outline-black:focus,
.tbs-btn-outline-black:hover {
border-color: #000!important;
background-color: transparent!important;
color: #000!important
}
.tbs-btn-outline-black:not([disabled]):not(.disabled).active,
.tbs-btn-outline-black:not([disabled]):not(.disabled):active,
.show>.btn-outline-black.dropdown-toggle {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
background-color: transparent!important;
border-color: #000!important
}
.tbs-btn-outline-black:not([disabled]):not(.disabled).active:focus,
.tbs-btn-outline-black:not([disabled]):not(.disabled):active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}
.tbs-btn-warning:not(:disabled):not(.disabled).active,
.tbs-btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
color: #fff
}
.purple-gradient {
background: linear-gradient(40deg,#ff6ec4,#7873f5)!important;
}
.tbs-btn.purple-gradient {
transition: .5s ease;
color: #fff
}
.tbs-btn.purple-gradient:active,
.tbs-btn.purple-gradient:active:focus .tbs-btn.purple-gradient.active,
.tbs-btn.purple-gradient:focus,
.tbs-btn.purple-gradient:hover {
background: linear-gradient(#ff88ce, #8f8bf7)
}
.peach-gradient {
background: linear-gradient(40deg,#ffd86f,#fc6262)!important;
}
.tbs-btn.peach-gradient {
transition: .5s ease;
color: #fff
}
.tbs-btn.peach-gradient:active,
.tbs-btn.peach-gradient:active:focus .tbs-btn.peach-gradient.active,
.tbs-btn.peach-gradient:focus,
.tbs-btn.peach-gradient:hover {
background: linear-gradient(#ffdf89, #fc7b7b)
}
.aqua-gradient {
background: linear-gradient(40deg,#2096ff,#05ffa3)!important;
}
.tbs-btn.aqua-gradient {
transition: .5s ease;
color: #fff
}
.tbs-btn.aqua-gradient:active,
.tbs-btn.aqua-gradient:active:focus .tbs-btn.aqua-gradient.active,
.tbs-btn.aqua-gradient:focus,
.tbs-btn.aqua-gradient:hover {
background: linear-gradient(#3aa2ff, #1fffac)
}
.blue-gradient {
background: linear-gradient(40deg,#45cafc,#303f9f)!important;
}
.tbs-btn.blue-gradient {
transition: .5s ease;
color: #fff
}
.tbs-btn.blue-gradient:active,
.tbs-btn.blue-gradient:active:focus .tbs-btn.blue-gradient.active,
.tbs-btn.blue-gradient:focus,
.tbs-btn.blue-gradient:hover {
background: linear-gradient(#5ed1fc, #3647b3)
}
.tbs-btn-rounded {
border-radius: 10em;
}
.panel {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
border: 0;
font-weight: 400
}
.panel[class*=border] {
border: 1px solid #9e9e9e;
box-shadow: none
}
.panel .panel-body h1,
.panel .panel-body h2,
.panel .panel-body h3,
.panel .panel-body h4,
.panel .panel-body h5,
.panel .panel-body h6 {
font-weight: 400
}
.panel .panel-body .panel-title a {
transition: .2s ease-in-out
}
.panel .panel-body .panel-title a:hover {
transition: .2s ease-in-out
}
.panel .panel-body .panel-text {
color: #747373;
font-size: .9rem;
font-weight: 400
}
.panel .md-form label {
font-weight: 300
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none;
}
}
a.badge:hover, a.badge:focus {
text-decoration: none;
}
.badge:empty {
display: none;
}
.tbs-btn .badge {
position: relative;
top: -1px;
}
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.badge-primary {
color: #fff;
background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
color: #fff;
background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
color: #fff;
background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
color: #fff;
background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
color: #212529;
background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
color: #212529;
background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
color: #fff;
background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
color: #212529;
background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
color: #212529;
background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
color: #fff;
background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment