.overflow-elements {
  overflow: scroll;
}

.disable-class{
  pointer-events: none;
  opacity: .5;
}

.field-icon-admin {
  float: right;
  margin-left: -25px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  padding-right: 23px;
}

#flotTip,
.flotTip {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border: solid 1px #000 !important;
  color: #fff !important;

}
.validation-text {
	font-size: 12px;
	color: #f74c4d;
}

.validation-icon {
	right: 0px;
	margin-right: 5px;
	font-size: 18px;
	color: #f74c4d;
}
.validation-icon .fa-exclamation-circle:before {
  content: "\f06a";
  position: relative !important;
  top: 2px !important;
}

.domain-table tr:first-of-type td {
  padding-top: 20px !important; /* Add desired padding */
}

.psychographic-guidance-menu-cls .nav.nav-sub-ns.dk.p-l-sm.active a span {
  color: #fff !important;
}

.page-builder-modal .modal-dialog{
  width: 90%;
}

.select-section-modal .modal-dialog{
  width: 80%
}

.t-header {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #505D6F;
}

.deviceReading td {
  font-size: 8px;
  padding: .2em .5em;
}

.mandatory-question-cls {
  margin-left: 10px;
  color: #fff;
  height: 2%;
  font-size: 12px;
  margin-top: 2px;
  font-style: normal;
  background-color: #f04d4d;
  padding: 1px 6px 1px 5px;
  border-radius: 2px;
  font-weight: 600;
  white-space: nowrap;
}

.optional-question-cls {
  margin-left: 10px;
  color: #fff;
  height: 2%;
  font-size: 12px;
  margin-top: 2px;
  font-style: normal;
  background-color: #23b7e5;
  padding: 1px 5px;
  border-radius: 2px;
  font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.turn-90-degree {
  transform: rotate(90deg);
}

.jsoneditor{
  height: 350px !important;
}

.phi-access-badge-label{
  height: 17px;
  margin-top: -3px;
}

.application-name{
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

/* Etc Call Css */
#blinkingCallButton {
  position: fixed;
  bottom: 50px;
  right: 20px;
  padding: 10px 20px;
  background-color: #21464F;
  font-size:22px;
  border-radius:10px 10px 0px 0px;
  height:56px;
  width:130px;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 2;
  /* -webkit-transition: bottom 0.2s linear;  */
}


.easyPieChart{
  z-index: 0!important;
}

/* button and heading animation */
button.blink {
  background-color: #21464F;
  color: white;
  animation: blink 2.5s infinite;
}

@keyframes blink {
  50% {
    background-color: #DDC98D;
    color: #21464F;
  }
}

.bg-color-even {
  background-color: #E8E8E8;
}

.bg-color-odd {
  background-color: #f1f0f0;
}

.pageBuilderPreviewTabs{
  padding: 0;
}
.callDetailsDiv.active div:nth-child(3) div:nth-child(3) span{
  /* CSS properties go here */
  color:white !important;
}
.activeborder{
  border: 4px solid orange!important;
}
.activeTab{
  border-bottom: 3px solid black;
}
.disabledTab{
  /* background-color: red; */
  pointer-events: none;
  /* opacity: 0.7;  */
}
.activesectionTab{
  pointer-events: none;

  }

.html-content .container,
.html-content img {
max-width: -webkit-fill-available !important;
}
#contentScroll::-webkit-scrollbar {
display: none;
}

.m-0{
  margin: 0px !important;
}

.mb-20{
  margin-bottom: 20px;
}


.disabled-refresh-icon::before {
  cursor: not-allowed;
  opacity: 0.7;
}
.disabled-refresh-icon {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.7;
}

.m-t-14{
  margin-top: 14px;
}
.checkbox-offset i{
  margin-left: -20px !important;
}
.lsrm-initial-heading-row{
  padding-bottom: 5px;
}
.lsrm-initial-heading-row label{
  font-size: 20px;
  font-weight: 700;
  color:gray;
}