/* Default */

body {
    background: #f6f8fa;
    font-family: 'Poppins', sans-serif;
    color: #464d54;
}

section {
    background: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 28px !important;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #32587e !important;
    text-align: left;
    font-weight: 600 !important;
}

h3 {
    font-size: 20px !important;
    color: #32587e !important;
    font-weight: 600 !important;
}

h3 i {
    margin-right: 5px;
    font-size: 14px;
    width: 20px;
    text-align: center;
    height: 20px;
    position: relative !important;
    top: -1px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

a {
    color: #337ab7 !important;
}

a:hover {
    color: #083d72 !important;
}

.info-box h3 {
    margin-bottom: 5px;
}


/* Buttons */

.btn-primary,
.contact .php-email-form button[type=submit] {
    border: inherit !important;
    transition: 0.4s;
    background: #165799 !important;
    color: #fff !important;
}

.btn-primary:hover,
.contact .php-email-form button[type=submit]:hover {
    background: #083d72 !important;
}

.btn-secondary,
.btn-default {
    background: #FFF !important;
    border: 1px solid #ccc !important;
}

.btn-secondary:hover,
.btn-default:hover {
    background: #F5f5f5 !important;
    border: 1px solid #ccc !important;
}

#footer {
    margin-top: 60px;
    background: #ffffff !important;
    font-size: 14px;
    color: #7f8c99;
    border-top: 1px solid #e9ecef;
}

#main {
    min-height: calc( 100vh - 141px - 171px);
}


/* Header */

#header {
    background: #fff;
    height: 100px;
    border-bottom: 1px solid #e9ecef;
}

#header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#header .container .logo {
    margin: 0px !important;
    float: none;
    width: 100%;
}

#header .container .logo img {
    max-height: 99px;
}

#header .container .logo .nome-cliente {
    color: #32587e;
    font-family: 'Poppins', sans-serif;
}


/* MENU */

#header .container #navbar {
    float: none !important;
    min-height: auto;
    margin: 0px !important;
}

#header .container #navbar .dropdown ul {
    left: auto;
    right: 0px;
    padding: inherit !important;
}

ul.dropdown-menu {
    border: inherit !important;
}

#header .navbar a {
    color: #32587e;
    font-weight: 600;
    padding: 10px 10px;
}

#header .navbar a.active {
    background: #165799 !important;
    color: #FFF !important;
    border-radius: 60px;
    padding: 10px 15px;
    
    cursor: pointer !important;
}

#header .navbar a.active:hover {
    background: #083d72 !important;
}


/*SUBMENU*/

#corpo,
.potencia {
    padding: 10px 0;
    background: #ffffff !important;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    font-weight: 400 !important;
    color: #7f8c99;
    border-bottom: 1px solid #e9ecef;
}


/*CONTENT*/

.section-title {
    padding-bottom: 15px !important;
}

.section-title h2 a {
    font-size: 28px !important;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #32587e !important;
    text-align: left;
    font-weight: 600 !important;
}

.section-title h2 a i {
    font-size: 20px !important;
    padding-bottom: 0;
    color: #32587e !important;
    background: #e7eaed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-top: -6px;
}

h3 {
    font-size: 15px !important;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #464d54 !important;
    text-align: left;
    font-weight: 600 !important;
}

.divider {
    border-color: #e9ecef;
}

#main {
    margin: 0px !important;
    font-size: 14px;
    line-height: 24px;
}

#main section {
    padding: 0px !important;
    border-bottom: none;
    margin-top: 30px !important;
}


/*CONTATO*/

#contact .section-title {
    margin-bottom: 15px;
}

#contact .section-title h2 {
    margin-bottom: 5px;
}

#contact .section-title p {
    text-align: left;
}

#contact form,
.box-form {
    background: #Fff;
    padding: 15px;
    border-radius: 5px;
}

#contact form {
    margin-top: 25px;
}


/*PANELS*/

.panel {
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px #d4d8dd;
    border-bottom: 2px solid #d4d8dd;
}

.panel-heading {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 9px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 11px !important;
    position: relative;
    font-weight: 500;
    color: #7c8793;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.panel-body {
    padding: 15px !important
}

