html, body{
	width: 100%;
}
body{
	background: #fefefe !important;
}
.cabecera{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.contenedor{
	position: relative;
	width: 100%;
	height: 100%;
}
#formvideo span.label{
	color: #000;
    font-size: 14px;
    font-weight: 100;
    padding: 0;
    display: table-cell;
}
#formvideo small.value{
	display: table-cell;
	line-height: 15px;
	padding-left: 3px;
}
.timelapse{
	position: relative; 
	width: 70%;
	float: right;
}
.img_timelapse{
	width: 89%;
	margin-left: 6%;
}

.logo_segundoplano{
	text-align: center;	
	width: 100%;
	clear: both;
}

.inf{	
	width: 50% !important;
	margin: 0px 25%;
}

.titulo {
	text-transform: uppercase;
	text-align: left;
}
.layout-imagenes{
	float: right;
}
.logo_empresa{
	margin-left:50px; 
	position:relative; 
	float: left;
	max-width: 200px;
	margin-top: 10px;
}
.panel-heading.row{
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.panel-heading.row .titulo{
	margin-left: 20px;
	float: left;
}
.bootstrap-datetimepicker-widget{
	display: block;
}
a.volver{
	position: absolute;
    left: 15px;
    top: 4px;
    font-size: 21px;
    color: #5d5d5d;
}
img#segundoplano {
    height: 98px;
}
.panel-heading, .panel-footer{
    text-align: center;
}
.modal-dialog{
	width: 98% !important;
}
.modal-header .close{
	margin-top: -50px !important;
    font-size: 3em;
}
img.img-responsive {
    margin-top: 15px;
   
}
.thumbnail{
 	border:none;
 	float: left;
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
   	opacity: 1;
   	color: rgb(185, 180, 180);
   	background-color: rgb(255, 254, 254);
   	padding: 5px 8px;
   	border-radius: 30px;
   	border: 2px solid rgb(255, 255, 255);
   	position: absolute;
   	top: -15px;
   	right: 0px;
   	z-index: 1032;
}
.zoomimagenes{
	text-align: center;
}

/** Layout imagenes **/
.layout-1 a.thumbnail{
	width: 100%;
	background: transparent;
	height: calc(100% - 30px);
}
.layout-4 a.thumbnail{
	width: 50%;
	background: transparent;
	height: 50%;
}
.layout-12 a.thumbnail{
	width: 25%;
	background: transparent;
	height: 33%;
}
.layout-24 a.thumbnail{
	width: 25%;
	background: transparent;
	height: calc(100% / 6);
}
a.thumbnail{
	margin-bottom: 0;
}
/** END Layout imagenes **/
/** Modal imagenes **/
.compartir-redes{
	position: absolute;
    bottom: 15px;
    right: 15px;
}
.compartir-redes ul li{
	list-style: none;
	display: inline;
	float: left;
}
.compartir-redes ul li a{
    color: #fff;
}
.compartir-redes ul li a i{
    line-height: 25px;
    border-radius: 100%;
    background-color: #AAA;
    width: 25px;
    height: 25px;
    margin: 10px;
    transition: all 0.3s;
    text-align: center;
}
.compartir-redes ul li a:hover i{
	background-color: #DDD;
	color: #999;
}
.panel-body .compartir-redes{
	position: relative;
	right: auto;
	left: 0;
	display: none;
}
.panel-body.layout-1 .compartir-redes{
	display: block;
}
.panel-body .compartir-redes ul li a i{
	margin-top: 0;
	margin-bottom: 0;
}
/** END Modal imagenes **/

#filtro_calendario i{
	cursor: pointer;
}
.layout-imagenes img{
	width: 30px;
}
.layout-imagenes .selected img{
	border: 2px solid #ffd32a;
	border-radius: 2px;
}
.camera-container{
	height: calc(100vh - 170px);
}
.panel-body.camera-container div.camera-row:after {
    border-bottom: 1px solid #ddd;
    content: "";
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 1px;
    display: grid;
    bottom: 0px;
}
.camera-row{
	padding: 10px 5px;
	height: 100%;
}
.cameras-2 .camera-row{
	height: calc(50% - 15px);
}
 .camera-row img{
	max-height: calc(100% - 25px);
	width: auto;
}
.camera-row:not(:last-child){
	margin-bottom: 30px;
	border-bottom: 1px solid #EFEFEF;
}
.camera-row:nth-child(even){
	background-color: #FAFAFA;
}
.pagination{
	margin: 0;
}
