html, body {
		min-height: 100%!important;
}
#content{
	min-height: 39em;
		width: 100%;
}


body {
	width: 100%;
	margin: 0;
	font-family: sans-serif;
	font-size: 0.9rem;
	/* font-weight: 400; */
	line-height: 1.6;
	color: #212529;
	text-align: left;
	/*background-color: #F9F9F9!important;*/
}
#NavbarMenu{
	background: white !important;
	position: sticky;
}
#NavbarMenu a{
	color: ;
	font-weight: bold;
}


/*loader*/
#preloader{
	z-index: 20000000;
}
#preloader{
	z-index: 20000000;
}

/* preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity:0.8; /* Opacidad 60% */
	z-index: 100000;
	display: none;
}
.color_preloader{
	color: #FF9E2D!important;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	height: 150px;
	margin: -75px 0 0 -75px;
	/*border-radius: 50%;
	border: 8px solid transparent;
	border-top-color: #9370DB;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;*/
}
#loader:before {
	/*content: "";*/
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	/*bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #BA55D3;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;*/
}
#loader:after {
	/*content: "";*/
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	/*border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FF00FF;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;*/
}
/*
@-webkit-keyframes spin {
	0%   {
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
	}
	100% {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
	}
}
@keyframes spin {
	0%   {
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
	}
	100% {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
	}
}*/
/*fin preloader*/

#NavbarMenu .navbar-toggler{
	color: #53A452;
}
#navbarSupportedContent .nav-item{
	margin: auto 0.0em;
}
#navbarSupportedContent .nav-item a{
	color: #53A452;
	padding: 0.5em 0.6em;
}

.btn-blue{
	background: #53A452!important;
	color: white!important;
}

.card-login, .card-register{
	border:0px solid #53A452!important;
	padding: 2em 1em;
}

.input-materialize {
	border: none!important;
	/* border-bottom: 2px solid #ced4da!important; */
	border-bottom: 1px solid rgba(0,0,0,0.5) !important;
	border-radius: 0px!important;
	background: transparent!important;
	padding-left: 5px!important;
	box-shadow: none!important;
	/* active state */
	/* invalid state */ 
}
.input-materialize:focus, .input-materialize[value]:not([value=""]) {
	border-bottom-color: #007bff!important;
	color: #000!important; 
}
.input-materialize:focus ~ label, .input-materialize[value]:not([value=""]) ~ label {
	top: -25px;
	font-size: 14px;
	color: #007bff;
	font-weight: 500; 
}
.input-materialize:focus.invalid, .input-materialize .invalid, .input-materialize :focus.parsley-error, .input-materialize [value]:not([value=""]).parsley-error {
	border-bottom-color: #dc3545; 
}
.input-materialize :focus.invalid ~ label, .input-materialize .invalid ~ label, .input-materialize :focus.parsley-error ~ label, .input-materialize [value]:not([value=""]).parsley-error ~ label {
	color: #dc3545; 
}
.input-materialize .parsley-errors-list {
	color: #dc3545;
	list-style: none;
	font-size: 0.7em;
	padding-left: 5px; 
}

.card-border{
	-moz-box-shadow:   3px 3px 3px 3px #dddddd!important;
	-webkit-box-shadow:3px 3px 3px 3px #dddddd!important;
	box-shadow:        3px 3px 3px 3px #dddddd!important;
}

#formulario{
	width: 100%!important; 
	background: #F8F9FA;
	 font-family: sans-serif;
				font-size: 0.9rem;
				color: #233052;
				text-align: left;
}
#formulario .form_formulario{
	width: 90%; 
	margin:auto;
}
#formulario .border-top-bottom{
		border-top: 1px solid lightgray;
		border-bottom: 1px solid lightgray;
}
#formulario .border-left-right{
		border-right: 1px solid lightgray;
		border-left: 1px solid lightgray;
}
#formulario .border-right{
		border-right: 1px solid lightgray;
}

#formulario .div-oscura{
		background: #dddddd ;
}