.panel-formulario form {
    border: none !important;
}

.panel-formulario .form-inline {
    display: flex;
}

.panel-formulario .form-inline .form-group,
.panel-formulario .form-inline .input-group {
    width: 100% !important;
}

.panel-formulario .form-inline button {
    margin-left: 5px;
}

.panel-formulario form button {
    padding: 7px 10px;
}

.panel-ui {
    border-radius: 5px;
    position: relative;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background: #FFF;
    margin-bottom: 30px;
    font-size: 14px;
    display: block;
}

.panel-ui-body-overflow::-webkit-scrollbar {
    width: 8px;
    background: #eee;
}

.panel-ui-body-overflow::-webkit-scrollbar-track {
    border-radius: 10px;
}

.panel-ui-body-overflow::-webkit-scrollbar-thumb {
    background: #337ab7;
    border-radius: 10px;
}

.panel-ui-body-overflow::-webkit-scrollbar-thumb:hover {
    background: #083d72;
}

.panel-green {
    background: #deefe1 !important;
    color: #2d4a33;
}

.panel-white {
    background: #ccc !important;
    color: #2d4a33;
}

.panel-red,
.panel-legenda .label-danger {
    background: #ffe7e7 !important;
    color: #4e2a2a;
}

.panel-yellow,
.panel-legenda .label-warning {
    background: #f3f2db !important;
    color: #565a2e;
}
.panel-blue {
    background: #d6e3f1 !important;
    color: #565a2e;
}
.panel-grey,
.panel-legenda .label-default {
    background: #e9e9e9 !important;
    color: #565a2e;
}

a.panel-ui {
    font-size: 14px;
    font-weight: bold;
    transition: all linear 50ms;
    border: 1px solid #fff;
    color: #464d54;
    box-shadow: 0 0px 0px -5px #cbd8e5;
}

a.panel-ui i {
    color: #337ab7;
    margin-right: 15px;
}

a.panel-ui:hover {
    transform: scale(1.1);
    background: #f1f5f9;
    border: 1px solid #d0dbe7;
    box-shadow: 0 10px 10px -5px #cbd8e5;
}

.panel-ui-footer {
    padding: 15px;
    font-size: 15px;
    margin-top: 15px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.panel-ui-legenda {
    padding: 15px;
}

.panel-legenda strong {
    font-weight: 500 ;
}
.panel-legenda span {
    text-shadow: none !important;
}

.panel-ui-pagination-top {
    border-top:0px !important;
    margin-top:0px !important;
}


.panel-ui-footer .pager {
    margin: 0;
}

.panel-ui-footer .pager .disabled {
    pointer-events: none;
    opacity: .6;
}

.panel-ui-footer .pager .disabled a {
    background: #f5f5f5;
    color: #777 !important;
}

.panel-ui-footer .pager li {
    padding-bottom: 0px !important;
}


.panel-ui-footer .pager.complete .number {
    background: #f9f9f9;
    color: #777 !important;
    padding: 10px;
    display: inline-block;
    padding: 5px 14px !important;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.panel-ui-footer .pager.complete li {
    float: left;
}
.panel-ui-footer .pager.complete li:first-child a {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.panel-ui-footer .pager.complete li:last-child a {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;

}



.panel-ui-footer .label {
    text-shadow: none !important;
}

.panel-ui-footer .label-warning {
    background: #1657990f !important;
    border-radius: 5px;
    border: 1px solid #d0dbe7;
    color: #464d54;
}

.panel-actions {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #1657990f;
}

.panel-filter {
    /*padding:10px 15px;*/
    margin: 15px;
    margin-bottom: 0px;
    background: #1657990f;
    padding: 15px;
}

.panel-filter~.panel-ui-body,
.panel-filter~#listaMensgem .panel-ui-body {
    padding-top: 0px !important;
}

.panel-ui-header {
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #e9ecef;
}
.panel-ui-collapse {
    color: #464d54 !important;
    display: block;

}
.panel-ui-collapse:hover {
    color: #464d54 !important;
    background: #d6dde5;
}
.panel-ui-collapse:focus {
    text-decoration: none;
}
.panel-ui-collapse.collapsed i:before {
    content: "\f078";
}


.panel-ui-collapse .panel-ui-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.panel-ui-collapse .panel-ui-header i {
    margin:0
}

.header-text-green {
    color: #3c814a !important;
}

.header-text-red {
    color: #b33535 !important;
}

.panel-ui-header i {
    margin-right: 15px;
}

.panel-ui-body {
    padding: 15px
}

.panel-ui-body-overflow {
    max-height: 630px;
    overflow: auto;
    display: inline-block;
    width: 100%;
}

.panel-actions ul.dropdown-menu {
    font-size: 13px;
}

.panel-actions ul.dropdown-menu li {
    padding-bottom: 0px;
}

.panel-actions ul.dropdown-menu li a {
    padding: 15px;
}

.panel-actions ul.dropdown-menu li a i {
    color: #337ab7 !important;
    font-size: inherit !important;
}

.panel-actions ul.dropdown-menu li hr {
    margin: 0px;
}

.img-thumbnail {
    border: none;
    padding: 0px;
}


/*PROGRESS-BAR*/

.progress {
    background: #efefef;
    box-shadow: none;
    margin: 0px !important;
    height: 8px;
    border-radius: 50px;
}

.progress-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.progress-presenca {
    margin-bottom: 5px;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    transition: all linear 50ms;
}

.progress-presenca:hover {
    background: #f5f5f5;
    transform: scale(1.02)
}

.progress-content {
    width: 100%;
    margin-right: 15px;
}

.progress-presenca button {
    background: none;
    color: #337ab7 !important;
    border: none;
    pointer-events: none;
}

.presenca-text {
    text-align: center;
    padding: 15px !important;
    border-top: 1px solid #d4d8dd;
}


/*CALENDAR*/

#calendar .caption {
    margin-bottom: 5px !important;
    font-weight: bold;
}

#calendar .thumbnail {
    margin-bottom: 0px;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 20%);
    transition: all linear 50ms;
}


