﻿/*Home*/


.carousel-item {
    margin-right: initial;
}
.carousel-control-next
{
    right:initial;
}
.carousel-control-prev {
    left: initial;
}

.welcome-message .header-message {
    padding: 15px;
    background: #d8dee4;
    margin: 10px -15px 35px -15px;
    border-radius: 5px;
    font-size: 0.857rem;
    color: #374957;
}

    .welcome-message .header-message span {
        font-weight: bold;
    }
    .welcome-message .header-message img {
        height: 1rem;
        bottom: 3px;
        position: relative;
    }

.welcome-message .content-message {
    text-align: center;
}

    .welcome-message .content-message h1 {
        text-align: center;
    }

    .welcome-message .content-message p {
        text-align: justify;
    }

.content-block {
    background-color: white;
    padding-top: 2rem;
    margin-bottom: 5rem;
    border:1px solid #f1efef;
    border-radius:6px;
}

th {
    text-align: center;
}

span.detailView {
    font-weight: bold;
    text-align: center;
    clear: both;
    cursor: pointer;    
    padding: 0px 20px 4px 20px;
    display: inline-block;
    margin-bottom: 7px;
    border-radius: 16px;
    border:1px solid #CCC;
}

    span.detailView.closed::before {
        content: ' +';
        font-size: larger;
    }

    span.detailView.opened::before {
        content: ' -';
        font-size: larger;
    }

div.detailContent {
    display: none;
}

.product-lists h2, .product-lists h3, .product-lists h4 {
    text-align: center;
}

span.totalPrice {
    color: #000000;
}

span.currentAward {
    color: #00aa13;
}

span.finalPrice {
    color: #006caa;
    font-weight: bold;
}

#tblPayment {
    margin-right: auto;
    margin-left: auto;
}

.product-list-item {
    border: 1px solid #ccc;
    border-radius: 9px;
    padding: 1rem;
    margin:1rem;
}

.product-image {
    object-fit: cover;
}

.product-image-box{
    width:100%;
    position:relative;
}
    .product-image-box::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .product-image-box img {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .product-price {
    color: #9cc50d;
}
.product-count-input {
    min-width: 80px;
    max-width: 80px;
}

    .product-count-input:-ms-input-placeholder {
        color: #d1d1d1 !important;
    }

    .product-count-input::placeholder {
        color: #d1d1d1 !important;
    }

    .product-count-input::-webkit-input-placeholder { /* Internet Explorer 10-11 */
        color: #d1d1d1 !important;
    }

@media (min-width: 768px) {
    .border-left-md {
        border-left:1px solid #ccc;
    }

    .border-right-md {
        border-right: 1px solid #ccc;
    }
}

.product-inputs input[type=radio]
{
    width:20px;
    height:20px;
    position:relative;
    bottom:-5px;
    margin-left:6px;
}
.product-inputs label {
    font-size:1.2rem;
}


.orderFinished {
    color: #ff495f;
    font-size: 2.5rem;
    text-align: center;
    background: #ffdde1;
    margin-top: 30px;
    padding: 20px 0 20px 0;
    border-radius: 5px;
}


/*Login---------------------------------------------------------*/
.login-box {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 23px -8px rgba(0,123,255,0.31);
    -moz-box-shadow: 2px 4px 23px -8px rgba(0,123,255,0.31);
    box-shadow: 2px 4px 23px -8px rgba(0,123,255,0.31);
    padding: 2.5rem;
}

.login-top-container {
    text-align: center;
}

@media (min-width: 768px) { /*md*/
    .login-box {
        margin-top: -6rem;
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 10px;
        -webkit-box-shadow: 2px 4px 23px -8px rgba(0,123,255,0.31);
        -moz-box-shadow: 2px 4px 23px -8px rgba(0,123,255,0.31);
        box-shadow: 2px 4px 23px -8px rgba(0,123,255,0.31);
    }
}

@media (min-width: 992px) {
    .login-box {
        margin-top: -9rem;
        background-color: #fff;
    }
}


div.logo {
    text-align: center;
}

    div.logo img {
        max-width: 100%;
    }

#btnSendCode:active {
    background-color: red;
}

#btnSendCode:hover {
}

.mw-200 {
    min-width: 200px;
}


/*polls and contact*/
.pollRadio {
    height: 25px;
    width: 15px;
    position: relative;
    bottom: -8px;
}

ul.pollAnswer{
    list-style:none;
}

.pollName{
    font-weight:bold;
}


.modal-lg-80 {
    width: 80%;
    max-width: 80%;
}