body {
  margin:0;
  padding:0;
  font-size: 12pt;
  font-weight: normal;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

@font-face{
  font-family: 'fa-font';
  src: url(https://d35px17eebcm3o.cloudfront.net/assets/fontawesome-webfont-b286394e851d277e2d7b3565e2521ce84da11b7f6fce07db1c2f22edf4376cc7.eot?#iefix) format('embedded-opentype'),
      url(https://d35px17eebcm3o.cloudfront.net/assets/fontawesome-webfont-91d5c9561ecf2908189b881a8ba86a52ef1ded1cbda3fab620db028af6143a93.woff) format('woff'),
      url(https://d35px17eebcm3o.cloudfront.net/assets/fontawesome-webfont-f959ef6d098505f01200e66ee927eb8432e89c35f51ab4ebab50c38c600d4d0e.ttf) format('truetype'),
      url(https://d35px17eebcm3o.cloudfront.net/assets/fontawesome-webfont-b286394e851d277e2d7b3565e2521ce84da11b7f6fce07db1c2f22edf4376cc7.eot#svgFontName) format('svg');
  font-weight: normal;
  font-style: normal;
}

.download_ARF {
  margin-top: 10px;
  font-size: 12px;
}

.conference {
  background-color: #f6f6f6;
}

.topheader {
    color: #434343;
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
}

.item-group-expandable {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #c1c7cf;
  box-shadow: 0 1px 0 #dde0e4;
  background-color: white;
}

.ig-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.item-group-container {
  background-color: #fff;
  padding: 50px;
  padding-bottom: 70px;
}

.ig-row {
  position: relative;
  display: block;
  height: 40px;
  box-shadow: 0 1px 0 #dde0e4;
  color: #696969;
  text-overflow: ellipsis;
}

.ig-title {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #737373;
  font-weight: bold;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 45%;
}

a:active, a:visited, a:link, a:hover {
  color: #737373;
}

.ig-date, .label-success {
  position: absolute;
  top: 12px;
  left: 50%;
  font-size: 14px;
  margin-right: 10%;
}

.recordings {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 14px;
}


.restart {
   position: absolute;
  /* top: 12px; */
  /* left:75%; */
  right: 15px;
  font-size: 14px;
}

.fa-cog:before {
  font-family: 'fa-font';
  content:"\f013";
  font-style: normal;
  font-size: 12px;
}

.fa-angle-down:before {
  font-family: 'fa-font';
  content:"\f0d7";
  font-style: normal;
  font-size: 12px;
}

.settings {
  top: 12px;
  position: absolute;
  right: 15px;
}

.start-button, .join-button {
  padding: 2px 8px;
  font-size: 11.9px;
  background: #fff;
  color: #333;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 8px;
/*  padding: 8px 14px;*/
  margin-bottom: 0;
/*  font-size: 14px;*/
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.restart-button{
  padding: 5px 8px;
  font-size: 11.9px;
  background: #fff;
  color: #333;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
/*   display: inline-block;
  position: absolute;
  right: 15px;
  top: 8px; */
/*  padding: 8px 14px;*/
  margin-bottom: 0;
/*  font-size: 14px;*/
  /* line-height: 20px; */
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.join-button {
  background: #0096db;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #00648e;
}


.label-success {
  background-color: #417e42;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


@media (max-width: 500px) {
  .recordings {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  }

  .ig-title {
  font-size: 13px;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 40%;
  }

  .ig-date, .label-success {
  font-size: 12px;
  left: 42%;
  overflow: hidden;
  text-overflow: ellipsis;
  }
}

.hidden {
  visibility: hidden;
}

.password-span {
  padding: 2px 10px;
  color: darkred;
}

.password-password {
  padding: 2px 4px;
  background: yellow;
}

.view-recording-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.view-recording-container video {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0;
  left: 0;
}

.view-recordings-dropdown {
  float: left;
  overflow: hidden;
}

.view-recordings-button {
  border: none;
  outline: none;
  background-color: inherit;
  color: #696969;
  font-family: inherit;
  margin: 0;
}

.view-recordings-dropdown:hover .view-recordings-button {
  color: black;
}

.view-recordings-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.view-recordings-content a {
  float: none;
  padding: 10px 14px;
  display: block;
  text-align: left;
}

.view-recordings-content a:hover {
  background-color: #ddd;
}

.view-recordings-dropdown:hover .view-recordings-content {
  display: block;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

 */
