* {
	font-size : 11px;
}
table {
	font-size : 10px;
}

#reporte_proyecto_celu,#activos_resumen_cel {
  display:none;
}

#reporte_proyecto_pc {
  display:block;
}

#tabla_sistematizacion th, #tabla_sistematizacion td {
            text-align: center;
}


/*  Mandato */
#mi_container_mandato {
    display: flex;
    width: 100%;
}

#tabla_mandato {
    width: 85%;
    max-height: 800px; /* Establece una altura máxima */
    overflow-y: scroll; /* Fuerza el scroll vertical */
}

#detalle {
    width: 15%;
    background-color: #f5f5f5;
    padding: 10px;
    overflow-y: visible; /* Asegúrate de que no haya scroll en el detalle */
}


/*************************/

.custom-checkbox {
    width: 15px;
    height: 15px;
    cursor: pointer;
    appearance: none;
    background-color: #ffffff;
    border: 2px solid teal !important; /* Color azul del borde */
    border-radius: 3px; /* Bordes ligeramente redondeados */
    display: inline-block;
    position: relative;
    transition: background-color 0.3s ease;
	margin-right: 10px !important;
}

.custom-checkbox:checked {
    background-color: teal; /* Color azul de fondo cuando está seleccionado */
    border-color: teal; /* Borde azul */
}

.custom-checkbox:checked::before {
    content: "✓"; /* Símbolo de check */
    color: white; /* Color del check */
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-checkbox:focus {
    outline: none;
    box-shadow: 0 0 5px #007bff; /* Sombra azul alrededor cuando se enfoca */
}


.caja_proyectos {
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap: 10px;
}

.detalle {
   display: none;
   position: absolute;
   right: 10px;
   top: 190px;
   background-color: #f9f9f9;
   padding: 10px;
   border: 1px solid #ccc;
   border-radius: 5px;
   box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
  
.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg); /* Rota el texto para que esté en la dirección correcta */
    width: 40px; /* Ajusta el ancho de la celda */
    height: 120px; /* Permite que la altura se ajuste automáticamente según el contenido */
    text-align: center; /* Centra el texto horizontalmente */
    vertical-align: bottom; /* Centra el texto verticalmente */
    white-space: normal; /* Permite que el texto se divida en varias líneas */
    word-wrap: break-word; /* Asegura que las palabras largas se dividan correctamente */
}
  
/** promt para ingreso de datos rapidos sin formulario */
#custom-prompt {
      width: 400px;
      height: 200px;
      border: 1px solid #ddd;
      padding: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -100px;
      margin-left: -150px;
      background-color: #f9f9f9;
}

/**   TOOLTIP PARA SCHEDULE   ****/
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}


.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.celdas:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/**   MENU PRINCIPAL Y CELULAR   ****/

.horast_rd {
	font-size:10px;
	font-weight:700;
}

.horas_rd {
text-align:center;
font-size:22px;
}

#menu_celular {
  display:none;
}
.barra_reporte_diario {
   background: #db2536;
   display:flex;
   justify-content:space-around;
   background-color:#e0e0e0;
   width:98%;
   margin:10px auto;
   padding:0px;"
}
.linea_fecha {
  display:none;
}
/****************************************************************
 Barra de graficos
*****************************************************************/
.toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.grid-container {
  display: grid;
  grid-template-columns: 3% 72% 25%;
  gap: 0px;
  background-color: #FFFFFF;
  padding: 0px;
}
.menu_iconos_graficador {
  display : flex;
  flex-direction: column;
  gap: 5px;
  
}

