html {
  font-size: 14px; }

.user-website:not(:hover) {
  color: #595959 !important; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #e5e5e5;
  color: #595959;
  letter-spacing: 0.5px;
  width: 100%;
  box-sizing: border-box; }

table {
  width: 100%;
  border-spacing: 0px 10px;
  border-collapse: separate; }

td {
  background-color: white;
  border-top: 1px lightgray;
  border-bottom: 1px lightgray;
  border-right: 0px;
  border-left: 0px;
  border-style: solid;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 50px;
  max-width: 200px; }

td:first-child {
  border-radius: 3px 0px 0px 3px;
  border-left: 1px solid lightgray; }

td:last-child {
  border-radius: 0px 3px 3px 0px;
  border-right: 1px solid lightgray; }

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none; }

.btn-linkedin {
  background: #0e76a8;
  border-radius: 4px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #084461; }

.btn-facebook {
  background: #3b5998;
  border-radius: 4px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #263961; }

.field::-webkit-input-placeholder {
  color: #cfd7e0; }

.field::-moz-placeholder {
  color: #cfd7e0; }

.field:-ms-input-placeholder {
  color: #cfd7e0; }

a,
a:hover,
a:link {
  text-decoration: none; }

.thin {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

#csv-img {
  height: 200px;
  width: 400px; }

#csv-head {
  font-size: 23px; }

#csv-body {
  font-size: 13px; }

.upgrade-options {
  width: 100%; }

.upgrade-buttons {
  position: relative;
  top: -10%; }

#custom-message {
  color: black; }

#prod-name-input {
  height: 33px; }

.onboard-question-mark {
  width: 20px;
  height: 20px; }

.upgrade-link {
  cursor: pointer;
  cursor: hand; }

.onboard-question-down {
  position: relative;
  top: 2px; }

.onboard-question-up {
  position: relative;
  top: -2px; }

.onboard-box {
  background-color: #00adf0;
  max-width: 190px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }

.onboard-hire-box {
  background-color: #00adf0;
  max-width: 260px;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }

.onboard-box p {
  font-size: 13px;
  white-space: pre-wrap;
  overflow: visible;
  margin: 1px;
  font-size: 11px; }

.onboard-hire-box p {
  font-size: 13px;
  white-space: pre-wrap;
  overflow: visible;
  margin: 1px;
  font-size: 11px;
  text-align: center; }

.onboard-production {
  display: inline-block;
  position: absolute;
  margin-left: 15px;
  margin-top: 10px;
  padding: 1px; }

.onboard-pending {
  display: inline-block;
  position: absolute;
  z-index: 2;
  margin-top: 2px;
  left: 250px;
  top: 8px;
  padding: 2px;
  text-align: center; }

.onboard-approved-crew {
  display: inline-block;
  position: absolute;
  z-index: 2;
  margin-top: 2px;
  left: 135px;
  top: 6px;
  padding: 2px;
  padding-left: 3px;
  text-align: center; }

.onboard-pending-crew {
  display: inline-block;
  position: absolute;
  z-index: 2;
  margin-top: 2px;
  left: 120px;
  top: 1px;
  padding: 2px;
  padding-left: 4px;
  text-align: center; }

.onboard-hire {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 26%;
  top: 10px;
  margin: -7px;
  overflow: hidden; }

.onboard-current {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 250px;
  padding: 2px;
  margin: -7px;
  text-align: center; }

.onboard-past {
  display: inline-block;
  position: absolute;
  z-index: 2;
  margin-top: 2px;
  left: 222px;
  padding: 2px;
  margin: -7px;
  text-align: center; }

.onboard-create {
  display: inline-block;
  position: fixed;
  z-index: 2;
  left: 85%;
  top: 80px;
  text-align: center; }

.no-collapse {
  min-width: 150px; }

.white-space {
  height: inherit;
  overflow: inherit;
  word-break: break-all;
  white-space: pre-wrap; }

#date-title {
  margin-top: 10px;
  margin-bottom: 25px; }

.emailLink {
  text-decoration: none; }

