/**
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

@font-face {
    font-family: ElsevierSansWeb;
    src: url('../fonts/ElsevierSansWeb-Regular.woff2') format('woff2'),
         url('../fonts/ElsevierSansWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: ElsevierSansWeb;
    font-style:italic;
    font-weight:bold;
    src: url('../fonts/ElsevierSansWeb-BoldItalic.woff2') format('woff2'),
         url("../fonts/ElsevierSansWeb-BoldItalic.woff") format('woff');
}

@font-face {
    font-family: ElsevierSansWeb;
    font-style:italic;
    src: url('../fonts/ElsevierSansWeb-RegularItalic.woff2') format('woff2'),
         url("../fonts/ElsevierSansWeb-RegularItalic.woff") format('woff');
}

@font-face {
    font-family: ElsevierSansWeb;
    font-weight:bold;
    src: url('../fonts/ElsevierSansWeb-Bold.woff2') format('woff2'),
         url("../fonts/ElsevierSansWeb-Bold.woff") format('woff');
}

*{
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #505050;
    font-size: 16px;
    padding: 0px;
    margin: 0;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: ElsevierSansWeb !important;
    font-variant-numeric: lining-nums proportional-nums;
}

.btn, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, .p{
    font-family: ElsevierSansWeb !important;
}

body.contentpane {
	width:auto;
	margin:10px;
	text-align: left;
}

img { border: 0 none; }

a{
    text-decoration: none;
    color: #1184e0;
}

a:hover{
    color: #007398;
}


.container{
    width: 1020px;
    margin: 0 auto;
    position: relative;
}

fieldset{
    border: 0;
    margin:0;
    padding: 0;
}

.popover{
    display:none !important;
}

nav{
    height: auto;
    padding: 10px 0;
}

nav img{
    max-height: 100px;
    max-width:60%;
}

nav .navbar-brand-alt img{
    height:25px;
    margin: 0 0 35px 25px;
}

nav .left{
    float: left;
}

nav .right{
    float: right;
}

nav .right .moduletable{
    float: left;
}

nav .menu{
    list-style-type: none;
    margin-top: 40px;
}

nav .menu li{
    float: left;
    margin-right: 10px;
}

nav .mod-languages{
    margin-top:40px;
}

nav .mod-languages img{
    height: auto;
}

.hero{
    height: 140px;
    background: #d2d2d2;
    padding: 5px 0;
    width: 100%;
    z-index: 999;
    min-width: 1280px;
}

.hero h1{
    margin: 0;
    font-size: 35px;
    font-weight: normal;
    color: #000;
}

.hero .container{
    padding-right: 250px;
    position: relative;
}

.main{
    padding: 20px 0;
}

.pre-form .flex{
    margin-top: 0;
}

.pre-form .inscopus{
    margin: 0px 0 15px 0;
}

.pre-form .inscopus:before{
    content: '!';
    background: #f6fb7d;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0px 7px;
    font-size: 18px;
    margin-right: 10px;
    box-sizing: border-box;
    font-weight: bold;
    color: red;
    border-radius: 10px;
}

.pre-form label{
    width: 100%;
    display: block;
}

.pre-form label.personal{
    position: absolute;
    left: 0;
    bottom: 8px;
    max-width: 400px;
}

.less label{
    margin-right: 10px;
    margin-left: 1px;
}

input[type="text"],
input[type="email"],
input[type="password"]{
    border: 1px solid #eee;
    padding: 5px;
}

input::placeholder{
   color: #ddd;
}


.bootstrap-select.countrypicker{
    display: inline-block!important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder{
    height: 34px !important;
    border-radius: 0 !important;
    border-color: #eee !important;
}

/*input.good:checked:before{
    content:'asd';
    color:green;
}*/

#expert input[type="radio"]{
    position: absolute;
    left: -10000px;
}


input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    visibility: visible;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 1px;
    position: relative;
    top: 2px;
    border: 1px solid #ccc;
}

input[type="radio"]:focus +label:before{
    border: 1px solid rgb(77, 144, 254);
}

input[type="radio"]:checked + label:before {
    content: '\2713';
    top: 0px;
}

/*input[type="radio"].good:checked +label,*/
input[type="radio"].good:checked +label:before{
    background: #c2ffcb;
    color: #555;
}

/*input[type="radio"].bad:checked +label,*/
input[type="radio"].bad:checked +label:before{
    background: #faf5c1;
    color: #555;
}

