/* ------------------
------ CANVAS -------
------------------ */
.show-content .page-title {
  display: none !important;
}

.container {
  width: auto;
}

.mobileLogin-Header {
  background-image: url("https://apps.univesp.br/novotec/common/logo-via-rapida.png");
  background-size: 200px 120px;
}

.panel {
  max-height: none !important;
}

a#global_nav_conversations_link {
display: none;
}  /* ------------ Remove o menu caixa de entrada global ------------  */

a#global_nav_calendar_link {
    display: none;
}  /* ------------ Remove o menu calendário global ------------  */

a.external.insertAudio .ui-icon-extlink {
display:none
}   /* ------------ Remove o icon de site externo quando tem um audio no link ------------  */

span.external.insertAudio .ui-icon .ui-icon-extlink {
display: none;
width: 0;
}  /* ------------ Remove o icon de site externo quando tem um audio no link ------------  */

.module-sequence-footer-button--next {
  display: none;
} /* ------------ Remove o botão avançar na pagina das unidades ------------  */

.module-sequence-footer-button--previous{
  display: none;
}/* ------------ Remove o botão voltar na pagina das unidades ------------  */

/* ------------------
----- NOVOTEC ------
------------------ */
html {
  scroll-behavior: smooth;
}

.novotec {
  text-align: left !important;
  max-width: 90% !important;
}

.novotec-inicial {
  flex-basis: 90.66667% !important;
  text-align: left !important;
  max-width: 90% !important;
}

.prismCanvas>div {
  width: 70px;
  padding: 1% 4%;
  background-color: #f64952;
  color: white;
  font-family: 'Open Sans', 'Verdana', 'sans-serif';
  cursor: pointer;
  margin: 5px 0px;
}

