@media print {
	/* Contenido del fichero print.css */
a[href]:after {
    content: none !important;
}	
main.mdl-layout__content.mdl-color--grey-100 {
    display: none;
}
header.secomac-mdl-drawer-header {
    display: none;
}
nav.secomac-mdl-navigation {
    display: none;
}
.secomac-mdl-drawer {
    display: none;
}
nav.navbar.navbar-default {
    display: none;
}

div#globalXHRStatusBar {
    display: none;
}
input {
    display: none !important;
}
span.input-group-text {
    display: none;
}

.mdl-layout--fixed-drawer>.mdl-layout__content {
    margin-left: 0px;
}
section.controlSoporteFCM {
    display: none;
}

.btn.btn-sm.btn-success.rounded-circle {
    display: nono;
    display: none;
}
.btn.btn-sm.btn-info.rounded-circle {
    display: none;
}
.btn.btn-sm.btn-light.rounded-circle {
    display: none;
}
select {
    display: none !important;
}
select#IDTIPOINSCRIPCION {
    display: block !important;
}
select#IDTIPOREGIMEN {
    display: block !important;
}
img {
    display: none !important;
}
.bs-stepper-header {
    display: none;
}
div#scorebarBorder {
    display: none;
}
div#score {
    display: none;
}
div#scorebar {
    display: none;
}
div#complexity {
    display: none;
}
div#debug1 {
    display: none;
}
.form-group.no-modificable {
    display: none;
}
button {
    display: none !important;
}
textarea {
    display: none !important;
}
.form-row.alert.alert-primary {
    color: white;
    background-color: gray;
    border-color: gray;
    font-weight: bold;
}
.row.alert.alert-primary {
    color: white;
    background-color: gray;
    border-color: gray;
    font-weight: bold;
}
footer#footer {
    display: none;
}
.alert.alert-primary.col-sm-12 {
    background-color: white;
    font-style: italic;
    color: black;
}
.secomac-servicios-requisito-ayuda {
    display: block;
	visibility: visible;
}

}
