
.evidenceLink:link {
  color: blue;
  font-size: 10px !important;
}
/* mouse over link */
.evidenceLink:hover {
  color: #990000;
  text-decoration: none;
}

.swal2-popup {
  font-size: 0.6rem !important;
}
.buttonModel {
    background-color: white;
    color: black;
    padding: 5px 5px;
    text-align: center;
	text-decoration: none !important; 
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 10px;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    width: auto;
}
.buttonModel:hover {
    background-color: #e7e7e7;
}
.file-block{
display: block;}
.buttonEvidence {
    background-color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none !important; 
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 10px !important;
    border-radius: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    width: auto;
}
.buttonEvidence:hover {
    background-color: #e7e7e7; /* Green */
}


.DLTable {
	border: 1px solid #003399;
}

.DLRow1 {
	background: #F5F5F5;
	height: 20px;
	font-family: Arial;
	font-size: 13px;
}

.DLRow2 {
	background: #F0F0F0;
	height: 20px;
	font-family: Arial;
	font-size: 13px;
}

.DLRowOver {
	background: #FCD245;
	height: 20px;
	font-family: Arial;
	font-size: 13px;
}

.DLRowClick {
	color: yellow;
	background: #FBD03C;
	height: 20px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}

.DLNULLRow {
	background: url("../imagenes/dinamic_list/null_row.gif");
	background-repeat: repeat-x;
	height: 40px;
	color: white;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.DLRowHeader {
	/*background: url("../imagenes/dinamic_list/header.gif");*/
	background-color: #003399;
	background-repeat: repeat-x;
	height: 40px;
}

.DLHeader {
	color: white;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.DLHeader:hover {
	color: gray;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.DLInput {
	color: gray;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.DLSelect {
	color: gray;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.DLLink {
	color: blue;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	cursor:pointer;
}

.DLLink:hover {
	color: #990000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.DLLinkSelected {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.DLInfoTable {
	border: #003399 solid 1px;
	color: #003399;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.DLInfoTable a {
	color: blue;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.DLInfoTable a:hover {
	color: gray;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.DLNormal {
	color: black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.DLInfoTable select {
	color: #CC3300;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.DLInfoTable input {
	height: 20px;
	color: #CC3300;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}