/* login page */

.login_header {
    margin: 0 0 40px 0;
    border-bottom: 1px solid #eee !important;
    overflow: hidden;
    padding: 20px 30px;
    border-width: 0;
    background: #f4f4f4 !important;
}

    .login_header .btnaccount {
        background: #e72f02;
        border-color: #e72f02;
        border-radius: 0;
    }

    .login_header .logo {
        margin-right: 7px;
        max-height: 42px;
        display: inline-block;
    }

    .login_header .createAccount {
        text-align: right;
        font-size: 18px
    }

    .login_header a {
        color: #990000;
    }

.login_heading {
    letter-spacing: -1px;
    font-size: 28px;
    margin: 10px 0;
}

.header-paragraph {
    color: #565656;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
}

.login_rule {
    margin: 40px 0;
}

.login_content h4 {
    color: #565656;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 5px;
}

.well {
    min-height: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
}

.smart-form *, .smart-form :after, .smart-form :before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.smart-form .smart-form-header {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #232323;
    margin: 10px 14px 0;
}

.client-form .smart-form-header {
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}

.smart-form fieldset {
    display: block;
    padding: 25px 14px 5px;
    border: none;
    background: rgba(255,255,255,.9);
    position: relative;
}

.smart-form section {
    margin-bottom: 15px;
    position: relative;
}

.smart-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
    font-size: 13px;
    color: #333;
    text-align: left;
    white-space: normal;
}

.smart-form .button,
.smart-form .checkbox,
.smart-form .input,
.smart-form .radio,
.smart-form .select, .smart-form .textarea, .smart-form .toggle,
.filter-box .checkbox {
    position: relative;
    display: block;
    font-weight: 400;
}

.smart-form .icon-append, .smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.smart-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

.smart-form .icon-append, .smart-form .icon-prepend {
    color: #A2A2A2;
}

.smart-form .checkbox i,
.smart-form .icon-append,
.smart-form .icon-prepend,
.smart-form .input input,
.smart-form .radio i,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .toggle i,
.filter-box .checkbox i {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 5px 10px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.smart-form .input .icon-append + input, .smart-form .textarea .icon-append + textarea {
    padding-right: 37px;
}

.smart-form .checkbox i,
.smart-form .icon-append,
.smart-form .icon-prepend,
.smart-form .input input,
.smart-form .radio i,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .toggle i {
    border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0,0,0,.9);
    color: #fff;
    opacity: 0;
    transition: margin .3s,opacity .3s;
    -o-transition: margin .3s,opacity .3s;
    -ms-transition: margin .3s,opacity .3s;
    -moz-transition: margin .3s,opacity .3s;
    -webkit-transition: margin .3s,opacity .3s;
}

.smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}

.txt-color-teal {
    color: #568a89 !important;
}

.smart-form .checkbox, .smart-form .radio, .filter-box .checkbox {
    margin-bottom: 4px;
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 14px;
}

    .smart-form .checkbox input, .smart-form .radio input, .filter-box .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .smart-form .checkbox i, .smart-form .icon-append, .smart-form .icon-prepend, .smart-form .input input, .smart-form .radio i, .smart-form .select select, .smart-form .textarea textarea, .smart-form .toggle i {
        border-color: #BDBDBD;
        transition: border-color .3s;
        -o-transition: border-color .3s;
        -ms-transition: border-color .3s;
        -moz-transition: border-color .3s;
        -webkit-transition: border-color .3s;
    }

    .smart-form .checkbox i, .smart-form .radio i, .filter-box .checkbox i {
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        width: 17px;
        height: 17px;
        outline: 0;
        border-width: 1px;
        border-style: solid;
        background: #FFF;
    }

    .smart-form .checkbox input:checked + i,
    .smart-form .radio input:checked + i,
    .smart-form .toggle input:checked + i,
    .filter-box .checkbox input:checked + i {
        border-color: #3276B1;
    }

.smart-form .smart-form-footer {
    display: block;
    padding: 7px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    text-align: right;
}

    .smart-form .smart-form-footer .btn {
        height: 31px;
        margin: 10px 0 0 5px;
        padding: 0 22px;
        font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
        cursor: pointer;
    }

.smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.smart-form .note a {
    font-size: 13px;
}

.smart-form .checkbox input + i:after, .smart-form .radio input + i:after,
.filter-box .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.smart-form .checkbox input:checked + i:after, .smart-form .radio input:checked + i:after,
.filter-box .checkbox input:checked + i:after {
    opacity: 1;
}

