﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #000000;
    overflow: hidden;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*OLD STUFF*/
.homeTitle {
    font-family: "TiemposHeadline-Bold";
    font-size: 55px;
    color: #c33d48;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.iconsContainer {
    text-align: center;
    margin-top: 150px;
}

.coverTitle {
    margin-top: 10px;
    color: #c33d48;
    text-align: center;
}

.cover {
    display: inline-block;
    margin: 10px;
}

@font-face {
    font-family: 'TiemposHeadline-Regular';
    src: url('../fonts/TiemposHeadline-Regular.otf')format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TiemposHeadline-Bold';
    src: url('../fonts/TiemposHeadline-Bold.otf')format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf')format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Regular';
    src: url('../fonts/OpenSans-Regular.ttf')format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Semibold';
    src: url('../fonts/OpenSans-Semibold.ttf')format('truetype');
    font-weight: bold;
    font-style: normal;
}

hr {
    border: 1px solid #c33d48;
    margin-left: 100px;
    margin-right: 100px;
}

.languagesContainer {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.langGestContainer {
    position: absolute;
    right: 50px;
    bottom: 120px;
}

.gotoHomeContainer {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.backContainer {
    position: absolute;
    right: 70px;
    bottom: 50px;
}

.setaDireita {
    position: absolute;
    top: 480px;
    right: 320px;
}

.setaEsquerda {
    position: absolute;
    top: 480px;
    left: 320px;
}

.readerContainer {
    display: none;
}

.indexContainer {
    text-align: center;
    /*width: 100%;*/
    height: 800px;
}


/* testar no tablet se der bosta cpmentar */
.index {
    /*height: 770px; */ 
}

/*NEW STUFF*/

.authorListTitle {
    font-family: "TiemposHeadline-Bold";
    font-size: 35px;
    color: #ffffff;
    text-align: left;
    margin-top: 45px;
    padding-bottom: 45px;
    border-bottom: 2px solid #E7343F;
}

.indexTitle {
    font-family: "TiemposHeadline-Bold";
    font-size: 40px;
    color: #E7343F;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 30px;
}

.checkPoemsImg {
    float: right;
    margin-top: 10px;
}

.authorTitle {
    font-family: "TiemposHeadline-Bold";
    font-size: 50px;
    color: #E7343F;
    text-align: left;
    margin-top: 40px;
    margin-bottom: -230px;	
    padding-bottom: 30px;
    border-bottom: 2px solid #E7343F;
    height: 120px;
}
.authorTitle.index {
    margin-bottom: 25px;
}

.subTitle {
    font-family: "TiemposHeadline-Bold";
    font-size: 35px;
    color: #E7343F;
    text-align: left;
    margin-bottom: 10px;
}

.poemInfoContainer {
    height: 1000px;
}

.poemInfoSubContainer {
    height: 1000px;
    /* margin-bottom: 90px;*/
}

.poemListTitle {
    font-family: "OpenSans-Regular";
    font-size: 25px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #E7343F;
}

.duration-time {
    border-color: #999999;
    border: 1px solid;
    color: #999999;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    width: 37px !important;
}

.has-sign-language-pt {
    border-color: #999999;
    border: 1px solid;
    color: #999999;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    width: 160px;
    margin-left: 15px;
    margin-right: 15px;
}
.has-sign-language-en {
    border-color: #999999;
    border: 1px solid;
    color: #999999;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    width: 100px;
    margin-left: 15px;
    margin-right: 15px;
}

.poem-info{
    margin-top: -10px;
    margin-bottom: 3px;
}

.poemsContainer {
    height: 900px;
    overflow: auto;
}

.poemTitle {
    font-family: "OpenSans-Bold";
    font-size: 30px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}

.poemTitle.poemTitleMultiline {
    margin-bottom: 20px;
    margin-top: 40px;
}

.poem {
    height: 595px;
    overflow: auto;
    color: #ffffff;
    font-family: "OpenSans-Regular";
    margin-top: 50px;
    font-size: 25px;
    white-space: pre-line;
}

.poem.poemVideo {
    height: 400px;
    margin-bottom:190px;
}

/*.poem::-webkit-scrollbar-thumb {
    background-color: rebeccapurple;
    border-radius: 6px;
    border: 3px solid rebeccapurple;
}*/

/* width */
.poem::-webkit-scrollbar {
        width:2px !important;
    }

/* Track */
.poem::-webkit-scrollbar-track {
        background: transparent !important;
    }

/* Handle */
    .poem::-webkit-scrollbar-thumb {
        background: #E7343F;
    }

/* Handle on hover */
.poem::-webkit-scrollbar-thumb:hover {
        background: transparent !important;
    }

.poemContainer {
    overflow: hidden;
    margin-top: -200px;
}

.audioMainControlsContainer {
    position: absolute;
    left: 340px;
    bottom: 130px;
}

.jp-state-no-volume .jp-volume-controls {
    display: none;
}

.videoContainerDialog.ui-dialog {
    background-color: #000000;
}

.videoContainerDialog.ui-dialog .ui-dialog-titlebar {
    background-color: #000000;
    border: none;
}


.videoContainerDialog .ui-dialog-titlebar-close {
    display: none;
}

.closeVideoDialog {
    width:38px;
    position: absolute;
    right: 0px;
    z-index:1;
}


.videoContainerDialog.ui-widget.ui-widget-content {
    border: 2px solid #E7343F;
}
.videoDialog {
    padding: 0px;
    display:none;
    text-align:center;
}

.ui-dialog .videoDialog.ui-dialog-content {
    padding: 0px;
}

.videoControlsContainer {
    padding: 5px;
    display: -webkit-inline-box;
}

/*.videoContainerDialog {
    position: absolute;
    bottom: 0px;
}*/

.technical-view-container {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.red-line {
    border-color: #E7343F;
    margin-right: -40px !important;
    margin-left: -40px !important;
}
.technical-block {
    margin-top: 50px;
    margin-bottom: 50px;
}
.red-header {
    font-family: "OpenSans-Bold";
    color: #E7343F;
    font-size: 1.6em;
}

.white-header {
    font-family: "OpenSans-Regular";
    color: #ffffff;
    font-size: 1.6em;
}

.stopVideo {
    margin-left: 5px;
}
.audioContainer {
    z-index: 100;
}
fade {
    position: fixed;
    left: 0;
    width: 80%;
    margin-top: -148px;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 100%);
}
fade.videoOpen {
    margin-top: -340px;
}
.unselectable {
    -webkit-user-select: none;
    cursor: none;
}