﻿/* Loading
-------------------------------------------------- */
div.spinner {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

div#spinner {
    display: none;
    width: 200px;
    height: 210px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url('../img/spinner.gif') no-repeat center #fff;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 0px;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 1040;
    overflow: auto;
}

span.select2 {
    width: 100% !important;
}

span.tag {
    display: inline-block;
    padding: 6px 12px;
    color: #FCB814;
    background-color: #1A6281;
    border-color: #d43f3a;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 4px;
}

.well.relato {
    background-color: #fffad8;
}

.bckgLogin {
    padding: 10px;
    background-color: #fffad8;
}

.bckgLogin1 {
    padding: 10px;
}

.bckgLogin button[type=submit] {
    margin-right: 15px !important;
}

.divTempoSessao {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    background-color: yellow;
    font-size: 14px;
    
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-color: #fff;
    border-radius: 4px;
}

.btn.resposta{
    color: black;
    font-weight: bold;
}

.respondido{
    color: black;
    font-weight: bold;
    background-color: #ffea01;
    border-color: #ff6a00;
}
.respondido:hover{
    color: black;
    font-weight: bold;
    background-color: #ff6a00;
    border-color: #ff6a00;
}

.cancelado{
    color: #808080;
    font-weight: bold;
    background-color: #000000;
    border-color: #808080;
}
.cancelado:hover{
    color: #fff;
    font-weight: bold;
    background-color: #000000;
    border-color: #000000;
}
.boxRedimensionavelRolagem{
    resize:both;
    overflow:auto;
    height:200px;
    width:100%;
    border: 1px solid;
    padding: 10px;
    box-shadow:5px 5px #888888;
}
.versaoimpressao .boxRedimensionavelRolagem {
    resize: both;
    overflow: hidden;
    height: auto;
    width: 100%;
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 5px #888888;
}
.palavra-chave{
    font-weight:normal;
    font-size:1em;
}

tr.destaque td, .destaque {
    background-color: #fff1bf !important;
}