/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-weight:normal;
	font-family: 'EnlaceFiscalLight', Helvetica, Arial, sans-serif;
}

h1 {
	font-size:24px;
}
.emphasis-title h1, .emphasis-title h2 {
	color: #555;
	font-size: 40px !important;
}
.t-rotate{
	color:#fff;
	font-family: 'EnlaceFiscalMedium', Helvetica, Arial, sans-serif;
	}

/* ----------------------------------------------------------------
Logo principal y sus respectivas clases responsivas
-----------------------------------------------------------------*/
.standard-logo {
	height: 80%;
	width:95%;
}
#logo {
		font-family: 'EnlaceFiscalMedium', Helvetica, Arial, sans-serif;
	width: 23%;
}

/*************************
#primary-menu ul ul li > a i { top: 0; }
**************************/

@media (max-width: 991px) {
	.standard-logo {
		height: 100%;
		width: 100%;
	}
	#logo {
		padding-top: 30px;
		width: 40%;
	}
	#logo img {
		height:100%;
		padding-right:0;
		margin-right:0;
	}
}

@media (max-width: 767px) {
	.standard-logo {
		height: 100%;
		width: 100%;
	}
	#logo {
		padding-top: 30px;
		width: 50%;
	}
	#logo img {
		height:100%;
	}
	}

	#primary-menu ul ul > li.sub-menu > a,
	#primary-menu ul ul > li.sub-menu:hover > a {
	background-image: url("https://cdn.enlacefiscal.com/img/icons/submenu.png");
	}
	.dark #header.full-header #header-wrap:not(.not-dark) #primary-menu > ul, #header.full-header.dark #header-wrap:not(.not-dark) #primary-menu > ul,
.dark #header.full-header #header-wrap:not(.not-dark) #logo, #header.full-header.dark #header-wrap:not(.not-dark) #logo {
    border:none;
}
/*------------------------------------------------*/

.icono-amano {
	width:40%;
}

/* ----------------------------------------------------------------
To remove the list style
-----------------------------------------------------------------*/

.successlist, .long-text-list {
	list-style: none;
}

.successlist ul, .long-text-list ul, .successlist ol { list-style: none; }

.successlist li i, .long-text-list li i {
	color:#AEE239;
}
.numberedlist {
	margin-left:20px;
}

/*--------Navegación de inicio rápido------------------*/
.sidenav li a.submenu-guides {
	padding-left:30px;
}

.sidenav li a h4{
	margin-bottom: 0;
}

.sidenav > .ui-tabs-active > a h4, .sidenav > .ui-tabs-active > a:hover h4{
	color:#fff !important; 
	}

.documentation h3, .documentation h4 {
	margin-bottom: 5px;
}

.jsontb {
	border-color: #ccc;
	border-width: 5px;
	background-color: #333;
	padding:10px;

}


/* overriding highlight.js classes */
.hljs {
  background: none;
  color: #eee;
}
.hljs-attribute, .hljs-variable, .lisp .hljs-body, .hljs-name, .hljs-attr {
	color: #2e8ece;
}
.hljs-string, .hljs-tag .hljs-value, .hljs-doctag, .tex .hljs-formula {
    color: #e83e8c;
    }
.hljs-number {
	color: #eee;
    }


