.modal-dialog{
 z-index: 1051;   
}

.alert-sucesso{
    color: #ffffff;
    background-color: #06ce00;
    border-color: #ffeeba;
}
.alert-primario{
    color: #ffffff;
    background-color: #007bff;
    border-color: #ffeeba;
}
.alert-secundario{
    color: #ffffff;
    background-color: #6c757d;
    border-color: #ffeeba;
}
.alert-escuro{
    color: #ffffff;
    background-color: #343a40;
    border-color: #ffeeba;
}
.alert-atencao{
    color: #ffffff;
    background-color: #ff8a00;
    border-color: #ffeeba;
}
.alert-erro{
    color: #ffffff;
    background-color: #ce0000;
    border-color: #ffeeba;
}

.splash{
    top: 170px;
    position: absolute;
    left: calc(50% - 35px);
    width: 70px;
    display: none;
    z-index: 999;
}

.btnconfig{    
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    position: absolute;
    font-size: 20px;
    right: 0
}
#menuLateral{    
    z-index: 999;
}
#imgLogo{
    height:40px;
    width: 80px;
    float:left;
    position: absolute;
}
#header a{
    font-family: Roboto;
    font-size: 18px;
    height: 100%;
    
}
#header{
    width:100%;
    height:40px;
    background-color: #EA7722;
    position: fixed;
    z-index: 999;
}
html{
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
    font-family: Roboto;
    font: Roboto;
}
body{
    background-color: #556370;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
}
#content{
    width:100%;
    height:100%;
    padding:0 0 0 0;
    margin:0 0 0 0;
    overflow: hidden !important;
}                        
#view{    
    width:100%;
    height: 100%;
    display: block;
    padding-bottom: 43px;  
    /*margin-top: 40px;*/    
    overflow: hidden;    
}
.TitleHeader{
    position:absolute;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: Roboto;
    top: 5px;
    float:left;
    left: 88px;
    text-shadow: 2px 2px 2px black;
}