/* [Recruiter_HomePage : ] */
/* [/Recruiter_HomePage : ] */
/* [Recruiter_HomePage : ] */
/* [/Recruiter_HomePage : ] */
/* [Recruiter_HomePage : ] */
/* [/Recruiter_HomePage : ] */
.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both;
  overflow: auto; }

.mr-20 {
  margin-right: 20px; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #155d9a; }
  a.dark-link {
    color: #2b2b2b; }
  a:hover {
    text-decoration: underline; }

p {
  margin: 0; }

body.posf {
  overflow: hidden;
  height: 100vh; }

.body-overlay, .loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  cursor: pointer;
  opacity: 1;
  visibility: visible; }

.body-overlay {
  background: rgba(0, 0, 0, 0.4); }
  .body-overlay .close-resume-modal {
    position: fixed;
    top: 25px;
    left: 25px;
    background-color: #f9f8fa;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 100;
    -webkit-transform: translateZ(0); }
    .body-overlay .close-resume-modal img {
      width: 35px; }

.loading-overlay {
  background: rgba(255, 255, 255, 0.4); }

.hidden {
  display: none !important; }

.danger-button {
  background: #b66666 !important;
  margin: 5px 0; }

@media all and (max-width: 768px) {
  .hidden-mobile {
    display: none !important; }
  .chat_container {
    display: none !important; }
  .view-resume-modal .send-message {
    display: none !important; } }

@media all and (min-width: 769px) {
  .visible-mobile {
    display: none !important; } }

.clearfix {
  display: table;
  clear: both; }

.center {
  text-align: center; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes fader {
  0% {
    opacity: 0.6; }
  40% {
    opacity: 0.2; }
  80% {
    opacity: 0.3; }
  100% {
    opacity: 0.5; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

/*SPINNING LOADER SAME AS RECRUITER*/
.lds-spinner {
  text-align: center;
  color: black;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite; }

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 21px;
  left: 31px;
  width: 2px;
  height: 6px;
  border-radius: 20%;
  background: #737373; }

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*HORIZONTAL BOUNCE LOADER SAME AS RECRUITER*/
.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.toast-notification-container {
  position: fixed;
  bottom: -200px;
  padding: 10px;
  background-color: #757575;
  left: 15px;
  line-height: 1.5;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 3000; }
  .toast-notification-container.show {
    bottom: 15px; }
  .toast-notification-container.error {
    background-color: #b66666; }
  .toast-notification-container.success {
    background-color: #149075; }
  .toast-notification-container.warning {
    background-color: #757575; }
  .toast-notification-container.info {
    background-color: #1AA2B8; }
  .toast-notification-container .notification-icon img {
    height: 20px;
    width: 20px; }
  .toast-notification-container .notification-icon, .toast-notification-container .notification-message {
    display: table-cell;
    vertical-align: middle;
    padding: 10px; }
  .toast-notification-container .notification-message p {
    color: #FFF;
    font-family: "Droid Sans";
    font-size: 14px; }

.page-content.show-mobile-filter .page-header {
  display: none; }

.page-content.show-mobile-filter .page-body .filter-container {
  display: block;
  width: 100%;
  padding: 0; }

.page-content.show-mobile-filter .page-body .wrapper.right {
  display: none; }

.verified-detail {
  font-size: 18px;
  color: #149075; }

.inline-spinner {
  height: 20px;
  width: 20px;
  display: inline-block;
  border: 2px solid #f3f3f3;
  position: relative;
  top: 1px;
  border-top: 4px solid #149075;
  animation: spin 1500ms linear infinite;
  border-radius: 50%; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media all and (max-width: 480px) {
  .toast-notification-container {
    right: 15px; }
  .body-overlay .close-resume-modal img {
    width: 25px; } }

@keyframes anim-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

span.loading {
  display: inline-block;
  font-size: 1em;
  height: 1em;
  line-height: 1;
  margin: .1em;
  animation: anim-rotate 1s infinite linear;
  color: #b0b0b0;
  margin-left: 0px;
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3); }

input:disabled,
select:disabled {
  border: 1px solid #ececec;
  background-color: #f8f8f8;
  border-radius: 2px;
  cursor: not-allowed; }

body > .header .predefined_queries, body > .header .profile_actions, body > .header .navigation {
  display: none; }

body > .header .bookmarked-link, body > .header .commented-link, body > .header .saved-queries-link, body > .header .tagged-link {
  display: none; }

.page-title span.byline {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal; }

.chat_container {
  display: none; }

.page-wrap {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  text-align: left; }
  .page-wrap .wrap-header {
    padding: 40px;
    border-bottom: 1px solid #e8e8e8; }
    .page-wrap .wrap-header .limit-content {
      display: inline-block;
      vertical-align: top;
      padding-left: 20px; }
      .page-wrap .wrap-header .limit-content h4 {
        margin-bottom: 15px; }
      .page-wrap .wrap-header .limit-content .contact-person-info {
        margin: 15px 0 0 0; }
  .page-wrap .wrap-footer {
    padding: 40px;
    display: table; }
    .page-wrap .wrap-footer .wrap-image {
      width: 50%;
      display: table-cell;
      vertical-align: middle; }
      .page-wrap .wrap-footer .wrap-image img {
        display: block;
        margin: 0 auto;
        width: 75%; }
    .page-wrap .wrap-footer .wrap-content {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      text-align: left; }
      .page-wrap .wrap-footer .wrap-content h1 {
        font-size: 34px;
        font-weight: bold;
        letter-spacing: 1px; }

@media all and (max-width: 992px) {
  .page-wrap .wrap-header {
    padding: 30px; }
    .page-wrap .wrap-header .limit-image {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
  .page-wrap .wrap-footer .wrap-image, .page-wrap .wrap-footer .wrap-content {
    width: 100%;
    display: block;
    float: none; }
  .page-wrap .wrap-footer .wrap-image {
    margin-bottom: 30px; }
  .page-wrap .wrap-footer .wrap-content h1 {
    font-size: 24px;
    margin-bottom: 15px; } }

@media all and (max-width: 600px) {
  .page-wrap .wrap-header, .page-wrap .wrap-footer {
    padding: 20px; }
  .page-wrap .wrap-header .limit-content {
    padding-left: 0; }
  .page-wrap .wrap-footer .wrap-content h1 {
    font-size: 22px; } }

body {
  background-color: #F7F7F7; }
  body .page-wrap {
    width: 100%;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    text-align: center; }
    body .page-wrap .blockquote {
      text-align: center;
      font-style: italic;
      font-size: 18px;
      font-family: 'Droid Sans';
      line-height: 1.5; }
    body .page-wrap p {
      margin-top: 10px; }

.main-wrapper {
  height: 100%;
  position: relative; }

.inline-spinner {
  height: 80px;
  width: 80px;
  margin: 50px 0 20px 0;
  border-width: 5px; }

h3 {
  font-family: 'Droid Sans';
  font-size: 16px;
  color: #808080; }
