/**
 * plugins/themes/auc/auc.css
 *
  * Copyright (c) 2016 Roberto Garcia Sanchez
  * Copyright (c) 2016 auc
  * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * auc theme.
 *
 */
 
/* 
Color Alternativas: #003465 
Enlaces:            306ea9;
AUC #00518F   #E1E1E1
AUC2 00518F
#00518F

*/

@font-face {
    font-family: corporate;
    src: url(./fonts/Corporate_Condensed.ttf);
}

@font-face {
    font-family: Dinpro;
    src: url(./fonts/DINPro-CondBold.otf);
}


*{
    font-family: helvetica, sans-serif!important; 
}

 html { 
    margin: 0 auto;
    padding: 0px;
    width: 1000px;
    font-style: normal;
    font-weight: 300;
    font-size: 11pt;
}

body { 
	width: 100%;
	background-color: #D4D4D4;
	font-family: corporate,sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14pt;
    line-height: 20px;
	color: #000000;
	padding:0px;
    margin-left: auto;
    margin-right:auto;
    //height: 100%
}
#articleAbstract div, #content p {
    text-align : justify;
}

a.file,a.file:hover {
    background: transparent url('./img/pdf2.ico') no-repeat center right;
    background-size: 50% 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size:0pt;
}

#container { 
    text-align:center;
    background-color: #DFE2E5;
    display: table;
    margin: 0 auto;
}

#body { 
    clear:both;
    max-width: 1200px;
	margin: 0 auto;
    padding:0px;
    margin-left: auto;
    margin-right:auto;
    //height: 100%;
    display: table-row;
}

#header {
    margin: 0 auto;
    height: 180px;
    background: url('./img/logos.png') no-repeat center left;
    background-color: #00518F;
}


#headerTitle {
    font-size: 0em;
    //margin-right: 0px;
    //margin-bottom:25px;
    color: #005CA4;
    background-image: url('./img/logoauc.png');
    background-repeat: no-repeat;
    height: 247px;
    width: 285px;
    position: relative;
    left: 300px;
    z-index: 20;
}


#main {
    background-color:white;
    color:black;
    margin: 0px 0px 0px 0px;
    float:left;
}

#main h2 {
    color: #00518F;
    font-size: 25pt;
    font-style: bold;
    padding-bottom: 1%;
    padding-left: 10px;
    //margin-left:6px;
    margin-right:6px;
    margin-top: 12px;
    //border-bottom: 3px double #003465;
}
#main h3 {
    color: #00518F;
    background-color:inherit;
    padding-bottom: 1%;
    line-height: 26px;
    
}
#content {
    border:none;
    padding-right: 10px;
    padding-left:10px;
    padding-bottom: 12%;
    height: auto !important;
    //min-height: 710px;
}

h1 {
    position:relative;
    //z-index:1;
    text-align:center;
}

form h4 {
    color: #00518F;
}

a:link {
    color: #00518F;
}

a:active {
	color: #000000;
}

a:visited {
	color: #00518F;
}

a:hover {
	color: #00518F;
	background: none;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField,  {
	background-color: #fff;
    min-width: 175px;
    max-width: 340px;
    width: 80%;
    border: none;
    margin-bottom: 4px;
    margin-right: 10px;
}

 input[type="text"]{
    padding:0 4px;
    border: none;
    border: 0.05px solid gray;
    background-color: white;
    margin-bottom: 8px;
}

 input[type="password"]{
    padding:0 4px;
    border: none;
    border: 0.05px solid gray;
    background-color: white;
    margin-bottom: 8px;
}

input.textField:focus, textarea:focus, textarea.textArea:focus{
    background-color: #f9f9d6;
}

textarea.textArea {
    width: 100%;
    max-width: 700px;
    height: 200px;
    border: 0.05px solid gray;
    background-color: transparent;
    margin-bottom: 8px;
}



input.defaultButton {
	background-color: #00518F ;
	color: #ffffff;
}

input.button {
    border: none;
    background-color: #00518F ;
    color: white;
    padding: 6px;
    margin: 3px;
    font-size: 11px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
    font-weight: bold;
}

input.button:hover {
    background: #CFCFD0;
    color: #00518F;
    box-shadow: inset 0 0 0 3px #CFCFD0;
}

input.button:active {
    background: #CFCFD0;
    color: #fff;
    box-shadow: inset 0 0 0 3px #CFCFD0;
}
 

#breadcrumb {
    padding-bottom: .5px;
    padding-left: 1%;
    color: #fff;
    padding-top: 0px;
    font-size: .8em;
    margin-bottom: 12px;
    display:none;
}


