/*statuses  */
.userStatus {
  font-size: 11px;
  border-radius: 0;
  padding: 8px 15px;
  margin-right: 15px;
  text-transform: none;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  width: 130px;
}

a.userStatus{
  -webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
  box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
}

a.userStatus:hover {
    -webkit-box-shadow: 0px 3px 14px -3px rgba(0,0,0,0.73);
  -moz-box-shadow: 0px 3px 14px -3px rgba(0,0,0,0.73);
  box-shadow: 0px 3px 14px -3px rgba(0,0,0,0.73);
}

.userStatus i{
  font-size: 20px;
}
.userStatus.approved{
  background-color: #1dbe43;
  color: #fff;
  font-weight: 300;
 cursor: help;
}

.userStatus.pending{
  background-color: #fdff36;
  color: #000;
  font-weight: 300;
   cursor: help;
}
.userStatus.canceled{
  background-color: #f6baba;
  color: #fff;
  font-weight: 300;
   cursor: help;
}
.userStatus.cancel{
   background-color: #ed462f;
  color: #fff;
  font-weight: 300;
  width: 80px;
}
.cancelcolor {
    color: #ed462f;
}
.userStatus.actionok{
  background-color: #cffc5b;
  color: #000;
  font-weight: 300;
  width: 80px;

}

.actionokcolor{
   color: #cffc5b;
}

.userStatus.actioncancel{
  background-color: #ed2828;
  color: #fff;
  font-weight: 300;
  width: 70px;
}


.userStatus.info{
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  background-color: #f7f7f7;
  color: #000;
  font-weight: 300;
}




.collectionAdminList .rowList{

  padding: 15px 0 40px 0;
  font-size: 12px;
  background-color: #fff;
   border-bottom: 1px solid #eee;
  margin-bottom: 0;
}


.collectionAdminList .rowList .colText {
  position: relative;


  min-height: 85px;
}

.collectionAdminList .rowList .colText.castRow {

}

.collectionAdminList .rowList.roles{
  padding: 0;
}

.collectionAdminList .rowList.roles .col{
  padding: 10px;
  min-height: 100px;
}



.roles a:hover {
    color: #CCA258;
}

.roles .appUnviewed a,
.roles .appViewed a ,
.roles .appShortlist a ,
.roles .appPreSelected a ,
.roles .appJob a  {
  display: inline-block;
  width: 100%;
  height: 80px;
  line-height: 47px;
}

.showColor .appUnviewed, .showColor .appUnviewed a{
  background-color: #e5e5e5;
  color: #999;
}

.showColor .appViewed, .showColor .appViewed a{
  background-color: #cecece;
  color: #888;
}

.showColor .appShortlist, .showColor .appShortlist a{
  background-color: #818181;
  color: #fff;
}

.showColor .appPreSelected, .showColor .appPreSelected a{
  background-color: #fde875;
  color: #666;
}

.showColor .appCasting, .showColor .appCasting a{
  background-color: #fdb747;
  color: #fff;
}

.showColor .appCastingText{
  color: #fcb573;
}

.showColor .appJob, .showColor .appJob a{
  background-color: #fb411d;
  color: #fff;
}

.appCastingBox {
  position: absolute;
  padding: 15px 13px 20px 13px;
  top:0;
  left: 0;
  width: 100%;
  min-height: 90px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  overflow: auto;
  z-index: 100;
  background-color: #fff;
  color: #000;
}

.appCastingBoxRowa {
  position: relative;
  padding: 0 0 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #eee;
}

.collectionAdminList .rowListHeader{
  color: #999;
  font-size: 13px;
  padding: 0 0 0 0;
  font-weight: 400;
}

.collectionAdminList .rowListHeader .colText{
  min-height: 55px;
}

.collectionAdminList .rowListHeader .col {
  padding-top: 15px ;
  padding-bottom: 15px ;
}

.collectionAdminList .rowList .colText.paddingColText {
  padding-left: 20px;
  padding-right: 20px;
}

