@import url("/static/css/bootstrap-4.5.2.min.css");

body {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  height: fit-content;
  overflow-y: scroll;
}

#chaptering-tool-iframe {
  border-style: none;
}

#page-container {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

#video_player {
  justify-content: stretch;
  align-content: stretch;
  height: 100%;
}

#video_player_iframe {
  height: 3000px;
  display: flex;
  align-content: stretch;
  justify-content: stretch;
}

#content .center {
  width: 75%;
}

/* Columns */
.columns:before,
.columns:after {
  content: "";
  display: table;
}

.columns:after {
  clear: both;
}

.columns {
  overflow: hidden;
}

.column {
  float: left;
}

.nine-tenths-column {
  width: 97.5%;
}

.six-sevenths-column {
  width: 83%;
}

.three-quarters-column {
  width: 100%;
}

.one-tenth-column {
  width: 2%;
}

.one-seventh-column {
  width: 15%;
}

.one-quarter-column {
  width: 20%;
}

.one-half-column {
  width: 49%;
}

.two-thirds-column {
  width: 65%;
}

.one-third-input-column {
  width: 40%;
  /*min width accomodates required drop downs for residential real estate*/
  min-width: 106px;
}

.two-thirds-input-column {
  width: 50%;
}

/* End Columns */
.background-column {
  border-left: none;
  border-bottom: none;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-content: stretch;
  width: 100%;
}

.blue1 {
  background-color: #0061aa;
}

.blue2 {
  background-color: #0099fe;
}

.blue3 {
  background-color: #80d8ff;
}

.circle-letter {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

.close-icon {
  margin-top: -2px;
}

.description-field {
  width: 98%;
  height: 250px;
}

.details {
  color: #999999;
}

.fa.fa-times {
  font-size: 15px;
  color: #000;
}

.form-heading {
  font-size: 1.25em;
  padding-top: 25px;
  clear: both;
  font-weight: 400;
}

.form-upload {
  background-color: #eaebf0;
  margin: 2px;
  padding: 0px 20px;
}

.input-box {
  height: 70px;
}

.input-radio-box {
  height: 60px;
}

.input-dropdown-box {
  width: 92%;
  position: relative;
  height: 70px;
}

.larger-input-box {
  height: 90px;
}

.left-form {
  padding: 10px 10px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.letter {
  padding-left: 9px;
  margin-top: 7px;
  color: #ffffff;
  font-size: 17px;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
}

.tooltip-letter {
  padding-left: 1px;
  margin-top: 10px;
  color: #ffffff;
  font-size: 17px;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
}

.letter-margin {
  margin-left: 30px;
}

.letter-margin-first {
  margin-left: 10px;
}

.notice-box {
  padding: 0px 20px;
}

.notice-details {
  color: #999999;
}

.notice-heading {
  color: #ff3300;
  font-size: 1.1em;
  font-weight: 400;
}

.red-buttons {
  color: #fff !important;
  background-color: #ff3300;
  border-radius: 14px;
  display: inline-block;
  padding: 10px 50px;
  text-decoration: none !important;
  cursor: pointer;
}

a.red-buttons {
  color: #fff !important;
  display: inline-block;
  padding: 10px 50px;
  text-decoration: none !important;
}

.right-form {
  background-color: #eaebf0;
  padding: 10px;
}

.status-text {
  visibility: hidden;
  text-align: right;
}

.sidebar-header {
  font-weight: 400;
  font-size: 15px;
  color: #0a0a0a;
}

.sidebar-paragraph {
  color: #999999;
}

.sidebar-section {
  margin-top: 20px;
}

.sidebar-title {
  display: inline;
  font-weight: 400;
  color: #050505;
}

.status-bar-text {
  color: #999999;
}

.styled-select + select {
  background: transparent;
  width: 100%;
  padding: 5px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  padding-right: 10px;
  position: absolute;
  outline: none;
  outline-offset: none;
  /*'top' provides padding to accomodate title text.
        Value must change to accomodate larger titles*/
  top: 16px;
  left: 0;
  font-size: 16px;
}

.styled-select select:focus {
  outline: none;
  outline-offset: none;
}

.styled-select {
  display: inline-block;
  width: 99%;
  height: 30px;
  overflow: hidden;
  background: #eaebf0;
  background: url("/static/images/arrow-triangle-down-light.png") no-repeat
    right #eaebf0;
  background-position: 97%;
  vertical-align: top;
}

.social-table-row {
  border-bottom: 0px;
}

.top-heading {
  margin-left: 20px;
  margin-right: 10px;
}

.upload-box {
  border: 3px dashed #c9c9c9;
  border-radius: 5px;
  padding: 45px 25px;
  color: #ea2926;
  margin-bottom: 10px;
}

.upload-input {
  background-color: #eaebf0;
}

.upload-form-box {
  border-bottom: 2px solid #eaebf0;
  padding-bottom: 25px;
  margin-top: 15px;
  background: #eaebf0;
}

.upload-form-box:last-of-type {
  border-bottom: none;
}

.upload-playlist-box {
  border-top: 2px solid #eaebf0;
  border-bottom: 2px solid #eaebf0;
  padding-bottom: 25px;
  margin-top: 15px;
}

input[name="forward_url"] {
  background: #eaebf0;
}

input[type="radio"] {
  display: none;
}

input[type="checkbox"] {
  display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  margin-right: 5px;
}

input[type="radio"] + label span,
input[type="checkbox"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"] + label span,
input[type="checkbox"] + label span {
  background-color: #eaebf0;
}

input[type="radio"]:checked + label span span,
input[type="checkbox"]:checked + label span span {
  height: 7px;
  width: 7px;
  background-color: #0099fe;
  border-radius: 50%;
  margin: 0px 2px 3px 4px;
}

input.upload-input {
  border: none;
}

input.upload-input:focus {
  outline: 2px solid #80d8ff;
  outline-offset: -2px;
}

input.input-size {
  width: 71px;
  height: 25px;
  margin-right: 4px;
  border: solid;
  border-color: #aaaaaa;
  border-width: 1px;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
}

textarea.upload-input {
  border: none;
}

textarea.upload-input:focus {
  outline: 2px solid #80d8ff;
  outline-offset: -2px;
}

[name="update-upload"],
[name="update-details"] {
  background-color: #fff;
  display: none;
  width: 100%;
}

#add-details {
  color: #0099fe;
  font-weight: 400;
}

#add-details:hover {
  cursor: pointer;
}

#forwarding-error {
  margin-right: 5px;
}

