@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic);
@import "fontface/stylesheet.css";
/* @import url(http://fonts.googleapis.com/css?family=Signika+Negative:400,600,700); */

body {
    font-size:14px;
    font-weight:400;
    font-style:normal;
    line-height: 1.5;
    background:#e6e6e6;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; 
    color: #666666;
    }
/* CONTAINER */
.container {
    background-color: #fff;
}
/* END CONTAINER */

a:link, a:visited { text-decoration: none; color: #990000; }
a:hover, a:active, a:focus { text-decoration: underline; color: #004990; }

#main a {text-decoration:none; font-weight:normal;}

#main a:hover {text-decoration: underline;}

#main h1 a, #main h2 a, #main h3 a, #main h4 a, #main h5 a {text-decoration: none;}	

h1, h2, h3, h4, h5, h6 {font-family: 'SignikaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif; letter-spacing: normal; margin:0; -webkit-font-smoothing:antialiased;}

h1 {font-family: 'SignikaBold'; font-size:35px; font-weight:normal; font-style:normal; line-height:110%; margin-bottom:10px;}
h1.title {font-family: 'SignikaSemibold'; font-weight:normal; color:#778C9F;}

h2 {font-family: 'SignikaBold'; font-size:28px; font-weight:normal; font-style:normal; line-height: 110%; margin-bottom: 5px;  color: #004990;}

.block h2, #footer h2 {font-family: 'SignikaSemibold'; font-weight:normal; font-size: 1.5em; line-height: 110%; margin-bottom: 5px;}

h3 {font-family: 'SignikaSemibold'; font-size:21px; font-weight:normal; font-style:normal; line-height: 110%; margin-bottom: 5px; color: #778C9F;}

h4 {font-family: 'SignikaRegular'; font-size:18px; font-weight:normal; font-style:normal; line-height: 125%; margin-bottom: 5px; color: #778C9F;}

h5 {font-family: 'SignikaSemibold'; font-size:15px; font-weight:normal; font-style:normal; line-height: 120%; margin-bottom: 5px;color: #778C9F; }

h1 a, h2 a, h3 a, h4 a, h5 a { font-weight: inherit; text-decoration: none; }

/* FAIXA TOPE */
#faixa_tope{
    background-color: #ccc;
    padding: 10px 0;
    }
/* Linguas */
#faixa_tope #block-locale-language{
    width: 50%; 
    float:left;
    line-height: 24px; /*NEW*/
}
#faixa_tope ul.language-switcher-locale-url {
    list-style: none;
    font-size:0.8em;
    text-transform: uppercase;
}
#faixa_tope ul.language-switcher-locale-url li {
    display: block;
    float:left;
}
#faixa_tope ul.language-switcher-locale-url li.active a.active {
  color:#fff;
}
#faixa_tope ul.language-switcher-locale-url li a.language-link {
  color:#666;
}
#faixa_tope ul.language-switcher-locale-url li a.language-link:hover {
  color:#fff;
  text-decoration: underline;
}
li.gl, li.en {padding-right: 7px; border-right: 0 none; /*1px solid #fff;*/}
li.gl, li.es{padding-left: 7px;}

/* Usuario */
#faixa_tope #block-system-user-menu {width: 50%; float:right;}
#faixa_tope #block-system-user-menu ul.menu {
    list-style: none;
    font-size:0.8em;
    text-transform: uppercase;
    margin-right:5px;
}
#faixa_tope #block-system-user-menu ul.menu li {
    display: block;
    float:right;
    padding:0 7px;
    border-left: 1px solid #fff;
}
#faixa_tope #block-system-user-menu ul.menu li.last{border-left:0;}
#faixa_tope #block-system-user-menu ul.menu li a{
    padding:0;
    background-image:none;
    border:0;
    color:#fff;
    font-weight:400;
    border-bottom: 1px solid #ccc;
}
#faixa_tope #block-system-user-menu ul.menu li a:hover{
    text-decoration: underline;
}

/* icons header */
#faixa_tope #block-menu-icons {width: 50%; float:right;}
#faixa_tope #block-menu-icons ul.menu {
    list-style: none;
    font-size:0.8em;
    text-transform: uppercase;
    margin-right:5px;
}
#faixa_tope #block-menu-icons ul.menu li {
    display: block;
    float:right;
    height: 24px; /*NEW*/
    padding:0 5px; /*0 7px;*/
}
#faixa_tope #block-menu-icons ul.menu li a{
    padding:0;
    background-image:none;
    border:0;
    color:#fff;
    font-weight:400;
    border-bottom: 1px solid #ccc;
    height: 24px;
}
#faixa_tope #block-menu-icons ul.menu li a:hover{
    text-decoration: underline;
}
/* END FAIXA TOPE */

/* H2 SIDEBAR */
#sidebar h2, #novidades h2, #proxectos h2{
    color:#666;
    padding: 4px 7px 4px 0;
    margin-bottom:0;
    font-weight: 700;
}
#sidebar h2:before, #proxectos h2:before, #novidades h2:before{
content: "";
display:block;
float:left;
background-color:#990000;
color:#758E9B;
width: 12px;
height:24px;
border-top-right-radius:12px;
border-bottom-right-radius:12px;
margin-right:5px;
}
/* END H2 SIDEBAR */

/* PRIMEIRA BARRA LATERAL */
/* Calendario */
#block-views-calendario-actividades-block-1 {margin-top: 60px}
/* END PRIMEIRA BARRA LATERAL */
p { margin: 0 0 20px 0; }

del { text-decoration: line-through; }

pre,code { white-space: pre; background-color: #ededed; border-bottom: 1px solid #d9d9d9; border-top: 1px solid #d9d9d9;
display: block; margin: 5px 0; padding: 5px; line-height: 125%; overflow: hidden;
font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace; }

hr { border: solid #DDD; clear: both; margin: 10px 0 30px; height: 0; border-width: 1px 0 0; }

.field-type-taxonomy-term-reference .field-item { float: left; padding: 0 1em 0 0; white-space: nowrap; }

/* Responsive Images */

img, img.scale-with-grid {outline:0;width:inherit; //for ie8 max-width:100%; height:auto;}

/* Fonts */

body,input, textarea, select, a.button, fieldset legend,strong { font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
strong{font-weight:600;}

/* Downloads - Documentation */

.cta { margin: 10px auto 0px auto; padding: 10px 10px 20px 10px; background-color: #f2f2f2; position: relative;
border: 1px solid #dcdcdc; 
-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; text-shadow: #fff 1px 1px 0;
box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset; -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
-webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset; }

.cta h3 { font-size: 1.5em; text-shadow: #fff 1px -1px 0; }

/* Image Alignment Classes */
.alignright { float: right; margin: 0px 0px 10px 15px; }

.alignleft { float: left; margin: 0px 15px 10px 0px; }

.aligncenter { display:block; margin:0 auto; }

/* Header */

#header { clear: both; margin-top: 5px; }

#header .inner { padding-top: 15px; padding-bottom: 20px; }

#logo { float: left; padding: 0; }

#site-name {
    float: left;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: normal;
    font-family: 'SignikaBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    
    -webkit-font-smoothing:antialiased;
    }

#header #site-name a {
    margin: 0;
    padding: 0;
    line-height: 55px;
    text-decoration: none;  
    letter-spacing: normal;
    text-shadow: none;
    color: #005099;
    margin-left: 30px;
    font-weight: normal;
    }

#header #site-name a:hover { color: #990000; }

/*#header #logo2 {
    float: right;
    height: 80px;
    width: 106px;
    margin-right: 10px;
}*/

#header #site-slogan { margin: 0; padding: 0; font-size: 24px; line-height: 28px; cletter-spacing: -1px; }	

/* Breadcrumb */

.breadcrumb { padding:0; }

#breadcrumb {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 1.5em !important;
    padding: 5px 5px 5px 0;
    font-size: 0.8em;
    color: #666 !important;
    background-color: #fff;
    border: none;
    }
#breadcrumb:before{
content: "";
display:block;
float:left;
background-color:#ccc;
width: 9px;
height:18px;
border-top-right-radius:9px;
border-bottom-right-radius:9px;
margin-right:5px;
}

#breadcrumb a { color: #666666; margin-right: 6px; text-shadow: none; text-decoration:underline; }
#breadcrumb a:hover { color: #00a29b;}

#breadcrumb .sep { margin-right: 6px;	 }

