﻿body {
  font-family: "Roboto", "Lato", sans-serif !important;
}

.btn-refresh {
  width: 100%;
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  text-transform: uppercase;
  /* text-align: left; */
  font-size: 12px;
  padding: 5px;
  line-height: 20px;
  box-shadow: 0px 0px 5px #ccc !important;
}

.program_filter h5 {
  text-align: left;
  font-weight: 600;
  padding: 15px 0px 10px 0px;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
}

.pd-0 {
  padding: 0;
}

.profileag {
  display: flex;
  align-items: center;
}

.avatr {
  background-color: #000;
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  margin-right: 5px;
}

.avatr h4 {
  font-size: 12px !important;
  margin: 0px !important;
  font-weight: 600;
}

.profilename {
  white-space: nowrap;
  text-align: left !important;
}

.table td {
  padding: 5px 15px 5px 15px !important;
  white-space: nowrap !important;
}

.table th {
  white-space: nowrap !important;
  padding-right: 30px !important;
  padding-left: 15px !important;
  font-size: 12px;
  text-transform: uppercase;
}

.date {
  white-space: normal !important;
}

.clientcontrolls > .col-md-6 {
  padding-right: 0px !important;
}

.dataTables_wrapper .dataTables_scrollBody .dataTable {
  margin-top: 0px !important;
}
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px !important;
}
table.table-bordered.dataTable td.sticky-cell:last-child,
table.table-bordered.dataTable td.sticky-cell:last-child {
  border-right-width: 5px !important;
}
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
  border-left-width: 2px !important;
}
.dataTables_wrapper table.dataTable tbody td,
.dataTables_wrapper table.dataTable tbody td,
.dataTables_wrapper table.dataTable tbody td,
.dataTables_wrapper table.dataTable tbody td {
  border-left-width: 2px !important;
}
.DTFC_LeftBodyWrapper {
  /* border-right: 1px solid #dee2e6;*/
  top: 0px !important;
}
.generic_as .DTFC_LeftBodyWrapper {
  /*  border-right: 1px solid #dee2e6;*/
  top: -1px !important;
}
.k-autocomplete .k-clear-value {
  opacity: 1;
  visibility: visible;
}

.table tr th,
.table tr td {
  vertical-align: middle;
}

.table tr td {
  text-transform: capitalize;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 8px !important;
}

.p-r-5 {
  padding: 0px 5px;
}

.p-rl-15 {
  padding: 0px 5px 0px 15px;
}

.program_filter .form-check {
  font-size: 12px;
  text-transform: uppercase;
}
/*table.dataTable.DTFC_Cloned thead tr th{
    padding:15px 15px !important;
}*/
.DTFC_LeftBodyWrapper table.dataTable.DTFC_Cloned thead tr th {
  padding: 0px !important;
}

#wrapper {
  background-color: #fff !important;
}

.form-check-label {
  font-weight: 600;
  color: #212529;
  font-size: 13px !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  font-size: 10px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-size: 10px !important;
}

#wrapper {
  padding-top: 0px !important;
}

.btn-refresh:hover {
  color: #fff;
}

.table td {
  font-size: 12px;
  font-weight: 600 !important;
}

.loaders {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.loaders .loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.hid {
  display: none !important;
}

.loaders {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  position: absolute;
  left: 0;
  /* opacity: 0.2; */
  bottom: 0;
  right: 0;
  height: 100%;
  top: 0;
}

.load {
  font-size: 16px;
  padding-top: 25px;
  color: #424858 !important;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

.ball-clip-rotate-multiple {
  position: relative;
}

.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #424858;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #424858 transparent #424858 transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.select_program {
  white-space: nowrap;
  padding-top: 10px;
  min-width: 200px;
  max-height: 82vh;
  overflow: auto;
  min-height: 82vh;
  height: auto;
  z-index: 1;
  border-right: 1px solid #dee2e6;
}

.select_program h3 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.program_selection .form-check {
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0px;
  white-space: normal;
}

.form-check .form-check-input {
  margin-left: 0;
}

.program_selection .form-check-label {
  padding-left: 10px;
}
.d-flex.flex-start.align-start.selection_block {
  width: 100%;
  padding: 0px 15px 0px 15px;
}

div#summarydata {
  padding-top: 0px;
  /* width: calc(100% - 200px);*/
}

#data-popup .form-check {
  padding-left: 0;
}
.hid {
  display: none;
}
.bg_image img {
  margin-top: 45px;
  margin-bottom: 30px;
  width: 600px;
}
.pb-15 {
  padding-bottom: 15px;
}
#data-popup .form-check-label {
  font-weight: normal;
  padding: 0px 15px 0px 20px;
  font-size: 14px;
}
.mr-10 {
  margin-right: 10px;
}
.load_img img {
  width: 50%;
  padding: 110px 0px 50px 0px;
}

.w-50 {
  width: 50%;
}

.w-15 {
  width: 15%;
}

.input-group-text {
  height: 35px !important;
}

#autocomplete {
  height: 32px !important;
}

.loaders {
  padding-top: 30px;
}

.mbsc-form-group,
.mbsc-form-group-inset {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding: 0px 15px;
  margin: 0 !important;
}

.clientcontrolls {
  padding: 0px 10px 15px 15px;
}

.hid {
  display: none !important;
}

.loaders {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #fff;
  position: absolute;
  left: 0;
  /* opacity: 0.2; */
  bottom: 0;
  right: 0;
  height: 100%;
  top: 0;
}

.right_block {
  position: relative;
  padding-top: 5px;
  width: 100%;
  padding: 15px 0px 0px 0px;
}

