* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: #333333;
}

@
-webkit-keyframes chartjs-render-animation {from { opacity:0.99
	
}

to {
	opacity: 1
}

}
@
keyframes chartjs-render-animation {from { opacity:0.99
	
}

to {
	opacity: 1
}

}

.rompeLinea {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.chartjs-render-monitor {
	-webkit-animation: chartjs-render-animation 0.001s;
	animation: chartjs-render-animation 0.001s;
}

#socialMediaBox {
	float: left;
	margin-right: 0;
}

.colorJunta {
	color: #086f22;
}

#panel1Cabecera {
	background-repeat: repeat-x;
	background-color: #333333;
	overflow: hidden;
	text-align: right;
	margin-bottom: 10px;
	color: #FFFFFF;
	height: 20px;
}

#panel2Cabecera {
	background-repeat: repeat-x;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 70px;
	margin-right: 20px;
}

.migas {
	height: 1em;
}

.cajetaMigas {
	font-size: 0.929em;
}

.cajetaMigas {
	font-size: .875rem;
	padding: 16px 0 0 0;
	margin-bottom: 0px;
}

table {
	border: none;
}

.cajetaMigas {
	display: flex;
	-ms-flex-wrap: wrap;
	padding: .75rem 1rem;
	list-style: none;
	border-radius: .25rem;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

.cajetaMigas-item {
	color: #087021;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

.cajetaMigas-item a {
	color: #087021;
	font-weight: bold;
}

a {
	color: #087021;
}

a {
	color: #087021;
	text-decoration: none;
	background-color: transparent;
}

#infoCabecera {
	margin-right: 15%;
	font-size: 10px;
	font-family: 'Noto Sans HK', sans-serif;
	display: inline-flex;
	line-height: 1;
	padding: 4;
	color: #FFFFFF
}

.textoInfoCabecera {
	color: #FFFFFF
}

#cabecera {
	border-bottom: solid 1px #eee;
}

#cabeceraPie {
	background-image: repeating-linear-gradient(gainsboro, white 75%, white);
	background-repeat: repeat-x;
	background-color: #fff;
	overflow: hidden;
	height: 7px;
}

#navSocialMedia {
	background-color: black;
	width: 100%;
}

.navegacionTesoreria {
	width: 100%;
	border-bottom: #d7d7d7 1px solid;
	border-bottom: #d7d7d7 1px solid;
	align-items: center;
}

.cajetillaEnlaceCabecera {
	float: left;
	display: block;
	text-align: left;
	position: relative;
	padding: 0.4em 2.5em 0.8em 2.5em;
	border: none;
	align-items: center;
}

.enlaceCabecera {
	font-family: Source Sans Pro, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #2B2B2B !important;
	display: block;
	outline: 0;
	align-items: center;
	text-decoration: none;
	padding-bottom: 0.8px;
}

.enlaceCabecera:hover {
	color: #087021;
}

.modalWarning {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(48, 48, 48, 0.349);
	display: flex;
	justify-content: center;
	align-items: center;
}

.iconTopCabecera {
	margin-right: 8px;
}

.modalContent {
	width: 50%;
	min-width: fit-content;
	height: fit-content;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 10px;
}

.labelWarningModal {
	font-size: 1.6em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}

h1 {
	color: #087021;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold !important;
	text-align: center;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}

.ovErrorMsg {
	background-color: #D9534F;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

.ovSuccess {
	background-color: #C4DDCA;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

.separator0 {
	display: block;
	height: 40px;
}

.separator1 {
	display: block;
	height: 20px;
}

.separator2 {
	display: block;
	height: 15px;
}

space1 {
	margin-top: 20px;
}

.formCompleto {
	width: 95%;
	text-align: center;
}

#mantenimientoInterno {
	background-color: #F0AD4E;
	width: 75%;
	margin: 30px auto;
	padding: 10px;
	border-radius: 5px;
}

#tableManteniminetoInterno {
	text-align: center;
	padding: 5px;
}

.btnPrimario {
	color: #FFFFFF;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	background-color: #087021;
	border: none;
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 30px;
	height: 40px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.btnPrimario:hover {
	background-color: #0B4C1A;
}

.btnSecundario {
	color: #087021;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	border: solid 1px #087021;
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 30px;
	height: 40px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.btnDelete {
	color: #FFFFFF;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	background-color: #D9534F;
	border: none;
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 30px;
	height: 40px;
	margin-right: 15px;
	margin-bottom: 7px;
	margin-top: 7px;
}

.btnDelete:hover {
	background-color: #555555;
}

.btnSecundario:hover {
	color: #FFFFFF;
	background-color: #0B4C1A;
}

#tableIndex {
	width: 75%;
	margin: 30px auto;
}

.table>tbody>tr>td {
	vertical-align: middle;
}

.tablesCriterios {
	width: 85%;
	margin-top: 30px;
}

.tablaGestoresCobro {
	width: 65%;
	margin-top: 30px;
}

#tablaCuentasBancarias {
	width: 90%;
	margin: 0px auto;
	float: none;
	
}

