﻿/*******************************************
REFERENCE LEFT BAR
/*******************************************/
/*
.tooltip{
   word-break:break-all; 
   min-width:300px;
}
*/
.adminroweven{
    background-color:white;
    color:black;
}
.adminrowodd{
    background-color:#CCC;
    color:black;
}
/*******************************************
REFERENCE LEFT BAR
/*******************************************/
.reference-left-bar{
    border: 1px solid #D3E0E9;
    width: 100%;
    float: left;
    height: auto;
    max-width:300px;
    background: #fff;
}
.reference-about{
    padding: 20px;
}
.reference-step{
    border-top: 1px solid #D3E0E9;
    padding: 20px;
    float: left;
    width:100%;
}
.reference-step-circle {
    height: 18px;
    width: 18px;
    background: red;
    padding-left: 5px;
    border-radius: 9px;
    float:left;
    color:#fff;
}
.reference-step-text {
    float: left;
    margin-left:10px;
}
/*******************************************
REFERENCE TITLE NAV (CREW INFORMATION)
/*******************************************/
.reference-title-nav {
    background:#fff;
    width: 100%;
    margin-bottom:-1px;
}
.reference-title-block{
    text-align: center;
    border-left:1px solid #D3E0E9;
}
.reference-title-block h5 {
    font-weight: 400;
}
.reference-title-block.complete{
    background: #fff;
    border-bottom: 1px solid #D3E0E9;
}
.reference-title-block.active {
    background: #fff;
}
.reference-title-block.active .title-icon,
.reference-title-block.complete .title-icon {
    height: 32px;
    width: 32px;
    background: #0372bc;
    border-radius: 100px;
    padding: 5px 0px;
    margin: 0 auto;
    margin-top: 20px;
    color:#fff
}
.reference-title-block.inactive .title-icon{
    height: 32px;
    width: 32px;
    background: #fff;
    border-radius: 100px;
    /*padding: 6px 9px;*/
    padding: 5px 7px;
    margin: 0 auto;
    margin-top: 20px;
    color:#0372bc;
    /*box-shadow: 0 2px 6px 0 #D3E0E9;*/
    border: 1px solid #D3E0E9;
}
.reference-title-block.active h6{
    color: #0372bc;
    opacity: 1;
}
.reference-title-block.active h5 {
    font-weight: 500;
}
.reference-title-block h6{
    color: #484848;
    opacity: .5;
}
.reference-title-block.inactive {
    background: #F1F5F8;
    border-bottom: 1px solid #D3E0E9;
}
.reference-title-block h5 {
    margin-top: -5px;
    margin-bottom: 20px;
}
.reference-title-block h6 {
    font-size: 10px;
}
/*******************************************
REFERENCE HEADER (CREW INFORMATION)
/*******************************************/
.reference-info-wrapper {
    width:100%;
    padding:0px 20px;
    float:left;
}
.rating-pointer {
    height: 12px;
    width: 12px;
    background: #0372bc;
    position: absolute;
    float: right;
    transform: rotate(45deg);
    margin-left: -30px;
    margin-top: 25px;
}
.reference-rating {
    padding: 9px 20px;
    float:left;
    background:#0372bc;
    text-align:center;
    height:100px;
}
.reference-rating h6 {
    margin-bottom:5px;
    color:#fff;
}
.reference-rating h4 {
    margin-top:0px;
    color:#fff;
}
.reference-user,
.reference-asset {
    padding:18px 20px;
    float:left;
    height:100px;
    background:#fff;
    border:1px solid #D3E0E9;
}
.reference-asset {
  border-left:none;
}
.asset-type {
    border: 1px solid 1px solid #D3E0E9;
    padding: 2px 0px;
    width: auto;
    float: left;
    margin-bottom: 5px;
}
.asset-type h6 {
    font-size:10px;
}
.reference-content {
    border: 1px solid #D3E0E9;
    background: #fff;
    float: left;
    padding: 0px;
    margin-top:20px;
    margin-bottom:40px;
    width:100%;
}
.reference-header-wrapper {
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff;
    margin-bottom: -1px;
}
.reference-header-image {
    height: 64px;
    width: 64px;
    background: #F1F5F8;
    border: 1px solid #D3E0E9;
    float: left;
    margin-right: 20px;
    overflow:hidden;
}
.reference-type {
    padding:10px;
}
.reference-person {
    max-width:100%;
}
.reference-header-stars {
    color: #fff;
    margin-top: -4px;
    font-size:10px;
}
.reference-header-content {
    float: left;
    max-width: 200px;
}
.reference-header-content h6 {
    margin: 0px;
}
.reference-header-content h5 {
    width: 100%;
    float:left;
    margin-top: 0px;
}
.reference-header-content .id-number {
    margin-top: -5px;
    opacity: .6;
    float: left;
}
/*******************************************
REFERENCE INPUT (CREW INFORMATION)
/*******************************************/
.reference-title-section {
    padding: 10px 20px;
}
.reference-input {
    border-top: 1px solid #D3E0E9;
    border-bottom: 1px solid #D3E0E9;
    padding: 20px 20px 0px 20px;
    background: #fff;
    margin-top:-1px;
}
.reference-input textarea{
    width: 100%;
    min-height: 120px;
    border: 1px solid #D3E0E9;
    padding: 5px;
}
.icon-wrapper {
    height: 32px;
    width: 32px;
    background: #fff;
    box-shadow: 0 2px 6px 0 #D3E0E9;
    border-radius: 100px;
    padding: 7px 10px;
    float: left;
}
.reference-input p{
    float: left;
    margin-left: 20px;
    margin-top: 7px;
    margin-bottom: 0px;
}
.icon-wrapper .fa {
    color: #0372bc;
}
.reference-input button {
    float: right;
}.reference-input-tablet {
     min-width:200px;
 }
 .reference-input .buttonWidth {
     padding-right:0px;
 }
