/* CSS Document */
/*
	Reachcore Mockup
	Version: 1
*/

/***************************************************************************Base*/
@font-face {
	font-family: 'NunitoSans';
	font-style: normal;
	font-weight: 400;
	src: local('NunitoSans Regular'), local('NunitoSans-Regular'), url('../fonts/NunitoSans/NunitoSans-Regular.ttf') format('truetype');
}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	color: #414141;
	background: #e5e5e5;
	font-family: 'NunitoSans';
	font-size: 100%;
	position: relative;
	height: 97%;
	margin: 0;
	padding: 0;
}

a {
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	color: #4d627b;
	z-index: 2;
	position: relative;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 18px;
	border-bottom: 1px solid #474646;
	margin-bottom: 20px;
	position: relative;
}

	h2 span {
		position: absolute;
		right: 0;
		font-size: .6em;
		/*background-image: url('\\Mac\Home\Downloads\reachcoreTM_70.png');*/
		color: #c13814;
		line-height: 2.1em;
	}

	h2 > object {
		display: inline-block;
		width: 25px;
		vertical-align: top;
	}

h3 {
	color: #6e6e6e;
	font-weight: bold;
	font-size: 1.05em;
	margin: 0 0 8px;
	padding: 0 0 8px;
	border-bottom: 1px solid #474646;
}

p {
	margin-bottom: 10px;
	line-height: 1.2em;
	font-family: Lato, sans-serif;
}

ul {
	list-style: disc;
	margin-bottom: 20px;
}

	ul li {
		font-size: .9em;
		margin-left: 18px;
		margin-bottom: 2px;
	}

em {
	font-style: italic;
	font-weight: bold;
}

span {
	color: black;
}
/***************************************************************************Layout*/
/*header*/
header {
	width: 100%;
	background: #FFF;
	padding: 0;
	border-bottom: 1px solid #eeb500;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
	position: fixed;
	z-index: 999;
}
/*wrappers*/
#wrapper {
	padding-top: 58px;
	min-height: 100%;
	min-height: calc(100% - 60px);
	padding-left: 46px;
	position: relative;
}

.container {
	background: #FFF;
	width: 97%;
	margin: 0 1.5% 20PX;
	display: inline-block;
	vertical-align: top;
	padding: 2%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	box-sizing: border-box;
}

#full {
	width: 99% !important;
	display: inline-block;
	border-right: 1px solid transparent;
}

.half {
	width: 49% !important;
	display: inline-block;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
}

.third {
	width: 33%;
	min-width: 320px;
}

.center {
	margin: 20px auto 20px;
	display: block;
}

.logWrapper {
	min-width: 200px;
	max-width: 348px;
}

.logRegWrapper {
	min-width: 200px;
	max-width: 1000px;
	width: 400px;
}

.noPaddingSide {
	padding: 20px 0;
}

	.noPaddingSide h2, .noPaddingSide p {
		margin: 0 20px 20px;
	}

.form_content {
	min-height: 100%;
	min-height: calc(100% - 60px);
}

.login_register_wrapper .login_wrapper {
	position: static;
	margin-left: -24px;
	background: none;
	vertical-align: top;
}

	.login_register_wrapper .login_wrapper .login_main, .register_wrapper {
		padding: 0 25px;
		background: none;
		box-sizing: border-box;
	}
/*Logos*/
.logo {
	background: url(../images/favicon.png) no-repeat center;
	width: 178px;
	height: 36px;
	display: inline-block;
	margin: 10px 0px;
	background-size: auto 100%;
}

.sub_logo {
	display: inline-block;
	padding: 20px 0px;
}

/*Button*/
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
	padding: 15px 20px;
	display: inline-block;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
}

.btn-full {
	width: 100% !important;
	box-sizing: border-box;
	text-align: center;
}

