/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 12px;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 99% !important; /* 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 */
}

/* 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: 0;
    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%;
    }
}

#obras {
    height: auto !important;
}

.descricao {
    padding-bottom: 12px;
}

.descricao p {
    margin-bottom: 0 !important;
}

.container {
    max-width: 960px !important;
    padding-bottom: 5px;
}

@media screen and (max-width: 360px) {
    .responsiveYear {
        display: none;
    }
}

#documentForm {
    padding-bottom: 30px;
    overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
    #documentForm h1 {
        font-size: 1.3rem;
    }
}

#documentForm h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#documentForm h3 {
    line-height: 1.5em;
    font-size: 1.1rem;
}

.form-control {
    margin-bottom: 10px;
    margin-right: 10px;
}

legend {
    font-size: 1rem !important;
}

#no_results {
    margin: 70px auto 20px auto;
    width: 500px;
    text-align: center;
}

#no_results em {
    font-size: 2em;
    display: block;
    padding: 20px 0;
}

#midias {
    list-style: none;
    padding: 12px;
    font-size: 14px;
    margin-right: 2px;
}

#midias li {
    padding: 3px 0;
}

li p {
    margin-bottom: 0!important;
}

#midias a[href$='.html'], #midias a.html, #midias a[href$='.htm'],
#midias a.htm {
    padding-left: 23px;
    background: url(../_images/ico_html.png) no-repeat left;
}

#midias a[href$='.doc'], #midias a.doc {
    padding-left: 23px;
    background: url(../_images/ico_doc.png) no-repeat left;
}

#midias a.pdf {
    padding-left: 23px;
    background: url(../_images/ico_pdf.png) no-repeat left;
}

#midias a[href$='.txt'], #midias a.txt {
    padding-left: 23px;
    background: url(../_images/ico_txt.png) no-repeat left;
}

#midias a[href$='.ppt'], #midias a.ppt, #midias a[href$='.pps'], #midias a.pps {
    padding-left: 23px;
    background: url(../_images/ico_ppt.png) no-repeat left;
}

#midias a[href$='.zip'], #midias a.zip, #midias a[href$='.rar'], #midias a.rar,
#midias a[href$='.gz'], #midias a.gz {
    padding-left: 23px;
    background: url(../_images/ico_zip.png) no-repeat left;
}

#midias a[href$='.xls'], #midias a.xls {
    padding-left: 23px;
    background: url(../_images/ico_xls.png) no-repeat left;
}

#midias a[href$='.mp3'], #midias a.mp3 {
    padding-left: 23px;
    background: url(../_images/ico_sound.png) no-repeat left;
}

#midias a[href$='.xml'], #midias a.xml {
    padding-left: 23px;
    background: url(../_images/ico_tei.png) no-repeat left;
}

.visualizar_obra {
    background: url(../_images/ico_download2.png) top left no-repeat;
    padding: 0 0 3px 25px;
    animation: blinker 1s linear infinite;

}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #003C00;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #49995b;
    border: 1px solid #dee2e6;
}

.page-link:focus, .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #49995b;
    border-color: #AEFF5E;
}

#fatos_historicos_wrapper .dataTables_info {
    width: 100%;
    white-space: normal;
    text-align: left;
}


#fatos_historicos_wrapper .filtro {
    white-space: normal;
    text-align: left;
    width: 100%;
}


#fatos_historicos_wrapper label {
    white-space: normal;
    text-align: right;
    width: 100%;
}

#fatos_historicos {
    max-width: 100%;
    color: black;
}

.bnt-group .btn {
    margin-right: 0;
    margin-bottom: 4px;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 1px;
    transition: 0.5s;
    padding: 12px 12px;
}

.btn-danger:submit {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
    color: #fff;
}

/* parte de autores */
#no_results {
    margin: 70px auto 20px auto;
    width: 500px;
    text-align: center;
}

#no_results em {
    font-size: 2em;
    display: block;
    padding: 20px 0;
}

.alignright {
    float: right;
    margin: 1px 0 0 4px;
    padding: 3px;
}


#pieChart {
    height: 400px;
    max-width: 900px;
    min-width: 320px;
    margin: 0 auto;
}

.highcharts-pie-series .highcharts-point {
    stroke: #EDE;
    stroke-width: 2px;
}

.highcharts-pie-series .highcharts-data-label-connector {
    stroke: silver;
    stroke-dasharray: 2, 2;
    stroke-width: 2px;
}

#timeline {
    max-width: 900px;
}


#obras, #fatos_historicos {
    max-width: 100% !important;
}

.img-thumbnail {
    max-width: 40% !important;
    height: auto;
}

p, li {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    margin-bottom: 6px;
}

li {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.accordion-header {
    padding: 12px 0 12px 12px !important;
}

.accordion-button {
    font-size: 1.1rem;
}

#collapseWC {
    max-height: 450px;
}

#wordcloud {
    width: 100%;
    height: 50vh;
    display: block;
    text-align: center;
    min-height: 380px;
}

audio:hover, audio:focus, audio:active {
    -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}


audio {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-box-shadow: 2px 2px 4px 0 #006773;
    -webkit-box-shadow: 2px 2px 4px 0 #006773;
    box-shadow: 2px 2px 4px 0 #006773;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

audio {
    margin: 10px;
}