/**
 * unneBootstrap.css
 *
 * Copyright (c) 2016 Darío Oscar Villegas Universidad Nacional del Nordeste
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * unneBootstrap theme.
 *
 */

 /*
	color_primario: #0C3B5A;
	color_secundario: #1B76B3;
 */

body {
	background-color: #FFF;
	/*background: #F7F5F4 url(http://revistas.unne.edu.ar/public/site/background/imagenfondo.png) repeat center top;*/
	/*font-family: Arial,Verdana,Helvetica,sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}
a, a:link, a:visited {
	color: #2E2E2E;
	text-decoration: none;
	/*line-height: 1.5em;*/
}
a:hover{
	text-decoration: underline;
	background: none;
}


table.data td.label {
    color: #484848 !important;
}

#header {
	/*compatibilidad para sistemas anteriores*/
	background: #0C3B5A; /*color_primario*/
}
#navbar {
	/*compatibilidad para sistemas anteriores*/
	background: #0C3B5A; /*color_secundario*/
}
#breadcrumb{
	padding-bottom: 1em;
	
}
#breadcrumb a:hover {
    text-decoration:underline;
}
.container-body{
	/* Estilo del DIV del container principal de la página	*/
	/*background-color: #F7F5F4;*/
	background-color: white;
	min-height: 400px;
	padding-bottom: 1em;
}

.panel{
	border-radius: 0px;
}
.panel-heading{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-search{
	border-color: #ddd;
	background-color: #4f5c5c;
}

/*Estilo del DIV #content principal
---------------------------------------------------*/
#content {
	/*border-top: 2px solid #2D4871;*/
	border: none;
	padding-top:0px;
}
#content h3, #content h4, #content h5 {
	font-family: 'Open Sans', sans-serif;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	/*font-family: Georgia,'Times New Roman',Times,serif;*/
	font-weight: normal;
	font-size: 1.8em;
}
#content h4 {
	margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    /*font-weight: bold;*/
}
#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


/*---------------------------------------------------------
NUEVOS ESTILOS---------------------------------------------
---------------------------------------------------------*/
/* Barra de navegación TOP
-------------------------------------------------- */
.navbar-top-ojs{
	border-radius:0px;
	margin-top:0px;
	margin-bottom:0px;
	border: none;
    background-color: #1B76B3; /*color_secundario*/
}
#navbar-menu-top ul li a, .navbar-header .navbar-brand {
	border: none;
	color: #C2C2C2;
}
#navbar-menu-top ul li a:hover, #navbar-menu-top ul li a:active{
	border: none;
	color: white;
	background-color: #0C3B5A; /*color_primario*/
}

.navbar-form{
	/*elementos de formularios en la barra top de navegación*/
	margin-bottom: 5px!important; /**/
}

/* JUMBOTRON y cabecera
-------------------------------------------------- */
.jumbotron-header{
	background-color:#0C3B5A; /*color_primario*/
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin-bottom: 0px;
}
.jumbotron-header h1{
	margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.jumbotron-header{
		padding-top:20px;
		padding-bottom:20px;
	}	
}
.row-align-imag{
	/*alinea los losgos de la cabecera de la página al pie*/
	display:flex;
	align-items:flex-end;
}
.container-header{
	/* Estilo del DIV del container de la cabecera dentro del jumbotron de la página	*/
	padding-top: 0px;
	padding-bottom: 10px;
}



/* COROUSEL 
-------------------------------------------------- */

.embed-responsive-3by1{
	padding-bottom: 36%;
}


/* FOOTER 
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  /*position: absolute;
  bottom: 0;
  width: 100%;*/
  /* Set the fixed height of the footer here */
  min-height: 100px;
  text-align: left;
  background-color: #353535;
  color: #FFF;
}

.footer a, .footer a.link, .footer a.visited{
	color: #B1B1B1;
} 

label{
	color: black;
	font-weight: normal;
}
hr{
	border-top-color:#C1C1C1;
	margin-top: 10px;
    margin-bottom: 10px;

}



/* thumbnail de la página de inicio
-------------------------------------------------- */
.thumbnail-journals{
	height: 450px;
	max-height: 450px;
}

.row-journals{
	margin-top: 10px;
}
.col-journals-thumbnail{
	/*height: 500px;*/
}
.thumbnail-journals .caption {
	text-align: center;
}



/* botones thumbnail de cada revista en la página inicio OJS
-------------------------------------------------- */
/*
.btn-default:hover {
  color: white;
  background-color: #0C3B5A; 
  border-color: #adadad;
}
*/


/* Página AREA PERSONAL 
-------------------------------------------------- */
.bg-user{
	background-color: #e4e4e4;
}



/* Página ARCHIVOS - Revistas
-------------------------------------------------- */
div.separator{
	border-bottom: 1px solid #E8B02B;
}
.img-thumbnail {
	    border: 1px solid #ddd!important;
	}

.issueCoverImage img {
	margin-top:0px; 
}

/* Página ARTICULOS (resumnes)
-------------------------------------------------- */
#articleAbstract div{
	text-align: justify;
}

/* Paneles BOOSTRAP
-------------------------------------------------- */
a.panel-heading{
	color:white;
}

/* Página inicio - Revistas. Thumbnail de la página de inicio
-------------------------------------------------- */
.thumbnail-issue{
	/*height: 350px;
	max-height: 350px;*/
}

.thumbnail-issue .caption {
	text-align: center;
}

/* Sección ABOUT - editorialTeam
-------------------------------------------------- */

blockquote{
	    font-size: inherit;
	    border-left-color: rgb(165, 165, 165);

}
a.equipo-editor{
	font-weight: bold;
}




/* MANAGER-------------------------------------------
-------------------------------------------------- */
/* Configuración de la revista
-------------------------------------------------- */
ul.steplist a:hover {
	text-decoration: underline;
}
input.defaultButton {
    background-color: #ECECEC;
    color: #000000;
    font-weight: normal;
}




/*Twitter Bootstrap 3.2.0 Callouts------------------
codepen.io/chrisdpratt/pen/IAymB------------------*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
    background-color: white
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

