:root {
  --primary: #3156a6;
  --primary-dark: #313e68;
  --secondary: #642c49;
  --yellow: #e3a635;
  --green: #6ca13b;
  --dark: #0f1326;
  --white: #ffffff;
  --light-primary: #eef1f8;
  --light-secondary: #fdf8ff;
  --light-yellow: #fffef7;
  --stroke-soft: #e8ebeb;
  --stroke-strong: #9aa5b1;
  --text-muted: #5a607a;
  --success: #1a8a4a;
  --success-bg: #eaf6ef;
  --warn: #c27d00;
  --warn-bg: #fdf4e3;
  --danger: #c03030;
  --danger-bg: #fdf0f0;
}

/*Login Page*/
.loginscreen{
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 100px);
}
.login-bg{
  background-color: var(--white);
  padding: 40px;
  max-width: 30%;
}
.loginscreen .form-control{
  margin-bottom: 25px;
}


/*Dashboard Legend*/
.legend ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

.legend li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 10px;
}

.legendSample {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 3px;
}



.navbar-top-links li{
  margin-top: 7px;
}
.navbar-top-links li a {
    padding: 11px 10px;
    min-height: 43px;
}
.attendence{
  background: var(--white);
  padding: 12px;
}
.mobiIm{
  display: none;
}
.tabel-head-pending{
  position: sticky;
  top: 0;
}
.tabel-head-pending{
  background: var(--light-primary);
}

.tabel-head-pending th{
  text-align: center;
}
.imagbar{
  display: inline-grid;
}
.kraprogr-md .progress .progress-bar {
    font-size: 8px;
    line-height: 9px;
}
.kraprogr-md{
  width: 10%;
}
.kraprogr-md .progress{
  height: 8px;
  margin-bottom: 5px;
}
.kraprogr .progress{
  height: 8px;
  margin-bottom: 2px;
}
.kraSum{
  height: 460px;
  overflow-y: scroll;
}
.kraSum::-webkit-scrollbar {
    width: 3px;
}
.kraSum::-webkit-scrollbar-thumb {
    background: var(--stroke-strong);
    border-radius: 10px;
}
.kraSum::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px var(--stroke-strong);
    border-radius: 10px;
}

.pedkra{
  height: 250px;
} 
.defkra{
  height: 140px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.defkra::-webkit-scrollbar {
    width: 3px;
}
.defkra::-webkit-scrollbar-thumb {
    background: var(--stroke-strong);
    border-radius: 10px;
}
.defkra::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px var(--stroke-strong);
    border-radius: 10px;
}
.pedkra::-webkit-scrollbar {
    width: 3px;
}
.pedkra::-webkit-scrollbar-thumb {
    background: var(--stroke-strong);
    border-radius: 10px;
}
.pedkra::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px var(--stroke-strong);
    border-radius: 10px;
}
.kraprogr .progress .progress-bar{
  font-size: 8px;
  line-height: 9px;
}
.imagbar img{
  margin-bottom: 5px;
  margin-right: 8px;
  transition: all 300ms linear;
}
.imagbar img:hover{
  transform: scale(1.4);
}
.frm{
  display: none;
}
.pdleav{
  padding-top: 20px;
}
.dayave{
  position: relative;
}
.mobAprvl{
  display: none;
}

.newsfeed{
  padding-top: 10px;
}
.mini-navbar .nav-second-level{
  padding:7px!important;
}
.nopad15{
  padding-left: 0px;
  padding-right: 15px;
}

.nav-second-level li:last-child{
  margin-bottom: 0px!important;
}
.calendarDisplayTwo .tblehead th {
    background-color: var(--stroke-soft)!important;
    color: var(--text-muted);
    text-align: center;
    padding: 3px;
    font-size: 12px;
}
.slidcaro{
  height: 175px;
  overflow: hidden;
}
.pollnext{
  text-align: center;
  font-size: 13px !important;
    font-family: Calibri, sans-serif !important;
}
.slidcaro img{
  height: 175px;
  width: 100%;
}
.slidcaro .carousel-control.right{
  background-image: none!important;
}
.slidcaro .carousel-control.left{
  background-image: none!important;
}
.slidcaro .carousel-control.left {
    top: 46%;
    color: var(--primary);
    text-shadow: none;
    left: 0;
    width: 18px;
    height: 18px;
    padding-top: 3px;
    border-radius: 50%;
    opacity: 1;
    z-index: 999;
    color: var(--white);
    font-size: 10px;
    background: var(--dark);
}
.slidcaro .carousel-control.right {
    top: 46%;
    color: var(--primary);
    text-shadow: none;
    right: 0;
    width: 18px;
    height: 18px;
    padding-top: 3px;
    border-radius: 50%;
    color: var(--white);
    font-size: 10px;
    background: var(--dark);
    opacity: 1;
    z-index: 999;
}

.tblehead{
  border:solid 1px var(--stroke-soft);
}
.leavsummer{
  height: 201px;
}
.rplybutton{
  position: relative;
  left: 2%;
}
.rplybutton i{
  font-size: 20px;
  color: var(--dark);
}
.leavsummer::-webkit-scrollbar {
    width: 3px;
}
.leavsummer::-webkit-scrollbar-thumb {
    background: var(--stroke-strong);
    border-radius: 10px;
}
.leavsummer::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px var(--stroke-strong);
    border-radius: 10px;
}

.scrollone::-webkit-scrollbar {
    width: 3px;
}
.scrollone::-webkit-scrollbar-thumb {
    background: var(--stroke-strong);
    border-radius: 10px;
}
.scrollone::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px var(--stroke-strong);
    border-radius: 10px;
}

.box-table{
    height: 516px;
    overflow-y: scroll;
}
.teamathe{
  height: 189px;
}
.tmmebrs{
  height: 75px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.tmmebrs::-webkit-scrollbar {
    width: 3px;
}
.tmmebrs::-webkit-scrollbar-thumb {
    background: var(--stroke-strong);
    border-radius: 10px;
}
.tmmebrs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px var(--stroke-strong);
    border-radius: 10px;
}

.leaveapply{
  height: 120px;
  overflow-y: scroll;
}
.rdbrd{ 
  border: 3px solid var(--danger);
}
.greenbrd{
  border: 3px solid var(--success);
}
.teamsimages img{
  height: 50px; 
  width: 50px; 
  border-radius: 70px;
  margin-top: 12px;
  margin-left: 12px;
  transition: all 300ms linear;
}
.porel{
  position: relative;
}
.rghtdays{
  position: absolute;
  right: 6%;
  top: 2%;
}
.rghtdays p{
  font-size: 11px;
  margin-bottom: 3px;
}
.latdays{
  color: var(--danger);
}
.eardays{
  color: var(--success);
}
.teamimages{
  height: 50px; 
  width: 50px; 
  border-radius: 70px;
  margin-top: 12px;
  margin-left: 10px;
  transition: all 300ms linear;
}
.teamsimages img:hover{
  transform: scale(1.5);
}
.teamhover:hover{
  transform: scale(1.4);
}

.nav-icon img{
  width: 22px;
  height: 22px;
  position: relative;
  left: -4px;
}
body.mini-navbar .navbar-default .nav > li > a {
    font-size: 11px;
}

.nav-icon:hover.nav-icon img{
  opacity: 1;
}
.teamimagesBig{
    height: 70px;
    width: 70px;
    border-radius: 70px;
    padding-bottom:3px;
    margin-top: 0px;
    margin-left: 0px;
}

