﻿.form-group label, div#subtotalSectionEC label, div#subtotalSectionPA label, div#addInfoSection label, div#totalPaymentsSection label {
    color: #0f0f0a !important;
    font-weight: bold !important;
}

.form-group {
    margin-top: 10px !important;
}

    .form-group.form-group-sm label.control-label {
        margin-top: 5px !important;
        font-size: 12px !important;
        font-weight: bold;
    }

    .form-group input, select {
        color: black;
        /*font-weight: bold;*/
    }

    .form-group select.form-control {
        height: 32px !important;
    }

.form-inline select.form-control {
    height: 32px !important;
}

div#ContactUs label {
    color: white !important;
}

.wp-addinfo {
    color: blue;
    font-size: 0.90em;
    padding-left: 10px;
}

.wp-bold {
    font-weight: bold !important;
}

.smaller {
    font-size: 0.60em;
}
/*.row.bg-primary {
    background-color: #B3E5FC !important;
    border: solid;
    border-width: thin;
    border-color: #1565C0 !important;
}*/
.border-top {
    border-top: thin;
    border-top-color: blue;
}

.selectoption-dark {
    color: #212121 !important;
}

option {
    color: #212121 !important;
}

th {
    background-color: #cce6ff !important;
    color: #595959 !important;
}

td {
    color: #4d4d4d;
    /*font-weight: bold;*/
}


.selecttd {
    padding: 5px;
    vertical-align: bottom;
}

.subtotal {
    color: black;
    font-weight: bold;
    font-size: 1em;
}

.discount {
    color: red;
    font-weight: bold;
    font-size: 1em;
}

.tax {
    color: red;
    font-weight: bold;
    font-size: 1em;
}

.total {
    color: black;
    font-weight: bold;
    font-size: 1.1em;
}

.content-toppadWithUpgNow {
    padding-top: 60px;
}

.sid-login {
    height: 30px;
    background-color: #2196F3;
}

.login-wrapper {
    border: thick;
    border-color: #222a32;
}

.img-padding {
    padding-top: 8px;
}
/* Text */
.text-dark {
    color: black !important;
}

.text-white {
    color: white !important;
}

.text-danger-highlighted {
    color: red !important;
}

.text-danger-alt {
    color: white !important;
    background-color: red !important;
}

.text-highlight {
    color: #ffffff;
}

.text-xs {
    font-size: 0.6em;
}

.text-xxs {
    font-size: 0.5em;
}

.text-bold {
    font-weight: bold;
}
/* Barckgrounds */
.bg-darkgray {
    background-color: #222a32;
}

.bg-black {
    background-color: #000000;
}
/*Columnas DataGrid*/
.column-id {
    width: 20px;
}
/* Margins */
.top-margin2 {
    margin-top: 2px;
}

.top-margin5 {
    margin-top: 5px;
}

.top-margin10 {
    margin-top: 10px;
}

.top-margin15 {
    margin-top: 15px;
}

.top-margin20 {
    margin-top: 20px;
}

.top-margin30 {
    margin-top: 30px;
}

.top-margin40 {
    margin-top: 40px;
}

.top-margin50 {
    margin-top: 50px;
}

.top-margin60 {
    margin-top: 60px;
}

.top-margin70 {
    margin-top: 70px;
}

.top-margin80 {
    margin-top: 80px;
}

.top-margin90 {
    margin-top: 90px;
}

.top-margin100 {
    margin-top: 100px;
}

.top-margin150 {
    margin-top: 150px;
}
/* Padding */
.top-padding2 {
    padding-top: 2px;
}

.top-padding5 {
    padding-top: 5px;
}

.top-padding10 {
    padding-top: 10px;
}

.top-padding15 {
    padding-top: 15px;
}

.top-padding20 {
    padding-top: 20px;
}

.top-padding30 {
    padding-top: 30px;
}

.top-padding40 {
    padding-top: 40px;
}

.top-padding50 {
    padding-top: 50px;
}

.top-padding60 {
    padding-top: 60px;
}

.top-padding70 {
    padding-top: 70px;
}

.top-padding80 {
    padding-top: 80px;
}

.top-padding90 {
    padding-top: 90px;
}

.top-padding100 {
    padding-top: 100px;
}

.top-padding150 {
    padding-top: 150px;
}
/* Buttons */
.btn-link-list {
    vertical-align: baseline;
    cursor: pointer;
}

.btn-link-list-danger {
    vertical-align: baseline;
    cursor: pointer;
}

