/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input, select, textarea {
    max-width: 280px;
}*/

.linhaDoGrid {
    background-color: #F9F9F9;
}

.linhaAlternadaDoGrid {
    background-color: white;
}

.linhaDoGrid:hover {
    background-color: #E2E2E2;
}

.linhaAlternadaDoGrid:hover {
    background-color: #E2E2E2;
}

.ui-autocomplete {
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pesquisarAutoComplete {
    cursor: pointer;
}

.botaoAcaoDetalhe {
    display: inline-block;
    cursor: pointer;
}

.btnDelTab {
    display: inline-block;
    cursor: pointer;
}

.botaoCabecalho {
    margin-left: 4px;
}

.cabecalhoParaQuestionario {
    border-bottom: 1px solid #3A85F4;
    text-align: center;
    padding-bottom: 40px;
}

.botaoSubmit {
    display: none;
}

.webgrid {
    margin: 4px;
    border-collapse: collapse;
    width: 100%;
}

    .webgrid th, .webgrid td {
        /*border: 1px solid #C0C0C0;*/
        padding: 8px;
    }

.cabecalhoDoGrid {
    padding: 6px 5px;
    border-bottom: 2px solid black;
    height: 40px;
    font-weight: bold;
}

.colunaGridOperacoes {
    width: 2%;
}

.colunaGridCodigo {
    width: 6%;
}

.colunaGridNome {
    width: 20%;
}

.colunaGridData {
    width: 6%;
}

.colunaGridEstudoCodigo {
    width: 8%;
}

.colunaGridEstudoNome {
    width: 30%;
}

.colunaGridCentroPesquisa {
    width: 20%;
}

.colunaGridPacCodigo {
    width: 8%;
}

.colunaGridPacSituacao {
    width: 18%;
}

.colunaGridPacColeta {
    width: 15%;
}

.sobre {
    color: #3A85F4;
    font-size: smaller;
    text-align: center;
}

/*.form-autocomplete-full {
    min-width: 98%;
}

.form-control-full {
    min-width: 100%;
}
*/
.autocompleteEmLista {
    min-width: 96%;
}

.centroParticipante {
    min-width: 90%;
}

.botaoDescricaoAdicionar {
    color: gray;
    margin-left: 8px;
    cursor: pointer;
}

.botaoEnviarRespostas {
    min-width: 100%;
}

.controleConteudo + .glyphicon {
    cursor: pointer;
    pointer-events: all;
}

.colunaCronogramaGrid {
    width: 60%;
}

.cabecalhoFixo {
    background-color: white !important;
    border: 1px solid white !important;
}

.semRolagem {
    overflow: hidden !important;
}

.cabecalhoGeral {
    border-bottom: 2px solid #3A85F4;
    color: #3A85F4;
}

.linhaLegendaGrafico:hover {
    background-color: #E2E2E2;
}

.cabecalhoParaDashboard {
    border-bottom: 1px solid #3A85F4;
    text-align: center;
}

.operacoesDashboard {
    margin-top: -40px
}

.menuSelecionado {
    border-bottom: 2px solid #3A85F4;
    font-weight: bolder;
}

/*.itemToolBar :hover {
    border-radius: 8px;
    background-color: #E2E2E2 !important;
}*/

.btnLoadMoreLista {
    display: none; /*TEMPORÁRIO - SERÁ REMOVIDO QUANDO IMPLEMENTADO A PAGINAÇÃO */
    color: #3A85F4;
    background-color: transparent;
    background-image: none;
    border-top-color: #3A85F4;
    padding: 12px;
}

    .btnLoadMoreLista:hover {
        color: #3A85F4;
        border-color: #3A85F4;
        background-color: #E5E5E5;
    }

.bAddFromList {
    margin-left: 6px;
    margin-bottom: 6px;
    display: inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-radius: 50%;
    border: solid 1px #3A85F4;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

    .bAddFromList:hover {
        background: #3A85F4;
        color: white;
    }

.icnAddFromList {
    color: #3A85F4;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    fill: currentcolor;
}

.btnAddText {
    border-radius: 20px;
    border-color: #3A85F4;
    background-color: white;
    margin-left: 8px;
}

.icnAddFromListText {
    color: #3A85F4;
    width: 22px;
    height: 22px;
    fill: currentcolor;
}

.icnAddFromList:hover {
    color: white;
}

.fc-title { /*Para agenda*/
    padding: 10px;
}

.fc-content { /*Para agenda*/
    padding: 2px;
}

.linInfo td {
    border-bottom: 1px solid #3A85F4;
}

.linInfo :hover {
    cursor: pointer;
}

.btnOpCabelho {
    color: #3A85F4;
    border-color: #3A85F4;
    background-color: transparent;
    background-image: none;
    margin-left: 10px;
    font-weight: bolder;
}

    .btnOpCabelho:hover {
        color: #3A85F4;
        background-color: #E5E5E5;
    }

.fc-toolbar {
    color: #3A85F4;
}

.btnTabCab {
    color: black;
    background-color: transparent;
    background-image: none;
    font-weight: bolder;
}

.tabelaOrdenavel td:hover {
    cursor: move;
}

.diagnosticoD {
    background-color: #A53B46;
    text-align: center;
    color: white
}

.diagnosticoC {
    background-color: #FF8300;
    text-align: center;
    color: white
}

.diagnosticoB {
    background-color: #FF4F6C;
    text-align: center;
    color: white
}

.diagnosticoA {
    background-color: #66A36C;
    text-align: center;
    color: white
}

.pergMedicament {
    margin-left: 15px;
}

.opcaoComplementoTexto {
    display: inline;
    margin-left: 8px;
    width: 350px;
}

.opcaoComplementoData {
    display: inline;
    margin-left: 8px;
    width: 140px;
}

.opcaoComplementoDataComHora {
    display: inline;
    margin-left: 8px;
    width: 200px;
}

.opcaoComplementoNumero {
    display: inline;
    margin-left: 8px;
    width: 200px;
}

.campoPergQuantidadeNumerica {
    width: 300px;
}

.btnAtalhoTela {
    border-color: #3A85F4;
    margin-top: 4px;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.infTextoTitulo {
    display: inline;
}

.infTextoConteudo {
    display: inline;
    font-weight: 900;
    color: #3A85F4;
}

.infGrupoInf {
    margin-bottom: 10px;
}

#custom-handle .ui-slider-handle {
    border-color: pink;
}

.perguntaRegua {
    width: 50px;
    height: 40px;
    top: 50%;
    color: red;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

.opcaoUsabilidadeSistema {
    width: 22px;
    height: 22px;
    text-align: center;
}

.dstqTituloPerg {
    margin-top: 16px;
    color: #3A85F4;
    font-weight: bolder;
}

.btnDestaqueAcao {
    font-weight: 900;
    border: 2px solid #3A85F4;
    background-color: #3A85F4;
    color: white
}

    .btnDestaqueAcao:hover {
        color: #3A85F4;
        background-color: white;
    }

.btnAbaDetalhe {
    cursor: pointer;
}

    .btnAbaDetalhe :hover {
        cursor: pointer;
        border-radius: 8px;
        background-color: #E2E2E2 !important;
        border-top: 2px solid #3A85F4;
    }

.btnSelecaoPacEstudo {
    font-size: 16px;
}

.btnOpConsulta {
    font-weight: 900;
    border: 2px solid #3A85F4;
    background-color: ghostwhite;
    color: #3A85F4;
}

    .btnOpConsulta:hover {
        color: white;
        background-color: #3A85F4;
    }

.btnAcessarCaso {
    /*font-weight: 900;*/
    border: 1px solid #3A85F4;
    background-color: white;
    color: #3A85F4;
    cursor: pointer;
}

    .btnAcessarCaso:hover {
        color: white;
        background-color: #3A85F4;
        cursor: pointer;
    }

.linSeparacao tr :hover {
    background-color: red;
}

.linSeparacao td {
    border-bottom: 1px white solid !important;
    color: black;
    font-weight: bolder;
    font-size: larger;
}

.fc-widget-content td :hover {
    cursor: pointer;
}

.linhaTabelaNova :hover {
    cursor: pointer;
}

.badgeDDMD {
    vertical-align: middle;
    color: white;
    padding: 4px;
    border-radius: .375rem;
}

.badgeDDMD-danger {
    background-color: #e63757 !important;
}

.badgeDDMD-success-high {
    color: white;
    background-color: #639AE2 !important;
}

.badgeDDMD-success-soft {
    color: #2c7be5;
    background-color: #d5e5fa !important;
}

.badgeDDMD-primary {
    background-color: #2c7be5 !important;
}

.badgeDDMD-warning {
    background-color: #f6c343 !important;
}

.badgeDDMD-sucess {
    color: black;
    background-color: #ccf7e5 !important;
}

.tabelaModal {
    width: 100%;
}

    .tabelaModal th {
        padding-left: 4px;
        padding-right: 4px;
    }

    .tabelaModal td {
        padding-left: 4px;
        padding-right: 4px;
    }

    .tabelaModal tr {
        border-bottom: 1px solid #EDF2F9;
    }

.tabelaModalLinha {
    background-color: #F2F2F2;
}

.tabelaModalLinhaAlternada {
    background-color: white;
}

    .tabelaModalLinhaAlternada:hover {
        background-color: #E2E2E2;
    }

.tabelaModalLinha:hover {
    background-color: #E2E2E2;
}

.operacaoPacDB:hover {
    background-color: #E2E2E2;
}

.qrcodePacAg {
    max-width: 300px;
    max-height: 300px;
    display: inline-block;
}

.txtLinkPacAg {
    width: 450px;
    display: inline-block;
}
