html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

body {
	margin: 0px
}

html, body {
	background: #F0F0F0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
}

/*
ul {
    font-family: Arial;
    color:#5257E3;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 0.95em;
    font-weight: bold; 
    margin-left:0.2em;
}

li {
    font-family: Arial;
    color:#5257E3;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 0.85em;
    font-weight: normal;
    margin-left:0.2em;
}
*/
.bxy_site {
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.bxy_site__header {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 35px;
	background-color: #3B5998
}

.bxy_site__body {
	overflow: hidden;
	position: absolute;
	top: 35px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.bxy_verticalDragBar {
	overflow: hidden;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 480px;
	width: 5px;
	cursor: col-resize;
	background-color: #EFEFEF;
	border-width: 0px 1px 0px 1px;
	border-color: #B7ADAD;
	border-style: solid; padding : 0px;
	margin: 0px;
	padding: 0px;
}

.bxy_horizontalDragBar {
	overflow: hidden;
	position: absolute;
	bottom: 295px;
	height: 5px;
	left: 0px;
	right: 0px;
	cursor: row-resize;
	background-color: #EFEFEF;
	border-width: 1px 0px 1px 0px;
	border-color: #B7ADAD;
	border-style: solid;
}

.bxy_sidecontent {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 480px;
	background-color: #FFFFFF;
}

.bxy_compiler {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 486px; //was 401
}

.bxy_compiler__header {
	display:table-row;
	overflow: hidden;
	height:0px;
	background-color: #535353;
	padding: 4px;
}

.bxy_compiler__editor-container {
	display:table-row;
	overflow: hidden;
	height:100%;
}

.bxy_compiler__editor {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box; /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box; /* For Firefox                          */
	-webkit-box-sizing: border-box;
	/* For Safari                           */
}

.bxy_compiler__console {
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 295px;
}

.bxy_compiler__console-tabs {
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	margin: 2px;
}

.bxy_dropdown {
	background-color: #FFF;
	border-color: #FFF;
	border-width: 1px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	padding: 4px 10px 7px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
	width: 150px;
	border-radius: 3px;
	border-style: solid;
}

.bxy_navigation-links {
	position: absolute;
	right: 20px;
	top: 8px;
}

.bxy_navigation-links__item {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #ecffe0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
}

.bxy_textfield--small {
	background-color: #FFF;
	border-color: #FFF;
	border-width: 1px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	padding: 4px 10px 7px;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
	width: 50px;
	border-radius: 3px;
	border-style: solid;
}

.bxy_button {
	padding: 4px 10px 7px;
	margin-right: 1em;
	color: #5198F8;
	text-decoration: none;
	border-radius: 3px;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
	cursor: pointer;
	border: 1px solid #5198F8;
	outline: 0;
	background-color: #FFFFFF;
	background-image: none;
	filter: none;
	min-width: 67px;
	margin:5px;
}

.bxy_button:hover {
	background-color: #EBEBEB;
	border: 1px solid #5198F8;
}

.bxy_button:active {
	background-color: #FFFFFF;
	border: 1px solid #5198F8;
}

.bxy_button--blue {
	color: #FFFFFF;
	background-color: #5198F8;
	border: 1px solid #5198F8;
}

.bxy_button--blue:hover {
	background-color: #3C82E0;
	border: 1px solid #3C82E0;
}

.bxy_button--blue:active {
	border: 1px solid #5198F8;
	background-color: #5198F8;
}

.bxy_button--red {
	color: #FFFFFF;
	background-color: #CC3300;
	border: 1px solid #CC3300;
}

.bxy_button--red:hover {
	background-color: #993300;
	border: 1px solid #993300;
}

.bxy_button--red:active {
	border: 1px solid #CC3300;
	background-color: #CC3300;
}

.bxy_button--green {
	color: #FFFFFF;
	background-color: #527A00;
	border: 1px solid #527A00;
}

.bxy_button--green:hover {
	background-color: #005C00;
	border: 1px solid #005C00;
}

.bxy_button--green:active {
	border: 1px solid #527A00;
	background-color: #527A00;
}

.bxy_button--spaced {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.bxy_run-status {
	width: 180px;
	background-color: #72A4D2;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	border-width: 0px;
	border-style: solid;
	border-color: gray;
	text-align: center;
	color: white;
	padding: 5px 10px 8px;
	border-radius: 3px;
	margin:5px;
}

.bxy_compiler-editor {
	width: 100%;
	height: 100%;
}

.bxy_console {
	resize: none;
	width: 100%;
	height: 100%;
	background: black;
	font-family: monospace;
	color: white;
	font-size: 12px;
	border-width: 0px;
	border-style: solid;
	border-color: black;
}

.bxy_appletholder {
	width: 100%;
    height: 100%;
}

.bxy_console--gray {
	background: gray;
}

.bxy_notification-message {
	width: 100px;
	height: 25px;
	line-height: 24px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: white;
	border-width: 0px;
	border-style: solid;
	border-color: gray;
	border-radius: 3px;
	margin: 5px;
	position: absolute;
	padding: 7px;
	background-color: #72A4D2;
	text-align: center;
	z-index: 1000;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

.bxy_init_loading_message {
	position:absolute;
	left:45%;
	top:40%;
	widht:40px;
	height:40px;
 line-height: 24px;
 font-family: Arial;
 font-weight: bold;
 font-size: 15px;
 color: white;
 border-width: 0px;
 border-style: solid;
 border-color: gray;
 border-radius: 3px;
 margin: 5px;
 padding: 7px;
 background-color: #72A4D2;
 text-align: center;
 z-index: 20000;
 opacity: 100;
}

.initOverlay {
 background-color: #e9e9e9;
 position: absolute;
 top: 0px;
 right: 0px;
 bottom: 0px;
 left: 0px;
 z-index:1000;
 opacity: 0.5;
}

.bxy_data-table {
 width:95%;
}

.bxy_data-table__header-cell {
 border-left: 0;
 font-size: 1.2em;
 font-family: Helvetica, Arial;
 font-weight: bold;
 text-align: middle;
 overflow: hidden;
 border-right: 1px solid #F0F0F0;
 border-top: none;
 padding: 6px 12px;
 color:#eff3ed;
 border-right: 1px solid #A3A8E0;
}

.bxy_data-table__header-cell ~ .bxy_data-table__header-cell {
 border-left: none;
 vertical-align: bottom;
}

.bxy_data-table__cell {
 overflow: hidden;
 border-bottom: none;
 padding: 6px 12px;
 border-left: none;
 text-align: left;
 color:#3b3b3b;
 font-family: Helvetica, Arial;
 font-weight: 400;
 font-size: 14px;
}

.bxy_data-table__row--odd .bxy_data-table__cell {
    background-color: #E9E9E9;
}

.colorTabla0 {
    background-color: #b9b9bc;
}

.colorTabla1 {
    background-color: #9c9fb3;
}

.colorTabla2 {
    background-color: #b0b8ed;
}

.colorTabla3 {
    background-color: #d6d6fe;
}

.bxy_text-logo {
	font-family: Arial;
	color: #ecffe0;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 35px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
}

.bxy_text-label--white {
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	color: #FFF;
}

.bxy_text--small--white {
	font-family: Helvetica, Arial;
	color: #ecffe0;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;
}

.bxy_public-program-header {
	background-color: #3B5998;
	height: 35px;
}

.bxy_public-program-header__source-link {
	font-family: Helvetica, Arial;
	color: #ecffe0;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	margin-left: 2px;
	margin-right: 4px;
}

.bxy_public-program-header__title {
	font-family: Helvetica, Arial;
	color: #ecffe0;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	line-height:35px;
}

.bxy_side-content-header {
	font-family: Helvetica, Arial;
	height: 1.8em;
	padding: 0.4em;
	background-color: #5FA4D2;
}

.bxy_side-content-header__text {
	font-family: Arial;
	color: #ecffe0;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 0.2em;
}

.bxy_home-text {
	font-family: Arial;
	color: #3D4094;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 0.9em;
	margin-left: 0.2em;
}

.bxy_form-validation-errors {
	font-family: Lato, Helvetica;
	color: red;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: normal;
	margin: 10px;
}

/* Review this styles */

#ghostbar {
	width: 5px;
	background-color: #E0DCDC;
	opacity: 0.5;
	position: absolute;
	cursor: col-resize;
	z-index: 10000;
	border-width: 0px 1px 0px 1px;
    border-color: #B7ADAD;
    border-style: solid; padding : 0px;
    margin: 0px;
    padding: 0px;
}

#ghostbar2 {
	height: 5px;
	background-color: #E0DCDC;
	opacity: 0.5;
	position: absolute;
	cursor: row-resize;
	z-index: 10000;
	border-width: 1px 0px 1px 0px;
    border-color: #B7ADAD;
    border-style: solid; padding : 0px;
    margin: 0px;
    padding: 0px;
}

body {
	font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana",
		"sans-serif";
	font-size: 12px;
}

.ui-corner-all {
	border-radius: 0px;
	border: 0px;
}

.ui-tabs .ui-tabs-panel {
	display: table-row;
	border-width: 0px;
	padding: 0px;
	height: 100%;
}

.ui-widget-content {
	border: 0px solid #aaaaaa;
	background: #ffffff;
}

.ui-widget-header {
	min-height: 30px;
}

#compilerNew li .ui-icon-close {
	float: left;
	margin: 0.4em 0.2em 0 0;
	cursor: pointer;
}

#compilerContainer {
	margin: 50px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 0px solid black;
}

