html, body{
  height:100% !important;
}

body{
	background-color: #eee;
}
[type="checkbox"]+label {
	padding-left: 22px;
	font-size: 0.9em;
}
.container{
	min-width: 1024px !important;
}
#planta{
	/*height: 80vh !important;*/
	width: 90%;
	height:auto;
}
#contenedorPlanta{
	margin: 0 auto;
	overflow: hidden !important;
}
.bubble{
	background-color: white;
	width: 200px;
	padding: 15px;
	border-radius: 2px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
	text-align: left;

	position: absolute;
	left: -80px;
	top: -80px;
	z-index: 2;
	display: none;
}
.bubble img{
	position: absolute;
	bottom: -9px;
	left: 94px;
}
.usuario{
	cursor:pointer;
	position: absolute;
	width: 80px;
	height: 80px;

}
.usuario:hover .bubble{
	display: block;
}

.wrapper{
	height: 10px;
	background-color: #e2e2e2;
	overflow: hidden;
	position: relative;
}
.avance p{
	color: white;
	position: absolute;
	top: 0;
	line-height: 0px;
	font-size: .5em;
	text-shadow:0 0 3px rgba(0,0,0,0.5);
}
.avance{
	height: 10px;
	/*background-color:#009DE1;*/
	width: 1px;
	text-align: center;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -web-kit-animation: crece 1s;
    animation: crece 6s infinite;
}


@keyframes crece{
	from{width:0%;background:#bdbdbd;}
	to{width:100%;background:#81d4fa;}
}
@-webkit-keyframes crece{
	from{width:0%;background:#bdbdbd;}
	to{width:100%;background:#81d4fa;}
}

.select-time {
    width: 100px;float: left;
}
.select-time-dots {
    display: block;
    float: left;
    width: 20px;
    text-align: center;
    height: 61px;
    font-size: 24px;
    font-weight: 600;
    line-height: 61px;
}
.select-time-dots {
display: block;
    float: left;
    width: 20px;
    text-align: center;
    height: 51px;
    font-size: 24px;
    font-weight: 600;
    line-height: 54px;
}

.select-time li, .select-time input {
    text-align: center;
}

.edad-value {
    display: block;
    width: 20px;
    float: left;
    line-height: 42px;
    padding-top: 3px;
}

.campana-rotulo {
    background-color: #ECEAEA;
    font-weight: 500;
    padding: 7px 5px;
    font-size: 13px;
    box-shadow: 0px 1px 2px 1px #B1B1B1;
}
.pregunta-rotulo {
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 10px;
}

.pregunta-rotulo input, .pregunta-rotulo select, .pregunta-rotulo p {
    margin-bottom: 5px !important;
}

.campana-segmentacion-wrapper {
    margin-left: 8.33333%;
}

.campana-segmentacion-wrapper .segmento {
    width: 25%;
    float: left;
    margin: 5px 0;
}

.pregunta-rotulo .titulo {
    font-weight: 500;
    color: #656565;
}

.seleccion-dias .titulo, .seleccion-horas .titulo {
    font-weight: 500;     color: #656565;
    width: 100px;
    display: inline-block;
    float: left;
}

.seleccion-dias .dia {
    display: inline-block;
    width: 70px;
}

.seleccion-horas .hora-inicio, .seleccion-horas .hora-final {
    display: inline-block;
    width: 30px;
    font-weight: 400;
    float: left;
}

.seleccion-horas .hora-range {
    width: calc(100% - 160px);
    float: left;
}

.seleccion-horas .hora-range .ngrs-range-slider {
    padding-top: 5px;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.wrapper-disponibilidad {
    margin-left: 8.33333%;
}

.wrapper-disponibilidad .disponibilidad {
    background-color: #ECEAEA;
    border-top: 1px solid #B3B3B3;
    padding: 6px 5px;
    margin-bottom: 5px;
}

.wrapper-disponibilidad .disponibilidad > span {
    display: inline-block;
}

.wrapper-disponibilidad .titulo {
    color: #737373;
    font-weight: 400;
    width: 85px;
    margin-right: 20px;
}

.wrapper-disponibilidad .dia {
    width: 50px;
    border-right: 1px solid #ABABAB;
    margin: 0 4px 0 -8px;
    text-align: center;
    padding: 0;
    color: #BBB;
    font-weight: 300;
}

.wrapper-disponibilidad .dia.active {
    color: #505050;
    font-weight: 500;
}

.wrapper-disponibilidad .dia:nth-child(8) {
    margin-right: 150px;
}

.wrapper-disponibilidad .hora-inicio, .wrapper-disponibilidad .hora-fin {
    width: 70px;
    color: #505050;
    font-weight: 600;
    text-align:center;
}

.wrapper-disponibilidad .hora-inicio {
    border-right: 1px solid #ABABAB;
}

.wrapper-disponibilidad .borrar {
    color: #DE1212;
    font-weight: 700;
    width: 30px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.row.go-paso-2 {
    margin: 30px 0 !important;
    text-align: center;
}

.number {
    text-align: right;
}

.chartdiv {
    width: 100%;
    height: 300px;
    font-size: 11px;
}

.tabs .tab a {
    color: #009DE1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: color .28s ease;
    -moz-transition: color .28s ease;
    -o-transition: color .28s ease;
    -ms-transition: color .28s ease;
    transition: color .28s ease;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #009DE1;
    will-change: left, right;
}
.tabs .tab a:hover {
    color: #009DE1;
}
.tabs .tab a:active {
    color: #009DE1;
}
.tabs .tab a:visited {
    color: #f9c9cb;
}

.campana-rotulo{
	background-color: #EBEBEB;
	padding: 5px;
	font-weight: bold;
}
.pregunta-rotulo{
	border-bottom: solid 1px #858585;
	margin: 10px 0 20px;
}