.custom-table>thead>tr {
    /* background-color: #00c5fb; */
    box-shadow: 0 0 3px #e5e5e5;
    color:#4e4d4d;
}
i.fa.fa-pencil,i.fa.fa-trash-o{
    font-size: 20px;
}
i.fa.fa-trash-o{
color: #5c534a;
}
i.fa.fa-pencil{
    color:#5c534a;
}
i.fa.fa-share{
    color:#5c534a;
}
.gridimg
{ 
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 38px;
    position: relative;
    white-space: nowrap;
}
.modalForm_row
{
    background: #f0f0f5;
    padding: 0.5rem;
    margin-bottom: 0.5rem
}
.fileStyle::file-selector-button {
					
    background:#ff9133;
    color:white;
}
.fileStyle:hover{
    color:black;
}
.formTitle{
    background-color: #e5e4e3;
    padding: 5px;
    color: rgb(82 77 73);
}
.cardBox{
	box-shadow: 2px 2px 5px grey;
	background-color:#dee2e6;
}
.spanstyle{
	float: right;
}
.Selectstyle{
    border-radius: 25px;
    width: 115px;
    font-size: 13px;
}
.redText{color:#FF0000;}

.orangeText{color:#ff7518;}

.greenText{color:#00ad00;}
.yellowText{color:#ffbf00;}
.pinkText{color:#ff1493;}
.blueText{color:rgb(31, 71, 247)}
.purpleText{color:#9008ff;}
 

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
}

.card.question-item .item-move {
    /* background-image: url(../img/drag.png);
    background-size: contain; */
    position: absolute;
    left: 3px;
    top: 50%;
    z-index: 2;
    content: "";
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
    opacity: .5;
    cursor: move;
}

.radio_inputs>.checkbox_inputs
{
    border: 1px dashed #333;
    padding: 0.2em;
    width: 200px;
}
.scroll {
    height:150px;
    overflow:scroll;
 }
 .btnPadding{
    padding:5px 25px 5px 25px;
 }
 .paddingRow{
    padding-right:4px !important;
    padding-left:4px !important;
}
.wrapWord {
    white-space: normal !important; 
    word-wrap: break-word;  
    }
    .Marks1{
        color:red;
        display:none;
    }
    .match{
        color:red;
        display:none;
    }
.timerStyle{
    padding: 6px;
    width: 129px;
    height: 30px; 
    background-color:rgb(255, 255, 255);
    text-align:center;
    /* color:rgb(255, 255, 255); */
}
#disabled{
    color: #ccc;
}	
.kanban-cont{
overflow: hidden;
}
.timerquiz{
    font-size: 13px;
    color: #ffb300;
    /* padding: 2px; */
    background-color: white;
    width: 124px;
    border-radius: 15px;
}

.kanban-list.kanban-danger{
    background-color:#ffecec;
}
.kanban-list.kanban-warning{
    background-color:#f9f3e5;
}
.kanban-list > .kanban-wrap {
    padding: 12px;
}
.rounded-circle{
    margin-right:10px;
    height:35px;
    width:35px;
    text-align: center;
}

.arrow{
    font-size: 23px;
    color: #8c999d;
    padding-left: 27px;
    height: 9px;
}
#chart_wrap {
    position: relative;
    padding-bottom: 62%;
    height: 0;
    overflow:hidden;
}

.barChart {
    position: absolute;
    top: -6px;
    left: 0;
    width:100%;
    height:370px;
}
.piechart {
    position: absolute;
    top: -30px;
    left: 0;
    width:100%;
    height:370px;
}
.staticTh{
    position: sticky;
    top: 0; 
    background-color:#dee2e6;
}
.queDiv{
    padding:10px; 
    box-shadow: 0 4px 5px -5px grey;       
    }
.ansOptions{
    padding:5px 10px;        
    }
.btnStyle{

    cursor:pointer;
    color: #f17c03;
    font-size: 20px;
}
.fa-download{
    color: #5c534a;
}
.fa-eye{
    color: #5c534a;
    font-size:17px;
}
i.fa.fa-plus{
    color: #5c534a;
    font-size:17px;

}
.fa-paper-plane{
    color: #5c534a;
}
.filterModel{
    position: fixed;
    margin: auto;
    width: 200px;
    height: 100%;
    right: 0px;
}
/* .filterModelConent {
    height: 100%;
} */
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom:32px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
      
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
    

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  
}
.btn-default{
    
    border-color:#fed2ad;

}
 .error
 {
    color: #f63156;
 }
 .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5c534a;
}
.currentUser{
    margin-left:59px;
    line-height: 0px;

}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-thumbs-up {
    color: #ff9133;
}

 /* emoji css */
 #emojiPickerWrap {
    margin: 10px 0 0 0;
}

