
.form-group select {
    min-height: 37px;
}

.roleSetBox .boxHeader{
    display: flex;
    background-color: #95aa12;
    padding: 7px 15px;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}
.roleSetBox .boxHeader h6{
    font-weight: 700;
    margin-top: 4px;
}
.roleSetBox .boxHeader .add-btn{
    color: #000;
    padding: 7px 15px;
    background: #ffeb3b;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
}
.roleSetBox {
    border: 1px solid #e1e1e1;
}
.addAreaWrap{
    width: 100%;
    padding: 20px ;
}
.addAreaWrap .rowSection{
    position: relative;
    padding-right: 120px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 22px;
}
.roleSetBox .form-label{
    font-weight: 600;
}
.remove-btn{
    /* position: absolute; */
    right: 0;
    bottom: 16px;
    background-color: #e5291b;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-left: 35px;
    font-size: 13px;
    font-weight: 600;
    min-height: 38px;
    min-width: 100px;
}
.notifi-btn{
    font-size: 22px;
    position: relative;
    padding: 0.375rem 0.2rem;
    margin-right: 15px;
}
.notifiNos{
    position: absolute;
    right: 0px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50px;
    background-color: #ff2717;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.notifiBox {
    border-radius: 10px;
    padding: 0;
    border: 2px solid #fff;
    min-width: 480px;
    -webkit-transform: translate3d(-350px, 48px, 0px) !important;
            transform: translate3d(-350px, 48px, 0px) !important;
  }

  .notifiBox .nofifiBody {
    max-height: 350px;
    overflow-y: scroll;
    border-bottom: 3px solid #fff;
  }

  .notifiBox .nofifiBody::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  .notifiBox .nofifiBody::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
  }

  .notifiBox .nofifiBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
  }

  .notifiBox .notifiHeader {
    background-color: #90a511;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 15px;
    color: #fff;
  }
  .notifiBox .notifiHeader a{
    color: #fff36e;
    font-size: 13px;
  }
  .notifiBox .notifiHeader a:hover{
    text-decoration: none;
  }

  .notifiBox .notifiHeader h6 {
    margin: 0;
  }

  .notifiBox .notifiHeader h6 span {
    color: #fff27d;
    margin-left: 10px;
  }

  .notifiBox .notifiHeader .setting-btn, .notifiBox .notifiHeader .addnewReminder {
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
  }

  .notifiBox .rowBox1, .allnotification .rowBox1 {
    padding: 0px 15px 0px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    position: relative;
    min-height: 95px;
    align-items: center;
  }

  .notifiBox .rowBox1:nth-child(odd) {
    background-color: #fef4d3;
  }

  .notifiBox .rowBox1:nth-child(even) {
    background-color: #e9f9ff;
  }

  .notifiBox .rowBox1 .userDp, .allnotification .rowBox1 .userDp {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
  }

  .notifiBox .rowBox1 h6, .allnotification .rowBox1 h6 {
    font-size: 13px;
    margin: 0 0 5px;
    color: #000;
    font-weight: 300;
  }

  .notifiBox .rowBox1 h6 b, .allnotification .rowBox1 h6 b, .notifiBox .rowBox1 h6 a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
  }

  .notifiBox .rowBox1 h6 a:hover {
    text-decoration: none;
  }

  .notifiBox .rowBox1 p, .allnotification .rowBox1 p {
    font-size: 12px;
    margin: 0;
  }

  .notifiBox .rowBox1 p.notTime, .allnotification .rowBox1 p.notTime {
    font-size: 10px;
    margin: 4px 0 0;
    color: #4f3535;
  }

  .notifiBox .rowBox1 .newTag, .allnotification .rowBox1 .newTag {
    background-color: #90a511;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    padding: 4px 10px;
    margin-left: 4px;
  }

  .notifiBox .rowBox1 .moduleName, .allnotification .rowBox1 .moduleName {
    color: rgb(5, 5, 5) !important;
    padding-left: 5px;
  }

  .notifiBox .rowBox1 .dismiss-btn, .allnotification .rowBox1 .dismiss-btn {
    background-color: #f9f9f9;
    border: 1px solid #c9c9c9;
    color: #707070;
    border-radius: 6px;
    font-size: 12px;
    min-height: 26px;
    padding: 4px 15px;
  }

  .notifiBox .viewAll-btn {
    width: 100%;
    min-height: 30px;
    background-color: #515151;
    border: 0;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .notifiEmpty {
    text-align: center;
    padding: 15px 50px;
  }

  .notifiEmpty h6 {
    color: #707070;
    font-weight: 600;
  }

  .notifiEmpty p {
    color: #c9c6c6;
    font-size: 12px;
    font-weight: 300;
  }

  .notifiEmpty .set-btn {
    background-color: #f9f9f9;
    border: 1px solid #c9c9c9;
    color: #707070;
    border-radius: 3px;
    font-size: 12px;
    min-height: 26px;
    padding: 4px 15px;
  }

  .reminderBox .remindIcon {
    position: absolute;
    left: 23px;
    top: 15px;
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
  }

  .reminderBox .form-group {
    margin: 0;
  }

  .reminderBox .form-group select {
    width: auto;
    height: 26px;
    min-height: 25px;
    padding: 3px 8px;
    line-height: 20px;
    border-radius: 3px;
    float: right;
    border: 1px solid #c9c9c9;
  }

  .reminderBox .overdueDays {
    color: #fff;
    background-color: #d20d0d;
    min-height: 25px;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    display: block;
  }

  .reminderBox .overdueTitle {
    color: #d20d0d;
    font-weight: 600;
    font-size: 15px;
    display: block;
  }

  .reminderBox .buttonRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
  }

  .reminderBox .buttonRow button {
    min-height: 38px;
    padding: 4px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    min-width: 100px;
  }

  .reminderBox .buttonRow .dismiss-btn {
    background-color: #f9c92e;
    color: #484847;
  }
  .reminderBox .buttonRow button {
    margin: 0 10px;
  }
  .reminderBox .buttonRow .go-btn {
    background-color: #90a511;
    color: #fff;
  }

  .reminderBox .dismissAll-btn {
    width: 100%;
    min-height: 55px;
    background-color: #484847;
    color: #fff;
    border: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .reminderBox .save-btn {
    width: 100%;
    min-height: 55px;
    font-weight: 600;
    background-color: #90a511;
    color: #fff;
    border: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .newReminderForm .formarea {
    padding: 10px 20px;
  }

  .newReminderForm .form-label {
    font-weight: 600;
    margin: 0 0 6px;
  }

  .newReminderForm .form-group {
    margin: 0 0 6px;
  }
  .newReminderForm .form-group .form-control{
    height: 34px;
    min-height: 34px;
  }
  .newReminderForm .form-group select {
    width: 100%;
    height: 34px;
    min-height: 34px;
  }

  .newReminderForm {
    display: block;
  }
  .reminderBox .backBtn{
    color: #fff;
    padding: 6px 10px;
    background: #95a912;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: -10px;
   }
   .reminderBox .backBtn.showDiv {
    display: inline-block;
   }
   .reminderBox .showDiv {
    display: inline-block;
   }
  .showDiv {
    display: inline-block;
  }
  .hideDiv {
    display: none;
  }

/* .fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section>td{
  /*height: 30px !important;*/
} */




.notifiBox2 .nofifiBody {
  max-height: 350px;
  overflow-y: scroll;
  border-bottom: 3px solid #fff;
}

.notifiBox2 .nofifiBody::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.notifiBox2 .nofifiBody::-webkit-scrollbar {
  width: 9px;
  background-color: #F5F5F5;
}

.notifiBox2 .nofifiBody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.notifiBox2 .notifiHeader {
  background-color: #90a511;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 15px;
  color: #fff;
}

.notifiBox2 .notifiHeader h6 {
  margin: 0;
}

.notifiBox2 .notifiHeader h6 span {
  color: #fff27d;
  margin-left: 10px;
}

.notifiBox2 .notifiHeader .setting-btn, .notifiBox2 .notifiHeader .addnewReminder {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.notifiBox2 .rowBox1 {
  padding: 15px 15px 15px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  min-height: 95px;
}

.notifiBox2 .rowBox1:nth-child(odd) {
  background-color: #fef7e2;
}

.notifiBox2 .rowBox1:nth-child(even) {
  background-color: #fff;
}

.notifiBox2 .rowBox1 .userDp {
  position: absolute;
  left: 20px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.notifiBox2 .rowBox1 h6 {
  font-size: 13px;
  margin: 0 0 5px;
  color: #747473;
  font-weight: 300;
}

.notifiBox2 .rowBox1 h6 b {
  color: #010100;
  font-weight: 600;
}

.notifiBox2 .rowBox1 p {
  font-size: 12px;
  margin: 0;
}

.notifiBox2 .rowBox1 p.notTime {
  font-size: 10px;
  margin: 4px 0 0;
  color: #95aa12;
}

.notifiBox2 .rowBox1 .newTag {
  background-color: #fff27d;
  color: #010100;
  border-radius: 6px;
  display: inline-block;
  padding: 4px 10px;
}

.notifiBox2 .rowBox1 .moduleName {
  color: #90a511;
  padding-left: 5px;
}

.notifiBox2 .rowBox1 .dismiss-btn {
  background-color: #f9f9f9;
  border: 1px solid #c9c9c9;
  color: #707070;
  border-radius: 6px;
  font-size: 12px;
  min-height: 26px;
  padding: 4px 15px;
}

.notifiBox2 .viewAll-btn {
  width: 100%;
  min-height: 55px;
  background-color: #f3f2f2;
  border: 0;
  color: #707070;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}



#reminderModal .modal-dialog {
  max-width: 70%;
  margin: 3rem auto;
}
#reminderModal .modal-body{
  padding: 0 15px!important;
}

#reminderModal .dismiss-btn2 {
  background-color: #f9c92e;
  color: #fff;
  width: 100%;
  min-height: 55px;
  border: 0;
  border-bottom-left-radius: 0px;
  font-weight: 600;
}
#reminderModal .save-btn {
  border-bottom-right-radius: 0px;
}
#reminderModal .disAll-btn{
  background-color: #484847;
  color: #fff;
  width: 100%;
  min-height: 55px;
  border: 0;
  border-bottom-right-radius: 10px;
  font-weight: 600;
}
#reminderModal .modal-content{
  border-radius: 10px !important;
}
#reminderModal .notifiHeader{
  height: 50px;
}
#reminderModal .newReminderForm .notifiHeader{
  border-top-right-radius: 0px !important;
}
#reminderModal .remindWrap .notifiHeader{
  border-top-left-radius: 0px !important;
  border-left: 1px solid #fff;
}
#reminderModal .formarea{
  height: 400px;
}
#reminderModal .nofifiBody{
   max-height: 400px !important;
}
#reminderModal textarea.form-control {
  height: auto !important;
}


