/*ICON MOON*/
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?ik4658');
	src:  url('../fonts/icomoon.eot?ik4658#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?ik4658') format('truetype'),
	url('../fonts/icomoon.woff?ik4658') format('woff'),
	url('../fonts/icomoon.svg?ik4658#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inactiveLink {
	pointer-events: none;
	cursor: default;
	background: #cacaca !important;
	color: #ffffff !important;
}

.icon-exclamacion:before {
	content: "\e906";
}
.icon-update:before {
	content: "\e900";
}
.icon-security:before {
	content: "\e901";
}
.icon-environment:before {
	content: "\e902";
}
.icon-invoice:before {
	content: "\e903";
}
.icon-monitor:before {
	content: "\e904";
}
.icon-stats:before {
	content: "\e905";
}
.icon-calendar:before {
	content: "\e953";
}
.icon-printer:before {
	content: "\e954";
}
.icon-undo2:before {
	content: "\e967";
}
.icon-pie-chart:before {
	content: "\e99a";
}
.icon-stats-bars:before {
	content: "\e99c";
}

/*ETC*/
body, html {
	height: 100%;
	margin: 0;
	background: #f1f1f1;
}
h1, h2, h3 {
	font-family: 'Lato', sans-serif;
	font-family: 'Raleway', sans-serif;
}
.factura {
	font-family: "Times New Roman", Times, serif;
}
#app{
	background: #00aaff;
}
.app{
	background-color: white;
}

