.form-filtrar select.form-control {
  border-radius: 0;
  -moz-box-shadow: 2px 2px 5px #888888;
  -webkit-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
  cursor: pointer;
}

.form-filtrar input {
  border-radius: 0;
  cursor: pointer;
}

.form-filtrar button {
  border-radius: 0;
  background-color: #D5007F;
  color: #FFF;
}

.aprobada {
  font-size: 55px;
  text-align: left;
  color: #ccc;
}

.aprobada i {
  color: #ccc;
  font-size: 80px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0%;
}

.card {
  border: solid 1px #ccc;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
  -moz-box-shadow: 0px 0px 10px 0px #ccc;
  box-shadow: 0px 0px 10px 0px #ccc;
  /*max-height: 500px; */ 
  height: 400px;
  overflow: auto;
}

.card-movil {
  border: solid 1px #ccc;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
  -moz-box-shadow: 0px 0px 10px 0px #ccc;
  box-shadow: 0px 0px 10px 0px #ccc;
  height: auto;
  margin-top: 30px;
}

.card-row {
  color: #000;
  background-color: #e2e2e2;
}

.card a {
  color: #D5007F;
}
.card-movil a {
  color: #D5007F;
  cursor:pointer;
}

.anexo-card-movil{
	color:#000 !important; 
	cursor:text;
}


.card a:hover {
  text-decoration: none;
  color: #D5007F;
}

/* .card a:active, .card a:visited, .card a:focus {
  text-decoration: none !important;
 
} */
.card-movil a:hover {
  text-decoration: none;
}

.card i {
  color: #D5007F;
}
.card-movil i {
  color: #D5007F;
}

.color-rosa-card {
    color: #D5007F !important;
    text-decoration: underline;
}


.color-negro-card {
    color: #000 !important;
    cursor:text;
}

/*--------------------------*\
      Propiedades Movil
\*--------------------------*/

@media (min-width: 11367px) {}

@media (min-width: 1025px) and (max-width: 1366px) {}

@media (min-width: 768px) and (max-width: 1024px) {
	 .container {
    width:100%
  }
	
	.position-movil{
	position: inherit !important;
	}
}

@media (min-width: 630px) and (max-width: 767px) {
	
	.position-movil{
	position: inherit !important;
	}
}

@media (min-width: 430px) and (max-width: 629px) {
	.position-movil{
	position: inherit !important;
	}
}

@media (min-width: 0px) and (max-width: 429px) {
	.position-movil{
	position: inherit !important;
	}
}

@media (min-width: 320px) and (max-width: 568px) {

  .form-filtrar select.form-control {
    -moz-box-shadow:  none;
    -webkit-box-shadow:  none;
    box-shadow:  none;

  }
.position-movil{
	position: inherit !important;
	}


}
