﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

body {
    font-family: 'Raleway', sans-serif !important;
}

.bg-whitesmoke {
    background-color: #F4F6F7 !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

/* SideMenu
-------------------------------------------------- */

body {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

/*#sidebar-wrapper .list-group {
    width: 15rem;
}*/

/*#page-content-wrapper {
    min-width: 100vw;
}*/

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 992px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}
/*
        [Display(Name = "Compra en proceso")]
        BuyInProcess=0,
        [Display(Name = "Orden Nueva")]//azul
        NewOrder=1,
        [Display(Name = "Capturada")]//naranja
        Captured=2,
        [Display(Name = "En Elaboración")]//azul
        MakingProcess=3,
        [Display(Name = "Listo Para Entregar")]//azul
        ReadyToDeliver=4,
        [Display(Name = "En Ruta")]//azul
        OnRute=5,
        [Display(Name = "Entregado")]//verde
        Delivered=6,
        [Display(Name = "Finalizado")]//blanco
        Finished=7,
        [Display(Name = "Cancelado")]//rojo
        Cancel= 8,
        [Display(Name = "En espera de autorizacion")]//rojo
        WaitForAuthorization = 9,
        [Display(Name = "Autorizado")]//rojo
        Authorized = 10,
        [Display(Name = "Rechazado")]//rojo
        Rejected = 11
*/
.status-BuyInProcess {
    background-color:white
}
.status-NewOrder {
    background-color: #E56A54
}
.status-Captured {
    background-color: #F8E59A
}
.status-MakingProcess {
    background-color: #F4DA40
}
.status-ReadyToDeliver {
    background-color: #FDAA63
}
.status-OnRute {
    background-color: #B7DDE1
}
.status-Delivered {
    background-color: #A7E163
}
.status-Finished {
    background-color: white
}
.status-Cancel {
    background-color: white
}

.status-WaitForAuthorization {
    background-color: #ecf53d
}
.status-Authorized {
    background-color: #6487fa
}
.status-Rejected {
    background-color: #f59802
}

.labelDetail {
    /*background-color: #E9CDD0;*/
    background-color: #A4123F;
    color: white;
}

.containDetail {
    background-color: #E9CDD0;
    color: black;
}
#table_orders #head_chkbox {
    min-width: 3rem !important;
}
#table_orders th {
    min-width: 8rem !important;
}

.product-custom-mark {
    position: relative;
}

.product-custom-mark:after {
    content: "Producto personalizado";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 100px 100px;
    background-position: 30px 30px;
    background-repeat: no-repeat;
    opacity: 0.7;
}