body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

* {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: justify;
  font-size: 12px;
}

h1{
	font-size: 40px;
  }
h2{
	font-size: 30px;
}
h3{
	font-size: 20px;
}
h1, h2, h3 {
	font-weight: 200;
  }
strong { font-weight: bold; }
.mailLink{
	font-size: 20px;
	font-weight: 400;
}
a:link,
a:visited {
	color: #252525;
	text-decoration: none;
	display: inline-block;
}

a:hover,
a:active {
	color: rgb(0, 140, 255);
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 500;
}
.overlay-img{
	width: inherit;
    height: inherit;
	opacity: 0.9;
}
.infoClass{
	position: relative;
	font-size:40px;
	font-family:monospace;
	margin: 0 auto;
    text-align: center;
}
#backButton{
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
}
#sortableContainer{
	/*border: 1px solid #ff0000;*/
	display: flex;
	justify-content: center;
	cursor:move;
	width: 60%;
    margin-left: 20%;
}
#sortable1, #sortable2, #sortableMain {
	border: 1px solid #cccccc;
	width: 33%;
	min-height: 400px;
	/*list-style-type: none;*/
	margin: 0;
	padding: 5px 0 0 0;	
	margin-right: 10px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
	/*display: flex;*/
	flex-direction: row;
    flex-wrap: wrap;
}
#sortable1, #sortable2 {
}
 #sortableMain {
 
 }
.sortableItem{
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1.2em;
	width: auto; 
	height: 20px;
	overflow: hidden;
	/*float: left;*/
	/*flex:1;*/
}
#flex-parent {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	margin:auto;
	/*height:400px;*/
}

#flex-child {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  overflow: hidden;
  height: max-content;
  align-self: center;
}
#video1A {
	width: 100%;
	position: relative;
	margin-left: 100px;
	transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}
#video1B {
	width: 100%;
	float: left;
	position: relative;
	margin-left: 100px;
	transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}

#video2A {
	width: 100%;
	position: relative;
	margin-left: -100px;
}
#video2B {
	width: 100%;
	float: left;
	position: relative;
	margin-left: -100px;
}


#videoBgImg {
	width: 100%;
	position: relative;
}

#listTable{
	border-width: 0px;
	border-color: #ffcc00;
	border-style: solid;
	width: 100%;
}

#videoList1,#videoList2,#videoListMain{
	width: 250px;
}
.btn{
	background-color:#ffffff;
	border: #ffffff;
	font-size: 14px;
	color: #000;
	padding: 8px 12px;
	text-decoration:none;
	text-align: center;
	font-weight: 300;
	outline:none;
	cursor:pointer;
	width: 100%;
}
.btn:hover{
	color: rgb(0, 140, 255);
	
}
.btnUserVideo{
	width: initial;
	border:#cccccc;
	margin:10px;
	padding: 10px;
	outline:#999999;
}
#playBtn{
	padding: 5px;
	font-size: 30px;
	background-color:#eeeeee;
	width:200px;
}
.myTable{
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.line{
	border-top: 1px solid #999999;
}
.dropDn{
	font-size: 12px;
	width: 300px;
	font-weight: 300;
}
 /* Tables================================== */
 .Rtable {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 3em 0;
	padding: 0;
}

.Rtable-cell {
	box-sizing: border-box;
	flex-grow: 1;
	width: 100%;
	/* Default to full width*/
	/*padding: 0.8em 1.2em;*/
	overflow: hidden;
	/* Or flex might break*/
	list-style: none;
	border-top: solid 1px #dddddd;
	/*background: #eeeeee;*/
	text-align: center;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
.flag{
		filter: saturate(0%);
		vertical-align: middle;
}
.flag:hover{
	filter: saturate(100%);
}
.alignTopRight{
	position: absolute;
    right: 150px;
    top: 20px;
	z-index: 200;
}
/*Tooltip*/
.tooltip {
	align-self: flex-end;
  }
  
  .tooltip .tooltiptext {
	visibility: hidden;
	padding: 5px 0;

  }
  
  .tooltip:hover .tooltiptext {
	visibility: visible;
  }
/* Table column sizing================================== */
.Rtable--2cols>.Rtable-cell {
	width: 50%;
}

.Rtable--3cols>.Rtable-cell {
	width: 33.33%;
}

.Rtable--4cols>.Rtable-cell {
	width: 25%;
}

.Rtable--5cols>.Rtable-cell {
	width: 20%;
}

.Rtable--6cols>.Rtable-cell {
	width: 16.6%;
}
#movementContainer{
	margin-top: 20px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
  }
.alignCenter{
	text-align: center;
	margin:0 auto;
}
.material-icons{
	font-size: xxx-large;
}
.columnL {
	flex: 60%;
	padding: 1% 10% 1% 10%;

  }
  .columnR {
	flex: 40%;
	padding: 10px;
  }
  .row {
	display: flex;
  }
/*BLINK*/
.blink_me {
	animation: blinker 1s step-start infinite;
	font-weight: bold;
	text-align: center;
  }
  
  @keyframes blinker {
	0% {
		color: #ffffff;
		background-color:#000000;
	}
	50% {
	  color: #ffffff;
	  background-color: #dd0000;
	}
  }
  /*Fullscreen BG Color*/
  ::backdrop
  {
	  background-color: white;
  }
