#grid_view .tag_Incomplete,
#grid_view .tag_complete,
#grid_view .tag_inprogress
{border-radius: 8px 8px 0 0 !important;}

.tag_Incomplete {
    background: #FEF3F2;
    border-radius: 8px;
    padding: 6px 16px;
    color: #D92D20;
    font-size: 0.729vw;
    font-weight: 600;
}

.tag_complete {
    background: #9cebc6;
    border-radius: 8px;
    padding: 6px 16px;
    color: #067240;
    font-size: 0.729vw;
    font-weight: 600;
}

.tag_inprogress {
    background: #ffa50070;
    border-radius: 8px;
    padding: 6px 16px;
    color: #FF8C00;
    font-size: 0.729vw;
    font-weight: 600;
}

.delete_icon{
	background-image: url(../images/delete_icon.svg);
	width: 16px;
    height: 16px;
	/* top: -8px; */
}

.error_msg{
    color: #D92D20 !important;
}
.success_msg{
    color:green !important;
}

#certificationsection{
    position: relative;
}
.dot-red {
    width: 8px;
    height: 8px;
    background-color: #D92D20;
    border-radius: 50%;
    position: relative;
    top: 5px;
}


.dot-orange {
    width: 8px;
    height: 8px;
    background-color: #FF8C00;
    border-radius: 50%;
    position: relative;
    top: 5px;
}

.dot-green {
    width: 8px;
    height: 8px;
    background-color: #12B76A;
    border-radius: 50%;
    position: relative;
    top: 5px;
}

.font11{
	font-size: 11px !important;
}

.login .icon {
	position: relative;
    top: -8px;
    right: 7px;
    cursor: pointer;
}
.login .input-group-text
{
	border: 1px solid #D0D5DD;
    height: 100%;
    border-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background-color: transparent;
    padding: 10px 22px;
}

.login .eye-open:before {
  position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
        width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}
.login .eye-open:before {
    background-image: url(../../images/svg/eye_icon.svg);
}

.calendarHeight{
    /* height:100%;max-height:400px;overflow-y: auto; */
}
.calendarHeight{
  
    max-height:400px;
    overflow: auto;
}
.calendarWrap .fc-day-grid > div{
  
    height: 100%;
    max-height: 64px;

}

@media (max-width:767px) {
    .tag_complete, .tag_Incomplete { font-size: 14px; }
}

.fullscreen .custom-table
{
    height: 400px;
    overflow-y: auto;
}
#divWhatsDueCalender .fc-next-button 
{
    display: none;
}
#divWhatsDueCalender .fc-prev-button 
{
    display: none;
}
#divWhatsDueCalender  .fc-center h2 
{
display: none;
}
#divWhatsNewCalender .fc-next-button 
{
    display: none;
}
#divWhatsNewCalender .fc-prev-button 
{
    display: none;
}
#divWhatsNewCalender  .fc-center h2 
{
display: none;
}