fieldsetReservarMasHabitacionesbody {
    margin:0px;
    font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
}
.table-curved {
    border-collapse:separate;
    border: solid #ccc 1px;
    border-radius: 25px;
}

.table-curved tr:last-child td
{
    border-bottom-left-radius: 25px;    
    border-bottom-right-radius: 25px;   
}

.botonera{
    background: rgb(199, 195, 195);
    /* border-radius: 0.8em; */
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    /* color: #fff; */
    display: inline-block;
    font-weight: bold;
    line-height: -1.4em;
    margin-right: -8px;
    text-align: center;
    width: 3.5em;
}

.ui-grid-header {
    height: 58px !important;
}

.ui-grid-top-panel {
    /*position: relative;*/
    /*overflow: hidden;*/
    font-weight: bold !important;
    font-size: 12px !important;
}

.ui-grid-footer-info{
    height: 21px !important;
}

md-button{
    min-height: 15px;
    min-width: 93px;
}

.ui-grid-grid-footer{
    /*margin-top: 10px !important;*/
    padding-top: 9px !important;
    background-color: #f3f2dd !important;
    /*#f3f2dd   #fbf9cd */
}

.grid-tooltip {
  overflow: visible;
  z-index: 9999999;
  float: left;
}

.buscarSelected{
    background-color: #A4A4A4;
}

/*ESTILO PARA EL SELECT CON BUSCADOR */
.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ 
}
  .selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0; }
  
  .selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto; }
  
  .selectdemoSelectHeader md-content._md {
    max-height: 240px; 
  }
  
  /*FIN ESTILO SELECT*/

.md-title {
    background-color: #3c3e58;      /*#363741d9;*/
    color: #fff;
    padding: 5px;
}
  
.noSelect {
    -webkit-touch-callout: none important;
    -webkit-user-select: none important;
    -khtml-user-select: none important;
    -moz-user-select: none important;
    -ms-user-select: none important;
    user-select: none important;
    -webkit-tap-highlight-color:transparent;
    outline-style:none;
}

.md-datepicker-button, .md-datepicker-input-container {
    margin:0 !important;
}

md-pagination-wrapper {
    width:auto !important;
}

.bordestbody {
    border-bottom: 2px solid rgb(210, 208, 208);
}


.tituloVentanaFacturar {
    font-weight: bolder;
    font-size: 1.2em;
    background-color: rgba(236, 28, 36, 0.71);
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.wrapper {
  width: 100%;
  max-width: 1218px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 200px;
}

.panelDatosCompras {
    width: 21%;
    /*height: 95%;*/
    background-color: #ffffff;
   /* background-color: #F9EBBC;*/
    /*min-width: 270px;*/
    /*width: 100%;*/
    /*text-align: left;*/
    display: inline-block;
    float: left;
}


/*LOADING */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*FIN LOADING*/

fondoAcordeonAbierto {
    background-color: #F91F1F !important;
}


button.accordion {
    background-color: #F3F8EE;
    /* background-color: #D8F781;*/
        /*#BDBDBD;*/  
    /*#eee; gris claro*/
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    /*background-color: #EAEAE8;*/
    /*color: #fdbd10 !important;*/
    /* background-color: #F4FA58; */ 
        /*#DA81F5;*/
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: #F2FCF2; 
   /* background-color: #d6e9c6; */
    display: none;
}

div.panelCobrosReserva {
    padding: 0 18px;
    background-color: #F2FCF2; 
   /* background-color: #d6e9c6;  #F2FCF2 */
    display: none;
}


.cabecera_menu {
    text-align:center; 
    color: #fff; 
    font-size: larger; 
    padding-top: 15px; 
    padding-bottom: 1px; 
    background-color:#000;
}

.container {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;

    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition:  left 0.4s ease-in-out;
    -moz-transition:  left 0.4s ease-in-out;
    -ms-transition:  left 0.4s ease-in-out;
    -o-transition:  left 0.4s ease-in-out;
    transition:  left 0.4s ease-in-out;

}

.container.open-sidebar {
    left: 240px;
}

#sidebar ul,
#sidebar ul li,
#sidebar ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar {
    position: absolute;
    left: -240px;
    background: #4a4c5f;/*#2b2d41;*/
    width: 240px;
    height: 150%;
    box-sizing: border-box;
}

#sidebarButt{
    position: absolute;
    left: -240px;
    background: #4a4c5f;/*#2b2d41;*/
    width: 240px;
    height: 150%;
    box-sizing: border-box;
}

#sidebar ul {
    position: relative;
    z-index: 500;
    float: left;
    width: 100%;
}

#sidebar ul li {
    float: left;
    min-height: 0.05em;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

#sidebar ul li.hover,
#sidebar ul li:hover {
    position: relative;
    z-index: 510;
    cursor: default;
}

#sidebar ul ul {
    visibility: hidden;
    position: absolute;
    margin-top: 0.05em;
    top: 0;
    left: 99%;
    z-index: 520;
    width: 100%;
}

#sidebar ul ul li { float: none; }

#sidebar ul ul ul {
    top: 0;
    right: 0;
}

#sidebar ul li:hover > ul { visibility: visible; }

#sidebar ul li { float: none; }


#sidebar a {
    display: block;
    padding: 1em 1.3em;
    color: #fff;
    text-decoration: none;
    /*text-transform: uppercase;*/
}


#sidebar > ul > li > a {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 100;
    font-family: Roboto,Helvetica Neue,sans-serif;
    color: #fff;
    text-decoration: none;
    display: block;
    background: #384956;
    /*border-bottom: 1px solid #d4d4d4;*/
    -webkit-transition:  background 0.3s ease-in-out;
    -moz-transition:  background 0.3s ease-in-out;
    -ms-transition:  background 0.3s ease-in-out;
    -o-transition:  background 0.3s ease-in-out;
    transition:  background 0.3s ease-in-out;
    font-size: 14px;
}

#sidebar > ul > li > a:hover { color: #fff; }

#sidebar > ul > li a:hover,
#sidebar > ul > li:hover a {background: #384956; /*background: #4a4c5f;*//*#2b2d41;*/  }

#sidebar li { position: relative; }

#sidebar ul li.has-sub > a:after {
    content: '>';
    position: absolute;
    right: 1em;
}


#sidebar ul ul { border: 1px solid #3c3e58; }

#sidebar ul ul a { color: #fff; font-family: Roboto,Helvetica Neue,sans-serif; font-size: 14px; }

#sidebar ul ul a:hover { color: #fff; }

#sidebar ul ul li:hover {  }

#sidebar ul ul li:hover > a {
    background: #3c3e58;
    color: #fff;
    border-bottom: 3px solid #E3E3E3 /*#e2301f*/;
}

#sidebar.align-right > ul > li > a {
    border-left: 0.3em solid #3c3e58;
    border-right: none;
}

#sidebar.align-right { float: right; }

#sidebar.align-right li { text-align: right; }


#sidebar.align-right ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 598;
    width: 100%;
}

.main-content {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.main-content .content{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
}
.main-content .content h1{
    font-weight: 100;
}
.main-content .content p{
    width: 100%;
    line-height: 160%;
}
.main-content #sidebar-toggle {
    background: #384956;/*#2b2d41;*/
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 10px 7px;
    float: left;
}
.main-content #sidebar-toggle .bar{
    display: block;
    width: 18px;
    margin-bottom: 3px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;   
}
.main-content #sidebar-toggle .bar:last-child{
    margin-bottom: 0;   
}


#front p, #back p {
    color:#fff;
    height:80%;
    text-align:center;
    display:flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    /*font-family: Roboto,Helvetica Neue,sans-serif;*/
    font-size: x-large;
    font-family: cursive;
}

#front, #back
{
    width: 40%;
    height: 60%;
    display: inline-block;
    background: #4a4c5f;/*#2b2d41;*/
    border:2px solid #e2301f;

}

.texto_izq {
    text-align:left;	
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;

}

/*VERICUETO PARA QUE EL TOAST DE ANGULAR MATERIAL NO PONGA SCROLL*/
body.md-toast-animating { overflow: auto !important; }

.h2Formularios {
    margin: 0; 
    font-weight: normal; 
    padding: 5px; 
    color: #fff; 
/*    background-color: rgb(101, 103, 119);*/
    background-color: rgb(56, 73, 86);
    border-radius: 5px;
}

.StiloFDIV {
    margin: 0; 
    font-weight: normal; 
    padding: 5px; 
    color: #fff; 
/*    background-color: rgb(101, 103, 119);*/
    background-color: rgb(56, 73, 86);
    /*border-radius: 5px;*/
}

.miBoton {
    background-color: rgba(236, 28, 36, 0.75) !important;
    color:white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
    text-transform: none !important;  /* ALE CHEVA */
}

.miBotonNavy {
    /*background-color: rgba(236, 28, 36, 0.75) !important;*/
    background-color: buttonface;
    color: navy;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
    text-transform: none !important;  /* ALE CHEVA */
}

.miBotonVioleta {
    background-color: rgb(138, 43, 226) !important;
    color:white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
    text-transform: none !important;  /* ALE CHEVA */
}

.miBotonVerde {
    background-color: rgba(0, 195, 96,0.75) !important;
    /*background-color: rgba(0,0,0,0) !important;*/
    color:white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
    text-transform: none !important;  /* ALE CHEVA */
}

.miBotonRelleno {
    /*background-color: rgba(225, 253, 251, 0.75) !important; es azul */ 
    color:#000  ;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
    text-transform: none !important;  /* ALE CHEVA */
}

