/* custom css */
.tabs-style-4.standards .nav.panel-tabs li a.active {
    color: #282828;
    background: #ecf0fa;
    position: relative;
}
.tabs-style-4.standards .nav.panel-tabs li a {
    width: 117%;
    padding: 10px 7px 9px 10px;
    background: none;
    border-radius: 0px;
    margin: 0px 0 10px 0;
    text-align: center;
    display: block;
    color: #949eb7;
    font-size: 15px;
    font-weight: 500;
    border: none;
}
/* .description {
    font-size: 14px;
} */
.zoom-in {
    cursor: zoom-in;
}
.tabs-style-4.standards .nav.panel-tabs li.internal {
    margin-left: 15px;
}
.tabs-style-4.standards .nav.panel-tabs li.internal a {
        font-size: 13px;
        width: 100%;
        position: relative;
}
.width-100 {
    width: 100%;
}
.wb-normal {
    word-break: normal;
}
.pointer {
    cursor: pointer;
}
.fix-height {
    height: 80vh;
    overflow: hidden;
    overflow-y: auto;
}
.task-title {
    font-size: 12px;
    text-transform: none;
    line-height: 1.3em;
    color: #242f48;
}
textarea {
    resize: none;
}
.visible {
    overflow: visible;
}
.v-bottom {
    vertical-align: bottom;
}

@media screen and (min-width: 767px) {
    .kanban-grid {
        margin-right: -7px;
    }
}

.noti-count {
    position: absolute;
    font-size: 12px;
    min-width: 18px;
    min-height: 18px;
    line-height: 18px;
    color: #fff;
    top: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    right: 0;
}
.drop-area {
    margin: auto;
    border: 1px dashed #ccc;
    text-align: center;
}

.fileElem {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 2;
}

.drop-zone-active {
    border-color: blue;
}
.comment-data  img {
    max-height: auto;
    max-width: 200px;
}

.side-bg {
    background-color: #fafafa;
}
.side-info {
    min-height: 100vh;
}
.min-h-50vh {
    min-height: 50vh;
}
.min-h-80vh {
    min-height: 80vh;
}
.max-h-50 {
    max-height: 54px;
    min-height: 54px;
}
.vl-middle {
    vertical-align: middle;
}

.angular-editor-textarea img{
  max-width: 200px;
  max-height: auto;
}

.cdk-drag {
    cursor: move;
}
.cdk-drag-disabled {
    cursor: auto;
}




/*tooltip Box*/
.con-tooltip {

  position: relative;

  display: inline-block;

  transition: all 0.3s ease-in-out;

}


.con-tooltip:hover .tooltip{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
    transition: .3s linear;
  /* animation: odsoky 1s ease-in-out infinite  alternate; */

}
@keyframes odsoky {
  0%{
    transform: translateY(6px);
  }

  100%{
    transform: translateY(1px);
  }

}

.bgpro-img {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    border: 2px solid #ebeffa;
}
.upload-icon {
    vertical-align: bottom;
    position: absolute;
    right: 0;
    bottom: 18px;
}
.no-margin {
    margin: 0 !important;
}

.fc-event-title-container{
  padding: 8px;
}
/* .fc-dayGridMonth-button {
background-color: white;
border: 1px solid rgb(241, 241, 241);
}
.fc-dayGridMonth-button:hover{
background-color: rgb(241, 241, 241);
} */
.fc-button-primary{
background-color: white;
border: 1px solid rgb(241, 241, 241);
}
#smallCalendar table tr th{
  border: none;
  text-align: center;
}

#smallCalendar table {
  border: none;
}
#smallCalendar table tr td{
  border: none;
  text-align: center;
}
.ques-list .cate-name {
    font-size: 15px;
    transition: all 0.3s linear;
    display: inline-block;
    min-width: 50%;
}
.ques-list li, .p-highlight {
    transition: all 0.3s linear;
}
.ques-list .active, .p-highlight {
    color: #282828;
    background: #ecf0fa;
    position: relative;
    /* color: #949eb7; */
    font-weight: 500;
}
.ques-list li, .tabs-style-4 .nav.panel-tabs.ques-list li {
    display: flex;
}
.que-title {
    font-weight: 700;
    color: #575757;
    text-transform: uppercase;
}
.captitalize {
    text-transform: capitalize;
}

.form-inline .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.fc .fc-scrollgrid-section>td {
    padding: 0;
}
.reminder-dropdown .set-btn {
    min-width: 200px;
}
.reminder-dropdown .dropdown-menu {
    width: 14rem !important;
}
.p-treetable-wrapper {
    min-height: 100vh;
}
.p-treetable {
    min-height: 100vh;
}
.cal-flow {
    overflow: scroll;
}
.calendar-table td {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
/* checkbox reminders */
.meeting_reminder .ckbox span:after {
    background-color: #58b779;
}
.meeting_reminder .ckbox span:before {
    border-color: #58b779;
}
.checkpoint_reminder .ckbox span:after {
    background-color: #4f9ce6;
}
.checkpoint_reminder .ckbox span:before {
    border-color: #4f9ce6;
}
.form-group{
    margin-bottom: 0;
  }
  .error{
  margin-left: 10px;
  font-size: 11px;
  }
  
  .radios .radio{
    width: 100%;
    cursor:pointer
  }
  
  .radios input[type=radio]{
    display:none
  }
  
  .radios input[type=radio]:checked + .radio .card{
    border-color:#241009
  }
  
  .radios input[type=checkbox]{
    display:none
  }
  
  .radios input[type=checkbox]:checked + .radio .card{    
    position: relative;
    background-color: #ecf0fa !important;
  }
  
  .radios input[type=checkbox]:checked + .radio .card:after {
    content: "\f058";
    position: absolute;
    top: -10px;
    right: -5px;
    font-family: "Font Awesome 5 Free";
    color: #737f9e;
    font-weight: 900;
    z-index: 99;
}
.risk-title:first-letter {
    text-transform: uppercase;
}

.captitalize {
    text-transform: capitalize;
}