.load {
  font-size: 16px;
  padding-top: 25px;
  color: #424858 !important;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

.ball-clip-rotate-multiple {
  position: relative;
}

.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #424858;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #424858 transparent #424858 transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.dataTables_wrapper table.dataTable tbody td,
.dataTables_wrapper table.dataTable tbody td,
.dataTables_wrapper table.dataTable tbody td,
.dataTables_wrapper table.dataTable tbody td {
  padding: 5px 15px 5px 15px !important;
}
.table thead th {
  font-weight: 600 !important;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 15px;
  border-bottom: 1px solid #111;
}

.version .committ-tooltip {
  min-width: 200px;
  width: auto;
  text-align: center;
}

.page-content > .white_bg {
  padding: 20px 0px 0px 0px !important;
}

.irs--round {
  height: 50px;
  margin-right: 10px !important;
}

label {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.mandatory {
  color: red;
  padding-left: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
  font-size: 12px;
}

.program_selection,
.m2_selection,
.m1_selection,
.coach_selection {
  width: 25%;
  margin-right: 1.5em;
}
.location_selection,
.Leader_selection,
.programm_selection {
  /* width: 25%;*/
  margin-right: 1.5em;
}
.time_frame_block .form-group {
  margin-bottom: 0px !important;
}
.w-35 {
  width: 35%;
}
.w-60 {
  width: 60% !important;
}
.select2-container {
  width: 100% !important;
}

/*new*/
/*.DTFC_LeftBodyWrapper {
    border-right: 1px solid #ccc !important;
}*/
body {
  font-size: 12px !important;
  font-weight: normal;
  overflow: hidden !important;
}

.absolute {
  position: absolute;
}

#orgg-sel {
  box-shadow: 0px 0px 5px #ccc;
}

.cu-sort {
  width: 100%;
  position: absolute;
  /* top: 0px; */
  bottom: 10px;
}

div.cu-sortt::before {
  left: 40px;
  top: 1px;
  color: #6c757d;
}

div.cu-sortt::after {
  left: 40px;
  top: 1px;
  color: #6c757d;
}

.table {
  color: #212529 !important;
}

.irs--flat.irs-with-grid {
  width: 100%;
  float: right;
  top: -10px !important;
}

.irs-grid-text {
  line-height: 15px !important;
}

.irs--flat .irs-single {
  display: none;
}

.avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.mbsc-mobiscroll .mbsc-segmented-content {
  padding: 0.375rem 0.75rem;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: visible;
}

.mbsc-mobiscroll.mbsc-segmented {
  padding-top: 0px !important;
}

/*  .mbsc-mobiscroll.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content, .mbsc-mobiscroll.mbsc-segmented .mbsc-segmented-item input:checked + .mbsc-segmented-content {
        background-color: #5a6268 !important;
        border-color: #545b62 !important;
    }*/

/*.mbsc-mobiscroll .mbsc-segmented-content {
    border: none !important;
    background-image: none;
    margin-left: 5px !important;
    color: #fff !important;
    background-color: #424858;
    box-shadow: 0px 0px 5px #abb9b7;
    border-radius: 5px;
}*/

.irs-grid-pol {
  height: 5px !important;
}

.mbsc-segmented-content {
  font-size: 12px !important;
}

.mbsc-mobiscroll .mbsc-segmented-content:hover {
  /* background: none !important; */
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
}

.profilename {
  font-size: 12px !important;
  font-weight: 600;
  cursor: pointer;
}

.dashboardshow {
  line-height: 15px;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 50px solid #555;
  border-bottom: 25px solid transparent;
}

.profileag {
  word-break: break-word;
  white-space: nowrap;
  width: 100%;
  text-transform: capitalize;
}

.profileag p {
  margin: 0;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-image: linear-gradient(0deg, #272933, #373d4b) !important;
}

.irs--flat .irs-handle > i:first-child {
  background-color: #2e323e !important;
}

.irs--flat .irs-bar {
  background-image: linear-gradient(0deg, #636363, #90979e) !important;
}

.irs--flat .irs-handle {
  background-image: linear-gradient(0deg, #272933, #373d4b) !important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #303440;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  padding: 6px 8px !important;
  top: -8px !important;
}

span.k-widget.k-autocomplete.form-control.k-autocomplete-clearable.k-state-default {
  padding: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px !important;
}

.k-input {
  font-size: 13px;
}

.k-footer {
  font-size: 13px;
  padding-left: 15px;
}

.k-animation-container {
  margin-top: 2px;
}

span.k-state-default h3 {
  font-size: 13px;
  margin: 5px 0px;
}

.k-popup .k-item {
  padding: 5px 0px 0px 15px;
}

.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-imagebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-recur-view .k-check:active {
  color: #2e2e2e;
  background-color: #eee;
  border-color: #eee;
  border-radius: 0;
}

.k-list-container {
  background-color: #fff;
  border-color: #fff;
}

.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after {
  background-image: url(Default/sprite.png);
  /* border-color: transparent; */
  background-position: 49% 25%;
  /* position: absolute; */
  width: 28px;
  /* background-size: cover; */
  /* background-color: #fff; */
  /* line-height: 30px; */
  /* right: 10px; */
  height: 10px;
}

.k-popup {
  height: 400px;
  overflow: auto;
}

span.k-state-default p {
  font-size: 12px;
  margin: 0;
}

.prpfilesubtitle {
  font-size: 10px;
  font-weight: bold;
  color: #00b9ff;
  text-transform: capitalize;
  white-space: nowrap;
}
/*#performance_wrapper .dataTables_scrollBody{
    overflow-y:scroll !important;
}*/
.table td {
  text-transform: uppercase;
}

th.sorting::after,
th.sorting::before {
  color: #6c757d;
}

table.dataTable thead > tr > th.sorting:hover {
  background-color: #e5eff8;
}

table.dataTable thead > tr > th.sorting_asc {
  background-color: #e5eff8 !important;
}

table.dataTable thead > tr > th.sorting_desc {
  background-color: #e5eff8 !important;
}

th.sorting_asc::after {
  color: #22c6ab;
  content: "\f0de" !important;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
}

th.sorting_asc::before {
  color: #6c757d;
  content: "\f0dd" !important;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
}

table.dataTable.nowrap td {
  white-space: nowrap !important;
  text-transform: capitalize !important;
  vertical-align: middle;
  font-weight: 600;
  padding: 5px !important;
}

th.sorting_desc::after {
  color: #6c757d;
  content: "\f0dd" !important;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
}

th.sorting_desc::before {
  color: #22c6ab;
  content: "\f0de" !important;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 10px !important;
  font-size: 10px;
  font-weight: normal;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  content: "\f0dd" !important;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "\f0de" !important;
  font-family: "FontAwesome" !important;
  font-size: 10px;
  font-weight: normal;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 1.3 !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pf-bg {
  background: #22c6ab !important;
  border: 1px solid #22c6ab !important;
}

.date {
  margin: 0;
  white-space: nowrap;
  padding-right: 20px;
  font-size: 18px;
}

.align-start {
  align-items: start;
}

.mbsc-form-group.m-1.w-100 {
  margin: 0px !important;
}

.fa-search:before {
  content: "\f002";
  color: #fff;
  font-family: "FontAwesome";
}

.main-content {
  padding-top: 0px !important;
}
.pt-10 {
  padding-top: 10px;
}
.clientcontrolls {
  background: #f0f0f0;
  padding: 10px 10px 15px 15px;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}

.glide-role {
  font-size: 8px;
  color: #24c3ff;
}

select#organizations {
  margin-left: 5px;
  margin-top: 0px;
}

tbody {
  overflow: scroll;
  -webkit-overflow-scrolling: scroll;
  overflow-y: scroll !important;
  overflow-x: scroll !important;
  /*width: 100% !important;*/
  height: 100% !important;
}

.table.dataTable {
  border-collapse: collapse !important;
}

.justify-content-start {
  justify-content: flex-start;
}

.align-center {
  align-items: center;
}

.trigg {
  padding-right: 380px !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0px !important;
}

.dismiss {
  display: flex;
  justify-content: center;
}

#trenchartdetails_modal .modal-content {
  padding: 0px !important;
  border-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

#trenchartdetails_modal .modal-header {
  padding: 15px !important;
}

#trend_table_wrapper .dataTables_scrollHeadInner {
  width: 100% !important;
}

table.table.table-striped.table-bordered.nowrap.w-100.dataTable.no-footer.DTFC_Cloned {
  border-top: 0px;
}

.btn-primary {
  background-color: #22c6ab;
  border-color: #22c6ab;
  padding: 12px 12px !important;
  line-height: 6px;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-align: center;
  /* letter-spacing: 0.5px; */
  text-transform: capitalize;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #37828e;
  border-color: #5bb7c5;
  background: #dceae8 !important;
}

#data-popup .modal-content {
  /*background-color: #dceae8;*/
  margin: auto;
  padding: 20px;
  /* border: 2px solid #22a990;*/
  width: 100%;
  border-radius: 10px;
}

.custom_chkbx {
  display: flex;
  float: left;
  margin-left: 30px;
  /* margin-top: -11px; */
  width: 100%;
}

.custom-control-label {
  font-size: 14px;
}

.custom-select {
  font-size: 14px;
}
/*.titlee {
    position: absolute;
    right: 31px;
}*/
#chartcontainer {
  min-width: 310px;
  height: 300px;
  margin: 0px auto 0px auto;
}

