@import url(https://fonts.googleapis.com/css?family=Oxygen);

* {
    font-family: "Oxygen", sans-serif;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

.efiweb-slow-ani {
    -webkit-animation: fa-spin 6s infinite linear;
    animation: fa-spin 6s infinite linear;
}

.efiweb-font-small {
    font-size: 0.8em;
}

.efiweb-area-gris {
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
}

.efiweb-version {
    font-size: 0.7em;
}

.efiweb-cabecera {
    font-family: "Times New Roman", Giorgia;
    font-weight: normal;
    background-color: #f5f5f5;
    color: black;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.efiweb-titulo {
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-bottom: 0.3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Times New Roman", Giorgia;
    font-weight: normal;
}

.efiweb-subtitulo {
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-bottom: 0.1em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Times New Roman", Giorgia;
    font-weight: normal;
}

.efiweb-error-msg {
    color: red;
    font-style: italic;
    background-color: #e5e5e5;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.efiweb-warning-msg {
    color: orange;
    font-style: italic;
    background-color: #e5e5e5;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.efiweb-info-msg {
    color: white;
    font-style: italic;
    background-color: rgb(38, 38, 136);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.efiweb-ok-msg {
    color: green;
    font-style: italic;
    background-color: #e5e5e5;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.efiweb-error-msg-fld {
    color: red;
    font-style: italic;
}

.efiweb-ralign {
    text-align: right;
}

.efiweb-lalign {
    text-align: left;
}

.efiweb-calign {
    text-align: center;
}

.efiweb-jalign {
    text-align: justify;
}

.efiweb-button-xsmall {
    font-size: 70%;
}

.efiweb-button-icon {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #999;
}

.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60); /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}

.efiweb-oculto {
    display: none;
}

@media (max-width: 767px) {
    .efiweb-wide {
        display: none;
    }
}

.alert-ERROR {
    background-color: rgb(250, 220, 220);
}

.alert-PAGADO {
    background-color: rgb(220, 250, 220);
}

.alert-PENDIENTE {
    background-color: rgb(250, 249, 220);
}

.small {
    font-size: 0.8em;
    background-color: gray;
    color: white;
}

.payment-title {
    border-top: gray 1px solid;
    border-bottom: gray 1px solid;
    background-color: white;
}

.tag {
    background-color: blue;
    color: white;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}

.tag-danger {
    background-color: red;
}

.tag-h1 {
    font-size: 0.5em;
}