.menu_iconos_graficador button {
  padding: 5px;
  background-color: teal;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.seleccionado {
    border: 2px;
    border-color: red;
	border-style: dashed;
}

.objeto {
  width: 100px;
  height: 100px;
  background-color: blue;
  position: absolute;
}

.punto-control {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
/*************************************************************************************/
/***************************           GANTT       ***********************************/
.sub_task {
        border: 2px solid #ff0000;
        color: #ff0000;
        background: #ff0000;
}

.sub_task .gantt_task_progress {
        background: #db2536;
}

.gantt_task_line.gantt_dependent_task {
			background-color: #65c16f;
			border: 1px solid #3c9445;

}

.gantt_task_line.gantt_dependent_task .gantt_task_progress {
			background-color: #46ad51;
}

/* Categorias de colores*/
.nivel_1 {
    background-color: #33ffe7 !important;; /* Color para la categoría FAT */
}

.nivel_2 {
    background-color: #ff6666 !important;; /* Color para la categoría Preservacion */
}

.nivel_3 {
    background-color: #9466ff !important;; /* Color para la categoría Vendor */
}

.nivel_default {
    background-color: #ff8686 !important;; /* Color predeterminado si no hay categoría definida */
}

.nivel_null {
    background-color: #fbff86 !important;; /* Color predeterminado si no hay categoría definida */
}

/*************************************************************************************/
/*
.records_content{
	display: flex;
	align-items: center;
	justify-content: center;
}*/
.celdas{
	font-size : 9px;
	padding: 5px;
	position: relative;
	/*display: inline-block;*/
	cursor: pointer;
}
.celdas2{
	font-size : 11px;
	padding: 5px;
}
/* Botones menu manto */
.boton_manto {
  display: flex;
  align-items: center;
  justify-content: center;
  width:200px;
  height:150px;
  margin:20px;
  background-color:#E5E3E4;
  color:#469597;
  border-radius:15px;
  font-size:16px;
  font-weight:400;
  text-align:center;
  padding:5px;
}

/* Clases para filtros de arboles de equipos*/
.filtro-disciplina {
  display: inline-block;
  margin-right: 10px;
}

.hidden {
  display: none;
}

/* Clases para tarjetas de activos*/
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width : 100px;
  margin-bottom: 30px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container_asset {
  padding: 8px 4px;
  text-align : center;
}

/* Estilos para reporte de asset type */
.asset_grupo1 {
  display: grid;
  grid-template-columns : repeat(8,1fr);
  margin:0px 10px;
}

.asset_grupo2 {
  display: grid;
  grid-template-columns : repeat(10,1fr);
  margin:0px 10px;
}

.asset_caract {
  border: 1px solid rgba(0,0,0,0.3);
  padding: 5px;
  text-align : center;
}

.asset_caract_ppal {
  border: 1px solid rgba(0,0,0,0.3);
  padding: 5px;
  text-align : center;
  font-size: 20px;
  font-weight: 900;
  color: teal;
}

.asset_caracteristica {
  border: 1px solid rgba(0,0,0,0.3);
  padding: 5px;
  font-size: 12px;
  text-align : center;
}

/***  ESTILOS PARA FORMULARIOS   ***/

.formulario {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  background-color: $c0c0c0;
}

.formulario2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  background-color: $c0c0c0;
}

.campo {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 0px;
}

.label {
  font-weight: bold;
}

.boton {
  grid-column: 1 / span 2;
  text-align: center;
}

.label_form {
  font-weight: bold;
  padding: 5px;
  margin: 5px 20px;
}

.dato_form {
  padding: 5px;
  margin: 5px 20px;
}
/***  ESTILOS PARA FORMULARIO REPORTE DIARIO   ***/

.formulario_diario,#ultima_tarjeta {
  display: grid;
  /*grid-template-columns: 0.2fr 1fr 1fr 1fr 0.2fr 0.08fr 0.08fr 0.08fr;*/
  grid-template-columns: 1fr 1fr 1fr 0.5fr;
  grid-gap: 10px;
  background-color: $c0c0c0;
}

.campo_diario {
  margin-bottom: 10px;
}

.titulo_diario {
  font-weight:800;
  margin-bottom: 10px;
}

select.mis_selects option:first-child:checked{
  color: red; /* Cambia el color del texto del primer hijo */
  font-style: italic; /* Aplica estilo itálico al texto del primer hijo */
}

.form_detalle_diario {
	display:grid;
	grid-template-columns: 25% 75%;
}

.tarjeta_actividad {
  display:flex;
  flex-direction: column;
  justify-content:center;
  background-color:#e0e0e0;
  width:98%;
  margin: 10px auto;
  padding:10px;
}

.campo_detalle_reporte_diario {
	width : 600px;
}

.texto_detalle_reporte_diario {
	width : 600px;
}

/*DIAGRAMA GANTT
/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --white: #fff;
  --divider: lightgrey;
  --body: #f5f7f8;
}

ul {
  list-style: none;
}
/*
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*/
a {
  text-decoration: none;
  color: inherit;
}

body {
  background: var(--body);
  font-size: 12px;
  font-family: sans-serif;
  padding-top: 0px;
}

.chart-wrapper {
  max-width: 95%;
  padding: 0 10px;
  margin: 0 auto;
}