#compilerNew {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

.editorClass {
	width: 100%;
	height: 100%;
}

#bxy_compiler__top_container {
	position:absolute;
	top:0px;
	bottom:300px;
	right:1px;
	left:0px;
    margin: 0px;
    padding: 0px;
    background-color: red;
}

#bxy_compiler__top {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: white;
}

#tarp {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.myDialogClass .ui-widget-header {
  background: #3B5998;
  color:white;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding-left:5px;
  min-height:18px;
}

.myDialogClass .ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
    border: 1px solid black;
    color: #222222;
}

.myDialogClass .ui-widget-content {
    background: #D3DDE6;
}

.ui-dialog {
    padding:0px;
    margin-top:0px;
    border: 1px solid #7f735f;
}

.ui-dialog .ui-dialog-buttonpane {
    padding:0px;
    margin-top:0px;
    font-size:16px;
}

.bxy_progress_bar .ui-widget-header {
  min-height:8px;
  height:10px;
  color:red;
}

.bxy_progress_bar {
  color:red;
  height:10px;
}

.bxy_home-container {
	 background-color:#FFF;
	 position:absolute; 
	 left:0px; 
	 top:0px; 
	 bottom:0px; 
	 right:0px;
}	

.bxy_link:hover {
 text-decoration:underline;
}

