html {

}

body {
    background: #F4F4F4;
    font-family: Titillium,"Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow-x: hidden;
}

a:focus, .btn:focus {
    outline: none;
}

a {
    cursor: pointer;
}

.main {
    margin-top: 30px;
    margin-bottom: 70px;
}

.navbar-brand.crm {
    text-indent: 30px;
    background-image: none;
    line-height: 70px;
    font-size: 32px;
    font-weight: 700;
    color: #26ADE3;
}

.navbar-brand {
    background: url('../img/logo-rgb.png') no-repeat center;
    background-size: 100%;
    text-indent: -9999px;
    display: block;
    height: 80px;
    width: 165px;
    padding: 0;
    margin-right: 15px;
}

.sq-sub-navbar .nav>li>a {
    height: 100%;
}

.sq-sub-navbar.navbar-default .navbar-nav>li>a:focus, .sq-sub-navbar.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    opacity: 1;
}

.sq-sub-navbar.navbar-default .navbar-nav>li>a {
    color: #8D9DC2;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: -moz-center;
}


.sq-sub-navbar.navbar-default .navbar-nav>li.actived>a, .sq-sub-navbar.navbar-default .navbar-nav>li.actived>a:focus, .sq-sub-navbar.navbar-default .navbar-nav>li.actived>a:hover {
    color: #fff;
}

.sq-sub-navbar .btn-default  {
    color: #8D9DC2;
    background-color: #3F5077;
    border-color: #3F5077;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    padding: 15px 10px;
    max-width: 160px;
    min-width: 50px;
    overflow: initial;
    white-space: normal;
}

.sq-sub-navbar .btn-default:hover, .sq-sub-navbar .btn-default:focus  {
    color: #FFFFFF;
    font-weight: 500;
}


.sq-sub-navbar .btn-default:hover.btn-arrow-right:after, .sq-sub-navbar .btn-default:focus.btn-arrow-right:after  {
    border-left: 10px solid #47587F;
}


.sq-sub-navbar .btn-default i {
    padding-right: 5px;
}

.actived .btn-default.btn-arrow-right:after, .actived .btn-default:hover.btn-arrow-right:after, .actived .btn-default:focus.btn-arrow-right:after {
    border-left: 10px solid #4F5F86;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0;
}
.btn-arrow-right {
    padding-left: 36px;
    height: 50px;
}

.btn-arrow-left {
    padding-right: 36px;
}

.sq-sub-navbar ul {
    position: relative;
}

/* navbar */
.navbar-left {
    margin-left: -15px;
}

.navbar {
    border-radius: 0;
}

.navbar-principal {
    background: #fff;
    margin-bottom: 0;
    border: 0;
    z-index: 1040;
    height: 80px;
}
.sq-sub-navbar {
    background: #3F5077;
    margin-bottom: 0;
    border: 0;
}

.navbar-principal .sq-user span {
    float: left;
    line-height: 16px;
}

.navbar-principal .sq-user span.caret {
    margin-top: 8px;
    margin-left: 12px;
}

.navbar-principal .sq-user i.fa.fa-user {
    padding-right: 10px;
}

.navbar-principal .navbar-nav.sq-user>li>a {
    padding-bottom: 0;
}

.navbar-principal .navbar-nav>li>a {
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.navbar-principal li.dropdown.selecionar-empresa a:first-child {
    border-right: 1px solid #ddd;
}

.navbar-principal .dropdown-menu {
    top: 81%;
}

.navbar-default .navbar-form {
    position: relative;
}



.navbar-principal .navbar-toggle {
    padding: 7.5px 15px;
}


/* page-content */

.page-content {
    background-color:rgb(255,255,255);
    border-color:rgb(237,237,237);
    -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.05);
    -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.05);
    box-shadow:0px 0px 5px rgba(0,0,0,0.05);
    padding-bottom: 20px;
    position: relative;
}

.section-header {
    background-color: #26ADE3;
    margin-bottom: 20px;
    border: 2px solid #fff;
    padding: 10px 0;
    border-top: 0;
}

.section-header h3 {
    color: #fff;
}