#formulario .width-100{
		width: 100%;
}
#formulario .input-materialize{
		padding: 0px;
		line-height: 1em;
}
#formulario .vertical-align-middle{
		vertical-align: middle;
		margin-top: auto;
}
#formulario .margin-auto{
		margin: auto;
}
#formulario .lista-abc, #detalle_unidad_familiar .lista-abc {
		list-style: lower-alpha;

}
#formulario .lista-abc input, #detalle_unidad_familiar .lista-abc input{
		margin-right: 0.5em!important;
}
#formulario .table-border-black td{
		border: 1px solid black;
		margin: 0px;
		padding: 0.1em 1em;

}
#formulario .table-border-black {
		margin-left:5em;
		margin-right:5em;

}
#formulario .items-center{
		align-items: center;
}
#formulario .div-border{
		border: 1px solid lightgray;
		text-align: center;
}
#formulario .height-texta{
		height: 100%
}
#formulario .table-head{
		background: darkgray!important;
}
#formulario .barra-azul{
		border: 1px solid #5c6bc0;
}

#formulario ul{
	text-align-last: left;
	text-align: left;
}
#formulario .font-small{
	font-size: 0.8em!important;
	padding-top: 0.5em;
		padding-bottom: 0.5em;
}

.input-group-text-transparent{
	background: transparent!important;
		border: 0px!important;
		margin: 0px!important;
		padding: 0px 0.5em!important;
		align-items: flex-end!important;
}

footer{
	background: #233052!important;
	color:white;
	text-align: center;
}

.title-home{
	color: #ff6363;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 5em;
}


.box {
	display: inline-block;
	margin: 2px;
	margin-bottom: 70px;
	padding: 10px;
	width: 200px;
	background-color: #f1f1f1;
	position: relative;
	text-align: right;
	/*La magia del borde es con drop-shadow
	*ya que la "sombra" cubre todo el elemento
	* incluyendo al seudoelemento*/
	filter: 
		drop-shadow(0px 2px 0px blue) 
		drop-shadow(2px 0px 0px blue) 
		drop-shadow(-2px 0px 0px blue) 
		drop-shadow(0px -2px 0px blue) ;
}

.box::after{
	content: '';
	display: block;
	position: absolute;
	/*con inherit, el bloque tendrá siempre el mismo fondo que el padre*/
	background: inherit; 
	width: 100%;
	left: 0;
	top: 100%;
}

/*Este elemento queda encima del texto*/
#box1::after{
	height:55px;
	/*con esto lo obligamos a estar una capa abajo*/
	z-index: 1;
	transform: 
		skewY(15deg)
		translateY(-50%);
}


#table_enfermedades td, #table_enfermedades td textarea{
	padding: 0px;
}

.table th, .table td{
	border: 0px solid #ddd!important;
}
.table th, .table td{
	padding: 0.15rem 0.3em!important;
}

.card .form-group{
	margin-bottom: 0.0em
}


/* ---------------------------------------------------
		SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
		display: flex;
		align-items: stretch;
}

#sidebar {
		 min-width: 7em;
		max-width: 7em;
		background: #53A452;
		color: #fff;
	 
		transition: all 0.3s;
}

#sidebar.active {
		min-width: 7em;
		max-width: 7em;
		text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
		display: none;
}

#sidebar.active .sidebar-header strong {
		display: block;
}
#sidebar ul .lista_nivel1{
		padding: 10%;
}
#sidebar ul li .lista_nivel1{
		padding: 4%;
		text-align: center!important;
}
#sidebar ul li{
	text-align: center!important;   
}

#sidebar ul li .nivel1 {
		/*margin: 20px 1px;*/
		
}
#sidebar ul li a{
	text-align: center;
	font-size: 0.85em;
	color: white!important;
	text-decoration: none;
	display:block;
}

#sidebar ul li a i {
		margin-right: 0;
		display: block;
		font-size: 1.8em;
		margin-bottom: 5px;
		margin-right: 10px;
}



#sidebar .dropdown-toggle::after {
		top: auto;
		bottom: 10px;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
}

#sidebar .sidebar-header {
		padding: 20px;
		text-align: center;
		background: #53A452;

}

