﻿.divContenedor{
    margin-bottom:5px;
    padding:10px;
}

.labelTabla {
    font-weight: bold;
    margin-right: 10px;
}

.btnEditarHabitacion {
    position:relative; 
    float:initial; 
    top:0px; 
    background:transparent;
    border:0px;
}
.btnEditarReserva{
    position:relative; 
    float:initial; 
    top:0px; 
    background:transparent;
    border:0px;
}

.borde {
    border-radius: 3px;
    border: 1px;
    border-color: #dbdbdb;
    border-style: solid;
    background-color: #fcf8f8;
    box-sizing: content-box;
    padding: 5px 5px 7px 5px;
    color: #696969;
    margin-right: 10px;
    margin-top: 10px;
}

.borde:hover{
    background-color: lightgray;  
    cursor:pointer;
}

.texto-centro{
    text-align: center;
}


body {
    padding-right:0px !important;
    margin-right:0px !important;
}

body.modal-open {
    overflow: auto;
}


/*********************/

.fieldset {
	width: 100%;
    /*max-width: 860px;*/
	margin: 0px 3% auto auto;

	background: white;	
	border-radius: 3px;	
	padding: 0px 5px;	
	box-sizing: border-box;    	

    display: block;

    /*border: solid 1px #c4e3f3;    
    border-top: solid 5px #c4e3f3;*/
}

.modal-header{
    padding-top:28px
}

@media (max-width: 640px) {
    .urlEmpresa {
        width: 100%;
    }

    
    .prefijoUrl {
        position: absolute;
        visibility: hidden;
        text-indent: -9999px;
        line-height: 0; /* Collapse the original line */
    }

        .prefijoUrl:after {
            content:"";
            color: transparent;
        }

    .img-prefijoUrl:before {
      content:"\e135"; /* ícono del mundo - url */
    }

    .img-prefijoUrl {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: "Glyphicons Halflings";
        font-style: normal;        
        line-height: 1;
    }

    

    .input-group span.data-up{
        position: absolute;
        top: 0;
    }

    .input-group span.data-dwn{
        position: absolute;
        bottom: 0;
    }

    .form-control.text-center {
        margin: 34px 0;
    }

    .input-group-btn:last-child>.btn, 
    .input-group-btn:last-child>.btn-group{
        margin-left:0;
    }
}

@media (max-width: 500px) {
    
    .tituloPrincipal{
        margin-bottom: 0px;

    }
    td {
        font-size: 25px;
        font-size: 3.5vw;
    }
}
@media (min-width: 500px) {
    
    .tituloPrincipal{
        margin-bottom: 10px;

    }
}
/*--------------------------------------------------------------------------*/
/* Clase para mostrar un "breadcrumb" (menú) dentro de otro */
.breadcrumb {
    padding-bottom: 0px !important;
}

.breadcrumbReload {
    padding: 0px !important;
    margin: 0px !important;
}

.breadcrumbLeft {
    padding-left: 5px !important;    
}

.colPanelControl {
    display: none;
}

.header-paso {
    /*padding: 20px 0px 260px 0px !important;*/
    background-color: #eee;
    opacity: 1;
}

.divBotonesAnteriorSiguiente{
    margin-top: 10px;
}

hr{
    margin-top:10px;
    margin-bottom:5px;
}
