.last-seen {
	color: #888;
	display: block;
	font-size: 12px;
}
@media ( min-width : 768px) {
	.float-md-right {
		float: right !important;
	}
}
h2#call-state {
    color: white;
}
.call-start-animation {
    background: #f6f8fa;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
	webkit-box-shadow: 0 1px 14px rgba(0,0,0,.1); 
    box-shadow: 0 1px 14px rgba(0,0,0,.1);
	-webkit-animation: play infinite 2s ; 
	animation: breath infinite 2s ;
}
@keyframes breath {
  0%   { 
-webkit-transform: scale(1,1);
transform: scale(1,1);
  }
  50% {
  -webkit-transform: scale(0.9,0.9);
transform: scale(0.9,0.9);
  }
  100% { 
-webkit-transform: scale(1,1);
transform: scale(1,1);  
  }
}

.call-start-animation i {
    border-radius: 100%;
    position: absolute;
    left: 30px;
    vertical-align: middle;
    top: 26px;
}
 .phone-rounded i{
	width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #0179b6;
	background: #0179b6;
	color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    margin-top: -3px;
}
.modal-dxl{
width: 98%;
  padding: 0;
}

.input-group .floatlabel-wrapper .form-control {
	border-radius: 0 !important;
}


#newConfigure {
	display: none;
}

#session-2-card {
	display: none;
}

#deletesession-btn {
	display: none;
}
.user-details {
	margin-left: 10px;
}

video#input_videoPreview {
	min-height: 60vh;
	transform: scaleX(-1);
	object-fit: cover;
	height: auto;
	max-height: 60vh;
	width: 100%;
}

.col-lg-8  video#output_videotag {
	max-height: 70vh;
	height: 70vh;
}

.col-lg-12  video#output_videotag {
	max-height: 99vh;
	height: 99vh;
}

.overlay-center-start {
	position: absolute;
	top: 170px;
	text-align: center;
	color: #FFF;
	z-index: 2;
	width: 100%;
	
}

video#output_videotag {
	transform: scaleX(-1);
	object-fit: cover;
	height: auto;
	width: 100%;
}

video#input_videotag {
	transform: scaleX(-1);
	object-fit: cover;
	width: 100%;
}

#overlay-fullscreen-side {
	position: absolute;
	top: 170px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	width: 100%;
	padding: 15px;
	z-index: 2;
}

#overlay-fullscreen-bottom {
	position: absolute;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	width: 100%;
	padding: 15px;
	z-index: 2;
}

#overlay-fullscreen-bottom .call-icons .call-items .call-item a {
	color: #ffffff;
	border: 1.5px solid #ffffff;
}
/* virtualvisit.jsp */
.inactive-camera:after {
	position: relative;
	content: "";
	left: 0.45em;
	top: -23px;
	width: 0.2em;
	height: 1.2em;
	display: block;
	background: white;
	transform: rotate(44deg);
	border-right: .1em solid #777777;
}

.outgoing-call {
	padding: 30px;
}

.call-animation {
	background: #f6f8fa;
	width: 100px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	border-radius: 100%;
	webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 14px rgba(0, 0, 0, .1);
	-webkit-animation: play infinite 2s;
	animation: play infinite 2s;
}

.call-animation i {
	border-radius: 100%;
	position: absolute;
	left: 30px;
	vertical-align: middle;
	top: 26px;
}

@-webkit-keyframes play{

0% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
15% {
-webkit-box-shadow: 0px 0px 0px 5px rgba(1, 128, 192, 0.4);
box-shadow: 0px 0px 0px 5px rgba(1, 128, 192, 0.4);
}
25% {
-webkit-box-shadow: 0px 0px 0px 10px rgba(1, 128, 192, 0.4), 0 0 0 20px rgba(1, 128, 192, 0.2);
box-shadow: 0px 0px 0px 10px rgba(1, 128, 192, 0.4), 0 0 0 20px rgba(1, 128, 192, 0.2);
}
25% {
-webkit-box-shadow: 0px 0px 0px 15px rgba(1, 128, 192, 0.4), 0 0 0 30px rgba(1, 128, 192, 0.2);
box-shadow: 0px 0px 0px 15px rgba(1, 128, 192, 0.4), 0 0 0 30px rgba(1, 128, 192, 0.2);
}

}
@keyframes play {

0% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
15% {
-webkit-box-shadow: 0px 0px 0px 5px rgba(1, 128, 192, 0.4);
box-shadow: 0px 0px 0px 5px rgba(1, 128, 192, 0.4);
}
25% {
-webkit-box-shadow: 0px 0px 0px 10px rgba(1, 128, 192, 0.4), 0 0 0 20px rgba(1, 128, 192, 0.2);
box-shadow: 0px 0px 0px 10px rgba(1, 128, 192, 0.4), 0 0 0 20px rgba(1, 128, 192, 0.2);
}
25% {
-webkit-box-shadow: 0px 0px 0px 15px rgba(1, 128, 192, 0.4), 0 0 0 30px rgba(1, 128, 192, 0.2);
box-shadow: 0px 0px 0px 15px rgba(1, 128, 192, 0.4), 0 0 0 30px rgba(1, 128, 192, 0.2);
	}
}
.loadingdots span {

animation-name: blink;
animation-duration: 1.4s;
animation-iteration-count: infinite;
animation-fill-mode: both;
}
.loadingdots span:nth-child(2) {
animation-delay: .2s;
}
.loadingdots span:nth-child(3) {
animation-delay: .4s;
}
@keyframes blink {
0% {
opacity: .2;
}

20% {
opacity: 1;
}
100% {
opacity: .2;
}
}