/* CHART-VALUES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.chart-wrapper .chart-values {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

.chart-wrapper .chart-values li {
  flex: 1;
  width: 20px;
  text-align: center;
  font-size: 11px;
}

.chart-wrapper .chart-values li:not(:last-child) {
  position: relative;
}

.chart-wrapper .chart-values li:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  height: 1510px;
  border-right: 1px solid var(--divider);
}


/* CHART-BARS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.chart-wrapper .chart-bars li {
  position: relative;
  color: var(--white);
  margin-bottom: 15px;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 20px;
  width: 0;
  opacity: 0;
  transition: all 0.65s linear 0.2s;
}

@media screen and (max-width: 600px) {
  .chart-wrapper .chart-bars li {
    padding: 10px;
  }
}

/***************************/
        #menu {
            background-color: teal;
            text-align: right;
            padding: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        #menu ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

        #menu ul li {
            display: inline-block;
            position: relative;
        }

        #menu ul li a {
            display: block;
            padding: 10px 15px;
            color: #fff;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        #menu ul li:hover > a,
        #menu ul li.selected > a {
            background-color: #555;
        }

        #menu ul ul {
            display: none;
            position: absolute;
            background-color: teal;
            padding: 10px 0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        #menu ul ul li {
            display: block;
        }

        #menu ul ul ul {
            left: 100%;
            top: 0;
        }

        #menu ul li:hover > ul {
            display: block;
        }
/******************************************************************************************/

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent,.tabcontent2 {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}



/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modaltime{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../css/828.gif')
                50% 50%
                no-repeat;
}
/*url('http://i.stack.imgur.com/FhHRx.gif')*/
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modaltime {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modaltime {
    display: block;
}


/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: teal;
  font-family: Arial;
  position : fixed;
  width : 100%;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 100;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content,.dropbtn:hover {
  display: block;
}

/***********************************************************************************/
input:invalid {
  border: 2px dashed red;
}

input:invalid:required {
  background-image: linear-gradient(to right, yellow-light, yellow-light);
}

input:valid {
  border: 2px solid black;
}

/**********************************************************************************/
.letrero_nutridelicias{
	font:courier;
	font-size:24px;
	font-weight: bold;
}

#fecha_inicial{
	text-align: center;
}

.controles_lista {
	margin-top:10px;
	margin-bottom:10px;
	padding:7px;
	border: 1px solid #ccc;
	background-color: #CAEBB2;
}

.caja {
	margin-left:15px;
	margin-right:15px;
}

#dieta {
	padding:0px;
}

#lm1,#lm2,#lm3 {
	margin-top: 10px;
}

.dp-highlight .ui-state-default {
    background: #484;
    color: #FFF;
}

.ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: none;
}

.datepicker {
    height: 300px;
    overflow-x: scroll;
	display: none;
}

.ui-widget {
    font-size: 100%
}

.check_masivo {
  width  :7px;
  height :10px;
  color  :#caebb2;
}


#barra {
	background-color: red;
	font-size: 20px;
}

.titulo {
	text-align: center;
	margin: auto;
	padding: 0px;
}

.p_total_dias {

}

.p_total_dias>p {
		margin: 0 auto; /* requerido para alineación horizontal */
}

.form-group{
	padding: 0px;
}

button{
	padding :0px;
}

#btn_generar_patron{
	widht : 100%;
}

#btn_planear {
	margin-right:15px;
}

#transito {
	display: none;
}

#resumen {
	position: sticky;
	min-height: 120px;
    /*width: 380px;*/
    text-align: justify;
    word-wrap: break-word;
	margin-left:0px;
	margin-right:0px;
	
}
.img_receta {
	cursor:pointer;
}
/**********************************************************************************************/
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 62px;
  border-radius: 5px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
/**********************************************************************************************/
div.gallery300 {
  margin: 20px;
  border: 1px solid #ccc;
  float: left;
  width: 300px;
  height: 300px;
  border-radius: 5px;
}

div.gallery300:hover {
  border: 1px solid #777;
}

div.gallery300 img {
  width: 300px;
  height: 300px;
  border-radius: 5px;
  padding:0px;
}
.desc_foto {
  text-align: center;
  height: 60px;
  padding:10px;
}
/**********************************************************************************************/
div.gallery500 {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 500px;
  border-radius: 5px;
}

div.gallery500:hover {
  border: 1px solid #777;
}