#myModaltrend .modal-content {
  width: 100% !important;
  padding: 0px !important;
}

#myModaltrend .modal-body {
  padding: 15px !important;
}

.modal-header > h1 {
  margin: 0px !important;
}

table.dataTable {
  clear: both;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  max-width: none !important;
}

.dataTables_wrapper .dataTables_scrollBody .dataTable {
  margin-top: 0px !important;
}

table.dataTable.DTFC_Cloned {
  margin-top: 0px !important;
}

.eye_icn {
  font-size: 12px;
  color: #808080;
  /*margin-right: 6px;*/
}

.pl-0 {
  padding-left: 0;
}

.modal-header > h5 {
  font-weight: 600;
}

.modal-header {
  align-items: center;
}

#data-popup .modal-dialog {
  max-width: 50% !important;
  width: 50% !important;
}

.name_sort::after {
  left: 38px;
  top: 4px;
}

.name_sort::before {
  left: 38px;
  top: 4px;
}

img.image-152 {
  width: 25px;
  cursor: pointer;
}

.md_close {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 5px 10px;
  height: 30px;
  cursor: pointer;
}

.md_close img {
  width: 10px;
  height: 10px;
}

.no_data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 20px;
}

.pr-8 {
  padding-right: 8px;
}

.md_close .closee {
  height: 20px;
}
/*.md_close {
    position: absolute;
    right: 50px;
    top:100px;
}*/
.DTFC_LeftBodyLiner {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  top: 0px !important;
  width: 100% !important;
  /*  border-right: 4px solid #d7dcdf;*/
}
s .DTFC_LeftHeadWrapper .table thead tr {
  height: 35px !important;
}

.DTFC_LeftBodyWrapper {
  top: 0px !important;
}

tbody tr {
  height: 55px !important;
  border-bottom: 1px solid #dee2e6;
}

.DTFC_LeftBodyLiner thead tr {
  height: 0px !important;
}

#myModaltrend .modal-dialog {
  max-width: 80% !important;
  width: 80% !important;
}

.highcharts-container,
.highcharts-background {
  width: 100% !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 10px !important;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fff !important;
}

.table-striped tbody tr:nth-of-type(even) .sticky-col {
  background-color: #fff !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 10px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f7fa !important;
}

.table-striped tbody tr:nth-of-type(odd) .sticky-col {
  background-color: #f5f7fa !important;
}

.sidenavbar {
  transition: 0.5s;
}

.rightnavbar {
  transition: 0.5s;
  padding-left: 0px !important;
}

/*  .sticky-table table tr.sticky-header th {
        position: -webkit-sticky;
        z-index: 999999 !important;
    }*/

.SCROLLABLE-Div-Class-Name {
  overflow-x: hidden;
}

tbody {
  overflow: scroll;
  -webkit-overflow-scrolling: scroll;
  overflow-y: scroll !important;
  overflow-x: scroll !important;
  /*width: 100% !important;*/
  height: 100% !important;
}

#right-container {
  z-index: 1;
}

.navbuttons {
  position: relative;
  left: 100%;
  margin-bottom: 10px;
}

.ad-index {
  z-index: -1;
}

.arrow {
  display: none !important;
}

.modal-header .close {
  padding: 1rem;
  margin: -2rem 0 -1rem auto;
  opacity: 5;
  border-bottom: none !important;
}

.modal-header {
  border-bottom: none !important;
}

.org_prog {
  padding: 5px 0px;
}

.add-bg {
  background-color: #e5eff8 !important;
}

.hei-50 {
  height: 30px;
}

.close {
  color: #fff !important;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  border-radius: 0px;
}

.custom_chkbx .form-group {
  margin-bottom: 0px;
}
/*.modal-footer {
    border-top: 0;
}*/
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
}

.highcharts-axis-labels text {
  color: #666666;
  font-weight: bold !important;
  font-family:
    "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  fill: #666666;
  font-size: 11px;
}

path.highcharts-button-symbol {
  display: none !important;
}

text.highcharts-credits {
  display: none !important;
}

text.highcharts-axis-title {
  color: #000;
  font-weight: bold;
  font-size: 12px !important;
  font-family:
    "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

g.highcharts-legend-item
  highcharts-area-series
  highcharts-color-0
  highcharts-series-0 {
  color: #21c7a9 !important;
}

.highcharts-axis-labels {
  color: #000;
  /* font-weight: bold; */
  font-family:
    "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
}

.highcharts-root {
  width: 100% !important;
}

path.highcharts-button-symbol {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

text.highcharts-credits {
  display: none !important;
}

text.highcharts-axis-title {
  color: #000;
  font-weight: bold;
  font-size: 12px !important;
  font-family:
    "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

g.highcharts-legend-item
  highcharts-area-series
  highcharts-color-0
  highcharts-series-0 {
  color: #21c7a9 !important;
}

.perf_dshbd_trend_img {
  border-radius: 5px;
  padding: 0px 10px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.perf_dshbd_trend_img:hover {
  border-radius: 5px;
  cursor: pointer;
  padding: 0px 10px 0px 10px;
}

img#perf_img.svg path {
  fill: gray;
}

#perf_img path {
  fill: #808080;
}

img#perf_img.svg:hover path {
  fill: #000;
}

.st0 {
  fill: none !important;
  stroke: #808080 !important;
  stroke-width: 3 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dataTables_scrollBody {
  background-color: #fff !important;
}

.green {
  background-color: green;
}

body {
  padding: 0;
  margin: 0;
  height: 100vh;
  overflow: hidden !important;
}

/*#performance.table .flex{
    justify-content:flex-start;
    align-items:start;
}*/
.red {
  background-color: red;
}

.goal_val {
  margin-left: 5px;
  padding-top: 0px;
  margin-top: 0px !important;
  font-weight: 400;
}

.w-16 {
  width: 16px !important;
}

.k-list-container {
  background-color: #fff;
}

ul#searchautofill_listbox {
  margin: 0;
  list-style: none;
  padding: 0;
}

img.trend_svg {
  width: 100%;
}

.w-20-px {
  width: 16px !important;
}

.DTFC_Cloned th {
  border-bottom-width: 0px !important;
  border-right: 3px solid #dee2e6 !important;
}

table.table.table-striped.table-bordered.order-column.nowrap.w-100.dataTable.no-footer.DTFC_Cloned {
  border: none !important;
  border-left: 1px solid #dee2e6 !important;
}

.st1 {
  fill: none;
  stroke: #000000 !important;
  stroke-width: 3 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blue {
  color: #00b9ff !important;
  font-size: 12px !important;
  font-weight: 600;
}

.droptitlesub {
  color: #00b9ff !important;
  font-size: 12px !important;
  font-weight: 600;
}

.btn-custom {
  background-color: #e8e8eb !important;
  color: #000;
  font-weight: 700;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  font-size: 12px;
}

#dashboard_button:active,
#dashboard_button:focus {
  outline: 0;
}

.float-right {
  float: right;
}

.form-control {
  height: 32px !important;
  font-size: 13px;
  font-weight: 600;
}

.btn-light {
  /*background-color: #fff !important;
    border: 1px solid #ddd !important;
    font-size: 14px !important;*/
  font-size: 14px !important;
  /*line-height: 15px !important;*/
}

.bootstrap-select .dropdown-menu li a {
  font-size: 14px !important;
}

.dshbd-list span {
  margin-bottom: 0px;
  color: #656d7e;
  font-size: 10px;
  text-transform: uppercase;
}

#dshbd.dropdown-menu.show {
  /* left: 35px !important;*/
  /* top: 25px !important;*/
  min-width: 215px;
  padding: 5px 15px;
  /* right: auto;*/
  padding: 15px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 11px 0px;
  color: rgb(55, 61, 75) !important;
  position: absolute;
  right: 0;
  white-space: normal;
  left: 37px !important;
  /*top:-27px !important;*/
}