button{
    display: block;
    border:0;
    border-radius: 0;
    background: #007398;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

button:hover{
    background: #e9711c
}

.pre-form input[type="text"] ,.pre-form input[type="email"]{
    width: 100%;
    margin-bottom: 10px;
}

.flex{
    display: flex;
    margin: 20px 0;
}

.form .field{
    background: #ebebeb;
    margin-bottom:20px;
    padding: 20px 0;
    min-width: 1280px;
}

.form .field h3{
    font-size: 16px;
    font-weight: normal;
    margin-top: 42px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 20px;

}

.form .nested{
    margin-left: 20px;
}

.form .nested h3{
    margin-top:20px;
    margin-bottom: 10px;
}

.form .field h4{
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 16px;
}

.form .field h4:before{
    content:'';
    display: inline-block;
    background: url(../../templates/elsevier/images/comment.png);
    width: 23px;
    height: 29px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.form .field .note{
    border: 1px solid #ccc;
    padding: 20px;
    color: #000;
}

.form .field .note{
    background: #fff;
}

.form .field .note.red{
    background: rgb(248,218,221);
}

.form .field .note.green{
    background: rgb(181,249,191);
}

.form .flex{
    margin: 0;
}

.flex .less{
    flex:5;
    margin-right: 20px;
}

.flex .more{
    flex: 5;
}

.pre-form .flex .more{
    padding-top: 15px;
    position: relative;
}


.charter{
    position: absolute;
    right: 0px;
    top: -15px;
    width: 250px;
    height: 120px;
    text-align: center;
}

.charter .summ{
    font-size: 38px;
    position: relative;
    top: -88px;
}

.charter .summ span{
    font-size: 14px;
}

.charter p{
    margin-top: 35px;
    font-size:14px;
    display: inline;
    float: right;
    padding: 0px 20px;
}



.footer{
    border-top: 1px solid #e9711c;
    height: 80px;
}

.footer .left{
    float: left;
}

.footer .right{
    float: right;
    margin-top:25px;
}

.footer img{
    max-width: 100px;
}

.footer .left{
    width: 30%;
}
.footer .right{
    width: 70%;
}

#simplemodal-container a.modalCloseImg {
    width:26px;
    height:26px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
    color: #aaa;
    border: 1px solid #aaa;
    border-radius: 20px;
}

#simplemodal-container a.modalCloseImg:before{
    content: "X";
    position:absolute;
    left: 6px;
    top: 4px;
    font-family: sans-serif;
    font-weight: bold;
    color: #aaa;
}

#simplemodal-overlay{
    background: rgba(0,0,0,0.3);
}

#simplemodal-container {
    height: 80%;
    width: 80%;
    color: #505050;
    border: 1px solid #444;
    background: #ebebeb;
    padding: 12px;
}

#simplemodal-container p{
    margin: 5px 0;
}


/* tables */
table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(./bg.gif) !important;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(./asc.gif) !important;
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(./desc.gif) !important;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}


/* Extra small devices (phones, 0px to 576px) */
@media (max-width: 576px) {
    .navbar {
        margin-bottom: 0px;
    }
}

/* Small devices (large phones, 577px to 768px) */
@media (max-width: 768px) {
    body{
        word-wrap: break-word;
    }

    .navbar-brand > img{
        max-width: 45%;
    }
    .navbar {
        margin-bottom: 0px;
    }
    .hero {
        min-width: 100%;
    }
    .container {
        width: 100%;
    }
    .hero h1 {
        font-size: 24px;
    }
    #speed{
        height: 90px!important;
        width: 90px!important;
    }
    .charter {
        width: auto;
        right: 15px;
    }
    .hero .container {
        padding-right: 190px;
    }
    .form .field {
        min-width: 100%;
    }
    .flex {
        display: block;
    }
    .pre-form label.personal {
        position: unset;
    }
    .charter > .flex > div:nth-child(2){
        margin-top: -60px;
    }

    .footer .left{
        width: 30%;
    }
    .footer .right{
        width: 70%;
    }

    .charter .summ {
        font-size: 24px;
        top: -64px;
    }
    
    .thankyou-container {
        padding: 50px 0px 6% 0%!important;
        width: 100%!important;
        max-width: 100%!important;
    }
}

/* Medium devices (tablets, 769px to 992px) */
@media (max-width: 992px) {

    .navbar {
        margin-bottom: 0px;
    }
    .hero {
        min-width: 100%;
    }
    .container {
        width: 100%;
    }
    .thankyou-container {
        max-width: 100%!important;
    }
  
}
