﻿@charset "utf-8";
/* CSS Document */

select option:disabled {
    background-color: lightgray;
    color: black;
}

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('Segoe UI Bold Italic.woff') format('woff');
}

@media only screen and (min-width: 769px)
{
    .palco
    {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

.tamanho_aba {
    padding-bottom: 1px !important;
    height: 50px;
}

.posiciona_topo {
    top: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    min-height: 90%;
}

.input-texto {
    border: 2px solid;
    border-color: #ccc #b8b8b8 #b8b8b8 #ccc;
    box-shadow: inset 0 0 10px #d1d3d4;
}

.input-texto-longo {
    width: 350px;
}

.input-texto-medio {
    width: 200px;
}

.input-texto-curto {
    width: 50px;
}

.div-oculto {
    display: none;
}

.corpo-site {
    font-family: 'Segoe UI Regular';
    color: #444a90 !important;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.tamanho-tela {
    min-height: 80% !important;
    padding-top: 0px !important;
}

.cabecalho {
    background-image: linear-gradient(to right, #8c3e5c 0%, #2e609b 100%);
    font-size: 14px;
}

.rota_site {
    height: 28px;
}

.texto-cinza {
    font-family: 'Segoe UI Regular';
    text-decoration: none;
    color: #9c9c9c;
    font-size: 12px;
}

.texto-branco {
    font-family: 'Segoe UI Regular';
    text-decoration: none;
    color: white;
}

    .texto-branco:hover {
        font-family: 'Segoe UI Regular';
        text-decoration: none;
        color: white;
    }

.texto-titulo {
    font-family: 'Segoe UI Regular';
    text-decoration: none;
    color: white;
    font-size: 19px;
    font-weight: bold;
}

.truncar-texto {
    position: absolute;
    margin-top: 10px;
    width: 2px;
}

.truncar-texto-cabecalho {
    position: absolute;
    margin-top: 30px;
    width: 2px;
}

.texto-titulo:hover {
    font-family: 'Segoe UI Regular';
    text-decoration: none;
    color: white;
}

.label-mesma-linha {
    line-height: 1;
    white-space: nowrap;
    display: inline;
    overflow: hidden;
}

.barra-topo {
    background-color: #444a90;
    height: 28px !important;
}

.barra-topo-tabela {
    background-color: #ccc;
    height: 28px !important;
    font-weight: bold;
}

.barra-tamanho {
    height: 28px !important;
}

.btnExcluirImagem {
    background-color: #373d7c;
    color: #fff;
    border-radius: 15px;
}

    .btnExcluirImagem:hover {
        background-color: #373d7c;
        color: #fff;
        text-decoration: none;
    }

.mr-auto li a {
    padding: 3px 18px;
    background-color: #444a90;
    color: #fff;
    font-size: 15px !important;
    font-weight: normal !important;
    margin-left: 8px;
    border-radius: 15px;
    height: 30px;
}

#accordion {
    margin-left: 5px;
    margin-right: 5px;
    width: 100% !important;
}

.mr-auto li a:hover {
    background-color: #373d7c;
    color: #fff;
    text-decoration: none !important;
}

.plupload_filelist {
    font-size: 14px;
    color: #5d5d5d !important;
    margin: 30px 0;
}

    .plupload_filelist tr th {
        color: #2e609b !important;
        background: #373991;
        padding: 5px;
        text-align: cen
            ter;
    }

    .plupload_filelist tr td {
        padding: 5px;
        background: #fff;
    }


    .plupload_filelist tr.marcado td {
        background: #f1f1ff;
    }

    .plupload_filelist tr:hover td {
        background: #d9d9ed;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .btn-bg-azul-2 {
        background-color: #373d7c;
        color: #fff;
    }

    .btn-bg-azul-2.disabled, .btn-bg-azul-2[disabled] {
        opacity: 0.6;
        cursor: default;
    }

.btn-bg-azul-g {
    background-color: #444a90;
    color: #fff;
    font-size: 15px !important;
    font-weight: normal !important;
}


    .btn-bg-azul-g.disabled, .btn-bg-azul-g[disabled] {
        opacity: 0.6;
        cursor: default;
    }

    .btn-bg-azul-g:hover {
        background-color: #373d7c;
        color: #fff;
        text-decoration: none !important;
    }

.btn-bg-azul {
    background-color: #444a90;
    color: #fff;
}

    .btn-bg-azul.disabled, .btn-bg-azul[disabled] {
        opacity: 0.6;
        cursor: default;
    }

    .btn-bg-azul:hover {
        background-color: #373d7c;
        color: #fff;
        text-decoration: none;
    }

.btn-bg-azul-3 {
    background-color: #444a90;
    color: #fff;
}

    .btn-bg-azul-3.disabled, .btn-bg-azul-3[disabled] {
        opacity: 0.6;
        cursor: default;
    }

    .btn-bg-azul-3:hover {
        background-color: #ff3f5c;
        color: #fff;
        text-decoration: none;
    }

    .btn-bg-azul-3:visited {
        background-color: #ff3f5c !important;
        color: #fff;
    }

    .btn-bg-azul-3:active {
        background-color: #ff3f5c !important;
        color: #fff;
    }



.editar {
    font-weight: bold !important;
    background-color: #444a90;
    color: #fff !important;
    margin: -5px;
    padding: 5px;
    border-radius: 15px;
    display: block;
}

    .editar:hover {
        background-color: #ff3f5c;
        color: #fff !important;
        text-decoration: none;
        margin: -5px;
        padding: 5px;
        border-radius: 15px;
    }


.editar-ex {
    font-weight: bold !important;
    font-size: 13px;
    color: #FFF !important;
    background: #4b4db6 !important;
    margin: 0px;
    padding-left: 20px;
    border-radius: 15px;
    display: block;
}

.excluir, .tabela-exames-paciente .excluir-exame {
    font-weight: bold !important;
    font-size: 13px;
    color: #FFF !important;
    background: #ff3f5c !important;
    margin: 0px;
    padding-left: 20px;
    border-radius: 15px;
    display: block;
}


.tabela-exames-paciente td {
    padding: .60rem!important;
}

.tabela-exames-paciente .excluir-exame {
    padding: 5px !important;
    margin: -5px;
}

#fieldset_paciente dl dt {
    max-width: 90%;
    display: block;
}

#fieldset_paciente input, #fieldset_paciente textarea {
    max-width:400px;
}
    .excluir:hover {
    font-weight: bold !important;
    font-size: 13px;
    color: #FFF !important;
    background: #ff3f5c !important;
    margin: 0px;
    padding-left: 20px;
    border-radius: 15px;
    font-size: 14px;
    text-decoration: none;
}



