@import url('grid.css');

html, body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
}

.wrap>.container {
    padding: 25px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

body .flexslider {
    margin: 0px;
}

body a {
    color: var(--primary-main);
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input, .grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.notifications-holder .alert-danger, .checkout .alert-danger, .error-summary {
    color: #333333;
    background: url(/themes/basic/assets/img/important.svg);
    border-left: 7px solid #FF5A5A;
    /* padding: 10px 40px; */
    margin: 0 0 15px 0;
    border-radius: 15px;
    border-right: 1px solid #FF5A5A;
    border-bottom: 1px solid #FF5A5A;
    border-top: 1px solid #FF5A5A;
    background-repeat: no-repeat;
    background-position-x: 11px;
    background-position-y: 10px;
    background-color: #F9F1F1;
}

.notifications-holder .alert-danger, .checkout .alert-danger {
    background: #fff;
    margin: 0 auto;
    margin-bottom: 15px;
}

.alert-success {
    text-align: justify;
}

.error-summary p {
    font-weight: 500;
    font-size: 15px;
}

form div.required label.control-label:after {
    content: " * ";
    color: #FF5A5A;
}

.has-error .form-control {
    border-color: #FF5A5A !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #FF5A5A;
}

.lbl-boleto, .lbl-pix, .lbl-credit-card {
    margin-top: 0.2em !important;
    margin-left: 0.5em !important;
}

.lbl-pix span, .lbl-boleto span, .lbl-credit-card span {
    display: block;
    float: left;
    width: 100%
}

.well {
    background-color: #EFEFEF !important;
    border: unset !important;
}

.well label {
    color: #333 !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0px;
}

/* align the logout "link" (button in form) of the navbar */

.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .well label {
        font-size: 13px;
    }
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus, .nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

nav.top-nav {
    margin: 0px;
    border: none;
}

/* --- */

/* -- CART -- */

body .cart-index {
    display: flex;
}

body .cart-index .body-content {
    flex: auto
}

body .cart-index .input-quantity {
    padding: 0px 1px 0px 6px;
    text-align: right;
}

body .cart-index .input-quantity:focus {
    text-align: left;
}
 
/*base drop down*/

body .dropdown-menu>.active>a, body .dropdown-menu>.active>a:hover, body .dropdown-menu>.active>a:focus {
    background-color: var(--primary-main);
}

body .list-group-item.active, body .list-group-item.active:hover, body .list-group-item.active:focus {
    background-color: var(--primary-main);
    border-color: var(--primary-main);
}

.imbot-chat > .imbot-chat-maximized {
    z-index: 9999999999999 !important;
}

.imbot-chat > .imbot-chat-minimized {
    z-index: 9999999999999 !important;
}