body:before {
    background: #2659a6;
}

body {
    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;
    max-width: 100%;
    width: 300px;
    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;
}

.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;
    }
}

.margint15 {
    margin-top: 15px;
}

.margint30 {
    margin-top: 30px;
}

.margint50 {
    margin-top: 50px;
}

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;
}

.blue {
    color: #2659a6;
}

.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-success, .btn-danger {
    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;
}

#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;
}

.icon_inscricoes {
    background-image: url('../images/icone_inscricoes.svg');
}

.icon_entrada {
    background-image: url('../images/icone_entrada.svg');
}

.icon_entrega_de_materiais {
    background-image: url('../images/icone_entrega-materiais.svg');
}

.menu-evento {
    padding: 0;
    text-align: center;
}

.menu-evento li {
    list-style: none;
    display: inline-block;
    padding: 24px 40px;
}

.menu-evento li a {
    font-size: 24px;
    line-height: 36px;
    color: #2659a6;
    background-color: #f4f5f9;
    box-shadow: 2px 5px 5px 0 rgba(44, 60, 140, 0.15);
    display: block;
    padding: 12px 15px 12px 60px;
    background-repeat: no-repeat;
    background-size: 44px;
    background-position: 8px center;
    border-radius: 5px;
}

.menu-evento li a:hover, .menu-evento li a:focus {
    text-decoration: none;
    background-color: #edeff5;
    color: #2659a6;
}

.menu-evento li.active a {
    background-color: #efefef;
}

.box_info_inscricao {
    border-radius: 5px;
    border: solid 2px #d8d8d8;
    padding: 30px;
}

.menu_opcoes {
    padding: 0;
}

.menu_opcoes li {
    float: left;
    width: 50%;
    list-style: none;
    text-align: center;
}

.menu_opcoes li a, .menu_opcoes li {
    font-size: 13px;
    font-weight: 700;
    display: block;
    line-height: 30px;
    letter-spacing: 1px;
    color: #2659a6;
    text-transform: uppercase;
}

.menu_opcoes li a:hover, .menu_opcoes li a:focus {
    color: #2659a6;
    text-decoration: none;
}

.menu_opcoes li.disable {
    color: #8c8c8c;
    cursor: no-drop;
}

.ale {
    width: 100%;
    padding: 10px 15px;
    color: #FFF;
    font-size: 20px;
}

.ale.azul {
    background-color: #316176;
}

.ale.amarelo {
    background-color: #ffca05;
    color: #316176;
}

.ale.verde {
    background-color: #8CC58C;
}

.box_entrega_materiais {
    background-color: #f4f5f9;
    padding: 30px 30px;
}

.icon_entrega_nao_realizada {
    color: #fa0000;
    font-size: 15px;
    line-height: 30px;
    font-style: italic;
    font-weight: bold;
    margin-top: 15px;
}

.icon_entrega_nao_realizada img {
    padding: 1px 1px;
    background-color: #fa0000;
    border-radius: 5px;
    margin-right: 5px;
}

.icon_entrega_realizada {
    color: #8c8c8c;
    font-size: 15px;
    line-height: 30px;
    font-style: italic;
    font-weight: bold;
    margin-top: 15px;
}

.icon_entrega_realizada img {
    padding: 3px 0;
    background-color: #8c8c8c;
    border-radius: 5px;
    margin-right: 5px;
}

.box_destaque_info {
    border-radius: 5px;
    background-color: #f4f5f9;
    box-shadow: 2px 5px 10px 0 rgba(44, 60, 140, 0.15);
    padding: 30px;
}

.aux_border {
    margin-right: -15px;
    padding-right: 14px;
    border-right: 1px solid #2659a6;
}

#btn_entregar_materiais {
    color: #2659a6;
    background-color: transparent;
    border: 1px solid #2659a6;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#btn_entregar_materiais:hover,