#breadcrumb a:link {
    color: #000;
}
#breadcrumb a:active {
    color: #000;
}
#breadcrumb a:visited {
    color: #000;
}
#breadcrumb a:hover {
    color: #6d6f71;
    background:none;
}
#sidebar a:link {
    color: #000;
}
#sidebar a:active {
    color: #000;
}
#sidebar a:visited {
    color: #000;
}
#sidebar a:hover {
    color: #6d6f71;
    background:none;
}
/* navbar */
.menu {
    height: 20px;
    min-height:10px;
}

#navbar {
    padding-top: 8px;
    text-align: right;
    border: none;
    background-color: #00518F;
    font-family: corporate;
    font-size: 0.8em;
    width: 1000px;
    margin:0px auto;
}

#navbar a {
    text-decoration: none;
    z-index:999;
    //position:relative;
    float:left;
    padding-left:14px;
}
#navbar a:link {
    color: #fff;
}
#navbar a:active {
    color: #ccc;
}
#navbar a:visited {
    color: #fff;
    border:none;
}
#navbar a:hover {
    color: #306ea9;
    background:none;
}


#leftSidebar {
    width: 18%;
    height: 100% !important;
    background-color: #DFE2E5;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
}

#rightSidebar {
    width: 18%;
    height: 100% !important;
    background-color: #DFE2E5;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 40px;
    //float:right;
}
/* footer */
#pageFooter { //revisar
    width: 100%;
    background-color: #6d6f71;
    font-size: 0.6em;
    color: #c6c8ca !important;
    background-repeat: no-repeat;
    background-position: right;
}
#footerContent {
	//display:none;
}
#footer a:link {
    color: #c6c8ca !important;
}
#footer a:active {
    color: #c6c8ca !important;
}
#footer a:visited {
    color: #c6c8ca !important;
}
#footer a:hover {
    color: #000 !important;
    background-color: #6d6f71 !important;
}
/* table of contents */
.tocTitle {
    padding-top:1em;
}
.tocGalleys {
    padding-top:1em;
}
/* buttons and sidebar blocks */

.block {
    background-color: #DFE2E5;
    margin-bottom:3px;
    padding: 0px ;
    color: #000;
    /*text-transform: uppercase;*/
    text-decoration: none;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 5px;
}

.block a {
    text-decoration: none;
}

.block a:hover {
    color: #306ea9 !important;
    
}

.blockTitle , .blockSubtitle  {
    font-family: Dinpro, serif;
    text-transform: initial !important;
    font-weight: thin;
    color: #00518F;
    width: 100%;
    height: 25px;
}

.blockTitle  {
   padding: 0 !important;
}


#sidebarInformation {
    //background: #FFFFFF, repeat-y;
}

#sidebarFontSize {
    height: 50px;
}

#sizer{
    margin-left: 30px;
}


/* masking IU branding & identity */
#identity {
    display: none;
}
#identity hr {
    display: none;
}
#identity #signature {
    display: none;
}
#identity #signature a {
    display: none;
}
#identity #signature a img {
    display: none;
}
.stripe {
    display: none;
}
.stripe2 {
    display: none;
}
.blocktitle {
    margin-top: 3em;
}
div.separator {
    border-style:dashed;
    border-width:thin;
    border-color:white;
}
.selectMenu {
    width: 160px  !important;
    height: 22px;
    border: 0.05px solid gray !important;
    background-color: white !important;
    margin-bottom: 8px;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #FFF !important;
}

.tocAuthors{
    font-style: italic;
}

/* COLORES ESTADOS */

.highlightReviewerNotNotified, .highlightCopyediting {
    background: #FBB962;
}
.highlightNoDecision, .highlightLayoutEditing {
    background: #F9E88C;
}
.highlightRevisedCopyUploaded, .higlightProofreading {
    background: #F2C1FD;
}
.highlightReviewerConfirmationOverdue {
    background: #9AF998;
}
.highlightReviewerCompletionOverdue {
    background: #9AF998;
}

/* OTROS */

span.disabled, label.disabled {
    color: #9E9E9E;
}

#pie1 p{
    clear: both;
    width: 300px ;
    float: left;
    margin-left: 10px;
}

#pie2 p{
    width: 300px ;
    float: right;
    margin-right: 10px;
    text-align: right;
}

#pie3,#salto{
    clear: both;
    height: 2px;
}
/************************/

#pdfDownloadLinkContainer {
    text-align: left !important;
}


