
/* Для Гулина */
#title {
	text-transform: uppercase;
}
/* ---------- */

#current-issue li {
	font-size: 17px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 22px;
}

#current-issue ul {
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 15px;
	margin-left: 15px;
}

#current-issue ul li:first-child {
	padding-top: 0;
}

#current-issue .authors {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 13px;
	opacity: 0.8;
}

#current-issue .authors .author:after {
	content: ",";
}

#current-issue .authors .author:last-child:after {
	content: "";
}

.archive .issues p {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

.archive .issues span.number {
	padding-left: 8px;
	padding-right: 8px;
}

.issue .article {
    padding-top: 8px;
}

.issue .title {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 25px;
	line-height: 21px;
	margin-bottom: 9px;
}

.issue .author {
	padding-left: 50px;
	padding-top: 0;
}

.issue h4 {
	padding-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	margin-top: 9px;
}

.author-view h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}

.author-view .articles {
	padding-top: 15px;
	clear: both;
}

.author-view .articles ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.author-index {
	margin-bottom: 15px;
}

.author-index h3, .rubric-index h3, .article-all h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.author-form .full-fio {
	margin: 15px 0;
	padding-top: 15px;
	background: #dddddd;
	color: #484848;
	border-radius: 4px;
}

h1 {
	padding-top: 15px;
	font-size: 30px;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 32px;
}

.issue h1 {
	padding-bottom: 8px;
}

.article h1 {
	padding-top: 0;
	margin-top: 15px;
	font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
	line-height: 32px;
	text-align: left;
}

.article h2,  .article h3 {
	margin-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
}

.article .marks {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}

.article .marks .col-md-8, .top-articles .number-views {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: right;
	padding-left: 0;
}

.top-articles .article-info {
	padding-right: 0;
}

.top-articles .article-info .title span{
	position: absolute;
	background-color: #f5f5f5;
	padding: 5px;
	visibility: hidden;
	color: #444;
	text-decoration: none;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.top-articles .article-info .title:hover span{
	visibility: visible;
	top: -100px;
	left: 20px;
	right: -60px;
}

.article .avg-mark span {
	font-size: 18px;
}

.article .marks span:hover {
	background-color: #a3a3a3;
	color: white;
}

.article .marks .tooltip-inner {
	text-align: left;
}

.article .marks .tooltip-inner span {
	font-size: 10px;
}

#sidebar .panel-body.top-articles {
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
}

#sidebar .panel-body.top-articles .detail {
	font-size: 18px;
}

.top-articles .authors .author:after {
	content: ",";
}

.top-articles .authors {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
	opacity: 0.8;
}

.top-articles.all-top .authors {
	font-size: 16px;
}

.top-articles .authors .author:last-child:after {
	content: "";
}

.top-articles.all-top {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}

.top-articles.all-top span {
	font-size: 16px;
}

#top-articles-content .article-info {
	line-height: 18px;
	text-align: left;
}

#top-articles-content .authors {
	padding-top: 2px;
}

.journal-description a {
	text-decoration:underline;
}

.article .breadcrumb {
	margin-bottom: 7px;
}

.article .panel-body h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
}

.article .panel-body h3 {
	margin-bottom: 5px;
	font-size: 19px;
}

.article .panel-body h3:not(:first-child) {
	margin-top: 25px;
}

.author img {
	max-width: 130px;
	border-radius: 3px;
	margin-right: 15px;
}

.article .author:not(:last-child) {
	margin-bottom: 30px;
}

.lead {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
}

.ph-active {
	color: #183666;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}

.author-view dl dt {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: black;
}

.download {
	font-size: 18px;
}

.download i {
	padding-left: 7px;
}

/* ----------------------------------------------------- */

.form-review h2 {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.form-review h2 + h3 {
	padding-top: 12px;
	margin-top: 0;
}

.form-review tr td:nth-child(1) {
	width: 5%;
}

.form-review tr td:nth-child(2) {
	width: 72%;
	padding-right: 10px;
}

.form-review tr td:nth-child(3) {
	width: 23%;
}

.form-review .information {
	padding-bottom: 20px;
}

.form-review .information li, .form-review .recommendation li {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* ----------------------------------------------------- */

.rules #information tr td {
	width: 50%;
}

.rules table + p {
	margin-top: 15px;
}

.rules .sample,
.provision-review .sample {
	padding: 15px;
	border: 1px solid #7A7A7A;
}

/* ----------------------------------------------------- */

.persons h2 {
	padding-bottom: 5px;
	margin-bottom: 0;
}

.persons .item {
	padding-top: 10px;
	padding-bottom: 0;
}

.persons .item img {
	position: relative;
	top: 3px;
	max-width: 120px;
	border-radius: 3px;
}

.persons .item h3 {
	font-size: 20px;
}

.persons .item dl {
	margin-bottom: 10px;
}

.persons .item dl dt {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: black;
}

.persons .item dl dd::first-letter {
	text-transform: uppercase;
}

/* ----------------------------------------------------- */

.read-more {
	margin-bottom: 20px;
}

.statistics {
	padding: 15px;
	background: #F5F5F5;
	color: #444;
	border: 1px solid #DDD;
	border-radius: 4px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
}
.statistics p {
	margin-bottom: 0;
}

.article-form .section {
	border-bottom: 8px solid #c2c2c2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* ----------------------------------------------------- */

.web-of-science {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.web-of-science .image {
	width: 15%;
}

.web-of-science .description {
	width: 85%;
	padding-left: 7px;
}

/* ----------------------------------------------------- */

#sidebar .panel .panel-body.journals {
	line-height: 20px;
	text-align: left;
	font-family: 'Cuprum', sans-serif;
	font-size: 17px;
}

#sidebar .panel .panel-body.journals ul {
	padding-left: 18px;
}

#sidebar .panel .panel-body.journals ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* ------------------------------------------------------ */

.article-edit-references textarea.edit {
	width: 100%;
}

.article-edit-references button.edit-reference {
	border: 0;
	background: none;
}

.article-edit-references button.remove-reference {
	border: 0;
	background: none;
}

#reference-list {
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

#reference-list .reference-item {
	margin-top: 10px;
	border-bottom: 1px solid grey;
}

#reference-list .reference-item div[class*='view-'] {
	margin-right: 10px;
	display: inline;
	line-height: 1.2;
	font-weight: normal;
}

#rubric-container .page {
	margin-bottom: 3px;
}

.persons ul.profiles li:first-child {
	margin-top: 5px;
}

.persons ul.profiles li {
	padding-top: 0;
	padding-bottom: 0;
}

.sortable .title {
	background-color: #7B2408;
	color: #ffffff;
}
.sortable .text {
	background-color: #f0eb54;
}
.sortable .text span {
	color: #7B2408;
}

div.col-md-4.header-right-margin.stat-box {
	padding: 5px;
}
