.glyphicon {
	font-size: 75px;
}
.noAvalable{
	color: #ccc;
	pointer-events: none;
	cursor: no-drop !important;
}
.panel-footer {
	text-align: center;
	background-color: #dff0d8;
}
.alert-info {
	text-align: center;
}
div.right{
	text-align: right;
}
div.left{
	text-align: left;
}
div.center{
	text-align: center;
}
.row{
/*   display: flex; */
/*   justify-content: center; */
  margin-bottom: 5px;
}
.row-center{
  display: flex;
  justify-content: center;
}
img.clara {
    opacity: 0.2;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}


.request-overlay {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
	opacity: .75;
    filter: alpha(opacity=75);
    text-align: center;
    background: rgba(255,255,255,0.5) url('../img/loading.gif') no-repeat center;
}

#myModalError .modal-dialog  {margin-top:70px;width:1000px;}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.loading-gif {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	opacity: .75;
    filter: alpha(opacity=75);
    text-align: center;
    background: rgba(255,255,255,0.5) url('../img/loading_icon.gif') no-repeat center;
    z-index: 100;
}

#tramites_habituales {
    position: relative;
    overflow: hidden;
    padding: 0;
    position: relative;
    height:160px;
}

hr {
   border-radius: 300px ; 
   height: 10px; 
   text-align: center; 
 }
 
 a.botonIdentificacion {
  width:100%;
  color: #fff;
  font-size: 17px;
  background: #5cb85c;
  padding: 1em 0em 1em 1em;
  border-radius: 3px;
  border: none;
  display: inline-block;
  margin: .5em 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 8%;
}

.mod_lista {width: 100%; margin-left: 0% !important;margin-top: 3em; padding: 0 1em 0 2em; }
.mod_lista h4 { font-size: 1.17em; font-weight: bold; }
.mod_lista p { margin-top: 0.5em; font-size: 1em; font-weight: normal; line-height: 1.3; }
.mod_lista a { line-height: 1.3; }
.mod_lista ul li { margin-top: 1.75em; }

input.red-background-color{
	border:2px solid red;
}

.red{
	color:red;
}

@media print {
    a:after { content:''; }
    a[href]:after { content: none !important; }
}

.disabled {
    background-color: #eee;
    opacity: 1;
	pointer-events: none;
}

.ocultar {
    visibility: hidden;
}

tr.ocultar {
    display: none;
}

.alert.alert-danger {
    background-color: #b94a48; 
}

a.textoEstandar {
    color: #666666;
}

.opcionesClave ul li{
    margin: 0 0 0 30px; 
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding-bottom: 10px;
	list-style-image: url(../img/ul.png);
}

.opcionesClave2 ul li{
    margin: 0 0 0 30px; 
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding-bottom: 10px;
	list-style-image: url(../img/ul.png);
}

#ficha ul, ol {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
#ficha ul li {
    list-style-image: url(../img/ul.png);
}
#ficha ol li, #ficha ul li {
    margin-top: 0.3em;
	margin-left: 40px;
	padding-bottom: 10px;
}

.opcionesErrorValidar ul li{
    margin: 0 0 0 30px; 
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	list-style-image: url(../img/ul.png);
	padding-bottom: 15px;
}

.table thead th.cabeceraTablaVacia{
    margin: 30px 0;
    padding: 30px 50px;
	text-align: center;
	color: #666666;
}

#user_menu #login_usuario {
    position: absolute;
    display: none;
    z-index: 101;
    width: 240px;
    margin: -40px 0 0 250px;
    padding: 20px 20px 20px 40px;
    text-align: left;
    background-color: #fff; }
    #user_menu #login_usuario:before {
      content: url("../images/shared/login-menu-arrow.png");
      position: absolute;
      float: right;
      width: 0;
      height: 0;
      margin: -5px 0 0 200px; }
    #user_menu #login_usuario ul {
      margin-bottom: 0; }
      #user_menu #login_usuario ul li {
        list-style: none;
        padding: 6px 0; }
        #user_menu #login_usuario ul li a {
          display: block;
          line-height: 14px;
          color: #666666; }
        #user_menu #login_usuario ul li.acceso {
          color: #266caf;
          list-style-type: disc; }
          #user_menu #login_usuario ul li.acceso a {
            font-family: 'Rubik', sans-serif;
            color: #266caf; }
          #user_menu #login_usuario ul li.acceso.with-border-bottom {
            padding-bottom: 15px; }