md-card md-card-title {
/*    padding: 24px 16px 8px;*/
    /*background: rgba(74, 76, 95, 0.97);*/
    background: rgba(56, 73, 86, 1);
/*      background: rgba(41, 45, 86, 0.97);*/
    color: #fff;
}


.md-toolbar-tools {
    background-color: rgba(204, 204, 204, 0.19) !important;
}

.filasCustom {
    font-size: 14px;
    color: #444;
    height: 50px !important;
    /*background-color: #fff !important;*/
    border-bottom: 1px solid #e6e6e6;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: .929em 0;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.filasCustomListaRes {
    font-size: 14px;
    color: #444;
    height: 40px !important;
    /*background-color: #fff !important;*/
    border-bottom: 1px solid #e6e6e6;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    /*padding-top: 0px !important;*/
    /*padding: 0em !important;*/
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px !important;
    padding-left: 0px;
    line-height: 2.5em;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.labelTotalImporte {
    display: block; 
    font-size: 0.9em; 
    margin: 5px; 
    font-size: 0.8em;
}

.importeTotal {
    font-size: 1.2em;
}


.panelComanda {
    text-align: left; 
    margin-top: 30px;
    /*min-width: 30%; 
    float:left;*/
    margin-left: 10px;
}

.inputCantidadComanda {
    width: 100px;
    padding: 8px 16px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.inputImporteBloqueoReservar {
    width: 100px;
    padding: 8px 16px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.inputAuditoriaNocturna {
    margin-right: 1px;
    width: 66px;
    padding: 16px 8px;
    margin: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
    margin-left: 0px;
}

.inputCajaAuditoriaNocturna {
    width: 100px;
    padding: 8px 16px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
}

.inputCantidaCargos {
    width: 160px;
    height: 20px;
    padding: 1px;
    min-width: 30px;
}
.inputCajaImporte {
    width: 60px;
    height: 20px;
    padding: 1px;
    min-width: 30px;
}

.inputCajaCantida {
    width: 30px;
    height: 20px;
    padding: 1px;
    min-width: 30px;
}


.inputNuevoBloqueo {
    width: 100px;
    padding: 8px 16px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


.cajaNuevaComanda {
    border: 1px dotted rgb(204, 204, 204);
    padding: 15px;
    margin: 10px auto;
    border-radius: 5px;
    width: 80%;
    background: rgba(204, 204, 204, 0.23);
}

.comandaPanelIzquierda {
    /*width: 90%; */
    /*display: inline-block; */
    margin-top: 10px;
}

.comandaPanelDerecho {
    width: 55%; 
    margin: 20px auto;
}


.panelMesas {
    text-align: left; 
    display: inline-block; 
    width:50%; 
    /*min-width: 40%; */
    float:right;
}

.labelComanda {
    width: 100px;
    display: inline-block;
}

.panelCABECERA {
    text-align: center; 
    display: inline-block; 
    width:40%; 
    min-width: 30%; 
    float:left;
}
.panelComprobanteContable {
    text-align: left; 
    display: inline-block; 
    width:100%; 
    min-width: 100%; 
    /*float:left;*/
}

.panelFacturarReservas {
    text-align: left; 
    display: inline-block; 
    width:100%; 
    min-width: 30%; 
    float:left;
}

.panelCotizaciones {
    text-align: left; 
    display: inline-block; 
    width:25%; 
    min-width: 20%; 
    float:left;
}

.panelConsultaTarjetas {
    text-align: left; 
    display: inline-block; 
    width:30%; 
    min-width: 30%; 
    float:left;
}

.panelCuotasTarjetasN {
    text-align: left; 
    display: inline-block; 
    width:40%; 
    min-width: 40%; 
    float:left;
}

.panelConsultaCtaCteCuentasEntidades {
    text-align: left; 
    display: inline-block; 
    width:100%; 
    min-width: 100%; 
    /*float:left;*/
}

.panelConsultarAsiento {
    text-align: left; 
    display: inline-block; 
    width:100%; 
    min-width: 25%; 
    height: 20%;
    min-height: 16%;
}

.panelComprobantesDeStock {
    text-align: left; 
    display: inline-block; 
    width:100%; 
    min-width: 100%; 
    /*float:left;*/
    /*    text-align: center; 
    display: inline-block; 
    width:25%; 
    min-width: 25%; 
    float:left;*/
  }

.gridImputacion, .gridRenglones {
    min-width:74%;   
    /*30*/
    width:74%;
    display: inline-block;
    margin: 0 auto !important; 
    margin-top:7px !important;
    background-color: #ccc;
}

.gridCabAsientos, .gridCabFrmStock {
    min-width:20%;   
    /*30*/
    width:99%;
    /*height: 70%;*/
    display: inline-block;
    margin: 0 auto !important; 
    margin-top: 2px !important;
    margin-left: 1px !important;
    background-color: #ccc;
    font-family: Arial;
    font-size: 12px;
}

.gridFacturarReservas {
    min-width:20%;   
    /*30*/
    width:99%;
    /*height: 70%;*/
    display: inline-block;
    /*margin: 0 auto !important;*/ 
    /*margin: 0 auto !important;*/ 
    margin-top: -1px !important;
    margin-left: 4px !important;
    background-color: #ccc;
}

.panelABMRubros, .panelABMTipoHabitacion, .panelABMProductos {
    text-align: center; 
    display: inline-block; 
    width:30%; 
    min-width: 30%; 
    float:left;
}

.panelCheckIn, .panelHuesped {
    width:45%;
    min-width: 350px; 
    display: inline-block;
    float:left;
    text-align: left; 
    font-size: 14px;
}

.panelCargosForms {
    display: inline-block;
    float:left;
    text-align: left; 
    font-size: 14px;
}

.panelCargosTabs {
    /*min-width: 350px;*/ 
    display: inline-block;
    float:left;
    text-align: left; 
    font-size: 14px;
}

.gridStyle {
    min-width:30%; 
    width:100%;
    display: inline-block;
    margin: 0 auto !important; 
    margin-top:7px !important;
    background-color: #ccc;
    /*#ccc*/
}

.contenedorGrillaCuotaTar {
    display: inline-block; 
    width: 100%;
    float: left;
    margin: 0 20px;
}

.contenedorGrillas {
    display: inline-block; 
    width: 40%;
    float: left;
    margin: 9px 20px;
}

.contenedorGrillasCtaCte {
    display: inline-block; 
    width: 40%;
    float: left;
    /*margin: 0 20px;*/
}


.contenedorGrillasGen {
    display: inline-block; 
    width: 80%;
    /*float: left;*/
    margin: 0;
}

.contenedorGrillasComanda {
    display: inline-block; 
    width: 50%;
    float: right;
}



@media screen and (max-width: 720px) {
    .gridStyle {
        min-width: 30%;
        width: 80%;
        display: block;
        margin: 0 auto !important;
        background-color: #069c06;
    }


    .panelABMRubros, .panelABMTipoHabitacion, .panelABMProductos, .panelMesas {
        text-align: center;
        display: block;
        width: 80%;
        margin: 0 auto;
        min-width: 30%;
        float:none;
    }   
}

.gridSelectDeposito {
    width:100%; 
    margin: 0 auto; 
    background-color: #ccc;
}

.gridSelectMonedas {
    width:100%;
    height: 200px;
    margin: 0 auto; 
    background-color: #ccc;
}

.gridRubros {
    width:100%;
    height: 50%;
    margin: 0 auto; 
    background-color: #ccc;
}

.gridGenerica {
    min-width:30%; 
    width:100%;
    display: inline-block;
    margin: 0 auto !important; 
    margin-top:7px !important;
    background-color: #ccc;
}



/*ESTILO MODAL ANGULAR MATERIAL */
.demo-md-panel {
    min-height: 500px;

}

.demo-dialog-example {
    background: white;
    border-radius: 4px;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
        0 13px 19px 2px rgba(0, 0, 0, 0.14),
        0 5px 24px 4px rgba(0, 0, 0, 0.12);
    width: 30%;
}

.demo-dialog-content {
    padding: 0 15px;
    width: 100%;
}


.seleccionada {
    border: 5px rgb(40,53,147) solid;
}

.mesa {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 10px;
    text-align: center;
    cursor:pointer;
    /*background-image: url('imagenes/ic_table.png');*/
}

.mesa p {
    color: #fff; 
    font-size: larger;
}

.imagenMesa {
    width: 80px; 
    height: 70px; 
    font-weight: bold; 
    padding-top: 8px; 
    background: url(imagenes/ic_table.png) no-repeat; 
    background-size: 100%; 
}

.cerrada {
    /*background-color: red;*/
    color: red; 
}

.abierta {
    color: white; 
    /*background-color: green;*/
}

/*PANEL RESERVAS*/
.panelDatosReserva {
    width: 30%;
    min-width: 270px;
    /*width: 100%;*/
    text-align: left;
    display: inline-block;
    float: left;
}

.cajtasTituloPanelReserva {
    width: 95%;
    color: #fff;
    margin-top: 10px;
    padding: 10px;
    border: 1px rgba(204, 204, 204, 0.28) solid;
    font-weight: bold;
    background-color: rgba(236, 28, 36, 0.71);
}
.cajtasDocumentoPanelReserva{
    width: 95%;
    color: #fff;
    margin-top: 10px;
    padding: 10px;
    border: 1px rgba(204, 204, 204, 0.28) solid;
    font-weight: bold;
    background-color: rgba(0,0,0,0.38);
}

.cajitasTarifasEstimadasReserva {
    float: right; 
    display: inline;
    font-weight: bold;
}

.fieldsetRESERVA {
    border:1px dotted #ccc;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.fieldsetReservaPromociones {
    font-size: 0.9em;
    display: inline-block;
    border: 1px #ccc dotted;
    width: 300px;
    background-color: rgba(36, 34, 47, 0.04);
    padding: 15px;
}

.fieldsetComanda {
    border:1px dotted #ccc;
    /*display: inline-block;*/
    vertical-align: top;
    /*background-color: rgba(204, 204, 204, 0.25);*/
    padding: 10px;
}

.fieldsetComandaNuevo {
    padding: 10px;
    width: 90%;
    font-size: 0.8em;
    vertical-align: top;
    /*display: inline-block;*/
    border-radius: 0 0 10px 10px;
    border: 1px rgba(204, 204, 204, 0.28) solid;
    background-color: rgba(74, 76, 95, 0.01);
    min-width: 200px;
}

.fieldsetVoucher{
    padding: 10px;
    width: 40%;
    /*font-size: 0.8em;*/
    vertical-align: top;
    display: inline-block;
    border-radius: 0 0 10px 10px;
    border: 1px rgba(204, 204, 204, 0.28) solid;
    background-color: rgba(247, 247, 247, 0.35);
    min-width: 200px;
}



.botoneraPanelReservas {
    /*display: inline-block;
    vertical-align: top;
    margin: 0 auto;*/
    text-align: center;
}

.panelFolios {
    /*display: inline-block;*/
    width: 99%;
    /*width: 27%;*/
    float:left;
    font-size: 0.9em;
    border: 1px solid #ccc;
    min-height: 200px;
    /*margin-top: 20px;*/
}

.contenedorListadoReservas{
    margin-left: 2px;
    width: 100%;
    float: left;
}

.gridListadoReservas {
    width: 99%;
    /* margin: 0 auto; */
    margin-left: 2px;
    /* background-color: #ccc; */
}

.gridFolios {
    width: 95%;
    /* margin: 0 auto; */
    margin: 10px;
    /* background-color: #ccc; */
}

.gridComanda {
    width: 99%;
    /* margin: 0 auto; */
    margin-left: 5px;
    /* background-color: #ccc; */
}

 .tabCheckOut {
    background-color: #f1555b !important;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px grey;
}

 .tabCheckIn {
    background-color: #069c06 !important;
    color: white !important;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px grey;
}

.tabsFolios {
    /*width: 90%;*/
    margin: 0 auto;
}

.tabsFolios  md-content {
    background-color: transparent !important;
}

.panelFolios > md-tabs > md-tabs-wrapper {

}

.panelFolios > md-tabs > md-tabs-wrapper > md-tabs-canvas {
    background: #eee !important; 

}


.cajitaDatosReserva {
    margin: 0 0 5px 0px;
    /*width: 130px !important;*/
    display: inline-block;
    text-align: left;
    min-height: 50px;
    
}

.parrafosEnCheckOut {
    background-color: rgba(236, 28, 36, 0.3) !important;
}

.cajitaHijoDatosReserva {
    display: block;
    font-weight: bold !important;
    border-radius: 5px;
    /*color:green;*/
}

.cuadroSeleccionFolio {
    margin: 0 auto;
    margin-top: 20px;
    /*margin: 30px;*/
    text-align: left;
    border: 1px dotted #ccc;
    background-color: rgba(204, 204, 204, 0.25);
    padding: 10px;
    width: 40%;
}

.panelReservaPDivisor {
    font-weight: bolder;
    font-size: 1.2em;
    background-color: rgba(236, 28, 36, 0.71);
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.panelReservaMensajeSinDatos {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    margin-top: -20px;
    background-color: rgba(204, 204, 204, 0.27);
}

.cuadroBuscarReserva {
    display: inline-block;
    text-align: center;
    border: 1px dotted #ccc;
    background-color: rgba(204, 204, 204, 0.25);
    padding: 10px;
    margin-left: 10px;
}

.cuadroTotalesReserva {
    float: right; 
    height: 50px;
    text-align: center;
    border: 1px dotted #ccc;
    background-color: rgba(204, 204, 204, 0.25);
    padding: 10px;
    margin-right: 10px;
}

.cuadroHabitaciones {
    display: inline-block;
    padding: 10px;
    background-color: rgb(27, 175, 0);
    margin: 5px;
    width: 120px;
    height: 80px;
    position: relative;
    color: #fff;
    border-radius: 12px;
}

.cuadroHabitacionesSeleccionada {
    background-color: rgb(16, 101, 0);
}

.cuadroHabitacionesConCheck {
    background-color: red !important;
}

.numeroHabitacion {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
}

.tipoHabitacion {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

.estadoHabitacion {
    position: absolute;
    bottom: 0;
    left:0;
    margin: 10px;
    font-size: .8em;
}

md-tabs {
    min-height: 60px !important;
}

.md-tab {
    text-transform: none !important;
}

md-tab-content {
    text-align: center !important;
}

.misInput {
    width: 150px;

}

.inputsSinMargenYPadding {
    margin: 0;
    padding: 0;
}

.md-chips {
    font-size:11px;
}

.cajitaFacturaLogo {
    float:left; 
    width: 30%; 
    font-size: 12px;    
}

.cajitaFacturaNumero {
    float: right; 
    width: 20%; 
    border: 1px solid #ccc; 
    font-weight: bold; 
    padding: 0 10px; 
    margin-bottom: 10px;
}
.cajitaFacturaNumero p {
    margin:2px;
}

/*----------RESERVA Y MAPA RESERVA-------*/

.divCuadroTotalesReserva {
    margin-bottom: 10px; 
    margin-right: 10px;
    padding: 0 20px; 
    text-align: right; 
    float:  right; 
    font-size: 0.8em; 
    border-radius: 6px;
    background-color: #f7f7f7;
    box-shadow: 0 1px 1px 0 rgba(21,28,40,.16), 0 2px 4px 0 rgba(21,28,40,.08), inset 0 -1px 1px 0 rgba(23,26,31,.04), inset 0 1px 2px 0 rgba(255,255,255,.64);
}

.divCuadroTotalesReserva:hover, .divTableroDeComando:hover  {
    box-shadow: 0 1px 1px 0 rgba(21,28,40,.12), 0 4px 8px 0 rgba(21,28,40,.08), 0 4px 12px 0 rgba(23,25,31,.04), inset 0 -1px 1px 0 rgba(23,26,31,.04), inset 0 1px 2px 0 rgba(255,255,255,.64);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    
}

.fieldsetReservarHabitaciones {
    /*margin-right: 10px;*/
    margin-left: -17px;
    padding: 1px;
    /*border: #ccc dotted 1px;*/
    border-radius: 6px;
    background-color: #f7f7f7;
    box-shadow: 0 1px 1px 0 rgba(21,28,40,.16), 0 2px 4px 0 rgba(21,28,40,.08), inset 0 -1px 1px 0 rgba(23,26,31,.04), inset 0 1px 2px 0 rgba(255,255,255,.64);
}

.fieldsetReservaMasHabitaciones {
    /*margin-right: 10px;*/
    /*margin-left: -17px;*/
    padding: 1px;
    /*border: #ccc dotted 1px;*/
    border-radius: 6px;
    background-color: #f7f7f7;
    box-shadow: 0 1px 1px 0 rgba(21,28,40,.16), 0 2px 4px 0 rgba(21,28,40,.08), inset 0 -1px 1px 0 rgba(23,26,31,.04), inset 0 1px 2px 0 rgba(255,255,255,.64);
}


.spanTituloTotalesReserva {
    text-align: right; 
    width: 220px; 
    display: inline-block;
}

.spanValoresTotalesReserva {
    width: 220px; 
    display: inline-block; 
    letter-spacing: 1px;
}

.divBusquedaEnReservar {
    margin-top: 10px; 
    font-size: 0.8em;
}

.divTotalReservar {
    padding: 15px;
    width: 91%; /*40%;*/
    margin: 0 auto;
    font-size: 0.8em;
    border-radius: 6px;
    background-color: #f7f7f7;
    box-shadow: 0 1px 1px 0 rgba(21,28,40,.16), 0 2px 4px 0 rgba(21,28,40,.08), inset 0 -1px 1px 0 rgba(23,26,31,.04), inset 0 1px 2px 0 rgba(255,255,255,.64);
}

.pTotalReservar {
    text-align: right; 
    border-top: 1px dotted #ccc; 
    padding-top: 5px; 
    margin: 0; 
    font-size: 20px;
}

.flechita_mapaReserva {
    vertical-align: baseline; 
    font-size: 20px; 
    color: #565656; 
    font-weight: bold;
}

.checkBonificado {
    position: absolute;
    top: 15px;
    left: 20px;
}

.checkBonificadoDiv {
    display: inline-block;
    position: relative;
    margin: 15px;
    margin-left: 0;
    vertical-align: top;
    color: #9c9c9c;
}

.filaSeleccionada {
    background-color: rgba(0, 43, 255, 0.24) !important;
}

.estiloSelectMaterial {
    min-width: 150px; 
    text-align: left; 
    height: 40px;
}

.botonMasChicoEdicionReserva {
    width: 35px; 
    min-width: 30px; 
    margin-top: 10px;
    float: right; 
    margin-top: -40px !important;
}

botonMasChicoEdicionReservaExtrasRpt{
    width: 35px;
    min-width: 30px;
    margin-top: 10px;
    float: right;
    margin-top: 67px !important;    
}

.cajaBotonAgregarCobro {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    
}
.cajaBotonRight {
    text-align: right;
    /*margin: 0 auto;*/
    width: 100%;
    
}


.cajaBotonGMax {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    height: 40%;    
}

.zonaArrastrable {
    font-size: 12px;
    padding: 15px;
    margin: 10px;
    margin-bottom: -10px;
    border: 1px dotted #ccc;
    color: #a2a0a0;
    background-color: #cccccc17;
    text-align: center;
}

.tablaReservaCabecera{
     padding: 0px;
    /*width: 180px;*/
    max-width: 40px;
    font-size: 0.9em;
    min-width: 35px;
    height: 20px;
    max-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    
}

.celdaTablaCabecera {
    padding: 10px !important;
    background-color: #4a4c5f;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid #ccc;
    
    min-width: 150px !important; 
    max-width: 150px !important; 
    width: 110px; 
    text-align: left;
}

.rowTablaCabecera {
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
    height: 30px;
}


.tablaReserva, .tablaBloqueo  { 
    border-collapse: collapse; 
    border-spacing: 0; 
    /*table-layout: fixed;*/
    /*width: 96%;*/
    overflow-x:visible;
    font-size: 0.9em;
}

.tablaBloqueo tr td{
    padding: 0px;
    /*width: 180px;*/
    max-width: 40px;
    min-width: 35px;
    height: 20px;
    max-height: 30px;
    text-align: center; 
    font-size: 0.8em;

}


.tablaReserva tr td{
    padding: 0px;
    /*width: 180px;*/
    max-width: 40px;
    font-size: 0.92em;
    min-width: 35px;
    height: 20px;
    max-height: 30px;
    white-space: normal;
    overflow: hidden;
    vertical-align: top;
}

.tablaReserva tr td a {
    /*border-left:1px solid #ccc;*/
    font-size: 0.8em;
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bolder;
    color: #000;
}

.rowCabecera, .finDeSemana {
    border:1px solid #ccc; 
    padding: 5px 5px;
    background-color: rgba(204, 204, 204, 0.15);
}
.rowCabeza{
    border:1px solid #ccc; 
    padding: 5px 5px;
    background-color: rgba(204, 204, 204, 0.15);    
    
}

.rowCabeceraDiagrama {
    border:2px solid #ccc; 
    padding: 5px 5px;
    background-color: rgba(204, 204, 204, 0.15);
}

.rowTablaReservas {
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
    height: 30px;
}


.celdasMapaReserva {
    margin: 0px;
    border: 1px solid #ccc;
    background-color: rgb(190, 190, 235) !important;
    cursor: pointer; 
}

.celdasPresenteAusente {
    margin: 0px;
    border: 1px solid #ccc;
    background-color: rgb(230, 23, 40) !important;
    cursor: pointer; 
}

.celdasMapaReservaConMarcaEstado{
    margin: 0px;
    border: 1px solid #ccc;
    background-color: rgb(190, 190, 235) !important;
    cursor: pointer; 
    color: red !important;
    border: 2px dotted;    
}

.divColoresDelEstadoMapaReserva {
    text-align: right; 
    font-size: 0.9em; 
    padding-top: 15px; 
    clear: right;
}

.legendEnMapaReservas {
    font-size: 1.1em; 
    font-weight: bold;
}

.spanMapaReserva {
    /*display: table-cell; */
    /*padding: 5px; */
    /*vertical-align: top; */
    /*text-align: left;*/
}

.celdaConBloqueo {
    background-color: #fff; /*rgba(49, 208, 75, 0.41) !important;*/
    border:1px solid #ccc;
}

.celdaSobreOcupada {
    background-color: rgba(236, 28, 36, 0.73);
    /*color:white;*/
}

.celdaCheckIn {
    /*background-color: rgba(49, 208, 75, 0.41) ;*/
    /*border-top: 8px rgba(49, 208, 75, 0.41) solid !important;*/  
    border-top: 8px rgba(94, 230, 77, 0.7) solid !important;  
    
    /*height: 8px;
    margin: 0px;
    padding: 0px;*/
    /*margin-top: 8px;*/
    /*margin-top: -20px;*/
    
}

.celdaOcupada {
    /*background-color: red !important;  */ 
    border-top: 8px red solid !important;
    /*margin-top: -15px !important;   */
}

.celdaNoConfirmada {
     border-top:  8px solid #f5c354 ; 
}

.celdaConfirmada {
   border-top:  8px solid rgb(140,158,255); 
}

.celdaCancelada {
    border-top:  8px solid #ccc;
    background-color: red !important;
}

.celdaVacia {
    background-color: #fff;
    border:1px solid #ccc;

}


.celdaElegida {
    background-color: rgba(240, 255, 16, 0.37) !important;
    color:#000 !important;
}


.cabecerafinDeSemana {
    /*rgba(245, 195, 84, 0.15)*/
    background-color: rgb(243, 197, 61);
}

.finDeSemana {
    /*rgba(245, 195, 84, 0.15)*/
    background-color: rgb(243, 197, 61);
}

.celdaASeleccionar {
    /*background-color: #0072ff30 !important;*/
   border: 2px dotted;
}

.celdaASeleccionarEstado {
   color: #FB07CA !important;
   border: 2px dotted;
}

.feriados {
    /*background-color: rgba(204, 204, 204, 0.15);*/
    background-color: rgba(0, 157, 249, 0.14);
}

.celdaCabeceraReservas {
    padding: 10px !important;
    background-color: #4a4c5f;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid #ccc;
    min-width: 150px !important; 
    max-width: 150px !important; 
    width: 110px; 
    text-align: left;
    
}

.celdaCabeceraDiagrama {
    padding: 10px !important;
    background-color: #4a4c5f;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid #ccc;
    min-width: 200px !important; 
    max-width: 200px !important; 
    width: 110px; 
    text-align: left;
}

.celdaCabeceraDiagramaFechas {
    padding: 10px !important;
    background-color: #4a4c5f;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid #ccc;
    min-width: 60px !important; 
    max-width: 60px !important; 
    width: 60px; 
    text-align: left;
}


.celdaCabeceraMapaBloqueo {
    padding: 10px !important;
    background-color: rgba(236, 28, 36, 0.76);
    color: #fff;
    width: 220px;
    /* font-weight: bold; */
    /*white-space: nowrap;*/
    border: 1px solid #8c8c8c;
}

.cabeceraMapaReservaDestacada {
    color: yellow !important;
}

.celdaFechaMapaReservaDestacada {
    background-color: rgba(239, 255, 0, 0.22) !important;
}

/*.filaCabeceraTablaReservasSinAsignar {
    text-align: center; 
    font-size: 1.3em;
    color: white; 
    background-color: #4a4c5f;
}*/

.divContenedorTablaMapaReserva {
    width: 75%;
    min-width: 400px;
    overflow: auto;
    margin-top: 10px;
    float: left;
}


.barraScrolleabeSuperior {
    height: 15px;
    overflow: auto;
    margin: -60px auto;
    width: 20%;
}

.divConetendorReservasSinAsignar {
    /*font-size: 0.8em; */
    width: 100%;
   
    float: left;
    /*margin-right: 1%;*/
}

.divContenedorTablaReservasSinAsignar {
    overflow: auto; 
    width: 23%;
    min-width: 150px;
    float: left;
    margin-right: 10px;
    min-height: 150px;
    /*background-color: rgba(204, 204, 204, 0.08);*/
}

.divPanelBusquedaMapaReserva {
    float:left; 
    text-align: left; 
    margin-top: 10px; 
    font-size: 0.8em;
}

.panelFeriados {
    font-size: 0.7em;
    margin: 10px;
    float: right;
    border: 1px dotted #ccc;
    display: inline-block;
    background-color: rgba(219, 241, 254, 0.29);
}

.panelFeriados p {
    margin:0;
}
/*.tablaReservasSinAsignar {
    margin-bottom: 10px;
    border-collapse: collapse; 
    border-spacing: 0; 
    table-layout: fixed;
}*/

.tablaReservasSinAsignar tr td {
    height: 35px;
}

.posicionFixed {
    position: fixed;
    overflow: auto;
    width: 287px;
    height: 500px;
    bottom: 10px;
}

.celdasReservasSinAsignar {
    line-height: 1.5; 
    border-bottom: 1px solid #ccc; 
    padding: 10px;
    font-size: 12px;
    /*background-color: #f3f3f3;*/
    text-align: center;
}

.celdasEnAuditoriaNocturna {
    line-height: 1.5; 
    border-bottom: 1px solid #ccc; 
    padding: 10px;
    font-size: 12px;
    /*background-color: #f3f3f3;*/
    text-align: center;
}

.celdasEnAuditoriaNocturnaSelect {
    line-height: 1.5; 
    border-bottom: 1px solid #ccc; 
    padding: 10px;
    font-size: 12px;
    background-color: rgba(236, 28, 36, 0.3) !important;
    text-align: center;
}


.celdaInformeOcupacion {
    min-width: 110px !important;
    max-width: 110px !important;
    vertical-align: middle !important;
}

.celdaInforme {
    vertical-align: middle !important;
    max-width: 50px !important;
    min-width: 45px !important;
}

.fieldsetInformeOcupacion {
    border: 1px dotted #ccc;
    width: 20%; 
    float: right;
    display: inline-block;
    font-size: 14px;
}

.fieldsetInformeOcupacion p {
    margin:0;
}

.filaDivisoriaInforme {
    background-color: rgba(232, 232, 232, 0.41);
    font-weight: bold;
    padding: 10px !important;
    font-size: 16px !important;
}

.divReporte {
    padding: 0 20px; 
    font-size: 0.8em; 
    background-color: rgba(204, 204, 204, 0.02); 
    display: inline-block;  
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

.divReporteFiltro {
    font-size: 11px; 
    width: 20%; 
    float: left; 
    text-align: center; 
    margin-top: 20px;
}

.botonReporteDias {
    font-size: 0.8em; 
    display: inline-block; 
    min-width: 60px; 
    margin: 5px;
}

.divCanvas {
    text-align: center; 
    width: 75%; 
    margin: 0 auto; 
    float:left;
    overflow-x: visible;
}

.ultimaFilaMapaBloqueo {
    background-color: #4a4c5f;
    color: white;
    height: 35px;
    font-weight: bold;
}

.filaDivisoria {
    background-color: rgba(204, 204, 204, 0.41);
    font-weight: bold;
    padding: 10px !important;
    text-align: left;
    font-size: 18px !important;
}



.celdaPisos {
    /*padding: 10px !important;*/
    white-space: nowrap;
    background-color: #f4f4f4;
    border-bottom: none;
    border-top:none;

    /*position:absolute;
    left: 0;*/
}

.cuadroEstado {
    width: 10px;
    padding: 5px;
    margin: 0px 5px;
    text-align: center;
    display: inline-block;  
}

.mes {
    font-size: 0.8em;
    width: 100%;
    font-weight: normal;
    display: inline-block;
}

.diaNumero {
    font-size: 1.5em;
    width: 100%;
    font-weight: bold;
    display: inline-block;
}

.dia {
    font-size: 0.9em;
    font-weight: normal;
    width: 100%;
}

/*.dialogReserva {
    width: 200px;
    height: 200px;
    background-color: #000;
}*/


.dialogReserva {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 2px solid rgba(74, 76, 95, 0.41);
    border-radius:5px;
    color: #717171;
    font-size: 13px;
    /*height: 30px;*/
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 auto;
    position: fixed;
    /*top: -260px;
    left:-60px;*/
    display:none;
    padding:0 20px;
    text-align: left;
    width:350px;
    /*z-index: 99;*/
}

.dialogReserva:after{
    content:'';
    position: fixed;
    /*bottom:-10px;*/
    /*top:50px;
    /*height:10px;*/
    /*border-bottom:5px solid #dfdfdf;
    border-right:5px solid #dfdfdf;*/
    background:#fff;
    /*left:50%;*/
    margin-left:-5px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);

}

.cajitaPanelDetalleReservaEnMapa {
    width: 45%; 
    display: inline-block;
    margin: 5px;
}

.mostrar {
    display:block;

}

.noMostrarItems {
    display:none;

}

.fieldCamposVisibles {
    border:1px dotted #ccc;
    margin: 5px !important;
}

.dialogReserva p {
    background-color: #fff;
    padding: 1px;
    margin: 2px 0px;
    display: inline-block;
    border: 1px dotted;
}

.botonesEnPantallaReservas {
    font-size: 0.8em; 
    width: 200px; 
    height: 70px;
}

/*RESERVAR*/

.nochesPanelReservar {
/*    display: inline-block; 
    width: 40px !important;*/
    vertical-align: top; 
    text-align: center; 
    margin: 0px -7px;
}

.fieldsetPanelHabBloqueos {
    min-width: 180px; 
    max-width: 250px;
   /* min-height: 70px; */
    border: 1px solid #ccc; 
    background-color: rgba(74, 76, 95, 0.01);
    float: left;
    display: inline-block;
    font-size: 0.8em;
}

.inputCantidadHabitaciones {
    width: 35px;
    height: 20px;
    padding: 1px; 
    min-width: 30px;
}

.totalesReservar {
    width: 70%;
    text-align: center;
    margin: 20px auto;
    background-color: rgba(79, 81, 100, 0.05);
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1.2em;
}

.cuadroTotalReservaRapida {
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    margin-right: 60px;
    float: right;
}

.cardReservar, .cardTipoHabitacion {
    display: inline-block;
    font-size: 0.8em;
    
    float:left;
}

.cardReservar {
    width: 55%;
    min-width: 300px;
}

.cardTipoHabitacion {
    width: 40%;
    min-width: 350px;
}

.cajaHabitacionesPanelReservar {
    position: relative;
    display: inline-block; 
    background: rgba(204, 204, 204, 0.28); 
    padding: 10px; 
    border: 1px rgba(0, 0, 0, 0.15) solid;
}

.filasCantidadPersonas {
    background-color: #fff;
    display: flex;
    margin: 1.25em 0 0 0;
    box-sizing: border-box;
    min-width: 15.5em;
    font-family: Arial;
    font-size: 1.25rem;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.subFilaCantidadPersonas {
    font-size: 1.25rem;
    letter-spacing: -0.05em;
    color: #444;
    margin: 0.25em 0;
}

.subFilaMenores {
    font-size: 1.1rem;
    letter-spacing: -0.05em;
    color: rgba(68, 68, 68, 0.68);
    margin: 0.25em 0;
}

.subFilaCantidadPersonas2 {
    font-size: 0.8125rem;
    color: #aaa;
}

.bloqueHabitacionReservar {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
}

.labelHabitacionesReservar {
    font-size: 2em;
    margin: 5px;
}

.labelTituloHabitacionesReservar {
    margin: 0px 5px 10px 0px; 
    display: inline-block; 
    font-size: 1.1em;
}

.bloqueLabelReservar {
    display: inline-block;
    width: 150px;
}

.bloqueLabelReservarInput {
    display: inline-block;
}

.inputCantidadPersonas {
    width: 50px; 
    height: 30px;
    font-size: 1.5em;
}

.dialogCantidadPersonas {
    background: none repeat scroll 0 0 rgb(248, 248, 248);
    border: 2px solid rgba(74, 76, 95, 0.41);
    border-radius:5px;
    /*color: #717171;
    font-size: 13px;
    /*height: 30px;
    letter-spacing: 1px;*/
    line-height: 20px;
    margin: 0 auto;

    position: absolute;
    top: 80px;
    left: 20px;
    padding:10px 20px;
    text-align: left;
    width:250px;
    z-index: 99;
}

.dialogCantidadPersonas:after{
    content:'';
    position: fixed;
    background:#fff;
    margin-left:-5px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);

}

.aplicarCantidadAdultos {
    text-align: center;
    background-color: rgb(241, 85, 91);
    padding: 5px;
    margin: 5px;
    color: #fff;
}


/*PRE CHECK IN*/

.formFieldsetBuscar {
    display: inline-block;
    border: 1px dotted;
    padding: 15px;
    text-align: center;
    background-color: rgba(204, 204, 204, 0.27);
}

md-toolbar {
    /*background: rgba(74, 76, 95, 0.97) !important;*/
     background: rgba(56, 73, 86) !important;
    color: #fff !important;
}

.bloqueoConHabitacion {
    /*background-color: rgba(140, 158, 255, 0.33) !important;*/
    background-color: rgba(251, 255, 2, 0.22) !important;
}

.habSeleccionada {
    background-color: rgba(204, 204, 204, 0.29);
}

.reservaSeleccionada {
    background-color: rgba(74, 197, 43, 0.6) !important;
}

.reservaConCheck {
    background-color: rgba(74, 197, 43, 0.32);
}

.numeroHabitacionListado {
    /*background: #fff;*/
    font-size: 1.2em;
    
    /*padding: 10px;*/
}

.cajitaHabitacionPanelReserva {
    cursor: pointer; 
    display: inline-block; 
    margin: 5px; 
    padding: 5px;  
    border: 1px solid rgba(204, 204, 204, 0.42);
    background-color: #fff;
}

.cajitaHabitacionPanelReservaRemarcado {
    background-color: rgba(255, 241, 77, 0.69) !important;
}

.tituloPanelCheckIn {
    background-color: rgb(236, 32, 39) !important;
    padding: 10px;
    font-weight: 100;
    color: #fff;
    font-size: 1.1em;
}

.cajitaHuespedReserva {
    margin: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
    width: 40%;
    cursor: pointer;
    background-color: rgba(243, 243, 243, 0.3);
}

/*CHECK IN*/
.titulosPanelCheckIn {
    color:rgb(179, 179, 179);
    font-weight: 600;
}

.textoPanelHuesped {
    margin: 0;
    font-size: 0.9em;
}

.globoCheckIn {
    display: inline-block;
    margin: 2px; 
    width: 150px !important;
    background-color: rgba(204, 204, 204, 0.41);
    /*height: 80px;*/
    border-radius: 10px;
    text-align: center;
}
.globoConcilia {
    display: inline-block;
    margin: 2px; 
    width: 200px !important;
    background-color: rgba(204, 204, 204, 0.41);
    height: 50px;
    border-radius: 10px;
    text-align: center;
}
.contenidoGloboConcilia {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 10px;
    color: #616161;
}

.tituloGlobo {
    display: block;
    font-size: 0.9em;
    color:#7b7b7b;
}

.contenidoGlobo {
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 10px;
    display: inline-block;
    color: #616161;
}

.fieldsetPanelCheckIn {
    border: 1px dotted #ccc;
    margin:10px 0;
}

.fieldsetMiReservaTratar {
    border: 1px dotted #ccc;
    margin: 4px 0;
}

.cabeceraFormHuesped {
    text-align: center;
    padding: 10px 0;
    background-color: #f1555b;
    color: #fff;
}

.cajaHuesped {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 15px;
    margin: 10px 0;
}

.formHuespedLabel {
    display: inline-block;
    width: 100px;
    padding-right: 10px;
    text-align: right;
}

.estaEnRojo {
    color:red;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    
}

.estaEnVerde {
    color:green;
    font-size: 12px;
    text-align: right;
    
}

.estaEnAzul {
    color:blue;
    font-size: 12px;
    text-align: right;
    
}


.bandaPIE {
    height: 18px !important;
    margin-top: 0 !important;
    color:white;
    background-color: rgba(74, 76, 95, 0.97) !important;
    font-size: 18px !important; 
    text-align: left !important;
    padding-left: 7px !important; 
    padding-top: 4px !important;
    vertical-align: middle !important; 
    float: left !important;
}

.bandaHEAD {
    height: 28px !important;
    color:white;
    background-color: rgba(74, 76, 95, 0.97) !important;
    font-size: 18px !important;
    text-align: left !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    vertical-align: middle !important;
    float: left !important;
}

.banda2HEAD {
    height: 13px !important;
    color:white;
    background-color:  rgb(56, 73, 86) !important;
    /*background-color: rgb(78, 80, 99) !important;*/
    /*rgba(74, 76, 95, 0.97)*/ 
    /*rgb(78, 80, 99)*/
    font-size: 14px !important;
    font-family: Arial;
    text-align: left !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    vertical-align: middle !important;
    float: left !important;
}

.banda3HEADverde {
    height: 13px !important;
    color:white;
    background-color: rgba(6, 90, 40, 0.97) !important; 
    font-size: 18px !important;
    text-align: left !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    vertical-align: middle !important;
    float: left !important;
}

.bandaTexPIE {
    height: 14px !important;
    margin-top: 0 !important;
    color:#aff1b4;
    background-color: rgba(74, 76, 95, 0.97) !important;
    font-size: 15px !important;
    text-align: left !important;
    padding-left: 1px !important; 
    padding-top:  1px !important;
    padding-bottom: 1px !important; 
    vertical-align: middle !important; 
}

    
.bandaHEADgen {
    height: 15px;
    color:white;
    background-color: rgba(74, 76, 95, 0.97);
    font-size: 18px;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    vertical-align: middle;
    float: left !important;
}
 /******/
 
.celdaHeight {
    height: 30px !important;
}


.celdaRIGHTad {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

.celdaLEFTad {
    text-align: left;
    font-size: 12px;
    font-weight: bold;    
}


.celdaLEFTadGreen {
    color:green;
    text-align: left;
    font-size: 12px;
    font-weight: bold;    
}

.celdaLEFTadRed {
    color:red;
    text-align: left;
    font-size: 12px;
    font-weight: bold;    
}

.celdaLEFTadGreenPie {
    color:green;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px !important;
    margin-left: 4px !important;

}

.celdaLEFTadRedPie {
    color:red;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 6px !important;
    margin-left: 4px !important;
}

.celdaACREEDORacu {
    color:red;
    /*background-color:#d6e9c6  !important;*/
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.celdaDEUDORacu {
    color:green;
    /*background-color:mistyrose  !important;*/
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.celdaACREEDORacu12 {
    color:red;
    /*background-color:#d6e9c6  !important;*/
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.celdaDEUDORacu12 {
    color:green;
    /*background-color:mistyrose  !important;*/
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.celdaGrillaInactiva {
    color:red !important;
    background-color: #ecb9c0 !important;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.celdaGrillaActiva {
    color:green !important;
    background-color: #d6e9c6 !important;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.celdaACREEDOR {
    color:red;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.celdaDEUDOR {    
    color:green !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: right !important;

}

.celdaFontAzulNormalRight {
    color:blue !important;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}
.celdaFontAzulBoldRight {
    color:blue !important;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.celdaFontAzulBoldLeft {
    color:blue !important;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.celdaFontRojoBoldRight {
    color:red !important;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.celdaFontRojoBoldRightBKGR {
    color:red !important;
    font-size: 12px;
    font-weight: bold;
    background-color: #ecb9c0 !important;
    text-align: right;
}

.celdaFontVerdeBoldRight {
    color:green !important;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.celdaFontVerdeBoldLeft {
    color:green !important;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.celdaFontVerdeBold {
    color:green !important;
    font-size: 12px;
    /*font-weight: bold;*/
    text-align: left;
}

.celdaFontNegroBoldRight {
    color:black !important;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.celdaFontVerde {
    color:green !important;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.celdaFontNegro {
    color:black;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.celdaDEBE {
    color:green;
    /*background-color:mistyrose  !important;*/
    font-size: 12px;
    text-align: right;
}

.celdaDEBE14normal {
    color:green;
    /*background-color:mistyrose  !important;*/
    font-size: 14px;
    text-align: right;
}

.celdaHABER {
    color:red;
    /*background-color:#d6e9c6  !important;*/
    font-size: 12px;
    text-align: right;
}

.celdaRIGHT {
    text-align: right !important;
    font-size: 14px !important;
}

.celdaLEFT {
    text-align: left !important;
    font-size: 12px !important;    
}

.celLEFT {
    text-align: left !important;
    font-size: 12px !important;    
}

.celCENT {
    text-align: center !important;
    font-size: 12px !important;    
}

.celdaRIGHTblack {
    color:black !important;;
    text-align: right !important;
    font-size: 14px !important;
}

.celdaLEFTblack {
    color:black !important;;
    text-align: left !important;
    font-size: 14px !important;    
}

.celdaCENTER {
    text-align: center !important;
    font-size: 14px !important;
}

.celdaRIGHTletraChi {
    text-align: right !important;
    font-size: 11px !important;
}

.celdaLEFTletraChi {
    text-align: left !important;
    font-size: 12px !important;    
}

.celdaRIGHTletraChiBold {
    text-align: right !important;
    font-size: 12px !important;
    font-weight: bold;
}

.celdaLEFTletraChiBold {
    text-align: left !important;
    font-size: 11px !important; 
    font-weight: bold;
}

.celdaRIGHTbold {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.celdaLEFTbold {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}
    
.celdaCENTERbold {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.celdaCENTERbold25 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.celdaRIGHTboldGreen {
    color: green;
    text-align: right;
    font-weight: bold;
    font-size: 13px !important;
}

.celdaRIGHTboldBlue {
    color: blue;
    text-align: right;
    font-weight: bold;
    font-size: 14px !important;
}

.celdaRIGHTblue {
    color: blue;
    text-align: right;
    font-size: 14px !important;
}

.celdaRIGHTfucsia {
    color: #9b09ad;
    text-align: right;
    font-size: 14px !important;
}

.celdaRIGHTboldRed {
    color: red;
    text-align: right;
    font-weight: bold;
    font-size: 13px !important;
}

.celdaTEXTO {
    color:black;
    background-color:palegoldenrod !important; 
    font-size: 14px;
    text-align: left;
    /*    color:black;
    background-color:palegoldenrod !important; 
      !important
    font-size: 18px;
    text-align: left;
    white-space: nowrap;
    */
}

.celdaTEXTOchi {
    color:black;
    background-color:palegoldenrod !important; 
    font-size: 11px;
    text-align: left;
}

.celdaNumAzulAmar {
    color:blue;
    background-color:palegoldenrod   !important;
    
    text-align: right;
}

.celdaNumAZUL {
    color:blue;
    font-size: 14px;
    text-align: right;
}

  /****/

.divContenedorDibujoHabitacion {
    text-align: center; 
    float: left; 
/*    min-width: 200px;
    width: 15%; 
    min-height: 200px; */
    /*border: 1px dotted #d2d2d2;*/
    margin: 3px;
    overflow:hidden;
    cursor:pointer;
    min-width: 100px;
    width: 10%;
    height: 80px;
}

.dibujoHabitacion {
    display: inline-block;
    padding: 10px;
    background-color: rgba(226, 226, 226, 0.34);
    margin: 5px;
    
    position: relative;
    color: #000;
    border-radius: 12px;
    border: 2px solid;
    width: 50px;
    height: 50px;
/*    float: left;*/
}

.cuadroDibujoHabitacionesSeleccionada {
    background-color: #069c06;
    width: 100px;
    height: 80px;
}

.divContenedorDibujoHabitacionSeleccionado {
    background-color: rgba(251, 255, 0, 0.32) !important;
}

.numeroDibujoHabitacion {
    font-size: 1.9em;  
}

.tipoHabitacionDibujo {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.9em;
    margin-left: 5px;
}

.pisoHabitacionDibujo {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.9em;
    margin-right: 5px;
}

.divMiChipsCaractHab {
/*    float: left;*/
    
    text-align: left;
    
}

.divMiChipsCaractHab > md-chips.md-default-theme .md-chips, md-chips .md-chips {
    box-shadow: none;
}

.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 23px;
}
.topMapa{
    position: absolute;
/*    top: 300px;
    left: 450px;*/
/*    z-index: 999;
    width: 129%;
    height: 800px;*/
}


/*---------MAPA HABITACION---------*/

.cardFiltrosMapaHabitacion {
    font-size: 11px; 
    width: 23%; 
    float: left;
}

.fieldsetFiltrosMapaHabitacion {
    margin-bottom: 20px; 
    border: solid 1px #ccc;
}

.pFiltroMapaHabitacion {
    width: 120px !important; 
    display: inline-block;
}

.mdCardMapaHabitacion {
    float: left;
    width: 210px;
    height: 200px;
    margin: 10px;
    background-color: #f4c9c9;
}

.divHabitacion {
    /* display: inline-block; */
    float: left;
    width: 120px;
    height: 130px;
    border: 1px solid #d8d8d8;
    padding: 0;
    margin: 0;
    cursor:pointer;
}

.iconoCambiarEstado:first-letter {
    text-transform: uppercase !important;
}

.mdCardTituloDefault {
    text-align: left;
    height: 5px;
}

.mdCardTituloMapaHabitacionDisponible {
    background-color: rgba(0, 128, 0, 0.68);
}

.mdCardTituloMapaHabitacionConCheckIn {
    background-color: rgba(236, 28, 36, 0.73);
}
.mdCardTituloMapaHabitacionConbloquedadas{
    background-color: rgba(0,0,255,1);
}

.mdCardTituloMapaHabitacionConbloqueoSinAsignar{
    background-color: rgba(0,0,255,1);
}

.colorSaldoPositivo{
    background-color: rgba(255,0,0,0.2);
    color: red;
    /*color: #F91F1F;*/
    border-radius: 5px;
}

.colorSaldoNegativo{
    background-color: rgba(51,204,0,0.2);
    color: green;
    /*color: #08BD18;*/
    border-radius: 5px;
}

.colorSaldoCero{
    background-color: #DDE0E1 ;
        /*rgba(255,0,0,0.2);*/
    color: #000;
    border-radius: 5px;
}

.colorLabelSaldoPositivo{
    color: red;
}

.colorLabelSaldoNegativo{
    color: green;
}

.colorLabelSaldoCero{
    color: #000;
}

.mdCardTituloMapaHabitacionLimpieza {
    background-color: rgba(0, 128, 104, 0.68) !important;
}

.mdCardAccionesMapaHabitacionConCheckIn {
    text-align: left;
    background-color: rgba(204, 204, 204, 0.32);
    margin: 5px;
    height: 30px;
}

.mdCardTituloMapaHabitacionMantenimiento {
    background-color: rgba(67, 0, 84, 0.52) !important;
}

.mdCardTextoInternoMapaHabitacion {
    font-size: 0.8em;
    margin: 5px;  
}

.reservaCancelada {
    background-color: rgba(236, 28, 36, 0.73) !important;
    /*color: white  !important;*/
}
                          
.reservaSinConfimar {
    background-color: #f5c354 !important;
    /*color: white  !important;*/
}

.saltoRenglon {
    clear:left;
}

.botonMasChico {
    width: 25px;
    height: 30px;
    line-height: 30px;
    min-height: 20px;
    vertical-align: top;
    font-size: 10px;
    padding: 0 0;
    margin: 0;
}

.botonMasChicoDos {
    width: 28px;
    height: 30px;
    line-height: 30px;
    min-height: 20px;
    vertical-align: top;
    font-size: 10px;
    padding: 0 0;
    margin: 0;
}


.botonMasChicoCancela {
    width: 25px;
    height: 30px;
    line-height: 30px;
    min-height: 20px;
    vertical-align: top;
    font-size: 10px;
    padding: 0 0;
    margin: 0;
}

miBotonBLK{
    background-color: rgba(21, 236, 124,0) !important;
    color:white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
    text-transform: none !important; 
}

.botonMasChicoAcepta {
    width: 25px;
    height: 30px;
    line-height: 30px;
    min-height: 20px;
    vertical-align: top;
    font-size: 9px;
    padding: 0 0;
    margin: 0;
    color: rgba(255,255,255,0.87);
    background-color: rgb(16,108,200);
}

.botonMenuTop {
    width: 10px;
    height: 30px;
    line-height: 30px;
    min-height: 20px;
    min-width: 50px;
    vertical-align: top;
    font-size: 9px;
    padding: 0 0;
    margin: 0;
    color: rgba(255,255,255,0.87);
    background-color: rgb(16,136,200);
}


.divColoresDelEstadoHabitacion {
    margin-right: 10px; 
    text-align: right; 
    font-size: 0.9em;
}

.cardContenidoHabitacionEnMapa {
    text-align: left; 
    height: 45px;
    /*height: 80px;*/
    padding-top: 1px; 
    overflow: auto; 
    font-size: 0.9em;
}

.pCabeceraCardHabitacion {
    margin:0; 
    position: relative; 
    font-size: 1.1em; 
    top: -5px;
}

.pCabeceraCardHabitacionHk {
    margin:-12px; 
    text-align: left;
    overflow: auto; 
    position: relative; 
    font-size: 0.90em;
    height: 18px;
    top: 76px;
}

.spanNumeroCardHabitacion {
    position: absolute; 
    font-size: .9em; 
    top: 5px;
    margin-left: -4px;
}

.spanReservaCardHabitacion {
    position: absolute; 
    left:47px; 
    bottom: 0px;
    font-size: 0.6em;
}
.spanTitularCardHabitacion {
    position: absolute; 
    left:47px; 
    top: 61px;
    font-size: 0.6em;
}
.spanFechaInCardHabitacion {
    position: absolute; 
    left:47px; 
    top: 47px;
    font-size: 0.6em;
}


.spanEstadoCardHabitacion {
    font-size: 0.6em; 
    position: absolute; 
    top: 25px;
    margin-left: -1px;
}

.spanIconoCardHabitacion {
    position: absolute; right: 0; top: 15px;
}

.spanDescripcionHabCardHabitacion {
    position: absolute; 
    font-size: 0.6em; 
    right: -12px;
}

.tituloPanelHabitacion {
    text-align: center; 
    padding: 10px; 
    margin: 0; 
    color: #fff;
    background: rgb(74, 76, 95);
}

.columnaIzquierdaFiltros {
    width: 15%; 
    min-width: 200px; 
    display:inline-block; 
    float: left;
}

.panelDerechaHabitaciones {
    width: 75%; 
    min-width: 400px; 
    display:inline-block; 
    float: right;
}

/*-------TABLERO DE COMANDO----------*/

.divTableroDeComando {
    display: inline-block;
    width: 180px;
    margin: 10px;
    /*border: 1px dotted #ccc;*/
    height: 100px;
    vertical-align: middle;
    text-align: center;
    border-radius: 6px;
    background-color: #f7f7f7;
    box-shadow: 0 1px 1px 0 rgba(21,28,40,.16), 0 2px 4px 0 rgba(21,28,40,.08), inset 0 -1px 1px 0 rgba(23,26,31,.04), inset 0 1px 2px 0 rgba(255,255,255,.64);
    cursor:pointer;
}

.valoresTableroComanda {
    margin: 10px 0 0 0;
    font-size: 25px;
}

.textosTableroComanda {
    font-size: 14px;
    margin-top: 5px;
}


/*-------DRAG AND DROP----------*/
 .lvl-over {
    border: 2px dashed black !important;
  }
 
  .lvl-target {
    background-color: #ddd; 
    opacity: .5;
  }
 
  [draggable] {
    cursor: move;
  }
  
  /*-------------SET DATOS HOTEL------------------*/
  .producto {
      
  }
  .ocultar{
      opacity: 0.4;
  }
  
  /*-------------CONCILIACION LIQUIDACION TARJETAS */
  
  .conciliacionAltaManual{
    background-color: #1cece4 !important;
    /*color: white  !important;*/
}

/* STOCKS */
.stockCompras {
    background-color: #fdbd10 !important;
    /*color: white  !important;*/
} 
.stockVentas {
    background-color: #7bd103 !important;
    /*color: white  !important;*/
}   
.rectangulo {
     margin-bottom: 15px;
     margin-left: 5px;
     width: 360px; 
     height: 210px; 
     border: 3px solid #555;
     background: #428bca;
}
.rectangulo1 {
     margin-top: 5px;
     margin-left: 17px;
     width: 318px; 
     height: 20px; 
     border: 3px solid #555;
     background: white;
     text-align: left;
}
.rectangulo2 {
     margin-bottom: 15px;
     margin-left: 5px;
     width: 360px; 
     height: 210px; 
     border: 1px solid #09556A;
     background: #fff;
}
.rectangulo3 {
     margin-top: 5px;
     margin-left: 17px;
     width: 318px; 
     height: 20px; 
     border: 1px solid #09556A;
     background: white;
     text-align: left;
}
.divAyuda {
  transition: all linear 0.5s;
  background-color: lightblue;
  height: 100px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  text-align: left; 
  padding: 0 15px;
  padding-top: 15px; 
  font-weight: bold;
}
.ng-hide {
  height: 0;
  width: 0;
  background-color: transparent;
  top:-200px;
  left: 200px;
}

/*/   MIS ESTILOS NUEVO                                                       */
.tabsVerStocks{
    /*width: 90%;*/
    margin: 0 auto;
}

.tabsVerStocks  md-content {
    background-color: transparent !important;
}

#navega {  
    /*position:fixed;*/  
    font-family:verdana,arial;  
            font-size:11pt;  
            text-align:center;  
            padding: 10px 5px 10px 5px;    /* margen con valores: arriba - derecha - abajo - izquierda */   
            top: 0px;                    /* Distancia hasta el borde superior */  
    left: 0px;            /* Distancia hasta el borde izquierdo */ 
        width:50%;  
        background-color:#FCAF62;   
        z-index: 1;               /* hace que la capa sea opaca  */  
}  

#texto {  
    position:absolute;  
    margin: 20px 5px 10px 5px;    /* margen con valores: arriba - derecha - abajo - izquierda */   
    font-family:verdana,arial;  
    font-size:10pt;  
} 

/*/    ESTILO GENERACION MASIVA                                                       */

.divGenBloqueo {
    padding: 15px;
    /*width: 40%;*/
    margin: 0 auto;
    font-size: 0.8em;
    border-radius: 6px;
    background-color: #f7f7f7;
    box-shadow: 0 1px 1px 0 rgba(21,28,40,.16), 0 2px 4px 0 rgba(21,28,40,.08), inset 0 -1px 1px 0 rgba(23,26,31,.04), inset 0 1px 2px 0 rgba(255,255,255,.64);
}

.pGenBloqueo  {
    text-align: left; 
    border-top: 1px dotted #ccc; 
    padding-top: 5px; 
    margin: 0; 
    font-size: 20px;
}

.cajaBotonConsBloqueo {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    
}
.bloqueoLabelMultiple{
    display: inline-block;
    width: 110px;
    height: 10px;
}

 
.Mtxt {
  font-family: Arial;
  font-size: 12px
}
.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ }
  .selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0; }
  .selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto; }
  .selectdemoSelectHeader md-content._md {
    max-height: 240px; }
 
  
/*/   FIN       MIS ESTILOS NUEVO                                             */
/* Fixed*/
div.Fix {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 5px;
    }
    
.fijo {
  position: -webkit-sticky;  
    position: sticky;
    top: 300px;
}
    

 .curvatura {
        border-radius: 17px 18px 0px 0px;
        -moz-border-radius: 17px 18px 0px 0px; 
        -webkit-border-radius: 17px 18px 0px 0px;
    }
 .curV {
        border-radius: 200px 6px 6px 200px;
        -moz-border-radius: 200px 6px 6px 200px;
        -webkit-border-radius: 200px 6px 6px 200px;
        border: 0px solid #ffffff;
    }
.tTexCenter {
    text-align: center;
    font-family: "arial";
    font-size: 12px;
    color: black;
}
.tTexJustify {
    text-align: justify;
    font-family: "arial";
    font-size: 12px;
    color: black;
}
.formtextarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
.sombreado {
     box-shadow: 5px 5px 4px grey;
}
.sombreado2 {
    -webkit-box-shadow: 12px 7px 8px -2px rgba(222,215,222,0.66);
    -moz-box-shadow: 12px 7px 8px -2px rgba(222,215,222,0.66);
    box-shadow: 12px 7px 8px -2px rgba(222,215,222,0.66);
}
.tit {
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
}
.titAzul {
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
    color: blue;
}
.titRojo {
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
    color: red;
}
.titVerde {
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
    color: green;
}
.alertT {
     font-family: Arial; 
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: red;
    border-radius: 5px;
}

.colorRojo {
    color: #FF334F !important;
}

.colorVerde {
    color: green !important;
}

.colorNegro {
    color: #000000 !important;
}

.fontColor {
    background-color: #F8FAF6;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.fontC {
    background-color: #F8FAF6;
    }
  .fontGrey {
    background-color: #DDE0E1;
    }
 /* Redondea borde de todas las imagenes */
img {
        border-radius: 4px;
    }
 .boxC{
   margin: 0 auto;
   width: 98%;
}

.divDerecha {
  float: right;
  width: 50%;
  border: 3px  solid #F8FAF6;
  padding: 10px;
}
/*Color selector de fechas */
.md-calendar-day-header {
    background: #31385a;
    color: rgba(241, 233, 233, 0.89);
    font-family: Arial;
    font-size: 12px;
}
.md-calendar tbody, .md-calendar td, .md-calendar tr{
    font-size: 12px;
    font-family: Arial;
}
/*Cambia color de input autocompletar*/
md-autocomplete input:not(.md-input){
    background: #ffffff;
    font-family: Arial;
    font-size: 12px;
}

/* Crea columnas */
.columnasF {
  float: left;
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}

/* filas */
.filasF:after {
  content: "";
  display: table;
  clear: both;
}

.w3-modalText {
z-index:3;
display:none;
padding-top:100px;
position:fixed;
left:0;top:0;
width:100%;
height:100%;
overflow:auto;
background-color:rgb(0,0,0);
background-color:rgba(0,0,0,0.4)

}

.w3-modal-contentText {
margin:auto;

position:relative;
padding:0;
outline:0;
width:600px
}
.upText{
  text-transform: uppercase;
}
.colorGrid {
    background-color: #428bca;
}

/* Desde aca ALE */

.elFontFamilyArial{
    font-family: Arial !important;
}

.elFontSize12{
    font-size: 12px !important;
}

.elColorRed{
    color: red !important;
}

.elColorBlack{
    color: black !important;
}

.elColorBlue{
    color: blue !important;
}

.elColorNavy{
    color: navy !important;
}

.elAlignLeft{
    text-align: left !important;
}

.elAlignCenter{
    text-align: center !important;
}

.elAlignRigth{
    text-align: right !important;
}

.elFontBold{
    font-weight: bold !important;    
}

.elFontNormal{
    font-weight: normal !important;    
}

.elBackGroundColorRed1 { 
    background-color: #f5dbda !important;
}


.elBackGroundColorGris1 { 
    background-color: #E5ECEF !important;
}

/* Hasta aca ALE */

.cellColAprobada { 
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
    background-color: #d7f8fa !important;
}
.cellColRechazada { 
    font-family: Arial; 
    font-size: 12px;
    /*font-weight: bold;*/
    background-color: #ffe3e0 !important;
}
.cellColCompras { 
    font-family: Arial; 
    font-size: 12px !important;
    /*font-weight: bold;*/
    background-color: #baddf7 !important;
}
.cellCol { 
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
    background-color: #E5ECEF !important;
}
.cellCON {
    background-color: #FFFFFF !important;
}

.cellColG { 
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;
    background-color: #E5F8FB !important;
}
.centerConDiv {
    margin:50px;
    border: 1px solid #fcfcfc;
    text-align: center;
}

/*linear material*/

.progressLineardemoBasicUsage body {
  padding: 20px; }

.progressLineardemoBasicUsage h4 {
  margin: 10px 0; }

.progressLineardemoBasicUsage md-progress-linear {
  padding-top: 10px;
  margin-bottom: 20px; }

.progressLineardemoBasicUsage #loaders > md-switch {
  margin: 0;
  margin-left: 10px;
  margin-top: -10px; }

.progressLineardemoBasicUsage #loaders > h5 {
  margin-top: 0; }

.progressLineardemoBasicUsage #loaders > p {
  margin-right: 20px;
  margin-bottom: 24px; }

.progressLineardemoBasicUsage p.small {
  font-size: 0.8em;
  margin-top: -18px; }

.progressLineardemoBasicUsage hr {
  width: 100%;
  margin-top: 20px;
  border-color: rgba(221, 221, 177, 0.1); }

.progressLineardemoBasicUsage p.small > code {
  font-size: 0.8em; }

.progressLineardemoBasicUsage .visible {
  opacity: 0;
  border: 2px solid white !important; }

.progressLineardemoBasicUsage .container {
  display: block;
  position: relative;
  width: 100%;
  border: 2px solid #aad1f9;
  transition: opacity  0.1s linear;
  border-top: 0px; }

.progressLineardemoBasicUsage .bottom-block {
  display: block;
  position: relative;
  background-color: rgba(255, 235, 169, 0.25);
  height: 85px;
  width: 100%; }

.progressLineardemoBasicUsage .bottom-block > span {
  display: inline-block;
  margin-top: 10px;
  padding: 25px;
  font-size: 0.9em; }

.fontTD {
    color: white;
    background: #465765;
}

.sinConf {
    background-color: #f5c354;
    /*font-weight: bold;*/
}
.noShow {
    background-color: rgba(236, 28, 36, 0.73);
}
.cA {
    background-color: #FD7777;
    /*font-weight: bold;*/
}
.checKIN {
    background-color: /*#1C5BF8*/ #465765;
    /*font-weight: bold;*/
    color: white;
}
.margenDiv {
    margin-left: auto; 
    margin-right: auto;
}

.menuIndex {
    font-family: Arial; 
    font-size: 12px;
}

.gridAnc {
    height: 35px !important;
}

.miBotonRojo {
    background-color: rgba(237, 7, 28) !important;
    color:white;
    text-transform: uppercase;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
    /*text-transform: none !important;*/ 
}

.miBotonV {
    background-color: rgba(44, 174, 4) !important;
    color:white;
    text-transform: uppercase;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.4);
    /*text-transform: none !important;*/ 
}

.style-form {
  min-width: 150px;
  max-width: 200px;
  width: 100%;
}

.form-full-width {
  width: 100%;
}

.colorTH {
    border: 0px solid  #dddddd;
    text-align: left;
    background-color:#384956 !important;
    padding: 8px;
    font-size: 12px;
    color: #ffffff;
    border-collapse: collapse;
    text-transform: uppercase;
    /*background-color: #788692;*/  
   
}


.groupX {
    font-size: 12px !important;
    margin: 20px 0;
    padding: 3px 15px 3px 15px;
    /*color: rgb(49, 46, 46);*/
    /*background-color: rgba(224, 224, 224, 0.96);*/
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 400;
    min-width:100px;
}

.md-button.izquierdaB {
    border-radius: 10px 0 0 10px;
}

.md-button.centroB {
    border-radius: 0;
    border-left: 1px solid rgba(230, 230, 230, 0.96);
    border-right: 1px solid rgba(230, 230, 230, 0.96);
}

.md-button.derechaB {
    border-radius: 0 10px 10px 0;
}

.celdaAzul{
    background-color:#0B3FCA !important;
    font-size: 12px;
    color: white; /*#ffffff;*/
  }