.section-header .dropdown button, .section-header a.btn {
    font-size: 16px;
    margin-top: 15px;
}

.section-header a.btn-success, .section-header a.btn-default {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 700;
}

.section-header .dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: inherit;
}


.table {
    font-size: 14px;
}

.table>tbody>tr>td, .table>tbody>tr>th,
.table>tfoot>tr>td, .table>tfoot>tr>th,
.table>thead>tr>td, .table>thead>tr>th {
    padding:12px 12px;
    font-weight: 300;
}

.table a:hover, .table a:focus {
    text-decoration: none;
}

.table .open>.dropdown-toggle.btn-link, .table .open>.dropdown-toggle.btn-link:hover, .table .open>.dropdown-toggle.btn-link:focus,
.table .dropdown-toggle.btn-link, .table .dropdown-toggle.btn-link:hover, .table .dropdown-toggle.btn-link:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.table .dropdown button {
    padding: 0 5px;
    font-size: 16px;
    border-color: transparent;
    background: transparent;
}

.table>tbody>tr>td:last-child .dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: inherit;
}

.table>tbody>tr>td:first-child>strong {
    font-weight: 500;
}

span.titulo {
    color: #8D9DC2;
    font-weight: 500;
    padding-right: 5px;
}

.table .list-unstyled {
    font-size: 14px;
}


/* status da tarefa */

.table .status {
    font-size: 24px;
    line-height: 24px !important;
    color: #ddd;
    width: 36px;
}

.table .options {
    text-align: right;
    color: #444;
}

.table .default {
    background: #F9F9F9;
}

.table input[type=radio] {
    margin: 7px 0 0;
}

.status-progresso {
    color: #26ACE3 !important;
}
.status-finalizado {
    color: #A6CE46 !important;
}

.indicador-progresso {
    padding: 15px 15px 0;
}

.indicador-progresso .progress {
    margin-bottom: 5px;
    border: 1px solid #ccc;
}

.sidebar-left .list-group {
    border: 0;
    border-radius: 0;
    margin-top: 5px;
    padding: 0 15px 0 15px;
    font-weight: 500;
    position: relative;
}

.sidebar-left .list-group-item {
    background: none;
    border: 0;
    font-size: 14px;
    color: #999;
}

.sidebar-left a.list-group-item {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebar-left a.list-group-item:focus,
.sidebar-left a.list-group-item:hover {
    color: #999;
    background: none;
}

.sidebar-left .list-group-item.active, .sidebar-left .list-group-item.active:focus, .sidebar-left .list-group-item.active:hover {
    color: #444;
    font-weight: 600;
}


.sidebar-left .list-group-item i {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: rgb(244, 244, 244);
    border-radius: 100px;
    text-align: center;
    left: 0;
    color: #ddd;
}

.sidebar-left .pesquisa {
    background: #EBEEF5;
    padding: 15px;
    border: 1px solid #DDDDDD;
}

.sidebar-left .pesquisa .form-group {
    position: relative;
}

.sidebar-left .pesquisa input {
    padding-left: 32px;
    padding-right: 15px;
}

.sidebar-left .sq-item-plano-acao .list-group-item {
    background: transparent;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #999;
    border-left: 0;
    border-right: 0;
    padding: 15px 0;
}

.sidebar-left .sq-item-plano-acao h4 {
    color: #26ACE3;
}

.sidebar-left .sq-item-plano-acao dd {
    color: #3F5077;
}

.sidebar-left .sq-item-plano-acao dl {
    margin-bottom: 0;
}

.list-group.timeline-menu:before {
    top: 0;
    bottom: 15px;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #ccc;
    left: 24px;
    margin-top: 15px;
}

body.login {
    background: url("../img/bg_login.jpg") no-repeat;
    background-size: cover;
}

.container.login {
    max-width: 450px;
    min-width:  320px;
}

.container.login .thumbnail {
    padding: 30px 15px 15px;
    margin-top: 50px;
}


.container.login .thumbnail .caption {
    margin-top: 30px;
}

.table label.radio-inline {
    margin-right: 15px;
}


label {
    color: #999;
}

.modal-footer {
    border: 3px solid #fff;
    border-radius: 0 0 6px 6px;
    background: #F8F8F8;
}

.table tr.inactive {
    background: #F9F9F9;
    color: #999;
}

.kanban.container {
    width: 100%;
}

.kanban .col-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.kanban .col-flex-item {
    flex: 1;
    background: #f9f9f9;
    margin-right: 15px;
    padding: 10px;
}


.kanban .flex-header .col-flex-item {
    background: none;
    border-bottom: 1px solid #26ADE3;
}

.kanban .col-flex-item:last-child {
    margin-right: 0;
}

.kanban #page-content-wrapper {
    max-width: 100%;
}

