﻿li {
    text-align: left !important;
    margin-top: 3px;
}

.mesjealerta {
    margin-left: 53px;
    font-size: 15px;
}

.card-body {
    padding: 1rem;
}


p {
    text-align: left !important;
    line-height: 26px;
}
button {
    width: 100%;
}

    button.swal2-cancel {
        width: 100px;
    }

    button.swal2-confirm {
        width: 100px;
    }

.ts-control {
    height: 50px;
    text-align: center;
    align-content: center;
}
.swal2-confirm {
    width: 100% !important;
}

.card-header .title {
    font-size: 1.2em;
    text-align: left;
    text-align: center;
    font-family: 'Open Sans Extra',Verdana,Geneva,sans-serif;
    line-height: 30px;
    margin-bottom: 0.5em;
    color: #747474;

}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}
.Edicioni {
    font-size: 22px;
    color: orange;
    padding-left: 25px;
}
.Guardado {
    font-size: 22px;
    color: forestgreen;
    /*padding-left: 25px;*/
}

.card-header {
    cursor: pointer;
    border-bottom: none;
}

    .card-header.disabled {
        /*cursor: not-allowed;*/
        border-bottom: none;
        pointer-events: none;
        opacity: 0.5;
        background: #CCC;
    }

.card {
    border: 1px solid #ddd;
}

.card-body {
    border-top: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}


body.loading {
    overflow: hidden;
}

.loading-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.5);
    z-index: 1500;
}

.loading-spinner {
    position: absolute;
    left: 50%;
    top: 35%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    animation: rotation .75s infinite linear;
    border-left: 10px solid rgba(0,174,239,.15);
    border-right: 10px solid rgba(0,174,239,.15);
    border-bottom: 10px solid rgba(0,174,239,.15);
    border-top: 10px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
.ts-control {
    height: 100px;
    text-align: center;
    align-content: center;
}

.site-end p {
    text-align: center !important;
}