.profile_img{
    margin-bottom: 20px;
    min-height: 210px;
    text-align: center;
  }
  #crop-avatar {
      border: 1px solid #bebebe;
      border-radius: 10px;
      max-width: 260px;
      max-height: 260px;
      height: 160px;
      width: 260px;
      color: #ccc;
      margin: 20px auto 10px auto;
      /* margin-top: 20px;
      margin-bottom: 10px; */
      text-align: center; }
    
#crop-avatar button {
  margin-top: 10px; }
.titulo{
  border-bottom: 1px solid #DCDBD7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#rptarqueo tr th{
  padding: 15px;
  border-bottom:1px solid #000;
}

.float-right{
 float:right;
}

/* ---------------------------------------TIMELINE----------------------------------------- */
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid#4ECDC4;  /*#22c0e8;*/
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

ul.timeline li strong{
  font-size: 2rem;
  color: #4ECDC4;
}

/* DASHBOARD--------------------------------- */
.suscriptores {
  background: url(../img/clientes.png) no-repeat center top;
  background-size: cover;
  text-align: center;
  background-position: center center;
}

.contratos {
  background: url(../img/contrato.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  background-position: center center;
}

.ordenes {
  background: url(../img/orden.png) no-repeat center top;
  background-size: cover;
  text-align: center;
  background-position: center center;
}
.mensualidades {
  background: url(../img/mensualidad.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  background-position: center center;
}

.fondo{
  position: absolute;
  height: 250px;
  width: 90%;
  background-color: rgb(0, 22, 40, .5);
  text-align: center;
}
.fondo i {
	color: white;
	margin-top: 45px;
}
.fondo h2 {
	color: white;
	font-weight: 900;
}
.fondo h4 {
	color: white;
	font-weight: 900;
	letter-spacing: 1px;
}
.fondo a {
	color: white;
}
.fondo a:hover {
	color: rgb(244, 248, 4);
}

/* ARQUEO DE CAJA------------------------------ */
#head_arqueo{
  float: right;
}
#total_arqueo{
  float: right;
  font-weight: 600;
  font-size: 2rem;
}