.smart-form .checkbox input + i:after,
.filter-box .checkbox input + i:after {
    color: #3276B1;
}

.smart-form .checkbox input + i:after, .filter-box .checkbox input + i:after {
    top: -4px;
    left: 0px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f00c';
    text-align: center;
    font-style: normal;
}

.smart-form .checkbox input:checked:hover + i:after,
.filter-box .checkbox input:checked:hover + i:after {
    content: '\f00d';
}

.social-icons .btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}

.social-icons .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
}

.social-icons h5 {
    font-size: 17px;
}

.filter-box section {
    position: relative;
}


/*CAROUSELS*/
.carouselFrame {
    min-height: 20px;
    padding: 3px 19px 25px;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    max-height: 409px;
}

    .carouselFrame blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.carouselFrame-lg {
    padding: 24px;
    border-radius: 6px;
}

.carouselFrame-sm {
    padding: 9px;
    border-radius: 3px;
}

#myCarousel {
    max-height: 409px;
}

    #myCarousel .thumbnail {
        margin: 15px;
        margin-bottom: 0;
        max-height: 361px;
    }

#caouselBrands .thumbnail {
    margin: 15px;
    margin-bottom: 0;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    color: #fff;
    top: 40%;
    color: #428BCA;
    bottom: auto;
    padding-top: 4px;
    width: 30px;
    height: 30px;
    text-shadow: none;
    opacity: 1;
}

    .carousel-control:hover {
        color: #d9534f;
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none !important;
    }

    .carousel-control.right {
        left: auto;
        right: -32px;
    }

    .carousel-control.left {
        right: auto;
        left: -32px;
    }

.carousel-indicators {
    bottom: -20px;
}

    .carousel-indicators li {
        border-radius: 0;
        width: 10px;
        height: 10px;
        background: #ccc;
        border: 1px solid #ccc;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        background: #3276b1;
        border-color: #3276b1;
    }

.loginBigLogo {
    margin-bottom: 20px;
    /*height:60px;*/
}
/*EXTRAS*/

/**
 * VERTICAL ALIGNMENT
 ==================================*/
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

    .vertical-align > div:first-child {
        /*background-color: mediumaquamarine;*/
        /* This is just for demonstration of
                                padding-box of the columns.
                              
                                I added this background to show 
                                the height of the columns         */
    }

    .vertical-align > div:last-child {
        /*background-color: gold;*/
        /* This is just for demonstration of
                                padding-box of the columns.
                              
                                I added this background to show 
                                the height of the columns         */
    }

/* common */
.dark-red {
    color: #e72f02;
}

.text-grey {
    color: rgba(187,187,187,1);
}

strong {
    text-transform: uppercase;
}

.icontext {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .icontext .icon-wrap {
        position: relative;
    }

    .icontext .text-wrap {
        line-height: 1.2;
        padding-left: 10px;
    }

    .icontext small, .icontext .title {
        display: block;
    }

#myFooter {
    background-color: #f4f4f4;
    color: white;
    padding-top: 20px;
}

#map-container {
    height: 240px;
    width: 100%;
    /*margin-top: 30px;*/
    margin-bottom: 10px;
}

#myFooter .row {
    margin: 0 85px;
}

#myFooter .footer-copyright {
    background-color: #10222e;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

    #myFooter .footer-copyright p {
        margin: 10px;
        color: #ccc;
    }

/*#myFooter .container {
    width: auto;
}*/

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

    #myFooter a:hover,
    #myFooter a:focus {
        text-decoration: none;
        color: white;
    }

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 38px;
}

#myFooter .fa {
    font-size: 30px;
    margin-right: 15px;
    margin-left: 20px;
    background-color: white;
    color: #182c39;
    border-radius: 51%;
    padding: 10px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 31px;
    text-decoration: none;
    transition: color 0.2s;
}

#myFooter .fa-facebook:hover {
    color: #2b55ff;
}

#myFooter .fa-facebook:focus {
    color: #2b55ff;
}

#myFooter .fa-google-plus:hover {
    color: red;
}

#myFooter .fa-google-plus:focus {
    color: red;
}

#myFooter .fa-twitter:hover {
    color: #00aced;
}

#myFooter .fa-twitter:focus {
    color: #00aced;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }

        #myFooter .row {
            margin: 0;
        }
}



/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */

/*html {
    height: 100%;
}

body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}

.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-height: 200px;
}*/

body {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    /* background-image: url('images/13.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
}

#myFooter {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

.card .productCards {
    background-color: rgba(255,255,255,.9);
}