/* *********************************************************************************************************************
 * MOVIL  < 767
 */        
@media screen and (max-width: 767px) {
	
	#user_menu {
    position: absolute;
    width: auto;
    top: 26px;
    right: 60px;
    margin-top: 0; }
    #user_menu #login > a img {
      -moz-transform: scale(0.85);
      -o-transform: scale(0.85);
      -ms-transform: scale(0.85);
      -webkit-transform: scale(0.85);
      transform: scale(0.85); }
    #user_menu #login_usuario {
      top: 50px;
      margin: 0 0 0 -145px;
      background-color: #52b500;
      box-shadow: none; }
      #user_menu #login_usuario:before {
        content: url();
        position: absolute;
        float: none;
        margin: -28px 0 0 110px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 11px 11px 11px;
        border-color: transparent transparent #52b500 transparent; }
      #user_menu #login_usuario li, #user_menu #login_usuario a {
        color: #fff !important; }
      #user_menu #login_usuario li:not(.acceso) a {
        font-weight: 300; }
      #user_menu #login_usuario li.with-border-bottom {
        margin-bottom: 10px; }
}

label {
    font-weight: bold;
	padding-bottom: 10px;
}

#pagina2 p { text-align: justify; }
#pagina3 p { text-align: justify; }
#pagina4 p { text-align: justify; }

#menusInformacion:before {margin-left: 60px !important;}

.alert.alert-info-banner {
    margin: 30px 0;
    padding: 30px 50px;
    border-radius: 0;
    background-color: #fff !important;
    color: #666666 !important;
}

#user_menu {
    width: 60%;
}

#top_menu {
    width: 60%;
}

#top-bar-search{
	width: 60%;
	height: 70px;
    float: left;
}
#top-bar-langs{
	width: 50%;
	height: 100%;
    float: right;
}

.gsc-search-button-v2 {
    font-size: 0px;
    padding: 6px 27px;
    width: auto;
    vertical-align: middle;
    border: 1px solid #666666;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #52b500;
    background-color: #52b500;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#52b500),to(#52b500));
    background-image: -webkit-linear-gradient(top,#52b500,#52b500);
    background-image: -moz-linear-gradient(top,#52b500,#52b500);
    background-image: -ms-linear-gradient(top,#52b500,#52b500);
    background-image: -o-linear-gradient(top,#52b500,#52b500);
    background-image: linear-gradient(top,#52b500,#52b500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#52b500',EndColorStr='#52b500');
}

.text-bigger-13 {
    font-size: 13px;
    line-height: 18px;
}

#checkboxInput.custom-control  {
    margin-left: 2.1rem;
    margin-top: 1rem;
}

#checkboxLabel.custom-control-label {
	margin-left: 2rem;
	margin-top: 2px;
	font-size: 14px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #52b500;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #52b500;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #52b500;
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.text-bigger-checkbox {
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
    margin-top: 6px;
}

ul li.text-bigger{
    margin: 0 0 0 30px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-bottom: 10px;
    list-style-image: url(../img/ul.png);
}

p.banner{
	text-align: justify;
}

#otros_tramites {
    padding: 20px 0 10px 0;
}

#te_ayudamos {
    padding: 30px 0 30px 0;
}

.box-heading {
    margin-bottom: 0px;
}

.icon-block a {
    padding: 0px 0px;
}

.line-heading {
    margin: 10px 0 10px 0;
}

.vcenter {
    margin-top: 10px;
}

.vtop {
    margin-top: -10px;
}

input + .help-tool-usuario {
  position: absolute;
  right: 0;
  margin: -37px 20px 0 0;
  cursor: help; }
  input + .help-tool-usuario i {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #52b500;
    border-radius: 10px; }
    
h6 strong {
    font-weight: 700;
    font-size: 14px;
}

h6 strong.indicadores {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

h6 strong.indicadoresenvios {
    font-weight: 700;
    font-size: 14px;
}

/* MENU PPAL */
nav#menu ul.first2 {
    list-style: none; }
    nav#menu ul.first2 > li {
      display: inline-block;
      float: left;
      width: 14.28%;
      text-align: center; }
      nav#menu ul.first2 > li > a {
        padding: 0;
        font-family: 'Rubik', sans-serif;
        font-size: 14px;
        line-height: 40px;
        font-weight: 500;
        color: #fff;
        border-right: 1px solid #52b500;
        background-color: #52b500; }
        nav#menu ul.first2 > li > a:hover {
          background-color: #49a100; }
      nav#menu ul.first2 > li.active > a {
        background-color: #49a100; }
      nav#menu ul.first2 > li.active-temp > a {
        pointer-events: none; }
        