#btn_entregar_materiais:focus {
    color: #fff;
    background-color: #2659a6;
    border: 1px solid #2659a6;
}

#btn_entregar_materiais {
    background-repeat: no-repeat;
    background-position:  left center;
    background-size: 40px;
    background-image: url('../images/icone_entrega-materiais.svg');
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 10px 15px 40px;
}

#btn_entregar_materiais:hover, #btn_entregar_materiais:focus {
    background-image: url('../images/icone_entrega-materiais_white.svg');
}

.box_alertas {
    padding: 30px;
}

.box_alertas.permitir {
    background-color: #69BD97;
}

.box_alertas.negar {
    background-color: rgba(250, 0, 0, 0.75);
}

.box_alertas.atencao {
    background-color: #94c5fb;
}

.box_alertas .ident span {
    font-size: 20px;
    line-height: 45px;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px 15px;
    color: #FFF;
    margin-top: 30px;
}

.box_alertas .mensagem {
    font-size: 21px;
    line-height: 30px;
    margin-top: 30px;
    color: #FFF;
}

.box_alertas_footer {
    padding: 30px 0 35px;
}

.box_alertas_footer .btn {
    min-width: 170px;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 15px;
}

/*Pesuisa de satisfação*/
.radio-btn label > input{
    display:none;
}

.radio-btn label {
    width: 100%;
}

.radio-btn label > input + .radio-style {
    cursor:pointer;
    text-align: center;
    border:1px solid #2659a6;
    background-color: transparent;
    color: #2659a6;
    border-radius: 5px;
    width: 100%;
    padding: 13px 0;
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 30px;
    padding-top: 45px;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.icon_sat_01 {
    background-image: url(../images/insatisfeito_p.svg);
}

.radio-btn label > input:checked + .radio-style.icon_sat_01, .radio-btn label > input:checked + .radio-style.icon_sat_01:hover, .radio-btn label > input:checked + .radio-style.icon_sat_01:focus {
    background-image: url(../images/insatisfeito_nv.svg);
}

.icon_sat_02 {
    background-image: url(../images/poucosatisfeito_p.svg);
}

.radio-btn label > input:checked + .radio-style.icon_sat_02, .radio-btn label > input:checked + .radio-style.icon_sat_02:hover, .radio-btn label > input:checked + .radio-style.icon_sat_02:focus {
    background-image: url(../images/pouco_satisfeito_n.svg);
}

.icon_sat_03 {
    background-image: url(../images/neutro_p.svg);
}

.radio-btn label > input:checked + .radio-style.icon_sat_03, .radio-btn label > input:checked + .radio-style.icon_sat_03:hover, .radio-btn label > input:checked + .radio-style.icon_sat_03:focus {
    background-image: url(../images/neutro_n.svg);
}

.icon_sat_04 {
    background-image: url(../images/satisfeito_p.svg);
}

.radio-btn label > input:checked + .radio-style.icon_sat_04, .radio-btn label > input:checked + .radio-style.icon_sat_04:hover, .radio-btn label > input:checked + .radio-style.icon_sat_04:focus {
    background-image: url(../images/satisfeito_n.svg);
}

.icon_sat_05 {
    background-image: url(../images/muito_satisfeito_p.svg);
}

.radio-btn label > input:checked + .radio-style.icon_sat_05, .radio-btn label > input:checked + .radio-style.icon_sat_05:hover, .radio-btn label > input:checked + .radio-style.icon_sat_05:focus {
    background-image: url(../images/muito_satisfeito_n.svg);
}

.radio-btn p{
    text-align: center !important;
    font-size: 15px;
    line-height: 22px;
    padding: 0px;
    margin: 0;
}

.radio-btn label > input:checked + .radio-style {
    background-color: #2659a6;
    color: #FFF;
}

.radio_max label > input + .radio-style {
    min-height: 103px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(4 50 113 / 80%);
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #248ce8;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #248ce8;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #248ce8;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.stoped#loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


/*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;
    }
}