.editar-ex:hover {
    color: #FFF !important;
    background: #4b4db6 !important;
    margin: 0px;
    padding-left: 20px;
    border-radius: 15px;
    font-size: 14px;
    text-decoration: none;
}

.btn-bg-rosa {
    background-color: #ff3f5c;
    color: #fff;
}

    .btn-bg-rosa.disabled, .btn-bg-rosa[disabled] {
        opacity: 0.6;
        cursor: default;
    }

    .btn-bg-rosa:hover {
        background-color: #d51835;
        color: #fff;
        text-decoration: none;
    }


.btn-bg-rosa-3 {
    background-color: #ff3f5c;
    color: #fff !important;
}

    .btn-bg-rosa-3.disabled, .btn-bg-rosa-3[disabled] {
        opacity: 0.6;
        cursor: default;
    }

    .btn-bg-rosa-3:hover {
        background-color: #d51835;
        color: #fff;
        text-decoration: none;
    }

    .btn-bg-rosa-3:visited {
        background-color: #d51835 !important;
        color: #fff;
    }

    .btn-bg-rosa-3:active {
        background-color: #d51835 !important;
        color: #fff;
    }

.borda {
    border: 1px solid black;
}

.clear {
    clear: both
}

.alinha-forms {
    clear: both;
}

.alinha-forms-mesma-linha {
    line-height: 1;
    white-space: nowrap;
    display: inline;
}
.label_campo {
    font-weight: bold;
    width: 100%;
}

.error {
    border: 2px solid red;
}

.alinha-forms dt {
    float: left;
    /*margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 20px;*/
}



.alinha-forms .messagererror {
    float: left;
}

.no-float {
    display: inline;
    float: none;
}