.kanban .media-right a {
    display: block;
    width: 32px;
}

.kanban .media {
    overflow: inherit;
}

.kanban .acao-responsavel {
    color: #3F5077;
    font-size: 12px;
    margin-bottom: 10px;
}

.kanban .acao-titulo {
    color: #3F5077;
}

.kanban .sq-legenda-votacao {
    margin-top: 15px;
}

.sq-passos {
    background: #f4f4f4;
    border: 2px solid #fff;
    padding: 15px 0;
    margin-right: -15px;
    border-bottom: 0;
}

.sq-passos i {
    margin-right: 5px;
}


.sq-passos .text-right i {
    margin-left: 5px;
    margin-right: 0;
}

.sq-passos small {
    padding: 5px 10px;
    color: #999;
    font-size: 14px;
}

.sq-historico {
    margin-top: 70px;
}

.sq-historico i.fa.fa-clock-o {
    color: #26ADE3;
}

.sq-historico .list-group {
    margin-top: 15px;
    margin-bottom: 30px;
}

.sq-historico .media-heading {
    color: #3F5077;
}

.sq-historico .list-group-item {
    border-left: 0;
    border-right: 0;
}

.sq-historico .list-group-item:first-child, .sq-historico .list-group-item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sq-table-row h4 {
    margin-top: 3px;
    font-size: 14px;
}


/* Table Grid */

@media (min-width: 30em) {
    .sq-table-row { width: 100%; display: table; table-layout: fixed; word-wrap: break-word; }
    .sq-table-col { display: table-cell; }
    .sq-table-col-1 { width: 8.33333333%; display: table-cell; }
    .sq-table-col-2 { width: 16.66666667%; display: table-cell; }
    .sq-table-col-3 { width: 25%; display: table-cell;  }
    .sq-table-col-4 { width: 33.33333333%; display: table-cell; }
    .sq-table-col-5 { width: 41.66666667%; display: table-cell; }
    .sq-table-col-6 { width: 50%; display: table-cell; }
    .sq-table-col-7 { width: 58.33333333%; display: table-cell; }
    .sq-table-col-8 { width: 66.66666667%; display: table-cell; }
    .sq-table-col-9 { width: 75%; display: table-cell; }
    .sq-table-col-10 { width: 83.33333333%; display: table-cell; }
    .sq-table-col-11 { width: 91.66666667%; display: table-cell; }
    .sq-table-col-12 { width: 100%; display: table-cell; }
}

.sq-form {
    margin-bottom: 30px;
}

.sq-form .btn {
    margin-top: 10px;
}

.sq-conteudo-consolidacao {
    margin-bottom: 30px;
    font-size: 14px;
}

.sq-conteudo-consolidacao span.titulo {
    font-size: 16px;
    padding-bottom: 10px;
    display: inline-block;
}


.dicas {
    background: #5CB85C;
    margin-bottom: 20px;
}

.main.sq-dicas-actived {
    margin-top: 0;
}

.main.sq-dicas-actived .dicas {
    display: block;
}

.main .dicas {
    display: none;
}

.sq-dica {
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    padding: 15px 20px 15px;
}

.sq-dica .media-body {
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
}

.sq-dica .btn-default {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 14px;
}

.sq-dica .btn-default:hover, .sq-dica .btn-default:focus {
    color: #fff;
    background-color: #A6CE46;
    border: 1px solid #A6CE46;
    font-weight: 700;
    font-size: 14px;
}