/*APP LAYOUT*/
.bg {
	/*background-image: url("/images/companias/girl-budgeting.jpg");*/
	/*background-image: url("/images/companias/girl-budgeting.jpg");*/
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background: #00aaff;
}
.bgimg {
	/*background-image: url('/images/companias/girl-budgeting.jpg');*/
	background: #00aaff;
}
.head-content {
	margin-bottom: 25px;
}
.head-content-app {
	text-align: center;
}
.head-content-app h2 {
	text-align: center!important;
}
.modal-cont {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.modal-cont .modal-header {
	padding: 40px 50px!important;
	color: white;
}
.modal-header .close {
	font-size: 40px;
	color: white;
	z-index: 85;
	position: relative;
	opacity: 1;
	outline: 0;
}
.modal-header-positive {
	background: #00aaff;
}
.modal-header-negative {
	background: #ca4545;
}
.modal-cont .modal-cont {
	padding: 40px 50px!important;
}
.modal-cont .modal-body {
	padding: 0px!important;
}
.modal-cont .modal-footer {
	border: 0!important;
	margin-top: 20px;
	padding: 0px!important;
}
.modal-cont .modal-footer .cta {
	margin: 0 0 0 15px!important;
	float: right!important;
	border: 0!important;
}



/*COLLAPSE*/
.navbar-default .navbar-collapse {
	text-align: center;
}
.navbar-default .navbar-collapse .dropdown-menu {
	text-align: left;
}
.navbar-brand {
	padding: 2px!important;
}
.navbar-brand img {
	max-width: 100px!important;
}

.breadcrumb {
	background: none;
	margin: 2px 0 0 20px;
}
.tab-content {
	-webkit-box-shadow: 0px 0px 25px 4px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 25px 4px rgba(204,204,204,1);
	box-shadow: 0px 0px 25px 4px rgba(204,204,204,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 50px;
	/*margin-bottom: 50px;*/

}
.nav-tabs .active {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 10px 0 #fff, 0 0 10px #ccc;
}
.nav-tabs .active, .tab-content {
	border: 0!important;
	background: white;
	overflow: hidden;
}
.nav-tabs li {
	float: left!important;
	width: 33.33%!important;
}
.nav-tabs .active a {
	background: white!important;
	border: 0!important;
}
.nav-tabs>li>a:hover {
	background: transparent!important;
}
.tab-title {
	text-align: center;
	margin-bottom: 60px;
}

/*LOGIN*/
.auth-cont {
	background-color: white;
	margin-top: 50px;
	margin-bottom: 80px;
	padding: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.7); 
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.7);
}
.auth-cont h2 {
	margin-left: 30px;
	font-size: 26px;
}
.login-containter {
	width: 80%;
	margin: 50px auto;
}
.register-containter {
	
}
.cta {
	padding: 8px 15px!important;
	font-size: 18px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	border: 0!important;
}
.cta:hover, .cta:focus {
	color: white;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.tr-link:hover .cta {
	background: #088fd3!important;
	color: white!important;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.cta-main {
	background-color: #00aaff;
	color: white!important;
}
.cta-main:hover {
	background: #088fd3!important;
}
.cta-secondary {
	border: 2px solid #088fd3!important;
	color: #00aaff!important;
	padding: 6px 13px!important;
}
.cta-secondary:hover {
	background: #00aaff!important;
	border-color: #00aaff!important;
	color: white!important;
}
.cta-siguiente {
	margin: 12px 20px 0 20px;
}
.cta-full {
	width: 100%!important;
	margin: 0;
	float: left;
	text-align: center;
}
.cta-negative {
	color: #fff;
	background: #636b6f!important;
}
.cta-back {
	float: right;
	margin: 20px 0 40px 0;
}
.cta-back:hover {
	background: #353a3c!important;
	border-color: #353a3c!important;
}
.cta-negativë:hover {
	background: #636b6f!important;
	border-color: #636b6f!important;
}
.cta-danger {
	background: #ca4545!important;
	cursor: pointer;
	color: white;
}
.cta-danger:hover, .cta-delete:hover {
	background: #9c3535!important;
	color: white;
}
.cta-delete {
	background: #ca4545!important;
}
.actions {
	padding: 0;
}
.actions .cta, .actions {
	float: left;
}
.actions .cta {
	margin: 12px 12px 0 0;
}
.buttonDisabled {
	color: #fff!important;
	background-color: #ccc!important;
	border-color: #ccc!important;
}
.buttonDisabled:hover {
	color: #fff!important;
	cursor: default!important;
	background-color: #ccc!important;
	border-color: #ccc!important;
}
.features-cont {
	display: none;
}
.features {
	list-style-type: none!important;
	overflow: hidden;
	margin-top: 55px;
}
.features span {
	font-size: 70px;
	margin: 15px 0;
	color: #088fd3;
}
.features p {
	margin: 5px 0 0 10px;
}
.features p span {
	font-size: 16px;
	font-weight: bold;
	color: black;
}
.feature {
	margin: 25px 0;
}
.tittle {
	text-align: center;
	margin-left: 0!important; 
}
.form-actions a {
	float: left;
}
.form-actions button {
	float: right;
}

/*ACCESOS*/
.list-inline li img {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	margin-right: 10px;
}

/*WIZARD*/
.wizard-cont img {
	display: block;
	width: 200px;
	margin: 20px auto;
}
.wizard-cont h2, .wizard-cont p {
	text-align: center;
}
.wizard_horizontal ul.wizard_steps {
	display: table;
	list-style: none;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 40px 0;
}
.wizard_horizontal ul.wizard_steps li {
	display: block;
	text-align: center;
	width: 25%;
	float: left;
}
.form_wizard .loader {
	display: none
}
.wizard_horizontal ul.wizard_steps li a {
	width: 100%;
}
.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
	display: block;
	position: relative;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	color: #666;
	text-decoration: none;
	cursor: auto;
}
.wizard_horizontal ul.wizard_steps li a:before {
	content: "";
	position: absolute;
	height: 4px;
	background: #ccc;
	top: 20px;
	width: 100%;
	z-index: 4;
	left: 0;
}
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
	background: #ccc;
	cursor: auto;
}
.wizard_horizontal ul.wizard_steps li a .step_no {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	display: block;
	margin: 0 auto 5px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 5;
	cursor: pointer;
}
.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
	background: #1a6c94;
	background: #1a6c94;
	color: #fff;
}
.actionBar {
	float: right;
	padding-bottom: 30px;
}
.actionBar a, .actionBar button {
	float: left;
}
.form_wizard .msgBox {
	display: none
}
.alert-info {
	text-align: center;
}
.alert-info .close span {
	font-size: 33px;
}
.center-flexbox span {
	font-size: 35px;
	padding-right: 10px;
}
.center-flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*CONFIG*/

a.user-profile {
	color: #5E6974 !important
}
.user-profile img {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	margin-right: 10px
}