/* virtualvisitmodal.jsp */
.text-dark{
color: #333;
}
.fa-stacked-2x{
font-size:40px;
}
.fa-error-2x{
font-size:55px
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.fa-pulse.animated,
.fa-pulse.animated-hover:hover,
.fa-parent.animated-hover:hover > .faa-pulse {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
/*virtualvisitvideocallscreen.jsp*/
.chat-main-row {
	left: 0;
	padding-bottom: inherit;
	padding-top: inherit;
	right: 0;
}

@media only screen and (max-width: 991.98px) {
	.chat-main-row {
		left: 0;
	}
}

.chat-main-wrapper {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

.chat-window {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

@media only screen and (max-width: 991.98px) {
	.message-view.task-view {
		width: 100%;
	}
}

.fixed-header {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 3px;
}

.fixed-header .nav {
	border: 0 none;
	margin: 0;
	min-height: auto;
	padding: 0;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.user-img {
	display: inline-block;
	position: relative;
}

.avatar2 {
	background-color: #aaa;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	height: 38px;
	line-height: 38px;
	margin: 0 10px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 38px;
	position: relative;
	white-space: nowrap;
}

.avatar2>img {
	border-radius: 50%;
	display: block;
	overflow: hidden;
	width: 100%;
}
.status.expired {
	background-color: #cebc55;
}
.status.online {
	background-color: #55ce63;
}
.status.offline {
	background-color: #ce5555;
}
.user-img .status {
	border: 2px solid #fff;
	bottom: 0;
	height: 10px;
	margin: 0;
	position: absolute;
	right: 0;
	width: 10px;
}

.status {
	background-color: #263238;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.fixed-header .user-info a {
	color: #555;
	text-transform: uppercase;
}

.more-info-user {
	color: #888;
	display: block;
	font-size: 12px;
}

.chat-contents {
	display: table-row;
	height: 100%;
	overflow-y: scroll;
}

.chat-content-wrap {
	height: 100%;
	position: relative;
	width: 100%;
	background-color: black;
	padding: 0;
	margin: 0;
}

.user-video {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: relative;
	right: 0;
	top: 0;
}

.user-video video {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

.my-video {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 0px;
}

.my-video ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.my-video ul li {
	float: left;
	width: 126px;
	margin-right: 10px;
}

@media only screen and (max-width: 767.98px) {
	.my-video ul li {
		width: 80px;
	}
}

.my-video ul li video {
	border: 3px solid #fff;
	border-radius: 6px;
}

.chat-footer {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	padding: 15px;
}

.chat-footer .error-msg {
	text-align: center;
	margin-bottom: 5px;
}

.call-icons {
	text-align: center;
	position: relative;
}

.call-duration {
	display: inline-block;
	font-size: 30px;
	margin-top: 4px;
	position: absolute;
	left: 0;
}

@media only screen and (max-width: 575.98px) {
	.call-duration {
		display: block;
		margin-top: 0;
		margin-bottom: 10px;
		position: inherit;
	}
}

.call-icons .call-items {
	border-radius: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.call-icons .call-items .call-item a {
	color: #fff;
	border: 1px solid #0179b6;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	display: inline-block;
	font-size: 20px;
	background: #0179b6;
}

.call-icons .call-items .call-item {
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.call-icons .call-items .call-item a i {
	width: 18px;
	height: 18px;
}

.end-call-overlay {
	background-color: #f06060 !important;
	border-radius: 50px;
	border: 1px solid #f06060 !important;
}

.end-call {
	position: absolute;
	top: 7px;
	right: 0;
}

@media only screen and (max-width: 575.98px) {
	.end-call {
		margin-top: 10px;
		position: inherit;
	}
}

.end-call a {
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	line-height: 10px;
	padding: 8px 25px;
	font-size: 20px;
	text-transform: uppercase;
}

.call-end-btn {
	background-color: #f06060;
}

.call-disable-btn {
	background-color: #6c757d;
}

.call-start-btn {
	background-color: #28a745;
}

.fixed-header2 {
	background-color: #fff;
	padding: 10px 8px;
}

.chat-contents2 {
	background: #FFF;
	border: 1px solid #e1e6ef;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 5px;
	overflow-y: scroll;
	height: 200px;
}

.chats-master {
	background: #FFF;
	border: 1px solid #e1e6ef;
	border-radius: 4px;
	padding: 6px 8px;
}

.task-chat-user {
	font-size: 12px;
	font-weight: bold;
}

.chat-content p {
	font-size: 13px;
	margin: 0 0 3px;
}

.attach-list {
	color: #a3a3a3;
	padding: 5px 0 0;
	line-height: 24px;
	margin: 0;
	list-style: none;
}

.attach-list i {
	margin-right: 3px;
	font-size: 16px;
}

@media ( max-width : 768px) {
	.fixed-header2 .nav-tabs {
		overflow-x: visible !important;
		overflow-y: visible !important;
	}
}

.virtualvisit_sidesection textarea {
	height: auto !important;
}

.chat-right {
	float: right;
	width: 90%;
	background: #ebebeb;
	color: #646464;
	border-radius: 6px;
	margin: 4px;
	padding: 2px 8px 2px 8px;
}

.chat-left {
	float: left;
	width: 90%;
	background: #05728f;
	color: #fff;
	border-radius: 6px;
	margin: 4px;
	padding: 2px 8px 2px 8px;
}
/* -------------------------------- 
 Side Menu Panel
-------------------------------- */
.cd-main-content {
	text-align: center;
}

.cd-main-content h1 {
	font-size: 2rem;
	color: #64788c;
	padding: 4em 0;
}

@media only screen and (min-width: 1170px) {
	.cd-main-content h1 {
		font-size: 3.2rem;
	}
}

.side-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1100;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
}

.side-panel::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}

.side-panel.side-panel--is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}

.side-panel.side-panel--is-visible::after {
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
}

.side-panel__header {
	position: fixed;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: white;
	z-index: 2;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: -webkit-transform 0.3s 0s;
	transition: -webkit-transform 0.3s 0s;
	transition: transform 0.3s 0s;
	transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.side-panel__header h3 {
	padding-left: 5%;
}

.side-panel--from-right .side-panel__header {
	right: 0;
}

.side-panel--from-left .side-panel__header {
	left: 0;
}

.side-panel--is-visible .side-panel__header {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
	.side-panel__header {
		width: 70%;
	}
}

@media only screen and (min-width: 1170px) {
	.side-panel__header {
		width: 35%;
	}
}

.side-panel__close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.side-panel__close::before, .side-panel__close::after {
	/* close icon created in CSS */
	content: '';
	position: absolute;
	top: 22px;
	left: 20px;
	height: 3px;
	width: 20px;
	background-color: #424f5c;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.side-panel__close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.side-panel__close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.side-panel__close:hover {
	background-color: #424f5c;
}

.side-panel__close:hover::before, .side-panel__close:hover::after {
	background-color: #ffffff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.side-panel__close:hover::before {
	-webkit-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	transform: rotate(220deg);
}

.side-panel__close:hover::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.side-panel--is-visible .side-panel__close::before {
	-webkit-animation: cd-close-1 0.6s 0.3s;
	animation: cd-close-1 0.6s 0.3s;
}

.side-panel--is-visible .side-panel__close::after {
	-webkit-animation: cd-close-2 0.6s 0.3s;
	animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.side-panel__container {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0;
	background: #dbe2e9;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.side-panel--from-right .side-panel__container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.side-panel--from-left .side-panel__container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.side-panel--is-visible .side-panel__container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
	.side-panel__container {
		width: 70%;
	}
}

@media only screen and (min-width: 1170px) {
	.side-panel__container {
		width: 35%;
	}
}

.side-panel__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 70px 5%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.side-panel__content p:first-of-type {
	margin-top: 0;
}

.user-video .completed {
	width: 1000px;
	height: 500px;
	background: #e6e6e6;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.virtualvisitchatdiv .sent_msg {
	float: right !important;
	width: 90% !important;
	padding: 0 10px 0px 0px !important;
}

.virtualvisitchatdiv .received_msg {
	width: 90% !important;
}

.virtualvisitchatdiv .received_withd_msg {
	width: 100% !important;
}

.disabled .fileinput-button input {
	cursor: not-allowed !important;
}

/* TODO Remove this class */
.chat-content-wrap-complete {
	height: 100%;
	position: relative;
	width: 100%;
}

.menu-items {
	border-radius: 5px;
	padding: 0;
	margin: 0;
	float: right;
	list-style: none;
}

.menu-item {
	text-align: center;
	margin-right: 5px;
	margin-top: 10px;
}

.menu-item a {
	color: #ffffff;
	border: 1.5px solid #0179b6;
	background: #0179b6;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	display: inline-block;
	font-size: 20px;
	position: relative;
}

.menu-item a i {
	width: 18px;
	height: 18px;
}

#overlay-fullscreen-side .notify-fullscreen {
	position: absolute;
	top: 2px;
	right: 0;
}