/* added by shubham 23-10-2020 */
*{
  transition: all 0.4s ;
  /* font-size: 1rem !important; */
}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}


/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4e73df; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4e73df; 
}

th{
  white-space: nowrap;
}

/* .table-responsive{
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll; 
}*/



.grey{
  background-color: lightgrey
}
.grey td{
  color: rgba(0, 0, 0, 0.507)
}

.lh{
  line-height: 2;
}

.lh1{
  line-height: 0.5;
}

.lh2{
  line-height: 3;
}

.lh3{
  line-height: 0.8;
}

.distribution p{
  font-size: 0.8rem;
}

.al{
  margin-left: 38px;
}

.searchbox{
  width: 70%;
}

.spacing{
  display: flex; 
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.imgprofile{
  width: auto;
  max-height: 60px;
}

.showw{
  display: none;
}



.Profile-header{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.Profile-header .text-center{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.edit{
  height: 30px;
  border-radius: 5px;
  border: lightgrey 1.5px solid;
}

.counter {
	padding: 16px 0px 0px 0px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  height: 170px;
}

.infoo{
  display: flex;
  justify-content: space-around;
  color: #000;
}

.infoo i{
  margin-top: 5px;
  font-size: 1.5rem;
}

.counter p{
  margin-left: 18px;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}


.tabs {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tab {
  cursor: pointer;
  padding: 10px;
}

.tab.active {
  border-bottom: 2px solid #0274d8c4;;
  /* background-color: #0274d8c4; */
}

.tab:hover {
  border-bottom: 2px solid #0274d8c4;;
}

.tab-content {
  margin-left: 20px;
  margin-right: 20px;
}



.dropzone{
  border: 2px dashed cyan;
}


.filtercontrol{
  width: 200px;
}

.searchboxtag{
  height: 30px;
  width: 100%;
  border: 1px solid grey;
  border-radius: 5px;
  margin-left: 5px;
}

.circle{
  background:rgb(0, 60, 255);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  padding: 18px 0;
}

.circle .fas{
  color: white;
  font-size: 2rem;
}

.circle:hover {
  background:rgba(0, 37, 158, 0.966)
}



.some{
  overflow: hidden;
}

/* tbody tr:nth-child(2n){
  background-color: lightgrey
}

tbody tr td:nth-child(2n){
  color: rgba(0, 0, 0, 0.507)
} */

.cirnavbar{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: lightblue;
  margin: 25px auto;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: black;
  transition: 0.24s 0.2s;
}

.cirnavbar .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -25px;
  left: -25px;
  border: 60px solid transparent;
  cursor: default;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.4s 0.07s;
  z-index: -1;
}

.cirnavbar:hover .menu{
  transition: all 0.4s 0.08s;
  transform: scale(1);
  z-index: 1;
}

.cirnavbar .menu li{
  position: absolute;
  top: -70px;
  left: -70px;
  transform-origin: 60px 60px;
  transition: all 0.5s 0.1s;
}

.cirnavbar:hover .menu li{
  transition: all 0.7s;
}

.cirnavbar .menu li a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: lightblue;
  position: absolute;
  font-size: 70%;
  color: black;
  transition: 0.7s;
}



.cirnavbar:hover .menu li:nth-child(1){
  transition-delay: 0.02s;
  transform: rotate(51deg);
}

.cirnavbar:hover .menu li:nth-child(1) a{
  transition-delay: 0.04s;
  transform: rotate(665deg);
}



.cirnavbar:hover .menu li:nth-child(2){
  transition-delay: 0.02s;
  transform: rotate(102deg);
}

.cirnavbar:hover .menu li:nth-child(2) a{
  transition-delay: 0.04s;
  transform: rotate(615deg);
}

.cirnavbar:hover .menu li:nth-child(3){
  transition-delay: 0.02s;
  transform: rotate(153deg);
}

.cirnavbar:hover .menu li:nth-child(3) a{
  transition-delay: 0.04s;
  transform: rotate(565deg);
}

.cirnavbar:hover .menu li:nth-child(4){
  transition-delay: 0.02s;
  transform: rotate(204deg);
}

.cirnavbar:hover .menu li:nth-child(4) a{
  transition-delay: 0.04s;
  transform: rotate(510deg);
}

.cirnavbar:hover .menu li:nth-child(5){
  transition-delay: 0.02s;
  transform: rotate(255deg);
}

.cirnavbar:hover .menu li:nth-child(5) a{
  transition-delay: 0.04s;
  transform: rotate(460deg);
}

.cirnavbar:hover .menu li:nth-child(6){
  transition-delay: 0.02s;
  transform: rotate(306deg);
}

.cirnavbar:hover .menu li:nth-child(6) a{
  transition-delay: 0.04s;
  transform: rotate(410deg);
}





@media (max-width:980px){
  .spacing{
    display: block;
  }
}

@media (max-width:400px){
  .lh1{
    line-height: 0.8;
  }
}


/* end by shubham */

.logo-img {
  height:40px;
}

.sidebar-dark .sidebar-brand {
  color: #fff;
  background: #fff;	
}

#edit-btn:hover{
  color: white;
}



@media (min-width: 768px){

    .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
  } 
    
  }

