﻿.divTab {
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 15px;
}

.divTabItem {
    padding: 7px;
    height: 100px;
    background-color: rgb(110, 116, 110);
    border-radius: 3px;
    cursor: pointer;
    color: silver;
}

.divTabItemActive {
    padding: 7px;
    height: 100px;
    font-weight: bold;
    background: rgb(181, 190, 181);
    border-radius: 3px;
    cursor: pointer;
    color: black;
}

.bloqueado {
    border: 1px solid red;
    background-image: none !important;
    margin: 2px 0px;
}

.divGuiaItem {
    float: left;
    width: 99%;
    background: rgb(181, 190, 181);
    padding: 5px;
    overflow: auto;
    display: none;
}

.guiaExame{
    border-radius: 5px;
    background-color: white;
    padding: 5px 5px 5px 5px;
    margin: 3px;
    min-height: 45px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.guiaExame:hover {
    background-color: rgb(255, 255, 213);
}

.guiaExameSelecionado {
    background-color: rgb(225, 197, 92);
    border-right: 6px rgb(144, 160, 34) solid;
}

.guiaExameApelido {
    float: left; 
    font-weight: bold;
}

.guiaExameDataDeSolicitacao {
    float: right; 
    width: 5em; 
    text-align: center; 
    color: rgb(40, 55, 76);
    font-size: 0.8em;
    letter-spacing: -0.05em;
    line-height: 1.3;
}

.guiaExameObservacao {
    float: left;
    color: red;
    font-weight: bold;
    font-size: 0.8em;
    border: none;
    background-color: rgb(234, 234, 234);
}

.guiaExameUrgente {
    float: right; 
    width: 1.3em;
    font-size: 1.5em;
}

.guiaAmostra{
    float: left;
    width: 96%;
    border-radius: 5px;
    background-color: white;
    padding: 5px 5px 5px 5px;
    margin: 3px;        
}
.guiaAmostra:hover {
    background-color: rgb(255, 255, 213);
}

.guiaAmostraInvalidada {
    border: 2px solid orange;
}

.guiaAmostraInvalidada:before {
    content: "\2a";
    font-family: "Glyphicons Halflings";
    font-size: 2em;
    color: orange;
    float: right;
}

.guiaAmostraCancelada {
    border: 1px solid red;
}

.guiaAmostraContaminada {
    border: 3px solid gray;
}

.guiaAmostraContaminada:after {
    content: "\2a";
    font-family:"Glyphicons Halflings";
    font-size: 1.6em;
    color: gray;
    float: right;
}

.guiaAmostraCancelada:after {
    content: "\e083";
    font-family: "Glyphicons Halflings";
    font-size: 1.6em;
    color: red;
    float: right;
}
    
.guiaAmostraSelecionado {
    background-color: rgb(225, 197, 92);
    border-right: 6px rgb(144, 160, 34) solid;
}

.guiaAmostraCodigoDeBarras {
    float: left; 
    width: 120px; 
    padding-left: 5px;    
}

.guiaAmostraPaciente {
    float: left;
    width: 250px;
}

.guiaAmostraMaterial {
    float: left; 
    width: 100px;    
}

.guiaAmostraConservante {
    float: left; 
    width: 100px;    
}

.guiaAmostraItens {
    float: left;
    /*width: 230px;*/    
}

.guiaAmostraExame {
    float: left;
    width: 45px;
    background-color: rgb(217, 217, 217);
    padding-left: 5px;
    margin: 2px;
    border-radius: 2px;
}
.guiaAmostraExameCancelado {
    float: left;
    width: 45px;
    background-color: orange;
    padding-left: 5px;
    margin: 2px;
    border-radius: 2px;
    
}

#menuSelecionado {
    margin-bottom: 5px;
}

.GuiaInformacao {
    float: left;
    width: 394px;
    padding: 3px;
    background-color: white;
    border-bottom: 2px solid silver;
}

.GuiaInformacao #Codigo {
    float: left;
    width: 80px;
    text-align: center;
}

.GuiaInformacao #Cliente {
    float: left;
    width: 200px;
}

.GuiaInformacao #Medico {
    float: left;
    width: 200px;
}

/* INDEX-BOXES */
#divUltimasGuias {
    float: left;
    width: 400px;
}

#divAgendamentosParaHoje {
    float: left;
    width: 300px;
}

#divAmostrasAguardandoColeta {
    float: left;
    width: 300px;
}

#guiaAgendaDataHora {
    font-size: 1.2em;
    font-weight: bold;
}

#amostraCodigoDeBarras {
    font-size: 0.8em;
    font-weight: bold;
}

.procuraClienteInscricao {
    
}

.procuraClienteDataDeNascimento {
    
}


.divTabEsquerda {
    float: left;
    width: 100%;
    text-align: left;
    padding-right: 15px;
}

.divTabInfo {
    padding: 7px;
    height: 100px;
    background-color: rgb(178, 170, 137);
    border-radius: 3px;
    cursor: pointer;
}

.divTabInfoActive {
    padding: 7px;
    height: 100px;
    font-weight: bold;
    background: gainsboro;
    border-radius: 3px;
    cursor: pointer;
}

.divGuiaInfo {
    /*float: left;
    width: 100%;*/
    background: gainsboro;
    padding: 8px;
    max-height: 400px;
    overflow: auto;
    display: none;
}

.GrupoDeExame {
    padding: 3px;
    font-weight: bold;
}

#incluirExameModal {
    width: 99%;
    clear: both;
}


.botaoinformacoes {
    color: rgb(39, 107, 171);
}

.botaocancelar {
    color: red;
}

.botaocolher {
    color: rgb(33, 160, 113);
}

#infos .tab-pane{
    min-height: 120px;
}

#qtdeExames, #qtdeAmostras {
    background-color: black;
}