button,
input[type="submit"],
button,
.toggle-title {
    /* Va a css global */
    background: none !important;
}

.view-container {
    /* Va a css global */
    width: 80%;
    margin: auto;
}

.form-header {
    /* Va a css global */
    background-color: #005EA1;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-header h2 {
    /* Va a css global */
    margin: 0;
    color: white;
}

.btn-discard {
    /* Va a css global */
    border-radius: 10px;
    background-color: #e74c3c !important;
    color: white !important;
}

.btn-discard:hover {
    background-color: #c0392b !important;
}

.btn-default {
    /* Va a css global */
    border-radius: 10px;
    background-color: #3498db !important;
    color: white !important;
}

.btn-default:hover {
    /* Va a css global */
    background-color: #2980b9 !important;
}


.btn-submit {
    /* Va a css global */
    border-radius: 10px;
    background-color: #28a745 !important;
    color: white !important;
}

.btn-submit:hover {
    /* Va a css global */
    background-color: #218838;
}

.btn-edit {
    /* Va a css global */
    border-radius: 10px;
    background-color: #f39c12 !important;
    color: white !important;
}

.btn-edit:hover {
    /* Va a css global */
    background-color: #d68910 !important;
}

.form_buttons {
    /* Va a css global */
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 60px;
}

/* TABLAS */
.fll-thead{
    background-color: #005EA1;
    color: white;
}

.form-header {
    /* Va a css global */
    background-color: #005EA1;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-header h2 {
    /* Va a css global */
    margin: 0;
    color: white;
}

.link{
    color: #005EA1 !important;
    cursor: pointer     !important;
}

.link:hover{
    color: #00060a !important;
    text-decoration: underline !important;
    cursor: pointer     !important;
}

.clean-link{
    text-decoration: none !important;
}


.w-100{ width: 100% !important; }
.w-75{ width: 75% !important; }
.w-50{ width: 50% !important; }
.w-25{ width: 25% !important; }
.w-20{ width: 20% !important; }
.w-10{ width: 10% !important; }
.w-5{ width: 5% !important; }


