/*
Design by CSS Templates For Free
http://www.csstemplatesforfree.com
Released for free under a Creative Commons Attribution 2.5 License
*/
.topnav {
    overflow: hidden;
    background-color: #F39C12;
}


.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.active {
    background-color: #FFF;
    color: black;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #F8C471;
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
}

.topnav a.icon {
    float: right;
    display: block;
}
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
     }

     .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
     }
}


/* ------------------------------------------------------------------------------- */

html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    
}

.colorBody {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 70%, #FFFFFF );
    background: -o-linear-gradient(top, #f1f1f1 70%, #FFFFFF );
    /*IE 6-9*/
    -pie-background: linear-gradient(top, #f1f1f1 70%, #FFFFFF );
    /*IE 10-11*/
    background: -ms-linear-gradient(top, #f1f1f1 70%, #FFFFFF );
    width: 100%;
    min-height: 100%;
}


.divPadre {
    /*IE7- filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E06606' 40%, endColorStr='#D8D8D8', GradientType=0)";*/
    /*IE8--ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E06606' 40 %, endColorStr='#D8D8D8', GradientType=0)";*/
    /*filter:progid:DXImageTransform.Microsoft.Gradient(enabled='true',startColorstr='#E06606',endColorstr='#D8D8D8');*/
    /*-webkit-linear-gradient(top, #f1f1f1 70%, #FFFFFF );*/
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 70%, #FFFFFF );
    background: -o-linear-gradient(top, #f1f1f1 70%, #FFFFFF );
    /*IE 6-9*/
    -pie-background: linear-gradient(top, #f1f1f1 70%, #FFFFFF );
    behavior: url(../../Scripts/PIE.htc);
    behavior: url(../../../Scripts/PIE.htc);
    /*IE 10-11*/
    background: -ms-linear-gradient(top, #f1f1f1 70%, #FFFFFF );
    /*font-family: Arial;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #180089;*/
    width: 100%;
    min-height: 100%;
}


/*input[type="submit"] {
    background-color: #FF6600;
    color: #FFFFFF;
    font-weight: bold;
    border-color: #FFF;
}

input[type="submit"]:hover{

    background-color: #FF4800;
    border-color: #FFF;
}*/




/* Large desktop */
@media (min-width: 1200px) {
    .titleMainPage {
        font-size: 4.75em;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .titleMainPage {
        font-size: 4.75em;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .titleMainPage {
        font-size: 2.5em;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .titleMainPage {
        font-size: 2.5em;
    }
}

.imagenIngresaLogin:hover {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 1.7s ease-in-out 0s;
    animation: spin 1.5s linear infinite;
}

.titleMainPage {
    color: #f84a14;
    font-weight: 700;
    display: block;
    font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;
    /*font-size: 2em;*/
}

/*Mensajes Error*/

.error {
    color: #D10C0C;
    font-weight: bold;
    text-decoration: none;
}

.login tr td h3 {
    color: #3A3535;
}

.login {
    margin: auto;
}

/*div header*/
/*div .title {
    background-color: #ff6600;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    height: 35px;
    margin-bottom: 25px;
}*/

div .titlePop {
    background-color: #FF6600;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    height: 35px;
    margin-bottom: 25px;
}

.divResumenModoSimulacion {
    position: fixed;
    top: 200px;
    right: 10px;
    background-color: #DBDBDB;
    border: 2px solid;
}

#tabs table {
    margin-left: -15px;
}

#tabs img {
    width: 150px;
    height: 112px;
}

#tabs table tr td {
    border: 2px solid #ff0000;
    border-collapse: collapse;
    border-radius: 10px;
}

#menuDeVenta {
    /*border: 2px solid #ff0000;
    border-collapse: collapse;
    border-radius: 10px;
    background-color: #f1f1f1;
    height: 544px;*/
}

.imagenProducto {
    border-radius: 10px;
}

.nombreProducto {
    font-family: sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #30a71b;
    text-align: center;
}

.precioProducto {
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #ff2222;
    text-align: center;
}

.clienteMenu tr td {
    border: 2px solid #ff0000;
    border-collapse: collapse;
    font-weight: bold;
}

.clienteMenu {
    border: 2px solid #ff0000;
    border-collapse: collapse;
    width: 50%;
}

    .clienteMenu tr th {
        border: 2px solid #ff0000;
    }

.clienteMesas tr td {
    border: 2px solid #ff0000;
    border-collapse: collapse;
    font-weight: bold;
}

.clienteMesas {
    border: 2px solid #ff0000;
    border-collapse: collapse;
    width: 100%;
}

    .clienteMesas tr th {
        border: 2px solid #ff0000;
    }

.imagenMesa {
    width: 207px;
    height: 135px;
    border-radius: 10px;
}

.MesaActiva {
    background-color: green;
}

.MesaIndispuesta {
    background-color: red;
}

.NumeroMesa {
    font-family: sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: white;
    text-align: center;
}

#carousel .cloud9-item, #buttons button {
    cursor: pointer;
}

.titleBarForm {
    background-color: #ff6600;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.modal-header {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background-color: #ff6600;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    text-align: center;
}

@media (min-width: 992px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.producto {
    border: 2px solid #ff0000;
    border-collapse: collapse;
    border-radius: 10px;
}

.errores {
    color: Red;
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
}

#menuComida {
    margin-top: 20px;
}

/*
    PFREOJVSDMC
*/

header,
main,
nav {
    display: block;
}

button {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.navbar-header:before,
.navbar-header:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.navbar-header:after,
.nav:after,
.navbar:after,
.navbar-collapse:after {
    clear: both;
}

@-ms-viewport {
    width: device-width;
}

/******/

table.conFondo {
    background-color: #0066CC;
    color: #FFFFFF;
    font-weight: bold;
    border-color: #BEB1B1;
    border-radius: 7px;
    height: 30px;
    box-shadow: 15px 15px rgba(99, 95, 95, 0.78);
    -moz-box-shadow: 15px 15px rgba(99, 95, 95, 0.78);
    -webkit-box-shadow: 15px 15px rgba(99, 95, 95, 0.78);
    padding: 0px 0 10px 0px;
    margin-bottom: 60px;
}
.requerido {
    color:red;
}