@import url(font-awesome.min.css);
.overlay {
	z-index: 1;
	border: 1px;
	color: black;
	background-color: white;
	width: 290px;
	height: 200px;
	overflow:auto;
    border-color: #ccc;
    border-style: double;
    border-radius: 3px;
    text-align: center;
    top: 2.7em;
    right:0 !important;
}

.overlay thead {
	display: none;
}

.overlay table {
	width: 100%;
}
.overlay table tr {
	width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: none !important;
    font-size: 12px !important;
}
.table-selection {
    margin: 0 !important;
}
.online-doctors-toggler {
	display: inline-block;
}
.incoming-call-modal .modal-header{
	border:none !important;
	display:none !important;
}
.incoming-call-modal .modal-footer{
	background:none !important;
	border:none;
}

.incoming-call-modal .toolbar-content{
	text-align: center;
}

.incoming-call-modal div {
	text-align: left;
	color: black;
	z-index: 99 !important;
}

.thanks-modal div {
	text-align: left;
	color: black;
	z-index: 99 !important;
}

.thanks-modal .modal-header{
	padding: 0px 15px;
	border:none !important;
}

.thanks-modal .modal-body{
	text-align: center;
	padding: 0px 15px 15px 15px !important;
}
.thanks-modal .toolbar-content{
	text-align: center;
}

.thanks-msg {
	width: 371px;
	text-align: center;
	padding: 14px 20px;
}

.thanks-msg h1 {
	font-size: 37px;
	font-weight: normal;
	color: #0f70b7;
	margin: 1px 0 18px 0;
}

.thanks-msg h1 strong {
	font-weight: bold;
}

.thanks-msg p span {
	display: block;
	font-weight: bold;
	margin: 0 0 7px;
}

.thanks-msg p {
	font-size: 12px;
	margin: 0 0 20px 0;
}

.thanks-msg .link {
	color: #1244ff;
	border-bottom: dotted 1px #1244ff;
	margin: 0 0 7px 0;
	display: inline;
	float: none !important;
}

.calling_status{
	background: url('../images/tick.png') !important;
    height: 25px;
    background-repeat: no-repeat !important;
    display: flex;
    padding-left: 27px;
    align-items: center;
    font-family: OpenSans-Bold;
    color: #676767;
}
.doc_calling{
	background: url('../images/doc_calling.png') !important;
    height: 25px;
    background-repeat: no-repeat !important;
    text-align: right;
    display: flex;
    padding-left: 25px;
    align-items: center;
    font-family: OpenSans-Bold;
    color: #676767;
}
.online_doctor_name{
	background: url('../images/doctor-icon-black.png') !important;
    height: 25px;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    align-items: center;
    font-family: OpenSans-Bold;
    display: flex;
    color: #676767;
}
.online-doctors-toggler table td{
	background:#eee !important;
} 
.toggler-content-collapsed{
	margin-top:0 !important;
}

.in-call {
	background: url('../images/loading.gif') no-repeat !important;
}

.video-icon {
	background: url('../images/Video_Icon.png') no-repeat !important;
}
