@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;
}

#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);
}

.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-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-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-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-button.card-12 {
  border: 2px solid #940131;
}
.card-12 header.head-bg {
  background-color: #940131;
  background-image: url(../hrimages/account-bg-image-password.png);
}

/*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;
}

.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);
}

.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 {
  text-align: center;
  border: 1px solid #ececec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 20px;
  background-color: #fff;
}

.package p {
  font-size: 0.8em;
}

.package div {
  padding: 5px 10px 0px 10px;
}

.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: 24px !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: 1;
}
.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;
}

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;
}

/*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: 360px) {
  .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) {
  .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) {
  .center-mobile > div {
    text-align: center;
  }
  .copyright span {
    line-height: 0px;
  }

  .view_module .edit_btn,
  .new-entry-btn {
    float: none;
    width: 65px !important;
    padding: 5px !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: 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;
  }
}

.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;
}

@media (max-width: 991px) {
  .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 {
  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 {
  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 {
  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;
}

.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: 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;
}

.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 {
  width: 100% !important;
}

input.inp::-webkit-input-placeholder {
  color: #fff !important;
}

input.inp::-moz-placeholder {
  color: #fff !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 {
  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;
}

.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 .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) {
  .reports-nav .reports-links.active .nav-cap{
    color:#fff!important;
  }
  #exportModal .modal-dialog{
    width: 80%;
  }
  
  .inputGroup input:checked ~ label:after {
    font-size: 12px !important;
    line-height: 12px !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;
  }
  .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: 16px;
  -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 20px;
}

.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;
}

.login-page .form_wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  color: #fff;
  margin: 50px 0 100px 0;
}

.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 .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: rgb(88, 88, 88);
}

.vertical-carousel .carousel-indicators li {
  border: 1px solid rgb(88, 88, 88);
}

.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;
}

.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 .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 !important;
}

.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 99999px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 9999;
  pointer-events: auto;
  transition: all 0.5s ease;
  border-radius: 100px;
}

.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;
}

.page-status .r-table.inputGroup label:after {
  right: 75px !important;
}

@media (max-width: 768px) {
  .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{
  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) {
  .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;
}