.formscreen.bg-gradient-primary {
 /*  background-color: #4e73df;
  background-image: linear-gradient(130deg, #eef7fb 60%, #224abe 30%);
  */ /*background-size: cover;*/


   background-image: url("../images/bg-2.jpeg");
}
.topbar {
  /* height: 4.375rem;
  position: fixed;
  width: 84%; */
  z-index: 2;
}
/* 
.container-fluid{
  position: relative;
  top: 75px;
} */

.formemploeeDetails .font-small {
  font-size: 0.7rem;
}
.formemploeeDetails .container {
  width: 1100px;
  margin: 2% auto;
}
.formemploeeDetails .border-bottom-large {
  border-bottom: 10px solid #000;
  padding: 0.5rem 0;
}
.formemploeeDetails .border-top {
  border-top: 3px solid #000 !important;
}
.formemploeeDetails .border {
  border: 1px solid #000 !important;
}
.formemploeeDetails .font-small-tbl {
  font-size: 0.9rem;
}
.formemploeeDetails form .form-check .form-check-label {
  font-size: 0.9rem;
  font-weight: bold;
  margin: 10px 0;
}
.formemploeeDetails .border-right {
  border-right: 1px solid #000 !important;
}
.formemploeeDetails .innerrow {
  margin: 0 -2px 0 -21px !important;
}
.formemploeeDetails .bg-gray {
  background-color: #d4def9  !important;
}
.formemploeeDetails .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
 /* border: 1px solid #ced4da;
  */
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-bottom: 1px solid #000;
}


/* Upload File */
  .inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
    box-shadow: 0 0 5px solid #36b9cc;
  }
  .inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 100%;
    min-height: 6em;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.25em dashed #36b9cc;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
  }
  .inputDnD .form-control-file:hover:before {
    border-style: solid;
    box-shadow: inset 0px 0px 0px 0.25em #36b9cc;
  }

  #Filelist {
    position: relative;
    top: 0.5em;
    left: 0;
    width: 100%;
    min-height: 6em;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.25em dashed currentColor;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: auto;
  }

  .fileinput-button {
    position: relative;
    overflow: hidden;
  }
  
  .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
   
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
  }
  
 #Filelist .thumb {
    height: 40px;
    width: 70px;
    border: 1px solid #000;
  }
  
  #Filelist ul.thumb-Images li {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    height: 120px;
  }
  
  #Filelist .img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
  }
  
  #Filelist .img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #d0e5f5;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bolder;
    cursor: pointer;
    opacity: 0.5;
    font-size: 23px;
    line-height: 10px;
    border-radius: 50%;
  }
  
  #Filelist .img-wrap:hover .close {
    opacity: 1;
    background-color: #ff0000;
  }
  
  .FileNameCaptionStyle {
    font-size: 12px;
  }
  
/* End */
/* Switch */

