/* Definições personalizadas do Rahel */


/* Removendo itens e deixando o doc mais compacto */

.article img,
.article div.marca-sem,
.article div.marca-pk,
.article em,
.article code,
.article blockquote,
.article strong,
.article hr.message-inner-separator,
.article noref {
    display: none;
}

div.botoes-notas {
    margin-bottom: -25px;
    float: right;
    position: relative;
    top: -38px;
    right: 5px;
}

div.botoes-notas .btn.active {
    display: none;
}

.botoes-notas .btn span:nth-of-type(1) {
    display: none;
}

.botoes-notas .btn span:last-child {
    display: block;
}

.botoes-notas .btn.active span:nth-of-type(1) {
    display: block;
}

.botoes-notas .btn.active span:last-child {
    display: none;
}


/* Fim Removendo itens e deixando o doc mais compacto */


/* Linha HR personalizada */

hr.message-inner-separator {
    clear: both;
    margin-top: 15px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

hr {
    margin-top: 0px;
}


/* Fim da linha HR personalizada*/

.article code {
    background-color: #777;
    /* display: inline; */
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    /* white-space: nowrap; */
    vertical-align: baseline;
    border-radius: .25em;
}

.article code:hover {
    opacity: 0.8;
}

.article code a {
    color: #fff;
}

.article code a:hover {
    opacity: 0.8;
}

blockquote {
    padding: 15px;
    background-color: #fafafa;
    color: #34495E;
    border-left: 6px solid #34495E;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

blockquote p {
    display: inline;
}

.label-primary {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em;
    background: #36bc9b;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    font-style: italic;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

.label-danger {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em;
    background: #E74C3C;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    font-style: italic;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

.article em {
    /* display: inline; */
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em;
    background: #36bc9b;
    float: right!important;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    font-style: italic;
}

.article strong {
    /* display: inline; */
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em;
    background: #E74C3C;
    float: right!important;
    font-weight: 700;
    line-height: 1;
    /* white-space: nowrap; */
    text-align: center;
    font-style: italic;
}

.collapse.in {
    text-align: justify;
    width: 100%;
}

.article img {
    border: 1px solid #ddd;
    border-bottom: 3px solid #999999;
    border-radius: 5px;
}

.article img:hover {
    border: 1px solid #ddd;
    border-bottom: 3px solid #999999;
    border-radius: 5px;
}

.lk {
    color: #16a085;
    cursor: pointer;
}

.lk:hover {
    color: #36bc9b;
    cursor: pointer;
}