.btn-half {
	width: 45% !important;
	box-sizing: border-box;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/***************Button types */
/* Button fill */
.btn-fill {
	border: 1px solid #fff;
	color: #fff;
	background: #eeb500;
}
	/* Button fill hover effect */
	.btn-fill:hover,
	.btn-fill:active {
		color: #eeb500;
		background: #fff;
		border: 1px solid #eeb500;
	}

/* button regular*/
.btn-regular {
	border: 1px solid #4d627b;
	background: #FFF;
	color: #4d627b
}
	/* Button regular hover effect */
	.btn-regular:hover,
	.btn-regular:active {
		color: #FFF;
		background: #4d627b;
	}

/* button featured*/
.btn-featured {
	border: 1px solid #ffc50f;
	color: #fff;
	background: #ffc50f;
	vertical-align: top;
}
	/* Button featured hover effect */
	.btn-featured:hover,
	.btn-featured:active {
		color: #ffc50f;
		background: #FFF;
	}

.btn-featured-login {
	border: 1px solid #ffc50f;
	color: #fff;
	background: #ffc50f;
	vertical-align: top;
}
	/* Button featured hover effect */
	.btn-featured-login:hover,
	.btn-featured-login:active {
		color: #ffc50f;
		background: #FFF;
	}
/* button highlight*/
.btn-highlight {
	border: 1px solid #ffc50f;
	color: #ffc50f;
	background: #FFF;
	vertical-align: top;
}
	/* Button highlight hover effect */
	.btn-highlight:hover,
	.btn-highlight:active {
		color: #FFF;
		background: #ffc50f;
	}
/*Icons*/
.header-icons {
	width: 50px;
}

.svg_ico {
	fill: #eeb500;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
}

	.svg_ico .svg_stroke {
	}

/*Positions*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear:after {
	content: ' ';
	width: 0px;
	left: 0px;
	display: block;
	clear: both;
}
/***************************************************************************Module*/
/*Menus*/
.main_menu {
	display: inline-block;
	/* height: 46px; */
	vertical-align: top;
	margin: 0;
}

	.main_menu li {
		/* width: 115px; */
		display: inline-block;
		text-align: left;
		padding: 5px 0;
		position: relative;
		margin: 0;
		background: #eeb500;
		height: 58px;
		vertical-align: top;
	}

		.main_menu li a {
			display: block;
		}

		.main_menu li:hover {
			/* background: #2671a3; */
		}

			.main_menu li:hover > a {
				color: #FFF;
				-webkit-transition: all ease-out 1s;
				-moz-transition: all ease-out 1s;
				-o-transition: all ease-out 1s;
				transition: all ease-out 1s;
			}

		.main_menu li ul {
			display: block;
			position: absolute;
			right: 0;
			top: 58px;
			background: #2671a3;
			width: 95px;
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
			-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
			-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
			max-height: 0px;
			overflow: hidden;
			-webkit-transition: all ease-out .3s;
			-moz-transition: all ease-out .3s;
			-o-transition: all ease-out .3s;
			transition: all ease-out .3s;
		}

ul.main_menu li div p {
	margin: 7px 20px;
	color: #FFF;
}

ul.main_menu li div span {
	color: #FFF;
}

.main_menu li:last-of-type ul {
	/* left: initial; */ right:0;
}

.main_menu li:hover > ul {
	display: block;
	max-height: 500px;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
}

.main_menu li ul li {
	background: none;
	width: 100%;
	/* padding: 10px  0; */
	color: #FFF;
	text-align: center;
	height: initial;
}

	.main_menu li ul li a {
		background: none;
		color: #FFF;
		padding: 10px 10px;
	}

li.options_icon {
	background-image: url(img/opciones_icon.svg);
	background-repeat: no-repeat;
	background-size: 43px;
	width: 95px;
	background-position: center;
	margin-left: -2px;
}

	li.options_icon:hover {
		background-color: #2671a3;
	}
/*Slogan*/
.slogan {
	text-align: center;
	color: #FFF;
	text-shadow: 0px 1px 4px #000;
	font-style: italic;
	font-size: 1.5em;
	margin: 20px 0 0 0;
}

	.slogan h2 {
		border: none;
		font-family: Roboto;
		font-weight: normal;
		margin-bottom: 0px;
	}
/*section title*/
.section_title_cont {
	background: #f5f5f5;
	padding: 20px;
	border-bottom: 1px solid #474646;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	position: relative;
	z-index: 100;
}

	.section_title_cont h2 {
		padding: 0;
		margin: 0;
		border: none;
	}

.regist > .section_title_cont h2 {
	text-align: center;
	font-size: 1.2rem;
}
/*password recovery*/
.log_controls {
	text-align: center;
}
/*input*/
.laber_container_hide {
	padding: 10px 20px;
	position: relative;
	width: 98%;
	display: none;
}

.laber_container {
	padding: 10px 20px;
	position: relative;
	width: 98%;
}

	.laber_container:hover, .laber_container:focus, .curFocus {
		background: #ecf3f9;
	}

	.laber_container input:focus + .tooltip {
		max-width: 60%;
		padding: 0px 20px;
		border: 1px solid #eeb500;
		-webkit-transition: all ease-out 1s;
		-moz-transition: all ease-out 1s;
		-o-transition: all ease-out 1s;
		transition: all ease-out 1s;
		z-index: 99;
	}

	.laber_container span {
		color: #c13814;
	}

	.laber_container p {
		margin: 0px 0px 10px;
	}

	.laber_container label {
		font-weight: bold;
		padding: 0 0 5px;
		display: block;
		font-size: 0.8em;
	}

.tooltip {
	position: absolute;
	right: 20px;
	top: 10px;
	background: #f5f5f5;
	padding: 0px 0px;
	border: 0px solid #eeb500;
	line-height: 2.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 0;
	overflow: hidden;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
	min-height: 53px;
	/*height: auto;*/
}

	.tooltip span {
		color: #eeb500;
	}

div#checklist {
	height: 180px;
	position: absolute;
	bottom: -48px;
	top: initial;
}

	div#checklist:before {
		content: ' ';
	}

