.botonera-footer a {
    width: 100%;
}

.margin-left{
    margin-left: 5px !important;
}

.btn-primary-spacing 
{
margin-right: 5px;
margin-bottom: 5px !important;
with: auto;
}

.alert-form {
    background-color: #f5f5f5;
    border-color: #cccccc;
    color: #2c3e50;
}

.formToClone {
    display: none;
}

label.error {
    color: #bc2611;
}

.btn-uno, .btn-dos, .btn-tres, .btn-cuatro  {
    text-align: center;
}

.btn-uno {
	      height: auto;
}



.btn-dos {
      white-space:normal !important;
      word-wrap: break-word;
	      width: auto;
		border: 0;
}

.btn-tres {
	    text-align: center;
	  white-space:normal !important;
      word-wrap: break-word;
    width: auto;
		border: 0;
}

.btn-cuatro {
    width: 55%;
	border: 0;
}
.col-nooverflow {
    text-overflow: ellipsis;
	word-wrap: break-word;
    width: 95%;
	font-size: 10px;
    padding-bottom: 2px;
}

.col-nooverflow1 {
    text-overflow: ellipsis;
    overflow: hidden;
	word-wrap: break-word;
    width: 50%;
    padding-bottom: 2px;
}

.parametros {
     width: 30%;
}

.evaluar {
     width: auto%;
}

#header-wrap { position: fixed; 
height: auto; 
width: 100%; 
z-index: 100 }



div.a {
  text-decoration-line: underline;
  text-decoration-style: solid;
}

@media print {
    footer * {
        visibility: hidden;
    }
  h4 {
    break-before: always;
  }
  
    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible!important;
    }
   #noprint{
       display:none;
   }
}