.collectionAdminList .rowList h6 {
  margin: 0;
  font-weight: 500;
}

.collectionAdminList .rowList .topRow {
   height: 24px;
   vertical-align: top;
   padding: 0;
   line-height: 1em;
   position: relative;
}


.collectionAdminList .rowList .topRow i  {
  position: absolute;
  left: -30px;
  top: -7px;
}

.collectionAdminList .rowList .standardRow {
  height: 20px;
  vertical-align: top;
  padding: 0;
  line-height: 1em;
  position: relative;
}

.collectionAdminList .rowList .standardRow i  {
  position: absolute;
  left: -24px;
  top: -1px;
}


.collectionAdminList .colImage {
  text-align: center;
}

.collectionAdminList .colImage img{
  width: 100%;
}


.collectionAdminList .rowListSub {
  border-bottom: 1px solid #eee;
  padding: 15px 10px 50px 15px;
  font-size: 12px;
  background-color: #eee;
  margin: 0 10px 0 50px;
  margin-bottom: 0;
}

.collectionAdminList .rowListSub h6 {
  margin: 0;
  font-weight: 500;
}







.adminPopupForm {
  width: 70%;
  height: 70%;
  background-color: transparent;
  font-size: 12px;
  overflow: hidden;

  -webkit-box-shadow: none;
  box-shadow:none;
}


.adminPopupFormBox{
  padding: 0 120px 0 0;
  background-color: #fff;
  display: inline-block;
  margin-left: 120px;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.adminPopupFormContent{
  width: 100%;
    height: 100%;
     overflow: hidden;

}

.adminPopupFormHeader {
  padding: 20px 100px 10px 30px;
}
.adminPopupFormHeader div {
    display:inline-block;
  }



.adminPopupFormHeader a {
  font-size: 13px;
  margin-left: 20px;
}


.adminPopupFormContentSlide {
    overflow: auto;
    margin:0;
    width: 100%;
    height: 80%;
    padding: 0 30px 20px 30px;
     -webkit-overflow-scrolling: touch;
}

  .adminPopupFormContentSlide > *:last-child {
    margin-bottom: 150px;
  }

.adminPopupFormTabs{
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  text-align: right;
}


.adminPopupFormTab {
  padding: 0;
  width: 120px;
  text-align: center;
  display: inline-block;
  height: 50px;
}

.adminPopupFormTab a {
  display: block;
  height: 50px;
  padding-top: 15px;
  width: 100%;
}

.adminPopupFormTab.active, .adminPopupFormTab.active a {
  background-color: #CCA258;
  color: #fff;
}

.adminPopupFormTab.inactive, .adminPopupFormTab.inactive a {
  background-color: #fff;
  color: #000;
  width: 100px;
}



.locationzone {
  padding: 5px 0 0 0;
}



#filtersContainer{
  padding: 20px 0 0 0;
}


.castingFilterEditBox.addnew {
  position: relative;
  background-color: #CCA258;
  color: #fff;
    padding: 10px 15px;
}


.castingFilterEditBox .contentrole {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 70%;
  vertical-align: top;
  height: 100%;
  padding: 10px 15px;
}

.castingFilterEditBox .imagerole {
  background-color: #aaa;
  display: inline-block;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30%;
  height: 100%;
}


.castingFilterEditBox {
  display: inline-block;
  float: left;
  width: 210px;
  height: 90px;
  margin: 0 20px 20px 0;
  background-color: #f3f4f5;
  color: #000;
  -webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
  box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
}

.castingFilterEditBox a {
  font-size: 14px;
  color: #000;
  font-size: 11px;
}

.castingFilterEditBox h2 {
  font-size: 11px;
  font-weight: 800;
  border:none;
  margin: 0;
}


.formEntryCastingCriteria{
  height: 100px;
}

.row .col.timeslsitingBox{
  padding: 0 0 15px 0;
  margin-top: 12px;

}

.timeslsitingBox .col{
  min-height: 80px;
}