.container_file_upload {
	width: 340px;
	height: 35px;
	position: relative;
	display: block;
}

a.upload {
	display: block;
	height: 30px;
}

.file_upload.completo {
	right: initial;
	width: 100%;
	border-radius: 3px;
}

	.file_upload.completo:after {
		content: 'Subir';
		position: absolute;
		top: 10px;
		left: 17px;
	}

	.file_upload.completo:before {
		width: 59px !important;
		left: inherit;
	}

.laber_container.full_input .requerimientos {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

input.text, input[type=text], input[type=password] {
	width: 328px;
	height: 32px;
	border: 1px solid #eeb500;
	color: #888;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
}

textarea {
	border: 1px solid #eeb500;
}

input.file {
	width: 337px;
	height: 34px;
	border: 1px solid #eeb500;
	border-right: 0;
	color: #888;
	padding: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
}

div.file_upload, div.fileUploadControl, div.fileUploadControlCFDI {
	width: 56px;
	height: 34px;
	background: #eeb500;
	display: inline;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	right: 0;
	top: 0;
}

	div.file_upload:before, div.fileUploadControl:before, div.fileUploadControlCFDI:before {
		content: url(img/cloud_icon.png);
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		cursor: pointer;
	}

	div.file_upload input, div.fileUploadControl input, div.fileUploadControlCFDI input {
		position: relative;
		height: 30px;
		width: 66px;
		display: inline;
		cursor: pointer;
		opacity: 0;
	}

/* checkbox */
.checbox {
	width: 82px;
	height: 44px;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #eeb500;
	background: #FFF;
}

	.checbox:after {
		content: '';
		position: absolute;
		top: 21px;
		left: 14px;
		height: 2px;
		width: 52px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		background: #eeb500;
	}

	.checbox label {
		display: block;
		width: 22px;
		height: 22px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
		cursor: pointer;
		position: absolute;
		top: 10px;
		z-index: 1;
		left: 4px;
		background: #FFF;
		border: 1px solid #eeb500;
		padding: 0;
	}

		.checbox label:after {
			content: '';
			position: absolute;
			width: 12px;
			height: 12px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background: #FFF;
			left: 3px;
			top: 3px;
			border: 1px solid #eeb500;
		}

	.checbox input[type=checkbox]:checked + label {
		left: 54px;
	}

		.checbox input[type=checkbox]:checked + label:after {
			background: #00bf00;
		}

input[type=checkbox].simplechecbox {
	visibility: visible;
}

input[type=checkbox] {
	visibility: hidden;
}



/*radio*/
.radio {
	display: inline-block;
	height: 42px;
	border: 1px solid #eeb500;
	color: #888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	position: relative;
	max-width: 50%;
	vertical-align: top;
	background: #FFF;
}

	.radio input[type="radio"] {
		display: none;
	}

	.radio label {
		display: block;
		padding: 12px 12px 12px 35px;
		margin: 0;
		cursor: pointer;
		background: #FFF;
	}

		.radio label:before {
			content: '';
			padding: 8px;
			width: 15px;
			height: 15px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			-webkit-transition: all .4s ease;
			-moz-transition: all .4s ease;
			-o-transition: all .4s ease;
			-ms-transition: all .4s ease;
			transition: all .4s ease;
			cursor: pointer;
			position: absolute;
			top: 13px;
			z-index: 1;
			left: 4px;
			background: #FFF;
			border: 1px solid #eeb500;
			padding: 0;
		}

		.radio label:after {
			content: url(img/check_icon.png);
			max-width: 0;
			overflow: hidden;
			opacity: 0.5;
			transition: all 0.35s;
			position: absolute;
			z-index: 999;
			left: 7px;
		}

	.radio input[type="radio"]:checked + label {
		background: #eeb500;
		color: #FFF;
	}

		.radio input[type="radio"]:checked + label:after {
			max-width: 25px; /*an arbitratry number more than the icon's width*/
			opacity: 1; /*for fade in effect*/
		}

/*date*/
label.date {
	width: 56px;
	height: 34px;
	background: #eeb500;
	display: inline;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 3px 0 0 0;
	right: 0;
	top: 0;
}

	label.date:before {
		content: url(img/calendar1_ico.png);
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		cursor: pointer;
	}
/*dropdown*/
label.dropdown {
	width: 56px;
	height: 36px;
	background: #eeb500;
	display: inline;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px 0 0 0;
	right: 0;
	top: 0;
	pointer-events: none;
}

	label.dropdown:before {
		content: url(img/arrow_icon.png);
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		cursor: pointer;
		pointer-events: none;
	}

select {
	width: 338px;
	height: 36px;
	border: 1px solid #eeb500;
	color: #888;
	padding: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	outline: none;
	cursor: pointer;
}

.pw_checklist p {
	line-height: 3.2em;
	margin: 0;
}

.pw_checklist span {
	color: #c13814;
	font-weight: bold;
}

.pass {
	color: black !important;
}
/*input error*/
input[type=text].input_error, input[type=password].input_error, .login_main input[type=text].input_error, .login_main input[type=password].input_error {
	/*border: 2px solid #c13814!important;*/
	/*background: #FFF!important;*/
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	color: #717171 !important;
}

.input_error::-webkit-input-placeholder {
	color: #717171;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.input_error:-moz-placeholder { /* Firefox 18- */
	color: #717171;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.input_error::-moz-placeholder { /* Firefox 19+ */
	color: #717171;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.input_error:-ms-input-placeholder {
	color: #717171;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
/*error message*/
.errorMessage {
	margin: 0 auto;
	background: url(img/alert.png) no-repeat 22px center #FFF;
	border: #c13814 solid 1px;
	color: #c13814;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	top: -120px;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	opacity: 0;
	max-height: 0;
	padding: 0;
	box-sizing: border-box;
}

	.errorMessage p {
		margin: 0;
	}

	.errorMessage ul, .errorMessage li {
		margin: 0;
		list-style-type: none;
	}

	.errorMessage li {
		margin-bottom: 10px;
	}

	.errorMessage li:last-child {
		margin-bottom: 0;
	}

.errorMessage_on {
	top: 0px;
	-webkit-transition: all ease-out .3s .7s;
	-moz-transition: all ease-out .3s .7s;
	-o-transition: all ease-out .3s .7s;
	transition: all ease-out .3s .7s;
	opacity: 1;
	max-height: 900px;
	padding: 20px 20px 20px 70px;
	margin: 20px auto 0;
	width: 500px;
}

.noPaddingSide > .errorMessage_on {
	margin: 20px;
}

/*Alerts*/
.alert {
	max-height: 900px;
	min-height: 60px;
	min-width: 400px;
	padding: 20px 29px 20px 70px;
	display: none;
}

.b-close {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 8px;
	cursor: pointer;
	background: url(img/close_icon.png);
	top: 8px;
}

.warning {
	border: #FFBB3F solid 3px;
	color: #308bcc;
}

.error {
	background: url(img/error.png) no-repeat 22px center #FFF;
	border: #c13814 solid 3px;
}

.info {
	background: url(img/info.png) no-repeat 22px center #FFF;
	border: #eeb500 solid 3px;
	color: #eeb500;
}

.single {
	background: #FFF;
	border: #eeb500 solid 3px;
	padding: 20px;
	color: #eeb500;
}

/***************************************************************************Tip*/
.tip_container {
	overflow-y: hidden;
	max-height: 0;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
	opacity: 0;
	position: absolute;
	bottom: 44px;
	left: 10%;
	min-width: 200px;
}

.tip_on {
	max-height: 418px;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
	opacity: 1;
}

.tip {
	position: relative;
	width: 95%;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #eeb500 solid 1px;
	color: #eeb500;
	font-weight: bold;
	padding: 2%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.47);
	margin-bottom: 18px;
}

	.tip:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 16px 16px 0;
		border-color: #fff transparent;
		display: block;
		width: 0;
		z-index: 1;
		bottom: -16px;
		left: 12%;
		margin-left: -7%;
	}

	.tip:before {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 16px 16px 0;
		border-color: #eeb500 transparent;
		display: block;
		width: 0;
		z-index: 0;
		bottom: -17px;
		left: 12%;
		margin-left: -7%;
	}

	.tip p {
		margin: 0;
		line-height: 2.2em;
		padding-bottom: 2px;
	}
