html {
  overflow-y: scroll;
}

body {
  background-color: var(--ctp-background-color);
  font-family: Tahoma;
}

h1 {
  color: var(--ctp-h1-color);
  padding-top: 30px;
  padding-bottom: 15px;
}

p {
  color: var(--ctp-p-color);
}

.ctp-main {
  min-height: 54vh;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.ctp-top-row {
  background-color: var(--ctp-title-background-color);
  border-bottom: var(--ctp-title-border);
  /*justify-content: flex-end;*/
  /*height: 6rem;*/
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
}

  .ctp-top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

.ctp-header {
  height: 30vh;
  background: var(--ctp-header-image);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 10000;
}

.ctp-header-text {
  font-size: 7vw;
  color: rgba(255,255,255,0.4);
  padding-left: 3vw;
  padding-top: 0vw;
}

.ctp-title ctptitle::after {
  content: var(--ctp-title);
}

.ctp-title-container-links {
  margin-left: auto;
  margin-right: 8px;
  margin-top: 3px
}

.ctp-title-container-buttons {
  margin-left: auto;
  margin-top: 5px;
  text-align: right
}

.ctp-title-button {
  width: 120px;
  margin-top: 3px;
  margin-bottom: 6px;
  margin-left: 4px
}

.ctp-title-container a:hover {
  color: var(--ctp-title-color);
}

.ctp-title-account {
  font-size: 0.9em;
  color: var(--ctp-title-color);
  text-decoration: none;
}

.ctp-title-account-container a:hover {
  color: var(--ctp-title-color);
  cursor: pointer;
}

.ctp-title-logo {
  width: 150px;
  margin-left: 12px;
  margin-right: 20px;
  content: url('/images/contemplas.png');
}

.ctp-foot {
  color: var(--ctp-title-color);
  background-color: var(--ctp-title-background-color);
  border-top: var(--ctp-title-border);
  display: flex;
  align-items: center;
/*  position: fixed;
*/  left: 0;
  bottom: 0;
  width: 100%;
}

.ctp-foot-link {
  font-size: 0.8rem;
  text-decoration: none;
  color: var(--ctp-title-color);
}

.ctp-foot-container a:hover {
  color: var(--ctp-title-color);
  text-decoration: underline;
}

.ctp-foot-logo-container {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px
}

.ctp-foot-container {
  margin-left: auto;
  margin-right: 20px;
  margin-top: 1px
}

.ctp-foot-logo {
  height: 30px
}

.ctp-foot-copyright {
  font-size: 0.7rem;
}

.ctp-uploadedby-link {
  color: var(--ctp-p-color);
  text-decoration: none;
}

  .ctp-uploadedby-link a:hover {
    cursor: pointer;
    text-decoration: underline;
  }


.ctp-btn {
  background-color: var(--ctp-background-color);
}

.ctp-account {
  font-weight: bold;
  font-style: italic;
  padding-right: 5px;
  padding-left: 3px;
}

/*
  .ctp-account::after, .ctp-account::before {
  content: "'";
}
*/

.oictp {
  width: 22px;
}

.oi {
  padding-right: 10px;
}


.ctprecording {
  margin-top: 25px;
  background-color: #f0f0f8;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px 1px 0px 0px rgba(61, 127, 194, 0.3);
  border-radius: 3px;
}

  .ctprecording:hover {
    background-color: rgba(61, 127, 194, 0.15);
  }

.ctp-recording-details {
  color: var(--ctp-p-color);
}

.ctp-recording-sharedfrom {
  background-color: #d0ffd0;
}

.ctp-recording-sharedto {
  background-color: #ffe0d0;
}

.ctp-recording-title {
  color: var(--ctp-p-color);
  background-color: rgba(61, 127, 194, 0.1);
  margin: 0px 0px 10px 10px;
  padding: 5px;
  border-radius: 3px;
}

.ctp-modal-background {
  width: 100vw;
  height: 100vh;
  background-color: rgba(160,160,160,0.7);
  position: absolute;
  top: 0px;
  left: 0px
}

.ctp-modal {
  background-color: var(--ctp-background-color);
  color: var(--ctp-p-color);
}
.videodiv {
  /*margin-left: 1vw;*/
  position: relative;
  padding-bottom: 0px;
  padding-top: 0px;
  /*  
  width: 70vw;
height: 100vh;
*/
  width: 100%;
  height: 100%;
  /*  z-index:-1;
*/
}

.videoiframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