.config-row a {
	text-decoration: none;
	display: block;
}
.config-row-cont {
	
	margin-bottom: 20px;
	overflow: hidden;
}
.config-cont {
	text-align: center;
	padding: 40px;
	width: 100%;
	background: white;
	min-height: 262px;
	-webkit-box-shadow: 0px 0px 33px 8px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 33px 8px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 33px 8px rgba(0,0,0,0.21);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 20px 0 0 0;
}
.config-cont:hover {
	-webkit-box-shadow: 0px 0px 44px 16px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 44px 16px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 44px 16px rgba(0,0,0,0.21);
}
.config-cont:hover i {
	color: #130568;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.config-cont i {
	font-size: 60px;
	color: #00aaff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.config-cont h2 {
	color: #585858;
}
.config-cont p {
	color: #808080;
}

/*MI CUENTA*/
.x_title {
	text-align: center;
	margin: 40px auto;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}
.cta-new {
	margin-left: 15px;
	float: right;
	padding: 8px 15px!important;
	font-size: 18px;
	margin-top: -44px;
}

/*CUENTAS*/

.accounts-cont h2, .index-cont h2, .no-index-cont h2 {
	text-align: left;
}
.accounts-cont .actions {
	width: 100%;
}
.accounts-cont .actions .cta {
	width: 100%;
	text-align: center;
}
.accounts-cont, .index-cont, .no-index-cont {
	padding: 40px;
	background: white;
	-webkit-box-shadow: 0px 0px 33px 8px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 33px 8px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 33px 8px rgba(0,0,0,0.21);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.no-index-cont {
	padding: 70px 40px 40px 40px;
	/*margin-bottom: 70px;*/
	overflow: hidden;
}
.no-index-cont-company {
	padding: 20px 40px 40px 40px;
}
.cont-accesos {
	margin-bottom: 50px;
}
.cont-accesos .actions .cta {
	margin: 12px 12px 12px 0!important
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background: unset;
}
.tr-link {
	cursor: pointer;
}
/*
.wizard_horizontal ul.wizard_steps li a.selected {
    background: #00aafe;
}
*/
.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
	background: #150769;
	background: #00aafe;
	color: #fff;
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
	left: 50%;
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
	right: 50%;
	width: 50%;
	left: auto;
}
.wizard_steps .anchor .selected:hover {
	cursor: pointer;
}

/*MEDIA QUERIES*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.login-containter {
		width: 70%;
	}
	
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.login-containter {
		width: 60%;
	}
	.config-cont {
		margin: auto;
		padding: auto;
	}
	.config-row {
		padding: 40px 0;
	}

	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.login-containter {
		width: 50%;
	}
	.features-cont {
		display: block;
	}
	/*NAV BAR*/
	.nav-outside {
		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important;
	}
	.nav-outside .navbar-right {
		margin-top: 16px;
		height: 40px!important;
	}
	.navbar-default {
		background-color: white;
		height: 69px;
		-webkit-box-shadow: 0px 0px 25px 4px rgba(204,204,204,1);
		-moz-box-shadow: 0px 0px 25px 4px rgba(204,204,204,1);
		box-shadow: 0px 0px 25px 4px rgba(204,204,204,1);
	}
	.navbar-default ul, .navbar-default ul li {
		height: 67px;
	}
	.navbar-default ul li a {
		padding: 22px;
	}
	.dropdown a {
		padding: 19px!important;	
	}
	.dropdown-menu, .dropdown-menu li {
		height: initial!important;
	}
	.dropdown-menu li a {
		padding: 5px 10px!important;	
	}
	.navbar-brand {
		padding: 3px 0;
		height: auto;
	}
	.nav-config-bar {
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		background: #fff;
		margin-top: 0;
		border: 1px solid #D9DEE4;
		-webkit-box-shadow: none;
		right: 0;
		left: auto;
	}
	.nav-config {
		margin-top: 12px!important;
	}
	.navbar-header h2 {
		float: left;
		margin: 18px 0 0 40px;
		color: #ccc;
	}
	.nav-config li {
		width: 100%;
		display: inline-block;
		float: right;
		position: static;
		margin-right: 15px;
	}
	.submenu li {
		margin-right: 0px;
	}
	.nav-config li a {
		width: 100%;
		padding: 8px 20px!important;
	}
	.dropdown-menu i {
		margin-top: 7px;
	}
	.navbar-brand {
		padding: 3px 0!important;
	}
	.navbar-brand img {
		max-width: 150px!important;
	}
}
/*CHANGING GENERAL BREAKPOINT*/
@media (max-width: 992px) {
	.navbar-default .navbar-collapse .dropdown-menu {
		text-align: center;!important;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}