/***************************************************************************State*/
.no_width {
	width: 0px !important;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

#close {
	position: absolute;
	right: 5px;
	color: #EDEDED;
	font-size: 1.2em;
}

.hidden {
	display: none;
	opacity: 0;
	-webkit-transition: opacity ease-out .3s .7s;
	-moz-transition: opacity ease-out .3s .7s;
	-o-transition: opacity ease-out .3s .7s;
	transition: opacity ease-out .3s .7s;
}

.show {
	display: block !important;
	opacity: 1 !important;
	-webkit-transition: opacity ease-out .3s .7s;
	-moz-transition: opacity ease-out .3s .7s;
	-o-transition: opacity ease-out .3s .7s;
	transition: opacity ease-out .3s .7s;
}
/***************************************************************************Media querys*/
@media all and (max-width: 1300px) {
	.left, .right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}

/***************************************************************************Shame*/
input#captcha_TB_I {
	font-size: 16px;
}

/*captcha*/
div#captcha table {
	width: 100%;
}

div#captcha_IMGD {
	width: 100% !important;
	text-align: center;
}

td.dxcaRefreshButtonCell_Moderno a {
	color: #FFF !important;
	text-align: center;
}

td.dxcaRefreshButtonCell_Moderno {
	text-align: center;
	padding: 10px 0 !important;
}