/*ANIVERSÁRIO*/

#brithday .thumbnail {
    display: flex;
    border: none;
    margin: 0px;
    margin-bottom: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 20%);
    transition: all linear 50ms;
    width: 100%;
}

#brithday .pic {
    width: 80px;
}

.brithday-date {
    margin-left: 15px
}

#brithday .caption {
    padding: 0px
}


/*TIMELINE*/

ul.timeline {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

ul.timeline li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

ul.timeline li:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    background: #337ab7;
    border-radius: 50%;
    left: 0;
    top: 6px
}

ul.timeline li:after {
    content: "";
    position: absolute;
    border-left: 1px dotted #337ab7;
    height: calc(100% + 15px);
    width: 1px;
    left: 4px;
    top: 7px
}

ul.timeline li:last-child:after {
    display: none;
}

ul.timeline li div {
    font-weight: bold;
    color: #000
}

ul.timeline li .time {
    font-size: 12px;
    background: #d6dfe7;
    padding: 3px 8px;
    border-radius: 8px;
    margin-right: 5px;
    top: -2px;
    position: relative;
}
ul.timeline li .time:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #d6dfe7;
    position: absolute;
    left: -4px;
    top: 7px;
}


/*FINANCEIRO*/

.financeiro-desc {
    display: flex;
    align-items: end;
}

.financeiro-icon i {
    background: #FFF;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 15px;
}

.financeiro-valor {
    font-size: 26px;
    font-weight: bold;
}

.financeiro-text {
    font-size: 13px;
    margin-top: 7px;
}


/*CARDS*/

.card-calendar {
    background: #1657990f;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #d0dbe7;
    margin-bottom: 15px;
}

.card-calendar:last-child {
    margin-bottom: 0px;
}

.card-calendar .caption {
    font-size: 13px;
    font-weight: bold;
}

.card-calendar .caption i {
    color: #165799;
}

.card-calendar .calendar-title {
    margin-top: 5px;
}

.card-aniversario {
    display: flex;
}

.card-pic-aniversario {
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    min-width: 60px;
    margin-right: 15px;
}

.card-pic-aniversario img {
    width: 60px;
}


/*TABLE*/