h6{
  text-transform: uppercase;
}
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 30px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;   
   background-image: linear-gradient(180deg,#36b9cc 10%,#258391 100%);
  background-size: cover;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 6px;
  bottom: 6px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  /* background-color: #2196F3; */
  background-color: #1cc88a;
  background-image: linear-gradient(180deg,#1cc88a 10%,#13855c 100%);
  background-size: cover;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1cc88a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* End */



/* -------------------------------- 

Main Timeline 

-------------------------------- *//* -------------------------------- 


/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 1rem;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #375dcd;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events li{
  list-style-type: none;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #375dcd;
  border-color: #375dcd;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #375dcd;
  border-color: #375dcd;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #375dcd;
}

 .cd-horizontal-timeline ol,  .cd-horizontal-timeline ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding:0;
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #375dcd;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  padding: 2em 0 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
 /*  padding: 0 5%; */
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  list-style: none;;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
 /*  max-width: 800px; */
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


.resultinfo span{
  display: block;
}

/* End */


.img-classified-block span i{
  font-size: 2.5rem;
  cursor: pointer;
}

.dragdrop{
  border: 2px dotted #375dcd;
  border-color: #375dcd;
}
.dragdrop:hover{
  border: 2px solid #13855c;
  cursor: pointer;
  color: #13855c;
}

.progress {
  display: flex;
  height: 1.3rem;
}

.dashboard-table th,td{
  padding: 5px !important;
}

/* Tabs */
   /*field validation css*/
    .error_message{
        margin-left: 20px;
        font-size: 12px;
        color: red;
        margin-bottom:0px;
    }
    .inputfilter_box{
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    }
    .starmark:after {
    color: #e32;
    content: ' *';
    display:inline;
}

.login_hidden{
display:none;
}

.dict-header {
  height: 66vh;
  overflow-y: scroll;
}

.dict-container .nav{
  flex-wrap: nowrap;
}

.exceptionspan{
  /* width: 500px !important; */
  overflow: hidden;
  text-overflow: "........"; 
}

.pd_filename{
	word-break: break-all;
  /*  width: 200px !important; */
  overflow: hidden;
  text-overflow: "....."; 
}
 /* .pd_find_exceptions{
  width: 150px !important;
  overflow: hidden;
  text-overflow: "....."; 
} */

.exceptionsmodalbody{
  width: 100%;
  word-break: break-all;
}
::selection {
  color: #fff;
  background: #4e73df;
}

@supports (-ms-ime-align: auto) {
  ::selection {
    color: #fff;
    background: #4e73df;
  }
}

.etf__logo__txt{
  font-size: 20px;
  margin-bottom: -3px;
  margin-left: 15px;
  font-weight: 600;
}
.grid__icon__i{
  color: #4e73df;
    font-size: 24px;
}
.grid__icon::after{
  display: none;
}
.grid__icon{
  padding: 0;
  margin: 0px 10px;
}
.edit__report__container .nav-tabs .nav-link {
  border: 1px solid #4e73df;
  border-radius: 4px;
  margin: 0px 2px;
}
.edit__report__container .nav-tabs .nav-link.active {
  color: #6e707e;
  background-color: #fff;
  border-color: #dddfeb #dddfeb #fff;
  color: #fff;
  background-color: #4e73df;
}

.drp__cust__icon__p .dropdown-item {
  padding: 5px;
}

.icon_head-img {
  width: 25px;
}
.edit__report__container .close-btn {
  margin-left: 11px;
}

::selection {
  background-color: #7c7c7c;
  color: #fff;
}

.wtHolder {
  height: auto !important;
  width: 100% !important;
  overflow: auto !important;
}
.hot-display-license-info {
  display: none;
}
p.param__details__txt {
  margin-bottom: 0;
  font-size: 16px;
}
.param__details__container .form-label {
  font-weight: 800;
}
tr td[aria-label="Read only"] {
  display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #4e73df;
  background: #ffffff;
  font-weight: normal;
  color: #454545;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #4e73df;
  background: #4e73df;
  color: #ffffff;
}

.ui-widget-header {
  border: 1px solid #4e73df;
  background: #4e73df;
  color: #ffffff;
  font-weight: bold;
}

/* Media Query */


@media only screen and (min-width: 1100px) {
  
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
@media all and (max-width: 600px) {
.resultinfo span {
  display: block;
  border-bottom: 1px solid #f3f0f0;
  margin: 2px 0 7px 0;
}
}


@media screen and (min-width: 800px) {
  p {
     font-size: 0.8rem;
  }
}