body {
    font-family: Arial, Helvetica, sans-serif;
}

body:not(.homepage) {
    padding-top: 80px;
}
      
.text-content {
    text-align: justify;
}

h1 {
    font-size: 40px;
    font-weight: lighter;
    color: #95100E;
    border-left: 30px solid #600000;
    padding-left: 10px;
    border-bottom: 1px solid #600000;
}
h2 {
    font-size: 26px;
    color: #95100E;
}
h3 {
    font-size: 20px;
    margin-top: 30px;
}
      
.btn-primary {
    color: #fff;
    background-color: #ae2927;
    border-color: #95100E;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    color: #fff;
    background-color: #95100E;
    border-color: #7B0000;
}

a, a:hover, a:focus {
    color: #95100E;
}
.side {
  background: url(/files/attachments/tiles.jpg);
}
form {
    margin-top: 15px;
}
.panel-default>.panel-heading {
    color: #bfbfbf;
    background-color: #222;
}
      
@media screen and (max-width: 992px) {
    .main { margin-bottom: 20px; }
}
      
.help-block {
    font-size: 90%;
}

.radio small {
    display: block;
    font-size: 90%;
    color: #737373;
}
      
header {
    position: relative;
}
header .navbar {
    padding: 10px;
    margin-bottom: 0;
    font-weight: 500;
}
header .navbar.navbar-inverse {
    border: 0;
    background: #00000050;
}
header .navbar-inverse .navbar-nav>li>a,
header .navbar-inverse .navbar-nav>li:hover>a,
header .navbar-inverse .logged a,
header .navbar-inverse .lang a {
    color: #eee;
}
header .navbar-inverse .navbar-nav>li:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
header .navbar:not(.navbar-inverse) .navbar-nav>li:hover {
   background: #eee;
}
header .navbar:not(.navbar-inverse) {
    background: #ffffffcc; /* url(/files/attachments/patron-mosaico.png);  */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12);
    margin-top: -1px;
}
header .navbar:not(.navbar-inverse) .logo {
    display: block;
}
header .navbar:not(.navbar-inverse) .navbar-toggle {
    border-color: #214363;
}
header .navbar:not(.navbar-inverse) .navbar-toggle .icon-bar {
    background: #214363;
}
@media (max-width: 767px) {
    header .navigation {
        float: left !important;
    }
    header .authentication {
        margin: 10px 0 0 10px !important;
    }
    header .navigation {
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #ddd;
    }
    header .navigation .navbar-nav .open .dropdown-menu {
        margin-top: -10px;
    }
}
header .logo {
    display: none;
    float: left;
}
header logo a {
    display: block;
}
header .logo a  img {
    max-height: 50px;
}
header .navigation {
    float: right;
}
header .authentication {
    float: right;
    margin: 7px; 15px;
}
header .authentication .logged {
    padding: 9px 0 0 0;
}
header .authentication .logged .username {
    display: none;
}
header .lang {
    float: right;
    margin: 15px 10px;
}
.dropdown.login .dropdown-menu {
    padding-top: 0; width: 300px; z-index: 1001;
}
.dropdown.login .dropdown-menu .email {
    margin-bottom: 15px
}
.dropdown.login .dropdown-menu .password {
    margin-bottom: 10px
}
.dropdown.login .dropdown-menu .remember {
    margin-bottom: 10px
}
.dropdown.logged .dropdown-menu {
    z-index: 1001;
}