#sidebar .sidebar-header strong {
		display: none;
		font-size: 1.8em;
}

#sidebar ul.components {
		padding: 20px 0;
		
}


#sidebar ul li.lista_nivel1:hover {
		color: white;
		border-right: 4px solid #ffbc70;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
		 color: #ff9e2d!important;
		
		/*background: #ff9e2d;*/

}

a[data-toggle="collapse"] {
		position: relative;
}

.dropdown-toggle::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
}
.list-unstyled2{
		padding-top: 1em;
		padding-bottom: 1em; 
}
.list-unstyled2 li:hover{
		background: #ff9e2d;
		opacity: 0.8;
}
.list-unstyled2 > a {
		font-size: 0.9em !important;
		padding-left: 30px !important;
		/*background: #ff9e2d;*/
		color: #ff9e2d

}

ul.CTAs {
		padding: 20px;
}

ul.CTAs a {
		text-align: center;
		font-size: 0.9em !important;
		display: block;
		border-radius: 5px;
		margin-bottom: 5px;
}

a.download {
		background: #fff;
		color: #7386D5;
}

a.article,
a.article:hover {
		background: #ff9e2d !important;
		color: #fff !important;
}

@media (max-width: 768px) {
		#sidebar {
				min-width: 80px;
				max-width: 80px;
				text-align: center;
				margin-left: -80px !important;
		}
		.dropdown-toggle::after {
				top: auto;
				bottom: 10px;
				right: 50%;
				-webkit-transform: translateX(50%);
				-ms-transform: translateX(50%);
				transform: translateX(50%);
		}
		#sidebar.active {
				margin-left: 0 !important;
		}
		#sidebar .sidebar-header h3,
		#sidebar .CTAs {
				display: none;
		}
		#sidebar .sidebar-header strong {
				display: block;
		}
		#sidebar ul li a {
				padding: 20px 10px;
		}
		#sidebar ul li a span {
				font-size: 0.85em;
		}
		#sidebar ul li a i {
				margin-right: 0;
				display: block;
		}
		#sidebar ul ul a {
				padding: 10px !important;
		}
		#sidebar ul li a i {
				font-size: 1.3em;
		}
		#sidebar {
				margin-left: 0;
		}
		#sidebarCollapse span {
				display: none;
		}
}

#logos li{
	margin: auto;
	padding: 0px;
	text-align: center;
}
.dropdown-toggle::after{

}
#card_bienvenido{
		min-height: 13em;
		max-height: 13em;
		background: linear-gradient(to bottom right, #FF9E2D, #FADC80);
		border-radius: 3px;
		padding: 4%;
		text-align: center;
		height: min-content;
}
#card_bienvenido .title{
		color: white!important;
		font-weight: bold;
		font-size: 1.3em
}

#card_bienvenido .subtitle{
		margin-top: 1em;
		color: white!important;
		font-weight: normal;
		font-size: 1.1em
}

#image-ave{
		position: absolute;
		right: 1em;
		top: -1em;
}

#card_calculadora{
		min-height: 13em;
		max-height: 13em;
		border-radius: 3px;
		padding: 4%;
		box-shadow: 0 2px 10px 0 hsla(0,0%,80%,.5);

}
#card_calculadora .title{
		color: #134633;
		font-weight: normal;
		font-size: 1.0em;
		text-transform: uppercase;
}

#card_calculadora .subtitle{
		margin-top: 1em;
		color: #ff9e2d!important;
		font-weight: normal;
		font-size: 1.1em
}

.color_green_black{
		color: #134633;
}

/*login*/
.content_registro-img {
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		overflow: hidden;
		background-color: rgba(0, 10, 20, 0.5) !important;
		background-blend-mode: soft-light;
}

.content_registro-img--text {
		color: white;
		padding: 45px 55px;
		margin-top: 65px;
}

.content_registro_form {
		margin-left: 50px !important;
		margin-right: 50px !important;
}
.title-form-registro {
		color: #393838;
		/*font-family: "NeoSansPro-Medium";*/
		margin-bottom: 1.5em;
}