.sq-dica .btn-link {
    color: #fff;
    font-size: 14px;
}

.sq-dica .modal {
    color: #444;
}

.sq-alert.alert {
    padding: 5px 30px 5px 15px;
    border-radius: 0;
    text-align: center;
}

.sq-alert.alert-success {
    color: #719225;
    background-color: #f7fcf5;
    border-color: #84a92c;
}

.sq-alert.alert-info {
    color: #3f5077;
    background-color: #f8fbfc;
    border-color: #8092bb;
}


.sq-alert.alert-warning {
    color: #b68642;
    background-color: #fefdf5;
    border-color: #b8a416;
}


.sq-alert.alert-danger {
    color: #d83400;
    background-color: #fff3f0;
    border-color: #ff8b64;
}

g.highcharts-button {
    display: none;
}

.sq-grafico-faturamento .panel {
    margin: 30px 15px 15px;
}

.sq-detalhes {
    margin: 15px 0 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sq-detalhes .sq-box-detalhes {
    flex: 1;
    margin-right: 15px;
    margin-left: 15px;
}

.sq-detalhes .cadastro .panel-body i {
    color: #8492B5;
}

.sq-detalhes .faturamento .panel-body h1 {
    color: #3F5077;
}

.sq-detalhes .faturamento .panel-body h3 {
    color: #8492B5;
}

text.highcharts-title {
    display: none;
}

.sq-detalhes .list-inline>li {
    padding-left: 15px;
    padding-right: 15px;
}

.sq-table-avaliacao .btn-link {
    color: #999;
}

.sq-table-avaliacao .options .btn-link {
    color: #337ab7;
}

.sq-table-avaliacao .btn-link i {
    padding-right: 5px;
    font-size: 14px;
}

i.ponto-fraco-color {
    color: #E26840;
}

i.ponto-forte-color {
    color: #A6CE46;
}

i.valor-ruim-color {
    color: #E26840;
}

i.valor-regular-color {
    color: #FFC926;
}

i.valor-bom-color {
    color: #A6CE46;
}

i.valor-otimo-color {
    color: #719225;
}

td.valor-ruim-color {
    background: #E26840;
}

td.valor-regular-color {
    background: #FFC926;
}

td.valor-bom-color {
    background: #A6CE46;
}

td.valor-otimo-color {
    background: #719225;
}

.page-content .pesquisa {
    position: relative;
    margin-top: 15px;
}

.page-content .pesquisa i {
    position: absolute;
    top: 9px;
    left: 10px;
}

.page-content .pesquisa input {
    padding-left: 32px !important;
    padding-right: 15px !important;
}

.sq-item-plano-acao {
    margin-top: 30px !important;
}

.sq-pagina-erro {
    border: 1px solid #ccc;
    padding: 30px 50px 30px 50px;
    background: #fff;
    margin-top: 50px;
    font-size: 16px;
}

.sq-pagina-erro h1 {
    margin-top: 0;
    font-size: 52px;
    font-weight:700;
    color: #3F5077;
}

.sidebar-left .btn-success {
    margin-left: 15px;
}

.page-content .datepicker-dropdown {
    z-index: 2000!important;
}

.sq-sub-navbar a.sq-btn-assinatura {
    color: #fff;
    line-height: 32px;
}

.sq-sub-navbar a.sq-btn-assinatura:hover,.sq-sub-navbar a.sq-btn-assinatura:focus {
    color: #fff;
}

.table-responsive {
    overflow-x: visible !important;
}

/* Responsive */

@media(max-width:1300px) {

    .kanban-content {
        overflow-x: auto;
        padding: 15px;
    }

    .kanban-content-box {
        width: 170%;
    }
}

@media(max-width:1199px) {
    .container {
        width: 100%;
    }

}

@media(max-width:991px) {

    .sq-sub-navbar .btn-default:hover, .sq-sub-navbar .btn-default:focus {
        font-size: 15px;
    }

    .kanban-content-box {
        width: 210%;
    }
}


@media(max-width:767px) {

    .navbar-principal .navbar-nav {
        margin: 0 -15px;
    }

    .navbar-principal .btn-group {
        margin: 7.5px 0px;
    }

    .sidebar-left .pesquisa i.fa-search {
        position: absolute;
        top: 18px;
        left: 10px;
    }

    .navbar-default .navbar-form {
        border-right: 0;
    }
}


@media(min-width:768px) {
    .navbar-principal .btn-group {
        margin: 7.5px 0px;
    }

    .sidebar-left .pesquisa i.fa-search {
        position: absolute;
        top: 9px;
        left: 10px;
    }

    .navbar-default .navbar-form {
        border-right: 1px solid #ddd;
    }
}

.sq-swot h3 {
    background: #F4F5F9;
    border: 1px solid #E7EAF1;
    color: #3F5077;
    font-size: 22px;
    text-align: center;
    padding: 15px;
    margin-top: 0;
}

.sq-swot .table>thead>tr>th {
    border-bottom: 0;
    font-weight: 700;
}

.sq-table-pontos-fortes thead tr, .sq-table-oportunidades thead tr {
    background: #94B954;
    color: #fff;
    font-weight: 700;
}

.sq-table-pontos-fracos thead tr, .sq-table-ameacas thead tr {
    background: #E26840;
    color: #fff;
    font-weight: 700;
}

.sq-swot .sq-table-pontos-fracos tbody tr, .sq-swot .sq-table-ameacas tbody tr {
    background-color: #FBEFEA;
}

.sq-swot .sq-table-pontos-fortes tbody tr, .sq-swot .sq-table-oportunidades tbody tr {
    background-color: #F9FFEE;
}

.sq-list-colaboracao i {
    margin-right: 5px;
}

.row.sq-swot {
    margin-bottom: 30px;
}

.sq-adicionar-planejamento {
    padding-top: 30px;
}

.sq-table-head th {
    color: #8D9DC2
}

.sq-legenda-votacao ul {
    color: #999;
    padding: 5px 10px;
}

.sq-legenda-votacao i {
    padding-right: 3px;
}

.sq-legenda-votacao li {
    padding-right: 15px;
}

.sq-acao-atrasada.thumbnail{
    border-bottom: 5px solid #D34836;
}

.sq-acao-em-tempo.thumbnail{
    border-bottom: 5px solid #8092bb;
}

.sq-acao-concluida.thumbnail{
    border-bottom: 5px solid #84a92c;
}

.sq-acao-alerta.thumbnail{
    border-bottom: 5px solid #E9C707;
}

.panel dl {
    margin-bottom: 0;
}

.panel dd {
    font-size: 14px;
    font-weight: 300;
}

.panel dt {
    font-weight: 500;
}

.sq-dropdown-votacao a, .sq-dropdown-votacao a:hover, .sq-dropdown-votacao a:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.sq-text-info {
    margin-bottom: 15px;
    color: #337ab7;
}

li.sq-text-info {
    margin-bottom: 0px;
    color: #337ab7;
}

.sq-text-danger {
    margin-bottom: 15px;
    color: #d9534f;
}

li.sq-text-danger {
    margin-bottom: 0px;
    color: #d9534f;
}

.panel-group .panel {
    margin-bottom: 20px;
}

.sq-link-mask {
    position: absolute;
    width: 95%;
    height: 100%;
}

.panel-default>.panel-heading {
    background-color: #f9f9f9;
}

.modal-title {
    font-size: 16px;
}

.modal-title i {
    margin-right: 5px;
}

.modal dd {
    margin-left: 25px;
}

.modal .sq-head-col-modal {
    background: #EBEEF5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    color: #3D507D;
}

.modal .sq-body-col-modal  {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.modal-header .close {
    margin-top: -12px;
    font-size: 32px;
}

.modal-header {
    overflow: hidden;
}

.modal-body {
    padding-bottom: 50px;
}

.modal .sq-modal-quantidade-voto {
    font-size: 14px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f9f9f9;
    border-color: #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0;
}

.page-content .panel.panel-default:last-child .dropdown-menu {
    bottom: 126%;
    top: initial;
}

.page-content table tr:last-child .dropdown-menu {
    bottom: 126%;
    top: initial;
}

.page-content ul li:last-child .dropdown-menu {
    bottom: 126%;
    top: initial;
}

.subtimeline-menu, .subtimeline-menu h5 {
    margin-bottom: 0px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

.sq-table-avaliacao dl {
    margin-bottom: 0;
}

.sq-table-resultado dl {
    margin-bottom: 0;
}

.sq-table-resultado a.btn-link {
    color: #337ab7;
}

.sq-table-fatores-por-filial tr:first-child td {
    border-top: 0;
}

.navbar-principal .sq-user li.dropdown:first-child a {
    border-right: 1px solid #ddd;
}

.navbar-principal .sq-notificacao span {
    line-height: 28px;
}

.sq-notificacao {
    position: relative;
}

.navbar-principal .navbar-nav>li.sq-notificacao>a {
    padding-top: 15px;
}

.sq-notificacao span.badge {
    position: absolute;
    line-height: 9px;
    top: 13px;
    height: 16px;
    padding: 3px 4px;
    left: 36px;
    background: #FF4000;
}

.sq-notificacao .fa-circle {
    color: #26ADE3;
}

.dropdown-messages {
    max-width: 450px;
}

.sq-notificacao .dropdown-messages>li>a.link-notificacao {
    width: 400px;
    white-space: normal;
}

.sq-table-fatores-externos tr.sq-table-row {
    display: table-row;
}

.sq-table-fatores-externos tr.sq-table-row>td.sq-col-fator {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.sq-table-fatores-externos tr.sq-table-row:last-child>td {
    border-bottom: 1px solid #ddd;
}

.modal-backdrop {
    background-color: #DBF6FF;
}

.btn.btn-primary {
    background-color: #3F5077;
}

.btn.btn-info {
    background-color: #26ADE3;
}

.btn.btn-success {
    background-color: #5AB75C;
}

.has-warning .input-group .btn {
    border-color: #8a6d3b;
    color: #8a6d3b;
}

.has-success .input-group .btn {
    border-color: #3c763d;
    color: #3c763d;
}

.has-error .input-group .btn {
    border-color: #a94442;
    color: #a94442;
}

.subtimeline-menu i.fa {
    color: #A6CE46;
}

.subtimeline-menu .collapsed i.fa {
    color: #333;
}

.timeline-empresa .timeline-menu {
    margin-left: 15px
}

.sq-sub-navbar a {
    text-align: -webkit-center;
    opacity: 0.6;
}

.sq-sub-navbar .actived a {
    opacity: 1;
}

i.icon {
    background-size: contain !important;
    width: 32px;
    height: 32px;
    display: block;
    margin-top: 5px;
}

i.icon.icon-cadastro {
    background: url("../img/icons/cadastro.png") no-repeat center;
}

i.icon.icon-cronograma {
    background: url("../img/icons/cronograma.png") no-repeat center;
}

i.icon.icon-definicoes {
    background: url("../img/icons/definicoes.png") no-repeat center;
}

i.icon.icon-analise-empresa {
    background: url("../img/icons/analise-empresa.png") no-repeat center;
}

i.icon.icon-analise-geral {
    background: url("../img/icons/analise-geral.png") no-repeat center;
}

i.icon.icon-analise-swot {
    background: url("../img/icons/analise-swot.png") no-repeat center;
}

i.icon.icon-planejamento {
    background: url("../img/icons/planejamento.png") no-repeat center;
}

i.icon.icon-plano-acao {
    background: url("../img/icons/plano-acao.png") no-repeat center;
}

.media .media-right {
    text-align: -webkit-right;
}

.media .media-right a {
    margin-bottom: 15px;
}

textarea {
    min-width: 100px;
}

.form-group .select2-container {
    width: 100% !important;
}

.table .Aprovado, .table .Aprovada {
    background-color: #94B954;
}

.table .Aprovado .btn-link, .table .Aprovada .btn-link {
    color: #fff;
}

.table .Reprovado, .table .Reprovada {
    background-color: #E26840;
}

.table .Reprovado .btn-link, .table .Reprovada .btn-link {
    color: #fff;
}
