@font-face {
  font-family: "montserratblack";
  src: url("../hrfonts/montserrat-black-webfont.woff2") format("woff2"),
    url("../hrfonts/montserrat-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratbold";
  src: url("../hrfonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("../hrfonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratextra_bold";
  src: url("../hrfonts/montserrat-extrabold-webfont.woff2") format("woff2"),
    url("../hrfonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratlight";
  src: url("../hrfonts/montserrat-light-webfont.woff2") format("woff2"),
    url("../hrfonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratregular";
  src: url("../hrfonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("../hrfonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratsemi_bold";
  src: url("../hrfonts/montserrat-semibold-webfont.woff2") format("woff2"),
    url("../hrfonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratultra_light";
  src: url("../hrfonts/montserrat-ultralight-webfont.woff2") format("woff2"),
    url("../hrfonts/montserrat-ultralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.navbar-brand > img{
  width: 240px!important;
}

#top-link-block.hidden {
  display: none;
}

.top-header {
  background-color: #333333;
  color: #fff;
  min-height: 66px;
}

.top-header strong {
  color: #ff6c00;
}

.top-header .buttons {
  margin-top: 10px;
}

.top-header p {
  margin-top: 24px;
}

.buttons {
  padding: 12px 25px;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
  border: none;
}

.module_201 .buttons,
.module_resigned .buttons,
.module_applicants .buttons {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inherit;
  margin: 0 auto;
  padding: 10px 30px;
}

.buttons:hover,
.buttons:link {
  color: #fff !important;
  text-decoration: none !important;
}

.icon-btn {
  color: #ff5e03;
  font-size: 20px;
  text-align: right;
}

.orange_solid {
  font-size: 1em;
  border: 1px solid #ff5e03;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #ff823b;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ff823b),
      to(#e06524));
  background-image: -webkit-linear-gradient(top, #ff823b, #e06524);
  background-image: -moz-linear-gradient(top, #ff823b, #e06524);
  background-image: -ms-linear-gradient(top, #ff823b, #e06524);
  background-image: -o-linear-gradient(top, #ff823b, #e06524);
  background-image: linear-gradient(to bottom, #ff823b, #e06524);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff823b, endColorstr=#E06524);
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
}

.purple_solid {
  float: right!important;
  font-size: 1em;
  border: 1px solid #6262fd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #ff823b;    background: linear-gradient(180deg, #a862fd 0%, #6262fd 100%) !important;

  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
}

.blue_solid {
  background: #2253b0;
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
}

.navbar-main .navbar-nav>li>a.orange_solid {
  background: #ff6c00 !important;
}

.navbar-main .navbar-nav>li>a.blue_solid {
  background: #016bb8 !important;
}

.navbar-main .navbar-nav>li>a.orange_solid,
.navbar-main .navbar-nav>li>a.blue_solid {
  color: #fff !important;
}

.navbar-main .navbar-nav>li>a.orange_solid:hover,
.navbar-main .navbar-nav>li>a.orange_solid:active {
  background: #2253b0 !important;
  opacity: 0.8 !important;
  color: #fff !important;
}

.orange_solid:hover {
  opacity: 0.8;
}

.blue_solid {
  background: #016bb8;
}

.blue_solid:hover {
  background: #0084e4;
}

.navbar-main {
  background: none !important;
  border: none !important;
}

.navbar-main .navbar-nav>li>a {
  color: #00007a !important;
  padding: 10px !important;
  text-align: center;
  margin: 10px 20px 10px 0 !important;
  font-weight: bold;
}

.navbar-main .navbar-nav>li>a:hover {
  border-bottom: 2px solid #fff;
  background: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
  border-bottom: 2px solid #fff;
  background: transparent !important;
}

.nav-links {
  margin-top: 28px;
}

.navbar-brand {
  width: 253px !important;
  height: 88px !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.dashboard header.main-header {
  background-position: 0px -250px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.rounded-borders {
  margin-bottom: 25px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.s-nav {
  color: #2250ac !important;
  font-weight: bold;
}

.s-nav h5 {
  text-align: center;
  color: #2250ac !important;
  font-weight: bold;
}

.user-logged {
  color: #fff;
}

/*MAIN CONTENT */
.main-content {
  padding: 20px 0;
}

.module-title,
.module-title a {
  color: #283d57;
  font-weight: bold;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 15px;
}

.module-title a {
  border-bottom: 0 !important;
}

.prof-pic img,
.upload_pic img {
  /*border:3px solid #283d57;*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
  max-width: 120px !important;
  max-height: 120px !important;
  margin-top: 10px;
}

.user-bio,
.account-details {
  margin-bottom: 25px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  margin-top: 50px;
}

.user-bio.sticky {
  width: 100%;
}

.prof-pic.lifted-shadow:after {
  right: 25px !important;
}

.prof-pic.lifted-shadow:before {
  left: 25px !important;
}

.all-employees .list a.lifted-shadow:after,
.page-lookup .list a.lifted-shadow:after {
  right: 25px !important;
  bottom: 38px;
}

.all-employees .list a.lifted-shadow:before,
.page-lookup .lifted-shadow:before {
  left: 25px !important;
  bottom: 38px;
}

.lifted-shadow:before,
.lifted-shadow:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.lifted-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.user-bio:before,
.user-bio:after,
.all-employees .list a:before,
.all-employees .list a:after,
.page-lookup .list a:before,
.page-lookup .list .account-details:after {
  content: "";
  position: absolute;
  z-index: -2;
}

.checkin:before,
.checkin:after {
  content: "";
  position: absolute;
  z-index: -2;
}

.bio * {
  margin-bottom: 0;
}

.bio hr {
  margin: 10px auto;
}

.bio h5,
.bio p,
.bio strong,
.bio small {
  font-family: Arial;
}

.bio p {

  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bio-small {
  padding-top: 10px;
}

.b-name {
  color: #2250ac;
  font-weight: bold;
}

.bio-sec h5 {
  color: #2250ac;
  font-weight: bold;
  font-size: 12px;
}

.b-pos {
  font-weight: bold;
}

.b-brief {
  font-size: 11px;
}

.cards .card,
.side-card {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 8px 6px -6px #898989;
  -moz-box-shadow: 0 8px 6px -6px #898989;
  box-shadow: 0 8px 6px -6px #898989;
}

.card header,
.side-card header {
  background-color: #0b5b7e;
  padding: 5px 5px 5px 20px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.card h5 {
  font-weight: bold;
}

.card .card-details p,
.card-details a,
.b-det,
.b-det strong,
.b-pos,
.b-curr {
  font-family: Arial, Helvetica, sans-serif;
}

.card .card-details {
  padding: 20px;
}

.editable .edit_btn_bio {
  display: none;
}

.editable:hover .edit_btn_bio {
  display: block;
}

.card .card-icon,
.side-card .card-icon {
  margin: 5px 0px 0px 0px;
}

.card a.add-new-link {
  color: #39ac22;
  font-weight: bold;
}

a.add-new-link span {
  font-weight: bold;
}

/*SIDEBAR */
.side-right {
  width: 30%;
}

.sidebar {
  margin-left: 20px;
}

.side-card {
  margin-bottom: 20px;
}

.side-card header {
  padding: 2px 10px 2px 15px;
}

.side-card h5 {
  font-weight: bold;
}

.prof-pic-side img,
.prof-pipc-side.blue img {
  /*border:2px solid #ff6c00;*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
  max-width: 56px !important;
  max-height: 56px !important;
  background-color: #ff6c00;
}

.prof-pic-side a {
  color: #000;
}

.prof-pic-side.blue img {
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5) !important;
}

.prof-pic-side img {
  width: 100%;
}

/*
.module_201 .prof-pic-side img, .module_201 .prof-pipc-side.blue img{
	border:2px solid #283d57!important;
}
*/

.module_applicants .prof-pic-side img,
.module_applicants .prof-pipc-side.blue img {
  border: 2px solid #018f94 !important;
}

.module_resigned .prof-pic-side img,
.module_resigned .prof-pipc-side.blue img {
  border: 2px solid #943c01 !important;
}

.module_201 .prof-pic-side img[src="hrimages/add-employee.png"],
.module_resigned .prof-pic-side img[src="hrimages/add-employee.png"],
.module_applicants .prof-pic-side img[src="hrimages/add-employee.png"] {
  border: 2px solid #ff6c00 !important;
}

.prof-pic-side.blue img {
  border: 2px solid #283d57;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  max-width: 50px !important;
  max-height: 50px !important;
  background-color: #283d57;
}

.side-card .bio .b-name {
  line-height: 50px;
  color: #5577bd;
}

.lists {
  padding: 15px 0;
}

.list a {
  padding: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 8px;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
}

.list a:hover p {
  color: #2250ac;
}

.list a img {
  margin-bottom: 5px;
  text-align: center;
}

.list a p {
  color: #333;
}

.list a:hover {
  background-color: #eee;
  text-decoration: none !important;
}

/*HOME---------------*/
.card-buttons {
  padding: 70px 0;
}

.card-buttons a:hover {
  text-decoration: none;
}

.card-button {
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 6px -6px #898989;
  -moz-box-shadow: 0 8px 6px -6px #898989;
  box-shadow: 0 8px 6px -6px #898989;
}

.card-button header {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  min-height: 50px;
}

.card-button figure {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  margin: -35px auto 0 auto;
  width: 70px;
  height: 70px;
}

.card-button h4 {
  text-align: center;
  padding: 15px 0;
}

.card-button.card-1,
.card-1 figure {
  border: 2px solid #283d57;
}

.card-1 h4 {
  color: #283d57;
}

.card-1 header.head-bg {
  background-color: #283d57;
}

.card-button.card-2,
.card-2 figure {
  border: 2px solid #943c01;
}

.card-2 h4 {
  color: #943c01;
}

.card-2 header.head-bg {
  background-color: #943c01;
}

.card-button.card-3,
.card-3 figure {
  border: 2px solid #940101;
}

.card-3 h4 {
  color: #940101;
}

.card-3 header.head-bg {
  background-color: #940101;
}

.card-button.card-4,
.card-4 figure {
  border: 2px solid #017794;
}

.card-4 h4 {
  color: #017794;
}

.card-4 header.head-bg {
  background-color: #017794;
}

.card-button.card-5,
.card-5 figure {
  border: 2px solid #572851;
}

.card-5 h4 {
  color: #572851;
}

.card-5 header.head-bg {
  background-color: #572851;
}

.card-button.card-6,
.card-6 figure {
  border: 2px solid #018f94;
}

.card-6 h4 {
  color: #018f94;
}

.card-6 header.head-bg {
  background-color: #018f94;
}

.card-button.card-7,
.card-7 figure {
  border: 2px solid #948801;
}

.card-7 h4 {
  color: #948801;
}

.card-7 header.head-bg {
  background-color: #948801;
}

/*ACCOUNT---------------*/
.card-button-content {
  padding: 15px;
}

.account-card-buttons header {
  padding: 10px;
  color: #fff;
}

.account-card-buttons .card-button figure {
  padding: 10px;
  margin: 0 !important;
  width: 50px !important;
  height: 50px !important;
}

.card-button .edit_button {
  margin: 15px 0;
  font-size: 14px;
  padding: 0 !important;
  text-align: right;
}

.card-button .edit_button a {
  color: #fff !important;
}

.account-card-buttons header h4 {
  margin: 15px 0 0 0 !important;
  padding: 0 !important;
  text-align: left;
}

.card-button.card-8 {
  border: 2px solid #2c7387;
}

.card-8 header.head-bg {
  background-color: #2c7387;
  background-image: url(../hrimages/account-bg-image-account.png);
}

.card-8.v2 header.head-bg {
  background-color: #2c7387;
  background-image: url(../hrimages/account-bg-image-account1.png);
}

.card-button.card-9 {
  border: 2px solid #7b2c87;
}

.card-9 header.head-bg {
  background-color: #7b2c87;
  background-image: url(../hrimages/account-bg-image-about.png);
}

.card-9.v2 header.head-bg {
  background-color: #7b2c87;
  background-image: url(../hrimages/account-bg-image-about1.png);
}


.card-button.card-10 {
  border: 2px solid #2c873b;
}

.card-10 header.head-bg {
  background-color: #2c873b;
  background-image: url(../hrimages/account-bg-image-subscribe.png);
}

.card-10.v2 header.head-bg {
  background-color: #2c873b;
  background-image: url(../hrimages/account-bg-image-subscribe1.png);
}

.card-button.card-11 {
  border: 2px solid #01947e;
}

.card-11 header.head-bg {
  background-color: #01947e;
  background-image: url(../hrimages/account-bg-image-username.png);
}

.card-11.v2 header.head-bg {
  background-color: #01947e;
  background-image: url(../hrimages/account-bg-image-username1.png);
}

.card-button.card-12 {
  border: 2px solid #940131;
}

.card-12 header.head-bg {
  background-color: #940131;
  background-image: url(../hrimages/account-bg-image-password.png);
}

.card-12.v2 header.head-bg {
  background-color: #940131;
  background-image: url(../hrimages/account-bg-image-password1.png);
}

.card-button.card-13 {
  border: 2px solid #78b0af;
}

.card-13 header.head-bg {
  background-color: #78b0af;
  background-image: url(../hrimages/account-bg-image-utilities.png);
}



.card-button.card-14 {
  border: 2px solid #011094;
}

/*FOOTER*/

.main-footer {
  background-color: #fff;
  padding: 100px 0 30px 0;
  color: #2d3338;
  background-image: url(../hrimages/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.main-footer .social-links {
  list-style-type: none;
  padding: 0;
}

.main-footer .link-button-image {
  height: 50px;
  margin-bottom: 0.5rem;
}

.main-footer .social-links li {
  display: inline;
  margin-right: 0.5rem;
}

.main-footer .copyright {
  color: #fff;
}

.main-footer .copyright p,
.logo_footer p {
  font-size: 0.8em;
}

.copyright span {
  margin-left: 10px;
  line-height: 100px;
}

.connect ul {
  margin-left: 50px;
}

.connect ul li {
  list-style-type: none !important;
  float: left;
}

.connect ul li a.social_icon {
  width: 40px !important;
  height: 40px !important;
  background-image: url(../hrimages/social_media_icons.png);
  background-repeat: no-repeat;
  text-indent: -9999px !important;
  display: block;
}

.logo_footer p {
  color: #fff;
}

a.instagram {
  background-position: 0px 0px;
}

a.facebook {
  background-position: -38px 0px;
}

a.twitter {
  background-position: -76px 0px;
}

.form_wrapper .controls input.inp,
.form_wrapper .controls textarea.inp,
.form_wrapper .controls select.inp,
#basic button {
  padding: 15px 15px 15px 34px;
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: #000 !important;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  height: 100%;
  margin: 0px 0px 5px 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.form_wrapper .controls select.inp,
.form_wrapper .controls input.form-control-date {
  color: gray !important;
}

.signup input.inp,
.signup textarea.inp {
  border: 3px solid #bdbdbd !important;
  padding: 15px !important;
}

.form_wrapper .controls select.inp {
  color: #000 !important;
}

.inp_wrap {
  position: relative;
}

.inp_wrap.small {
  width: 8%;
  display: inline-block;
}

.inp_wrap.medium-short {
  width: 12%;
  display: inline-block;
}

.tin .inp_wrap .inp {
  padding-left: 10px !important;
}

.inp_wrap.medium {
  width: 50%;
  display: inline-block;
}

.inp_wrap .glyphicon,
.inp_wrap .fa {
  color: #bdbdbd;
  position: absolute;
  top: 20px;
  left: 28px;
}

.inp_wrap.with-label .glyphicon,
.inp_wrap.with-label .fa {
  top: 45px;
}

.signup .inp_wrap .glyphicon,
.signup .inp_wrap .fa {
  color: #bdbdbd;
  position: absolute;
  top: 22px;
  right: 28px !important;
  left: auto !important;
}

.inp_wrap .glyphicon.glyphicon-calendar {
  color: #bdbdbd;
  position: absolute;
  top: 20px !important;
  right: 40px !important;
  left: auto !important;
}

.with-label .glyphicon.glyphicon-calendar {
  top: 45px !important;
  left: 30px !important;
  width: 15px;
}

.date_range .form-control-date {
  width: 100% !important;
  padding: 11px;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
}

.no-padding {
  padding: 0 !important;
}

.new_account .nav-tabs>li.active>a,
.new_account .nav-tabs>li.active>a:focus,
.new_account .nav-tabs>li.active>a:hover {
  border-top: 4px solid #283d57;
}

.new_account .nav-tabs>li>a {
  padding-left: 7px;
  padding-right: 7px;
}

.new_account .account-details {
  padding: 20px;
  margin-top: 0px;
  /* border: 1px solid #cccccc;
    margin: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px!important;
    box-shadow: 0 0px 11px 0px rgba(0, 0, 0, 0.19);*/
}

.module_201 .nav-tabs>li.active>a,
.module_201 .nav-tabs>li.active>a:hover,
.module_201 .nav-tabs>li.active>a:focus,
.module_21 .nav-tabs>li a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom: 3px solid #2250ac;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav-tabs>li>a:hover {
  color: #555;
  background-color: #fff;
  border-color: transparent;
}

.module_201 .tab-details {
  margin-bottom: 20px;
}

.module_201 .horizontal-scroll-wrapper .active>a,
.module_201 .horizontal-scroll-wrapper .active>a:hover,
.module_201 .horizontal-scroll-wrapper .active>a:focus,
.module_201 .horizontal-scroll-wrapper>div a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: none;
  border-bottom: 3px solid #2250ac;
}

.module_201 .horizontal-scroll-wrapper>div a {
  padding-bottom: 10px;
}

.module_201 .horizontal-scroll-wrapper>div a:hover {
  cursor: pointer !important;
  text-decoration: none !important;
}

::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}

.horizontal-scroll-wrapper {
  border-left: 2px solid #f2f2f2;
  z-index: 100;
  position: absolute;
  display: block;
  top: 70px;
  left: 150px;
  width: calc(120px + 1px);
  max-height: 750px;
  margin: 0;
  padding-top: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: rotate(-90deg) translateY(-250px);
  transform: rotate(-90deg) translateY(-250px);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.horizontal-scroll-wrapper>div {
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.squares {
  padding: 120px 0 0 0;
}

.squares>div {
  width: 120px;
  height: 120px;
}

.view_module p,
.view_module p strong {
  font-family: Arial;
}

.view_module .edit_btn {
  float: right;
  padding: 8px 15px !important;
  text-align: center;
}

a.edit_btn:focus{
  color: #fff!important;
}


.edit_btn.small {
  padding: 5px 15px !important;
  text-align: center;
  font-size: 12px;
}

.view_module .edit_btn:hover {
  cursor: pointer;
}

.employee-listing.rows .list a {
  display: block;
}

.employee-listing .b-name {
  font-size: 14px;
  padding-top: 15px;
}

.pn-Advancer_Right {
  right: -10px !important;
}

.pn-Advancer_Left {
  right: -10px !important;
}

.show_more:hover,
.show_less:hover {
  cursor: pointer;
}

.list-resigned .b-name {
  font-size: 1em;
  margin-top: 5px;
}

.list-resigned .buttons {
  padding: 10px !important;
  margin-top: 5px;
}

.list-resigned .employee {
  border: 1px solid #eee;
  padding: 20px 20px 20px 30px;
  margin-bottom: 20px;
}

@-moz-document url-prefix() {
  #pnProductNav {
    overflow-x: hidden !important;
  }
}

.photo_album img {
  object-fit: contain;
  width: 100%;
  height: auto;
  border: 4px solid #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

.module_resigned .bio-sec h5,
.module_resigned .b-name {
  color: #943c01 !important;
}

.module_resigned .prof-pic img,
.module_resigned .upload_pic img,
.module_resigned .prof-pic-side.blue img {
  border-color: #943c01 !important;
}

.module_resigned footer.main-footer {
  background-color: #943c01 !important;
}

.resigned_solid {
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
  background-color: #943c01 !important;
  border: 1px solid #da5800;
  background-image: linear-gradient(to bottom, #da5800, #943c01);
  background-color: #606c88;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#da5800),
      to(#943c01));
  background-image: -webkit-linear-gradient(top, #da5800, #943c01);
  background-image: -moz-linear-gradient(top, #da5800, #943c01);
  background-image: -ms-linear-gradient(top, #da5800, #943c01);
  background-image: -o-linear-gradient(top, #da5800, #943c01);
  background-image: linear-gradient(to bottom, #da5800, #943c01);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#da5800, endColorstr=#943c01);
}

.module_applicants .bio-sec h5,
.module_applicants .b-name {
  color: #018f94 !important;
}

.module_applicants .prof-pic img,
.module_applicants .upload_pic img,
.module_applicants .prof-pic-side.blue img {
  border-color: #018f94 !important;
}

.module_applicants footer.main-footer {
  background-color: #018f94 !important;
}

.applicants_solid {
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
  background-color: #018f94 !important;
  border: 1px solid #00b5bb;
  background-image: linear-gradient(to bottom, #00b5bb, #007377);
  background-color: #606c88;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#00b5bb),
      to(#007377));
  background-image: -webkit-linear-gradient(top, #00b5bb, #007377);
  background-image: -moz-linear-gradient(top, #00b5bb, #007377);
  background-image: -ms-linear-gradient(top, #00b5bb, #007377);
  background-image: -o-linear-gradient(top, #00b5bb, #007377);
  background-image: linear-gradient(to bottom, #00b5bb, #007377);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00b5bb, endColorstr=#007377);
}

.m201_solid {
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #495267;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #606c88;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#606c88),
      to(#3f4c6b));
  background-image: -webkit-linear-gradient(top, #606c88, #3f4c6b);
  background-image: -moz-linear-gradient(top, #606c88, #3f4c6b);
  background-image: -ms-linear-gradient(top, #606c88, #3f4c6b);
  background-image: -o-linear-gradient(top, #606c88, #3f4c6b);
  background-image: linear-gradient(to bottom, #606c88, #3f4c6b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#606c88, endColorstr=#3f4c6b);
}

.module-title h4 {
  font-weight: bold;
}

.employee-listing-horizontal {
  margin-bottom: 20px;
}

.module_applicants .pn-ProductNav_Link[aria-selected="true"] {
  border-bottom-color: #018f94 !important;
}

.module_resigned .pn-ProductNav_Link[aria-selected="true"] {
  border-bottom-color: #943c01 !important;
}

/*SETTINGS------------------------*/
.account_edit {
  padding: 40px 0;
}

.account .nav-side a {
  font-size: 1.3em;
  padding: 10px 10px;
  display: block;
  color: #9e9e9e;
  border-left: 3px solid #9e9e9e;
}

.account .nav-side a.side_pay:hover,
.account .nav-side a.active.side_pay {
  border-left: 3px solid #f6c917;
  color: #f6c917;
}

.account .nav-side a.side_account:hover,
.account .nav-side a.active.side_account {
  border-left: 3px solid #f57012;
  color: #f57012;
}

.account .nav-side a.side_about:hover,
.account .nav-side a.active.side_about {
  border-left: 3px solid #1e60d2;
  color: #1e60d2;
}

.account .nav-side a.side_selfie_places:hover,
.account .nav-side a.active.side_selfie_places {
  border-left: 3px solid #74cc1f;
  color: #74cc1f;
}

.account .nav-side a.side_username:hover,
.account .nav-side a.active.side_username {
  border-left: 3px solid #876557;
  color: #876557;
}

.account .nav-side a.side_password:hover,
.account .nav-side a.active.side_password {
  border-left: 3px solid #6e27b7;
  color: #6e27b7;
}

.account .nav-side a:hover,
.account .nav-side a.active {
  text-decoration: none;
  border-left: 3px solid #f57012;
  color: #f57012;
}

.orange_button {
  text-decoration: none !important;
  width: 100% !important;
  text-align: center;
  margin: 10px 0 0 0;
  border: 1px solid #ff5e03;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff !important;
  background-color: #ff823b;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ff823b),
      to(#e06524));
  background-image: -webkit-linear-gradient(top, #ff823b, #e06524);
  background-image: -moz-linear-gradient(top, #ff823b, #e06524);
  background-image: -ms-linear-gradient(top, #ff823b, #e06524);
  background-image: -o-linear-gradient(top, #ff823b, #e06524);
  background-image: linear-gradient(to bottom, #ff823b, #e06524);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff823b, endColorstr=#E06524);
}

.orange_button.small {
  width: auto !important;
}

.orange_button:hover {
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #d44d00;
  background-color: #ff6108;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ff6108),
      to(#b7501a));
  background-image: -webkit-linear-gradient(top, #ff6108, #b7501a);
  background-image: -moz-linear-gradient(top, #ff6108, #b7501a);
  background-image: -ms-linear-gradient(top, #ff6108, #b7501a);
  background-image: -o-linear-gradient(top, #ff6108, #b7501a);
  background-image: linear-gradient(to bottom, #ff6108, #b7501a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff6108, endColorstr=#b7501a);
}

.blue_button {
  width: auto !important;
  text-align: center;
  margin: 10px 0 0 0;
  border: 1px solid #25729a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #3093c7;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#3093c7),
      to(#1c5a85));
  background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
  background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3093c7, endColorstr=#1c5a85);
}

.blue_button:hover {
  color: #fff;
  text-decoration: none !important;
  border: 1px solid #1c5675;
  background-color: #26759e;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#26759e),
      to(#133d5b));
  background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
  background-image: -moz-linear-gradient(top, #26759e, #133d5b);
  background-image: -ms-linear-gradient(top, #26759e, #133d5b);
  background-image: -o-linear-gradient(top, #26759e, #133d5b);
  background-image: linear-gradient(to bottom, #26759e, #133d5b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#26759e, endColorstr=#133d5b);
}

.brown_button {
  width: auto !important;
  text-align: center;
  margin: 10px 0 0 0;
  border: 1px solid #7c5b2b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #a67939;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#a67939),
      to(#845108));
  background-image: -webkit-linear-gradient(top, #a67939, #845108);
  background-image: -moz-linear-gradient(top, #a67939, #845108);
  background-image: -ms-linear-gradient(top, #a67939, #845108);
  background-image: -o-linear-gradient(top, #a67939, #845108);
  background-image: linear-gradient(to bottom, #a67939, #845108);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a67939, endColorstr=#845108);
}

.brown_button:hover {
  color: #fff;
  text-decoration: none !important;
  border: 1px solid #5a421f;
  background-color: #805d2c;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#805d2c),
      to(#543305));
  background-image: -webkit-linear-gradient(top, #805d2c, #543305);
  background-image: -moz-linear-gradient(top, #805d2c, #543305);
  background-image: -ms-linear-gradient(top, #805d2c, #543305);
  background-image: -o-linear-gradient(top, #805d2c, #543305);
  background-image: linear-gradient(to bottom, #805d2c, #543305);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#805d2c, endColorstr=#543305);
}

.violet_button {
  width: auto !important;
  text-align: center;
  margin: 10px 0 0 0;
  border: 1px solid #7232cf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #9160da;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#9160da),
      to(#493b85));
  background-image: -webkit-linear-gradient(top, #9160da, #493b85);
  background-image: -moz-linear-gradient(top, #9160da, #493b85);
  background-image: -ms-linear-gradient(top, #9160da, #493b85);
  background-image: -o-linear-gradient(top, #9160da, #493b85);
  background-image: linear-gradient(to bottom, #9160da, #493b85);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#9160DA, endColorstr=#493B85);
}

.violet_button:hover {
  color: #fff;
  text-decoration: none !important;
  border: 1px solid #5d28ac;
  background-color: #7437d0;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#7437d0),
      to(#6d47e7));
  background-image: -webkit-linear-gradient(top, #7437d0, #6d47e7);
  background-image: -moz-linear-gradient(top, #7437d0, #6d47e7);
  background-image: -ms-linear-gradient(top, #7437d0, #6d47e7);
  background-image: -o-linear-gradient(top, #7437d0, #6d47e7);
  background-image: linear-gradient(to bottom, #7437d0, #6d47e7);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#7437d0, endColorstr=#6D47E7);
}

.yellow_button {
  width: auto !important;
  text-align: center;
  margin: 10px 0 0 0;
  border: 1px solid #c7a20d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #a67939;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#a67939),
      to(#845108));
  background-image: -webkit-linear-gradient(top, #f6c917, #c7a20d);
  background-image: -moz-linear-gradient(top, #f6c917, #c7a20d);
  background-image: -ms-linear-gradient(top, #f6c917, #c7a20d);
  background-image: -o-linear-gradient(top, #f6c917, #c7a20d);
  background-image: linear-gradient(to bottom, #f6c917, #c7a20d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f6c917, endColorstr=#c7a20d);
}

.yellow_button:hover {
  color: #fff;
  text-decoration: none !important;
  border: 1px solid #c7a20d;
  background-color: #f6c917;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#c7a20d),
      to(#f6c917));
  background-image: -webkit-linear-gradient(top, #c7a20d, #f6c917);
  background-image: -moz-linear-gradient(top, #c7a20d, #f6c917);
  background-image: -ms-linear-gradient(top, #c7a20d, #f6c917);
  background-image: -o-linear-gradient(top, #c7a20d, #f6c917);
  background-image: linear-gradient(to bottom, #c7a20d, #f6c917);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c7a20d, endColorstr=#f6c917);
}

.green_button {
  width: auto !important;
  text-align: center;
  border: 1px solid #34740e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #4ba614;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#4ba614),
      to(#008c00));
  background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
  background-image: -moz-linear-gradient(top, #4ba614, #008c00);
  background-image: -ms-linear-gradient(top, #4ba614, #008c00);
  background-image: -o-linear-gradient(top, #4ba614, #008c00);
  background-image: linear-gradient(to bottom, #4ba614, #008c00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
}

.green_button:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #224b09;
  background-color: #36780f;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#36780f),
      to(#005900));
  background-image: -webkit-linear-gradient(top, #36780f, #005900);
  background-image: -moz-linear-gradient(top, #36780f, #005900);
  background-image: -ms-linear-gradient(top, #36780f, #005900);
  background-image: -o-linear-gradient(top, #36780f, #005900);
  background-image: linear-gradient(to bottom, #36780f, #005900);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#36780f, endColorstr=#005900);
}

.package {
  border: 1px solid #ececec;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.package .subs {
  padding: 15px;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}

.package .sub-1 {
  background-color: #2c7387;
  background-image: url(../hrimages/pack-small-home.png);

}

.package.active-sub .sub-1,
.package.active-sub .sub-2,
.package.active-sub .sub-3,
.package.active-sub .sub-4,
.package.active-sub .sub-5,
.package.active-sub .sub-6 {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
}

.package .sub-2 {
  background-color: #7b2c87;
  background-image: url(../hrimages/pack-small-business.png);
}

.package .sub-3 {
  background-color: #2c873b;
  background-image: url(../hrimages/pack-midsize.png);
}

.package .sub-4 {
  background-color: #01947e;
  background-image: url(../hrimages/pack-large.png);
}

.package .sub-5 {
  background-color: #e04f1e;
  background-image: url(../hrimages/pack-larger.png);
}

.package .sub-6 {
  background-color: #940148;
  background-image: url(../hrimages/pack-unlimited.png);
}

.package .no-feature {
  margin-left: 10px;
  display: inline-block;
}

.package a.active-subscription {
  background-color: #4c4c4c !important;
}

.package h3 {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.package h4 {
  font-size: 14px;
  font-weight: bold;
}

.package div {
  padding: 5px 10px 0px 10px;
}

.active-sub {
  position: relative;
}

.active-cover {
  background-color: rgba(0, 0, 0, 0.487);
  width: 291px;
  height: 497px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 20px;
}

.module_201 #search_mobile input,
.module_applicants #search_mobile input,
.module_resigned #search_mobile input {
  border: 2px solid #eeeeee !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0 !important;
}

.dashboard .filter_employees {
  padding: 10px;
  background: transparent;
  border: 2px solid #eee !important;
  font-size: 1.2em !important;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/*
footer.main-footer{
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

*/

.all-employees .list {
  margin-bottom: 20px;
}

.all-employees .b-name {
  padding: 0;
}

.all-employees .b-position {
  color: #9e320b;
}

.all-employees .b-department {
  font-weight: bold;
  color: #848484;
}

.all-employees .list a,
.page-lookup .list a {
  display: inline-block !important;
  font-size: 8px;
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #cccccc;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.all-employees .prof-pic-side {
  text-align: center;
  padding: 10px;
}

.all-employees .bio {
  border-top: 1px solid #ccc;
  padding: 10px;
}

.all-employees .b-name {
  font-size: 2em;
  margin-bottom: 0;
}

.all-employees .list a img {
  max-width: 80px !important;
  max-height: 80px !important;
}

.all-employees .b-id {
  font-size: 1.5em;
  margin: 0px !important;
  font-weight: bold;
}

.load_more_button img,
.load_more_button_where img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  margin-top: -40px;
}

.load_more {
  border-top: 1px solid #eee;
  margin: 50px 0 20px 0;
}

.all-employees .col-md-3 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.page-lookup .col-md-3 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.all-employees .account-details {
  box-shadow: 0 0px 11px 0px rgba(0, 0, 0, 0.19);
  background-color: transparent;
}

.new-employee-dob {
  text-align: right;
}

.emplist-horizontal-container,
.emplist-vertical-container {
  display: none;
}

body.emplist-vertical .emplist-vertical-container {
  display: block;
}

body.emplist-horizontal .emplist-horizontal-container {
  display: block;
}

.broken-lines {
  border-bottom: 1px dotted #d86408;
  color: #d86408;
}

#pnAdvancerRight {
  -webkit-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  border-radius: 30px 0px 0px 30px;
  background-color: #bfbfbf;
  padding: 0px 10px;
  height: 55px;
  top: 5px !important;
  right: 10px !important;
}

#pnAdvancerLeft {
  -webkit-border-radius: 0px 30px 30px 0px;
  -moz-border-radius: 0px 30px 30px 0px;
  border-radius: 0px 30px 30px 0px;
  background-color: #bfbfbf;
  padding: 0px 10px;
  height: 55px;
  top: 5px !important;
  left: 10px !important;
}

[data-overflowing="both"]~.pn-Advancer_Left,
[data-overflowing="left"]~.pn-Advancer_Left,
[data-overflowing="both"]~.pn-Advancer_Right,
[data-overflowing="right"]~.pn-Advancer_Right {
  opacity: 0.5 !important;
}

.form_wrapper label {
  font-size: 13px;
  color: #000;
}

.pn-Advancer_Icon {
  fill: #000 !important;
}

label.small-gray {
  font-size: 10px;
  color: rgb(155, 155, 155);
  position: absolute;
  top: 0px;
  left: 25px;
  background-color: #fff;
  padding: 0px 10px;

}

.with-label .fa {
  /*top: 45px;*/
  top: 20px !important;
}

.with-label .glyphicon.glyphicon-calendar,
.fa-address-card {
  top: 20px !important;
}

.with-label.dropdown .fa {
  top: 40px;
}

/*SEARCH--------------------*/
#display .prof_pic {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #eee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

#display {
  width: 100%;
  text-decoration: none;
  color: #3b5998;
  position: absolute !important;
  z-index: 999999!important;
}

.odd {
  width: 100%;

  border-bottom: solid 1px #cccccc;
}

#display .mobile_user .imei {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.owner,
.address {
  margin-bottom: 0 !important;
}

#display .odd,
#display .even {
  padding: 20px 10px;
  background: #fff;
  text-decoration: none;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}

.view-all {
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  background: #fff;
  padding-bottom: 5px;
}

#display .odd:hover,
#display .even:hover {
  background-color: #ededed;
}

.display_box {
  border-top: solid 1px #dedede;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #06323e;
}

.display_box:hover {
  background: #dedede;
  font: bold 12px Arial, Helvetica, sans-serif #ffffff;
}

#display .selfie_details {
  padding-left: 0 !important;
}

#display .view-all {
  border-top: 1px solid #bfbfbf;
  padding-top: 5px;
}

#display p,
#display a {
  margin-bottom: 0px !important;
}

.left-nav {
  display: flex;
  flex-direction: column;
}

.left-nav>a {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  color: #888;
  font-size: 1.2em;
  font-family: -apple-system, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 0px;
  line-height: 30px;
  text-indent: 10px;
}

/* body.data-entry .account-details{
	background-image: url("../hrimages/account-bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
*/

body.view-page .account-details {
  background-position: top right;
  background-repeat: no-repeat;
  border: 1px solid #00007a;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

.account-details{
  border: 1px solid #ff5e03;
}

body.view-awards .account-details {
  background-image: url("../hrimages/view-awards.png");
}

body.view-benefits .account-details {
  background-image: url("../hrimages/view-benefits.png");
}

body.view-clubs .account-details {
  background-image: url("../hrimages/view-clubs.png");
}

body.view-employment-history .account-details {
  background-image: url("../hrimages/view-employment-history.png");
}

body.view-employment .account-details {
  background-image: url("../hrimages/view-employment.png");
}

body.view-family .account-details {
  background-image: url("../hrimages/view-family.png");
}

body.view-goals .account-details {
  background-image: url("../hrimages/view-goals.png");
}

body.view-government .account-details {
  background-image: url("../hrimages/view-government.png");
}

body.view-education .account-details {
  background-image: url("../hrimages/view-education.png");
}

body.view-language .account-details {
  background-image: url("../hrimages/view-language.png");
}

body.view-leave .account-details {
  background-image: url("../hrimages/view-leave.png");
}

body.view-movement .account-details {
  background-image: url("../hrimages/view-movement.png");
}

body.view-performance .account-details {
  background-image: url("../hrimages/view-performance.png");
}

body.view-personal .account-details {
  background-image: url("../hrimages/view-personal.png");
}

/*body.view-photos .account-details{
	background-image: url("../hrimages/view-photos.png");
}
*/
body.view-photos .v-photos {
  background-image: url("../hrimages/view-photos.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.v-education {
  background-image: url("../hrimages/view-education.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.v-status {
  background-image: url("../hrimages/view-status.png");
  background-repeat: no-repeat;
  background-position: top right;
}

body.view-reference .account-details {
  background-image: url("../hrimages/view-reference.png");
}

body.view-training .account-details {
  background-image: url("../hrimages/view-training.png");
}

body.view-violation .account-details {
  background-image: url("../hrimages/view-violation.png");
}

body.view-reports .account-details {
  background-image: url("../hrimages/view-reports.png");
}

body.view-whatif .account-details {
  background-image: url("../hrimages/view-whatif.png");
}

.page-update strong {
  font-size: 11px;
  font-style: italic;
}

.page-update small {
  color: #d4d4d4;
  font-size: 10px;
}

.page-update p {
  margin-bottom: 0px;
}

.post-compose input.no-border {
  border: none !important;
}

.post-compose input[type="text"] {
  width: 100%;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.post-compose .prof-pic img {
  max-width: 60px !important;
  margin: 0px 0px 20px 0;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.row.no-gutters {
  margin-right: 5px;
  margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 5px;
  padding-left: 0;
}

.row.small-right-margin>[class^="col-"],
.row.small-right-margin>[class*=" col-"] {
  margin-right: 10px;
}

.inputGroup {
  background-color: #efefef;
  display: block;
  margin: 10px 0;
  position: relative;
}

.inputGroup label {
  padding: 12px 20px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  font-size: 12px;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #283d57;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 22px;
  height: 22px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked~label {
  color: #fff;
}

.inputGroup input:checked~label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked~label:after {
  background-color: #00007a;
  border-color: #00007a;
  background-color: #00007a;
  border-color: #00007a;
  content: "\2713";
  font-size: 20px;
  line-height: 20px;
  background-image: none !important;
  color: #fff !important;
}

.inputGroup input {
  width: 22px;
  height: 22px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.form {
  padding: 0 16px;
  max-width: 550px;
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

.whatif-notice {
  font-size: 90%;
  padding: 7px;
}

.d-inline {
  display: inline;
}

.image-upload>input {
  display: none;
}

.btn_excel,
.btn_pdf {
  border: none !important;
  background: none !important;
}

.lookup-icon {
  padding: 10px;
  text-align: center;
}

.lookup-icon img {
  -webkit-border-radius: 0% !important;
  -moz-border-radius: 0% !important;
  border-radius: 0% !important;
  box-shadow: none !important;
  max-width: 50px !important;
  max-height: 50px !important;
  border: none !important;
  background-color: transparent !important;
}

.lookup-icon.row>div {
  padding-right: 0px;
  padding-left: 0px;
}

.lookup-icon.row>div:nth-child(2) {
  padding-left: 0px;
  margin-top: 5px;
}

.lookup-link>a {
  border-top: 1px solid #f2f2f2;
  display: block;
  min-height: 50px;
  max-height: 50px;
  font-size: 12px;
}

.lookup-link>a.active,
.lookup-link>a:hover {
  background-color: #f2f2f2;
}

.lookup-link>a div img {
  width: 30px !important;
  height: 30px !important;
}

.lookup-menu .collapse_header {
  border: 1px solid #f2f2f2;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background-color: #283d57;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.more-link a img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  text-align: center;
  margin-bottom: -30px;
}

.more-link a {
  text-align: center;
  display: block;
  border-bottom: 3px solid #f2f2f2;
}

.new-entry-btn {
  font-size: 1em;
  border: 1px solid #ff5e03;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff !important;
  background-color: #ff823b;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ff823b),
      to(#e06524));
  background-image: -webkit-linear-gradient(top, #ff823b, #e06524);
  background-image: -moz-linear-gradient(top, #ff823b, #e06524);
  background-image: -ms-linear-gradient(top, #ff823b, #e06524);
  background-image: -o-linear-gradient(top, #ff823b, #e06524);
  background-image: linear-gradient(to bottom, #ff823b, #e06524);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff823b, endColorstr=#E06524);
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-top: 10px;
}

.lookup-page .module-title {
  border: none;
  padding-bottom: 0px;
}

.lookup-page h4.lookup-title {
  background-color: #00007a;
  color: #fff;
  border-bottom: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 20px;
  padding: 15px 20px;
  display: inline-block !important;
}

.lookup-page .action-buttons a {
  width: 70px;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

.otpwrapper{
  width: 55%;
  padding:0px!important;

}

#employeeList .table-responsive{
  margin-bottom: 0px!important;
}


/*MEDIA QUERIES------------------------*/

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

@media (max-width: 375px) {

  .prof-pic img,
  .upload_pic img {

    max-width: 80px !important;
    max-height: 80px !important;

  }

  .new_account .prof-pic img {
    width: 100% !important;
  }

  .p-salary-values {
    font-size: 14px !important;
    font-weight: bold;
  }

  .operator-wrapper label.small-gray,
  .operator-wrapper span.fa {
    left: 45px !important;
  }

  [include*="form-input-select()"]::before,
  [include*="form-input-select()"]::after {
    right: 46px !important;
  }

  .operator-wrapper {
    padding: 0px 35px !important;
  }

  .what-if-input {
    padding: 0px 50px !important;
  }

  .empty-result h1 {
    font-size: 2em !important;
  }

  .what-if-page .block {
    padding: 20px 20px !important;
  }

  .advisory-header {
    background-position: -400px 0;
  }

  .statistics h2 {
    font-size: 25px;
  }

  .top-header .buttons {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-brand {
    width: 210px;
    height: 78px;
  }

  .main-navigation-account {
    max-height: 100% !important;
  }

  .account .current_email {
    font-size: 14px;
  }

  .account-content h3 {
    font-size: 15px;
  }

  #employer-notice iframe,
  #employee-notice iframe {
    min-height: 500px !important;
  }
}

@media (max-width: 640px) {

  .apple_badge,
  .google_badge {
    text-align: center !important;
  }
}

@media (max-width: 1024px) {
  .navbar-main .navbar-nav>li>a {
    margin: 10px 5px 10px 0 !important;
  }
}



/*ACTIVATES COLLAPSE IN SMALL DEVICES VIEW*/
@media (max-width: 991px) {
  
  
  .profile-card .btns, .btns.controls{
    margin:auto!important;
    align-items: normal!important;
  }
  #employeeList .modal-dialog{
    width: 90%!important;
  }
  #employeeList .table-responsive{
    margin-bottom: 0px!important;
  }
  .what-if-page.module_201 .buttons {
    width: 80% !important;
  }

  .modal-dialog .buttons {
    width: auto !important;
    font-size: 0.8em;
    padding: 10px 20px;
  }

  .search-query-categories .form_wrapper {
    width: 100%;
  }

  .operator-wrapper label.small-gray,
  .operator-wrapper span.fa {
    left: 45px !important;
  }

  [include*="form-input-select()"]::before,
  [include*="form-input-select()"]::after {
    right: 46px !important;
  }

  .operator-wrapper {
    padding: 0px 35px !important;
  }

  .what-if-input {
    padding: 0px 50px !important;
  }

  .r-table label {
    width: 50px;
  }

  .new-employee-dob {
    text-align: right;
    width: 25%;
  }

  .all-employees .col-md-3 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}

@media (max-width: 800px) {
  .dialog-otp{
    width: 80%;
  }
  .alert-otp{
    width: 100%!important;
  }
  .otpwrapper{
    width: 100%;
  }
  .plans .price h4 {
    font-size: 28px !important;
  }

  .plans .icon {
    font-size: 12px !important;
  }

  .plans .price {
    padding-top: 0px !important;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;

  }

  .error-res {
    margin-left: 20px !important;
  }

  .export_pdf_btn {
    text-align: center !important;
    margin-top: 20px;
  }

  .account .package p {
    font-size: 13px;
  }

  /*.account .package img{
    width: 100%;
  }*/

  .account .payment_logo img {
    width: 100%;
  }


  .account_edit .nav-wrapper {
    margin-top: 30px;
  }

  .center-mobile>div {
    text-align: center;
  }

  .copyright span {
    line-height: 0px;
  }

  .view_module .edit_btn,
  .new-entry-btn {
    float: none;
    width: auto !important;
    padding: 5px 7px !important;
  }

  .view_module .add_photos_btn {
    width: 100px !important;
    margin-top: 10px;
    margin-right: 0px;
  }

  .edit-record .orange_solid {
    float: left;
    margin-bottom: 10px;
  }

  .padding-right-30 {
    padding-right: 30px;
  }

  .no-padding-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .horizontal-scroll-wrapper {
    top: 18px;
  }

  .user-bio,
  .module-title {
    text-align: center;
  }

  .bio-sec {
    text-align: left;
  }

  .sidebar {
    margin: 20px 0 !important;
  }

  .side-right {
    width: 100%;
  }

  .user-logged {
    text-align: center;
  }

  .feature {
    text-align: left;
  }

  .form-control,
  .inp {
    width: 100% !important;
  }

  .profile_pic {
    margin-bottom: 15px;
  }

  .profile_pic img {
    width: 100px !important;
    height: 100px !important;
  }

  .main_links {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .sign_out_link a {
    text-decoration: underline !important;
  }

  .sign_out_link a:hover {
    text-decoration: none !important;
  }

  .inp_wrap.small {
    width: 23%;
    display: inline-block;
  }

  #top-link-block.affix {
    position: fixed;
    bottom: 70px;
    right: 30px;
  }

  #top-link-block a {
    color: #fff;
    padding: 20px 21px;
    border-radius: 100%;
    background-color: #ff5c00;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  }

  header.money-back-header,
  header.features-header,
  header.faq-header,
  header.quote-header,
  header.loginemp-header {
    background-position: -500px !important;
  }

  header.login-header {
    background-position: -700px !important;
  }

  header.terms-header,
  header.quote-header {
    background-position: -400px !important;
  }

  header.privacy-header {
    background-position: -600px !important;
  }

  .indent {
    margin: 0 !important;
  }

  .referral-content h3.bordered,
  h3.bordered {
    margin-top: 20px !important;
  }

  .step {
    display: block;
  }

  .money-back-header {
    background-position: -200px;
  }

  .referral-header {
    background-position: -350px;
  }

  img.money-back {
    display: block;
    margin: 0 auto;
    float: none !important;
  }

  h3.money-back {
    text-align: center;
  }

  .about-main img {
    text-align: center;
    margin: 0 auto;
  }

  .money-header-text h2 {
    font-size: 3em;
  }

  .about-header-text h2 {
    font-size: 3.5em;
  }

  .about-support .time {
    font-size: 3em;
    text-align: center;
    border: none !important;
  }

  .about-support .tel {
    text-align: center;
  }

  .about-support .tel h3 {
    font-size: 2.5em !important;
  }

  header.main-header {
    background-position: 0px 0px !important;
    padding-bottom: 20px;
  }

  .navbar-brand {
    width: auto !important;
  }

  .navbar-brand>img {
    margin: 0 auto !important;
  }

  .navbar-header {
    float: none !important;
  }

  .top-header {
    text-align: center;
    padding-bottom: 15px;
  }

  .banner-text {
    margin: 100px auto 20px auto !important;
  }

  .navbar-brand {
    padding: 10px 0 0 0 !important;
  }

  .mobile-screens img {
    margin: auto;
    display: block;
  }

  #navbar_main {
    width: 100%;
  }

  .banner-text {
    margin: 50px 0 0 0px;
  }

  .package {
    margin: 20px 0;
    padding: 0px 0px 20px 0;
  }

  .about-main {
    text-align: center !important;
    margin-bottom: 20px;
  }

  .sub-footer,
  .sub-footer a {
    text-align: center;
  }

  .sub-footer a {
    float: none !important;
    margin: 2px 0;
    border: none !important;
  }

  .about-wrap,
  .img-about {
    text-align: center;
  }

  .img-about img {
    display: block;
    margin: auto;
  }

  footer.main-footer {
    text-align: center;
  }

  .is-table-row {
    display: table;
  }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}

@media (max-width: 640px) {
  .navbar-brand {
    width: 75% !important;
  }
  .otpwrapper{
    width: 100%;
  }
  .otp-flex-wrapper{
    flex-wrap: wrap;
  }
  .otp-btns{
    text-align: center;
  }

  .otp-flex-wrapper figure{
    margin-left: 80px!important;
    margin-top:20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .otpwrapper{
    width: 80%;
  }
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}

.nav-carousel,
.nav-carousel.mob {
  padding: 20px 0;
}

.nav-carousel .carousel-inner .item,
.nav-carousel.mob .carousel-inner .item {
  padding: 10px 2px;
  /*text-align: center;*/
}

.nav-carousel .carousel-indicators,
.nav-carousel.mob .carousel-indicators {
  bottom: -20px;
}

.nav-carousel .carousel-indicators li,
.nav-carousel.mob .carousel-indicators li {
  border: 1px solid rgb(88, 88, 88);
}

.nav-carousel .carousel-indicators .active,
.nav-carousel.mob .carousel-indicators .active {
  background-color: rgb(88, 88, 88);
}

.nav-carousel .pn-ProductNav_Link+.pn-ProductNav_Link {
  margin-left: 2px;
}

.nav-carousel.mob .carousel-inner .item {
  text-align: center;
}

.nav-carousel.mob .carousel-indicators {
  width: 80%;
  left: 40%;
}

.nav-carousel .pn-ProductNav_Link {
  margin-bottom: 10px;
}

.with-pic .item.active a:first-child {
  margin-left: 0px !important;
}

.pn-ProductNav_Contents img,
.with-pic .item a div img, .report-item a div img {
  object-fit: cover;
  height: 150px;
}

.with-pic .pn-ProductNav_Link {
  display: inline-block;
  padding: 0px;
  width: 120px;
  height: 210px;
}

.with-pic .pn-ProductNav_Link img,
.with-pic .item a div img,
.search-data-wrapper .t-link div img, .report-item a div img {
  width: 100%;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}

.with-pic .nav-cap, .report-item .nav-cap {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.with-pic .pn-ProductNav_Link+.pn-ProductNav_Link {
  padding-left: 0px;
}

.pn-ProductNav_Wrapper.with-pic {
  padding-left: 0px;
  padding-right: 0px;
}

.pn-ProductNav_Wrapper.with-pic .pn-ProductNav {
  padding-left: 0px;
}

body.module_201.data-entry .account-details {
  padding: 0px;
  border: 0px;
}

body.module_201.data-entry .account-details .block {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  padding: 20px;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  margin-bottom: 30px;
}

body.module_201.data-entry .account-details .controls h4.sub-title {
  margin: 20px 0px 20px 0px;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-box-shadow img {
  box-shadow: none !important;
}

.module-title.m-201 {
  background-color: #00007a;
  color: #fff;
  border-bottom: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 20px;
  padding: 15px 20px;
  display: inline-block !important;
}

.resigned-page .module-title.m-201 {
  background-color: #7a2d00;
}

.resigned-page .pn-ProductNav_Link.active {
  background-color: #7a2d00;
}

.applicant-page .module-title.m-201 {
  background-color: #006335;
}

.applicant-page .pn-ProductNav_Link.active {
  background-color: #006335;
}

.add-employee-wrapper {
  margin: 20px 0;
}

#search_mobile .fa-search {
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 20px;
  color: #9e9e9e;
}

.fixed-width-search {
  width: 365.625px;
}

.dashboard #search_mobile input {
  padding: 10px 10px 10px 40px;
  background: #fff;

  font-size: 12px;
  -moz-box-sizing: border-box;
  width: 100%;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #000;
  box-shadow: 6px 9px 20px 0px rgb(0 0 0 / 10%);
  margin-bottom: 20px;
  border: 1px solid #045bd3 !important;
}

.dashboard input#searchbox::-webkit-input-placeholder {
  color: #888 !important;
}

.dashboard input#searchbox:-moz-placeholder {
  color: #888 !important;
  opacity: 1;
}

.dashboard input#searchbox::-moz-placeholder {
  color: #888 !important;
  opacity: 1;
}

.dashboard input#searchbox:-ms-input-placeholder {
  color: #888 !important;
}

.module_201 .prof-pic img,
.new_account .prof-pic img {
  width: 100% !important;
}

input.inp::-webkit-input-placeholder {
  color: #fff !important;
}

input.inp::-moz-placeholder {
  color: #fff !important;
}

.login-page input.inp::-webkit-input-placeholder {
  color: #888 !important;
}

.login-page input.inp::-moz-placeholder {
  color: #888 !important;
}

.user-bio {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  border: none !important;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
  margin-top: 10px !important;
}

.sticky {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.module_201 header.main-header {
  background-image: none !important;
  min-height: 110px;
}

/*FOOTER MOBILE*/
.foot-menu {
  background-color: #fff !important;
  min-height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-box-shadow: 0px 3px 15px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 15px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 15px -2px rgba(0, 0, 0, 0.5);
  border-top: 1px solid #cccccc;
  z-index: 1030;
}

.link_view a {
  color: rgb(70, 70, 70);
  padding-top: 7px;
  display: block;
  text-decoration: none !important;
}

.link_view a p {
  font-size: 12px;
  font-weight: 600;
}

.link_view.active a p {
  color: #00007a;
}

.link_view:hover svg,
.link_view.active svg {
  fill: #00007a;
}

.nav-top ul li {
  display: inline;
  margin: 0px 5px;
}

.dashboard .navbar-brand {
  width: 100% !important;
}

.nav-top ul {
  list-style-type: none;
  margin-top: 20px;
}

.module_201 .nav-top a,
.nav-top a {
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
  color: #00007a;
}

.search_wrapper_inside {
  width: 40%;
  float: right;
}

.search_wrapper_inside #search_mobile {
  position: relative;
}

.search_wrapper_inside #search_mobile .fa-search {
  left: 15px;
}

.with-pic .item>a {
  margin-left: 18px !important;
  display: inline-block;
  background-color: white;
}

.prof-pic-side p {
  font-size: 11px;
  line-height: 10px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.pn-ProductNav_Link.active {
  background-color: #00007a;
  color: #fff;
}

[include*="form-input-select()"] {
  display: block;
  padding: 0;
  position: relative;
  /* Set options to normal weight */
  /* ------------------------------------  */
  /* START OF UGLY BROWSER-SPECIFIC HACKS */
  /* ----------------------------------  */
  /* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container.
	   The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex.
	   You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
  /* Show only the native arrow */
  color: #005ba6;
  display: block;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
}

[include*="form-input-select()"]::before,
[include*="form-input-select()"]::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.no-label::before,
.no-label::after {
  top: 15px;
}

[include*="form-input-select()"] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid transparent;
  font-size: 12px;
  outline: none;
  /* Focus style */
}

[include*="form-input-select()"] select:focus {
  background-color: transparent;
  outline: none;
}

[include*="form-input-select()"] option {
  font-weight: normal;
}

[include*="form-input-select()"] x:-o-prefocus,
[include*="form-input-select()"]::after {
  display: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  [include*="form-input-select()"] select::-ms-expand {
    display: none;
  }

  [include*="form-input-select()"] select:focus::-ms-value {
    background: transparent;
    color: #000;
  }
}

@-moz-document url-prefix() {
  [include*="form-input-select()"] {
    overflow: hidden;
  }

  [include*="form-input-select()"] select {
    width: 120%;
    width: calc(100% + 3em);
    /* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
  }

  @supports (-moz-appearance: none) {
    [include*="form-input-select()"] select {
      width: 100%;
    }
  }

  [include*="form-input-select()"] select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
}

@supports (-moz-appearance: none) {
  [include*="form-input-select()"] {
    width: 100%;
  }
}

[include*="form-input-select()"]::before,
[include*="form-input-select()"]::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
}

.with-label [include*="form-input-select()"]::after {
  top: 45%;
}

.with-label [include*="form-input-select()"]::before {
  bottom: 60%;
}

.reports-page [include*="form-input-select()"]::before {
  bottom: 60%;
  ;
}

.reports-page [include*="form-input-select()"]::after {
  top: 42%;
}

[include*="form-input-select()"]::before {
  bottom: 75%;
  border-width: 0 6.5px 8px 6.5px;
  border-bottom-color: #d6d6d6;
}

[include*="form-input-select()"]::after {
  border-width: 8px 6.5px 0 6.5px;
  border-top-color: #d6d6d6;
  top: 35%;
}

@-moz-document url-prefix() {

  /*[include*="form-input-select()"] {
	  border-right: 3px solid #E6E6E6;
	}*/
  [include*="form-input-select()"]:hover {
    border-right: 3px solid #005ba6;
  }
}

[include*="form-input-select()"]:hover select {
  box-shadow: 0 2px 3px rgba(0, 91, 166, 0.1) inset;
  border-color: #005ba6;
}

[include*="form-input-select()"]:hover select:focus {
  outline-color: transparent;
}

[include*="form-input-select()"]:hover::before {
  border-bottom-color: #005ba6;
}

[include*="form-input-select()"]:hover::after {
  border-top-color: #005ba6;
}

[include*="form-input-select()"] select {
  border: 1px solid #adb5bd;
  border-radius: 0;
  font-weight: 400;
  color: #000;
  padding: 5px 15px;
  line-height: normal;
  transition: border-color 0.2s ease, outline 0.2s ease;
}

[include*="form-input-select()"] select:focus {
  box-shadow: 0 3px 4px rgba(0, 91, 166, 0.3) inset;
  outline: 3px solid #005ba6;
  outline-offset: -3px;
}

[include*="form-input-select()"] select[disabled],
[include*="form-input-select()"] select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

[include*="form-input-select()"] select:not(:focus):invalid {
  color: #c7c7c7;
}

[include*="form-input-select()"] .fa {
  left: 10px !important;
}

.sticky {
  position: fixed;
  top: -10px;
  left: 0px;
  z-index: 999999;
}

.main-page-nav .pn-ProductNav_Link {
  width: 150px;
  height: auto;
}

.main-page-nav .col-md-12 {
  padding-right: 0px;
}

.main-page-nav .pn-ProductNav_Link:hover {
  background-color: #000079;
  color: #fff;
}

.main-page-nav {
  padding-left: 0px !important;
}

.reports-nav .nav-cap {
  margin-bottom: 0px !important;
}

.main-page-nav .nav-carousel .carousel-inner .item {
  text-align: left;
}

.reports-nav .reports-links {
  position: relative;
  height: auto !important;
  font-size: 12px;
  color: #3c454c;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  display: inline-block;
  min-height: auto !important;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-decoration: none;
  margin-bottom: 20px;
}

.reports-nav .reports-links p {
  line-height: 22px;
  font-weight: bold;
  white-space: nowrap;

  overflow: hidden;
  text-overflow: ellipsis;
}

.reports-nav .reports-links.active,
.reports-nav-mobile .reports-links.active {
  /*background-color: #000079;*/
  color: #fff;
}



.reports-nav .reports-links.active:after,
.reports-nav-mobile .reports-links.active:after {
  content: "\2713";
  width: 45px;
  height: 45px;
  /*line-height: 20px;*/
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #000079;
  z-index: 2;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.reports-nav-mobile {
  position: relative;
  height: auto !important;
  font-size: 12px;
  color: #3c454c;
  width: auto !important;
  text-align: center;
  display: inline-block;
  min-height: auto !important;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  text-decoration: none;
  margin-bottom: 0px !important;
  padding: 0px !important;
}

.reports-nav-mobile p {
  line-height: 22px;
  margin: 0;
}

.reports-nav-mobile a {
  padding: 10px 20px !important;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-decoration: none;
  color: #888;
}

.reports-nav-wrapper-mobile {
  margin-bottom: 10px;
}

.reports-page .form_wrapper .controls select.inp {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.reports-page .inp_wrap .fa {
  top: 18px !important;
}

.l-head {
  font-weight: bold;
}

.lookup-wrapper {
  margin-bottom: 25px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
}

.lookup .buttons.orange_solid {
  padding: 10px 50px;
}

.lookup .inputGroup {
  background-color: transparent;
}

.lookup .inputGroup label:before {
  background-color: transparent !important;
}

.lookup .inputGroup label:after {
  right: 35px;
}

.lookup td.select {
  width: 100px;
}

.l-records table tr td {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .sticky-table .inputGroup.r-table label.tbloption{
    padding:12px 15px!important;
  }
  .switch {
    width: 40px !important;
  }

  input:checked+.slider:before {
    -webkit-transform: translateX(16px) !important;
    -ms-transform: translateX(16px) !important;
    transform: translateX(16px) !important;
  }

  .with-label [include*="form-input-select()"]::before {
    bottom: 65%;
  }

  .with-label [include*="form-input-select()"]::after {
    top: 38%;
  }

  [include*="form-input-select()"]::before,
  [include*="form-input-select()"]::after {
    right: 20px !important;
  }

  .hr-role-wrapper .hr-role-header>div {
    margin-bottom: 10px;
  }

  .hr-role-wrapper .add-btn-wrapper {
    text-align: center;
  }

  .account .add-btn-wrapper {
    text-align: center;
  }

  .hr-role-wrapper .add-role-btn {
    float: none !important;
    text-align: center;
  }

  .reports-nav .reports-links.active .nav-cap {
    color: #fff !important;
  }

  #exportModal .modal-dialog {
    width: 80%;
  }

  .inputGroup input:checked~label:after {
    font-size: 24px !important;
    line-height: 20px !important;
  }


  .tbl-status table.lookup-table tbody tr td {
    padding: 5px !important;
  }

  .page-status .inputGroup label::after {
    width: 15px;
    height: 15px;
  }

  .tvar {
    font-size: 10px;
  }

  .mb-small {
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
  }

  .select-text {
    padding: 0px;
    text-align: left !important;
  }

  .search-data-wrapper input.inp {
    width: 100% !important;
  }

  .row.no-padding>div[class^="col"] {
    padding: 0px 15px !important;
  }

  .form_wrapper .controls {
    padding-right: 0px !important;
  }

  .otpwrapper{
    width: 100%;
  }


  .role-accept .form_wrapper .controls {
    padding-right: 20px !important;
    padding-bottom: 30px !important;
  }

  .login-page header.main-header {
    min-height: 900px;
  }

  .search-filter-wrapper span.label-check {
    margin: 10px 0px 0px 0px !important;
    font-size: 10px;
  }

  .r-table label {
    padding: 15px 4px !important;
  }

  .search-data-page .search-data-wrapper .item {
    width: auto !important;
    margin-bottom: 0px;
    border: 0 !important;
    padding-bottom: 0px;
    font-weight: bold;
  }

  .search-data-page .table>tbody>tr>td {
    border-top: 0px;
  }

  .b-result .search-modal .modal-dialog {
    width: auto !important;
  }

  .search-modal {
    z-index: 999999999;
  }

  .b-result .modal-content {
    overflow: scroll;
  }

  .b-result .result-title,
  .b-result .customize-area {
    text-align: center !important;
  }

  .footer-result .col-sm-5,
  .footer-result .col-sm-7 {
    text-align: center !important;
  }

  .nav-vertical .form_wrapper .controls {
    padding-left: 0px;
  }

  .lookup .inputGroup label:after {
    right: 5px !important;
  }

  .login-page .main-header {
    height: 100vh;
  }

  /*body.data-entry .with-label .fa, body.data-entry .with-label .glyphicon.glyphicon-calendar{
		left:10px!important;
	}*/
}

.login-page .main-header {
  height: 100vh !important;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  line-height: 20px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }

  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

input.search-product {
  padding: 10px;
  background: transparent;
  font-size: 12px;
  -moz-box-sizing: border-box;
  width: 100%;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #000;
  box-shadow: 6px 9px 20px 0px rgb(0 0 0 / 10%);
  margin-bottom: 20px;
  border: 1px solid #045bd3 !important;
  font-weight: bold;
  line-height: 14px;
}

#mySearch .delete-btn {
  margin-top: 8px;
}

.active-employees .ap {
  margin-bottom: 0px;
}

.ap-name a {
  color: #00007a;
  font-weight: bold;
}

.ap-de {
  font-size: 11px;
}

.ap-pos {
  font-weight: bold;
}

.active-employees img.prof_pic {
  width: 75px !important;
  height: 75px !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #eee;
  box-shadow: 0 3px 2px rgb(0 0 0 / 30%);
}

.ap-add {
  font-style: italic;
}

.active-employees hr {
  margin: 10px 0px;
}

.prof-pic {
  padding-right: 0px;
}

.active-emp {
  margin-bottom: 50px;
}

.lookup-page .with-pic .nav-cap {
  font-size: 11px;
}

.r-table.inputGroup label:after {
  right: auto !important;
}

.r-table label {
  padding: 20px 4px;
  background-color: transparent !important;
}

.inputGroup label:before {
  background-color: transparent !important;
}

.inputGroup.r-table {
  background-color: transparent;
  margin: 0 !important;
}

.inputGroup.r-table label {
  padding: 12px 5px;
}

.lookup-table .item {
  text-align: center;
}

table.lookup-table tbody tr td {
  vertical-align: middle;
  padding: 0px 10px;
}

.tbl-status table.lookup-table tbody tr td {
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  color: #000;
}

.tbl-status thead th {
  text-align: center !important;
}

table.lookup-table thead {
  background-color: #eeeeee;
}

.form_wrapper {
  /*border:5px solid #898989;*/
  color: #898989;
}

.form_wrapper h2 {
  border-bottom: 2px solid #898989;
  margin: 0px !important;
  padding: 20px 0 20px 20px;
  font-weight: bold;
  color: #000;
}

.form_wrapper p.info,
.about-desc p.info {
  padding: 0px 0px 20px 0px;
  margin: 0 !important;
  color: #000;
  font-family: Arial;
}

.form_wrapper .btn {
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 22px;
}

.form_wrapper .log {
  font-size: 1em;
  border: 1px solid #ff5e03;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #ff823b;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ff823b),
      to(#e06524));
  background-image: -webkit-linear-gradient(top, #ff823b, #e06524);
  background-image: -moz-linear-gradient(top, #ff823b, #e06524);
  background-image: -ms-linear-gradient(top, #ff823b, #e06524);
  background-image: -o-linear-gradient(top, #ff823b, #e06524);
  background-image: linear-gradient(to bottom, #ff823b, #e06524);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff823b, endColorstr=#E06524);
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
}

.form_wrapper .sign {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ffae50;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffae50),
      to(#f58a1b));
  background-image: -webkit-linear-gradient(top, #ffae50, #f58a1b);
  background-image: -moz-linear-gradient(top, #ffae50, #f58a1b);
  background-image: -ms-linear-gradient(top, #ffae50, #f58a1b);
  background-image: -o-linear-gradient(top, #ffae50, #f58a1b);
  background-image: linear-gradient(to bottom, #ffae50, #f58a1b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffae50, endColorstr=#F58A1B);
  margin: 0px 1.5em 0 1.5em;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #ff9418;
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.5);
}

.form_wrapper .log:hover {
  border: 1px solid #d44d00;
  background-color: #ff6108;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ff6108),
      to(#b7501a));
  background-image: -webkit-linear-gradient(top, #ff6108, #b7501a);
  background-image: -moz-linear-gradient(top, #ff6108, #b7501a);
  background-image: -ms-linear-gradient(top, #ff6108, #b7501a);
  background-image: -o-linear-gradient(top, #ff6108, #b7501a);
  background-image: linear-gradient(to bottom, #ff6108, #b7501a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff6108, endColorstr=#b7501a);
}

.form_wrapper .sign:hover {
  border: 1px solid #e97d00;
  background-color: #ff961d;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ff961d),
      to(#d47009));
  background-image: -webkit-linear-gradient(top, #ff961d, #d47009);
  background-image: -moz-linear-gradient(top, #ff961d, #d47009);
  background-image: -ms-linear-gradient(top, #ff961d, #d47009);
  background-image: -o-linear-gradient(top, #ff961d, #d47009);
  background-image: linear-gradient(to bottom, #ff961d, #d47009);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff961d, endColorstr=#d47009);
}

.form_wrapper .controls {
  margin: 0 auto;
  padding: 0px 20px 20px 0px;
}

.nav-vertical .form_wrapper .controls {
  margin: 0 auto;
  padding: 0px 20px 20px 20px;

}

body.account .form_wrapper .controls {
  padding: 0px 20px 20px 0px;
}

.form_wrapper a.lost {
  text-align: right;
  font-weight: bold;
}

.form_wrapper .controls input.inp,
.form_wrapper .controls textarea.inp {
  padding: 15px 15px 15px 34px;
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  color: #000 !important;
  font-size: 12px !important;
  -moz-box-sizing: border-box;
  height: 100%;
  margin: 5px 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.signup input.inp,
.signup textarea.inp {
  border: 3px solid #bdbdbd !important;
  padding: 15px !important;
}

.inp_wrap {
  position: relative;
}

.inp_wrap.small {
  width: 8%;
  display: inline-block;
}

.inp_wrap.medium-short {
  width: 12%;
  display: inline-block;
}

.login-page header.main-header {
  background: url(../hrimages/banner.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 900px;
}

.login-page .form_wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  color: #fff;
  margin: 50px 0 0px 0;
  padding-bottom: 0px;
}

.login-page .form_wrapper h3 {
  border-bottom: 5px solid #565656;
  margin: 0px !important;
  padding: 20px 0 20px 20px;
  color: #565656;
}

.login-page .form_wrapper p.info {
  padding: 20px 20px 10px 20px;
  color: #565656;
}

.login-page .controls {
  padding: 0px 20px 20px 20px;
}

.login-page .form_wrapper ul li {
  font-family: Arial, Helvetica, sans-serif;
}

.login-page .inp_wrap .glyphicon,
.login-page .inp_wrap .fa {
  left: 15px;
  top: 21px;
}

.login .main-footer {
  background-image: none !important;
  margin-top: 0px;
  padding-top: 0px !important;
}

.login-page .navbar-default .navbar-toggle {
  border-color: #000079;
}

.login-page .navbar-default .navbar-toggle .icon-bar {
  background-color: #000079;
}

.login-page .navbar-brand {
  width: auto !important;
}

.login-page .main-navigation {
  padding-top: 30px;
}

.login-page .controls .inp_wrap {
  color: #565656;
}

.add-new-employee .block-title {
  color: #00007a;
}

.add-new-resigned-employee .block-title {
  color: #943c01;
}

.add-new-applicant .block-title {
  color: #018f94;
}

#basic button {
  color: #000;
  width: 100%;
  padding: 13px 15px 13px 25px !important;
}

.label-flags label {
  margin-bottom: 10px !important;
}

.label-select .fa {
  top: 43px;
}

.label-select select {
  margin-top: 15px;
}

[include*="form-input-select()"] {
  border: none !important;
}

[include*="form-input-select()"] select {
  margin-top: 4px !important;
}

.btn-images {
  border: none !important;
  padding: 0px;
  background-color: transparent;
}

.photo_album .photo-holder {
  position: relative;
}

.photo-holder button {
  border: none !important;
}

.photo-holder img.responsive_image {
  width: 100%;
}

.btn-delete-photo {
  position: absolute;
  width: 30px !important;
  border: none !important;
  box-shadow: none !important;
  right: -5px;
  top: -10px;
}

.upload_pic .photo-holder .btn-delete-photo {
  top: -5px;
  right: 0px;
}

.btn-delete-photo:hover {
  cursor: pointer;
}

.text-header-image {
  background-position: left;
  background-repeat: no-repeat;
  padding: 20px;
}

.text-header-image.new-employee-header {
  background-image: url("../hrimages/thi-new-employee.jpg");
}

.resigned-header {
  background-image: url("../hrimages/thi-resigned.jpg");
}

.applicant-header {
  background-image: url("../hrimages/thi-applicant.jpg");
}

.link-edit {
  display: block;
  margin: 20px 0;
  color: #e06524;
}

.link-edit:hover {
  text-decoration: none;
}

.upload_pic .photo-holder {
  width: 120px;
  margin: 0 auto;
  position: relative;
}

#livesearch {
  padding: 20px;
}

.s-result {
  text-align: center;
  padding: 10px;
}

.s-result img.user-profile-image {
  max-width: 50px !important;
  max-height: 50px !important;
}

.s-result .prof-pic-side {
  text-align: center;
}

.s-result .b-name {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0px;
}

.s-result .user-bio {
  margin-bottom: 0px;
}

.s-result .b-brief {
  margin-bottom: 0px;
}

.s-more .user-bio {
  padding: 30px 0 !important;
}

.s-result-applicant .b-name,
.s-result-applicant .b-brief {
  color: #006335;
}

.s-result-resigned .b-name,
.s-result-resigned .b-brief {
  color: #953c02;
}

#mySearch {
  z-index: 999999;
  overflow: scroll;
}

.add-record .orange_solid {
  float: right;
}

.vertical-carousel .item {
  margin-bottom: 20px;
}

.small-carousel-wrapper .item {
  margin: 0 !important;
}

.vertical-carousel .carousel-indicators .active {
  background-color: #00007a;
}

.vertical-carousel .carousel-indicators li {
  border: 1px solid #00007a;
}

.vertical.carousel .carousel-control {
  bottom: auto;
  width: 100%;
  height: 15%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0) 100%);
}

.vertical.carousel .carousel-control.right {
  top: auto;
  bottom: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.5)));
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
}

.vertical.carousel .carousel-control .glyphicon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vertical.carousel .carousel-indicators {
  bottom: auto;
  top: 50%;
  left: auto;
  right: 0px;
  width: 14px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vertical.carousel .carousel-inner>.item {
  left: 0;
  top: 0;
}

.vertical.carousel .carousel-inner>.item>img {
  width: 100%;
}

.vertical.carousel .carousel-inner>.item.next,
.vertical.carousel .carousel-inner>.item.active.right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: 0;
}

.vertical.carousel .carousel-inner>.item.prev,
.vertical.carousel .carousel-inner>.item.active.left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
}

.vertical.carousel .carousel-inner>.item.next.left,
.vertical.carousel .carousel-inner>.item.prev.right,
.vertical.carousel .carousel-inner>.item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
}

.vertical.carousel .carousel-inner>.active,
.vertical.carousel .carousel-inner>.next.left,
.vertical.carousel .carousel-inner .prev.right {
  top: 0;
}

.vertical.carousel .carousel-inner>.next,
.vertical.carousel .carousel-inner>.active.right {
  top: 100%;
  left: 0;
}

.vertical.carousel .carousel-inner>.prev,
.vertical.carousel .carousel-inner>.active.left {
  top: -100%;
  left: 0;
}

.vertical-carousel .pn-ProductNav_Link {
  margin-bottom: 20px;
}

.vertical-carousel.with-pic .item.active a:first-child,
.small-horizontal-carousel.with-pic .item.active a:first-child {
  margin-left: 18px !important;
}

.vertical-carousel .pn-ProductNav_Contents img,
.vertical-carousel.with-pic .item a div img,
.search-data-wrapper .item a div img,
.small-horizontal-carousel .pn-ProductNav_Contents img,
.small-horizontal-carousel.with-pic .item a div img {
  object-fit: cover;
  height: 100px;
}

.search-data-wrapper .item {
  width: 150px;
}

.vertical-carousel.with-pic .pn-ProductNav_Link,
.search-data-wrapper .t-link {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  box-shadow: 6px 9px 20px 0px rgba(0, 0, 0, 0.2)
}

.vertical-carousel.with-pic .pn-ProductNav_Link:hover{
  text-decoration: none;
}

.search-data-wrapper .t-link {
  text-decoration: none;
  color: #888;
  font-size: 1.2em;
  font-family: -apple-system, sans-serif;
  align-items: center;
  min-height: 44px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
}

.vertical-carousel.with-pic .nav-cap,
.search-data-wrapper .nav-cap {
  padding: 5px;
  font-size: 11px;
  text-align: center;
}

.row.no-padding>div[class^="col"] {
  padding: 0px;
}

.vertical-carousel.mobile-version.with-pic .pn-ProductNav_Link,
.small-horizontal-carousel.mobile-version.with-pic .pn-ProductNav_Link {
  width: 50px !important;
}

.vertical-carousel.with-pic.mobile-version .pn-ProductNav_Link,
.small-horizontal-carousel.with-pic.mobile-version .pn-ProductNav_Link {
  height: 30px;
}

.vertical-carousel.mobile-version .pn-ProductNav_Link,
.small-horizontal-carousel.mobile-version .pn-ProductNav_Link {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.vertical-carousel.mobile-version .pn-ProductNav_Contents img,
.vertical-carousel.with-pic.mobile-version .item a div img,
.small-horizontal-carousel.mobile-version .pn-ProductNav_Contents img,
.small-horizontal-carousel.with-pic.mobile-version .item a div img {
  width: 50px;
  height: 50px;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.v-carousel-wrapper {
  height: 600px;
  overflow: scroll;
}

.v-carousel-wrapper .pn-ProductNav_Link.active:after,
.small-carousel-wrapper .pn-ProductNav_Link.active:after {
  content: "\2713";
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #00007a;
  z-index: 2;
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 5px;
}

.small-carousel-wrapper .item a p {
  margin-top: 5px;
  color: #333;
  text-align: center;
  margin-bottom: 0px;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-search-result {
  position: absolute;
  top: 42px;
  left: 30px;
  z-index: 1000;
  padding: 10px;
  background-color: #fff;
  width: 89% !important;
  border: 1px solid #ccc;
  margin: 0 auto;
  box-shadow: 0px 12px 10px 0px rgb(0 0 0 / 40%);
}

.top-search-result.mobile {
  top: 65px;
  left: 20px;
}

.top-search-result .s-result {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.top-search-result .s-result:last-child {
  border-bottom: 0px;
}

.top-search-result .s-result .b-name {
  text-align: left;
}

.pn-ProductNav_Link.active {
  position: relative;
}

.pn-ProductNav_Link.active:after {
  content: "\2713";
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #00007a;
  z-index: 2;
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 40px;
  font-weight: bold;
  padding-left: 5px;
}

.resigned-page .pn-ProductNav_Link.active:after {
  background-color: #7a2d00;
}

.applicant-page .pn-ProductNav_Link.active:after {
  background-color: #006335;
}

.vertical-carousel .carousel-inner {
  padding-top: 10px;
}

table.search-result tr td {
  padding: 10px;
  border: none;
}

td.no-padding {
  padding: 0px 5px !important;
}

tr:hover {
  background-color: transparent !important;
}

.table-overflow {
  height: 400px;
  overflow-y: scroll;
}

table.search-result tr td input.inp {
  margin-bottom: 0px !important;
  padding: 10px !important;
}

.customize-column button {
  border: none;
  background-color: transparent;
}

.customize-column span {
  font-weight: bold;
  line-height: 30px;
}

#employee_div {
  padding: 20px;
  border-radius: 15px;
}

.search-modal .modal-dialog {
  width: 70%;
}

.b-result .pagination>li:first-child>a,
.b-result .pagination>li:first-child>span {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.b-result .pagination>li:last-child>a,
.b-result .pagination>li:last-child>span {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.b-result select.search-select {
  border-radius: 20px;
}

.search-data-page .with-pic .item>a {
  margin-left: 0px !important;
}

.search-data-page .search-data-wrapper .item {
  width: 50px;
}

.search-data-wrapper input.inp {
  width: 80%;
}

.search-data-wrapper .block {
  padding: 20px 0px;
}

.search-data-page .v-carousel-wrapper {
  height: auto !important;
}

.search-data-page .form_wrapper .controls input.inp,
.search-data-page .form_wrapper .controls textarea.inp {
  padding: 5px 10px;
}

.lookup-page.dashboard #search_mobile input {
  width: 335px !important;
}

.search-filter-wrapper .inputGroup input:checked~label {
  color: #000;
}

.search-filter-wrapper .inputGroup label {
  display: inline;
}

.search-filter-wrapper span.label-check {
  margin-left: 20px;
}

.b-result .search-modal .modal-dialog .modal-body .search-filter-wrapper {
  height: 650px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.search-modal .new-entry-btn {
  width: auto !important;
}

.search-modal .show-more-btn {
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
}

.select-text p {
  margin-top: 15px;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.view_record p {
  color: #000;
}

.view_record .r-info {
  font-size: 12px;
  margin-bottom: 5px;
}

.view_record .r-info-title {
  margin-bottom: 5px;
}

body.highlight-is-active {
  pointer-events: none;
}

.highlight {
  box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 9999;
  pointer-events: auto;
  transition: all 0.5s ease;
  border-radius: 100px;
  background-color: #fff;
}

.highlight-wrap{
  height: 30px;
}

.msg-warning {
  position: absolute;
  top: -52px;
  left: 0px;
  background-color: #fff;
  padding: 15px;
  width: 350px;
  display: none;
  color: #000;
  font-weight: bold;
  border-radius: 10px;
  text-wrap: balance;
}

.page-status .r-table.inputGroup label:after {
  right: 75px !important;
}

@media (max-width: 768px) {
  .error-page .modal-dialog {
    width: 80%;
  }

  .page-status .r-table.inputGroup label:after {
    right: 15px !important;
  }
}

.side-accts {
  margin-top: 100px;
}

.side-acct {
  margin-bottom: 20px;
}

.side-acct h4 {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.side-acct .user-profile-image {
  max-width: 80px !important;
}

.side-accts-search {
  margin-top: 0px;
}

.r-icon {
  background-color: #e0f1ff;
  width: 70px;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  padding: 7px;
}

.r-icon img {
  width: 50px;
}

.r-icon.mobile img {
  width: 30px;
  height: 30px;
}

.r-icon.mobile {
  width: 50px;
  height: 50px;
}

.reports-links .nav-cap {
  color: #000;
  font-size: 11px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

#exportModal .controls {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#exportModal .modal-title {
  color: #000;
}

.print-preview {
  background-color: #5f6368;
  padding: 20px 100px;
  min-height: 900px;
}

.print-preview thead tr th {
  background-color: #2e7fb9;
  color: #fff !important;
}

.print-preview-content {
  min-height: 900px;
  background-color: #fff;
}

.print-preview-content {
  color: #000;
  padding: 30px 70px;
}


.reports-page .btn-primary, #updateModal .btn-primary, #employeeList .btn-primary {
  background-color: #000079;
}

.btn_export {
  display: inline-block !important;
  padding: 10px 20px !important;
}




.reports-page .user-bio {
  box-shadow: none !important;
  border: 1px solid #c7c7c7 !important;
  margin-bottom: 5px !important;
}

.reports-page .prof-pic img {
  box-shadow: none;
  border: 1px solid #c7c7c7 !important;
}

.bio-header h4.b-name {
  font-size: 24px;
}

.bio-header .prof-pic {
  text-align: center;
}

.bio-header .prof-pic img {
  max-width: 150px !important;
  max-height: 150px !important;
}

@media (max-width: 768px) {
  .delete-btn {
    left: -10px !important;
  }

  .mobile-invisible {
    display: none;
  }

  .dashboard header.signup-header {
    background-position: 0px 0px !important;
  }

  .reports-nav .reports-links.active .nav-cap {
    color: #fff !important;
  }

  .print-preview {

    padding: 20px;
  }

  .btn_export {

    padding: 5px 10px !important;
  }

  .reports-page .user-bio {
    text-align: left !important;
  }

  .bio-header {
    text-align: center;
  }

  .bio-header h4 {
    text-align: center;
    font-size: 16px;
  }

  .print-preview-content {
    padding: 30px 20px;
  }

  .reports-page-bio .print-preview-content {
    padding: 10px;
  }

  .bio-header .prof-pic img {
    max-width: 100px !important;
    max-height: 100px !important;
  }


}

.reports-page .lookup-title {
  white-space: nowrap;

  overflow: hidden;
  text-overflow: ellipsis;
}


/*//query*/
.instruction {
  display: block;
  margin: 1rem 0;
  font-size: 1.4rem;
}

.page-title {
  margin-top: 1rem;
  color: #283d57;
  font-weight: bold;
}

.button-search {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff823b), to(#e06524));
  background: linear-gradient(to bottom, #ff823b, #e06524);
  display: block;
  margin: auto;
  color: #fff;
  padding: 1rem 4rem;
  font-size: 1.5rem;
  border-radius: 50px;
  border: 0;
  margin-top: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 992px) {
  .button-search {
    margin-top: 1rem;
  }
}

.button-search:hover {
  opacity: 0.8;
}

.search-query-categories {
  margin: 3rem 0;
}

.search-query-categories .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-query-categories .query-item .card {
  position: relative;
  overflow: hidden;
  border: 2px solid #00007a;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-query-categories .query-item .card .card-header {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.search-query-categories .query-item .card .card-header:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 122, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.search-query-categories .query-item .card .card-header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2px;
}

.search-query-categories .query-item .card .card-header .icon,
.search-query-categories .query-item .card .card-header .card-title,
.search-query-categories .query-item .card .card-header .modal-link {
  position: relative;
}

.search-query-categories .query-item .card .card-header .icon {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 1rem;
}

.search-query-categories .query-item .card .card-header .icon span {
  font-size: 2.4rem;
}

.search-query-categories .query-item .card .card-header .card-title {
  color: #fff;
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.search-query-categories .query-item .card .card-header .modal-link {
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-query-categories .query-item .card .card-content {
  padding: 2rem 1rem;
}

.search-query-categories .query-item .card .card-content .empty {
  color: #888;
  opacity: 0.6;
  text-transform: capitalize;
}

.search-query-categories .query-item .card .card-content.set-condition-content ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.search-query-categories .query-item .card .card-content.set-condition-content ul::-webkit-scrollbar,
.search-query-categories .query-item .card .card-content.set-condition-content ul::-webkit-scrollbar-thumb {
  width: 0px !important;
}

.search-query-categories .query-item .card .card-content .none {
  display: none;
}

.search-query-categories .query-item:nth-child(6n-5) .card,
.search-query-categories .query-item:nth-child(6n-5) .card .button-more-info {
  border-color: #2c7387 !important;
}

.search-query-categories .query-item:nth-child(6n-5) .card .button-more-info {
  color: #2c7387 !important;
}

.search-query-categories .query-item:nth-child(6n-5) .card .card-header:before {
  background-color: rgba(44, 115, 135, 0.4);
}

.search-query-categories .query-item:nth-child(6n-5) .card .card-header .icon {
  color: #2c7387;
}

.search-query-categories .query-item:nth-child(3n-1) .card,
.search-query-categories .query-item:nth-child(3n-1) .card .button-more-info {
  border-color: #7b2c87 !important;
}

.search-query-categories .query-item:nth-child(3n-1) .card .button-more-info {
  color: #7b2c87 !important;
}

.search-query-categories .query-item:nth-child(3n-1) .card .card-header:before {
  background-color: rgba(123, 44, 135, 0.4);
}

.search-query-categories .query-item:nth-child(3n-1) .card .card-header .icon {
  color: #7b2c87;
}

.search-query-categories .query-item:nth-child(6n-9) .card,
.search-query-categories .query-item:nth-child(6n-9) .card .button-more-info {
  border-color: #2c873b !important;
}

.search-query-categories .query-item:nth-child(6n-9) .card .button-more-info {
  color: #2c873b !important;
}

.search-query-categories .query-item:nth-child(6n-9) .card .card-header:before {
  background-color: rgba(44, 135, 59, 0.4);
}

.search-query-categories .query-item:nth-child(6n-9) .card .card-header .icon {
  color: #2c873b;
}

.search-query-categories .query-item:nth-child(6n-2) .card,
.search-query-categories .query-item:nth-child(6n-2) .card .button-more-info {
  border-color: #01947e !important;
}

.search-query-categories .query-item:nth-child(6n-2) .card .button-more-info {
  color: #01947e !important;
}

.search-query-categories .query-item:nth-child(6n-2) .card .card-header:before {
  background-color: rgba(1, 148, 126, 0.4);
}

.search-query-categories .query-item:nth-child(6n-2) .card .card-header .icon {
  color: #01947e;
}

.search-query-categories .query-item:nth-child(6n-1) .card,
.search-query-categories .query-item:nth-child(6n-1) .card .button-more-info {
  border-color: #940131 !important;
}

.search-query-categories .query-item:nth-child(6n-1) .card .button-more-info {
  color: #940131 !important;
}

.search-query-categories .query-item:nth-child(6n-1) .card .card-header:before {
  background-color: rgba(148, 1, 49, 0.4);
}

.search-query-categories .query-item:nth-child(6n-1) .card .card-header .icon {
  color: #940131;
}

.search-query-categories .query-item:nth-child(6n) .card,
.search-query-categories .query-item:nth-child(6n) .card .button-more-info {
  border-color: #afba04 !important;
}

.search-query-categories .query-item:nth-child(6n) .card .button-more-info {
  color: #afba04 !important;
}

.search-query-categories .query-item:nth-child(6n) .card .card-header:before {
  background-color: rgba(175, 186, 4, 0.4);
}

.search-query-categories .query-item:nth-child(6n) .card .card-header .icon {
  color: #afba04;
}

@media (max-width: 500px) {
  .search-query-categories .category-modal .modal-dialog {
    margin: 10px 2rem;
  }
}

.search-query-categories .category-modal button.close {
  background-color: #00007a;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-query-categories .category-modal button.close span {
  color: #fff;
}

.search-query-categories .category-modal button.close:hover {
  opacity: 1;
}

@media (max-width: 500px) {
  .search-query-categories .category-modal .modal-body {
    padding: 15px 2rem;
  }
}

.search-query-categories .category-modal .btn-primary {
  background-color: #000079;
}

.search-query-categories .category-modal .form_wrapper {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
}

.search-query-categories .category-modal .form_wrapper::-webkit-scrollbar,
.search-query-categories .category-modal .form_wrapper::-webkit-scrollbar-thumb,
.search-query-categories .category-modal .form_wrapper::-moz-scrollbar,
.search-query-categories .category-modal .form_wrapper::-moz-scrollbar-thumb {
  width: 0px !important;
}

.search-query-categories .category-modal .form {
  margin-top: 2rem;
  width: 100%;
  padding: 0;
}

.search-query-categories .category-modal .form .checkbox-container {
  display: block;
  position: absolute;
  top: 26%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
  text-transform: uppercase;
}

.search-query-categories .category-modal .form .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #ccc;
}

.search-query-categories .category-modal .form .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 1px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-query-categories .category-modal .form .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.search-query-categories .category-modal .form .checkbox-container input:checked~.checkmark {
  background-color: #00007a;
  border-color: #00007a;
}

.search-query-categories .category-modal .form .checkbox-container input:checked~.checkmark:after {
  display: block;
}

.search-query-categories .category-modal .form .checkbox-container:hover .checkmark {
  background-color: #dedede;
}

.search-query-categories .category-modal .form label.small-gray {
  top: -13px;
  height: 23px;
}

.search-query-categories .category-modal .form label.small-gray .required {
  color: red;
}

.search-query-categories .category-modal .form_wrapper .controls input.inp,
.search-query-categories .category-modal .form_wrapper .controls textarea.inp,
.search-query-categories .category-modal .form_wrapper .controls select.inp {
  width: 100%;
  padding-left: 2rem;
  height: 46px;
}

.search-query-categories .category-modal .form_wrapper .controls input.inp::-webkit-input-placeholder,
.search-query-categories .category-modal .form_wrapper .controls textarea.inp::-webkit-input-placeholder,
.search-query-categories .category-modal .form_wrapper .controls select.inp::-webkit-input-placeholder {
  color: #b1b1b1 !important;
}

.search-query-categories .category-modal .form_wrapper .controls input.inp::-moz-placeholder,
.search-query-categories .category-modal .form_wrapper .controls textarea.inp::-moz-placeholder,
.search-query-categories .category-modal .form_wrapper .controls select.inp::-moz-placeholder {
  color: #b1b1b1 !important;
}

.search-query-categories .category-modal .form_wrapper .controls input.inp:-ms-input-placeholder,
.search-query-categories .category-modal .form_wrapper .controls textarea.inp:-ms-input-placeholder,
.search-query-categories .category-modal .form_wrapper .controls select.inp:-ms-input-placeholder {
  color: #b1b1b1 !important;
}

.search-query-categories .category-modal .form_wrapper .controls input.inp::-ms-input-placeholder,
.search-query-categories .category-modal .form_wrapper .controls textarea.inp::-ms-input-placeholder,
.search-query-categories .category-modal .form_wrapper .controls select.inp::-ms-input-placeholder {
  color: #b1b1b1 !important;
}

.search-query-categories .category-modal .form_wrapper .controls input.inp::placeholder,
.search-query-categories .category-modal .form_wrapper .controls textarea.inp::placeholder,
.search-query-categories .category-modal .form_wrapper .controls select.inp::placeholder {
  color: #b1b1b1 !important;
}

.search-query-categories .category-modal [include*="form-input-select()"]:before {
  top: 25%;
}

.search-query-categories .category-modal [include*="form-input-select()"]:after {
  top: 42%;
}

.search-query-categories .category-modal [include*="form-input-select()"] label.small-gray {
  left: 10px;
}

.search-query-categories .category-modal [include*="form-input-select()"] .checkbox-container {
  left: 10px;
}

.search-query-categories .mobile-view .category-lists {
  overflow: auto;
  padding: 2rem 10px;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
}

.search-query-categories .mobile-view .category-lists::-webkit-scrollbar,
.search-query-categories .mobile-view .category-lists::-webkit-scrollbar-thumb {
  height: 0px !important;
}

.search-query-categories .mobile-view .category-lists:first-child {
  padding-bottom: 10px;
}

.search-query-categories .mobile-view .category-lists .category-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.search-query-categories .mobile-view .category-lists .category-group .category-item {
  margin-right: 2rem;
}

.search-query-categories .mobile-view .category-lists .category-group .category-item:first-child {
  margin-left: 0;
}

.search-query-categories .mobile-view .category-lists .category-group .category-item:last-child {
  padding-right: 10px;
}

.search-query-categories .mobile-view .category-lists .category-group .category-item .card {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.search-query-categories .mobile-view .category-lists .category-group .category-item .card .card-img {
  background-size: cover;
  background-position: center;
  min-height: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.search-query-categories .mobile-view .category-lists .category-group .category-item .card .card-title {
  text-transform: capitalize;
  padding: 1rem;
  font-size: 1rem;
}

.search-query-categories .mobile-view .category-lists .category-group .category-item .card .card-title span {
  width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.search-query-categories .mobile-view .category-lists .category-group .category-item .card .card-content ul {
  list-style: none;
  padding: 1rem;
  padding-top: 0;
  margin: 0;
  font-size: 10px;
  opacity: 0.5;
}

.search-query-categories.search-result .query-item .card {
  overflow: inherit;
}

@media (max-width: 500px) {
  .search-query-categories.search-result .query-item .card {
    margin-bottom: 10px;
  }
}

.search-query-categories.search-result .query-item .card .line {
  width: 92%;
  height: 1px;
  background-color: #b1b1b1;
  margin: 1rem auto;
}

@media (max-width: 500px) {
  .search-query-categories.search-result .query-item .card .line {
    display: none;
  }
}

.search-query-categories.search-result .query-item .card .card-header {
  background-image: none !important;
}

.search-query-categories.search-result .query-item .card .card-header:before {
  display: none;
}

@media (max-width: 500px) {
  .search-query-categories.search-result .query-item .card .card-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none !important;
  }

  .search-query-categories.search-result .query-item .card .card-header .right {
    width: 100%;
    padding-left: 77px;
  }

  .search-query-categories.search-result .query-item .card .card-header:before {
    display: none;
  }
}

.search-query-categories.search-result .query-item .card .card-header .icon {
  background-size: cover;
  background-position: center;
  border: 1px solid #fff;
  -webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.8);
  box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.8);
  width: 70px;
  height: 70px;
}

@media (max-width: 500px) {
  .search-query-categories.search-result .query-item .card .card-header .icon {
    border: 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
  }
}

.search-query-categories.search-result .query-item .card .card-header .card-title {
  display: block;
  width: auto;
  color: #000;
}

.search-query-categories.search-result .query-item .card .card-header .card-title div {
  margin-bottom: 7px;
}

.search-query-categories.search-result .query-item .card .card-header .card-title .name {
  font-size: 2rem;
  font-weight: bold;
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (max-width: 500px) {
  .search-query-categories.search-result .query-item .card .card-header .card-title .name {
    color: #000;
  }
}

.search-query-categories.search-result .query-item .card .card-header .card-title .details,
.search-query-categories.search-result .query-item .card .card-header .card-title .position,
.search-query-categories.search-result .query-item .card .card-header .card-title .department {
  font-size: 13px;
}


@media (max-width: 500px) {

  .search-query-categories.search-result .query-item .card .card-header .card-title .position,
  .search-query-categories.search-result .query-item .card .card-header .card-title .department {
    color: #000;
  }
}

.search-query-categories.search-result .query-item .card .card-header .card-title .position {
  margin-top: 5px;
}

.search-query-categories.search-result .query-item .card .card-content {
  padding-top: 5px;
}

.search-query-categories.search-result .query-item .card .link {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 500px) {
  .search-query-categories.search-result .query-item .card .link {
    font-size: 14px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    color: #000;
  }
}

.search-query-categories.search-result .query-item .card .link img,
.search-query-categories.search-result .query-item .card .link span {
  margin-right: 5px;
}

@media (max-width: 500px) {

  .search-query-categories.search-result .query-item .card .link img,
  .search-query-categories.search-result .query-item .card .link span {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
}

.search-query-categories.search-result .query-item .card .link span {
  margin-bottom: 4px;
}

.search-query-categories.search-result .query-item .card a {
  text-decoration: none;
  margin-left: auto;
}

.search-query-categories.search-result .query-item .card .button-more-info,
.search-data-page .query-item .card .button-more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00007a;
  border-radius: 50px;
  background-color: transparent;
  border: 0;
  outline: none;
  margin-left: auto;
  padding: 5px 10px;
  font-weight: bold;
  border: 1px solid #00007a;
}

.search-query-categories.search-result .query-item .card .button-more-info img {
  margin-right: 5px;
}

.search-query-categories.search-result .query-item .card .w-100 {
  width: 100%;
}

.empty-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b1b1b1;
  text-align: center;
}

.empty-result img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: 200px;
}

.empty-result h1,
.error-wrap h1 {
  font-weight: bold;
  font-size: 4rem;
  margin: 3rem 0;
  margin-bottom: 1rem;
}


.empty-result p {
  font-size: 1.5rem;
}

.empty-result a {
  text-decoration: none;
}

.s-condition p {
  font-size: 14px;
}

.s-condition em {
  text-decoration: underline;
  font-style: normal;
}

.what-if-page .form_wrapper .controls input.inp {
  height: auto;
  padding-left: 20px;
}

.what-if-page input.inp::-webkit-input-placeholder {
  color: #9b9b9b !important;
}

.what-if-page input.inp::-moz-placeholder {
  color: #9b9b9b !important;
}

.what-if-page.module_201 .buttons {
  width: 90%;
}

.what-if-page .modal-dialog .buttons {
  width: auto !important;
}

.what-if-page-result.module_201 .buttons {
  width: auto !important;
}

.what-if-page-result .block {
  border: 1px solid #ff5e03;
}

.gray_solid {
  font-size: 1em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #9b9b9b;
  text-align: center;
}

.what-if-page .red {
  color: red;
}

.what-if-page .main-cond {
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
  box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
  margin-bottom: 3rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 30px;
  border: 1px solid #016bb8;
}

.what-if-page .block, .form_wrapper .block, .table-entry  {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  padding: 20px 20px;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  margin-bottom: 30px;
  border: 1px solid #ff5e03;
}

.what-if-page .inp_wrap:nth-child(6n-5) .with-label .inp {
  border-color: #2c7387 !important;
}

.what-if-page .inp_wrap:nth-child(3n-1) .with-label .inp {
  border-color: #7b2c87 !important;
}

.what-if-page .inp_wrap:nth-child(6n-9) .with-label .inp {
  border-color: #2c873b !important;
}

.what-if-page .inp_wrap:nth-child(6n-2) .with-label .inp {
  border-color: #01947e !important;
}

.what-if-page .inp_wrap:nth-child(6n-1) .with-label .inp {
  border-color: #940131 !important;
}

.what-if-page .inp_wrap:nth-child(6n) .with-label .inp {
  border-color: #afba04 !important;
}

.what-if-page .label-title {
  background-color: #2c873b;
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 20px;
  padding: 0px 8px;
  margin-bottom: 10px;
  font-weight: bold;
  top: -5px;
  position: absolute;
  font-size: 10px;
  margin-left: 15px;
}

.top-more .button-more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00007a;
  border-radius: 50px;
  background-color: transparent;
  border: 0;
  outline: none;
  margin-left: auto;
  padding: 5px 10px;
  font-weight: bold;
  border: 1px solid #00007a;
}

.what-if-top-more .button-more-info {
  color: #00007a;
  border-radius: 50px;
  background-color: transparent;
  border: 0;
  outline: none;
  margin-left: auto;
  padding: 5px 10px;
  font-weight: bold;
  border: 1px solid #00007a;
  margin-bottom: 10px;
}

.top-more a:hover {
  text-decoration: none;
}

.wir-block {
  padding: 10px 10px 5px 10px;
  border-radius: 20px;
  -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
  box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
  margin-bottom: 3rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wir-block.b1 {
  border: 1px solid #2c873b;
}

.wir-block.b2 {
  border: 1px solid #7b2c87;
}

.wir-block.b3 {
  border: 1px solid #afba04;
}

.what-if-result .lbl {
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 20px;
  padding: 3px 8px;
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

.r-value {
  font-size: 32px;
  font-weight: bold;
}

.b1 .lbl {
  background-color: #2c873b;
}

.b2 .lbl {
  background-color: #7b2c87;
}

.b3 .lbl {
  background-color: #afba04;
}

.s-result-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.s-result-block:last-child {
  border-bottom: none !important;
}

.s-result-block p {
  margin-bottom: 0px;
}

.what-if-result-container table td.p-info {
  padding-top: 10px;
  padding-bottom: 10px;
}


.s-result-block .prof-pic img {
  max-width: 70px !important;
  max-height: 70px !important;
  box-shadow: none;
}

.s-result-block.t-head {
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.p-salary {
  padding: 0px 5px 0px 15px;
}

.p-salary small {
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;

}

.p-salary .col-xs-4 {
  padding: 0px;
}

.p-salary-values {
  font-size: 16px;
  font-weight: bold;
}

.hr-role-wrapper .add-role-btn {
  float: right;
}

.hr-role {
  margin-bottom: 20px;
}

.hr-role-listing .icon {
  background-size: cover;
  background-position: center;
  border: 1px solid #fff;
  -webkit-box-shadow: -2px 2px 7px rgb(0 0 0 / 80%);
  box-shadow: -2px 2px 7px rgb(0 0 0 / 80%);
  width: 50px;
  height: 50px;
  justify-content: center;
  border-radius: 50px;
  margin-right: 1rem;
  align-items: center;
  display: flex;
  -webkit-box-align: center;
}

.hr-role-listing {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.hr-role-listing .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 12px;
}

.hr-role-listing .left .name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hr-role-listing .left .hr-role-p {
  font-size: 12px;
}

.edit-role-btn {
  padding: 3px 10px;
  font-weight: normal;
  background-color: #e3e3e3 !important;
  background-image: none;
  border: 1px solid #c9c9c9;
  color: #000;
  text-shadow: none;
  font-weight: bold;
}

.hr-role-details {
  flex: 1;
  min-width: 0;
}

.account .block {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  padding: 20px 30px;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  margin-bottom: 30px;
  color: #000;
}

.account .submit_btn,
.account .blue_solid {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 1em;
}

.account input.inp::-webkit-input-placeholder {
  color: #9b9b9b !important;
}

.account input.inp::-moz-placeholder {
  color: #9b9b9b !important;
}

/*
.account .blue_solid{
  padding:10px 20px;
  font-size: 1em;
}

.ap-hrrole .block{
  border: 1px solid #00007a;
}

.ap-account .module-title.m-201{
 background-color: #f57012; 
}

.ap-account .block{
  border: 1px solid #f57012;
}

.ap-pay .module-title.m-201{
  background-color: #f6c917; 
 }
 
.ap-pay .block{
   border: 1px solid #f6c917;
}

.ap-username .module-title.m-201{
  background-color: #876557; 
}
 
.ap-username .block{
   border: 1px solid #876557;
}

.ap-password .module-title.m-201{
  background-color: #6e27b7; 
}
 
.ap-password .block{
   border: 1px solid #6e27b7;
}

*/

.ap .vertical-carousel.with-pic.side-nav .pn-ProductNav_Link {
  height: 100px;
}

.ap .vertical-carousel.with-pic.side-nav .item a div img {
  height: 70px;
}

.account .label-title {
  background-color: #fff;
  color: #9b9b9b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  line-height: 20px;
  padding: 0px 8px;
  margin-bottom: 10px;
  font-weight: bold;
  top: -5px;
  position: absolute;
  font-size: 10px;
  margin-left: 15px;
}

.login-page .navbar-main .navbar-nav>li>a {
  color: #fff !important;
  padding: 10px !important;
  text-align: center;
  margin: 10px 20px 10px 0 !important;
  font-weight: bold;
}


.login-page .navbar-main .navbar-nav>li>a:hover,
.login-page .navbar-main .navbar-nav>li.active>a {
  color: #2253b0 !important;
  background: transparent !important;
  border-bottom: none !important;
}

.login-page,
.signup {
  font-family: 'montserratregular' !important;
}

header.signup-header {
  background-image: url(../hrimages/banner.jpg);
  background-size: cover;
  background-position: 0px -100px !important;
  background-repeat: no-repeat;
  min-height: 150px;
}

.signup-header .navbar-main .navbar-nav>li>a {
  color: #fff !important;
  border-bottom: none;
}

.signup-header .navbar-main .navbar-nav>li.active>a {
  color: #2253b0 !important;
}

.signup-page .controls {
  padding-left: 0px;
}

.p-salary-mobile .row {
  margin-bottom: 5px;
}

.p-salary-mobile .row .col-xs-4 {
  line-height: 15px;
  margin-bottom: 5px;
}

.signout-btn button {
  color: #00007a;
  border-radius: 50px;
  background-color: transparent;
  border: 0;
  outline: none;
  margin-left: auto;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #00007a;
  margin-bottom: 10px;
}

.permissions-wrap label {
  margin-bottom: 0px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

input:checked+.slider {
  background-color: #00007a;
}

input:focus+.slider {
  box-shadow: 0 0 1px #00007a;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.error-res {
  font-size: 15px;
  margin-bottom: 20px;
  margin-left: 50px !important;
}

.error-res span {
  font-size: 15px;
}

.modal-body .error-res {
  margin-left: 20px !important;
}

.unexpected-error {
  padding-bottom: 20px;
}

.unexpected-error h1 {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
}

.unexpected-error p {
  font-size: 15px;
}

.unexpected-error li {
  font-size: 16px;
}

.error-wrap {
  margin: 70px auto;
}

.error-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: auto;
}

@media (max-width: 800px) {
  .error-section {
    width: 100%;
  }

  .error-wrap {
    margin: 20px auto;
  }
}

.error-section .image {
  margin: auto;
  margin-bottom: 2rem;
}

.error-section .image .flaticon {
  display: block;
  margin: auto;
  width: 100px;
}

.error-section .error-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.error-section .content {
  padding: 0 2rem;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 3rem;
  color: #000;
}

@media (max-width: 800px) {
  .error-section .content {
    margin-left: 0;
  }

  .unexpected-error {
    width: 100% !important;
  }
}

.error-section .content h1 {
  font-weight: 800;
  margin-bottom: 3rem;
  color: #000;
  font-size: 3.3rem;
}

@media (max-width: 500px) {
  .error-section .content h1 {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
}

.error-section .content p,
.error-section .content ul li {
  font-size: 1.7rem;
}

.error-section .content ul {
  list-style: none;
  padding: 0;
}

.error-section .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

@media (max-width: 500px) {
  .error-section .content ul li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.error-section .content ul li .icon {
  width: 20px;
  margin-right: 1rem;
}

@media (max-width: 500px) {
  .error-section .content ul li .icon {
    width: 30px;
  }
}

.error-section .content ul li .icon img {
  max-width: 100%;
}

@media (max-width: 500px) {
  .error-section .content ul li .icon img {
    max-width: 30px;
  }

  .error-wrap-modal {
    width: 90%;
  }

}

.error-section .orange_solid {
  margin: auto;
}

.error-section.error-modal {
  width: 100%;
  padding: 3rem 1rem;
  min-height: 200px;
}

.error-section.error-modal .image {
  margin-bottom: 8rem;
}

@media (max-width: 500px) {
  .error-section.error-modal .image {
    margin-bottom: 3rem;
  }
}

.error-section.error-modal .image .flaticon {
  width: 100px;
}

.error-section.error-modal .content {
  margin-left: -3rem;
}

@media (max-width: 500px) {
  .error-section.error-modal .content {
    margin-left: 0;
  }
}

.error-section.error-modal .content h1 {
  font-size: 2.3rem;
}

.error-section.error-modal .content p,
.error-section.error-modal .content ul li {
  font-size: 1.4rem;
}

.error-section.error-modal .content ul li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.denied-modal b {
  font-weight: 800;
  font-size: 2rem;
}

.denied-modal .modal-dialog {
  width: 700px;
}

@media (max-width: 500px) {
  .denied-modal .modal-dialog {
    width: auto;
  }
}

.error-modal {
  background-image: url(../hrimages/view-error-bot.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}


.package {
  border-radius: 20px;
}

.package .subs {
  padding: 15px 10px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.package b {
  font-size: 2.1rem;
}

.package p {
  margin-bottom: 0;
}

.package h3 {
  font-size: 14px;
}

.package .buttons {
  margin-top: 1rem;
}

.package .content {
  padding: 0;
  min-height: 230px;
}

.package .content .group {
  display: flex;
  align-content: flex-start;
  padding: 0;
  margin-bottom: 1rem;
}

.package .content .group.hide {
  display: none;
}

.package .content.extend .group.hide {
  display: flex !important;
}

.package .content .group .icon {
  padding: 0;
  margin-right: 1rem;
}


.show_hide {
  color: #5a5a5a;
  text-decoration: underline;
  cursor: pointer;
  margin: 1rem 0;
}

.row.no-gutters {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  .account .package img {
    width: 30px;
  }

  .package {
    padding-top: 0;
  }
}

.payment-wrap p span {
  font-weight: bold;
}

.payment-wrap h3 {
  margin-top: 0px;
}

.plans .except {
  margin-left: 30px;
}

.plans h3 {
  color: #2c7387;
  font-weight: bold;
  margin-top: 0px;
  font-size: 26px;
}

.plans .limit {
  background-color: #2c7387;
  color: #fff;
  padding: 5px 15px;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  font-weight: bold;
}

.plans .small-home h3 {
  color: #7b2c87;
}

.plans .small-home .limit {
  background-color: #7b2c87;
}

.plans .small-business h3 {
  color: #2c873b;
}

.plans .small-business .limit {
  background-color: #2c873b;
}

.plans .mid-size h3 {
  color: #01947e;
}

.plans .mid-size .limit {
  background-color: #01947e;
}

.plans .large-biz h3 {
  color: #e04f1e;
}

.plans .large-biz .limit {
  background-color: #e04f1e;
}

.plans .unlimited h3 {
  color: #940148;
}

.plans .unlimited .limit {
  background-color: #940148;
}

.plans .icon {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}

.plans .except .icon {
  font-weight: normal;
}

.plans .price {
  padding-top: 80px;

}

.plans .price h4 {
  letter-spacing: -2px;
  margin-bottom: 0px;
}

.plans .price h4 {
  font-size: 36px;
  font-weight: bold;
}

.plans .price-btn {
  font-weight: bold;
  color: #fff;
  border-bottom: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px;
  display: inline-block !important;
  font-size: 20px;
}

.plans .small-home.active {
  border: 4px solid #7b2c87;
}

.plans .free.active .price-btn,
.plans .small-home.active .price-btn,
.plans .small-business.active .price-btn,
.plans .mid-size.active .price-btn,
.plans .large-biz.active .price-btn,
.plans .unlimited.active .price-btn {
  background-color: #737373;
  border: none;
  color: #fff;
  cursor: not-allowed;
}

.free .price-btn {
  border: 2px solid #2c7387;
  color: #2c7387;
}

.plans .free.active {
  border: 4px solid #2c7387;
}

.small-home .price-btn {
  border: 2px solid #2c7387;
  color: #2c7387;
}


.small-business .price-btn {
  border: 2px solid #2c873b;
  color: #2c873b;
}

.plans .small-business.active {
  border: 4px solid #2c873b;
}


.mid-size .price-btn {
  border: 2px solid #2c7387;
  color: #01947e;
}

.plans .mid-size.active {
  border: 4px solid #2c7387;
}


.large-biz .price-btn {
  border: 2px solid #e04f1e;
  color: #e04f1e;
}

.plans .large-biz.active {
  border: 4px solid #e04f1e;
}

.unlimited .price-btn {
  border: 2px solid #940148;
  color: #940148;
}

.plans .unlimited.active {
  border: 4px solid #940148;
}

.delete-btn {
  position: absolute;
  top: -5px;
  left: 5px;
}

.delete-btn img {
  width: 35px;
  object-fit: contain;
  height: auto;
}

.plan-table td {
  vertical-align: middle !important;
}

.plan-table .price {
  padding-top: 0px;
}

.plan-table .price p {
  margin: 0px;
  padding: 5px 0;

}

.plan-table header h5 {
  margin-bottom: 0px;
  color: #2c7387;
  font-weight: bold;
  margin-top: 0px;
  font-size: 18px;
  margin-bottom: 0px;
}

.plan-table th[scope="row"] {
  text-align: right;
  vertical-align: middle !important;
}

.plan-table td {
  text-align: center;
}

.t-header tr th {
  width: 5% !important;
  padding: 20px 10px !important;
}

.plan-table .limit {
  font-size: 10px;
  padding: 7px;
}

.plan-table .small-home h5 {
  color: #7b2c87;
}

.plan-table .small-business h5 {
  color: #2c873b;
}

.plan-table .mid-size h5 {
  color: #01947e;
}

.plan-table .large-biz h5 {
  color: #e04f1e;
}

.plan-table .unlimited h5 {
  color: #940148;
}

.plan-table td img {
  width: 25px !important;
}

.plan-table .slt a {
  font-size: 14px;
  padding: 12px 25px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff !important;
  box-shadow: 6px 9px 20px 0px rgb(0 0 0 / 50%);
  text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
}

.plan-table .slt.s-small a {
  color: #7b2c87;
  border-color: #7b2c87;
  background-color: #7b2c87;
  border: 1px solid #7b2c87;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7b2c87), to(#7b2c87));
  background-image: -webkit-linear-gradient(top, #7b2c87, #7b2c87);
  background-image: -moz-linear-gradient(top, #7b2c87, #7b2c87);
  background-image: -ms-linear-gradient(top, #7b2c87, #7b2c87);
  background-image: -o-linear-gradient(top, #7b2c87, #7b2c87);
  background-image: linear-gradient(to bottom, #7b2c87, #7b2c87);
}

.plan-table .slt.s-smallbiz a {
  color: #2c873b;
  border-color: #2c873b;
  background-color: #2c873b;
  border: 1px solid #2c873b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2c873b), to(#2c873b));
  background-image: -webkit-linear-gradient(top, #2c873b, #2c873b);
  background-image: -moz-linear-gradient(top, #2c873b, #2c873b);
  background-image: -ms-linear-gradient(top, #2c873b, #2c873b);
  background-image: -o-linear-gradient(top, #2c873b, #2c873b);
  background-image: linear-gradient(to bottom, #2c873b, #2c873b);
}

.plan-table .slt.s-mid a {
  color: #01947e;
  border-color: #01947e;
  background-color: #01947e;
  border: 1px solid #01947e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01947e), to(#2c873b));
  background-image: -webkit-linear-gradient(top, #01947e, #2c873b);
  background-image: -moz-linear-gradient(top, #01947e, #2c873b);
  background-image: -ms-linear-gradient(top, #01947e, #2c873b);
  background-image: -o-linear-gradient(top, #01947e, #2c873b);
  background-image: linear-gradient(to bottom, #01947e, #2c873b);
}

.plan-table .slt.s-large a {
  color: #e04f1e;
  border-color: #e04f1e;
  background-color: #e04f1e;
  border: 1px solid #e04f1e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7749), to(#e04f1e));
  background-image: -webkit-linear-gradient(top, #ff7749, #e04f1e);
  background-image: -moz-linear-gradient(top, #ff7749, #e04f1e);
  background-image: -ms-linear-gradient(top, #ff7749, #e04f1e);
  background-image: -o-linear-gradient(top, #ff7749, #e04f1e);
  background-image: linear-gradient(to bottom, #ff7749, #e04f1e);
}

.plan-table .slt.s-unli a {
  color: #940148;
  border-color: #940148;
  background-color: #940148;
  border: 1px solid #940148;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cd0063), to(#940148));
  background-image: -webkit-linear-gradient(top, #cd0063, #940148);
  background-image: -moz-linear-gradient(top, #cd0063, #940148);
  background-image: -ms-linear-gradient(top, #cd0063, #940148);
  background-image: -o-linear-gradient(top, #cd0063, #940148);
  background-image: linear-gradient(to bottom, #cd0063, #940148);
}

.plan-table .p-disabled header h5 {
  color: gray !important;
}

.plan-table .p-disabled .limit {
  background-color: gray !important;
}

.plan-table .p-disabled a {
  color: gray !important;
}

.plan-table .p-active a {
  background-color: gray !important;
  border-color: gray !important;
  color: #fff !important;
  background-image: linear-gradient(to bottom, #808080, #808080) !important;
}

.plans-wrapper {
  background-image: url(../hrimages/view-packages.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.otpInput{
  display: flex;
    justify-content: center;
}

.otpInput input {
  height: 40px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 5px;
  border-radius: 5px;
  background: rgb(238, 242, 243);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(189, 189, 189);
  border-image: initial;
}

#mySearch .delete-btn{
  position: static!important;
}

.iti__country-list{
  width: 300px;
}
.iti--separate-dial-code .iti__selected-flag{
  background-color: transparent!important;
}

.otp-btns button{
  width: 112px;
}

.alert-otp{
  width: 450px;
}

.otp-verified input{
  border-color:#5cb85c!important;
  border-width:1px!important;
}

.otp-verified label{
  background-color:#5cb85c!important;
  border-radius: 100px;
  color:#fff;
  padding:2px 10px;
  z-index: 999;
}

.otp-unverified label{
  background-color:gray;
  border-radius: 100px;
  color:#fff;
  padding:2px 10px;
  z-index: 999;
}

.iti__country-list {
  min-width: 370px;
  max-width: 370px;
}

.signup-page .iti__country-list{
  min-width: 430px;
  max-width: 430px;
}

.otp-verified .iti{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}


.inp_wrap:nth-child(6n-5) .with-label .inp, .inp_wrap:nth-child(6n-5) .inp {
  border-color: #2c7387 !important;
}

.inp_wrap:nth-child(3n-1) .with-label .inp, .inp_wrap:nth-child(3n-1) .inp {
  border-color: #7b2c87 !important;
}

.inp_wrap:nth-child(6n-9) .with-label .inp, .inp_wrap:nth-child(6n-9) .inp {
  border-color: #2c873b !important;
}

.inp_wrap:nth-child(6n-2) .with-label .inp, .inp_wrap:nth-child(6n-2) .inp {
  border-color: #01947e !important;
}

.inp_wrap:nth-child(6n-1) .with-label .inp, .inp_wrap:nth-child(6n-1) .inp {
  border-color: #940131 !important;
}

.inp_wrap:nth-child(6n) .with-label .inp, .inp_wrap:nth-child(6n) .inp  {
  border-color: #afba04 !important;
}
.iti--separate-dial-code .iti__selected-dial-code{
  font-size: 12px;
  margin-top: 2px;
  color:#000;
  font-weight: bold;
}

.iti--allow-dropdown{
  width: 100%;
  margin-top: 5px;
}

.alert-danger{
  background-color: transparent!important;
  border-color: red;
  color:red;
  border-width: 2px;
}

.profile-card{
  display: flex;
  gap:30px;
  align-items: center;
  flex-wrap: wrap;
}

.profile-card.mobile-view{
  gap: 0px;
}

.profile-card.mobile-view{
  flex-direction: column;
}

.profile-card.mobile-view p, .profile-card.mobile-view h4{
  text-align: center!important;
}

.profile-card .btns, .btns.controls{
  display: flex;
  gap: 10px;
  margin-left: auto;
  align-items: center;
}

.btns.controls{
  justify-content: center;
}

.btns.controls button{
  margin:unset!important
}

.profile-card.mobile-view .btns{
  
  margin-left: auto;
  margin-right: auto;
}


.report-item a{
  width: 150px;
  height: auto;
  text-decoration: none;
  color: #888;
  font-size: 1.2em;
  font-family: -apple-system, sans-serif;
  display: inline-block;
  min-height: 44px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.reports-items .col-md-2{
  margin-bottom: 30px;
}

.reports-items .pn-ProductNav_Link{
  height: auto!important;
}

.overtime-page .r-table.inputGroup label:after {
  right: 30px !important;
}

.user-bio.my-201{
  display: flex;
  gap:20px;
  flex-direction: column;
  align-items: center;
}

body.payroll-module{
  background-image: url("../hrimages/payroll-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

.pn-ProductNav_Link.active{
  background-color: #000079!important;
}

.overtime-nav .vertical-carousel.with-pic .pn-ProductNav_Link{
  /*height: 140px!important;*/
}


.data-entry-fields .inp_wrap .fa, .data-entry-fields .inp_wrap .glyphicon{
  left: 30px!important;
}

.new-entry .controls{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.id-search{
  position: absolute;
  top: 10px;
  right: 30px;
  font-weight: bold;
  font-size: 18px;

  display: inline-block;
  padding: 5px;
  border-radius: 100px;
  width: 30px;
  text-align: center;
}

#employeeList .modal-dialog{
  width: 50%;
}

#employeeList .table-entry{
  max-height: 200px;
  overflow-y: scroll;
}

#employeeList .table-entry td{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#employeeList .inputGroup{
  width: 25px;
}

.modal-body .r-table.inputGroup label:after{
  left: 0px!important;
}

div#more, div#more2{display: none;}

.more-btn{
  background-color: #00007a;
  color: #fff;
  border-bottom: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block !important;
}

.more-btn:hover{
  text-decoration: none;
  color:#fff;
  cursor: pointer;
}

.bir-table tr td, .bir-table th{
  color:#000;
}

.pagibig-view h4{
  color:#000;
}

label.small-gray.readonly{
  border-radius: 100px;
  border:1px solid rgb(155, 155, 155);
}
  

input[readonly]{
  background-color: #eee;
  opacity: 1;
  color:#000;
}

.inputGroup.r-table label.tbloption {
  padding: 12px 35px;
}

.sticky-table .inputGroup.r-table label.tbloption {
  padding: 12px 15px;
}


.sticky-table {
  border: 1px solid #ccc;
  
  width: auto;
  height: 550px;
  overflow: auto;
  position: relative;
}

.stick-table th{
  background: #eee;
}
.sticky-table table {
  border-bottom: 1px solid #ccc;
  border-spacing: 0;
  white-space: nowrap;
  table-layout: fixed;
}

.sticky-table thead,
.sticky-table tr>th, .sticky-table td>span {
  position: sticky;
  background: #eee;
}

.sticky-table thead {
  top: 0;
  z-index: 2;
}
.sticky-table tr>th {
  left: 0;
  z-index: 1;
}
.sticky-table thead tr>th:first-child {
  z-index: 3;
}

.sticky-table th,
.sticky-table td {
  height: 50px;
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
  text-align: left;
  padding: 10px;
  font-family: sans-serif;
}
.sticky-table td {
  background: #fff!important;
}
.sticky-table th:first-child {
  border-right-width: 1px;
  border-left: 0;
}
.sticky-table th+td,
.sticky-table th:first-child+th {
  border-left: 0;
}
.sticky-table tbody tr:last-child>* {
  border-bottom: 0;
}
.sticky-table tr>*:last-child {
  border-right: 0;
}

.edit-warning .modal-dialog{
  width: 30%!important;
}

.sticky-table.overtime .inputGroup.r-table label.tbloption{
  padding:12px 30px!important;
}

.dialog-otp .alert.alert-danger{
  color: #a94442;
  background-color: #f2dede!important;
  border-color: #ebccd1;
  padding:8px;
}

.employee-nav{
  width: 100%;
  margin-top: -70px;
    border-radius: 19px;
    background: #FFF;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
}

.employee-nav .pn-ProductNav_Contents{
  padding:10px 10px;
 
}

.employee-nav .pn-ProductNav_Link{
  box-shadow: none;
  width: 70px!important;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  height:fit-content;
  color:#000;
  display: inline-block;
  border-radius: 0px;
  font-weight: bold;
}

.employee-nav .pn-ProductNav_Link img{
  width: 40px;
  height: 40px;
}

.employee-account .main-header{
  background: linear-gradient(180deg, #FFF 0%, #6262fd 100%)!important;
  min-height: 230px;
}

.user-account{
  display: flex; align-items: center;gap: 10px;
  margin-top: 15px;
}

.user-account h4, .user-account p{
  margin: 0px;
}

.user-account img.user-pic {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
}

.employee-account .main-content{
  margin-bottom: 30px;
}

.employee-account .pn-ProductNav_Link.active{
  background-color: transparent!important;
}

.employee-account .pn-ProductNav_Link.active:after{
  color:#fff;
  width: 20px;
  height: 20px;

  content: "\2713";

  line-height: 20px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #00007a;
  z-index: 2;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 0px;
}

.app-module-title{
  font-size: 13px;
  font-weight: bold;
  margin:10px 0px 5px 0px;
  border:2px solid #00007a;
  padding:5px 10px;
  border-radius: 100px;
  width:fit-content;
}

.account-page .main-header{
  min-height: auto!important;
}

.account-page .main-content{
  margin-top: 0px;
  padding-top: 20px;
}

.card-14 header.head-bg {
  background-color: #4453fd;
  background-image: url(../hrimages/account-bg-image-faceid.png);
}

.card-15 header.head-bg {
  background-color: #4453fd;
  background-image: url(../hrimages/account-bg-image-mobile.png);
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.employee-account .switch {
  position: relative;
  display: inline-block;
  width: 50px!important;
  height: 34px;
}

.dashboard-icons{
  width: 100%;
  padding:20px;
  border-radius: 19px;
  background: #FFF;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.10);
  margin-bottom: 20px;
}

.dashboard-icons .col-xs-3, .dashboard-icons .col-md-3{
  text-align: center;
}

.dashboard-icons .d-icon{
  box-shadow: none;
  width: 70px !important;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
  height: fit-content;
  color: #000;
  display: inline-block;
  border-radius: 0px;
  font-weight: bold;
}

.dashboard-icons .d-icon:hover{
  text-decoration: none!important;
}

.dashboard-icons .d-icon.disabled:hover{
  cursor: not-allowed;
}

.dashboard-icons .d-icon img {
  width: 40px;
  height: 40px;
}

.d-icon.disabled img{
  filter: invert(10%) sepia(4%) saturate(5%) hue-rotate(344deg) brightness(92%) contrast(90%);
}

.form-control-date{
  padding-left: 30px!important;
}

.filter-btn::after{
  top: 55%!important;
}

.filter-btn::before{
  bottom: 55%!important;
}

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before{
  font-weight: 900!important;
  font-size: 20px;
}