/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    color: #5B5B5B;
    font-size: 0.9rem;
}


:root {
    --primary: #FD7D3B;
}

.bg-primary {
    background-color: var(--primary) !important;
}


.btn-primary {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.signature canvas {
    position: relative;
    min-height: 120px;
    border: 1px solid #ced4da;
}


.signature-pad, .signature-pad::before {
    box-shadow: none;
}



.testigo, #grabar-consentimiento {
    margin-top: 1rem;
}

.signature-pad--footer {
    color: #666 !important;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad::before, .signature-pad::after{
    box-shadow: none;
}


.error{
    background-color: #F8D7DA !important;
    border: 1px solid #F5C6CB !important;
}

#mapContainer { 
    width: 100%; 
    height: 280px; 
}

.observaciones, .fecha {
    min-width: 100%;
}

#frmPacientesAgudos h6 {
    display: block;
    background-color: #004AD5;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-top: 8px;
}

.oculto {
    display: none;
}

.bg-gray {
    background-color: #FEB58D;
    padding: 2px 5px;
}

.panel-title a {
    font-size: 1.2rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(180,180,180);
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
}

.ui-widget input {
    padding-left: 5px;
}

button, input, optgroup, select, textarea {
    margin: 5px 0;
}