﻿.sh-mudtable td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width:100px;
}

.sh-loading-modal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Esto es lo del loading */
.loading-box {
    padding: 15px;
    /*background-color: #a7cbee;*/
    background-color: #FFF;
    box-shadow: 0 12px 15px rgba(0,0,0,0.6);
    /*border: 2px solid #000;*/
    border-radius: 15px;
    width: 450px;
    height: 350px;
    position: absolute;
    top: calc(50% - 250px);
    /*    left: calc(50% - 320px);*/
    text-align: center;
}

.loading-text p {
    /*text-align:center;*/
    color: #075baa;
    font-size: 35px;
    font-weight: bold;
}

.loading-text img {
    /*position: relative;
    bottom:50px;*/
    width: 350px;
    height: auto;
}


/* Puntos Loading Page */
.lds-ellipsis {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% + 100px);
    left: calc(50% - 40px);
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #075baa;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@media screen and (max-width:1024px) {
    .loading-box {
        padding: 15px;
        width: 200px;
        height: 200px;
    }

    .loading-text p {
        font-size: 20px;
    }

    .loading-text img {
        width: 150px;
    }

    .lds-ellipsis {
        top: calc(50% + 50px);
    }
}

/* End Puntos Loading Page */


/*Dialog y sus MediaQueries*/
.sh-dialog {
    overflow-y: scroll;
    max-height:500px;
}

/*@media (max-width: 960px) {
    .sh-dialog {
        max-height: 300px;
    }
}

@media (max-width: 600px) {
    .sh-dialog {
        max-height: 600px;
    }
}*/

/*End Dialog y Sus Media Queries*/


/***** Mediaqueries *****/

/*@media (min-width: 1980px) {



}*/


/***** Fin Media Query *****/