.table {
  width: 100%;
}

#trend_table_wrapper .dataTables_scrollBody {
  overflow-x: hidden !important;
}

#trend_table_wrapper {
  overflow-x: hidden !important;
}

#dashboard_button:hover .fa-circle {
  color: #22c6ab !important;
}

.dashboard_button.active .fa-circle {
  color: #22c6ab !important;
}

#dashboard_button:active,
#dashboard_button:focus {
  border: none;
}

#dashboard_button {
  border: none !important;
  float: right;
  background: none !important;
  padding-right: 5px;
}

.fa-circle {
  color: #424858;
  font-size: 4px;
  opacity: 0.8;
  margin-right: 0;
}

.buttonGroup > li {
  color: #fff !important;
  background-color: #6c757d;
}

.input-group-text {
  background-color: #22c6ab !important;
  border-color: #22c6ab !important;
  height: 32px;
}

.clientcontrolls .w-30-px {
  width: 30px;
  height: 34px;
}

.mbsc-form-group,
.mbsc-form-group-inset {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding: 0px 15px;
  margin: 0 !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #ccc;
}

.fa-search:before {
  content: "\f002";
  color: #fff !important;
  font-weight: 100;
}

.mb-3 {
  box-shadow: 0px 0px 10px #abb9b7;
}

#autocomplete {
  height: 35px !important;
}

.icnn {
  padding: 9px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #6c757d;
  background-color: #6c757d;
  margin-top: -7px;
  margin-left: -15px;
  cursor: pointer;
}

.buttonGroup {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -webkit-box-sizing: border-box;
  border: 0 !important;
}

.buttonGroup > li {
  background: #424858 !important;
  display: block;
  -webkit-box-flex: 1;
  border-left: none;
  text-align: center;
  color: #292f2b;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  white-space: nowrap;
  z-index: 9;
  cursor: pointer;
}

@media (max-width: 3000px) {
  .icndiv {
    width: 102% !important;
  }
}

@media (max-width: 2090px) {
  .icndiv {
    width: 102.5% !important;
    right: 24px !important;
  }
}

@media (max-width: 2000px) {
  .icndiv {
    width: 103% !important;
    right: 27px !important;
  }
}

@media (max-width: 1800px) {
  .icndiv {
    width: 103.5% !important;
    right: 26px !important;
  }
}

@media (max-width: 1500px) {
  .icndiv {
    right: 24px !important;
  }
}

@media (max-width: 1300px) {
  .icndiv {
    right: 24px !important;
    width: 104% !important;
  }
}

@media (max-width: 1100px) {
  .icndiv {
    right: 26px !important;
    width: 105% !important;
  }
}

@media (max-width: 1000px) {
  .icndiv {
    right: 24px !important;
    width: 106% !important;
  }
}

@media (max-width: 500px) {
  tbody {
    width: 700px !important;
  }
}

@media (max-width: 990px) {
  .sgmnt {
    float: right !important;
    bottom: 25px !important;
  }
}

@media (max-width: 700px) {
  .sgmnt {
    bottom: 48px !important;
  }
}

@media (max-width: 690px) {
  .ui-segment span.option {
    font-size: 12px !important;
  }
}

@media (max-width: 670px) {
  .ui-segment span.option {
    font-size: 10px !important;
  }

  .sgmnt {
    bottom: 25px !important;
  }
}

@media (max-width: 650px) {
  .ui-segment span.option {
    padding-left: 18px !important;
  }
}

@media (max-width: 630px) {
  .sgmnt {
    bottom: 40px !important;
  }
}

@media (max-width: 700px) {
  .icndiv {
    width: 108% !important;
  }
}

@media (max-width: 500px) {
  .icndiv {
    width: 110% !important;
  }
}

.icnn1 {
  float: right;
  margin-right: -65px;
}

.icndiv {
  padding: 0px;
  position: relative;
  bottom: 33px;
  width: 104%;
  right: 25px;
}

.segmented-control {
  margin: 1.8em auto !important;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: blue;
  content: "/\00a0" !important;
}

.buttonGroup > li.selected {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#22c6ab),
    to(#22c6ab)
  ) !important;
  color: #fff !important;
  border-color: #22c6ab !important;
  background-color: #22c6ab !important;
}

.buttonGroup > li {
  width: inherit;
}

.buttonGroup > li:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#22c6ab),
    to(#22c6ab)
  ) !important;
  color: #fff !important;
  border-color: #22c6ab !important;
  background-color: #22c6ab !important;
}

.cu-width {
  background-color: #fff !important;
}

.page-breadcrumb {
  background-color: #fff;
  height: 15px;
  display: flex;
  align-items: end;
  padding: 0px 0px 0px 15px;
  cursor: pointer;
  pointer-events: auto;
}

.page-breadcrumb h4 {
  font-size: 12px;
  font-weight: normal;
  padding-right: 15px;
  padding-top: 5px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #3f97f6;
  text-decoration: underline;
  margin: 0;
}

.date {
  text-shadow:
    0 0 5px rgba(206, 212, 211, 0.9411764705882353),
    0 0 5px #d7dcdf;
}

body,
html {
  font-family: Lato, sans-serif;
}

.flex {
  display: flex;
}

.green {
  background-color: green;
}

.red {
  background-color: red;
}

.sticky {
  padding-right: 180px !important;
}

.dshbd-list {
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  padding: 5px 0px 5px 0px;
  color: #000;
  justify-content: space-between;
  white-space: nowrap;
}

.b-b {
  border-bottom: 1px solid #e3e3e3;
}

.non-sticky {
  padding-right: 150px !important;
  width: 120px !important;
  background-color: #fff;
}

.avatar-img {
  width: 25px !important;
  height: 25px;
  border-radius: 25px;
}

.js-range-slider {
  margin-top: 10px;
}

.m-1 {
  margin: 1px;
}

.w-100 {
  width: 100%;
}

.w-45-px {
  width: 35px;
}

.cursor {
  cursor: pointer;
}

.bootstrap-select > .dropdown-toggle {
  box-shadow: 0px 0px 5px #ccc;
}

.last_updated_metricdate {
  font-size: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #495057;
  padding-top: 5px;
  font-weight: normal;
  padding-left: 2px;
  white-space: nowrap;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  opacity: 0.8;
  font-family: "Lato", sans-serif;
}

.p-rl-2 {
  padding: 0px 2px;
}

.breadcrumb {
  padding-left: 0px !important;
  background-color: transparent !important;
}

.p-rl-5 {
  padding: 0px 2px;
}

.p-0 {
  padding: 0;
}

.m-t-7 {
  margin-top: -7px;
}

