body, html {
  margin: 0;
  background-color: #0f1010;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  color: white;
}
#logout{

font-size: 22px;
}
table{
  table-layout: auto;
  width: 100%;
  background-color: black;
  border-style: none;

}
p{
  margin: 0;
}

#isAdmin{

  width: 20px;
  margin: 0 auto;
  margin-top: 5px;
}
.lateral_margin{
  margin-left: 20px;
  margin-right: 20px;
}
.notfound{
  display: none;
}
header {
  padding: 2rem 0;
}

.call-wrapper{
  margin:0 auto;
}
.imgcopy{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none ;
  margin-left: 50px;

  width: 50px;
  height: 50px;
  border: none;
  background-color: #B0B0B0;
  background-image: url("../assets/img/copy4.png");
  background-size:cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.copy{
      -webkit-appearance: none ;
      background-image: url("../assets/img/copy4.gif");
      background-color: #B0B0B0;
      background-size:cover;
      background-position: 0px 0px;
      background-repeat: no-repeat;
}

 a, a:hover{
   color: black;
 }

 .refresh{

   display: inline-block;
  -webkit-appearance: none ;
  margin-left: 20px;
  width: 2rem;
  height: 2rem;


   background-image: url("../assets/img/refresh.png");
   background-size:cover;
   background-position: 0px 0px;
   background-repeat: no-repeat;
 }
.green{

background-image: url("../assets/img/refresh1.gif");

}
.register input{
  width:300px;
  margin: 10px;
}
.table{
  color:white;
}
.table{
  background-color: #515256;
  margin: 0;
}
tbody {
  background-color: #B0B0B0;
}
  .col-3{
    display: flex;
    flex-direction: column;
    justify-content: center;

  }
 .table td, .table th{
   width: 33%;
   vertical-align: middle;
  border-top:0;

 }
.icons{
  display: flex;

}
.boxClass span{
  margin: 10px;
  display: inline-block;
  width: 200px;
}

#checkboximg{
  width: 8%;
}

.click-wrapper {
  width: 100%;
  text-align: center;
}

.click-wrapper iframe {
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0.8rem;
  color: #AAA;
  padding: 1rem 0;
}

.user-guide {
  padding: 1rem;
}
.container{

}
.user-guide img {
  width: 25px;
  margin-right: 0.5rem;
}

.user-guide a {
  font-size: 0.6rem;
  color: #FFF;
  text-decoration: none;
  font-weight: 100;
  display: inline;
  line-height: 25px;
  margin: 0.5rem;
  cursor: pointer;

}

.user-guide a:hover {
  color: #FFF;
  text-decoration: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

 .call-wrapper {

  height: 197px;
  width: 350px;
 }
 footer {
   position: inherit;
 }
 #connectSection {
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: calc( 100vh - 300px );
   min-height: 420px;
 }
 header img {
   position: absolute;
   float: right;
   /* width:  100px; */
   margin-right: 50vw;
 }
}
 /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  header .container{
    max-width: none;
  }
  /* header img {


    width:  100px;

  } */
  .call-wrapper {

    height: 287px;
  }
  footer {
    position: inherit;
  }
  #connectSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc( 100vh - 155px );
    min-height: 700px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .call-wrapper {
    height: 388px;
  }
  #connectSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc( 100vh - 155px );
  min-height: 700px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .call-wrapper {
    height: 524px;
  }
  #connectSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc( 100vh - 200px );
    min-height: 750px;
  }
  .user-guide {
    padding: 1rem;
  }
  .user-guide img {
    width: 30px;
  }
  .user-guide a {
    font-size: 1.2rem;
    line-height: 20px;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .call-wrapper {
    height: 524px;
    width: 931px;
    margin: 0 auto;
  }
  #connectSection {
    min-height: 720px;
    height: calc( 100vh - 170px );
  }
}

@media (min-width: 1400px) {
  .call-wrapper {
    height: 524px;
    width: 931px;
    margin: 0 auto;

  }
  #connectSection {
    min-height: 720px;
    height: calc( 100vh - 170px );
  }
}
