.warnings {color: #FF8000; border: 1px solid #FF8000; background-color: #FFE1E1; padding: 4px; width: 98%;}
.warnings a{color: #FF8000; padding: 4px;}
.warnings a:HOVER {color: #FF8000; padding: 4px; text-decoration: none;}
.warningsModAdj {color: #FF8000; border: 1px solid #FF8000; background-color: #FFE1E1; padding: 4px; width: 90%; float: left; margin-left: 2em; margin-top: 1em;}
.warning {color: #000; border: 1px solid #F90; background-color: #FFE8C6; padding: 4px;}
.errors {color: #FF0000; border: 1px solid #FF0000; background-color: #FFE1E1; padding: 4px; width: 98%; margin-bottom: 1em;}
.errors a{color: #FF0000; padding: 4px;}
.errors a:HOVER {color: #FF0000; padding: 4px; text-decoration: none;}
.errorsModAdj {color: #FF0000; border: 1px solid #FF0000; background-color: #FFE1E1; padding: 4px; width: 90%; float: left; margin-left: 2em; margin-top: 1em;}

.panel_regcon{width: 78%; float: right;}
.panel_pestanias{width: 100%; float: left;}
.textoTitulo{margin-left: 1em;}
.campoLectura{background-color: #eee;}
.menu_regcon{position: fixed; top: 10%; transform: translate(00%,40%);}
.not-active {
            pointer-events: none;
            cursor: default;
        }

.nav-tabs-meyss > li > button {
	margin-right: 2px;
	line-height: 1.42857143;
  	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 4px 4px 0 0;
    background-color: #fff;
    position: relative;
    display: block;
    padding: 0.25em;
}
.nav-tabs-meyss > li > button:hover {
  	border-color: #eeeeee #eeeeee #ddd;
  	text-decoration: none;
	background-color: #eee;
}

.nav-tabs-meyss > li.active > button,
.nav-tabs-meyss > li.active > button:hover,
.nav-tabs-meyss > li.active > button:focus{
	color: #555555;
  	background-color: #d9edf7;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
    padding: 0.3em;
}

.nav-tabs-meyss > li.active > button:hover{
	background-color: #bee0f0;
}

.botonPestania{padding: 0;border: none;background: none;}

.justify-content-md-center{justify-content:center!important}

.nav_header_regcon{
	margin-right: 2px;
	line-height: 1.42857143;
    position: relative;
    display: block;
    border-left: 1px solid white;
}

.glyphicon_regcon {
    font-size: 15px;
}

/* ABDGMRRL1-17: se le cambia el nombre al estilo por uno mas apropiado */
.textoMenuAyuda{
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.copiarTelefono:hover{
    cursor: pointer;
}

a.disabled{
    pointer-events: none;
    cursor: default;
}

.valid-feedback {
    width: auto;
    color: #14a44d;
    margin-top: -.75rem
}

.valid-feedback,.valid-tooltip {
    position: absolute;
    display: none;
    font-size: .875rem
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
    margin-bottom: 1rem;
    background-image: none;
    border-color: #14a44d
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #14a44d;
    box-shadow: 0 0 0 .25rem rgba(20,164,77,.25)
}

/* kskdkdkdksksksksksksk */
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    color: #337ab7;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
    opacity: 0;
}

#sidebar .sidebar-header {
    padding: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #337ab7;
    text-align: center;
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: -35px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#sidebar ul.components {
    padding: 0px 0;
    border-bottom: 1px solid #337ab7;
    border-left: 1px solid #337ab7;
    border-right: 1px solid #337ab7;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
}

#sidebar ul li a:hover {
    color: #5b7cad;
    background: #e2e7eb;
    text-decoration: none;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    font-weight: bold;
    background: #e2e7eb;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.supermenu ul a {
    padding-left: 30px !important;
    background-color: #F4F6F9;
}

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: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* RADIO BUTTONS */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50%
}

.form-check-input:active {
  filter: brightness(90%)
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: .5
}

.form-check-label{
	font-size: 1.2em;
	font-weight: normal!important;
	font-style: italic;
}

.imagenOpcionPlanesIgualdad{
	margin:10px auto;
  	border-radius:5px;
  	padding:13px;
  	height:220px;
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
  	background:url(../imagenes/MTIN/bg/planIgualdad.avif);
  	background-size: cover;
}

/* ABDGMRRL1-17: se le cambia el color al borde del hover de planes de igualdad */
.imagenOpcionPlanesIgualdad:HOVER{
	border: 2px solid #17a2b8;
	cursor:pointer;
}

.imagenOpcionPlanesIgualdad img{
   width:100%;
}

.imagenOpcionConveniosColectivos{
	margin:10px auto;
  	border-radius:5px;
  	padding:13px;
  	height:220px;
  	background-size: 100% 100%;
  	background-repeat:no-repeat;
  	background:url(../imagenes/MTIN/bg/conveniosColectivos.avif);
  	background-size: cover;
}

.imagenOpcionConveniosColectivos:HOVER{
	border: 2px solid #337ab7;
	cursor:pointer;
}

/* ABDGMRRL1-17: se aņaden nuevos estilos para el registro por nif */
.opcionRegistroPorNif{
	margin:10px auto;
  	border-radius:5px;
  	padding:13px;
  	height:100px;
}

.opcionRegistroPorNif:HOVER{
	border: 2px solid #337ab7;
	cursor:pointer;
}

.opcionRegistroPorNifInaplicacion{
	margin:10px auto;
  	border-radius:5px;
  	padding:13px;
}

.opcionRegistroPorNifInaplicacion:HOVER{
	border: 2px solid #337ab7;
	cursor:pointer;
}

.imagenOpcionConveniosColectivos img{
   width:100%;
}

.inputPespunteado{
	border-style: dotted;
	border-color: #28587a;
	color: #5f9ac5;
}

.inputPespunteado:HOVER{
	border-style: solid;
	border-color: #28587a;
}

.inputPespunteado:focus {
    border-style: solid;
	border-color: #28587a;
    outline: none;
}

.inputPespunteadoIgualdad{
	border-style: dotted;
	border-color: #17a2b8;
	color: #44d3e8;
}

.inputPespunteadoIgualdad:HOVER{
	border-style: solid;
	border-color: #17a2b8;
}

.inputPespunteadoIgualdad:focus {
    border-style: solid;
	border-color: #17a2b8;
    outline: none;
}

.col-xs-4_1 {
	float: left;
}

.col-xs-4_1 {
    width: 35%;
}

.col-xs-offset-0_5{
	margin-left: 1em;
}

.col-md-1_5, .col-md-2_8, .col-md-2_5, .col-md-2_6, .col-xs-4_1, .col-md-0_5, .col-md-0_8, .col-md-1_8, .col-md-4_5{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
	.col-md-1_5, .col-md-2_8, .col-md-2_5, .col-md-2_6, .col-md-0_5, .col-md-0_8, .col-md-1_8, .col-md-4_5{
	  float: left;
	}

	.col-md-1_5{
	    width: 12%;
	}

	.col-md-1_8{
	    width: 15%;
	}
	
	.col-md-2_6{
		width: 20%;
	}

	.col-md-2_8{
	    width: 22%;
	}

	.col-md-2_5{
	    width: 18%;
	}
	
	.col-md-0_5{
		width: 3%;
	}
	
	.col-md-0_8{
		width: 5%;
	}
	
	.col-md-4_5{
		width: 37%;
	}
}

.enlacePagRegcon:HOVER{
	cursor: pointer;
}

.border {
    border: 1px solid #dee2e6!important;
}

.rounded {
  border-radius: 10px !important;
}

.paddingT_0_5{
	padding-top: 0.5em;
}

.paddingT_0_7{
	padding-top: 0.7em;
}

.padding_1{
	padding: 1em;
}

.padding_2L{
	padding-left: 2em;
}

.padding_3L{
	padding-left: 3em;
}

.padding_5L{
	padding-left: 5em;
}

.inputLectura{
	background-color: #efe9e9;
}

.text-wrap {
    white-space: normal!important
}

.btn-secondary {
    color: #6c757d;
    background-color: #fff;
    border-color: #6c757d;
}

.btn-pink {
    color: #fff;
    background-color: #a3055d;
    border-color: #a3055d;
}

.btn-pink:HOVER {
    color: #fff;
    background-color: #720e46;
    border-color: #720e46;
}

.btn-rearGreen {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-rearGreen:HOVER {
    color: #fff;
    background-color: #138c9d;
    border-color: #138c9d;
}

.cabeceraTablasIgualdad{
	background-color: #17a2b8;
}

.botonCabeceraTablaBootstrap{
		background-color: transparent; 
		border: none; 
		color: #ffffff;
		cursor:pointer;
		padding-top: 0.5em;
		padding-bottom: 0.3em;
		padding-left: 0em;
		padding-right: 0.3em;
	    margin: 0;
	    width: auto;
	    max-width: auto;
	   	overflow: visible;
		font-style: italic;
		font-weight: bold;
		white-space: normal;
	}
	
	.botonCabeceraTablaBootstrap:HOVER{
		background-color: transparent; 
		border: none; 
		color: #ffffff;
		cursor:pointer;
		padding-top: 0.5em;
		padding-bottom: 0.3em;
		padding-left: 0em;
		padding-right: 0.3em;
	    margin: 0;
	    width: auto;
	    max-width: auto;
	   	overflow: visible;
		font-style: italic;
		font-weight: bold;
		white-space: normal;
	}

	/* aņado estos nuevos estilos para la paginacion de las tablas con button en lugar de con 'a' */
.pagination>li>button{
		position:relative;
		float:left;
		padding:6px 12px;
		margin-left:-1px;
		line-height:1.42857143;
		color:#337ab7;
		text-decoration:none;
		background-color:#fff;
		border:1px solid #ddd
}

.pagination>li:first-child>button{
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}

.pagination>li:last-child>button{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}

.pagination>li>button:focus,.pagination>li>button:hover{
	z-index:2;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd
}

.pagination>.active>button,.pagination>.active>button:focus,.pagination>.active>button:hover{
	z-index:3;
	color:#fff;
	cursor:default;
	background-color:#337ab7;
	border-color:#337ab7
}

.pagination>.disabled>button,.pagination>.disabled>button:focus,.pagination>.disabled>button:hover{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd
}

.pagination-sm > li > button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Examinar";
}

.listadoAmbitoGeograficoMapa{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 1em;
    color: #555 !important;
    background-color: #e7f2f9 !important;
}

.inputConTexto {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.margen_izda1{
	margin-left: 1em;
}

.margen_izda2{
	margin-left: 2em;
}

.margen_izda3{
	margin-left: 3em;
}

.margen_top1{
	margin-top: 1em;
}

.fw-bold{
	font-weight: bold;
}

.margen_top2{
	margin-top: 2em;
}

.numTextoEmergente {
    font-size: 10px;
    color: #B9120A;
}

.ventanaAyuda{
	border-radius: 3px;
	background-color: #bce8f1;
	display: block;
    position: absolute;
    z-index: 999;
    margin-top: -1em;
}

.botonesSubmenuInfoConvenio{
	padding: 0;
	border: none;
	background: none;
	width: 100%;
	padding: 0.3em;
}

.botonesSubmenuInfoConvenio:HOVER{
	padding: 0;
	border: none;
	background: none;
	width: 100%;
	padding: 0.3em;
	background-color: #bee0f0;
}

.descargaConvenioExcelBootstrap{
	margin-left: 1.5em;
	padding-right: 0em !important;
}

.desEstadoVigenciaCabeceraBootstrap{
	padding-right: 0em !important;
}

.panel-info>.panel-heading-expedientes {
    color: #ffffff;
    background-color: #337AB7;
    border-color: #337AB7;
}
.panel-heading-expedientes {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.btn-modifDatosAL {
    color: #337AB7;
    background-color: #ffffff;
    border-color: #214f74;
}

.btn-modifDatosAL:HOVER {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #ffffff;
}

.divAyudaIconosDescarga{
	border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 1em;
}

.divInformacionUsuarioExpedientes{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    color: #337AB7;
    background-color: #ffffff;
    border: 3px solid #08c;
    border-radius: 10px;
}

.estadoTramite{
	font-family: "Trebuchet MS", Verdana, Century Gothic,Tahoma, Verdana,"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1.2em;
	font-style: italic;
	color:#4D87C7;
	padding-bottom: 0.5em;
	float: left;
}

.infoTramiteAnuladoSentencia {
    color: #108497;
    background-color: #ffffff;
    background-image: none;
    border-color: #17a2b8;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 3px 12px;
}

.inputLecturaVariable{
	display: inline-block;
    padding: 6px 6px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 3px;
    text-align: start;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    background-color: #efe9e9;
    color: #555;
}

.tickAzul{
	font-size: 16px;
	color: #337ab7;
}

.tickAzulSeleccionado{
	font-size: 20px;
	color: #337ab7;
}

.tickRojoSeleccionado{
	font-size: 20px;
	color: #ff6f6f;
}

.noSeleccionadoGris{
	font-size: 16px;
	color: #c0c0c0;
}