.topo-abas {
    border-radius: 20px 20px 0px 0px !important;
    border-bottom: 1px solid #eee;
}

    .topo-abas:hover {
        border-radius: 20px 20px 0px 0px !important;
        border-bottom: 1px solid #eee;
        background-color: #444a90 !important;
        color: #fff !important;
    }

    .topo-abas:active {
        border-radius: 20px 20px 0px 0px !important;
        border-bottom: 1px solid #eee;
        background-color: #444a90 !important;
        color: #fff !important;
    }

    .topo-abas:visited {
        border-radius: 20px 20px 0px 0px !important;
        border-bottom: 1px solid #eee;
        background-color: #444a90 !important;
    }

    .topo-abas:link {
        border-radius: 20px 20px 0px 0px !important;
        border-bottom: 1px solid #eee;
    }

.texto-azul {
    color: #444a90 !important;
}

.txt-underline:hover {
    color: #d51835;
    text-decoration: underline;
}

.rodape {
    background: #434a90;
    font-size: 14px;
}

.menu-base {
}

.menu-topo {
}

.posicao-img {
    height: 90px !important;
}

.posicao-img input {
    height: 30px !important;
}

.menu-direitos {
}

.tabela {
}

body.waiting * {
    cursor: progress !important;
}

.lista_pequena li:nth-child(odd) {
    background-color: #fff;
}

.lista_pequena li:nth-child(even) {
    background-color: #eee;
}

.lista_pequena li {
    font: italic 13px 'Segoe UI Regular';
    width: 100% !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

.lista_pequena ul {
    font: italic 11px 'Segoe UI Regular';
    width: 100% !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

dd.nav-item {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.lista_pequena_legenda {
    font: italic 13px 'Segoe UI Regular';
    width: 100% !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

.lista_pequena_legenda_p {
    font: italic 9px 'Segoe UI Regular';
    width: 100% !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

.lista_pequena_legenda ul {
    font: italic 11px 'Segoe UI Regular';
    width: 100% !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

.ordem_impressao_div {
    float: left;
    margin-top: 20px;
    margin-left: 35px
}

.ordem_impressao_anterior {
    color: #666 !important;
    width: 24px;
    height: 23px;
    text-decoration: none;
}

    .ordem_impressao_anterior:hover {
        color: #32348E !important;
        text-decoration: none;
    }

.ordem_impressao_proximo {
    color: #666 !important;
    width: 24px;
    height: 23px;
    text-decoration: none;
}

    .ordem_impressao_proximo:hover {
        color: #32348E !important;
        text-decoration: none;
    }


.file-upload {
    display: none
}

.lista_pequena_legenda li {
    font: italic 11px 'Segoe UI Regular';
    width: 100% !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

.nav-bar > li.flyout {
    display: none;
    font-weight: bold;
}

.mensagem_formulario {
    display: block;
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}


a.tip {
    border-bottom: 1px dashed;
    text-decoration: none
}

    a.tip:hover {
        cursor: help;
        position: relative
    }

    a.tip span {
        display: none
    }

    a.tip:hover span {
        padding: 5px 20px 5px 5px;
        display: block;
        z-index: 100;
        left: 0px;
        margin: 10px;
        position: absolute;
        top: 20px;
        text-decoration: none;
        font-size: 15px !important;
        border: 1px solid rgba(24, 27, 35, 0.10);
        /*#302498;*/
        background: rgba(145, 164, 212, 0.10);
        /*#eaecff;*/
        color: #373d7c;
        white-space: normal !important;
        min-width: 400px;
    }

.mensagem_formulario_sucesso {
    border: 1px solid #302498;
    background: #eaecff;
    color: #373d7c;
}

.mensagem_formulario_erro {
    border: 1px solid #ee3136;
    background: #ffeaeb;
    color: #ee3136;
}

.aviso-red-mensagens {
    background: #ffeaeb;
    border: 1px solid #ee3136;
    display: block;
    color: #ee3136;
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
}

.aviso-blue, #sucesso_contato, .mensagem_formulario_sucesso {
    background: #edf2ff;
    border: 1px solid #373991;
    padding: 10px 20px;
    display: block;
    color: #373991;
    clear: both;
    margin: 20px 0;
}

    .aviso-blue a, #sucesso_contato a, .mensagem_formulario_sucesso a {
        color: #373991;
        font-weight: bold;
    }

.aviso-red, #erro_contato, .mensagem_formulario_erro {
    background: #ffeaeb;
    border: 1px solid #ee3136;
    padding: 10px 20px;
    display: block;
    color: #ee3136;
    clear: both;
    margin: 20px 0;
}

    .aviso-red a, #erro_contato a, .mensagem_formulario_erro a {
        color: #ee3136;
        font-weight: bold;
    }


.mascara_aneurisma{
  margin-bottom: 55px !important;
}

.messagererro {
    margin-top: 10px;
    padding: 3;
    background: #ffeaeb;
    border: 1px solid #ee3136;
    display: block;
    color: #ee3136;
    font-size: 15px;
}


.messagererror {
    margin-top: 10px;
    padding: 3;
    background: #ffeaeb;
    border: 1px solid #ee3136;
    display: block;
    color: #ee3136;
    font-size: 15px;
}

.bx-filtro-exame {
    overflow: hidden;
    margin-top: 0px !important;
}

    .bx-filtro-exame fieldset {
        float: right;
    }

    .bx-filtro-exame label {
        float: left;
    }

    .bx-filtro-exame select {
        float: left;
        width: 320px;
    }

    .bx-filtro-exame bt-azul {
        float: left;
    }

    .bx-filtro-exame .resultado-busca {
        float: left;
    }

        .bx-filtro-exame .resultado-busca strong {
            color: #6F6F6F;
        }

.box-left {
    width: 45%;
    border-right: 1px solid #b5b5b5;
}

fieldset.selecionar-cid {
    position: absolute;
    background: #fff;
    padding: 20px;
    border: 1px solid #b5b5b5;
    z-index: 500;
    top: 10px;
}

#bt_alterar_cid {
    font-size: 12px;
    margin-top: 12px;
}

#label_cid_selecionado {
    float: left;
}

    #label_cid_selecionado a {
        padding-left: 5px;
    }

