html,body {
width: 100%;
height: 100%;
background: #3f51b5;
margin: 0px;
padding: 0px;
overflow: hidden;
max-height: 100%;
}
#login{
width: 100%;
height: 100%;
position: fixed;
top:0px;
left: 0px;
background-image: url(login.jpg);
background-repeat: no-repeat;
z-index: 9999;

}
.form{
  margin-left: auto;
      margin-right: auto;
      position: relative;
      background: rgba(255, 255, 255, 0.46);
      width: 35%;
      height: 250px;
      margin-top: 10%;
    }
.form p {
  margin: auto; */
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 35px;
      position: absolute;
      width: 100%;

}
.dock{
/*background: rgba(255, 255, 255, 0.1)!important;*/
width: 100%;
height: 100px;
position: fixed;
bottom: 40px;
z-index: 1000;
}
.dock div{
  width: 10%;
    max-height: 100%;
    float: left;
}
.dock div:empty {
   display: none;
}
.dock video{
  width: 100%;
      max-height: 100%;
      float: left;
      object-fit: unset;
  }

.vlocal{
margin: 0 auto;
display: block;
height: 100%;
width: 100%;

}
.controlvisio{
width: 100%;
height: 50px;
position: fixed;
bottom: 0px;

z-index: 800;

}
.ctrlcontent{
  width: 100%;
    height: 50px;
color: white;
    bottom: 2px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 800;
    text-align: center;
    border-radius: 10px 10px 0 0px;
    border-bottom-right-radius: blue solid 5px;
    border-left: blueviolet solid 5px;
    border-right: blueviolet solid 5px;
    margin: auto;
}
.ctrlbtn{
width: 40px;
height: 40px;
border-radius: 20px;
font-size: 18px;
text-decoration: none;
text-align: center;
padding: 5px;
color: white;
font-size: 1em;
}
.ctrlbtn:hover{
zoom:1.2;

}
.unload{

background: crimson;

color: white;
padding: 5px;

}
.switchVideo{

}
#audioOutputSelect{
  width: 20px;
  height: 20px;
  border-radius: 10px;
padding: 2px;
background: transparent;
margin-left: -15px;
}

#logo{
  width: 5%;
  height: 100px;
  background-image: url(bsl.png);
  background-repeat: no-repeat;
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 1000;
  background-size: contain;
}
.fullscreen{
  width: 38px;
      height: 100px;
      background-repeat: no-repeat;
      position: fixed;
      top: 5px;
      right: 5px;
      z-index: 1000;
      background-size: contain;
      font-size: 25px;
}
.fullscreen ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.fullscreen ul li{
  background: transparent;
  color:white;
  width: 100%;
}
.fulloff{
  display: none;
}
.template6old{
  width: 100%;
  height:100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.46);
  z-index: 1000;
  top: 0px;
  padding-left: 5%;
  padding: 5%;
}
.channel6{
  width: 30%;
  height: 28%;
  border: solid 3px aqua;
  float: left;


}

.channel4{
/*  background-color: #8ca0ff;
  padding: 5px;
order: 3;
flex-grow: 4;*/
width: 50%
flex: 0 0 auto;
 margin: 6px;
}
.channel4 img{
  width: 100%;
}
.template4 {
  z-index: 900;
      /* position: fixed; */
      /* top: 1%; */
      /* left: 5%; */
      display: grid;
      width: 88%;
      height: 80%;
      grid-template-areas:
          "speak screencapt"
          "secondspeak screencapt"
          "blanc screencapt";
      grid-template-columns: 34% 1fr;
      grid-template-rows: 37% 2fr 1fr;
      margin-left: auto;
      margin-right: auto;
}
/*TEMPLATE*/
.template4 img {
  display: block;
  border: 1px dashed #888;
width: 90%;

   margin: auto;
}

.speak {
  grid-area: speak;
  min-height: 360px;

}
.speak video{
  width: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      height: 100%;

}

.screencapt {
  grid-area: screencapt;
      margin-left: 2%;
      height: 700px;
}

.screencapt video{
  width: 100%;
      object-fit: contain;
      display: block;
      position: absolute;
      height: 100%;
      clip-path: inset(0px 13% 28px 13%);
      object-position: top;

}
.secondspeak {
  grid-area: secondspeak;

  margin-top: 10px;
}
.secondspeak video{
  width: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      height: 100%;

}

.blanc {
  grid-area: blanc;
  display: none;
}
/*SETTING*/
.setting{
  position: fixed;
      z-index: 1000;
      width: 23%;
      height: 100%;
      top: 0;
      right: 0px;
      background: rgba(0, 0, 0, 0.43);
      color: white;
      font-family: sans-serif;
      padding-left: 13px;
      display: none;
  }