.h-45 {
  height: 45px;
}

.float-left {
  float: left;
}

.p-r-8 {
  padding-right: 5px;
}

.segment {
  position: relative;
  top: 0px;
  height: 45px;
  padding: 0px 36px 0px 36px;
}

.h-45-px {
  height: 45px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  display: none;
}

#slideslist {
  display: inline-flex;
  width: 100%;
  overflow-x: hidden;
  padding: 0px;
  border: 1px solid #11ac63;
  background-color: #6c757d;
  margin-bottom: 0px;
}
/*neww*/

/*.DTFC_LeftBodyWrapper{
        width:300px;
    }
    .DTFC_LeftHeadWrapper {
        width: 300px;
    }*/
.btn-custom {
  background-color: #e8e8eb !important;
  color: #000;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  font-size: 12px;
}

.float-right {
  float: right;
}

.dshbd-list span {
  margin-bottom: 0px;
  color: #656d7e;
  font-size: 10px;
  text-transform: uppercase;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*.DTFC_LeftBodyLiner .table tbody tr td {
    border-right: 3px solid #dee2e6 !important;
}

.DTFC_LeftBodyLiner .table thead tr th {
    border-right: 3px solid #dee2e6 !important;
}*/

#dashboard_button:hover .fa-circle {
  color: #22c6ab !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  white-space: nowrap;
}

.trend_img {
  width: 14px;
}

.trend_icns {
  padding-left: 30px;
  cursor: pointer;
  pointer-events: auto;
}

#dashboard_button:active,
#dashboard_button:focus {
  border: none;
}

#dashboard_button {
  border: none !important;
  float: right;
  background: none !important;
  padding-right: 5px;
}

.buttonGroup > li {
  color: #fff !important;
  background-color: #6c757d;
}

.input-group-text {
  background-color: #22c6ab !important;
  border-color: #22c6ab !important;
}

.fa-search:before {
  content: "\f002";
  color: #fff !important;
  font-weight: 100;
}

.mb-3 {
  box-shadow: 0px 0px 10px #abb9b7;
}

.icnn {
  padding: 9px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #6c757d;
  background-color: #6c757d;
  margin-top: -7px;
  margin-left: -15px;
  cursor: pointer;
}

.buttonGroup {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -webkit-box-sizing: border-box;
  border: 0 !important;
}

.buttonGroup > li {
  background: #424858 !important;
  display: block;
  -webkit-box-flex: 1;
  border-left: none;
  text-align: center;
  color: #292f2b;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  white-space: nowrap;
  z-index: 9;
  cursor: pointer;
}

@media (max-width: 3000px) {
  .icndiv {
    width: 102% !important;
  }
}

@media (max-width: 2090px) {
  .icndiv {
    width: 102.5% !important;
    right: 24px !important;
  }
}

@media (max-width: 2000px) {
  .icndiv {
    width: 103% !important;
    right: 27px !important;
  }
}

@media (max-width: 1800px) {
  .icndiv {
    width: 103.5% !important;
    right: 26px !important;
  }
}

@media (max-width: 1500px) {
  .icndiv {
    right: 24px !important;
  }
}

@media (max-width: 1300px) {
  .icndiv {
    right: 24px !important;
    width: 104% !important;
  }
}

@media (max-width: 1100px) {
  .icndiv {
    right: 26px !important;
    width: 105% !important;
  }
}

@media (max-width: 1000px) {
  .icndiv {
    right: 24px !important;
    width: 106% !important;
  }
}

@media (max-width: 500px) {
  tbody {
    width: 700px !important;
  }
}

@media (max-width: 990px) {
  .sgmnt {
    float: right !important;
    bottom: 25px !important;
  }
}

@media (max-width: 700px) {
  .sgmnt {
    bottom: 48px !important;
  }
}

@media (max-width: 690px) {
  .ui-segment span.option {
    font-size: 12px !important;
  }
}

@media (max-width: 670px) {
  .ui-segment span.option {
    font-size: 10px !important;
  }

  .sgmnt {
    bottom: 25px !important;
  }
}

@media (max-width: 650px) {
  .ui-segment span.option {
    padding-left: 18px !important;
  }
}

@media (max-width: 630px) {
  .sgmnt {
    bottom: 40px !important;
  }
}

@media (max-width: 700px) {
  .icndiv {
    width: 108% !important;
  }
}

@media (max-width: 500px) {
  .icndiv {
    width: 110% !important;
  }
}

.icnn1 {
  float: right;
  margin-right: -65px;
}

.icndiv {
  padding: 0px;
  position: relative;
  bottom: 33px;
  width: 104%;
  right: 25px;
}

.segmented-control {
  margin: 1.8em auto !important;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: blue;
  content: "/\00a0" !important;
}

.buttonGroup > li.selected {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#22c6ab),
    to(#22c6ab)
  ) !important;
  color: #fff !important;
  border-color: #22c6ab !important;
  background-color: #22c6ab !important;
}

.buttonGroup > li {
  width: inherit;
}

.buttonGroup > li:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#22c6ab),
    to(#22c6ab)
  ) !important;
  color: #fff !important;
  border-color: #22c6ab !important;
  background-color: #22c6ab !important;
}

.cu-width {
  background-color: #fff !important;
}

.date {
  text-shadow:
    0 0 5px rgba(206, 212, 211, 0.9411764705882353),
    0 0 5px #d7dcdf;
}

body,
html {
  font-family: Lato, sans-serif;
}

.flex {
  display: flex;
}

.green {
  background-color: green;
}

.red {
  background-color: red;
}

.sticky {
  padding-right: 180px !important;
}

.b-b {
  border-bottom: 1px solid #e3e3e3;
}

.table thead th {
  background-color: #fff !important;
  /* padding-left: 15px !important;*/
}

button.waves-effect {
  line-height: 10px !important;
  font-size: 12px !important;
}

.agent-circle {
  width: 12px;
  border-radius: 12px;
  height: 12px;
}

.avatar-img {
  width: 30px;
}

#performancebredcrumbs {
  height: 25px;
}

.table tr th,
.table tr td {
  white-space: nowrap !important;
}

.mbsc-mobiscroll.mbsc-no-touch
  .mbsc-segmented-item:hover
  .mbsc-segmented-content {
  background: #22c6ab !important;
}

.org_prog .form-control {
  height: 32px !important;
  padding: 5px 14px;
  font-size: 14px;
}

.DTFC_LeftWrapper {
  top: 0px !important;
}

.trend_svg {
  filter: contrast(5%);
}

.w-20 {
  width: 20%;
}

.w-35 {
  width: 35%;
}
table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
  border: 1px solid #dee2e6;
  font-size: 12px;
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky !important;
  position: -ms-sticky !important;
  left: 0;
  z-index: 9;
  width: 350px;
}

td.sticky-col {
  padding-right: 15px !important;
}
/*td.sticky-cell {
    border-right: 4px solid #dee2e6 !important;
}*/
td .pr-5 {
  padding-right: 5px !important;
}
.DTFC_LeftBodyLiner thead {
  display: none !important;
}
/*.dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td, .dataTables_wrapper table.dataTable thead td{
    padding:8px 15px !important;
}*/
.form-select {
  font-size: 14px;
}

.w-30-px {
  width: 30px;
}

.nav-content .nav-tabs li.active {
  background: #0dc7a9;
  color: #fff;
}