.accountApplicationsPopup{
  padding: 0;
  overflow: auto;
  position: fixed;
  z-index: 910;
  width: 80%;
  top:0;
  right: 0;
  bottom: 0;
  background-color: #fff;
   -webkit-overflow-scrolling: touch;
}

.accountApplicationsPopupCloseBtn {
  position: fixed;
  left: 18%;
  top: 100px;
  z-index: 915;
}

.sidenav-accountApplications {
  background-color: #000;
}
.sidenav-content {
  padding: 30px 30px;
}

.accountApplicationsPopup .appHeader {
  padding: 30px 60px 50px 40px;
  color: #fff;
}


.accountApplicationsPopup .appsListing {
  padding: 50px 40px 30px 80px;
  color: #000;
}

.talentBox .applciationStatuses{
  padding: 5px 0 0 5px;
  height: 35px;
}


.accountApplicationsMenu h6{
  background-color: #888;
  padding: 12px 10px;
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 12px;
}

.accountApplicationsMenu a{
  width: 100%;
  margin-bottom: 10px;
}

.accountApplicationsMenu h6 a{
  width: auto;
  margin: -5px 0 0 0;
  float: right;
}

.accountApplicationsMenu{
  position: fixed;
  left: 6%;
  top: 200px;
  width: 230px;
  background-color: #ddd;
  padding-bottom: 20px;
  z-index: 930;
   -webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
}

.accountApplicationsMenuItems{
  padding: 10px 20px;
}

.applicationsMobileRow{
  position: relative;
}
.applicationsMobileRow .indicator{
  float: right;
}

.applicationsMobileRow a{
    display: block;

   width: 100%;
   padding: 7px 10px 8px 14px;
}
.appCastingBoxRowaM {
  background-color: #fff3e2;
  border-bottom: 1px solid #fff;
  padding: 10px;
  color: #000;
  position: relative;
}


.artistMenuPortfolio a{
    color: #999;
    font-size: 1.2rem;
    margin-right: 40px;
    position: relative;
}
.artistMenuPortfolio a.active {
  font-size: 2rem;
  color: #444;
}

.artistMenuSettings a{
    color: #999;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.artistMenuSettings a.active {
  font-size: 2rem;
  color: #444;
}

.galleryBoxImage .editBtn, .galleryBoxImage .closeBtn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.galleryBoxImage .changeCatBtn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}

.galleryBoxImage .activeIcon{
  margin: 5px 5px 0 0;
}


.galleryBoxImage {
  display: inline-block;
  position: relative;
  margin: 0 10px 10px 0;
}

.galleryBoxImageHover {
    position: absolute;
    top:0;
    left: 0;
    bottom:20px;
    z-index: 2;
    color: #fff;
    font-size: 11px;
    padding: 20px 0 0 20px;
    display: none;
}

.galleryBoxImageHover .section {
  margin-bottom: 10px;
}

.galleryBoxImageHoverBack {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    bottom: 5px;
    height:100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
    display: none;
}
.brandcolor
{
    top: 6px;
    position: relative;
}
.galleryImage{
  height: 230px;
}

@media only screen and (max-width: 500px) {
  .galleryImage{
    height: auto;
    width: 100%;
  }

  .galleryBoxImage {
    width: 100%;
  }
}

.importantTalentNotification {
  background-color: #000;
  border-left: 5px solid #CCA258;
  color: #fff;

  width: 100%;
  padding: 10px 20px;
  margin-bottom: 15px;
  font-weight: 300;
}



