
#tools {
	width : 100%;
	height : 40px;
	background-color: transparent;
	bottom: 0;
    position: absolute;
    right: 0;
	border : none;
	margin-right : 0px;
	margin-bottom : 10px;
	z-index: 12;
	text-align: center;
	display: flex;
}

#videos {
    position: relative;
    width: 80%;
    height: 85%;
    float: left;
    background: #eaf2f6;
}

div.form-chat {
    border-top: 4px solid #eaf2f6;
    display: block;
    width: -webkit-fill-available;


}


.btn-tools:hover {
	background-color : lightgrey;
}

.disconnect:hover {
	background-color : #0ff;;
}
.btn-tools {
	width : 40px;
	height : 40px;
	float : left;
	background-repeat: no-repeat;
    background-position: center;
    filter: hue-rotate(360deg) invert(100%);
    background-color: #aaaa;
    border-radius: 50px;
    font-size: 2rem;
}
.smartglassList{
    overflow: auto;
}
.title_history {
    text-align: center;
    color: #fff;
    background: #0760ac;
    font-weight: 500;
    line-height: 1.5;
}
.screenshot_message {
    margin-top: 40;
}



.maximise   { background-image: url('/video/static/images/icons/maximise.png');}
.minimise   { background-image: url('/video/static/images/icons/minimise.png');  }
.connect    { background-image: url('/video/static/images/icons/connect.png');}
.disconnect { background-image: url('/video/static/images/icons/disconnect.png');  background-color: #0ffa;}
.screenshot { background-image: url('/video/static/images/icons/screenshot.png');}
.mute { background-image: url('/video/static/images/icons/mute.png');}
.unmute { background-image: url('/video/static/images/icons/unmute.png'); }
.disable_sound { background-image: url('/video/static/images/icons/enable_sound.png'); }
.enable_sound { background-image: url('/video/static/images/icons/disable_sound.png');}
.enable_video { background-image: url('/video/static/images/icons/enable_video.png'); display:none;}
.disable_video { background-image: url('/video/static/images/icons/disable_video.png'); display:none; }
.picture_in_picture { background-image: url('/video/static/images/icons/picture_in_picture.png') }

#left {
   width: -webkit-fill-available;
  display:table-cell;
  background-color: #FFF;
  float: left;
  border-bottom: 4px solid #eaf2f6;
}
input#msgTxt{
width: -webkit-fill-available;
}

#right {
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;
    float: left;
    padding: 20;
    background: url('/video/static/images/icons/attach.png') no-repeat;


}

#send {
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: left;
    padding: 20;
    background-color: white;
	background-image: url('/video/static/images/icons/send.png');
}


#header-canvas {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    position: absolute;
    background-color: white;
    touch-action: none;
    }


#send-canvas {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: white;
	background-image: url('/video/static/images/icons/send.png');
}

#erase-canvas {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    right: 46px;
    position: absolute;
    background-color: white;
	background-image: url('/video/static/images/icons/eraser.png');
}

#close-canvas {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    position: absolute;
    background-color: white;
	background-image: url('/video/static/images/icons/close.png');
}

#tools div:hover {cursor : pointer; }
#canvasDiv {
	/*position: absolute;*/
    left: 100;
    top: 100;
    width: 60%;
    height: 40%;
    z-index: 10;
	/* width : 648px;
	height : 488px;*/
	display : none;
	z-index: 20;
	position: fixed;
}
#canvas {
	   /* width: 100%;
		height: 100%;*/
		top: 0;
    left: 0;
	border: 4px solid white;
	border-top: 40px solid white;
	position: absolute;
	 /*width : 648px;
	height : 488px;*/
	touch-action: none;

}

#history img{
    width: 100%;
    height: auto;

}

#canvasDiv img  {
	border: 4px solid white;
	position: absolute;
	width : 648px;
	height : 488px;
}

#canvas-img  {
    top: 0;
    left: 0;
}


#canvas-img2{
    top: 0;
    left: 655px;
}

#canvas-img3{
	top: 0;
    left: 0;
	border: 4px solid white;
	position: absolute;
	width : 648px;
	height : 488px;
   /* top: 495px;
    left: 655px;*/
	/*display : none; */
}

#img-test {
	width : 100%;
	height : 400px;
}

form {
    display: table;
    width: 100%;
    bottom: 0;
    position: absolute;
}