@media only screen and (max-width:1200px) {
  #reminderModal .modal-dialog {
    max-width: 85%;
    margin: 3rem auto;
  }
}

@media only screen and (max-width:991px) {
  #reminderModal .modal-dialog {
    max-width: 90%;
    margin: 3rem auto;
  }
}




#reminderOnly .modal-dialog {
  max-width: 55%;
  margin: 3rem auto;
}
#reminderOnly .modal-body{
  padding: 0 15px!important;
}

#reminderOnly .dismiss-btn2 {
  background-color: #f9c92e;
  color: black;
  width: 100%;
  min-height: 55px;
  border: 0;
  border-bottom-left-radius: 0px;
  font-weight: 600;
}
#reminderOnly .save-btn {
  border-bottom-right-radius: 0px;
}
#reminderOnly .disAll-btn{
  background-color: #484847;
  color: #fff;
  width: 100%;
  min-height: 55px;
  border: 0;
  border-bottom-right-radius: 10px;
  font-weight: 600;
}
#reminderOnly .modal-content{
  border-radius: 10px !important;
}
#reminderOnly .notifiHeader{
  height: 50px;
}
#reminderOnly .newReminderForm .notifiHeader{
  border-top-right-radius: 0px !important;
}
#reminderOnly .remindWrap .notifiHeader{
  border-top-left-radius: 10px !important;
  border-left: 0px solid #fff;
}
#reminderOnly .formarea{
  height: 400px;
}
#reminderOnly .nofifiBody{
   max-height: 400px !important;
}
#reminderOnly textarea.form-control {
  height: auto !important;
}