.nav-tabs #myTab.nav-item .nav-link {
  padding: 7px 15px;
  font-size: 12px !important;
  font-weight: 600;
}

.nav-content #myTab.nav-tabs li:hover {
  background: #22c6ab;
  color: #fff;
}

.nav-content #myTab.nav-tabs li:hover a {
  color: #fff;
}

.nav-content #myTab.nav-tabs li a {
  padding: 7px 15px;
  color: #22c7ab;
  font-weight: 600 !important;
}

.nav-tabs .nav-link {
  border: none !important;
  box-shadow: none !important;
}

.nav-content #myTab.nav-tabs li.active a {
  color: #fff;
}

i.fa.fa-arrow-left.color-white.fa-2x.arrow-icon {
  font-size: 14px;
}

i.fa.fa-arrow-right.color-white.fa-2x.arrow-icon {
  font-size: 14px;
}

.nav-tabs.list {
  border: 1px solid #11ac63;
}

ul.list li:hover a {
  background: #11ac63;
  color: #fff;
}

.flexx {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px 0px 0px;
}

.irs {
  margin-top: -10px;
}

.prev-btn-box {
  display: flex;
  justify-content: center;
  position: relative;
  top: 0px;
  align-items: center;
  left: 0px;
  background: #6c757d;
  color: #fff;
  padding: 0;
  border-radius: 0px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.next-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0px;
  left: 0px;
  background: #6c757d;
  color: #fff;
  padding: 0;
  border-radius: 0px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .show > .nav-link {
  color: #fff;
  background-color: #22c6ab;
  border-color: #22c6ab;
}

.nav-tabs #myTab.nav-item .nav-link {
  font-size: 12px;
  color: #22c6ab;
}

.nav-content {
  border: 1px solid #22c6ab;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  min-height: 30px;
}

.nav-content #myTab.nav-tabs .nav-item {
  width: inherit;
  text-align: center;
  justify-content: center;
  box-shadow: 2px 1px 2px #ccc;
  cursor: pointer;
  font-size: 12px;
}

.nav-content .nav-tabs {
  list-style-type: none !important;
  padding: 0 !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  width: 100%;
  flex-wrap: inherit;
  border: 0px !important;
  min-height: 25px !important;
}

.tab-content {
  padding: 0 !important;
  border: 0px solid #ddd !important;
  border: none !important;
}

.fs-16 {
  font-size: 16px;
}

.fw-600 {
  font-weight: 600;
}

.icon-color {
  color: #0f84f2;
}

.wrap {
  overflow: hidden !important;
  width: 100% !important;
}

.nav-content .nav-tabs li {
  display: inline-flex !important;
  /* padding: 5px 15px; */
  white-space: nowrap;
  height: 100%;
  cursor: pointer;
}

.irs--flat .irs-line {
  top: 36px;
}

.user_dashboard button {
  background: transparent;
  border: none;
}

.profile-agent {
  padding-right: 10px;
}

.tenure.blue {
  padding-right: 10px;
}

.total_logins {
  padding-right: 10px;
}

ul#myTab {
  background: #fafdff;
}

.table td,
.table th {
  border: 1px solid #dee2e6;
  box-shadow: 0px 0px 2px #ccc !important;
}

td,
tfoot,
th,
thead,
tr {
  box-shadow: 0px 0px 5px #ccc;
}

.clientcontrolls .input-group {
  box-shadow: 0px 0px 5px #ccc;
  position: relative;
  flex-wrap: nowrap;
}
/*.dropdown:hover .dropdown-menu{
    display:block !important;
}*/
.three_dots:hover i {
  color: #22c7ab;
}
.dataTables_wrapper {
  padding: 0 !important;
}
div#summarydata {
  padding-top: 5px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #ccc;
  border-style: none;
  border-width: 0;
}

#performancebredcrumbs {
  height: 40px;
}

a.bredcrumbrediredirection {
  color: #00b9ff;
  font-size: 12px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
}

.table > :not(caption) > * > * {
  box-shadow: none !important;
}

.user_dashboard.dropdown {
  padding-right: 10px;
}
/*div#performance_wrapper {
    box-shadow: 0px 0px 5px #ccc;
}*/
/*.DTFC_LeftBodyWrapper {
    box-shadow: 0px 0px 5px #ccc;
}*/
.user_dashboard {
  margin-left: 20px;
}

.highcharts-axis-line {
  stroke-width: 0 !important;
}

tr {
  box-shadow: none;
}

.DTFC_LeftBodyLiner .table {
  box-shadow: none !important;
}
/*.page-content {
    padding: calc(58px + 24px) calc(24px / 2) 0px calc(24px / 2);
}*/
#myModaltrend .form-control {
  height: 34px !important;
}

.no_user_img {
  background: #495057;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  margin-right: 5px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
  font-size: 14px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 5px;
}

.select2-container {
  padding-top: 0px;
}

.h-40-px {
  height: 40px;
}

.clientcontrolls .flex {
  padding: 0;
}

#data-popup .form-check {
  padding-left: 0;
}

#data-popup .form-check-label {
  font-weight: normal;
  /*padding-left: 0px;*/
  font-size: 14px;
}

#cu-srt.sorting {
  color: #6c757d;
}

#cu-srt.sorting_desc:before,
#cu-srt.sorting_desc_disabled:before {
  /*bottom: 0em !important;*/
  left: 40px !important;
  color: #22c6ab;
}

#cu-srt.sorting_asc:after,
#cu-srt.sorting_asc_disabled:after {
  /*bottom: 0em !important;*/
  left: 40px !important;
  color: #22c6ab;
}

#cu-srt.sorting_desc:after,
#cu-srt.sorting_desc_disabled:after,
#cu-srt.sorting_asc:before,
#cu-srt.sorting_asc_disabled:before,
#cu-srt.sorting:before,
#cu-srt.sorting_disabled:before,
#cu-srt.sorting:after,
#cu-srt.sorting_disabled:after {
  bottom: -0.2em !important;
  left: 40px !important;
}

.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
  display: none;
}

.profile-agent .flex {
  align-items: start !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.user_dashboard > .dropdown > button.active i {
  color: #22c6ab;
}

.loaders {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 200px;
}

.loaders .loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.hid {
  display: none !important;
}

.loaders {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: transparent;
  position: absolute;
  left: 0;
  /* opacity: 0.2; */
  bottom: 0;
  right: 0;
  height: 100%;
  top: 0;
}

.load {
  font-size: 16px;
  padding-top: 25px;
  color: #424858 !important;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

.ball-clip-rotate-multiple {
  position: relative;
}

.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #424858;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #424858 transparent #424858 transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.mbsc-mobiscroll.mbsc-segmented {
  padding: 0 0px 0px 0px;
}

.w-15 {
  width: 15%;
}

.w-40 {
  width: 40%;
}

.version .committ-tooltip {
  min-width: 200px;
  width: auto;
  text-align: center;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: transparent !important;
}

.table tr th,
.table tr td {
  font-size: 12px !important;
}

.page-content > .white_bg {
  padding: 5px 0px 0px 0px;
}

.w-25 {
  width: 25% !important;
}

.irs--round {
  height: 50px;
  margin: 0 1em 0 0;
}

.clientcontrolls .pl-8 {
  padding: 0px 15px;
}

.show_scorecards ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.scorecard_type i.fa.fa-circle {
  color: #424858;
  margin-right: 2px;
  font-size: 4px;
  opacity: 0.8;
}

.scorecard_type > .d-flex {
  line-height: 12px;
}

.show_scorecards {
  position: absolute;
  right: 0;
  white-space: nowrap;
  background: #fff;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #ccc;
  padding: 0;
  text-transform: capitalize;
  top: 13px;
  z-index: 1;
}

.show_scorecards ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.show_scorecards {
  display: none;
}

.show_scorecards ul li {
  padding: 5px 15px;
  cursor: pointer;
}

.show_scorecards ul li:hover {
  background-color: #e9e8f3;
  border-radius: 3px;
}

.scorecard_type:hover .show_scorecards {
  display: block !important;
  z-index: 1;
}

.Addition_links_block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.Addition_links_block div {
  margin-right: 5px;
}

.btn-bordered {
  font-size: 14px !important;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.11) !important;
  padding: 11px 16px;
  border-radius: 3px;
}

