﻿.mr-20{
    margin-right:20px;
}
.mr-60{
    margin-right:60px;
}
.mr-80{
    margin-right:80px;
}
.select-view-type{
    margin-bottom:10px;
}
.select-view-type i{
    color: gray;
}
.select-view-type i.active {
    color: #023658 !important;
}

.accordeon-gruop .scrollbar-inner {
    max-height: 780px;
}

.idea-goup-title {
    color: #333;
}
.ideias-counter .icon-ideia{
    font-size:22px;
    color:#888;
}

.ideias-counter .ideia-counter-number{
    font-size:16px;
    color:#09c;
    font-weight:bold;
}

.accordeon-gruop .panel {
    border-radius: 7px;
}
.fa-chevron-down{
    color:#09c;
    font-size:16px;
    margin-right:10px;
}
.group-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.idea-card {
    background: #09c;
    border-radius: 7px;
    color:#fff !important;
    padding:24px;
    font-weight:bold;
    margin-bottom:20px;
}
.accordeon-gruop:nth-child(even) .idea-card {
    background:#1e5993;
}

.idea-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: 'arimo' !important;
}
.idea-label {
    font-size: 11px;
    opacity: .6;
    font-family: 'arimo' !important;
}
.idea-value {
    font-size: 14px;
    font-family: 'arimo' !important;
    font-weight: bold;
}
.idea-card hr{
    border-color:#fff;
    opacity:.3;
    margin-top:15px;
}
.ideia-icons {
    font-size:22px;
    color:#fff;
    opacity:1;
    transition:opacity 350ms ease;
    cursor:pointer;
}
.ideia-icons:hover {
    color:#fff;
    opacity:.8;
}


/*Bloco de Notas*/
.note-label{
    font-size:21px;
    color:#333;
    font-weight:bold;
}

.published-notes{
    background: #ECECEC;
    border-radius: 10px;
    padding: 20px 20px 0;
}
.published-notes .col-md-6 {
    transition: all 400ms ease !important;
}

.note-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.note-card .scrollbar-inner {
    max-height:240px !important;
}

.note-card p {
    max-height: 240px;
    overflow-y: scroll;
}
.note-card-header{
    margin-bottom:10px;
}
.note-card-header i {
    font-size: 16px;
    color: #09c;
}
.note-info-label{
    font-size:12px;
    font-weight:bold;
    color:#023658;
}
.note-text{
    font-size:16px;
    color:#525252;
    border:none;
    box-shadow:none;
    scroll-behavior:smooth !important;
    font-size:16px;
}
.note-card-footer{
    min-height:30px;
}

.new-note-group textarea, .caracters-counter {
    color: #525252;
}
.new-note-group textarea {
    font-size: 16px;
    margin-top: 30px;
}
.note-info-label.open-edit-note {
    font-size: 16px;
}

.caracters-counter {
    font-size: 12px;
    font-style: italic;
}