/*#upload-file center { pointer-events: none; }*/
#upload-file center a {
  pointer-events: auto;
}

#upload-file {
  font-size: 12px;
  color: #ff3300;
}

#upload #icon {
  color: gray;
  cursor: pointer;
  font-size: 12em;
}

#upload #dnd {
  color: #999;
  justify-content: center;
  align-items: center;
  display: flex;
}

#upload-form {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
}

/* Upload File: Cloud Services */
#cloud-services-message {
  clear: both;
}

#cloud-services h2,
.cloud-service-name {
  font-size: 20px;
  font-weight: 500;
  color: #646464;
}

.dropbox,
.google_drive {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 10px 10px 10px;
}

.cloud-service-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#cloud-services {
  padding-bottom: 20px;
}

.google_drive_image {
  height: 50px;
  width: 50px;
  background-image: url("/static/images/grey-google-drive-100.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.google_drive_image:hover {
  height: 50px;
  width: 50px;
  background-image: url("/static/images/google-drive-100.png");
}

.dropbox_image {
  height: 50px;
  width: 50px;
  background-image: url("/static/images/grey-dropbox-100.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.dropbox_image:hover {
  height: 50px;
  width: 50px;
  background-image: url("/static/images/dropbox-100.png");
}

#cloud-services a {
  line-height: 50px;
}

.percent {
  padding-right: 6px;
}

#upload-file #progress .filename,
#upload-file #progress .left {
  text-align: left;
}

#upload-file #progress .filename a {
  margin-left: 10px;
}

form {
  font-size: 13px;
  border: none;
}

/*form input[type=text] { width: 680px }*/
form textarea {
  height: 75px;
  /*width: 680px;*/
}

form p {
  margin: 15px 0;
}

form .required:before {
  content: "* ";
  color: #ff3300;
}

form .details {
  font-size: 12px;
}

form .complete {
  background-color: #b6e2c3;
}

form .nomargin {
  margin-top: 0;
}

#upload-status {
  font-size: 12px;
}

#upload-status #progress {
  margin-bottom: 10px;
}

#upload-status #percent {
  font-weight: 400;
}

#forwarding-check {
  display: none;
}

#forwarding-edit {
  background: #ffffff;
}

.social td.detail {
  padding-top: 10px;
}

#save_container {
  cursor: pointer;
}

.copyright_warning {
  border-top: 2px solid #eaebf0;
  border-bottom: 2px solid #eaebf0;
  padding: 20px 100px;
  color: #999;
  font-size: 12px;
}

.show {
  display: inline;
}

/* Toggle Switch */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 40px;
  height: 20px;
  background-color: #cdcdcd;
  border-radius: 30px;
  position: absolute;
  /* top: 0px; */
  /* z-index: -1; */
}

#distribution-table input.cmn-toggle-round + label {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #d2d2d2;
  border-radius: 40px;
  transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 19px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #80d8ff;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 22px;
}

input.fake-round + label:before {
  background-color: #fdfdfd;
}

input.fake-round + label {
  background-color: #e1e1e1;
}

/* End Toggle Switch */
/* Media Queries */
@media (max-width: 1350px) {
  #content .center {
    width: 80%;
  }
}

@media (max-width: 1180px) {
  #content .center {
    width: 85%;
  }
}

@media (max-width: 1150px) {
  #content .center {
    width: 90%;
  }
}

@media (max-width: 1040px) {
  #content .center {
    width: 95%;
  }
}

@media (max-width: 1000px) {
  .one-quarter-column.left-form.column {
    width: 95%;
    border-right: 5px solid #cdcdcd;
  }

  .three-quarters-column.right-form.column {
    width: 95%;
  }
}