#remoteVideo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}


#history {
    width: 100%;
    height: calc(100% - 80px);
    overflow: auto;
}

#textchat {
    position: relative;
    width: 20%;
    float: right;
    right: 0;
    height: 85%;
    background-color: #fff;
}

#tools div {
    margin: 0 4px;
}


  video {
     background: black;
     border: 1px solid gray;
  }


  .call-page {
     position: relative;
     display: block;
     overflow: hidden;
  }

  #localVideo {
     width: 25%;
     height: 25%;
     position: absolute;
     top: 15px;
     right: 15px;
     z-index: 1000;
  }

  #remoteVideo {
     width: 100%;
     height:100%;
  }
   .call-button {
    width: 30px;
     height: 30px;

  }
  p.mine {
    font-size: large;
    }


  .player:hover .controls, player:focus .controls {
    opacity: 1;
  }
  @font-face {
   font-family: 'HeydingsControlsRegular';
   src: url('fonts/heydings_controls-webfont.eot');
   src: url('fonts/heydings_controls-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/heydings_controls-webfont.woff') format('woff'),
        url('fonts/heydings_controls-webfont.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

.timer {
  line-height: 38px;
  font-size: 10px;
  font-family: monospace;
  text-shadow: 1px 1px 0px black;
  color: white;
  flex: 5;
  position: relative;
  z-index: 11;
}

.timer div {
  position: absolute;
  background-color: rgba(255,255,255,0.2);
  left: 0;
  top: 0;
  width: 0;
  height: 38px;
  z-index: 2;
}

.timer span {
  position: absolute;
  z-index: 3;
  left: 19px;
}


video::-webkit-media-controls {
  display:none !important;
}


/************ PAGINA CHIAMATA ************/
#tools{
  height: auto;
}
#videos {
  background: #eaf2f6;
}

#tools {
  background-color: transparent;
  border: none;
  width: 100%;
  margin-right: 0;
  display: block;
}
#mute {
}
#mute .fa-phone{
  transform: rotate(90deg);
  font-size:24px;
  color:#fff;
  background: #40a83d;
  border-radius: 50px;
  padding: 10px;
}

#unmute {
 /* background-image: url('../images/unmute.png');
     -webkit-filter: hue-rotate(360deg) invert(100%);
  filter: hue-rotate(360deg) invert(100%);*/
}
#unmute .fa-phone{
    font-size:24px;
  color:#fff;
  background: #40a83d;
  border-radius: 50px;
  padding: 10px;
  transform: rotate(225deg);
}

#textchat {
  background-color: #fff;
}
.btn-tools {
  display: inline-block;
  float: none;
}
.btn-go{
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .35rem!important;
  position: relative;
  top: 10px;
}
#select-form{
  top: 10px;
}
select#list-rooms{
  height: calc(1.8125rem + 2px);
  top: 10px;
  position: relative;
  margin-left: 10px;
}
form.form-chat {
  border-top: 4px solid #eaf2f6;
}
.triangle-right {
  position: relative;
  padding: 15px;
  margin: 1em 1em 3em;
  color: #021d35;
  background: #93d3ff;
  /*background: -webkit-gradient(linear, 0 0, 0 100%, from(#93d3ff), to(#93d3ff));
  background: -moz-linear-gradient(#93d3ff, #93d3ff);
  background: -o-linear-gradient(#93d3ff, #93d3ff);
  background: linear-gradient(#93d3ff, #93d3ff);*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.triangle-right::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 30px;
  border-width: 20px 20px 0 0px;
  border-style: solid;
  border-color: #93d3ff transparent;
  display: block;
  width: 0;
}


 .resizer{
 touch-action: none;
}

.resizable .resizers .resizer{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 3px solid #4286f4;
  position: absolute;
}
.resizable .resizers .resizer.top-left {
  left: -10px;
  top: -10px;
  cursor: nwse-resize; /*resizer cursor*/
}
.resizable .resizers .resizer.top-right {
  right: -10px;
  top: -10px;
  cursor: nesw-resize;
}
.resizable .resizers .resizer.bottom-left {
  left: -10px;
  bottom: -10px;
  cursor: nesw-resize;
}
.resizable .resizers .resizer.bottom-right {
  right: -10px;
  bottom: -10px;
  cursor: nwse-resize;
}















