#fixpaysign-table-nav{
    display: table;
    margin: 0 auto;
}

#fixpaysign-table-nav a{
    padding: .5em .8em;
    color: #56329a;
    text-decoration: none;
    font-size: 1.2em;
}

#sign-name {
    font-size: 2em;
}

#sign-info p {
    font-size: 1.2em;
}

#client-name {
    font-size: 2em;
}

#client-info-div .card-50 {
    vertical-align: top !important;
}

#client-info p {
    font-size: 1.2em;
}

#back_plans {
    width: 100% !important;
    float: right !important;
    border-color: #a78bda !important;
    background-color: white !important;
    color: rgb(111, 66, 193) !important;
    font-size: 1.2em !important;
}

#back_plans:hover{
    background-color: #d3c5ec !important;
}

#back_clients {
    width: 100% !important;
    float: right !important;
    border-color: #a78bda !important;
    background-color: white !important;
    color: rgb(111, 66, 193) !important;
    font-size: 1.2em !important;
}

#back_clients:hover{
    background-color: #d3c5ec!important;
}

#back_signs {
    width: 100% !important;
    float: right !important;
    border-color: #a78bda !important;
    background-color: white !important;
    color: rgb(111, 66, 193) !important;
    font-size: 1.2em !important;
}

#back_signs:hover{
    background-color: #d3c5ec !important;
}

#plan-name {
    font-size: 2em;
}

#plan-info p {
    font-size: 1.2em;
}

.card h3 {
    color: #56329a;
}

.badge-adimplente {
    background: #9fdf9f;
    color: #1e2022;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    font-weight: bold;
    border-radius: 0.75rem;
    font-size: 0.9em;
}

.badge-inadimplente {
    background: #ff8080;
    color: #1e2022;
    font-weight: bold;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    border-radius: 0.75rem;
    font-size: 0.9em;
}

.badge-pendente {
    background: #ffff80;
    color: #1e2022;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    font-weight: bold;
    border-radius: 0.75rem;
    font-size: 0.9em;
}

.badge-expirado {
    background: #bfbfbf;
    color: #1e2022;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    font-weight: bold;
    border-radius: 0.75rem;
    font-size: 0.9em;
}

.fp-table tbody .wp-menu-image:before {
    color: rgb(111, 66, 193) !important;
}

.fp-action {
    cursor: pointer;
}

.fp-table thead tr {
    background: rgb(111, 66, 193);
    color: #ffffff;
}

.fp-table thead tr th{
    padding: .5em .5em;
}

.fp-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.fp-table tbody tr:nth-of-type(even) {
    background-color: #f0ecf9;
}

.fp-table tbody tr:nth-of-type(odd) {
    background-color: white;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
    padding-left: 2em !important;
}

.text-right {
    text-align: right;
    padding-right: 1em !important;
}

.fp-table {
    margin-top: 3em;
    margin-bottom: 3em;
}

.fp-table td{
    padding-top: .5em !important;
    padding-bottom: .5em !important;
}

.ui-datepicker {
    /* background: rgb(111, 66, 150) !important; */
    background: white !important;
    border: 1px solid rgb(111, 66, 193) !important;
    /* border: 1px solid rgb(111, 66, 150) !important; */
    color: rgb(111, 66, 193) !important;
}
.ui-widget-header {
    border: 1px solid rgb(111, 66, 193) !important;
    background: whitesmoke !important;
    color: black !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    font-weight: bold;
    color: rgb(111, 66, 193) !important;
    background: whitesmoke ;
    border-color: #a78bda !important;
    text-shadow: 1px 1px 0px #fff;
}
.ui-datepicker-calendar .ui-state-hover {
    background: rgb(111, 66, 150) !important;
}


.ui-datepicker-calendar .ui-state-active {
    background: rgb(111, 66, 193) !important;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: white !important;
}

.ui-datepicker-calendar .ui-state-highlight {
    background: rgb(111, 66, 150) !important;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: white !important;
}

#f_title_div {
    margin-top: .5em !important;
    padding-top: 1em !important;
    background: rgb(111, 66, 193); !important;
}

#f_title{
    color: white !important;
    font-size: 4em !important;
    font-family: copperplate !important;
}

#f_rod {
    margin-top: 2em;
}