.content_registro_form--header-logo img{
		width: 50%;
}
.content_registro_form--header-logo{
		display: flex;
		justify-content: center;
		margin-top: 65px;
}
.content_registro_form--header-text{
		color: #393838;
		margin-top: 15px;
}
.content_login_form {
		padding: 25px 5em 35px 5em;
}
.content_registro_form--header-text h3{
		/*font-family: "NeoSansPro-Bold";*/
		display: flex;
		justify-content: center;
}
.content_registro_form--header-text p{
		display: flex;
		justify-content: center;
		text-align: center;
		font-size: 0.9em;
}

.content_registro_form--acceso {
		padding-left: 50px;
		padding-right: 50px;
}
a{
		color: #53A452!important;
}
.btn-link, .btn-link:hover{
		color: #53A452!important;
}

.btn-orange{
		background: #FF9E2D!important;
		color: white!important;
}
nav .dropdown :hover {
		background-color: transparent;
		color: #53A452 !important;
}
nav .dropdown .dropdown-menu {
		background-color: white;
		color: #53A452!important;
		border: 0px!important;
}

.link-orange{
		color: #FF9E2D!important
}

/* DATATABLES*/
/*#808080 #393838*/
/* .dataTables_wrapper {
		font-size: 14px!important;
		font-family: sans-serif;
		font-family: "Nunito", sans-serif;
		border:0px;
		margin: 0% 0% 2% 0%!important; 
		color: gray!important; cambiado el 01 de junio
		color: #393838!important;
}
 */

.dataTables_wrapper {
		width: 100%;
}
/* titulo table */
.dataTable thead tr th{
		/* background: #EBEEF2!important; */
		/* border: 0px!important; */
		border-top: 0 !important;
		border-bottom: 1px solid #dee2e6;
		vertical-align: bottom;
		color: #55595C !important;
		/*color: gray!important;*/ /*cambiado el 01 de junio*/
		/*font-family: "NeoSansPro-Medium";*/
		font-size: 12px!important;
		text-transform: uppercase;
}
.dataTable tbody td{
		background: white;
		border-top: 0.5px solid #dee2e6 !important;
		vertical-align: top;
		/* border-color: rgba(0,0,0,0.05); */
		/* border:0px!important; */
		/*color: gray;*//*cambiado el 01 de junio*/
		color: #393838;
		letter-spacing: 0.09em;
		font-size: 0.9em;
		
}
.table.dataTable tbody td {
		padding: 15px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current{
		color:white !important;
		border:1px solid #979797;
		background-color:white;
		background:  #007bff!important;
		border-color: #007bff!important;
		
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
		color: #007bff!important;

}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
		color: #0056b3!important;
		border:1px solid #979797!important;
		background: #e9ecef!important;
		border-color: #dee2e6!important;
		text-decoration: none!important;

}
.dataTables_scrollBody{
		border: 0px!important;
}
.dataTables_info {
		color: gray!important;
}
.dataTables_length {
		color: gray!important;
		
}
.dataTables_length select{
		padding-top: 0.25rem!important;
		padding-bottom: 0.25rem!important;
		padding-left: 0.5rem!important;
		font-size: 0.875rem!important;
		color: gray!important;
		border: 1px solid #eceff1!important;
}

.dataTables_filter{
		width: 70%!important;
}
.dataTables_filter label, .dataTables_filter label input[type="search"]{
		width: 100%!important;
}

.dataTables_filter input[type="search"]{
		border: 1px solid #ced4da;
		border-radius: 0.15rem !important;
		margin-bottom: 1em;
/*  -moz-box-shadow:   3px 3px #dddddd!important;
		-webkit-box-shadow:3px 3px #dddddd!important;
		box-shadow:        3px 3px #dddddd!important; */
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05) !important;

		background: url(../img/icon/search.svg) no-repeat 95% center!important;
		background-size: 1.2em!important;
		padding: 24px 20px !important;
		font-size: 1em !important;
}
.dataTables_filter input[type="search"]::placeholder {

		letter-spacing: 0.1em;
		/*text-transform: uppercase;*/
		/*color: #66B4D9!important;*/
		color: #55595C!important;
		font-weight: 500;
		content :'Buscar';
}


