.input_calc_form{
    padding: 10px 15px 1px;
}

.gadget_wrap{
    margin: 10px 0;
}

.gadget_wrap > a{
    color: #888888;
    font-size: 12px;
}

.gadget_tax{
    padding: 20px;
    background: #E2E7E9;
    border-radius: 5px;
    position: relative;
    clear: both;
}

.gadget_tax h2.title_tax{
    font-size: 2.3em;
    font-weight: 800;
    color: #0063CC;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 25px;
}

.gadget_tax .tax_update{
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.calculate_gadget .fieldset {
    padding: 20px;
    background: #E2E7E9;
    border-radius: 5px;
    position: relative;
}

.calculate_gadget .info .title_tax {
    color: #0063CC;
    font-size: 19px;
    font-weight: 500;
}

.calculate_gadget .info .tax_update {
    font-weight: 600;
    margin-bottom: 20px;
}

.calculate_gadget .info .resume {
    line-height: 19px;
    font-size: 16px;
    margin-bottom: 17px;
}

.calculate_gadget .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/spinner.gif") no-repeat center #205ca214;
    top: 0;
    left: 0;
    z-index: 999999;
}

.calculate_gadget .form-over {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #E2E7E9;
    top: 0;
    left: 0;
    z-index: 9999;
}

.calculate_gadget .form-over input{
    height: 50px;
}

.calculate_gadget .form-group {
    margin-bottom: 25px;
    clear: both;
}

.calculate_gadget .form-group label {
    line-height: 20px;
    margin: 8px 0 3px;
    font-weight: 500;
    display: block;
}

.calculate_gadget .form-group input[type='number']{
    padding-right: 0 !important;
}

.calculate_gadget .form-group .input-group {
    width: 100%;
    margin-top: 5px;
    height: 45px;
}

.calculate_gadget.columns .form-group.columns label{
    width: 40%;
    float: left;
}

.calculate_gadget.columns .form-group.columns .input-group{
    width: 60%;
    float: left;
}

.calculate_gadget input.form-control {
    width: 49% !important;
    margin: 0 !important;
    box-shadow: none !important;
    float: left !important;
}

.calculate_gadget .input-group-addon-text {
    min-width: 10%;
    height: 45px;
    font-weight: 400;
    color: #555;
    line-height: 40px;
    text-align: center;
    padding: 0 0.8rem;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
}

.calculate_gadget .form-group.columns .input-group-addon-text{
    width: 85px;
}

.calculate_gadget .input-group-addon-text:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.calculate_gadget .input-group-addon-text:first-child + input{
    height: 45px !important;
}

.calculate_gadget .input-group-addon-text:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.calculate_gadget .btn {
    display: inline-block;
    padding: 8px 18px !important;
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143;
    text-align: center;
    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;
}

.calculate_gadget .btn-success {
    color: #fff !important;
    background-color: #5cb85c!important;
    border-color: #4cae4c;
    white-space: unset;
    box-shadow: none;
}

.calculate_gadget .btn-info {
    color: #fff !important;
    background-color: #31B0D5!important;
    border-color: #31B0D5;
    white-space: unset;
    box-shadow: none;
}

.calculate_gadget .btn-super {
    font-size: 18px !important;
}

/*
Resultado Calculadora Gadget
*/
.calculate_gadget p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.calculate_gadget p.legend{
    font-size: 0.8em;
    line-height: 17px;
    clear: both;
}

.calculate_gadget .result_calc {
    background: #EFEFEF;
    margin: 20px 0 0;
}

.calculate_gadget .result_calc .top_title.items {
    margin-bottom: 17px;
    background: #d2d2d2;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
}

.calculate_gadget .result_calc .items {
    padding: 8px 20px;
    line-height: 22px;
    background: #efefef;
    font-size: 16px;
}

.calculate_gadget .result_calc .item_total.items {
    margin-top: 17px;
    background: #d2d2d2;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
}

/**
Calendário
 */
#ui-datepicker-div {
    width: 300px;
    border: 1px solid #eee;
    background: white;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    display: none;
}

.ui-datepicker-header .ui-datepicker-prev {
    font-weight: bold;
    font-size: 15px;
    color: #00a;
    cursor: pointer;
    margin-left: 10px;
    float: left;
}

.ui-datepicker-header .ui-datepicker-next {
    font-weight: bold;
    font-size: 15px;
    color: #00a;
    cursor: pointer;
    margin-right: 10px;
    float: right;
}

.ui-datepicker-header .ui-datepicker-title {
    clear: both;
}

.ui-datepicker-header .ui-datepicker-month {
    width: 115px;
    height: 30px;
    float: left;
    margin: 5px 0;
    border-radius: 4px;
}

.ui-datepicker-header .ui-datepicker-year {
    width: 115px;
    height: 30px;
    float: right;
    margin: 5px 0;
    border-radius: 4px;
}

.ui-datepicker-calendar{
    margin: 0;
}

.ui-datepicker-calendar th {
    text-align: center;
    padding: 3px;
}

.ui-datepicker-calendar td {
    padding: 7px;
    text-align: center;
    border: 1px solid #eee;
}

.ui-datepicker-calendar td a {
    text-decoration: none;
    color: #020202;
    font-weight: bold;
}


/*
========================================================
 */
.form .invalid{
    border: 2px solid #d41c1c !important;
    box-shadow: 0 0 0 5px rgba(253, 28, 28, 0.1) !important;
}

/*
========================================================
 */
.close-if{
    position: absolute;
    top: -40px;
    right: -30px;
    border: 1px solid #adadada6;
    border-radius: 128px;
    width: 70px;
    height: 70px;
    text-align: center;
    z-index: 99;
    background: #f7f7f7a8;
    cursor: pointer;
}

.close-if::before{
    content: 'X';
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 56px;
    color: #adadadb5;
}