table.table thead tr th,
table.table tfoot tr th {
    font-size: 15px;
    border-bottom: 1px solid #e9ecef;
}

table.table-financeiro {
    border: none;
    margin-bottom: 0px
}

table.table-financeiro td,
table.table-financeiro th {
    border-color: #e9ecef !important;
    padding: 15px !important;
}

table.table-financeiro thead tr th:first-child,
table.table-financeiro tbody tr td:first-child,
table.table-financeiro tfoot tr th:first-child {
    border-left: none !important;
}

table.table-financeiro thead tr th:last-child,
table.table-financeiro tbody tr td:last-child,
table.table-financeiro tfoot tr th:last-child {
    border-right: none !important;
}

table.table-financeiro tbody tr td {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-button {
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #337ab7 !important;
    border: none;
}

table .bg-success,
table .bg-success.darken {
    background: #f2f7f3 !important;
    font-style: italic;
    color: inherit !important;
}

table .bg-danger,
table .bg-danger.darken {
    background: #fdefef !important;
    color: inherit !important;
    font-style: italic;
}

table .bg-warning,
table .bg-warning.darken {
    background: #f3f2db !important;
    color: inherit !important;
    font-style: italic;
}


.table-files div {
    padding: 0px;
    width: 100% !important;
}

.table-files a.panel-ui {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.table-files a.panel-ui:hover {
    transform: scale(1);
    background: none;
    ;
}

.table-files a.panel-ui .panel-ui-body {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}


/*ATAS*/

.col-atas a.panel-ui,
.col-atas .panel-ui {
    margin-bottom: 10px !important;
}

.atas-avaliacao .financeiro-icon i {
    width: 28px;
    height: 28px;
    font-size: 15px;
}

.atas-avaliacao .financeiro-text {
    margin-top: 0px;
}

.atas-avaliacao>.panel-ui {
    margin-bottom: 10px;
}


/*COMENTARIOS*/

.comment-body a {
    color: #337ab7 !important
}

.comment-body button {
    pointer-events: none;
    background: none !important;
    border: none !important;
    font-size: 15px;
}

.comment-body button.btn-danger {
    color: #d43f3a;
}

.comment-body button.btn-warning {
    color: #f0ad4e;
}

.comment-body button.btn-success {
    color: #5cb85c;
}

#mensagem .modal-body {
    box-shadow: inset 0 10px 10px -11px rgba(0, 0, 0, .3);
}

.widget-comments .comment-body {
    margin-left: 45px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 7px 12px 8px;
    position: relative;
}

.widget-comments .comment-body:before {
    border-color: transparent #e4e4e4 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    height: 0;
    left: -6px;
    position: absolute;
    top: 11px;
    width: 0;
}

.widget-comments .comment-avatar {
    margin-top: 0 !important;
}

.widget-comments .comment-body span {
    color: #aaa;
    display: inline-block;
    font-size: 11px;
}

.widget-comments .comment-body span strong {
    color: #337ab7 !important
}

#mensagem-corpo hr {
    display: none;
}

#mensagem #mensagem-corpo~.comment-actions {
    border-top: 1px solid #e9ecef;
    padding: 15px;
    margin-left: -15px;
    position: relative;
    margin-right: -15px;
    margin-bottom: -15px !important;
    text-align: right;
}

#mensagem #mensagem-corpo~.comment-actions a {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff !important;
    background-color: #165799 !important;
    border-color: #165799 !important;
    text-shadow: none;
    line-height: 15px;
    font-weight: 400;
    padding: 7px 12px;
    outline: none !important;
}

#mensagem #mensagem-corpo~.comment-actions a:hover {
    background-color: #083d72 !important
}


/*MODAL*/

.modal-header {
    background: #165799;
    color: #FFF;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 17px !important;
    line-height: 1.42857143 !important;
    font-weight: 500 !important;
}

.modal-header {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px 20px 20px;
}

.modal-header h4 {
    padding: 0px !important;
    margin: 0px !important;
}

.modal-header h5 {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
}

.modal-header .close {
    color: #FFF;
    opacity: 1;
    background: #0b3d6e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: normal;
    margin-top: -2px;
}

