.dataTable td, .dataTable th {
  text-align: justify;
  vertical-align: middle !important; /* Vertically center the content */
}

.audio{
    height:30px;
    width:180px;
}

.direct-chat-box{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.mes-border-left{
    border-left: 5px solid;
}

/*
 *  STYLE 3
 */

.scroll {
    max-height: 700px;
    overflow-y: auto;
}

.style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.3);
    background-color: #3f3f3f;
}

.style-3::-webkit-scrollbar
{
    width: 3px;
    background-color: #0069d9;
}

.style-3::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}

.relative {
    position: relative;
    min-height: 500px;
}

.main-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.modal-backdrop {
    z-index: -1;
}

.voice-btn-z-index{
    z-index: 999;
}


.play-btn{
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat, repeat;
    background-color: #3a4047;
    background-image: url("../img/play_icon_70px.svg");
    background-size: cover;
    background-position: center;
    border-color: #727b84;
}

.play-btn-new{
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat, repeat;
    background-color: #f39c12;
    background-image: url("../img/play_icon_70px.svg");
    background-size: cover;
    background-position: center;
    border-color: #f39c12;
}

.pause-btn{
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat, repeat;
    background-color: #ff0000;
    background-image: url("../img/pause_icon_70px.svg");
    background-size: cover;
    background-position: center;
}

.footer-btn{
    height: 70px;
    min-width: 70px;
    margin: 0px;
    padding: 0px;
}
 /*Camera Style*/

 .camview-bg{
    min-height: 100px;
    background-image: url("../image/loading2.gif");
    background-size: contain;
    background-repeat: no-repeat;
    bbackground-size: 50px 50px;
    background-position: center;
 }

 .log-border{
    border-left: 20px solid;
    border-right: 5px solid;
 }

 .log-danger-bg{
    background-color: #454d55;
 }

 .log-warning-bg{
    background-color: #B18904;
 }

 .btn-report {
    display: block;
    background-color: #bbb;
    padding: 10px;
    text-align:center;
    vertical-align: middle;
    line-height: 65px;
}

.outer {
  display : flex;
  align-items : center;
}

.image-container {
  position: relative;
  display: inline-block;
}

.overlay-image {
  position: absolute;
  width: 50px;
  height: 50px;
}

.clickable-image{
    display: none;
}


/*SLIDE*/
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.slide-container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.slide-prev,
.slide-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.slide-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slide-prev:hover,
.slide-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.slide-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.slide-column {
  float: left;
  width: 9%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}