div.gallery500 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
/**********************************************************************************************/
div.gallery2 {
  margin: 2px;
  border: 1px solid #ccc;
  float: left;
  width: 43px;
  border-radius: 5px;
}

div.gallery2:hover {
  border: 1px solid #777;
}

div.gallery2 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
/**********************************************************************************************/
div.gallery3 {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 90px;
  border-radius: 5px;
}

div.gallery3:hover {
  border: 1px solid #777;
}

div.gallery3 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
/**********************************************************************************************/
div.gallery4 {
  margin: 8px;
  border: 1px solid #ccc;
  float: left;
  width: 28%;
  border-radius: 8px;
}

div.gallery4:hover {
  border: 1px solid #777;
}

div.gallery4 img {
  width: 80%;
  height: auto;
  border-radius: 5px;
}
/**********************************************************************************************/
div.desc2 {
  padding: 1px;
  text-align: left;
  font-size:10px;
}

#subcategorias_modal{
	padding: 2px;
	margin: 2px;
	/*width: 980px;
	background-color: red;*/
	
	
}

#fotos_subcategorias{
	padding: 0px;
	margin: 0px;
	width: 900px;
}

#resumen_preferencias {
  padding: 0px;
  height:  200px;
 
}
#pre_row {
  padding: 0px;
 
}

#pre_panel_body,#imagen_ingrediente{
  padding: 0px;
}


.input_proteina{
	padding : 0px;
	border: 1px;
	size: 2;
}

.nombre_proteina{
	padding : 0px;
}


#modal_content_pre,#modal_dialog_pre,#modal_body_pre {
	width: 1200px;
	padding: 0px;
	
}
#modal2_content_pre,#modal2_dialog_pre,#modal2_body_pre {
	width: 500px;
	padding: 0px;
	
}
#modal3_content_pre,#modal3_dialog_pre,#modal3_body_pre  {
	width: 600px;
	padding: 0px;
}

#modal_body_pre {
	width: 898px;
	padding: 1px;
	
}

#pre_col8 {
	padding-left: 0px;
	padding-right: 0px;
	
}
#detalle_persona {
	width: 1180px;
}

#titulo_proteinas {
	margin-top: 0px;
}

.btn_dec,.btn_inc{
	padding :2px;
}

.p_total_dias,#barra{
	padding :2px;
}

div.desc {
	font-size: 12px;
	text-align: center;
	padding :0px;
}
div.desct {
	font-size: 20px;
	text-align: center;
	padding :4px;
	background-color : #caebb2;
	color : white;
	font-weight : bold;
}

div.desc3 {
	font-size: 14px;
	text-align: center;
	padding :2px;
}


div.row.well, div.col-md-12{
	padding :0px;
}

div.panel-body {
	padding-left  :5px;
	padding-right :5px;
	margin-top : 0px;
}

div.marco_ppal {
	padding-left :0px;
	padding-right :0px;
}

div.panel-heading {
	padding-bottom :0px;
}

.canasta {
	/*width: 860px;*/
	position: absolute;
	/*top: 50%;  Buscamos el centro horizontal (relativo) del navegador */
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	transform: translate(-50%, -0%);
}

.nowrap {
    white-space: nowrap;
}

.ic_b_drop {
    background-image: url(../img/b_drop.png);
}
.icon {
    margin: 0;
    margin-left: .3em;
    padding: 0 !important;
    width: 16px;
    height: 16px;
}

#ppal_canasta {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
#resumen_canasta {
	/*position: fixed;*/
	padding-top: 20px;
	min-height: 120px;
	padding: 20px;
}

.col_descripcion {
	width: 400px;
}
/*
.menu_preferencias{
	cursor:pointer;
	width:300px;
	height:150px;
	background-color:#CAEBB2;
	border-radius: 5px;
	margin: 5px;
	text-align: center;
	padding:10px;
	font-size:16px;
	
	flex-flow: row wrap;
}
*/
.contenido_preferencias,.cont{
	margin:0px;
	padding:0px;
}

#parrafo_generar_patron{
	text-align: center;
}
.p_total_dias{
	text-align: center;
}

.img_centrada {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.cajas_menu {
	padding : 5px;
	border-style: solid;
	border-width: 1px;
	border-color : #e5e5e5;
	margin-left : 10px;
	display: inline;
}

.cajas_menu2 {
	padding : 5px;
	border-style: solid;
	border-width: 1px;
	border-color : #e5e5e5;
	margin-left : 10px;
	display: inline;
}

.btn_generar,#btn_regresar {
  width: 90%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  margin:10px;
}