.tip-traffic-generation {
  margin-top: 15px;
}

.tooltip-box {
  position: absolute;
  background-color: #ffffff;
  width: 212px;
  border-radius: 0px;
  padding: 0px;
  box-shadow: 0px 0px 12px #a9a9a9;
  display: none;
}

.tooltip-box {
  padding: 10px;
  z-index: 100;
}

.tooltip-box:after,
.tooltip-box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip-box:after {
  border-color: rgba(128, 128, 128, 0);
  border-left-color: #ffffff;
  border-width: 20px;
  margin-top: -20px;
}

.tooltip-box:before {
  border-color: rgba(128, 128, 128, 0);
  border-left-color: rgba(128, 128, 128, 0.2);
  border-width: 22.6px;
  margin-top: -22.6px;
}

.tooltip-content {
  color: #000000;
  background-color: #ffffff;
  padding: 6.6px;
}

#main-section .upload,
#upload-status {
  background: #ffffff;
  padding: 5px 0;
  margin-bottom: 2px;
  margin-top: 2px;
}

.upload table,
#details table {
  border-collapse: initial;
}

.status-text {
  display: inline-block;
  color: #999999;
}

.upload-file strong,
.upload-file .upload-file-message {
  color: #999999;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.pbar {
  width: 98%;
  float: left;
}

h1,
h2,
h3,
b,
strong {
  font-weight: 500;
}

.deleteVideoAndTitleColumn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file_upload_progress {
  padding-top: 10px;
  padding-bottom: 10px;
  word-break: break-all;
  flex:1;
}

.file_upload_progress .progress {
  height: 10px;
}

.uploadCompleteAndSavedMessage {
  margin-bottom: 40px;
  text-align: center;
}

.progress-bar-row {
  align-items: center;
}

.cancel {
  justify-content: flex-end;
  display: flex;
}

.cancel-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cancel-text {
  padding-right: 3px;
}
.cancel .btn-link {
  color: #ff3300;
}

.cancel .btn-link:hover {
  color: #ff3300;
}

#inactive-staus {
  padding-left: 20px;
}
@media all and (max-width:768px){
  .container-fluid{
    padding:0 !important;
    margin:0 !important;
  }
}


.video_preview_title_on_EU {
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  word-break: break-all;
  flex: 1;
}

.replaceColumn{
  text-align: end;
}

.redLink {
  color: #ff3300 !important;
}

#video_status_text {
  color: #0061aa;
}
.ways_to_upload_text {
  text-align: center;
}
.video_submit_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.side-menu {
  display: flex;
  flex-direction: row;
}
.sidemenutopclass {
  justify-content: center;
  align-items: center;
}
#sidemenu a {
  font-weight: 300 !important;
  color: #000000;
  font-size: 18px;
}
.menuLink:hover {
  text-decoration: underline !important;
}
.disabled .menuLink:hover {
  text-decoration: none !important;
  cursor: auto;
  color: #ccc;
}
.disabled .menuLink {
  text-decoration: none !important;
  cursor: auto;
  color: #ccc;
}
.disabled .menuLink:hover {
  text-decoration: none !important;
}
.placeHolderImage {
  width: 100%;
  height: 100%;
}
.underline {
  text-decoration: underline !important;
}
.hide {
  display: none;
}
.video-status {
  justify-content: end;
  display: flex;
  padding: 0px !important;
}
.cancel-upload {
  display: flex;
  align-items: center;
}
.cancel-btn {
  padding: 0px !important;
}
.cancel {
  padding: 0px;
}

.grey-box {
  background-color: #f9f9f9;
  box-shadow: rgb(208, 208, 208) 1px 1px 6px 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  border-radius: 3px;
  margin-top: 5px;
}
.analytics-center {
  background-color: white;
}
.videoViews {
  padding-top: 25px;
}

.videoPlayer {
  padding: 0px !important;
}

.alertOnEU {
  padding: 0px !important;
}

.trash_icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-size: contain;
  background-position-y: center;
  background-repeat: no-repeat;
}

.deleteVideoAndTitle {
  align-items: center;
}

.centerLogo {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-bottom: 20px;
}

.logoSize {
  max-height: 150px;
  margin-top: 20px;
}

.trash_icon_ET {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-size: contain;
  background-position-y: center;
  background-repeat: no-repeat;
}
.replace_icon_ET {
  width: 30px;
  height: 25px;
  cursor: pointer;
  background-size: contain;
  background-position-y: center;
  background-repeat: no-repeat;
}

.itemNavBarTrashIcon {
  display : flex;
  margin-right: 1rem;
  margin-left: 1rem;
}
.itemNavBarReplaceIcon {
  display : flex;
  margin-right: 1rem;
  margin-left: 1rem;
}
.st1{fill:none;stroke:#B1B1B1;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;}
.sty2{fill:none;stroke:#B1B1B1;stroke-width:5;stroke-miterlimit:10;}
.itemNavBarTrashIcon:hover .st1 {
  stroke: #000000;
}
.itemNavBarReplaceIcon:hover .sty2 {
  stroke: #000000;
}
