/*!
* Propeller v1.3.1 (http://propeller.in/): card.css
* Copyright 2016-2018 Digicorp, Inc
* Licensed under MIT (http://propeller.in/LICENSE)
*/
.pmd-card {
padding: 1px 0;
margin-bottom:;
background-color: #fff;
border-radius: 0.125rem;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
min-height:318px;
overflow:hidden;
}
.pmd-card .form-horizontal .form-group {
margin-right: inherit;
margin-left: inherit;
}
.pmd-card-body {
padding-right: 1rem;
padding-left: 1rem;
margin-top: 1rem;
margin-bottom: 1rem;
color: rgba(0, 0, 0, 0.87);
min-height:160px;
position:relative;
}
.pmd-card-title {
padding: 1rem 1rem 0 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid transparent;
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.pmd-card-title .dropdown .dropdown-toggle {
color: inherit;
}
.pmd-card-title-text {
margin-top: 0;
margin-bottom: 0;
color: inherit;
}
h2.pmd-card-title-text {
margin-bottom: 2px;
font-size: 1.5rem;
font-weight: 400;
}
.pmd-card-subtitle-text {
margin-bottom: 0;
font-size: 0.875rem;
line-height: 1.6;
color: rgba(0, 0, 0, 0.54);
}
.pmd-card-footer {
display: table;
width: 100%;
padding: 0.5rem 1rem;
content: "";
}
.pmd-card-actions {
padding: 0.5rem 0.25rem;
}
.pmd-card-actions .btn {
margin-right: 0.25rem;
margin-bottom: 0.5rem;
margin-left: 0.25rem;
min-width: inherit;
}
.pmd-card-actions .btn:first-child {
margin-left: 0.75rem;
}
.pmd-card-actions .btn:last-child {
margin-right: 0.75rem;
}
.pmd-card-actions .btn.pmd-btn-flat {
margin-right: 0.25rem;
margin-bottom: 0;
margin-left: 0.25rem;
}
.pmd-card-actions .btn.pmd-btn-fab {
padding: 0;
}
/* Card Media Action */
.pmd-card-media-inline .pmd-card-media {
padding-right: 1rem;
padding-left: 1rem;
margin-top: 1rem;
}
.pmd-card-media-inline .pmd-card-media h2.pmd-card-title-text {
margin-top: 0.25rem;
}
.pmd-card-footer-no-border {
padding-top: 0;
border-color: transparent;
}
.pmd-card-list {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
background-color: #fff;
}
/* Card inverse*/
.pmd-card-inverse {
color: #fff;
background-color: rgba(0, 0, 0, 0.84);
}
.pmd-card-inverse .pmd-card-body {
color: rgba(255, 255, 255, 0.84);
}
.pmd-card-inverse .pmd-card-subtitle-text {
color: rgba(255, 255, 255, 0.54);
}
/*# sourceMappingURL=card.css.map */
/*!
* Propeller v1.3.1 (http://propeller.in): tab.css
* Copyright 2016-2018 Digicorp, Inc.
* Licensed under MIT (http://propeller.in/LICENSE)
*/
.pmd-tabs {
position: relative;
}
@media (max-width: 767px) {
.pmd-tabs {
overflow-x: auto;
overflow-y: hidden;
}
}
.pmd-tabs .nav-tabs {
border-bottom: none;
}
.pmd-tabs .nav-tabs.nav-justified > li > a {
border: none;
border-radius: 0;
}
.pmd-tabs .nav-tabs.nav-justified > .active > a,
.pmd-tabs .nav-tabs.nav-justified > .active > a:hover,
.pmd-tabs .nav-tabs.nav-justified > .active > a:focus {
border: none;
}
.pmd-tabs .nav-tabs > li.active > a,
.pmd-tabs .nav-tabs > li.active > a:hover,
.pmd-tabs .nav-tabs > li.active > a:focus {
color: #fff;
cursor: default;
background-color: transparent;
border: none;
border-bottom-color: transparent;
opacity: 1;
border-bottom: 3px solid #f5eb58;
}
.pmd-tabs .nav-tabs > li {
margin-bottom: 0;
width: 33.33%;
text-align: center;
}
.pmd-tabs .nav-tabs > li > a {
padding: 1.125rem 1.5rem 1.0625rem;
color: rgba(0, 0, 0, 0.54);
font-size: 0.875rem;
font-weight: 500;
margin-right: 0;
line-height: 1;
border: none;
border-radius: 0;
text-transform: uppercase;
}
.pmd-tabs .nav-tabs > li > span {
padding: 1.125rem 1.5rem 1.0625rem;
color: rgba(0, 0, 0, 0.54);
font-size: 0.875rem;
font-weight: 500;
margin-right: 0;
line-height: 1;
border: none;
border-radius: 0;
text-transform: uppercase;
}
.pmd-tabs .nav-tabs > li > a:hover, .pmd-tabs .nav-tabs > li > a:focus {
border-color: transparent;
background-color: transparent;
}
.pmd-tabs .pmd-tab-active-bar {
position: absolute;
bottom: 0;
width: 25%;
height: 3px;
background: #ffc107;
transition: all 0.2s ease-in-out;
}
.pmd-tabs-bg {
background-color: #507d05;
}
.pmd-tabs-bg .nav-tabs > li > a {
color: rgb(255, 255, 255);
}
.pmd-tabs-bg .nav-tabs > li .dropdown-menu a {
color: #333333;
}
.pmd-tabs-bg .nav-tabs > li.active > a,
.pmd-tabs-bg .nav-tabs > li.active > a:focus {
color: white;
background-color: #629c00;
border-bottom: 3px solid #f5eb58;
}
.pmd-tabs-bg .nav-tabs > li > a:hover {
background-color: #629c00;
border-bottom: 3px solid #f5eb58;
}
.pmd-tabs-bg .pmd-tabs-scroll-right,
.pmd-tabs-bg .pmd-tabs-scroll-left {
background-color: #009746;
color: rgba(255, 255, 255, 0.54);
}
.pmd-tabs-scroll-container {
display: block;
width: 100%;
position: relative;
overflow: hidden;
}
.pmd-tabs-scroll-right {
float: right;
right: 0;
top: 0;
}
.pmd-tabs-scroll-left {
float: left;
left: 0;
}
.pmd-tabs-scroll-right,
.pmd-tabs-scroll-left {
position: absolute;
z-index: 99;
text-align: center;
cursor: pointer;
display: none;
white-space: no-wrap;
vertical-align: middle;
padding: 0.75rem 1.5rem 0.375rem;
background-color: #fff;
color: #868e96;
line-height: 1.7;
}
/*# sourceMappingURL=tab.css.map */bonus buy games wild dragon riches
candy pop 2
bonus buy games story of the samurai blade of destiny
slot money vaults
gacor slot terbaru 2025
slot sizzling sevens special
video game happy sheep
bonus buy games sweet candy cash megaways deluxe
bonus buy games 3 carts of gold hold and win
live casino dealers skills
egyptian ways dice
cheat slot online pragmatic play terbaru
slot mystic spells
calcio live score widget
mustang freedom
slot legacy of the sages bonus buy
bonus buy games grand blue
sticky bees
glory casino live table games
slot sanguo
slot candy stash
live dealer casino apps
bonus buy games museum mystery
bonus buy games slot machine
casino bonus without deposit
OK sport