.fp-sign-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.fp-sign-modal-content {
    background-color: #fefefe;
    color: #56329a;
    margin: 10% auto; /* 10% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.fp-sign-close {
    color: #56329a;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.fp-sign-close:hover,
.fp-sign-close:focus {
    color: #d3c5ec;
    text-decoration: none;
    cursor: pointer;
}

.fp-sign-sub-h3{
    color: #56329a;
}

.fp-sign-title-h1{
    font-size: 1.3em;
    width: 100%;
    text-align: center;
    font-family: copperplate !important;
    color: #56329a;
}

.error {
    color: white;
    background-color: #FA8072;
    border-color: rgba(196, 61, 75, 0.1);
    border-radius: 5px !important;
    padding: 2px;
    margin-bottom: 1em !important;
    border: 1px solid transparent;
    white-space: normal !important;
}

#totalizadores {
    margin-top: 1.5em;
}

.filtros {
    display: inline-block !important;
    margin-bottom: 1.5em !important;
}

.totalizador {
    padding-top: 0 !important;
    font-size: 4em !important;
    color: rgb(111, 66, 193) !important;
}

.variacao {
    color: lightgray !important;
    font-size: 1.2em !important;
    margin-top: 0 !important;
}

#buscar {
    width: 50% !important;
    float: right !important;
    border-color: rgb(111, 66, 150) !important;
    background-color: white !important;
    color: rgb(111, 66, 193) !important;
    font-size: 1.2em !important;
}

#buscar:hover{
    background-color: #d3c5ec !important;
}

#get_plans {
    width: 100% !important;
    float: right !important;
    border-color: #a78bda !important;
    background-color: white !important;
    color: rgb(111, 66, 193) !important;
    font-size: 1.2em !important;
}

#get_plans:hover{
    background-color: #d3c5ec !important;
}

.fp-sign-sim {
    width: 15%;
    float: right !important;
    border-color: #a78bda !important;
    background-color: white !important;
    color: rgb(111, 66, 193) !important;
    font-size: 1.2em !important;
}

.fp-sign-sim:hover{
    background-color: #d3c5ec !important;
}

#create_plans {
    width: 100% !important;
    float: right !important;
    border-color: #a78bda !important;
    background-color: white !important;
    color: rgb(111, 66, 193) !important;
    font-size: 1.2em !important;
}

#create_plans:hover{
    background-color: #d3c5ec !important;
}

#data_inicial:hover{
    background-color: #d3c5ec !important;
}

#data_final:hover{
    background-color: #d3c5ec !important;
}

.input-fp {
    width: 80% !important;
    border-color: #a78bda !important;
    color: rgb(111, 66, 193) !important;
    font-size: 1.2em !important;
}

.label-fp {
    font-size: 1.5em !important;
    width: 10% !important;
    margin-top: 0 !important;
    color: white !important;
    margin-right: 5%;
}

.input-fp::placeholder {
    color: rgb(111, 66, 193) !important;
    /* opacity: 1;  */
}

.fixpay {
    background: white;
    padding: 2em;
}

.card-100 {
    /*background: whitesmoke;*/
    border-color: #a78bda !important;
    border-radius: 10px;
    border-width: 2px !important;
    max-width: none !important;
    width: 98% !important;
}
.card-66 {
    max-width: none !important;
    width: 64% !important;
    display: inline-block !important;
    vertical-align: bottom !important;
}
.card-50 {
    max-width: none !important;
    width: 47% !important;
    display: inline-block !important;
    vertical-align: bottom !important;
}
.card-33 {
    max-width: none !important;
    width: 30% !important;
    display: inline-block !important;
    vertical-align: bottom !important;
}
.card-50.right {
    margin-left: 5% !important;
}
.card-33.right {
    margin-left: 2% !important;
}
@media screen and (max-width: 1500px) {
    #vendasChartDiv.card-50 {
        width: 100% !important;
    }
    #totalizadores.card-50 {
        width: 100% !important;
    }
    #buscar {
        width: 60% !important;
    }
    .card-50.right {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 700px) {
    .totalizador {
        font-size: 2em !important;
    }
    #totalizadores {
        height: fit-content;
    }
    #buscar {
        width: 47% !important;
        margin-right: 2% !important;
    }
    #data_inicial {
        width: 47% !important;
    }
    #data_final {
        width: 47% !important;
        margin-left: 0 !important;
    }
    .card-33 {
        width: 100% !important;
        margin-bottom: .7em !important;
    }
    .card-33.right {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 500px) {
    .card-50 {
        width: 100% !important;
    }
    .card-50.right {
        margin-left: 0 !important;
    }
    #buscar {
        margin-right: 1% !important;
    }
}
@media screen and (max-width: 400px) {
    #data_inicial {
        width: 60% !important;
    }
    #data_final {
        width: 60% !important;
        margin-left: 0 !important;
    }
    #buscar {
        width: 40% !important;
        margin-right: 0 !important;
    }
    .card-100 {
        min-width: 0 !important;
    }
}