.bxy_link:active {
 text-decoration:none;
}

.bxy_link {
 color: #5198F8;
 text-decoration:none;
}


/* login */

.logmod__container {
  display: block;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width:500px;
}

.logmod__heading {
  text-align: center;
  padding: 12px 0 12px 0;
}
.logmod__heading-subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #888;
  line-height: 20px;
}
.logmod__form {
  border-top: 1px solid #e5e5e5;
}

.logmod__alter .connect:last-child {
  border-radius: 0 0 4px 4px;
}

.connect {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
}
.connect:focus, .connect:hover, .connect:visited {
  color: #FFF;
  text-decoration: none;
}
.connect__icon {
  vertical-align: middle;
  float: left;
  width: 70px;
  text-align: center;
  font-size: 22px;
}
.connect__context {
  vertical-align: middle;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.connect.facebook {
  background: #3b5998;
  color: #FFF;
}
.connect.facebook .connect__icon {
  background: #283d68;
}
.simform {
  position: relative;
}
.simform__actions {
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
}
.simform__actions::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions .sumbit {
  height: 48px;
  float: right;
  color: #FFF;
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  background: #4CAF50;
  margin-top: 7px;
}
.simform__actions .sumbit::after {
  clear: both;
  content: "";
  display: table;
}
.simform__actions-sidetext {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 10px;
  margin: 9px 0 0 0;
  color: #8C979E;
  text-align: center;
  line-height: 24px;
  box-sizing: border-box; 
}
.simform__actions-sidetext::after {
  clear: both;
  content: "";
  display: table;
}

.sminputs {
  border-bottom: 1px solid #E5E5E5;
}
.sminputs::after {
  clear: both;
  content: "";
  display: table;
}
.sminputs .input {
  display: block;
  position: relative;
  width: 50%;
  padding: 4px 10px;
  border-bottom: none;
  float: left;
  background-color: #FFF;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sminputs .input.full {
  width: 100%;
  box-sizing: border-box; 
}
.sminputs .input label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 24px;
}
.sminputs .input input {
  postion: relative;
  display: inline-block;
  height: 24px;
  font-size: 15px;
  line-height: 19.2px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: rgba(75, 89, 102, 0.85);
}

.btn, .simform__actions .sumbit {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  outline: none;
  outline-offset: 0;
  font-weight: 400;
  box-shadow: none;
  min-width: 90px;
  padding: 10px 14px;
}

.special {
  color: #f44336;
  position: relative;
  text-decoration: none;
}
.special:hover {
  text-decoration: underline;
}

strong { font-weight: bold; }

.notify {
  display: block;
  background: #fff;
  padding: 12px 18px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  width: 70%;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.notify_header {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  padding: .1em 0;
  color: #444;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 6px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #678361;
}

.notify_header:before,
.notify_header:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #f0f0f0;
}

.notify_header:before {    
  left: -.5em;
  margin: 0 0 0 -50%;
}

.notify_header:after {    
  left: .5em;
  margin: 0 -50% 0 0;
}

.notify_body {
  display: block;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 22px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:13px;
  color: rgb(49, 49, 49)
}