.setting ul{
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.setting ul li{
  position: relative;
  border: aliceblue solid 5px;
  height: 110px;
    width: 195px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.btntemp{
  position: absolute;
    width: 100%;
    bottom: 10px;
      z-index: 1000;
}
#validtemp{

  right: 10px;

  z-index: 1000;
}
.templist{
  position: absolute;
}
.template6 {
  display: grid;
  width: 100%;
    height: 80%;
  grid-template-areas: "speaker1 speaker2 speaker3"
  "speaker4 speaker5 speaker6";
  grid-template-columns: 33.33% 33.33% 1fr;
  grid-template-rows: 1fr 1fr;
  margin-left: auto;
    margin-right: auto;
}
.template6 img {
  width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.f169{
  /* width is set as 100% here. any width can be specified as per requirement */
     width: 98%;
     /*padding-top: 56.25%;*/
     padding-bottom: 56.25%;
     height: 0px;
     position: relative;
     margin-top: 1%;


}
.template6 video{
  width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
}
.speaker1 {
  grid-area: speaker1;
}
.speaker2 {
  grid-area: speaker2;
}
.speaker3 {
  grid-area: speaker3;
}
.speaker4 {
  grid-area: speaker4;
}
.speaker5 {
  grid-area: speaker5;
}
.speaker6 {
  grid-area: speaker6;
}
.template5 {
  display: grid;
    width: 59%;
    height: 76%;
    grid-template-areas:
        "blanc4 speaker4-1 speaker4-2 blanc-4"
        "blanc4 speaker4-3 speaker4-4 blanc-4";
    grid-template-columns: 10% 40% 40% 1fr;
    grid-template-rows: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
}
.template5 img {
  display: block;
  border: 1px dashed #888;
width: 100%;
}
.template5 video{
  width: 100%;
      object-fit: cover;
      display: block;
    /*  position: absolute;*/
      height: 100%;

}
.blanc4 {
  grid-area: blanc4;
}
.speaker4-1 {
  grid-area: speaker4-1;
}
.speaker4-2 {
  grid-area: speaker4-2;
}
.blanc-4 {
  grid-area: blanc-4;
}
.speaker4-3 {
  grid-area: speaker4-3;
}
.speaker4-4 {
  grid-area: speaker4-4;
}
.editactive{
  border: darkcyan solid 2px;
}
/*#template video{
  width: 100%;
      object-fit: cover;
      display: block;
      position: absolute;
      height: 100%;

}*/
#template{
display: none;
position: fixed;
    top: 0;
    z-index: 999;
    background: #7fffd469;
    width: 100%;
    height: 100%;
    padding-left: 1%;
    padding-top: 1%;
}
#template div{
  position: relative;
}
#view div{
  position: relative;
}
.vidmono{

}
.vidmono video{
  min-width: 100%;
    position: absolute;
    height: 100%;
    object-fit: fill;
    object-position: bottom;

}
.marque{
  position: fixed;
  color: white;
  font-family: sans-serif;
  width: 300px;
  height: 25px;
  right: 5px;
  bottom: 15px;
  z-index: 900;
}
/*editor*/
#feditor{
width: 100%;
position:fixed;
z-index: 9999;
top: 0px;
left: 0px;
display: none;
}
#resolte-contaniner{
  width: 895px;
      height: 500px;
      margin-left: auto;
      margin-right: auto;
      background: white;
      color: #000;
      padding: 10px;
      margin-top: 10px;
      overflow: auto;
    }
#mycontainer{
  width: 48%;
      margin-left: auto;
      margin-right: auto;
      background: gray;


}
    input[type="file" i] {
        -webkit-appearance: initial;
        background-color: initial;
        cursor: default;
        align-items: baseline;
        color: floralwhite;
        text-align: start !important;
        padding: initial;
        border: initial;
    }
a {
  cursor: pointer;
}

#editor {
  box-shadow: 0 0 2px #CCC;
  min-height: 150px;
  overflow: auto;
  padding: 1em;
  margin-top: 20px;
  resize: vertical;
  outline: none;
}

.toolbar {
  text-align: center;
}

.toolbar a,
.fore-wrapper,
.back-wrapper {
  border: 1px solid #AAA;
  background: #FFF;
  font-family: 'Candal';
  border-radius: 1px;
  color: black;
  padding: 5px;
  width: 1.5em;
  margin: -2px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 1px 0px #CCC;
}

.toolbar a:hover,
.fore-wrapper:hover,
.back-wrapper:hover {
  background: #f2f2f2;
  border-color: #8c8c8c;
}

a[data-command='redo'],
a[data-command='strikeThrough'],
a[data-command='justifyFull'],
a[data-command='insertOrderedList'],
a[data-command='outdent'],
a[data-command='p'],
a[data-command='superscript'] {
  margin-right: 5px;
  border-radius: 0 3px 3px 0;
}

a[data-command='undo'],
.fore-wrapper,
a[data-command='justifyLeft'],
a[data-command='insertUnorderedList'],
a[data-command='indent'],
a[data-command='h1'],
a[data-command='subscript'] {
  border-radius: 3px 0 0 3px;
}

a.palette-item {
  height: 1em;
  border-radius: 3px;
  margin: 2px;
  width: 1em;
  border: 1px solid #CCC;
}

a.palette-item:hover {
  border: 1px solid #CCC;
  box-shadow: 0 0 3px #333;
}

.fore-palette,
.back-palette {
  display: none;
}

.fore-wrapper,
.back-wrapper {
  display: inline-block;
  cursor: pointer;
}

.fore-wrapper:hover .fore-palette,
.back-wrapper:hover .back-palette {
  display: block;
  float: left;
  position: absolute;
  padding: 3px;
  width: 160px;
  background: #FFF;
  border: 1px solid #DDD;
  box-shadow: 0 0 5px #CCC;
  height: 70px;
}

.fore-palette a,
.back-palette a {
  background: #FFF;
  margin-bottom: 2px;
}
/*fin*/
#resulteditor{
  position: fixed;
    right: 0px;
    top: 0;
    background: rgba(0, 0, 0, 0.55);
    color: chartreuse;
    min-width: 400px;
  /*  display: none;*/
}
