.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #004B34, #004B34 12.5%, #00874F 25%, #00874F 37.5%, #F88F19 37.5%, #F88F19 50%, #F1642E 50%, #F1642E 62.5%, #ED364C 62.5%, #ED364C 75%, #6D3689 75%, #6D3689 87.5%);
    background-image: -moz-linear-gradient(left, #004B34, #004B34 12.5%,  #00874F 25%, #00874F 37.5%, #F88F19 37.5%, #F88F19 50%, #F1642E 50%, #F1642E 62.5%, #ED364C 62.5%, #ED364C 75%, #6D3689 75%, #6D3689 87.5%);
    background-image: -o-linear-gradient(left, #004B34, #004B34 12.5%,  #00874F 25%, #00874F 37.5%, #F88F19 37.5%, #F88F19 50%, #F1642E 50%, #F1642E 62.5%, #ED364C 62.5%, #ED364C 75%, #6D3689 75%, #6D3689 87.5%);
    background-image: linear-gradient(to right, #004B34, #004B34 12.5%,  #00874F 25%, #00874F 37.5%, #F88F19 37.5%, #F88F19 50%, #F1642E 50%, #F1642E 62.5%, #ED364C 62.5%, #ED364C 75%, #6D3689 75%, #6D3689 87.5%);
}

.logo
{
    background-image: url('img/logo.png');
    width: 240px;
    height: 77px;
    text-indent: -666em;
    margin: 5px;
}

.page-header {
    border-bottom: #7BC144;
    border-bottom-style: solid;
    background-color: #00953E;
    margin-top: 0px;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    border-top-color: #F89622;
    border-top-style: solid;
    /* Set the fixed height of the footer here */
    background-color: #FFF;
}

#HeadPrint{
    display: none;
}

#FooterPrint{
    display: none;
}

#page-break{
    display: none;
}

.fleje-blanco{
    color: black;
    background-color: white;
}

.fleje-naranja{
    color: black;
    background-color: orange;
}

.fleje-verde{
    color: white;
    background-color: green;
}


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; cursor:pointer; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.colorLabel {color: #007b4a; font-weight: bold;}
.notification_count {
    z-index: 1;
    color: #ffffff;
    font-size: 8px;
    font-weight: bold;
    margin-top: -4px;
    position: absolute;
    border-radius: 17px;
    background: #cc0000;
    height: 17px;
    width: 17px;
    padding: 3px 1px 1px 4px;
}

.notification_count2 {
    z-index: 1;
    color: #ffffff;
    font-size: 8px;
    font-weight: bold;
    margin-top: -6px;
    position: absolute;
    border-radius: 17px;
    height: 17px;
    width: 17px;
    background: #cc0000;
    padding: 3px 7px 3px 7px;
    margin-left: -8px;
}
#notificationContainer {
    top: 62px;
    z-index: 2;
    width: 300px;
    display: none;
    overflow: visible;
    position: absolute;
    margin-left: -190px;
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
#notificationContainer:before {
    width: 0;
    height: 0;
    content: '';
    display: block;
    margin-top: -20px;
    margin-left: 188px;
    color: transparent;
    position: absolute;
    border: 10px solid black;
    border-color: transparent transparent white;
}
#notificationTitle {
    padding: 8px;
    width: 291px;
    z-index: 1000;
    /*color: #ae4443;*/
    font-size: 13px;
    font-weight: bold;
    /*position: absolute;*/
    /*background-color: #de9b9bf5;*/
    border-bottom: 1px solid #dddddd;
}
#notificationFooter {
    padding: 8px;
    /*color: #ae4443;*/
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    /*background-color: #de9b9bf5;*/
    border-top: 1px solid #dddddd;
}
#notificationsBody {
    height:300px;
    overflow-y:auto;
    overflow-x:hidden;
    background: #FFFFFF;
    padding: 0px 0px 0px 0px !important;
}
#notificar {
    /*color: #a94442;*/
    width: 290px;
    font-size: 75%;
    line-height: 1;
    font-weight: bold;
    padding-top: 10px;
    padding-left: .6em;
    padding-right: .6em;
    text-align: justify;
    white-space: nowrap;
    vertical-align: baseline;
    /*background-color: #f2dddd;*/
    border-bottom: 1px #ebccd1 solid;
}
#notificar > p {
    padding: 10px 0px 0px 0px;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 9px;
}
#notificar > label {
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 9px;
}