.successbox .notify_header { color: #678361; }
.errorbox .notify_header { color: #6f423b; }

.successbox .notify_header:before, .successbox .notify_header:after { background: #cad8a9; }
.errorbox .notify_header:before, .errorbox .notify_header:after { background: #d6b8b7; }

.notify .alerticon { 
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.greenbutton {
  height: 48px;
  color: #FFF;
  width: 120px;
  font-weight: 700;
  font-size: 16px;
  background-color: #4CAF50;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 7px;
  display: inline-block;
}

.brownbutton {
  height: 48px;
  color: #FFF;
  width: 120px;
  font-weight: 700;
  font-size: 16px;
  background-color: #cf942f;
  margin-top: 7px;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

#addParameter {
  height: 30px;
  color: #FFF;
  width: 80px;
  font-weight: 700;
  font-size: 16px;
  background-color: #4CAF50;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 7px;
  display: inline-block;
}

#removeParameter {
  height: 30px;
  color: #FFF;
  width: 80px;
  font-weight: 700;
  font-size: 16px;
  background-color: #ec411c;
  margin-top: 7px;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.waitEmailConfirmationButtons {
	  white-space: nowrap;
	  text-align:center;
}

.createProjectProperties tr {
	  height:30px;
	}
	
	.editProjectProperties tr {
   height:30px;
 }
 
.termsItem {
	  font-family:"proxima nova", Helvetica, Arial;
   font-size: 14px;
   font-style: normal;
   color:#242624;
	  text-decoration: none;
	  word-spacing: normal;
	  text-align: left;
	  line-height: 20px;
	  margin-left: 20px;
   display: list-item;
   overflow: display; 
   margin-bottom:3px; 
}

.menuLink {
	  font-family: Helvetica, Arial;
   color: #5257E3;
   font-size:15px;
   text-decoration: none;
   line-height:17px;
   margin:10px;
}

.menuLink:hover {
   text-decoration: underline;
}

.menuLink2 {
   font-family: Helvetica, Arial;
   color: #5257E3;
   font-size:15px;
   text-decoration: none;
   line-height:14px;
   margin:2px;
}

.menuLink2:hover {
   text-decoration: underline;
}

.homeText1 {
	  widht:100%;
	  text-align:center;
   font-family: Helvetica, Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   color:#1047b7;
   margin-top:10px;
}

.homeDescription {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 14px;
   font-style: normal;
   color:#242624;
   margin-left:45px;
   margin-right:5px;
}

.homeDescription2 {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 14px;
   font-style: normal;
   color:#242624;
   margin-left:15px;
   margin-right:5px;
}

.homeDescription2 li {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 14px;
   font-style: normal;
   color:#242624;
   margin-left:15px;
   margin-right:5px;
   margin-top:5px;
}

.homeSuperTitle {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 17px;
   font-weight: bold;
   color:#1F5FA7;
   padding-top:17px;
   margin-bottom:10px;
   padding-left:3px;
   margin-right:5px;
   vertical-align:middle;
   display:block;
}

.homeSuperTitle2 {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 22px;
   font-weight: bold;
   color:#1F5FA7;
   margin-top:17px;
   margin-bottom:10px;
   padding-left:3px;
   margin-right:5px;
   vertical-align:middle;
   text-align:center;
   display:block;
}


.homeTitle {
   font-family:"proxima nova", Helvetica, Arial;
   font-size: 14px;
   font-weight: bold;
   color:#3A6244;
   margin-top:5px;
   padding-left:3px;
   margin-right:5px;
   vertical-align:middle;
   display:block;
}

.horizontalLine {
    border: none;
    height: 1px;
    background-color: #77787D;
}

h2 { 
	color: white; 
	font-family:"proxima nova", Helvetica, Arial;
	font-size: 40px; 
	font-weight: bold; 
	padding-top:5px;
	margin-bottom: 8px; 
	text-align: center;
}

body {
    background-image: url("background.jpg");
    height:100%;
    width:100%;
}

.validationError {
  display: block;
  color: red;
  font-weight: bold; 
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}


.registerButton {
 border: none;
 display: inline-block;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #C8A81F;
 min-width:200px;
 min-height:50px;
 font-weight: bold;
 margin-right:10px;
 margin-left:10px;
 margin-top:8px;
}

.loginButtonHome {
 border: none;
 display: inline-block;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #378913;
 min-width:200px;
 min-height:50px;
 font-weight: bold; 
 margin-right:10px;
 margin-left:10px;
 margin-top:8px;
}

.moreInfoButton {
 border: none;
 display: inline-block;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #605422;
 min-width:200px;
 min-height:50px;
 font-weight: bold;
 margin-right:10px;
 margin-left:10px;
 margin-top:8px;
 }


.parent { 
  text-align: center;
}

.child { 
  display: inline-block;
  margin:0px;
  padding:0px;
  width:100%;
  max-width:800px;
}

 /* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 8px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
} 

.datos th {
  background-color:#C5922A;
  color: white;
  padding:6px;
  width:40%;
  font-size:15px;
  vertical-align:middle;
  font-weight: bold;
  border-bottom:1px solid #d5a55d;
} 

.datos {
  background-color:#AA801E;
  padding:6px;
  width:100%;
  font-size:14px;
  vertical-align:middle;
  margin-top:10px;
} 

.datosTextArea {
	  width:90%;
}

.datosEvenRow {
	  background-color:#ddb76b;
	  padding:4px;
	  color:#514646;
	  vertical-align:middle;
}

.datosOddRow {
	  background-color:#eac67e;
	  padding:4px;
	  color:#514646;
	  vertical-align:middle;
}

.search {
  background-color:#AA801E;
  width:100%;
  font-size:14px;
  vertical-align:middle;
  table-layout: fixed;
} 

.search th {
  background-color:#C5922A;
  color: white;
  padding:10px;
  font-size:15px;
  vertical-align:middle;
  font-weight: bold;
  border-bottom:1px solid #d5a55d;
  text-align:left;
} 

.search td {
  padding:10px;
  vertical-align:middle;
  word-break:break-word;
} 

.searchResults th,
.searchResults td {
  box-sizing:border-box;
}

.searchColAlias {
  width:32%;
}

.searchColDistance {
  width:24%;
}

.searchColChange {
  width:18%;
}

.searchColActions {
  width:26%;
}

.searchResults th:nth-child(3),
.searchResults td:nth-child(3),
.searchResults th:nth-child(4),
.searchResults td:nth-child(4) {
  text-align:center;
}

.searchEvenRow {
   background-color:#ddb76b;
   padding:4px;
   color:#514646;
   vertical-align:middle;
}

.searchOddRow {
   background-color:#eac67e;
   padding:4px;
   padding-top:8px;
   padding-bottom:8px;
   color:#514646;
   vertical-align:middle;
}

.guardarDatosButton {
 border: none;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #2A9F38;
 min-width:200px;
 min-height:38px;
 font-weight: bold; 
 margin:2px;
 align:middle;
 margin:auto;
 font-size:16px;
}

.buscarDatosButton {
 border: none;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #2A9F38;
 min-width:100px;
 min-height:30px;
 font-weight: bold; 
 margin:2px;
 align:middle;
 margin:auto;
 font-size:16px;
}

.buscarDatosButton.disabled {
 background-color: gray;
 visibility:hidden;
}

.searchOptions {
	margin-top:10px;
}

.searchOptions td {
  background-color:#6F6338;
  padding:10px;
  width:100%;
  font-size:14px;
  vertical-align:middle;
  margin-top:20px;
  padding:4px;
  color: white;
  font-size:15px;
  font-weight: bold;
} 

.contactInfo {
  background-color:#c19740;
  padding:5px;
  width:100%;
  font-size:12px;
  vertical-align:middle;
  margin-top:10px;
  margin-bottom:5px;
} 

.contactInfo th {
  background-color:#C5922A;
  color: white;
  padding:5px;
  width:40%;
  font-size:13px;
  vertical-align:middle;
  font-weight: bold;
  border-bottom:1px solid #d5a55d;
} 

.contactInfo td {
  padding:5px;
} 

.contactInfoEvenRow {
   background-color:#ddb76b;
   padding:2px;
   color:#514646;
   vertical-align:middle;
}

.contactInfoOddRow {
   background-color:#eac67e;
   padding:2px;
   color:#514646;
   vertical-align:middle;
}

.messageTextArea
{
  border:1px solid #999999;
  width:100%;
  margin:5px 0;
  padding:3px;
}

.mandarMensajeButton {
 border: none;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #2A9F38;
 min-width:100px;
 min-height:30px;
 font-weight: bold; 
 margin:2px;
 align:middle;
 margin:auto;
 font-size:16px;
}

.contactMsg {
  font-size:16px;
  font-weight:bold;
  padding:2px;
  color:#dabf80;
}

.testScroll {
	 height: 228px;
  overflow-y: auto;
}

.alertMessage {
	 font-size:16px;
  font-weight:bold;
  padding:2px;
  color:#fffd41;
  width:95%;
  vertical-align:middle;
  padding-top:10px;
  margin-bottom:2px;
}

.contactList {
  background-color:#AA801E;
  padding:10px;
  width:100%;
  font-size:14px;
  vertical-align:middle;
} 

.contactList th {
  background-color:#674d19;
  color: white;
  padding:10px;
  width:40%;
  font-size:13px;
  vertical-align:middle;
  font-weight: bold;
} 

.contactList td {
  padding:10px;
  font-size:12px;
} 

.contactListEvenRow {
   background-color:#ddb76b;
   padding:4px;
   color:#514646;
   vertical-align:middle;
}

.contactListOddRow {
   background-color:#eac67e;
   padding:4px;
   padding-top:8px;
   padding-bottom:8px;
   color:#514646;
   vertical-align:middle;
}

.sendMessageBox {
  background-color:#c19740;
  padding:2px;
  width:100%;
  font-size:12px;
  vertical-align:middle;
  margin-top:0px;
  margin-bottom:5px;
}

.sendMessageBox td {
  padding:3px;
  color:#5a330f;
  font-size:13px;
  font-weight:bold;
} 

.scrollChatMessages {
  max-height: 160px;
  overflow-y: auto;
}

.dataErrorMessage {
	 padding:4px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  background-color:#866a2a;
  color:#efcb0a;
}

.homeTable {
  width:100%;
  text-align:center;
}

.homeTable2 {
  width:100%;
}

.homeTable2 td {
  vertical-align:middle;
  padding:10px;
  width:50%;
}

.pruebita {
  align:right;
  text-align:right;
}
	
.testHome {
  color:#d7bc72;
  font-size:20px;
  font-weight:bold;
  vertical-align:middle;
}	

.ayuda {
	 margin-top:10px;
  background-color:#eac67e; 	 
  width:100%;
  height:80%;
  overflow:scroll;
  overflow-x:hidden
}

.textoAyuda {
	 padding-top:10px;
  margin: 15px;
  font-size: 16px;
  color: #675611;
  padding: 5px;
  text-align: left;
  padding-bottom:10px;	 
	}
	
	.textoLegal {
  padding-top:10px;
  margin: 15px;
  font-size: 16px;
  color: #675611;
  padding: 5px;
  text-align: left;
  padding-bottom:10px; 
  text-align: justify;
  text-justify: inter-word;
 }

 .recoverPasswordButton {
 border: none;
 display: inline-block;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #CFA206;
 min-width:130px;
 min-height:4px;
 font-weight: bold;
 margin:5px;
 }

 .loginButton {
 border: none;
 display: inline-block;
 padding: 8px 16px;
 vertical-align: middle;
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 text-align: center;
 cursor: pointer;
 white-space: nowrap;
 color: #FFFFFF;
 background-color: #4CAF50;
 min-width:130px;
 min-height:4px;
 font-weight: bold;
 margin:5px;
}

.loginActions {
  text-align:center;
}



 /* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ede7e7;
  border: 1px solid #625353;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

 .lastRegistered {
  padding:10px;
  font-size: 14px;
  color: #e4bb0d;
  text-align: center;
 }
 
 .lastRegistered .title {
  font-weight:bold;
 }
 
.map {
  height: 400px;
  width: 100%;
}

/* Modern home */
html.homePage {
  min-height:100%;
  background-image:url("background.jpg");
  background-size:cover;
  background-position:center;
  background-repeat:repeat;
}

.homeBody {
  min-height:100vh;
  background-image:url("background.jpg");
  background-size:cover;
  background-position:center;
  background-repeat:repeat;
  color:#fff;
}

.homeBody::before {
  content:none;
}

.homeShell {
  position:relative;
  z-index:1;
  width:min(1040px, calc(100% - 32px));
  margin:0 auto;
  padding:26px 0 34px;
}

.homeHero {
  min-height:calc(100vh - 210px);
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(280px, 430px);
  align-items:center;
  gap:36px;
  padding:24px 0 30px;
}

.homeHeroText h1 {
  margin:0;
  color:#fff;
  font-family:"proxima nova", Helvetica, Arial;
  font-size:clamp(52px, 10vw, 104px);
  line-height:0.92;
  font-weight:800;
  text-align:left;
  text-shadow:0 3px 16px rgba(0, 0, 0, 0.32);
}

.homeTitleImage {
  max-width:520px;
  margin:0;
}

.homeTitleImage img {
  display:block;
  width:min(520px, 88vw);
  height:auto;
  filter:drop-shadow(0 18px 24px rgba(0, 0, 0, 0.32));
}

.homeEyebrow {
  display:inline-block;
  margin:0 0 14px;
  padding:8px 12px;
  background:rgba(234, 198, 126, 0.95);
  color:#4c3109;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:4px;
}

.homeLead {
  max-width:650px;
  margin:18px 0 0;
  color:#f5dfaa;
  font-size:24px;
  line-height:1.28;
  font-weight:bold;
  text-shadow:0 2px 10px rgba(0, 0, 0, 0.25);
}

.homeActions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.homeButton {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border:1px solid transparent;
  border-radius:6px;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  box-sizing:border-box;
}

.homeButtonPrimary {
  background:#2A9F38;
}

.homeButtonSecondary {
  background:#C8A81F;
}

.homeButtonGhost {
  background:rgba(0, 0, 0, 0.28);
  border-color:rgba(255, 255, 255, 0.36);
}

.homeButton:hover {
  filter:brightness(1.08);
}

.homeLastRegistered {
  margin-top:18px;
  color:#f0d777;
  font-size:14px;
}

.homeLastRegistered span {
  font-weight:bold;
}

.homeSearchPreview {
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 22px 42px rgba(0, 0, 0, 0.34);
  border:1px solid rgba(255, 255, 255, 0.28);
}

.homeSearchPreview img {
  display:block;
  width:100%;
  aspect-ratio:3 / 2;
  object-fit:cover;
}

.homeSteps {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
  margin-top:4px;
}

.homeSteps article {
  min-height:118px;
  padding:16px;
  background:rgba(234, 198, 126, 0.92);
  color:#4f3b0c;
  border-radius:6px;
  box-sizing:border-box;
}

.homeSteps strong {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  background:#2A9F38;
  color:#fff;
  border-radius:50%;
  font-size:15px;
}

.homeSteps h2 {
  margin:10px 0 6px;
  padding:0;
  color:#4f3b0c;
  font-size:18px;
  line-height:1.1;
  text-align:left;
}

.homeSteps p {
  margin:0;
  font-size:14px;
  line-height:1.35;
}

@media (max-width: 760px) {
  .homeShell {
    width:min(100% - 22px, 520px);
    padding-top:18px;
  }

  .homeHero {
    min-height:auto;
    grid-template-columns:1fr;
    gap:18px;
    padding-top:10px;
  }

  .homeTitleImage img {
    width:min(340px, 86vw);
  }

  .homeLead {
    font-size:19px;
  }

  .homeActions {
    display:grid;
    grid-template-columns:1fr;
  }

  .homeSearchPreview {
    max-width:420px;
  }

  .homeSteps {
    grid-template-columns:1fr;
    margin-bottom:18px;
  }
}

/* Modern app screens */
html.appPage {
  min-height:100%;
  background-image:url("background.jpg");
  background-size:cover;
  background-position:center;
  background-repeat:repeat;
}

.appBody {
  min-height:100vh;
  background:
    linear-gradient(rgba(232, 240, 254, 0.24), rgba(214, 226, 247, 0.38)),
    url("background.jpg") center/cover;
  background-repeat:repeat;
  color:#fff;
}

.appBody h2.figutin {
  margin:0;
  padding:18px 12px 14px;
  font-size:42px;
  line-height:1;
  text-shadow:0 3px 14px rgba(0, 0, 0, 0.35);
}

.appBody .topnav {
  width:min(960px, calc(100% - 24px));
  margin:0 auto 14px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:4px;
  background:#1877f2;
  border:1px solid rgba(255, 255, 255, 0.14);
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(0, 0, 0, 0.18);
}

.appBody .topnav a {
  float:none;
  flex:1 1 auto;
  min-width:82px;
  padding:12px 10px;
  font-size:15px;
  line-height:1;
  box-sizing:border-box;
}

.appBody .topnav a.active,
.appBody .topnav .active {
  background:#0f5fc7;
}

.appBody .parent {
  width:min(960px, calc(100% - 24px));
  margin:0 auto;
  text-align:initial;
}

.appBody .child {
  width:100%;
  max-width:none;
  display:block;
}

.appBody .logmod__container,
.appBody .notify {
  width:min(500px, calc(100% - 24px));
  margin:10px auto 28px;
  border-radius:8px;
  box-shadow:0 18px 42px rgba(0, 0, 0, 0.22);
  background:#fff;
}

.appBody .logmod__container {
  overflow:hidden;
}

.appBody .logmod__heading {
  background:#f5f8ff;
}

.appBody .logmod__heading-subtitle {
  color:#51606b;
}

.appBody .logmod__form {
  border-top:1px solid #dce5f5;
}

.appBody .sminputs {
  border-bottom:1px solid #dce5f5;
}

.appBody .sminputs .input {
  padding:12px 14px;
}

.appBody .sminputs .input label {
  color:#365899;
  letter-spacing:0;
}

.appBody .sminputs .input input {
  min-height:34px;
  padding:6px 0;
  color:#1f2f3a;
  cursor:text;
}

.appBody .sminputs .input input,
.appBody select,
.appBody textarea {
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
}

.appBody textarea,
.appBody select {
  border:1px solid #ccd9ee;
  border-radius:6px;
  box-sizing:border-box;
  background:#fff;
  color:#1f2f3a;
  padding:8px;
}

.appBody .datos,
.appBody .search,
.appBody .contactInfo,
.appBody .contactList,
.appBody .sendMessageBox,
.appBody .searchOptions,
.appBody .ayuda {
  border-radius:0;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0, 0, 0, 0.18);
  background:#fff;
}

.appBody a {
  color:#1877f2;
  font-weight:bold;
}

.appBody .topnav a {
  color:#f8faf7;
  font-weight:bold;
}

.appBody .datos,
.appBody .search,
.appBody .contactInfo,
.appBody .contactList {
  border-collapse:separate;
  border-spacing:0;
}

.appBody .datos th,
.appBody .search th,
.appBody .contactInfo th,
.appBody .contactList th {
  background:#4267b2;
  color:#fff;
  border-bottom:1px solid rgba(255, 255, 255, 0.12);
}

.appBody .datosEvenRow,
.appBody .searchEvenRow,
.appBody .contactInfoEvenRow,
.appBody .contactListEvenRow {
  background:#eef4ff;
  color:#1c1e21;
}

.appBody .datosOddRow,
.appBody .searchOddRow,
.appBody .contactInfoOddRow,
.appBody .contactListOddRow {
  background:#ffffff;
  color:#1c1e21;
}

.appBody .search tr:hover td,
.appBody .contactList tr:hover td {
  background:#dfeaff;
}

.appBody .datos td,
.appBody .search td,
.appBody .contactInfo td,
.appBody .contactList td {
  border-bottom:1px solid #dce5f5;
}

.appBody .searchOptions {
  width:100%;
  margin:0 0 10px;
  background:#4267b2;
}

.appBody .searchOptions td {
  width:auto;
  padding:8px;
  background:transparent;
  color:#f8faf7;
}

.appBody .searchOptions select {
  min-width:120px;
  padding:6px;
}

.appBody .sendMessageBox {
  background:#f5f8ff;
}

.appBody .sendMessageBox td {
  color:#1c1e21;
}

.appBody .contactInfo,
.appBody .contactList {
  margin-top:10px;
}

.appBody .scrollChatMessages,
.appBody .testScroll {
  background:#fff;
  border-radius:0;
}

.appBody .datosTextArea,
.appBody .messageTextArea {
  width:100%;
}

.appBody .guardarDatosButton,
.appBody .buscarDatosButton,
.appBody .mandarMensajeButton,
.appBody .loginButton,
.appBody .simform__actions .sumbit {
  border-radius:6px;
  background:#1877f2;
  color:#fff;
  transition:filter 0.15s ease, transform 0.15s ease;
  box-shadow:0 2px 8px rgba(24, 119, 242, 0.22);
}

.appBody .recoverPasswordButton {
  border-radius:6px;
  background:#4267b2;
  color:#fff;
}

.appBody .guardarDatosButton:hover,
.appBody .buscarDatosButton:hover,
.appBody .mandarMensajeButton:hover,
.appBody .loginButton:hover,
.appBody .recoverPasswordButton:hover,
.appBody .simform__actions .sumbit:hover {
  filter:brightness(1.06);
  transform:translateY(-1px);
}

.appBody .alertMessage,
.appBody .dataErrorMessage {
  border-radius:6px;
  margin:8px 0;
  background:#e7f3ff;
  color:#0f5fc7;
}

.appBody .dataActionButton {
  display:inline-block;
  border-radius:6px;
  background:#1877f2;
  color:#fff;
  padding:10px 12px;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(24, 119, 242, 0.22);
}

.appBody .albumSummary {
  display:inline-block;
  margin-left:12px;
  color:#51606b;
  line-height:1.4;
}

.appBody .stickerEntry {
  background:#fff;
  color:#1c1e21;
  box-shadow:0 14px 34px rgba(0, 0, 0, 0.18);
  margin-bottom:28px;
}

.appBody .stickerEntryHeader {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border-bottom:1px solid #dce5f5;
  background:#f5f8ff;
}

.appBody .stickerEntryHeader h3 {
  margin:0 0 6px;
  font-size:22px;
  font-weight:bold;
  color:#1f2f3a;
}

.appBody .saveState {
  color:#51606b;
  font-size:13px;
}

.appBody .saveState.saving {
  color:#996a00;
}

.appBody .saveState.error {
  color:#b00020;
}

.appBody .stickerFilters {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr)) minmax(180px, 1.4fr);
  gap:8px;
  padding:12px 14px;
  border-bottom:1px solid #dce5f5;
}

.appBody .filterButton,
.appBody .quantityButton {
  border:1px solid #ccd9ee;
  border-radius:6px;
  background:#fff;
  color:#1877f2;
  font-weight:bold;
  cursor:pointer;
}

.appBody .filterButton {
  min-height:38px;
}

.appBody .filterButton.active {
  background:#1877f2;
  border-color:#1877f2;
  color:#fff;
}

.appBody .stickerFilters input {
  min-height:38px;
  border:1px solid #ccd9ee;
  border-radius:6px;
  padding:0 10px;
  box-sizing:border-box;
  color:#1f2f3a;
}

.appBody .stickerCategory {
  padding:14px;
  border-bottom:1px solid #dce5f5;
}

.appBody .stickerCategory h4 {
  margin:0 0 12px;
  font-size:20px;
  font-weight:bold;
  color:#1f2f3a;
}

.appBody .stickerGrid {
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(118px, 1fr));
  gap:8px;
}

.appBody .stickerTile {
  border:1px solid #dce5f5;
  border-radius:6px;
  background:#f8fbff;
  padding:7px;
  display:grid;
  gap:6px;
  justify-items:center;
}

.appBody .stickerCode {
  min-height:18px;
  font-weight:bold;
  color:#1f2f3a;
  overflow-wrap:anywhere;
  text-align:center;
}

.appBody .quantityControl {
  display:grid;
  grid-template-columns:32px minmax(24px, 1fr) 32px;
  align-items:center;
  justify-self:stretch;
  gap:4px;
}

.appBody .quantityButton {
  width:32px;
  height:32px;
  font-size:20px;
  line-height:1;
}

.appBody .quantityValue {
  min-width:36px;
  text-align:center;
  font-weight:bold;
}

.appBody .ayuda {
  height:auto;
  max-height:none;
  margin-bottom:28px;
  background:#fff;
  padding:6px 0;
}

.appBody .textoAyuda,
.appBody .textoLegal {
  line-height:1.5;
  color:#1c1e21;
}

.appBody .map {
  min-height:360px;
}

@media (max-width: 680px) {
  .appBody h2.figutin {
    font-size:36px;
    padding-top:14px;
  }

  .appBody .topnav {
    width:calc(100% - 16px);
    margin-bottom:10px;
  }

  .appBody .topnav a {
    min-width:33.333%;
    font-size:14px;
    padding:11px 6px;
  }

  .appBody .parent {
    width:calc(100% - 16px);
  }

  .appBody .datos,
  .appBody .datos tbody,
  .appBody .datos tr,
  .appBody .datos th,
  .appBody .datos td {
    display:block;
    width:100%;
    box-sizing:border-box;
  }

  .appBody .datos th {
    padding:9px 10px 4px;
    border-bottom:0;
    text-align:left;
    background:#4267b2;
  }

  .appBody .datos td {
    padding:8px 10px 12px;
  }

  .appBody .search th,
  .appBody .search td,
  .appBody .contactList th,
  .appBody .contactList td {
    padding:8px 6px;
    font-size:12px;
  }

  .appBody .contactInfo,
  .appBody .contactInfo tbody,
  .appBody .contactInfo tr,
  .appBody .contactInfo th,
  .appBody .contactInfo td {
    display:block;
    width:100%;
    box-sizing:border-box;
  }

  .appBody .contactInfo th {
    padding:9px 10px 4px;
    text-align:left;
  }

  .appBody .contactInfo td {
    padding:8px 10px 12px;
  }

  .searchColAlias {
    width:30%;
  }

  .searchColDistance {
    width:24%;
  }

  .searchColChange {
    width:18%;
  }

  .searchColActions {
    width:28%;
  }

  .appBody .searchOptions tr,
  .appBody .searchOptions td {
    display:block;
    width:100%;
    box-sizing:border-box;
    text-align:left;
  }

  .appBody .buscarDatosButton {
    width:100%;
  }

  .appBody .simform__actions .sumbit,
  .appBody .simform__actions-sidetext {
    width:100%;
    float:none;
    display:block;
  }

  .appBody .loginActions {
    display:grid;
    gap:8px;
    padding:10px;
  }

  .appBody .loginButton,
  .appBody .recoverPasswordButton {
    width:100%;
    margin:0;
  }

  .appBody .albumSummary {
    display:block;
    margin:10px 0 0;
  }

  .appBody .stickerEntryHeader {
    align-items:flex-start;
  }

  .appBody .stickerFilters {
    grid-template-columns:1fr 1fr;
  }

  .appBody .stickerFilters input {
    grid-column:1 / -1;
  }

  .appBody .stickerGrid {
    grid-template-columns:repeat(auto-fill, minmax(112px, 1fr));
  }
}
