@font-face {
  font-family: "Seravek";
  src: url(../fonts/Seravek-Light.ttf);
}
@font-face {
  font-family: "Seravek";
  src: url(../fonts/Seravek-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "Seravek";
  src: url(../fonts/Seravek-Italic.ttf);
  font-style: italic;
}

.announcement-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background-color: #2c7be5;
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.announcement-banner a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.announcement-banner a:hover {
  color: #f2f2f2;
}
.navbar-fixed-top {
  top: 38px;
}
main {
  padding-top: 123px;
}
@media (max-width: 767px) {
  .announcement-banner {
    position: relative;
    top: auto;
  }
  .navbar-fixed-top {
    top: 0;
  }
  main {
    padding-top: 0;
  }
}

html {
  background: #fff;
}
body {
  font-size: 14px;
  font-weight: 400;
  color: #464D57;
}
body.loading-opacity {
  opacity: .7;
}
a:hover, a:focus {
  text-decoration: none;
}
a.special {
  color: #FF3366;
}
a.special:hover, a.special:focus, a.special:active {
  color: #E62357;
}
hr {
  margin-top: 15px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #464D57;
}
h2, .h2 {
  font-size: 27px;
}
h3, .h3 {
  font-size: 22px;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  box-shadow: none;
  text-shadow: none;
}
input[type="text"] {
  border: 1px solid rgb(238, 238, 238);
}  
input[type="button"]:focus, input[type="submit"]:focus, input[type="button"]:active, input[type="submit"]:active, button:focus, button:active {
  outline:none;
}
.site-logo {
  width: 220px;
  padding-top: 4px;
}
.segment {
  padding: 10px 0 30px;
  font-weight: 400;
}
.segment.segment-features {
  padding: 40px 0 0;
}
.owl-carousel {
  background-color: #464D57;
}
.gray-links {
  color: gray !important;
  cursor: not-allowed;
}
.banner-slider.owl-carousel .owl-item {
  max-height: 400px;
}
.owl-buttons .owl-next {
  right: 35px;
}
.owl-buttons .owl-prev {
  left: 35px;
}
.banner-slider .caption h2 b {
  background: none;
}
.banner-slider .caption p {
  background: none;
}
.header-banner {
  background: url(../images/slider/s1.jpg) no-repeat #000;
  background-size: contain;
  height: 375px;
  color: #464D57;
  background-position: right;
}

.home-new {
  color: #7e8890;
}
.home-new h1, .home-new h2, .home-new h3, .home-new h4, .home-new h5 {
  text-align: center;
}
.row, .home-new .row {
  margin: 0;
}
.header-new {
  background: url(../images/home-new/header-image.jpg) no-repeat #000;
  background-size: cover;
  color: #464D57;
  background-position: center 0px;
  height: 100vh;
}
.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #464D57;
  background-size: cover;
  height: 100%;
  width: 100%;
  opacity: .1;
}
.header-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
}
.logo-new {
  float: left;
  margin: 24px 50px;
}
.logo-new.logo-app {
  margin: 11px 5px;
}
.logo-new img {
  width: 230px;
}  
.navbar-inverse .nav-new ul.navbar-nav {
  list-style: none;
  font-size: 16px;
  float: right;
  margin: 30px 20px 40px 0;
  padding: 0;
}
.navbar-inverse .nav-new ul.navbar-nav > li {
  display: inline;
  padding: 0 15px;
}
.navbar-inverse .nav-new ul.navbar-nav > li > a {
  color: #fff;
  padding: 10px;
}
.navbar-inverse .nav-new ul.dropdown-menu {
  padding: 10px 0;
  top: 35px;
}
.navbar-inverse .nav-new ul.dropdown-menu li {
  display: block;
  padding: 0 5px; 
}
.navbar-inverse .nav-new ul.dropdown-menu li a {
  color: #75ADD2;
}
.navbar-inverse .nav-new ul.navbar-nav li a:hover, .navbar-inverse .nav-new ul.navbar-nav li a:focus, .navbar-inverse .nav-new ul.navbar-nav li a:active {
  color: #FF3366;
}
.navbar-inverse .nav-new ul.navbar-nav li a.signup, .navbar-inverse ul.navbar-nav li a.signup {
  color: #FF3366;
  border: 2px solid #FF3366!important;
  padding: 5px 10px;
  border-radius: 4px;
}
.navbar-inverse .nav-new ul.navbar-nav li a.signup:hover, .navbar-inverse .nav-new ul.navbar-nav li a.signup:active, .navbar-inverse .nav-new ul.navbar-nav li a.signup:focus, .navbar-inverse ul.navbar-nav li a.signup:hover, .navbar-inverse ul.navbar-nav li a.signup:active, .navbar-inverse ul.navbar-nav li a.signup:focus {
  color: #E62357;
  border: 2px solid #E62357!important;
}  
.navbar-inverse ul.navbar-nav li a.signup {
  position: relative;
  top: 7px;
  margin-left: 10px;
}
.navbar-inverse .nav-new ul.navbar-nav li a.signup {
  top: 4px;
}  
.navbar-inverse .nav-new ul.navbar-nav li a.signup:hover, .navbar-inverse .nav-new ul.navbar-nav li a.signup:active, .navbar-inverse .nav-new ul.navbar-nav li a.signup:focus {
  color: #E62357;
  border-color: #E62357;
}  
.nav-new li.show-mobile, .navbar-inverse .navbar-collapse li.show-mobile {
  display: none;
}
.header-middle {
  top: 38%;
  position: absolute;
  margin-left: 10% !important;
  margin-top: 0px !important;
}
.header-middle h1 {
  color: #fff;
  font-size: 50px;
}
.header-middle h4 {
  color: #75ADD2;
  font-size: 25px;
  font-style: italic;
}
.header-middle button {
  margin-top: 20px;
  padding: 10px 25px;
  font-size: 18px;
}
.play-button img {
  margin-top: 30px;
  width: 90px;
  cursor: pointer;
  opacity: .8;
} 
.play-button img:hover {
  opacity: 1;
  border: 3px solid #fff;
  border-radius: 50px;
}  
.header-bottom {
  position: relative;
  bottom: 85px;
  background: #fff;
  width: 100%;
  height: 85px;
  padding: 0 5%;
  z-index: 1000;
}
.header-bottom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #464D57;
  background-size: cover;
  height: 100%;
  width: 100%;
  opacity: .15;
}  
.header-bottom .client {
  text-align: center;
  padding: 0;
} 
.header-bottom img {
  height: 65px;
  width: auto;
  margin: 10px auto;
  opacity: .7;
}
.main-new {
  height: 100%;
}
.main-new .sub-header {
  width: 500px;
  margin: 0 auto 15px;
}
.main-new h2 {
  font-size: 30px;
  margin: 0 0 20px;
}  
.main-new .sub-header {
  font-size: 18px;
  text-align: center;
}
.main-new .graphic {
  background: #464D57;
  background-position: center center;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin: 30px auto;
  text-align: center;
}
.main-new svg {
  width: 89px;
  margin: 30px auto;
}
.main-new .graphic-text {
  text-align: center;
  font-size: 18px;
  margin: 0 15px;
}
.main-new .learn-more {
  margin: 50px 0 20px;
  text-align: center;
}
.main-new button {
  width: 150px;
  margin: 0 auto;
  padding: 6px 16px;
  font-size: 15px;
}
.main-new .how-it-works {
  padding: 0 7% 60px;
}
.clearfix.above-how-it-works {
  min-height: 50px;
}
.screenshot-section {
  padding: 60px 7%;
}
.main-new .screenshot-section h2, .main-new .screenshot-section p {
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.main-new .screenshot-section p {
  font-size: 16px;
}  
.screenshot-section.screenshot-section-gray {
  background: #f5f5f5;
}
.screenshot-section img.screenshot {
  float: left;
  width: 90%;
  border: 1px solid #E8E9EA;
}
.screenshot-section.screenshot-section-gray img.screenshot {
  float: right;
}
.main-new .quick-signup {
  background: #464D57;
  padding: 80px 7%;
}
.main-new .quick-signup h2 {
  width: 100%;
  color: #fff;
  margin-bottom: 40px;
}  
.main-new .quick-signup input, .main-new .quick-signup button {
  display: inline-block;
  width: 30%;
  margin: 0 1.5%;
  height: 50px;
  border-radius: 4px;
  font-size: 18px;
}
.main-new .quick-signup input {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.main-new .quick-signup button {
  position: relative;
  top: -3px;
}  

.header-banner .caption {
  padding: 80px 10% 0;
}  
.header-banner .title-box {
  float: left;
  margin-bottom: 50px;
}
.header-banner .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 50px;
}
.header-banner .subtitle {
  font-size: 20px;
  text-align: center;
}
.header-banner .subtitle-mobile {
  display: none;
}  
.home-video-box {
  margin: 0 0 0 150px;
}
.home-video-box img {
  width: 335px;
  opacity: .95;
}
.home-video-box img:focus, .home-video-box img:hover, .home-video-box img:active  {
  opacity: 1;
  cursor: pointer;
}
.home-video-box .join-free {
  margin: 32px 0 0 40px;
  font-size: 20px;
  cursor: pointer;
  background-color: #75ADD2; /*link*/
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}
.home-video-box .join-free span {
  border-bottom: 1px solid #464D57;
}
main, .main-banner {
  background: #F5F5F5;
}  
.video-responsive{
  text-align: center;
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.video-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
.btn-primary {
  background-color: #464D57;
  border: 1px solid #464D57;
  border-radius: 4px;
}
.btn-primary.btn-update {
  background-color: #FF3366;
  border-color: #FF3366;
  margin-bottom: 5px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #FF3366;
  border-color: #FF3366;
}
#mc_embed_signup input.button {
  background-color: #FF3366;
  border: 1px solid #FF3366;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}
.btn-primary.special:hover, .btn-primary.special:focus, .btn-primary.special:active, #mc_embed_signup input.button:hover, #mc_embed_signup input.button:active, #mc_embed_signup input.button:focus {
  background-color: #E62357;
  border-color: #E62357;
  color: #fff;
}
.btn-primary.special-cancel:hover, .btn-primary.special-cancel:focus, .btn-primary.special-cancel:active {
  background-color: #373F4A;
  border-color: #373F4A;
}
.btn-xs.special-cancel {
  padding: 2px 8px;
}
.promo {
  width: 380px;
  border-radius: 4px;
  font-size: 26px;
  padding: 12px;
  border: none;
}
.promo:hover {
  background-color: #FF3366;
}
.promo.promo2 {
  display: none;
}
#mc_embed_signup form {
  padding: 10px 0;
  margin-bottom: 10px;
}
.banner-slider .caption h2 {
  font-size: 50px;
}
#features .info-group {
  margin: 0px;
}
#features .sub-heading, #features p {
  text-align: left;
}
ul.feature-list {
  text-align: left;
  padding: 10px 30px 15px;
}
#testimonial .list-item {
  padding-left: 30px;
  margin: 20px 0 30px;
}
.track-duck {
  background-image: url("/assets/images/feedback.png");font-family: "Helvetica Neue", Arial, sans-serif !important;border-radius: 3px;position: fixed !important;color: rgb(255, 255, 255) !important;cursor: pointer !important;width: 30px !important;height: 85px !important;z-index: 2147483548 !important;top: 200px !important;right: 0px !important;background-color: #f7b204 !important;background-position: 50% 50% !important;background-repeat: no-repeat !important;background-size: 84%
}
.search-auditions {
  padding-bottom: 20px;
}
.auditions-list .thumb-grid.three-col li {
  width: 32%;
}
.pricing-tiers {
  text-align: center;
}
.pricing-tiers hr {
  margin-bottom: 0;
}
.pricing-pills .nav-pills {
  width: 280px;
  margin: 0 auto;
}
.pricing-pills .nav-pills.nav > li > a {
  padding: 6px 13px;
  font-weight: 500;
  font-size: 16px;
}
.pricing {
  margin-top: 20px;
}
.pricing .btn-primary {
  font-size: 16px;
  padding: 7px 15px;
}
.pricing-pills .tab-pane {
  margin-top: 10px;
}
.features-well {
  padding: 0 0 20px;
}
.features-well-signup {
  padding-bottom: 10px;
}
.features-well-signup .form-group {
  margin-bottom: 0px;
}  
.h4-filler {
  height: 45px;
}
h4.most-popular {
  padding: 7px;
  margin: 0;
  background-color: #c1ccda;
}
.pricing .well {
  border: 1px solid #c1ccda;
  background-color: #f7f9fb;
  border-radius: 4px;
}
.features-well hr {
  margin: 7px auto;
  border-color: #E8EEF3;
  width: 85%;
}
.features-well p {
  padding: 0 10px;
  margin: 0 0 7px;
}  
.priceBox {
  padding-bottom: 10px;
}
.compare-features h3 {
  padding-bottom: 15px;
}
.table {
  margin-bottom: 10px;
}
.table.compare thead tr th {
  border: none;
}  
.table.compare tbody tr td {
  font-size: 16px;
  text-align: left;
  border: none;
}
.aside-fix {
  height: 85px;
  margin-right: 5px;
}
.progress {
  margin-bottom: 0px;
}
.thumb-grid.three-col li .list-group .list-group-item {
  border: none;
  padding: 4px;
}
#audition-board .list-group {
  padding: 0px 10px 10px;
}
#audition-board .list-group h4 {
  margin-top: 5px;
  height: 35px;
}  
.payment-radio {
  width: 100%;
}
.payment-radio .form-group {
  width: 200px;
  margin: 0 auto;
  position: relative;
  top: 80px;
}
.pricing.signup-pricing {
  margin-top: 0px;
}
.signup-form .panel-group {
  padding: 0;
}
.title h2 {
  color: #464D57;
  padding-left: 10px;
  font-size: 26px;
  font-weight: 600;
} 
#action-info .actions li {
  border: none;
  text-align: center;
  border-radius: 4px;
} 
#action-info .actions li.primo-button, input.primo-button {
  background-color: #FF3366;
  border-color: #FF3366;
  font-weight: 600;
}
#action-info .actions li.primo-button:hover, input.primo-button:hover, li.primo-button:active, input.primo-button:active, li.primo-button:focus, input.primo-button:focus {
  background-color: #E62357;
  border-color: #E62357;
  font-weight: 600;
}
.appointments-top-buttons .btn-primary {
  background-color: #464D57;
  border-color: #464D57;
}
.appointments-top-buttons .btn-primary:hover, .appointments-top-buttons .btn-primary:active, .appointments-top-buttons .btn-primary:focus {
  background-color: #E62357;
  border-color: #E62357;
}
.sub-title {
  padding: 12px 15px 12px 18px;
  font-size: 19px;
}
.panel-box .panel-content {
  padding: 15px;
}
.profile-table tbody tr td {
  padding: 3px 10px !important;
  line-height: 20px;
}
.profile-table > tbody > tr > td, .profile-table > tfoot > tr > td {
  border-top: 1px solid #eaeff0;
}
.panel-box {
  border: none;
  height: 100%;
  width: 100%;
  /*border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;*/
  border-radius: 4px;
}
.panel-box .sub-title {
  border: 1px solid #464D57;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
footer {
  background-color: #fff;
  padding-bottom: 30px!important;
}
footer ul li {
  margin-bottom: 5px;  
}
.modal-title {
  font-size: 18px;
  padding-left: 15px;
}
.navbar-inverse .navbar-right .dropdown-menu {
  padding: 15px 5px 15px;
}
.navbar-right .dropdown.open ul li {
  color: #fff;
  padding-left: 15px;
  font-size: 16px;
}
.navbar-right .dropdown.open ul li {
  float: none;
}
.navbar-inverse .navbar-right .dropdown-menu li a {
  padding-left: 10px;
  color: #B4B3B3;
}
.navbar-inverse .navbar-right .dropdown-menu li a:hover {
  color: #FF3366;
}
.navbar-inverse .navbar-right .dropdown-menu li small a  {
  font-size: 65%;
  padding-left: 5px;
}
.navbar-right .dropdown.open ul li.menu-heading {
  padding-top: 7px;
}
.actions .fa:before {
  position: relative;
  top: -1px;
  left: -5px;
}
.table > thead:first-child > tr:first-child > th, .table tbody tr td {
  /*text-align: center; Note to Nate: This affects many tables and is not a good practice. Create a class if you want to modify just the first row*/
}
.table.table-left > thead:first-child > tr:first-child > th, .table.table-left tbody tr td {
  text-align: left;
}
.table-responsive {
  margin: 5px;
  padding: 10px;
  overflow-x: auto;
  background: #fff;
  border-radius: 4px;
}
.table.profile-table tbody tr td {
  border: none !important;
}
.table.profile-table tbody tr td {
  text-align: left;
}
.table tbody tr td i {
  margin-right: 5px;
}  
.table tbody tr td a {
  text-decoration: none;
}
footer .vcard .org, footer .vcard address {
  font-size: 14px;
}
.menu-signup {
  padding: 6px 10px;
  background-color: #5f5f5f;
  border-radius: 4px;
  color: #fff;
}
.menu-signup:hover {
  background-color: #707070;
}
.title .separator {
  margin: 10px auto 15px;
}
.title .separator:after {
  background: #464D57;
}  
.container.new-testimonials {
  background: none;
  padding: 0 0 15px;
  border-radius: 4px;
}
.container.new-testimonials .title {
  padding-bottom: 0;
  text-align: center;
}
.title .testimonials-h2 {
  color: #fff;
}
#testimonial h4 {
  margin-bottom: 20px;
  color: #464D57;
}
#testimonial .client-logo li {
  width: 22%;
  margin-bottom: 10px;
  text-align: center;
}
#testimonial .client-logo li img {
  width: 60%;
  height: auto;
}
main .container.new-testimonials .row .col-half {
  border-color: #464D57;
}
.title .testimonials-separator:after {
  background-color: #464D57;
}
.testimonials-hr {
  display: none;
}
.container.new-testimonials .owl-carousel {
  background: none;
}
.container.new-testimonials  .list-item .item-meta {
  color: #464D57;
}
.container.new-testimonials #new-users .list-item {
  padding-left: 0;
  width: 315px;
  margin: 20px auto 0;
  text-align: left;
}
.list-item .avatar img {
  border: none;
}
#new-users  .list-item .new-actors {
  padding-right: 17px;
  font-size: 18px;
  font-weight: 500;
}
#new-users .list-item .avatar img {
  width: 75px;
}
#hidden-picture {
  display: none;
}
.container.new-testimonials #new-users .list-item .item-meta {
  margin: 0 0 0 15px;
  padding: 0;
  width: initial;
  position: relative;
  top: 8px;
  font-size: 16px;
  height: 40px;
}
#new-users .list-item .item-meta p {
  line-height: 17px;
}
#new-users .list-item small {
  font-size: 65%;
}
#new-users .list-item .user-location {
  font-size: 13px;
}
.segment.light.widget-segment.home {
  padding-top: 5px;
}
footer h3, .home-new footer h3 {
  color: #464D57;
  border-color: #464D57;
  text-align: left;
}
footer ul li a {
  color: #75ADD2; /*link*/
}
footer .fa {
  position: relative;
  top: -1px;
}
h2 i.fa {
  padding-right: 3px;
  position: relative;
  top: -2px;
  font-size: 21px;
}
.thumb-grid.three-col li .list-group .list-group-item a {
  word-break: normal;
}
h5.already-account-old {
  font-size: 15px;
  padding: 0 0 5px 44px;
  text-align: center;
}
h5.already-account {
  font-size: 15px;
  padding: 0 0 5px 0px;
  text-align: center;
  margin-top: 5px;
}
.signup-page .title {
  margin-bottom: 15px;
}
.signup-info-col {
  margin-top: 40px;
}
[data-form="signup"] p a {
  text-decoration: none;
}
.btn-large {
  font-size: 21px;
}
[data-form="signup"] input[type="radio"] {
  top: 0px;
  margin-right: 4px;
}   
.banner-header {
  background: none;
  height: 160px;
}
.banner-header .heading {
  margin-top: 30px;
}
.segment.package-section {
  padding: 0 0 30px 0;
}
.pricing .btn-primary {
  padding: 6px 15px;
} 
.add-button {
  float: right;
}
.create-button {
  float: right;
}
.button-small-text {
  font-size: 13px;
}
.thumb-grid.three-col.actor-results h4 {
  margin-bottom: 0px;
}
.thumb-grid.three-col li .list-group.actor-ratings .list-group-item {
  padding: 5px 10px;
}
.thumbnail .list-group.actor-ratings li.list-group-item .right {
  top: 4px;
}
.favorites-list h4 {
  margin-bottom: 0px;
}
.actor-name-area {
  height: 65px;
}
.table tbody tr td a.appointment-list-actors {
  font-weight: 600;
}
hr.below-post {
  margin-top: 45px;
}
hr.below-post-rating {
  margin-top: 65px;
}
.widget-segment {
  padding: 30px 0 0;
}
.widget ul {
  list-style-type: none;
  padding: 10px;
}
.widget li {
  margin: 10px;
  background-color: #fff;
  border-radius: 4px;
}
.widget .media-body {
  float: left;
  width: 125px;
  padding: 5px;
  width: 21%;
}
.widget .media-body img {
  width: 100%;
}
.widget .text-body {
  float: left;
  margin: 0 4%;
  padding: 10px 0;
  width: 71%;
}
.widget-segment .title {
  width: 100%;
  padding: 15px 0 10px;
  margin-bottom: 0;
}
.widget-segment h2.icon-title {
  text-align: center;
  margin-bottom: 0;
}
.widget .show-title, .widget .theater-name, .widget .theater-dates, .widget .audition-date {
  width: 100%;
}
.widget .show-title {
  padding-bottom: 5px;
}
.widget h4 {
  margin: 0;
}
.widget .theater-name .fa-circle {
  margin: 0;
  padding: 0 3px;
  font-size: 7px;
}
.widget .theater-name {
  font-size:16px; 
}
.widget .theater-location {
  font-weight: 600;
  font-size: 14px;
}
.widget .theater-dates {

}
.widget .audition-date {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.widget button {
  width: 200px;
  margin: 0 auto;
  padding: 6px 25px;
  font-size: 16px;
}
.widget button a, .widget button a:hover {
  color: #fff;
}
.audition-info h4 {
  margin-top: 15px;
  margin-bottom: 2px;
}
.audition-info h4.audition-info-title {
  margin-top: 0;
}  
.table > thead:first-child > tr:first-child > th.col-left, .table tbody tr td.col-left {
  text-align: left;
}
.table > thead > tr > th.rotate {
  padding: 6px 12px 0;
}  
th.rotate {
  /* Something you can count on */
  height: 140px;
  width: 30px;
  white-space: nowrap;
}
th.rotate > div {
  transform: /* Magic Numbers */ translate(24px, -14px) /* 45 is really 360 - 45 */ rotate(315deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #eaeff0;
  padding: 5px 0 10px;
  font-size: 14px;
}
th.rotate.rotate-call {
  width: 50px;
}
th.rotate.rotate-call > div {
  transform: /* Magic Numbers */ translate(34px, -21px) /* 45 is really 360 - 45 */ rotate(315deg);
  width: 50px;
}
th.rotate.rotate-call > div {
  transform: /* Magic Numbers */ translate(34px, -21px) /* 45 is really 360 - 45 */ rotate(315deg);
  width: 50px;
}
th.rotate.rotate-call > div.fitting-time, th.rotate.rotate-call > div.conflicts-col {
  width: 65px;
  transform: /* Magic Numbers */ translate(47px, -29px) /* 45 is really 360 - 45 */ rotate(315deg);;
}    
th.rotate.rotate-call > div > span {
  padding: 5px 0 16px;
}
th.rotate.rotate-call > div.fitting-time span {
  padding: 5px 0 20px;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-7 {
  margin-top: 7px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-70 {
  margin-top: 70px !important;
}
.margin-top-150 {
  margin-top: 150px !important;
}
.margin-top-25v {
  margin-top: 20vh !important;
}
.margin-right-40p {
  margin-right: 40% !important;
}
.padding-top-21v {
  padding-top: 21vh !important;
}
.padding-top-20v {
  padding-top: 20vh !important;
}
.padding-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.non-margin-left {
  margin-left: 0px !important;
}
.non-margin-right {
  margin-right: 0px !important;
}
.non-margin-top {
  margin-top: 0px !important;
}
.non-margin-bottom {
  margin-bottom: 0px !important;
}
.non-margin {
  margin: 0px !important;
}
.non-padding-all {
  padding: 0px !important;
}
.non-padding-top {
  padding-top: 0px !important;
}
.non-padding-left {
  padding-left: 0px !important;
}
.non-padding-right {
  padding-right: 0px !important;
}
.non-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.height-70 {
  height: 70px !important;
}
.width-130 {
  width: 130px !important;
}
.width-310 {
  width: 310px !important;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.vmiddle {
  display: table-cell;
  vertical-align: middle;
}
.display-initial {
  display: initial;
}
.display-inherit {
  display: inherit !important;
}
.col-float-left input {
  float: left;
  margin-right: 10px;
}
.col-float-left .form-control {
  display: inline-block;
  width: 40%;
}
.col-float-right input {
  float: right;
  margin-left: 10px;
}
table .table-col-small {
  width: 15px;
}
table .table-col-med {
  width: 125px;
}
table .table-col-lg {
  width: 250px;
}
.table.new-table {
  /*border-collapse:separate;
  border-spacing: 20px;*/
}
.table.new-table tbody tr {
  border-bottom: 1px solid #F2F2F2;
}
.rate-table tr {
  border-bottom: 0px !important;
}
.table.new-table tbody tr td {
  border: none!important;
  padding: 10px 2px;
}
.table thead tr th.show-title, .table tbody tr td.show-title {
  width: 315px;
  min-width: 315px;
}
.new-table td.show-title .show-title-img {
  width: 130px;
}
.new-table td.show-title .show-title-info {
  width: 180px;
}
.table tbody tr td.audition-icons, .table thead tr th.audition-icons {
  text-align: center;
  border-left:1px solid #eaeff0;
  border-right:1px solid #eaeff0;
  vertical-align: middle;
}
.new-table .audition-icons a {
  border: 1px solid #fff;
  padding: 12px 5px 5px;
  height: 95px;
  width: 75px;
  background: #f6f6f6;
  border-radius: 4px;
}
.my-callbacks.callbacks-page .new-table .audition-icons a {
  float: left;
  margin: 0 3%;
}
.new-table .audition-icons button {
  background-color: #fff;
  font-size: 12px;
}
.new-table .audition-icons button:hover {
  border: 1px solid #FF3366;
  color: #FF3366;
}
.new-table .audition-icons a.cb-cast-button {
  border: 1px solid #75ADD2;
  background: #fff;
  color: #75ADD2;
  height: 50px;
  position: relative;
  top: 24px;
  padding: 5px;
  width: 70px;
}
.btn-cast-actor {
  border: 1px solid #75ADD2;
  background: #fff;
  color: #75ADD2;
  /*height: 50px;*/
  position: relative;
  width: 70px;
}
.new-table .audition-icons a.cb-cast-button p {
  margin-top: 0;
}  
.new-table .audition-icons a.cb-cast-button .fa {
  font-size: 25px;
}  
.new-table .audition-icons a.cb-cast-button:hover {
  background: #FF3366;
  color: #fff;
}
.new-table .audition-icons a.cb-cast {
  padding: 0;
  height: auto;
  width: 75px;
  background: #fff;
  position: relative;
  top: 19px;
}
.new-table .audition-icons a.cb-cast .fa, .selectedcb .final-cast {
  font-size: 40px;
}  
.new-table .audition-icons a.apt-edit-time {
  padding-top: 25px;
  width: 100px;
  font-size: 17px;
}  
.new-table .audition-icons a:hover {
  border: 1px solid #FF3366;
  background: #fff;
}
.new-table .audition-icons a.cb-cast:hover {
  border: none;
}
.new-table .audition-icons a.cb-cast i:hover {
  color: #E62357;
}  
.new-table .audition-icons .fa {
  font-size: 25px;
  margin-right: 0;
}
.new-table .audition-icons p {
  margin: 3px 0 2px;
  font-size: 13px;
}
.center-title {
  text-align: center;
  font-weight: 0;
}
.casting-dashboard.segment .lter h1 {
  margin-top: 0px!important;
}
.casting-dashboard .a-only-style {
  cursor: auto;
}
.casting-dashboard .a-only-style:hover {
  color: #75ADD2;
  cursor: auto;
}
.appointments-list .fa-align-justify {
  position: relative;
  top: 5px;
  padding-right: 7px;
  float: left;
}
.appointments-list .row-num {
  font-size: 18px;
  font-weight: 600;
  padding: 1px 0 0 7px;
  float: left;
}
table .row-role {
  font-weight: 600;
  font-size: 24px;
}
.callbacks-phone {
  font-size: 13px;
  padding: 5px 0;
}  
.table tbody tr td a.callbacks-left-icons {
  padding: 1px 0 0;
  position: relative;
}
.conflict-high {
  color: #9E2327;
}
.conflict-med {
  color: #EBD150;
}
.segment.casting-dashboard {
  padding: 0;
}
.casting-dashboard .container {
  width: 100%;
  padding: 0;
}
.casting-dashboard .row.casting-dashboard-title, .casting-dashboard .row.casting-board-header, .casting-dashboard .row.casting-dashboard-main  {
  
}
.casting-dashboard .row.casting-dashboard-main {
  padding-top: 20px;
  
}
.roles-info-arrow {
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #75ADD2; /*link*/
  position: relative;
  top: 1px;
}
h4#roleinfo {
  margin-bottom: 15px;
  margin-top: 25px;
}
.casting-dashboard .row.casting-dashboard-main .notes {
  /*border-top: 1px solid #ccc;*/
}
.casting-dashboard .row.casting-dashboard-main .notes h4 {
  margin-top: 0px;
  padding-top: 15px;
}  
.casting-board-header {
  
  height: 85px;
  font-size: 15px;
}
.casting-board-header .casting-dashboard-appointments {
  position: relative;
  top: 20px;
  padding-left: 15px;
}  
.casting-board-header .casting-dashboard-jump {
  position: relative;
  padding-right: 15px;
} 
.casting-board-header a {
  color: #75ADD2; /*link*/
}
.casting-board-header a:hover, .casting-board-header a:focus {
  color: #FF3366;
} 
.casting-board-header a.casting-link-med {
  font-size: 18px;
  font-weight: 600;
}
.casting-board-header .form-control {
  float: right;
  width: 95px;
}
.casting-dashboard-header-middle-area .row,  .casting-dashboard-header-middle-area .col-md-3 {
  padding: 0;
}
.casting-board-header .casting-header-middle-left {
  float: left;
} 
.casting-board-header .casting-header-middle-right, .casting-board-header .casting-header-middle-right i {
  float: right;
} 
.casting-board-header .casting-header-middle-left a {
  text-align: center;
  font-weight: 600;
  float: left;
}
.casting-board-header .casting-header-middle-right a {
  text-align: center;
  font-weight: 600;
  float: right;
}
.casting-board-header .casting-header-middle-middle {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  position: relative;
  //top: 5px;
}
.casting-board-header .middle-name {
  //margin-top: 4px;
}
.casting-board-header .col-lg-3 i {
  font-size: 24px;
  color: #fff;
}
.casting-board-header .casting-header-middle-left i {
  float: left;
  margin-left: 25px;
  position: relative;
  top: 20px;
} 
.casting-board-header .casting-header-middle-right i {
  float: right;
  margin-right: 25px;
  position: relative;
  top: 20px;
} 
.casting-dashboard-main {
  
}
.casting-dashboard-main .col-lg-3, .casting-dashboard-main .col-lg-6 {
  padding: 10px 0;
  margin: 10px 0;
}
.casting-dashboard-main .left-col {
  padding-left: 1.5%;
  padding-right: 1.4%;
}
.casting-dashboard-main .mid-col {
  padding-left: 1.4%;
  padding-right: 1.4%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.casting-dashboard-main .right-col {
  padding-left: 1.4%;
  padding-right: 1.5%;
}
.casting-dashboard .profile {
  width: 100%;
  
}
.casting-dashboard .profile-pic-box {
  max-width: 330px;
  max-height: 330px;
  margin: 0 auto 0px;
  text-align: center;
}
.casting-dashboard .profile img {
  max-width: 330px;
  max-height: 330px;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
}
.casting-dashboard .add-photo {
  float: right;
  padding: 0 50px 10px 0; 
}
.casting-dashboard .profile-buttons {
  margin: 0 auto;
  text-align: center;
}
.casting-dashboard .view-profile {
  display: inline-block;
  width: 46%;
  margin: 0 auto;
}
.casting-dashboard .add-note, .casting-dashboard .view-profile.noResume{
  width: 100%;
}
.casting-dashboard h4 {
  font-size: 16px;
  font-weight: 600;
}
.casting-dashboard h4 {
  margin-top: 0px;
  padding-left: 5px;
}
.casting-dashboard .right-col h4 {
  margin-top: 0px;
  margin-bottom: 10px;
}  
.casting-dashboard h5 {
  color: #464D57;
  margin: 0;
  font-size: 16px;
}
.casting-dashboard .sub-h5 {
  font-size: 15px;
  line-height: 20px;
}
.casting-dashboard input[type="button"], .casting-dashboard a.btn-primary {
  /*font-size: 15px;*/
}
.casting-dashboard .other-roles {
  margin-top: 10px;
}  
.casting-dashboard .info-box, .callback-notes-modal .info-box,.cb-note .info-box {
  width: 100%;
  background-color: #fff;
  padding: 10px 15px;
  overflow-y: scroll;
  border: 1px solid #edf1f2;
  border-radius: 4px;
}
.casting-dashboard .btn-block + .btn-block {
  margin-top: 0px;
}
.casting-dashboard {
  width: 100%;
}
.btn-dashboard-callback {
  margin-top: 10px;
  width: 100%;
}
.casting-dashboard .info-box.theater-experience {
  height: 271px;
}
.casting-dashboard .favorites {
  width: 100%;
  padding-top: 20px;
}
.casting-dashboard .favorites input {
  /*width: 47%;
  margin: 0 1.5%;
  float: left;
  display: inline;
  font-size: 13px;*/
}
.casting-dashboard .info-box.notes-box, .callback-notes-modal .info-box.notes-box {
  height: 291px;
  font-size: 16px;
  margin-top: 15px;
}
.cb-note .info-box.notes-box{
  height: 70px;
  font-size: 16px;
  margin-top: 15px;
}
.casting-dashboard textarea {
  margin: 10px 0 10px;
  height: 165px;
  border-radius: 4px;
  font-size: 15px;
}
.casting-dashboard .rating{
  width: 100%;
  height: 60px;
  margin: 10px 0 10px 0;
}
.casting-dashboard .info-box.rating-box,.callbacks-page .info-box.rating-box {
  height: 100%;
  width: 100%;
  float: left;
  overflow-y: visible;
  background: none;
  border: none;
  padding: 0;
}
.casting-dashboard .info-box.rating-box table,.callbacks-page .info-box.rating-box table {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}
.casting-dashboard .info-box.rating-box table th,.callbacks-page .info-box.rating-box table th {
  text-align: center;
}  
.casting-dashboard .info-box.rating-box table td,.callbacks-page .info-box.rating-box table td {
  padding: 10px 7px;
  text-align: center;
}
.casting-dashboard .rating .rating-button-box,.callbacks-page .rating .rating-button-box {
  float: right;
  width: 20%;
  padding: 0 0 0 15px;
}
.casting-dashboard .rating input,.callbacks-page .rating input {
  float: right;
  position: relative;
  top: 25px;
}
.casting-dashboard .info-box.rating-box table .glyphicon-star,.callbacks-page .info-box.rating-box table .glyphicon-star, .glyphicon-star-empty {
  font-size: 18px;
} 
.casting-dashboard .conflicts-area {
  width: 100%;
  height: 31px;
} 
.casting-dashboard .high-conflicts {
  width: 72px;
  float: right;
}
.casting-dashboard .dash-questions {
  float: right;
} 
.casting-dashboard .dash-questions .fa {
  font-size: 30px;
  padding: 5px;
  margin-right: 5px;
  position: relative;
  top: 1px;
} 
.casting-dashboard .dash-questions a:focus, .casting-dashboard .dash-questions .fa:focus {
  outline: 0;
}  
.main-role {
  padding-top:10px;
}
.casting-dashboard .main-role-box {
  overflow-y: visible;
  padding: 7px 15px;
  font-size: 16px;
}
.casting-dashboard .other-roles-box {
  height: 75px;
  font-size: 15px;
}
.casting-dashboard .other-notes-box {
  height: 100px;
  font-size: 15px;
}
.casting-dashboard .possible-callbacks-box {
  height: 145px;
  font-size: 15px;
}
.casting-dashboard .possible-callbacks-box .col-sm-12 {
  padding: 0;
}  
.casting-dashboard .save-callbacks, .callback-modal .save-callbacks {
  float: right;
  margin: 10px 0 0 0;
}
.casting-dashboard .save-callbacks {
  margin-right: 10px;
}  
.callback-modal .save-callbacks {
  margin-top: 0;
}
.callback-modal .save-callbacks:first-of-type {
  margin: 0 10px 0;
}
.callback-modal .save-callbacks:hover, .callback-modal .save-callbacks:active, .callback-modal .save-callbacks:active {
  background-color: #E62357;
}  
.casting-dashboard-main .possible-callbacks-box .col-lg-6 {
  padding: 0 10px;
  margin: 0;
}
.casting-dashboard-main .possible-callbacks-box .checkbox {
  margin: 0 0 7px;
}
.callback-modal .checkbox {
  margin: 0 0 10px;
  font-size: 16px;
}
.background-white {
  background: white !important;
}
.border-right {
  border-right: 1px solid !important;
  border-radius: 0px !important;
}
.hide {
  display: none;
}
main.main-dash {
  padding-top: 40px;
} 
.move-up-content {
  padding-top: 10px;
}
h5 small {
  font-size: 90%;
  padding: 5px 0;
}
.casting-dashboard .theater-experience-entry {
  padding: 5px 0 13px 0;
}
.casting-dashboard .checkbox input[type="checkbox"] {
  top: 2px;
}
.role-table-casting-dashboard {
  margin: 10px 30px;
}
.container.container-casting-dashboard-roles {
  background: #fff;
  margin: 10px auto 40px;
  font-size: 16px;
}
table .apt-sort-col {
  width: 85px;
}
.social-box {
  padding-top: 10px;
}
.share-profile {
  padding-bottom: 5px;
}
.bg-social, .bg-social:hover, .bg-social:active, .bg-social:focus {
  color: #fff;
}
.bg-facebook {
  background-color: #3b5998;
}
.bg-twitter {
  background-color: #4099FF;
}
.bg-google {
  background-color: #d34836;
}
.social-share li a {
  font-size: 35px;
  background: 0;
}
.signup-radio {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.signup-radio.signup-radio-pro {
  width: 190px;
}
[data-form="signup"] .signup-radio input[type="radio"] {
  top: -1px;
  margin-right: 6px;
}
[data-form="signup"] .signup-radio label {
  padding-right: 3px;
}
[data-form="signup"] .signup-radio label:last-child {
  padding-right: 0px;
}
.audition-segment:hover, .promotion-segment:hover {
  cursor: pointer;
}
.homepage-auditions .no-promotions {
  height: auto;
  padding: 15px 20px;
}
#profile .avatar img {
  border-radius: 4px;
}
.modal-body {
  padding: 20px 30px;
}
.modal-dialog.modal-xl {
  width: 95%;
  max-width: 95%;
}
.profile-modal .container {
  width:98%; 
  margin: 10px 1%; 
  padding-left: 20px; 
  padding-right: 20px;
}
.profile-modal .modal-body {
  padding: 20px 20px;
}
.profile-modal #action-info .actions li {
  width: 100%;
}
.lightbox-modal .modal-body {
  padding: 15px;
}
.label-pad-right {
  padding-right: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.yes-any-role {
  float: right;
  border: none;
  color: #fff;
  margin-right: 7px;
}
.yes-any-role:hover, .yes-any-role:active, .yes-any-role:focus {
  background-color: #0C6207;
  color: #fff;
}
.features-list {
  padding: 10px;
}
.features-list .row {
  padding: 12px 0;
}
.features-list .features-row {
  height: 100px;
}  
.features-list i {
  font-size: 28px;
  padding-bottom: 6px;
}
[data-form="signup"] label {
  text-transform: none;
}
.radio-question {
  margin-bottom: 0px;
}
.radio-question-label {
  margin-bottom: 0px;
  padding-right: 10px;
  position: relative;
  top: 2px;
}
.go-pro-button {
  width: 100px;
  margin: 0 auto 15px;
}
.go-pro-button input {
  width: 100px;
  
}
.save-update-audition {
  margin-left: 10px;
}
.update-audition-buttons {
  margin-left: 15px;
  position: relative;
  top: -2px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.update-audition-buttons>div {
  padding: 0 5px;
}
.update-audition-buttons>div>div {
  background-color: #8ab9d9;
  border-radius: 4px;
  color: #fff;
  vertical-align: middle;
}
.audition-header-name{

}
.blue-bg-area {
  background-color: #8ab9d9;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  vertical-align: middle;
}
.blue-text {
  color: #8ab9d9;
}
.blue-border {
  border: 1px solid #8ab9d9;
  padding: 5px 5px;
}
@media (max-width: 1480px) {
  .audition-header-name {
    display: block;
  }
  .audition-header-right {
    width: 100%;
    text-align: center;
  }
  .audition-links-right {
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .update-audition-buttons>div>div {
    min-height: 180px;
  }
}
@media (max-width: 1399px) and (min-width: 1120px) {
  .update-audition-buttons>div>div {
    min-height: 200px;
  }
}
@media (max-width: 1119px) and (min-width: 992px) {
  .update-audition-buttons>div>div {
    min-height: 220px;
  }
}
@media (min-width: 581px) and (max-width: 991px) {
  .update-audition-buttons>div>div {
    min-height: 200px;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 580px) {
  .update-audition-buttons>div>div {
    min-height: 280px;
    margin: 5px 0;
  }
}
.update-audition-buttons>div>div input[type=button] {
  background-color: transparent;
  border-color: #fff;
}
.update-audition-buttons>div>div input[type=button]:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.update-audition-buttons>div>div h1 {
  color: #fff;
}
.update-audition-buttons>div>div h2 {
  color: #fff;
}
.update-audition-buttons>div>div h3 {
  margin-top: 0;
  color: #fff;
}
.update-audition-buttons input.pull-right {
  margin-right: 15px;
}  
.segment .lter h1 {
  margin: 5px!important;
  text-align: center;
  font-weight: 600;
}
.create-ticket-row {
  margin: 30px -15px 20px;
}
.ticket-offer-form {
  margin-top: 20px;
}
.favorite-theaters-box {
  margin: 0 20px;
}
.profile-table tr .award-type {
  width: 110px;
}
.panel-box .table-responsive {
  margin: 8px 12px 15px;
}
.profile-table thead tr th {
  font-weight: 600;
}    
.main-dash .segment.profile-print {
  background: #fff;
}
.main-dash .segment.profile-print .container {
  width: 670px;
}
.main-dash .segment.profile-print #profile {
  min-height: 0px;
}
.main-dash .segment.profile-print #profile .avatar img {
  max-width: 250px;
}
.main-dash .segment.profile-print #profile .profile-name-print {
  margin-top: 10px;
}   
.main-dash .panel-box h3.sub-title {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 10px 2px 0;
  border: none;
  background: none;
  color: #464D57;
}
.main-dash .segment.profile-print .tab-container .tab-content {
  padding: 5px;
}
.tab-pane .media-list {
  padding: 15px;
}
.tab-container li {
  font-weight: 600;
} 
.tab-container ol li {
  font-weight: 400;
} 
.tab-container li .media-body {
  font-weight: 400;
}
.tab-container .info li {
  font-weight: 400;
}
#show-profile .media-list li {
  margin-bottom: 25px;
}    
.main-dash .segment.profile-print .panel-box {
  margin-bottom: 10px;
}
.main-dash .segment.profile-print figcaption, .main-dash .segment .profile-pic-actions {
  display: none;
}
.appointments-list {
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
}
.appointments-list ul {  
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.appointments-list ul li {
  padding: 8px 10px;
  width: 100%;  
  margin: 0;
  border-top: none;
  border-bottom: 1px solid #eaeff0;
}
.appointments-list ul li .row-heading {
  font-weight: 600;
}  
.appointments-list ul li .row-item {
  float: left;
  padding: 0 2%;
  margin: 0;
}
.appointments-list ul li .row-item.apt-questions {
  float: right;
}
.appointments-list ul li .row-item.apt-questions .add-profile-photo {
  float: right;
  margin-top: 5px;
}
.appointments-list ul li .row-item.apt-questions .add-profile-photo a {
  float: none;
}
.appointments-list ul li .row-item.apt-questions .add-profile-photo a.apt-cb-link {
  display: none;
}
.appointments-list ul li .row-item.apt-num {
  width: 82px;
  height: 15px;
  padding: 0 5px 0 10px;
}
.appointments-list ul li .row-item.apt-num.apt-num-mobile {
  display: none;
}  
.appointments-list ul li .row-item.slot-photo {
  width: 25%;
  padding: 0 5px;
  max-width: 150px;
}
.appointments-list ul li .row-item.apt-name {
  max-width: 600px;
  word-wrap: break-word;
}
.appointments-list ul li .row-item.apt-name span span {
  font-weight: 600;
}  
.appointments-list ul li .row-item.apt-questions .apt-top-buttons {
  float: right;
}
.appointments-list ul li .row-item.apt-questions .questions-btn, .appointments-list ul li .row-item.apt-questions a {
  margin-left: 10px;
}
.appointments-list ul li .row-item .apt-edit-time {
  margin-left: 8px;
  font-size: 14px;
}
.questions-profile-info .apt-edit-time {
  margin-top: 5px;
}
.appointments-list ul li .row-item .apt-edit-time .fa {
  font-size: 15px;
  position: relative;
  top: -1px;
} 
.main-dash .segment.profile-print .social-share, .main-dash .segment.profile-print .social-box {
  display: none;
}
.main-dash .segment.profile-print .actions {
  display: none;
}
.main-dash .segment.profile-print .profile-update-link {
  display: none;
}
.main-dash .segment.profile-print .profile-table {
  border-top: 1px solid #dee5e7;
  margin-left: 0;
}
.main-dash .segment.profile-print .panel-box .table-responsive {
  margin: 2px 0 8px;
}
.main-dash .segment.profile-print .profile-table thead tr th { 
  padding: 5px 0 5px 15px!important;
}
.main-dash .segment.profile-print .profile-table tbody tr td {
  padding: 5px 0 5px 18px!important;
}  
.main-dash .segment.profile-print .panel-content {
  padding: 7px 0 0 15px;
  border-top: 1px solid #dee5e7;
}
.main-dash .segment.profile-print .profile-table thead tr th {
  border-color: #dee5e7;
}
.main-dash .segment.profile-print .profile-info:first-of-type {
  border-top: 1px solid #dee5e7;
}
.main-dash .segment.profile-print .profile-info {
  margin: 5px 0 5px 0;
  padding: 10px 15px 10px 0;
  border-bottom: none;
}
.main-dash .segment.profile-print .profile-info li span {
  width: 11%;
  font-weight: 600;
}
.main-dash .segment.profile-print .profile-info li span + span {
  font-weight: normal;
}
.main-dash .segment.profile-print .profile-info a:link:after, .main-dash .segment.profile-print .profile-info a:visited:after {
  content: "";
}
#show-profile .tab-content {
  padding: 20px 25px;
}
.profile-photo-modal {
  text-align: center;
}
.profile-photo-modal img {
  max-width: 100%;
}
.modal .modal-dialog {
  margin: 30px auto;
}
.toast-success {
  background-color: #1F3B60;
}
.audition-show-title {
  font-weight: 600;
}
.casting-title {
  font-weight: 700;
}
.casting-sub-title {
  font-size: 14px;
}
.show-title h4 {
  font-weight: 600;
}
.form-group input[type="checkbox"] {
  margin: 5px 6px 0;
}
.update-audition .form-group input[type="checkbox"] {
  left: 0;
}
.update-audition .checkbox label {
  padding-left: 22px;
}
.update-audition label strong {
  font-size: 15px;
}
.banner-slider .caption h2 {
  margin: 20px 0 0;
  padding: 0;
  height: 65px;
  display: block;
}    
.banner-slider .caption p {
  margin-bottom: 20px;
  padding: 5px 0 5px 5px;
  display: block;
  line-height: 28px;
}
.navbar-inverse .navbar-right .dropdown-toggle.dropdown-toggle-link {
  margin-top: 0px;
  padding: 15px 15px;
}
.navbar-inverse .navbar-right .dropdown-menu.dropdown-mini {
  width: 200px;
  left: initial;
  right: initial;
  padding: 8px 0px 12px;
}
.navbar-inverse .navbar-right .dropdown-menu.dropdown-mini.dropdown-actor {
  width: 230px;
}
.container.container-features {
  padding: 30px;
  border-radius: 4px;
}
.container.container-white {
  background-color: #fff;
}
.white-wrapper {
  background-color: #fff;
}
.container.container-green {
  background-color: #75ADD2; /*link*/
  color: #fff;
}
.container.container-features .left-col-features {
  text-align: right;
}
.container.container-features h1 {
  margin-top: 10px;
  /*border-bottom: 1px solid #464D57;*/
}
.container.container-features.container-green h1 {
  /*border-bottom: 1px solid #fff;*/
}  
.container.container-features img {
  width: 50%;
  margin: 10px 0 0;
  border-radius: 4px;
}
.left-col-features h1 {
  font-size: 30px;
}  
ul.home-list {
  list-style: none;
}
li.home-features {
  font-size: 22px;
  line-height: 30px;
  padding: 10px 0;
}
li.home-features i {
  margin-right: 20px;
}
li.home-features i.fa-cloud {
  margin-right: 17px;
}  
li.home-features i.fa-user {
  margin-right: 24px;
} 
.btn.btn-primary.feature-signup {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  padding: 5px 25px;
}
.container-green .btn.btn-primary.feature-signup {
  background-color: #fff;
}
.container-green .btn.btn-primary.feature-signup:focus, .green .btn.btn-primary.feature-signup:hover, .green .btn.btn-primary.feature-signup:active {
  background-color: #f1f1f1;
}  
.btn.btn-primary.feature-signup a {
  color: #fff;
}
.container-green .btn.btn-primary.feature-signup a {  
  color: #464D57;
}
/*.dropdown-menu, .navbar-inverse .navbar-right, .navbar-inverse .navbar-collapse li, .navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-nav > .open > a {
  border-top: none!important;
  border-bottom: none!important;
  border-left: none!important;
  border-right: none!important;
  box-shadow: none;
}*/
.navbar-inverse .navbar-collapse li {
  display: block;
}
.btn {
  border-radius: 4px;
}
.container.theater-approval {
  margin: 20px auto;
}
.theater-approval ul {
  text-align: center;
  list-style: none;
  font-weight: 600;
  padding-left: 0;
}
.add-date-button {
  margin: 3px 0 0 10px;
}
.pro-image {
  width: 20px;
  position: relative;
  top: -2px;
}
#action-info .actions li.upgrade-button, .btn.upgrade-button {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
#action-info .actions li.upgrade-button:hover, #action-info .actions li.upgrade-button:active, #action-info .actions li.upgrade-button:focus, .btn.upgrade-button:hover, .btn.upgrade-button:active, .btn.upgrade-button:focus {
  background-color: #ec971f;
  border-color: #ec971f;
}
.ticket-detail-body h4 {
  margin-top: 15px;
  margin-bottom: 2px;
}

img.imginactive{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
}

.result-inactive {
  background: #E4E4E4;
}
.rating-inactive {
  background: #E4E4E4 !important;
}
.form-horizontal .form-group .save-changes-button {
  margin: 0 20px 0 0;
}
.tab-container .tab-content {
  padding: 15px 20px 15px 15px;
} 
.tab-content .row {
  margin-left: 0;
  margin-right: 0;
}
.tab-content input[type=button].btn-default {
  margin-right: 10px;
  color: #464D57;
  border: 1px solid #A1A7AF;
  background: #fff;
}
.tab-content input[type=button].btn-default:hover, .tab-content input[type=button].btn-default:active, .tab-content input[type=button].btn-default:focus {
  background: #f6f6f6;
}
.segment-signin .title {
  margin-bottom: 15px;
}
.signup-page .title h2 {
  margin-bottom: 5px;
}
.signup-page .title .separator, .segment-signin .title .separator {
  margin: 5px auto 10px;
}
.fblogin {
  text-align: center;
}
.fblogin.fblogin-signup {
  padding: 5px 0 0;
}
.or-login {
  text-align: center;
  font-weight: bold;
  padding: 15px 0 15px;
}
#LoadingDiv {
  position: absolute;
  top: 55%;
  margin: 0 auto;
  background: none;
}
#LoadingDiv img {
  width: 75px;
  height: 75px;
  margin: -50px 0px 0px -35px;
}
.profile-pro-btn {
  margin-bottom: 5px;
}
.callbacks-page .panel-body {
  width: 100%;
  overflow-x: auto;
  padding: 0;
}
.callbacks-page .table {
  overflow-x: auto;
}
.callbacks-page .glyphicon-star, .callbacks-page .glyphicon-star-empty {
  font-size: 15px;
}
.callbacks-page .table > thead:first-child > tr:first-child > th, .callbacks-page .table tbody tr td {
  font-size: 14px;
  padding: 8px 12px;
}
.callbacks-page .table thead tr th.star-rating, .callbacks-page .table tbody tr td.star-rating {
  width: 110px;
  border-bottom: none;
}
.thumbnail.result-inactive {
  border-radius: 0;
}
#action-info .actions li a i {
  position: relative;
  top: -1px;  
}
.signup-page.signup-page-pro .title h2 {
  margin-bottom: 0;
}
.signup-page .title h3 {
  text-align: center;
  margin: 0 0 15px;
}
.segment.pricing {
  padding-bottom: 0;
}
.pricing-tiers .title hr {
  width: 50%;
}
.pricing .pricing-tiers h2 {
  margin-bottom: 5px;
  border: none;
  line-height: 25px;
}
.pricing-tiers hr {
  margin: 0 auto;
}
.theater-signup-list p {
  text-align: center;
  padding-top: 25px;
  font-size: 16px;
}
.theater-signup-list a {
  color: #fff;
  font-weight: 600;
}
.container {
  width: 98%;
  margin: 10px 1%;
  padding-left: 5px;
  padding-right: 5px;
}
header .container.home, main .home .container {
  width: 90%;
  margin: 0 5%;
}
main .home-banner .container {
  width: 84%;
  margin: 0 8%;
}
.casting-dashboard .container {
  width: 100%;
  padding: 0;
  //margin-top: 35px;
}
.container.pricing-tiers {
  margin-bottom: 0;
}
.main-dash .segment.profile-print .container {
  margin: 0 auto;
}
.second-form {
  margin-top: 50px;
}
select[multiple] {
  min-height: 60px;
}
main .home .container.container-widgets {
  padding: 10px 5%;
  background-color: #E8E7E7;
  border-radius: 4px;
  margin-top: 10px;
}
.audition-signup label.heading-label {
  font-weight: 600;
}
.audition-signup .appointment {
  width: 130px;
}
.audition-signup .email {
  width: 350px;
  max-width: 100%;
}
.audition-signup .phone {
  width: 250px;
}
.search-results .thumb-grid.three-col li {
  width: 32%;
}
.fa.progress-icon {
  color: #75ADD2; /*link*/
}
.form-horizontal.progress-form label.control-label {
  padding-top: 0;
}
.top-alerts {
  margin: 20px 20px 0;
}
.progress {
  border: none;
}
.big-progress {
  margin: 20px 0 5px;
  width: 300px;
}
.big-progress .progress-bar {
  font-size: 14px;
}
a.update-profile {
  color: #31708f;
}
.profile-update-alert {
  margin-bottom: 0;
}
#about {
  background: none;
}  
.about-content.grey {
  width: 80%;
  margin: 0 auto 20px;
  background: #464D57;
}
a.update-profile-link {
  color: #31708f;
  font-weight: 600;
}
.customPicker {
  width: 100%;
}
.well.uib-datepicker {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 264px;
  margin: 5px auto 0;
}
.well-sm {
  padding: 3px;
}
.input-group ul.dropdown-menu, .customPicker ul {
  padding: 8px;
  border: 1px solid #cfdadd!important;
}
.input-group .dropdown-menu table:focus, .customPicker table:focus, span.input-group-btn:focus, button:focus {
  outline: none!important;
}  
.input-group .dropdown-menu table .btn, .input-group .dropdown-menu table .btn-sm, .customPicker table .btn, .customPicker table .btn-sm {
  border-radius: 0;
  border: none;
}
.input-group .dropdown-menu table .btn-sm:hover, .input-group .dropdown-menu table .btn-sm:active, .input-group .dropdown-menu table .btn-sm:focus, .input-group .dropdown-menu table .btn-sm:hover, .input-group .dropdown-menu table .btn-sm:active, .input-group .dropdown-menu table .btn-sm:focus {
  background-color: #75ADD2; /*link*/
  color: #fff;
}
.customPicker table .btn-sm:hover, .customPicker table .btn-sm:active, .customPicker table .btn-sm:focus, .customPicker table .btn-sm:hover, .customPicker table .btn-sm:active, .customPicker table .btn-sm:focus {
  background-color: #BF1701;
  color: #fff;
}
.input-group .dropdown-menu table th .btn:hover, .input-group .dropdown-menu table th .btn:active, .input-group .dropdown-menu table th .btn:focus, .customPicker table th .btn:hover, .customPicker table th .btn:active, .customPicker table th .btn:focus {
  background: none;
  color: #464D57;
} 
.customPicker table .btn, .customPicker table td .btn-sm:active {
  background: #fff;
  color: #464D57;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.input-group ul.dropdown-menu li+li, .customPicker ul li+li  {
  display: none;
}
.customPicker table.uib-daypicker {
  border: 1px solid #cfdadd!important;
}
.modal-dialog {
  max-width: 85%;
}
.navbar-header > button {
  padding: 12px 10px;
}
.add-profile-photo a {
  font-size: 13px;
}  
.sub-accounts .table-area {
  overflow-x: auto;
}
.wrapper-md {
  padding: 15px 0 0;
  overflow-y: auto;
  overflow-x: auto;
  border: none;
}  
img.note-img {
  width: 150px;
  cursor: pointer;
}
.star-rating ul span, form .table-bordered span:focus, .rating-box table span, .form-group .list-group .right span, .actor-ratings .list-group-item .right span {
  outline: none;
}
.clearfix.clearfix-mobile {
  display: none;
}
.col-sm-2.no-pad-left {
  padding-left: 0;
}
.progress.bg-light.dker {
  margin-bottom: 20px;
}
.profile-page .owl-carousel {
  background-color: #fff;
}
.profile-show .owl-item, .video-show .owl-item {
  max-height: 220px;
}
.lightbox-image-container img {
  max-width: 100%;
}
.segment .audition-icons input.cast-button {
  padding: 2px 8px;
}
.casting-board-header .casting-header-right {
  font-weight: 600;
}
.casting-pipebar {
  margin: 0 5px;
  color: #75ADD2; /*link*/
}
.audition-quick-links {
  font-weight: 600;
}
.appointments-quick-links {
  font-weight: 600;
  margin: 10px 0;
}
.appointments-quick-links .appointments-search, .callbacks-table .appointments-search {
  margin-right: 10px;
  position: relative;
}
.appointments-quick-links .appointments-search input, .callbacks-table .appointments-search input {
  padding: 2px 7px;
  font-size: 14px;
}  
.appointments-quick-links .appointments-search .btn, .callbacks-table .appointments-search .btn {
  padding: 2px 10px;
  line-height: 1.7;
}
.callbacks-pipebar {
  margin: 0 5px;
}  
.no-negative-margin {
  margin-left: 0;
  margin-right: 0;
}
.modal-crop-body {
  padding: 20px 65px 20px;
}
.btn-warning.cast-button[disabled] {
  background-color: #FF3366;
  border-color: #FF3366;
}
.callback-actor a {
  font-weight: 600;
}
.no-reply, .noReply {
  color: #BF1701;
  font-weight: 600;
}
.schedule-costume-button {
  margin: 10px 0;
}
.final-cast {
  color: #FF3366;
  font-size: 20px;
}
.table.callbacks-table > tbody > tr > td {
}
.table.callbacks-table > tbody > tr > td.move-callbacks-col {
  min-width: 50px;
  max-width: 50px;
}
.table.callbacks-table > tbody > tr > td.callback-thumb {
  vertical-align: top;
  padding: 10px;
}
.table.callbacks-table > tbody > tr > td.callback-actor {
  vertical-align: top;
}
.table.callbacks-table > tbody > tr > td.col-left.row-role {
  padding: 5px 10px;
  font-size: 18px;
}
.count-results {
  font-weight: 500;
  margin-right: 10px;
}
.count-results.cb-count-results {
  position: relative;
  top: 4px;
}
.fitting-time {
  color: #75ADD2; /*link*/
  cursor: pointer;
}
.casting-dashboard-jump .input-group {
  padding-bottom: 5px;
}
h1 small.title-small {
  font-size: 80%;
}
.m-b.discount-store {
  padding-bottom: 5px;
}
.free-pro {
  text-align: center;
  color: #f0ad4e;
  font-size: 20px;
  font-weight: 600;
  width: 390px;
  margin: 20px auto;
  padding: 3px 7px;
}
.free-pro.free-pro-signup {
  margin: 0 auto 10px;
}
.free-pro a {
  color: #f0ad4e;
}
.free-pro a:hover, .free-pro a:active, .free-pro a:focus {
  color: #E38B10;
}
.free-pro img {
  width: 200px;
}
.free-pro-signup img {
  width: 185px;
} 
main .home .container.container-features {
  width: 80%;
  margin: 0 auto;
}
.segment.segment-features.last {
  padding-bottom: 40px;
}
.segment.testimonials-segment {
  padding-bottom: 40px;
}
.container-features .left-col-features {
  padding-right: 3%;
}
.container-features .col-md-7 {
  padding-left: 3%;
}
.container.testimonials {
  background: url(../images/misc/binding_dark.png);
  background-attachment: fixed;
  border-radius: 4px;
  padding: 30px 20px 40px;
  margin-bottom: 40px;
}
.testimonials .col-half.first {
  margin-bottom: 30px;
}
.show-info {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
h5.check-back {
  font-size: 16px;
}
.my-auditions .lter.m-b {
  padding: 0 10px;
  margin-bottom: 0;
}
.input-create-audition {
  margin-right: 10px;
}
.clearfix.create-audition {
  display: none;
}
.modal-mdc {
  width: 400px;
}
/* Important Don't Change - Check with Sam if conflicts */
.btn-info.active {
  background-color: #fff !important;
  color: #000 !important;
}
.customPicker table td.blocked-date button, .customPicker table td.blocked-date button .text-muted {
  background-color: #BF1701 !important;
  color: white;
}
.blocked-date button.btn-info.active{
  background-color: #BF1701 !important;
  color: white !important;
}
/* Important Don't Change - Check with Sam if conflicts */
.text-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
}
.conflicts-btn {
  background-color: #d9534f !important;
  border: 1px solid #d9534f !important;
  color: #fff;
}
.conflicts-btn:hover, .conflicts-btn:focus, .conflicts-btn:active {
  background-color: #c9302c !important;
  border-color: #c9302c !important;
  color: #fff;
}
.list-group-item {
  font-size: 16px;
}
.list-group-item .badge.bg-danger {
  cursor: pointer;
}
.list-group-item small {
  font-size: 75%;
}  
.tab-container .wrapper-md {
  padding: 0;
}
.line-lg.apt-slots-line {
  margin-top: 25px;
  margin-bottom: 35px;
}
.profile-update-quick .lter.m-b.wrapper-md.heading {
  margin-bottom: 0;
  padding-bottom: 0;
}
.more-profile-options {
  margin-top: 20px;
}
.more-profile-options-text {
  font-size: 16px;
}
.btn-search-auditions {
  font-size: 18px;
}
.col-md-3-no-pad {
  padding-left: 0;
}
.as-sortable-item, .update-contact .row {
  border-top: 1px solid #eee;
  padding-top: 5px;
}
.update-contact .row {
  padding-bottom: 5px;
}
.add-role-form {
  padding-left: 0;
  padding-right: 0;
} 
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.schedule-box {
  padding-top: 10px;
}
.show-info h1 {
  font-size: 26px;
  font-weight: 600;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.cast-text-none {

}
.cast-text-info {
  color: #BF1701;
}
.cast-text-warning {
  color: #5B6195;
}
.cast-text-danger {
  color: #F68E18;
}
.cast-text-danger {

}

.text-info {
  /* commenting this because this conflicts with datepicker calendar */
  /* color: #fff; */
}
.button-margin-left {
  margin-left: 10px;
}
.audition-info-top {
  height: 40px;
}
.audition-info-container {
  font-size: 15px;
}
.audition-info-middle {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.audition-info-img {
  width: 50%; 
  display: block;
}
h5.audition-info-h5 {
  font-size: 16px;
  line-height: 20px;
} 
table.audition-info-table {
  margin-top: 15px;
}
table.audition-info-table.role-table {
  margin-top: 0px;
  font-size: 16px;
}  
table.audition-info-table .title-col {
  width: 150px;
  text-align: left;
  vertical-align: top;
}
table.audition-info-table .date-col {
  min-width: 110px;
  text-align: left;
}
table.audition-info-table .role-title-col {
  width: 100px;
}
table.audition-info-table .role-title-col.role-desc {
  vertical-align: top;
}
.popover-content {
  max-width: 300px;
}
.small-thumbnail {
  width: 100%;
}
.medium-thumb {
  max-width: 250px;
}
.col-thumbnail {
  width: 60px;
}
.lightbox-controls {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #fff;
}
.lightbox-controls.controls-left {
  padding-left: 5%;
}
.lightbox-controls.controls-right {
  right: 0;
  padding-right: 5%;
}
.lightbox-controls .fa {
  cursor: pointer;
}  
.lightbox-modal .btn {
  background-color: #464D57;
  color: #fff;
  border: none;
  margin: 0 10px;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next {
  background-size: 40px;
  background-image: url('images/fa-chevron-circle-left.png');
}
.owl-buttons .owl-prev:hover {
  background-image: url('images/fa-chevron-circle-left-dark.png');
}
.owl-buttons .owl-next {
  background-image: url('images/fa-chevron-circle-right.png');
}
.owl-buttons .owl-next:hover {
  background-image: url('images/fa-chevron-circle-right-dark.png');
}  
.customPicker .btn-default[disabled],.customPicker .btn-default[disabled]:hover,.customPicker .btn-default[disabled]:focus,.customPicker .btn-default[disabled]:active,.customPicker .btn-default[disabled].active {
  background: #DEDEDE;
}
.uploads-line {
  margin-bottom: 30px;
}
.uploads-page h5, .requirements-page h5 {
  font-size: 16px;
}
.uploads-page label {
  font-size: 15px;
}
button {
  border: none;
}
button:hover, button:focus, button:active {
  background-color: #FF3366;
}
.table-banner {
  height: 129px;
}
.auditions-applied-banner {
  height: 75px;
}
label.theater-primary-name {
  line-height: 15px;
}
p.member-since {
  margin-top: 10px;
}
.profile-update-quick .wrapper-md {
  padding-top: 0;
}
.privacy-quick label {
  display: block;
}
.form-horizontal .privacy-quick .radio-inline {
  margin-left: 10px;
}
.form-horizontal .privacy-quick .radio-inline + .radio-inline {
  padding-top: 2px;
}
.pull-right.profile-update-button {
  margin-left: 10px;
}
.btn-primary.pull-right.profile-update-button {
  padding: 7px 12px;
}
h1.center-title.my-shows {
  margin-bottom: 20px!important;
}
.conflicts-area .btn[disabled], .callbacks-page .btn[disabled] {
  opacity: 1;
}
.callbacks-page .btn[disabled].btn-default {
  color: #7e8890;
  border: 1px solid #7e8890;
  background: none;
}
.conflicts-area .btn-default[disabled] {
  color: #464D57;
}
.casting-dashboard-navname {
  margin-bottom: 5px;
} 
.btn.casting-dashboard-navbtn {
  padding: 4px 8px;
} 
.select-medium {
  width: 200px;
  height: 70px;
}
.callbacks-page .audition-icons .btn.high-conflicts {
  font-size: 11px;
  padding: 2px 6px;
  font-weight: 600;
  width: 100%;
}
input.num-slots-notification {
  width: 50px;
  margin: 0 5px;
  padding: 0 5px;
}
.my-auditions-container .tab-content {
  padding: 15px 1% 10px;
  border: none;
}
.table thead tr th {
  font-weight: 600;
}
.will-attend-col {
  width: 200px;
}
.update-callback-row {
  width: 200px;
  margin-top: 8px;
}
.auditions-applied-btn {
  display: inline-block!important;
}
.update-costume {
  margin-top: 5px;
}
td .response-yes {
  color: #5cb85c;
  font-weight: 600;
}
.new-table td.audition-icons .response-yes .fa {
  font-size: 13px;
}  
td .response-no {
  border: 1px solid #BF1701;
  background: #BF1701;
  color: #fff;
  padding: 1px 4px;
  border-radius: 4px;
  font-weight: 600;
}
td.td-no-reply .fa {
  color: #fff;
}
.callback-notes-modal .btn-primary {
  margin-top: 10px;
}
.conflicts-area input[type="button"].btn {
  font-size: 11px;
}
.conflicts-table-data {
  height:50px; background: #fff;width:35%;padding:5px
  }
  .conflicts-div {
    text-align:center;
    font-size:12px;
    height:55px;
    overflow: hidden;
    display: table-cell;
vertical-align: middle;
  }
  .conflicts-div span {
  display: table-cell;
vertical-align: middle;
}
.casting-dashboard .conflicts-area input[type="button"].second-conflict {
 /* margin: 0px 0;*/
}
.conflicts-area .conflict-cal {
  float: right;
  margin-left: 7px;
  padding: 3px 8px;
  border: 1px solid #5cb85c;
  background: none;
  border-radius: 4px;
  color: #5cb85c;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.conflicts-area .conflict-cal.has-conflicts {
  border: 1px solid #d9534f;
  background: none;
  color: #d9534f;
}
.conflicts-area .conflict-cal i {
  margin: 0;
  position: relative;
  top: -1px;
  font-size: 12px;
}  
.theater-signup-warning {
  font-weight: 600;
  font-size: 15px;
}
.segment .btn-sm.cb-notes-button {
  padding: 2px 4px;
  margin-left: 7px;
  font-size: 11px;
}
.modal-header {
  padding: 15px 10px;
}    
.callbacks-page .col-md-12 input {
  margin-right: 10px;
}
.callbacks-page .col-md-12 td input {
  /*margin: 0;*/
  /*width: 130px;*/
  /*padding: 2px 5px;*/
}
.callbacks-page .col-md-12 td input.high-conflicts {
  margin: 5px 0;
  width: 75px;
  font-size: 13px;
}
.callbacks-page .col-md-12 input.reorder-btn {
  margin-right: 0;
  padding: 2px 8px;
}
.close-modal-x {
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px 18px;
  cursor: pointer;
  font-size: 20px;
}
.close-modal-x:hover, .close-modal-x:active, .close-modal-x:focus {
  color: #212121;
}  
.alert-bottom {
  margin-top: 20px;
  margin-bottom: 0;
}
.only-jpg {
  padding-bottom: 5px;
}
.conflict-notes {
  margin-top: 5px;
}
label.other_notes {
  font-size: 16px;
}
.move-slot-container {
  margin: 0 0 30px;
}
.form-control.move-slot {
  width: 75px;
  height: 30px;
  padding: 5px 0px 5px 5px;
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 8pt;
}
.no-break {
  display: inherit !important;
}
.col-md-6.questions-col {
  min-height: 100px;
}
.role-time {
  margin-left: 10px;
  font-size: 16px;
}
.role-time .fa-clock-o {
  font-size: 17px;
  position: relative;
  top: -1px;
}
input.casting-board-search-name {
  width:100%;
  //width: 185px;
  //position: absolute;
  //right: 0;
}  
#searchActor .angucomplete-dropdown {
  right: 0;
  top: 2px;
  width: 200px;
}
#searchActorCheckin {
  display: inline-block;
  width: calc(100% - 76px);
}
#searchActorCheckin .angucomplete-dropdown, #searchActorCheckin-mobile .angucomplete-dropdown {
  margin-top: 2px;
}
.highlight {
  color: #BF1701;
}
.angucomplete-row .highlight {
  color: #464D57;
  font-weight: bold;
}
.angucomplete-selected-row {
  background-color: #F993AE;
  color: #464D57;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background: none;
  border: 1px solid #5B6195;
  color: #5B6195;
}
.btn-high.disabled, .btn-high.disabled:hover, .btn-high.disabled:focus, .btn-high.disabled:active, .btn-high.disabled.active, .btn-high[disabled], .btn-high[disabled]:hover, .btn-high[disabled]:focus, .btn-high[disabled]:active, .btn-high[disabled].active, fieldset[disabled] .btn-high, fieldset[disabled] .btn-high:hover, fieldset[disabled] .btn-high:focus, fieldset[disabled] .btn-high:active, fieldset[disabled] .btn-high.active {
  background: none;
  border: 1px solid #F68E18;
  color: #F68E18;
}
.auditions-banner {
  float: left;
  width: 120px;
  padding-right: 15px;
}
.casting-modal-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.navbar-nav .fa-align-justify {
  margin-left: 10px;
  font-size: 23px;
  position: relative;
  top: 3px;
}
span.fa-align-justify {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #FF3366;
}
.lter.m-b p {
  margin: 10px 5%;
  text-align: center;
}
.profile-page .star-rating {
  margin-top: 20px;
}
.upload-gallery-buttons button {
  margin-left: 10px;
}
#mc_embed_signup .button {
  font-weight: normal;
}
.login-h5 {
  margin: 0;
}
.schedule-audition {
  width: 100%;
  padding: 10px 15px;
}
.schedule-audition .btn {
  width: 100%;
}
.profile-page .homepage-auditions {
  margin-bottom: 0;
  background: #f5f5f5;
}
.profile-page .homepage-auditions li {
  width: 48%;
  margin: 4px 1%;
  display: inline-block;
}  
.profile-page .homepage-auditions li .schedule-audition {
  padding: 15px 0 0;
  max-width: 200px;
  float: right;
} 
.audition-connection {
  padding-top: 15px;
}
.show-title .form-control[readonly] {
  cursor: copy;
} 
.accept-role .btn {
  margin-bottom: 7px;
}
.profile-pic-actions {
  margin: 5px 0 10px;
}
h4.notes-modal-title {
  line-height: 19px;
}
.modal-body.share-audition-link {
  text-align: center;
  margin-bottom: 10px;
  padding: 20px 30px;
}
.form-control.audition-link {
  width: 435px;
  margin: 0 auto;
  cursor: copy;
}
.form-control.theater-link {
  cursor: copy;
}  
.modal-title span {
  font-size: 15px;
}
a.reorder {
  font-size: 12px;  
}
td.col-thumbnail {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
td.col-thumbnail img:nth-of-type(n+2) {
  border: 2px solid #000;
}  
td.callback-actor {
  min-width: 150px;
}
.cb-view-profile {
  margin-top: 5px;
  text-align: center;  
}  
.table > tbody + tbody {
  border: none;
}
.table.callbacks-table > tbody > tr > td.col-left.row-role.rowRole2 {
  vertical-align: bottom;
  padding: 25px 10px 5px;
}
.table.new-table tbody tr td.audition-icons.td-casting-board {
  padding-right: 20px;
}
.table.new-table tbody tr td.audition-icons.td-cast-button {
  border-left: 1px solid #F2F2F2!important;
  width: 50px;
  padding-left: 20px;
}
.cb-role-title {
  font-size: 18px;
}
.sub-account-list {
  list-style: none;
}
.sub-account-list a {
  padding-left: 10px;
} 
button.toast-close-button:hover, button.toast-close-button:active, button.toast-close-button:focus {
  background: none;
} 
.cb-dashboard-link {
  font-weight: 600;
  font-size: 16px;
  float: left;
}
.callbacks-page .table.callbacks-table {
  width: 100%;
}
.callbacks-page .table.callbacks-table > tbody > tr > td.audition-icons {
  min-width: 75px;
  max-width: 130px;  
}
.my-callbacks.callbacks-page .table.callbacks-table > tbody > tr > td.audition-icons {
  min-width: auto;
  max-width: none;  
}
.my-callbacks.callbacks-page .table.callbacks-table > tbody > tr > td.audition-icons.callback-page-buttons {
  padding-left: 30px;
}
.callbacks-page .table.callbacks-table > tbody > tr > td.audition-icons.remove-button {
  min-width: 120px;
  max-width: 120px;
  padding-left: 10px;
}
.callbacks-page .table.callbacks-table > tbody > tr > td.audition-icons.remove-button a {
  padding-top: 7px;
}
.new-table .audition-icons.remove-button a {
  width: 100%;
  display: block;
  text-align: left;
}
.new-table .audition-icons.remove-button a:hover {
  border-color: #fff;
}  
.new-table .audition-icons.remove-button a .fa {
  margin-right: 5px;
  position: relative;
  top: -1px;
}  
.callbacks-page .table.callbacks-table.finalcasts-table > tbody > tr > td.audition-icons {
  min-width: 80px;
  max-width: 80px;  
}
.callbacks-page .table.callbacks-table.finalcasts-table > tbody > tr > td.audition-icons.reply-column {
  min-width: 105px;
  max-width: 105px;
}
.callbacks-page .table.callbacks-table > tbody > tr > td.audition-icons.audition-call {
  display: block;
  margin: 0 auto;
  min-width: 210px;
  max-width: 210px;
}
.callbacks-page .table.callbacks-table > tbody > tr > td.cb-col-spacer {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}
.table.callbacks-table.finalcasts-table > tbody > tr > td.col-thumbnail {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.table.callbacks-table.finalcasts-table > tbody > tr > td {
  vertical-align: top;
}
.panel-default, .nav-tabs, .tab-container.angled-header .tab-content, .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border: none;
  background: #f5f5f5;
  margin-top: 0;
  box-shadow: none;
}
.panel-default {
  margin-top: 5px;
}
.new-table .audition-icons:last-child a {
  margin-right: 0;
}
.table.callbacks-table.finalcasts-table > tbody > tr > td.remove-button {
  vertical-align: middle;
  padding-top: 0;
}
.new-table .audition-icons.remove-button a {
  background: none;
  height: auto;
  text-align: center;
}
.new-table .audition-icons.remove-button a .fa {
  font-size: 20px;
}
.normal-text {
  color: #464D57;
}
.fc-col-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.new-table .audition-icons a.fc-costume-date {
  padding-top: 5px;
  font-size: 13px;
  width: 85px;
}
.fc-costume-fitting {
  padding-top: 5px;
}
.table.callbacks-table > tbody > tr > td.col-left.row-role.fc-col-title {
  font-size: 16px;
  text-align: center;
  vertical-align: bottom;
  padding-top: 11px;
}
.table.callbacks-table > tbody > tr > td.col-left.row-role.rowRole2.fc-col-title {
  padding-top: 36px;
}
.no-reply.not-scheduled {
  padding-top: 5px;
}
.col-md-6.no-padding-left {
  padding-left: 0;
}
.btn-primary.upload-theater-photo {
  margin-top: 8px;
}
.theater-info-area h3 {
  margin-top: 0;
}  
.theater-info-area img {
  width: 23%;
  height: auto;
  margin-right: 2%;
}
.theater-info-area p {
  width: 73%;
  margin-left: 2%;
}
textarea.theater-info-textarea {
  height: 150px;
}
.table.compare {
  border: none;
}
.pricing-pills .fa-check-circle {
  font-size: 30px;
}
.pricing-pills p {
  font-size: 16px;
}
.container.pricing-pills {
  margin-top: 0;
}
.tab-container {
  background: #f5f5f5;
}
.tab-container.inside-tab-container, .tab-container.inside-tab-container .nav-tabs, .inside-tab-container .tab-content {
  background: #fff;
  padding: 0;
}  
.tab-container .tab-content, .tab-container.angled-header .tab-content {
  background: #fff;
  border: none;
}
.tab-container .nav-tabs > li {
  margin: 0 10px 0 0;
  border-radius: 4px 4px 0 0;
}
.tab-container .nav-tabs > li.active, .tab-container .nav-tabs > li:hover, .tab-container .nav-tabs > li.active > a, .tab-container .nav-tabs > li > a:hover {
  background: #fff;
}
.nav-tabs > li.inside-nav-tab > a {
  border-radius: 4px;
  background: #fff;
}
.nav-tabs > li.inside-nav-tab.active > a:hover {
  background: #fff;
}
.nav-tabs > li.inside-nav-tab > a:hover {
  background: #f5f5f5;
}
.col-xs-8.cc-info {
  padding-left: 0;
}
.col-xs-4.cvc-info {
  padding-right: 0;
}
.navbar-inverse .navbar-right {
  margin-top: 21px;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle.navbar-toggle-white {
  background: none;
  border-color: transparent;
  margin: 28px 20px 0 0;
}
.navbar-inverse .navbar-toggle.navbar-toggle-white .icon-bar {
  background-color: #fff;
  color: #fff;
}
.navbar-toggle.navbar-toggle-white:hover .icon-bar, .navbar-toggle.navbar-toggle-white:active .icon-bar, .navbar-toggle.navbar-toggle-white:focus .icon-bar {
  background-color: #FF3366;
  color: #FF3366;
}
.header-top.navbar-inverse {
  background: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border: none;
}
.update-button {
  margin-top: 10px;
}
.top-right-buttons {
  float: right;
}
.audition-links-right {
  padding-right: 0px;
}
.audition-links-right a, .audition-links-right span.callbacks-pipebar {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.audition-links-right span {
  display: inline-block;
  color: #464D57;
  font-weight: bold;
}
.top-right-buttons input {
  color: #464D57;
}
.fa-long-arrow-right.scroll-right-arrow {
  display: none;
  float: right;
  color: #464D57;
  font-size: 30px;
  margin: 0 10px 0 0;
}
.table-responsive-container {
  background: #fff;
  padding: 0 20px 0 10px;
}
.resume-actions {
  margin-top: 5px;
}
.resume-actions a {
  margin-right: 10px;
}
.cb-download-resume {
  height: 10px;
}
.pdf-viewer .modal-body {
  text-align: center;
}
.pdf-viewer .left {
  margin: 5px 0 20px;
}
.pdf-viewer .pdf-button {
  display: inline-block;
  margin-top: 10px;
}
.pdf-viewer a {
  padding: 0 15px;
  font-size: 25px;
}
.callback-resume-link {
  padding-top: 5px;
  text-align: center;
}
.clearfix.clearfix-questions:after {
  display: none;
}
#appointments-list-container select {
  margin-top: 10px;
}
small .title-small-dark {
  color: #464D57;
}
ul.missing-list {
  font-size: 18px;
}
.col-md-8.audition-info {
  margin-bottom: 20px;
}
.segment.profile-update {
  padding-top: 0;
}
.modal-update-profile input, .modal-update-profile select {
  margin-bottom: 10px;
}
.profile-update-mobile {
  display: none;
}
.edit-reply {
  padding-left: 7px;
}
img.reorder-thumbnail {
  width: 75px;
}
.appointments-list.cb-reorder ul li .row-item.apt-num {
  display: block;
}
.move-cb {
  text-align: center;
}
.move-cb .move-cb-up {
  padding-bottom: 10px;
}
.move-cb .fa {
  font-size: 50px;
  color: #75ADD2;
}
.filter-roles {
  padding-left: 20px;
}
.filter-roles select {
  display: inline-block;
  width: 220px;
  font-size: 15px;
  height: 30px;
  font-weight: normal;
  padding: 5px 8px;
}
.filter-roles button {
  margin-left: 5px;
  padding: 4px 10px;
  position: relative;
  top: -1px;
}
.appointments-search .input-group, .appointments-search .input-group-btn  {
  display: inline;
} 
.appointments-search .input-group-btn button.btn {
  margin-left: 0;
  position: relative;
  left: -5px;
  padding: 2px 10px;
  top: -1px;
}
input.jump-to-apt {
  width: 85px;
  padding: 1px 7px;
}
.casting-dashboard-jump .input-group input {
  border-right: none;
}
.modal-header .appointments-search {
  margin-right: 60px;
}
.modal-header .appointments-search .btn-sm {
  position: relative;
  top: -1px;
}
.questions-top-buttons {
  margin-bottom: 10px;
}
table.questions-profile {
  word-wrap: normal;
  font-size: 10pt;
}
table.questions-profile td {
  vertical-align: top;
  padding: 5px;
}
table td.questions-profile-image {
  width: 25%;
  padding: 10px 2%;
}
table td.questions-profile-image .apt-edit-time {
  font-size: 9pt;
}
table td.questions-profile-info {
  width: 50%;
  padding: 10px 2%;    
}
table td.questions-profile-buttons {
  width: 25%;
}
.questions-profile-image-mobile {
  display: none;
}
.questions-profile-info-mobile {
  display: none;
}
img.questions-thumbnail {
  width: 100%;
  max-width: 150px;
  min-width: 50px;
}
.questions-profile-name {
  font-weight: bold;
  font-size: 12pt;
}
.questions-col input {
  padding: 2px 7px;
}
h4.check-in-questions-title {
  margin-top: 0;
}
.questions-col label + label {
  margin-left: 7px;
}
.audition-signup .col-md-12 {
  padding: 15px 0 0;
}
.audition-signup .col-md-6 {
  padding-left: 0;
}
.audition-signup .form-group {
  padding: 0 5px;
}
.questions-profile-bottom {
  margin: 10px 0;
}
.questions-profile-bottom input {
  width: 100%;
}
.view-actor-notes {
  margin-left: 10px;
}
.apt-right-buttons input.special {
  float: right;
  margin: 0 0 0 0;
}
.apt-right-buttons input {
  float: right;
  margin: 0 0 10px 0;
}
.btn-primary.send-button {
  margin-top: 15px;
}
.overview-html {
  margin-bottom: 20px;
}
#searchActorCheckin-mobile {
  display: none;
}
.callbacks-add-actor input.search-button {
  width: 100%;
}
.appointments-list.add-actor-results {
  margin-top: 25px;
}
select.choose-role {
  width: 225px;
}
.audition-signup label small {
  font-weight: normal;
}
.drag-fix {
  max-width:150px;
}
.video-modal .modal-body {
  padding: 20px 45px;
}
.callbacks-page.callbacks-board h1 {
  margin-top: 5px!important;
}
.callbacks-board .panel-default {
  margin-top: 0;
}
.callbacks-board .left-side {
  margin: 20px 0;
  border-right: 1px solid #F2F2F2;
}
.callbacks-board .filter-roles {
  padding: 0 0 15px;
}
.callbacks-board .left-side .roles-area {
  height: 80vh;
  overflow-y: scroll;
}
.callbacks-board .left-side .table-responsive {
  margin: 0;
  padding: 5px 10px;
  background-color: #F8F8F8;
}
.callbacks-board .left-side .table-responsive .table.new-table tbody tr {
  border-bottom: 1px solid #E4E4E4;
}
.callbacks-page .appointments-search, .help-videos-page .appointments-search {
  margin: 5px 0 5px;
  width: 290px;
}
.callbacks-page.callbacks-board .appointments-search {
  margin: 0 0 15px;
}
.callbacks-page .col-md-12 .appointments-search input, .help-videos-page .appointments-search input {
  width: 220px;
  padding: 2px 9px;
  font-size: 16px;
  height: 29px;
}
.help-videos-page .appointments-search input {
  height: 31px;
  display: inline;
  position: relative;
  right: 5px;
}
.callbacks-page .col-md-12 .appointments-search button, .help-videos-page .appointments-search button {
  position: relative;
  top: -2px;
}
.callbacks-board .small-thumbnail {
  width: 90px;
}
.callbacks-page.callbacks-board .cb-conflicts-badge {
  margin-left: 0;
  width: 75px;
}
.callbacks-page.callbacks-board .btn.selectedcb-button {
  display: block;
  margin: 5px 0;
  width: 115px;
}
.selectedcb {
  padding: 5px 0 0 20px;
}
.selectedcb h3 {
  text-align: center;
  margin: 15px 0 20px;
  font-weight: 600;
}
.selectedcb h3 span {
  font-weight: 400;
  font-size: 18px;
}  
.selectedcb .profile-picture-area {
  float: left;
  width: 25%;
}
.selectedcb .profile-picture {
  width: 100%;
}
.selectedcb .below-photo {
  text-align: center;
  margin-top: 7px;
}
.selectedcb .rating-area {
  float: right;
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
.selectedcb.casting-dashboard .rating {
  height: auto;
}
.selectedcb.casting-dashboard .rating {
  width: 100%;
}
.callbacks-page .selectedcb .glyphicon-star-empty {
  font-size: 19px;
}
.selectedcb.casting-dashboard .info-box.rating-box table th {
  font-weight: normal;
}
.selectedcb h5.rating-advanced-title {
  margin: 25px 0 10px;
  text-align: center;
}
.selectedcb select.cb-rating {
  margin: 0 auto;
  width: 50px;
  padding: 0 0 0 3px;
}
.selectedcb .rating-advanced span {
  padding: 2px 6px;
  background-color: #ccc;
  font-size: 15px;
}
.selectedcb .rating-advanced span:hover {
  cursor: pointer;
  background-color: #FF3366;
  color: #fff;
}  
.selectedcb .rating-advanced .rating-number-area {
  margin-bottom: 10px;
}
.selectedcb .buttons {
  margin: 15px auto 0;
  width: 470px;
}
.selectedcb .notes-area {
  width: 99%;
  margin: 10px 0;
}
.selectedcb h5 {
  text-align: left;
  margin: 10px 0;
  font-size: 16px;
}
.callbacks-page .selectedcb input.add-note {
  margin: 0 0 10px;
}
.selectedcb .info-box .notes-box {
  margin-top: 10px;
}
.btn-primary.cb-board-button {
  margin-left: 15px;
  padding: 3px 10px;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.yesDecision {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}
.yesDecision:hover, .yesDecision:focus, .yesDecision:active {
  background-color: #449d44;
  border-color: #449d44;
  color: #fff;
}
.noDecision {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}
.noDecision:hover, .noDecision:focus, .noDecision:active {
  background-color: #c9302c;
  border-color: #c9302c;
  color: #fff;
}
.maybeDecision {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}
.maybeDecision:hover, .maybeDecision:focus, .maybeDecision:active {
  background-color: #ec971f;
  border-color: #ec971f;
  color: #fff;
}
.table.callbacks-table > tbody > tr > td.callback-actor.yesRow {
  border-right: 5px solid #5cb85c!important;
}
.table.callbacks-table > tbody > tr > td.callback-actor.noRow {
  border-right: 5px solid #d9534f!important;
}
.table.callbacks-table > tbody > tr > td.callback-actor.maybeRow {
  border-right: 5px solid #f0ad4e!important;
}
.table.callbacks-table > tbody > tr > td.callback-actor.castRow {
  border-right: 5px solid #FF3366!important;
}
.selectedcb .more-buttons {
  margin: 10px auto 15px;
  width: 210px;
}
.selectedcb .more-buttons .btn {
  padding: 3px 10px;
  font-size: 15px;
  margin: 0 2px;
}
.selectedcb .more-buttons input.btn {
  padding: 4px 10px;
}  
.selectedcb .more-buttons .btn i {
  margin: 0;
  position: relative;
  top: -1px;
  font-size: 20px;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #c9302c;
}
.selectedcb.casting-dashboard .info-box.rating-box {
  margin: 0 15px;
  padding-top: 10px;
  border: 1px solid #F2F2F2;
}
.selectedcb .cb-board-cast {
  margin-left: 30px;
}
.callbacks-page .col-md-12 td.audition-icons input.high-conflicts {
  margin-top: 10px;
}
.my-callbacks .callback-actor .cb-board-cast {
  margin-left: 15px;
  position: relative;
  top: 6px;
  width: 30px;
}
.my-callbacks .callback-actor .cb-board-cast .fa {
  font-size: 25px;
}
.modal-body.audition-signup {
  padding-top: 5px;
}  
.photo-gallery-remove {
  margin: 10px 20px 10px;
}
.photo-gallery-remove button {
  float: right;
}
.add-role-form .row {
  margin-bottom: 15px;
}
.show-info p b {
  display: inline;
}
.help-videos-page h2 {
  margin-top: 30px;
  text-align: center;
}
.left-video-page {
  padding: 0 30px;
}
.left-video-page .video-link {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.left-video-page .video-link.selectedVideo {
  background-color: #FF3366;
  border-radius: 4px;
}
.left-video-page .video-link a {
  padding: 0;
}
.left-video-page .video-link.selectedVideo a {
  color: #fff;
}  
.video-search .input-group-addon:first-child {
  border-right: 1px solid #cfdadd;
}
.video-group {
  text-align: center;
  margin-bottom: 50px;
}
.video-group h2 {
  margin: 10px auto 20px;
  font-weight: 600;
}
.video-group p {
  font-size: 16px;
  padding: 5px 10px;
}
.equity-actor {
  float: right;
  padding: 3px 7px 0 0;
}
.possible-callbacks .fa.fa-search-plus {
  font-size: 26px;
  position: relative;
  top: -2px;
}
img.mobile-screens {
  display: block;
  width: 50%;
  max-width: 450px;
  margin: 0 auto;
  cursor: pointer;
}
.paperless {
  font-size: 16px;
}
.ticket-offer-form form {
  background: #fff;
  padding-top: 20px;
}
.ticket-offer-form .btn-xs {
  border: none;
  padding: 2px 7px;
}
.ticket-offer-form .panel-default {
  background-color: #fff;
}
.ticket-offer-form .panel-default > .panel-heading {
  background-color: #fff;
  border-color: #fff;
}
.input-group .btn {
  border: 1px solid rgb(238, 238, 238);
  position: relative;
  left: -2px;
}
.input-group-addon {
  background-color: #eeeeee;
}
.uib-daypicker th button strong, .uib-monthpicker th button strong, .uib-yearpicker th button strong {
  font-size: 17px;
}
.pricing .well {
  border: none;
  border-radius: 4px;
  box-shadow: none;
}
.pricing .features-well h3 {
  padding: 18px 0 6px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pricing .features-well h3.most-popular {
  background: #75ADD2;
  color: #fff;
  margin: 0;
  padding: 15px;
}
.pricing .features-well h3.most-popular-medium {
  background: none;
  margin: 0;
  padding-top: 15px;
}
hr.most-popular-line {
  margin-top: 0;
}
span.conflicts-btn, span.conflicts-btn:hover, span.conflicts-btn:active, span.conflicts-btn:focus {
  background-color: #d9534f !important;
  border: 1px solid #d9534f !important;
  padding: 2px 5px;
  border-radius: 4px;
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
input.radio-chkbox[type=radio] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
}
.text-left {
  text-align: left;
}
.pull-left:after {
  content: " ";
  clear: both;
}
#theater_dashboard .list-group .list-group-item .media-description {
  font-size: 11pt;
  visibility: hidden;
}
#theater_dashboard .list-group .list-group-item .media-object {
  width: 60px;
  height: 60px;
}
#theater_dashboard .list-group .list-group-item .manage-auditions {
  background: url(../images/dashboard/CM_Timer_Icon_c1.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item .create-audition {
  background: url(../images/dashboard/CM_MegaPhone_Icon_c1.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item .view-actor-database {
  background: url(../images/dashboard/CM_Database_Icon_c1.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item .update-profile {
  background: url(../images/dashboard/CM_Profile_Icon_c1.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item .watch-training {
  background: url(../images/dashboard/CM_Mouse_Icon_c1.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item .empty-seats {
  background: url(../images/dashboard/CM_Seat_Icon_c1.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item:hover {
  background-color: #75ADD2;
  color: #fff;
}
#theater_dashboard .list-group .list-group-item:hover .manage-auditions {
  background: url(../images/dashboard/CM_Timer_Icon_Rev.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item:hover .create-audition {
  background: url(../images/dashboard/CM_MegaPhone_Icon_Rev.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item:hover .view-actor-database {
  background: url(../images/dashboard/CM_Database_Icon_Rev.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item:hover .update-profile {
  background: url(../images/dashboard/CM_Profile_Icon_Rev.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item:hover .watch-training {
  background: url(../images/dashboard/CM_Mouse_Icon_Rev.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item:hover .empty-seats {
  background: url(../images/dashboard/CM_Seat_Icon_Rev.png) no-repeat;
  background-size: 60px 60px;
}
#theater_dashboard .list-group .list-group-item:hover .media-heading, 
#theater_dashboard .list-group .list-group-item:hover .media-description {
  color: #fff;
  visibility: visible;
}
.m-t7 {
  margin-top:7px
}

#theater_dashboard .media {
  margin-bottom: 0px;
}
#theater_dashboard .media>.media-body {
  vertical-align: middle;
}
#theater_dashboard .media>.media-body>p {
  margin-bottom: 0;
}
.check-in-modal .actor-conflict-notes {
  background-color: #fff;
}

.check-in-modal span.glyphicon {
  padding: 0 10px;
}

.pl0 {
  padding-left: 0px !important;
}
.m-t5 {
  margin-top:5px !important;
}
.cb-note {
  min-width:250px;
  max-width:500px;
}
.callbacks-page .table tbody tr td a {
  display: inline;
}
.close-columns {
  padding-left:5px;
  padding-right:5px;
}

button.btn-finalist,button.btn-finalist:hover {
  background-color: #75ADD2;
  border: 1px solid #75ADD2;
  color: #fff;
}

.btn .btn-block .btn-default .btn-finalist:focus,.btn-finalist:active,.btn .btn-block .btn-finalist:hover, {
  background-color: #75ADD2 !important;
  border: 1px solid #75ADD2 !important;
  color: #fff !important;
}

.gray-bar {
  padding: 5px 0;
  background-color: #464d57;
}
.gray-bar h4 {
  color: #fff;
}
.gray-bar h1 {
  color: #fff;
}
.gray-bar h1 a {
  color: #fff;
}
.gray-bar .bar-container {
  width: 90%;max-width: 1460px;margin: auto;
}

.blue-bar {
  padding: 20px 0;
  background-color: #75ADD2;
}
.blue-bar h1 {
  color: #fff;
}
.blue-bar h1 a {
  color: #464D57;
}
.blue-bar .bar-container {
  width: 90%;max-width: 1460px;margin: auto;
}
table.rate-table tbody tr td i {
  margin-right: 0px;
}

.my-auditions td.audition-icons button span.costume-fitting {
  background: url(../images/dress_icon.png) no-repeat;
  background-size: 16px 27px;
  width: 16px;
  height: 21px;
  display: inline-block;
}

.fa-costume-icon {
  background: url(../images/dress_icon.png) no-repeat;
  background-size: 16px 27px;
  width: 16px;
  height: 21px;
  display: inline-block;
}

.fa-dancer {
  background: url(../images/dancer.png) no-repeat;
  background-size: 1.5em;
  width: 16px;
  height: 21px;
  display: inline-block;
}

.apt-right-buttons>.check-in-btn {
  margin-top: 20px;
}
.cast-dashboard-top-right {
  display: inline-table;
  width: 32.5%;
}
@media (min-width: 992px){
  .custom-md-4 {
      width: 27% !important;
  }
  .cast-dashboard-top-right {
    width: 100% !important;
  }
  .new-line {
    display: none;
  }
}
@media (min-width: 1200px){
  .custom-md-4 {
      width: 27% !important;
  }
  .cast-dashboard-top-right {
    width: 100% !important;
  }
  .new-line {
    display: none;
  }
}
@media (min-width: 1347px){
  .cast-dashboard-top-right {
    width: 32% !important;
  }
  .new-line {
    display: block
  }
}
@media (min-width: 1380px){
  .cast-dashboard-top-right {
    width: 32.5% !important;
  }
}

.non-border {
  border: 0 !important;
}
.color-white {
  color: #fff !important;
}
.pricing-head-container {
  background-color: #75ADD2;
  color: #fff;
}
.pricing-title {

}
.font-size-70 {
  font-size: 70px;
}
.font-size-10 {
  font-size: 10pt;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: bold !important;
}
.pricing-body-td-img {
  width: 40%;
  padding-bottom: 0 !important;
  text-align: right !important;
  padding-right: 0 !important;
}
.pricing-body-td-right {
  padding-left: 5px !important;
  font-size: 14px !important;
}
.pricing-custom-h3 {
  font-weight: 400;
  color:#75add2;
  font-size:23px;
}
.checked_red {
  background: url(../images/checked_red.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 22px;
  text-align: center;
}
.callbacks-page .collapse-list,.custom-checkbox {
  position: relative;
  top: 0;
  margin-right: 5px;
}
.callbacks-page .collapse-box,.custom-checkbox .collapse-box {
  margin-right: 5px;
  margin-top: 2px;
  border: 1px solid #888;
  float: left;
  padding: 1px;
}
.callbacks-page .collapse-list input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked ~ div.collapse-box label {
    background: url(../images/tick.jpg);
    background-size: 100%;
}
.callbacks-page .collapse-list input[type=checkbox]:checked ~ div.collapse-box label, .audition-quick-links .collapse-list input[type=checkbox]:checked ~ div.collapse-box label {
    background: url(../images/tick.jpg);
    background-size: 100%;
}
.hover-white:hover {
  color: #fff !important;
}
.btn-normal-try-it {
  font-weight: bold;
  padding: 10px 15px !important;
  font-size: 17px !important;
  width: 216px !important;
}
.home-header-text1 {
  font-size: 50px;
  font-weight: bold;
  color: rgb( 245, 245, 245 );
  line-height: 0.966;
  text-align: left;
}
.home-header-text2 {
  font-size: 28.832px;
  color: rgb( 245, 245, 245 );
  line-height: 1.2;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 75px;
  text-align: left;
}
.home-video-icon {
  background: url(../images/home-new/playbutton_border.png) 15px 9px no-repeat #41464e;
  background-size: 27px 27px;
  padding-right: 15px !important;
  padding-left: 55px !important;
}
.home-video-section {
  background: url(../images/home-new/video-background.jpg) no-repeat #000;
  background-size: cover;
  color: #464D57;
  background-position: center 0px;
  height: 70vh;
}
.home-mobile-text-header {
  text-align: center;font-size: 32px;
  color: #2a2a2a;
  line-height: 1.351;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.home-mobile-text-note {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  color: #2a2a2a;
  line-height: 1.351;
  text-align: center;
}

.home-content-small {
  text-align: center;
  font-size: 22px;
  color: #75add1;
  line-height: 1.349;
}
.home-content-title {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: #75add1;
  line-height: 1.349;
  text-transform: uppercase;"
}
.home-top-nav-menu {
  float: none !important;
  margin-top: 30px !important;
  display: inline-flex;
}
.home-btn-top-right {
  width:200px;
  height:48px;
  margin-right: 50px;
  margin-top: 25px;
  font-size: 16px;
  float: right;
}
.home-responsive-signup {
  display: none !important;
}
.home-nav-div {

}
.home-nav-ul {
  float: none !important;
  display: inline-flex;
}
.div_auto_complete {
  width: 57%;
  display:inline-block;
  margin-bottom: 10px;
}
.div_auto_complete_ar {
  width: 57%;
  display:inline-block;
}
.ar-auto-text {
  width:100% !important;
  background-image: url(../images/search-128.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px;
}
.div_jumpto {
  float: right;
  width:42%;
  margin-bottom: 30px;
}
.vh-height {
  height:8vh !important;
  width:8vh !important;
  margin:0 !important;
}
.home-testimonial-clearfix {
  height:23vh;
  text-align: center;
}
.home-testimonial-header {
  font-size: 33px;
  color: rgb( 0, 0, 0 );
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.home-testimonial-sub-header {
  text-align:center;
  color:#000;
  margin-top:15px !important;
  font-size: 18px;
}
.home-testimonial-unit {
  text-align: center;
  margin-top:100px;
}
.home-testimonial-unit-header {
  font-size: 26px; 
  color:#000; 
  font-weight: bold;
}
.home-testimonial-unit-content {
  margin-top:20px;
  font-size:18px;
  color:#000;
}
.home-video-title {
  font-size: 40px;
  color: rgb( 70, 77, 87 );
  line-height: 1.129;
  font-weight: bold;
  width: 80%;margin: auto;
}
.home-casting-diff {
  text-align: center;
  color:#000;
  font-size: 20px;
  line-height: 1.7;
}
.home-screenshot {
  padding:60px 3%;
}
.home-screenshot-img {
  width: 100%;
  opacity: 1;
  margin-bottom: 10px;
}
.home-div-line-left {
  height: 200px;
  float: left;
  border-left: 1px solid #c3e2f5;
  top: 100px;
  position: relative;
}
.home-div-line-right {
  height: 200px;
  float: right;
  border-left: 1px solid #c3e2f5;
  top: 100px;
  position: relative;
}
.home-content-invest {
  text-align: center;
  width:80%;
  margin:auto;
  font-size: 24px;
  margin-top: 30px;
  color:#5d5d5d;
  line-height: 1.7
}
.color-blue {
  color: #77aed0 !important;
  width: 100px;
  height: 90px;
  padding: 0;
}
.color-blue:hover {
  color: #FF3366 !important;
}
.color-inherit {
  color: inherit !important;
}
.my-auditions td.audition-icons button:hover span.costume-fitting {
  background: url(../images/dress_icon_hover.png) no-repeat;
  background-size: 16px 27px;
  width: 16px;
  height: 21px;
  display: inline-block;
}
.display-grid {
  display: grid;
}
.home-main-btn {
  margin-left: 10%;
  width: 80%;
  bottom: 15%;
  position: absolute;
}
.home-manager-first {
  position:relative; 
  top:-50px; 
  font-size: 18px;
  font-style: italic;
}
.home-manager-second {
  position: relative;
  top: -30px;
  font-weight: bold;
  font-size: 16px;
}
.home-manager-third {
  position: relative;
  top: -30px;
}
.home-price-title {
  font-size: 45px;
  font-weight: 300;
}
.home-price-sub {
  font-size: 28px;
  font-weight: 300;
}
.callbacks-btn-pink {
  color: #fff !important;
  background-color: #ff3366 !important;
}
.callbacks-btn-pink:hover {
  color: #464d57 !important;
}

input[type="button"]:disabled.callbacks-btn-pink {
  color: #787 !important;
}

.callbacks-btn-green {
  color: #fff !important;
  background-color: green !important;
}
.callbacks-btn-green:hover {
  color: #464d57 !important;
}
@media (max-width: 613px){
  .pricing-body-td-img {
    width: 25%;
    text-align: right !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 613px){
  .pricing-body-td-img {
    width: 33%;
    text-align: right !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 813px){
  .pricing-body-td-img {
    width: 35%;
    text-align: right !important;
    padding-right: 0 !important;
  }
}
.profile-pic-box {
  width: 100%;
}
@media (min-width: 992px){
  .pricing-body-td-img {
    width: 37%;
    text-align: right !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1330px){
  .div_auto_complete {
    width: 100%;
  }
  .div_jumpto {
    width: 100%;
  }
}
@media (max-width: 992px){
  .profile-pic-box {
    width: 70%;
  }
  .div_auto_complete {
    width: 57%;
  }
  .div_jumpto {
    width: 42%;
  }
}
@media (min-width: 1200px){
  .pricing-body-td-img {
    width: 40%;
    text-align: right !important;
    padding-right: 0 !important;
  }
}
.btn-pink-border {
  border-color: #FF3366;
  color: #FF3366;
}
.seen-btn {
  height:20px;
  line-height: 2px;
}
.audi-session-ques-btn-height {
  height:73px;
  
}

.search-bg-img {
  background:#FFFFFF url('../images/search-128.png') no-repeat top right;
  background-size: 32px 32px;
}
.a-db-icon {
  min-width:16px;
}
.no-outline {
  outline-color: #fff;
}
.color-white {
  color: #fff !important;
}