@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700);
html {
    height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Quicksand', sans-serif;
}

.page-content {
    flex: 1 0 auto;
}

body:not(.homepage) {
    padding-top: 95px;
}
      
.text-content {
    text-align: justify;
}

h1 {
    font-size: 40px;
    font-weight: lighter;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
    margin-top: 30px;
}
      
.btn-primary {
    color: #fff;
    background-color: #214363;
    border-color: #102c46;
}
.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: #2d5274;
    border-color: #214363;
}

a, a:hover, a:focus {
    color: #214363;
}
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: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 95%);
}
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: white;
    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;
}
header .navbar-header {
    width: 100%;
}
@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: 65px;
}
header .navigation {
    float: right;
}
header .authentication {
    float: right;
    margin: 14px;
}
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 {
    background-color: #214363;
    background: linear-gradient( rgba(33, 67, 99, 0.3), rgba(33, 67, 99, 0.3) ),  url(/files/attachments/alcoi.jpg) no-repeat center center;
   /* background: linear-gradient( rgba(0,0,0,0.7), rgba(0,0,0,0.7) ),  url(/files/attachments/alcoi.jpg) no-repeat center center;*/
    background-size: cover;
    padding: 100px 0 50px;
}
.jumbotron .container {
    position: relative;
}
.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 .container {
        text-align: center;
    }
    .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: #333;
}
.sharing-tools:hover {
    color: #555;
}
      
.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: #214363;
}
.gadget ul li img.logo {
    float:right;
}
      
footer {
    background-color: #222;
    padding-top: 15px;
    color: white;
    margin-top: 20px;
}
footer .col-lg-4 {
    margin-bottom: 35px;
}
footer a {
    color: white;
}
footer a:hover {
    color: white;
    text-decoration: underline;
}
footer h2 {
    padding-bottom: 10px;
    color: #ccd4db
}
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: #7aaa00;
}
.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 ****************/

.registration .data-protection {
    font-size: 90%;
    color: grey;
    margin: 35px 0;
}