/*DISEÑO DEL ADMINISTRADOR DE TAREAS*/
.ajuste{
	top:8%;
	margin:auto;
	width:90%;
	height: 88%;

}
.modal-titulo{

	height: 5%;
	background-color: #b30c14;
	display:flex;
	align-items: center;
	justify-content: center;

}
#titulo{
	font-size: large;
	color: white;
	font-family: sans-serif;
	margin-left: 39%;
}

.close-content{
	margin-left: 39%;
}
#close-tareas{
	color: white;
	font-size: x-large;
}

/*FIN DEL TITULO*/
/* INICIO DEL CONTENIDO */
.secciones-contenido{
display: flex;
width: 100%;
height: 95%;
background-color: #b30c14;
border-radius: 5px 0px 0px 5px;

}
	/*INICIO DE MENU TAREAS*/

.menu-tareas{
    top: 0px;
    display: flex;
    
    width: 10%;
    height: 100%;
	background-color: #b30c14;
    flex-direction: column;
    justify-content: initial;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    transition: 0.5s;
}

.menu-tareas-buttons{
 -webkit-appearance:button-bevel;
    color: white;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-family: sans-serif;
    border-radius: 0px 15px 15px 0px;
    background-color: rgba(256, 256, 256, 0.2);
    border: 2px; 
    font-size: 16px;
    display: block;
    transition: 0.3s;

    margin-bottom: 5px;
}
/*FIN DE MENU TAREAS*/

/*INICIO SELECCION AREA*/

.seleccion-area{
	width:40%;
	height: 99%;
    border-radius: 5px 5px 5px 5px;
    background-color: white;

}

#s-a-1{								/*SELECCION AREA 1*/
	display: none;
	width:60%;
	height: 99%;
	background-color: #e2e2e4;

}
/*INICIO DE FORM AREA*/


.form-area{
    width: 95%;
    height: 94%;
    margin: auto;
    background-color: white;
    border-radius: 10px;

    display: flex;
    justify-content: center;

    margin-top: 2.5%;
    margin-left: 2.5%;

}
.form-create-task{
	margin:auto;
	display: flex;
    flex-direction: column;
    height: 95%;
    width: 70%;
    
}
#tittle-f{
margin-bottom: 0px;
font-size: x-large;
}
.form-t-input{
	
	margin-top: 3%;
    border: #c5c5c5 solid 1px;
    border-radius: 8px 8px 8px 8px;
    font-weight: 600;
    font-size: large;

}

#f-m-1{
	width: 100%;
	height: 8%;
	align-self: center;
	font-size: large;
	text-align: center;
}
#f-m-1::placeholder{
	text-align: center;
}

.inputContent{

	margin-top: 3%;
	display: flex;
	flex-direction: row;
}
.i-c{
	font-size: larger;
	margin-top: 3.5%;
	font-weight: normal;
	margin-right: 3%
}

#f-m-4{
	height: 200px;
	resize: none;
}
#f-m-4::placeholder{
	font-size: large;
	text-align: center;
	margin-right: auto;
}
/*#f-m-l-5{
	font-size: large;
	font-weight: normal;
	margin-right: 3%
}*/
#f-m-5{
	font-weight: bold;
	width: 40%;
	height: 40%;
	line-height: inherit;
	font-size: large;
    text-align: center;
}
.form-t-button{
    width: 25%;
    height: 6%;
    background-color: #b30c14;
    border: 1px;
    color: white;
    font-family: sans-serif;
    font-size: larger;
    font-weight: bold;
    border-radius: 20px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 2%
}

.btn-request{
	margin-top: 1%;
    height: 20px;
    font-size: medium;
}
#succes-r{
color:green;
}
#error-r{
color: red;
}
/*FIN DE FORM AREA*/
										/*FIN DE SELECCION AREA1*/


#s-a-2{									/*SELECCION AREA 2*/
display: none;

}


.m-t-selected{
	text-align: center;
	height: 4%;
	font-size: large;
	font-weight: bolder;
}
/*Tarea FIltros*/
.seleccion-filtros{
	margin-left: 1%;
    margin-right: 1px;
    padding-top: 3px;
    width: 98%;
    height: 10%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border-radius: 5px 5px 5px 5px;
    background-color: #e2e2e4;
}
.selected-filtro{
	width: 98%;
	height: 5%;
	background-color: #e2e2e4;
	padding-top: .6%;
	padding-left: 2%;
	margin-top: 1%;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 5px 5px 0px 0px;

	display: flex;
	flex-direction: row;
}
.selected-f{

	font-size: larger;
	color:white;
	border-radius: 5px 5px 5px 5px;
    width: 19%;
    height: 85%;
    margin-left: .5%;
	text-align: center;
}
.filtros-tarea-buttons{
	text-align: center;
    margin-right: .5%;
    margin-top: .5%;
    color: black;
    height: 39%;
    width: 31%;
    background-color: rgb(255, 255, 255);
    background-blend-mode: lighten;
    border: 0px;
    /* border-radius: 0px 5px 0px 0px; */
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/*
#f-t-b3{
	background-color: rgb(56, 136, 59);
}
	*/
#f-t-b1:hover{
/*	background:  linear-gradient(to right, rgba(48,120,156,1) 0%, rgba(48,120,156,1) 48%, rgba(236,67,16,1) 49%, rgba(237,67,16,1) 100%);
*/
    background-color: rgba(154, 154, 154);
	color: white;
}
#f-t-b2:hover{

