.loading-app{
    position: fixed;
    z-index: 99999;
    top: 0;
    display:flex;
    align-items: center;
    justify-content: center;
    height:100vh;
    width:100%;
    background-color: #EEEEEE;
}
.main--loading{
    min-height: 100vh;
}

.main--loading--d-none{
    display: none;
}

.main{
    min-height: 0;
}
.footer{
    max-width:1004px;
    margin: auto;
    text-align: center;
}
.footer__a{
    color: #999;
    font-weight: bold;
    text-decoration: none;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.footer__a:hover{
    text-decoration:underline !important;
    color: #06c;
}
.footer__h3{
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    text-decoration: none;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    margin-bottom: pixelToRem(10);
}
.footer__h3__a{
    color: #999999;
    margin: 0;
    text-decoration: none;
}
.footer__h3__a:hover{
    text-decoration: underline !important;
}
.footer__copyright{
    clear: left;
    font-size: 10.5px;
    margin: 0;
    padding: 0 0px 20px;
    text-align: center;
    font-family: "Arial", sans-serif;
}
.footer__copyright__p{
    margin: 0 0 5px 0 !important;
    color: #B9B9B9 !important;
    text-decoration: none;
    font-size: 10.5px !important;
    line-height: 12px !important;
}
.footer__copyright__p a{
    color: #B9B9B9;
    text-decoration: none;
}
.footer__copyright__p a:hover{
    text-decoration: underline;
}
.footer__copyright__p--mt-10{
    margin-top: 10px !important;
}
@-o-keyframes blinkshadow
{
    from 
    {
        box-shadow: 0 0 0 3px #DB6F6F;
        -o-animation-timing-function:	ease-in;
    } 
    25% 
    {
        box-shadow: 0 0 0 3px transparent;
        -o-animation-timing-function:	ease-in;
    } 
    50% 
    {
        box-shadow: 0 0 0 3px #DB6F6F;
        -o-animation-timing-function:	ease-in;
    } 
    75% 
    {
        box-shadow: 0 0 0 3px transparent;
        -o-animation-timing-function:	ease-in;
    } 
    to 
    {
        box-shadow: 0 0 0 3px #DB6F6F;
        -o-animation-timing-function:	ease-in;
    } 
}