label.dxcaTextBoxLabel_Moderno, label.dxcaTextBoxLabel_Youthful, span#captcha_RTS {
	width: 100%;
	display: block;
	text-align: center;
	color: #4d627b;
}

table#captcha_TB {
	width: 100% !important;
	margin: 20px 0 0;
}

td#captcha_TB_EC {
	text-align: center;
	padding: 0 0 20px;
	color: #c13814;
	font-weight: bold;
}

table#captcha_LPV {
	position: relative;
}

	table#captcha_LPV > tr {
		text-align: center;
	}

td.dx {
	vertical-align: middle;
}

table#captcha_LPV tbody tr {
	width: 50% !important;
}

table#captcha_LPV {
	width: 132PX !IMPORTANT;
	left: 50% !important;
	margin-left: -66px;
}

table#captcha_LP {
	margin: 0 auto;
}

form#formPermisosPorEstado input[type=checkbox] {
	visibility: visible;
}
/*password*/
.pw_strengthIndicator .strength {
	border-top: 6px solid #eee;
	display: inline-block;
	padding: 3px;
	padding-top: 6px;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
}

	.pw_strengthIndicator .strength.weak.pass {
		border-top-color: #cf2338;
	}

	.pw_strengthIndicator .strength.medium.pass {
		border-top-color: #f2fb2b;
	}

	.pw_strengthIndicator .strength.strong.pass {
		border-top-color: #07860e;
	}

.pw_checklist ul {
	list-style: none;
	padding: 0;
	width: 342px;
}

	.pw_checklist ul li {
		padding: 2px;
		display: block;
		padding-left: 18px;
		background-image: url(img/cross.png);
		background-repeat: no-repeat;
		background-position: left;
		line-height: 21px;
		margin: 0;
	}

		.pw_checklist ul li.pass {
			background-image: url(img/tick.png);
		}
/***************************************************************************Unprocessed*/
.sub_logo p {
	line-height: 3em;
	padding: 0;
	margin: 0;
	color: #eeb500;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
}

.menu_left {
	position: absolute;
	right: 0;
	display: inline-block;
	top: 0;
}
/*footer*/
footer {
	background: #FFF;
	text-align: center;
	padding: 20px 20px 10px;
	border-top: 1px solid #eeb500;
	color: #4d627b;
	position: relative;
	z-index: 999;
}

.half_wrapper {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 1.5%;
}

/*title*/
.title_cont {
	padding: 20px 40px;
}

/*half-container*/
.half_container {
	background: #FFF;
	width: 98%;
	margin: 0 0 20px 0;
	display: inline-block;
	vertical-align: top;
	padding: 2%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}

.total_wrapper {
	width: 98%;
	margin: 0px auto;
	display: block;
}

.half_wrapper.total_wrapper > .half_container {
	width: 96%;
	margin: 0 0 20px 0;
}

.half_item img {
	display: inline-block;
	width: 24%;
	margin-right: 1%;
	max-width: 151px;
}

.half_list_info {
	display: inline-block;
	width: 74%;
	vertical-align: top;
}

.half_item {
	margin: 0 0 20px;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 0 20px;
	list-style: none;
}

/*download icons*/
.download_ico {
	background: url(img/exportar_icon.png) center top no-repeat;
	display: inline-block;
	padding: 30px 10px 0px;
}

/*button navigation*/
.button_container1 {
	width: 341px;
	margin: 20px;
}

.left_side-buttons {
	display: inline-block;
	text-align: left;
	width: 50%;
	vertical-align: top;
}

.right_side-buttons {
	display: inline-block;
	text-align: right;
	width: 49%;
	vertical-align: top;
}

