
#wrapper {
    position: relative;
}

/*
 * General
 * ----------------------
 */
 .pad {
    padding: 10px;
}
.margin {
    margin: 10px;
}
.margin-bottom {
    margin-bottom: 20px;
}
.margin-bottom-none {
    margin-bottom: 0;
}
.margin-r-5 {
    margin-right: 5px;
}
.margin-l-5 {
    margin-left: 5px;
}
.margin-t-5 {
    margin-top: 5px;
}
.margin-b-5 {
    margin-bottom: 5px;
}
.margin-b-5 {
    margin-bottom: 5px;
}

.padding-0 {
    padding: 0px;
}

.padding-lr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.padding-5 {
    padding: 5px;
}
.padding-t-5 {
    padding-top: 5px;
}
.padding-r-5 {
    padding-right: 5px;
}
.padding-b-5 {
    padding-bottom: 5px;
}
.padding-l-5 {
    padding-left: 5px;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.border-r-3 {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px;

    /* Firefox 1-3.6 */
    -moz-border-radius: 3px;

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.user-panel > .image img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.logo-number.users-list > li {
    width: 20%;
}

.wrap-images {
    padding: 10px;
    display: inline-block;
}
.wrap-img {
    float:left;
    position:relative;
    border: 1px solid #e9e9e9;
    margin: 3px;
    width: 100px;
    height: 75px;
    overflow: hidden;
}

.wrap-img .btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wrap-images img {
    width: 100px;
    max-height: 75px;
}

/** Typeahead **/
.typeahead-wrapper .twitter-typeahead {
    width: 100%;
}

.tt-menu {
    color: #292f33;
    width: 100%;
    min-width: 300px;
    margin: 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    /* scrollable */
    max-height: 185px;
    overflow-y: auto;
}

.tt-suggestion {
    padding: 5px 10px;
    font-size: 16px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #337ab7;
}

.tt-suggestion a {
    color: #292f33;
}

.tt-suggestion:hover a {
    color: #fff;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.tt-menu .empty-message {
    padding: 0 10px;
}
/** END - Typeahead **/

.aa-input-container {
    display: inline-block;
    position: relative;
}

.aa-input-search {
    width: 300px;
    border: 1px solid rgba(228, 228, 228, 0.6);
    padding: 12px 28px 12px 12px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.aa-input-search::-webkit-search-decoration,
.aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button,
.aa-input-search::-webkit-search-results-decoration {
    display: none;
}

span.fa-afip {    
    background: url(/adminlte/img/afip-logo.svg) no-repeat top left;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    width: 40px;

}

.aa-input-icon {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #e4e4e4;
}

.aa-dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(228, 228, 228, 0.6);
    min-width: 300px;
    margin-top: 10px;
    box-sizing: border-box;
}

.aa-suggestion {
    padding: 12px;
    cursor: pointer;
}

.aa-suggestion + .aa-suggestion {
    border-top: 1px solid rgba(228, 228, 228, 0.6);
}

.aa-suggestion:hover, .aa-suggestion.aa-cursor {
    background-color: rgba(241, 241, 241, 0.35);
}

.small-box .icon.smaller {
    top: 0px;
    font-size: 70px;
}
.small-box:hover .icon.smaller {
    font-size: 75px;
}

/*Stock */
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 25%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.radio label input[type="radio"] {
    display: none;
}

.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.bg-in {
    background-color: #00a65a1f !important;
    color: black !important;
}

.bg-out {
    background-color: #dd4b393d !important;
    color: black !important;
}
#total_saldo, .total_p {
    font-size: 18px;
}

.div-center {
    width: 450px;
    margin: 0 auto;
}

/* Pedidos */

.products__info {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.info-item {

    font-weight: bold;
}

span.subtotal {
    font-size: 18px;
    font-weight: bold;
}

span.order-day {
    text-align: center;
    display: block;
    font-size: 19px;
    font-weight: bold;
}

span.order-month {
    display: block;
    text-align: center;
}

.dropdown-menu {
    right: 0 !important;
    left: unset!important;
}
.dropdown-menu li {
    font-size: 18px;
    margin: 6px 0;
}

/* SEARCHS AND FILTER */
.search-forms form.form {
    display: inline-block;
}

/* WhatsApp */
#textarea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 500px;
    overflow: auto;
    padding: 6px;
    resize: both;
    width: 100%;
}


.table-responsive {
    min-height: 200px !important;
}
/* Mobile styles */
@media (min-width: 320px) and (max-width: 480px) {
  
    
    .select2-results__option {
        padding: 12px 12px !important;
    }

    .select2-results__option:nth-child(2n+1) {
        background-color: #ff000014 !important;
    }

    .select2-results__option--highlighted {
        color: black !important;
    }

    .select2-search--dropdown .select2-search__field {
        padding: 8px 0;
    }
  
    /* h3.box-title {
        padding: 0px 0px 12px 0;
    }

    .box-header>.box-tools {
        position: initial;
        text-align: center;
    }

    input {
        height: 40px !important;
    } */
    
}