#global-sidebar .topbar a.updates {
  display: none;
}

#header {
  background: #333f4d;
}

html, body,
#nav li a.sel {
  background: #f1f2f3;
}

h1 {
  color: #da5a47;
}

.btn.submit {
  background: #da5a47;
}
.btn.submit:not(.disabled):not(.inactive):hover, .btn.submit:not(.disabled):not(.inactive).hover {
  background: #c63c28;
}
.btn.submit:not(.disabled):not(.inactive):active, .btn.submit:not(.disabled):not(.inactive).active {
  background: #9c2f1f;
}

body.currentsection-entries #extra-headers .btngroup div.btn.submit.menubtn {
  display: none;
}
body.currentsection-entries .grid > .item:first-child {
  width: 100% !important;
}
body.currentsection-entries .grid > .item.last {
  display: none !important;
}
body.currentsection-entries.userlevel-admin .grid > .item:first-child {
  width: 66.6667% !important;
}
body.currentsection-entries.userlevel-admin .grid > .item.last {
  display: block !important;
}
body.currentsection-entries div.redactor-static div.datetimewrapper input,
body.currentsection-entries div.redactor-static div.redactor-styles {
  background-color: #F8F8F8 !important;
}
body.currentsection-entries div.redactor-highlight div.datetimewrapper input,
body.currentsection-entries div.redactor-highlight div.redactor-styles,
body.currentsection-entries div.redactor-highlight ul.redactor-toolbar {
  background-color: #FFFFDD !important;
}
body.currentsection-entries .matrixblock .titlebar {
  padding-left: 15px;
}
body.currentsection-entries.usergroup-receivingDepartment .matrixblock .titlebar, body.currentsection-entries.userlevel-admin .matrixblock .titlebar {
  padding-left: 33px;
}
body.currentsection-entries.usergroup-receivingDepartment:not(.usergroup-theaterStaff) #fields-company-field,
body.currentsection-entries.usergroup-receivingDepartment:not(.usergroup-theaterStaff) #fields-runningTime-field,
body.currentsection-entries.usergroup-receivingDepartment:not(.usergroup-theaterStaff) #fields-subtitles-field,
body.currentsection-entries.usergroup-receivingDepartment:not(.usergroup-theaterStaff) #fields-techSpecs-field,
body.currentsection-entries.usergroup-receivingDepartment:not(.usergroup-theaterStaff) #fields-fileSize-field,
body.currentsection-entries.usergroup-receivingDepartment:not(.usergroup-theaterStaff) #fields-kdmFile-field,
body.currentsection-entries.usergroup-receivingDepartment:not(.usergroup-theaterStaff) #fields-kdmButtons-field,
body.currentsection-entries.usergroup-receivingDepartment:not(.usergroup-theaterStaff) #fields-theaterStaffNotes-field,
body.currentsection-entries.usergroup-receivingDepartment:not(.usergroup-theaterStaff) #fields-techReviewNotes-field,
body.currentsection-entries.usergroup-receivingDepartment:not(.usergroup-theaterStaff) #fields-projectionistNotes-field {
  display: none;
}
body.currentsection-entries #fields-alerts-field .heading {
  display: none;
}
body.currentsection-entries div#revision-btn {
  display: none;
}
body.currentsection-entries.usergroup-theaterStaff div#revision-btn, body.currentsection-entries.userlevel-admin div#revision-btn {
  display: inline-block;
}
body.currentsection-entries #fields-kdmFile-field a.delete.icon {
  display: none;
}
body.currentsection-entries.usergroup-theaterStaff #fields-kdmFile-field a.delete.icon, body.currentsection-entries.usergroup-techReview #fields-kdmFile-field a.delete.icon, body.currentsection-entries.userlevel-admin #fields-kdmFile-field a.delete.icon {
  display: inline-block;
}
body.currentsection-entries #fields-iftaAdminNotes-field {
  display: none;
}
body.currentsection-entries.usergroup-iftaAdmins #fields-iftaAdminNotes-field, body.currentsection-entries.userlevel-admin #fields-iftaAdminNotes-field {
  display: block;
}
body.currentsection-entries #fields-screeningSchedule-field .superTableContainer th:nth-child(2),
body.currentsection-entries #fields-screeningSchedule-field .superTableContainer td:nth-child(2),
body.currentsection-entries #fields-screeningSchedule-field .superTableContainer th:last-child,
body.currentsection-entries #fields-screeningSchedule-field .superTableContainer .super-table-action {
  display: none;
}
body.currentsection-entries #fields-screeningSchedule-field .superTableContainer div.btn.add.icon {
  display: none;
}
body.currentsection-entries.usergroup-projectionists #fields-kdmFile-field .btn.add.icon.dashed {
  display: none;
}
body.currentsection-entries.usergroup-theaterStaff #fields-techSpecs-field td.action a,
body.currentsection-entries.usergroup-theaterStaff #fields-techSpecs-field div.btn {
  display: none;
}
body.currentsection-entries .fancybox-inner {
  width: inherit !important;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  color: #cccccc;
  background-color: #222222;
  padding: 14px 16px;
}
body.currentsection-entries .fancybox-title {
  padding: 0 6px 8px;
}
body.currentsection-entries .fancybox-close {
  top: 14px;
  right: 15px;
  z-index: 10000;
}
body.currentsection-entries .fancybox-nav {
  width: 60px;
}
body.currentsection-entries .fancybox-nav span {
  visibility: visible;
}
body.currentsection-entries .fancybox-prev {
  left: -75px;
}
body.currentsection-entries .fancybox-next {
  right: -75px;
}