/* Menu dos textos do Canvas */
.menuAncorasCanvas> :nth-child(2) {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.menuAncorasCanvas {
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 25%;
  left: 265px;
  z-index: 99;
}

.menuAncorasCanvas a {
  width: 140px;
  color: white;
  background-color: #e64560;
  text-decoration: none !important;
  text-align: center;
  padding: 5% 1%;
  border-bottom: 1px solid white;
  position: relative;
  margin: 0px !important;
  display: none;
}

.menuAncorasCanvas span {
  background-color: #e64560;
  width: 18px;
  height: 27px;
  color: white;
  border-right: white 1px solid;
  padding: 5.5px;
  cursor: pointer;
}

/* ------------------
------- GERAL -------
------------------ */
.nome {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}

.home {
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.center-block {
  margin: auto;
  display: block;
}

.text-uppercase {
  text-transform: uppercase;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

.textarea {
  display: block !important;
  }


  /* ---- class sebrae - Box informativo de bloqueio de conteúdo ----- */

  .sebrae{
     color: #721c24;
     width: 700px;
     height: auto;
     margin-top: 40px;
     border-radius: 5px;
   }
   .sebrae p{
     padding-left: 20px;
     font-size: 1.1em;
     color: #721c24;
   }
   .sebrae h1{
     padding-left: 20px;
     padding-top: 5px;
   }
   .sebrae hr{
     border: 1px solid #f5c6cb;
     width: 650px;
     margin-left: 20px;
   }

  /* ---- IMAGEM ZOOM ----- */

  /* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}


/* tela de login mobile provisória*/
.modal.no-headers.primary-nav-expanded.webkit.chrome.no-touch,.modal.no-headers.primary-nav-expanded.webkit.safari.ff.no-touch{
  background-color: white!important;
}

.modal.no-headers.primary-nav-expanded.webkit.chrome.no-touch h2, .modal.no-headers.primary-nav-expanded.webkit.safari.ff.no-touch h2{
  position: relative;
}

.modal.no-headers.primary-nav-expanded.webkit.chrome.no-touch h2::before, .modal.no-headers.primary-nav-expanded.webkit.safari.ff.no-touch h2::before{
  color: black;
  display: block;
  content: url(https://apps.univesp.br/novotec/common/logo-via-rapida.png);
  position: absolute;
  top: -140px;
}
/* tela de login mobile provisória*/



/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


/* ----  ----- */



/* ---- Tabs ----- */
* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a.aba {
  text-decoration: none !important;
  color: black;
  background-color: #00a29a;
}

.tabs-container {
  max-width: 1000px;
  margin: 50px auto;
  padding: 15px 0px 5px 0px;
}

.tabs {
  display: flex;
  margin: 0 0 0 0;
}

.tabs li:not(:last-child) {
  margin-right: 7px !important;
}

.tabs li a {
  display: block !important;
  position: relative !important;
  top: 4px !important;
  padding: 10px 25px !important;
  border-radius: 2px 2px 0 0 !important;
  background-color: #00a29a;
  color: white;
  opacity: 0.7;
  transition: all 0.1s ease !important;
}

.tabs li.active a,
.tabs li a:hover {
  opacity: 1 !important;
  top: 0 !important;
  background-color: #01a29a !important;
}

.tabs-content {
  position: relative !important;
  z-index: 2 !important;
  padding: 25px !important;
  border-radius: 0 4px 4px 4px;
  background: white;
  border: 2px solid #01a29a !important;
}

.tabs-panel {
  display: none;
}

.tabs-panel.active {
  display: block;
}

.tabs-panel p+div {
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  .tabs {
    flex-direction: column !important;
  }

  .tabs li {
    width: 100% !important;
  }

  .tabs li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 3px;
  }

  .tabs li a {
    border-radius: 0 !important;
    top: 0 !important;
  }

  .tabs li.active a.aba::before {
    content: "•" !important;
    padding-right: 5px !important;
  }

  .tabs-content {
    border-radius: 0 !important;
  }
}

/* --- Lista --- */
ul, ol {
  list-style: none;
  list-style-type: none;
  counter-reset: li
}

.number li::before {
  content: "."counter(li);
  color: #01A29A;
  display: inline-block;
  width: 1em;
  font-weight: 600;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
  counter-increment: li;
}

.number li {
  counter-increment: auto;
}

.bullets li::before {
  content: "•";
  color: #01A29A;
}

.bullets li::before {
  content: "•";
  color: #01A29A;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ol.i {
  counter-reset: roman;
}

.i li::before {
  counter-increment: roman;
  content: "."counter(roman, upper-roman);
  color: #01A29A;
  display: inline-block;
  width: 1em;
  font-weight: 600;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

ol.a {
  counter-reset: alpha;
}

.a li::before {
  counter-increment: alpha;
  content: "."counter(alpha, lower-alpha);
  color: #01A29A;
  display: inline-block;
  width: 1em;
  font-weight: 600;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

/* --- Textarea --- */
.collapse-cx-curta {
  display: none;
  color: #ff0000;
  font-size: 14pt;
  font-weight: lighter;
  margin-bottom: 20px;
}

.form-cx-curta {
  display: block;
  width: 95%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: #ccc .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Botão Mostrar Gabarito */
.botao-enviar-gabarito {
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-color: #ed3a47;
  text-decoration: none;
  box-shadow: 2px 2px 8px #888888;
  border-radius: 3px;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.botao-enviar-gabarito:hover {
  background-color: #d33338;
  box-shadow: 4px 4px 10px #888888;
}

.resposta {
  display: none;
  color: red;
}

/* --- Flip --- */
.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* --- Flexbox --- */
.flex {
  display: flex
}

.flex-start {
  align-self: flex-start
}

.flex-nowrap {
  flex-wrap: nowrap
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-align-start {
  align-items: flex-start
}

.flex-align-center {
  align-items: center
}

.flex-align-end {
  align-items: flex-end
}

.flex-justify-between {
  justify-content: space-between
}

.flex-justify-around {
  justify-content: space-around
}

.flex-justify-center {
  justify-content: center
}

.flex-justify-start {
  justify-content: flex-start
}

.flex-justify-end {
  justify-content: flex-end
}

/* --- accordion ---


.ui-state-default .ui-icon {
background-image: none;
content: '\02795';
    font-size: 13px;
    color: black;
    float: left;
	margin-top: 0.5%;
    margin-left: 5px;
}

.ui-state-default, .ui-widget-header .ui-state-default {
    background-image: none;
	border: none;
    background-color: #f5f9e4;
}

.ui-state-active, .ui-progressbar .ui-widget-header, .ui-widget-header .ui-state-active, .ui-widget-header .ui-progressbar .ui-widget-header, .ui-progressbar .ui-widget-header .ui-widget-header {

background-image: none;
	border: none;
    background-color: #e9f1c9;

}

. ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
background-image: none;
background-color:#e9f1c9;
border-color:#ddd;color:#333;
text-shadow:0 1px 0 #f3f3f3;
}

.ui-widget-content {
	border: none;

}

/*
.accordion {
  background-color: #f5f9e4;
  color: #444;
  cursor: pointer;
  padding: 9px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion p {
 font-size: 1.8rem !important;
  font-weight: normal !important;
}

.ativo, .accordion:hover {
  background-color: #e9f1c9;
}*/
/* Estilo do painel de acordeão. Nota: oculto por padrão */
/*
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}*/
/*
.accordion:after {
  content: '\02795'; /* Caractere Unicode para sinal "mais" (+)
  font-size: 13px;
  color: black;
  float: right;
  margin-left: 5px;
  margin-top: -5%;
}*/
/*
.ativo:after {
  content: "\2796"; /* Caractere Unicode para sinal menos (-)
} */
/* --- PÁGINA INICIAL --- */
/* --- Banner --- */
.banner {
  padding: 0.5rem;
  position: relative;
  margin-top: 15px;
}

.banner span {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.banner h1 {
  font-weight: bold;
  text-align: center;
  z-index: 1;
  padding: 2rem;
  letter-spacing: 5px;
}

.banner img {
  max-width: 180px !important;
  height: auto;
  transform: scale(1.5);
}

/* --- Seção --- */
.secao, .box {
  margin-top: 2rem
}

.secao .titulo img {
  margin-right: 1rem;
  width: 48px;
  height: auto;
}

.secao img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100% !important;
  height: auto;
}

.box {
  border: 2px solid #01a29a;
  padding: 1rem;
}

.box h2 {
  font-size: 1.2rem;
  font-weight: bold;
}

.box>.icon {
  max-width: 40px !important;
  height: auto;
  margin-right: 1rem;
  margin-top: .5rem;
}

/* --- Item --- */
.btn-botao {
  text-transform: none;
  text-align: center;
  text-decoration: none;
  background-color: #f2f2f2;
  color: black;
  border-radius: 3px;
  border: 1px solid;
  border-color: #C7CDD1;
  padding: 10px;
  cursor: pointer;
  max-width: 50%;
  height: auto;
  margin: 1px;
  display: inline-block;
  transition: all 0.25s;
}

.btn-botao:hover {
  -moz-box-shadow: inset 0 0 1px #000000;
  -webkit-box-shadow: inset 0 0 1px #000000;
  box-shadow: inset 0 0 15px rgba(136, 136, 136, 0.3);
}

.btn-botao a {
  text-decoration: none !important;
  color: black
}

.btn-item {
  display: flex;
  align-items: flex-start;
  color: black;
  text-decoration: none !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.btn-item:hover, .btn-item:focus {
  color: black !important
}

.btn-item i {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  margin-right: 1rem;
  background-color: lightgray;
  color: white;
  border-radius: 50%;
  transition: .25s all;
}

.btn-item:hover i, .btn-item:focus i {
  transform: translateY(-2px);
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.15);
}

.btn-item h3 {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
}

.btn-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}

.btn-item:hover h3, .btn-item:focus h3 {
  text-decoration: underline
}

.btn-item>div * {
  margin: 0
}

sup {
  left: 0.5em;
  margin-top: 2%;
  float: left;
}

/* --- PÁGINA INTERNA --- */
.titulo .etiqueta {
  font-size: 1rem;
  display: inline-block;
  padding-right: .2rem;
  padding-left: .2rem;
  margin: 0;
}

/* ------------------
------- CORES -------
------------------ */
.bgcolor-principal {
  background-color: #EC5691 !important;
  color: white !important;
}

.bgcolor-Mediadores {
  background-color: #96a853 !important;
  color: white !important;
}

.bgcolor-atividade-aval {
  background-color: #EC5691 !important;
  color: white !important;
}

.bgcolor-atividade-compl {
  background-color: #2364B4 !important;
  color: white !important;
}

.bgcolor-ampliando {
  background-color: #4E9AC4 !important;
  color: white !important;
}

.bgcolor-voce-comando {
  background-color: #00847D !important;
  color: white !important;
}

.bgcolor-exercicio {
  background-color: #ADBF62 !important;
  color: white !important;
}

.bgcolor-discussao {
  background-color: #01AFA6 !important;
  color: white !important;
}

.bgcolor-material {
  background-color: #11CCBA !important;
  color: white !important;
}

.color-principal {
  color: #EC5691 !important
}

.color-atividade-aval {
  color: #EC5691 !important
}

.color-atividade-compl {
  color: #2364B4 !important
}

.color-ampliando {
  color: #4E9AC4 !important
}

.color-voce-comando {
  color: #00847D !important
}

.color-exercicio {
  color: #ADBF62 !important
}

.color-discussao {
  color: #01AFA6 !important
}

.color-material {
  color: #11CCBA !important
}

/* --- Slider SOMENTE IMAGEM--- */
.slider>div {
  max-width: 100%;
  display: none;
}

.slider>div.active {
  display: block;
  margin: auto;
}

.slider-nav {
  margin-bottom: 8%;
  margin-top: 0%;
}

.slider-nav i {
  cursor: pointer;
  padding: 15px;
  border: 1px solid black;
  border-radius: 50%;
  transition: all .5s;
}

.slider-nav i:hover {
  background-color: #f2f2f2;
}

/* --- Slider MISTO--- */
.slider-mixed table {
  max-width: 100%;
  display: none;
}

.slider-mixed table.active {
  display: block;
  margin: auto;
}

.navs-navs {
  margin-bottom: 2%;
  margin-top: 2%;
}

.navs-navs .arrow {
  transform: scale(1.25);
  padding: .5rem;
  border-radius: 50%;
  border: 1px solid black;
  cursor: pointer;
}

.navs-navs .arrow:focus, .navs-navs .arrow:hover {
  background-color: #f5f5f5;
}

.navs-navs .arrow.previous {
  margin-right: 1rem;
}

/* BALÃO FALA*/

   .user_content .arredondado, .quiz_comment .arredondado {
    border-radius: 20px; }

.content-item {
  display: flex;
  align-items: flex-start;
  text-decoration: none !important;
  margin-top: 2px;
  transition: all 0.25s;
  position: relative;
  -webkit-print-color-adjust: exact;
  max-width: 670px;
  padding: 30px 15px; }

  .content-list > .content-item.guide > div,
.content-item.guide > div {
  padding: 15px; }
.content-list > .content-item.guide.box,
.content-item.guide.box {
  background-color: #f2f2f2; }
.content-list > .content-item.guide *, .content-list > .content-item.guide:hover *,
.content-item.guide *,
.content-item.guide:hover * {
  color: black; }

  .content-item.guide.balao-fala {
  padding: 30px 0;
  max-width: 700px;
  display: flex;
  flex-flow: row nowrap;
  padding-right: 0; }
  .content-item.guide.balao-fala .foto {
    width: auto;
    position: relative;
    padding: 0 15px !important; }
  .content-item.guide.balao-fala .foto img {
    border-radius: 50%;
    max-width: 100% !important;
    height: auto; }
  .content-item.guide.balao-fala .foto:before {
    content: "";
    height: 16px;
    width: 16px;
    background-color: #f2f2f2;
    position: absolute;
    transform: rotate(-45deg);
    display: flex;
    top: calc(50% - 8px);
    align-self: stretch; }
  .content-item.guide.balao-fala .foto:first-child {
    margin-right: 15px; }
  .content-item.guide.balao-fala .foto:first-child:before {
    right: calc(-15px - 8px); }
 /* .content-item.guide.balao-fala .foto:last-child {
    margin-left: 15px; }*/
  .content-item.guide.balao-fala .foto:last-child:before {
    left: calc(1px - 8px); }
  .content-item.guide.balao-fala .content {
    background-color: #f2f2f2;
    position: relative;
    padding: .8em 1.5em;
    margin-right: 0;
    min-height: 75px; }
    .content-item.guide.balao-fala .content p {
      margin: 12px 0; }
  .content-item.guide.balao-fala.align-top {
    align-items: flex-start; }
    .content-item.guide.balao-fala.align-top .content:before {
      top: 4em; }
  .content-item.guide.balao-fala.align-center {
    align-items: center; }
    .content-item.guide.balao-fala.align-center .content:before {
      top: calc(50% - 8px); }



/* --- GLOBAL--- */
.intro h2 {
  background-color: #f5f9e4;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 1.8rem !important;
  font-weight: normal !important;
}

.intro h2, .intro h3 {
  text-transform: none;
}

.user_content h2, .user_content h3, .quiz_comment h2, .quiz_comment h3 {
  color: #1a1a1a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "LatoWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  margin: 6px 0;
}

.user_content .container, .quiz_comment .container {
  margin: 0 auto;
}

.intro .title {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  margin-bottom: 10px;
}

.title {
  padding: 0;
  text-decoration: none !important;
}

.title .before {
  line-height: .9rem;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 5px;
  white-space: pre;
  font-weight: 700;
  border: 1px solid #6f822a;
  color: #000000;
  border-radius: 21px;
  height: 40px;
  min-width: 40px;
  z-index: 1;
  background-color: white;
}

a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.intro .title span {
  margin: 0;
  font-size: 55px;
  color: #6f822a;
  font-weight: bold;
  padding-right: 15px;
  padding-left: 15px;
  transform: translateX(2px);
  line-height: 1;
  border-right: 2px solid #6f822a;
}

.container:after {
  clear: both;
}

.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}

.title.atual span:before, .title.s4b2a19 span:before {
  content: "▶";
  position: absolute;
  left: -16px;
  top: 17px;
  color: #6f822a;
  z-index: -1;
  font-size: 24px;
}

.title.semana h1, .title.semana-1 h1, .title.semana-2 h1, .title.semana-3 h1, .title.semana-4 h1, .title.semana-5 h1, .title.semana-6 h1, .title.semana-7 h1, .title.semana-8 h1, .title.semana-9 h1, .title.semana-10 h1, .title.semana-11 h1, .title.semana-12 h1, {
  transition: 0.25s all;
}

.intro .title h1 {
  color: #6f822a;
  padding-left: 15px;
  border-left: 2px solid #6f822a;
  margin: 0;
  font-size: 30px;
  line-height: 120%;
  height: 100%;
  font-weight: bold;
}

.title.atual .before {
  background-color: #6f822a;
  color: white;
}

.title.desabilitada {
  cursor: default;
  opacity: .15;
  pointer-events: none !important;
}

.desbloqueio .before span{
  display: none;
}

.user_content iframe, .user_content video {
  border: 0;
  padding: 0;
  width: 100%;
  height: 405px;
}

.user_content .btn-bar, .quiz_comment .btn-bar {
  justify-content: flex-end;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: right;
}

.user_content .btn-bar a, .quiz_comment .btn-bar a {
  background-color: #f2f2f2;
  color: black;
  text-align: center;
}

.user_content .btn, .quiz_comment .btn {
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s;
  cursor: pointer;
  padding: 10px;
}

.user_content a, .mceContentBody a {
  margin: 1px;
}

.iframe-responsivo {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
}

.iframe-responsivo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center !important;
  overflow: hidden;

  .embed-responsive::before {
    display: block;
    content: "";
  }

  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
  }

  .embed-responsive-21by9::before {
    padding-top: 42.857143%;
  }

  .enhanceable_content, .dialog, .ui-dialog-content, .ui-widget-content {
    display: block;
    width: 779px;
    min-height: 76px;
    height: 875px;
  }