.blue-center {
    color: #3eb0d6 !important;
    text-align: center;
}

.icon-block-isisc1 {
    text-align: center;
    padding: 10px!important;
    margin-top: 1px;
}

.icon-block-isisc2 {
    text-align: center;
    padding: 25px;
	height: 180px;
}

.border-isisc {
	border-top: 4px solid #4c84bc!important;
	border-bottom: 4px solid #4c84bc!important;
    border-left: 4px solid #4c84bc!important;
	border-right: 4px solid #4c84bc!important;
}


.icon-block-ind1 {
    text-align: center;
    padding: 10px!important;
    margin-top: 1px;
}

.icon-block-ind2 {
    text-align: center;
    padding: 25px!important;
    margin-top: 15px;
	height: 140px;
}

.border-isiscind-verde {
	border-top: 4px solid #49a100 !important;
	border-right: 4px solid #49a100 !important;
	border-bottom: 4px solid #49a100 !important;
	border-left: 4px solid #49a100 !important;
	background-color: #5ab30d;
}

.border-isiscind-gris {
	border-top: 4px solid #aaaaaa !important;
	border-right: 4px solid #aaaaaa !important;
	border-bottom: 4px solid #aaaaaa !important;
	border-left: 4px solid #aaaaaa !important;
	background-color: #d4d4d4;
}

.border-isiscind-blanco {
	border-top: 4px solid #aaaaaa !important;
	border-right: 4px solid #aaaaaa !important;
	border-bottom: 4px solid #aaaaaa !important;
	border-left: 4px solid #aaaaaa !important;
	background-color: #ffffff;
}

.border-isiscind-red {
	border-top: 4px solid #803433 !important;
	border-right: 4px solid #803433 !important;
	border-bottom: 4px solid #803433 !important;
	border-left: 4px solid #803433 !important;
	background-color: #b94a48;
}

.border-isiscind-info {
	border-top: 4px solid #f18100 !important;
	border-right: 4px solid #f18100 !important;
	border-bottom: 4px solid #f18100 !important;
	border-left: 4px solid #f18100 !important;
	background-color: #f19000;
}

.border-isiscind-white {
	border-top: 4px solid #efebea !important;
	border-right: 4px solid #efebea !important;
	border-bottom: 4px solid #efebea !important;
	border-left: 4px solid #efebea !important;
	background-color: #ffffff;
}

.form-group-buscador {
    margin-bottom: 1rem;
    margin-top: 2.2rem;
}

.form-group-buscador-2 {
    margin-bottom: 1rem;
    margin-top: 2.2rem;
}

.form-group-pendientes {
    margin-top: 1.5rem;
}

.border-isisc-pendientes {
	border-top: 4px solid #f19000!important;
	border-bottom: 4px solid #f19000!important;
    border-left: 4px solid #f19000!important;
	border-right: 4px solid #f19000!important;
}

.btn-pendiente {
    padding: 18px 15px;
    background-color: #f19000;
    border-color: #f19000;
}

.btn-azul {
    padding: 18px 15px;
    background-color: #0f58a1;
    border-color: #0f58a1;
}

#top-unidad-trimestre{
	width: 50%;
    float: left;
	font-size: 19px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 40px;
    color: #0f58a1;
}

a.textoEstandarInd {
    color: #666666;
    cursor: pointer;
    text-decoration: none;
}

