#loading-mask {
    background-color: #004BF7;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20000;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#carregando {
    width: 150px;
    height: 150px;
    /* Retirado da tela de login
    background: url('../framework/images/loading3.gif') no-repeat;
    */
    background-size: 100%;
}

#area {
    width: 200px;
    position: absolute;
    text-align: right;
    margin-left: 130px;
    top: 30px;
    font-family: Verdana;
    font-size: 18px;
}

#loading-msg {
    width: 100%;
    height: 7%;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    font-family: Verdana;
}

.main {
    width: 100%;
    height: 125px;
    font-family: monospace;
    font-size: 12px;
}

.header {
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding-left: 3px;
    background-image: url('../framework/images/taskbar/black/taskbar-start-panel-bg.gif');
    color: #FFF;
}

table {
    width: 100%;
}

.body {
    padding-left: 3px;
}

.excluirResposta {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    float: right;
}

.loading {
    z-index: 20000;
    display: flex;
    width: 70%;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
}

.excluirResposta>img {
    margin-top: 5px;
    margin-right: 5px;
}

#logo {
    width: 350px;
    height: 140px;
    background-image: url('../framework/images/logo.webp');
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}

#logo_okton {
    width: 350px;
    height: 140px;
    background-image: url('../framework/images/logo_okton.webp');
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.img-background {
    height: 100%;
    width: 100%;
    position: absolute;
}
.progress-striped .progress-bar { 	
    background-color: #FCBC51; 
    width: 100%; 
    background-image: linear-gradient(
          45deg, rgb(252,163,17) 25%, 
          transparent 25%, transparent 50%, 
          rgb(252,163,17) 50%, rgb(252,163,17) 75%,
          transparent 75%, transparent); 
    animation: progressAnimationStrike 6s;
  }

.amount-progress {
    width: 100%;
    height: 20px;
    background-color: #004BF7;
    color: #004BF7;
    justify-content: end;
    z-index: 20000;
}

progress::-webkit-progress-bar {
    background-color: #004BF7;
    border-radius: 7px;
}

progress::-webkit-progress-value {
    background-color: #FCBC51; 
    background-image: linear-gradient(
        45deg, rgb(252,163,17) 75%, 
        transparent 5%, transparent 10%, 
        rgb(252,163,17) 5%, rgb(252,163,17) 10%,
        transparent 50%, transparent);
    /* border-radius: 7px; */
    box-shadow: 1px 1px 5px 3px #004BF7;
}

progress::-moz-progress-bar {
    /* style rules */
}