#receta_1{
	text-align: center;
	margin:0px;
}

#receta_preparacion{
	text-align: justify;
	margin:0px;
}

#receta_ingredientes{
	text-align: justify;
	margin:0px;
	
	cursor:pointer;
	border-radius: 5px;
	
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	
}

.titulo_receta{
	padding-bottom:0px;
	padding-top:0px;
	
}

.separador_comidas{
	height:15px; 
	padding:3px;
	background-color:#CAEBB2;
}

.encabezado_dia{
	height:35px; 
}



#btn_planear,#btn_listamercado{
	background-color: #CAEBB2;
	color: black;
}

.barra_planeacion {
  margin-top: 5px;
  margin-bottom: 5px;
}

#listamer {
  padding: 0px;	
}


.btnr-sm {
  padding: 2px;	
  width : 15px;
  height : 15px;
}

.body_login{
	display:flex;
}

.loginform{
	margin: auto;
	width: 50%;
	max-width: 400px;
	padding: 20 px;
	border: 1px solid rgba(0,0,0,0,0.5);
}

.input_login{
	display:block;
	padding: 6px;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	border-color : rgba(0,0,0,0.3);
	border-radius: 8px;
}

.titulo_login{
	text-align :center;
	margin-top:0px;
	margin-bottom:10px;
	color : rgba(0,0,0,0.5);
}

.mensaje_login{
	text-align :center;
	margin-bottom:20px;
	color : rgba(0,0,0,0.5);
	font-size: 16px;
}

.btn-login{
	background: teal;
	border: 0;
	color: white;
	opacity: 0.8;
	cursor: pointer;
	border-radius: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 20px;
	width: 100%;
}

.btn_nueva_linea{
	background: teal;
	border: 0;
	color: white;
	opacity: 0.8;
	cursor: pointer;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 12px;
	width: 100px;
}

.btn_salvar{
	background: teal;
	border: 0;
	color: white;
	opacity: 0.8;
	cursor: pointer;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 12px;
	width: 100px;
}

.btn_pequeno{
	background: teal;
	border: 0;
	color: white;
	opacity: 0.8;
	cursor: pointer;
	border-radius: 10px;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	width: 100px;
}

.btn-login:hover,.btn_nueva_linea,.btn_pequeno{
	opacity: 1;
}

.btn-login:active{
	transform: scale(0.95);
}

.nombre_registro{
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}

.btn_registro {
	background: linear-gradient(#8cc63e,#8cc630);
	border: 0;
	color: white;
	opacity: 0.8;
	cursor: pointer;
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	width: 100%;
}

.btn-registro:hover{
	opacity: 1;
}

.btn-registro:active{
	transform: scale(0.95);
}

@media only screen and (min-width:769px) {
  /* For mobile phones: */

.center {
	position: absolute;
	/*top: 50%;  Buscamos el centro horizontal (relativo) del navegador */
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	/*transform: translate(-50%, -0%);*/
	
	/*determinamos una anchura*/
	width:900px;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	margin-left:-450px;
}

}

@media only screen and (min-width:501px) and (max-width: 768px) {
  /* For mobile phones: */

.center {
	position: absolute;
	/*top: 50%;  Buscamos el centro horizontal (relativo) del navegador */
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	/*transform: translate(-50%, -0%);*/
	
	/*determinamos una anchura*/
	width:640px;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	margin-left:-320px;
}

}

@media only screen and (max-device-width : 480px) {

/***  ESTILOS PARA FORMULARIO REPORTE DIARIO   ***/

.formulario_diario,#ultima_tarjeta {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  background-color: $c0c0c0;
}

.barra_reporte_diario {
  display:none;
}

.celular {
  display:none;
}
.horast_rd {
	font-size:8px;
	font-weight:700;
}

.horas_rd {
text-align:center;
font-size:10px;
}

.linea_fecha {
  display:flex;
  justify-content:space-around;
  background-color:#e0e0e0;
  width:98%;
  margin:0px auto;
  padding:10px;
}

/***  ESTILOS PARA FORMULARIOS   ***/

.form_detalle_diario {
	display:grid;
	grid-template-columns: 100%;
}

.campo {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 0px;
}

.label {
  font-weight: bold;
}

.boton {
  grid-column: 1 / span 2;
  text-align: center;
}

.label_form {
  font-weight: bold;
  padding: 5px;
  margin: 5px 20px;
}

.dato_form {
  padding: 5px;
  margin: 5px 20px;
}

.tarjeta_actividad {
  display:flex;
  flex-direction: column;
  justify-content:center;
  background-color:#e0e0e0;
  width:98%;
  margin: 10px auto;
  padding:10px;
}

.campo_detalle_reporte_diario {
	width : 100%;
}

.texto_detalle_reporte_diario {
	width : 100%;
}
/**************************************/

#menu_celular {
  display:block;
}