@media only screen and (max-width: 600px) {

  .artistMenuPortfolio {
    margin-top: 25px;
  }

  .artistMenuPortfolio a{
    display: inline-block;
      color: #444;
      background-color: #ddd;
      padding: 5px 10px;
      font-size: 1rem;
      margin: 5px;
  }

  .artistMenuPortfolio a.active {
      font-size: 1rem;
    background-color: #000;
    color: #eee;
  }

  .artistMenuSettings a{
    color: #555;
    background-color: #ddd;
    padding: 5px 10px;
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: 10px;
     margin-right: 10px;
  }
  .artistMenuSettings a.active {
    font-size: 0.9rem;
    background-color: #333;
    color: #eee;
  }

  .adminPopupForm {
    width: 100%;
    height: 100%;
    top: 0;
    background-color: transparent;
    font-size: 12px;
    overflow: hidden;

    -webkit-box-shadow: none;
    box-shadow:none;
  }

  .adminPopupFormBox{
    padding: 0 0 0 0;
    background-color: #fff;
    display: inline-block;
    margin-left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

  }

  .adminPopupFormTabs{

    left: 0;
    top: 0;
    width: 100%;
    display: block;
    clear: both;
    text-align: left;
  }

  .adminPopupFormHeader{
    margin: 45px 0 0 0;
    padding: 20px 10px 10px 5px;
    clear: both;
  }

  .adminPopupFormHeader .adminPopupFormHeaderLinks {
    display: block;
  }

  .adminPopupFormHeader a {
    margin-left: 0;
    margin-right: 15px;
  }

  .adminPopupFormContentSlide {
     padding: 0 7px 50px 7px;
  }


  #filtersContainer{
    padding: 20px 10px 0 10px;
  }

  .castingFilterEditBox {
    display: inline-block;
    float: left;
    width: 45%;
    height: 70px;
    margin: 0 4% 20px 0;
    background-color: #f3f4f5;
    color: #000;
    -webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.33);
  }

  .accountApplicationsPopup {
    width: 100%;
  }

  .accountApplicationsPopup .appHeader {
    padding: 20px 10px 50px 20px;
  }
  .accountApplicationsPopup .appHeader h4 {
    margin-top: 40px;
  }

  .accountApplicationsPopup .appsListing {
     padding: 40px 10px 330px 10px;
  }

  .accountApplicationsPopupCloseBtn {
    left: auto;
    right: 10px;
    top: 10px;

  }
  .accountApplicationsMenu{
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 0;
  }

  .accountApplicationsMenuItems{
    padding: 5px 10px;
  }

  .appHeader #menu_btn_add_report {
    float: left !important;
  }

  .collectionAdminList .rowList{

  font-size: 13px;
}


}

/*talent castimgs*/

.timeChooseBox {
  border: #eee 1px solid;
  position: relative;
  margin: 0;
  display: inline-block;
  float: left;
  width: 80px;
  height: 50px;
  text-align: center;
}

.timeChooseTime{
  position: absolute;
  top: 4px;
  left: 6px;
  color: #999;
  font-size: 11px;
}


.timeChooseBox.active {
  background-color: #fff;
}

.timeChooseBox.inactive {
  background-color: #eee;
  cursor: not-allowed;
}

.timeChooseBox.active:hover {
  background-color: #CCA258;
  color: #fff;
}
.timeChooseBox.active:hover .timeChooseTime {
  color: #fff;
}

.timeChooseBox.active.chosentime{
  background-color: #CCA258;
  color: #fff;
}

.timeChooseBox.active.chosentime .timeChooseTime{
  color:#fff;
}





/*talent castimgs tabls booker*/

.timeChooseBoxB {
  border: #eee 1px solid;
  position: relative;
  margin: 0;
  padding: 0 4px 20px 4px;
  display: inline-block;
  float: left;
  width: 110px;
  height: 65px;
  text-align: left;
  font-size: 11px;
  overflow: auto;
}

.intervalTalent {
  display: inline-block;
  margin-bottom: 20px;
}

.timeChooseTimeB{
  margin-bottom: 5px;
  color: #555;
}

.timeChooseBoxB.active {
  background-color: #fff;
}

.timeChooseBoxB.inactive {
  background-color: #eee;
  cursor: not-allowed;
}

.addToInterval{
  position: absolute;
  top: 2px;
  right: 5px;
}


.callsheet_day_row{
  border: 1px solid #aaa;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.callsheet_day_row_header {
  background-color: #CCA258;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
}


