.ct-cd-title{
  font-family: "Hind", "Avenir", "Helvetica", arial;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 15px;
}

.ct-cd-subtitle{
  font-family: "Hind", "Avenir", "Helvetica", arial;
  color: #1a1a1a;
  text-align: left;
  letter-spacing: -0.02em;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

.ct-cd-header-text {
  max-width: 900px;
  text-align: center;
  font-family: "Hind", "Avenir", "Helvetica", arial;
  color: #808285;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.612 !important;
  margin: 10px auto 10px auto !important;
}

.ct-cd-header-text:last-of-type{
  margin: 10px auto 20px auto !important;
}

.ct-cd-divider{
  width: 100%;
  max-width: 880px;
  border-top: 1px solid #5d89a8 !important;
  margin: 0 auto;
}

.ct-cd-separator {
  border-bottom: 1px solid #ccc;
  margin: 20px auto;
}

.ct-cd-form-submit{
  background-color: #2B84AD;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  padding: 4px 10px !important;
  line-height: 2em !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0;
}

/* Casting Director Panels */

.panel-default.panel-cd > .panel-heading {
  background-color: #5d89a8;
}

.panel-cd .panel-heading-container {
  display: flex;
  justify-content: space-between;
}

.panel-cd .panel-title{
  color: #fff;
}

.panel-cd-standard {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/*
.collapse.in {
  display: block;
}
.collapse {
  display: none;
}
*/

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

.table-responsive table {
  background-color: #fff;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

tbody {
  border-bottom: 1px solid #ddd;
}


.ct-cd-contact-table-header {
  display: flex;
  justify-content: space-between;
}


#ct-cd-dashboard{
  background-color: #efefef;
  padding: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}

.ct-cd-dashboard-2col {
  justify-content: space-between;
}

.ct-panel-container{
	width: 49%;
}

.ct-cd-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;
}

.ct-cd-button:hover {
  background-color: #1db3e2;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  box-shadow: inset 0 0 0 20rem rgba(0,0,0,0.1), 0 2rem 2rem rgba(0,0,0,0.1);
}

#ct-cd-select-client-form{
  width: 100%;
}

.ct-cd-select-client-box .panel-cd{
  width: 50%;
  margin: 2rem auto 4rem auto;
}

.ct-cd-select-client-row{
  display: flex;
  margin-bottom: 10px;
}

.ct-cd-select-client-row > div{
  width: 50%;
}

.ct-cd-select-contact-row{
  display: flex;
  margin-bottom: 5px;
}

.ct-cd-select-contact-row > div{
  width: 50%;
}

.ct-cd-beta-message{
  background-color: #487a46;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#cd-test-project{
  padding-right: 5px;
}

.ct-form-row-full-width{
  margin-bottom: 10px;
}
.ct-form-row-full-width label{
  display: block;
}

.ct-flex-row-2{
  display: flex;
}
.ct-flex-row-2 > div{
  width: 50%;
}

/* Add Client Contact */
.ct-cd-add-client-contact-grid{
  display: grid;
  grid-template-columns: 200px 1fr; ;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}

/* Project Details */
.ct-cd-project-details-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 40px 40px 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.ct-cd-project-details-grid-1 { grid-area: 1 / 1 / 2 / 2; }
.ct-cd-project-details-grid-2 { grid-area: 1 / 2 / 2 / 3; }
.ct-cd-project-details-grid-3 { grid-area: 2 / 1 / 3 / 2; }
.ct-cd-project-details-grid-4 { grid-area: 2 / 2 / 3 / 3; }
.ct-cd-project-details-grid-5 { grid-area: 3 / 1 / 4 / 3; }

.ct-cd-project-options-grid{
  display: grid;
  grid-template-columns: 1fr 60px;
  grid-template-rows: repeat(4, 40px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.ct-cd-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-cd-role-section-header{
  margin-bottom: 10px;
  font-weight: 700;
}

.ct-cd-project-roles-main-grid{
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}

.ct-cd-project-roles-details-grid{
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}

.ct-cd-project-roles-technical-grid{
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}

.ct-cd-project-roles-fees-grid{
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}

.ct-cd-project-external-details-grid{
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}

.ct-cd-project-audition-link{
  color: #1db3e2;
}