/* navbar opening on hover */
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
@media (min-width: 769px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
      
.jumbotron {
    padding: 200px 0 50px;
    height: 600px;
    position: relative;
    background: #3c3c3b;
}
.jumbotron .carousel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.6;
}
.jumbotron .carousel .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.jumbotron .carousel .item {
    height: 100%;
}
.jumbotron .carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jumbotron .container {
    position: absolute;
    bottom: 30px;
    left: 15px;
}
.jumbotron .container .main-title {
    font-size: 30px;
    color: white;
    display: inline-block;
    background: rgba(0,0,0,.3);
    padding: 15px;
}
.jumbotron .container .main-title img {
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.jumbotron .container .social {
    position: absolute;
    bottom: -10px;
    right: 0;
}
.jumbotron .container .social a {
    margin-left: 10px;
    color: white;
    font-size: 30px;
    display: inline-block;
}
.jumbotron .container .social a:hover {
    color: #eee;
    text-decoration: none;
}
@media (max-width: 767px) {
    .jumbotron {
        height: 350px;
        padding: 100px 0 0;
    }
    .jumbotron .container {
        text-align: center;
        left: auto;
    }
    .jumbotron .container .main-title {
        font-size: 24px;
    }
    .jumbotron .container .main-title img {
        max-width: 300px;
        margin: 0 auto 15px;
    }
    .jumbotron .container .social {
        display: none;
    }
}
      
.page-header {
    margin-top: 0;
    padding-right: 30px;
}

.sharing-tools {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #800000;
}
.sharing-tools:hover {
    color: #bb0000;
}
      
.gadget {
    margin-bottom: 40px;
}
.gadget  ul {
    padding-left: 5px;
}
.gadget  ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.gadget ul li .date {
    color: #eec671;
    font-size: 90%;
}
.gadget ul li a.title {
    color: #333;
}
.gadget ul li a.title:hover {
    color: #214363;
    text-decoration: none;
}
.gadget ul li .title.unfolded {
    font-weight: bold;
    color: #ae2927;
}
.gadget ul li img.logo {
    float:right;
}
      
footer {
    background-color: #000000;
    padding-top: 15px;
    color: #eeeeee;
    margin-top: 20px;
}
footer .col-lg-4 {
    margin-bottom: 35px;
}
footer a {
    color: #bbbbbb;
}
footer a:hover {
    color: #cccc00;
    text-decoration: underline;
}
footer h2 {
    padding-bottom: 10px;
    color: #cccc00;
}
footer ul {
    padding-left: 15px;
}
footer ul li {
    padding-bottom: 5px;
}

footer ul.follow-us {
    padding: 0;
    list-style: none;
}
footer ul.follow-us li {
    display: inline-block;
}
footer ul.follow-us li a {
    font-size: 24px;
    margin-right: 10px;
}
footer ul.follow-us li a:hover {
    text-decoration: none;
    color: #efefef;
}
      
.text-content ul {
    padding-left: 15px;
}
.text-content ul li {
    padding-bottom: 5px;
}
      
/************************ papers ************************/
      
.paper h3 {
    margin-top: 0;
    font-size: 150%;
}
      
/********************* additional fields ****************/
.subform {
    border-left: 1px solid rgba(0,0,0,0.1);
    padding: 0 15px 0 20px;
    margin-top: 10px;
}
.subform label.control-label {
    margin-left: 15px;
    text-align: left;
}
.subform li {
    list-style: none;
    margin-bottom: 10px
}
@media screen and (max-width: 768px) {
    .subform { margin-left: 15px; padding-left: 10px}
}
      
/******************** captcha ************************/
input.captcha {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input.captcha:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.has-error input.captcha {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error input.captcha:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
      
/*********************** modal ******************************/
      
.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {
    margin: 0;
}
      
/********************** submission **************************/
      
.submission dl dt {
    text-overflow: none;
    white-space: normal;
}
.submission dl {
    margin-top: 20px;
}
.submission dt {
    margin-bottom: 10px;
}
.submission dd {
    margin-bottom: 20px;
}
      
ul#coauthors_container{
    padding-left: 20px;
}
ul#coauthors_container li {
    list-style: none;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 30px;
    position: relative;
}
ul#coauthors_container li .handle {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background: rgba(0,0,0,0.1);
    cursor: move;
    color: rgba(0,0,0,0.15);
    text-align: center;
    font-size: 10px;
    padding: 4px;
}
ul#coauthors_container .form-horizontal {
    padding-top: 10px
}
ul#coauthors_container a.close-coauthor {
    color: rgba(0,0,0,0.2)
}
ul#coauthors_container a.edit-coauthor, ul#coauthors_container a.delete-coauthor {
    color: #555;
}
      
/************************ papers **************************/
      
.reader {
    font-style: italic;
}
.paper-title, .paper-title:hover {
    color: #333;
    text-decoration: underline;
}
      
/********************* certificates **********************/
      
.certificates ul {
    padding-left: 0;
}
.certificates ul li {
    list-style: none;
}
.certificates a, .certificates a:hover {
    color: #333;
    text-decoration: none;
}
      
/********************* enrollment ***********************/
      
#payment_method_content ul {
    margin-top: 30px
}

.enrollment .checkbox label, .enrollment .radio label {
  padding-left: 0;
}

.enrollment .checkbox + .help-block {
  margin-top: -18px;
}
      
/********************* schedule *************************/
      
