﻿
#align-right {
    text-align: right;
}

.alinhar-centro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.alinhar-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.alinhar-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.alinhar-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.alinhar-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

body {
    margin-top: unset;
    margin-bottom: unset;
}

.btn-menu-mapa {
    height: 30px;
    width: 7%;
    line-height: 1;
    /*width: 65px;*/
}

    .btn-menu-mapa.focus {
        box-shadow: 0 0 0 0;
        border: 0 none;
        outline: 0;
        background: #69e673
    }

.btn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 1px 3px;
    font-size: 12px;
    cursor: pointer;
}

    .btn:hover {
        background-color: RoyalBlue;
        background-color: #b1efef
    }

.btn-borda-radius {
    border-radius: 5px 5px 5px 5px;
    border: none;
}

.btn-home {
    background-color: #E6E7E8;
    border: none;
    color: black;
    padding: 1px 3px;
    font-size: 14px;
    /*font-weight: bold;*/
    cursor: pointer;
    border-radius: 30px;
    width: 120px;
    height: 30px;
}

    .btn-home:hover {
        background-color: lightgray;
    }

.btn-borderless {
    background-color: transparent;
    border: none;
    color: black;
    font-size: 14px;
    display: inline-block;
}

    .btn-borderless:hover {
        color: green;
    }

.btn-gravar {
    background-color: limegreen;
    border: none;
    color: black;
    padding: 1px 3px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    /*border-radius: 30px;*/
    width: 120px;
    height: 30px;
}

    .btn-gravar:hover {
        background-color: lightgreen;
    }

.btn-novo {
    background-color: dodgerblue;
    border: none;
    color: black;
    padding: 1px 3px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 120px;
    height: 30px;
}

    .btn-novo:hover {
        background-color: lightblue;
    }

.btn-excluir {
    background-color: red;
    border: none;
    color: black;
    padding: 1px 3px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 120px;
    height: 30px;
}

    .btn-excluir:hover {
        background-color: lightcoral;
    }

.btn-icon {
    width: 48px;
    height: 48px;
    background-color: white;
}

#btnPrint {
    display: none !important;
}

.btn-link {
    height: 25px;
    width: 100px;
    background-color: white;
    color: blue;
    border: none;
    padding: 0;
}

    .btn-link:hover {
        background-color: #f5f5f5;
    }

.btn-link-lista {
    height: 25px;
    width: 75px;
    background-color: transparent;
    color: blue;
    border: none;
    padding: 0;
}

.btn-consultar {
    background-image: linear-gradient(gainsboro, limegreen);
    border: none;
    color: black;
    padding: 1px 3px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 120px;
    height: 30px;
}

    .btn-consultar:hover {
        background-image: linear-gradient(gainsboro, lightcoral);
    }

.btn-mapa-consultar:focus {
    outline-color: red;
}

.btn-etiqueta {
    width: 120px;
    height: 31px;
    color: white;
    background-color: #2C3539;
    border-radius: 5px 5px 5px 5px;
    border: none;
}

.btn-borda {
    width: 30px;
    height: 30px;
    background-color: white;
    border: 4px solid black;
    border-radius: 5px 5px 5px 5px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

/*##### Etiquetas ######*/

.div-cbxEtiqueta {
    width: 30px;
    height: 35px;
    border-radius: 0 5px 5px 0;
    background-color: black;
}

.cbx-Etiqueta {
    width: 15px;
    height: 15px;
    border: none;
    padding-right: 5px;
}

.cbx-Etiqueta-70x30 {
    width: 70px;
    height: 30px;
    border: none;
    text-align: left;
}

.cbx-60x30 {
    width: 60px;
    height: 30px;
    border: none;
    text-align: left;
}

.cbx-Etiqueta-100x30 {
    width: 97px;
    height: 30px;
    border: none;
    text-align: left;
}

.cbx-Etiqueta-140x30 {
    width: 140px;
    height: 30px;
    border: none;
    text-align: left;
}

#centro-celula {
    display: inline-block;
    *display: inline; /* for IE7*/
    /*zoom: 1; /* for IE7*/ */ float: left;
    padding-top: 5px;
    text-align: right;
}

.checbox-horizontal {
    width: 50px;
    margin-left: 20px;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}

#centro {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 30%;
    left: 40%;
    margin-top: -50px;
    margin-left: -50px;
}