/*	background: linear-gradient(to right, rgba(48,120,156,1) 0%, rgba(48,120,156,1) 32%, rgba(236,67,16,1) 33%, rgba(237,67,16,1) 51%, rgba(236,67,16,1) 65%, rgba(56,138,59,1) 65%, rgba(56,138,59,1) 100%);
*/	
    background-color: rgba(154, 154, 154);
	color: white;
}
#f-t-b3:hover{
	background-color: rgba(47, 120, 155);
	color: white;
}
#f-t-b4:hover{
	background-color: rgba(237, 69, 16,1);	
	color: white;
}
#f-t-b5:hover{
	background-color: rgba(56, 136, 59, 1);	
	color: white;
}

/*Fin Filtros*/
/*INICIO SELECCION TAREA*/
.tarea-seleccion{
	margin: 0% 1% 1% 1%;
	width:98%;
	height: 79%; 
	background-color: #e2e2e4;
	padding: 1%;
	border-radius: 0px 0px 5px 5px;
	overflow: overlay;
	border-top: #d4d4d4 solid 1px;
}

.taskCard{
	width: 97%;
	height: 18%;
	background-color: white;
	
	margin-top:1%; 
	border-radius: 10px;

    display: flex;
    flex-direction: column;
    border: 4px solid white;

}
.taskCard:hover{

    border: 4px outset white;
    background-color: rgb(255, 255, 255);
}
.headerCard{
	margin:auto;
	height: 33%;
	width:  96%
}
.taskName{
    width: 100%;		
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: medium;
    font-family: sans-serif;
}
.detailCard{
	height: 33%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    margin-left: 2%;
    margin-right: 2%;
}
.taskTypeUser{

	font-size: medium;
	width: 40%;


}
.statusCard{
	color: white;
    margin-left: -8%;
    border-radius: 8px;
    width: 20%;
    text-align: center;
    height: 70%;
    font-weight: bold;
}

.timeCreate{
	/*margin-left: auto;
	margin-right: 3%;*/
}

.contentCard{

    height: 33%;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    
    color: #9b9b9b;
    /*border-top: 1px solid #d1d1d1;
    border-radius: 15px 15px 0px 0px;
    text-align: center;
    */
    overflow: hidden;
    padding-top: 1%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 2%;
    padding-right: 2%;
}

/*FIN SELECCION DE TAREAS*/
											/*FIN SELECCION AREA 2*/
/*INICIO CONTENIDO DE TAREA SELECCICONADA*/

.tarea-contenido{
	display: none;
	flex-direction: column;

	margin: 0% 1% 0% .5%; 
	width:48%;
	height: 99%; 
	background-color: white;/*#e2e2e4;*/
	border-radius: 5px 5px 5px 5px;

}
.detalles-tarea{

	height: 69%;
	background-color:#e2e2e4;
	margin: 1%;
	margin-bottom: 0%;
	border-radius: 5px 5px 5px 5px;
}
.nombre-tarea{
    height: 9%;
    margin: 1%;

    display: flex;
    align-items: center;
    font-size: large;
    padding-left: 2%;
}

.text-tarea{
	padding-left: 2%;
    padding-top: 1%;
	height: 86%;
    border-radius: 5px 5px 5px 5px;
    margin: 1%;
    margin-bottom: 0%;
    background-color: #fafafa;
	font-family: sans-serif;
    display: flex;
    justify-content: center;
    
    flex-direction: column;
}

#user-creater{
height: 6%;
}
#time-create{
height: 6%
}
#usser-asigned{
height: 6%
}

.detalles-content{
	
	padding-left: 4%;
	font-size: larger;
    height: 40%;
}

.task-detalles{
	overflow: overlay;
	width: 99%;
	height: 85%;
	padding-left:7%; 
}

.module-content{
	display: flex;
	padding-left: 4%;
	font-size: larger;
}
.task-module{	
	background-color: rgb(179, 12, 20);
	font-size: unset;
	margin-left: 2%;
	width: 20%;
	height: auto;
	color: white;
   	border-radius: 8px;
    text-align: center;
   	font-weight: bold;
}
.status-content{
	display: flex;
	padding-left: 4%;
	font-size: larger;
}

.task-status{
	
	font-size: unset;
	margin-left: 2%;
	width: 20%;
	height: auto;
	color: white;
   	border-radius: 8px;
    text-align: center;
   	font-weight: bold;
}
.time-content{
	display: flex;
	padding-left: 4%;
	font-size: larger;

}

.task-limit{
	margin-left:2%; 
}

#icon-detalles{

	height:50px;
	align-self: center;
	margin-bottom: 3%;
	mix-blend-mode: luminosity;
    opacity: .4;
}


/* INICIA SEGUIMIENTO TAREA*/

.seguimiento-tarea{
	height: 29%;
	background-color:#e2e2e4;
	margin: 1%;
	border-radius: 5px 5px 5px 5px;


}

.seguimiento-content{
	height: 93%;
    background: white;
    width: 98%;
    margin: 1%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.seg-mensaje{
	margin :1%;
    font-size: larger;
    color: #000000;
}
.status-task-button{
	height: 20%;
	width: 12%;
	border-radius: 5px;
	font-weight: bold;
	background-color: #b30c14;
    color: white;	
}
.status-task-button:hover{
	height: 21%;
	width: 13%;
	background-color: white;
    color: #b30c14;

}

#no-detalles{
	align-self: center;
	color: gray
}



/*#t-c-2{
	width: 28%
}
*/

/*FIN CONTENIDO DE TAREA SELECCIONADA*/


.fa-ajuste{
    margin: 1%;
    padding-bottom: .5%
}