.filterBlur{
    filter: blur(0px);
}
.logologin {
    width: 100%;
    float: left;
    text-align: center;
}
.corBranca{
    color: #FFF !important;
}
.corAzul{
    color: #3344DD !important;
}
.pg-login .page {
     padding-top: 50px;
     background:#3344dd;

}

.bg-primary {
    background-color: #3344dd !important;
}
.signpages .details:before {
    background-color: #fff !important;  
}

.btn-main-primary {
    color: #fff;
    background-color: #3344dd;
    border-color: #3344dd;
}

.btn-primary {
    color: #fff;
    background-color: #3344dd;
    border-color: #3344dd;
}

.main-sidebar-body li a.active .sidemenu-icon {
    background: #3344dd;
}
.main-sidebar-body li a.active .sidemenu-label, .main-sidebar-body li a.active i {
    color: #3344dd;
}

.main-content-title {
    color: #3344dd;
}
.form-control {
    display: block;

    color: #4b4b4b;
}

/* 1.1 Sub-Header Actions */
.sub-header {
    padding: 10px;
    background: #eee;
    display: flex;
    flex-direction: row-reverse;
    box-shadow: -7.829px 11.607px 20px 0px rgba(144, 143, 160, 0.09);
    border-bottom: 1px solid #e1e6f1;
}
.sub-header a {
    margin-left: 5px;
}

.main-sidebar-sticky {
    background-color: #3344dd !important;
}

.dots-menu-item {
    display: inline-flex;
    align-items: center;
    border-radius: 25px;    
    width: 42px;
    height: 42px;
    justify-content: center;
}


.dots-menu-item:hover {
    background: #d4d2d2;
    transition-delay: 100ms;
    width: 42px;
    height: 42px;
}

.dots-menu-item span.icon {
    display: inline-block; 
    background: #f1f1f1;
    padding-top: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}

.dots-menu-item span.nome {
    padding-top: 10px;
    padding-right: 10px;
}

.dots-menu-icon {
    margin-left: auto;
    margin-right: auto;
}

.main-body.leftmenu .sidemenu-logo {
    background: transparent !important;
}

.main-sidebar-body .nav-item .nav-link.active:before, .main-sidebar-body .nav-item .nav-link.active:after {
    border-right: 20px solid #3344dd;
}

.main-sidebar-body .nav-item .nav-link.active .shape1, .main-sidebar-body .nav-item .nav-link.active .shape2 {
    background: #eef3f7;
}

input.form-control.input-filter {
    width: 80%;
    float: left;
    margin-right: 10px;
}

.total-of-page {
    width: 30%;
    float: right;
}

.labeltotal {
    display: block;
    padding-top: 8px;
    float: right;
    padding-right: 10px;
}

/* 10. Extrato */

#cardMonths {
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: white;
}
#cardMonths a {
    text-align: center;
    border-right: 1px solid #f1f1f1;
    display: flex;
    float: left;
    width: calc(100% / 12);
    font-weight: 600;
    min-width: fit-content;
    min-height: 57px;
    margin-bottom: -6px;
    align-items: center;
    justify-content: center;
    color:#0b0b21;
}       

@media screen and ( max-width: 1600px ) {
    #cardMonths a { width: calc(100% / 6); }
  }

  @media screen and ( max-width: 1366px ) {
    #cardMonths a { width: calc(100% / 4); }
  }

  @media screen and ( max-width: 500px ) {
    #cardMonths a { width: calc(100% / 3); }
  }
  

#cardYear span {
    text-align: center;
    display: block;
    padding: 18px 7px;
    float: left;
    font-weight: 600;
    color:  #005071;
}


#cardMonths a:hover {
    background: #e8e8f7;
    border-color: #e8e8f7;
}
#cardMonths a.disabled:hover {
    background: #fff;
    border-color: #f1f1f1;
}

#cardYear {
    padding: 0 20px;
    min-height: 57px;
}
#cardMonths a.active {
    background: #0b0b21;
    border-color: #0b0b21;
    color: #FFF;
}

#cardMonths a.active:hover {
    background: #3344df;
    border-color: #3344df;
    color: #FFF;
}


#cardMonths a:first-child  {
    border-radius: 10px 0px 0 10px;
}
#cardYear span {
    border-radius: 10px;
    color:  #00579B !important;
}

#cardMonths a:last-child {
    border-right: 0;
    border-radius: 0 10px 10px 0;
}

#cardMonths a.disabled {
    color:#ccc;

    cursor: not-allowed;
}

/* Card year */
#cardYear .slick-prev {
    left: 5px;
}

#cardYear .slick-next {
    right: 5px;
}
#cardYear  .slick-prev:before, #cardYear  .slick-next:before {
    color:  #00579B !important;
}


.s-prev,  .s-next {
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color:  #0b0b21;
    border: none;
    outline: none;
    background: transparent;
    font-size: 18px;
}
.s-prev {
    left: 5px;
}
.s-next {
    right: 5px;
}

.s-next.slick-disabled, .s-prev.slick-disabled  {
    color: #CCC;
}