.btn.btn-bordered:hover {
  background-color: #e7e7e7 !important;
}

#metric_detailmodal .modal-dialog {
  border-radius: 5px;
}

#metric_detailmodal .btn {
  font-size: 14px !important;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.11);
  padding: 11px 16px;
  border-radius: 3px;
  margin-left: 16px;
  background: #fff;
  color: #272933;
}

#metric_detailmodal .btn-coach {
  color: #272933;
  background-color: #ffe79d;
  border: none !important;
  height: 48px;
}

#metric_detailmodal .btn-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #dfe3eb;
  border-radius: 5px;
  border: none !important;
}

#metric_detailmodal .btn-close:hover {
  background-color: #22c6ab;
}

#metric_detailmodal .btn-coach:hover {
  background-color: #e4d095;
}

.metricname {
  font-size: 18px;
  margin: 10px 0px;
  font-weight: 600;
}

#metric_detailmodal .modal-header {
  padding: 15px 20px;
  display: flex;
}

#metric_detailmodal .modal-body {
  padding: 15px 20px;
}

#metric_detailmodal .form-control {
  border-radius: 3px;
  border: 1px solid #dfe3eb;
  height: 42px;
  font-size: 14px;
}

#metric_detailmodal .modal-dialog {
  max-width: 100% !important;
  margin: 23px 30px !important;
}

input.typeahead:focus-visible {
  outline: 2px solid black;
  border-radius: 3px;
}

/*input.typeahead::placeholder{
    color:#ccc;
}*/
.metric_details {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
}

.metric_detail_card {
  min-width: 240px;
  cursor: pointer;
  pointer-events: auto;
  background-color: #fff;
  border: 1px solid #dfe3eb;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #dfe3eb;
}

.metric_detail_card.active {
  background-color: #f5f8fa;
  outline: 3px solid #22c6ab;
}

.metric_detail_card:hover {
  background-color: #f5f8fa;
  outline: 3px solid #22c6ab;
  /*outline:0;*/
}

.metric_details {
  padding: 15px 0px 0px 3px;
}

.metric_detail_card > div {
  font-weight: 200;
  margin-bottom: 5px;
  white-space: nowrap;
  color: #15161d;
  font-size: 14px;
}

.metric_detail_formula {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #e4e7eb;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.metric_detail_formula .commit-tooltip {
  top: 15px;
  min-width: 20px !important;
  width: auto;
  max-width: 1000px;
  background-color: rgba(39, 41, 51, 0.95);
  color: #fff;
  padding: 5px 15px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 20px;
  z-index: 1;
  font-size: 12px;
  border-radius: 3px;
}

.metric_detail_formula .commit-tooltip div {
  padding-top: 0px;
  text-transform: none;
}

.metric_detail_formula img {
  width: 12px;
  height: 12px;
}

.metric_trend_block h3 {
  font-size: 14px;
  font-weight: 600;
}

.metric_trend_block {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.metric_detail_trend_block h3 {
  font-size: 14px;
  font-weight: 600;
}

.metric_detail_trend_block {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 3px solid #22c6ab;
}

.pd-5 {
  padding-right: 5px;
}

#Green {
  background-color: forestgreen !important;
}

.my_schedule .justify-content-center {
  justify-content: center !important;
}

.incentive-tile.premiercard {
  text-align: center;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #54589d;
  min-height: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*text-decoration: underline;*/
}

.premiercard .samp {
  color: #000;
  font-weight: 600 !important;
  text-align: center;
  padding-top: 5px;
}

.premiercard a {
  text-decoration: underline;
}

.premiercard .div-block-588.mt-2.justify-content-center {
  justify-content: center !important;
}

.btn.gate_met {
  background-color: #6baf88;
  border-color: #6baf88;
  box-shadow: 0 2px 2px 2px rgb(0 0 0 / 15%);
  color: #fff !important;
}

.btn.not_met {
  background-color: #ef5350;
  border-color: #ef5350;
  box-shadow: 0 2px 2px 2px rgb(0 0 0 / 15%);
  color: #fff !important;
}

.btn.none_met {
  background-color: #868686;
  border-color: #868686;
  box-shadow: 0 2px 2px 2px rgb(0 0 0 / 15%);
  color: #fff !important;
}

.gate_met {
  color: #6baf88;
}

.not_met {
  color: #ef5350;
}

#Green .metric-number-tile-header {
  color: white !important;
}

#Green .metric-numbers {
  color: white !important;
}

#Green .samp {
  color: white !important;
}

.samp.metric-numbers.text-center {
  white-space: nowrap;
  font-size: 16px;
  margin-top: 14px;
  color: #323441;
}

.pbc .samp {
  font-weight: normal;
  font-size: 14px;
}
/*.pbc .metric-numbers {
        font-weight: 700;
        font-size: 20px;
    }
        .pbc.incentive-tile{
            min-height:130px;
        }
    .pbc > .metric-number-tile-header {
        margin-bottom: 12px;
        font-size: 15px;
    }*/
.inc_red {
  color: #e34819;
}

.redd_tile {
  background-color: #ef5350 !important;
  color: #fff;
  height: 120px;
}

.green_tile {
  background-color: #6baf88 !important;
  color: #fff;
  height: 120px;
}

.redd_tile .inc_val {
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.green_tile .inc_val {
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.redd_tile img {
  width: 23px;
  margin-right: 5px;
}

.green_tile img {
  width: 21px;
  margin-right: 5px;
}

.redd_tile .payout_val {
  color: #f7a9a8;
}

.green_tile .payout_val {
  color: #b5d7c3;
}

.redd_tile .headd,
.redd_tile .inc_val {
  padding-left: 12px;
}

.green_tile .headd,
.green_tile .inc_val {
  padding-left: 12px;
}

.total_months {
  width: 70px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 600;
}

.total_months label {
  font-weight: 600;
}

.inc_right_block1 .justify-content-center {
  justify-content: center !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.potential_table .table-responsive .table tr th {
  background-color: #ffffff;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.pbc_cuurent_month_score {
  display: flex;
  justify-content: center;
  align-items: center;
}

.incentive-tile.premiercard.pbc.pbc_cuurent_month_score a {
  text-decoration: underline;
  color: #0e7e97 !important;
}

.pbc_cuurent_month_score a:hover {
  text-decoration: underline !important;
}

.samp.metric-numbers.text-center {
  white-space: nowrap;
  font-size: 16px;
  margin-top: 14px;
  color: #323441;
}

.ncc a:hover {
  text-decoration: underline !important;
}

.metric-number-tile.pbc.ncc a {
  color: #9400d3 !important;
  font-size: 14px !important;
  margin-bottom: 5px !important;
}

.ncc .metric-number-tile-header {
  margin-top: 5px;
  color: #323411;
  font-size: 12px;
}

.white_bg {
  padding: 0px 0px 0px 0px;
  background: none;
  min-height: auto;
}

a {
  text-decoration: none;
}

#agent_scheduling_modal .modal-dialog {
  max-width: 50%;
}

#agent_scheduling_modal h3 {
  font-size: 18px;
}

#agent_scheduling_modal .modal-body h3 {
  font-size: 16px;
  line-height: 22px;
}

