@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&subset=latin,latin-ext);

html, body {
	height: 100%;
}

body {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

li {
	line-height: 24px;
}

#wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -166px;
}

#push {
	height: 166px;
}

footer {
	width: 100%;
	height: 125px;
	padding: 20px 0;
        background: #EEEEEE;
	border-top: 1px solid #DDDDDD;
	color: #333333;
}
footer small {
	font-size: 12px;
}
footer a, footer a:hover {
	// color: #000000;
}
footer .logo {
        max-height: 50px;
        margin-right: 10px;
}

header {
	background: #119e96 url(../img/header-bg.png?v=0.0.0) repeat-x center 40px;
}
header .logo {
	padding-top: 40px;
}

main {
	padding-top: 20px;
	padding-bottom: 20px;
}

a,
.btn-link {
        color: #119e96;
}
a:hover,
.btn-link:hover {
        color: #0d6560;
}

aside {
        margin-top: 0;
}
aside hr {
	margin: 10px auto;
}
aside .form-search {
        margin-bottom: 0;
	padding-right:30px;
}

.affix {
        position: fixed;
        top: 10px;
	width: 250px;
}
.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 80px;
	width: 250px;
}
.affix-top {
        position: absolute;
        top: 10px;
	width: 250px;
}

.required label {
        font-weight: bold !important;
}

section {
	text-align: justify;
}
section a {
	font-weight: bold;
}
section h2 {
	font-size: 18px;
	line-height: 26px;
}

.nowrap {
	white-space: nowrap;
}

.article-nav-bottom {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        padding: 0 2px;
}
.article-nav-bottom a {
	font-weight: normal;
}

.table-borderless td, .table-borderless th {
        border: 0;
}

h2 {
	font-size: 18px;
	line-height: 26px;
}

h3 {
	font-size: 16px;
	line-height: 22px;
}
h3 a {
	color: #555;
}

.page-header {
	margin: 0 0 10px;
}
.page-header h1 {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #119e96;
}
.page-header h1 small {
	font-size: 16px;
}

.modal-body {
	color: #333;
}

.well {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.well h1:first-child,
.well h2:first-child {
	margin-top: 0;
}
.well form:last-child {
	margin-bottom: 0;
}
.well-small {
	borde-radius: 4px;
}

#left-menu a {
	background-color: #119e96;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 5px;
}
#left-menu a:hover,
#left-menu a:focus,
#left-menu .active a {
	background-color: #0d6560;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	border-top: 3px solid #0d6560;
}

.tab-pane h3:first-child {
	margin-top: 0;
}

.navbar .brand {
	font-size: inherit;
	font-weight: inherit;
}

.navbar-inner {
	background-color: #119e96;
	background-image: none;
	filter: none;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .btn-navbar,
.navbar .btn-navbar:hover {
	background-color: #0d6560;
	background-image: none;
	filter: none;
}
.navbar .brand {
	color: #fefefe;
	text-shadow: none;
}
.navbar .nav > li > a {
	color: #fefefe;
	text-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	background-color: #0d6560;
	color: #fff;
	text-shadow: none;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #fefefe !important;
	border-bottom-color: #fefefe !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #0d6560;
	color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #0d6560;
	background-image: none;
	filter: none;
}


@media (max-width: 979px) {
	.nav-collapse .nav > li > a,
	.nav-collapse .dropdown-menu a {
		color: #fefefe;
		background-color: #0d6560;
	}
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .dropdown-menu a:hover {
		background-color: #0d6560;
	}
}

code {
	white-space: normal;
}

section#article-references li {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
        .modal-large {
                width: 80%;
                margin-left: -40%;
        }
}

.index-list {
        display: flex;
        align-items: center;
}
.index-list .thumbnails {
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.index-list .thumbnails li {
	margin-bottom: 0;
}
.index-list img {
        max-width: 100%;
}

.current-issue > li {
        margin-bottom: 8px;
}
.current-issue > li h3 {
        margin: 0;
}

.btn-custom {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0d6560;
	*background-color: #0d6560;
	background-image: -moz-linear-gradient(top, #119e96, #0d6560);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#119e96), to(#0d6560));
	background-image: -webkit-linear-gradient(top, #119e96, #0d6560);
	background-image: -o-linear-gradient(top, #119e96, #0d6560);
	background-image: linear-gradient(to bottom, #119e96, #0d6560);
	background-repeat: repeat-x;
	border-color: #0d6560;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#119e96', endColorstr='#0d6560', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.disabled,
.btn-custom[disabled] {
	color: #FFFFFF;
	background-color: #0d6560;
	*background-color: #003bb3;
}

.contact-form-name {
    position: absolute !important;
    display: inline !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    width: 1px !important;
    height: 1px !important;
    opacity: .1 !important;
}