.two_cols {
    width: 100%;
    overflow: hidden
}

    .two_cols li {
        float: left;
        width: 50%
    }

        .two_cols li a {
            display: block;
            padding: 2px 0
        }

            .two_cols li a i {
                margin-right: 10px;
                width: 15px;
                text-align: center;
                color: #26c6da
            }

            .two_cols li a:hover i {
                transition: all ease .5s;
                color: #ffa726;
                transform: rotateY(360deg)
            }
/* Panels */
.panelPopup {
    z-index: 102;
    position: absolute;
}
/* TextBox */
.textbox-lickey {
    height: 180px !important;
}

.textbox-xs {
    width: 30px !important;
}

.textbox-sm {
    width: 75px !important;
}

.textbox-date {
    width: 125px !important;
}

.textbox-md {
    width: 150px !important;
}

.textbox-lg {
    width: 200px !important;
}

.textbox-xlg {
    width: 300px !important;
}
/*Images*/
.img-title1 {
    width: 200px;
    height: 200px;
    float: right;
}

.wp-img-invoice {
    background-image: url(../images/invoice1.jpg);
    background-size: cover;
    background-position: center center
}

.wp-img-invoice2 {
    background-image: url(../images/invoice2.jpg);
    background-size: cover;
    background-position: center center
}
.wp-img-invoice3 {
    background-image: url(../images/invoice3.jpg);
    background-size: cover;
    background-position: center center
}

.wp-caption {
    background-color: rgba(0,0,0,.4);
    bottom: -100%;
    left: 0;
    right: 0;
    transition: all ease .5s
}

.wp-img-shop0 {
    max-width: 60px !important;
    max-height: 60px !important;
}

.wp-img-shop1 {
    max-width: 100px !important;
    max-height: 100px !important;
}

.wp-img-shop2 {
    max-width: 200px !important;
    max-height: 200px !important;
}

.wp-img-visa {
    max-width: 80px !important;
    max-height: 60px !important;
}

.wp-align-vcenter {
    margin-top: 16px !important;
}


/**
    Estilos del banner
*/
.banner-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.85);
    z-index: 1200;
}

.banner-image {
    width: 900px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 507px;
    box-shadow: rgba(0, 0, 0, 0.44) 0px 3px 8px;
    z-index: 1201;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .banner-image .banner-close {
        display: flex;
        width: 100%;
        justify-content: end;
    }

        .banner-image .banner-close .button-close {
            background-color: #2196F3;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .banner-image .banner-end {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

        .banner-image .banner-end .banner-contact {
            /* display: flex;
            width: 100%;
            padding: 10px;
            justify-content: center*/
        }

        .banner-image .banner-end .banner-resolution {
            /*display: flex;
            width: 100%;
            padding: 10px;
            justify-content: center*/
        }

            .banner-image .banner-end .banner-resolution .link-small {
                color: #FF9800;
            }


@media(max-width: 399px) {
    .banner-image {
        background-image: url("../images/baner-movil2.png");
        background-size: contain;
        background-repeat: no-repeat;
        max-width: 100vw;
        max-height: 100vh;
    }

        .banner-image .button-close {
            width: 30px;
            height: 30px;
            border-radius: 10px;
        }

        .banner-image .banner-end {
            margin-top: -65px;
        }

    .button-close i {
        font-size: 10px;
    }
}

@media(min-width: 400px) {
    .banner-image {
        background-image: url("../images/baner-movil2.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 400px;
    }

        .banner-image .button-close {
            width: 40px;
            height: 40px;
            border-radius: 20px;
            float: right;
            position: relative;
            top: 15px;
            right: 15px;
        }

        .banner-image .banner-end {
            margin-top: 0px;
        }
}

@media(min-width: 600px) {
    .banner-image {
        background-image: url("../images/baner-movil2.png");
        background-size: contain;
        width: 600px;
        height: 600px;
    }

        .banner-image .button-close {
            width: 50px;
            height: 50px;
            border-radius: 25px;
        }

    .button-close i {
        font-size: 25px;
    }

    .banner-image .banner-end {
        margin-top: 300px;
    }
}


@media(min-width: 900px) {
    .banner-image {
        background-image: url("../images/baner1.png");
        background-size: contain;
        width: 900px;
    }

        .banner-image .button-close {
            width: 40px;
            height: 40px;
            border-radius: 20px;
        }

    .button-close i {
        font-size: 20px;
    }

    .banner-image .banner-end {
        margin-left: 400px;
        margin-top: 0px;
    }
}


.text-align-center{
    text-align:center;
}