.modal-header .close span {
    text-shadow: none;
}


/*PANELS*/

.panel-msg .panel-heading {
    background: #fff;
    padding: 15px !important;
    font-size: 15px !important;
    font-weight: bold;
    border-bottom: 1px solid #e9ecef;
}

.panel-msg .panel-heading .panel-title {
    color: inherit;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #555555;
}

.panel-msg .panel-body form>div.form-group {
    margin-bottom: 0px;
}

.panel-msg .panel-body form>div.form-group:last-child {}

.panel-msg .panel-body form>div.form-group:last-child div {
    flex-direction: row-reverse;
    display: flex;
}

.panel-msg .panel-body form>div.form-group:last-child div button {
    margin-left: 15px;
}


/*TOASTER*/

.bootstrap-growl.alert:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    left: 15px;
    border-radius: 50%;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bootstrap-growl.alert {
    padding-left: 80px !important;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    box-shadow: 0px 5px 10px -5px #3e3e3e70;
    border: none;
    width: 340px !important;
    position: fixed !important;
}

.bootstrap-growl.alert b {
    margin-bottom: 5px;
    display: inline-block;
}

.bootstrap-growl.alert-success {
    background-color: #deefe1 !important;
    color: #2d4a33 !important;
    border: 1px solid #b1c3b5 !important;
}

.bootstrap-growl.alert-success .close {
    color: #2d4a33 !important;
}

.bootstrap-growl.alert-success:before {
    content: "\f00c";
}

.bootstrap-growl.alert-danger {
    background: #fde5e5 !important;
    color: #4e2a2a !important;
    border: 1px solid #d5bfbf !important;
}

.bootstrap-growl.alert-danger:before {
    content: "\f057";
}

.bootstrap-growl.alert-danger .close {
    color: #4e2a2a !important;
}

.bootstrap-growl.alert-info {
    background-color: #e0e9f1 !important;
    color: #165799 !important;
    border: 1px solid #bac6d3 !important;
}

.bootstrap-growl.alert-info:before {
    content: "\f129";
}

.bootstrap-growl.alert-info .close {
    color: #165799 !important;
}


/*MODAL ALERT*/

.modal-alert .modal-dialog {
    width: 350px !important;
}

.modal-alert.modal-danger .modal-header {
    background: #e66454;
    border-radius: 5px 5px 0 0;
    margin-top: -1px;
    text-align: center;
}

.modal-alert .modal-header {
    color: #fff;
    margin-bottom: 20px;
    padding: 25px 0 18px 0;
    text-shadow: 0 1px 0 rgb(0 0 0 / 15%);
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
}

.modal-alert .modal-header .fa {
    font-size: 90px;
}

.modal-alert .modal-body {
    line-height: 22px;
}


/*RESPONSIVO*/

@media (max-width: 1200px) {
    .panel-ui-body-overflow {
        max-height: 280px !important;
    }
    #contact form {
        margin-top: 0px;
    }
    #form-login .modal-footer>div {
        flex-direction: column;
    }
    #form-login .modal-footer>div>div {
        margin: 15px;
    }
    .panel-ui {
        margin-bottom: 5px;
    }
    .modal-body,
    .panel-ui-body {
        overflow: auto;
    }
    #dataReuniao {
        width: 100% !important;
        display: inline-block;
        margin-bottom: 10px;
    }
    .panel-ui-footer {
        flex-direction: column;
    }
    .panel-ui-footer>div:first-child {
        margin-bottom: 15px;
    }
    #form-filtro {
        text-align: right;
    }
    #form-filtro select,
    #form-filtro input {
        width: 100% !important;
    }
    #form-filtro #dataReuniao {
        width: 170px !important;
    }
    .panel-actions ul.dropdown-menu li a {
        white-space: normal;
    }
    .modal-alert .modal-dialog {
        width: calc(100% - 20px) !important
    }
    .bootstrap-growl.alert {
        left: 10px;
    }
}


/*MENU RESPONSIVO*/

.mobile-nav-toggle {
    background: #165799;
    padding: 5px;
    border-radius: 6px;
    top: 30px !important;
}

