﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: ghostwhite;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select {
    max-width: 280px;
}

.nueva-receta input {
    max-width: unset;
}

.nueva-receta textarea {
    width: 100%;
    max-width: unset;
}

#preview img {
    width: 100%
}

#preview {
    border: #89bc94 solid 3px;
    padding: 5px;
    min-height: 100px;
    width: 85%;
}

.plan-pacient-green-sectors {
    background: #89bc94;
    color:white;
}


textarea {
    max-width: 280px;
    width: 280px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.row-plan {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.row-plan {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 1px;
}
.detail-h4 {
    font-size: 4em;
    text-align: center;
    width: 50%;
    margin-left: 25%;
}


.btn-primary-custom {
    color: #fff;
    background-color: #89bc94;
}

.btn-primary-custom1 {
    color: #fff;
    background-color: #89bc94;
    margin-right: 2px;
}

.detail-h3 {
    font-size: 25px;
    text-align: center;
    border: 2px solid #337ab7;
    width: 30%;
    margin-left: 35%;
    border-radius: 4px;
    background-color: floralwhite;
}

.detail-plan-h4 {
    font-size: 35px;
    text-align: center;
    border: 2px solid #337ab7;
    width: 65%;
    margin-left: 17%;
    border-radius: 4px;
    background-color: floralwhite;
}

.titulo-ABM {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #89bc94;
    text-align: left;
}

.titulo-ABM-2 {
    color: #89bc94;
    text-align: left;
    border-radius: 6px;
    background-color: #eeeeee;
}

.create-h4 {
    font-size: 4em;
    text-align: center;
    width: 50%;
    margin-left: 17%;
}
.info-style{
    font-weight: bold;  
    font-size: 22px;    
}
.sub-info {
    font-weight: normal;
    color: #89bc94;
    font-size: 19px;
}
.cabecera-tabla {
    background-color: rgba(137, 188, 148, .5);
    border: 2px solid #89bc94;
    border-radius: 4px;
}
.navbar-lay {
    background-color: #337ab7;
}
.th-index{
    color: white;
    text-shadow: 0 0 2px black;
}

.nav.nav-tabs li.active a{
    border-top: 3px solid #89bc94;

}

.nav.nav-tabs li a {
    margin-top: 10px;
}

.opcion-descripcion{
    font-size: 10px;
}

/******Create - DatosAnalíticos********/

.categoria-style {
    border-bottom: 1px solid #0000002b;
    padding-bottom: 5px;
    margin-bottom: 27px;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.clear-sn{
    clear:both;
}

.mt-5px{
    margin-top:5px;
}

.mt-30{
    margin-top:30px;
}

/******** Ver Receta******/

.pointer{
    cursor:pointer;
}

.receta-foto {
    width: 90%;
    border-radius: 50%;   
    border: 1px solid #89bc94;
    border-width: 6px;
}

.mb-32px{
    margin-bottom:32px;
}

.btn-edit-recipe {
    color: white;
    background: #54a2bc;
    font-size: 19px;
    padding-left: 8px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 7px;
}

.btn-delete-recipe {
    color: white;
    background: #d9534f;
    font-size: 19px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn-add-ingredientes {
    width: 121px;
    background-color: #f0ad4e;
    border-color: #eea236;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 15px;
}

.display-none {
    display: none;
}


@media(max-width:768px){

    .left-mobile {
        float: left !important;
    }

}


/****AJUSTES A VISTAS YA REALIZADAS*****/

.analiticos-detail-label {
    font-size: 16px;
    margin-top:6px;
}

.green-background {
    background: #8bbe96;
}

.green-letter {
    background: #8bbe96;
}

.add-af {
    padding-right: 13px;
    padding-left: 8px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;   
    float: right;
    position: relative;
    bottom: 5px;
}

/*********PERFIL**********/

.profile-img {
    border-radius: 50%;
    width: 100%;
    border: 6px solid #89bc94;
}

.btn-edit-photo {
    margin-top: 13px;
    width:110px;
}

.center-div{
    margin-left:auto;
    margin-right:auto;
}

/*Home*/
.concured-widget-iframe-desktop-opened {
    width: 100vw !important;
    position: fixed;
    bottom: 0px !important;
    left: 0px !important;
    height: 225px !important;
}

/*Estadisticas paciente*/
.menu-desp {
    border-top: 3px solid #FFFFFF;
    background-color: #FFFFFF;
}