.section_controls {
	padding: 20px 0 0;
	vertical-align: top;
}
/*test grid*/
table.grid {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	font-size: .83em;
}

	table.grid th {
		background: #365b84;
		color: #FFF;
		border-left: 1px #FFF solid;
		border-right: 1px solid #FFF;
		padding: 20px;
		min-width: 83px;
		max-width: 70px;
	}

	table.grid td {
		padding: 14px 1px 8px;
		border-bottom: 1px solid #ccc;
	}

		table.grid td.left-align {
			text-align: left !important;
			padding-left: 5px;
		}

tr.filters td {
	background: #ccc;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

/*Login*/
.login_bg {
	background: url(images/logo.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/logo.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale')";
	min-height: 100%;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	padding: 58px 43px 0 43px;
	
	
}

.login_wrapper {
	width: 340px;
	min-height: 300px;
	text-align: center;
	color:#4d627b;
	position: relative;
	left: 50%;
	margin: 95px 0 0 -174px;
}

.login_main, .wrapper-registra, .wrapper-registra-invitacion, .login_register_wrapper {
    background: #fff;
	/*background: rgba(88, 139, 200, 0.85);*/
	border-radius: 3px;
	padding: 20px;
}

	.login_main h1, .register_wrapper h1 {
		font-size: 2em;
		padding-bottom: 20px;
		/*font-style:italic;*/
		/*text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.62);*/
	}

	.login_main input[type=text], .login_main input[type=password], .register_wrapper .laber_container input[type=text], .register_wrapper .laber_container input[type=password], #defaultReal {
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 10px 0;
		/*border: 1px solid #FFF;*/
		border-top: none;
		background: none;
		/*color: #FFF;*/
		text-align: center;
		margin-bottom: 20px;
		font-size: 1.1em;
		box-sizing: content-box;
	}

#full.register_wrapper .laber_container input[type=text], #full.register_wrapper .laber_container input[type=password] {
	width: 50%;
}

.register_wrapper .laber_container .tooltip {
	width: 35%;
	background: none;
	top: 0;
	height: 48px;
	line-height: 3em;
	transition: none;
}

.register_wrapper .laber_container input:focus + .tooltip {
	border: 1px solid #4d627b;
}

.register_wrapper .laber_container .tooltip#checklist {
	height: 180px;
	top: auto;
	bottom: 20px;
}

#full.register_wrapper .laber_container .tooltip#checklist > .pw_checklist ul li.pass, #full.register_wrapper .laber_container .tooltip > .pw_checklist p .pass {
	color: #4d627b !important;
}

#full.register_wrapper .laber_container .tooltip > .pw_checklist p {
	line-height: 3em;
}

.log_controls a {
	display: inline-block;
	text-align: center;
	width: 50%;
	color: #4d627b;
	text-decoration: underline;
	font-size: 1.2em;
	line-height: 2.97em;
}

.password_recovery a {
	color: #4d627b;
}

.password_recovery:hover > a {
	/*text-shadow: 1px 1px 1px #000;*/
}

.log_controls input[type=button], .log_controls input[type=submit] {
	font-size: 1em;
}

.menu_button_wrapper {
	padding: 20px 10px;
	display: inline-block;
	vertical-align: top;
}

::-webkit-input-placeholder {
	color: #4d627b;
}

:-moz-placeholder { /* Firefox 18- */
	color: #4d627b;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #4d627b;
}

:-ms-input-placeholder {
	color: #4d627b;
}

.wrapper-registra {
	margin: 20px 0;
}

	.wrapper-registra p {
		/*text-shadow: 0px 1px 2px #000, 0px 1px 2px #000;*/
		font-size: 1.2em;
		font-weight: bold;
	}

.wrapper-registra-invitacion {
	width: 340px;
	margin: 0 auto 20px;
	color: #4d627b;
	overflow: hidden;
	position: relative;
}

	.wrapper-registra-invitacion p {
		/*text-shadow: 0px 1px 2px #000, 0px 1px 2px #000;*/
		font-size: 1.2em;
		font-weight: bold;
	}
/*Login_reguistra*/
.login_register_wrapper {
	margin: 0 auto 20px;
	color: #4d627b;
	overflow: hidden;
	position: relative;
}

.register_wrapper {
	width: 375px;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
	position: relative;
}

	.register_wrapper.half {
		border-right: 1px #FFF solid;
	}

	.register_wrapper .laber_container {
		background: none;
		padding: 0;
	}

		.register_wrapper .laber_container input[type=text], .register_wrapper .laber_container input[type=password] {
			text-align: left;
			height: 53px;
			padding: 0px 20px;
			box-sizing: border-box;
			max-width: 435px;
			min-width: 389px;
		}
/*error bubles*/
.errorBubble_container {
	overflow-y: hidden;
	max-height: 0;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
	opacity: 0;
}

.errorBubble_on {
	max-height: 418px;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
	opacity: 1;
}