#notificationsBody::-webkit-scrollbar {
    width: 7px;
    background-color: #b46868;
}
#notificationsBody::-webkit-scrollbar-button {
    display: none;
}
#notificationsBody::-webkit-scrollbar-track {
    background-color: #de9b9bf5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#notificationsBody::-webkit-scrollbar-thumb {
    background-color: #f2dddc;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}




/****************************************************/
.ui-sortable .ibox-title {
    cursor: move;
}
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}
.ui-draggable .ibox-title {
    cursor: move;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e8ecef;
    border-color: #000000;
    border-image: none;
    /*border-style: solid solid none;*/
    border-width: 1px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}
.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
}
.ibox-title .label {
    float: left;
    margin-left: 4px;
}
body.rtls .ibox-title h5 {
    float: right;
}
.skin-1 .ibox-title,
.skin-2 .ibox-title {
    background: rgba(255, 255, 255, 0.7);
    border: none;
    margin-bottom: 1px;
}
.skin-2 .ibox-title,
.skin-3 .ibox-title,
.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}
.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}
.ibox-tools a.btn-primary {
    color: #fff;
}
.ibox-tools .dropdown-menu>li>a {
    padding: 4px 10px;
    font-size: 12px;
}
.ibox .ibox-tools.open>.dropdown-menu {
    left: auto;
    right: 0;
}
.resizable-panels .ibox .ibox-content {
    height: calc(100% - 49px);
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}
.ibox-content.text-box {
    padding-bottom: 0;
    padding-top: 15px;
}
.ibox.collapsed .ibox-content {
    display: none;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #000000;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}
.ibox-content {
    clear: both;
}
.ibox.fullscreen .ibox-content {
    min-height: calc(100% - 48px);
}

.fs-xs {
    font-size:0.8em !important;

}

.fs-xs tr td, th {
    padding: 6px 3px 6px 3px!important;
}

.matriz{
    margin: 20px !important;
    padding: 2.5rem !important;
    max-width: 98%;
}

.loader{
    background-color: #000000ad;
    z-index: 9999;
    position: fixed;
    height: -webkit-fill-available;
    width: 100%;
    top: 0;
}

.divLoader{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -19vh;
    margin-top: -8vh;
}

.divLoader img{
    width: 32vh;
    height: auto;
    animation: crescendo 0.9s alternate infinite ease-in;
}

@keyframes crescendo {
    0%   {transform: scale(.8);}
    100% {transform: scale(1.1);}
}

.lds-ring {
    position: fixed;
    width: 36vh;
    height:36vh;
    top: 50%;
    left: 50%;
    margin-left: -35vh;
    margin-top: -35vh;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: fixed;
    width: 50vh;
    height: 50vh;
    margin: 8vh;
    border: 1vh solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.imageProduct{
    padding: 0px !important;
    height: 50%;
    width: 35%;
    border-radius: 13px;
    float: left;
}

.imageProduct:hover {
    cursor: pointer;
}

.imageProduct img{
    width: 100%;
    height: auto;
    border-radius: 13px;
}

.imageMainProduct:hover {
    cursor: pointer;
}

.imageMainProduct img{
    width: 65%;
    height: auto;
    border-radius: 13px;
}

div#formpedido {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 15px;
}

div#consulta .table {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 1rem;
    background-color: transparent;
    float: left;
}

div#consulta th {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
}

div#consulta td {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
}

.loadingSearch {
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 405px;
    align-items: center;
}

#modalImageProduct .modal-dialog {
    max-width: max-content;
}

#modalImageProduct img{
    height: 79vh;
}

.btnsCrosselling {
    justify-content: space-around;
    display: flex;
    flex-direction: row;
}

td .fa-plus-circle:hover {
    cursor: pointer;
    color: green;
}

.newLoading {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.producNameModal {
    cursor: pointer;
}

.tableInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loadingSearched {
    border: 1px solid grey;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 45px;
    align-items: center;
}

td .fa.fa-external-link-square:hover{
    cursor:pointer;
    color:green;
}

.descriptionVtex {
    width: 100%;
    resize: both;
    overflow: auto;
    height: 120px;
}


/* list-group-item*/
.list-group-item{
    padding: 1% !important;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #FF9F55;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.containertimeLine {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    word-wrap: break-word;
}

/* The circles on the timeline */
.containertimeLine::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    word-wrap: break-word;
}

/* Place the container to the left */
.left {
    left: -0.4%;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #FF9F55;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid red;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -2%;
}