.headTable {
	text-align: center;
	font-weight: bold;
}

.idColumn {
	text-align: right;
	font-weight: bold;
}

.columnData {
	text-align: center;
}

.columnDataInput {
	text-align: left;
}

.radioInTable {
	text-align: center;
	font-weight: bold;
}

.asteriscoObligatorio {
	color: #ab030b;
}

.msgError {
	background-color: #F0AD4E;
	margin: 30px auto;
	border-radius: 5px;
	padding: auto;
}

#pageFooter {
	border-top: 0;
	min-height: 13.0em;
	display: block;
	clear: both;
}

#tablaEleccionInterlocutor {
	margin: 20px 10px;
	width: auto;
}

#asteriscoObligatorio {
	color: red;
}

.errorMsg {
	width: 80%;
}

.msgPageError {
	background-color: #F0AD4E;
	margin: 20px auto;
	padding: 5px;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	font-family: 'Source Sans Pro', sans-serif;
}

.msgDisculpasPageError {
	background-color: #D8D8D8;
	margin: 20px auto;
	padding: 5px;
	width: fit-content;
	text-align: center;
	font-size: 1.4em;
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 5px;
}

.imgPageError {
	max-height: 500px;
}

.imagenCertificado {
	max-height: 80px;
	max-width: 80px;
}

.errorRecuperacionDatos {
	width: 75%;
	background-color: #F0AD4E;
	margin: auto;
	border-radius: 5px;
}

.avisoGestoresCobro {
	background-color: #F0AD4E;
	text-align: center;
	padding: 1% 5%;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active,
	.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active
	{
	color: #FFFFFF; ! important;
	background: #087021 !important;
	background-color: #087021 !important;
	border-radius: 50%;
}

.datepicker .datepicker-years .year active 
{
	background-color: #087021 !important;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next,
	.datepicker tfoot tr th {
	background-color: #e8e8e8 !important;
}

.datepicker>.datepicker-days thead>tr>.next, .datepicker>.datepicker-days thead>tr>.prev, .datepicker>.datepicker-months thead>tr>.next, .datepicker>.datepicker-months thead>tr>.prev {
	color: black !important;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active{
	background-color: #087021 !important;
}

#pielogos {
	margin-left: 4%;
	margin-right: 4%;
}

#pie {
	background: #333333;
	border-top: 0;
}

.pre-pie {
	display: flex;
	padding-top: 20px;
}

.enlacesPie {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.enlacesPie:hover {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}

.tituloPrePie {
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.vinculo {
	color: #087021 !important;
	font-family: 'Source Sans Pro', sans-serif;
}

.vinculo:hover {
	color: #0B4C1A;
	text-decoration: underline;
}

.table {
	color: #333333;
}

.success {
	color: #0B4C1A;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}

.tablaTituloTd {
	color: #fff;
	background-color: #333333;
	border-color: #454d55;
}

.tablaSubtitulo {
	color: #fff;
	background-color: #4f4f4f;
	border-color: #535c66 !important;
}

.tablaPagos {
	width: 90%;
	margin: auto;
	margin-bottom: 40px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
	padding-top: 102px;
}

.datosNoBorde {
	background: white;
	margin: 0;
	padding: 0;
	border: 0;
}

.relojCabecera {
	display: flex;
	color: white;
	background-color: #087021;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-left: -15px;
	margin-right: -15px;
	font-size: 15px;
}

.relojCabeceraContainer {
	color: white;
	margin-left: 15px;
}

.letrasVerdes {
	color: #087021;
}

.relojDate {
	color: white !important;
	margin: 0px;
	padding: 0px;
}

.fecha {
	margin-right: 20px;
}

.form-check-input[type="radio"]:checked+label:after {
	border: 5px solid #0B4C1A;
	background-color: #FFFFFF;
}

.checkbox-warning-filled [type="checkbox"][class*='filled-in']:checked+label:after
	{
	border-color: #087021;
	background-color: #087021;
}

.content-inside {
	padding: 5px;
}

.footer {
	height: 310px;
	margin-top: -310px;
}

#cabeceraFija {
	width: 100%;
}

.listaItemsCabecera li {
	display: inline;
	margin-right: 5px;
}

.cajetaItemsCabecera {
	margin-right: 10px;
}

#separadorCabecera {
	height: 102px;
}

@media ( max-width :992px) {
	#separadorCabecera {
		height: 63px;
	}
	.relojCabeceraContainerDate {
		margin-top: 10px;
	}
}

.fixed-top {
	background-color: white;
	border-bottom: solid 1px #eee;
}

#headerJunta {
    font-weight: bold;
    font-size: 1.0em;
}

#headerConsejeria {
    font-size: 1.2em;
}

@media all and (max-width:991px) {
	#textoJuntaConsejeria {
		display: none
	}
}
.tablaCuentasBancarias_length{
	align: left;
}
.form-control{
	font-family: 'Source Sans Pro', sans-serif !important;
}