/* General */
.margin-bottom-0 {
	margin-bottom: 0;
}

.margin-bottom-8 {
	margin-bottom: 8px;
}

/* Iconos */
.hidden-sm.hidden-xs {
    display: block !important;
}

/* Background header */
div.navbar {
	background-color: #87B425;
	background-image: url('../img/logo_parques_mini.png');
	background-position: 9px 5px;
	background-repeat: no-repeat;
	padding-left: 70px;
}

.navbar-brand{
	color: #1F2701!important;
}

.footer {
    height: 0;
    padding-top: 200px;
    width: 0;
	font-size: 9px;
}

.footer .footer-inner {
    bottom: 0;
    left: 190px;
    position: absolute;
    right: 0;
    z-index: auto;
}

.footer .footer-inner .footer-content {
    border-top: 3px double #E5E5E5;
    bottom: 4px;
    left: 12px;
    line-height: 36px;
    padding: 8px;
    position: absolute;
    right: 12px;	
}
/* Profile */
.user-info {
	overflow: visible;	
}

/* Login */
div.login-container {
	width: 475px;
	margin-top: 30px;
}

.ace-nav>li.light-blue > a:hover, .ace-nav>li.light-blue > a:focus {
	background-color: #820000;
}

.ace-nav>li.open.light-blue>a {
	background-color: #820000 !important;
}

/* Search */
input.search-input {
	height: 34px; padding: 6px 12px;
}
.nav-search .nav-search-input{
	border: 1px solid #DEA712;
}

.nav-search .nav-search-icon{
	color: #DEA712 !important;
}

.nav-search .nav-search-icon {
	
}

/* Container tablas */
/*
.tab-content {
	border: 1px solid #DEA712 !important;
}

.nav-tabs > li > a:hover {
	color: #DEA712 !important;
}

.nav-tabs {
	border-color: #DEA712 !important;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus {
	border-color: #DEA712 !important;
}*/


/********************
* Forms
*********************/
/* Error en campo */
div.custom-error-field {
	background-color: #fcf8e3;
	padding-bottom: 10px;
	border-color: #fbeed5;
}


/********************
* Estilo 1 de listas de widgets
*********************/
div.widget-list {
	width: auto;
	overflow-y: auto;
	padding-top: 5px;
}

div.widget-list hr {
	margin-top: 0;
	margin-bottom: 10px;
}

div.widget-list div.itemdiv > .body > .text::after {
	border: none;
}

div.widget-list div.itemdiv div.tools {
	bottom: 5px;
}


/********************
* Estilo 2 de listas de widgets
*********************/
div.widget-minilist {
	width: auto;
	overflow-y: auto;
	padding-top: 5px;
}

div.widget-minilist > div.item {
	position: relative;
	padding: 10px 4px;
	border-top: 1px dotted #d0d8e0;
	border-right: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	border-left: 1px dotted #fff;
}

div.widget-minilist > div.item:hover {
	background-color: #f4f9fd;
	border-right: 1px dotted #d0d8e0;
	border-left: 1px dotted #d0d8e0;
}

div.widget-minilist > div.item:last-child:hover {
	border-bottom: 1px dotted #d0d8e0;
}

div.widget-minilist > div.item div.tools {
	position: absolute;
	right: 8px;
	bottom: 5px;
	display: none;
}

div.widget-minilist > div.item:hover div.tools {
	display: block;
}

div.widget-minilist > div.item div.action-buttons > a {
	margin-right: 0;
	margin-left: 3px;
}


/********************
* Noticias
*********************/
div.news h4 {
	margin-top: 0;
}