form input[type="search"]{

		background: url(../img/search.svg) no-repeat 90% center!important;
		background-size: 18px!important;
		
		
}
form input[type="search"]::placeholder { 
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #66B4D9!important;
		font-weight: 500;
		content :'Buscar';
}

/* .input_search{
		-moz-box-shadow:   3px 3px #dddddd!important;
		-webkit-box-shadow:3px 3px #dddddd!important;
		box-shadow:        3px 3px #dddddd!important;
		box-shadow: 0px 3px 6px #00000029;
		background: url(../img/search_table.png) no-repeat 90% center!important;
		background-size: 20px!important;
		padding-right: 2em!important;
		margin-bottom: 1em;
}
.input_search::placeholder { 
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #66B4D9!important;
		font-weight: 500;
		content :'Buscar';
} */

.label_search{
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #66B4D9!important;
		font-weight: bold;
}

/*.page-item.active .page-link {
		z-index: 3!important;
		color: #fff!important;
		background-color: #055eb6 !important;
		border-color: #055eb6!important;
}*/
.page-item.active .page-link {
		z-index: 3!important;
		color: #000!important;
		background-color: transparent !important;
		border-color: transparent!important;
}
/*.page-item.disabled .page-link {
		color: #808080 !important;
}*/
.page-item .page-link, .paginate_button .page-item .active {
		z-index: 3!important;
		color: #ddd!important;
		background-color: transparent !important;
		border-color: transparent!important;
		border-radius: 25%!important;
		font-size: 0.8rem!important;
		padding: 0.2rem!important;
}
.page-item.active .page-link {
		z-index: 3!important;
		color: #616161!important;
		background-color: transparent !important;
		border-color: transparent!important;
}
.page-item{
		border-radius: 50%!important;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination li{
		border-radius: 50%!important;
}

.page-item.next .page-link, .page-item.previous .page-link {
		z-index: 3!important;
		color: #616161!important;
		background-color: transparent !important;
		border-color: transparent!important;
}

.page-link {
		color: #14315C !important;
}

.pagination li{
		padding: 0px!important;
		margin: 0px!important;
}


/*button modal*/
.btn-outline-dark-modal {
		color: #bababa!important;
		font-size: 1em !important;
		background-color: transparent!important;
		background-image: none!important;
		border-color: #bababa!important;
		text-transform: uppercase!important;
		padding: 9px 40px !important;
		letter-spacing: 0.1em!important;
}
.btn-outline-dark-modal:hover {
		color: #212529!important;
		background-color: #bababa!important;
		border-color: #bababa!important;
}

.modal .btn-outline-dark-modal:hover {
		color: #212529!important;
		background-color: #bababa!important;
		border-color: #bababa!important;
}

.modal .btn-outline-dark-modal:focus,  .modal .btn-outline-dark-modal.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5)!important;
		box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5)!important;
}

.modal .btn-outline-dark-modal.disabled,  .modal .btn-outline-dark-modal:disabled {
		color: #bababa!important;
		background-color: transparent!important;
}

.modal .btn-outline-dark-modal:not([disabled]):not(.disabled):active,  .modal .btn-outline-dark-modal:not([disabled]):not(.disabled).active,
	.show >  .modal .btn-outline-dark-modal.dropdown-toggle {
		color: #212529!important;
		background-color: #bababa!important;
		border-color: #bababa!important;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5)!important;
		box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5)!important;
}

.btn-default{
		box-shadow: 0px 3px 6px #00000029 !important;
		background: white;
}
#tabs-ficha a{
		width: 16%;
		text-align: center;
}
#tabs-ficha .nav-link.active{
		border-top: 4px solid #FF9E2D;
		background: white;
		color: #134633!important;
		font-weight: bold;
}
#tabs-ficha .nav-link{
		background: #F7F7F7;
		color: #828282;
}
.accordion-toggle{
		text-decoration: none!important;
		float: right;
}
.accordion-toggle.collapsed:after {content:"➤";}
.accordion-toggle:after{ content:"▼";  color:#ff9800;}

#accordion .card-header span, #accordion2 .card-header span,  #accordion_new .card-header span, #accordion3 .card-header span{
		font-size: 0.8em;
		color: #134633;
}