/* Navigation */

#navigation { margin-top: 15px; margin-bottom: 15px; clear: both;}

#navigation ul,
#navigation ul li { float: left; margin: 0; padding: 0; }

#navigation ul { width: 100%; position: relative;
border-color: #990000 #990000 #ffffff #990000;
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0 ;
border-style: solid; border-width: 1px;
border-bottom: none;
box-shadow: none; 
/* IE10 */ 
background-image: -ms-linear-gradient(top, #990000 0%, #990000 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #990000 0%, #990000 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #990000 0%, #990000 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #990000), color-stop(1, #990000));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #990000 0%, #990000 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #990000 0%, #990000 100%); 
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#990000'); }
	
#navigation ul li {
    font-family: 'SignikaSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    list-style:none;
    background-image: none;
    border-right: 1px solid #e3e3e3;
    font-size: 1.1em;
    border-bottom: none;
    -webkit-font-smoothing:antialiased;
    }

#navigation ul li a {
    padding: 8px 14px;
    text-decoration: none;
    text-transform:uppercase;
    background-image: none;
    display: block;
    font-weight: normal;
    text-shadow: none;
    color:#ffffff;
    outline:none;
    }

#navigation ul li:hover a,
#navigation ul li a:hover { position: relative; color: #990000;
background: #f1f1f1;
/* IE10 */ 
background-image: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #f1f1f1));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #ffffff 100%, #f1f1f1 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #ffffff 0%, #f1f1f1 100%); 
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1'); }

#navigation ul li:hover li a { color: #595959; font-weight: normal; }

#navigation ul li.active a, #navigation ul li a.active { color: #990000; background: #fff; text-shadow: none; border: 0; }

/* Main */

#wrap { border-top:0; }

#wrap #content { float:right; }

#main { margin-bottom: 20px; }

.node.node-teaser { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #d6d6d6; }

.submitted { font-size: 11px; color: #666666; padding-bottom: 10px; margin-bottom: 10px; } 

.videowrapleft {float: left;}
.videowrapright {float: right; margin-right: 20px;}
.text-center {text-align: center;}
/* Featured */

#featured .block { padding: 0 0 20px 0; }

/* NOVIDADES */
.destacado{
    border-radius: 50%;
    background-color:#e0e8ef;
    padding:0 8px;
    color:#004990;
    font-weight:800;border-bottom:#aaa 1px solid;
}
.destacado_lista{
    background-color:#e0e8ef;
    padding: 0 4px;color:#004990;
    text-transform:uppercase;
    border-radius:6px 0;
    font-size:0.8em;border-bottom:#aaa 1px solid;
    }
#novidades .item-list ul, #proxectos .item-list ul {list-style-type: none; padding-left:0;}

.more-link {
  background-color:#f9f9f9;
  padding: 4px;
  clear:both;
  display:block;
  text-align:right;
  border-bottom: 1px solid #ccc;
  margin-top: 1em;
  margin-bottom: 1.5em; 
}
.more-link a {
    color: inherit;
    font-weight: 600;
}
.more-link:after{
    color: #999999;
    content: "\25BA";
    display: inline;
    float: right;
    margin-left: 4px;
    width: 15px;
}

#block-views-novas-block {margin-top:30px;}

#novidades .item-list ul li, #proxectos .item-list ul li {
    margin-right: 10px;
}
#novidades h3.hnovas, #proxectos h3.hproxecto {
    font-family: 'SignikaSemibold', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: normal; 
    font-weight: normal;
    font-size:1.35em;
    line-height:1.25em;
    -webkit-font-smoothing:antialiased;
}
#novidades .item-list ul li.views-row-last {
    margin-right: 0;
    padding-right: 0;
}

#novidades p{font-size:0.9em;}

