@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600|Ubuntu&subset=latin-ext");
body {
  background-color: #fff;
  color: #212121;
  padding-top: 62px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Ubuntu,sans-serif;
  font-weight: 500; }

.content {
  padding-bottom: 30px; }

.no-cursor {
  pointer-events: none; }

.float-right {
  float: right; }

.float-left {
  float: left; }

a {
  cursor: pointer;
  color: #009BDE; }
  a:focus, a:hover {
    color: #0077ab; }
  a.copy-link {
    color: #212121; }

.text-muted {
  color: #555; }

.content-white {
  white-space: pre-line; }

.close {
  font-size: 35px;
  color: #000;
  opacity: .6;
  filter: alpha(opacity=60); }

.dl-horizontal dt {
  text-align: left !important; }

.dl-horizontal.dl-h-forced dt {
  float: left;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80px; }

.dl-horizontal.dl-h-forced dd {
  margin-left: 90px; }

.col-green {
  color: #398439; }

.btn {
  border-color: #212121;
  color: #212121;
  border-radius: 2px;
  background: #fff; }
  .btn:hover, .btn:focus {
    border-color: #333;
    color: #333;
    background: #fff; }
  .btn.alert-success {
    border-color: #3c763d; }
  .btn.alert-danger {
    border-color: #a94442;
    color: #a94442; }
  .btn.btn-link {
    color: #337ab7;
    border-color: transparent;
    background-color: transparent; }
  .btn.btn-primary {
    background-color: #F45D4C;
    border-color: #f34734;
    font-family: museo-sans-rounded,Arial,sans-serif;
    color: #fff; }
    .btn.btn-primary:focus, .btn.btn-primary:hover {
      background-color: #f34734;
      border-color: #f34734;
      color: #fff; }
    .btn.btn-primary:active, .btn.btn-primary.active,
    .open > .btn.btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #F45D4C;
      border-color: #F45D4C; }
      .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus,
      .open > .btn.btn-primary.dropdown-toggle:hover,
      .open > .btn.btn-primary.dropdown-toggle:focus,
      .open > .btn.btn-primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #f34734;
        border-color: #f34734; }
    .btn.btn-primary:active, .btn.btn-primary.active,
    .open > .btn.btn-primary.dropdown-toggle {
      background-image: none;
      background-color: #dc3b2a;
      border-color: #dc3b2a; }
    .btn.btn-primary.disabled, .btn.btn-primary.disabled:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary.disabled:active, .btn.btn-primary.disabled.active, .btn.btn-primary[disabled], .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled].focus, .btn.btn-primary[disabled]:active, .btn.btn-primary[disabled].active,
    fieldset[disabled] .btn.btn-primary,
    fieldset[disabled] .btn.btn-primary:hover,
    fieldset[disabled] .btn.btn-primary:focus,
    fieldset[disabled] .btn.btn-primary.focus,
    fieldset[disabled] .btn.btn-primary:active,
    fieldset[disabled] .btn.btn-primary.active {
      background-color: #f34734;
      border-color: #f34734; }
  .btn.btn--primary {
    background-color: #81368b;
    border-color: #69287c;
    font-family: museo-sans-rounded,Arial,sans-serif;
    color: #fff; }
    .btn.btn--primary:focus, .btn.btn--primary.focus {
      background-color: #69287c;
      border-color: #69287c;
      color: #fff; }
    .btn.btn--primary:hover {
      background-color: #69287c;
      border-color: #69287c;
      color: #fff; }
    .btn.btn--primary:active, .btn.btn--primary.active,
    .open > .btn.btn--primary.dropdown-toggle {
      color: #fff;
      background-color: #81368b;
      border-color: #69287c; }
      .btn.btn--primary:active:hover, .btn.btn--primary:active:focus, .btn.btn--primary:active.focus, .btn.btn--primary.active:hover, .btn.btn--primary.active:focus, .btn.btn--primary.active.focus,
      .open > .btn.btn--primary.dropdown-toggle:hover,
      .open > .btn.btn--primary.dropdown-toggle:focus,
      .open > .btn.btn--primary.dropdown-toggle.focus {
        color: #fff;
        background-color: #69287c;
        border-color: #69287c; }
    .btn.btn--primary:active, .btn.btn--primary.active,
    .open > .btn.btn--primary.dropdown-toggle {
      background-image: none; }
    .btn.btn--primary.disabled, .btn.btn--primary.disabled:hover, .btn.btn--primary.disabled:focus, .btn.btn--primary.disabled.focus, .btn.btn--primary.disabled:active, .btn.btn--primary.disabled.active, .btn.btn--primary[disabled], .btn.btn--primary[disabled]:hover, .btn.btn--primary[disabled]:focus, .btn.btn--primary[disabled].focus, .btn.btn--primary[disabled]:active, .btn.btn--primary[disabled].active,
    fieldset[disabled] .btn.btn--primary,
    fieldset[disabled] .btn.btn--primary:hover,
    fieldset[disabled] .btn.btn--primary:focus,
    fieldset[disabled] .btn.btn--primary.focus,
    fieldset[disabled] .btn.btn--primary:active,
    fieldset[disabled] .btn.btn--primary.active {
      background-color: #69287c;
      border-color: #69287c; }
  .btn.btn--accent {
    background-color: #81368b;
    border-color: #81368b;
    color: #fff; }
    .btn.btn--accent:focus, .btn.btn--accent.focus, .btn.btn--accent:hover {
      background-color: #0090c0;
      border-color: #0090c0;
      color: #fff; }
    .btn.btn--accent:active, .btn.btn--accent.active,
    .open > .btn.btn--accent.dropdown-toggle {
      color: #fff;
      background-color: #81368b;
      border-color: #81368b; }
      .btn.btn--accent:active:hover, .btn.btn--accent:active:focus, .btn.btn--accent:active.focus, .btn.btn--accent.active:hover, .btn.btn--accent.active:focus, .btn.btn--accent.active.focus,
      .open > .btn.btn--accent.dropdown-toggle:hover,
      .open > .btn.btn--accent.dropdown-toggle:focus,
      .open > .btn.btn--accent.dropdown-toggle.focus {
        color: #fff;
        background-color: #0090c0;
        border-color: #0090c0; }
    .btn.btn--accent:active, .btn.btn--accent.active,
    .open > .btn.btn--accent.dropdown-toggle {
      background-image: none; }
    .btn.btn--accent.disabled, .btn.btn--accent.disabled:hover, .btn.btn--accent.disabled:focus, .btn.btn--accent.disabled.focus, .btn.btn--accent.disabled:active, .btn.btn--accent.disabled.active, .btn.btn--accent[disabled], .btn.btn--accent[disabled]:hover, .btn.btn--accent[disabled]:focus, .btn.btn--accent[disabled].focus, .btn.btn--accent[disabled]:active, .btn.btn--accent[disabled].active,
    fieldset[disabled] .btn.btn--accent,
    fieldset[disabled] .btn.btn--accent:hover,
    fieldset[disabled] .btn.btn--accent:focus,
    fieldset[disabled] .btn.btn--accent.focus,
    fieldset[disabled] .btn.btn--accent:active,
    fieldset[disabled] .btn.btn--accent.active {
      background-color: #0090c0;
      border-color: #0090c0; }

.btn-fav {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0;
  color: #81368B;
  float: right;
  font-size: 14px;
  text-align: center;
  height: 78px;
  width: 64px;
  z-index: 99;
  position: relative; }
  .btn-fav:focus, .btn-fav.focus, .btn-fav:hover, .btn-fav.btn-active {
    border-color: #702f79;
    background-color: #81368B;
    color: #fff; }

.row-condensed {
  margin-left: -6.25px;
  margin-right: -6.25px; }

.row-condensed .col-lg-1,
.row-condensed .col-lg-10,
.row-condensed .col-lg-11,
.row-condensed .col-lg-12,
.row-condensed .col-lg-2,
.row-condensed .col-lg-3,
.row-condensed .col-lg-4,
.row-condensed .col-lg-5,
.row-condensed .col-lg-6,
.row-condensed .col-lg-7,
.row-condensed .col-lg-8,
.row-condensed .col-lg-9,
.row-condensed .col-md-1,
.row-condensed .col-md-10,
.row-condensed .col-md-11,
.row-condensed .col-md-12,
.row-condensed .col-md-2,
.row-condensed .col-md-3,
.row-condensed .col-md-4,
.row-condensed .col-md-5,
.row-condensed .col-md-6,
.row-condensed .col-md-7,
.row-condensed .col-md-8,
.row-condensed .col-md-9,
.row-condensed .col-sm-1,
.row-condensed .col-sm-10,
.row-condensed .col-sm-11,
.row-condensed .col-sm-12,
.row-condensed .col-sm-2,
.row-condensed .col-sm-3,
.row-condensed .col-sm-4,
.row-condensed .col-sm-5,
.row-condensed .col-sm-6,
.row-condensed .col-sm-7,
.row-condensed .col-sm-8,
.row-condensed .col-sm-9,
.row-condensed .col-xs-1,
.row-condensed .col-xs-10,
.row-condensed .col-xs-11,
.row-condensed .col-xs-12,
.row-condensed .col-xs-2,
.row-condensed .col-xs-3,
.row-condensed .col-xs-4,
.row-condensed .col-xs-5,
.row-condensed .col-xs-6,
.row-condensed .col-xs-7,
.row-condensed .col-xs-8,
.row-condensed .col-xs-9 {
  padding-left: 6.25px;
  padding-right: 6.25px; }

/* Vertical spacing */
.space-top {
  padding-top: 18.75px; }

.space-0 {
  margin-bottom: 0px; }

.space-top-0 {
  margin-top: 0px; }

.space-1 {
  margin-bottom: 6.25px; }

.space-top-1 {
  margin-top: 6.25px; }

.space-2 {
  margin-bottom: 12.5px; }

.space-top-2 {
  margin-top: 12.5px; }

.space-3 {
  margin-bottom: 18.75px; }

.space-top-3 {
  margin-top: 18.75px; }

.space-4 {
  margin-bottom: 25px; }

.space-top-4 {
  margin-top: 25px; }

.space-5 {
  margin-bottom: 31.25px; }

.space-top-5 {
  margin-top: 31.25px; }

.space-6 {
  margin-bottom: 37.5px; }

.space-top-6 {
  margin-top: 37.5px; }

.space-7 {
  margin-bottom: 43.75px; }

.space-top-7 {
  margin-top: 43.75px; }

.space-8 {
  margin-bottom: 50px; }

.space-top-8 {
  margin-top: 50px; }

/**/
#page-wrapper {
  padding: 0; }

@media (min-width: 768px) {
  #page-wrapper {
    margin-left: 0; } }

@media (min-width: 768px) {
  .col-2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }

.ellipsis-1 {
  display: block;
  display: -webkit-box;
  max-width: 740px;
  height: 20px;
  margin: 0 auto;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

h3 .ellipsis-1 {
  height: 26px; }

h1 .ellipsis-1 {
  height: 42px; }

.ellipsis-2 {
  display: block;
  display: -webkit-box;
  max-width: 700px;
  height: 38px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.ellipsis-3 {
  display: block;
  display: -webkit-box;
  max-width: 700px;
  height: 60px;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.crop-image {
  position: relative; }
  .crop-image .btn-crop {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
    color: #fff;
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9; }
  .crop-image:hover .btn-crop {
    display: block; }

.form-control.has-error {
  color: #a94442;
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.select2-container--default.select2-container {
  width: 100% !important;
  border-radius: 4px; }

.select2-search input {
  -webkit-box-shadow: none;
  box-shadow: none; }

.combodate select {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-nocontrol {
  display: block;
  width: 100%;
  padding: 6px 0;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  border: 1px solid transparent; }

.password-field {
  position: relative; }
  .password-field .btn-toggle-password {
    color: #212121;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .password-field .btn-toggle-password:hover {
      text-decoration: none; }

.password-validation ul {
  font-size: 12px;
  padding-left: 0;
  list-style: none;
  margin-top: 10px; }
  .password-validation ul li {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    @media (min-width: 768px) {
      .password-validation ul li {
        float: left;
        width: 50%; } }
    .password-validation ul li:before {
      content: "";
      width: 6px;
      height: 6px;
      background: #F45D4C;
      border-radius: 10px;
      display: inline-block;
      margin: -2px 8px 0 0;
      vertical-align: middle; }
    .password-validation ul li.done {
      color: #777; }
      .password-validation ul li.done:before {
        background: #fddfdc; }
  .password-validation ul:after {
    clear: both;
    content: " ";
    display: table; }

.radio label, .checkbox label, .radio-inline, .checkbox-inline {
  padding-left: 26px; }

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  height: 18px;
  width: 18px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  margin-right: 4px;
  margin-top: 0;
  margin-left: -25px;
  vertical-align: bottom;
  line-height: normal; }
  .checkbox input[type="checkbox"]:after,
  .checkbox-inline input[type="checkbox"]:after {
    background-color: #fff;
    border: 1px solid #c4c4c4;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    height: 19px;
    width: 19px; }
  .checkbox input[type="checkbox"]:checked,
  .checkbox-inline input[type="checkbox"]:checked {
    outline: 0; }
  .checkbox input[type="checkbox"]:checked:before,
  .checkbox-inline input[type="checkbox"]:checked:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 14px;
    text-align: center;
    width: 18px;
    line-height: 18px;
    color: #d44950;
    z-index: 8; }

.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  height: 18px;
  width: 18px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  margin-right: 4px;
  margin-top: 0;
  vertical-align: bottom;
  line-height: normal; }
  .radio input[type="radio"]:after,
  .radio-inline input[type="radio"]:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -1px;
    background-color: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 50%; }
  .radio input[type="radio"]:checked,
  .radio-inline input[type="radio"]:checked {
    outline: 0; }
  .radio input[type="radio"]:checked:before,
  .radio-inline input[type="radio"]:checked:before {
    color: green;
    font-family: FontAwesome;
    font-size: 15px;
    text-align: center;
    content: "\f111";
    position: absolute;
    left: -2px;
    top: -1px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    z-index: 8; }

.listing-names-examples .radio input[type="radio"],
.listing-names-examples .radio-inline input[type="radio"],
.listing-names-examples .checkbox input[type="checkbox"],
.listing-names-examples .checkbox-inline input[type="checkbox"],
.col-2 .radio input[type="radio"],
.col-2 .radio-inline input[type="radio"],
.col-2 .checkbox input[type="checkbox"],
.col-2 .checkbox-inline input[type="checkbox"] {
  margin-top: -1px; }

.google-map {
  margin-left: -15px;
  margin-right: -15px; }
  .google-map .gm-style {
    font-family: museo-sans-rounded,Arial,sans-serif; }
    .google-map .gm-style .gm-style-iw {
      font-weight: normal !important;
      top: 0 !important;
      left: 0 !important; }
  .google-map .profile-info {
    width: 300px; }
    .google-map .profile-info .panel-header {
      border-bottom: 0 none;
      padding: 10px; }
      .google-map .profile-info .panel-header h3 {
        margin: 0; }
      .google-map .profile-info .panel-header a:hover {
        text-decoration: none; }
    .google-map .profile-info .panel-body {
      padding-bottom: 0; }
    .google-map .profile-info div p:last-child {
      margin-bottom: 0; }

.google-map-career .profile-info .panel-header {
  border-left: 9px solid #81368b; }
  .google-map-career .profile-info .panel-header .screen-title a {
    color: #81368b !important; }

.google-map-seeker .profile-info .panel-header {
  border-left: 9px solid #009bde; }
  .google-map-seeker .profile-info .panel-header .screen-title a {
    color: #009bde !important; }

.job-listing-view {
  padding-bottom: 70px; }
  .job-listing-view .disable-map {
    padding-bottom: 27.25%;
    position: relative;
    margin-bottom: 20px; }

.loading {
  background: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  right: 0; }
  .loading .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px; }
    @media all and (min-width: 768px) {
      .loading .ico {
        top: 50%; } }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #7A6A8A;
  z-index: 9990; }

.pace-progress {
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  border-radius: 50%; }

.pace-progress:after {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  content: attr(data-progress);
  display: block;
  font-size: 24px;
  font-family: 'museo-sans-rounded', Arial, sans-serif;
  font-weight: 300; }

.pace-progress .pace-progress-inner {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  left: 25px;
  top: 0; }

.pace-progress .pace-progress-inner:before,
.pace-progress .pace-progress-inner:after {
  position: absolute;
  width: 50px;
  height: 50px;
  content: ' ';
  left: -25px;
  top: 0;
  box-sizing: border-box;
  border: 3px solid;
  border-radius: 50%; }

ul.list-data {
  color: #009bde; }
  ul.list-data li {
    padding: 0; }
    ul.list-data li strong {
      color: #212121;
      font-weight: 400; }
    ul.list-data li + li:after {
      color: #777;
      content: "|\00a0";
      padding-left: 5px;
      display: inline-block; }
    ul.list-data li:last-child:after {
      content: "";
      display: inline-block; }

ul.tags {
  margin-bottom: 0; }
  ul.tags > li {
    padding: 2px 0; }

.modal {
  border-radius: 0; }
  @media (min-width: 768px) {
    .modal.modal-body .inner {
      padding: 10px; } }

.period-time {
  margin: 0;
  padding: 0;
  list-style: none; }
  .period-time li {
    float: left; }
    .period-time li:first-child {
      margin-right: 6px; }
      @media (min-width: 768px) {
        .period-time li:first-child .period-time li:first-child {
          margin-right: 0; } }

.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
     * /!\ By using this feature, you force the header and footer to be placed
     * in an absolute position. You must handle by yourself the margin of the
     * content.
     */ }
  .modal.modal-fullscreen .modal-dialog,
  .modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%; }
  .modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    padding-top: 64px; }
  .modal.modal-fullscreen.force-fullscreen .modal-header,
  .modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
    background-color: #fff; }
  .modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
    z-index: 9; }
  .modal.modal-fullscreen.force-fullscreen .modal-body {
    overflow: scroll;
    height: 100%;
    padding-bottom: 70px; }
  .modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0; }

.multi-select .btn {
  margin-bottom: 4px !important; }

.multi-select-options label {
  padding-bottom: 8px;
  padding-top: 8px; }

.navbar {
  background: #81368B;
  margin-bottom: 0;
  top: 0;
  width: 100%;
  z-index: 1030;
  min-height: 40px;
  border-radius: 0;
  border-bottom-color: #81368B; }

.navbar-brand {
  height: auto;
  float: right;
  margin-right: 30px; }
  .navbar-brand img {
    width: 120px !important;
    height: 31px !important; }

.navbar-toggle {
  margin-top: 13px;
  margin-bottom: 14px; }
  .navbar-toggle .icon-bar {
    background-color: #ffffff; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: block; } }

@media (min-width: 768px) {
  .navbar-header {
    float: none; } }

.btn-bar {
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  margin-right: 15px;
  margin-top: 11px;
  margin-bottom: 10px;
  margin-left: 15px; }
  .btn-bar .bar1,
  .btn-bar .bar2,
  .btn-bar .bar3 {
    position: absolute;
    top: 10px;
    left: 9px;
    display: block;
    font-size: 10px;
    padding: 0;
    -webkit-appearance: none;
    color: #fff;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transform: rotate(0deg); }
  .btn-bar .bar1.active {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease-in; }
  .btn-bar .bar2 {
    top: 18px; }
    .btn-bar .bar2.active {
      left: 20px;
      background-color: transparent;
      -webkit-transition: all 0.2s ease-in; }
  .btn-bar .bar3 {
    top: 26px; }
    .btn-bar .bar3.active {
      top: 18px;
      -webkit-transform: rotate(135deg);
      -webkit-transition: all 0.2s ease-in; }

.overlay {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, width .35s;
  z-index: 102; }
  @media (max-width: 767px) {
    .overlay {
      background: #81368B; } }
  @media (min-width: 768px) {
    .overlay:before {
      content: '';
      background: #81368B;
      left: -55%;
      top: 0;
      width: 50%;
      height: 100%;
      position: absolute;
      transition: left .35s ease; }
    .overlay:after {
      content: '';
      background: #81368B;
      right: -55%;
      top: 0;
      width: 50%;
      height: 100%;
      position: absolute;
      transition: all .35s ease; } }
  .overlay.open {
    visibility: visible;
    height: 100%; }
    .overlay.open a {
      opacity: 1;
      animation: fadeInRight .5s ease forwards; }
    .overlay.open:before {
      left: 0; }
    .overlay.open:after {
      right: 0; }
  .overlay nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding: 15px;
    padding-top: 60px;
    position: relative;
    z-index: 100; }
    @media (min-width: 768px) {
      .overlay nav {
        padding-top: 150px; } }
    @media (max-width: 767px) {
      .overlay nav {
        height: 100vh;
        overflow: scroll; } }
    .overlay nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (min-width: 768px) {
        .overlay nav ul {
          float: left;
          width: 50%; } }
      .overlay nav ul li a {
        display: block;
        position: relative;
        text-decoration: none;
        overflow: hidden;
        color: #fff;
        padding: 6px 12px;
        font-size: 18px;
        opacity: 0;
        animation: fadeInRight .5s ease forwards; }
        .overlay nav ul li a:hover {
          opacity: .8; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

.nav-tabs > li > a {
  border-color: #eee #eee #ddd;
  text-decoration: none;
  background-color: #eee; }

.tab-content {
  padding-top: 20px;
  padding-bottom: 20px; }

.panel {
  border-color: #ddd; }
  .panel .panel-header {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd; }
    .panel .panel-header h4 {
      margin: 0; }
  .panel .value {
    font-size: 24px; }
  .panel.panel-primary {
    border-color: #009BDE; }
    .panel.panel-primary > .panel-heading {
      color: #fff;
      background-color: #009BDE;
      border-color: #009BDE; }
    .panel.panel-primary.dark {
      border-color: #2980b9; }
      .panel.panel-primary.dark > .panel-heading {
        color: #fff;
        background-color: #2980b9;
        border-color: #2980b9; }
    .panel.panel-primary.green {
      border-color: #1abc9c; }
      .panel.panel-primary.green > .panel-heading {
        color: #fff;
        background-color: #1abc9c;
        border-color: #1abc9c; }
  .panel.panel-success {
    border-color: #81368B; }
    .panel.panel-success > .panel-heading {
      color: #fff;
      background-color: #81368B;
      border-color: #81368B; }
  .panel.panel-info {
    border-color: #F45D4C; }
    .panel.panel-info > .panel-heading {
      color: #fff;
      background-color: #F45D4C;
      border-color: #F45D4C; }
  .panel.panel-warning {
    border-color: #f39c12; }
    .panel.panel-warning > .panel-heading {
      color: #fff;
      background-color: #f39c12;
      border-color: #f39c12; }

.panel-card {
  border: 1px solid #ddd;
  border-radius: 2px;
  position: relative; }
  .panel-card .panel-header {
    border-bottom-color: transparent;
    padding: 10px 15px; }
    .panel-card .panel-header h3 {
      margin-top: 0;
      margin-bottom: 0; }
  .panel-card .panel-body {
    padding-top: 0; }
  .panel-card .panel-footer {
    background-color: transparent;
    border-color: transparent; }

.main-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.panel-card-profile .panel-header .thumb {
  border-radius: 50%;
  height: 78px;
  width: 78px;
  float: left;
  margin-right: 20px; }

.panel-sidebar .panel-default {
  background-color: transparent;
  border-color: transparent; }
  .panel-sidebar .panel-default .panel-header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px; }
    .panel-sidebar .panel-default .panel-header h3, .panel-sidebar .panel-default .panel-header h4 {
      margin-top: 0; }
  .panel-sidebar .panel-default .panel-body {
    padding: 0; }
    .panel-sidebar .panel-default .panel-body ul {
      padding-left: 20px;
      list-style: none;
      margin: 0; }
      .panel-sidebar .panel-default .panel-body ul.dashed > li:before {
        content: "- "; }

.panel-sidebar .panel-trust .fa-check-circle {
  color: #398439; }

.panel-sidebar .panel-trust .fa-exclamation-triangle {
  color: #f0ad4e; }

.panel-sidebar .panel-trust .fa-times {
  color: red; }

.panel-group .panel-heading {
  padding: 0; }
  .panel-group .panel-heading .panel-title a {
    display: block;
    padding: 10px 15px; }

#personal-details .thumb {
  float: left;
  height: 80px;
  width: 80px;
  margin-right: 10px; }

.panel-picture {
  margin-bottom: 20px; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9; }

.panel-purple > .panel-heading {
  color: #fff;
  background-color: #009bde;
  /*#8e44ad*/
  border-color: #009bde; }

.panel-green > .panel-heading {
  color: #fff;
  background-color: #16a085;
  border-color: #16a085; }

.panel-title {
  font-size: 14px; }

.panel-business-card .panel-header .business-logo {
  height: 60px;
  width: 60px;
  margin-right: 10px; }

.panel-card-carer .panel-header .carer-profile-image {
  float: left;
  margin-right: 20px; }
  .panel-card-carer .panel-header .carer-profile-image a {
    display: block;
    position: relative; }
  .panel-card-carer .panel-header .carer-profile-image .thumb {
    border-radius: 50%;
    height: 78px;
    width: 78px; }
  .panel-card-carer .panel-header .carer-profile-image .item-badge {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -10px;
    bottom: 0; }

.panel-card-carer .panel-header h3 {
  margin-top: 0;
  margin-bottom: 0; }
  .panel-card-carer .panel-header h3 a {
    color: inherit; }

.panel-card-carer .panel-body {
  padding-top: 0; }

.panel-card-carer .panel-footer {
  background: transparent; }
  .panel-card-carer .panel-footer .list-services span {
    margin: 0 5px;
    position: relative; }
    .panel-card-carer .panel-footer .list-services span:first-child {
      margin-left: 0; }

@media (max-width: 767px) {
  .panel-details .btn-add {
    position: absolute;
    top: 0;
    right: 15px; } }

.panel-details .panel-details-content {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .panel-details .panel-details-content:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0; }

.panel-jobintro .btn-fav {
  color: #009bde;
  border-color: #0089c5; }
  .panel-jobintro .btn-fav:hover, .panel-jobintro .btn-fav:focus {
    border-color: #0089c5;
    background-color: #0089c5;
    color: #fff; }

@media (min-width: 768px) {
  .panel-jobintro .has-fav-btn h1 {
    padding-right: 2.5em; } }

.panel-jobintro .panel-header {
  position: relative;
  padding-left: 25px; }
  .panel-jobintro .panel-header .panel-job-title {
    margin: 0; }
  .panel-jobintro .panel-header .list-data {
    margin-bottom: 0;
    color: #009bde; }
  .panel-jobintro .panel-header .panel-title .list-data li:first-child {
    width: 100px; }

.panel-jobintro .panel-body {
  padding: 0; }

.panel-jobintro .disable-map {
  padding-bottom: 27.25%;
  position: relative; }
  .panel-jobintro .disable-map .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }

@media (max-width: 767px) {
  .panel-jobintro {
    margin-right: -15px;
    margin-left: -15px; } }

.job-listing-detail-browse .btn-fav {
  color: #009bde;
  border-color: #0089c5; }
  .job-listing-detail-browse .btn-fav:hover, .job-listing-detail-browse .btn-fav:focus, .job-listing-detail-browse .btn-fav.btn-active {
    color: #fff;
    border-color: #0089c5;
    background-color: #0089c5; }

.job-listing-detail-browse .panel-header .list-data {
  color: #009bde; }

@media (max-width: 767px) {
  .job-listing-detail-browse {
    margin-top: -18.75px; } }

.panel-new-ad .panel-image {
  position: relative; }
  .panel-new-ad .panel-image .business-logo {
    position: absolute;
    top: 15px;
    right: 15px; }

.panel-new-ad .panel-header {
  padding-left: 24px;
  position: relative; }
  .panel-new-ad .panel-header h3 {
    margin: 0;
    padding-right: 2.5em; }
    @media (max-width: 767px) {
      .panel-new-ad .panel-header h3 {
        margin-top: 10px; } }
  .panel-new-ad .panel-header ul {
    margin-bottom: 0; }
  .panel-new-ad .panel-header .btn-fav {
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 0;
    border: 1px solid;
    background-color: transparent;
    /*color: $col-primary;*/
    position: absolute;
    top: 0;
    right: 0; }
    .panel-new-ad .panel-header .btn-fav:hover, .panel-new-ad .panel-header .btn-fav.btn-active {
      /*background-color:;*/
      color: #fff; }
    @media (min-width: 768px) {
      .panel-new-ad .panel-header .btn-fav {
        border-top-color: transparent;
        border-right-color: transparent;
        z-index: 99;
        margin: 0;
        float: left;
        height: 78px;
        width: 63px; } }
  .panel-new-ad .panel-header:after {
    content: "";
    display: block;
    width: 9px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #009bde; }

.panel-overview .panel-header {
  border-bottom: 0 none !important;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd; }
  .panel-overview .panel-header .worker-picture {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 0;
    display: block;
    float: left;
    border-color: transparent;
    margin-right: 15px; }
    @media (min-width: 768px) {
      .panel-overview .panel-header .worker-picture {
        height: 120px;
        width: 120px;
        margin-right: 30px; } }
    @media (min-width: 992px) {
      .panel-overview .panel-header .worker-picture {
        height: 200px;
        width: 200px; } }

.panel-overview .panel-body .options {
  text-align: right;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .panel-overview .panel-body .options {
      position: absolute;
      margin-top: 0;
      top: 15px;
      right: 0; } }

.panel-overview .panel-body p:last-child {
  margin-bottom: 0; }

.panel-overview .btn-contact {
  display: block;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .panel-overview .btn-contact {
      padding: 1.2em 7em;
      display: inline-block; } }

@media (max-width: 767px) {
  .panel-overview {
    border: 0;
    border-top: 1px solid #ddd;
    margin-top: -18.75px;
    margin-right: -15px;
    margin-left: -15px; } }

.panel-reviews .single-review {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  margin-left: -15px;
  margin-right: -15px; }
  .panel-reviews .single-review:first-child {
    margin-top: -15px; }
  .panel-reviews .single-review:last-child {
    border-bottom: 0 none;
    padding-bottom: 0; }
  .panel-reviews .single-review .photo-badge {
    width: 50px; }
    .panel-reviews .single-review .photo-badge .thumb {
      height: 50px;
      width: 50px;
      border-radius: 50%; }
    @media (min-width: 768px) {
      .panel-reviews .single-review .photo-badge {
        float: none;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .panel-reviews .single-review .photo-badge {
        width: 40px; }
        .panel-reviews .single-review .photo-badge .thumb {
          height: 40px;
          width: 40px; } }
  .panel-reviews .single-review h5 {
    margin-top: 5px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .panel-reviews .single-review h5 {
        float: left;
        margin-top: 15px; } }
  .panel-reviews .single-review .description {
    margin-bottom: 4px; }
    @media (min-width: 768px) {
      .panel-reviews .single-review .description {
        margin-top: 10px; } }
  .panel-reviews .single-review p:last-child {
    margin: 0; }
    @media (max-width: 767px) {
      .panel-reviews .single-review p:last-child {
        margin-bottom: 6px; } }
  .panel-reviews .single-review p small {
    color: #777; }
  .panel-reviews .single-review .response {
    background-color: #F4F4F4;
    padding: 15px;
    margin: 15px -15px -15px; }
    .panel-reviews .single-review .response .photo-badge {
      width: 40px;
      margin-right: 10px; }
      .panel-reviews .single-review .response .photo-badge .thumb {
        height: 40px;
        width: 40px; }
    .panel-reviews .single-review .response .description {
      margin-bottom: 4px;
      margin-top: 0; }
      @media (min-width: 768px) {
        .panel-reviews .single-review .response .description {
          margin-bottom: 0;
          margin-top: 0; } }
    .panel-reviews .single-review .response .response-copy-mobile {
      margin-top: 8px;
      float: left; }
    @media (min-width: 768px) {
      .panel-reviews .single-review .response {
        padding-left: 80px; } }

.panel-rating .total-rating {
  padding: 15px; }
  @media (min-width: 768px) {
    .panel-rating .total-rating {
      padding: 30px; } }

.panel-rating .form-horizontal .control-label {
  text-align: left;
  padding-top: 7px; }

.panel-rating .form-horizontal .star-rating {
  float: right; }

.panel-rating .reviews-item {
  padding: 15px 0;
  border-bottom: 1px solid #ddd; }
  .panel-rating .reviews-item:last-child {
    border-bottom: 0 none;
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .panel-rating .reviews-item {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px; } }
  .panel-rating .reviews-item p:last-child {
    margin: 0; }
  .panel-rating .reviews-item p small {
    color: #777; }
  @media (min-width: 768px) {
    .panel-rating .reviews-item .seeker-profile {
      text-align: center; }
      .panel-rating .reviews-item .seeker-profile img {
        margin-bottom: 10px;
        height: 68px;
        width: 68px; } }
  @media (max-width: 767px) {
    .panel-rating .reviews-item .seeker-profile img {
      float: left;
      margin-right: 10px;
      height: 40px;
      width: 40px; }
    .panel-rating .reviews-item .seeker-profile .info {
      padding-top: 5px; } }
  @media (min-width: 768px) {
    .panel-rating .reviews-item .review-content {
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .panel-rating .reviews-item .review-content {
      margin-top: 18.75px; } }
  .panel-rating .reviews-item .response .photo-badge {
    width: 40px;
    margin-right: 10px; }
    .panel-rating .reviews-item .response .photo-badge .thumb {
      height: 40px;
      width: 40px; }
  .panel-rating .reviews-item .response .description {
    margin-bottom: 4px;
    margin-top: 0; }
    @media (min-width: 768px) {
      .panel-rating .reviews-item .response .description {
        margin-bottom: 0;
        margin-top: 0; } }
  .panel-rating .reviews-item .response .response-copy-mobile {
    margin-top: 8px;
    float: left; }
  @media (min-width: 768px) {
    .panel-rating .reviews-item .response {
      padding: 15px;
      margin: 15px;
      margin-left: 80px; } }

.panel-rating .panel-footer .btn {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .panel-rating .panel-footer .btn {
      height: 52px;
      margin-top: 0; } }

.photo-badge {
  float: left;
  margin-right: 10px;
  text-align: center;
  position: relative;
  width: 80px; }
  @media (min-width: 768px) {
    .photo-badge {
      margin-right: 20px; } }
  .photo-badge .thumb {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    float: none;
    margin-right: 0; }

#price-range .selection-min-max {
  font-size: 90%;
  margin-bottom: 12px; }

#price-range .noUi-handle {
  border-color: #aaaaaa;
  border-radius: 50%;
  height: 24px;
  top: -10px;
  width: 24px; }
  #price-range .noUi-handle:before, #price-range .noUi-handle:after {
    background-color: transparent; }

#price-range .noUi-horizontal {
  height: 8px;
  margin-bottom: 24px; }

#price-range .noUi-target,
#price-range .noUi-connect {
  box-shadow: none; }

.progress-bar-career {
  background-color: #81368b; }

.progress-bar-seeker {
  background-color: #009bde; }

.general-report .report-heading {
  border-bottom: 2px solid #ddd;
  cursor: default; }

.general-report .report-body > div {
  padding-top: 6px;
  padding-bottom: 6px; }

.general-report .report-body .report-row {
  border-top: 1px solid #ddd;
  cursor: pointer;
  position: relative; }
  @media (max-width: 767px) {
    .general-report .report-body .report-row {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px; } }
  .general-report .report-body .report-row .dl-h-forced {
    margin-bottom: 0; }
  .general-report .report-body .report-row .ico-accordion {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar {
  background-color: #81368b;
  color: #fff;
  margin-top: 0; }
  .sidebar .nav > li > a {
    padding-left: 11px;
    padding-right: 11px;
    color: #fff; }
    .sidebar .nav > li > a:hover {
      background-color: #762d8b; }
    .sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
      background-color: #69287c; }
    .sidebar .nav > li > a .fa {
      margin-right: 7px; }
  .sidebar .btn-collapse {
    padding-left: 11px;
    padding-right: 11px;
    color: #fff; }
    .sidebar .btn-collapse .fa {
      margin-right: 12px; }

/* Toggle Styles */
@media (min-width: 768px) {
  #wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #wrapper.toggled {
    padding-left: 40px; }
  #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px; }
  #page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px; }
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px; }
  /* Sidebar Styles */
  .sidebar-nav {
    width: 250px; }
  #wrapper {
    padding-left: 250px; }
  #wrapper.toggled {
    padding-left: 40px; }
  #sidebar-wrapper {
    width: 250px; }
  #wrapper.toggled #sidebar-wrapper {
    width: 40px; }
  #page-content-wrapper {
    padding: 20px;
    position: relative; }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; } }

.select-week .sw-box {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px; }
  .select-week .sw-box:first-child {
    width: 50px; }
  .select-week .sw-box .title {
    font-size: 24px;
    line-height: 1; }
  .select-week .sw-box .date {
    font-size: 12px; }
  .select-week .sw-box .cp-datePicker {
    display: none; }

.table {
  background-color: #fff; }
  .table th.nowrap, .table td.nowrap {
    white-space: nowrap; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > body > tr > th,
  .table > body > tr > td {
    vertical-align: middle; }

.table-data {
  max-height: 563px; }
  .table-data .is-worker {
    color: #009bde; }
  .table-data .is-seeker {
    color: #81368b; }
  .table-data .is-client {
    color: #999999; }
  .table-data .is-circle {
    color: #f0ad4e; }

.table-business .thumb {
  width: 32px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px; }

.table-business tbody > tr > td,
.table-business tbody > tr > th,
.table-business tfoot > tr > td,
.table-business tfoot > tr > th,
.table-business thead > tr > td,
.table-business thead > tr > th {
  vertical-align: middle; }

.fa.alert-success,
.fa.alert-danger {
  background: transparent; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
  margin-top: -60px; }

.timeline > li:not(.timeline-inverted) {
  padding-right: 90px; }

.timeline > li.timeline-inverted {
  padding-left: 90px; }

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

.ui-search {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px; }
  .ui-search .btn-filters {
    color: #333; }
  .ui-search .ui-search-filters .dropdown {
    display: inline-block; }
    .ui-search .ui-search-filters .dropdown .dropdown-toggle {
      border: 0 none; }
      .ui-search .ui-search-filters .dropdown .dropdown-toggle.selected {
        color: #81368b; }
    .ui-search .ui-search-filters .dropdown .dropdown-menu {
      padding: 15px; }
    .ui-search .ui-search-filters .dropdown.dropdown-large .dropdown-menu {
      min-width: 270px; }
      @media (min-width: 1200px) {
        .ui-search .ui-search-filters .dropdown.dropdown-large .dropdown-menu form {
          min-width: 400px;
          -webkit-column-count: 2;
          /* Chrome, Safari, Opera */
          -moz-column-count: 2;
          /* Firefox */
          column-count: 2; } }
    .ui-search .ui-search-filters .dropdown.dropdown-price .dropdown-menu {
      min-width: 200px; }

.user-badge {
  margin-top: 15px;
  padding: 0 15px 15px; }
  .user-badge .single-badge {
    text-align: center;
    display: inline-block;
    word-wrap: break-word;
    position: relative;
    height: 30px; }
    @media (max-width: 767px) {
      .user-badge .single-badge {
        margin-bottom: 10px; } }
    .user-badge .single-badge .btn {
      border: 0px;
      text-align: left;
      padding: 0;
      line-height: 1em; }
      .user-badge .single-badge .btn span {
        display: inline-block; }
      .user-badge .single-badge .btn:focus, .user-badge .single-badge .btn:hover {
        outline: 0 none;
        text-decoration: none; }
      .user-badge .single-badge .btn img {
        margin-right: 5px;
        max-width: 25px;
        display: inline-block; }
      .user-badge .single-badge .btn span {
        display: inline-block; }
      .user-badge .single-badge .btn.btn-learn-more {
        padding-left: 30px;
        position: relative; }
        .user-badge .single-badge .btn.btn-learn-more img {
          top: 0;
          left: 0;
          position: absolute; }
        .user-badge .single-badge .btn.btn-learn-more span {
          display: block; }
    .user-badge .single-badge .badge {
      margin-right: 5px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      color: #fff;
      font-weight: bold;
      display: inline-block;
      padding: 6px 9px;
      min-width: 28px;
      position: relative;
      overflow: hidden;
      vertical-align: middle;
      font-weight: normal;
      font-family: 'museo_sans_rounded700'; }
      .user-badge .single-badge .badge.rate-incomplete {
        background: #F38630;
        /* Old browsers */
        background: -moz-linear-gradient(top, #F38630 0%, #F38630 50%, #FA6900 51%, #FA6900 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #F38630 0%, #F38630 50%, #FA6900 51%, #FA6900 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #F38630 0%, #F38630 50%, #FA6900 51%, #FA6900 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F38630', endColorstr='#FA6900',GradientType=0 );
        /* IE6-9 */ }
      .user-badge .single-badge .badge.rate-complete {
        background: #51b164;
        /* Old browsers */
        background: -moz-linear-gradient(top, #51b164 0%, #51b164 50%, #3daa4d 51%, #3daa4d 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #51b164 0%, #51b164 50%, #3daa4d 51%, #3daa4d 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #51b164 0%, #51b164 50%, #3daa4d 51%, #3daa4d 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b164', endColorstr='#3daa4d',GradientType=0 );
        /* IE6-9 */ }
      .user-badge .single-badge .badge.reviews {
        background: #22A0C8;
        /* Old browsers */
        background: -moz-linear-gradient(top, #22A0C8 0%, #22A0C8 50%, #1f92b7 51%, #1f92b7 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #22A0C8 0%, #22A0C8 50%, #1f92b7 51%, #1f92b7 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #22A0C8 0%, #22A0C8 50%, #1f92b7 51%, #1f92b7 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22A0C8', endColorstr='#1f92b7',GradientType=0 );
        /* IE6-9 */ }
    .user-badge .single-badge.verify-id img, .user-badge .single-badge.justice-check img {
      max-width: 25px; }
    .user-badge .single-badge .content-badge {
      position: absolute;
      top: -10px;
      left: 50%;
      z-index: 10;
      width: 300px;
      text-align: left;
      padding: 10px;
      font-size: 13px;
      border: 1px solid #f4d844;
      background: #F7E274;
      color: #8a6d3b;
      -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%);
      -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
      .user-badge .single-badge .content-badge:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 50%;
        bottom: -10px;
        right: auto;
        border: 10px solid transparent;
        border-bottom: 0;
        border-top-color: #f4d844;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .user-badge .single-badge .content-badge:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 50%;
        bottom: -9px;
        right: auto;
        border: 9px solid transparent;
        border-bottom: 0;
        border-top-color: #F7E274;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  /*border: 1px solid #ddd;*/
  z-index: 1; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1; }

.business-logo {
  height: 80px;
  width: 80px;
  border: 4px solid #eee;
  border-radius: 4px; }

.organiser {
  background-color: #81368b !important; }

.worker {
  background-color: #009bde !important; }

.auto-refresh {
  background-color: #f5f5f5;
  padding: 20px; }
  @media (min-width: 768px) {
    .auto-refresh {
      float: right; } }

.thumb-profile {
  height: 100px;
  width: 100px; }

@media (min-width: 768px) {
  .table-edit-profile .label {
    float: right; } }

.map {
  height: 100%; }
  .map .panel .panel-footer {
    height: 60px; }
  .map .location-form {
    background-color: #fff;
    border-bottom: 1px solid #F4F4F4;
    padding: 15px 15px 10px;
    margin: -15px -15px 0; }
    .map .location-form .btn-search-profile:before,
    .map .location-form .btn-search-job:before {
      content: "\f096";
      font-family: fontawesome;
      margin-right: 0.4em; }
    .map .location-form .btn-search-profile.active:before,
    .map .location-form .btn-search-job.active:before {
      content: "\f14a";
      font-family: fontawesome; }
    .map .location-form #search-filters {
      background-color: #fafafa;
      border: 1px solid #ddd;
      border-left-color: transparent;
      border-right-color: transparent;
      margin: 0 -15px; }
      .map .location-form #search-filters .form-search-filters {
        padding: 20px; }
        .map .location-form #search-filters .form-search-filters .form-group {
          margin-bottom: 10px; }
          .map .location-form #search-filters .form-search-filters .form-group:first-child {
            margin-bottom: 12px; }
          .map .location-form #search-filters .form-search-filters .form-group div.control-label {
            font-weight: bold; }
            @media (max-width: 767px) {
              .map .location-form #search-filters .form-search-filters .form-group div.control-label {
                display: inline-block;
                max-width: 100%;
                margin-bottom: 5px; } }
  .map .content-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -15px;
    margin-left: -15px;
    padding: 15px; }
  .map .job-card-container .location-form h3 {
    margin-top: 0; }
  .map .google-map {
    margin-left: -15px;
    margin-right: -15px; }
    .map .google-map .btn-show-map {
      display: block;
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 99;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      line-height: 26px;
      -webkit-transition-property: width height background-color font-size left top color;
      -webkit-transition-duration: .6s;
      -webkit-transition-delay: .4s;
      -webkit-transition-timing-function: ease-in-out;
      transition-property: width height background-color font-size left top color;
      transition-duration: .6s;
      transition-delay: .4s;
      transition-timing-function: ease-in-out; }
      @media (min-width: 992px) {
        .map .google-map .btn-show-map {
          display: none; } }
  @media (max-width: 991px) {
    .map .map-mobile {
      max-height: 60px;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99;
      -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    .map .btn-map-100 {
      max-height: 88%;
      /*max-height: 100%;*/ } }

.manage .user-tabs-data .tab-content {
  background-color: #fff; }
  .manage .user-tabs-data .tab-content .tab-pane {
    padding: 15px;
    min-height: 400px; }
    .manage .user-tabs-data .tab-content .tab-pane .user-list-data {
      list-style: none;
      margin: 0;
      padding: 0; }
      .manage .user-tabs-data .tab-content .tab-pane .user-list-data li {
        border-bottom: 1px solid #ddd;
        float: left;
        width: 50%; }
        @media (min-width: 768px) {
          .manage .user-tabs-data .tab-content .tab-pane .user-list-data li {
            width: 25%; } }
        .manage .user-tabs-data .tab-content .tab-pane .user-list-data li a {
          display: inline-block;
          padding: 6px 12px; }

.messages .panel-listings {
  margin-top: -18.75px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .messages .panel-listings {
      margin: 0; } }

.messages .panel-message {
  cursor: pointer;
  font-size: 13px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; }
  .messages .panel-message .date {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right; }
    .messages .panel-message .date .label {
      padding: 0;
      font-size: 90%;
      color: #81368b;
      background-color: transparent; }
  .messages .panel-message p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0; }
  .messages .panel-message .title {
    width: calc(100% - 80px); }
  .messages .panel-message .max-line-description, .messages .panel-message .participants {
    width: calc(100% - 80px); }
  .messages .panel-message .thumb {
    height: 40px;
    width: 40px; }
    @media (min-width: 768px) {
      .messages .panel-message .thumb {
        height: 50px;
        width: 50px; } }
  .messages .panel-message h5 {
    color: #333; }
    @media (min-width: 768px) {
      .messages .panel-message h5 {
        margin-top: 0; } }
  .messages .panel-message:first-child {
    border-top: 1px solid #ccc; }
  .messages .panel-message:hover {
    background-color: #f1f1f1; }
  .messages .panel-message .ThreadImage {
    height: 40px;
    width: 40px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .messages .panel-message .ThreadImage {
        height: 50px;
        width: 50px; } }
    .messages .panel-message .ThreadImage img {
      display: block;
      height: 40px;
      width: 40px; }
      @media (min-width: 768px) {
        .messages .panel-message .ThreadImage img {
          height: 50px;
          width: 50px; } }
    .messages .panel-message .ThreadImage .ti {
      box-sizing: border-box;
      float: left;
      overflow: hidden; }
    .messages .panel-message .ThreadImage .ti-1 {
      border-right: 1px solid #fff;
      width: 20px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .messages .panel-message .ThreadImage .ti-1 {
          width: 25px; } }
      .messages .panel-message .ThreadImage .ti-1 img {
        margin-left: -8px; }
    .messages .panel-message .ThreadImage .ti-2 {
      border-bottom: 1px solid #fff; }
    .messages .panel-message .ThreadImage .ti-2,
    .messages .panel-message .ThreadImage .ti-3 {
      width: 20px;
      height: 20px; }
      .messages .panel-message .ThreadImage .ti-2 img,
      .messages .panel-message .ThreadImage .ti-3 img {
        width: 20px;
        height: 20px; }
      @media (min-width: 768px) {
        .messages .panel-message .ThreadImage .ti-2,
        .messages .panel-message .ThreadImage .ti-3 {
          width: 25px;
          height: 25px; }
          .messages .panel-message .ThreadImage .ti-2 img,
          .messages .panel-message .ThreadImage .ti-3 img {
            width: 25px;
            height: 25px; } }

.messages .messages-sidebar .panel-profile {
  font-size: 13px; }
  .messages .messages-sidebar .panel-profile h4 .label {
    font-size: 12px; }
  .messages .messages-sidebar .panel-profile .thumb {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 5px solid #81368b;
    margin: 0 auto;
    padding: 0;
    display: block; }

.messages .panel-messages .chat {
  padding-bottom: 20px; }
  .messages .panel-messages .chat .thumb {
    margin-bottom: 10px;
    width: 40px;
    height: 40px; }
  .messages .panel-messages .chat .panel-body {
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    border: 1px solid #dce0e0;
    padding-top: 15px; }
  .messages .panel-messages .chat .panel-body:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 15px;
    right: auto;
    border: 10px solid transparent;
    border-left: 0;
    border-right-color: #dce0e0; }
  .messages .panel-messages .chat .panel-body:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -9px;
    top: 16px;
    right: auto;
    border: 9px solid transparent;
    border-left: 0;
    border-right-color: #fff; }
  .messages .panel-messages .chat .panel-body-right:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 15px;
    left: auto;
    border: 10px solid transparent;
    border-right: 0;
    border-left-color: #dce0e0; }
  .messages .panel-messages .chat .panel-body-right:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 16px;
    left: auto;
    border: 9px solid transparent;
    border-right: 0;
    border-left-color: #fff; }
  .messages .panel-messages .chat div {
    padding-top: 0; }

.messages .panel-messages .leaveMessage {
  background-color: #f1f1f1;
  border: 1px solid #dce0e0;
  margin: 0 0 20px;
  padding: 15px;
  border-radius: 4px; }
  .messages .panel-messages .leaveMessage .form-control {
    margin-bottom: 10px; }

@media (min-width: 768px) {
  .messages .panel-messages .chat .thumb {
    width: 50px;
    height: 50px; }
  .messages .panel-messages .leaveMessage .form-control {
    width: 78%;
    float: left;
    margin-bottom: 0; }
  .messages .panel-messages .leaveMessage .btn {
    width: 20%;
    float: right;
    height: 52px; } }

.search .search-box .filter .btn-group {
  width: 100%; }
  .search .search-box .filter .btn-group .btn {
    padding: 19px 6px;
    width: 50%; }
    .search .search-box .filter .btn-group .btn:before {
      content: "\f0c8";
      font-family: fontawesome;
      margin-right: 0.4em; }
    .search .search-box .filter .btn-group .btn.active:before {
      content: "\f14a";
      font-family: fontawesome; }

.user .full-page {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  /* Just to keep it at the very top */ }

.user .panel-edit-profile .panel-heading {
  padding: 0; }
  .user .panel-edit-profile .panel-heading .panel-title a {
    display: block;
    padding: 10px 15px; }

.fileUpload {
  position: relative;
  overflow: hidden; }

.fileUpload input.uploader {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.filters {
  text-align: right; }
  .filters .radio-group .btn:before {
    content: "\f096";
    font-family: fontawesome;
    margin-right: 0.4em; }
  .filters .radio-group .btn.active:before {
    content: "\f14a";
    font-family: fontawesome; }
  @media screen and (max-width: 1199px) {
    .filters {
      text-align: left;
      margin-top: 18.75px; } }

.reports .axis path, .reports .axis line {
  fill: none;
  stroke: black;
  shape-rendering: crispEdges; }

.reports .axis text {
  font-family: sans-serif;
  font-size: 11px; }

.reports .hidden {
  display: none; }

.reports .totals {
  color: #999; }
  .reports .totals > li span, .reports .totals > li strong {
    color: #555; }
  .reports .totals > li + li:before {
    padding: 0 5px;
    color: #777;
    content: "|\00a0"; }

.reports .nav-categories > li > a {
  color: #fff; }
  .reports .nav-categories > li > a.btn-pipeline {
    background-color: #f0932b; }
    .reports .nav-categories > li > a.btn-pipeline:hover {
      background-color: #ff9b2e; }
  .reports .nav-categories > li > a.btn-listing {
    background-color: #eb4d4b; }
    .reports .nav-categories > li > a.btn-listing:hover {
      background-color: #f84e4c; }
  .reports .nav-categories > li > a.btn-agreement {
    background-color: #6ab04c; }
    .reports .nav-categories > li > a.btn-agreement:hover {
      background-color: #75c354; }
  .reports .nav-categories > li > a.btn-activity {
    background-color: #4834d4; }
    .reports .nav-categories > li > a.btn-activity:hover {
      background-color: #553dff; }
  .reports .nav-categories > li > a.btn-revenue {
    background-color: #130f40; }
    .reports .nav-categories > li > a.btn-revenue:hover {
      background-color: #241c7d; }

.reports .nav-categories > li.active > a {
  color: inherit; }
  .reports .nav-categories > li.active > a.btn-pipeline {
    background-color: #fdebd7; }
    .reports .nav-categories > li.active > a.btn-pipeline:hover {
      background-color: #f3e1ce; }
  .reports .nav-categories > li.active > a.btn-listing {
    background-color: #fde4e4; }
    .reports .nav-categories > li.active > a.btn-listing:hover {
      background-color: #f3dada; }
  .reports .nav-categories > li.active > a.btn-agreement {
    background-color: #dcefd4; }
    .reports .nav-categories > li.active > a.btn-agreement:hover {
      background-color: #d2e5ca; }
  .reports .nav-categories > li.active > a.btn-activity {
    background-color: #dedaff; }
    .reports .nav-categories > li.active > a.btn-activity:hover {
      background-color: #d5d1f5; }
  .reports .nav-categories > li.active > a.btn-revenue {
    background-color: #dddde4; }
    .reports .nav-categories > li.active > a.btn-revenue:hover {
      background-color: #d3d3da; }

.has-error .select2-selection {
  border: 1px solid #a94442; }

.warning-indicator-box {
  background-color: #fcf8e3;
  width: 0px;
  padding: 20px;
  margin-right: 10px;
  border: 1px solid lightgray; }

.warning-indicator {
  margin-bottom: 4px; }

.warning-indicator-description {
  padding-top: 10px; }
