.fc-day-grid-event > .fc-content {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer; 
  max-height:15px;
  }
  .fc-daygrid-dot-event {
    align-items: start !important;
}
.fc-daygrid-event {
    white-space: normal !important;
}
a.fc-event{
  font-size: 0.8rem !important;
  color: #07C8E8 !important
}

.badge-pill {
  padding: 0.4rem 0.6rem 0.3rem 0.6rem;
  border-radius: 4px !important;
}
.badge-light {
  color: #212529;
  background-color: #fafbfc;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-grey-6 {
  color: #595D5D !important;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.bg-grey-hue-20 {
  background-color: #ebebee;
}
.scrollbar {
  overflow-y: auto;
}
.norecords {
  height: 44px;
}
.rounded-6 {
  border-radius: 6px !important;
}
.textOverflowEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.badge{
  padding: 0.4rem 0.6rem 0.3rem 0.6rem;
  vertical-align: middle!important;
  color: #212529;
  background-color: #fafbfc;
}
.delaybtn{
  @apply transition ease-in delay-75;
}
.fade{
  transition: opacity .15s linear;
}

.modal {
    width: 100%;
    height: 100%;
    display: table;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0px;
    transition: none !important;
}
.modal {
  position: fixed;
  top: 0.5rem;
  left: 0;
  z-index: 1050;
 
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}
.modal-xxl {
  max-width: 100%;
  margin: 20px 32px 0px 24px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.detailRecordPreview {
  min-height: 96vh;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
modal-body .vds-body, .import-record-list.vds-body {
  position: inherit;
  top: auto;
}

#detailHeader, .editHeader {
  background: #FFFFFF;
  width: 100%;
  
  top: 0;
  z-index: 2;
}
.modal-body .vds-body .vds-detailbodyfixedheader {
  position: inherit;
  top: auto;
}
.vds-detailbodyfixedheader {
  height: 69px;
}
.vds-bodyfixedheader {
  background: #fff;
  top: 3.5rem;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.sourceFieldBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.4em;
  border-top: 1.4em solid transparent;
  border-bottom: 1.4em solid transparent;
  border-left: 1em solid #f0f1f3;
  right: -0.66rem;
  z-index: 40;
  transition: all .2s ease;
}

.text-curbo-color{
  color: #45DBF2;
}
.bg-curbo-color{
  background-color: #45DBF2;
}
.bg-curbo-color:hover{
  background-color: #41CDE3;
}
.active-view{
  background-color:#E7F1FF;
  @apply text-gray-600;
}
.active-view:hover{
  @apply text-gray-600;
}