@media only screen and (max-width:1200px) {
  #reminderOnly .modal-dialog {
    max-width: 80%;
    margin: 3rem auto;
  }
}

@media only screen and (max-width:991px) {
  #reminderOnly .modal-dialog {
    max-width:90;
    margin: 3rem auto;
  }
}



#reminderOnly .remindIcon {
  width: 50px;
  height: 50px;
}
#reminderOnly .rowBox1 {
  padding: 8px 15px 8px 80px;
  min-height: 78px;
  align-items: center;
  transition: .5s all ease-in;

}
.eventInfofill{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 394px;
  left: 0;
  top: 50px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}

.eventInfofill .rowBox1 {
  padding: 70px 15px 40px 80px !important;
  min-height: 84px !important;
  align-items: center;
  opacity: 0;
  transform: translateX(50px);
}
.eventInfofill .remindIcon {
  top: 80px !important;
}
.eventInfofill .clsBtn{
  border: 0;
  border-radius: 100%;
  background-color: red;
  position: absolute;
  right: 16px;
  top: 12px;
  color: #fff;
  font-size: 20px;
}
.eventInfofill{
  display: none;
}
#reminderOnly  .showEvent {
  display: flex;
}

#reminderOnly .showEvent .rowBox1 {
  transition: .6s all ease-in !important;
  opacity: 1;
  transform: translateX(0px);
}
.fc table {
  font-size: 13px !important;
}
.fc th {
  background: #fff27d !important;
}
.fc td {
  height:54px !important;
}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{
  bottom: 0;
}
.fc .fc-daygrid-more-link {
  font-size: 11px;
}
.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid #fff27d !important;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: #90a511 !important;
  background-color: #90a511 !important;
  color: #fff !important;
}



