html, body {
  padding: 0;
  margin: 0;
  font-family: 'Heebo', sans-serif;
  background-color: #f2f2f2;
  font-size: 14px;
}

button {
  outline: none;
}

input {
  outline: none;
}

textarea, input[type="text"] {
  -webkit-appearance: none;
}

input::placeholder, select::placeholder, textarea::placeholder {
  color: #cecece;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.wrapper {
  width: 100%;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

a {
  text-decoration: none;
  color: #606062;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

/* start input common css */

.sign-in, .sign-up {
  width: 100%;
  float: left;
  background-color: #fff;
}

.sign-in .logo, .sign-up .logo {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.form-group {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

button {
  box-shadow: none;
  outline: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

header {
  width: 100%;
  float: left;
  height: 80px;
  position: fixed;
  z-index: 99;
  top: 0;
  box-shadow: 0 2px 27px -10px rgba(0, 0, 0, 0.5);
  background-color: #FAFAFA;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.form-group {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

input.form-control, input[type="text"] {
  border: 1px solid #EAEAEA;
  height: 56px;
  background-color: #fff;
  text-indent: 20px;
  outline: none;
  box-shadow: none;
  position: relative;
  border-radius: 3px;
  font-size: 14px;
}

select {
  color: #748892;
  width: 100%;
  border: 1px solid #EAEAEA;
  height: 56px;
  background: #fff url(../images/down-arrow.svg) no-repeat;
  background-position: center right 10px;
  text-indent: 20px;
  outline: none;
  box-shadow: none;
  position: relative;
  border-radius: 3px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input:focus, select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #364f6b;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.m-t-15 {
  margin-top: 15px !important;
}

/* header .logo {
  margin: 15px 0;
} */

header .logo span {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 500;
}

header .menu ul li {
  display: inline-block;
  color: white;
}

header .menu ul li .user-profile {
  position: relative;
  float: left;
}

header .menu ul li .search-box {
  position: relative;
  margin-left: 15px;
}

header .menu ul li .search-box input {
  background: #50667e url(../images/search.svg) no-repeat;
  background-position: center left 10px;
  height: 35px;
  width: 184px;
  color: white;
  text-indent: 35px;
  border-radius: 3px;
  border-color: #50667e;
}

header .menu ul li .search-box input::placeholder {
  color: white;
  opacity: 0.13;
}

.toggle-btn {
  display: none;
}

header .menu ul {
  padding: 0;
  margin: 0;
  float: left;
}

header .profile-box-ul {
  list-style-type: none;
  position: absolute;
  right: 50px;
  margin: 0;
  padding-left: 0;
  padding: 23px 0;
}
header .profile-box-ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 40px;
  position: relative;
}
header .profile-box-ul li .notification span {
  position: absolute;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  top: -12px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #ea4e4e;
}
header .profile-box-ul li:last-child {
  padding-right: 0;
}
header .menu ul li a {
  color: #5b6265;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  transition: none;
}

header .menu ul li a:hover::after {
  content: '';
  border-bottom: 2px solid pink
}

header .menu ul li.dropdown ul.dropdown-menu {
  padding-left: 0;
  list-style-type: none;
  background-color: #fff;
  position: absolute;
  width: 300px !important;
  height: auto !important;
  padding: 0 !important;
  margin-top: 25px;
  display: none;
}

header .menu ul li.dropdown .overlay {
  content: '';
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}

header .menu ul li.dropdown ul.dropdown-menu li {
  color: #748892;
    background: #1a314a;
    display: block;
}

header .menu ul li.dropdown ul.dropdown-menu li:last-child {
  border-bottom: 0;
}

header .menu ul li.dropdown ul.dropdown-menu li a {
  color: #748892;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 16.5px 25px;
}

.hasDropdown.active img {
  transform: rotate(-180deg);
}

header .menu ul li.dropdown ul.dropdown-menu li a:hover {
  color: #fb6d98;
}

header .menu ul li.dropdown ul.dropdown-menu li a:hover::after, header .menu ul li.dropdown ul.dropdown-menu li a:focus::after {
  display: none;
}

.sing-up-perant {
  width: 400px;
  margin: 0 auto;
  float: none;
}

.sing-login-form {
  width: 400px;
  margin: 200px auto;
  float: left;
}

.sing-login-form h1 {
  color: #5b6265;
  font-size: 30px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

.sing-login-form .form-horizontal .form-group {
  margin-top: 15px;
}

.sing-login-form .form-horizontal .form-group label {
  display: block;
  padding-bottom: 12px;
  color: #8299a5;
  font-size: 16px;
  font-weight: 400;
}

.sing-login-form .form-horizontal .form-group input {
  width: 100%;
  height: 49px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

.sing-login-form .form-horizontal .form-group input:hover {
  border: 1px solid #364f6b;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.sing-login-form .form-horizontal .form-group input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #364f6b;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.sing-login-form .form-horizontal .form-group .remember input[type=checkbox] {
  margin-right: 10px;
  width: 14px;
  height: 14px;
}

.sing-login-form .form-horizontal .form-group .remember label {
  float: left;
  font-size: 14px;
  color: #606062;
}

.sing-login-form .form-horizontal .button {
  padding-top: 20px
}

.sing-login-form .form-horizontal .button .default-btn {
  width: 100%;
  float: left;
  padding: 18px 20px;
  text-align: center;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  box-shadow: none;
  border: 0;
  border-radius: 3px;
  outline: none;
}

.sing-login-form .form-horizontal .button .default-btn.sign-btn {
  background-color: #E85B72;
  padding: 15px 20px;
  color: #fff;
  -webkit-transition: all ease-in-out .0s;
  -moz-transition: all ease-in-out .0s;
  -ms-transition: all ease-in-out .0s;
  -o-transition: all ease-in-out .0s;
  transition: all ease-in-out .0s;
}

.sing-login-form .other {
  position: relative;
  width: 100%;
  position: relative;
  float: left;
}

.sing-login-form .other .title {
  color: #8299a5;
  font-size: 16px;
  margin: 20px 0;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.sing-login-form .other .title::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 40%;
  border: 1px solid #eeeeee;
}

.sing-login-form .other .title::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 40%;
  border: 1px solid #eeeeee;
}

.sing-login-form .other span, .sing-login-form .other span.google-ac a {
  color: #748892;
  font-size: 14px;
  font-weight: 400;
}

.sing-login-form .other span a {
  color: #fc6e99;
}

.sing-login-form .form-horizontal .form-group .remember a {
  color: #8299a5;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}

.sing-login-form .form-horizontal .form-group .remember.Sign-in {
  margin-bottom: 20px;
}
.employe-detail {
  width: 100%;
    overflow: auto;
    float: left;
    border-radius: 13px;
    position: relative;
}
.options {
  position: absolute;
  display: inline-block;
  padding: 0 !important;
  width: 96.4% !important;
  height: 50px !important;
  margin: 56px auto 0 !important;
  background-color: #fff;
  z-index: 2;
  line-height: 50px;
  left: 40px;
}

.options a {
  display: inline-block;
  padding: 0 25px;
  border-left: 1px solid #f5f5f5;
  color: #555555;
  font-family: 'Lato';
  font-size: 12px;
  margin-right: -4px;
  font-weight: 600;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.options a.delete {
  border-right: 1px solid #f5f5f5;
}
.options a.delete:hover {
  background-color: #ea4e4e;
  color: #fff;
}
.options a.assing-shift {
  margin-left: 50px;
}
.options a:hover {
  background-color: #f2f2f2;
}
.heading .right-btn {
  vertical-align: middle;
  display: inline-block;
  float: right;
  margin-top: 1px;
}

.heading .right-btn a, .heading .right-btn a.add-new {
  color: #ffffff;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
  padding: 12.5px 20px;
  border-radius: 24px;
  background-color: #4e98ea;
  display: inline-block;
  margin-left: 5px;
}

.custom-container .heading {
  width: 100%;
  display: block;
}

.custom-container .heading .title {
  display: inline-block;
  vertical-align: middle;
}

.custom-container .heading h1 {
  color: #606060;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.33px;
  margin-bottom: 5px;
  display: inline-block;
}

.custom-container .heading span {
  color: #606060;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.33px;
}

.custom-container.attandance {
  position: relative;
}

.attandance-sheet {
  overflow: auto;
  margin-bottom: 30px;
}
.attandance-sheet  table tr td {
  color: #555555;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
}
.attandance-sheet  table tr td.nof-day {
  border-bottom: 1px solid #f2f2f2;
}
table {
  width: 100%;
  overflow-x: auto;
  background: white;
  border-collapse: collapse;
}

table thead {
  background-color: #F7F7F7;
}
.attandance-sheet table tr {
  border: 0;
}
table tr {
  height: 50px;
  text-align: center;
}
table thead tr th {
  text-align: center;
}
table thead {
  border-bottom: 1px solid #eeeeee;
}
.attandance-sheet table tbody tr:first-child td {
  padding: 0px 15px;
}
.attandance-sheet table tbody tr:last-child td {
  border-bottom:  1px solid transparent;
  padding-bottom: 0px;
  padding-top: 0px;
}
table tbody tr:first-child td {
  padding: 20px 15px 10px;
}
table tbody tr:last-child td {
  border-bottom:  1px solid #eeeeee;
  padding-bottom: 20px;
  padding-top: 10px;
}
table tbody tr td {
  padding: 10px 15px;
  white-space: nowrap;
  color: #555555;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
}
table tfoot tr td {
  color: #606060;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
}
.top-header {
  width: 100%;
  float: left;
  border: 1px solid #f2f2f2;
  background-color: #f9f9f9;
  border-radius: 12px 12px 0 0;
}
.top-header .title {
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  line-height: 54px;
  color: #606060;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.top-header .search-refresh .table-search {
  margin-left: 0;
  padding-right: 20px;
}
.top-header .search-refresh .table-search input {
  right: 35px;
}
.top-header .search-refresh .refresh {
  padding-right: 20px;
}
.attandance-sheet tfoot {
  background-color: #fff;
}
.attandance-sheet tfoot tr {
  border: 1px solid #f2f2f2;
  border-left: 0;
  border-radius: 0 0 12px 12px;
}
.attandance-sheet tfoot td {
  padding: 1px 0;
  width: 277px;
}
.attandance-sheet tfoot td.attandance-table-body-td-fix-big {
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding: 0.5px 20px !important;
}
.tbl-footer-fixed {
  position: absolute;
  background-color: #fff;
  width: 100% !important;
  left: 0;
  right: 0;
  margin-top: 5px;
  height: 80px;
}
.tbl-footer-fixed td {
  position: absolute;
  width: 100% !important;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  margin: auto;
  display: table;
}
.attandance-sheet .date {
  padding: 5px 20px;
  line-height: 39px;
  text-align: center;
  color: #555555;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
}
.attandance-sheet .date.attandance-table-heading, .attandance-sheet .date.week-day {
  color: #aeaeae;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
}
.attandance-sheet .heding-bg {
  border-radius: 4px;
}

.table-heade {
  border-radius: 12px 12px 0 0;
  background-color: #f9f9f9;
  padding: 15px 0;
  text-align: center;
  margin-top: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.table-heade .title {
  color: #606060;
  text-align: left;
  padding-left: 24px;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}
 .search-refresh {
  float: right;
  display: inline-block;
  padding-right: 24px;
}
 .search-refresh .search, .search-refresh button {
  display: inline-block;
  vertical-align: middle;
  padding-right: 24px;
  background-color: transparent;
}
.table-heade .search-refresh .search input {
  background: transparent url(../images/table-search.svg) no-repeat;
  background-position: top left;
  border: 0;
  text-indent: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  color: #aeaeae;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
  width: 240px;
}
.big-left-arrow {
  background: transparent url(../images/big-left-arrow.svg) no-repeat;
  width: 7px;
  height: 11px;
  padding-right: 40px;
  background-position: center left;
}
.big-right-arrow {
  background: transparent url(../images/big-right-arrow.svg) no-repeat;
  width: 7px;
  height: 11px;
  padding-right: 40px;
  background-position: center right;
}
.table-heade-text {
  color: #606060;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
}

.profile-name {
  display: block;
  padding-left: 0px;
  cursor: pointer;
}

.attandance-table-body-td-fix .profile-name {
  padding-left: 30px;
  position: relative;
  z-index: 2;
  background: white;
}

.profile-name img {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  padding-right: 15px;
}

.attandance-sheet.employe-detail .profile-name img {
  padding: 5px;
}

.profile-name span {
  color: #555555;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
  padding: 8px;
  width: 200px;
}

.attandance-sheet.employe-detail .profile-name span {
  width: auto;
}

.sunday {
  text-align: center;
  border-left: 1px solid #eeeeee;
}

.sunday-circal {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #65ac12;
  display: inline-block;
}

.absant {
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  border-radius: 5px;
  background-color: #ff6363;
  width: 26px;
  display: inline-block;
  box-shadow: 0 3px 14px -2px rgba(255, 124, 119, 0.65);
  padding: 0;
  height: 26px;
  vertical-align: middle;
  line-height: 26px !important;
}

.leave {
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #4e98ea;
  width: 26px;
  height: 26px;
  display: inline-block;
  line-height: 26px;
  box-shadow: 0 3px 14px -4px #4e98ea;
}

.sunday.text-right.date.total {
  font-size: 16px;
}

/*scroller start here*/

#style-1::-webkit-scrollbar-track {
  background-color: #ffffff;
}

#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #ff6363;
  height: 5px;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-position: center center;
  background-color: #7bb5f4;

}

/* .attandance-sheet.employe-detail .date {
  padding: 0px 15px;
  height: 16px;
  line-height: 0;
  text-align: center;
  color: #a4b0b7;
  font-size: 14px;
  font-weight: 500;
} */

/* .attandance-sheet.leave-detail .date {
  height: 50px;
  line-height: 0;
  padding: 0 0 0 30px;
  color: #a4b0b7;
  font-size: 14px;
  font-weight: 500;
} */
#style-2::-webkit-scrollbar-track {
  background-color: #ffffff;
}

#style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #ff6363;
  height: 5px;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-position: center center;
  background-color: #7bb5f4;

}
.attandance-sheet.leave-detail table thead .heding-bg .profile-name span {
  color: #748892;
  font-family: Heebo;
  font-size: 14px;
  padding: 15px;
  width: auto;
  font-weight: 400;
}

.attandance-sheet.leave-detail table thead .heding-bg .profile-name img {
  padding: 15px
}

.attandance-sheet.leave-detail table.employee-leave thead .heding-bg:hover {
  background-color: #e9e9e9;
}
.leave-detail .tabs {
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
}
.leave-detail .tabs  li {
  display: inline-block;
  padding: 0 30px;
}
.leave-detail .tabs  li a {
  padding-bottom: 16px;
  border-bottom: 2px solid transparent;
}
.leave-detail .tabs  li.active a {
  border-bottom: 2px solid #4e98ea;
  padding-bottom: 16px;
}
.leave-detail .tabing {
  width: 100%;
  float: left;
  overflow: auto;
}
.leave-detail .tabing .tab-content {
  display: none;
}
.leave-detail .tabing .tab-content.active {
  display: block;
}
.attandance-table-heading {
  position: absolute;
  width: 236px;
  height: 40px;
  background: #f6f6f6;
  left: 0;
}

.attandance-table-td-fix {
  position: absolute;
  width: 275px;
  background: white;
  z-index: 9;
  padding: 0;
  height: 50px;
  left: 0;
}

.attandance-table-body-td-fix {
  position: absolute;
  width: 252px;
  background: white;
  height: 50px;
  left: 0;
  padding: 0;
  line-height: 50px;
}

/* ----- Manoj css ----- */

.main-wrapper {
  width: 100%;
  float: left;
  margin-top: 120px;
}

header.header .logo {
  vertical-align: middle;
  display: inline-block;
  float: left;
  padding: 23px 0;
}

header.header .logo img {
  width: 60%;
}

.custom-container {
  width: 1100px;
  margin: auto;
}

.menu.menu-header {
  display: inline-block;
  float: right;
  vertical-align: middle;
  line-height: 80px;
}

.menu.menu-header ul li {
  line-height: normal;
  position: relative;
}

.menu.menu-header ul li a {
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  display: block;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.menu.menu-header ul li:last-child a {
  padding-right: 0;
}

.menu.menu-header ul li:last-child a:hover::after, .menu.menu-header ul li .user-profile a::after {
  display: none;
}

.menu.menu-header ul li .search-box {
  position: relative;
  display: inline-block;
  float: left;
}

.menu.menu-header ul li .search-box input {
  background: #50667e url(../images/search.svg) no-repeat;
  background-position: center left 10px;
  height: 35px;
  width: 184px;
  color: white;
  text-indent: 35px;
  border-radius: 3px;
  border-color: #50667e;
  padding: 0;
  border: 0;
}

.menu.menu-header ul li a::after {
  content: '';
  position: absolute;
  bottom: -34px;
  border-bottom: 3px solid #4e98ea !important;
  width: 100%;
  left: 0;
  right: 0;
  display: none;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.menu.menu-header ul li a:hover::after, .menu.menu-header ul li a:focus::after, .menu.menu-header ul li.active a::after {
  display: block;
}

.accordion-form {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  list-style-type: none;
}

.accordion-form .accordion-heading {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eeeeee;
}

.accordion-form .accordion-heading .title {
  color: #77909d;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
}

.accordion-form .accordion-heading .plus-minus {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: #4e98ea url(../images/plus-icon.svg) no-repeat;
  background-position: center center;
  border-radius: 5px;
  float: right;
  margin-top: 10px;
  margin-right: 40px;
}

.accordion-form .accordion-heading.active .plus-minus {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: #4e98ea url(../images/minus-icon.svg) no-repeat;
  background-position: center center;
  border-radius: 5px;
  float: right;
  margin-top: 10px;
  margin-right: 40px;
}

.accordion-form .accordion-body {
  width: 100%;
  float: left;
  position: relative;
  display: none;
}

.accordion-form .accordion-body.active {
  display: block !important;
}

.accordion-form .accordion-body form {
  padding-left: 80px;
  float: left;
  padding-top: 20px;
}

.accordion-form .accordion-body form .form-group {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.accordion-form .accordion-body form .form-group label {
  color: #5b6265;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  width: 150px;
}

.accordion-form .accordion-body form .form-group .input-style {
  width: 320px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
}

.accordion-form .accordion-body form .form-group .input-style.down-arrow, input.down-arrow {
  background: #fff url(../images/down-arrow.svg) no-repeat;
  background-position: center right 20px;
}

.accordion-form .accordion-body form .button {
  width: 100%;
  float: left;
  margin: 25px 0;
}

.accordion-form .accordion-body form .button .continue, .submit {
  color: #ffffff;
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 400;
    padding: 12.5px 20px;
    border-radius: 24px;
    background-color: #4e98ea;
    display: inline-block;
    margin-left: 5px;
}

.accordion-form .accordion-body form .button .add-field, .cancel {
  color: #5b6265;
  background-color: transparent;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.table-layout {
  width: 100%;
  float: left;
  overflow: auto;
}

.table-layout .table-bordered {
  display: table;
  width: 100%;
  margin-bottom: 0px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

.table-layout .table-bordered thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.table-layout .table-bordered thead tr th:first-child, .table-layout .table-bordered tbody tr td:first-child {
  padding-left: 30px !important;
}

thead tr th {
  background-color: #fff !important;
  padding: 14px !important;
  text-align: left;
  white-space: nowrap;
  color: #a4a4a4;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.table-layout .table-bordered tbody tr {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}

.table-layout .table-bordered tbody tr td {
  padding: 17px;
  text-align: start;
  border: 0px solid rgb(246, 247, 250);
  position: relative;
  white-space: nowrap;
  color: #8c8c8c;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
}

tfoot {
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  width: 100%;
}

tfoot td {
  padding: 20px 0;
  text-align: start;
  border: 0px solid rgb(246, 247, 250);
  position: relative;
  white-space: nowrap;
  color: #8c8c8c;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
}

tfoot .show-rows {
  float: left;
  padding-left: 30px;
}

tfoot .show-rows span {
  color: #565d6b;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 400;
}

tfoot .show-rows select {
  margin-left: 10px;
  border: 0;
  display: inline-block;
  width: 40px;
  padding: 0 15px;
  text-indent: 0;
  width: 102px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #4e98ea;
  color: #606060;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearancenone;
  -o-appearance: none;
  appearance: none;
  outline: none;
  background: url(../images/select-arrow1.svg) no-repeat;
  background-position: center right 15px;
}

tfoot .pagination {
  float: right;
  padding-right: 30px;
  padding-top: 8px;
}

tfoot .pagination div {
  color: #606060;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}

tfoot .pagination div.high-btn, tfoot .pagination div:hover, tfoot .pagination div:focus {
  font-weight: 600;
}
tfoot .pagination div.prev-btn {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  padding: 0;
  border: 1px solid #4e98ea;
  transform: rotate(-180deg);
  background: url(../images/prev-btn.svg) no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}
tfoot .pagination div.next-btn {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  padding: 0;
  border: 1px solid #4e98ea;
  background: url(../images/next-btn.svg) no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}

/*vk css start here*/

.accordion-form .payslip-h1 {
  text-align: center;
  padding: 25px;
}

.accordion-form .payslip-h1 h1 {
  color: #5b6265;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  border-bottom: 2px solid #fc6e99;
  margin: 0 auto;
  float: none;
  right: 0;
  left: 0;
}

.accordion-form .accordion-body.pay-slip form .form-group .input-style {
  width: 320px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  background: none;
}

.accordion-form .accordion-body.pay-slip form {
  padding: 30px;
  border-top: 1px solid #eeeeee;
}

.accordion-form .accordion-body.pay-slip form .form-group {
  width: 50%;
}

.payslip-add .address span {
  color: #5f676c;
  font-size: 16px;
  font-weight: 400;
}

.payslip-add .address {
  padding: 15px 30px;
}

.payslip-add .address p {
  width: 229px;
  color: #8d999e;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
}
.emloye-filter {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.emloye-filter ul {
      background-color: #fff0;
  padding-left: 0;
  margin: 0;
}

.emloye-filter ul li {
      display: inline-block;
    min-width: 225px;
    width: auto;
    height: 50px;
    vertical-align: middle;
    border-left: 4px solid #f5f5f5;
        background: white;
}
.emloye-filter ul li:first-child {
  border-left: 0;
}
.emloye-filter ul li:last-child {
  min-width: 100px;
  text-align: center;
  position: relative;
}
.emloye-filter ul li.from-to-date {
  position: relative;
}
.emloye-filter ul li.from-to-date input {
  width: auto;
}
.emloye-filter ul li.from-to-date img {
  position: absolute;
  left: -20px;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.emloye-filter ul li input {
  width: 100%;
  float: left;
  background-color: transparent;
  border: 0;
  color: #6f6f6f;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: 48px;
}

.emloye-filter ul li input::placeholder {
  color: #6f6f6f;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
}

.emloye-filter ul li .emp-search-btn {
  background: url(../images/table-search.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background-position: center;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.emloye-filter ul li .emp-search-btn:hover, .emloye-filter ul li .emp-search-btn:focus {
  background: #4e98ea url(../images/search-hover-white.svg) no-repeat;
  background-position: center;
}

.generate-slip {
  border-radius: 5px;
  background-color: #fc6e99;
  color: white;
  padding: 5px 12px;
}

/* .emp-search-btn {
  width: 170px;
  height: 43px;
  border-radius: 5px;
  background-color: #fc6e99;
  border: 1px solid #fc6e99;
  display: inline-block;
  vertical-align: middle;
  float: right;
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
} */

.action a.edit {
  background: url(../images/edit.svg) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.action a.high-leave {
  background: url(../images/high-leave-icon.svg) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.action a.low-leave {
  background: url(../images/low-leave-icon.svg) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.action a.approve {
  background: url(../images/circle-right1.svg) no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.action a.reject {
  background: url(../images/circle-remove1.svg) no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.action a.delete {
  background: url(../images/delete.svg) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}

/*for all chekbox*/

label.checkbox {
  cursor: pointer;
  width: auto !important;
}

label.checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #7C828F;
  border-radius: 2px;
  background-color: white;
  vertical-align: middle;
  display: inline-block;
  width: 14px;
  height: 14px;
}

label.checkbox input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  height: 6px;
  width: 3px;
  border-bottom: 1px solid #fb6d98;
  border-right: 1px solid #fb6d98;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%) rotate(38deg);
  transform: translate(-50%, -70%) rotate(38deg);
}

/* radio button style css */

label.checkbox {
  cursor: pointer;
  width: auto !important;
}

label.checkbox input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #7C828F;
  border-radius: 20px;
  background-color: white;
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
}

label.checkbox input[type="radio"]:checked:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  top: 2px;
  border-radius: 20px;
  background-color: #fb6d98;
  position: relative;
  margin: auto;
  display: table;
  /* -webkit-transform: translate(-50%, -70%) rotate(38deg);
  transform: translate(-50%, -70%) rotate(38deg); */
}

input[disabled].min-ot, input[disabled].max-ot, input[disabled].late, input[disabled].early {
  background-color: #FAFAFA !important;
  border: 1px solid #fafafa !important;
}

.leave-action {
  position: relative;
}

.leave-action .accept {
  color: #fc6e99;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
  position: relative;
}

.leave-action .reject {
  color: #5b6265;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

/* ----- manoj 9-3-2018 ------ */

.add-new-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.46);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 999;
  overflow: auto;
}

.add-new-form, .add-new-form.small {
  position: absolute;
  left: 0;
  right: 0;
  top: 25vh;
  width: 510px;
  border-radius: 10px;
  display: block;
  background: #fff;
  margin: auto;
  border-radius: 4px;
}

.add-new-form.large {
  width: 900px;
}

.add-new-form .popup-heading {
  width: 100%;
  float: left;
      border-radius: 10px 10px 0 0;
      background-color: #f5f5f5;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgba(151, 151, 151, .2);
}

.add-new-form .popup-heading .title {
      text-align: left;
    color: #737373;
    padding-left: 20px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.add-new-form .popup-heading .cross-btn {
  position: absolute;
  right: 20px;
  line-height: normal;
  background: transparent;
  border: 0;
  box-shadow: none;
  top: 20px;
}

.add-new-form .popup-body {
  width: 100%;
  float: left;
  padding: 30px 0;
}

.add-new-form .popup-body .form-horizontal {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 40px;
}

.add-new-form .popup-body .form-horizontal .left, .add-new-form .popup-body .form-horizontal .right {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}

.add-new-form .popup-body .form-horizontal .left .form-group label, .add-new-form .popup-body .form-horizontal .right .form-group label {
  width: 80px;
}

.add-new-form .popup-body .form-horizontal .form-group {
  width: 100%;
  float: left;
}

.add-new-form .popup-body .form-horizontal .form-group.two-input .input-style {
  width: 26.67%;
  margin: 0 10px;
  display: inline-block;
}

.add-new-form .popup-body .form-horizontal .form-group.textarea label {
  vertical-align: top;
  margin-top: 5px;
}

.add-new-form .popup-body .form-horizontal .form-group.textarea textarea {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid rgba(151, 151, 151, .2);
  padding: 10px 20px 0;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto';
}

.add-new-form .popup-body .form-horizontal .form-group label {
  color: #5b6265;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}

.add-new-form .popup-body .form-horizontal .form-group .input-style {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 300px;
  border-radius: 4px;
  border: 1px solid rgba(151, 151, 151, .2);
}

.attandance-td-1 {
  width: 24px;
  left: 252px;
  height: 48px;
  padding: 1px 20px !important;
  line-height: 48px !important;
  line-height: 40px;
  text-align: center;
  color: #a4b0b7;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  background: white;
  z-index: 1;
}

.attandance-td-2 {
  width: 24px;
  left: 316px;
  height: 48px;
  padding: 1px 20px !important;
  line-height: 48px !important;
  line-height: 40px;
  text-align: center;
  color: #a4b0b7;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  background: white;
  z-index: 1;
}

.attandance-td-3 {
  width: 24px;
  position: absolute;
  left: 380px;
  height: 48px;
  padding: 1px 20px !important;
  line-height: 48px !important;
  line-height: 40px;
  text-align: center;
  color: #a4b0b7;
  font-size: 14px;
  font-weight: 500;
  background: white;
  z-index: 1;
}

.attandance-table-body-td-fix-big {
  position: absolute;
  width: 404.9999px !important;
  padding: 1px 20px !important;
  line-height: 48px !important;
  background: white;
  z-index: 9;
  height: 48px;
  left: 0;
  line-height: 50px;
}
.attandance-table-body-td-fix-big span {
  color: #606060;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
.attandance-table-body-td-fix:hover .tooltip {
  display: inline-block;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.tooltip {
  position: absolute;
  z-index: 999;
  display: none;
  top: 50px;
  right: 0px;
  left: 25px;
  width: 390%;
  background-color: #fff;
}

.tooltip ul {
  list-style-type: none;
  padding-left: 0;
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.04);
  background-image: linear-gradient(191deg, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
  border-radius: 5px;
  width: 100%;
  float: left;
  display: block;
  padding: 0px 20px;
  margin: 0;
}

.tooltip ul li {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 8px;
}
.tooltip ul li .in-time, .tooltip ul li .out-time {
  display: block;
}
.tooltip ul li.name {
  color: #000000;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  padding-right: 20px;
  text-transform: uppercase;
}
.tooltip ul li span {
  color: #000000;
  font-family: 'Lato';
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  line-height: normal;
  padding: 5px 0;
}

.tooltip ul li span.time {
  float: left;
  display: inline-block;
  width: auto;
}

.tooltip ul li span.am-pm {
  float: right;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.tooltip ul li.total {
  color: #000000;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  line-height: 17px;
  text-align: center;
  width: 62%;
}
.absant .tooltip ul li.total {
  text-transform: capitalize !important;
}

.divider {
  border: 1px solid #4a6687;
  width: 92% !important;
  float: left !important;
  margin-top: 8px;
  margin-bottom: 5px;
  margin-left: -5px;
}

.absant {
  position: inherit;
}

.absant:hover {
  display: inline-block;
  line-height: normal;
}

.absant:hover .tooltip {
  display: inline-block;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.absant .tooltip {
  z-index: 9999;
  display: none;
  left: 25px;
  top: unset;
  margin-top: 40px;
  width: 90%;
  right: unset;
  text-align: left;
}
.absant .tooltip::after {
  content: '';
  position: absolute;
  background: url(../images/absant-line.svg) no-repeat center top;
  height: 50px;
  width: 25px;
  top: -16px;
  left: 10px;
  right: 0;
  margin: auto;
  display: table;
}

/* .absant .tooltip ul {
  list-style-type: none;
  padding-left: 0;
  background-color: #364f6b;
  color: #fff;
  border-radius: 5px;
  width: 150px;
  float: left;
  display: block;
  padding: 5px;
}

.absant .tooltip ul li {
  line-height: normal;
  display: block;
  padding: 0px 8px;
  width: 90%;
  float: left;
}

.absant .tooltip ul li span {
  color: #a4b0b7;
  font-family: 'Heebo';
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  padding: 5px 0;
}

.absant .tooltip ul li span.time {
  float: left;
  display: inline-block;
  width: auto;
}

.absant .tooltip ul li span.am-pm {
  float: right;
  display: inline-block;
  width: auto;
  vertical-align: middle;
} */

#style-1 table {
  margin-left: 444px;
}

/* --- accept reject animation on click --- */

.tick-mark, .cross-mark {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  display: none;
}

svg {
  width: 30px;
  display: inline-block;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/* --- end accept reject animation on click --- */

/*datepicker css start here*/

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker th {
  padding: .7em .3em !important;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker table tr {
  height: auto;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center !important;
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  background-color: #fc6e98;
  color: #fff;
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-today a, .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
  color: #fff;
}

.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
  background-color: #364f6b;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-widget-header {
  border: 1px solid #364f6b;
  background: #364f6b;
  color: #ffffff;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(../images/ui-icons_222222_256x240.png);
}

.ui-icon-circle-triangle-w {
  background-position: -13px;
}

.ui-icon-circle-triangle-e {
  background-position: 2px;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-datepicker-calendar tbody tr td {
  padding: 4px 9px;
  text-align: center;
}

/*datepicker css end here*/

input.datepicker {
  background: #fff url(../images/date-icon.png) no-repeat;
  background-position: center right 20px;
}

.accordion-form.add-employee .accordion-body form .form-group {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.accordion-form.add-employee .accordion-body form {
  padding-left: 45px;
  float: left;
  padding-top: 20px;
}

.emp-titel {
  color: #5b6265;
  font-family: 'Roboto';
  padding: 20px;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.emp-name {
  color: #5b6265;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0px 0 10px 40px;
}

.chekbox-txt {
  color: #5b6265;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 0px 0 10px 40px;
}

.chekbox-txt input {
  margin-right: 15px;
}

.profile-name:hover .attandance-table-body-td-fix {
  z-index: 0 !important;
}

.reports .tabs-report {
  width: 100%;
  float: left;
  position: relative;
}

.reports .tabs-report .tab-menu {
  width: 100%;
  float: left;
  position: relative;
}

.reports .tabs-report .tab-menu ul {
  list-style-type: none;
  width: 100%;
  float: left;
  padding-left: 0;
  overflow-x: auto;
  background-color: #FAFAFA;
  border-radius: 5px 5px 0 0;
  margin: 0;
}

.reports .tabs-report .tab-menu ul li {
  float: left;
  min-width: 100px;
  width: auto;
  vertical-align: middle;
  text-align: center;
}

.reports .tabs-report .tab-menu ul li a {
  font-size: 16px;
  display: block;
  padding: 10px;
  border-bottom: 2px solid transparent;
}

.reports .tabs-report .tab-menu ul li a.active, .reports .tabs-report .tab-menu ul li a:hover {
  border-bottom: 2px solid #fc6e99;
  background-color: #fff;
}

.reports .tabs-report .tab-content {
  width: 100%;
  float: left;
  background-color: #fff;
}

.reports .tabs-report .tab-content .tabs {
  display: none;
}

.reports .tabs-report .tab-content .tabs.active {
  display: block;
}

.reports .tabs-report .tab-content .tabs ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  padding-top: 20px;
}

.reports .tabs-report .tab-content .tabs ul li {
  /* display: inline-block; */
  float: left;
  width: 49.9555%;
  padding: 24.5px 0;
  color: #000;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.reports .tabs-report .tab-content .tabs ul li a {
  display: inline-block;
  padding-left: 30px;
}

.reports .tabs-report .tab-content .tabs ul li:nth-child(even) {
  border-right: 0;
}

.reports .tabs-report .tab-content .tabs ul li:last-child, .reports .tabs-report .tab-content .tabs ul li:nth-last-child() {
  border-bottom: 0;
}

.reports .tabs-report .tab-content .tabs ul li a .title {
  font-size: 18px;
  font-family: 'Roboto';
  margin-bottom: 10px;
  color: #5b6265;
}

.reports .tabs-report .tab-content .tabs ul li a:hover .title {
  color: #fc6e99;
}

.reports .tabs-report .tab-content .tabs ul li a .content {
  color: #77909d;
  font-family: 'Roboto';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 500px;
}

.reports .tabs-report .tab-content .tabs .accordion-form {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.reports .tabs-report .tab-content .tabs .accordion-form .accordion-heading img {
  transform: rotate(0deg);
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.reports .tabs-report .tab-content .tabs .accordion-form .accordion-heading.active img {
  transform: rotate(-90deg);
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.reports .tabs-report .tab-content .tabs .accordion-form .accordion-body ul {
  padding-top: 0;
}

.accordion-form .accordion-body form .form-group .input-style.multipal-select {
  height: 75px;
  background: none;
  margin-top: 30px;
}

.accordion-form .accordion-body form .form-group .input-style.multipal-select1 {
  height: 75px;
  background: none;
  margin-top: 30px;
}

.accordion-form .accordion-body form .form-group .input-style.multipal-select-list {
  height: 75px;
  background: none;
  margin-top: 30px;
}

label.multipal {
  position: absolute;
}

label.include {
  width: auto !important;
}

label.include input {
  margin-right: 15px;
}

label.branch {
  vertical-align: top;
}

.button.out-of-form .continue {
  border-radius: 5px;
  background-color: #fc6e99;
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 500;
  margin-right: 15px;
}

.button.out-of-form .add-field {
  color: #5b6265;
  background-color: transparent;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button.out-of-form {
  float: right;
  margin: 15px 0;
}

.accordion-form .accordion-body.additional form .form-group {
  width: 33.33%;
}

.accordion-form .accordion-body.additional form .form-group.button {
  width: 5%;
  padding: 33px;
  text-align: center;
}

.left-arrow {
  background: #fff url(../images/left-arrow.svg) no-repeat;
  background-position: center;
  font-family: 'Roboto';
  border-radius: 5px;
  padding: 12px 20px;
  background-color: #fb6d98;
  display: block;
  margin: 5px;
}

.right-arrow {
  background: #fff url(../images/right-arrow.svg) no-repeat;
  background-position: center;
  font-family: 'Roboto';
  border-radius: 5px;
  padding: 12px 20px;
  background-color: #fb6d98;
  display: block;
  margin: 5px;
}

.employee-filter {
  color: #5b6265;
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #fc6e99;
  font-size: 18px;
  font-weight: 400;
}

.get {
  border-radius: 5px;
  background-color: #364f6b;
  color: #ffffff;
  font-family: 'Roboto';
  line-height: 0;
  font-size: 16px;
  padding: 8px 15px;
  font-weight: 500;
  margin-right: 15px;
  margin-left: 15px;
}

.p-note {
  color: #77909d;
  font-family: 'Roboto';
  font-size: 12px;
  float: left;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  line-height: 2;
}

.additional {
  width: 33.33%;
}

.accordion-form .accordion-body form .form-group.add {
  width: 33.33%;
  margin: 20px 0;
}

.accordion-form .accordion-body form .form-group.add select {
  width: 54%;
}

.add-btn-multipal-select {
  width: 5% !important;
  padding: 33px;
  text-align: center;
}

.accordion-form .accordion-body form .form-group.add .second-box-multipal-select {
  margin-top: 10px !important;
  display: inherit;
}

.dashboard {
  width: 100%;
  float: left;
}

.dashboard .row {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.dashboard .box4 {
  width: 23.6%;
  float: left;
  padding: 0 10px;
  display: table;
}

.dashboard .box4 .box {
  background-color: #fff;
  width: 100%;
  height: 140px;
  border-radius: 12px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;

}
.dashboard .box4:hover {
  box-shadow: 0 21px 22px -19px rgba(0, 0, 0, 0.06);
}
.dashboard .box4:hover .heading {
  opacity: 1 !important
}
.dashboard .box4 .box.blue .count {
  color: #4e98ea;
}
.dashboard .box4 .box.orange .count {
  color: #ea8a4e;
}
.dashboard .box4 .box.red .count {
  color: #ea4e4e;
}
.dashboard .box4 .box.green .count {
  color: #8fcb5c;
}
.dashboard .box4 .box .heading {
  text-align: center;
  padding-left: 0;
  opacity: 0.6;
  color: #747474;
  font-family: 'Lato' sans-serif;
  font-size: 12px;
  font-weight: 700;
  vertical-align: top;
  margin: auto;
  width: auto;
  vertical-align: bottom;
}

.dashboard .box4 .box .count {
  color: #fff;
  font-size: 50px;
  text-align: center;
  vertical-align: middle;
  font-family: 'Lato' sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.dashboard .box4 .box .img {
  right: -70px;
  position: absolute;
  top: 65px;
}

.dashboard .box4 .box .heading span {
  text-align: center;
  font-size: 30px;
  color: #d7d7d7;
  font-weight: 500;
}

.dashboard .box2 {
  width: 49%;
  float: left;
  padding: 0 10px;
}

.dashboard .box2 .box {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 12px;
}

.dashboard .box2 .box .title {
  padding-left: 30px;
  color: #606060;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: inline-block;
}

.dashboard .box2 .box .graph {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.dashboard .box2 .box .graph canvas#myChart {
  width: 220px !important;
  height: 220px !important;
  display: inline-block;
  padding: 25px 40px;
}
.dashboard .box2 .box .graph canvas#myChart4 {
  padding: 0 40px;
  width: 450px !important;
  height: 270px !important;
  color: #747474;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.dashboard .box2 .box .graph #chartjs-legend, .dashboard .box2 .box .graph #chart {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.span-value
{
	position: absolute;
    top: 42%;
    left: 0;
    font-size: 30px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
}
.dashboard .box2 .box .graph #chartjs-legend ul {
  float: right;
  list-style-type: none;
  padding-left: 100px;
}
.dashboard .box2 .box .graph #chartjs-legend ul li {
  padding: 10px 0;
  position: relative;
}
.dashboard .box2 .box .graph #chartjs-legend ul li span {
  background-color: transparent !important;
  opacity: 0.6;
  color: #747474;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  position: relative;
}
.dashboard .box2 .box .graph #chartjs-legend ul li::before {
  content: '';
  position: absolute;
  left: -20px;
  margin-top: 5px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}
.dashboard .box2 .box .graph #chartjs-legend ul li:first-child::before {
  background-color: #4e98ea;
    box-shadow: 0 3px 14px -2px rgba(255, 124, 119, 0.65);
}
.dashboard .box2 .box .graph #chartjs-legend ul li:nth-child(2)::before {
  box-shadow: 0 3px 14px -2px rgba(255, 124, 119, 0.65);
  background-color: #ff6363;
}
.dashboard .box2 .box .graph #chartjs-legend ul li:nth-child(3)::before {
  background-color: #ea8a4e;
    box-shadow: 0 3px 14px -2px rgba(255, 124, 119, 0.65);
}

.dashboard .box2 .box .graph #chartjs-legend ul li:nth-child(4)::before {
  background-color: #8fcb5c;
    box-shadow: 0 3px 14px -2px rgba(255, 124, 119, 0.65);
}
.dashboard .leave-request {
  width: 100%;
  float: left;
}
.dashboard .leave-request .top-header {
  background-color: #f9f9f9;
}
 .search-refresh.absolute {
   position: absolute;
   right: 0;
   float: none;
   line-height: normal;
 }
 .search-refresh.absolute .table-search input {
   right: 35px;
 }
 .search-refresh {
  float: right;
  line-height: 54px;
  padding-right: 24px;
  position: relative;
}
 .search-refresh button {
  background-color: transparent;
  box-shadow: none;
}
 .search-refresh .table-search {
  background: transparent url(../images/table-search.svg) no-repeat;
  margin-left: 20px;
  position: relative;
  width: 14px;
  height: 14px;
}
 .search-refresh .table-search:hover input, .search-refresh .table-search:focus input, .search-refresh .table-search input:focus {
  width: 200px;
  padding: 0 10px 0 15px;
  /* border: 1px solid #bebebe; */
}
 .search-refresh .table-search input {
  /* border-radius: 30px; */
  width: 0;
  border: 0;
  padding: 0;
  height: 30px;
  position: absolute;
  right: 20px;
  top: -8px;
  -webkit-transition: all ease-in .3s;
  -moz-transition: all ease-in .3s;
  -ms-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s;
}
.dashboard .leave-request .title {
  display: inline-block;
  padding: 20px;
  color: #606060;
  background-color: #f9f9f9;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  /* Text style for "Panding Le" */
  letter-spacing: 0.2px;
}

.category .two-input {
  display: inline-block;
  vertical-align: middle;
  height: 44px;
}

.category .two-input .checkbox {
  padding-top: 12px;
  padding-right: 15px;
}

.full-width {
  width: 100% !important;
  float: left;
}

label.full-width {
  padding-top: 14px;
}
.shift {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.shift .create-shift-box {
  width: 320px;
  float: left;
}
.shift .create-shift-box .box {
  width: 100%;
  float: left;
  box-shadow: 0 14px 33px -14px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  border: 1px solid rgba(151, 151, 151, 0.11);
  background-color: #ffffff;
  position: relative;
}
.shift .create-shift-box .box .head {
  width: 100%;
  height: 60px;
  line-height: 60px;
  float: left;
  display: block;
}
.shift .create-shift-box .box .head .shift-color, .shift .create-shift-box .box .head .shift-name {
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.shift .create-shift-box .box .head .shift-color button {
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
  padding-top: 8px;
  padding-left: 10px;
  margin: 0;
  padding-right: 0;
}
.shift .create-shift-box .box .head .shift-color .color-popup {
  position: absolute;
  box-shadow: -10px 22px 33px -14px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(151, 151, 151, 0.11);
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1;
  line-height: normal;
  top: -40px;
  left: 10px;
  display: none;
}
.shift .create-shift-box .box .head .shift-color .color-popup::after {
  position: absolute;
  content: '';
  left: 15px;
  border-bottom: 3px solid transparent;
  border-top: 8px solid #ffffff;
  /* margin-top: 10px; */
  z-index: 9999999999;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.shift .create-shift-box .box .head .shift-color .color-popup  ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
}
.shift .create-shift-box .box .head .shift-color .color-popup  ul li {
  display: inline-block;
  padding: 12px 5px;
  line-height: normal;
}
.shift .create-shift-box .box .head .shift-color .color-popup  ul li input[type=radio] {
  width: 9px;
  height: 9px;
  border-radius: 10px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.shift .create-shift-box .box .head .shift-color .color-popup  ul li input[type=radio].green {
  background-color: #8fcb5c;
}
.shift .create-shift-box .box .head .shift-color .color-popup  ul li input[type=radio].orange {
  background-color: #ea8a4e;
}
.shift .create-shift-box .box .head .shift-color .color-popup  ul li input[type=radio].blue {
  background-color: #4e98ea;
}
.shift .create-shift-box .box .head .shift-color .color-popup  ul li input[type=radio].red {
  background-color: #ea4e4e;
}
.shift .create-shift-box .box .head .shift-color .color-popup  ul li input[type=radio].yellow {
  background-color: #f8e71c;
}
.shift .create-shift-box .box .head .shift-name input {
  border: 0;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  color: #474747;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.17px;
  text-indent: 0;
}
.shift .create-shift-box .box .head .shift-color .color-popup span {
  position: absolute;
  left: 31px;
  margin-top: 17px;
  color: #333;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.17px;
  background-color: #fff;
}
.shift .create-shift-box .box .head .shift-name input::placeholder {
  color: #474747;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.17px;
}
.shift .create-shift-box .box .head .add-shift-btn {
  float: right;
  position: relative;
  overflow: hidden;
}
.shift .create-shift-box .box .head .add-shift-btn button {
  position: relative;
  right: -25px;
      background: none;
  top: -40px;
}
.shift .create-shift-box .box .bottom {
  width: 100%;
  float: left;
  padding: 25px 0;
  background-color: #F8F8F8;
  position: relative
}
.shift .create-shift-box .box .bottom .intime {
  display: inline-block;
  float: left;
  padding-left: 30px;
  border: 0;
  height: auto;
  width: 100px;
  line-height: normal;
  -webkit-appearance: none;
  background: transparent;
  color: #748892;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  text-indent: 0
  }
  .shift .create-shift-box .box .bottom input::placeholder {
    color: #748892;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
  }
.shift .create-shift-box .box .bottom img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
}
.shift .create-shift-box .box .bottom .outtime {
  display: inline-block;
  float: right;
  padding-right: 30px;
  border: 0;
  height: auto;
  width: auto;
  line-height: normal;
  -webkit-appearance: none;
  background: transparent;
  color: #748892;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
  text-align: 0
}
.shift-listing {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.shift-listing .shift-box {
  width: 320px;
  float: left;
  padding: 0 30px;
}
.shift-listing .shift-box .box {
  width: 100%;
  float: left;
  border-radius: 8px;
  background-color: #fff;
}
.shift-listing .shift-box .box.current
{
box-shadow: 0 14px 33px -14px rgba(0, 0, 0, 0.15);
}
.shift-listing .shift-box .box .head {
  width: 100%;
  height: 60px;
  line-height: 60px;
  float: left;
  display: block;
  position: relative;
}
.shift-listing .shift-box .box .head span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.shift-listing .shift-box .box .head span.alloted-color {
  border-radius: 8px;
    background-color: #8fcb5c;
    width: 10px;
    height: 10px;
    float: left;
    margin: 25px;
    vertical-align: middle;
}
.shift-listing .shift-box .box .head span.shift-title {
  position: relative;
    left: 0;
    right: 0;
    width: 62%;
    margin: auto;
    text-align: center;
    line-height: 60px;
}
.shift-listing .shift-box .box .head span.delete-btn {
  float: right;
  line-height: 60px;
  padding-right: 24px;
}
.shift-listing .shift-box .box .head span.delete-btn button
{
	background: none;
}

.shift-listing .shift-box .box .bottom {
  width: 100%;
  float: left;
  padding: 25px 0;
  background-color: #F8F8F8;
  position: relative
}
.shift-listing .shift-box .box .bottom .intime {
  display: inline-block;
  float: left;
  padding-left: 30px;
  border: 0;
  height: auto;
  width: 100px;
  line-height: normal;
  -webkit-appearance: none;
  background: transparent;
  color: #748892;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  text-indent: 0
  }
.shift-listing .shift-box .box .bottom input::placeholder {
    color: #748892;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
  }
.shift-listing .shift-box .box .bottom img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  top: 0;
  bottom: 0;
}
.shift-listing .shift-box .box .bottom .outtime {
  display: inline-block;
  float: right;
  padding-right: 30px;
  border: 0;
  height: auto;
  width: auto;
  line-height: normal;
  -webkit-appearance: none;
  background: transparent;
  color: #748892;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
  text-align: 0
}
.shift-del-tittel
{
	position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    line-height: 84px;
}
.close-popup .delete
{
	    width: 49.4%;
    height: 44px;
    background-color: #ff6363;
    color: white;
    padding: 0;
}
.close-popup .bottom
{
	padding: 0 !important;
}
.cancle
{
	    width: 49.5%;
height: 44px;
background-color: #f5f5f5;
}
.shift-listing .shift-box .box .open
{
	display: block;
}
.shift-listing .shift-box .box .close-popup
{
	display: none;
}
.shift-listing .shift-box .box.current .open
{
	display: none;
}
.shift-listing .shift-box .box.current .close-popup
{
	display: block;
}
.ff6363
{
	color: #ff6363;
}
..custom-container .heading .title span
{
	color: rgba(96, 96, 96, 0.6);
font-family: Lato;
font-size: 16px;
font-weight: 400;
/* Text style for "manage you" */
letter-spacing: 0.27px;
}
.accordion-form .accordion-heading.management
{
  background-color: #f9f9f9;
    line-height: 48px;
    height: 48px;
}
.accordion-form .accordion-heading.management .title
{
	color: #606060;
font-family: Lato;
font-size: 12px;
font-weight: 600;
line-height: 14.4px;
text-transform: uppercase;
/* Text style for "Update Cat" */
letter-spacing: 0.2px;
}
fieldset legend
{
	color: #a4a4a4;
font-family: Lato;
font-size: 12px;
font-weight: 600;
}
fieldset.fieldset1
{
	border-radius: 12px;
    padding: 25px;
    width: 90%;
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}
fieldset.fieldset2
{
	    border-radius: 12px;
    padding: 25px;
    width: 40%;
        height: 450px;
            margin-bottom: 25px;
    margin-right: 50px;
    float: right;
    border: 1px solid #f1f1f1;
}
fieldset.fieldset3
{
	border-radius: 12px;
    padding: 25px;
    width: 90%;
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}
fieldset.fieldset1 .form-group label
{
	display: block !important;
	opacity: 0.8;
	    margin-bottom: 8px;
color: #979797 !important;
font-family: Lato !important;
font-size: 12px !important;
font-weight: 600 !important;
}
fieldset.fieldset3 .form-group label
{
	display: block !important;
	opacity: 0.8;
	    margin-bottom: 8px;
color: #979797 !important;
font-family: Lato !important;
font-size: 12px !important;
font-weight: 600 !important;
}
fieldset.fieldset3 .form-group input.chckrow
{
	    margin-right: 10px;
}
fieldset.fieldset3 .form-group
{
	width: 100% !important;
}
fieldset.fieldset1 .form-group
{
	width: 40% !important;
}
fieldset.fieldset2 .form-group.chekbox-group
{
	width: 100% !important;
	    margin-top: 24px;
}
fieldset.fieldset2 .form-group.chekbox-group label
{
	margin-bottom: 16px !important;
}
fieldset.fieldset1 .form-group input
{
	width: 300px !important;
}
fieldset.fieldset2 .form-group input.chckrow
{
	width: 14px !important;
	    margin-right: 10px;
}
fieldset.fieldset2 .form-group input
{
	width: 93px !important;
	text-indent: 11px !important;
}
fieldset.fieldset2 .form-group label {
    display: block !important;
    opacity: 0.8;
    margin-bottom: 8px;
    color: #979797 !important;
    font-family: Lato !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.redio-button [type="radio"]:checked,
.redio-button [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.redio-button [type="radio"]:checked + label,
.redio-button [type="radio"]:not(:checked) + label
.redio-button {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.redio-button [type="radio"]:checked + label:before,
.redio-button [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.redio-button [type="radio"]:checked + label:after,
.redio-button [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.redio-button [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.redio-button [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
fieldset .form-group  label.checkbox input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    height: 6px;
    width: 3px;
    border-bottom: 1px solid #607D8B;
    border-right: 1px solid #607D8B;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%) rotate(38deg);
    transform: translate(-50%, -70%) rotate(38deg);
}
.redio-lable
{
	width: auto !important;
    float: left;
    margin: 11px 4px 0 11px;
        position: relative;
}
.redio-button select.input-style
{
	width: 104px !important;
height: 39px !important;
float: left;
    margin: 0 4px;
border-radius: 4px !important;
border: 1px solid #a4a4a4 !important;
opacity: 0.6 !important;
}
.second-checkbox
{
	padding-left: 28px;
}
.hr-border
{
	border: 0.5px solid #f1f1f1;
    margin: 15px 0;
    float: left;
    width: 100%;
}
fieldset.fieldset3 .form-group.width-50
{
	width: 25% !important;
}
.save-btn
{
	    color: white;
    padding: 15px;
    width: 114px;
    text-align: center;
    float: left;
    border-radius: 24px;
    background-color: #4e98ea;
}
.accordion-form.add-employee .table-heade
{
	    border-radius: 12px 12px 0 0;
    background-color: #f9f9f9;
    padding: 15px 0;
    text-align: center;
    margin-top: 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}
.accordion-form .accordion-heading.management.table-heade
{
  line-height: 20px;
    height: 20px;
}
table.emp-salary thead tr th {
    text-align: center;
    padding: 0 !important;
}
.emloye-filter ul li input.datepicker
{
	background: none;
}
.filter
{
	display: none;
}
.leave-detail
{
	overflow: auto;
	width: 100%;
}
.add-new-form .popup-body .form-horizontal.add .form-group label
{
	display: block;
	margin-bottom: 10px;
}
.add-new-form .popup-body .form-horizontal.add .form-group 
{
	float: left;
}
.save-btn.margin
{
  margin-left: 15px;
      margin-right: 15px;
}