html,body{
	height:100%; 
	font-family: 'Josefin Sans', sans-serif;
	min-height: 100%;
}
/*INICIO - index.php*/
/* .carousel,.item,.active{height:100%;} */
.carousel-inner{height:90%;}
.fill{width:100%;height:100%;background-position:center;background-size:cover;}

	.item{
		padding: 2% 6% 6% 6%;
		background-color:#FEFEFE;
		align-items:center	
	}
  	.continuar{
		height:10%;
		background-color:#115EEC;
		color:white;
		text-align:right;
		display: table;
    	vertical-align: middle;
		width:100%;
	}
	.flechas{
		color:white;
		margin-right:20px;
	}
	.carousel-control{
		width:5%;
		font-size:16px;
		text-shadow:none;
		color:black;
		opacity:1 !important;	
	}
	.list-group{
		margin-top:50px;	
	}
	.left{
		background-image:none !important;	
	}
	.right{
		background-image:none !important;	
	}
	.containerIndex{
		padding:0px;	
	}
	hr{
		color:black;	
	}
	.titulo{
		font-size:60px;
		font-weight:bold;	
	}
	textarea{
		resize:none;	
	}
	p{
		font-size:20px;	
	}
	.contenedor{
		display:table-cell;
		vertical-align: middle; 
		padding-left:6%;
		padding-right:6%;	
	}
	.alinear{
		float:left;
		color:black;
		font-weight:bold;
	}
	.login{
		margin-top:30px;
	}
	
/* FIN - index.php*/

/*INICIO - login.php*/
	.tituloLogin{
		font-size:40px;
		font-weight:bold;	
	}
	.containerLogin{
		margin-top:4%;
	}
/*FIN - login.php*/

/*INICIO - cliente.php*/
	span.grey {
		background: #3174B7;
		color: #fff;
		display: inline-block;
		margin-right: 15px;
		text-align: center;
		padding:5px;
		width:50px;
	}
	.contenido{
		cursor:pointer;	
	}
	footer{
		width:100%;
		margin-bottom:0px;
		padding:40px;
		background-color:#337AB7;
		color:white;
	
	}
	a.alterno{
		  color:white !important;
		  text-decoration:none;
	}
	/**/
	input[type=number]::-webkit-outer-spin-button,
	input[type=number]::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	
	input[type=number] {
		-moz-appearance:textfield;
	}
	/**/
	body {
		padding-top: 50px;
	}
	/*----*/
	.navbar-default {
		background-color: #337AB7;
		border-color: #337AB7;
	}
	.navbar-default .navbar-nav > li > a {
		color: White;
	}
	.navbar-default .navbar-nav > li > a:hover {
		color: white;
	}
	.navbar-default .navbar-brand {
		color: White;
	}
	.navbar-default .navbar-brand:hover {
		color: White;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		color: black;
		background-color: white;
	}
	/*----*/
	.h2, h2{
		margin:0px;	
	}
	.media-left, .media > .pull-left{
		padding-right:0px	
	}
	.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
		padding:16px;	
	}
	hr{
		margin-top:5px;
		margin-bottom:5px;
	}
	.nuevo{
		padding-top:20px;	
	}
	.verde{
		color:green;
		font-size:20px;	
	}
	.derecha{
		float:right;
		text-align: right;
	}
	.asignado{
		color:red; 
		font-size:15px;	
	}
/*FIN - cliente.php*/