.navbar-mobile {
    background: rgb(0 0 0 / 78%);
    z-index: 102;
}

.navbar-mobile ul {
    left: 40px;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 100px !important;
}

#header .navbar-mobile.navbar a.active {
/*    margin: 0 10px !important;*/
    padding: 10px 20px;
    border-radius: 0px;
}

.navbar-mobile .dropdown-menu {
    display: inline-block !important;
}

.navbar-mobile .dropdown-toggle {
    pointer-events: none;
}

.navbar-mobile .dropdown ul {
    position: relative;
    margin: 0px;
    width: 100%;
    margin-top: 0;
    /* display: block; */
    width: 100%;
    padding-top: 10px !important;
    box-shadow: none;
    border: 0;
    background: none;
    border: 1px solid #165799 !important;
    border-radius: 0;
}

select {
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.ui-datepicker {
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    border: none;
    z-index: 1050 !important;
}

.ui-datepicker th {
    background: #f9f9f9;
}

.ui-datepicker-title {
    font-weight: bold;
    ;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after,
.ui-datepicker-title,
.ui-datepicker th {
    color: #555;
}

.ui-datepicker .ui-state-active {
    background: #165799 !important;
    color: #fff !important;
}

.select2-results .select2-highlighted,
.select2-results li {
    color: #555555;
}

.select2-results .select2-highlighted {
    font-weight: bold;
    background-color: #f5f5f5;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #165799 !important;
    text-shadow: none !important;
    font-weight: normal;
    padding-right: 25px;
}

.select2-search-choice-close {
    margin-left: 10px !important;
    right: 0;
    padding: 0 5px;
    width: auto;
    background: #0b3d6e;
    color: #FFF !important;
}

.select2-search-choice-close:hover {
    background: #0b3d6e !important;
    color: #FFF !important;
}





/*CARD PROCESSOS*/
#board.panel-status-off .card-board {
    border:none;
}
.panel-status {
    margin-bottom: 15px;
}
.panel-status-green,
.panel-status-green .card-board-tag-status {
    background: #deefe1 !important;
    color: #2d4a33;
    border-left: 3px solid #5ebd5e;
}

.panel-status-green .card-board-tag-status i {
    background:#5ebd5e;
}

.panel-status-red,
.panel-status-red .card-board-tag-status  {
    background: #ffe7e7 !important;
    color: #4e2a2a;
    border-left: 3px solid #e66454;
}
.panel-status-red .card-board-tag-status i {
    background:#e66454;
}

.panel-status-yellow,
.panel-status-yellow .card-board-tag-status
 {
    background: #f3f2db !important;
    color: #565a2e;
    border-left: 3px solid #f4b04f;
}
.panel-status-yellow .card-board-tag-status i {
    background:#f4b04f;
}
.panel-status-blue,
.panel-status-blue .card-board-tag-status  {
    background: #d6e3f1 !important;
    color: #2e425a;
    border-left: 3px solid #5bc0de;
}
.panel-status-blue .card-board-tag-status i {
    background:#5bc0de;
}
.panel-status-grey,
.panel-status-grey .card-board-tag-status {
    background: #e9e9e9 !important;
    color: #525252;
    border-left: 3px solid #98a3a4;
}
.panel-status-grey .card-board-tag-status i {
    background:#98a3a4;
}

.panel-status .financeiro-text {
    margin-top: 0px;
}

.panel-status .financeiro-valor {
    font-weight: bold;
    background: #FFF;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 15px;
}
.panel-status .financeiro-desc {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media (max-width: 1200px) {
    .panel-status .financeiro-valor {
        font-weight: bold;
        background: #FFF;
        font-size: 15px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-right: 10px;
    }
}


@media (max-width: 992px) { 
    #irmao_situacao,
    #irmao_evolucao,
    #irmao_comunica_grau {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}


#irmao_situacao,
#irmao_evolucao,
#irmao_comunica_grau {
   /* margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;*/
    width:100%;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    grid-gap: 15px;
}
#irmao_situacao .card-board,
#irmao_evolucao .card-board,
#irmao_comunica_grau .card-board {
    border: 1px solid #cdd2d7;
    margin-bottom: 15px;
}
#irmao_situacao .card-board:hover,
#irmao_evolucao .card-board:hover,
#irmao_comunica_grau .card-board:hover {
    box-shadow: 0 4px 10px -5px #cdd2d7 !important;
}
.card-board .input-grau {
    margin-top: 5px;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}
