@charset "UTF-8";
/* CSS Document */



/* 
inicia diseños de las mesas
*/

      .iconmesa i{
        font-size:50px;
      }

      .cont-mesa{
       
        margin: 2px; 
        position: relative;
        display: block;
        cursor:pointer;
        border-radius: 10px;
        box-shadow: 2px 2px gray;
        height: 150px;
          
		 
      }






      .numeromesa{
        text-align: center;
        padding-top:20px;
      
      }
      .cont-mesa.ocupado{
        background-color: #ff7400 ;
      }
	.cont-mesa.espera{
        background-color: #ffb476 ;
      }
      .cont-mesa.disponible{
        background-color: #91bd3a;
      }
      .cont-mesa.disponible .numeromesa {
        color: white;
      }
      .cont-mesa.disponible .iconmesa {
        color: white;
      }
      .cont-mesa.ocupado .numeromesa {
        color: white;
      }
      .cont-mesa.ocupado .iconmesa {
        color: white;
      }
       .cont-mesa.prohibido {
        color: white;
        background-color: red;
      }
      .flaticon-caution{
        display: block;
        margin: auto;
        position: absolute;
        top: 40%;
        left: 50%;
        font-size: 30px !important;
        transform: translate(-45%,-50%);
      }


/* 
termina diseños de las mesas
*/



.light-logo{
    width: auto;
    height: 70px;
    text-align: center;
}

#navbarSupportedContent{
    background-color: #1F262D !important;
}

.left-sidebar{
    /* z-index: 4000; */
    padding-top: 5px;
}

.logo-text
{
    padding-left: 0px;
    font-size: 12px;
    width: 100%;
    text-align: left;
    margin-left: 0px;
}

.sidebar-nav
{
    padding-top: 50px;
}

/*.scroll-sidebar{
    margin-top: 0px !important;
    padding-top: 0px !important;
}*/


.input-group-prepend{
    border-radius: 5px;
}



.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link
{
    padding: 5px 5px 0px 15px; 
}


/* COLORES DE BOTEONES */

.btn-primary{
    border: 0px;
    border-radius: 5px;
    color: #fff !important;
    background-color: #E8AC0C !important;
    
}

.btn-primary :hover {
     border: 1px thin #1C1C1C !important;
     color: #fff !important;
}


.btn-danger{
    border: 0px;
    border-radius: 5px;
    color: #fff !important;
    background-color: #AA0002 !important;
}

.btn-danger :hover{
     border: 1px thin #1C1C1C !important;
     color: #fff !important;
}

.btn-success{
    border: 0px;
    border-radius: 5px;
    color: #fff !important;
    background-color: #1A4A00 !important;
}

.btn-success :hover{
     border: 1px thin #1C1C1C !important;
     color: #fff !important;
}


.btn-warning{
    border: 0px;
    border-radius: 5px;
    color: #2F2F2F !important;
    background-color: #F9FF00 !important;
}


.page-link{
    color: #2B2B2B !important;
    border-color: #ccc !important;
    background-color: #fff !important;
}

.page-item.active .page-link{
    color: #fff !important;
    border-color: #ccc !important;
    background-color: #1F1F1F !important;
}



.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #656565;
}

.form-control{
    border-radius: 7px;
    border: 1px thick #000;
    padding: 0.255rem 0.65rem;
}

table thead tr{
    background-color: #1F1F1F !important;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
}



/*
    configurascion para el menu de sejillas

*/

.nav-tabs .nav-link{
    background-color: dimgray;
    color: aliceblue;
}


.swal2-styled.swal2-confirm
{
     background-color: #1F1F1F !important;
    color: white;
}