/*INICIO - menu.php*/
	.navbar-login
	{
		width: 230px;
		padding: 10px;
		padding-bottom: 0px;
	}
	
	.navbar-login-session
	{
		padding: 10px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	.icon-size
	{
		font-size: 87px;
	}
/*FIN - menu.php*/

/*INICIO ver.php*/
	.timeline {
		  list-style: none;
		  padding: 20px 0 20px;
		  position: relative;
		}
		.timeline:before {
		  top: 0;
		  bottom: 0;
		  position: absolute;
		  content: " ";
		  width: 3px;
		  background-color: #eeeeee;
		  left: 25px;
		  margin-right: -1.5px;
		}
		.timeline > li {
		  margin-bottom: 20px;
		  position: relative;
		}
		.timeline > li:before,
		.timeline > li:after {
		  content: " ";
		  display: table;
		}
		.timeline > li:after {
		  clear: both;
		}
		.timeline > li:before,
		.timeline > li:after {
		  content: " ";
		  display: table;
		}
		.timeline > li:after {
		  clear: both;
		}
		.timeline > li > .timeline-panel {
		  width: calc( 100% - 75px );
		  float: right;
		  border: 1px solid #d4d4d4;
		  border-radius: 2px;
		  padding: 20px;
		  position: relative;
		  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		}
		.timeline > li > .timeline-panel:before {
		  position: absolute;
		  top: 26px;
		  left: -15px;
		  display: inline-block;
		  border-top: 15px solid transparent;
		  border-right: 15px solid #ccc;
		  border-left: 0 solid #ccc;
		  border-bottom: 15px solid transparent;
		  content: " ";
		}
		.timeline > li > .timeline-panel:after {
		  position: absolute;
		  top: 27px;
		  left: -14px;
		  display: inline-block;
		  border-top: 14px solid transparent;
		  border-right: 14px solid #fff;
		  border-left: 0 solid #fff;
		  border-bottom: 14px solid transparent;
		  content: " ";
		}
		.timeline > li > .timeline-badge {
		  color: #fff;
		  width: 50px;
		  height: 50px;
		  line-height: 50px;
		  font-size: 1.4em;
		  text-align: center;
		  position: absolute;
		  top: 16px;
		  left: 0px;
		  margin-right: -25px;
		  background-color: #999999;
		  z-index: 100;
		  border-top-right-radius: 50%;
		  border-top-left-radius: 50%;
		  border-bottom-right-radius: 50%;
		  border-bottom-left-radius: 50%;
		}
		.timeline > li.timeline-inverted > .timeline-panel {
		  float: left;
		}
		.timeline > li.timeline-inverted > .timeline-panel:before {
		  border-right-width: 0;
		  border-left-width: 15px;
		  right: -15px;
		  left: auto;
		}
		.timeline > li.timeline-inverted > .timeline-panel:after {
		  border-right-width: 0;
		  border-left-width: 14px;
		  right: -14px;
		  left: auto;
		}
		.timeline-badge.primary {
		  background-color: #2e6da4 !important;
		}
		.timeline-badge.success {
		  background-color: #3f903f !important;
		}
		.timeline-badge.warning {
		  background-color: #f0ad4e !important;
		}
		.timeline-badge.danger {
		  background-color: #d9534f !important;
		}
		.timeline-badge.info {
		  background-color: #5bc0de !important;
		}
		.timeline-title {
		  margin-top: 0;
		  color: inherit;
		}
		.timeline-body > p,
		.timeline-body > ul {
		  margin-bottom: 0;
		}
		.timeline-body > p + p {
		  margin-top: 5px;
		}

/*FIN ver.php*/

/*INICIO agregar.php*/

	.bs-callout {
			padding: 20px;
			margin: 20px 0;
			border: 1px solid #eee;
			border-left-width: 5px;
			border-radius: 3px;
		}
		.bs-callout h4 {
			margin-top: 0;
			margin-bottom: 5px;
		}
		.bs-callout p:last-child {
			margin-bottom: 0;
		}
		.bs-callout code {
			border-radius: 3px;
		}
		.bs-callout+.bs-callout {
			margin-top: -5px;
		}
		.bs-callout-default {
			border-left-color: #777;
		}
		.bs-callout-default h4 {
			color: #777;
		}
		.bs-callout-primary {
			border-left-color: #428bca;
		}
		.bs-callout-primary h4 {
			color: #428bca;
		}
		.bs-callout-success {
			border-left-color: #5cb85c;
		}
		.bs-callout-success h4 {
			color: #5cb85c;
		}
		.bs-callout-danger {
			border-left-color: #d9534f;
		}
		.bs-callout-danger h4 {
			color: #d9534f;
		}
		.bs-callout-warning {
			border-left-color: #f0ad4e;
		}
		.bs-callout-warning h4 {
			color: #f0ad4e;
		}
		.bs-callout-info {
			border-left-color: #5bc0de;
		}
		.bs-callout-info h4 {
			color: #5bc0de;
		}


/*FIN agregar.php*/

/*INICIO - AdministradorCliente.php*/
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
/*FIN - AdministradorClientes.php*/

.glyphicon-play-circle{
    font-size: 60px;
    opacity: 0.3;
    position: absolute;
	top:auto;
}
.listaGen{
	margin-top:50px;
}
.listaVideos{
	width:24% !important;
	background-color:#EBEBEB;
	padding:10px; 
	margin:5px;	
}
#myoutercontainer { position:relative;width:100%;height:150px; background-image:url('../images/emlaze.svg');background-repeat:no-repeat;background-position: center center; background-color:#FBFBFB; margin-bottom:5px }
#myinnercontainer { position:absolute; top:50%; margin-top:-2em;left: 50%;margin-left: -2em;}


/*alertas.php*/
.notification {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    display: flex;
    height: 100px;
    justify-content: space-between;
    opacity: 0;
    padding:15px;
    position: absolute;
    right: 30px;
    top: 170px;
    visibility: hidden;
    transition: all .5s ease;
    width: 270px;
	background-color: #2980b9;
}
.visible {
    opacity: 1;
    top: 60px;
    visibility: visible;
}
.notification > .text {
    align-items: center;
    color: white;
    cursor: default;
    display: flex;
    font-family: 'Open Sans';
    font-weight: 400;
    word-wrap: normal;
}
.notification > .close {
    color:#FFF;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 5px;
    transition: color .3s ease;
	font-size:14px;
}
.back-to-top{
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #337AB7 url("../images/plus.svg") no-repeat center 43% !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 50px;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
}
/*alertas.php*/

/* Pantallas mas pequeñas */
@media (max-width: 767px) { 
	body {
		padding-left: 0;
		padding-right: 0;
	}
	.titulo{
		font-size:30px;
		font-weight:bold;	
	}
	p{
		font-size:15px;	
	}
	.btn-lg{
		font-size:14px;
		padding:6px 12px;
	}
	.tituloLogin{
		font-size:18px;
		font-weight:bold;	
	}
	.containerLogin{
		margin-top:0;
	}
	.back-to-top {
		width: 60px;
		height: 60px;
		text-indent: -9999px;
		position: fixed;
		z-index: 999;
		right: 20px;
		bottom: 20px;
		background: #337AB7 url("../images/plus.svg") no-repeat center 43%;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		cursor: pointer;
	}
	.h2, h2{
		margin:0px;	
		font-size:25px;
	}
	
	.listaVideos{
		width:95% !important;
		background-color:#EBEBEB;
		padding:10px; 
		margin:5px;	
	}
	/*alertas.php*/
	.notification {
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
		border-radius: 5px;
		display: flex;
		height: 100px;
		justify-content: space-between;
		opacity: 0;
		padding:15px;
		position: absolute;
		right: 30px;
		top: 170px;
		visibility: hidden;
		transition: all .5s ease;
		width: 270px;
		background-color: #2980b9;
	}
	.visible {
		opacity: 1;
		top: 60px;
		visibility: visible;
	}
	.notification > .text {
		align-items: center;
		color: white;
		cursor: default;
		display: flex;
		font-family: 'Open Sans';
		font-weight: 400;
		word-wrap: normal;
	}
	.notification > .close {
		color:#FFF;
		cursor: pointer;
		position: absolute;
		right: 8px;
		top: 5px;
		transition: color .3s ease;
		font-size:14px;
	}
	/*alertas.php*/
}

/*
*Estilos para el cronometro
*/
.icon-bar2 {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 10000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
	.icon-bar2 {
	  position: fixed;
	  display: none;
	  top: 20%;
	  right: 0;
	  z-index: 10000;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	}
}


#timer{margin:30px auto 0;width:200px;}
#timer .container{display:table;background:#777;color:#eee;font-weight:bold;width:100%;text-align:center;text-shadow:1px 1px 4px #999;}
#timer .container div{display:table-cell;font-size:30px;padding:5px;width:10px;}

.textsol{display:table;background:#777;color:#eee;font-weight:bold;width:100%;text-shadow:1px 1px 4px #999; font-size: 12px !important; width: 45% !important;}
.sol{display:table;background:#777;color:#eee;font-weight:bold;width:100%;text-shadow:1px 1px 4px #999; font-size: 20px !important; width: 70% !important;}

#timer .container .divider{width:10px;color:#ddd;}
#btn-comenzar{box-sizing:border-box;background:#eee;border:none;margin:0 auto;padding:10px;width:100%;font-size:20px;color:#777;cursor:pointer;}
#btn-comenzar:hover{background:#D5D5D5;}