#menu {
  display:none;
}

#menu_celular {
        background-color: teal;
        text-align: right;
        padding: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
		height: 40px;
}

        #menu_celular ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

        #menu_celular ul li {
            display: inline-block;
            position: relative;
        }

        #menu_celular ul li a {
            display: block;
            padding: 10px 15px;
            color: #fff;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        #menu_celular ul li:hover > a,
        #menu_celular ul li.selected > a {
            background-color: #555;
        }

        #menu_celular ul ul {
            display: none;
            position: absolute;
            background-color: teal;
            padding: 10px 0;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        #menu_celular ul ul li {
            display: block;
        }

        #menu_celular ul ul ul {
            left: 100%;
            top: 0;
        }

        #menu_celular ul li:hover > ul {
            display: block;
        }

/* modal para detalle de susistema,tag */
#modal_content_pre,#modal_dialog_pre,#modal_body_pre  {
    width : auto;
}



.center {
	position: absolute;
	/*top: 50%;  Buscamos el centro horizontal (relativo) del navegador */
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
	/*transform: translate(-50%, -0%);*/
	
	/*determinamos una anchura*/
	width:380px;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	margin-left:-190px;
}

.loginform{
	margin: auto;
	width: 90%;
	padding: 20 px;
	border: 1px solid rgba(0,0,0,0,0.5);
}

.cajas_menu,.letrero_nutridelicias,.menu_logout{
	display: none;
}

.barra_planeacion_top {
	margin-bottom:0px;
}

div.panel-body {
	padding-top    :0;
	margin-top : 10px;
}

/*****************************************/
/***** Cargue de fotos del celular  ******/
#reporte_proyecto_celu,#activos_resumen_cel {
  display:block;
}

#reporte_proyecto_pc {
  display:none;
}

.caja_proyectos {
  display:flex;
  flex-wrap:wrap;
}

}


@media only screen and (min-device-width : 1000px) {
#mi_container{
	width : 1600 px !important;
}
}





/* Style the form - display items horizontally */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* Add some margins for each label */
.form-inline label {
  margin: 5px 10px 5px 0;
}

/* Style the input fields */
.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* Style the submit button */
.form-inline button {
  padding: 10px 20px;
  background-color: dodgerblue;
  border: 1px solid #ddd;
  color: white;
}

.form-inline button:hover {
  background-color: royalblue;
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}

/*Colores en diagramas*/
.visible {
    display: block;
}
 
.invisible {
    display: none;
}
 
.color-swatch {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  cursor: pointer;
}

/*Colores*/


/*Div para herramientas svg*/

.posicionableSvg {
    position: absolute;
    /*top: 50px;
    left: 50px;*/
    width: auto;
    height: 35px;
    background-color: #f1f1f1;
    
    text-align: center;
    line-height: 40px;
    
    color: #000;
    
    font: inherit;
    
    border: none;
    background-color: #f1f1f1;
    cursor: pointer;
    z-index: 9999;
    padding: 14px 16px;
    
}

.contenidoSvg {
    display: none;
    position: absolute;
    top: calc(100% + 22px);
    left: 0;
    width: 645px;
    height: 805px;
    background-color: white;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    z-index: 9999;
    color: #000;
}
/*Div svg*/


/*Div Gantt*/
#contenedorGantt {
    display: none; /* El contenedor está oculto por defecto */
    /*position: fixed;*/
    top: 0; /* Margen superior de 50px */
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
    z-index: 9999; /* Asegura que el contenedor esté por encima de todo */
}
/* Estilos para el iframe */
#iframe-container {
    width: 100%; /* Ancho del iframe al 100% */
    height: 100%; /* Altura del iframe al 100% */
}
iframe {
    width: 100%;
    height: 100%;
    border: none; /* Quita el borde del iframe */
}


/*Div Gantt*/