/* 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-position: 9px 5px;
	background-repeat: no-repeat;
    margin-top:-30px;
}

.dropzone .dz-default.dz-message {
  background-image: none !important;
  font-size: 16px !important;
  text-align: center !important;
  line-height: 32px !important;
  left: 0 !important;
  width: 100% !important;
  margin-left: auto !important;
}

.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 {
	
}

/* News */
.news-slider {
    margin-bottom: 15px;
}

.news-slider .text-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1em;
    width: 30%;
    height: 100%;
    overflow-y: auto;
}

.news-slider .text-content h2 {
    margin: 0;
}

.news-slider .text-content p {
    margin: 1em 0;
}

.news-slider .text-content a.button-link {
    padding: 0.25em 0.5em;
    position: absolute;
    bottom: 1em;
    right: 1em;

    display: inline-block;
    color: white;
    background-color: #31ace2;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    vertical-align: text-bottom;
}

.news-slider .text-content a.button-link:hover {
    background-color: #1c91c4;
    color: white;
}

.news-slider .text-content a.read-more {
    float: right;
}

.news-slider .image-content {
    line-height: 0;
}

.news-slider .image-content img {
    width: 100%;
    max-width: 100%;
    height: 400px;
}

.news-slider .news-pager {
    text-align: right;
    display: block;
    margin: 0.2em 0 0;
    padding: 0;
    list-style: none;
}

.news-slider .news-pager li {
    display: inline-block;
    padding: 0.6em;
    margin: 0 0 0 1em;
}

.news-slider .news-pager li.sy-active a {
    color: #31ace2;
}

.news-slider .news-pager li a {
    font-weight: 500;
    text-decoration: none;
    display: block;
    color: #222;
}

/* 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;
}