.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.fc .fc-scroller-liquid-absolute::-webkit-scrollbar {
  width: 9px;
  background-color: #F5F5F5;
}

.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6c6e71;
}


.fc-scrollgrid-section::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.fc-scrollgrid-section::-webkit-scrollbar {
  width: 9px;
  background-color: #F5F5F5;
}

.fc-scrollgrid-section::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6c6e71;
}

.fc-event {
  background:linear-gradient( 90deg, #95aa12 0%, #95aa12 35%, #95aa12) !important;
  border: none;
  padding: 2px 10px;
  border-radius: 5px !important;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0 !important;
}

.addAreaWrap .rowSection1 {
    position: relative;
    padding-right: 120px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 22px;
}

/*Common for all pages*/

.datemonthcal{
    background: #95AA12;
    color: #fff;
    text-align: center;
    padding: 3px 0px;
    font-weight: bold;
}
#script-warning, #loading { display: none }
#script-warning { font-weight: bold; color: red }
.borderlessclass{
  border: none;
}
.fc-event-img {
display: inline-block;
float: right;
}
.cust-tbl6 td {
font-size: 13px;
padding: 8px 10px 2px 10px;
}
.cust-tbl6.custo-font-class td {
font-size: 11px;
}

.customroundclass {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #fff;
    margin-right: 2px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.fc-h-event {
background: linear-gradient(
90deg, rgba(52,162,162,1) 0%, rgb(33 165 165) 35%, rgb(30 117 117) 100%);
border: none;
}
.fc-event {
background: linear-gradient(
90deg, rgba(52,162,162,1) 0%, rgb(33 165 165) 35%, rgb(30 117 117) 100%);
border: none;
}
.fc-event-img img {
width: 60px;
}

.customtbodtstd td b {
font-size: 12px !important;
}

#notificationloader{
    position: absolute;
    background-color: #111110b3;
    min-height: 100%;
    top: 0;
    min-width: 100%;
    z-index: 9999;
    border-radius: 9px;
}
.loadernoti {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #95aa12;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    vertical-align: middle;
    text-align: center;
    top: 47%;
    left: 47%;
    position: absolute;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  #viewallbtnnoti{
    text-align: center;
    padding-top: 12px;
  }

  #viewallbtnnoti a{
    color:#fff;
    text-decoration: none;
  }
  #viewallbtnnoti a:hover{
    text-decoration: none;
  }

  #remindercalendertop, #notificationbell{
    background-color: #ffffff;
    width: 38px;
    height: 38px;
    padding: 0px 0px;
    vertical-align: middle;
    border-radius: 22px;
  }
  #remindercalendertop i, #notificationbell i{
    vertical-align: middle;
  }
  .notificationbellanimation i{
      vertical-align: middle;
      animation: shake 0.8s;
      animation-iteration-count: infinite;
}
  @keyframes shake {
    0% {
        transform: rotate(35deg);
    }
    12.5% {
        transform: rotate(-30deg);
    }
    25% {
        transform: rotate(25deg);
    }
    37.5% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(15deg);
    }
    62.5% {
        transform: rotate(-10deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
  }
  .alertcalendericanimation i {
    -webkit-animation: animateHeart 1.2s infinite;
}

  @keyframes animateHeart {
    0% {
      transform: scale(0.8);
}
    5% {
      transform:scale(0.9);
}
    10% {
      transform:scale(0.8);

}
    15% {
      transform: scale(1);
}
    50% {
      transform:scale(0.8);
}
    100% {
      transform: scale(0.8);

}
  }

  .gotonotificationlink, {
      text-decoration: underline !important;
  }

  #reminderOnly .nofifiBody {
    max-height: 350px;
    overflow-y: scroll;
    min-height: 287px;
}