/* The actual content */
.contentTimeline {
    padding: 20px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    word-wrap: break-word;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media all and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .containertimeLine {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .containertimeLine::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
        word-wrap: break-word;
    }

    /* Make sure all circles are at the same spot */
    .left::after, .right::after {
        left: 4%;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }

}

.fa-external-link-square:hover {
    color: #e0a800;
}

li#pedidosMaster a {
    padding-top: 30%;
}

.fa-home {
    font-size: 20px;
}

.dropdown-menu .card {
    width: 18rem;
}

.navbar-nav {
    margin-left: auto;
}

li#user {
    margin-left: 20px;
}


.infoContainer {
    margin-top: 21px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 0px 0px 0px;
}

.infoContainer img {
    width: 62px;
    height: 62px;
    margin-right: 20px;
    border-radius: 0px 0px 0px 22px;
}

.warning-color{
    background-color: #fff3cd !important;
}

.center-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newDesign{
    border-radius: 6px 6px 6px 79px !important;
    border: 2px solid #8080805e;
    -webkit-box-shadow: -12px 18px 26px -13px rgba(0,0,0,0.61);
    -moz-box-shadow: -12px 18px 26px -13px rgba(0,0,0,0.61);
    box-shadow: -12px 18px 26px -13px rgba(0,0,0,0.61);
}

.newTimeLine::after {
    background-color: #9F26B5 !important;
}

.newTimeLine{
    margin-top: 81px;
}

.newContainertimeLine::after {
    border: 4px solid #9F26B5 !important;
}

.newContainertimeLine{
    margin-top: -59px;
}

.left2::before {
    content: none !important;
}

.right2::before {
    content: none !important;
}

.containerTitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.warning-color{
    padding: 5px;
    background-color: white !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header2 {
    border-bottom: #00953E !important;
}
.zopim {
    margin-right: 5% !important;
    display: none;
}

#arrows img:hover {
    cursor:pointer;
}

.helpLabel {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 120px;
}
@media (max-width: 600px) {

    .helpLabel {
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 100%;
        margin:0px;
        display: flex;
        justify-content: center;
    }

    .newTimeLine{
        margin-top: 0px;
    }
    .newContainertimeLine{
        margin-top: 0px;
    }
    .zopim {
        margin-left: 0 !important;
        left: 13px;
        display: none !important;
    }

    .header2 {
        display: flex;
        justify-content: center !important;
        border-bottom: #00953E !important;
    }
    .containerTitle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .navbar {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding: 0px 20px 0px 20px;
        height: auto;
    }

    .newDesign {
        border-radius: 6px 6px 6px 79px !important;
        border: 2px solid #8080805e;
        -webkit-box-shadow: -12px 18px 26px -20px rgba(0,0,0,0.61);
        -moz-box-shadow: -12px 18px 26px -20px rgba(0,0,0,0.61);
        box-shadow: -12px 18px 26px -20px rgba(0,0,0,0.61);
    }

    .nav-link {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .dropdown-menu a.dropdown-item {
        text-align: center;
    }

    .navbar-nav {
        display: flex !important;
        flex-direction: column !important;
    }

    .navbar-nav-scroll {
        width: 100%;
    }

    li#notificacionTiendas {
        height: 52px;
    }

    li#pedidosMaster a {
        padding-top: 8px !important;
    }

    .icons {
        color: white;
    }

    .notification_count2 {
        z-index: 1;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        margin-top: -6px;
        position: absolute;
        background: #cc0000;
        height: 20px;
        width: 20px;
        border-radius: 31px;
        margin-left: -8px;
    }

    .notification_count {
        z-index: 1;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        margin-top: -4px;
        /* position: absolute; */
        border-radius: 9px;
        background: #cc0000;
        height: 20px;
        width: 20px;
        padding: 0px;
    }

    .fa-home {
        font-size: 36px !important;
    }

    .fa-bell {
        font-size: 28px;
    }

    .dropdown-menu .card {
        width: 100%;
    }

    .navbar-toggler {
        width: 15%;
        margin: 2.5%;
        height: 40px;
    }

    .fa-user {
        width: 100%;
        font-size: 26px;
    }

    .navbar-brand {
        width: 60%;
        text-align-last: center;
    }
}

.card-mail {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(158,158,158,0.75);
    -moz-box-shadow: 0px 0px 8px 1px rgba(158,158,158,0.50);
    box-shadow: 0px 0px 8px 1px rgba(158,158,158,0.50);
}