.box-table::-webkit-scrollbar {
    width: 3px;
}
.box-table::-webkit-scrollbar-thumb {
    background: var(--stroke-strong);
    border-radius: 10px;
}
.box-table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px var(--stroke-strong);
    border-radius: 10px;
}
.leaveapply::-webkit-scrollbar {
    width: 3px;
}
.leaveapply::-webkit-scrollbar-thumb {
    background: var(--stroke-strong);
    border-radius: 10px;
}
.leaveapply::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px var(--stroke-strong);
    border-radius: 10px;
}
.tblehead td, th {
    padding: 4px;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    border-bottom: solid 1px var(--stroke-soft)!important;
}
.calendarDisplayTwo div#calendar{
  margin-left: 0px!important;
}
.calendarDisplayTwo div#calendar div.header a.prev {
    font-size: 18px;
}
.calendarDisplayTwo div#calendar div.header a.next {
    font-size: 18px;
}
.calendarDisplayTwo div#calendar div.header span.title {
    font-size: 15px!important;
}
.tabel-head{
  background: var(--stroke-soft);
}
.tabel-head th{
  text-align: center;
}
.tabel-head{
  position: sticky;
  top: 0;
}
.tabel-head-leve{
  position: sticky;
  top: 0;
}
.dayave:after{
  position: absolute;
  width: 1px;
  content: '';
  height: 50px;
  top: 25px;
  background: var(--stroke-soft);
  right: 0;
}
.mgno{
  margin-left: 0px;
  margin-right: 0px;
}
.mgno td{
  padding: 6px;
}
.attendence h3{
  color: var(--dark);
}
.leftchart img{
  width: 96%;
}
.leftchart{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border:8px solid var(--yellow);
  position: relative;
  left: 5%;
  margin-right: 15px;
}
.leftchart h1{
  margin-top: 38px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
}
.intime p{
  margin-top: 25px;
  color: var(--success);
}
.textbrd{
  position: relative;
}
.textbrd:after{
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 60%;
  top: 30%;
  background: var(--stroke-strong);
}
.calendarDisplayTwo .tableDefaultOne th {
    background-color: var(--light-primary);
    color: var(--text-muted);
    text-align: center;
    padding: 3px;
    font-size: 12px;
}
.calendarDisplayTwo .tableDefaultOne td, th{
  font-size: 11px;
}
.mgno th{
  border:none;
  font-size: 12px;
}
.mgno td{
  font-size: 12px;
}
.calendarDisplayTwo div#calendar div.header span.title{
  color: var(--primary);
}
.report img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.report{
  position: relative;
}
.report:after{
    content: '\00BB';
    position: absolute;
    right: 9px;
    top: 3%;
    font-size: 34px;
}

.pama0{
  padding-top: 7px;
}
.nav > li > a i {
  font-size: 16px;
    margin-right: 6px;
}
.count-info .label {
    position: absolute;
    right: 1px;
    top: 4px;
    background: var(--primary-dark);
}
.left-sde .dropdown-menu{
  box-shadow: 0 2px 7px rgba(49, 62, 104, 0.7);
}
.emailNotificationNavBar{
  height:300px;
  overflow-y: scroll;
}
.emailNotificationNavBar::-webkit-scrollbar {
    width: 3px;
}
.emailNotificationNavBar::-webkit-scrollbar-thumb {
    background: var(--stroke-strong);
    border-radius: 10px;
}
.emailNotificationNavBar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px var(--stroke-strong);
    border-radius: 10px;
}
.managers img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.report p{
  text-align: center;
}
.hrman img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.textbrd h1{
  margin-top: 10px;
}
.intime h1{
  margin-top: 10px;
}
.table-hr td{
  padding: 2px;
}
.center{
 text-align:center;
}
.displayWarning{
  color: var(--danger);
  font-size: 10px;
}
.right{
  float:right;
}
.green{
  color: var(--success);
}
.mobileviewpill{
    display: none;
}
.marqhei{
  height: 110px;
}
#videoplays{
    position: relative;
    width: 100%!important;
    height: 175px!important;
    min-width: 100%;
    object-fit: cover;
}
.reporman{
  height: 176px;
}
.newssfed h3{
    padding-top: 12px;
    font-size: 18px;
    color: var(--primary);
}
.newssfed p{
    font-size: 14px;
}
.blue{
  color: var(--primary);
}

.red{
  color: var(--danger);
}
.refresh_button{
    display: none;
}
.whiteBanner{
    color: var(--white);
    margin-top: 15%;
    background-color: rgba(15, 19, 38, 0.59);
    padding: 30px;
}
.kraMapTitle .tab button{
    padding: 6px 9px;
}
.borderGrey{
  border:solid .5px var(--stroke-soft);
}
.specialBox{
  background-color: var(--light-primary);
}

.borderBottomHeader{
  border-bottom: solid .5px var(--stroke-soft);
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

.dependen{
    width: 20%;
}
.dependen1{
    width: 20%;
}
.jobhis{
    width: 16.66%;
}
.certif{
    width: 16.66%;
}
.certif1{
     width:18%;
}
.certif2{
     width:14%;
}
.certif2 input[type="submit"]{
    width: 100%;
    border-radius: 0px;
}
.certif input[type="submit"]{
    width: 100%;
    border-radius: 0px;
}
.jobhis input[type="submit"]{
    width: 100%;
    border-radius: 0px;
}
.boxshas{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 96%;
    left: 2%;
    border-radius: 3px;
    background-color: var(--light-primary);
    border: 1px solid var(--stroke-soft);
}
.dependen1 input[type="submit"]{
    width: 100%;
    border-radius: 0px;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

inputfile-1 + label {
    color: var(--light-primary);
    background-color: var(--primary-dark);
}
.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

svg:not(:root) {
    overflow: hidden;
}
.uploadfile svg{
    fill: var(--white);
}
.inputfile-1 + label {
    color: var(--light-primary);
    background-color: var(--primary-dark);
}
#slider h6{
    font-size: 18px;
    color: var(--primary-dark);
    font-weight: 600;
}

#slider {
  position: relative;
  top: -33%;
  overflow:hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
#sliders {
  position: relative;
  top: -33%;
  overflow:hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.dropdown-menu-topss{
    display: none;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
#sliders ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 280px;
  height: 250px;
  background: none;
  text-align: center;
  transition: all 300ms linear;
}

.upbirth .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: var(--stroke-soft);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.upbirth .slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.upbirth .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .upbirth .prev,.upbirth .next,.upbirth .text {font-size: 11px}
}

.alertbox .close{
    color: var(--danger)!important;
}

.popupwindow{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    height: 100%;
    background:rgba(15, 19, 38, 0.5);
}

.centerwindow{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    background: var(--white);
    width: 32%;
    height: 290px;
    padding: 15px;
    box-sizing: border-box;
}
.centerwindow h6{
    padding-top: 10px;
    text-align: center;
}
.centerwindow i{
    font-size: 56px;
    color: var(--success);
    padding: 15px;
    border-radius: 50%;
    border:1px solid var(--success);
}
.centerwindow h3{
    padding-top: 20px;
    text-align: center;
    font-size: 26px;
}
.navhead{
    position: absolute;
    top: 12px;
    width: 40px;
    height: 40px;
    z-index: 999;
    right: 6%;
}
.navhead img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.centerwindow button{
    width: 25%;
    margin-top: 20px;
    background: var(--success);
    padding: 10px;
    color: var(--white);
    font-size: 18px;
    border:none;
    border-radius: 5px;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 310px;
  height: 250px;
  background: none;
  text-align: center;
  transition: all 300ms linear;
}