.backdrop-card {
    z-index: 100;
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#board {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
#board > div {
    margin-bottom:15px;
}

.card-divider .badge {
    background: #75879b;
    margin-left: 10px;
    border: none;
}

.card-board-header .button-dots {
    width: 25px;
    border: none;
    background: none;
    margin-top: 3px;
    margin-right: 0px;
    text-align: center;
}

.card-board {
    cursor:pointer;
    height:100%;
    background:#FFF !important;
    color: #464d54 !important;
    border-radius: 5px;
    box-shadow: 0 4px 10px -5px #cdd2d7;
    transition: all ease-out 100ms;
    padding: 2px;
    z-index: 101;
    position: relative;
}
.card-active {
    z-index: 102 !important;
}
.card-board h4 {
    padding:0 10px;
}
.card-board:hover  {
       box-shadow: 0 0px 20px 0px #d0dae3;
}
.card-board-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    position:relative;
    padding:2px 10px;
    margin-bottom: 15px;
    background: #f6f8fa;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.card-board-header h5{
font-weight: 600;
}

.card-board-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:10px;
}
.card-board-disclaimer {
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    line-height: 18px;
    padding-top: 0px;
}

.card-board-img {
    width:65px;
    height:65px;
    min-width:65px;
    min-height:65px;
    border-radius:50%;
    background:#ccc;
    overflow:hidden;
    margin-right: 15px;
}
.card-board-tag {
    background:#f5f5f5;
    padding:5px;
    font-size:12px;
    border-radius:5px;
    display:inline-block;
    line-height: initial;
    margin-bottom: 5px;
    font-weight: 500;
    border:none !important;
}
.card-board-tag i {
    margin-right:5px;
}
.card-board-tag-status {
    border-left:none !important;
}
i.icon-status {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 2px;
    margin-right: 2px;
}

ul.card-board-menu-dropdown {
    display:none;
    position:absolute;
    left: 0;
    background: #e1e6eb;
    padding: 10px;
    width: 100%;
    box-shadow: 0 0px 20px -3px #caced3;
    z-index: 101;
    font-size: 13px;
    top:40px;
}
ul.card-board-menu-dropdown:before {
    content:"";
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e1e6eb;
    position:absolute;
    top:0;
    position: absolute;
    top: -5px;
    right: 17px;
}
ul.card-board-menu-dropdown li {
    padding-bottom: 5px !important;
}
ul.card-board-menu-dropdown li:last-child {
    padding-bottom: 0px !important;
}
ul.card-board-menu-dropdown  li a {
    text-align:left;
    display:block;
    padding: 5px;
        color: #32587e !important;
    font-weight: 600;
}
ul.card-board-menu-dropdown  li a:hover {
    background:#d4d9df;
}
ul.card-board-menu-dropdown li a i {
    font-size: 13px !important;
    width: 24px;
    display: inline-block;
    text-align: center;
    color: #32587e !important;
}


.panel-filter-hidden {
    width: calc(100% - 30px);
    margin-bottom: 15px;
    margin-top:0px;
    display:none;
}




@media (max-width: 1200px) {
    [class*="row-fix-"] {
       margin-bottom: 15px;
    }
}


@media (min-width: 992px) {
    .row-fix-3 {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
    }
    .row-fix-4 {
        grid-template-columns: repeat(4, 1fr);
        display: grid;
    }
    .row-fix-5 {
        grid-template-columns: repeat(5, 1fr);
        display: grid;
    }
    .row-fix-6 {
        grid-template-columns: repeat(6, 1fr);
        display: grid;
    }
    
    [class*="row-fix-"] .col-md-2,
    [class*="row-fix-"] .col-lg-2 {
        width:100%;
    }
    [class*="row-fix-"]:before,
    [class*="row-fix-"]:after {
        display:none;
    }
}

