body {
    font-family: Nunito;
    font-size: 85%;
}
table {
    font-size: 88%;
}
a {
    color: #212529;
    text-decoration: none;
}
a:hover {
    color: rgba(38, 39, 41, 0.70);
    text-decoration: none;
}
button i {
    margin-right: 0.4rem;
}
label {
    margin-bottom: 0;
}
.form-control-sm {
    padding: .25rem .4rem;
}
.form-control:focus {
    border-color: none;
    box-shadow: 0 0 0 0.05rem rgba(0,123,255,.5);
}

.table.tableocta- {
    margin-bottom: 0;
}
.table.tableocta- thead th {
    border-bottom: none;
    font-weight: 500;
}
.table-sm.tableocta- th {
    padding: .3rem .3rem 0rem .3rem;
}
.table.tableocta- td, .table.tableocta- th {
    border-top: none;
}
.octa-delete-cell{
    min-width: 22px;
    width: 22px;
    max-width: 22px;
    font-size: 12px;
}
.form-check.form-check-inline{
    line-height: 30px;
}
.table.tableocta- tbody tr td{
    line-height: 30px;
}
.octa-odd{
    background-color: rgba(0,0,0,.05);
}
.octa-row-comment{
    border-top: 1px solid rgba(0,0,0,.05);
}
.octa-odd .octa-row-comment{
    border-top: 1px solid white;
}
.octa-col-8{
    display: inline-block;
    width: 66%;
}
.octa-col-2{
    display: inline-block;
    width: 16%;
}

.card-header{
    padding: 0.75rem;

    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.2;
}
.card-body {
    padding: 0.75rem;
}
.loading {
    position: relative
}
.loading-layer {
    display: none !important;
    position: absolute;
}
.loading .loading-layer {
    display: block !important;
    position: fixed;
    width: 100%;
    height: calc(100vh);
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1020;
    background: url(/assets/images/load.gif) no-repeat 50% 50%;
    background-color: white;
    opacity: .7;
}
.loading .loading-layer .loading-message {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1021;
    color: black;
    font-size: 20px;
}
.full-height {
    height: calc(100vh);
}
.centered {
    margin: auto;
}
.pointer{
    cursor: pointer;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.addNew{
    cursor: pointer;
    text-decoration: underline;
    font-size: 60%;   
}
.input-octa-sm{
    max-width: 100px;
}

.octa-deleted input, .octa-deleted select {
    color: red;
    text-decoration: line-through;
}
#toast-container>div{
    width: unset;
    min-width: 300px;
}
div.toast-error{
    min-width: 500px !important;
}
.octa-required{
    font-weight: 700 !important;
}
.modal-full {
    max-width: 90% !important;
}
.border-r{
    border-right: 1px solid lightgray;
}

.border div{
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.post-thumb{
   max-width: 100%;
   height: auto;
}
.post-title {
    font-size: 150%;
    font-weight: 600;
}
.post-author{

}
.post-date{

}
.post-teaser {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;  
   max-height: 4.5rem;
}
.post-teaser, .post-teaser p, .post-teaser span, .post-teaser div {
    font-family: Nunito !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    text-align: justify !important;
}
.post-actions{
   margin: 1rem 0 0 0;
}
.post-content {
}
.post-content, .post-content p, .post-content span, .post-content div {
    font-family: Nunito !important;
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
    text-align: justify !important;
    margin-bottom: 0.5rem;
}
.post-content img {
    max-width: 100%;
    height: auto;
}
.comments-header {
    border-bottom: 0;
    background-color: rgba(0,0,0,.05)
}
.comments-header h5 {
    margin-bottom: 0;
    text-transform: capitalize;
}
.comment-header {
    border-top: 1px solid rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.03)
}
.comment-author {
    font-weight: 600;
}
.comment-text {
    font-size: 92%;
    margin: 0 0 0.6rem 0;
}
.comment-actions {
    font-size: 78%;
}
.comment-actions div {
    margin: 0 0.3rem;
    display: inline-block;
}
.comment-actions a {
    color: #212529 !important;
}
.comment-info, .comment-info.d-md-block {
    font-size: 82%;
    align-content: center;
}
.comment-reply {
    margin-left: 1.3rem;
    margin-top: 0.7rem;
}
.comment-reply-separator {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 0.7rem;
}
.comment-info-sm {
    font-weight: normal;
    font-size: 64%;
}
.comment-info-sm div {
    width: 49%;
}
.comment-info-sm div.comment-group {
    display: inline-block;
}
.comment-info-sm div.comment-date {
    display: inline-block;
    text-align: right;
}
.comment-error{
    border: 1px solid #ef6464;
}

@media (min-width: 576px) {
    .comment-reply {
        margin-left: 1.7rem;
    }
}
@media (min-width: 768px) {
    .comment-info, .comment-info.d-md-block {
        display: grid !important;
    }
    .comment-reply {
        margin-left: 2.2rem;
    }
}

.wiki-search .form-control.with-icon, .wiki-new .form-control.with-icon {
    width: calc(100% - 20px) !important;
    display: inline-block;
}

html, body, #dvLogin {
    height: 100%;
    background-color: #f5f5f5;
}
#dvLogin {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.cartao{
    width: 526px;
    height: 270px;
    padding: 10px;
    border: 2px solid black;
    border-radius: 10px;
    background-color: white;
    font-size: 150%;
    line-height: 26px;
    font-weight: bolder;
}
.cartao span{
    text-transform: uppercase;
}
.cartao small{
    font-size: 75%;
}
.cartao-black{
    background-image: url('/assets/images/cartao-benemerito.jpg');
}
.cartao-blue{
    background-image: url('/assets/images/cartao-socio.jpg');
}

.modal-body-subdivision {
    border-top: 1px solid rgba(0,0,0,.1);
}

.modal-subdivision-title {
    margin-bottom: 0;
    line-height: 1.5;
    padding-left: 1rem;
}