body:before {
    background: #65A8F1;
}

body {
/*    font-family: 'trasandina', 'ff-tisa-web-pro', 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-weight: 400;
}

body.menu-position-side .content-w {
    max-width: calc(100% - 260px);
}

img {
    max-width: 100%;
    height: auto;
}

.menu-w .logo-w {
    padding: 14px 1rem 14px 1rem;
}

.menu-w .logo-w .logo {
    margin: 7.3px auto;
}

.menu-w .logo-w .logo img {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.menu-w ul.sub-menu li a.active {
    font-weight: 700;
}

.menu-w ul.sub-menu li a.active:before {
    background-color: #047bf8;
}

.menu-w ul li.li-simple {
    padding-left: 19px;
}

.menu-w ul li.li-simple a {
    color: #3E4B5B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 0.9rem;
}

.menu-w ul li.li-simple.active a {
    font-weight: 700;
    color: #047bf8;
}

.menu-w.menu-layout-compact ul.main-menu.menu-aux {
    padding: 0;
}

.menu-w.menu-layout-compact ul.main-menu.menu-aux > li > a:hover .icon-w {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-w.menu-layout-compact ul.main-menu.menu-aux > li > a:hover span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-w.menu-layout-compact ul.main-menu.menu-aux > li .icon-w + span {
    padding: 7px;
    padding-left: 0px;
    color: #0073ff;
    font-size: 0.99rem;
}

.menu-w.menu-layout-compact ul.main-menu.menu-aux > li .icon-w {
    width: 30px;
    color: #0073ff;
    text-align: left;
}

.menu-w.menu-layout-compact ul.main-menu > li.active > a {
    font-weight: 700;
    color: #047bf8;
}

.fixed-menu {
    min-height: 100vh;
    /*position: fixed;
    width: 260px;
    height: 100%;
    overflow: auto;*/
}

.auth-box-w form .form-group .pre-icon {
    top: 31px;
}

.auth-box-w .logo-w {
    padding: 8%;
}

.padding_aux_login {
    padding: 0 80px;
}

.auth-wrapper .all-wrapper {
    padding: 0;
}

.dataTables_length {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.dataTables_length label {
    margin-bottom: 0;
}

.table .row-actions a, .table .row-actions a:last-child {
    margin: 0 0.4rem;
    text-decoration: none !important;
}

.table th, .table td {
    padding: 0.65rem;
    font-size: 14px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 50%;
    margin-top: -9px;
}

@media (max-width: 1300px) {
    .table-responsive {
        overflow: auto;
    }

    .table th, .table td {
        padding: 0.35rem;
        font-size: 12px;
    }
}

.dataTables_wrapper {
    padding-left: 0 !important;
    paint-order: 0 !important;
}

.margint15 {
    margin-top: 15px;
}

.margint30 {
    margin-top: 30px;
}

.margint50 {
    margin-top: 50px;
}

input#cep {
    border-radius: 4px 0 0 4px;
    float: left;
    width: calc(100% - 30px);
}

textarea.max {
    min-height: 200px;
}

a[data-toggle="tooltip"] {
    background-color: #047bf8;
    width: 19px;
    height: 19px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 18.5px;
    margin-left: 5px;
}

p.min {
    font-size: 12px;
}

.buscacep {
    cursor: pointer;
    background-color: #047bf8;
    color: #FFF;
    width: 30px;
    height: 37.6px;
    border-radius: 0 4px 4px 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    align-items: center;
}

.buscacep > div {
    display: block;
    margin: 0 auto;
}

#lupa {
    margin: 7.5px auto;
}

#ajax_loading {
    margin: 7.5px auto;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.bootstrap-select>.dropdown-toggle {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 2px solid #dde2ec;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.bootstrap-select>.dropdown-toggle.form-control:not([size]):not([multiple]) {
    height: calc(2.1rem + 4px);
}

.bootstrap-select>.dropdown-toggle:focus {
    color: #495057;
    background-color: #fff;
    border-color: #047bf8;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
    margin-left: -5px;
}

label span.min {
    font-size: 12px;
}

.aux_page_login {
    min-height: calc(100vh - 100px);
    display: table;
    width: 100%;
}

.vertical_align_center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/*Checkbox Switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
}

.switch input:checked + .slider {
    background-color: #2196F3;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.top-table th, .top-table td {
    vertical-align: top;
    line-height: 37.6px;
}

.top-table .form-text.with-errors {
    margin: -6px 0 -27px;
}

.btn-radius {
    height: 35px;
    width: 35px;
    padding: 7px 6px 6px;
    border-radius: 50%;
    color: #FFF !important;
}

.btn-min {
    height: 25px;
    width: 25px;
    padding: 2px;
}

.btn-primary, .btn-success {
    color: #FFF !important;
}

.modal #content-action {
    padding: 0 80px 30px;
}

body .daterangepicker {
    min-width: auto;
}

.menu-w.menu-layout-compact ul.main-menu {
    padding: 0 0 0 10px;
}

.col-acessos {
    min-width: 20%;
}

@media (max-width: 1366px) {
    .col-acessos {
        min-width: 25%;
    }
}

@media (max-width: 1280px) {
    .col-acessos {
        min-width: calc(100% / 3);
    }
}

@media (max-width: 992px) {
    .col-acessos {
        min-width: 100%;
    }
}

#accordion {
    padding: 1rem;
}

#accordion .card-header li {
    display: block;
    border-bottom: none;
}

#accordion .card-header li > a {
    color: #3E4B5B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 0.99rem;
    cursor: pointer;
}

#accordion .card-header li > a > span {
    padding: 7px;
    padding-left: 0px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #0073ff;
    font-weight: 500/
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#accordion .card-header .icon-w {
    display: block;
    font-size: 18px;
    padding: 7px 0 7px 0px;
    width: 30px;
    color: #0073ff;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#accordion .card-header a:before {
    content: "\e91c";
    font-size: 7px;
    right: 5px;
}

#accordion .card-header a:before {
    font-family: 'osfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91c";
    font-size: 7px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5px;
}

span.select2 {
    width: 100%!important;
}

.form-despesa .text-receita {
    display: none;
}

.form-receita .text-receita {
    display: inherit;
}

.form-receita .text-despesa {
    display: none;
}

/*Summernote*/
.note-popover .popover-content, .panel-heading.note-toolbar {
    background-color: #f7f7f7;
}

.note-editor .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    margin-left: 0 !important;
}

.note-editor.note-frame .note-editing-area .note-editable p b, .note-editor.note-frame .note-editing-area .note-editable p strong,
.note-editor.note-frame .note-editing-area .note-editable b, .note-editor.note-frame .note-editing-area .note-editable strong {
    font-weight: 700;
}

.note-editor.note-frame .note-editing-area .note-editable {
    font-size: 18px;
    line-height: 30px;
}

.note-popover.popover {
    max-width: none;
    display: none;
}

/*Tablets up*/
@media (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }
}

/*Tablets down*/
@media (max-width: 768px) {
    .visible-xs {
        display: inherit !important;
    }

    .hidden-xs {
        display: none !important;
    }
}