/*******************************************
REFERENCE LIST CONTENT (CREW INFORMATION)
/*******************************************/
.information-section {
    width: 100%;
    height:400px;
    border: 1px solid #D3E0E9;
    background:#F5F8FA;
}
.reference-col {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
/*******************************************
REFERENCE LIST CONTENT (CREW REFERENCE)
/*******************************************/
.section-wrapper {
    width:100%;
    float: left;
    height: auto;
}
.reference-title {
    background:#F6F9FB;
    border-top:1px solid #D3E0E9;
    border-bottom:1px solid #D3E0E9;
    margin-bottom:-1px;
    color:#484848;
    float: left;
    padding:10px 20px;
    width:100%;
}
.reference-title p {
    margin:0px;
}
.reference-title-question{
    float:left;
    opacity: .6;
}
.reference-title-answer{
    float:right;
    opacity: .6;
}
.reference-question-text {
    margin-top:65px;
}
.reference-list {
    width: 100%;
    border-top: 1px solid #D3E0E9;
    border-bottom: 1px solid #D3E0E9;
    float: left;
    padding: 10px 20px;
    height: 170px;
    margin: 0px;
    margin-bottom: -1px;
}
.reference-image {
    height: 140px;
    width: 140px;
    float: left;
    background: #FAFBFC;
    border: 1px solid #D3E0E9;
    margin-top:3px;
}
.reference-list p{
    float: left;
    color: #484848;
    opacity: .8;
    font-weight:500;
}
.reference-list-answer {
    float: right;
    margin-top: 60px;
    font-size: 20px;
}
.reference-list-answer .fa-star{
    color:#0372bc;
}
.reference-list-answer .fa-star-o{
    color:#484848;
    opacity: .3;
}
.rehire {
    float: left;
    padding: 20px;
    margin-top:20px;
    width: 100%;
}
.rehire p {
    float: left;
}
.rehire button {
    float: right;
}
.reference-notes {
    width: 100%;
    height: auto;
    padding: 20px;
    float: left;
}
.reference-notes textarea{
    width: 100%;
    min-height: 120px;
    padding: 10px;
    float: left;
    border: 1px solid #D3E0E9;
}
.submit-reference {
    float: left;
    margin-top:20px;
    margin-right:20px;
    margin-bottom:40px;
    width:100%;
}
/*******************************************
REFERENCE STATS LAST PAGE
/*******************************************/
.reference-upsell {
    float: left;
    background: #fff;
    border: 1px solid #D3E0E9;
    width: 100%;
}
.upsell-content {
    padding:40px;
}
.reference-upsell h5 {
    color: #484848;
    opacity: .6;
    margin-bottom:30px;
}
.reference-upsell img {
    margin-top:25px;
    max-height:45px;
    margin-bottom:10px;
}    
/*******************************************
REFERENCE STATS LAST PAGE
/*******************************************/
.canvas-wrapper{
    display:block;
    width:100%;
    padding:20px;
} 
.ref-position-title {
    float: left;
    width: 100%;
    border: 1px solid #D3E0E9;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: -1px;
    background:#FAFBFC;
}
.ref-position-title .horzepaulet{
    height: 18px;
    margin-top: 11px;
    margin-right: 10px;
}
.job-type {
    float: left;
    width: auto;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #d3e0ea;
    height:18px;
}
.job-type h6 {
    margin:0px;
    padding:0px;
    color:#0372bc;
}
.ref-position-title h4{
    float:left;
}
/* REFERENCE STAT*/
.ref-stat {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
    height:260px;
    border: 1px solid #D3E0E9;
    background:#FAFBFC;
    margin-top:-1px;
}
.ref-stat .fa {
    color:#0372bc;
}
.ref-stat h5 {
    color:#484848;
    opacity:.6;
    margin-bottom:5px;
}
.ref-stat h3 {
    color:#0372bc;
     margin-top:10px;
}
.stat-info {
    position: relative;
}
.stat-info .fa {
    position: absolute;
    right: 20px;
}
.stat-ep {
    height: 24px;
    width:48px;
    background:#fff;
    margin:0 auto;
    margin-bottom:16px;
}
.stat-info .fa:hover {
    opacity:1;
}
.stat-rating {
    padding:5px;
}
.stat-rating h2{
    margin-top:0px;
}
.stat-content {
    width:100%;
    float:left;
}
.stat-content-title {
    min-height:20px;
    margin-top:30px;
}
.stat-content h6,
.stat-rating h6 {
    color:#484848;
    opacity:.6;
}
.stat-rating h2,
.stat-content h2 {
    color: #0372bc;
    margin-top:5px;
}
.stat-rating h6 {
    font-size:14px;
}
.stat-content h6{
    font-size:14px;
}
.stat-content a {
    margin-top:20px;
}
.remove-left-border {
    border-left:none;
}
/* REFERENCE INFO*/
.ref-info {
    height:200px;
}
.ref-info-title {
    height: 200px;
    float:left;
    text-align: center;
    padding: 20px;
}
.ref-info-title  h5{
    opacity:.6;
}
.ref-info-title h2{
    margin-top:50px;
}
.ref-info-data {
    height:198px;
    border-left:1px solid #D3E0E9;
}
@media (max-width: 990px) {
    .remove-left-border {
        border-left:1px solid #D3E0E9;
    }
    .ref-stat {
        float:left;
        width: 100%;
        padding:0px;
    }
    .ref-info-title {
        width:100%;
        float:left;
        height: auto;
        padding:40px;
    }
    .ref-info-title h2 {
        margin-top:0px;
    }
    .ref-info-data {
        width:100%;
        float:left;
        text-align: center;
        height: auto;
        padding: 20px;
        border-left:none;
        border-bottom:1px solid #D3E0E9;
    }
    .ref-info {
        height:auto;
    }
}
@media (max-width: 600px) {
    #salary-boxplot,
    #length-boxplot{
        width:100%;
    }
}


