/*

#343;
#343a40;
#1f2645
#002157

#009688
#004d40

#1b5a68

#78909c 
#546e7a
#455a64
#37474f 
#263238

#dd0017
#2a2b2e


#444433
#aa7733
#cc9944
#ffcc88
#778888

*/

* {
    outline: none !important;
}
body {
    padding-top: 70px;
}


header.home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: calc(100vh - 50px);
    background: transparent url(../images/header.jpg) no-repeat center right;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 50px;
}
header.home:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
}
header h1 {
    color: #263238;
    font-size: 48px;
    font-weight: 600;
    margin-top: 50px;
}
header .panel {
    margin-top: 44px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.175);
}
header.home h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 48px;
}
header.home p {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
@media (max-width: 1199px) {
    header .panel {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    header.home {
        margin-bottom: 30px;
    }
    header h1 {
        font-size: 32px;
    }
    header.home h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    header.home p {
        font-size: 16px;
    }
}

.logo-text {
    display: block;
    color: #263238;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.navbar-inverse {
    background-color: #263238;
    border-bottom: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
}
.navbar-inverse .navbar-nav > .active > a {
    color: #fff;
    background-color: #37474f !important;
}


.list-group.dark {
    border-radius: 4px;
    border-top: 3px solid #263238;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.list-group.dark > .list-group-item {
    color: #263238;
    font-size: 16px;
    font-weight: 600;
}
.list-group.dark > .list-group-item:hover {
    color: #263238;
}
.list-group.dark > .list-group-item.active {
    color: #fff;
    background-color: #455a64;
    border-color: #78909c;
    cursor: default;
}
.list-group.dark > .list-group-item > .badge {
    background-color: #455a64;
}
.list-group.dark > .list-group-item.active > .badge {
    color: #263238;
    background-color: #fff;
}


.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
    background-color: #455a64;
    border-color: #455a64;
}

.bg-dark {
    color: #fff;
    background-color: #455a64;
}

.alert-dark {
    color: #fff;
    background-color: #455a64;
    border-color: #263238;
}

.panel-default.dark > .panel-heading {
    color: #fff;
    background-color: #455a64;
    border-color: #455a64;
}

.btn-default.dark {
    color: #fff;
    background-color: #455a64;
    border-color: #263238;
}
.btn-default.dark:focus,
.btn-default.dark:active,
.open > .dropdown-toggle.btn-default.dark:focus,
.open > .dropdown-toggle.btn-default.dark:active {
    color: #fff;
    background-color: #546e7a;
}

.block {
    display: block;
}
.block-inline {
    display: inline-block;
}
.full-width {
    width: 100% !important;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.text-bold {
    font-weight: 600 !important;
}
.text-dark {
    color: #263238 !important;
}

.swal-text {
    text-align: center !important;
}
.swal-modal.swal-wide {
    width: auto !important;
}

label.required {
    position: relative;
}
label.required:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "*";
    color: #c00;
}

tr.text-center > th,
tr.text-center > td {
    text-align: center;
    vertical-align: middle !important;
}


.card {
    position: relative;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.card > img {
    width: 100%;
    max-width: 100%;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}
.card > img:hover {
    border-color: #455a64;
}
.card > .caption > .product-name {
    margin-top: 5px;
    color: #263238;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}
.card > .caption > .product-code {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    cursor: default;
}
.card > .caption > .product-price {
    display: block;
    margin-bottom: 10px;
    color: #dd0017;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: default;
}
.card > .caption > .btn-buy {
    display: block;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    background-color: #dd0017;
    letter-spacing: 1px;
}
.card > .caption > .btn-buy:hover,
.card > .caption > .btn-buy:active {
    color: #fff;
    background-color: #dd0017;
}

.nav.nav-tabs + .tab-content .panel {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}


footer {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #263238;
    border-bottom: 3px solid #001;
}

footer p,
footer a,
footer p > a {
    color: #fff !important;
}


#scrollUp {
    right: 15px;
    bottom: 15px;
    width: 38px;
    height: 38px;
    background: url('../images/up.png') no-repeat;
    opacity: 0.5;
}
#scrollUp:hover {
    opacity: 1;
}
