body{
	padding-top: 70px;
	background-color: #000;
  overflow: hidden;
}
a:hover{
	text-decoration: none;
}
a, a:focus, a:active, .btn:focus, .btn:active{
	outline: none;
}
iframe{
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
}

.navbar-default{
	background-color: rgba(0,0,0,.8);
	border: none;
	height:5px;
}
.logo{
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 20px;
}
.connectionnotification{
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 56px;
	margin-bottom: 20px;
	color:black;
}
.home_outer{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: table;
}
.home_middle{
	display: table-cell;
	vertical-align: middle;
}
.home_inner{
	margin: 0 auto;
	width: 350px;
	border-radius: 10px;
	text-align: center;
	padding: 15px;
	background-color: #B71B1C;
	height: 100px;
	color:white;
}
.home_txt{
	width: 260px;
	text-align: left;
}
.tango-btn{
	background-color: #F26522;
	border: none;
	color:white;
  padding :10px;
}
.tango-input{
	background-color: #fff;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	width: 200px;
	height: 30px;
}

/* widget column */
.widget-column{
	width: 50px;
	position: absolute;
	top: 0;
	padding-top: 50px;
	left: 0;
	height: 100%;
}
#widget_loader{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: -3px;
	padding-top: 50px;
	/*padding-left: 70px;*/
	padding-left: 50px;
}	
.widget-container{
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,.8);
}
.widget-container a{
	height: 50px;
	margin-top: 10px;
}
.widget-container .nav>li>a:focus,.widget-container .nav>li>a:hover{
	background-color: transparent;
}

/* Participent window*/
#videoContent{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  -webkit-user-drag: element;
}
#localVideo{
	margin-top: 64px;
  margin-right: 20px;
  width: 200px!important;
  height: 150px!important;
  border-radius:20px;
  background-color: #000;
}
video, canvas{
	vertical-align: top;
}
#myCanvas{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}
.videoContainer video{
	
}
.notifications-holder{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: 20px;
}

#roonnameDiv{
margin: 10px 40px 10px;
}

#upperNav{
  height:34px;
  width: 100%;
  position: absolute;
  top: 0px !important;
  z-index:10;
}





#tools{
    position: absolute;
    margin-left: 40%;
    list-style-type: none;
    top: 0px !important;
}

ul#tools li {
    /*display: inline;*/
    float:left;
}

ul#tools li a{
      height: 20px !important;
    margin: 2px 2px 2px 2px;
    padding: 10px 20px 10px 10px;
}
ul#tools li a:hover {
    background-color: orange;
}





#status{
  float: right!important;
  margin-right: -15px;
  position: absolute;
  right :8px;
  top: -5px! important;
}
ul#status li{
  float:left;
}
ul#status li a{
      height: 20px !important;
    margin: 2px 2px 2px 2px;
    padding: 10px 30px 10px 30px;;
}
ul#status li a:hover {
    background-color: orange;
}


#notifications{
  margin: 0px 10px 0px 60px;
  width: 300px;
  color: #fff;
  text-align: left;
  /*font-weight: 900;*/
  /*pointer-events:none;*/
}
.green{
  color:green;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);

.roboto {
    font-family: "Roboto";
    color: #fff;
    line-height: 19px;
    vertical-align: middle;
}


/*.span-class-notification {
    display: block;
    font-size: 2em;
}*/

.fw-100 { font-weight: 100; font-size:25px ; margin-bottom: -5px ; }
.fw-100-small { font-weight: 100; font-size:15px }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; font-size:25px }
.fw-500 { font-weight: 500; }
.fw-700 { font-weight: 700; }
.fw-900 { font-weight: 900; }

#tooltiproomnotifications{
	top: 60px;
	margin-left: 80px;
	height: 50px;
	width: 300px;
}
div[bubbletooltip]:before
{
    content: "";
    position: absolute;
    border-bottom: 21px solid #151517;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
   top:45px;
   left: 90px;
   z-index: 2;
}

div[bubbletooltip]:after
{
    position: absolute;
    content: attr(bubbletooltip);
    color: #FFF;
    font-weight:bold;
    white-space: nowrap;
    background: #151517;
    padding: 5px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius: 6px;
    top: 60px;
	left: 80px;
	height: 40px;
/*	//width: 1100px;*/
	 float:  left;
     clear: left;
        max-width:50%;
     min-width:150px;
     display: table;
     z-index: 2;
}

#tooltipnetworknotifications{
	top: 60px;
	margin-right: 0px;
	margin-left: 1000px;
	height: 50px;
	width: 300px;
}
div[networktooltip]:before
{
    content: "";
    position: absolute;
    border-bottom: 21px solid #151517;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
   top:45px;
   right: 20px;
   z-index: 2;
}

div[networktooltip]:after
{
    position: absolute;
    content: attr(networktooltip);
    color: #FFF;
    font-weight:bold;
    white-space: nowrap;
    background: #151517;
    padding: 5px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius: 6px;
    top: 60px;
	right: 10px;
	height: 40px;
	 float:  left;
     clear: left;
     max-width:50%;
     min-width:150px;
     display: table;
     z-index: 2;
}


#tooltipwebrtcnotifications{
	top: 60px;
	margin-right: 0px;
	margin-left: 600px;
	height: 50px;
	width: 300px;
}
div[webrtctooltip]:before
{
    content: "";
    position: absolute;
    border-bottom: 21px solid #151517;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
   top:45px;
   right: 600px;
   z-index: 2;
}

div[webrtctooltip]:after
{
    position: absolute;
    content: attr(webrtctooltip);
    color: #FFF;
    font-weight:bold;
    white-space: nowrap;
    background: #151517;
    padding: 5px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius: 6px;
    top: 60px;
	right:482px;
	height: 40px;
	 float:  left;
     clear: left;
     max-width:50%;
     min-width:150px;
     display: table;
     z-index: 2;
}


#mediaChooseArea{
	z-index: 2;
	position: absolute;
    margin: 0 auto;
}

#audiodevices{
color:black;
}
 #videodevices
{
color:black;
}

.hidedisplay{
display:none !important;
}

/*-----------------------------------------------------------------------------------------------*/

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}