.emojiPicker {
    z-index: 10 !important;
    height: 310px !important;
    top: 35% !important;
}

.emojiPicker nav {
    display: none;
}

.shortcode {
    display: none;
}

.emojiPickerIcon {
    position: none;
}

.commentBadge {
    background-color: #ff9133;
}

.massage_box_with_image {
    border: none;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding: 8px;
    font-size: 14px;
}

.cursorPoint{
    cursor:pointer;
}
.dateFont{
    font-size:1.5rem;
    text-align:center;
}
.monthFont{
    font-size:0.8rem;
    text-align:center;
}
.eventBlock{
    font-size:0.9rem;
    text-align:center;
    height:30px;
    border-radius:8px;
    opacity:0.7;
    color:black;
}

#calendar {
    max-width: 100%;
  
   padding:10px;
 }
 
 #eventCalendar {
   max-width: 100%;
   
   padding:10px;
 }
 
 /* Upload photo style */
 .preview-images-zone {
     width: 100%;
    
     padding: 5px 5px 0px 5px;
     position: relative;
     overflow:auto;
 }
 
 .preview-images-zone > .preview-image {
     height: 90px;
     width: 90px;
     position: relative;
     margin-right: 5px;
     float: left;
     margin-bottom: 5px;
 }
 .preview-images-zone > .preview-image > .image-zone {
     width: 100%;
     height: 100%;
 }
 .preview-images-zone > .preview-image > .image-zone > img {
     width: 100%;
     height: 100%;
 }
 .preview-images-zone > .preview-image > .tools-edit-image {
     position: absolute;
     z-index: 100;
     color: #fff;
     bottom: 0;
     width: 100%;
     text-align: center;
     margin-bottom: 10px;
     display: none;
 }
 .preview-images-zone > .preview-image > .image-cancel {
     font-size: 18px;
     position: absolute;
     top: 0;
     right: 0;
     font-weight: bold;
     margin-right: 10px;
     cursor: pointer;
     display: none;
     z-index: 100;
 }
 .preview-image:hover > .image-zone {
     cursor: move;
     opacity: .5;
 }
 .preview-image:hover > .tools-edit-image,
 .preview-image:hover > .image-cancel {
     display: block;
 }
 .ui-sortable-helper {
     width: 90px !important;
     height: 90px !important;
 }
 
 
 /* event view style */
 .evenNameStyle{
   background-color:#ffd49e;
   padding:8px;
   color:#83540e;
   border-radius:5px;
 
 }
 .tableFont {
    font-size: 13px;

}

.levelStar {
    font-size:4.9rem;
    color: #b7295a;
    border-radius: 90px;
    box-shadow: 0px 1px 3px 2px #e6e4e4;
}

.levelNum {
    position: absolute;
    margin-left: -2.6rem;
    font-size: 1.4rem;
    margin-top: 1.7rem;
    color: white;
}

.congo {
    color: #ff9133;
    font-size: 1.1vw;
    letter-spacing: 4px;
}

#levelNo {
    position: absolute;
    color: white;
    top: 31%;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 5px;

}
.emotion{
    font-weight: 700;
    font-size: 17px;
}
.sad:hover{
    cursor:pointer;
}
.happy:hover{
    cursor:pointer;
}
.excited:hover{
    cursor:pointer;
}

/* timeline css */

.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 3px;
    background: #d7d4d1;
    left: 10%;
    margin-left: -2px;
}

.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 20px 0
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 8%;
    text-align: right;
    top: 30px
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
    display: block;
    font-weight: 600;
    
}

.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 13px;
    color:#857f76;
}

.timeline .timeline-time .time {
    line-height: 18px;
    font-size: 11px;
    color:#857f76;
}

.timeline .timeline-icon {
    left: 5%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 40px
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 20px;
    background: #d7d4d1;
    line-height: 10px;
    color: #fd9133;
    font-size: 14px;
    border: 2px solid #fd9133;
    transition: border-color .2s linear;
}

.timeline .timeline-body {
    margin-left: 12%;
    margin-right: 10%;
    background: #fff;
    position: relative;
    padding: 20px 25px;
    border-radius: 6px
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px
}

.timeline .timeline-body>div+div {
    margin-top: 5px
}

.timeline .timeline-body>div+div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px
}

