﻿.Noborder {
    border: hidden;
}

.bodyModal {
    height: min-content;
    overflow: hidden;
}

.pdfFrame {
    width: -webkit-fill-available;
    height: 100%;
    min-height: 100%;
}

.modal {
    margin-left: 10% !important;
    margin-right: 10%;
    left: 0 !important;
    /*width: 1500px;*/
    width: 80%
}

.jumb {
    background-color: #eee;
    padding: 1em;
}

.bdg {
    display: inline !important;
    border-radius: 50px !important;
    background-color: #F03C02;
    padding: 2px 7px !important;
}

.lb {
    padding: 2px;
    font-size: x-small;
    margin-left: 1em;
}

.labelInfo {
    color: #2E8B57;
}


mb-1 {
    margin-bottom: 0.5em !important;
}

.centralizar {
    margin-top: 5%;
}

.textarea-faq {
    width: 100%;
    height: 219px;
}

.bottom-2 {
    margin-bottom: 2em;
}

.top-2 {
    margin-top: 2em;
}

.top-3 {
    margin-top: 3em;
}

.text-danger {
    color: red;
} 

.title-card {
    height: 100px;    
}

.shadows {
    box-shadow: 0px 0px 20px 10px rgba(225, 225, 234, 0.8);
    border-radius: 10px;
    padding: 14px;
}

.remove-margin {
    margin: 0;
}

.material-icons {
    display: inline-flex;
    vertical-align: top;
}


.carroussel-color {
    animation: shake 0.5s;
    animation-name: colors;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@keyframes colors {
    0% {
        color: black;        
    }

    20% {
        color: grey;
    }

    40% {
        color: deepskyblue;
    }

    60% {
        color: orange;
    }
    80% {
        color: red;
    }

    100% {
        color: gray;
    }
}

#link_glpi {
    animation: shake 0.5s;
    animation-name: moviment;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@keyframes moviment {
    0% {

    }

    20% {
        transform: translate(-10px, 0px) rotate(1deg);
    }

    40% {
        transform: translate(12px, -1px) rotate(1deg);
    }

    60% {
        transform: translate(-10px, 0px) rotate(1deg);
    }

    80% {
        transform: translate(12px, -1px) rotate(1deg);
    }

    100% {
        
    }
}