.container-mapa {
    background-color: #ccc;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

.div-flex-row {
    display: flex;
    flex-direction: row;
}

.div-flex-column {
    display: flex;
    flex-direction: column;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 5px;
    background-color: #cae8ca;
    border: 2px solid #4CAF50;
}

.etiqueta-box {
    position: static;
}

.etiqueta-item {
    position: absolute;
    border: 1px solid silver;
    background-color: white;
    resize: both;
    overflow: auto;
}

.external-providers {
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .external-providers a {
        width: 100%;
        margin-bottom: 10px;
    }

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.fieldset-padrao {
    border: 1px solid silver;
    background-color: #e5e4e2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.fieldset-group {
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
    border-color: white;
    border-style: solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.grid-borda-1 {
    display: flex;
    flex-direction: row;
    background-color: white;
    border: 1px solid #f1f1f1;
    color: black;
    height: 30px;
    width: 100%;
}

    .grid-borda-1:hover td {
        background-color: gainsboro;
    }

.grid-mapa {
    display: flex;
    flex-direction: column;
    background-color: #333;
    color: #fff;
    width: 100%;
}

.grid-mapa-header {
    display: flex;
    flex-direction: row;
    background-color: cadetblue;
    color: white;
    height: 25px;
    width: 100%;
}

.grid-mapa-rows {
    display: flex;
    flex-direction: row;
    background-color: white;
    color: black;
    height: 30px;
    width: 100%;
}

.grid-header-cell {
    border: 1px solid #ccc;
}

.grid-header-cell-10 {
    border: 1px solid #ccc;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-data-cell {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-data-cell-10 {
    border: 1px solid #ccc;
    background-color: azure;
    width: 51px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-mapa-rows:hover td {
    background-color: gainsboro;
}

.grid-mapa-rows:focus-within {
    background-color: aliceblue;
}

.grid-margin-text {
    margin: 5px;
}

.grid-enfermaria-row {
    display: flex;
    flex-direction: row;
    background-color: white;
    color: black;
    height: 30px;
    width: 100%;
}

.grid-componente {
    height: 28px;
    margin-bottom: 1px;
}

.grid-prescricao-header {
    display: flex;
    flex-direction: row;
    background-color: #6e81ac;
    color: white;
    height: 25px;
    width: 100%;
}

.grid-horarios-header {
    display: flex;
    flex-direction: row;
    background-color: #4398fc;
    color: white;
    height: 25px;
    width: 100%;
}

.grid-header-cell-presc {
    border: 1px solid #ccc;
    height: 25px;
    text-align: center;
}

.grid-data-rows-presc {
    display: flex;
    flex-direction: row;
    background-color: white;
    color: black;
    height: 25px;
    width: 100%;
}

.grid-data-cell-presc {
    border: 1px solid #ccc;
    background-color: azure;
    height: 25px;
    text-align: center;
}

.grid-componente-presc {
    height: 25px;
}

#groupbox-green {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 10px;
    background-color: #f5f5f5;
}

.hr-mapa {
    background-color: #ff8400; /* #f00; */
    height: 6px;
}

hr {
    border-color: #aaa;
    box-sizing: border-box;
    width: 100%;
}

.icon {
    width: 16px;
    height: 16px;
}

.icon-48 {
    width: 48px;
    height: 48px;
    margin-left: -8px;
    margin-top: -3px;
}

input {
    background-color: transparent;
}

    input[type=checkbox] {
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        transform: scale(1.5);
    }

    input[type=date]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
    }

    /*Remover os spinners dos inputs tipo number*/
    /* Para Chrome, Safari, Edge, Opera */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Para Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

.legend-group {
    font-size: 14px;
    width: auto;
    height: 21px;
    border: none;
}

.list-group {
    max-height: 600px;
    overflow: scroll;
    background-color: #f5f5f5;
    -webkit-overflow-scrolling: touch;
}

.li-subst {
    padding-top: 4px;
    padding-left: 2px;
    background-color: #f5f5f5;
    height: 30px;
}

    .li-subst:hover {
        padding-top: 4px;
        padding-left: 2px;
        background-color: lightgray;
        border-radius: 10px;
    }

.list-line {
    margin-left: 5px;
}

    .list-line:hover {
        background-color: white;
    }

#menu-mapa {
    padding: 0px;
    margin: 0px;
    background-color: #EDEDED;
    list-style: none;
}

#menu-mapa ul {
    height:42px;
}

#menu-mapa ul li {
    display:inline;
    height: 42px;
}

.navbar-default {
    margin-bottom: unset;
    margin-top: unset;
}

.navbar-nav > li a {
    position: relative;
    display: block;
    padding: 15px;
    color: #777;
}

.navbar-default .navbar-nav > li a:hover,
.navbar-nav > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #999;
}

.nav-mapa {
    display: flex;
    flex-direction: row;
    background-color: teal;
    color: white;
    height: 50px;
    width: 100%;
}

.nav-tabs {
    background-color: #f3f3f3;
}

.prescricao-identificacao {
    display: flex;
    flex-direction: row;
    background-color: lemonchiffon;
    color: black;
    height: 25px;
    width: 960px;
}

.panel-default {
    background-color: #E6E7E8;
}

.page-header {
    background-color: gainsboro; /*#3c5490*/
    color: black;
}

.page-break {
    page-break-after: always;
}

.sub-menu {
    display: none;
    position: absolute;
    min-width: 250px;
    margin: 0;
    padding: 0;
    background: #444;
}

    .sub-menu li:hover {
        background: #555;
    }

    .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

.text-uppercase {
    text-transform: uppercase;
}



.report-text-center {
    text-align: center;
    vertical-align: middle;
}

.report-text-left {
    text-align: left;
    vertical-align: middle;
}

.report-table-header {
    background-color: silver;
    border-top: 1px solid black;
    border-right: 1px solid black;
}

.row-selected {
    background-color: aqua;
}

.rodape-pagina {
    background-color: #E6E7E8;
}

.rpt_row { /*Para corrigir o flex-box no rotativa => wkhtmltopdf*/
    width: 8in;
    height: auto;
    min-height: .25in;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.rpt_column { /*Para corrigir o flex-box no rotativa => wkhtmltopdf*/
    width: 8in;
    height: auto;
    min-height: .25in;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    position: static;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.rTable {
    display: table;
    width: 100%;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}

.rTableCell-left {
    margin: 0;
    padding: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    vertical-align: middle;
    text-align: left;
    height: 20px;
}

.rTableCell-center, .rTableHead {
    margin: 0;
    padding: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    vertical-align: middle;
    text-align: center;
    height: 20px;
}

.rpt-center {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}

.rTableBody {
    display: table-row-group;
}