body.currentpage-entries .content.has-sidebar:not(.hiding-sidebar),
body.currentpage-entries-films .content.has-sidebar:not(.hiding-sidebar) {
  margin-left: 0px;
}
body.currentpage-entries .content.has-sidebar:not(.hiding-sidebar) .sidebar,
body.currentpage-entries-films .content.has-sidebar:not(.hiding-sidebar) .sidebar {
  display: none;
}
body.currentpage-entries table.screening-schedule,
body.currentpage-entries-films table.screening-schedule {
  width: 700px;
  border: 1px solid #333333;
}
body.currentpage-entries table.screening-schedule.has-alert td,
body.currentpage-entries-films table.screening-schedule.has-alert td {
  background-color: #fef0a2;
}
body.currentpage-entries table.screening-schedule th,
body.currentpage-entries-films table.screening-schedule th {
  background-color: #eeeeee;
}
body.currentpage-entries table.screening-schedule th:not(:first-child),
body.currentpage-entries table.screening-schedule td:not(:first-child),
body.currentpage-entries-films table.screening-schedule th:not(:first-child),
body.currentpage-entries-films table.screening-schedule td:not(:first-child) {
  width: 66px;
  text-align: center;
}
body.currentpage-entries table.screening-schedule th:first-child,
body.currentpage-entries table.screening-schedule td:first-child,
body.currentpage-entries-films table.screening-schedule th:first-child,
body.currentpage-entries-films table.screening-schedule td:first-child {
  padding-left: 10px;
}
body.currentpage-entries table.screening-schedule th:last-child,
body.currentpage-entries table.screening-schedule td:last-child,
body.currentpage-entries-films table.screening-schedule th:last-child,
body.currentpage-entries-films table.screening-schedule td:last-child {
  padding-right: 10px;
}
body.currentpage-entries table.screening-schedule span,
body.currentpage-entries-films table.screening-schedule span {
  display: none;
}
@media screen and (max-width: 1220px) {
  body.currentpage-entries table.screening-schedule,
body.currentpage-entries-films table.screening-schedule {
    width: 540px;
  }
  body.currentpage-entries table.screening-schedule tr:first-child,
body.currentpage-entries-films table.screening-schedule tr:first-child {
    display: none;
  }
  body.currentpage-entries table.screening-schedule span,
body.currentpage-entries-films table.screening-schedule span {
    position: absolute;
    left: 3px;
    display: block;
  }
  body.currentpage-entries table.screening-schedule td:not(:first-child),
body.currentpage-entries-films table.screening-schedule td:not(:first-child) {
    border-top: 1px solid #e3e5e8;
  }
  body.currentpage-entries table.screening-schedule td:first-child,
body.currentpage-entries-films table.screening-schedule td:first-child {
    text-align: center;
    background: #eeeeee;
    font-weight: bold;
  }
  body.currentpage-entries table.screening-schedule tr,
body.currentpage-entries-films table.screening-schedule tr {
    padding: 0;
    border-bottom: 1px solid #e3e5e8;
  }
}
@media screen and (min-width: 481px) and (max-width: 560px) {
  body.currentpage-entries table.screening-schedule,
body.currentpage-entries-films table.screening-schedule {
    width: 430px;
  }
}
@media screen and (max-width: 480px) {
  body.currentpage-entries table.screening-schedule,
body.currentpage-entries-films table.screening-schedule {
    width: 282px;
  }
}

body.currentpage-globals-syncScreenings .buttons {
  display: none;
  width: 200px;
  margin-top: 10px;
}
body.currentpage-globals-syncScreenings .trigger-loader {
  font-size: 10px;
  margin: 20px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #000000 10%, rgba(0, 0, 0, 0) 42%);
  background: linear-gradient(to right, #000000 10%, rgba(0, 0, 0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
body.currentpage-globals-syncScreenings .trigger-loader:before {
  width: 50%;
  height: 50%;
  background: #000000;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
body.currentpage-globals-syncScreenings .trigger-loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.currentpage-afmcalendar {
  /*
   * 30 min. increments - 22px
   * Long runtime - height: 101px !important;
   */
}
body.currentpage-afmcalendar #screening-100 {
  height: 101px !important;
}
body.currentpage-afmcalendar #screening-200,
body.currentpage-afmcalendar #screening-202 {
  height: 123px !important;
  /* 3 hrs */
}
body.currentpage-afmcalendar #screening-201,
body.currentpage-afmcalendar #screening-203 {
  display: none;
}

body:not(.userlevel-admin):not(.usergroup-iftaAdmins) li#nav-zenbu {
  display: none;
}
body .faux-incognito {
  background: #fafafa;
  box-shadow: none;
  opacity: 0.8;
}

/*# sourceMappingURL=cp.css.map */