#accordion .card, #accordion2 .card, #accordion_new .card, #accordion3 .card{
		border: 0px;
}
#accordion .card .card-header, #accordion2 .card .card-header, #accordion_new .card .card-header, #accordion3 .card .card-header{
		background: white;
		padding: 0.1em 1em;
		height: 2.8em
}

.table-style-tosepan tbody td{
		letter-spacing: 0.1em;
		padding: 0.5em 0.5em
}

.table-style-tosepan tbody tr{
		border-bottom: 1px solid #ddd;
}

.table-style-tosepan .detail-user{
		color: #118AB2
}

/* Orange */
.btn-outline-orange {
	border-color: #ff9800!important;
	color: orange!important;
}

.btn-outline-orange:hover {
	background: #ff9800;
	color: white!important;
}


span.nombreusuario{ 
		background-color: #D93654!important;
		color: #fff;
		font-size: 2.5em;
		text-align: center;
		line-height: 80px;
		border-radius: 50%;
		/* padding: 0.4em;  */
		margin-right: 1em;
		width: 80px;
		height: 80px;
		display: inline-block;
}

.border-left-gray{
		border-left: 1px solid #ddd;
}


/*mapa*/
#locate-position{
	position:absolute;
	top:80px;
	left:10px;
	
	z-index: 10000;
}

#accordion .card-body{
	padding: 0px!important;
}


td.details-control-subitem {
		background: url('../images/details_open.png') no-repeat center center!important;
		width: 2em;
		height: 2em;
		cursor: pointer;
}
tr.shown td.details-control-subitem {
		background: url('../images/details_close.png') no-repeat center center!important;
		width: 2em;
		height: 2em;
}


#back-to-top{
	float: right;
	border-radius: 50%;
	border: 1px solid #53A452!important;
}

.texto-green{
	color: #53A452!important;
	font-weight: bold;
}
.texto-orange{
	color: #FF9E2D!important;
	font-weight: bold;
}
.texto-title-accordion{
	color: #FF9E2D!important;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
}

.req{
	color: red!important;
	font-weight: bold;
	margin-left: 0.5em;
}

#accordion .collapse{
	padding: 2em 0.5em;
}

.tab-content > .active{
	
	margin-bottom: 3em;
}

.custom-control-inline{
	margin-left: 0.5em;
}

#accordion_new {
	font-size: 0.8em !important;
}

.btn-principal-modal{
	border: 1px solid #FF9E2D!important;
	color: #FF9E2D!important;
	font-weight: bold!important;
}

.icon-warning{
  	color: #ff8a80!important;
  	display: block!important;
  	font-size: 2em!important;
  	padding: 5%!important;
}

.icon-warning-yellow{
  	color: #fdc625!important;
  	display: block!important;
  	font-size: 2em!important;
  	padding: 5%!important;
}

.icon-accept{
  	color: #28BC1A!important;
  	display: block!important;
  	font-size: 3em!important;
  	padding: 5%!important;
}


.bootbox-body .text-center{
	font-weight: 600;
	font-size: 1.1em
}

.bootbox-accept{
	background: #53A452!important;
	background-color: #53A452!important;
}

.ind_req{
	font-size: 0.6em;
	color: red;
}


.btn-light-blue {
	font-size: 14px!important;
	/*color: #fff!important;
	background-color: #82b1ff !important*/
	color: #0582CA !important;
	background: white!important;
	/*border: 1px solid #82b1ff!important;*/
}

.btn-light-blue:hover {
	color: #fff!important;
	background-color: #0582CA!important;
}

.btn-light-red {
	font-size: 14px!important;
	color: #C40B01!important;
	background: white!important;
}

.btn-light-red:hover {
	color: #fff!important;
	background-color: #C40B01!important;
}


#chartdiv_imc {
  width: 100%;
  height: 500px;
}