.comentarios-div {
    margin: 23px 0;
}


.nav-tabs > li {
    font-weight: 600;
    font-weight: 600;
}

.nav-tabs > li:not(:first-child) {
    margin: 0 5px;
}

.nav-tabs > li > a {
    color: #0c4a36 !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    transition: all 0.3s ease-in-out !important;
}

.nav-tabs > li > a > i {
    font-size: 20px;
    display: inline;
    padding: 5px
}

.nav-tabs > li > a:hover {
    border: none !important;
    border-bottom: 2px solid #68b932 !important;
    transition: all 0.3s ease-in-out !important;
}




.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
    color: #0c4a36;
    background-color: transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    cursor: default;
    border: none !important;
    border-bottom: 2px solid #68b932 !important;
}

.nav-tabs > li {
    cursor: pointer;
}


.tab-content {
    border: none;
    transition: all 0.1s ease-in-out;
}

.btn-comentario {
    margin-top: 10px;
    color: #fff;
    background-color: #68b932;
    border-color: #68b932;
    text-transform: uppercase;
}

.ck.ck-reset.ck-editor.ck-rounded-corners .ck.ck-editor__main .ck-blurred.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
    min-height: 120px;
}

.ck.ck-reset.ck-editor.ck-rounded-corners .ck.ck-editor__main .ck-focused.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
    min-height: 120px;
}

.ck.ck-toolbar.ck-toolbar_grouping {
    background-color: #68b932 !important;
}

.ck.ck-toolbar > .ck-toolbar__items > *,
.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown,
.ck.ck-button.ck-off.ck-dropdown__button {
    color: white !important;
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
    background-color: white !important;
}

.ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover {
    background: #0c4a36 !important;
}

.ck.ck-button.ck-on,
a.ck.ck-button.ck-on {
    background: #0c4a36 !important;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
    border: 1px solid #68b932 !important;
}

.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    cursor: pointer;
}


.tab-fechada {
    transform-origin: top;
    transform: scaleY(0);
    transition: all 0.1s ease-in-out;
}

.tab-aberta {
    transform: scaleY(1);
    transition: all 0.1s ease-in-out;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
    supported by Chrome, Opera and Firefox */
}
.loading-login{
    display: none;
}

.col-comentarios{
    position: relative;
    background: #f7f7f7;
    border-radius: .4em;
    padding: 10px;
}
.col-comentarios:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 38px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #f7f7f7;
    border-left: 0;
    border-top: 0;
    margin-top: -10px;
    margin-left: -20px;
}

.gerenciar-comentario:hover{
    transform: scale(1.5);
    color: #d80a0a;
}
blockquote{
    border-left:  3px solid #32a6b9 !important;
}

.btn-parar-edicao{
    display: none;
}
.curtido{
    color: green !important;
}
