details {
    padding: 2px;
    transition: 0.2s background linear;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50% !important;
    }
}

summary {
    cursor: default;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px;
    background-color: gray;
    user-select: none;
    color:white;
}

.statTitle {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    fill: rgb(51, 51, 51);
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 18px !important;
    font-weight: 300;
    line-height: 28px;
    stroke-width: 0;
    text-align: center;
}

.form-control {
    /*	font-weight: bold!important; */
    color: black !important;
    font-size: 16px !important;
    /*	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; */
}

#periodico {
    margin-top: 8px;
}

input[type="checkbox"] {
    margin-right: 6px;
}

button.bottom {
    position: relative;
    bottom: -20px;
}

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

.editTEI, .convert2TEI {
    margin-top: 6px !important;
}

.fh5co-nav-toggle {
    top: 35px !important;
}

.checkbox-inline {
    margin-right: 14px;
}


.table-sm th,
.table-sm td {
    padding: 0.25rem;
}

.table-fixed {
    table-layout: fixed;
}

.cell-breakWord {
    word-wrap: break-word;
}

::-webkit-selection {
    color: #fff;
    background: #66D37E;
}

/* Header
***************************************************************************/
#header {
    height: 10px;
    border-top: 4px solid #463b2b;
    background: #2c2419;
}

/*
#header #logo {
        line-height: 1;
        margin-top: 5px;
        font-size: 0em;
        background: transparent url(../imagens/logo_small.png) no-repeat;
        text-indent: -9999px;
        width: 231px;
        height: 45px;
        cursor: pointer;
        float: left;
}
*/

/* Central bar
***************************************************************************/
#bar {
    width: 100%;
    position: absolute;
    top: 10px;
    height: 5px;
}

/* Body
***************************************************************************/
body {
    font-size: 14px !important;
    color: black !important;
}

p {
    margin-bottom: 2px !important;
}

/* Navigation menu
***************************************************************************/
#navigation_menu {
    width: 100%;
    margin: 0 auto;
    float: none;
}

#navigation_menu li {
    position: relative;
    white-space: nowrap;
    padding: 5px 18px;
}

#navigation_menu li ul {
    position: absolute;
    left: 5px;
    top: 25px;
    display: none;
    background-color: #2C2419;
    z-index: 10;
    min-width: 100px;
    padding: 5px 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 90%;
}

#navigation_menu li ul li {
    display: block;
    clear: both;
    text-align: left;
    padding: 2px 0;
}

#navigation_menu li:hover > ul {
    display: block
}

#navigation_menu li ul li a:hover {
    text-decoration: none !important;
}

#navigation_menu li:hover > a {
    color: #fff;
}

#navigation_menu li ul li a {
    display: block;
}

#navigation_menu li.active ul li a {
    font-weight: normal;
    color: #E5E5E5;
}

#sub_navigation_menu {
    /*	margin: 5px 70px 0 0; */
    font-size: 85%;
    color: #777;
    max-width: 1060px;
    margin: 0 auto 1em;
    background: #fff;
}

#sub_navigation_menu span {
    margin-right: 7px;
}

#sub_navigation_menu a {
    color: #444;
    padding: 0 7px;
    opacity: 0.8;
}

#sub_navigation_menu a:hover {
    color: #000;
    text-decoration: none !important;
    opacity: 1;
}

#sub_navigation_menu a.logout {
    background: url(../_images/logout.png) top left no-repeat;
    padding-left: 15px;
}

#sub_navigation_menu a.settings {
    background: url(../_images/settings.png) top left no-repeat;
    padding-left: 15px;
}

#sub_navigation_menu a.home {
    background: url(../_images/home.png) top left no-repeat;
    padding-left: 15px;
}

/* Content
***************************************************************************/
#content {
    margin-top: 30px;
    clear: both;
}

#content form table { /* Hide the Data Table until its loaded */
    display: none;
}

/* Other
***************************************************************************/
#status {
    margin-top: 17px;
}

#new_record {
    font-weight: bold;
    margin-left: 10px;
}

#edit_record {
    font-weight: bold;
}

.critica_tipo {
    margin: 50px auto;
    background-color: #CCC;
    padding: 30px;
    width: 250px;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: block;
    font-size: 150%;
    border: 3px solid #C0C0C0;
}