/* PROXECTOS */
#proxectos .item-list ul li.views-row-last {
    margin-right: 0;
    padding-right: 0;
}
.field-name-body{text-align: justify;}
.node-proxecto .group-header{margin-bottom:1.5em;}
.node-proxecto .group-header .field-name-field-investigador-principal,
.node-proxecto .group-header .field-name-field-membros-do-equipo,
.node-proxecto .group-footer .field-name-field-publicacions-relacionadas
{display:inline-block;vertical-align:top;margin:0;margin-right:2%;border-left:4px solid #E0E8EF;padding-left:.5em;border-radius:7px 0 0 7px;}
.node-proxecto .group-header .field-name-field-investigador-principal{width:30%;}
.node-proxecto .group-header .field-name-field-membros-do-equipo{width:60%;}
.node-proxecto .group-header .field-name-field-membros-do-equipo .field-items{
    -moz-column-count: 2;
    -moz-column-gap: 5px;
    -webkit-column-count: 2;
    -webkit-column-gap: 5px;
    column-count: 2;
    column-gap: 5px;
    }
.node-proxecto .group-left{width:64%;}
.node-proxecto .field-name-field-imaxe{margin-bottom:0;}
.node-proxecto .field-name-field-imaxe img {border:1px solid #E0E8EF;}
.node-proxecto .group-right{width:32%;margin-right:1%;}
.node-proxecto .field-name-body .field-label{display:none;}
.node-proxecto .group-footer{margin-top:1.5em;}
.node-proxecto .group-header .field-name-field-membros-do-equipo .field-items,
.node-proxecto .group-header .field-name-field-investigador-principal .field-items,
.node-proxecto .group-footer .field-name-field-publicacions-relacionadas .field-items,
.node-proxecto .group-right .field-items
{font-size:0.9em;}
.node-proxecto .group-footer .field-name-field-publicacions-relacionadas .field-item:before{content:'\203A';color:#778C9F; margin-right:0.5em;}
/* PERSOAL */
.node-persoal .group-left,.node-persoal .group-middle{width:auto;padding-right:3%}
.node-persoal .group-right{width:auto;margin-bottom:1.5em;float:left;}
.node-persoal .group-footer{padding-top:1em;}
.node-persoal h2{font-size:1.2em;}
div.field-name-ultimas-pulicacions ul, div.field-name-proxectos-nos-que-participa ul{list-style:none;padding-left:0;margin-bottom:0;margin-top:0;padding-bottom:0;}
div.field-name-ultimas-pulicacions li{padding:0 0 0.5em 0 !important;}
div.field-name-ultimas-pulicacions li span.views-field span.field-content{font-size:.9em;}
div.field-name-proxectos-nos-que-participa li span:before{content:'\203A';color:#778C9F; margin-right:0.3em;}
.node-persoal .more-link{background:none;padding:0;border-bottom:0;margin-top:0;text-align:left;}
.node-persoal .more-link a{font-weight:600 !important;color:#900;font-size:.9em;padding-left:.5em;}
.node-persoal .more-link a:after{content:"\00BB";font-weight:600;font-size:1.1em;}
.node-persoal .more-link:after{content:" ";width:0;}
.node-persoal .field-name-field-categor-a-de-persoal, .node-persoal .field-name-field-universidade-instituci-n,
.node-persoal .field-name-field-correo-usc, .node-persoal .field-name-field-extension, .node-persoal .field-name-tel-fono,
.node-persoal .field-name-field-url-perfil, .node-persoal .field-name-field-activo, .node-persoal .field-name-field-recursos
{border-left:4px solid #E0E8EF;padding-left:.5em;border-radius:7px 0 0 7px;}

/* Libros */
.node-libro .field-name-field-imaxe{ width: 35%; float: left;}
.node-libro .field-name-field-autores-e-info-adicional, .node-libro .field-name-field-isbn, .node-libro .field-name-field-editoriais, 
.node-libro .field-name-field-paxinas, .node-libro .field-name-field-extras, .node-libro .field-name-field-enlace-compra,
.node-libro .field-name-field-descargas, .node-libro .field-name-field-data-dma,
.node-libro .field-name-field-memoria
{width: 62%; float: right; padding-left: 1%;}
.node-libro .field-name-field-autores-e-info-adicional .field-label, .node-libro .field-name-field-isbn .field-label, .node-libro .field-name-field-editoriais .field-label, 
.node-libro .field-name-field-paxinas .field-label, .node-libro .field-name-field-extras .field-label, .node-libro .field-name-field-enlace-compra .field-label,
.node-libro .field-name-field-descargas .field-label, .node-libro .field-name-field-data-dma .field-label, .node-libro .field-name-field-autores-e-info-adicional .field-items,
.node-libro .field-name-field-isbn .field-items, .node-libro .field-name-field-editoriais .field-items, .node-libro .field-name-field-paxinas .field-items,
.node-libro .field-name-field-extras .field-items, .node-libro .field-name-field-enlace-compra .field-items,
.node-libro .field-name-field-descargas .field-items, .node-libro .field-name-field-data-dma .field-items{display: inline;}

.node-libro .group-pdf .field-name-field-enlace-compra a,
.node-libro .field-name-field-memoria span.file a{
    background-color:#e0e8ef;
    padding:2px 6px;color:#004990;
    text-transform:uppercase;
    border-radius:4px;
    border-bottom:#aaa 1px solid;
}

.node-libro .field-name-body {
    clear: both;
}

/* Campos */
.field .field-label {
  color:#004990;
  font-family:'SignikaSemibold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:1.2em;
  font-weight:normal;
  -webkit-font-smoothing:antialiased;
}
.field-name-field-imaxe .field-label {display:none;}

/* Biblioteca */
form div.iacobus fieldset{border:none;}
form div.iacobus fieldset legend{display:none;}
#views-exposed-form-artigos-page{margin-bottom: 15px;}
form div.iacobus fieldset p, form div.iacobus fieldset div.formEntryArea, form div.iacobus fieldset div.formButtonArea{display:inline-block;}
form div.iacobus fieldset div.formEntryArea,
#views-exposed-form-libros-page .form-item,
#views-exposed-form-artigos-page .form-item{background:#eee;padding:4px 6px;border-radius:4px;}
form div.iacobus fieldset div.formEntryArea input,
#views-exposed-form-libros-page .form-item input,
#views-exposed-form-artigos-page .form-item input{border:1px solid #ccc;}
form div.iacobus fieldset div.formButtonArea input,
#views-exposed-form-libros-page input#edit-submit-libros,
#views-exposed-form-artigos-page input#edit-submit-artigos{
    background:#eee;font-size:1em;margin-right:1em;padding:9px 11px;border-radius:4px;background-image:none;border:none;border-bottom:1px solid #ddd;color:#888;
    }
form div.iacobus fieldset div.formButtonArea input:hover,
#views-exposed-form-libros-page input#edit-submit-libros:hover,
#views-exposed-form-artigos-page input#edit-submit-artigos:hover{background:#D1D9DF;background-image:none;border-bottom-color:#a7b4bf;color:#666;}
form div.iacobus fieldset p a#avanzada {font-weight:600;color:#666;}
form div.iacobus fieldset p a#avanzada:hover {color:#900;text-decoration:none;}
form div.iacobus fieldset p a#avanzada:after{content: "\25BA";padding-left:.5em;}

/* Historia */
.img-center {text-align: center;}
.img-center img {border-style: solid; border-width:2px; margin-right: 10px;}
.fundacion, .normas, .aniversario25, .aniversario40, .aniversario50, .futuro {clear:both;margin-bottom: 10px;}
.img-right {float: left; margin-top: 10px;}
.img-right img {float: right; margin-left: 10px;margin-bottom: 10px;}
.img-right p {padding-bottom: 20px !important}
.img-left {clear: both;}
.img-left img {float:left; margin-right: 10px;margin-bottom: 10px;}
.no-img {clear:both; padding-top: 10px !important}


/* FOOTER */
#footer { clear: both; padding: 20px 0; border-top: 1px solid #d6d6d6; font-size: .9em; }
#credits { text-align: center; }
#footer .block { padding: 0 0 20px 0; }
#footer .region.region-footer-first .block { padding-bottom: 3px; }
#footer .region.region-footer-first p {margin-bottom: 0; padding-bottom: 0;}
#footer .block-social-media-links .horizontal li.first { padding-left: 0;}

/* MENU DO FOOTER */
.region-footer-third ul.menu li.leaf{
    display: block;
    float:right;
    font-size:1em;
    vertical-align:top;
    border-right:1px solid #ddd;
    padding:0;
    }
.region-footer-third ul.menu li.leaf.first {border-right:none;}
.region-footer-third ul.menu li a:link,
.region-footer-third ul.menu li a:active,
.region-footer-third ul.menu li a:hover,
.region-footer-third ul.menu li a:visited
{
    background-image: none;
}
.region-footer-third ul.menu li a {font-weight: 400;border-bottom: none;padding: 0 7px;}

/* Highlighted */

.region-highlighted { padding: 20px 0; }

/* Help */

.region-help { border: 1px solid #d3d7d9; padding: 20px; margin: 20px 0; }

/* TABLE Styles */

table { border: 0; border-spacing: 0; margin: 10px 0; width: 100%; }
table table { font-size: 1em; }
table tr th { border-bottom: 1px solid white; border-top: 1px solid #778C9F; font-weight: 600;
color: #ffffff; text-shadow: #666 1px 1px 1px; background: #778C9F; background-image:none; }
th { padding:7px 10px; border:none; font-size:1.1em; }
td { padding:10px; border:none; }
table tr th, table tr th a, table tr th a:hover {font-weight:600;}
table tbody tr th {vertical-align:top;}
tr.odd { background-color: #FAFAFA; border-bottom: 1px solid #E0E8EF; border-top: 1px solid white; }
tr, tr.even { background-color: #fdfdfd; border-bottom: 1px solid #E0E8EF; border-top: 1px solid white; }

/* Table Memorias e Libros */
div.view-memorias-anuais table, div.view-libros table {
    border-spacing: 15px;
    border-collapse: separate;
}
div.view-memorias-anuais table{text-align:center;}

h5.hlibros { font-size:1.2em;}

h5.hlibros a{ color: inherit; }
.tdlibros ul {
    list-style: none;
    padding-left: 0 !important;
    margin-top: 0 !important;
}

div.view-libros table h5.hlibros, .views-field-field-autores-e-info-adicional { text-align: left; }
.views-field-field-autores-e-info-adicional, .views-field-field-data-dma { font-size: .9em; }
.views-field-field-autores-e-info-adicional .field-content, .views-field-field-data-dma .field-content { display: inline; }
td.tdlibros{
    padding: 2%;
    border: 1px dashed #ddd;
    width:33%;
    vertical-align:top;
}
td.tdlibros .views-field-field-imaxe {text-align: center;}
td.tdlibros img, .field-type-image img { box-shadow: 2px 2px 0 #eee, 4px 4px 3px #ccc; margin-bottom:5px; border-top-left-radius: 5px; }

/* Table DIRECTORIO TELEFÓNICO */
div.view-directorio-persoal, div.view-directorio-departamento {margin-bottom: 2em;font-size: .9em;}
tr.odd td.sorting_1, tr.even td.sorting_1 {background-color: transparent;}
table.display td, .view-directorio-departamento table tr td {padding: 6px 10px;}

/* Buscador Directorio */
.view-directorio-persoal div#datatable-1_filter{width:auto;color:#004990;font-size:1.2em;padding:5px;margin-bottom:1em;}
.view-directorio-persoal div#datatable-1_filter input{border:1px solid #ccc;margin-left:5px;border-radius:3px;}

/* LIST STYLES */

.block ol, .block ul { margin: 0; padding: 0 0 0.25em 1em; }

.contextual-links-wrapper { font-size: small !important; }

ul.contextual-links { font-size: 0.923em; }

.contextual-links-wrapper a { text-shadow: 0 0 0 !important; }

.item-list .pager { font-size: 0.929em; }

ul.menu li {  margin: 0; }

.region-content ul, .region-content ol { margin: 1em 0; padding: 0 0 0.25em 2em; }

.item-list ul li { margin: 0; padding: 0.2em 0.5em 0 0;}

ul.links { font-size: 11px; color: #666666; }

ul.links.inline li { padding:0 5px 0 0; margin:0 5px 0 0; border-right:1px solid #666666; }

ul.links.inline li.last { border:none; }

/* LIST Actividades, Persoal, Proxectos e Recursos */
.view-actividades ul,
.view-novas ul,
.view-persoal ul,
ul.proxectos,
.view-recursos-externos ul,
.view-artigos ul,
.view-ultimas-publicaci-ns ul,
.attachment.attachment-after .view-proxectos .item-list ul
{
    list-style: none;
    padding-left: 1em;
    margin-top: 0;
}
ul.proxectos li, .view-recursos-externos ul li{text-indent:-1em;}
/*novo noemi cambiar de dúas filas a unha na vista de persoal */
/*div.view-persoal .view-content .item-list {display:block;float:left;width:50%;}*/
div.view-persoal .view-content .item-list {display:block;float:left;width:100%;}
div.view-persoal .view-content .item-list h3{font-size: 21px;font-weight: 400;font-style: normal;}
.node-persoal .field-type-taxonomy-term-reference .field-item {float:none;}
/*novo noemi*/
div.field-name-field-subcategoriapersoalinterno {font-size: 2em;}
/*fin de novo noemi*/

div.view-persoal ul li span:before,
div.view-recursos-externos ul li div div:before,
div.view-artigos h4:before,
{
    content: '\203A';
    color: #778C9F;
}

div.view-persoal ul li a,
ul.proxectos a,
div.view-recursos-externos ul a,
div.view-artigos ul a
{
    color:inherit;
    margin-left: 0.25em;
}

/*novo noemi*/
div.field-content{ font-size:.9em;}
.views-field-title {color:#990000};
/*fin de novo noemi*/

.attachment.attachment-after .view-proxectos{margin:20px 0;padding: 20px 0;border-top: 1px dashed #ddd;}
.attachment.attachment-after .view-proxectos .item-list ul li span.field-content a {color: inherit;}
ul.proxectos li .views-field span.field-content a:before,
.attachment.attachment-after .view-proxectos .item-list ul li span.field-content a:before,
.view-recursos-externos ul li a:before{
    color: #900;
    content: "\00BB";
    display: inline;
    margin-right: 3px;
    }
.attachment.attachment-after .view-header{background-color:#F4F4F4; border-bottom:1px #ddd solid;margin-bottom: 0.5em;}
.attachment.attachment-after .view-header h2{color: #666; padding:5px 5px 3px;margin:0;}
.attachment.attachment-after .view-header h2:hover{
    cursor: pointer;
}
.attachment.attachment-after .view-header h2:after,
.attachment.attachment-after .view-header.active h2:after{
    content: '\002B';
    margin-right: 5px;
    float: right;
    color: #666;
    padding: 0 5px;
    background-color:#E6E6E6;
}
.attachment.attachment-after .view-header.active h2:after{content:'\002D';}

/* Proxectos nos que */
.view-proxectos-nos-que-participa ul li{text-indent:-0.5em;padding-left:0.5em;}
.view-proxectos-nos-que-participa ul li a{color:inherit;font-weight:600 !important;}

/* Ultimas publicacions */
.view-ultimas-publicaci-ns ul li,.view-artigos.view-id-artigos ul li{
    text-indent:-0.5em; margin-bottom:0.75em;border-bottom:1px dashed #ddd;padding-bottom:0.5em;margin-left:0.5em;padding-left:0.6em;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.view-ultimas-publicaci-ns ul li .views-field-title span.field-content,
.view-ultimas-publicaci-ns ul li .views-field-title .field-content a,
.view-artigos.view-id-artigos ul li .views-field-title h4.field-content,
.view-artigos.view-id-artigos ul li .views-field-title h4.field-content a{
    font-family:'SignikaSemibold';
    font-size:16px;color:inherit;
}
.views-field-field-tipo strong{background-color:rgba(227, 235, 242,0.5);padding:0 2px;}

/* Actividades */
div.view-actividades .view-content .item-list ul li, div.view-artigos ul li {
    border-bottom: 1px dashed #ddd; padding-bottom: .6em; margin-bottom: 1.4em; display:list-item;clear:both;overflow:auto;
    }
div.view-actividades ul li .views-field-body p {margin-bottom:1em;}
.item-list ul.pager li {border:0; margin-bottom:1.5em;}
.view-actividades .views-field-field-imaxe {float:left; margin:0 .5em 0 0;}
.view-actividades .views-field-field-imaxe img {border:1px solid #E0E8EF;}

.node-actividade .field-name-field-imaxe, .node-nova .field-name-field-imaxe{float:left;margin:0.5em 1.5em 0.5em 0;}
.node-actividade .field-name-field-imaxe img,.node-nova .field-name-field-imaxe img{margin-bottom:0;}
.node-actividade .field-name-body .field-label{display: none;}
.node-actividade .field-name-field-data-inicio .field-items{float: none;}
.node-actividade .field-name-field-data-inicio .field-label,
.node-actividade .field-name-field-data-inicio .field-items{display:inline-block;vertical-align:middle;}

img.file-icon{display:none;}

/* Novas */
div.view-novas.view-id-novas.view-display-id-page ul li.views-row{
    border-bottom:1px dashed #ddd;padding-bottom:1em;margin-bottom:1.8em;
    display:list-item;clear:both;overflow:auto;
    }
div.view-novas.view-id-novas.view-display-id-page ul li .views-field-body p {margin-bottom:1em;}
.view-novas .views-field-field-imaxe {float:left; margin:5px .5em 0 0;}
.view-novas .views-field-field-imaxe img {border:1px solid #E0E8EF;}

.node-nova .field-type-datetime .field-label{display: none;}
.node-nova .field-type-datetime .field-items .date-display-single,
.node-actividade .field-name-field-data-inicio .field-items .date-display-single{font-style: italic;color: #778C9F;}

.field-name-field-subtitulo {font-size:1.3em; line-height:1.1em; font-weight:600;margin:0.8em 0;}

/* TABS */
div.horizontal-tabs-panes p{text-align:justify;}
div.horizontal-tabs-panes table p{text-align:left;}
div.field-group-htabs-wrapper {margin-top:20px;}
div.horizontal-tabs{border-color:#A7B4BF;}
div.horizontal-tabs-panes fieldset .fieldset-wrapper{margin-top:15px;padding:0;}
div.horizontal-tabs, div.horizontal-tabs ul.horizontal-tabs-list{border-radius:5px 5px 0 0;}
.horizontal-tabs ul.horizontal-tabs-list li.first {border-top-left-radius:5px;}
div.horizontal-tabs .horizontal-tabs-panes fieldset {margin-top:0;}
div.horizontal-tabs ul.horizontal-tabs-list {background-color:#A7B4BF;border-right-color:#A7B4BF;}
.horizontal-tabs ul.horizontal-tabs-list li {background-color:#A7B4BF; border-right-color:#FFFFFF;border-right-width:2px;}
.horizontal-tabs ul.horizontal-tabs-list li a {color:#fff;text-align:center;text-shadow:#666 1px 1px 1px;}
.horizontal-tabs ul.horizontal-tabs-list li.selected a {text-shadow:none;}
.horizontal-tabs ul.horizontal-tabs-list li:hover, .horizontal-tabs ul.horizontal-tabs-list li:focus {background-color:#fff;}
.horizontal-tabs ul.horizontal-tabs-list li a:hover {color:#000 !important;text-decoration:none !important;background-color:#fff !important;}

/* ACCORDION */
.ui-widget {font-family:'Open Sans',Arial,sans-serif;font-size:1em;}
.ui-helper-reset{line-height:1.5em;}
.ui-widget-content {background-image:none;border:none;color:#666;}
.ui-accordion .ui-accordion-content{padding:1.5em;margin-top: -1px;}
.ui-state-active{border:0;}
.ui-accordion h3.ui-accordion-header {
    background:none;border-bottom:1px solid #A7B4BF;font-size:1.2em;padding:.5em 0 .5em 2em;
    font-family:'SignikaSemibold','Open Sans',Arial,sans-serif;font-weight:normal;color:#A7B4BF;
    }
.ui-corner-all, .ui-corner-top{border-radius:6px;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border: none;font-weight:normal;background:none;}
.ui-accordion h3.ui-state-active{color:#004990;border-bottom:1px dashed #E0E8EF;}

/* SIMPOSIOS */
div.node-simposio .field-name-field-imaxe, div.node-simposio .field-name-body{display:inline-block; vertical-align:top;}
div.node-simposio .field-name-body {width:73%; margin-right:2%;}
div.node-simposio .field-name-field-imaxe {width:24%;}
div.node-simposio .field-name-field-imaxe img {border:1px solid #E0E8EF;}
div.node-simposio .field-name-field-dia-localizacion {font-weight:600;font-size: 1.2em;margin-bottom:0.5em !important;}
div.node-simposio .field-name-field-nome-do-programa {font-weight:600;font-size: 1.4em;padding: 7px 10px;background-color: #900;color:white;text-shadow: #666 1px 1px 1px;}
div.node-simposio table tr td .field {margin:0;}
div.node-simposio table tr th.field_hora{width:6em;}
div.node-simposio table tr td.field_descrici_n{font-size:.9em;}
div.node-simposio table tr td.field_descrici_n p{margin-bottom:0;font-weight:600;}
div.node-simposio table tr td.field_descrici_n ul{margin:0.5em 0 0 0;list-style:none;padding-left:.5em;}
div.node-simposio table tr td.field_descrici_n ul li:before {content: "\00B7";color:#A7B4BF;margin-right:.5em;font-weight:600;}

.field {margin-bottom:1em;}


/* Recursos */
#block-views-recursos-externos-block, #block-views-recursos-externos-block-1{width:49%;float:left;}
#site-map .site-map-box{width:48%;float:right;}

/* PDFs */
/* A tags whose HREF attribute ends in .pdf */
 .view-id-artigos a[href$='.pdf']
 ,.node-curso-de-galego a[href$='.pdf']
 ,.view-ultimas-publicaci-ns a[href$='.pdf']{ 
	padding-right: 20px;
	background: transparent url(../images/pdficon_small.png) no-repeat center right;
	margin-right: 3px;
}

/* MENUS */
ul.menu {padding:0;margin:0;list-style:none; }
ul.menu li { list-style:none; }
ul.menu li a { display: block; border-bottom: none; padding: 8px 0px 8px 24px; line-height: 120%; font-weight: bold;
background: url(../images/light/arrow_bullet.png) no-repeat 10px; text-decoration: none; }
ul.menu li a:hover { color:#333333; background: url(../images/dark/arrow_bullet.png) no-repeat 10px; }
ul.menu ul { margin:0 0 0 1.3em; }
ul.menu ul li a { border:none; padding: 4px 0; font-size:13px; color:#666666; background:none; }
ul.menu ul li a:hover { color:#333333; background:none; }

/* Comments */
.comment h2.title { margin-bottom: 1em; }
.comment div.user-picture img { margin-left: 0; }
.comment { margin-bottom: 20px; display: table; vertical-align: top; }
.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }
.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }
.comment .attribution .username { white-space: nowrap; }
.comment .submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }
.comment .submitted .comment-time { font-size: 0.786em; }
.comment .submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }
.comment .content { font-size: 0.929em; line-height: 1.6; }
.comment .comment-arrow { background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }
.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }
.comment .indented { margin-left: 40px; }
.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }
.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/* SIDEBAR */

#wrap #sidebar { float:left; }
#sidebar .block { padding: 0;}
#sidebar .content p, #sidebar .content ul{
    padding: 7px;
    padding-top: 0;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    font-size:.9em;
}
#sidebar .content ul{
    list-style-type: none;
}
#sidebar .content {
    margin-bottom:8px;
}
/* Menu Sidebar */
#sidebar ul.menu li a{
    background-image: none;
    border-bottom: 0;
    color:#004990;
    font-weight:600;
    }
#sidebar ul.menu li a:hover {color:#990000;}
#sidebar ul.menu li a:before{
content: "";
display:block;
float:left;
background-color:#ddd;
width: 8px;
height:16px;
border-top-right-radius:8px;
border-bottom-right-radius:8px;
margin-right:4px;
}
#sidebar ul.menu li ul.menu li a{
    color:#666666;
    padding-left: 14px;
}
#sidebar ul.menu li ul.menu li a.active,#sidebar a.active-trail {background-color: #F6F6F6;color: #004990 !important;}
#sidebar ul.menu li ul.menu li a:hover{
    color:#990000;
}
#sidebar ul.menu li ul.menu li a:before{
content: "";
display:block;
float:left;
background-color:#fff;
width: 0;
height:0;
}
#sidebar .block-menu h2 {font-size:1.5em !important;}

/* CORES */
.azulusc {color: #004990;}
.granate {color: #990000;}
.grisazul {color: #778C9F;}

/* FONTES */
.signika {font-family: 'SignikaRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-font-smoothing:antialiased;}

/* Aviso Cookies */
#sliding-popup.sliding-popup-bottom {
background-color: rgba(153,0,0,0.8);
}

/* Classes de AXUDA */
.mrgl1em{margin-left: 1em;}

/* Messages */
#messages { padding: 20px 0 5px; margin: 0 auto; }
div.messages { margin: 10px 0; }

/* -------------- User Profile   -------------- */

.profile .user-picture { float: none; }

/* -------------- Form Elements   ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc;}

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* GOBERNO */
#block-nodeblock-1112 h2{display:none;}
.node-goberno {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:0;}
.node-goberno .field-type-node-reference .field-label{color:#666;}
.node-goberno .field-type-node-reference .field-items{padding-left:1em;}
.node-goberno fieldset {border:0;padding:0;margin:0;}
.node-goberno fieldset .fieldset-wrapper{padding:20px 0 0; margin-top:0;}
.node-goberno fieldset .fieldset-wrapper .field-type-node-reference a,
.node-goberno .field-type-node-reference a{color:inherit;}
.node-goberno fieldset legend {border:0; background-color:transparent;}
.node-goberno fieldset legend span.fieldset-legend {background:none !important;padding-left:0 !important;text-indent:0;}
.node-goberno fieldset legend span.fieldset-legend a{color:#666;font-family: 'SignikaSemibold', Arial, sans-serif;font-size: 1.2em;font-weight:normal;padding:3px 0;}

.node-goberno fieldset.collapsible legend span.fieldset-legend a.fieldset-title:hover{text-decoration:none !important;}
.node-goberno fieldset.collapsible.collapsed {margin-bottom:1em;}
.node-goberno fieldset.collapsible.collapsed legend span.fieldset-legend a.fieldset-title:after,
.node-goberno fieldset.collapsible legend span.fieldset-legend a.fieldset-title:after{
    content: '\25BC';margin-left:5px;color:#999;font-size:0.6em;vertical-align:middle;
}
.node-goberno fieldset.collapsible legend span.fieldset-legend a.fieldset-title:after{content:'\25B2';}

/* Contact Page */
#leaflet-map {
    width:320px;border-radius:8px;border: 1px solid #ddd;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    }

/* Contact Form */
.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Animated throbber */

html.js input.form-autocomplete { background-position: 100% 4px; }

html.js input.throbbing { background-position: 100% -16px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* --------------- Search Form ---------------- */

#block-search-form {
    padding-bottom: 7px;
    background-color:#f6f6f6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys, #block-search-form .form-item-search-block-form #edit-search-block-form--2 input{
    float: left;
    font-size: 1em;
    height: 1.143em;
    margin-right: 5px;
    width: 14em;
    }

#search-block-form input.form-submit, #search-form input.form-submit {
    margin-left: 0;
    margin-right: 0;
    height: 25px;
    width: 32px;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    border-color: #e4e4e4 #d2d2d2 #b4b4b4;
    background: url(../images/search-button.png) no-repeat center top;
    overflow: hidden; 
    filter: none;
    }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }

input#edit-search-block-form--2 .form-text {width: 12em;}

/* Sidebar Form */
#sidebar #block-search-form{
    width:100%;
    background-color: #f6f6f6;
    margin:0;
    margin-bottom:18px;
    padding:7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#sidebar #block-search-form .content, #sidebar #block-search-form .content form{margin-bottom:0;}
#sidebar input#edit-search-block-form--2{width:11em;margin-right: 7px;}
#sidebar form h2,#sidebar #search-block-form .search-form .form-item-search-block-form{display:none;}
#sidebar .form-actions {
  margin-bottom:0;
  margin-top:0;
  padding: 0 0 5px;
}

/* Search Results */

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


/* Form Buttons */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 8px 1em 9px 1em; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }

a.button, #main a.button  { text-decoration:none; }

.button-alt,
.button,
.button.small,
.button.large,
.button.medium { background-image: none; padding: 8px 1em 9px 1em; margin: 0; display: inline-block; font-stretch: narrower;
font-weight: bolder; text-align: center; text-decoration: none; }

.button.left { float: left; }

.button.right { float: right; }

.button.center,.button.middle { margin: 0px auto; text-align: center; display: inherit; }

.button-alt a,.button a,.button.small a { font-size: .9em; line-height: 14px; text-decoration:none; }

.button.medium a { font-size: 1.2em; line-height: 20px; }

.button.large a { font-size: 1.5em; line-height: 24px; }

/* Default (Blue)  */

#bbp_reply_submit { padding: 10px 20px; font-size: 14px; }

a.button, #bbp_reply_submit {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #597db1), color-stop(1, #3a6198));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #597db1 0%, #3a6198 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#597db1', endColorstr='#3a6198');

border: 1px solid #3b639b;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #7d99bf;
-webkit-box-shadow: inset 0 1px 0 0 #7d99bf;
-o-box-shadow: inset 0 1px 0 0 #7d99bf;
box-shadow: inset 0 1px 0 0 #7d99bf;
color: white;
text-shadow: 0 1px 0 #2a4f83;
position: relative;
}
a.button:hover,#bbp_reply_submit:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #365a8c), color-stop(1, #51719e));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #365a8c 0%, #51719e 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#365a8c', endColorstr='#51719e');

-moz-box-shadow: inset 0 1px 0 0 #728cb1;
-webkit-box-shadow: inset 0 1px 0 0 #728cb1;
-o-box-shadow: inset 0 1px 0 0 #728cb1;
box-shadow: inset 0 1px 0 0 #728cb1;
cursor: pointer;
}
a.button:active {
-moz-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
border: 1px solid #355a8d;
}
a.button span.btn_caption {
color: #9ab5da;
text-shadow: 0 1px 0 #2a4f83;
}

/* White Button */
a.button.white {
background:none;
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; }

a.button.white:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer;
}
a.button.white:active {
-moz-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
border: 1px solid #c2c2c2;
}

/* Gray Button */
a.button.gray {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(1, #c9c9c9));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#c9c9c9');

border: 1px solid #c2c2c2;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
color: #333333;
text-shadow: 0 1px 0 #f1eeee;
position: relative;
}
a.button.gray:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #c2c2c2 0%, #d9d9d9 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #c2c2c2 0%, #d9d9d9 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #c2c2c2 0%, #d9d9d9 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c2c2c2), color-stop(1, #d9d9d9));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #c2c2c2 0%, #d9d9d9 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #c2c2c2 0%, #d9d9d9 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c2c2', endColorstr='#d9d9d9');

-moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
-webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
-o-box-shadow: inset 0 1px 0 0 #f2f2f2;
box-shadow: inset 0 1px 0 0 #f2f2f2;
cursor: pointer;
}
a.button.gray:active {
-moz-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
border: 1px solid #a8a8a8;
}
a.button.gray span.btn_caption {
color: #666666;
text-shadow: 0 1px 0 #f1eeee;
}

/* Black Button  */
a.button.black {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #404040 0%, #242424 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #404040 0%, #242424 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #404040 0%, #242424 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #404040), color-stop(1, #242424));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #404040 0%, #242424 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #404040 0%, #242424 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#242424');

border: 1px solid #1c1c1c;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #595959;
-webkit-box-shadow: inset 0 1px 0 0 #595959;
-o-box-shadow: inset 0 1px 0 0 #595959;
box-shadow: inset 0 1px 0 0 #595959;
color: white;
text-shadow: 0 1px 0 #150f0f;
position: relative;
}
a.button.black:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #1c1c1c 0%, #333333 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #1c1c1c 0%, #333333 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #1c1c1c 0%, #333333 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c1c1c), color-stop(1, #333333));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #1c1c1c 0%, #333333 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #1c1c1c 0%, #333333 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#333333');

-moz-box-shadow: inset 0 1px 0 0 #4d4d4d;
-webkit-box-shadow: inset 0 1px 0 0 #4d4d4d;
-o-box-shadow: inset 0 1px 0 0 #4d4d4d;
box-shadow: inset 0 1px 0 0 #4d4d4d;
cursor: pointer;
}
a.button.black:active {
-moz-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
border: 1px solid #030303;
}
a.button.black span.btn_caption {
color: #bfbfbf;
text-shadow: 0 1px 0 #150f0f;
}

/* Light Blue Button  */
a.button-alt,a.button.lightblue {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #5aa1d8 0%, #2489d6 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #5aa1d8 0%, #2489d6 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #5aa1d8 0%, #2489d6 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5aa1d8), color-stop(1, #2489d6));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #5aa1d8 0%, #2489d6 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #5aa1d8 0%, #2489d6 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aa1d8', endColorstr='#2489d6');

border: 1px solid #258cda;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #85b9e0;
-webkit-box-shadow: inset 0 1px 0 0 #85b9e0;
-o-box-shadow: inset 0 1px 0 0 #85b9e0;
box-shadow: inset 0 1px 0 0 #85b9e0;
color: white;
text-shadow: 0 1px 0 #1976be;
position: relative;
}
a.button-alt:hover,
a.button.lightblue:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #2380c7 0%, #4a95cf 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #2380c7 0%, #4a95cf 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #2380c7 0%, #4a95cf 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2380c7), color-stop(1, #4a95cf));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #2380c7 0%, #4a95cf 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #2380c7 0%, #4a95cf 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2380c7', endColorstr='#4a95cf');

-moz-box-shadow: inset 0 1px 0 0 #75acd7;
-webkit-box-shadow: inset 0 1px 0 0 #75acd7;
-o-box-shadow: inset 0 1px 0 0 #75acd7;
box-shadow: inset 0 1px 0 0 #75acd7;
cursor: pointer;
}
a.button-alt:active,
a.button.lightblue:active {
-moz-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
border: 1px solid #2280c9;
}
a.button.lightblue span.btn_caption {
color: #acd3f1;
text-shadow: 0 1px 0 #1976be;
}

/* Blue Button */
a.button.blue {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #597db1), color-stop(1, #3a6198));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #597db1 0%, #3a6198 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #597db1 0%, #3a6198 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#597db1', endColorstr='#3a6198');

border: 1px solid #3b639b;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #7d99bf;
-webkit-box-shadow: inset 0 1px 0 0 #7d99bf;
-o-box-shadow: inset 0 1px 0 0 #7d99bf;
box-shadow: inset 0 1px 0 0 #7d99bf;
color: white;
text-shadow: 0 1px 0 #2a4f83;
position: relative;
}
a.button.blue:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #365a8c), color-stop(1, #51719e));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #365a8c 0%, #51719e 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #365a8c 0%, #51719e 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#365a8c', endColorstr='#51719e');

-moz-box-shadow: inset 0 1px 0 0 #728cb1;
-webkit-box-shadow: inset 0 1px 0 0 #728cb1;
-o-box-shadow: inset 0 1px 0 0 #728cb1;
box-shadow: inset 0 1px 0 0 #728cb1;
cursor: pointer;
}
a.button.blue:active {
-moz-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
border: 1px solid #355a8d;
}
a.button.blue span.btn_caption {
color: #9ab5da;
text-shadow: 0 1px 0 #2a4f83;
}

/* Dark Blue Button */
a.button.darkblue {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #3054a1 0%, #1c3b7d 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #3054a1 0%, #1c3b7d 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #3054a1 0%, #1c3b7d 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3054a1), color-stop(1, #1c3b7d));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #3054a1 0%, #1c3b7d 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #3054a1 0%, #1c3b7d 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3054a1', endColorstr='#1c3b7d');

border: 1px solid #1d3d81;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #416ac3;
-webkit-box-shadow: inset 0 1px 0 0 #416ac3;
-o-box-shadow: inset 0 1px 0 0 #416ac3;
box-shadow: inset 0 1px 0 0 #416ac3;
color: white;
text-shadow: 0 1px 0 #122c63;
position: relative;
}
a.button.darkblue:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #1a3570 0%, #2e4b8a 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #1a3570 0%, #2e4b8a 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #1a3570 0%, #2e4b8a 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a3570), color-stop(1, #2e4b8a));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #1a3570 0%, #2e4b8a 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #1a3570 0%, #2e4b8a 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3570', endColorstr='#2e4b8a');

-moz-box-shadow: inset 0 1px 0 0 #3e61ac;
-webkit-box-shadow: inset 0 1px 0 0 #3e61ac;
-o-box-shadow: inset 0 1px 0 0 #3e61ac;
box-shadow: inset 0 1px 0 0 #3e61ac;
cursor: pointer;
}
a.button.darkblue:active {
-moz-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
border: 1px solid #193570;
}
a.button.darkblue span.btn_caption {
color: #6087dc;
text-shadow: 0 1px 0 #122c63;
}

/* Light Green Button */
a.button.lightgreen {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #80bf4f 0%, #63a72f 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #80bf4f 0%, #63a72f 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #80bf4f 0%, #63a72f 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #80bf4f), color-stop(1, #63a72f));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #80bf4f 0%, #63a72f 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #80bf4f 0%, #63a72f 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#80bf4f', endColorstr='#63a72f');

border: 1px solid #65ab30;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #9bcb76;
-webkit-box-shadow: inset 0 1px 0 0 #9bcb76;
-o-box-shadow: inset 0 1px 0 0 #9bcb76;
box-shadow: inset 0 1px 0 0 #9bcb76;
color: white;
text-shadow: 0 1px 0 #529122;
position: relative;
}
a.button.lightgreen:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #5c9a2d 0%, #73af46 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #5c9a2d 0%, #73af46 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #5c9a2d 0%, #73af46 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c9a2d), color-stop(1, #73af46));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #5c9a2d 0%, #73af46 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #5c9a2d 0%, #73af46 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c9a2d', endColorstr='#73af46');

-moz-box-shadow: inset 0 1px 0 0 #8ebf69;
-webkit-box-shadow: inset 0 1px 0 0 #8ebf69;
-o-box-shadow: inset 0 1px 0 0 #8ebf69;
box-shadow: inset 0 1px 0 0 #8ebf69;
cursor: pointer;
}
a.button.lightgreen:active {
-moz-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
border: 1px solid #5c9b2c;
}
a.button.lightgreen span.btn_caption {
color: #b8e297;
text-shadow: 0 1px 0 #529122;
}

/* Green Button */
a.button.green {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #668b46 0%, #4a6d2c 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #668b46 0%, #4a6d2c 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #668b46 0%, #4a6d2c 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #668b46), color-stop(1, #4a6d2c));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #668b46 0%, #4a6d2c 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #668b46 0%, #4a6d2c 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#668b46', endColorstr='#4a6d2c');

border: 1px solid #4d702e;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #7fa95b;
-webkit-box-shadow: inset 0 1px 0 0 #7fa95b;
-o-box-shadow: inset 0 1px 0 0 #7fa95b;
box-shadow: inset 0 1px 0 0 #7fa95b;
color: white;
text-shadow: 0 1px 0 #39571e;
position: relative;
}
a.button.green:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #436129 0%, #5a7641 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #436129 0%, #5a7641 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #436129 0%, #5a7641 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #436129), color-stop(1, #5a7641));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #436129 0%, #5a7641 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #436129 0%, #5a7641 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#436129', endColorstr='#5a7641');

-moz-box-shadow: inset 0 1px 0 0 #739457;
-webkit-box-shadow: inset 0 1px 0 0 #739457;
-o-box-shadow: inset 0 1px 0 0 #739457;
box-shadow: inset 0 1px 0 0 #739457;
cursor: pointer;
}
a.button.green:active {
-moz-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
border: 1px solid #436228;
}
a.button.green span.btn_caption {
color: #9bc874;
text-shadow: 0 1px 0 #39571e;
}

/* Dark Green Button */
a.button.darkgreen {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #497c22 0%, #2f5511 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #497c22 0%, #2f5511 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #497c22 0%, #2f5511 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #497c22), color-stop(1, #2f5511));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #497c22 0%, #2f5511 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #497c22 0%, #2f5511 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#497c22', endColorstr='#2f5511');

border: 1px solid #315912;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #61a22f;
-webkit-box-shadow: inset 0 1px 0 0 #61a22f;
-o-box-shadow: inset 0 1px 0 0 #61a22f;
box-shadow: inset 0 1px 0 0 #61a22f;
color: white;
text-shadow: 0 1px 0 #1e3909;
position: relative;
}
a.button.darkgreen:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #28480f 0%, #3e651f 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #28480f 0%, #3e651f 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #28480f 0%, #3e651f 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28480f), color-stop(1, #3e651f));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #28480f 0%, #3e651f 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #28480f 0%, #3e651f 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#28480f', endColorstr='#3e651f');

-moz-box-shadow: inset 0 1px 0 0 #568a2e;
-webkit-box-shadow: inset 0 1px 0 0 #568a2e;
-o-box-shadow: inset 0 1px 0 0 #568a2e;
box-shadow: inset 0 1px 0 0 #568a2e;
cursor: pointer;
}
a.button.darkgreen:active {
-moz-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
border: 1px solid #28480f;
}
a.button.darkgreen span.btn_caption {
color: #7ad733;
text-shadow: 0 1px 0 #1e3909;
}

/* Light Red Button */
a.button.lightred {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #da5858 0%, #d82222 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #da5858 0%, #d82222 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #da5858 0%, #d82222 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #da5858), color-stop(1, #d82222));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #da5858 0%, #d82222 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #da5858 0%, #d82222 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#da5858', endColorstr='#d82222');

border: 1px solid #dd2222;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #e28383;
-webkit-box-shadow: inset 0 1px 0 0 #e28383;
-o-box-shadow: inset 0 1px 0 0 #e28383;
box-shadow: inset 0 1px 0 0 #e28383;
color: white;
text-shadow: 0 1px 0 #c01616;
position: relative;
}
a.button.lightred:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #ca2121 0%, #d14747 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #ca2121 0%, #d14747 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #ca2121 0%, #d14747 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ca2121), color-stop(1, #d14747));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #ca2121 0%, #d14747 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #ca2121 0%, #d14747 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca2121', endColorstr='#d14747');

-moz-box-shadow: inset 0 1px 0 0 #d97373;
-webkit-box-shadow: inset 0 1px 0 0 #d97373;
-o-box-shadow: inset 0 1px 0 0 #d97373;
box-shadow: inset 0 1px 0 0 #d97373;
cursor: pointer;
}
a.button.lightred:active {
-moz-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
border: 1px solid #cb2020;
}
a.button.lightred span.btn_caption {
color: #f2abab;
text-shadow: 0 1px 0 #c01616;
}

/* Red Button */
a.button.red {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #d81818 0%, #ae0a0a 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #d81818 0%, #ae0a0a 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #d81818 0%, #ae0a0a 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d81818), color-stop(1, #ae0a0a));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #d81818 0%, #ae0a0a 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #d81818 0%, #ae0a0a 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81818', endColorstr='#ae0a0a');

border: 1px solid #b20a0a;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #e73c3c;
-webkit-box-shadow: inset 0 1px 0 0 #e73c3c;
-o-box-shadow: inset 0 1px 0 0 #e73c3c;
box-shadow: inset 0 1px 0 0 #e73c3c;
color: white;
text-shadow: 0 1px 0 #900404;
position: relative;
}
a.button.red:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #9e0a0a 0%, #bc1a1a 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #9e0a0a 0%, #bc1a1a 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #9e0a0a 0%, #bc1a1a 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9e0a0a), color-stop(1, #bc1a1a));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #9e0a0a 0%, #bc1a1a 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #9e0a0a 0%, #bc1a1a 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e0a0a', endColorstr='#bc1a1a');

-moz-box-shadow: inset 0 1px 0 0 #de2b2b;
-webkit-box-shadow: inset 0 1px 0 0 #de2b2b;
-o-box-shadow: inset 0 1px 0 0 #de2b2b;
box-shadow: inset 0 1px 0 0 #de2b2b;
cursor: pointer;
}
a.button.red:active {
-moz-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
border: 1px solid #9f0909;
}
a.button.red span.btn_caption {
color: #f76464;
text-shadow: 0 1px 0 #900404;
}

/* Dark Red Button */
a.button.darkred {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #981010 0%, #6b0606 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #981010 0%, #6b0606 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #981010 0%, #6b0606 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #981010), color-stop(1, #6b0606));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #981010 0%, #6b0606 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #981010 0%, #6b0606 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#981010', endColorstr='#6b0606');

border: 1px solid #6f0606;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #c41717;
-webkit-box-shadow: inset 0 1px 0 0 #c41717;
-o-box-shadow: inset 0 1px 0 0 #c41717;
box-shadow: inset 0 1px 0 0 #c41717;
color: white;
text-shadow: 0 1px 0 #4b0202;
position: relative;
}
a.button.darkred:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #5c0505 0%, #7e1010 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #5c0505 0%, #7e1010 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #5c0505 0%, #7e1010 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c0505), color-stop(1, #7e1010));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #5c0505 0%, #7e1010 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #5c0505 0%, #7e1010 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c0505', endColorstr='#7e1010');

-moz-box-shadow: inset 0 1px 0 0 #a91919;
-webkit-box-shadow: inset 0 1px 0 0 #a91919;
-o-box-shadow: inset 0 1px 0 0 #a91919;
box-shadow: inset 0 1px 0 0 #a91919;
cursor: pointer;
}
a.button.darkred:active {
-moz-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
border: 1px solid #5c0505;
}
a.button.darkred span.btn_caption {
color: #f41f1f;
text-shadow: 0 1px 0 #4b0202;
}

/* Yellow Button */
a.button.yellow {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #d1c81a 0%, #a79f0c 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #d1c81a 0%, #a79f0c 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #d1c81a 0%, #a79f0c 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d1c81a), color-stop(1, #a79f0c));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #d1c81a 0%, #a79f0c 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #d1c81a 0%, #a79f0c 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1c81a', endColorstr='#a79f0c');

border: 1px solid #aca40c;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #e4dc3a;
-webkit-box-shadow: inset 0 1px 0 0 #e4dc3a;
-o-box-shadow: inset 0 1px 0 0 #e4dc3a;
box-shadow: inset 0 1px 0 0 #e4dc3a;
color: white;
text-shadow: 0 1px 0 #8a8305;
position: relative;
}
a.button.yellow:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #98910b 0%, #b6ae1b 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #98910b 0%, #b6ae1b 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #98910b 0%, #b6ae1b 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98910b), color-stop(1, #b6ae1b));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #98910b 0%, #b6ae1b 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #98910b 0%, #b6ae1b 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#98910b', endColorstr='#b6ae1b');

-moz-box-shadow: inset 0 1px 0 0 #dbd229;
-webkit-box-shadow: inset 0 1px 0 0 #dbd229;
-o-box-shadow: inset 0 1px 0 0 #dbd229;
box-shadow: inset 0 1px 0 0 #dbd229;
cursor: pointer;
}
a.button.yellow:active {
-moz-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
border: 1px solid #99910b;
}
a.button.yellow span.btn_caption {
color: #f5ed61;
text-shadow: 0 1px 0 #8a8305;
}

/* Orange Button */
a.button.orange {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #d1911a 0%, #a7710c 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #d1911a 0%, #a7710c 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #d1911a 0%, #a7710c 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d1911a), color-stop(1, #a7710c));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #d1911a 0%, #a7710c 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #d1911a 0%, #a7710c 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1911a', endColorstr='#a7710c');

border: 1px solid #ac740c;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #e4a83a;
-webkit-box-shadow: inset 0 1px 0 0 #e4a83a;
-o-box-shadow: inset 0 1px 0 0 #e4a83a;
box-shadow: inset 0 1px 0 0 #e4a83a;
color: white;
text-shadow: 0 1px 0 #8a5b05;
position: relative;
}
a.button.orange:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #98670b 0%, #b6801b 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #98670b 0%, #b6801b 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #98670b 0%, #b6801b 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98670b), color-stop(1, #b6801b));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #98670b 0%, #b6801b 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #98670b 0%, #b6801b 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#98670b', endColorstr='#b6801b');

-moz-box-shadow: inset 0 1px 0 0 #db9d29;
-webkit-box-shadow: inset 0 1px 0 0 #db9d29;
-o-box-shadow: inset 0 1px 0 0 #db9d29;
box-shadow: inset 0 1px 0 0 #db9d29;
cursor: pointer;
}
a.button.orange:active {
-moz-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
border: 1px solid #99670b;
}
a.button.orange span.btn_caption {
color: #f5c161;
text-shadow: 0 1px 0 #8a5b05;
}

/* Brown Button */
a.button.brown {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #775e28 0%, #513e15 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #775e28 0%, #513e15 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #775e28 0%, #513e15 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #775e28), color-stop(1, #513e15));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #775e28 0%, #513e15 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #775e28 0%, #513e15 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#775e28', endColorstr='#513e15');

border: 1px solid #554116;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #9b7b36;
-webkit-box-shadow: inset 0 1px 0 0 #9b7b36;
-o-box-shadow: inset 0 1px 0 0 #9b7b36;
box-shadow: inset 0 1px 0 0 #9b7b36;
color: white;
text-shadow: 0 1px 0 #37290c;
position: relative;
}
a.button.brown:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #443512 0%, #614d24 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #443512 0%, #614d24 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #443512 0%, #614d24 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #443512), color-stop(1, #614d24));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #443512 0%, #614d24 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #443512 0%, #614d24 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#443512', endColorstr='#614d24');

-moz-box-shadow: inset 0 1px 0 0 #836a34;
-webkit-box-shadow: inset 0 1px 0 0 #836a34;
-o-box-shadow: inset 0 1px 0 0 #836a34;
box-shadow: inset 0 1px 0 0 #836a34;
cursor: pointer;
}
a.button.brown:active {
-moz-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
-webkit-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
border: 1px solid #453512;
}
a.button.brown span.btn_caption {
color: #cea03b;
text-shadow: 0 1px 0 #37290c;
}

/* Resize */

.resize { background: url(../images/resize.png) repeat scroll 0 0 transparent; bottom: 0; height: 80px; position: fixed; right: 0;  width: 80px; z-index:1; }

/* Pantalla PQ */


@media screen and (min-width: 320px) and (max-width: 479px) {
/*    #logo2 img {width: 80%; height: auto;}
    #logo2 {margin-top: -190px;}*/
    #navigation ul li {width: 100%; text-align: center; border-bottom: 1px solid #fff; }
    #navigation ul {border: none;}
    #header #site-name a {margin: 0; padding: 0;}
    #header #site-name { text-align: center; clear: both; font-size: 32px;}
    #block-views-recursos-externos-block, #block-views-recursos-externos-block1 {width: 100%;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {background: #fff;}
    #logo img {width: 80%; height: auto;}
/*    #logo2 {margin-top: -125px;}*/
    #navigation ul li { width: 100%; text-align: center; border-bottom: 1px solid #fff; }
    #navigation ul { border: none;}
    #header #site-name a { margin: 0; padding:0; }
    #header #site-name { text-align:center; clear: both; font-size: 36px; }
    #block-views-recursos-externos-block, #block-views-recursos-externos-block-1 {width: 100%;}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #header #site-name {font-size: 40px;}
 /*  #logo2 img {width: 90%; margin-top: 10px;}*/
}

/* Formato data longo */

.field-name-field-data-inicio span, .field-name-field-data-fin span {
    text-transform: lowercase;
}
.field-name-field-data-inicio .field-label, .field-name-field-data-fin .field-label {font-size:1.1em; margin-top: -1px;}

.field-name-field-data-inicio span:first-letter, .field-name-field-data-fin span:first-letter {
    text-transform: uppercase;
}


/* View slideshow module */

.view-slideshow-portada {
  position: relative;
}
.view-slideshow-portada .views-slideshow-controls-bottom {
  position: relative;
  z-index: 99;
  /*absolute;
  bottom: 20px;
  right: 20px;*/
}
.view-slideshow-portada .views-slideshow-controls-bottom .views-slideshow-pager-fields {
  align-items: center;
  display: flex;
  justify-content: center;
  /*left: 50%;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, 50%);*/
}
.view-slideshow-portada .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
  background-color: rgba(119, 140, 159, 0.6);
  /*border: 1px solid #444;*/
  border-radius: 50%;
  /*box-shadow: 1px 1px 1px #888;*/
  float: left;
  margin: 0 2px;
  overflow: hidden;
  text-indent: 30px;
  height: 14px;
  width: 14px;
  z-index: 99;
}
.view-slideshow-portada .views-slideshow-controls-bottom .views-slideshow-pager-field-item.active,
.view-slideshow-portada .views-slideshow-controls-bottom .views-slideshow-pager-field-item:hover {
  background-color: rgba(119, 140, 159, 1);
}


/* ShareThis module */
.sharethis-buttons { 
  text-align: right; 
  padding-bottom: 5px; 
}

  
/* EU Cookie Compliance module */

#sliding-popup .popup-content {
  display: inline-block;
}


/* twitter, login and logout icons */
#faixa_tope .icon-img,
#footer .twitter-img, #footer .instagram-img, #footer .youtube-img {
  width: 24px;
  float:left;
  margin: 10px 5px 0px 0px;
}

/* Formacion Investigadora */
.titulo-doutoramento { font-size: 1.2em;}
.node-modelo-paxina-formacion-investig .field-items {margin-top: 20px;}