.timeline-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px
}

.timeline-header .userimage {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0
}

.timeline-header .username {
    font-size: 16px;
    font-weight: 600
}

.timeline-header .username,
.timeline-header .username a {
    color: #787a7c;
}

.timeline img {
    max-width: 100%;
    display: block
}

.timeline_content {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px
}

.timeline_content:after,
.timeline_content:before {
    content: '';
    display: table;
    clear: both
}

.timeline-title {
    margin-top: 0
}

.timeline-footer {
    background: #fff;
    border-top: 1px solid #e2e7ec;
    padding-top: 15px
}

.timeline-footer a:not(.btn) {
    color: #575d63
}

.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
    color: #2d353c
}

.timeline-likes {
    color: #6d767f;
    font-weight: 600;
    font-size: 12px
}

.timeline-likes .stats-right {
    float: right
}

.timeline-likes .stats-total {
    display: inline-block;
    line-height: 20px
}

.timeline-likes .stats-icon {
    float: left;
    margin-right: 5px;
    font-size: 9px
}

.timeline-likes .stats-icon+.stats-icon {
    margin-left: -2px
}

.timeline-likes .stats-text {
    line-height: 20px
}

.timeline-likes .stats-text+.stats-text {
    margin-left: 15px
}

.timeline-comment-box {
    background: #f2f3f4;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px
}

.timeline-comment-box .user {
    float: left;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px
}

.timeline-comment-box .user img {
    max-width: 100%;
    max-height: 100%
}

.timeline-comment-box .user+.input {
    margin-left: 44px
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}
.feedbackMsg{
    font-size:12px;
    color: #858282;
}
.fc-day-sun { 
    background-color:#ffedef;
}
.fc-day-sat { 
    background-color:#e7f0fd;
}
.fontSize-18{
    font-size:18px;
}

.fontSize-12{
    font-size:12px;
}
.controlNext{
    right:9%;
    width: 3%;
}

.controlPrev{
    left:9%;
    width: 3%;
}
.chat-avatar .customAvator{
    line-height: 28px;
    height: 21px;
    width: 21px;
}
.chatBody{
    display: block;
    margin: -5px;
    overflow: hidden;
}
.usernameSpan span{
    font-size:13px;
}
.fontSize-10{
    font-size:10px;
}
.fc-event-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .file {
    visibility: hidden;
    position: absolute;
  }
  
  .dateTime{
    padding: 5px;
    background-color: #e7e6e5;
  }
  .e_desc{
    height:20vh;overflow:auto;
    text-align:justify;
  }
 
  .fc-scrollgrid-sync-table{
    width:100%;
    height:auto;
  }
  table .fc-col-header {
    width:100%;
  }
  .fc-prev-button, .fc-timeGridWeek-button, .fc-timeGridDay-button, .fc-listMonth-button, .fc-next-button, .fc-dayGridMonth-button, .fc-today-button{
      background-color: #a1a09f;
      border-color: #a1a09f;
  }
  .fc-today-button:disabled{
    background-color: #b3b1ad;
    border-color: #b3b1ad;
  }
  .calYearBtn{
    padding: 6px 7px 8px 6px;
    background-color: #ff9133;
    color: white;
  }

  .fa-thumbs-up{
    color:#ff9133;
}
.emojiPicker nav {
    display: none;
}

.quickwishNav .nav-link:hover{
    color:#ff9133;
    background-color:white;
}
.quickwishNav .nav-link:focus{
    color:#ff9133;
    background-color:white;
}
.quickwishNav .nav-item.show .nav-link, .nav-link.active{
    color:#ff9133;
}
.navLink{
    color:black;
}
.imgThumbnail img {
    max-width:100%;
    max-height:100%;
}

.imgThumbnail a {
    display:block;
    width:10px;
    height:10px;
    position:absolute;
    top:0px;
    right:3px;
    background:#c00;
    overflow:hidden;
    text-indent:-9999px;
}
#my_img_preview{
    width: 100%;
    margin-top: 8px;
    padding: 6px;
    border: 1spx solid #ccc;
}
.my_event_cnt{
    margin-top: -10px;
    float: right;
    font-size: 12px;
    margin-right: -25px;
    width: 34%;
    border: 1px solid #ccc;
    background: #ff9133;
    color: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px -1px #ccc;
    font-weight: bold;
}


.AllEmployeeEvets_wrapper  .row{

    margin-top: 109px;

}
.modal_body_height {
    height: 204px;
    overflow: scroll;
}