.agent_schedule_date {
  margin-bottom: 10px;
}

.table > tbody {
  vertical-align: inherit;
  border-color: rgb(240 240 240);
}

.table > thead {
  border-color: rgb(240 240 240);
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgb(240 240 240);
}

#quadrant1.table > tbody > tr > td:first-child {
  text-align: left;
}

#quadrant1.table > thead > tr > th:first-child {
  text-align: left;
}

#incentiveTablesPopup {
  background: #fff;
  margin-top: 130px;
  width: 100%;
  min-width: 85%;
  max-width: 85%;
  max-height: 70%;
  overflow-y: auto;
  padding: 0px;
  border-radius: 5px;
}

#inc_table {
  font-weight: normal;
  margin-bottom: 0;
  border: 1px solid rgb(0 0 0 / 42%);
}

.inc_details .btn-primary {
  background: #414d5a;
  border-color: #414d5a;
}

.term_cond {
  background-color: #f5f8fa;
}

.team_cond > .row {
  margin-top: -19px;
}

.team_cond > .row > .col-md-7 {
  padding-right: 0px;
  margin-top: -48px;
}

.show_money .btn {
  font-size: 17px;
  background: #348bf2;
}

.show_money_gif img {
  width: 180px;
}

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

.inc_right_block1 .bgg {
  margin-top: -6px;
}

.inc_right_block1 {
  margin-top: 8px;
}

.incentive_block2 {
  margin-bottom: 65px;
}

.estimate_block {
  margin-top: 46px;
}

.estimate_block .mb-10 {
  font-weight: 200;
}

#noofmonths_val {
  padding: 5px;
  font-weight: 500;
}

.light_font {
  padding: 5px;
  font-weight: 500;
}

#cox_incentive_cxpb .modal-dialog .modal-content .container-fluid > .row {
  background-color: #f5f8fa;
}

#cox_incentive_s2s .modal-dialog .modal-content .container-fluid > .row {
  background-color: #f5f8fa;
}

.term_cond .row {
  background-color: #f5f8fa;
}

.page-content > .white_bg {
  padding: 0 0 5px 0px !important;
}

#metric_detailmodal .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-bottom-color: transparent;
  background-color: transparent;
  color: #fff;
}

a#pills-list-tab img {
  opacity: 0.2;
  cursor: pointer;
  pointer-events: auto;
}

a#pills-list-tab img:hover {
  opacity: 1;
}

a#pills-list-tab.active img {
  opacity: 1;
}

a#pills-grid-tab img {
  opacity: 0.2;
  pointer-events: auto;
  cursor: pointer;
}

a#pills-grid-tab img:hover {
  opacity: 1;
}

a#pills-grid-tab.active img {
  opacity: 1;
}

#metric_detailmodal .table thead tr th {
  min-height: 48px;
  background-color: #f5f8fa;
  border-right: 1px solid #dfe3eb !important;
  border-top: 1px solid #dfe3eb !important;
  text-transform: capitalize;
}

#metric_detailmodal .table tbody tr td {
  font-size: 14px;
}

#metric_detailmodal .table {
  box-shadow: none;
}

#metric_detailmodal .table td:last-child {
  background-color: rgba(182, 197, 213, 0.24);
}

#metric_detailmodal .table tbody tr:hover {
  background-color: #f5f8fa;
}

#metric_detailmodal .table tbody tr:nth-child(even) {
  background-color: #f5f8fa;
}

#metric_detailmodal table.dataTable thead > tr > th.sorting_asc {
  background-color: inherit !important;
}

#list_view_wrapper {
  overflow: auto;
  overflow-x: hidden;
}

#metric_detailmodal .modal-content {
  padding: 0;
}
h4#rangedatalable {
  text-shadow:
    0 0 5px rgba(206, 212, 211, 0.9411764705882353),
    0 0 5px #d7dcdf;
  margin: 0;
  padding-right: 25px;
  white-space: nowrap;
  /*min-width:200px;
    max-width:250px;*/
}
span.k-widget.k-autocomplete.form-control.k-autocomplete-clearable {
  height: 36px !important;
  height: 36px !important;
  display: flex;
  align-items: center;
}

.w-80 {
  width: 72%;
}
.input-group-text.hei-32 {
  height: 36px !important;
}
.flx {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 0px;
}
.generic_as .w-20 {
  min-width: 20%;
}
.generic_as .w-35 {
  min-width: 35%;
}
.agent_sum_flx {
  display: flex;
  justify-content: start;
  align-items: center;
}
.clientcontrolls h5 {
  margin-top: 0;
  white-space: nowrap;
  font-size: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#data-popup label {
  font-weight: normal;
}
.ti-search {
  color: #fff;
}
.k-widget.form-control .k-input {
  padding: 0.375rem 0.75rem;
  height: 36px !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-width: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.k-widget.form-control .k-input:focus {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: none !important;
}
span.k-widget.k-autocomplete.form-control.k-autocomplete-clearable.k-state-default:focus {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: none !important;
}
.input-group-append {
  margin-left: 0px;
}
.mbsc-mobiscroll .mbsc-segmented-content {
  border: 0px solid #6c757d;
  color: #ffffff;
  background: #6c757d;
  font-weight: 400;
  font-size: 16px !important;
  height: 100%;
  line-height: 1.5;
  font-family: "Lato", sans-serif !important;
  border-radius: 3px;
  margin-right: 5px;
}
.excel_div {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.excel_div img {
  width: 40px;
  margin-left: 20px;
}
.range-slider__value {
  width: auto !important;
  box-shadow: 0px 0px 10px #abb9b7 !important;
  white-space: nowrap;
}
.range-slider__range {
  box-shadow: 0px 0px 5px #abb9b7 !important;
}
.range-slider {
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.range-slider__value:after {
  top: 8px !important;
}
.time_frame_block .export img {
  width: 38px !important;
}
.datepicker .date {
  text-shadow: none !important;
}
.input-group > .form-control {
  height: 36px !important;
}
.program-space-row .ProgramSpace {
  background-color: rgb(245, 248, 250) !important;
  padding: 10px !important;
}
.highcharts-legend-item {
  font-weight: bold !important;
  color: #333333 !important;
  fill: #333333 !important;
  font-family:
    "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
/* Hidden legend text */
.highcharts-legend-item-hidden text {
  fill: #cccccc !important;
  text-decoration: none !important;
  font-size: 12px !important;
}

/* Hidden legend symbol */
.highcharts-legend-item-hidden .highcharts-point {
  fill: #cccccc !important;
}
.highcharts-legend-item-hidden > .highcharts-graph {
  stroke: #cccccc !important;
}
.leaderboard_table .table > thead {
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.12) !important;
}