.animatedcss{
    transform: perspective(5000px) rotateY(0deg);
}
a.control_prev{
    position: absolute;
  top: 0%;
  z-index: 999;
  right: 14%;
  display: block;
  padding: 4px 8px;
  width: auto;
  height: auto;
  background: var(--white);
  color: var(--dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  cursor: pointer;
  border-radius: 2px;
}
a.control_prev1{
    position: absolute;
  top: 14%;
  z-index: 999;
  right: 14%;
  display: block;
  padding: 4px 8px;
  width: auto;
  height: auto;
  background: var(--white);
  color: var(--dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  cursor: pointer;
  border-radius: 2px;
}
a.control_next {
  position: absolute;
  top: 0%;
  right: 5%;
  z-index: 999;
  display: block;
  padding: 4px 8px;
  width: auto;
  height: auto;
  background: var(--white);
  color: var(--dark);
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  cursor: pointer;
}
a.control_next1 {
  position: absolute;
  top: 14%;
  right: 5%;
  z-index: 999;
  display: block;
  padding: 4px 8px;
  width: auto;
  height: auto;
  background: var(--white);
  color: var(--dark);
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  cursor: pointer;
}
.header-bord{
    padding-top: 60px;
}
a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
a.control_prev1:hover, a.control_next1:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

#sliders h6{
    font-size: 18px;
    color: var(--primary-dark);
    font-weight: 600;
}

#sliders {
  position: relative;
  top: -25%;
  overflow:hidden;
  margin: 0px 0px 0 0px;
  border-radius: 4px;
}

#sliders ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#sliders a.control_prev{
    position: absolute;
  top: 65%;
  z-index: 999;
  right: 9%;
  display: block;
  padding: 4px 8px;
  width: auto;
  height: auto;
  background: var(--white);
  color: var(--dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  cursor: pointer;
  border-radius: 2px;
}
a.control_next1 {
  position: absolute;
  top: 65%;
  right: 0%;
  z-index: 999;
  display: block;
  padding: 4px 8px;
  width: auto;
  height: auto;
  background: var(--white);
  color: var(--dark);
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  cursor: pointer;
}
.header-bord{
    padding-top: 60px;
}
a.control_prev1:hover, a.control_next1:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

#videoPlay{
    position: relative;
    width: 100%!important;
    height: 100%!important;
    min-width: 100%;
    object-fit: cover;
}

.imagovers{
  position: absolute;
  width: 40%!important;
  right:10px;
  bottom: 10px;
  height: 10px;
  background: var(--dark);
  padding: 10px;
  display: block;
  box-sizing: border-box;
  border-radius: 8px;
  z-index: 999;
}
.changetextclr{
  color: var(--white)!important;
}

.bdayBody .imgcirl img{
  transition: all 300ms linear;
  position: sticky;
  z-index: 9;
}
.bdayBody .imgcirl img:hover{
  transform: scale(2);
  margin-top: 20px;
}