@media (min-width: 992px) {
    /* MENU RESTRITO */
    .menu-restrito {
        display: flex;
        background: #165799;
        margin-left: 10px;
        border-radius: 60px;
    }
    #header .navbar .menu-restrito a {
        color: #FFF !important;
        padding-left: 10px !important;
        padding-right: 10px;
        border-radius: 0px !important;
    }
    #header .navbar .menu-restrito .dropdown-menu a {
        color: #32587e !important;
    }
    #header .navbar .menu-restrito div > a:hover {
        background: #083d72 !important;
    }
    #header .navbar .menu-restrito div:first-child > a {
        border-top-left-radius:60px  !important;
        border-bottom-left-radius:60px  !important;
        border-right: 1px solid #083d72;
    }
    #header .navbar .menu-restrito div:last-child > a {
        border-top-right-radius:60px !important;
        border-bottom-right-radius:60px !important;
        border-left: 1px solid #083d72;
    }
}
@media (max-width: 992px) {
    ul.dropdown-menu > li > a {
        margin:0px;
    }
    #header .navbar .menu-restrito > a {
        color: #FFF !important;
        border-bottom: 1px solid #3d7ec1;
    }
    .menu-restrito div > a {
        background: #165799;
        color: #FFF !important;
    }
}


.row-box-radio { 
    display: flex;
}
@media (max-width: 992px) {
    .row-box-radio { 
        flex-direction: column;
    }
    .row-box-radio .button-radiobox { 
        margin-bottom: 10px;
    }
}

.button-radiobox {
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #cad1d9;
    border-radius: 5px;
    display: flex;transition: all ease-out 100ms;
    height: 100%;
}
.button-radiobox.active,
.button-radiobox:hover {
    box-shadow: 0 0px 10px 0px #d0dae3;
    background: #e1e6ed;
    border: 1px solid #a6aeb7;
}
.button-radiobox h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.button-radiobox p {
font-size: 12px;
font-weight: 500;
font-style: italic;
line-height: 18px;
padding-top: 5px;
}

.button-radiobox-radio {
    background: #cad1d9;
    padding: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    align-items: center;
}

.button-radiobox-radio input {
    margin:0px;
    pointer-events: none;
}
.button-radiobox-text {
    padding: 0 10px;
}


.filter-members {
    display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; justify-content: space-between;
    align-items: flex-end;
}
.filter-members .select2-container {
    width: 300px !important;
}
.filter-members .select2-container .select2-search-choice-close {
    background: #ffffff !important;
    color: #165799 !important;
}


.filter-members input,
.filter-members select {
    width: 100% !important;
}

.filter-members .form-buttons {
    width: 145px; text-align:right;
}




#sisGridControl .table {
	width:100%;
	border-collapse:collapse;
}

@media screen and (max-width:601px) {

    .filter-members {
        flex-direction: column;
        gap:initial;
    }
    .filter-members .form-group {
        margin-bottom: 5px;
        width: 100%;
    }
    .filter-members .select2-container {
        width: 100% !important;
    }
    .filter-members input {
        margin-bottom: 0px !important;
    }

    .filter-members .form-buttons {
        width: 100%; text-align:right;
    }
    


	#sisGridControl .table {
		word-wrap:break-word;
    border:none;
	}
	#sisGridControl .table thead {
    display: none;
	}
	#sisGridControl .table td {
		display:block;
		float:left;/* ie9 and under hack */
		width:100%;
		clear:both;
		padding:10px 5px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	#sisGridControl .table tbody, 
  #sisGridControl .table tr {
		display:block
	}
  #sisGridControl .table td {
    display: flex;
    border-top: none;
    text-align: left;
  }
	#sisGridControl .table td:before {
		content: attr(data-th) ":";
		display:block;
		font-weight:bold;
    max-width: 130px;
    min-width: 130px;
	}
  #sisGridControl .table td:first-child {
    padding-bottom: 20px;
    background: #e7e7e7;
  }
  #sisGridControl .table td:first-child:before {
    display: none;
  }
	#sisGridControl .table tbody tr {
		float:left;
    width:100%;
    margin-bottom:20px;
    box-shadow: 0 10px 16px -10px #b5b5b5;
	}
}