/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}
.botonestabla{
	padding:10px;
	margin:5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 10px;
	border:#e0e0e0 solid 2px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.etiquetas-radio-respaldo{
	margin-bottom:15px;
}
.boton-modal-aceptar {
	width: 145px;
	height: 60px;
	font-size: 1.2rem;
	font-family:'Baloo 2', FontAwesome;
	font-weight: 700;
	letter-spacing: 2.5px;
	color: #2EE59D;
	background-color: #fff;
	border: solid 3px;
	border-color:#2EE59D;
	border-radius: 45px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	padding-bottom:10px;
	line-height: .1rem;
	margin:10px;
	}
  
  .boton-modal-aceptar:hover {
	background-color: #2EE59D;
	box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
	color: #fff;
	transform: translateY(-7px);
  }
.boton-modal-default {
	width: 145px;
	height: 60px;
	font-size: 1rem;
	font-family:'Baloo 2', FontAwesome;
	font-weight: 700;
	letter-spacing: 2.5px;
	color: #0B88D6;
	background-color: #fff;
	border: solid 3px;
	border-color:#0B88D6;
	border-radius: 45px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	padding-bottom:10px;
	line-height: .8rem;
	margin:10px;
  }
.footer-modal{
	background-color: #2b303b;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23757677' fill-opacity='0.08' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	display:flex;
	flex-direction:row-reverse;
	flex-wrap:nowrap;
	justify-content: flex-start;
	padding-top:25px!important;
}
.boton-modal-cancelar {
	appearance: none;
	background-image: radial-gradient(100% 100% at 100% 0, #FC3B26 0, #B9060E 100%);
	border: 0;
	border-radius: 6px;
	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: flex;
  font-weight: 300;
	font-family: "Montserrat",FontAwesome;
	height: 48px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size: 18px;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
}

.boton-modal-cancelar:focus {
	box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.boton-modal-cancelar:hover {
   box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #96050B 0 -3px 0 inset;
	transform: translateY(-2px);
}

.boton-modal-cancelar:active {
	box-shadow: #3c4fe0 0 3px 7px inset;
	transform: translateY(2px);
}
.boton-modal-guardar {
  	appearance: none;
  	background-image: radial-gradient(100% 100% at 100% 0, #7AC57A 0, #228B22 100%);
  	border: 0;
  	border-radius: 6px;
  	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  	box-sizing: border-box;
  	color: #fff;
  	cursor: pointer;
  	display: flex;
	font-weight: 300;
  	font-family: "Montserrat",FontAwesome;
  	height: 48px;
  	justify-content: center;
  	line-height: 1;
  	list-style: none;
  	overflow: hidden;
  	padding-left: 16px;
  	padding-right: 16px;
  	position: relative;
  	text-align: left;
  	text-decoration: none;
  	transition: box-shadow .15s,transform .15s;
  	user-select: none;
  	-webkit-user-select: none;
  	touch-action: manipulation;
  	white-space: nowrap;
  	will-change: box-shadow,transform;
  	font-size: 18px;
  	flex-direction: column;
  	flex-wrap: nowrap;
  	align-content: stretch;
  	align-items: stretch;
 }

.boton-modal-guardar:focus {
  	box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.boton-modal-guardar:hover {
 	box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #58B158 0 -3px 0 inset;
  	transform: translateY(-2px);
}

.boton-modal-guardar:active {
  	box-shadow: #3c4fe0 0 3px 7px inset;
  	transform: translateY(2px);
}

  .boton-modal-default:hover {
	background-color: #0B88D6;
	box-shadow: 0px 15px 20px rgba(7, 88, 138, 0.4);
	color: #fff;
	transform: translateY(-7px);
}
  
  .estiloswitch{
	font-size: 1.4rem;
	font-family:'Baloo 2', FontAwesome; 
	font-weight: 700;
	margin-bottom:20px;
  }
  .colorpicker-texto{
	width:5rem;
	height:2.2rem;
	border-radius: 15px;
	border:#e0e0e0 solid 2px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	text-align:center;
	font-size: 1rem;
	font-family:'Baloo 2', FontAwesome; 
	font-weight: 400;
	color:#545759;
  }
  .input-texto{
	width:3rem;
	height:2.2rem;
	border-radius: 15px;
	border:#e0e0e0 solid 2px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:15px;
	text-align:center;
	font-size: 1rem;
	font-family:'Baloo 2', FontAwesome;
	font-weight: 400;
	color:#545759;
}
.input-texto-general{
	height:2rem;
	border-radius: 15px;
	background-color:transparent;
	border:#e0e0e0 solid 2px; 
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:15px;
	text-align:left;
	font-size: 1.2rem;
	font-family:'Baloo 2', FontAwesome;
	font-weight: 700;
	color:#545759;
}
.etiqueta-formulario{
	font-variant:small-caps;
	color:#ACACAC!important;
	font-weight: bolder;
	margin-bottom:0px;
}
  .fondo-opciones{
	width:100%;
	height:auto;
	background-color:#f2f2f2;
	padding:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:#e0e0e0 solid 2px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-bottom:25px;
  }
  .fila-opciones{
	display:flex;
	flex-wrap:wrap;
	-ms-flex-wrap: wrap;
	display:-ms-flexbox;
	align-items:stretch;
	-ms-flex-align: stretch;
	  
  }
  .etiqueta-checkbox{
	margin-bottom: 0px;
	display: flex;
	align-content: center;
	align-items: center;
	margin-right:10px;
  }
  .estilo-imagenproveedor{
	/*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:10px;*/
  }
.boton-principal-verde {
	appearance: none;
	background-image: radial-gradient(100% 100% at 100% 0, #7AC57A 0, #228B22 100%);
	border: 0;
	border-radius: 6px;
	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction:row;
	align-content: center;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	font-weight: 300;
	padding-top:15px;
	padding-bottom:15px;
	font-family: "Montserrat",FontAwesome;
	/* height: 48px; */
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size: 18px;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

.boton-principal-verde:focus {
	box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.boton-principal-verde:hover {
   box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #58B158 0 -3px 0 inset;
	transform: translateY(-2px);
}

.boton-principal-verde:active {
	box-shadow: #3c4fe0 0 3px 7px inset;
	transform: translateY(2px);
}
.boton-principal-purpura {
	appearance: none;
	background-image: radial-gradient(100% 100% at 100% 0, #5A378C 0, #392259 100%);
	border: 0;
	border-radius: 6px;
	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction:row;
	align-content: center;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	font-weight: 300;
	padding-top:15px;
	padding-bottom:15px;
	font-family: "Montserrat",FontAwesome;
	/* height: 48px; */
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size: 18px;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

.boton-principal-purpura:focus {
	box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.boton-principal-purpura:hover {
   box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #8850BF 0 -3px 0 inset;
	transform: translateY(-2px);
}

.boton-principal-purpura:active {
	box-shadow: #3c4fe0 0 3px 7px inset;
	transform: translateY(2px);
}
.dt-buttons{
	display: flex;
	position:sticky;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: space-around;
	justify-content: center;
	align-items: stretch;
	margin-top: 20px;
}