.schedule{ margin-top: 25px }
.schedule h3 {margin:5px 0 0 0; padding:4px 8px; background-color:#EEE; font-size:120%}
.schedule h3 a, .schedule h3 a:hover {color:#666; text-decoration: none}
.schedule ul.sessions {list-style:none; padding:0; margin:0}
.schedule ul.sessions li.session {list-style:none; border-bottom:1px dashed #ccc; padding:5px 0 8px 10px; margin:5px 0 0}
.schedule ul.sessions li div {padding-left:0}
.schedule ul.sessions li a.title {text-decoration:none; color:#333 }
.schedule ul.sessions li a.title:hover {text-decoration:none; color:#7aaa00 }
.schedule ul.sessions li .small {font-size:90%; color:#666}
.schedule ul.sessions li strong {font-size:90%}
.schedule ul.sessions .subform { padding-left: 15px !important; display:none}
.schedule ul.sessions .subform ul { padding-left: 0}

@media print {
    .schedule h3 {background-color:#EEE !important}
    .schedule ul.sessions .subform {display:block}
}
      
/********************* authors *************************/
      
.authors {
    margin-top: 25px;
}
.authors ul.nav-pills {
    margin-left: 0;
}
.authors ul.nav-pills > li > a {
    padding: 4px 0;
    border: 1px solid rgba(0,0,0,0.1);
    width: 28px;
    height: 28px;
    text-align: center;
}
.authors ul.nav-pills > li.active > a {
    background-color: #ae2927;
}
.authors ul.authors_content {
    margin-top: 25px;
    margin-left: 15px;
}
.authors ul.authors_content > li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.authors ul.authors_content > li > a {
    color: #333;
}

/****************************** custom *************************/
.media.eci {
    margin-top: 40px;
}
.media.eci .media-object {
    margin: 20px 20px 0 0
}

.media.plenary {
    margin: 20px 0 30px;
}
.media.plenary .media-object {
    border: 1px solid #ccc;
    border-radius: 50%;
    max-width: 100px;
}
.media.plenary .media-body {
    padding-left: 10px;
    padding-top: 5px;
}
.media.plenary .media-heading {
    margin-bottom: 15px
}
.sede-gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 600px;
    margin-top: 30px;
}
.turismo-vimeo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 30px;
}
.sede-gmap iframe, .turismo-vimeo iframe  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ol.premio-rm, ol.premio-rm ol {
    margin-top: 10px;
}
ol.premio-rm > li {
    margin-bottom: 15px;
}
ul.premio-candidates {
    margin-bottom: 30px;
}
ul.premio-candidates li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
ul.premio-candidates li:first-child {
    border-top: 1px solid #ddd;
    margin-top: 30px;
}
ul.premio-candidates .premio-tools {
    margin-top: 10px;
}
.home .resaltado {
    padding: 15px;
}
.home .resaltado .glyphicon {
    font-size: 130%;
    vertical-align: top;
}
.registration .data-protection {
    font-size: 90%;
    color: grey;
    margin: 35px 0;
}


.gallery ul.nav { padding-left:0; padding-bottom:15px }
.gallery .fotorama__caption__wrap { opacity: 0.7 }
.gallery .fotorama__stage { background-color: black }
.gallery .panel {margin-top: 20px}
.gallery .panel .alert {
    clear: both;
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}
.gallery .photo-mine {
    display: inline-block;
    float: left;
    background: 50% 50% no-repeat; /* 50% 50% centers image in div */
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.gallery .photo-mine:before {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     border-left: 20px solid transparent;
     width: 0;
}
.gallery .photo-mine.published:before {
    border-top: 20px solid #5cb85c;
}
.gallery .photo-mine.pending:before {
    border-top: 20px solid #f0ad4e;
}
.gallery .photo-mine.refused:before {
    border-top: 20px solid #d9534f;
}
.gallery .photo-mine span {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
}
.gallery .photo-mine-upload {
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    background-color: #eee;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
}
.gallery .photo-mine-upload .loading {
    background: url(/images/frontend/loading.gif) no-repeat center center;
    width: 100px;
    height: 100px;
    display: block;
}
.gallery #modal-photo-preview .modal-body {
    text-align: center;
}
.gallery #modal-photo-preview .modal-body img {
    max-width: 100%;
}
.gallery #modal-photo-preview .modal-header h4 small.published {
    color: #3c763d;
}
.gallery #modal-photo-preview .modal-header h4 small.pending {
    color: #8a6d3b;
}
.gallery #modal-photo-preview .modal-header h4 small.refused {
    color: #a94442;
}
.gallery #modal-photo-preview .modal-footer form {
    display: inline
}
.gallery .download {
    margin-top: 15px
}

/********************* addthis *************************/
.addthis_sharing_toolbox {
    margin-top:15px
}

/********************* surveys *************************/
.survey .radio_list {
    padding: 0;
    list-style: none;
    margin: 5px 0 0 10px;
}
.survey .radio_list label {
    font-weight: normal;
}
.survey .help-block {
    margin: 0 0 0 10px;
    font-size: 95%;
    margin-bottom: 30px;
}
.survey .survey-footer {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 15px;
    background: #efefef;
}

/**************** invited sessions ********************/
.invitedsession {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.invitedsession h3 {
  margin-top: 0;
}


.video-bottom15{
  border-bottom: 15px solid transparent;
}
.entity-logos {
  display: flex;
  justify-content: space-evenly;
  margin-top: 15px;
  gap: 15px;
}
.entity-logos img {
  align-self: center;
  max-height: 100px;
  max-width: 100%;
}

/**************** SEIO 2023 - ELCHE ********************/
.w050{width: 050px;}
.w100{width: 100px;}
.w150{width: 150px;}
.w200{width: 200px;}
.w250{width: 250px;}
.w300{width: 300px;}
.w350{width: 350px;}
.w400{width: 400px;}

a.button{
  border: 0px;
  color: #ffffff;
  background: linear-gradient(to right, #800000, 40%, #700000);
  padding: 8px 10px 8px 10px;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.button:hover{
  color: #eeeeee;
  background: linear-gradient(to right, #700000, 20%, #800000);
  padding: 7px 9px 9px 11px;
}