﻿/* 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. */

/*.card {
    margin-top: 70px;
    max-width: 30%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 10px;
}*/

/* Sticky footer styles
-------------------------------------------------- */
.page-footer {
    padding-top: 0px;
    
}
    body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}
.flash_message {
    position: fixed;
    top: 70px;
    z-index: 99999;
    min-width: 80%;
}
#toast-container {
    min-width: 10%;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(50%);
}
.chip_message_info,
.chip_message_warning,
.chip_message_alert {
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 20px !important;
    min-width: 80%;
    min-height: 50px;
}

.chip_message_info {
    background-color: #bbdefb !important;
}

.chip_message_warning {
    background-color: #ffcc80 !important;
}

.chip_message_alert {
    background-color: #ef9a9a !important;
}

/*.btn-floating{
    background: url(../Images/Iconos/ic_reorder_whites.png) no-repeat;
}*/

.barcode-scanner {
    border: 5px solid red;
    width: 640px;
    height: 480px;
}
.side-nav {
    top: 0;
    margin: 0;
    /*  height: calc(100% + 60px);*/
    background-color: #fff;
    overflow-y: auto;
    will-change: transform;
}
html {
  font-size: 14px;
}
.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media(max-width: 1024px){
    .side-nav {
    display: none;
    }

    .row .col.s5 {
        width: 50%;
    }

    .card .card-title{
        font-size: 18px;
    }

   
}

@media (max-width: 992px) {
    .responsive-table
    {
        display: inline-block !important;
    }
}

@media(min-width: 800px) {

    .container {
    max-width: 60%;

    }

    .side-nav{
        max-width: 20%;
        display:block;
    }

    .container2{
        width:95%;
        margin:-360px 30px 0px;
    }
   
}

@media  (min-width: 601px) {
    .row .col.m4 {
        width: 35.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
      
    }
@media  (max-width: 485px) {
    nav .brand-logo {
        font-size: 1.5rem;
    }
   
    
}



    /*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/


