body {
	background: #f1f2f7 !important;
	/* background: #ffffff; */
}

* {
	/* font-family: 'Roboto', sans-serif !important; */
	/* font-family: 'Roboto Slab' !important; */
	/* font-family: 'Oswald' !important; */
	/* font-family: 'Open Sans Condensed' !important; */
	/* font-family: 'Barlow condensed' !important; */
	/* font-family: 'Cairo' !important; */
	/* font-family: 'Archivo Narrow' !important; */
	/* font-family: 'Domine' !important; */
}

#call-list-data tr {
	cursor: pointer;
}

.audio-card {
	display: none;
}

.headings {
	color: #007bff;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 5px;
}

#waveform wave {
	border-right: none !important;
	height: 130px !important;
	top: -8px !important;
}

#waveformPlay {
	margin-top: 3px;
}

.ms-customer-icon {
	background-image: url(../images/user-white.png);
}

.ms-agent-icon {
	background-image: url(../images/support-white.png);
}

.ms-icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px;
}

.ms-p-icon {
	padding: 1.5rem .5rem 2.5rem 3rem !important;
}

.ms-p-icon1 {
	/* padding: 1.5rem .5rem 2.5rem 3rem !important; */
	padding: 0.5rem 3rem 0.5rem 2rem !important;
}

#call-analysis td {
	font-size: 14px;
	;
	padding: 0.40rem;
}

footer {
	position: relative;
	bottom: 0;
	width: 100%;
}

.dropdown-menu {
	position: absolute !important;
	left: -105px;
}

.badge {
	font-size: 100%;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: white;
	/* Fallback color */
	background-color: rgba(50, 50, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content */

.modal-content {
	position: relative;
	left: 40;
	background-color: White;
	margin: auto;
	padding: 0;
	border: 1px solid blue;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
}

.carousel-indicators {
	bottom: -20px;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

/*Tooltip CSS*/

.tooltip>.tooltip-inner {
	text-align: left;
	background-color: rgba(255, 255, 255, 1);
	color: #000;
	border: 1px solid black;
	padding: .25rem .75rem;
	font-size: 15px;
	max-width: 300px !important;
}

.tooltip>.tooltip-inner ul {
	padding-left: 1rem;
	margin-bottom: .5rem;
}

/* Tooltip on top */

.custom-tooltip+.tooltip.top>.tooltip-arrow {
	border-top: 5px solid white;
}

/* Tooltip on bottom */

.custom-tooltip+.tooltip.bottom>.tooltip-arrow {
	border-bottom: 5px solid white;
}

/* Tooltip on left */

.custom-tooltip+.tooltip.left>.tooltip-arrow {
	border-left: 5px solid white;
}

/* Tooltip on right */

.tooltip.right>.tooltip-arrow {
	border-right: 5px solid white;
}

.ms-caption h1 {
	font-size: 3rem;
}

.ms-caption p {
	font-size: 1.5rem;
}

.flex-grow {
	flex: 1;
}

.navbar-nav {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.navbar-nav li:first-child {
	padding-right: 1rem;
	padding-top: .5rem;
}

.container {
	max-width: 100% !important;
}

.card-header {
	background-color: rgba(0, 0, 0, .03)
}

.transcribeText {
	/* max-height: 270px; */
	overflow-y: scroll;
}

.badge-active {
	background-color: rgb(155, 152, 152);
}

.blinking {
	animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
	0% {
		color: red;
	}
	/* 49%{	color: transparent;	} */
	50% {
		color: transparent;
	}
	/* 99%{	color:transparent;	} */
	100% {
		color: red;
	}
}

.form-control-sm {
	background-color: #fff;
	border: 1px solid #ced4da;
}

.percentage-input {
	width: 70px !important;
}

th.dt-center, td.dt-center {
	text-align: center;
}

/*context-menu css - start*/

.context-menu {
	width: 150px;
	box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	display: none;
	opacity: 2;
	background-color: violet;
	border: 1px solid blue;
}

.context-menu-options {
	list-style: none;
	padding: 0px 0;
	/*z-index: 9999;*/
}

.context-menu-option {
	font-weight: 500;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
}

&:hover {
	background: rgba(0, 0, 0, 0.2);
}

.contextMenuInput {
	height: 20px;
	width: 120px;
}

/*context-menu css - end*/

.highlight {
	background-color: yellow;
	color: red;
}

.bb {
	border-bottom: 1px solid #ddd;
}

.bl {
	border-left: 1px solid #ddd;
}

td.details-control {
	background: url('../images/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url('../images/details_close.png') no-repeat center center;
}

td.details-control1 {
	background: url('../images/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control1 {
	background: url('../images/details_close.png') no-repeat center center;
}

.table-nostriped tbody tr:nth-of-type(odd) {
	background-color: transparent;
}

.table-borderless tr td {
	border: none !important;
	/* padding: 0px !important; */
}

.circle-text {
	position: absolute;
	margin-top: 14px;
	margin-left: 130px;
	font-size: 15px;
}

.cx-padding {
	padding: 38px !important;
}

fieldset {
	border: 1px solid rgb(199, 198, 198);
	width: 100%;
	padding: 6px;
}

legend {
	padding: 0.2em 0.5em;
	width: auto !important;
	font-size: 18px !important;
	font-weight: 600;
	/* border:1px solid rgb(199, 198, 198); */
	/* color:green;
  font-size:90%;
  text-align:right; */
}

.dropbtn {
	background-color: #3498DB;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 200px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	background-color: #ddd;
}

.dropdown-show {
	display: block;
}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	position: absolute;
	/*right: 1.5%;*/
	right: 6.5%;
	top: -12px;
  /*added on 13032020 CRM POC*/
  margin-top: -1rem !important;
}

.carousel-item {
	/* height: 32rem; */
	height: 15rem !important;
}

.carousel-item>img {
	/* height: 32rem; */
	height: 15rem !important;
}

#word-cloud-license-text {
	display: none;
}

.box1 {
	/*padding: 36px 32px !important;*/
	padding: 14px 32px !important;
	/*height: 100px !important;*/
	height: 150px !important;
    overflow-y: scroll;
}

@media screen and (max-width: 1366px) {
	/* insert styles here */
	.circle-text {
		position: absolute;
		margin-top: 14px;
		margin-left: 112px;
		font-size: 15px;
	}
	/* div.dataTables_wrapper div.dataTables_filter label {
		left: 74.8%;
	} */
}

/*reducing the padding to decrease the overall height of the table CRM POC*/
table#example1 .table th, .table td {
    padding: 0.25rem 2rem !important;
}

div#example1_length{display: none !important}

/*Call Insight block in the Call Insight Page responsive block styles: Madhusri*/
/* display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */

/*[class*="col-"] {
  margin-bottom: 30px;
}*/

.content {
  height: 100%;
  padding: 0.65rem 1rem 0.25rem !important;
}

.content h5{color: #5a5a5a;font-weight: 700;position: static;}

/* Demo backgrounds and styling*/

.colour-1 {
/*  background: #483C46;*/
  background: rgba(0,0,0,0.03);
}

.colour-2 {
  background: #3C6E71;
}

.colour-3 {
  background: #70AE6E;
}

.colour-4 {
  background: #82204A;
}

.pb-small{padding-bottom: 0.5rem !important}