.critica_tipo:hover {
    background-color: #DDD;
    text-decoration: none !important;
}

#accessibility_form {
    font-size: 80%;
    color: #888;
    text-align: right;
    padding-bottom: 10px !important;
    padding-right: 20px;
}

#accessibility_form a {
    color: #444;
}

input.remove {
    background: #e7e7e7 url(../_images/trash.gif) 6px 4px no-repeat;
    padding-left: 28px;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    color: #222;
    margin-left: 5px;
}

input.remove:hover {
    background: #e9e9e9 url(../_images/trash.gif) 6px 4px no-repeat;
}

#rem_obra, #rem_autor, #rem_fonte, #rem_genero, #rem_idioma,
#rem_editora, #rem_autorcritica {
    float: left;
}

/* Dashboard
***************************************************************************/
.graph_loading {
    padding: 15px;
    background: url(../_images/loading_big_gray.gif) center center no-repeat;
    margin: 100px auto 0 auto;
    width: 95%;
    text-align: center;
    position: absolute;
}

.warning_status {
    margin: 20px auto;
    width: 250px;
    font-size: 120%;
    color: #333;
    padding: 20px 0 20px 22px;
    background: url(../_images/warning.png) center left no-repeat;
}

#date_range {
    margin: -15px 10px 20px 0;
    font-style: italic;
    color: #555;
}

#dashboard_left {
    float: left;
    width: 330px;
}

#site_usage {
    max-width: 100%;
    padding: 6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #ccc;
}

#site_usage h2 {
    margin-bottom: 10px;
}

#site_usage p {
    padding: 2px 0;
    font-size: 90%;
}

#site_usage span {
    float: right;
    font-weight: bold;
}


#container_visits_pageviews, #container_top10_pageviews,
#container_visitors_new_returning {
    max-width: 100%;
    border: 2px solid #ccc;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow-x: auto;
}

#graph_visits_browser, #graph_trafficsource {
    max-width: 100%;
    height: 330px;
    background-color: #e5e5e5;
    border: 2px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
}

#container_top10_pageviews, #container_visitors_new_returning {
    margin-top: 10px;
}

#graph_visits_pageviews {
    height: 230px;
}

#top10_pageviews {
    height: 290px;
}

#graph_new_returning {
    height: 200px;
}


#details {
    text-align: center;
    font-style: italic;
    color: #777;
    margin-top: 20px;
}


.form-select .select-items .form-control {
    font-size: 12px;
    margin-bottom: 0.0rem;
}

select, option {
    font-size: 15px;
    margin-bottom: 0.0rem;
}

.input-group > .input-group-prepend {
    flex: 0 0 20%;
}

.input-group .input-group-text {
    width: 100%;
    background: white;
    border: 0;
    font-weight: bold;
    text-align: left;
    float: left;
    padding-left: 20px;
}

.t1-label {
    margin-top: 0.4rem;
    padding-left: 10pt;
    padding-right: 10pt;
}

label {
    font-size: 14px;
    font-weight: normal;
}


/* Search results
***************************************************************************/
#search_no_results {
    margin: 70px auto 20px auto;
    width: 500px;
    text-align: center;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    /* Para centralizar conteúdo */
    justify-content: center;
    align-items: center;

    /* Estilo do texto */
    color: white;
    font-size: 24px;
    font-family: sans-serif;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.tab-content {
    margin-left: 10px;
    margin-top: 10px;
}

.modal-title {
    color: white;
}

.modal-header {
    background-color: #7B838B;
    padding: 0.5rem 0.5rem !important;
    color: #FFF;
    border-bottom: 2px dashed #337AB7;
}

.modal-dialog {
    padding: 0;
    margin: 0;
    width: 100% !important;
    height: 100% !important;
}

.modal-body {
    height: 70vh;
    overflow-y: auto;
}

#modalTEI .modal-content {
    height: auto;
    min-height: 90% !important;
    min-width: 100% !important;
    border-radius: 0;
}


#teiEditor {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.CodeMirror {
    height: 500px !important;
}

#principal, #principal_organizador {
    width: 2rem;
    height: 2rem;
}

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

.accordion-button {
    font-family: "Oxygen", sans-serif;
    font-weight: bold;
}
