/*
  .v-header{
    height:100vh;
    display:flex;
      align-items:center;
    color:#fff;
  }

  .fullscreen-video-wrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    overflow:hidden;
  }

  .fullscreen-video-wrap video{
    min-height:100%;
    min-width:100%;
  }

  .header-overlay{
    height:100vh;
    position: absolute;
    top:0;
    left:0;
    width:100vw;
    z-index:1;
    

  }
  .header-content{
    margin: 30px auto;
    z-index:2;
  }
		.container
		{
			border: 1px solid #ccc;		

		}
		.bg
		{
			
			background: rgba(255,255,255,.3);
			
		}
		.dropzone
		{
			border: 2px dashed #ccc;
			border-radius: 5px;
			background: rgba(255,255,255,.3);
		}
		.z-message
		{
			color: #ccc;
		}
		*/

		body, html {
			height: 100%;
		}

		#Container {
			width: 100%;
			height: 100%;
			position: relative;
			overflow: hidden;
		}

		#Container video {
			position: absolute;
			left: 50%;
			top: 50%;
			/* The following will size the video to fit the full container. Not necessary, just nice.*/
			min-width: 100%;
			min-height: 100%;
			-webkit-transform: translate(-50%,-50%);
			-moz-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			z-index: 0;
		}

		#Container div {
			position: relative;
			z-index: 1;
		}
		.bg
		{
			background-color: rgba(255,255,255,.5);
		}
		.dropzone
		{
			border: 2px dashed #ccc;
			border-radius: 5px;
			background-color: rgba(255,255,255,.5);		
		}
		.container
		{
			margin-top: 60px;
			/*max-width: 900px;*/
		}
		.container_ip
		{
			max-width: 900px;
		}
		.container div
		{
			z-index: 3;
		}
		.thead-dark
		{
			background: rgba(0,0,0,.5) !important;
		}
		.bg-nav
		{
			background: rgba(255,255,255,.1) !important;
		}
		.table .thead-dark th 
		{
			background: rgba(0,0,0,.1) !important;
		}	

		/*.table-responsive{
			max-height: 250px !important;
		}*/

		#table_log_ipsos{
			max-height: 200px !important;
		}

		#table_log_adm, #table_log_tbase, #table_log_usrs{
			max-height: 420px !important;
		}
		
		.delete {cursor: pointer;}