a.textoErrorInd {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.text-left-4 {
	width: 60%;
	font-size:13px;
    text-align: left!important;
}

.text-center-4 {
	width: 10%;
	font-size:13px;
    text-align: center!important;
    font-weight: bold;
}

.text-left-8 {
	width: 52%;
	font-size:13px;
    text-align: left!important;
}

.text-center-8 {
	width: 6%;
	font-size:13px;
    text-align: center!important;
    font-weight: bold;
}

.text-left-12 {
	width: 23%;
	font-size:13px;
    text-align: left!important;
}

.text-center-12 {
	width: 7%;
	font-size:13px;
    text-align: center!important;
    font-weight: bold;
}

.custom-control-ind {
    position: relative;
    display: block;
    min-height: 2.0rem;
    padding-left: 2.0rem;
}

.text-bigger-ind {
    font-size: 14px;
    font-weight: bold;
}

.text-bigger2-ind {
    font-size: 13px;
    font-weight: bold;
}

.line-heading-envio-anyo {
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
}

span.white {
    color: #ffffff;
}

.col-sm-1-anyo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.0%;
    flex: 0 0 8.0%;
    max-width: 8.0;
}

.col-sm-2-trimestre {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.0%;
    flex: 0 0 23.0%;
    max-width: 23.0;
}

.col-sm-2-leyenda {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.0%;
    flex: 0 0 9.0%;
    max-width: 9.0%;
}

span.leyenda-envios{
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
}

.table thead th.cabeceraTablaVacia{
    margin: 30px 0;
    padding: 30px 50px;
	text-align: center;
	color: #666666;
}

.table thead th.parametro {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 75%;
}

.table thead th.valor {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 10%;
}

.table thead th.unidad {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 10%;
}

.table thead th.na {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 5%;
}

td.mes {
	padding-left: 50px;
}

h4.error {
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    color: #fff;
}

.errorValidarEnvio ul li{
    margin: 0 0 0 30px;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
    text-align: left;
    margin-top: 10px;
    margin-left: 240px;
    width: 55%;
}

.errorValidarEnvio ul li::before {
  content: "\00B7";
  padding-right: 8px;
  color: white;
}

h4 strong.indicadores {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

#mensajeConfirmacionEnviarDatos {
	margin-top:12px;
}

.form-row.mensaje {
   margin-bottom: 0px;
}

.btn-danger {
  padding: 18px 15px;
}

.form-row-mensajes>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table thead th.envio {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 25%;
}

.table thead th.remitente2 {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 25%;
}

.table thead th.indicadores {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 15%;
}

.table thead th.observaciones {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 35%;
}

.table thead th.borrarmensaje {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 10%;
}

.table thead th.remitente {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 30%;
}

.table thead th.asunto {
    font-weight: 900;
    font-family: 'Rubik', sans-serif;
    line-height: 18px;
    color: #3eb0d6;
    border-top: 0;
    width: 60%;
}

table td.constantecolumna1 {
    width: 82%;
	padding-top: .20rem !important;
	padding-bottom: .20rem !important;
	padding-left: .55 rem !important;
	padding-right: .20rem !important;
	vertical-align: initial !important;
}

table td.constantecolumna2 {
    width: 13%;
	padding: .20rem !important;
    vertical-align: initial !important;
}

table td.constantecolumna3 {
    width: 5%;
	padding: .20rem !important;
    vertical-align: initial !important;
}

input.constantesUnidadValorNuevo{
	margin-top: 12px;
}

input.constantesSistemaValorNuevo{
	margin-top: 12px;
}

input.constantesTrenValorNuevo{
	margin-top: 12px;
}

input.constantesUnidadTrenValorNuevo{
	margin-top: 12px;
}

input.constantesTipoComponenteValorNuevo{
	margin-top: 12px;
}

input.constantesComponenteValorNuevo{
	margin-top: 12px;
}

nav#menu ul.second {
	margin: -2px 0 0 -25px !important;
    padding: 20px 47px !important;
}

.card {
    border: 0px solid rgba(0,0,0,0) !important;
}

.card-header {
	padding-top: 0.75rem;
    padding-right: 0rem;
    padding-bottom: 0.75rem;
    padding-left: 0rem;
    background-color: rgba(0,0,0,0) !important;
    border-bottom: 0px solid rgba(0,0,0,0) !important;
}

a, a:before, a:after, a h1, a h2, a h3, a h4, a h5, a h6 {
  text-decoration: none !important;
}