.errorBubble {
	position: relative;
	width: 95%;
	background: #fee0d8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #c13814 solid 1px;
	color: #c13814;
	font-weight: bold;
	padding: 2%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.47);
	margin-bottom: 18px;
}

	.errorBubble:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 16px 16px 0;
		border-color: #fee0d8 transparent;
		display: block;
		width: 0;
		z-index: 1;
		bottom: -16px;
		left: 50%;
		margin-left: -7%;
	}

	.errorBubble:before {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 16px 16px 0;
		border-color: #c13814 transparent;
		display: block;
		width: 0;
		z-index: 0;
		bottom: -17px;
		left: 50%;
		margin-left: -7%;
	}

	.errorBubble p {
		margin: 0;
		line-height: 2.2em;
		padding-bottom: 2px;
	}

.errorProc1 {
	min-width: 200px;
	max-width: 582px;
	margin: 20px auto;
	background: url(img/alert.png) no-repeat 22px center #FFF;
	border: #c13814 solid 1px;
	color: #c13814;
	font-weight: bold;
	padding: 20px 20px 20px 70px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	top: -120px;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	opacity: 0;
}

.password_recovery {
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
	margin: 0;
	max-height: 40px;
	border-radius: 3px;
	padding: 20px 0 0px;
}

.lost {
	margin: 0px 0 0px;
	-webkit-transition: all ease-out .3s .7s;
	-moz-transition: all ease-out .3s .7s;
	-o-transition: all ease-out .3s .7s;
	transition: all ease-out .3s .7s, background ease-out .3s;
	max-height: 500px;
}

	.lost a {
		text-shadow: none;
		font-size: 1.2em;
		-webkit-transition: all ease-out .3s;
		-moz-transition: all ease-out .3s;
		-o-transition: all ease-out .3s;
		transition: all ease-out .3s;
		/*text-shadow: 1px 1px 1px #000;*/
	}

	.lost:hover > a {
		/*text-shadow: 1px 1px 11px #000;*/
	}

	.lost:hover > a {
		color: #4d627b;
	}

.login_wrapper2 {
	color: #FFF;
	position: relative;
	margin: 0 auto;
	width: 348px;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.loginForm_wrapper {
	width: 348px;
	height: 300px;
	text-align: center;
	display: inline-block;
}

.error_wrap {
	width: 673px;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.captcha_demo h3 {
	color: #FFF;
	text-align: center;
	border: none;
	padding: 20px 0;
}
/*Popup to process*/
.overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.58);
	z-index: 999;
}

.half {
	width: 50%;
	position: relative;
}

.popup {
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	overflow-y: auto;
}

.popup_position {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -22% 0 0 -25%;
}

.height_wrapper {
	height: 100%;
}

	.height_wrapper h2 {
		margin-top: 0;
	}

	.height_wrapper p {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 1.2em;
	}

div#subir_archivo {
	height: 275px;
}

	div#subir_archivo p {
		font-family: Lato;
	}

.laber_container.full_input {
	padding: 0;
	margin-bottom: 20px;
}

	.laber_container.full_input:hover {
		background: none;
	}

.full_input > .container_file_upload {
	width: 100%;
}

.full_input input.file {
	width: 100%;
	box-sizing: border-box;
	height: 35px;
}

.full_input label {
	font-size: 13px;
}

ul.summary {
	padding-left: 20px;
}

	ul.summary li {
		font-size: 14px;
		padding-bottom: 5px;
	}

.summary span {
	color: #eeb500;
}

	.summary span.summary_error {
		color: #C23814;
	}

.result_cont {
	border: 1px solid #eeb500;
	border-radius: 3px;
	text-align: center;
	margin: 10px 0;
	max-height: 900px;
	overflow-y: auto;
	min-height: 67px;
}

	.result_cont table {
		border-collapse: collapse;
		width: 100%;
	}

		.result_cont table td, table th {
			border: 1px solid #eeb500;
			padding: 10px;
			line-height: 1.5em;
			font-size: .8em;
		}

		.result_cont table th {
			padding: 10px;
			color: #eeb500;
			background: none repeat scroll 0% 0% transparent;
		}

		.result_cont table tr:first-child th {
			border-top: 0;
		}

		.result_cont table tr:last-child td {
			border-bottom: 0;
		}

		.result_cont table tr td:first-child,
		.result_cont table tr th:first-child {
			border-left: 0;
		}

		.result_cont table tr td:last-child,
		.result_cont table tr th:last-child {
			border-right: 0;
		}

.right_side-buttons {
	display: inline-block;
	text-align: right;
	width: 100%;
	vertical-align: top;
	padding: 20px 0;
}

