/*
    Created on : 11-may-2020, 15:32:16
    Author     : steven.munoz
*/

body, html {
    height: 100%;
    color: #FFFFFF;
    font-family: "Trebuchet MS";
    overflow: hidden;
    font-size: 12px;
}

.btn {
    background-color: #FFFFFF;
    color: #336699;
}

.spinner {
    position: fixed;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    z-index: 1200;
    background: #fff;
    display:none;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
}
.spinner-msg {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #4d4d4d;
}

.spinner-img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
