/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.Notification {
  width: 410px;
  background-color: #ffffff;
  position: fixed;
  right: 0;
  height: 90%;
  z-index: 200;
  padding: 8px 16px;
  margin-right: 70px;
  transition: tranfrom 0.9s ease-out;
}
.Open {
  transform: translateX(0);
}
.Close {
  transform: translateX(-1000%);
}

.spinStyle {
  margin: 20px 0;
  margin-bottom: 20px;
  padding: 30px 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.movieTitle {
	font-weight: bold;
}
.movieTitle span {
	font-weight: lighter;
}
.ageRating {
	border: 1px solid rgba(255,255,255,0.6);
    color: rgba(255,255,255,0.6);
	display: inline-flex;
    white-space: nowrap;
    align-items: center;
    align-content: center;
    padding: 0.06em 4px 0.15em 4px px !important;
    border: 1px solid rgba(0,0,0,0.6);
    color: rgba(0,0,0,0.6);
    line-height: 1;
    border-radius: 2px;
    margin-right: 7px;
}
.release {
	position: relative;
    top: 0;
    left: 0;
}
.genres {
	padding-left: 20px;
    position: relative;
    top: 0;
    left: 0;
}
.genres::before {
	font-size: 1.1em;
    line-height: 1;
    content: '\2022';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 7px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    z-index: -1;
}
.posters {
    height: 200px;
}
.contentInner {
    min-height: calc(100vh - 770px);
    position: relative;
}
.movie {
    position: relative;
}

.movie .container {
    margin-top: 24px;
}
.contentInner {
    min-height: calc(100vh - 770px);
    position: relative;
}

.tab {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.dzu-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 120px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  transition: all 0.15s linear;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.dzu-dropzoneActive {
  background-color: #ffffff;
  border-color: #99b9ff;
}
.dzu-dropzoneDisabled {
  opacity: 0.5;
}
.dzu-dropzoneDisabled *:hover {
  cursor: unset;
}
.dzu-input {
  display: none;
}
.dzu-inputLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #353535;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.dzu-inputLabelWithFiles {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  width: 100%;
  padding: 8px;
  min-height: 24px;
  background-color: #e6e6e6;
  color: #4d4d4d;
  border: none;
  font-family: "Helvetica", sans-serif;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.dzu-previewContainer {
  padding: 20px 3%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 60px;
  z-index: 1;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}
.dzu-previewStatusContainer {
  display: flex;
  align-items: center;
}
.dzu-previewFileName {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.dzu-previewImage {
  width: auto;
  max-height: 40px;
  max-width: 140px;
  border-radius: 4px;
}
.dzu-previewButton {
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 0.9;
  margin: 0 0 2px 10px;
}
.dzu-submitButtonContainer {
  margin: 24px 0;
  z-index: 1;
}
.dzu-submitButton {
  padding: 0 14px;
  min-height: 32px;
  background-color: #7d7675;
  border: none;
  border-radius: 4px;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.dzu-submitButton:disabled {
  background-color: #e6e6e6;
  color: #333333;
  cursor: unset;
}
.ImageStyle {
  width: 350px;
}
@media (max-width: 1720px) {
  .ImageStyle {
    width: 300px;
  }
}
@media (max-width: 1400px) {
  .ImageStyle {
    width: 250px;
  }
}
@media (max-width: 1200px) {
  .ImageStyle {
    width: 200px;
  }
}
@media (max-width: 960px) {
  .ImageStyle {
    width: 150px;
  }
}
@media (max-width: 740px) {
  .ImageStyle {
    width: 75px;
  }
}
.movieTitle {
  font-weight: bold;
}
.movieTitle span {
  font-weight: lighter;
}
.ageRating {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  align-content: center;
  padding: 0.06em 4px 0.15em 4px px !important;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  border-radius: 2px;
  margin-right: 7px;
}
.release {
  position: relative;
  top: 0;
  left: 0;
}
.genres {
  padding-left: 20px;
  position: relative;
  top: 0;
  left: 0;
}
.genres::before {
  font-size: 1.1em;
  line-height: 1;
  content: '\2022';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7px;
  display: inline-flex;
  align-content: center;
  align-items: center;
  z-index: -1;
}

/* mouse over link */
a.video:hover {
  color: #66cc00;
}
/* selected link */
.video:active {
  color: #66cc00;
}

.test {
  background-color: red;
}
.tableHeader .ant-table-thead > tr > th {
  border: 0px;
  vertical-align: top;
}
.tableBody .ant-table-tbody > tr > td {
  border-bottom: 0px;
  vertical-align: top;
  padding-top: 0px;
  padding-bottom: 0px;
}
.customDivider {
  margin-bottom: 0px;
  margin-top: 50px;
  padding-bottom: 0px;
  border-bottom: 1px solid black;
}
.tableBorder {
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-style: solid;
  border-color: black;
  padding: 0in 5.4pt 0in 5.4pt;
  font-family: 'TimesNewRoman';
}
.tableBodyBorder {
  width: 100%;
  margin-left: .9pt;
  margin-bottom: 10px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: black;
  border-collapse: collapse;
}
.displayNone {
  display: none;
}
.tableHeaderBold {
  font-weight: bold;
}

.events {
  margin: 0;
  padding: 0;
  list-style: none;
}
.events .ant-badge-status {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notes-month {
  font-size: 28px;
  text-align: center;
}
.notes-month section {
  font-size: 28px;
}
.steps-content {
  min-height: 400px;
  width: 100%;
  margin-top: 16px;
  padding-top: 80px;
  text-align: center;
  border-radius: 2px;
}
.steps-action {
  margin-top: 24px;
}
.tableHeader .ant-table-thead > tr > th {
  border: 0px;
}
.tableBody .ant-table-tbody > tr > td {
  border-bottom: 0px;
  vertical-align: top;
  padding-top: 0px;
  padding-bottom: 0px;
}
.customDivider {
  margin-bottom: 0px;
  margin-top: 8px;
  padding-bottom: 0px;
  border-bottom: 1px solid #666666;
}
.tableBorder {
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  padding: 0in 5.4pt 0in 5.4pt;
  font-family: 'TimesNewRoman';
  white-space: pre-wrap;
  justify-content: center;
}
.tableBodyBorder {
  width: 100%;
  margin-left: .9pt;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: black;
  border-collapse: collapse;
}
.antDescription {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
}

