/* Actor Panels */
.panel-default.panel-actor > .panel-heading {
  background-color: #339933;
}

.panel-actor .panel-heading-container {
  display: flex;
  justify-content: space-between;
}

.panel-actor .panel-title{
  color: #fff;
}

.panel-actor-standard {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.panel-actor-wide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ct-actor-divider{
  width: 100%;
  max-width: 880px;
  border-top: 1px solid #339933 !important;
  margin: 0 auto;
}

.panel-actor label{
  font-weight: 600 !important;
}

/* Signup Page */

#ct-actor-signup-form{
  width: 100%;
  padding: 20px;
  background-color: #f0f3f4;
  box-sizing: border-box;
}

.ct-actor-submit-button{
  background-color: #1db3e2;
  border-radius: 5px;
  box-shadow: none;
  border: 0;
  color: #fff;
  line-height: 2em !important;
  cursor: pointer;
  display: inline-block;
  outline: none;
  text-align: center;
  padding: 4px 10px !important;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
}

.ct-fe-button{
  font-size: 14px;
  background-color: #1db3e2;
  border-radius: 5px;
  box-shadow: none;
  border: 0;
  color: #fff;
  line-height: 20px !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 4px 10px !important;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Actor Dashboard */
#ct-va-dashboard{
  display: flex;
  column-gap: 20px;
  margin: 20px;
  padding: 20px;
  background-color: #efefef;
}

#ct-va-dashboard table{
  width: 100%;
}

#ct-va-dashboard table th{
  text-align: left;
}

#ct-va-dashboard .panel{
  margin-bottom: 0;
}

.ct-va-dashboard-box{
  width: 50%;
  background-color: #fff;
  padding: 20px;
}

#ct-dashboard-auditions table{
  width: 100%;
}

#ct-va-dashboard-profile {
  display: grid;
  grid-template-columns: 30% 50% 20%;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.ct-va-profile-incomplete{
  color: #B00B0E;
}

.ct-va-profile-complete{
  color: #26B515;
}

.ct-actor-audition-cell{
  width: 160px;
}

/* Actor Edit Profile */

#ct-va-headshot-container{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}

#ct-va-headshot-container-left{
  margin-right: 20px;
}

#ct-va-headshot-container-right{
  display: flex;
  align-self: flex-end;
}

#ct-va-headshot-empty{
  width: 100px;
  height: 100px;
  border: 2px solid #555;
  background-color: #eee;
  border-radius: 4px;
  color: #555;
}

#ct-va-headshot-image{
  width: 100px;
  height: 100px;
  border: 1px solid #999;
}

#ct-va-headshot-empty .dashicons{
  font-size: 100px;
}

#ct-headshot-remove .dashicons{
  margin-top: -6px;
  font-size: 34px;
  color: #b22222;
}

#ct-va-headshot-image img{
  max-width: 98px;
  max-height: 98px;
}

.ct-file-upload-container{
  height: 32px;
  background-color: #1db3e2;
  border-radius: 5px;
  box-shadow: none;
  border: 0;
  color: #fff;
  line-height: 28px !important;
  cursor: pointer;
  text-align: center;
  padding: 4px 10px !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500 !important;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-bottom: 0 !important;
}

.ct-file-upload-container [type="file"]{
  display: block;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  cursor: pointer;
}

#ct-audio-upload-container-0{
  margin-top: 5px;
  display: inline-block;
}

.ct-audio-player-hide{
  display: none !important;
}

#ct-va-profile-demo-reel audio{
  width: 100%;
}

.ct-va-player-container{
  display: flex;
  width: 100%;
  align-items: center;
}

.ct-va-player-container.video-player{
  width: 360px;
}

.ct-va-player-container-left{
  width: 100%;
}

.ct-va-player-container-right{
  width: 30px;
  text-align: right;
}

.dashicons-trash{
  color: #b22222;
  font-size: 22px;
}

.ct-audio-title{
  margin-top: 10px;
}

#ct-demo-reel-uploads{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-auto-rows: min-content;
  margin-top: 10px;
  margin-bottom: 20px;
}

.ct-va-profile-divider{
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

.ct-va-profile-row{
  display: flex;
  width: 100%;
  column-gap: 40px;
  margin-bottom: 20px;
}

.ct-va-profile-row-left,
.ct-va-profile-row-right{
  width: 50%;
}

.ct-va-profile-row-wide{
  width: 100%;
  margin-bottom: 20px;
}

.ct-va-profile-hint{
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.ct-va-profile-field-error{
  background-color: #ffeeee !important;
  border: 1px solid #c1372a !important;
}

/* View Profile Page */

.ct-va-profile-details-row{
  display: flex;
  margin-bottom: 10px;
}

#ct-va-your-profile .ct-va-profile-details-row-left{
  width: 200px;
  font-weight: 600;
}

.ct-va-profile-headshot{
  width: 100%;
  max-width: 200px;
  height: auto;
}

#ct-va-actor-details .ct-va-profile-details-row-left{
  width: 50%;
}

#ct-va-actor-details .ct-va-profile-details-row-right{
  width: 50%;
}

.ct-va-profile-details-title{
  font-weight: 600;
}

#ct-va-actor-media .ct-va-profile-details-title{
  margin-bottom: 5px;
}

.ct-va-profile-audio{
  margin-bottom: 10px;
}

/* Actor Sign NDA Page */

.ct-actor-sign-nda-box{
  min-height: 200px;
  text-align: justify;
  line-height: 20px;
}

/* Actor Audition Page  */

.ct-va-form-divider{
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

#ct-va-dashboard-column{
  margin: 20px;
  padding: 20px;
  background-color: #efefef;
}

#ct-va-dashboard-column h3{
  margin: 0 0 10px 0;
  font-size: 16px;
}

.ct-audition-row{
  display: flex;
}

.ct-audition-row > div:nth-child(1){
  width: 180px;
  font-weight: 600;
}

.ct-audition-row > div{
  margin-bottom: 10px;
}

#ct-actor-audition-role-description{
  margin-bottom: 20px;
}

.ct-actor-audition-2-column{
  display: flex;
  column-gap: 40px;
  margin-bottom: 20px;
}

.ct-actor-audition-2-column > div{
  width: 50%;
}

.ct-va-audition-row{
  margin-bottom: 20px;
}

#ct-actor-audition-error{
  text-align: center;
  background-color: #ca5f59;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

#ct-audition-video-player{
  margin-top: -30px;
}

.ct-actor-audition-notice{
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}