/* 4.10 MY PROPERTY
================================== */
#user-profile {
  /* .property-list */
}
#user-profile .property-list {
  /* table */
}
#user-profile .property-list table {
  width: 100%;
  font-size: 14px;
    color: #4D4D4D;
    font-family: "Raleway";
}
#user-profile .property-list table thead {
  /*background-color: #cc625c;*/
	border-bottom: 4px solid #047DC2;
}
#user-profile .property-list table thead th {
padding: 10px 4px;
font-weight: 600;
color: #666;
}
#user-profile .property-list table thead th:nth-of-type(2n+1) {
 /* background-color: #dc908c;*/
}
#user-profile .property-list table .image {
  display: block;
  width: 100%;
  height: 48px;
  position: relative !important;
}
#user-profile .property-list table a {
  /*font-size: 17px;*/
  display: block;
  font-weight: 400;
  padding:11.50px 0px;
}
#user-profile .property-list table thead tr td,
#user-profile .property-list table tbody tr td {
  padding: 22px 4px;
  border-bottom: 1px solid #E8E8E8;
}

#user-profile .property-list .table-index thead tr td, #user-profile .property-list .table-index tbody tr td {
    border-bottom: 1px dotted #fcfcfc;
    padding: 9px 4px;
}

#user-profile .property-list table tbody tr th {
  border-bottom: 1px solid #E8E8E8;
  max-width: 38px;
}
#user-profile .property-list table tbody tr th label {
  margin-left: 20px;
}
#user-profile .property-list table .icon {
  font-size: 24px;
}
#user-profile .pagination-content {
  margin: 20px 0 0;
}

#user-profile .fa-2x {
    font-size: 1.6em;
}

#user-profile .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f2f2f2;
}

#user-profile .table-striped > tbody > tr:hover {
    background-color: rgba(229, 37, 41, 0.1);
}

@media screen and (max-width: 970px) {

	#user-profile .property-list .table-index thead tr a, #user-profile .property-list .table-index tbody tr a {
    padding: 9px 4px;
    display: table-cell;
		border-bottom: 1px dotted #fcfcfc;
		vertical-align: middle;
}
}

/* CSS ESPECÍFICOS PARA DISPOSITIVOS PEQUEÑOS  480 px*/
@media screen and (max-width: 480px) {

.table-responsive {
    border: none;
}

	#user-profile .property-list .table-index thead tr a, #user-profile .property-list .table-index tbody tr a {
    padding: 9px 4px;
    display: table-cell;
		border-bottom: 1px dotted #fcfcfc;
		vertical-align: middle;
}

	.contenedorExterior {
    display: table;
    width: 100px; /* anchura del padre */
    height: 100px; /* altura del padre */
    overflow: hidden;
}
.contenedorExterior .contenedorInterior {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.elemento {
    background: #ddd;
    width: 100px;
    height: 100px;
}

}