a.btn-highlight {
	border: 1px solid #ffc50f;
	color: #ffc50f;
	background: #FFF;
	vertical-align: top;
}

a.btn-fill {
	border: 1px solid #fff;
	color: #fff;
	background: #eeb500;
}

input.btn-highlight {
	border: 1px solid #ffc50f;
	color: #ffc50f;
	background: #FFF;
	vertical-align: top;
}

input.btn-fill {
	border: 1px solid #fff;
	color: #fff;
	background: #eeb500;
}

.loading {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	display: none;
	left: 0;
}

	.loading img {
		position: relative;
		top: 50%;
		left: 50%;
		margin: -18px 0 0 -27px;
		display: block;
	}

	.loading span {
		position: relative;
		top: 50%;
		color: #eeb500;
		margin: 0 auto;
		display: block;
		width: 87px;
		text-align: center;
	}

.show {
	display: block;
}
/*UI fixes*/
.ui-dialog .ui-dialog-content {
	padding: 0;
}

.rc-ui.mainTitle h2 {
	font-size: 22px;
	padding: 0;
	border: 0;
	margin: 0;
}

.ui-widget-header {
	background: none;
	border: none;
	position: absolute;
	top: 0;
}

.psfErrorLabel {
	color: red;
}

.linkHelpFile {
	float: right;
}

	.linkHelpFile a {
		background-image: url(img/help_icon.png);
		display: block;
		height: 24px;
		width: 24px;
		margin-right: 36px;
		background-repeat: no-repeat;
	}

.configurar_archivo {
	height: 150px;
}

.preview_archivo_ayuda {
	margin-top: 10px;
	display: inline-block;
	-webkit-transition: all ease-out 1s;
	-moz-transition: all ease-out 1s;
	-o-transition: all ease-out 1s;
	transition: all ease-out 1s;
}

.grid_column_descripcion {
	text-align: left;
	padding: 5px;
}

	.grid_column_descripcion h4, hr, ul {
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.grid_column_descripcion p {
		margin-left: 10px;
	}

.header-masivo {
	margin: 0 0 15px 0;
}

.list-cfdis {
	list-style: none;
	margin-left: 0;
	padding-left: 5px;
}

	.list-cfdis > li {
		border-bottom: 1px solid #f0f0f0;
		margin-left: 0;
		margin-top: 15px;
	}

		.list-cfdis > li > label {
			margin-left: 15px;
		}

.container-cfdis {
	margin: 0 0 25px 0;
}

.fix-container {
	max-height: 450px;
}

.header-border {
	border-bottom: 1px solid #eeb500 !important;
	margin-bottom: 15px !important;
	padding-bottom: 2px !important;
}

.button_delete_repeat {
	background: url(img/close_icon.png) no-repeat;
	cursor: pointer;
	float: right;
	width: 20px;
	height: 20px;
	border: none;
}


.title {
	margin-bottom: 4px;
}

.section-container {
	margin: 30px 0;
}

.code {
	padding: 4px;
}

	.code > pre > code {
		font-family: monospace;
	}

.table_attributes {
	margin-bottom: 80px;
}

.attributes_title {
	margin: 8px 0;
}

.section_title {
	margin: 16px 0px;
}

	.section_title > h3 {
		display: inline;
	}

.list_horizontal {
	display: inline;
}

	.list_horizontal > li {
		display: inline;
	}

.code_style > ul {
	list-style-position: inside;
}

.object_definition > a {
	margin-left: 4px;
	color: #eeb500;
}

.breadcumbs {
	margin: 4px 0 0 0;
}

	.breadcumbs > span {
		font-size: small;
		color: #000;
	}

div#tabs {
	border: 1px solid #eeb500 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #eeb500 !important;
}

.ui-tabs-vertical .ui-tabs-nav li {
	border-bottom: 1px solid #eeb500 !important;
}

	.ui-tabs-vertical .ui-tabs-nav li a {
		color: #4d627b;
	}

.ui-widget-content {
	color: #4d627b !important;
}

.ui-tabs-vertical .ui-tabs-panel {
	border-left: 1px solid #eeb500 !important;
}

.ui-widget-header {
	background: #4d627b !important;
}

.login_wrapper .login_disable {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transform: scale(1.1);
	width: 100%;
	height: 100%;
	z-index: 3
}

.loader {
	border: 3px solid #ffc50f;
	border-radius: 50%;
	border-top: 3px solid #fff;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	display: inline-block;
}

	.loader.animate {
		-webkit-animation: spin 3s linear infinite;
		animation: spin 2s linear infinite;
	}

.hide {
	display: none;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.login_main input[type=text].dxeEditAreaSys {
	border: 1px solid #eeb500 !important;
	border-top: none !important;
	color: #888;
	padding: 10px 0;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

