﻿@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.div-log {   
    -moz-box-sizing: border-box !important; 
    -webkit-box-sizing:border-box !important;
    box-sizing: border-box !important;
}

#log-conteudo {
    padding: 0px;
    display: block;
    width: 100%;
}

.log-linha {/*testar media screen*/
    float: none;
    clear: both;
    width: 100%;
    margin-top: 4px !important;
    display: block;
    overflow: auto;
    /*border: 1px solid #000;*/
    /*background: #999;*/
}

.log-coluna-6 {
    width: 50%; 
    float: left;
}

.log-coluna-12 {
    width: 100%; 
    float: left; 
}

#log-console {
    background-color: #011446;
    margin: 20px;
    width: 100%;
    height: 325px;
    overflow: auto;
    display: block;
    margin: 0 auto;
    /*border: 1px solid #0026ff;*/
    box-shadow: #808080 3px 3px;
}

#log-tarefas {
    
}

#log-progressbar {
    width: 100%;
    box-shadow: #808080 2px 3px;
}

.log-processo { /* existe outro css de um plugin jquery com uma classe chamada log */
    font-family: Consolas, Courier New, monospace;
    font-size: small;
}

.log-default {
    color: #cfcfcf;
}

.log-warning {
    color: yellow;
}

.log-error {
    color: red;
}

.log-information {
    color: #fff;
}

.log-success {
    color: chartreuse;
}

img.log-status {
    width: 18px;
    height: 18px;
}

img.log-status-legenda {
    width: 12px !important;
    height: 12px !important;
    vertical-align: middle !important;
    position: relative;
    margin-right: 3px;
}

.celula-legenda {
    vertical-align: middle !important;
    padding: 3px !important;
    font-weight: bold !important;
    font-size: 85%;
    width: auto !important;
}
/*.celula-legenda:first-of-type {
    border-right: 1px double #a0a0a0; 
}
.celula-legenda:last-of-type {
    border-left: 1px double #a0a0a0; 
}*/
.celula-legenda:not(:first-of-type):not(:last-of-type) {
    border-left: 1px double #c0c0c0; 
    border-right: 1px double #c0c0c0; 
}

.ui-progressbar {
    position: relative;
  }
.progress-label {
    position: absolute;
    /*left: 50%;*/
    top: 4px;
    font-weight: bold !important;
    font-size: 10pt;
    text-align: center;
    width: 100%;
}
#log-progressbar .ui-progressbar-value {
    background: #264189 !important;
}