.emailLink:visited {
  color: #ffffff; }

.emailLink:after {
  background-color: red; }

.emailLink:hover {
  color: #1898d8; }

.emailLink:active {
  text-decoration: none; }

.emailLink:focus {
  text-decoration: none; }

.nowrap {
  white-space: nowrap; }

.container-fluid {
  width: 100%; }

.form-margin {
  margin-top: 5px;
  width: 100%; }

.production-input {
  min-width: 90px; }

#crew-title {
  float: left;
  position: relative; }

.crew-view {
  background-color: #333333;
  min-height: 100px; }

.cropArea {
  position: relative;
  background: #e4e4e4;
  overflow: hidden;
  width: 75%;
  height: 150px;
  margin: 0 auto; }

.cropArea canvas {
  margin: 0 !important;
  height: 100%;
  width: 100%; }

.fff-text {
  color: #595959; }

.login-link {
  font-size: 1.25rem;
  color: #595959;
  cursor: pointer; }

.dashboard-link {
  font-size: 1.25rem;
  color: #595959;
  cursor: pointer; }

.section {
  overflow: auto;
  padding: 0 5px;
  margin-bottom: 15px; }
  .section .title {
    padding: 15px;
    margin: 0; }

.sub-inline {
  display: inline; }

.hr-sub {
  margin: 0;
  margin-bottom: 10px;
  border: solid #f1f2f4 1px; }

.text-vw {
  font-size: 1.5vw; }

#approved-list-header {
  position: relative;
  left: -3.5%;
  width: 107%; }

#crewlist-column {
  width: 105%; }

.line-item {
  position: relative;
  align-items: center;
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  min-height: 52px;
  line-height: 1.1; }
  .line-item p {
    line-height: 1.4;
    padding-top: 4px; }
  .line-item.selected {
    background-color: #808080;
    border: #808080; }
  .line-item.selected-green {
    background-color: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), #72bf44;
    border: 1px solid rgba(114, 191, 65, 0.5); }
  .line-item .actions {
    min-width: 172px;
    padding: 0;
    text-align: center; }
  .line-item img.vertical-align-text-top {
    vertical-align: text-top; }
  .line-item img.vertical-middle {
    vertical-align: middle; }
  .line-item .link-for-copy {
    padding: 10px;
    display: inline-block;
    width: 100%;
    word-wrap: break-word; }

.form-control {
  position: relative;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  color: #595959;
  padding: 10px;
  box-shadow: none;
  overflow: auto;
  min-height: 42px; }
  .form-control.inout[type="text"] {
    height: 42px; }
  .form-control:focus {
    background-color: #f1f2f4;
    border: 0;
    box-shadow: none; }
  .form-control[disabled] {
    background-color: transparent; }
  .form-control[readonly] {
    background-color: #f1f2f4; }

.logo a img {
  max-width: 200px; }

.navleft {
  float: left; }

.navright {
  margin-left: 300px; }

.default-btn {
  background-color: #f1f2f4;
  color: #595959; }

.pro-btn {
  background-color: #00aeef;
  color: #595959; }
  .pro-btn:hover {
    background-color: #4dcfff;
    color: #595959; }

.contact-btn {
  background-color: #c2c1c3;
  color: black; }
  .contact-btn:hover {
    background-color: #c2c1c3;
    color: #595959; }

.btn.nohover:hover {
  color: white;
  cursor: default !important; }

.approval-btn {
  background-color: #72bf41;
  color: #ffffff;
  display: inline-block; }

.approval-alt-btn {
  background-color: #72bf44;
  color: #595959; }

.remove-btn-hover:hover {
  color: white;
  cursor: auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.x-padding {
  padding-left: 15px;
  padding-right: 15px; }

.y-padding {
  padding-top: 15px;
  padding-bottom: 15px; }

.padding5 {
  padding: 5px;
  height: 35px; }

.no-margin {
  margin: 0; }

.margin10 {
  margin: 10px auto; }

.y-margin10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.top-margin10 {
  margin-top: 10px; }

.bottom-margin10 {
  margin-bottom: 10px; }

.no-padding {
  padding: 0; }

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

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

#biography {
  display: inherit; }

.bottom-border {
  border-bottom: solid #f1f2f4 2px; }

.right-border {
  border-right: solid #f1f2f4 2px; }

.subtle-border {
  border: solid #f1f2f4 2px; }

.w9 {
  border: 1px solid white;
  height: 25px;
  width: 105px;
  text-align: center;
  padding: 3px;
  margin-top: 4px; }

img.thumb {
  height: 32px;
  width: 32px;
  object-fit: cover;
  object-position: top; }

img.thumb-md {
  height: 64px;
  width: 64px;
  object-fit: cover;
  object-position: top; }

img.profile {
  max-height: 150px;
  max-width: 150px;
  object-fit: cover;
  object-position: top; }

.bg-transparent {
  background-color: transparent; }

.padding10 {
  padding: 10px; }

.padding20 {
  padding: 20px; }

.avatar img.thumb {
  max-width: 50px;
  max-height: 50px;
  float: left; }

.left-margin15 {
  margin-left: 15px; }

.top-padding50 {
  padding-top: 50px; }

.y-padding30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.message-buttons {
  position: relative;
  top: 15px; }

.production-table {
  margin-bottom: 11px; }

.alert {
  padding: 10px;
  background-color: transparent;
  text-align: center; }

.alert-danger {
  border-color: #a94442; }

.fa-times {
  color: #888888;
  cursor: pointer; }

nav ul ul {
  position: absolute;
  right: 0; }

nav ul li:hover > ul {
  display: block; }

nav ul li ul li {
  margin: 7px 0;
  font-size: 16px;
  cursor: pointer; }

.menu-dropdown {
  background: #3279b8;
  border: solid 1px #1daef0;
  padding: 3px 10px;
  min-width: 164px;
  z-index: 999;
  display: none; }

.menu-dropdown a {
  color: white; }

#import-csv {
  position: relative;
  left: 33%;
  text-align: center; }

#cog {
  position: relative;
  left: -22%;
  margin-top: 13px;
  color: #00aeef;
  cursor: pointer; }

#profile-pic-preview {
  height: 148px;
  width: 148px; }

.round {
  border-radius: 50%; }

.round-corner {
  border-radius: 5px; }

.hand {
  cursor: pointer; }

.highlight {
  border: solid 1px #333333;
  padding: 5px; }

#bio-pencil:hover ~ p > span.highlight {
  border: solid 1px #00aeef; }

#bio-pencil:hover ~ p.highlight {
  border: solid 1px #00aeef; }

#skills-pencil:hover ~ ul.highlight {
  border: solid 1px #00aeef; }

#skills-pencil:hover ~ ul > p.highlight {
  border: solid 1px #00aeef; }

#equipment-pencil:hover ~ ul > p.highlight {
  border: solid 1px #00aeef; }

#equipment-pencil:hover ~ ul.highlight {
  border: solid 1px #00aeef; }

#production-error {
  width: 46%;
  margin: 5px auto; }

#notes {
  height: inherit;
  overflow: inherit;
  word-break: break-all; }

.chatOuter.limited-availbility input[type="text"] {
  height: 40px; }

.confirm-availability .check_modal a,
.decline-availability .check_modal a {
  margin-top: 10px;
  margin-right: 10px; }

.profile-view-content .profile-view-right .form-group > div {
  text-align: left;
  left: 0;
  margin-left: 5%; }

.nav-item {
  margin-right: 24px;
  margin-left: 24px; }

@media (max-width: 1220px) {
  .nav-item {
    margin-right: 8px;
    margin-left: 8px; } }

.contact-created {
  padding: 6px 0; }

.contact-list-text {
  padding: 5px; }
  .contact-list-text.editable:hover {
    border-radius: 5px; }

.editable {
  padding-left: 8px;
  padding-right: 8px; }
  .editable:hover {
    background-color: #f1f2f4;
    cursor: text; }
    .editable:hover .form-control {
      background-color: #f1f2f4 !important; }

.vertical-center {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.vertical-center h3.text-center {
  margin-top: 0; }

body {
  min-height: 100vh;
  position: relative; }

.end {
  float: left;
  margin-bottom: 9px;
  width: 100%; }

.end-date p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.product-name-height p {
  height: auto;
  overflow: inherit;
  white-space: normal; }

/****** 13-04-2018 ****/
.m-t-5 p {
  margin-top: 6px !important; }

.m-t-4 a {
  margin-top: 6.5px !important; }

.popup-button button {
  float: none;
  width: 90px;
  margin: 0 5px;
  display: inline-block; }

.popup-input {
  margin-top: 20px;
  margin-bottom: 20px; }

.vertical-center {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.vertical-center h3.text-center {
  margin-top: 0; }

.innerBg {
  background: #595959;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 10px; }

/*   24-09-18  */
.padding_addContact {
  padding: 30px 10px; }

.my-mob-p {
  padding: 0 30px; }

.menu-top {
  top: 11px; }

.logo-img-top {
  max-width: 200px;
  max-height: 40px; }

.sm-font {
  font-size: 15px !important;
  font-weight: 700; }

.add-new-contactRole {
  color: #e7dede; }

.contact-role-input {
  width: 90%;
  border-radius: 5px;
  letter-spacing: 0.4px; }

.contact-role-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.ui-draggable-dragging {
  transform: rotate(0.5deg); }

.tab-container {
  padding: 0;
  height: 37px; }
  .tab-container span {
    padding: 10px 5px;
    margin-right: 6px;
    background-color: grey;
    color: #fff;
    border-radius: 10px 10px 0px 0;
    min-width: 125px;
    float: left;
    text-align: center;
    height: 37px;
    line-height: 19px;
    cursor: pointer; }
    .tab-container span.active, .tab-container span:hover {
      background-color: #ddd;
      color: #000; }

.tab-data-list {
  background: #ddd;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 8px 8px;
  margin-bottom: 5px;
  min-height: 30px; }

.add-date-range-btn {
  background: transparent;
  border: 1px solid;
  color: darkgray;
  font-size: 12px;
  line-height: 2;
  text-align: left;
  width: 100%; }
  .add-date-range-btn:hover {
    color: lightgray; }
  .add-date-range-btn.disabled {
    pointer-events: none;
    color: #717070; }
    .add-date-range-btn.disabled:hover {
      pointer-events: none; }

.delete-date-range-btn {
  position: absolute;
  right: -6px;
  top: -2px; }

.date-picker-row {
  max-width: 300px;
  margin: auto; }

.date-picker-wrapper {
  position: relative;
  margin-bottom: 2px; }
  .date-picker-wrapper input {
    width: 100%;
    height: 34px; }
  .date-picker-wrapper .date-icon {
    border: none;
    background-color: transparent;
    color: #72bf41;
    padding: 0;
    position: absolute;
    right: 6px;
    top: 12px; }

.datepicker {
  min-width: 260px; }
  .datepicker .btn {
    border: none;
    min-width: 40px; }

.date-picker-position-fixed .datepicker {
  position: fixed; }

.no-visibility {
  visibility: hidden; }

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px;
  width: 100%; }

.p-relative {
  position: relative; }

.remove-item-icon {
  position: absolute;
  top: 2px;
  right: -6px; }

.svg-icon {
  display: inline-block;
  background-size: cover; }

.plus-circle-icon {
  background-image: url(../img/svg/plus-circle-blue.svg);
  color: #0072BC;
  fill: #0072BC;
  width: 20px;
  height: 20px; }

.edit-circle-icon {
  background-image: url(../img/svg/asterisk-circule-green.svg);
  color: #008c44;
  fill: #008c44;
  width: 20px;
  height: 20px; }

.delete-circle-icon {
  background-image: url(../img/svg/delete-circle-red.svg);
  color: #db2313;
  fill: #db2313;
  width: 20px;
  height: 20px; }

.option_tag_command {
  padding-left: 20px;
  margin-left: 5px; }

.profile-picture-wrapper {
  border: white solid 1px;
  position: relative;
  max-width: 126px;
  max-height: 126px;
  margin-right: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%; }
  .profile-picture-wrapper .profile-picture {
    height: 124px;
    width: 124px;
    object-fit: cover;
    cursor: pointer; }
  .profile-picture-wrapper > p {
    opacity: 0;
    text-align: center;
    position: absolute;
    background-color: white;
    color: black;
    left: 70%;
    margin-left: -74px;
    bottom: 22%;
    width: 80%;
    padding: 10px;
    cursor: pointer; }
  .profile-picture-wrapper:hover .profile-picture {
    opacity: 0.25; }
  .profile-picture-wrapper:hover > .fa-plus {
    opacity: 1; }
  .profile-picture-wrapper:hover > p {
    opacity: 1; }

.profile-picture-other-profile {
  border: white solid 1px;
  position: relative;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
  overflow: hidden; }

nav {
  font-size: 1.14rem; }

.page-container {
  position: relative;
  padding: 54px 32px 32px 32px; }

.page-title {
  font-size: 24px;
  font-weight: bold; }

.page-subtitle {
  font-size: 15px; }

.list-header {
  margin-bottom: 8px;
  font-weight: bold; }

.bg-white {
  background-color: white; }

.bg-main {
  background-color: #e5eff7; }

.bg-secondary1 {
  background-color: #e2f2d8; }

.bg-secondary2 {
  background-color: #f1f9ec; }

.bg-secondary3 {
  background-color: #e5f4f2; }

.text-main {
  color: #0072bc; }

.text-secondary1 {
  color: #00aeef; }

.text-secondary2 {
  color: #72bf41; }

.text-secondary3 {
  color: #008c44; }

.padding-large {
  padding: 36px; }

.padding-medium {
  padding: 24px; }

.btn {
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  padding: 12px;
  min-width: 140px;
  box-shadow: none !important;
  position: relative; }
  .btn.error-btn {
    background-color: #ff584b;
    color: white; }
  .btn.main-btn {
    background-color: #0072bc;
    color: white; }
  .btn.secondary-btn1 {
    background-color: #00aeef;
    color: white; }
  .btn.secondary-btn2 {
    background-color: #72bf41;
    color: white; }
  .btn.secondary-btn3 {
    background-color: #008c44;
    color: white; }
  .btn.gray-btn {
    background-color: #bdbdbd;
    color: white; }
  .btn.light-gray-btn {
    background-color: #f1f2f4;
    color: #595959; }
  .btn.outlined-btn {
    background-color: transparent;
    border: 1px solid #dbdbdb; }
  .btn.tab-btn {
    background-color: transparent;
    border-radius: 4px;
    min-width: 76px;
    padding: 8px 22px; }
    .btn.tab-btn.active {
      border: 1px solid #dbdbdb;
      color: #0072bc; }
  .btn.large {
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 14px;
    min-width: 200px; }
  .btn.medium {
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 12px;
    min-width: 180px; }
  .btn.s-medium {
    border-radius: 6px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
    min-width: 155px; }
  .btn.small {
    border-radius: 3px;
    font-size: 12px;
    line-height: 14px;
    padding: 6px;
    min-width: 76px; }
  .btn.icon {
    min-width: 40px;
    padding: 10px; }
  .btn.arrow {
    border-radius: 3px;
    height: 28px;
    width: 28px;
    min-width: 28px;
    padding: 0;
    line-height: 1; }
    .btn.arrow.left {
      rotate: 180deg; }
    .btn.arrow.right {
      rotate: 0deg; }
  .btn.full-width {
    width: 100%; }
  .btn .img-boton {
    position: absolute;
    left: 13px;
    top: 11px; }

.modal-close-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #888888;
  color: white;
  font-size: 18px;
  min-width: 42px;
  padding: 12px; }

@media (min-width: 1024px) {
  .modal-close-btn {
    position: absolute;
    top: 0px;
    right: -46px;
    background-color: #888888;
    color: white;
    font-size: 18px;
    min-width: 42px;
    padding: 12px; } }

.error-btn:hover {
  background-color: #e2382c;
  border-color: #e2382c; }

.main-btn:hover {
  background-color: #00548b;
  border-color: #00548b; }

.secondary-btn1:hover {
  background-color: #048dbf;
  border-color: #048dbf; }

.secondary-btn2:hover {
  background-color: #5fa136;
  border-color: #5fa136; }

.secondary-btn3:hover {
  background-color: #016a34;
  border-color: #016a34; }

.gray-btn:hover {
  background-color: #a4a2a2;
  border-color: #a4a2a2; }

.light-gray-btn:hover {
  background-color: #cbccce;
  border-color: #cbccce; }

.outlined-btn:hover {
  background-color: #e2e1e1;
  border: 1px solid #dbdbdb; }

.list-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1em; }
  .list-item .list-item-icon {
    display: flex;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 21px;
    align-items: center;
    justify-content: center;
    background: #e2f2d8;
    margin-right: 10px; }

.list-item-title {
  font-weight: bold; }

.list-item:not(.list-item:last-of-type) {
  margin-bottom: 12px; }

.no-action {
  pointer-events: none;
  cursor: default;
  background-color: #ececec; }
  .no-action .btn.disabled,
  .no-action .btn:disabled {
    background-color: lightgray; }

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }
  .icon-wrapper.large {
    width: 128px;
    height: 128px; }
  .icon-wrapper.medium {
    width: 48px;
    height: 48px; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #888888; }

.nav-link {
  position: relative;
  cursor: pointer; }
  .nav-link.active:after {
    content: "";
    border-bottom: 2px solid #0072bc;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px; }

.navbar-nav .nav-link {
  cursor: pointer; }
  .navbar-nav .nav-link.active:after {
    border-bottom: 2px solid #0072bc;
    bottom: -13px; }

.nav-tabs {
  background-color: white; }
  .nav-tabs .nav-link {
    border: none;
    color: #595959;
    cursor: pointer; }
    .nav-tabs .nav-link.active {
      border: none;
      font-weight: bold; }

.accordion-button {
  border-color: transparent;
  background-color: transparent;
  box-shadow: none; }
  .accordion-button:focus {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none; }
  .accordion-button:not(.collapsed) {
    color: inherit;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none; }

.status {
  border-radius: 14px !important;
  cursor: default;
  color: white; }
  .status.available {
    background: rgba(132, 189, 80, 0.8); }
  .status.checking_availability {
    background: rgba(74, 163, 226, 0.8); }
  .status.unavailable {
    background: rgba(255, 88, 75, 0.75); }
  .status.limited_availability {
    background: rgba(61, 138, 76, 0.8); }
  .status.on_hold {
    background: rgba(47, 112, 182, 0.8); }
  .status.pending {
    background: rgba(74, 163, 226, 0.8); }
  .status.declined {
    background: rgba(255, 88, 75, 0.75); }
  .status.hired {
    background: rgba(132, 189, 80, 0.8); }

.status:hover {
  color: white; }

.contact-name {
  color: #008c44; }

.dropdown.dropnone .dropdown-toggle:after {
  display: none; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition-property: height, visibility;
    transition-duration: 0.35s; } }

.min-height-0 {
  min-height: 0; }

.modal {
  display: block;
  background-color: rgba(0, 0, 0, 0.6); }
  .modal .modal-dialog .modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 4px; }
    .modal .modal-dialog .modal-content .modal-header {
      border: none;
      padding: 24px; }
      .modal .modal-dialog .modal-content .modal-header.text-center {
        justify-content: center; }
    .modal .modal-dialog .modal-content .modal-body {
      border: none;
      overflow: auto;
      max-height: 82vh;
      padding: 28px 24px; }
      .modal .modal-dialog .modal-content .modal-body .form-control {
        background-color: #f1f2f4; }
      .modal .modal-dialog .modal-content .modal-body .edit-tag.form-control {
        padding: 2px 7px;
        min-height: 30px;
        margin-left: 7px; }
  .modal .modal-dialog.modal-xl .modal-content {
    background-color: #f1f2f4; }
  .modal .modal-dialog.modal-xl .modal-body {
    max-height: 90vh;
    min-height: 80vh; }

.modal.confirm-modal .modal-dialog.modal-dialog-centered .modal-content .modal-body {
  min-height: 0px; }

.container-fluid .page-container .modal .modal-dialog .modal-content .modal-body-contact {
  padding: 0px 28px 24px 28px; }

.dropdown-checkbox {
  display: flex;
  align-items: center;
  padding: 8px 16px; }

.spinner-border {
  width: 16px;
  height: 16px; }

.tags {
  display: flex;
  flex-direction: row; }
  .tags .tags-summary {
    display: flex; }
  .tags .tag-and-more-tags {
    display: flex;
    flex-direction: row; }
  .tags .tag {
    align-items: center;
    background-color: white;
    border-style: solid;
    border-radius: 5px;
    border-width: 0.5px;
    border-color: gray;
    font-size: 12px;
    padding: 6px;
    padding-left: 8px;
    margin-right: 2px;
    margin-left: 2px; }
    .tags .tag span {
      line-height: 1; }
    .tags .tag.active {
      background-color: #00937d; }
  .tags .tag-delete {
    height: 14px;
    width: 14px;
    margin-left: 4px;
    line-height: 1;
    cursor: pointer; }
    .tags .tag-delete svg {
      vertical-align: inherit; }
  .tags .more-tags {
    padding-top: 10px;
    cursor: pointer; }
  .tags .tags-dropdown {
    position: absolute;
    background: whitesmoke;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: 2px 4px 9px #888888;
    list-style-type: none;
    z-index: 99;
    width: auto;
    padding: 2px; }
    .tags .tags-dropdown .tag {
      margin-bottom: 2px; }

.dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  border: none;
  vertical-align: unset; }

.editable-date {
  min-width: 66px;
  width: 66px;
  padding: 6px 4px 4px 4px;
  min-height: 18px;
  line-height: 1; }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.select-new-tag .ui-select-search {
  text-transform: lowercase; }

.select-new-tag .ui-select-choices-row-inner {
  text-transform: lowercase; }

.select-new-tag .ng-binding.ng-scope {
  text-transform: lowercase; }

.profile-view h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px; }

.profile-view .sub-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px; }

.profile-view label {
  font-style: normal;
  font-weight: 700; }

.profile-view .form-control {
  border: 1px solid #f1f2f4;
  background-color: #f1f2f4;
  font-weight: 400; }

.profile-view .btn {
  color: #595959; }

.profile-view .btn.secondary-btn2,
.profile-view .btn.btn-danger {
  color: white; }

.profile-view .btn.small {
  min-width: 150px; }

.profile-view .editing-stage {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition-duration: 0.35s; }
  .profile-view .editing-stage .form-control {
    background-color: #f7f7f7;
    transition-duration: 0.35s; }
  .profile-view .editing-stage .form-control:hover {
    background-color: #f1f2f4; }

.production-quick-view .btn.tab-btn {
  color: #dbdbdb; }

.production-quick-view .btn.tab-btn.active {
  border: 1px solid #dbdbdb;
  color: #0072bc; }

.production-quick-view .text-truncate {
  color: #595959; }

.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  filter: blur(4px); }

.page-blocker {
  position: fixed;
  top: 63px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-blocker .page-blocker-content {
    background-color: white;
    padding: 24px;
    border-radius: 4px;
    margin-bottom: 20%; }
    .page-blocker .page-blocker-content .page-blocker-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 16px; }
    .page-blocker .page-blocker-content .page-blocker-message {
      font-size: 14px;
      margin-bottom: 16px; }
    .page-blocker .page-blocker-content .page-blocker-buttons {
      display: flex;
      justify-content: flex-end; }
      .page-blocker .page-blocker-content .page-blocker-buttons .btn {
        margin-left: 8px; }

.notification .avatar {
  padding-top: 22%;
  padding-left: 35%; }

.notification .user {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #595959;
  margin: 2px; }

.notification .notification_subject {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #595959;
  margin: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.notification .datetime {
  color: #888888;
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  opacity: 0.5;
  margin: 2px; }

.notification:hover {
  background-color: #f1f2f4; }

.notification_cell {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 3px;
  padding-right: 3px; }

.card:hover {
  box-shadow: 0px 0px 2px #888888; }

.dates-range {
  float: left; }

.more-dates-range {
  float: left;
  margin-left: 10px;
  cursor: pointer; }

.more-date_dropdown {
  z-index: 1050;
  background: white;
  position: absolute;
  top: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 2px 4px 9px #888888;
  padding: 10px;
  list-style-type: none; }

.reel-wrapper {
  position: relative;
  cursor: pointer; }
  .reel-wrapper .reel {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-color: #000000;
    opacity: 1;
    z-index: 1; }
    .reel-wrapper .reel .reel-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background: transparent url(../img/loading-animation.gif) center no-repeat;
      min-height: 300px; }
    .reel-wrapper .reel .reel-video-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #000000;
      opacity: 0.75;
      border-radius: 5px;
      width: 85px;
      height: 52.31px; }
      .reel-wrapper .reel .reel-video-button .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background: url(../img/svg/play-button.svg) no-repeat;
        background-size: 100% 100%; }
    .reel-wrapper .reel .reel-video-button:hover {
      opacity: 0.95; }
  .reel-wrapper .reel-actions {
    position: absolute;
    top: 6px;
    right: 0px;
    z-index: 100; }
    .reel-wrapper .reel-actions .delete-button {
      background-color: #000;
      border-radius: 5px;
      opacity: 0.6;
      cursor: pointer;
      padding: 8px; }
    .reel-wrapper .reel-actions .delete-button:hover {
      opacity: 0.75;
      padding: 8px; }

.add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.delete-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.reel-popup .modal-dialog {
  max-width: 90%;
  margin: 0;
  height: 90%;
  left: 5%;
  top: 2%; }
  .reel-popup .modal-dialog .modal-content .modal-body {
    max-height: 100%; }

.modal-content {
  width: 100%;
  height: 100%; }

.team-member-photo {
  display: inline-block; }

.team-member-photo-thumb {
  margin-left: -4px; }

.team-member-photo-more {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #beeafa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0072bc;
  margin-left: -4px; }

.team-member-1 {
  background-color: #beeafa;
  color: #0072bc; }

.team-member-2 {
  background-color: #befacd;
  color: #00bc4b; }

.team-member-3 {
  background-color: #d4c9f9;
  color: #6e00bc; }

.team-member-4 {
  background-color: #f9c9c9;
  color: #bc0000; }

.checkout {
  padding: 10px; }
  .checkout .checkout-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #595959; }
  .checkout .checkout-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #595959;
    width: 100%; }
  .checkout .checkout-text {
    margin-top: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    color: #888888;
    margin-left: 18px; }
  .checkout .checkout-text2 {
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    color: #888888;
    opacity: 0.75;
    margin-left: 18px; }
  .checkout .creditcard-payment {
    display: flex; }
    .checkout .creditcard-payment .checkout-subtitle {
      width: auto;
      margin-top: 6px;
      margin-right: 10px; }
  .checkout input[type="radio"]:checked {
    background-color: #00aeef;
    color: #00aeef; }
  .checkout label {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #595959; }
  .checkout .form-control {
    background: #f1f2f4;
    opacity: 0.5;
    border-radius: 4px; }
  .checkout .form-control:hover {
    opacity: 0.75; }
  .checkout .link {
    color: #00aeef; }
  .checkout .summary-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #595959; }
  .checkout .summary-subtext {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #888888; }
  .checkout .summary-bill {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #595959; }
  .checkout .summary-import {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    color: #595959; }

.availability-status-container {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-width: 3px;
  border-style: solid;
  font-weight: 900;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%; }
  .availability-status-container.checking-availability {
    color: #00A5E5;
    border-color: #00A5E5; }
  .availability-status-container.unavailable {
    color: #FF4648;
    border-color: #FF4648; }
  .availability-status-container.available {
    color: #67BF4D;
    border-color: #67BF4D; }
  .availability-status-container.limited-availability {
    color: #008C49;
    border-color: #008C49; }

.availability-status-component {
  display: inline-block;
  text-align: center;
  margin-left: -45px;
  width: 100%; }

.availability-status-box {
  display: inline-block;
  width: 45px;
  height: 45px; }
  .availability-status-box.checking-availability {
    background-color: #00A5E5; }
  .availability-status-box.unavailable {
    background-color: #FF4648; }
  .availability-status-box.available {
    background-color: #67BF4D; }
  .availability-status-box.limited-availability {
    background-color: #008C49; }

.offer-status-container {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-width: 3px;
  border-style: solid;
  font-weight: 900;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%; }
  .offer-status-container.pending {
    color: #00A5E5;
    border-color: #00A5E5; }
  .offer-status-container.declined {
    color: #FF4648;
    border-color: #FF4648; }
  .offer-status-container.accepted {
    color: #67BF4D;
    border-color: #67BF4D; }

.offer-status-component {
  display: inline-block;
  text-align: center;
  margin-left: -45px;
  width: 100%; }

.offer-status-box {
  display: inline-block;
  width: 45px;
  height: 45px; }
  .offer-status-box.pending {
    background-color: #00A5E5; }
  .offer-status-box.declined {
    background-color: #FF4648; }
  .offer-status-box.accepted {
    background-color: #67BF4D; }

.offer-send-reminder-button {
  display: inline-block;
  text-align: center;
  width: 100%; }

.hold-status-container {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-width: 3px;
  border-style: solid;
  font-weight: 900;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%; }
  .hold-status-container.pending {
    color: #00A5E5;
    border-color: #00A5E5; }
  .hold-status-container.declined {
    color: #FF4648;
    border-color: #FF4648; }
  .hold-status-container.accepted {
    color: #67BF4D;
    border-color: #67BF4D; }

.hold-status-component {
  display: inline-block;
  text-align: center;
  margin-left: -45px;
  width: 100%; }

.hold-status-box {
  display: inline-block;
  width: 45px;
  height: 45px; }
  .hold-status-box.pending {
    background-color: #00A5E5; }
  .hold-status-box.declined {
    background-color: #FF4648; }
  .hold-status-box.accepted {
    background-color: #67BF4D; }

.production_line_item {
  position: relative;
  align-items: center;
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  min-height: 52px;
  line-height: 1.1; }
  .production_line_item p {
    line-height: 1.4;
    padding-top: 4px; }
  .production_line_item.selected {
    background-color: #808080;
    border: #808080; }
  .production_line_item.selected-green {
    background-color: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), #72bf44;
    border: 1px solid rgba(114, 191, 65, 0.5); }
  .production_line_item .actions {
    min-width: 172px;
    padding: 0;
    text-align: center; }
  .production_line_item .delete-btn {
    cursor: pointer;
    position: absolute;
    right: -24px;
    top: 18px; }
    .production_line_item .delete-btn.inherit {
      position: inherit; }
  .production_line_item img.vertical-align-text-top {
    vertical-align: text-top; }
  .production_line_item .link-for-copy {
    padding: 10px;
    display: inline-block;
    width: 100%;
    word-wrap: break-word; }

.dashboard_page {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 70% 30%; }

.dashboard_main {
  margin-right: 10px; }

.dashboard_your_summary {
  margin-bottom: 40px; }

.dashboard_aside {
  margin-left: 10px; }

.dashboard_notifications {
  margin-bottom: 40px;
  height: 60px; }

.dashboard_notification_table {
  border-collapse: collapse; }

.dashboard_no_notifications {
  position: relative;
  box-sizing: border-box;
  background-color: white;
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  height: 60px; }

.dashboard_no_notifications_text {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.dashboard_recent_availability_checks {
  margin-top: 40px;
  margin-bottom: 40px; }

.dashboard_recent_work_offers {
  margin-top: 40px; }

.dashboard_cards {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%; }

.dashboard_card {
  background-color: white;
  color: #595959;
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  height: 120px; }

.dashboard_card:first-child {
  margin-left: 0px; }

.dashboard_card:last-child {
  margin-right: 0px; }

.dashboard_card_title {
  font-size: small;
  margin-top: 14px; }

.dashboard_card_content {
  font-size: 45px; }

.dashboard_table {
  text-align: left; }

.dashboard_production_table_colum {
  min-width: 150px;
  max-width: 215px; }

.dashboard_role_table_colum {
  min-width: 180px; }

.dashboard_dates_table_colum {
  width: 205px; }

.dashboard_responded_table_colum {
  width: 125px;
  text-align: center; }

.dashboard_action_table_colum {
  width: 75px;
  text-align: center; }

.application_table_colum_contact {
  min-width: 150px; }

.application_table_colum_date {
  min-width: 150px; }

.application_table_colum_action {
  width: 75px; }

.notification_action_column {
  width: 75px; }

.production_timeframe_column {
  min-width: 250px;
  max-width: 250px;
  width: 250px; }

.production_status_column {
  width: 220px;
  min-width: 220px;
  max-width: 220px; }

.production_action_column {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  padding-right: 0;
  padding-left: 0; }

.delete_button_column {
  width: 30px;
  min-width: 30px;
  max-width: 30px; }

.team_full_name_column {
  width: 300px; }

.team_renewal_column {
  text-align: center;
  width: 160px; }

.team_status_column {
  text-align: center;
  width: 120px; }

.team_action_column {
  text-align: center;
  width: 120px; }

.teammate_action_column {
  text-align: center;
  width: 120px; }

.production_list_timeframe_table_column {
  width: 225px; }

.production_list_teams_table_column {
  width: 220px; }

.production_list_location_table_column {
  width: 300px; }

.production_list_delete_table_column {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 30px;
  width: 30px;
  max-width: 30px; }

td.production_list_delete_table_column {
  background-color: transparent;
  border-left: 0px none transparent;
  border-right: 0px none transparent;
  border-top: 0px none transparent;
  border-bottom: 0px none transparent; }

.production_list_action_table_column {
  width: 75px; }

td.production_list_action_table_column {
  border-radius: 0px 3px 3px 0px;
  border-right: 1px solid lightgray; }

.production_list_timeframe_input {
  width: 80px; }

input[type="date"] {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: 2px;
  position: relative;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
  color: #595959;
  border-color: transparent;
  background-color: transparent;
  text-align: center; }

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: #595959;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto; }

input[type="date"]:hover {
  background-color: #f1f2f4;
  border-color: #ced4da; }

input[type="date"].ng-invalid {
  background-color: lightcoral;
  border-color: darkred; }

input[type="date"]::-webkit-datetime-edit-day-field:focus,
input[type="date"]::-webkit-datetime-edit-month-field:focus,
input[type="date"]::-webkit-datetime-edit-year-field:focus {
  color: #595959;
  background-color: transparent;
  outline: none; }

.contact_list_title_panel {
  display: grid;
  grid-template-columns: auto 265px; }

.contact_list_title_buttons {
  width: 265px; }

.contact_list_title {
  margin-left: 265px; }

.contact_list_full_name_table_column {
  width: 300px; }

.contact_list_role_table_column {
  width: 210px; }

.contact_list_email_table_column {
  width: 225px; }

.contact_list_tags_table_column {
  min-width: 220px; }

td.contact_list_tags_table_column {
  border-radius: 0px 3px 3px 0px;
  border-right: 1px solid lightgray; }

td.contact_list_delete_table_column {
  background-color: transparent;
  border-left: 0px none transparent;
  border-right: 0px none transparent;
  border-top: 0px none transparent;
  border-bottom: 0px none transparent; }

.contact_list_delete_table_column {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 30px;
  width: 30px;
  max-width: 30px; }

.contact_list_share_table_column {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 5px;
  min-width: 24px;
  width: 24px;
  max-width: 24px; }

td.contact_list_share_table_column {
  background-color: transparent;
  border-right: 0px none transparent;
  border-top: 0px none transparent;
  border-bottom: 0px none transparent; }

.input_time_frame_container {
  display: flex;
  justify-content: left;
  align-items: center; }

.contact_thumb_container {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 0px;
  width: 32px; }

.contact_tags_column {
  width: 220px; }

.contact_delete_column {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 30px;
  width: 30px;
  max-width: 30px; }

.contact_add_column {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 72px;
  width: 72px; }

.notification_message_box {
  background-color: white;
  overflow: auto;
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  margin-bottom: 10px; }

.notification_message_content {
  margin: 10px 10px 10px 10px; }

.notification_message_paragraph {
  margin: 0;
  word-break: break-word; }

.conversation_page {
  position: relative;
  margin: 24px auto 24px auto;
  max-width: 640px; }

@media (min-width: 1024px) {
  .conversation_page {
    max-width: 640px;
    min-width: 640px;
    width: 640px; } }

.empty-tip {
  text-align: center;
  background-color: white;
  line-height: 42px;
  height: 42px; }

.contact-page {
  margin-top: 10px; }

.attachment-icon {
  rotate: -90deg;
  font-size: 48px;
  color: #0072BC; }
  .attachment-icon:hover {
    color: #0072BC; }

.attachment-link {
  margin-top: 6px;
  margin-bottom: 6px; }

.attachment-delete {
  height: 14px;
  width: 14px;
  cursor: pointer; }

.budget_action_table_column {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  min-width: 30px;
  width: 30px;
  max-width: 30px; }

.budget_name_table_column {
  text-align: left; }

.budget_price_table_column {
  text-align: right; }

.budget_total_price {
  font-weight: bold; }

.budget_table {
  width: 75%; }

.arrow_container {
  padding-left: 2px;
  padding-right: 2px; }

.arrow_button {
  color: #595959;
  padding: 0;
  min-width: 0; }

.arrow_show {
  width: 24px;
  height: 24px;
  rotate: 180deg; }

.arrow_hide {
  width: 24px;
  height: 24px;
  rotate: 0deg; }

.label_filter_candidatures {
  padding-left: 3px;
  padding-right: 18px; }

.candidature-title-margin-bottom {
  margin-bottom: 40px; }

.candidature-margin-bottom {
  margin-bottom: 10px; }

.candidature-margin-2x-bottom {
  margin-bottom: 20px; }

.candidature-margin-3x-bottom {
  margin-bottom: 30px; }

.candidature-margin-top {
  margin-top: 10px; }

.candidature-margin-2x-top {
  margin-top: 20px; }

.candidature-margin-3x-top {
  margin-top: 30px; }

.candidature-date-range:not(.candidature-date-range:last-child) {
  margin-bottom: 10px; }

.candidature-messages-container {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 20px; }

.candidature-messages-container::-webkit-scrollbar {
  display: none;
  width: 12px;
  border-radius: 10px; }

.candidature-messages-container:hover::-webkit-scrollbar {
  display: unset; }

.candidature-messages-container::-webkit-scrollbar-track {
  background-color: #f1f2f4;
  border-radius: 10px; }

.candidature-messages-container::-webkit-scrollbar-thumb {
  background-color: #595959;
  border-radius: 10px; }

.candidature-status-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-width: 3px;
  border-style: solid;
  font-weight: 900;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  width: 100%; }
  .candidature-status-container.availability.checking-availability {
    color: #00A5E5;
    border-color: #00A5E5; }
  .candidature-status-container.availability.unavailable {
    color: #FF4648;
    border-color: #FF4648; }
  .candidature-status-container.availability.available {
    color: #67BF4D;
    border-color: #67BF4D; }
  .candidature-status-container.availability.limited-availability {
    color: #008C49;
    border-color: #008C49; }
  .candidature-status-container.offer.pending {
    color: #00A5E5;
    border-color: #00A5E5; }
  .candidature-status-container.offer.declined {
    color: #FF4648;
    border-color: #FF4648; }
  .candidature-status-container.offer.accepted {
    color: #67BF4D;
    border-color: #67BF4D; }

.candidature-status-component {
  display: inline-block;
  text-align: center;
  margin-left: -45px;
  width: 100%; }

.candidature-status-box {
  display: inline-block;
  width: 45px;
  height: 45px; }
  .candidature-status-box.availability.checking-availability {
    background-color: #00A5E5; }
  .candidature-status-box.availability.unavailable {
    background-color: #FF4648; }
  .candidature-status-box.availability.available {
    background-color: #67BF4D; }
  .candidature-status-box.availability.limited-availability {
    background-color: #008C49; }
  .candidature-status-box.offer.pending {
    color: #00A5E5;
    border-color: #00A5E5; }
  .candidature-status-box.offer.declined {
    color: #FF4648;
    border-color: #FF4648; }
  .candidature-status-box.offer.accepted {
    color: #67BF4D;
    border-color: #67BF4D; }

.hor-pad-0 {
  padding-right: 0px;
  padding-left: 0px; }

.subscription-grid {
  display: grid;
  grid-template-columns: 234px 234px 234px;
  grid-column-gap: 24px;
  grid-column-start: 24px;
  grid-column-end: 24px;
  grid-template-areas: "subscription-free-title    subscription-individual-title    subscription-enterprise-title" "subscription-free-subtitle subscription-individual-subtitle subscription-enterprise-subtitle" "subscription-free-img      subscription-individual-img      subscription-enterprise-img" "subscription-free-price    subscription-individual-price    subscription-enterprise-price" "subscription-free-features subscription-individual-features subscription-enterprise-features" "subscription-free-action   subscription-individual-action   subscription-enterprise-action"; }

.subscription-title {
  text-align: center; }
  .subscription-title.free {
    grid-area: subscription-free-title; }
  .subscription-title.individual {
    grid-area: subscription-individual-title; }
  .subscription-title.enterprise {
    grid-area: subscription-enterprise-title; }

.subscription-subtitle {
  text-align: center; }
  .subscription-subtitle.free {
    grid-area: subscription-free-subtitle; }
  .subscription-subtitle.individual {
    grid-area: subscription-individual-subtitle; }
  .subscription-subtitle.enterprise {
    grid-area: subscription-enterprise-subtitle; }

.subscription-img {
  align-self: end; }
  .subscription-img.free {
    grid-area: subscription-free-img;
    padding-bottom: 9px; }
  .subscription-img.individual {
    grid-area: subscription-individual-img;
    padding-bottom: 10px; }
  .subscription-img.enterprise {
    grid-area: subscription-enterprise-img; }

.subscription-price {
  text-align: center;
  color: #0072bc; }
  .subscription-price.free {
    grid-area: subscription-free-price; }
  .subscription-price.individual {
    grid-area: subscription-individual-price; }
  .subscription-price.enterprise {
    grid-area: subscription-enterprise-price; }

.subscription-features {
  color: #0072bc; }
  .subscription-features.free {
    grid-area: subscription-free-features; }
  .subscription-features.individual {
    grid-area: subscription-individual-features; }
  .subscription-features.enterprise {
    grid-area: subscription-enterprise-features; }

.subscription-action {
  text-align: center; }
  .subscription-action.free {
    grid-area: subscription-free-action; }
  .subscription-action.individual {
    grid-area: subscription-individual-action; }
  .subscription-action.enterprise {
    grid-area: subscription-enterprise-action; }

.profile-title {
  font-weight: bold;
  font-size: 24px; }

.profile-subtitle {
  display: inline;
  font-weight: bold;
  font-size: 16px; }

.profile-content {
  font-size: 14px; }

.profile-session-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px; }

.profile-session-mb1 {
  margin-bottom: 10px; }

.profile-session-mb2 {
  margin-bottom: 20px; }

.profile-session-ml1 {
  margin-left: 10px; }

.profile-session-ml2 {
  margin-left: 20px; }

.profile-session-ml3 {
  margin-left: 30px; }

.profile-session-ml4 {
  margin-left: 40px; }

.profile-session-content {
  width: 500px; }

.profile-session-characters-count {
  text-align: right; }

.profile-session {
  padding: 30px 50px;
  background-color: white;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #DBDBDB; }

.profile-session-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.profile-intro-content {
  display: flex;
  justify-content: space-between; }

.profile-intro-picture-container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.profile-intro-picture {
  height: 180px;
  width: 180px;
  border-radius: 90px;
  padding: 0;
  object-fit: cover; }

.profile-intro-name {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0; }

.profile-intro-title {
  font-family: Helvetica;
  font-size: 16px; }

.profile-intro-location {
  font-family: Helvetica;
  font-size: 18px;
  color: #888888; }

.profile-intro-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #595959; }

.profile-intro-card {
  display: flex;
  flex-direction: row;
  align-items: center; }

.profile-intro-nav ul {
  display: inline; }

.profile-intro-nav li {
  list-style-type: none;
  display: inline; }

.profile-industries-session {
  background-color: whitesmoke;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px; }

.profile-portfolio-videos {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.profile-portfolio-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 1; }

.profile-portfolio-primary-video-row {
  margin-bottom: 10px;
  width: 90%; }

.profile-portfolio-secondary-video-row {
  margin-top: 10px;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.profile-portfolio-primary-video {
  width: 100%; }

.profile-portfolio-secondary-video {
  width: 45%; }

.profile-radio-video-container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%; }

.profile-video-wrapper {
  position: relative;
  cursor: pointer; }
  .profile-video-wrapper .profile-video {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-color: #000000;
    opacity: 1; }
    .profile-video-wrapper .profile-video .profile-video-thumbnail {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background: transparent url(../img/loading-animation.gif) center no-repeat; }
    .profile-video-wrapper .profile-video .profile-video-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #000000;
      opacity: 0.75;
      border-radius: 5px;
      width: 85px;
      height: 52.31px; }
      .profile-video-wrapper .profile-video .profile-video-button .profile-video-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        background: url(../img/svg/play-button.svg) no-repeat;
        background-size: 100% 100%; }
    .profile-video-wrapper .profile-video .profile-video-button:hover {
      opacity: 0.95; }

.profile-contacts-content {
  display: grid;
  row-gap: 30px;
  grid-template-columns: 50% 50%;
  grid-template-areas: "profile-contacts-phone profile-contacts-website" "profile-contacts-username profile-contacts-username"; }

.profile-contacts-phone {
  grid-area: profile-contats-phone; }

.profile-contacts-website {
  grid-area: profile-contats-website; }

.profile-contacts-username {
  grid-area: profile-contats-username; }

.profile-contacts-item {
  display: inline; }

.profile-resume-session {
  background-color: whitesmoke;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px; }

.profile-resume-box {
  display: inline-block;
  background-color: #F1F2F4;
  width: 400px;
  height: 200px;
  border-radius: 5px; }

.profile-invited-projects {
  padding: 24px;
  background-color: white;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #DBDBDB; }

.profile-invited-projects-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.profile-wizard-picture {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  padding: 0;
  object-fit: cover; }

.profile-wizard-mb1 {
  margin-bottom: 10px; }

.profile-wizard-mb2 {
  margin-bottom: 20px; }

.profile-wizard-ml1 {
  margin-left: 10px; }

.profile-wizard-ml2 {
  margin-left: 20px; }

.profile-wizard-ml3 {
  margin-left: 30px; }

.profile-wizard-ml4 {
  margin-left: 40px; }

.profile-wizard-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px; }

.profile-wizard-content {
  padding: 50px;
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 60%;
  height: 100%; }

.profile-wizard-content .form-control {
  background: #F1F2F4; }

.col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.row-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

@keyframes show-contact-profile {
  from {
    left: 100%;
    width: 205px; }
  to {
    left: 10%;
    width: 90%; } }

@keyframes hide-contact-profile {
  from {
    left: 10%;
    width: 90%; }
  to {
    left: 100%;
    width: 205px; } }

.contact-profile-container {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh; }

.contact-profile {
  background-color: white;
  position: absolute;
  top: 0;
  z-index: 1; }

.show-contact-profile {
  animation-name: show-contact-profile;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  background-color: green; }

.hide-contact-profile {
  animation-name: hide-contact-profile;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  background-color: yellow; }

.hide_contact_profile_button {
  background-color: #e5e5e5;
  border-style: none; }

.arrow_right {
  width: 24px;
  height: 24px;
  rotate: 90deg; }

.arrow_left {
  width: 24px;
  height: 24px;
  rotate: -90deg; }

.show_contact_profile_button {
  padding: 0;
  margin: 0;
  min-width: 0; }

.profile-container {
  display: grid;
  grid-template-areas: "profile-main profile-aside";
  grid-template-columns: 800px 400px;
  grid-column-gap: 30px;
  justify-content: center; }

.profile-main {
  grid-area: profile-main; }

.profile-aside {
  grid-area: profile-aside; }

@media (max-width: 1350px) {
  .profile-container {
    grid-template-columns: 700px 350px; } }

@media (max-width: 1200px) {
  .profile-container {
    grid-template-columns: 600px 300px; } }

.delete-contact-share-new-email-btn {
  display: flex;
  justify-content: right;
  align-items: center; }

.add-contact-share-new-email-btn {
  display: flex;
  justify-content: right;
  align-items: center; }

.add-contact-share-btn {
  opacity: 100%;
  background-color: white;
  border-radius: 6px;
  padding: 7px;
  border-width: 0;
  margin-left: 5px; }

.add-contact-share-btn:disabled {
  opacity: 50%; }

.applicant-toolbar {
  display: flex;
  justify-content: center;
  align-items: center; }

.applicant-action-button {
  display: block;
  margin: 10px; }

.applicant-left-arrow {
  display: block;
  height: 36px;
  width: 36px;
  rotate: 0deg; }

.applicant-right-arrow {
  display: block;
  height: 36px;
  width: 36px;
  rotate: 180deg; }

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
