/*! main.css | BY FV@KD | 2020-05-15 */

html,body{ margin:0; padding:0; height:100%; width:100%; }

.abs-square {
    position: fixed;
    border-radius: 6px;
    background-color: #eee;
    border: 0px;
    overflow: hidden;
}

img.size-small {
    height: 18px;
}

img.size-normal {
    height: 22px;
}

img.size-large {
    height: 26px;
}

#canvas {
    display:none;
  }

  .output {
    width: 100%;
    display:inline-block;
  }

.items-container {
    padding-top: 3px;
}

.user-item {
    margin-top: 2px;
    border-radius: 4px;
    background-color: #fff;
    border: 0px;
}
.user-item span {
    display: inline-block; 
    width: 220px; 
    min-width:220px; 
    max-width:220px; 
    color: #000055; 
    font-size: 10pt;
}

.user-item img {
    height: 20px;
}

.items-title {
    margin-top: 2px;
    margin-bottom: 6px;
    border-radius: 4px;
    background-color: #fff;
    border: 0px;
}
.items-title span {
    display: inline-block; 
    width: 250px; 
    min-width:250px; 
    max-width:250px; 
    color: #6666aa; 
    font-size: 10pt;
    font-weight: bold;
}

.items-title img {
    height: 20px;
}

.video-container video {
    position: relative;
    width:100%; 
    height: 100%;
    border-radius: 4px;
    z-index:0;
    object-fit: cover;
}

.overlay {
    position:absolute;
    bottom:0;
    right:0;
    z-index:1;
    margin: 20px;
    padding: 4px 10px;
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-radius: 4px;
    background: rgba(150, 150, 150, 0.2);
    font-size: xx-large;
    font-weight: bold;
    color: white;
}

 /* .remote-video { 
    width:100%; 
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
} */
/* 
.self-video { 
    width:100%; 
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}  */

.navbar-section a img {
    margin-top: -2px; height: 32px;
}

.footer-container {
    padding-left: 6px; 
    padding-top:4px; 
    font-size: 8pt;
}
.footer-container img {
    height: 16px;
}
/* .footer-container div {
    margin-top: -4px; height: 16px; border: 1px solid orange;
} */

.container-image-text img {
    vertical-align:middle;
    margin:2px;
}

.orange { background-color: orange; }
.blue { background-color: blue; }
.green { background-color: green; }
.yellow { background-color: yellow; }
.red { background-color: red; }
.purple { background-color: purple; }
.brown { background-color: brown; }
.white { background-color: white; }
.light-gray { background-color: #ccc; }
.dark-gray { background-color: #222; }
.black { background-color: black; }

.border-orange { border: 2px solid orange; }
.border-blue { border: 2px solid blue; }
.border-green { border: 2px solid green; }
.border-yellow { border: 2px solid yellow; }
.border-red { border: 2px solid red; }
.border-purple { border: 2px solid purple; }
.border-brown { border: 2px solid brown; }
.border-white { border: 2px solid white; }
.border-dark-gray { border: 2px solid #222; }
.border-black { border: 2px solid black; }

.zindex0 { z-index: 0;}
.zindex1 { z-index: 1;}
.zindex2 { z-index: 2;}


.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.outer-container {
    border: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0px;
}
.inner-container {
    width: 100%;
    height: 100%;
    border: 0px;
    display: inline-block;
    position: relative;
}

.video-overlay {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 10px;
    padding: 5px 5px;
    font-size: 20px;
    font-family: Helvetica;
    color: #FFF;
    background-color: rgba(150, 150, 150, 0.1);
}

#uploadFileInput {
    visibility: hidden;
}


