.custom-table-responsive {
	display: block;
	width: 100%;
	overflow-x: visible;
	overflow-y: visible;
}
.full-width {
  width: 100%;
}

.mat-column-select {
  overflow: initial;
}

.table-fixed-width {
	table-layout: fixed;
}
.tcustomize {
    text-transform: none;
    letter-spacing: 1px;
}


.btn {
    margin-left: 20px;
    border-radius: 5px;
}


.mainhead {
 letter-spacing: 0px;
line-height: 1.5;
}


.smallhead {
    color: grey;
    text-transform: none;
    letter-spacing: 3px;
}

.dialog-header {
	background-color: #2780E3; 
	height:30px; 
	width:auto; 
	margin:-24px; 
	padding-bottom: 50px; 
	margin-bottom: 40px; 
	text-align: center;
}

.dialog-title {
	color:white; 
	padding-top:12px;
}

.dropdiv {
  width: 500px;
  height: 250px;
  background-color: coral;
}

/*Estilos para el fileInput*/
/* .dropzone { */
/*   width: 450px; */
/*   height: 200px; */
/*   padding: 2rem; */
/*   text-align: center; */
/*   border: dashed 1px #979797; */
/*   position: relative; */
/*   margin: 0 auto; */
/* } */
.dropzone {
  width: 100px;
  text-align: center;
  padding: 0.75rem;
  border: dashed 1px #979797;
  position: relative;
  display: inline-block;
  height: 100px;
}

.input-file-input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.label-file-input {
  color: white;
  width: 80px;
  height: 30px;
  border-radius: 4.7px;
  background-color: #db202f;
  padding: 1.7px 3.6px;	
}

.h3-file-input {
  font-size:10px;
  font-weight: 600;
  color: #38424c;
}

/* files list*/
.files-list {
  /*margin-top: 1.5rem;*/
}

.files-list .single-file {
  padding: 0.75rem;
  display: inline-block;
  width: 100px;
  margin-bottom: 0px;
}

.file-icon {
  background-image: url('../images/file-icon.png');
  background-size: 100% 100%;
  margin-left: 5px;
  width: 50px;
  height: 50px;
}

.files-list .single-file .name {
  font-size: 12px;
  font-weight: 500;
  color: #353f4a;
  margin: 0;
}

.delete {
  margin-left: 45px;
}

.logo-login-img {
  width: 300px;
  height: 150px;
  display: inline-block;
  vertical-align: middle;
  background: url('../../../content/images/epafs-main-logo.png') no-repeat center center;
  background-size: contain;
}

.leftbar {
  border-left: 6px solid #ccc !important;
}

.boldText {
  font-weight: bold;
}

.filter-header {
  font-weight: bold;
  color: #0077c2;
}

.files-list .single-image {
  display: inline-block;
  width: 200px;
  margin-bottom: 0px;
}

.imageContainer {
  margin-left: 5px;
  width: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.delete-image {
  float: right;
}

.background-disabled {
	background-color: #e6e6e6 !important;
	border-color: #e6e6e6 !important;
	color: #6d6d6d !important;
}

.responsive-image {
	width: 100%;  
	height: auto;
}

.link {
	color:#165ba8; 
	text-decoration: underline;
}

.semi-full-width {
	width: 80%;
}