.paginate {
    float: right;
    overflow: hidden;
}

    .paginate a, .paginate span {
        float: left;
        display: block;
        padding: 5px 10px;
        color: #373991;
        background: #fff;
        margin-left: 2px;
    }

        .paginate a:hover {
            color: #ee3136;
            background: #ffe0e1;
        }

        .paginate a.ativado, .paginate span {
            color: #fff;
            background: #373991;
        }]
.box-right {
    float: left;
    width: 43%;
}

    .box-right label {
        float: left;
    }

    .box-right select {
        float: left;
        width: 320px;
        margin: 0 10px 0 6px;
    }



    .box-right bt-azul {
        float: left;
    }

    .box-right dl {
        overflow: hidden;
    }

table tr.marcado {
    font-size: 13px;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

    table tr.marcado td:first-child {
        width: 50% !important;
        max-width: 50% !important;
        min-width: 50% !important;
    }

    .restrita {
 
    }

table tr.marcado td.td_editar, table tr.marcado td.td_imprimir{
    width: 10% !important;
    max-width: 10% !important;
    min-width: 10% !important;
}


table tr.marcado td.td_data {
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
}


.tabela_exames {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

.tabela_exames-listar {
    
}

    .tabela_exames-listar td.td_id, .tabela_exames-listar th.td_id {
        width: 50px !important;
        max-width: 50px !important;
        min-width: 50px !important;
        background-color: #b8b8b8;
        border: 1px solid #888;
    }

.tabela_cid {
    clear: both;
    margin: 0 0 30px;
    width: 100%;
    background: #ffffff;
}

    .tabela_cid thead th {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.75);
    }

    .tabela_cid tbody td:last-child {
        text-align: center;
    }

    .tabela_cid .remover_cid {
        display: inline-block;
        height: 16px;
        text-indent: -9999px;
        width: 16px;
    }

    .tabela_cid .adicionar_cid {
    }

    .tabela_cid .adicionar_cid {
        background-color: #373d7c;
        color: #fff;
        border-radius: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .tabela_cid .adicionar_cid:hover {
            background-color: #373d7c;
            color: #fff;
            text-decoration: none;
        }


    .tabela_cid tbody tr.even {
        background: #d1d3d4;
    }

    .tabela_cid tbody tr.alt {
        background: #ffffff;
    }

    .tabela_cid tbody tr:nth-child(even) {
        background: #d1d3d4;
    }

    .tabela_cid tbody tr td {
        color: #4b4b4b;
        vertical-align: top;
        font-size: 12px;
        border: none;
        border-right: solid 1px #cccccc;
        padding: 9px 10px;
    }

    .tabela_cid tr th {
        color: #fff;
        background: #868686;
    }


.imagem_anexa {
    max-height: 70px
}

.tamanho_total {
    width: 100% !important;
}

.modal-scrool {
    height: 500px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal-peq {
    height: 350px !important;
}

.modal-scrool::-webkit-scrollbar {
    width: 12px;
}

.modal-scrool::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.modal-scrool::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


#div_termos_de_uso {
    border: 2px solid #b8b8b8;
    padding: 10px;
    border-radius: 0rem;
    height: 250px;
    background: #fdfdfd;
    overflow: auto;
}


.ui-resizable-e {
    /*border: 2px solid #000; */
    position: absolute !important;
}


.ui-icon-gripsmall-diagonal-se {
    position: absolute !important;
    bottom: 0px !important;
    right: -2px;
    margin-right: 0px !important;
    display: block !important;
    
}

div.orbit-wrapper div.slider-nav {
    display: block
}

div.orbit-wrapper div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 30;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

    div.orbit-wrapper div.slider-nav span.right {
        background: url(../imagens/cartografia/orbit/right-arrow.png);
        right: 0;
    }

    div.orbit-wrapper div.slider-nav span.left {
        background: url(../imagens/cartografia/orbit/left-arrow.png);
        left: 0;
    }

/* fundo de tela da cortina aberta*/
.ui-widget-content {
    border: 1px solid #d9d6c4;
    /*background: #f7f7f7 !important;*/
    color: #1f1f1f
}

.ui-icon {
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-left: 0px !important;
}

.ui-state-default {
    border: 1px solid #cbc7bd;
    background: #dedfe0 !important;
    font-weight: bold;
    color: #010644 !important;
    min-width: 150px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #a5a5a5 !important;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #a5a5a5 !important;
    background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405;
}


.posiciona_direita {
    float: right !important;
    right: 0px !important;
    text-align: right;
    align-content: end;
    align-items: end;
}

.posiciona_certo {
    float: right !important;
    right: 0px !important;
    text-align: left;
    align-content: end;
    align-items: end;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100% !important; /* Full width */
    height: 100%; /* Full height */
    overflow-y: scroll;
    overflow-x: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    max-width: 100% !important;
    min-width: 100% !important;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto !important; /* 15% from the top and centered */
    padding-left: 15px !important;
    padding-right: 12px !important;
    padding-bottom: 15px !important;
    border: 1px solid #888;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 0px;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.formulario-row {
    max-width: 1100px !important;
    min-width: 990px !important;
    margin: 0 auto !important;
}
.bx-planos .plano_descricao_detalhada {
    display: none;
}

.bx-planos {
    border-bottom: 1px solid #fff;
    padding: 10px;
}

    .bx-planos h3 {
        font-size: 18px;
        font-weight: bold;
        color: #6f6f6f; /*border-bottom:2px solid #fff;*/
    }

    .bx-planos li {
        float: left;
        min-height: 55px;
        max-height: 90px;
        padding: 10px;
        background: #f5f6fb;
    }

        .bx-planos li.li_75_porcento {
        }

            .bx-planos li.li_75_porcento label {
            }

        .bx-planos li .pagseguro {
            background: url(../imagens/pagseguro.png) no-repeat;
            display: block;
            height: 27px;
            margin-bottom: 10px;
            width: 100px;
        }

        
        .bx-planos li h4 {
            font-size: 18px;
            font-weight: bold;
        }

        .bx-planos li label {
            background-color: rgba(255,255,255,0.6);
            clear: both;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }

            .bx-planos li label input {
                float: left;
            }

        .bx-planos li a {
            float: left;
        }


.lista_legendas {
    float: right !important;
    right: 0px !important;
    position: relative;
    width: 206px;
    list-style-type: none;
}

    .lista_legendas li {
        height: 16px;
        font-size: 14px;
        color: #6d6d6d;
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

        .lista_legendas li span {
            font-size: 14px !important;
        }

        .lista_legendas li div {
            float: left;
            margin-right: 10px;
            width: 15px;
            height: 15px;
            border: 1px solid #000;
        }

.col-exame {
}

@media screen and (max-width: 980px) {

    input {
        max-width: 260px !important;
    }
    .plupload_filelist {
        width: 10px;
    }

    textarea.txtfield {
        max-width: 260px !important;
    }
    .col-exame {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .menu-direitos {
        display: none
    }

    .tabela {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .menu-topo {
        position: absolute !important;
        top: -18px !important;
        left: 5px !important;
    }

    span.color {
        height: 30px;
        width: 30px;
        display: block;
    }

    .formulario-row {
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        left: 0px;
    }

    table {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0px;
        margin-left: 0px;
    }

    td {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .cabecalho {
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0px;
        margin-left: 0px;
    }

    .col-12 {
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0px;
        margin-left: 0px;
    }

    .ferramentas {
        margin-bottom: 20px;
        max-width: 15% !important;
        min-width: 15% !important;
        width: 15% !important;
    }

    .container_palco_desenho {
        max-width: 85% !important;
        min-width: 85% !important;
        width: 85% !important;
    }

    .palco_desenho {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        height: 735px;
        margin-bottom: 20px;
        overflow: auto;
        position: relative;
        float: right;
    }

        .palco_desenho #EditorDireita_cvsPalco, .palco_desenho #EditorEsquerda_cvsPalco {
            background-size: 100% 100% !important;
            max-width: 100% !important;
            min-width: 100% !important;
            width: 100% !important;
            height: 696px;
            cursor: crosshair;
        }

        .palco_desenho canvas {
            margin-left: 0px !important;
        }

    .rodape {
        bottom: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0px;
        position: fixed !important;
    }

    .box-right select {
        float: left;
        width: 250px;
        margin: 0 10px 0 6px;
    }

    .bx-filtro-exame select {
        float: left;
        width: 240px;
    }
}

@media screen and (max-width: 680px) {

    .box-right select {
        float: left;
        width: 150px;
        margin: 0 10px 0 6px;
    }

    .bx-filtro-exame select {
        float: left;
        width: 140px;
    }
    .plupload_filelist {
        width: 10px;
    }

    .col-exame {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .menu-base {
        display: none
    }

    .menu-topo {
        position: absolute !important;
        top: -18px !important;
        left: 5px !important;
    }

    .posicao-img {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    .menu-direitos {
        display: none;
    }

    .container-fluid {
        padding: 0px 0px 0px 0px !important;
        margin: 0px 0px 0px 0px !important;
    }

    .tabela {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .menu-topo {
        position: absolute !important;
        top: -18px !important;
        left: 5px !important;
    }

    .formulario-row {
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        left: 0px;
    }

    table {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0px;
        margin-left: 0px;
    }

    td {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .cabecalho {
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0px;
        margin-left: 0px;
    }

    .col-12 {
        max-width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0px;
        margin-left: 0px;
    }

    .ferramentas {
        margin-bottom: 20px;
        max-width: 15% !important;
        min-width: 15% !important;
        width: 15% !important;
    }

    .container_palco_desenho {
        max-width: 85% !important;
        min-width: 85% !important;
        width: 85% !important;
    }

    .palco_desenho {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        height: 735px;
        margin-bottom: 20px;
        overflow: auto;
        position: relative;
        float: right;
    }

        .palco_desenho #EditorDireita_cvsPalco, .palco_desenho #EditorEsquerda_cvsPalco {
            background-size: 100% 100% !important;
            max-width: 100% !important;
            min-width: 100% !important;
            width: 100% !important;
            height: 696px;
            cursor: crosshair;
        }

        .palco_desenho canvas {
            margin-left: 0px !important;
        }

    .rodape {
        visibility: hidden;
    }
}




.aviso-yellow{background:#ffffcc; border:1px solid #ffcc00; padding:10px 20px; display:block; color:#595959; clear:both; margin:20px 0;}
.aviso-yellow a { color:#595959; font-weight:bold; }
.aviso-blue, #sucesso_contato, .mensagem_formulario_sucesso{background:#edf2ff; border:1px solid #373991; padding:10px 20px; display:block; color:#373991; clear:both; margin:20px 0;}
.aviso-blue a, #sucesso_contato a, .mensagem_formulario_sucesso a{color:#373991; font-weight:bold;}
.aviso-red, #erro_contato, .mensagem_formulario_erro {background:#ffeaeb; border:1px solid #ee3136; padding:10px 20px; display:block; color:#ee3136; clear:both; margin:20px 0;}
.aviso-red a, #erro_contato a, .mensagem_formulario_erro a { color:#ee3136; font-weight:bold; }
.aviso-red , .aviso-blue , .aviso-yellow, .aviso-red-mensagens{ width: 100%;border-radius: 5px;}


.td_enviar_pdf, .td_enviar_pdf a{
    width: 120px !important;
}

span.unchecked { color: red }
span.checked { color: green }

.bi {
    margin-left: -30px;
    cursor: pointer;
}
