.status_toggle {
  padding: 10px 10px 10px 0px;
}
.status_toggle i {
  font-size: 20px;
}
.msjPanel { 
  display: block;
  padding: 10px 30px;
}
.iconSize {
  width: 25px;
  font-size: 20px;
}
.requerido {
  color: #f00;
  font-weight: bold;
}
.page-wrapper .page-body-wrapper .page-title {
  padding: 20px 0px;
}
.order-box .qty li {
	border-bottom: 1px solid #f1f1f1;
}
.order-box .qty li span{
	font-size: 0.8rem;
}
.table-sm th, .table-sm td {
  padding: 0.2rem 0.2rem;
}
.card { 
	margin-bottom: 10px
}
.header-faq {
  margin-bottom: 10px;
}
/* */
.theme-form .form-group {
  margin-bottom: 10px;
}
.login-form .form-group label {
  text-transform: none;
}
.theme-form input[type="text"],
.theme-form input[type="email"],
.theme-form input[type="search"],
.theme-form input[type="password"],
.theme-form input[type="number"],
.theme-form input[type="tel"],
.theme-form input[type="date"],
.theme-form input[type="datetime-local"],
.theme-form input[type="time"],
.theme-form input[type="datetime-local"],
.theme-form input[type="month"],
.theme-form input[type="week"],
.theme-form input[type="url"],
.theme-form input[type="file"],
.theme-form textarea,
.theme-form select {
  padding: 8px 10px;
}
.login-form {
  width: 500px;
}
/* link */
.btIcon {
  width: 100%;
  display: block;
}
.btIcon span {
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  display: block;
  margin: 5px;
  padding: 5px;
}
.btIconBox {
}
.btIconIco .iconSize {
  font-size: 2rem;
  color: var(--theme-deafult);
}
.btIconText {
  color: #444;
  font-size: 0.8rem;
}
/* tTabla */
.tTabla {
  width: 100%;
  display: table;
}
.tTablaRow {
  display: table-row;
}
.tTablaCell {
  width: 49%;
  display: table-cell;
}

/* Lista tabla */
.link { 
  color: #495057;
  display: block;
}
.link:hover{
	color: #495057;
	background-color: #f9f9f9;  
} 
.tlink {
  width: 100%;
  display: table;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  text-decoration: none; 
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.tlinkRow {
  display: table-row;
}
.tlinkCell { 
  display: table-cell;
  vertical-align: middle; 
} 
.iconWhatsapp{
	color: #0cc243;
	font-size: 2rem;
}
.text-right{
	text-align: right;
}
.text-align-middle{ 
	vertical-align: middle;
}
.login-box{
	height: 100vh;
	min-height: 100vh;
}
/* BOX */
.caja{
	margin-bottom: 30px;
	border: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 4px 30px rgba(1, 1, 1, 0.15);
	box-shadow: 0px 4px 30px rgba(1, 1, 1, 0.15);
}
.cajaEsp{
	display:block; 
	padding: 10px 15px; 
}  
.linkFases{
	display:block;
	width: 100%; 
}
.linkFases a{
	display:block;
	padding-left: 40px;
	color: #999;
	font-weight: 500;
	margin-bottom: 3px;
	padding: 10px 15px; 
	background-color:#f8f8f8;
}
.linkFases a:hover{
	color: #fff;
	background-color:#e76b1f; 
}