input.checkboxreminderpop {
    position: absolute;
    left: 8px;
}
#reminderpopupalert img.remindIcon {
    left: 24px;
}
.custombuttonformodulealert {
    background-color: #625d5d;
    border: 1px solid #625d5d;
}
.custombuttonformodulealert:hover {
    background-color: #625d5d !important;
    border: 1px solid #625d5d !important;
}
.customremindermodulediolog{
    max-width: 80%;
}
#remindermoduleaddeditmodal .reminderBox{
    padding: 0px 14px 0px 14px;
}
#remindermoduleaddeditmodal .customnotifybody{
    max-height: 379px;
    overflow-y: scroll;
    min-height: 379px;
}
#remindermoduleaddeditmodal .dismiss-btn2 {
    background-color: #fff27d;
    color: black;
    width: 100%;
    min-height: 55px;
    border: 0;
    border-bottom-left-radius: 0px;
    font-weight: 600;
}
#remindermoduleaddeditmodal .disAll-btn {
    background-color: #484847;
    color: #fff;
    width: 100%;
    min-height: 55px;
    border: 0;
    border-bottom-right-radius: 10px;
    font-weight: 600;
}
#remindermoduleaddeditmodal .save-btn{
    border-bottom-right-radius: 0px;
}
#remindermoduleaddeditmodal .newReminderForm .notifiHeader {
    border-top-right-radius: 0px !important;
}
#remindermoduleaddeditmodal .notifiHeader {
    height: 50px;
}
#remindermoduleaddeditmodal .remindWrap .notifiHeader {
    border-top-left-radius: 0px !important;
    border-left: 1px solid #fff;
}
#remindermoduleaddeditmodal .modulecheckboxreminderpop {
    position: absolute;
    left: 6px;
    top: 48px;
}
.btn-reminder-red {
    background-color: #ff66cc;
}
.btn-reminder-green {
    background-color: #8f00ff;
}
.btn-reminder-orange {
    background-color: #ff7722;
}
.btn-reminder-yellow {
    background-color: #fff27d;
}
.btn-reminder-black {
    background-color: red;
}
span.customlabelrem {
    font-size: 11px;
}
.modulereminderpopupeditbutton {
    cursor: pointer;
}
.newReminderForm .form-group textarea.form-control {
    min-height: 59px;
    padding-top: 5px;
    padding-bottom: 5px
}
.btn-reminder-grey {
    background-color: grey;
}

/*fornotification listing al, page*/
.goalllistbtn{
    background-color: #95a912 !important;
    color: #fff !important;
    margin-right: 3px !important;
    padding: 5px 23px !important;
}

.goalllistbtn:hover{
    text-decoration: none;
}

.dismissalllistbtn{
    background-color: red !important;
    color: #fff !important;
}
.dismissedTag{
    background-color: #ff0000;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    padding: 4px 10px;
    margin-left: 4px;
}

.underlinelinksriminder{
    color: #747473;
    text-decoration: underline;
}
.underlinelinksriminder:hover{
    color: #747473;
    text-decoration: underline;
}
input.valid, textarea.valid {
    border: 1px solid #e0e3e7;
}
#remindermoduleaddeditmodal .modal-content, #reminderModalAdd .modal-content{
    border-radius: 10px;
}
.dropdown-menu.notifiBox.show {
    top: -3px !important;
}

