/*
* CSS Reset thanks to Eric Meyer, http://meyerweb.com
*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	height: 100%;
	line-height: 1;
	font-family: Inter, sans-serif, Arial !important;
	color: #666 !important;
	font-size: 14px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

#little {
	font-size: smaller;
	color: #999;
}

#login {
	display: grid;
	justify-items: center;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
* Clickfono CSS
*/

h4 {
	font: 16px;
	margin: 0 0 12px 0;
}

#wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #eee;
	display: grid;
	height: 100%;
	width: 100%;
	align-content: center;
	justify-content: center;
}

#logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}

.logo-con-letras {
	width: 15em;
}

img {
	border: none;
}

#main {
	margin: 10px 0;
	padding: 15px 13px;
	border: 5px solid #ccc;
	zoom: 1;
}

#main:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#flashMessage, .error-message {
	padding: 5px;
	margin-bottom: 10px;
	color: #666;
	background: #fefde2;
	border: 1px solid #e5e181;
}

.error-message {
	margin-top: -8px;
	background: #ffecce;
	border: 1px solid #e9c59b;
}

.text label, .password label {
	display: block;
}

input {
	margin: 0 0 5px 0;
}

/* input[type=submit] {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	display: inline-block;
	min-width: 70px;
	text-align: center;
	color: #444;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	padding: 0 8px;
	line-height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#b81e01));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#b81e01);
	background-image: -moz-linear-gradient(top,#f5f5f5,#b81e01);
	background-image: -ms-linear-gradient(top,#f5f5f5,#b81e01);
	background-image: -o-linear-gradient(top,#f5f5f5,#b81e01);
	background-image: linear-gradient(top,#f5f5f5,#b81e01);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
	border: 1px solid #c62b2b;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background-color: #f2a5a5;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f2a5a5),to(#b81e01));
	background-image: -webkit-linear-gradient(top,#f2a5a5,  #b81e01);
	background-image: -moz-linear-gradient(top,#f2a5a5,  #b81e01);
	background-image: -ms-linear-gradient(top,#f2a5a5,  #b81e01);
	background-image: -o-linear-gradient(top,#f2a5a5,  #b81e01);
	background-image: linear-gradient(top,#f2a5a5,  #b81e01);
} */

/* input[type=submit]:hover {
	border: 1px solid #c6c6c6;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.0s;
	-moz-transition: all 0.0s;
	-ms-transition: all 0.0s;
	-o-transition: all 0.0s;
	transition: all 0.0s;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #c62b2b;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #c6371b;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f2a5a5),to(#b81e01));
	background-image: -webkit-linear-gradient(top,#f2a5a5,#c6371b);
	background-image: -moz-linear-gradient(top,#f2a5a5,#c6371b);
	background-image: -ms-linear-gradient(top,#f2a5a5,#c6371b);
	background-image: -o-linear-gradient(top,#f2a5a5,#c6371b);
	background-image: linear-gradient(top,#f2a5a5,#c6371b);
} */

input[type="checkbox"], input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	width: 13px;
	height: 13px;
	margin: 0 5px 0px 0;
	cursor: pointer;
	vertical-align: bottom;
	background: white;
	border: 1px solid gainsboro;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

input[type=checkbox]:checked, input[type=radio]:checked {
	background: #fff;
}

input[type=radio]:checked::after {
  content: '';
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #666;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

input[type=checkbox]:checked::after {
  content: url(../img/checkmark.png);
  display: block;
  position: absolute;
  top: -6px;
  left: -5px;
}

input[type=checkbox]:focus {
  outline: none;
  border-color:#4d90fe;
}

/* input[type=text], input[type=password] {
	width: 254px;
	height: 24px;
	margin: 5px 0 10px;
	padding: 2px 5px;
	color: #666;
	border: 1px solid #ccc;
	outline: none;
	background: white;
} */

textarea {
	width: 254px;
	height: 101px;
	margin: 5px 0px 10px;
	padding: 2px 5px;
	color: #999;
	border: 1px solid #ccc;
	outline: none;
	resize: none;
}

hr {
	height: 1px;
	margin: 3px 0;
	background: #D3D3D3;
	border: none;
}

.meta {
	margin: 10px 0 0;
	color: #444;
}

a, a:link {
	color: #E15F62 !important;
	text-decoration: none;
}

a:hover {
	color: #ff5f58 !important;
	text-decoration: none;
}

/* a:hover {
	text-decoration: underline;
} */

.submit {
	float: left;
	width: 70px;
	padding: 15px 0 0;
	text-align: left;
}

.box {
	margin: 0 0 20px;
	padding: 15px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.buttons {
	margin: 8px 0px;
	text-align: center;
}

.buttons_btn {
	background: whitesmoke;
	border: none;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	-webkit-box-align: center;
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 6px 3px;
	border-image: initial;
	box-sizing: border-box;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	padding: 0;
	margin: 0;
	overflow: visible;
	font-weight: normal;
	margin-left: 2px;
	display: inline-block
}

.buttons_btn div {
	display: block;
	float: left; 
	height: 30px; 
	padding: 0 30px 0 0; 
	background: url('../images/button-clickfono.png') no-repeat right top whitesmoke;
}
.buttons_btn div span {
	display: block; 
	float: left; 
	height: 30px; 
	line-height: 30px; 
	padding: 0 0 0 30px; 
	font-size: 11px; 
	background: url('../images/button-clickfono.png') no-repeat left top whitesmoke; 
	color: white; 
	font-weight: bold; 
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.buttons_btn div a:hover{text-decoration:none}
.btnLogin:hover div {background-position: right -30px;}
.btnLogin:hover div span{background-position: left -30px;}
.btnLogin:active div {background-position: right -60px;}
.btnLogin:active div span{background-position: left -60px;}
.btnLogin div span {color: #fff !important;padding-left: 30px;font-size: 14px;text-shadow: 1px 2px 2px #113602;}

div#login_error {
	background: none repeat scroll 0 0 #CF765B;
	border: 1px solid red;
	color: white;
	margin: 10px 0;
	padding: 10px;
}

#login_ok {
	border:1px solid #4ab54c;
	background:#60BC50;
	color: white;
	padding:5px;
	margin-bottom: 1em;
}

#login_ok p {
	padding-top: 1em;
	font-weight: 600;
}

.forgotpass {
	text-align: center;
	margin-top: 1em;
}

.new-button, .new-button-submit {
  border-radius: 7px;
  font-size: 12px;
  cursor: pointer;
	padding: 0.5rem 1rem;
	border-radius: 0.375rem;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.new-button {
	background-color: white;
	border: 1px solid #cccccc;
	color: #374151;
}

.new-button:hover {
  color: white !important;
  background-color: #ff5f58;
}

.new-button-submit {
	background-color: #4B1E9B;
	border: 1px solid #4B1E9B;
	color: white;
}

.new-button-submit:hover {
	color: white !important;
	background-color: #ff5f58 !important;
}