@font-face {
  font-family: Cairo;
  src: url(./../fonts/Cairo-Regular.ttf);
}

html, body {
  height: 100%;
}

body.login {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.clock ul li {
  display: inline;
}

label, span, h1, h2, h3, h4, h5, h6, div {
  font-family: 'Cairo', sans-serif;
}

.homeViews {
  padding: 10px 0 10px 0;
}

.homeViewTitle {
  margin-bottom: 10px;
}

#grid_updatepanel, #grid2_updatepanel {
  float: none !important;
  width: 100%;
}

#grid_updatepanel #grid, #grid2_updatepanel #grid {
  width: 100% !important;
}

.dataTables_filter input {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.table_form {
  width: 50%;
  margin: 0 auto;
}

.div-header {
  color: #fff;
}

.kgrTable thead tr th * {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold;
  text-align: center;
}

.kgrTable thead tr th {
  background: #007bff !important;
  border: 1px solid #0065d2 !important;
}

.kgrTable th a {
  font-family: 'Cairo', sans-serif;
  line-height: 1;
}

.kgrPager *, .kgrFunctionPanel * {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold;
  text-align: center;
  font-family: 'Cairo', sans-serif !important;
  line-height: 1;
}

.kgrPager {
  background: #384E73 !important;
  border: 1px solid #384E73 !important;
}

span.kgrRefresh {
  position: relative;
  top: 11px;
}

.datatable tr th {
  background: #007bff;
  color: #fff;
  border: 1px solid #0056b3;
  text-align: center;
  padding: 2px !important;
  font-size: 14px;
}

table.dataTable tbody th, table.dataTable tbody td {
  font-size: 14px;
  padding: 1px 5px !important;
  line-height: 1 !important;
}

table.dataTable tbody tr:nth-child(odd) {
  background: #ECF2F9;
}

table.dataTable tbody td img {
  width: 23px;
}

.dataTables_wrapper {
  background: #384E73;
  padding: 10px 0;
}

.dataTables_wrapper label, .dataTables_info, #datatable+div+.dataTables_paginate *, .dataTables_paginate, #datatable+div+.dataTables_paginate a {
  color: #fff !important;
  padding: 0 10px !important;
}

.footer .row.mt-3.pt-2.pb-2 {
  position: fixed;
  width: 100%;
  background: #f8f9fa;
  right: 0;
  bottom: 0;
  margin: 0 !important;
}

body {
  padding-bottom: 35px;
}

.row.pt-1.pb-1.border-bottom {
  transform: scale(0.9);
  margin-bottom: -10px;
}

body .container {
  max-width: 100%;
}

span.notification {
  background: #fe0100;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}

.video-controller {
  background: transparent !important;
}

.video-controller>div>div {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
  background-position: center center
}

.video-controller>div {
  width: 40px;
  height: 40px;
  padding: 7px;
  background: #007bff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background-position: center center;
}

.video-controller>div.hang-call {
  background: #dc3545;
}

.video-controller>div.active {
  background: #fff;
  border: 2px solid #007bff;
}

.video-controller>div.active>div {
  filter: none !important;
}

div#otherClients>button {
  background: #fff;
  border: none;
  width: calc(100% - 20px);
  height: 87px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0px 1px 4px #ddd;
  margin: 10px auto 5px auto;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}

div#otherClients>button:hover {
  background: #44ca5a;
  color: #fff
}

.footer .row.mt-3.pt-2.pb-2 {
  z-index: 9;
}