/*******************************************
REFERENCE STATS (CREW REFERENCE)
/*******************************************/
.reference-stats {
    height:auto;
    border: 1px solid #D3E0E9;
    background:#fff;
    padding:20px;
}
.reference-stats h3{
    color:#0372bc;
    font-weight: 300;
}
.reference-stats h6 {
    color:#484848;
    opacity: .6;
    margin-top:10px !important;
}
.reference-stats h3,
.reference-stats h6 {
    margin:0px;
}
/*******************************************
MODAL CONTENT
/*******************************************/
.mini-modal {
    width:440px;
    margin:0 auto;
}
.modal-header{
    text-align: center;
}
.modal-header p {
    color:#484848;
    opacity: .6;
}
.modal-bg {
    margin-left: -1px;
}
.sales-content {
    position: absolute;
    text-align: center;
    color:#fff;
    padding: 20px;
}
.sales-content img {
    margin-top:60px;
}
.sales-content p {
        font-size: 16px;
    font-weight: 300;
}
.sales-content a {
    color: #fff;
}
/*******************************************
DECLINE MODAL
/*******************************************/
.decline-reason {
    width: 100%;
    border: 1px solid #D3E0E9;
    float: left;
    padding: 10px 20px;
    background:#fff;
    margin-bottom: 20px
}
.decline-reason:hover {
    border: 1px solid red;
    cursor:pointer;
}
.decline-reason:hover .decline-circle{
    background:red;
    cursor:pointer;
}
.decline-reason p {
    float: left;
    margin-top: 3px;
    width: 80%;
}
.decline-circle {
    float: left;
    background: #D3E0E9;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    padding-left: 5px;
    padding-top: 3px;
    margin-right: 20px;
}
.decline-circle .fa {
    color: #fff;
}
@media (max-width:1200px) {
}
@media (max-width:1080px) {
   .reference-header.push-right {
      margin-left:0px;
      margin-top:-1px;
      height:106px;
  }
  .reference-header-circle {
    margin-left: 0px;
    margin-top: -36px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (max-width:990px) {
    .upsell-bg {
        display:none;
    }
    .reference-upsell img {
        margin-top: 0px;
        max-height: 35px;
    }
    .rating-pointer {
      display:none;
  }
 .reference-content {
      margin-bottom:0px;
      margin-top:-1px;
  }
  .reference-title-block h5{
      display:none;
  }
  .reference-title-block {
      width: 25%;
      float:left;
  }
  .reference-list p {
      float:none;
      margin-top:30px;
  }
     .push-right {
      margin-top:-1px;
      margin-left:0px;
      margin-right:0px;
  }
     .ref-list-title {
         display:none;
     }
     .reference-header-image {
        display:none;
     }
     .reference-question-text {
      margin-top:0px;
  }
  .reference-list-answer {
      float: left;
      margin-top: 0px;
      font-size: 20px;
  }
  .reference-stats {
      margin-top:-1px;
  }
}
@media (max-width: 768px) {
    .reference-image {
      display:none;
    }
    .reference-question-text {
        margin-left:0px !important;
    }
    .reference-list-answer {
        margin-left:0px;
    }
}

@media (max-width: 640px) {
  /*REFERENCE LIST*/

  .reference-header {
      width:100%;
  }
  .reference-input {
      padding:20px;
  }
  .reference-list-answer .fa {
    font-size:24px;
  }
  .ref-info-data {
    display:none;
  }
  .ref-info-title h5{
       font-size:14px;
      padding-left:10px;
      padding-right:10px;
  }
  .ref-stat h5 {
      font-size:14px;
      padding-left:10px;
      padding-right:10px;
  }
}
@media (max-width:460px) {
  .reference-asset {
    margin-top:-1px;
    border-left: 1px solid #D3E0E9;
  }
  .reference-list {
      height:auto;
      padding:20px;
  }
  .reference-stats {
    margin-top:-1px;
  }
  .reference-list p {
      margin-left:0px;
      margin-top:0px;
      width:100%;
  }
  .reference-list-answer {
      float:left;
      margin-left:0px;
  }
  .reference-header-image {
     display:none;
  }
  .reference-header-stars{
      margin-left:0px;
  }
}