/* CUstom  */

#courseSparkChart .apexcharts-svg foreignObject {
  width: 100% !important;
}

#courseSparkChart .apexcharts-canvas,#courseSparkChart .apexcharts-svg {
  width: 100% !important;
}

#courseSparkChart  .apx-legend-position-left {
  left: 360px !important;
}

.apexcharts-tooltip {
    width: 180px;
}

#coursePie1 .apx-legend-position-right {
  height: auto !important;
}

.dt-buttons.btn-group {
    position: absolute;
    top: 20px;
    left: 200px;
}
/* 
table.dataTable th:nth-child(6) {
  width: 250px;
  max-width: 250px;
  word-break: break-all;
  white-space: pre-line;
}

table.dataTable td:nth-child(6) {
  width: 250px;
  max-width: 250px;
  word-break: break-all;
  white-space: pre-line;
} */

.logo_back{
  position: relative;
  height: 100vh;
}
.logo_back::before{
  content: '';
  background-image: url('https://sarthi.testingsite.online/assets/img/media/login_new.png');
  background-size:100% 100%;
  display: block;
  height: 100%;

  position: absolute;
  z-index: 99;
  left:0px;
  right:15px;
}
.over-hidden{
  overflow: hidden;
}

select.parsley-error{
  border-color: #ee335e !important;
}

select.parsley-success{
  border-color: #22c03c !important; 
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300cccc ' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(1.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);

}

/*select.select_wrong.parsley-success{
  background-position: center right calc(1.375em + 0.1875rem);
  }*/
.select_icondropdown{
  -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
.select_icondropdown_{
   -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.was-validated .select_wrong.form-control:invalid,.was-validated .select_wrong.form-control:valid{
    background-position: center right calc(1.375em + 0.1875rem);
}
.success_{
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #eae8f1;
    width: 1850px;
    border-radius: 3px;
}

.success_.close {
    text-shadow: none;
    opacity: 0.2;
}
.success_.alert-success {
  color: #1f5c01;
  background-color: #d8efcc;
  border-color: #d8efcc !important;
}

@media only screen and (min-width: 1250px){
  .logo_back{

    height: 100vh;
  } 
}

#yearChart .apexcharts-tooltip.apexcharts-theme-light{
  display: unset;
  flex-direction: unset;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#yearChart .apexcharts-legend.apexcharts-align-right.apx-legend-position-top{
  width: 85%;
  left: auto !important;
  right: 0px;
  top: 40px !important;
}
.listing_check_group{
  /* float:left; */
}
.listing_check_group label{
  width: 20%
}
.custome_timeline_box .vtimeline .timeline-wrapper .timeline-badge{left: 0px;}
.custome_timeline_box .vtimeline:before{left: 24px}
.custome_timeline_box .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel{
  margin-left: 0px;
  width: 100%;
}
.custome_timeline_box .vtimeline .timeline-wrapper.timeline-inverted{padding-left: 68px;}
.camel-case {
text-transform: capitalize !important;
}

.camel-case tr th{
text-transform: capitalize !important;
}

.col-lg-2 .mt-10{
  margin-left: 10px !important;
}
.ap_doc{
  font-weight:bold !important;
}
.doccument_btn{
  margin-right: -21.75rem!important
}
.wizard.vertical > .content {
    width: 78%;
    margin-top: -150;
    padding: 25px;
}
.wizard.vertical > .actions {
    width: 78%;
    padding: 25px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fbfbfb;
    opacity: 1;
}

.btn-block-width {
    display: block;
    width: 90%;
}
