/** General Styles */
/** Tables */
.table-external-border {
    border-right: 1px solid rgba(0, 0, 0, .12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

/** Inputs */
input, textarea {
    color: #000000 !important;
}

/** Selects */
select.select-text-right {
    text-align-last: right;
}
.select-text-right>option {
    direction: rtl;
}

/** Fonts */
.font-size-one-and-a-half-em {
    font-size: 1.5em;
}
.font-size-one-dot-three-em {
    font-size: 1.3em;
}

/** Dashboard */
.indicators {
    font-size: 2em;
}

/** Plans */
.plan-input {
    padding: 3px 3px 3px 3px;
    background-color:#fff;
    width:30px;
    height:30px;
    border: 1px solid #ccc;
    text-align:center;
}
.plan-input-without-border {
    padding: 3px 3px 3px 3px;
    background-color:#fff;
    width:30px;
    height:30px;
    border: none;
    text-align:center;
}
.plan-input-without-border-2 {
    padding: 3px 3px 3px 3px;
    background-color:#fff;
    border: none;
    text-align:center;
}
.discount-fixed-column {
    display: inline-block;
    width: 110px;
}

/** Filter Forms */
.form-filters {
    display: none;
}