/*1.0.12.28*/
body {
  font-family: "Roboto", sans-serif;
}

.class-rect {
  border: 1;

  stroke-width: 1px;
}
.class-label {
  font-size: 14px;
  font-weight: 500;
  fill: #fff;
}
.message-rect {
  border: 1;
  fill: green;
  stroke-width: 1px;
  stroke: black;
}
div.tooltip {
  position: absolute;
  text-align: center;
  margin: 5px;
  padding: 5px;
  font: 12px sans-serif;
  background: lightblue;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
}
.head-title {
  width: 100%;
  float: left;
  background-color: #8560a8;
  border-radius: 20px;
  padding: 0 16px;
}
.width-100 {
  position: relative;
  float: left;
  width: 100%;
}
.head-title h2 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 36px;
  width: 100%;
}
.head-title h2 span {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

.tab-content {
  border: 1px solid #f9d6ff;
  padding-bottom: 0;
}
.main-theme .nav-tabs .nav-item.show .nav-link,
.main-theme .nav-tabs .nav-link.active {
  color: #8560a8;
  background-color: #e6d9ff;
  border-color: #e1caf7 #e1caf7 #8560a8;
  border-width: 1px 1px 2px 1px;
}
.main-theme .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #8560a8;
  font-size: 14px;
  font-weight: 500;
}
svg g.class-rect:nth-child(2n) {
  fill: #ffba54;
  stroke: #ff9800;
}
svg g.class-rect {
  fill: #b189f7;
  stroke: #673ab7;
}
svg g.class-rect:nth-child(3n - 1) {
  fill: #7bc8ea;
  stroke: #03a9f4;
}
svg g.class-rect:nth-child(3n) {
  fill: #35c981;
  stroke: #107442;
}
svg g.class-rect.class-rect-2 {
  fill: #ffba54;
  stroke: #ff9800;
}
svg g.class-rect.class-rect-1  {
  fill: #b189f7;
  stroke: #673ab7;
}
svg g.class-rect.class-rect-0  {
  fill: #7bc8ea;
  stroke: #03a9f4;
}
svg g.class-rect.class-rect-3  {
  fill: #35c981;
  stroke: #107442;
}
.chart-webrtcflow {
  padding-top: 0px;
}
foreignObject body{
  background-color: transparent;
}
.scroller-bar {
  overflow: auto;
  height: calc(100vh - 237px);
  position: relative;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8560a8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Gauge Styles */
.chart-gauge0 {
  width: 400px;
}
.container-g {
  width: 100%;
}
.chart-gauge {
  width: 340px;
  margin: 0 auto;
  display: block;
}
.chart-first {
  fill: #ed1b24;
}
.chart-second {
  fill: #f8931f;
}
.chart-third {
  fill: #fde700;
}
.chart-forth {
  fill: #8cc63e;
}
.chart-fifth {
  fill: #00a750;
}
.needle,
.needle-center {
  fill: #000000;
}
.text {
  color: "#112864";
  font-size: 16px;
}
.max-val {
  border: 1px solid #ccc;
  padding: 4px 8px;
  font-size: 12px;
  background: #fff;
  border-radius: 15px;
}
.font-success {
  color: #1bc16b;
  font-size: 17px;
  padding: 4px;
}
.font-failure {
  color: #ff0000;
  font-size: 17px;
  padding: 4px;
}

.br2 {
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 3px 6px 8px 6px;
}
.info {
  font-size: 14px;
  color: #7e53a7;
  list-style: none;
  margin-bottom: 4px;
}
.g-title {
  font-size: 12px;
  font-weight: 600;
  /* line-height: 29px; */
  padding: 2px 5px 4px 0;
}
.box-table-g table {
  font-size: 12px;
}
.left-title {
  margin-top: 34px;
}
table.rrTable {
  border-collapse: separate;
  border-spacing: 0 0.3em;
  margin: 0;
  padding: 0;
  width: 100%;
}

.rrTable tr {
  font-size: 12px;
}
.rrTable tr th {
  padding: 4px 10px;
}
.rrTable tr td {
  padding: 2px 10px;
  background-color: #fff;
}
.rrTable tbody tr {
  font-size: 12px;
  box-shadow: 0px 0px 5px #bbb;
  border-radius: 15px;
}
.rrTable tr:nth-child(even) td {
  background-color: #fff;
}
.rrTable tr td:first-of-type {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.box-table-g {
  background: #f5f5f5;
  border-radius: 0 15px 15px;
  border: 1px solid #dacee6;
  box-shadow: 1px 0px 20px 1px #e2e2e2;
  overflow: hidden;
}

.rrTable tr td:last-of-type {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.flex-min {
  /* flex-basis: auto; */
  align-items: center;
  justify-content: center;
  width: 96%;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.needle-center2 {
  fill: #fff;
}
.needle-center3 {
  fill: #ccc;
}
.cl-2 {
  background: #e8e0ef;
}
.cl-2 span {
  color: #6b4094;
  font-weight: bold;
}
.font-usr {
  font-size: 20px;
}
.uppercase {
  text-transform: uppercase;
}

.tabbable-panel {
  border: 1px solid #eee;
  padding: 10px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid rgb(80, 144, 247);
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #32465b;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.tab-container {
  margin: 5% 10%;
  background-color: #c1e3d9;
  padding: 3%;
  border-radius: 4px;
}

.tab-menu ul {
  margin: 0;
  padding: 0;
}
.tab-menu ul li {
  list-style-type: none;
  display: inline-block;
  padding: 4px 0px;
  /* border: 1px solid; */
}
.tab-menu ul li a {
  text-decoration: none;
  color: #794ca5;
  background-color: #ffffff;
  padding: 7px 16px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d2d2d2;
  margin-right: 3px;
}
.tab-menu ul li a.active-a {
  background-color: #8560a8;
  color: #ffffff;
}
.tab {
  display: none;
}
.tab h2 {
  color: rgba(0, 0, 0, 0.7);
}
.tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}
.tab-active {
  display: block;
}

.table-a-data table {
  border-collapse: separate;
  border-spacing: 0 0.3em;
  margin: 0 0;
  padding: 0;
  width: 100%;
}
.table-a-data table tr {
  font-size: 12px;
}
.table-a-data table tr th {
  padding: 8px 10px;
}
.table-a-data table tr td {
  padding: 2px 4px;
  background-color: #fff;
  /* border: 2px solid#ba97da; */
}
.table-a-data table tbody tr {
  font-size: 11px;
  /* box-shadow: 0px 0px 5px #bbb; */
  border-radius: 15px;
}
.table-a-data table tr:nth-child(even) td {
  background-color: #eee !important;
}
.table-a-data table tr td:nth-child(1) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.table-a-data table tr td:nth-child(1) {
  border-right: 1px solid#6b4590;
  background-color: #fbf7ff;
  /* border-spacing: 10px; */
  width: 37%;
  color: #252129;
}
.table-a-data table tr td:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.table-a-data {
  /* margin: 0 0 8px 0; */
  position: relative;
  padding: 7px;
  z-index: 1;
  width: 100%;
  border-radius: 0 0 15px 15px;
  background: rgb(204, 186, 221);
  background: -moz-linear-gradient(
    180deg,
    rgba(204, 186, 221, 1) 0%,
    rgba(133, 96, 168, 1) 100%,
    rgba(236, 210, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(204, 186, 221, 1) 0%,
    rgba(133, 96, 168, 1) 100%,
    rgba(236, 210, 255, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(204, 186, 221, 1) 0%,
    rgba(133, 96, 168, 1) 100%,
    rgba(236, 210, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccbadd",endColorstr="#ecd2ff",GradientType=1);
  /* box-shadow: 1px 0px 5px 3px #eee; */
}
.title-bar {
  width: 100%;
  font-size: 13px;
  color: #6b4490;
  padding: 10px 0 8px 13px;
  font-weight: 400;
  margin: 0;

  /* text-decoration: underline; */
  border-bottom: 1px dashed #ccc;
}
.fa-user-agent:before {
  content: "\f82d";
}
.fa-user-customer:before {
  content: "\f007";
}
.fa-user-ms-agent:before {
  content: "\f82d";
}
.fa-user-ms-agent:after {
  content: "\f02b";
  font-size: 60%;
}
.fa-user-ms-cust:before {
  content: "\f507";
}
.svg-postion {
  /* bottom: 0; */
  width: 108%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.version {
  float: right;
  margin-right: 10px;
  font-size: 13px;
  color: #6b4490;
  font-weight: 400;
}
.hovermessage {
  min-width: 250px;
  font-size: 12px;
  margin-left: 3px;
  text-align: left;
}
.hovermessage span {
  margin: 3px;
}

.grid-a-data table {
  border-collapse: separate;
  border-spacing: 0 0.3em;
  margin: 0 0;
  padding: 0;
  width: 100%;
}

.grid-a-data table tr {
  font-size: 12px;
}

.grid-a-data table tr th {
  padding: 8px 10px;
  background-color: #8560a8 !important;
  color: #fff;
}

.grid-a-data table tr td {
  padding: 2px 10px;
  background-color: #fff;
  /* border: 2px solid#ba97da; */
}

.grid-a-data table tbody tr {
  font-size: 11px;
  /* box-shadow: 0px 0px 5px #bbb; */
  border-radius: 15px;
}

.grid-a-data table tr:nth-child(even) td {
  background-color: #eee !important;
}
.grid-a-data table tr:nth-child(odd) td {
  background-color: #fbf7ff !important;
}
.grid-a-data table tr td:nth-child(1), .grid-a-data table tr th:nth-child(1) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.grid-a-data table tr td:last-of-type, .grid-a-data table tr th:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.grid-a-data {
  /* margin: 0 0 8px 0; */
  position: relative; 
  z-index: 1;
  width: 100%;
  border-radius: 0 0 15px 15px;
  background: rgb(204, 186, 221);
  background: -moz-linear-gradient(180deg,
      rgba(204, 186, 221, 1) 0%,
      rgba(133, 96, 168, 1) 100%,
      rgba(236, 210, 255, 1) 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(204, 186, 221, 1) 0%,
      rgba(133, 96, 168, 1) 100%,
      rgba(236, 210, 255, 1) 100%);
  background: linear-gradient(180deg,
      rgba(204, 186, 221, 1) 0%,
      rgba(133, 96, 168, 1) 100%,
      rgba(236, 210, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccbadd", endColorstr="#ecd2ff", GradientType=1);
  /* box-shadow: 1px 0px 5px 3px #eee; */
}

.c-button{
  cursor: pointer;
  background-color: #8560a8;
  color: #fff !important;
}
.btn{
  font-size: 0.9rem;
  padding: 0.3rem 0.5rem;
}
.modal-scroller-bar {
  overflow-x: auto;
  height: 400px;
  position: relative;
}
.interaction-detail{
      overflow-x: auto;
      width: 300px;
}
.refreshbtn {
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.refreshbtn i{
  color: #fff;
}
.refreshbtn:hover i{
 color: rgb(199, 179, 225);
 cursor: pointer;
}
.refreshbtn:focus{
  outline: none;
  border: none;
}

.scroll-right {
  height: calc(100vh - 284px);
  overflow: auto;
}
.class-box{
  width: 100%;
  height: 76px;
}
.k-grid-content.k-auto-scrollable {
  height: calc(100vh - 290px)!important;
}
  /* Set the default selection style for text inside SVG */
svg text::selection {
  background: rgb(97, 132, 229); /* Background color of the highlighted text */
  fill: white;      /* Text color when highlighted */
}

.ConnectedURL {
  float: left;
  font-size: 13px;
  color: #6b4490;
  font-weight: 400;
}

.agenttitle {
 display: block;
 width: 200px;
 float: left;
}