body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

::selection {
    background: #31353D;
    color: #fff;
    text-shadow: none;
}

input[type=button], input[type=button]:hover,
button, button:hover,
a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flash-animation{
	-webkit-animation: flash ease-in-out 1s infinite;
	animation: flash ease-in-out 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; }
	50% { opacity: .1; }
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; }
	50% { opacity: .1; }
	100% { opacity: 1; }
}

.strong {
	font-weight: 700;
}

/* jota css */

h1, h2, h3, h4{
	font-family: 'Josefin Sans', sans-serif;
}
.cd-side-nav{
	padding-top:70px;
}
.logo-empresa{
	text-align:center;
	width:250px;
}
.logo-empresa > img {
	max-height: 70px;
	width: auto;
}
.cd-main-header {
	height: 56px;
}
.cd-main-header .cd-logo img {
	max-height: 38px;
	max-width: 188px;
}
.cd-nav-trigger {
    margin-top: 8px;
}
a.cd-nav-trigger:hover, a.cd-nav-trigger:focus{
	color:transparent;
}

@media only screen and (max-width: 1170px) {
	.logo-empresa{
		display:none;
	}
	.cd-side-nav{
		padding-top:59px;
	}
}

/*menu lateral*/
.cd-side-nav { 
    background-color: #ececec;
}
.cd-side-nav .cd-label {
    color: #9e9e9e;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (min-width: 768px){
	.cd-side-nav .active > a {
		box-shadow: inset 3px 0 0 #567cff;
		background-color: #f7f7f7;
	}
}
.cd-side-nav > ul > li > a {
	color:#31353d;
	font-size:15px;
	font-weight:500;
}
.has-children ul {
    background-color: #f7f7f7;
}
.cd-side-nav a {
    color: #31353d;
}
.cd-side-nav a:hover {
    color: #567cff;
	text-decoration:none;
}
@media only screen and (min-width: 1170px){
.cd-side-nav > ul > li:not(.action-btn):hover > a {
    background-color: #f7f7f7;
}
}
.cd-side-nav .count {
    background-color: #567cff;
}

.cd-side-nav > ul > li.ico1 > a::before {
	background:url(img/ico1.png) no-repeat 0px 0px;
	height:20px;
}
.cd-side-nav > ul > li.ico2 > a::before {
	background:url(img/ico2.png) no-repeat 0px 0px;
	height:20px;
}
.cd-side-nav > ul > li.ico3 > a::before {
	background:url(img/ico3.png) no-repeat 0px 0px;
	height:20px;	
	width:20px;
}
.cd-side-nav > ul > li.ico4 > a::before {
	background:url(img/ico4.png) no-repeat 0px 0px;
	height:20px;
}
.cd-side-nav > ul > li.ico5 > a::before {
	background:url(img/ico5.png) no-repeat 0px 0px;
	height:20px;
	width:20px;
}
.cd-side-nav > ul > li > a > span {
	position: absolute;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}