.imageovers img{
  width: 100%;
}
.height201 {
    height: 206px;
    border-right: solid 1px var(--white);
}
.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}
.borderBottom{
  border-bottom: solid .5px var(--stroke-soft);
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

.titleDisplay{
  padding-top: 10px;
  padding-bottom:5px;
}

.noExtaData .paging_simple_numbers, .noExtaData .dataTables_length, .noExtaData .dataTables_filter, .noExtaData .dataTables_info, .noExtaData .dataTables_info{
  display: none !important;
}

.primaryContact{
  margin-top: -5px;
  color: var(--success);
}

.simpleFormControl{
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  height: 22px;
  width: 70%;
  margin-bottom: -20px;
}

.simpleFormControlWithoutBottom{
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  height: 22px;
  width: 70%;	
}

.simpleFormSelect{
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  height: 32px;
  width: 70%;
}

.pointer{
  cursor: pointer;
}

.editFields, .editFieldsMaster{
  cursor: pointer;
  float: right;
  color: var(--success);
}

.editContent, .addNewMember{
  display: none;
}

.editFieldPadding{
  color: var(--danger); 
  padding-left: 6px;
}

.editFieldSelect .editFields{
  float: none;
}

.editFieldSelect{
  float: right;
  margin-top: -20px;
}

.chosen-container-single .chosen-single {
  border: 1px solid var(--stroke-soft) !important;
  border-radius: 0px !important;
}
.centerwindow img{
    width: 25%;
}

.refreshicon{
    position: absolute;
    right: 4%;
    top: 17px;
    display: none;
}
.refreshicon img{
    width: 13%;
    cursor: pointer;
}
.chosen-container{
  width:100% !important;
}

.borderBox{
  border: solid 1px var(--secondary);
  min-height: 100px;
  width: 100%;
  padding-top: 10px;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.bigFont{
  font-size: 50px;
}

.boxOne{
  background-color: var(--secondary);
  color: var(--white);
}
.smallBoxOne{
  background-color: var(--stroke-soft);
  color: var(--dark);
  font-weight: bold;
}

.boxTwo{
  background-color: #d0acc5;
  color: var(--white);
}
.smallBoxTwo{
  background-color: var(--stroke-soft);
  color: var(--dark);
  font-weight: bold;
}

.boxThree{
  background-color: var(--yellow);
  color: var(--white);
}
.smallBoxThree{
  background-color: var(--stroke-soft);
  color: var(--dark);
  font-weight: bold;
}

.boxFour{	
  background-color: var(--text-muted);
  color: var(--white);
}
.smallBoxFour{
  background-color: var(--stroke-soft);
  color: var(--dark);
  font-weight: bold;
}

.boxFive{
  background-color: var(--green);
  color: var(--white);
}
.smallBoxFive{
  background-color: var(--stroke-soft);
  color: var(--dark);
  font-weight: bold;
}

.boxSix{
  background-color: var(--danger);
  color: var(--white);
}
.smallBoxSix{
  background-color: var(--stroke-soft);
  color: var(--dark);
  font-weight: bold;
}

.loginimage{
    display: none;
}
.boxEven{
  background-color: var(--secondary);
  color: var(--white);
}

.rightBoxHome{
  background-color: var(--light-primary);
  color: var(--primary);
  border: solid 1px var(--stroke-soft);
}

.dateContainer{
  background-color: var(--light-primary);
  color: var(--primary);
  border: solid 1px var(--stroke-soft);
}

.showBox{
  height: 100px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.histContOdd{
  min-height: 50px !important;
  background-color: rgba(49, 86, 166, 0.08);
  padding: 10px;
  border-radius: 10px;
  color: var(--text-muted);
  margin-bottom: 10px;
  font-weight: bold;
  border: solid 1px var(--stroke-soft);
  box-shadow: 20px -10px 16px var(--light-primary) inset;
}

.histContEven{
  min-height: 50px !important;
  background-color: var(--light-secondary);
  padding: 10px;
  border-radius: 10px;
  color: var(--text-muted);
  margin-bottom: 10px;
  font-weight: bold;
  border: solid 1px var(--stroke-soft);
  box-shadow: -17px 2px 16px 2px var(--white) inset;
}

.right{
  float:right;
}

.smallBoxScroll{
  height: 200px;
  overflow-y: scroll;
}

.bottomBorderMaster{
  margin-bottom: 5px;
  border-bottom: solid 1px var(--stroke-soft);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.formcolor .btn-primary:focus,.formcolor .btn-primary:active, .formcolor .btn-primary.active{
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.boxBorderSep{
  border: solid 1px var(--stroke-soft);
  border-radius: 20px;
  padding-top: 10px;
}

.leadImg{
  height: 80px;
  width: 80px;
  border-radius: 42px;
  border: solid 1px var(--danger);
}

.followUpDate{
  float: right;
  text-align: center;
  font-size: 10px;
  color: var(--dark);
}

.pointer{
  cursor: pointer;	
}
.noneDecoration{
  text-decoration: none;
  color: var(--primary);
}

.alertsRow{
  background-color: var(--warn-bg);
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 8px;
  color: var(--warn);
  border: solid 1px #e3c27a;
}

.colorBrown{
  background-color: var(--light-secondary);
  color: var(--text-muted);
  border: solid 1px var(--stroke-soft);
}

.contactImage{
  height: 130px;
  width: 260px;
  border: solid 1px var(--primary-dark);
  margin-left: 20%;
  margin-bottom: 20px;
}

.headerPurchase{
  border: solid 1px var(--dark);
}

.purchaseRowBorder{
  border-right: solid 1px var(--dark);
  border-bottom: solid 1px var(--dark);
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background-color: var(--primary);
  color: var(--white);
}

.addNewRowItem{
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.purchaseRowBorderResult{
  border-right: solid 1px var(--dark);
  padding: 10px;
  font-weight: bold;
  text-align: right;
  background-color: var(--primary);
  color: var(--white);
}

.grandTotalField{
  font-weight: bold;
  margin-left: -15px;
  height: 38px;
  width: 120%;
}

.smallPadding{
    padding: 5px;
}

.phoneError, .pinError{
    color: var(--danger);
    text-align: center;
    display: none;
}

.rightAlign{
    text-align: right;
}

.editView{
    display: none;
}

.rowItemTelecom{
    border: solid 1px #b8e4db;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--success-bg);
}

.uploadBackground{
    display: inline-flex;
    margin-left: 0% !important;
    background-color: var(--primary);
    padding: 10px;
    border-radius: 14px;
    color: var(--white);
    width: 100%;
    align-items: center;
}

.addNewTele{
    background-color: var(--primary);
    padding: 10px 5px 10px 5px;
}

.rowTelecomEdit{
    display: none;
}

.gridKri{
    background-color: var(--light-primary);
    border: solid 1px var(--stroke-soft);
}

.gridKriHeader{
    height: 34px;
    background-color: var(--primary-dark);
    padding: 2px;
    margin-top: 20px;
    color: var(--white);
}

.fixed-height{
    /* height: 97%; */
}

.cancelKra{
    display: none;
}

.kraMapTitle{
    padding-top: 12px !important;
    background-color: var(--primary-dark);
    color: var(--white);
    min-height: 30px !important;
    font-weight: bold;
}

.genTitle{
    padding-top: 12px !important;
    min-height: 30px !important;
    font-weight: bold;
}

.lightPurple{
    background-color: var(--primary);
    color: var(--white);
    box-shadow: 13px 26px 16px var(--primary-dark) inset;
}

.gridKri, .col-lg-1, .col-md-1 {
    padding-right: 0px !important; 
    padding-left: 0px !important; 
}

.headerKriBorder{
    border: solid 1px var(--white);
    padding-top: 3px;
}

.checkBoxPrimary{
    text-align: center;
    background-color: var(--white);
    padding-top: 5px;
    border: solid 1px var(--stroke-soft);
}

.kraCrossFunction{
    display: none;
}

.btn-custom-black{
    background-color: var(--primary-dark) !important;
    border-color: var(--white) !important;
    color: var(--white) !important;
}

.btn-custom-black:hover{
    color: var(--primary-dark) !important;
    background-color: var(--white) !important;
    border: solid 1px var(--primary-dark) !important;
}

.customBack{
    color: var(--primary-dark) !important;
}

.ibox-content-border{
    border:solid 1px var(--primary-dark);
}

.headerBackground{
    background-color: var(--primary-dark);
    color: var(--white);
}
.headerBackground th{
  color: var(--white);
}

.gridKriHeader td{
    border: solid 1px var(--white);
    padding: 7px;
    font-weight: bold;
}

.tableKraList{
    width:100%;
    margin-top:20px;
}

.customRoundButton{
    border-radius: 15px;
    background-color: var(--success);
    color: var(--white);
    margin-top: 6px;
}

.kraMappingPage .ibox-content{
    padding: 8px 20px 8px 20px !important;
}

.zeroPaddingLeftRight{
    padding-left: 0px !important;
    padding-right:0px !important;
}

.customRedButton{
   border-radius: 15px;
    background-color: var(--danger);
    color: var(--white);
    height: 24px;
}

/* Style the tab */
.tab {
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s; 
  padding: 6px 9px;
  border-bottom: 2px solid transparent;
  background-color: var(--light-primary);
}

.tab button:hover {
  border-color: var(--primary);
  color: var(--primary);
  border-radius: 4px;
}

.tab button.active {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 4px;
}

.tabcontent {
  display: none;
}

.rewardsContent, .reedemContent{
    height: 159px;
    overflow-y: scroll;
}
.kraPerformance, .boxPerformance{
    height: 200px;
}

.scrollPerformance{
    overflow-y: scroll;
    max-height: 200px;
    overflow-x: hidden;
}

.boxAttendance{
    height: 80px !important;
    border: solid 1px var(--stroke-soft);
}
.ibox-title{
    border-top: none!important;
    background:var(--white);
    color: var(--primary);
}
.rowMaBot8{
    margin-bottom: 8px;
}
.ibox-content h1, .ibox-content h2, .ibox-content h4, .ibox-content h5, .ibox-title h1, .ibox-title h2,  .ibox-title h4, .ibox-title h5{
    color: var(--dark);
}
.center h3{
    color: var(--white)!important;
}
.borderUpDown{
    border-bottom: solid 1px var(--stroke-soft);
    border-right: solid 3px var(--stroke-soft);
    border-left: solid 1px var(--stroke-soft);
    padding-bottom: 2px;
    padding: 7px 5px 5px 15px;
    border-top: solid 3px var(--light-primary);
    background-color: rgba(238, 241, 248, 0.25);
    border-bottom-right-radius: 11px;
    border-top-left-radius: 11px;
}

.close {
    color: var(--white)!important; 
    opacity: 1!important;
}

.customMailCheck{
    height: 12px;
    width: 12px;
    margin: 0px;
}

.lightPink{
   background-color: var(--secondary);
   color: var(--white);
   box-shadow: 13px 26px 16px #4d1f34 inset;
}

.lightPinkBorder{
    border: solid 1px var(--secondary);
}

.darkGreen{
    background-color: var(--success);
    color: var(--white);
    box-shadow: 13px 26px 16px #136637 inset;
}

.darkGreenBorder{
    border: solid 1px var(--success);
}

.goldenYellow{
    background-color: var(--yellow);
    color: var(--white);
    box-shadow: 13px 26px 16px var(--warn) inset;
}

.goldenYellowBorder{
     border: solid 1px var(--yellow);
}

.lightRed{
    background-color: var(--secondary);
    color: var(--white);
    box-shadow: 13px 26px 16px #4d1f34 inset;
}

.lightRedBorder{
    border: solid 1px var(--secondary);
}

.darkBlue{
    background-color: var(--danger);
    color: var(--white);
    box-shadow: 13px 26px 16px #8f2020 inset;
}

.darkBlueBorder{
    border: solid 1px var(--danger);
}

.employeePhoto{
    height: 142px;
    width: 140px;
    border: solid 1px var(--primary-dark);
    padding: 5px;
    display: table;
    margin: 0 auto;
}

.borderWithPadding{
    border: solid 1px var(--stroke-soft);
    padding: 20px;
}

.borderBottomDotted{
    border-bottom: solid 1px var(--stroke-strong);
    border-bottom-style: dashed;
    border-spacing: 3px;
}

.form-control2{
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 10px;
}

.tabs-left {
  border-bottom: none;
  border-right: 1px solid var(--stroke-soft);
}

.tabs-left>li {
  float: none;
  margin:0px;
}
.getBirthdays .carousel-inner>.item{
   -webkit-transition: -webkit-transform .5s ease-in-out;
   -o-transition: -o-transform .5s ease-in-out;
   transition: transform .5s ease-in-out;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: var(--stroke-soft);
    border-right-color: transparent;
    background: var(--primary-dark);
    border: none;
    border-radius: 0px;
    margin: 0px;
    color: var(--white);
}
.nav-tabs>li>a:hover {
    line-height: 1.42857143;
    border: 1px solid transparent;
}
.tabs-left>li.active>a::after{
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;  
    border-left: 10px solid var(--primary-dark);
    display: block;
    width: 0;
}

.rightBorder{
    border-left: solid 1px var(--stroke-soft);
}

.addEmployeeImage{
   margin-top: 10px;
   display: none;
}

.percent50{
    width: 50% !important;
}

.bdayHeader{
  text-align: right;
  font-weight: bold;
  background-color: rgba(255,255,255,.15);
  border-radius: 5px;
  color: var(--text-muted);
  margin-top: 34px;
  border-bottom: solid 1px #ffc3c3;
  padding-top: 1px;
}
.bdayBody{
   padding: 6px;
   position: relative;
   border:1px solid var(--stroke-soft);
   padding-left: 10px;
   border-radius: 5px;
   overflow: hidden;
   background-color: rgba(255,255,255,0.5);
}
.rightSide i{
  color: var(--secondary);
}
.leftbo{
    position: absolute;
    left: -42px;
    top: 9px;
    color: var(--dark);
    background: var(--stroke-soft);
    width: 100%;
    transform: rotate(-42deg);
}
.bdayBody p{
  margin-bottom: 2px;
  text-align: center;
}
.designame{
  font-size: 12px;
  margin-bottom: 5px!important;
}
.btname{
  font-size: 12px;
}
.bdate{
  padding:3px 7px;
  color: var(--dark);
  border:1px solid #c1f9c6;
  background-color: rgba(222, 245, 220, 0.12);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
}
.bdayBody span{
    color: var(--text-muted); 
    text-align: center; 
}

.defaultBlack {
    background-color: var(--primary-dark);
    color: var(--white);
    box-shadow: 13px 26px 16px var(--dark) inset;
}

.blackBorder{
   border: solid 1px var(--dark);
}

.tableDefault th{
    background-color: var(--stroke-soft);
    color: var(--text-muted);   
}
.tableDefault td, th {
    padding: 8px;
    border: solid 1px var(--stroke-strong);
}

.tableDefaultOne th {
    background-color: var(--light-primary);
    color: var(--text-muted);
    text-align: center;
    padding: 8px;
    font-size: 16px;
}

.tableDefaultOne td, th {
    padding: 4px;
    border: solid 1px var(--stroke-soft);
}

.percent25{
    width: 25%;
}

.onDutyId{
    display: none;
}

.marginTop10{
    margin-top:10px;
}

.itineraryCreationHidden{
    display: none;
}

.itineraryCreationVisible{
    display: block;
}

.clientCompany{
    display: none;
}

.fromDateOutStation{
    display: none;
}

.fromDateLocal{
    display: block;
}

.permissionGroup{
    margin-left: 0px;
    margin-top: 24px;
    width: 100%;
    border: solid 1px var(--stroke-soft);
    padding: 12px;
    background-color: var(--light-primary);
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: var(--success-bg);
    color: var(--dark);
    font-size: 120%;
    position: absolute;
    padding: 5px 8px 5px 8px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px var(--success);
    opacity: 0;
    border: 1px solid var(--success);
    z-index: 99999;
    visibility: hidden;
    border-radius: 5px;
}
[data-title] {
    position: relative;
}

.newnav{
    left: 93%!important;
}

.signatureRight{
    font-size: 10px;
    font-style: italic;
    margin-top: -4px;
    color: var(--dark);
    text-align: right;
}

.logHistoryDisplay{
    max-height: 400px;
    overflow-x: scroll;
}
    
.inlineFlex{
    display: flex;
}

.kraStatus{
    padding: 7px;
    background-color: var(--light-primary);
    border-bottom: solid 1px var(--stroke-soft);
    font-weight: bold;
}

.whiteWithPadding{
    background-color: var(--white);
    padding: 7px;
}

.backgroundKra{
    background-image: url(../img/dashborad/kra.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);   
}

.newsFeed{
    background-color: var(--white);
    padding: 0px;
    height: 45px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 18px;
    position: relative;
    width: 98%;
    left: 1%;
    box-shadow: 0px 1px 2px 0px rgba(15, 19, 38, 0.1);
}
.nopad{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.nopad1{
    padding-left: 0px!important;
    padding-right: 15px!important;
}
.newsanimation h3{
    color: var(--white);
    text-align: center;
    overflow: hidden;
    border-right: .15em solid var(--primary-dark);
    white-space: nowrap;
    margin: 0 auto;
    animation: typing 3.5s steps(30, end) infinite;
}

@keyframes typing {
  from { width: 0 }
  to { width: 98% }
}

.newsanimation{
    padding: 14px;
    background: var(--primary-dark);
}
.marqueetext{
    padding-top: 13px;
}
.backgroundBirthday{
    background-image: url(../img/dashborad/bday.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
    height: 185px;   
}

.height200{
    height: 200px;
    overflow-y: scroll;
    border-right: solid 1px var(--white);
}

.backgroundLink{
    background-image: url(../img/dashborad/quickLinks.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
}

.backgroundFav{
    position: relative;
    width: 100%;
}
.backgroundFav .carousel-inner{
  z-index: 99;
}
.backgroundFav:after{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content:'';
  z-index: 0;
  opacity: 0.1;
  background-image: url(../img/dashborad/source1.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--white);
  background-size: contain;
}

.backgroundTask{
    background-image: url(../img/dashborad/task.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
}

.backgroundRewards{
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
    background-size: contain;
}

.backgroundWelcome{
    background-image: url(../img/dashborad/welcome.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white);
    background-size: 160px;
}

.percentKraUser{
    font-weight: bold;
    font-size: 14px;
}

.kraPerformanceUserKra{
    display: none;
    min-height: 200px;
    background-color: var(--white);
    z-index: 2;
    border: solid 1px var(--stroke-soft);
    margin: 15px;
}

.backButtonKraStatus{
    cursor: pointer;
    float: right;
    font-weight: bold;
    color: var(--dark);
    margin-right: 9px;
    font-size: 17px;
    padding: 5px;
}

.backButtonKraStatusFull{
    background-color: var(--stroke-soft) !important;
    width: 100%;
    height: 27px;
}

.kraNoTavl{
    font-size: 14px;
    font-weight: bold;
    padding-top: 31px;
}

.bg-img{
    position: relative;
    background-position: center;
    background-size:cover
}
.login-leftbg{
    width: 71.5%;
    left: -11%;
    position: absolute;
    height: 574px;
    transform: translate(17%,0%);
    top: 48px;
}
.welcome-message{
    color: var(--primary-dark);
}
.white-bg{
    background-color: var(--white);
    background-image: url(../img/brilliant.png);
    background-position: center;
    background-repeat: repeat;
}
.navimg img{
    width: 6%;
}
.spl-bg .form-control{
    height: 41px!important;
    position: relative;
}
.mrg0{
    margin-right: 0px;
    margin-left: 0px;
}
.spl-bg{
   background: linear-gradient(to bottom, var(--primary-dark), var(--primary), #4a6fc0ad);
    width: 21%;
    right: 7%;
    top: 12%;
    transform: translate(22%, 4%);
    box-sizing: border-box;
    padding: 0px 18px 18px 18px;
    position: absolute;
    overflow: hidden;
     box-shadow: 0 20px 50px #3156a61f;
    border-radius: 10px;
}
.imgpos{
    padding: 20px;
}
.sliderdiv{
    padding-top: 0px;
    bottom: 0;
}
.formcolor{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    border-radius: 5px;
    padding-bottom: 7px;
}
.spl-bg input[type="text"]{
    width: 100%;
    display: inline-block;
    border:1px solid var(--white);
}
.spl-bg input[type="password"]{
    width: 100%;
    display: inline-block;
    border:1px solid var(--white);
}
.loginLogoImage img{
    width: 50%;
}

.spl-bg i{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 14px 10px;
    background: var(--dark);
    color: var(--white);
    position: relative;
    left: -3px;
}
.resizing{
    padding: 5px!important;
    font-size: 18px!important;
}

.loginSplBtn{
    width: 42%;
    background-color: var(--green);
    border-color: var(--green);
    color: var(--white);
    font-weight: bold;
    position: relative;
    left: 58%;
    text-transform: uppercase;
}
.parveenimg{
    left: 2%;
    top: 5px;
    position: absolute;
}
.parveenimg img{
    width: 23%;
}
.loginSplBtn:hover{
    background-color: var(--dark);
    border:1px solid var(--dark);
}
.loginSplTxt{
    color: var(--white);
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 20px;
}

.red-bg{
    background-color: var(--danger) !important;
    color: var(--white) !important;
}

.legend{
    font-weight: bold;
    padding: 10px;
}
.navimg{
    position: relative;
    left: 88%;
    top: 5px;
    opacity: 1;
}
.left-sde{
    position: relative;
    right: 7%;
}
.left-sde li span{
    position: relative;
}
.scrollsegment{
    position: fixed!important;
    height: 100%;
    overflow-y: scroll;
}
.dropdown-menu-top{
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 999;
    width: 165px;
    display: none;
    padding: 10px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0px 2px 3px rgba(15, 19, 38, 0.3);
}
.dropdown-menu-top li{
   width: 100%;
   margin-bottom: 5px;
   margin-top: 10px!important;
}
.dropdown-menu-top li a{
    color: var(--text-muted);
    font-size: 14px;
}
.present{
    background-color: var(--success) !important;
    color: var(--white) !important;
}

.leaveWithPay{
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.leaveWithOutPay{
    background-color: var(--danger) !important;
    color: var(--white) !important;
}

.weekOff{
    background-color: var(--light-secondary) !important;    
}

.halfDay{
    background-color: var(--success-bg) !important;
    color: var(--dark) !important;
}

.onDuty{
    background-color: var(--light-yellow) !important;
    color: var(--dark) !important;
}

.absent{
   background-color: var(--secondary)  !important;
   color: var(--white) !important;
}

.holiday{
   background-color: var(--text-muted) !important;
   color: var(--white) !important; 
}

.holidayCalendar{
   color: var(--secondary) !important; 
}

.weekOffCalendar{
    color: var(--secondary) !important;    
}

.lwpCalendar{
    color: var(--danger) !important;
}

.legendSample{
    height: 15px;
    width: 15px;
    border: solid 1px var(--dark);
    margin-right: 10px;
}

.myDate{
    background-color: var(--danger-bg);
    color: var(--dark);
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: solid 1px #e8b7b7;
    border-right: solid 1px #f7d2d2;
    border-left: solid 1px #f7d2d2;
    font-size: 11px;
}

.rewards{
    padding: 10px;
    font-weight: bold;
    padding-left: 30px;
    background-color: var(--success-bg);
    border-bottom: solid 1px #c1f9c6;
}

.totalPoints{
    background-image: url(../img/dashborad/score.gif) !important;
    background-position: center;
    background-size: 116px;
    background-repeat: no-repeat;
    height: 120px;
    text-align: center;
    font-size: 24px;
    padding-top: 45px;
    margin-top: -17px;
    color: var(--primary);
}

.flash {
   animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    float: right;
    font-size: 21px;
    margin-top: 0px !important;
    font-weight: bold;
}

@keyframes flash {
    from {color: var(--secondary);}
    to {color: var(--light-secondary);}
}

.redeemImage{
    height: 50px;
    margin-top: 13px;
    margin-left: 23px;
}

.topPerformers{
    position: relative;
    height: 91vh;
    margin-top: 4%;
    text-align: center;
}

.centerimage{
    width: 68%;
    left: 41%;
    position: absolute;
    top: 48%;
    transform: translate(-50%,-50%);
}
.centerimage img{
    width: 100%;
}
.titlePerformers{    
    color: var(--white);
    font-size: 28px;
    padding: 13px;
}

.topPerformersImage{
    border-radius: 42px;
    border: solid 9px var(--secondary);
    background-color: rgba(49, 62, 104, 0.74);
    margin-bottom: 15px !important;
    margin: 0px auto;
}

.topPerformersImage img{
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    width: 86%;
    height: 86%;
}

.imageDescription{
    text-align: center;
    background-color: var(--white);
    padding: 2px;
    font-size: 15px;
    font-weight: bold;
    font-variant: petite-caps;
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
}

.loginLogoImage{
    padding: 20px 0;
    background-color: var(--white);
}

.editicon{
    padding: 10px;
}
.editicon i{
    color: var(--success);
    font-size: 17px;
}
.deleteicon i{
    color: var(--danger);
    font-size:15px;
    cursor: pointer;
}
.imgcirl img{
    width:35px;
    height: 35px;
    margin-top: 5px;
    border-radius: 50%;
    margin-right: 10px;
}
.closeicon span{
    border-radius: 50%;
    padding: 12px 10px;
    color: var(--danger);
}
.closeicon a{
    color: var(--danger);
}
.closeicon{
    position: absolute;
    top: 0;
    right: 0;
}
.passwordchange p{
    color: var(--danger);
}
.caroselText{
    font-size: 15px !important;
    background-color: rgba(15, 19, 38, 0.58);
    font-weight: bold;
    border-radius: 7px;
    font-variant: petite-caps;
}
.modal-ce{
    left: 34%;
}
.kraPerfMe{
    font-size: 40px;
    text-align: center;
}

.kraTableDept td{
    padding:7px;
    text-align: center;
}

.kraTableDept th{
    background-color: var(--light-primary);
    border: solid 1px var(--stroke-strong);
}

.kraPerfDept, .AttenPerfDept{
    padding:10px;
    display: none;
}

.imgKraSmall{
   height: 77px;
    width: 77px;
    border-radius: 100px;   
    margin: 4px;
}

.imgKraSmallDiv{
    text-align: center;
    margin-top: 10px;
    margin-left: 7px;
    width: 55px;
}

.imgKraSmallDiv div{
    font-weight: bold;
    cursor: pointer;
    margin-left: 34px;
}

.imgKraBigDiv, .imgAttnBigDiv{    
    text-align: center;
    margin-top: 10px;
    margin-left: 7px;    
    width: 86px;
    margin: 0px auto;
    padding-top: 45px;
    border-radius: 6px;
    display: inline;
}

.imgKraBig{
    height: 77px;
    width: 77px;
    border-radius: 100px;
    margin: 4px;
}

.kraDeptDetailedView, .kraDeptDetailedChild, .attnDeptDetailedView{
    display: none;
    min-height: 130px;
    margin: 10px;
}

.kraPerformance a{
    color: var(--primary-dark);
    font-weight: bold;
}

.deptContainerKra{
   height: 70px;
    background-color: var(--light-primary);
    border: solid 1px var(--primary);
    margin-right: 8px;
    width: 16%;
    margin-bottom: 10px;
    border-radius: 5px;
}

.deptKraName{
     text-align: center;
    height: 57%;
    font-size: 11px;
    padding-top: 6px;
    font-weight: bold;
    line-height: 1.2;
}

.deptKraPercent{
    text-align: center;
    font-size: 19px;
}

.mypercentKraBig{
    font-size: 15px;
    padding: 1px;
}

.backPointerKra{
    background-color: var(--text-muted);
    padding: 3px;
    border-radius: 100px;
    color: var(--white);
    margin-bottom: 7px;
    cursor: pointer;
}

.kraBackButtonText{
    padding-left: 8px;
    font-weight: bold;
    line-height: 2;
}

.kraBackButtonTextLo{
    padding-left: 8px;
    font-weight: bold;
}
.kraPerfDept, .AttenPerfDept{
    border: solid 1px var(--stroke-soft);
    min-height: 160px;
    margin: 10px;
}

.backBtnCtn{
    background-color: var(--light-primary);
    padding-top: 10px;
    margin-bottom: 9px;
}

.backBtnContainer{
    background-color: var(--light-primary);
    padding-top: 10px;
}

.spl8Border{
   border: solid 1px var(--stroke-soft);
   padding-bottom: 10px;
}

.mrfListHead td{
    padding: 12px;
    background-color: var(--light-primary);
    font-weight: bold;
    border: solid 1px var(--stroke-strong);
}

.mrfGridDetails{
    padding: 3px;
}

.mrfListCandidateGrid{
    padding: 10px;
    border-bottom: solid 1px var(--stroke-soft);
}

.detailedViewMrfDetails{
    padding:10px;
}

.compContainer{
    min-height: 300px;
    border: solid 1px var(--stroke-soft);
    padding: 20px;
    background-color: var(--white);
}

.skillPercent{
    height: 20px;
    border-radius: 50px;
    border: solid 1px var(--success);
}

.skillName{
    padding: 6px;
    font-weight: bold;
}

.salDetailDiv{
    margin-left: 10px;
}

.candidatesHigSal{
    margin-bottom: 15px;
}

.candidatesHigSal h3{
    text-decoration: underline;
}

.padding20{
    padding: 20px;
    font-size: 15px;
}

.candidateShortlistGrid{
    border: solid 1px var(--stroke-soft);
    padding: 14px;
    background-color: var(--light-primary);
}

.emptySet{
    text-align: center;
    margin-top: 40px !important;
    font-size: 15px;
    color: var(--stroke-strong);
}

.classSunday{
   color: var(--danger) !important;
}

.holidaysBody{
    padding: 6px;
    padding-left: 26px;
    background-color: var(--success-bg);
    border-bottom: solid 1px #c1f9c6;
}

.newHireBody{
    padding: 5px;
    padding-left: 26px;
    background-color: var(--success-bg);
    border-bottom: solid 1px #c1f9c6;
    margin-bottom: 9px;
    position: relative;
}

.bdayWish, .newHires{
    background-color: var(--white);
    padding: 3px 10px 3px 10px;
    border-radius: 9px;
    color: var(--danger);
    border: solid 1px #f3bdbd;
    cursor: pointer;
}
.alonewish{
    position: absolute;
    right: 5%;
    top: 33%;
    color: var(--success)!important;
    border: solid 1px var(--success)!important;
    background-color: var(--white);
}
.todoBody{
    background-color: var(--success-bg);
    border-bottom: solid 1px #c1f9c6;
    padding: 3px 8px 3px 10px;
}
.centerimage .carousel-control.right{
    background-image: none!important;
}
.centerimage .carousel-control.left{
    background-image: none!important;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
.centerimage .carousel-control i{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.left-carousel i{
    width: 50px;
    color: var(--secondary);
    height: 50px;
    padding-top: 15px;
    background: var(--white);
    font-size: 23px;
    left: -85%;
    border-radius: 50%;
    box-shadow: 1px 3px 7px rgba(15, 19, 38, 0.5);
}
.right-carousel i{
    width: 50px;
    color: var(--secondary);
    height: 50px;
    padding-top: 15px;
    background: var(--white);
    font-size: 23px;
    right: -85%;
    border-radius: 50%;
    box-shadow: 1px 3px 7px rgba(15, 19, 38, 0.5);
}
.centerimage .carousel-control{
    text-shadow: none!important;
    opacity: 1!important;
}
.adex{
    width: 11%;
}
.subjob{
    width: 15%;
}
.exprda{
    width: 18.5%;
}
.jobhis svg{
    fill: var(--white);
}
.certif1 svg{
    fill: var(--white);
}
.subjob input[type="submit"] {
    width: 100%;
    margin-top: 5px;
    border-radius: 0px;
}
.position-relative {
    position: relative!important;
}
#psFix{
    display: none;
    position: fixed;
    top: 0;
}
@media screen and (max-width: 991px) {
  .login-leftbg{
    display: none;
  }
  .frm{
    font-size: 12px!important;
    font-weight: 100!important;
    color: var(--text-muted)!important;
    display: inline-block!important;
    margin-left: 5%;
  }
  .frm{
    color: var(--primary-dark);
    font-weight: 600;
  }
  .anchrlin a{
    cursor: not-allowed;
    pointer-events: none !important; 
    color: var(--text-muted);
  }
  .mobAprvl{
    display: block;
    position: relative;
    left: -3%;
  }
  .mobAprvl a{
    padding: 5px 7px;
    color: var(--white);
  }
  .rigtic{
    right: 10%;
    width: 6%;
    bottom: 0;
    position: absolute;
  }
  .rigtic img{
    width: 100%;
    opacity: 0.3;
  }
  .anchrlin p{
    font-weight: 600;
    color: var(--dark);
    margin-top: 12px;
    text-align: center;
  }
  .mobAprvl i{
    font-size: 10px;
  }
  .mobAprvl a:nth-of-type(1){
      background: var(--primary);
  }
  .mobAprvl a:nth-of-type(2){
      background: var(--danger);
  }
  #psFix{
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
  }
  .spl-bg {
    background: linear-gradient(to bottom, var(--primary-dark), var(--primary), #4a6fc0ad);
    width: 84%;
    right: unset;
    top: 1%;
    left: -38px;
    transform: translate(22%, 4%);
    box-sizing: border-box;
    padding: 0px 25px 19px 25px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 20px 50px #3156a61f;
    border-radius: 10px;
  }
  .loginLogoImage {
    padding: 20px 0;
    background-color: var(--white);
  }
  .loginLogoImage img {
    width: 40%;
  }
  .navimg {
    position: relative;
    left: 62%;
    top: 15px;
  }
  .navimg img {
    width: 14%;
  }
  .parveenimg {
    left: 20%;
    top: 4px;
    position: absolute;
  }
  .white-bg {
    padding-bottom: 8px;
  }
  .navimg {
    position: relative;
    left: 65%;
    top: 14px;
  }
  .left-sde{
    display: none;
  }
  .teamAttendance, .myAttendance{
    height: 200px;
    overflow-y: none;
  }
  .legend {
    padding: 5px;
    font-weight: bold;
  }
  .ibox-title .flash{
    margin-top: 2px!important;
  }
  .mobileupload{
    left: 0%!important;
  }
  .confirmimag{
    left: 0%!important;
  }
  .uploadimcen{
    width: 93%!important;
    top: 12%!important;
    left: -45px!important;
    padding: 32px 25px 19px 25px!important;
  }
  .loginimage img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
  }
  .loginimage {
    position: fixed;
    display: block;
    width: 5%;
    z-index: 9999;
    right: 33px;
    top: 9px;
  }
  .navimg{
    opacity: 0;
  }
  .modal-ce {
    left: 2%;
  }
  .centerwindow{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    background: var(--white);
    width: 91%;
    height: 250px;
    padding: 15px;
    box-sizing: border-box;
  }
  .centerwindow i {
    font-size: 41px;
    color: var(--success); 
    padding: 13px;
    border-radius: 50%;
    border: 1px solid var(--success);
  }
  .centerwindow h3 {
    padding-top: 20px;
    text-align: center;
    font-size: 19px;
  }
  .centerwindow button {
    width: 25%;
    margin-top: 8px;
    background: var(--success);
    padding: 10px;
    color: var(--white);
    font-size: 18px;
    border: none;
    border-radius: 5px;
  }
  .refreshicon {
    position: absolute;
    right: -32%;
    top: 17px;
  }
  .refresh_button{
    display: block;
    padding-top:2px;
    padding-bottom:2px;
    margin-bottom: 0;
    position: fixed;
    top:40%;
    width:35px;
    height: 35px;
    right: 0px;
    box-shadow: 7px 3px 8px 1px rgba(15, 19, 38, 0.75);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: var(--success);
    cursor: pointer;
  }
  .refresh_button p{
    text-align: center;
    color: var(--white);
    margin-bottom: 0px;
  }
  .refresh_button img{
    width: 78%;
  }
  .dropdown-menu-topss{
    position: absolute;
    right: -56%;
    width: 125px;
    background: var(--white);
    padding:0;
    z-index: 99999;
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(15, 19, 38, 0.5);
  }
  .dropdown-menu-topss li{
    list-style: none;
    padding: 8px;
    border-bottom: 1px solid var(--stroke-soft);
  }
  .dropdown-menu-topss i{
    font-size: 10px;
    color: var(--text-muted);
    padding-right: 5px;
  }
  .dropdown-menu-topss li a{
    color: var(--dark);
    font-size: 13px;
  }
  .employeePhoto{
    margin-bottom: 15px;
  }
  .wrapper-content {
    padding: 20px 10px 40px;
  }
  .borderWithPadding label{
    font-size: 12px;
  }
  .borderWithPadding {
    padding: 14px;
  }
  .jobhis {
    width: 100%;
  }
  .dependen {
    width: 100%;
  }
  .dependen1 {
    width: 65%;
  }
  .certif {
    width: 100%;
  }
  .certif1 {
    width: 100%;
  }
  .certif2 {
    width: 35%;
  }
  .exprda {
    width: 100%;
  }
  .subjob {
    width: 38%;
  }
  .doucmob{
    margin-left: 10px;
  }
  .adex {
    width: 40%;
  }
  .navhead{
    display: none;
  }
  .mobileviewpill{
    display: block;
  }
  .nopad6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nopadm{
    padding-left: 0px!important;
  }
  .team-attend #calendar {
    width: 186px!important;
  }
  div#calendar div.header {
    line-height: 18px!important;
    width: 159px!important;
  }
  div#calendar ul.label li {
    font-size: 9px!important;
    width: 22px!important;
    height: 15px!important;
    line-height: 16px!important;
  }
  div#calendar ul.dates li {
    width: 20px!important;
    height: 11px!important;
    font-size: 10px!important;
    line-height: 10px!important;
  }
  .team-attend td {
    font-size: 9px;
  }
  .mgrd{
    margin-right: 5px;
  }
  .padrig{
    padding-right: 0px!important;
  }
  .marbt{
    margin-bottom: 25px;
  }
  .marqhei {
    height: 150px;
  }
}

.deptKraPercent a{
    color: var(--dark);
    font-size: 10px;
}

.leftEmployee{
    background-color: var(--danger-bg) !important;
}

.inspireLetter img{
  height: 113px;
  padding-top: 10px;
}
.nopad12{
  padding-right: 17px;
}
.brders{
  box-shadow: 0px 1px 2px 1px rgba(49, 62, 104, 0.2)!important;
}
.perfrm h3{
    color: var(--dark);
    position: relative;
    left: 5%;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.precent img{
  width: 100%;
}
.perfrm h1{
  position: absolute;
  z-index: 99;
  top: 26%;
  color: var(--white);
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.perfrm .precent{
  width: 100px;
  position:relative;
  height: 100px;
  border-radius: 50%;
}
.attendence-contents{
    padding-top: 10px;
}
.nav.nav-tabs li {
    background: none;
    border: none;
}

.notAvailable{
  cursor: no-drop;
  opacity: 0.15;
}
.navMessage{
    border-bottom: solid 1px var(--stroke-soft);
    padding-top: 5px;
    padding-bottom: 15px;
}

.navMessageUnread{
    background-color: var(--light-primary);
    border-radius: 10px;
}

.wrapper-content{
  font-size: 13px !important;
  font-family: Calibri, sans-serif !important;
}
.unread td a, .unread td {
  font-weight: 600;
  color: inherit;
  font-size: 13px;
}
.indexPage .tab button.active {
  background-color: var(--light-primary);
  color: var(--primary-dark);
  border-radius: 4px;
}
.indexPage .panel-default>.panel-heading {
  color: var(--dark);
  background-color: var(--white);
  border-color: var(--stroke-soft);
}
.indexPage .panel-default {
  border-bottom-color: var(--stroke-soft);
  border-top-color: var(--white);
  border-right-color: var(--white);
  border-left-color: var(--white);
}
ul.tree li {
  list-style-type: none;
  position: relative;
  background-color: var(--white);
  border-bottom: solid 1px var(--stroke-soft);
  padding: 6px;
}
ul.tree li ul {
  display: none;
}
#navBar-top{
  display: none;
}
ul.tree li.open > ul {
  display: block;
}
ul.tree li a {
  color: var(--dark);
  text-decoration: none;
}
ul.tree li a:before {
  height: 1em;
  padding:0 .1em;
  font-size: .8em;
  display: block;
  position: absolute;
  left: -1.3em;
  top: 1em;
}
ul.tree li > a:not(:last-child):before {
  content: '\25BA';
}
ul.tree li.open > a:not(:last-child):before {
  content: '\25BC';
}
.multi-item-carousel .carousel-inner > .item {
  transition: .6s ease-in-out all;
}
.multi-item-carousel .carousel-inner .active.left {
  left:-33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left:33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}