.btn-primary {
  background-color: #0055a4;
  border: 1px solid #0055a4;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  background-color: #fff;
  border: 1px solid #0055a4;
  color: #0055a4;
}

.btn-success {
  background-color: #38c172;
  border: 1px solid #38c172;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus {
  background-color: #fff;
  border: 1px solid #38c172;
  color: #38c172;
}

.btn-info {
  background-color: #4a4a49;
  border: 1px solid #4a4a49;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #fff;
  border: 1px solid #4a4a49;
  color: #4a4a49;
}

.login-box-body button {
  width: 100%;
}

.video_box.remote {
  position: relative;
  height: 100vh;
}

.video_box video#remote-view-video,
.video_box video#remote-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_box video#remote-view-video.sharing {
  width: auto;
  height: 16%;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.video_box video#self-view {
  width: auto;
  height: 10vh;
}

header .logo img {
  width: 45%;
}

.app-logo {
  margin-top: 20px;
  text-align: center;
}

.app-logo img {
  width: 100px;
}

.qrcode-container {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  z-index: 9999;
}

.qrcode-container #countdown {
  margin: 10px 0;
}

.qrcode-container .qrcode-title {
  margin-bottom: 10px;
}

.qrcode-container .qrcode-image,
.qrcode-container img {
  width: 100%;
}

.utenti-interni {
  position: relative;
}

.utenti-interni input[type=submit] {
  position: absolute;
  top: 20px;
  right: 20px;
}

.utenti-interni .box-body > .table {
  margin-bottom: 20px;
}

.d-inline-block {
  display: inline-block;
}

.current-pdf a {
  display: inline-block;
  padding: 40px 0 4px 0;
  font-size: 20px;
  line-height: 20px;
}

.current-pdf i {
  font-size: 20px;
  margin-right: 10px;
}

.dataTables_filter {
    padding-right: 2% !important;
}

.dataTables_length {
    padding-left: 2% !important;
}

.dataTables_info {
    padding-left: 2% !important;
}