.cd-side-nav > ul > li > a > span {
	left: 5%;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-side-nav > ul > li.no-ico > a::before {
	background: none;
}
.cd-main-content .content-wrapper {
	padding-right: 4px;
	padding-left: 4px;
}
@media only screen and (min-width: 768px){
	.cd-side-nav > ul > li > a > span {
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 2.4em;
	}
.cd-side-nav .has-children.selected > a {
    background-color: #f7f7f7;
	color:#567cff;
	text-decoration:none;
}
}
@media only screen and (min-width: 768px){
	.no-touch .has-children ul a:hover {
		color: #a9bcff;
		text-decoration:none;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-side-nav > ul > li > a > span {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 18px;
	}
	.cd-side-nav {
		width: 249px;
	}
}
@media only screen and (max-width: 1170px) {
	.cd-main-content .content-wrapper {
		width: 85%;
		width: calc(100% - 110px);
	}
}
@media only screen and (max-width: 767px){
	.cd-main-content .content-wrapper {
		width: 100%;
	}
}
@media only screen and (min-width: 1170px) and (max-width: 1386px) {
	.cd-main-content .content-wrapper {
		width: 78.7%;
		width: calc(100% - 249px);
	}
}
@media only screen and (min-width: 1387px) {
	.cd-main-content .content-wrapper {
		width: 81.8%;
		width: calc(100% - 249px);
		padding-right: 4px;
		padding-left: 4px;
	}
}

/*inicio*/
.tit-inicio h1{
	font-size:44px;
	padding-top:0px;
	margin-top:0px;
	color:#31353d;
	font-weight:700;
	text-transform:uppercase;
}

.tit-inicio h1 span{
	display:block;
	padding:5px 0;
	font-size:26px;
	font-weight:400;
}

.tit-inicio h1 span.inf{
	display:block;
	font-size:20px;
	text-transform:none;
}
.tit-inicio h1 span.inf a {
	color: inherit;
}
.resumen-inicio{
	font-family: 'Josefin Sans', sans-serif;
	color:#31353d;
	font-size:20px;
	font-weight:600;
	text-align:center;
	margin-top:25px;
	border-top:1px solid #eaeaeb;
}
.resumen-inicio span{
	font-size:60px;
	display:block;
}

.resumen-inicio .col-sm-4{
	border-right:1px solid #eaeaeb;
}
.resumen-inicio .col-sm-4:last-child{
	border-right:0px;
}
.resumen-inicio a{
	display:inline-block;
	font-size:14px;
	color:#567cff;
	padding:4px 15px 4px 15px;
	border:2px solid #567cff;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-top:10px;
    font-family: 'Open Sans', sans-serif;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

}
.resumen-inicio a:hover{
	background:#567cff;
	color:#fff;
	text-decoration:none;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.red_n{
	color:#d20163}

@media only screen and (max-width: 768px){
	.resumen-inicio .col-sm-4{
		border-right:0px;
		margin-bottom:20px;
	}

	.tit-inicio h1{
		text-align:center;
	}
	.resumen-inicio span{
		font-size:50px;
		display:inline;
	}
	.tit-inicio h1 span{
		display:inline;
		font-size:20px;
	}
	.tit-inicio h1{
		font-size:40px;
	}
	.tit-inicio h1 span.inf{
		display:block;
	}
}

.cont_login{
	background:#f4f4f4;
}
.bg_log{
	background:#fff;
	margin-top:20%;
}
.logo_log_globalgest{
	background:#31353D;
	text-align:center;
	padding:20px 0;
}
.logo_log_globalgest > img {
	max-height: 38px;
}

.cont_log{
	padding:25px;
}
.logo-empresa-log{
	text-align:center;
	margin-bottom:25px;
}
.logo-empresa-log > img {
	max-height: 100%;
	width: auto;
}
.cont_log input[type=password],
.cont_log input[type=text]{
	width:100%;
	border:1px solid #d9d9d9;
    box-shadow: 0 0.1em 15px 0 rgba(0,0,0,0.1);
	background:#fff;
	font-family: 'Josefin Sans', sans-serif;
	color:#31353d;
	font-size:26px;
	margin-bottom:25px;
	padding:8px 15px;
}
.cont_log input[type=password]:hover, .cont_log input[type=password]:focus,
.cont_log input[type=text]:hover, .cont_log input[type=text]:focus{
	outline:none;
	border:1px solid #567cff;
	}

.cont_contacto textarea,
.cont_contacto input[type=password],
.cont_contacto input[type=text]{
	width:100%;
	border:1px solid #d9d9d9;
	box-shadow: 0 0.1em 15px 0 rgba(0,0,0,0.1);
	background:#fff;
	font-family: 'Josefin Sans', sans-serif;
	color:#31353d;
	font-size:20px;
	margin-bottom:25px;
	padding:8px 15px;
}
.cont_contacto textarea:hover, .cont_contacto textarea:focus,
.cont_contacto input[type=password]:hover, .cont_contacto input[type=password]:focus,
.cont_contacto input[type=text]:hover, .cont_contacto input[type=text]:focus{
	outline:none;
	border:1px solid #567cff;
}
.error_big {
	padding: 40px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
	
.acceder_login{
	text-align:center;
}
.acceder_login input[type=submit]{
    display: inline-block;
    font-size: 18px;
	background:#567cff;
    color: #fff;
    padding: 4px 35px 4px 35px;
    border: 2px solid #567cff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.acceder_login input[type=submit]:hover, .acceder_login input[type=submit]:focus{
	outline:none;
	background:#fff;
    color: #567cff;
}
.extravio{
	padding:20px 0;
	text-align:center;
}
.extravio a{
	color:#9c9c9c;
	font-size:16px;
}
.extravio a:hover{
    color: #567cff;
	text-decoration:none;
}

.tablalistado{
	margin-top:30px;
}
.tablalistado table{
	width:100%;
}
.tablalistado table td{
	padding:10px;
	color:#31353d;
	font-size:14px;
}
.tablalistado table th{
	background:#31353d;
	color:#fff;
	font-size:15px;
	padding:15px 10px;
}

th[role=columnheader]:not(.no-sort) {
	cursor: pointer;
}
th[role=columnheader]:not(.no-sort):after {
	content: '';
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.71) transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
th[aria-sort=descending]:not(.no-sort):after {
	border-bottom: none;
	border-width: 4px 4px 0;
}
th[aria-sort=ascending]:not(.no-sort):after {
	border-top: none;
	border-width: 0 4px 4px;
}
th[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: 0.4;
}
th[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}

.tablalistado table td.retencion{
	color:#d20163;
}
.tablalistado table td.f-pagada{
	font-weight:600;
	color:#1ebb0d;
}
.tablalistado table td.f-nopagada{
	font-weight:600;
	color:#d20163;
}

.pdf-descarga{
	text-align:right;
}
.pdf-descarga a{
	display:inline-block;
	width:23px;
	height:23px;
	background:url(img/ico-pdf.png) no-repeat;
}
.pdf-descarga a:hover{
	opacity:0.5;
}
.list-paginacion{
	margin:30px 0;
}
.list-paginacion a{
	display:inline-block;
	margin-right:5px;
	padding:4px 10px;
	font-size:14px;
	color:#818181;
	font-weight:600;
}
.list-paginacion a:hover, a.pag-activo{
	background:#567cff;
	color:#fff;
	text-decoration:none;
}
.list-paginacion span.etc{
	margin-right:5px;
}
.list-paginacion .num-registros {
	font-style: italic;
	color: #31353d;
	text-align: center;
}
.list-paginacion .num-registros > span {
	font-weight: 700;
	color: #567cff;
}
.list-paginacion .cambio-paginacion {
	text-align: right;
}
.list-paginacion .cambio-paginacion select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: 0;
	background: url(img/cd-arrow.svg) no-repeat 95%;
	padding: 3px 18px 3px 6px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #31353d;
}
.list-paginacion .cambio-paginacion select:hover {
	border-color: #567cff;
}

/* < Formularios > */

.form_errores {
	text-align: center;
	margin-top: 10px;
}

.form_errores label {
	color: #cc0000;
	margin: 0;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}

p.form_exito,
p.form_error_campos,
p.form_error {
	padding-top: 10px;
	margin: 0;
	font-weight: 700;
	font-size: 15px;
}
p.form_error_campos,
p.form_error {
	color: #cc0000;
}
p.form_exito {
	color: #01785A;
}

.form_overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
}

.form_async.loading {
	cursor: wait;
	opacity: 0.5;
	filter: grayscale(1);
}
.form_async.loading .form_overlay {
	display: block;
}

.form_footer .form_error_campos {
	font-size: 14px;
}
/* </ Formularios > */

.clickable-row{
	cursor:pointer;
}
.clickable-row:hover{
	background-color: #f1f1f1 !important;
}
.td-charts{
	text-align:right;
}
.td-charts a{
	display:inline-block;
	width:23px;
	height:23px;
	background:url(img/chart_icon.png) no-repeat;
}
.td-charts a:hover{
	opacity:0.5;
}
.grafica{
	width: 100%;
	height: 400px;
}

.info_cuenta > div {
	margin-top: 8px;
}
.info_cuenta > h3 {
	margin-top: 30px;
}
.info_cuenta .tit {
	font-weight: bold;
}

.inline-block {
	display: inline-block;
}

.nav-pills > li > a {
	color: #31353d;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #31353d;
}

.grafica.loading {
	text-align: center;
	padding-top: 166px;
	background: #ececec;
	border-radius: 4px;
}

/* < Cargando > */
.spinner {
	-webkit-animation: rotation 1.4s linear infinite;
	animation: rotation 1.4s linear infinite;
	stroke: #31353d;

}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

.circle {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation: turn 1.4s ease-in-out infinite;
	animation: turn 1.4s ease-in-out infinite;
}

@-webkit-keyframes turn {
	0% {
		stroke-dashoffset: 187;
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

@keyframes turn {
	0% {
		stroke-dashoffset: 187;
	}

	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}
/* </ Cargando > */

@media print {
	.hidden-print {
		display: none !important;
	}
}
