@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=cyrillic-ext,cyrillic';

* {
    margin: 0;
    outline: 0 none !important;
    padding: 0;
}

html, body, #body {
    height: 100%;
    min-width: 768px;
}

h1, h2, h3, h4, h5, h6, p, ul, li, td, th {
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 24px;
    padding: 12px 0px 6px;
}

h2 {
    font-size: 18px;
    padding: 10px 0px 6px;
}

h3 {
    font-size: 16px;
    padding: 10px 0px 4px;
}

h4 {
    font-size: 14px;
    padding: 10px 0px 2px;
}

h5 {
    font-size: 13px;
    padding: 8px 0px 2px;
}

h6 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
}

p, li {
    font-size: 12px;
    text-align: justify;
    padding-bottom: 6px;
}

li li {
    padding-bottom: 0px;
}

td, th {
    font-size: 12px;
}

a {
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0 none;
}

ul, ol {
    padding-left: 2em;
}

dl {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

dt {
    font-size: 13px;
    margin-top: 6px;
}

dd {
    margin-left: 2em;
    line-height: 16px;
    vertical-align: top;
    font-size: 12px;
    color: #404040;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.block-center {
    margin: 0px auto;
}

div.published {
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 4px 1px;
    text-align: left;
}

div.blog-featured {
    margin: 0 20px;
}

div.blog-featured h1 {
    font-size: 20px;
    font-weight: normal;
    height: 16px;
    margin-bottom: 2px;
    padding-bottom: 10px;
    padding-left: 5px;
    text-transform: uppercase;
}

div.blog-featured h2 {
    background-color: #4A7A4A;
    color: #FFFFFF;
    font-size: 11px;
    padding: 3px 5px;
}

div.item-separator {
    height: 13px;
}

div#banner3 p {
    font-size: 13px;
    text-align: justify;
}

div#banner3 img {
    padding-right: 15px;
}

.lang-active {
    font-weight: bold;
}

/*+++Навигация+++*/
.navigation, .pagination {
    text-align: center;
}

.navigation ul, .pagination ul {
    display: inline-block;
    list-style: none;
}

.navigation li, .pagination li {
    display: inline-block;
    line-height: 38px;
    margin-right: 3px;
}

.navigation .btn, .pagination .btn {
    padding: 8px;
}

.navigation .pagination-end, .pagination .pagination-end {
    margin-right: 18px;
}

.navigation .pagenav, .pagination .pagenav {
    border: 1px solid #808080;
    display: block;
    font-weight: bold;
    padding: 3px;
}

.navigation a.pagenav:hover, .pagination a.pagenav:hover {
    border: 1px solid #444444;
    color: #FFFFFF;
    text-decoration: none;
}

.navigation span.pagenav, .pagination span.pagenav {
    cursor: default;
}

.navigation .pagesInfo, .pagination .pagesInfo {
    color: #666666;
    display: inline-block;
    line-height: 38px;
}

/*---Навигация---*/
/*+++Служебные_таблицы+++*/
form.filters table, .viewtable {
    border-collapse: collapse;
    cursor: default;
    table-layout: fixed;
    width: 100%;
}

form.filters.editForm.modalNot table {
    table-layout: auto;
}

.viewtable {
    margin-bottom: 6px;
}

col.number {
    width: 31px;
}

col.fam_rus, col.fam_eng {
    width: 155px;
}

col.name_rus, col.otch_rus, col.name_eng, col.otch_eng {
    width: 31px;
}

col.zvanie {
    width: 79px;
}

col.stepen {
    width: 86px;
}

col.jrn_year {
    width: 39px;
}

col.issue {
    width: 31px;
}

col.abs_number {
    width: 31px;
}

col.authors_id {
    width: 150px;
}

col.page_1, col.page_2 {
    width: 31px;
}

col.pdf, col.zip, col.doc_rus, col.doc_eng, col.add_files {
    width: 45px;
}

col.placement_date {
    width: 100px;
}

col.created_at {
    width: 100px;
}

col.status {
    width: 75px;
}

col.manage {
    width: 31px;
}

.filters {
    background-color: transparent !important;
}

.filters td {
    border: 0 none;
    overflow: visible;
    padding: 3px;
    white-space: normal;
}

.filters input, .filters select {
    width: 100%;
}

.viewtable .header {
    border: 1px solid #666666;
}

.viewtable tr td, .viewtable tr th {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px;
    text-overflow: ellipsis;
}

.viewtable tr th {
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.viewtable tr td {
    border: 1px solid #E0E0E0;
    height: 24px;
    white-space: nowrap;
}

.viewtable tr td {
    white-space: normal;
}

.viewtable tr td p {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px;
    text-overflow: ellipsis;
}

.viewtable tr td.edit, .viewtable tr td.delete {
    text-align: center;
}

.hidden {
    display: none;
}

.viewtable tr:nth-child(even) {
    background-color: #F0F0F0;
}

.viewtable tr:hover {
    background-color: #E8E8E8;
}

.viewtable.ratingArticles col.jrn_year {
    width: 65px;
}

.viewtable.ratingArticles col.issue {
    width: 85px;
}

.viewtable.ratingArticles col.manage {
    width: 45px;
}

.viewtable.ratingArticles tr td, .viewtable.searchArticles tr td {
    white-space: normal;
}

span.selected {
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

input, button, .btn, select, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    padding: 3px;
    transition: all 0.218s ease 0s;
    -moz-transition: all 0.218s ease 0s;
    -webkit-transition: all 0.218s ease 0s;
    -o-transition: all 0.218s ease 0s;
}

input, select, textarea {
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
}

textarea {
    resize: vertical;
    height: 59px;
}

.btn {
    background-color: #F0F0F0;
    border-color: #D9D9D9 #D9D9D9 #C0C0C0;
    color: #000000;
}

option {
    padding: 0px 5px 0px 3px;
}

input.disabled, select.disabled, textarea.disabled {
    border-color: #C0C0C0 #D9D9D9 #D9D9D9 !important;
    box-shadow: none !important;
    color: #888888 !important;
    cursor: default !important;
}

.btn.disabled {
    background-color: #F0F0F0 !important;
    border-color: #D9D9D9 #D9D9D9 #C0C0C0 !important;
    box-shadow: none !important;
    color: #888888;
    cursor: default !important;
}

input:hover, select:hover, textarea:hover {
    border-color: #A0A0A0 #B9B9B9 #B9B9B9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.btn:hover {
    background-color: #F4F4F4;
    border-color: #B9B9B9 #B9B9B9 #A0A0A0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-decoration: none;
}

input:focus, select:focus, textarea:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.btn:focus {
    background-color: #E0E0E0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3) inset;
}

input.control {
    background-color: transparent;
    border: 0px none;
    color: transparent;
    cursor: pointer;
    height: 24px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 100%;
    transition: none;
    min-width: 24px;
    white-space: nowrap;
    width: 24px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

input.control:hover, input.control:focus, input.control:active {
    box-shadow: none;
}

input.control {
    background-position: top;
    background-repeat: no-repeat;
    padding: 0;
}

input.control.disabled {
    background-position: bottom !important;
    color: transparent !important;
}

input.control:hover {
    background-position: center;
}

input.control:active {
    background-position: top;
}

input.control.published {
    background-image: url("../images/icons/round_ok_24x72.png");
}

input.control.unpublished {
    background-image: url("../images/icons/error_24x72.png");
}

div.curtain {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0px;
    position: fixed;
    right: 0 xp;
    top: 0px;
    width: 100%;
}

form.editForm {
    background-color: #FFFFFF;
    cursor: default;
    padding: 20px;
}

form.editForm.modal {
    box-shadow: 0px 0px 10px #000000;
    position: absolute;
}

.modalNotBox {
    margin-bottom: 1em;
    text-align: center;
}

form.editForm.modalNot {
    box-shadow: 0px 1px 2px #A0A0A0;
}

form.editForm.modalNot {
    margin: 0 auto;
    width: 80%;
}

form.editForm table {
    border: 0px none;
    border-collapse: collapse;
}

form.editForm table td {
    padding: 2px;
}

form.editForm fieldset {
    border: 1px solid #E0E0E0;
    padding: 3px 3px 0;
}

form.editForm fieldset legend {
    border: 1px solid rgb(224, 224, 224);
    padding: 1px 3px;
}

fieldset > select, fieldset > .customComponent, fieldset > input {
    margin-bottom: 3px;
    min-width: 100% !important;
}

form.editForm .field {
    text-align: left;
}

form.editForm .field input, form.editForm .field select, form.editForm .field textarea {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    min-width: 600px;
}

form.editForm .field .input-append .date {
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: -39px;
    min-height: 28px;
    padding-right: 46px;
    width: 100%;
}

form.editForm.modalNot .field > td:last-child {
    width: 100%;
}

form.editForm.modalNot .field label {
    white-space: nowrap;
}

form.editForm.modalNot .field label[for='rec_confirm'] {
    /*white-space: normal*/
}

form.editForm.modalNot .field input, form.editForm.modalNot .field select, form.editForm.modalNot .field textarea {
    min-width: 100%;
}

form.editForm .field .isFieldBox input, form.editForm .field .issueBox input {
    min-width: 100%;
}

form.editForm .field input.checkbox {
    min-width: auto;
    text-align: center;
    margin: 0 auto;
}

form.editForm .field input.checkbox {
    width: auto;
    float: left;
}

form.editForm .field .isFieldBox {
    float: right;
    margin: 0.5em;
    position: relative;
}

form.editForm .field .fieldBox {
    margin-right: 25px;
}

form.editForm p.buttons {
    padding: 2px;
}

/*---Служебные_таблицы---*/
/*+++SmartSelect+AuthorSet+++*/
.customComponent {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
    position: relative;
}

div.external {
    background-color: #F0F0F0;
    background-image: url("../images/icons/select_arrows_15x50.png");
    background-position: right top;
    background-repeat: no-repeat;
    border-color: #D9D9D9 #D9D9D9 #C0C0C0;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    overflow: hidden;
    padding: 3px 15px 3px 3px;
    text-overflow: ellipsis;
    transition: border-color 0.218s ease 0s, box-shadow 0.218s ease 0s;
    -moz-transition: border-color 0.218s ease 0s, box-shadow 0.218s ease 0s;
    -webkit-transition: border-color 0.218s ease 0s, box-shadow 0.218s ease 0s;
    -o-transition: border-color 0.218s ease 0s, box-shadow 0.218s ease 0s;
    white-space: nowrap;
}

div.external:hover {
    border-color: #B9B9B9 #B9B9B9 #A0A0A0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset;
}

.internal.view {
    border: 0 none !important;
    height: 0 !important;
    min-width: 100% !important;
    opacity: 0;
    padding: 0 !important;
    width: 1px !important;
}

.inProcess > div.external {
    background-position: right bottom;
    border-color: #B9B9B9 #B9B9B9 #A0A0A0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1) inset;
}

.dropDown {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #F0F0F0;
    border-color: #D9D9D9 #D9D9D9 #C0C0C0;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    margin: 0px 0px 0px 0px;
    max-width: 500px;
    min-width: 100%;
    position: absolute;
    z-index: 2;
}

.authorSet .dropDown {
    padding: 3px;
}

.approveAuthor .dropDown {
    max-width: none;
}

.inProcess > .dropDown {
    display: block;
}

.dropDown input, .dropDown select, .dropDown textarea, .dropDown .customComponent {
    margin-bottom: 3px;
}

/*+++SmartSelect+++*/
.smartSearchBox {
    border-bottom: 1px solid #D9D9D9;
    padding: 3px;
}

.smartSearch {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #FFFFFF;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    padding: 3px;
    width: 100%;
}

.elementSet {
    background-color: #FFFFFF;
    list-style: none;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

.elementSet li {
    font-size: 13px;
    overflow: hidden;
    padding: 1px 17px 0px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elementSet li:hover {
    background-color: #3399ff;
    color: white;
    cursor: default;
}

form.editForm .field .dropDown input.control {
    display: inline;
    min-width: 24px;
}

/*---SmartSelect---*/
/*+++ApproveAuthor+++*/
.approveAuthor table {
    width: 100%;
}

.approveAuthor td.mod_auth {
    vertical-align: top;
}

.approveAuthor h6#fio {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 0.5em;
    margin-left: 2px;
    padding-bottom: 0.25em;
    text-align: center;
}

.approveAuthor p {
    line-height: 1.125em;
}

.approveAuthor p span.label {
    display: block;
    font-weight: bold;
    white-space: nowrap;
}

.approveAuthor p span.value {
    display: block;
    margin-left: 0.5em;
}

/*---ApproveAuthor---*/
/*+++Subscribe+++*/
.issuesBox {
    margin-top: 1px;
}

.issueBox {
    background-color: #F0F0F0;
    display: inline-block;
    margin-right: 1px;
    padding: 2px;
}

.issueBox > p {
    padding: 0;
    text-align: center;
}

/*---Subscribe---*/
/*+++Меню+++*/
/*.module_menu {
	border: 1px solid #E0E0E0;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 4px 5px 4px 4px;
}
.module_menu h4{
	cursor: default;
	padding: 0px;
	text-align: center;
	font-weight: normal;
}
.module_title_menu {
	padding-bottom: 4px;
	background-color: #F0F0F0;
}*/
.module_main_menu {
    border: 1px solid #E0E0E0;
    border-bottom: 0px none;
    font-size: 12px;
    padding: 4px 5px 0px 4px;
}

.module_jrn_menu {
    border: 1px solid #E0E0E0;
    border-top: 0px none;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0px 5px 4px 4px;
}

ul.menu, ul.menu ul {
    list-style: none outside none;
    padding: 0;
    font-size: 12px;
}

ul.menu li {
    position: relative;
    padding: 0;
}

ul.menu li.active > a, ul.menu li.hover > a {
    color: #FFFFFF;
    opacity: 1;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

ul.menu li a {
    color: #808080;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    text-align: left;
    text-decoration: none;
}

ul.menu li ul li {
    margin: 0;
}

ul.menu li ul li a {
    color: #FFFFFF;
    opacity: 0.9;
    padding: 5px 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

ul.menu li span.separator {
    color: #333333;
    cursor: default;
}

div.archive_container ul {
    left: -100%;
    position: relative;
    transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    -ms-transition: left 0.3s ease-in-out 0s;
}

ul.menu li.hover > .archive_container > ul {
    left: 0;
}

.archive_container.ovflow {
    overflow: visible;
}

div.archive_container {
    left: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: visibility 0.3s step-end 0s;
    -webkit-transition: visibility 0.3s step-end 0s;
    -o-transition: visibility 0.3s step-end 0s;
    -moz-transition: visibility 0.3s step-end 0s;
    -ms-transition: visibility 0.3s step-end 0s;
    visibility: hidden;
    z-index: 1;
}

ul.menu li.hover > .archive_container {
    transition: visibility 0.3s step-start 0s;
    -webkit-transition: visibility 0.3s step-start 0s;
    -o-transition: visibility 0.3s step-start 0s;
    -moz-transition: visibility 0.3s step-start 0s;
    -ms-transition: visibility 0.3s step-start 0s;
    visibility: visible;
}

/*---Меню---*/
.tile {
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0 5px 10px;
    padding: 5px;
}

/*+++Цепочка ссылок+++*/
.breadcrumbs a.pathway {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.breadcrumbs a.pathway:hover {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.breadcrumbs span {
    cursor: default;
}

/*---Цепочка ссылок---*/
/*+++Миниатюра журнала ISSN+++*/
.home_left {
    float: left;
    width: 200px;
}

.home_right {
    margin-left: 220px;
}

.issn {
    text-align: center;
}

/*---Миниатюра журнала ISSN---*/
/*+++Прочие журналы+++*/
#other_journals {
    padding-bottom: 0;
}

.thumb img {
    max-width: 100%;
    width: 100%;
}

/*---Прочие журналы---*/
.mod-languages {
    line-height: 31px;
}

.search input.inputbox {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 1px 0;
}

.search input.button {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-left: 4px;
    padding: 0 6px;
}

.clear_float {
    border: 0 none;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

#no_footer {
    min-height: 100%;
    min-width: 725px;
}

#header_top {
    height: 110px;
}

#header_link {
    float: left;
    height: 110px;
    width: 575px;
}

#header_link a {
    display: block;
    height: 110px;
}

#header_top_right {
    float: right;
    height: 110px;
    padding: 0 10px;
    width: 160px;
}

#header_search {
    height: 79px;
    text-align: center;
}

#header_search .custom {
    padding-top: 20px;
}

#header_lang {
    height: 31px;
    text-align: center;
}

#header_line {
    height: 15px;
    padding-top: 0;
}

#navigator, #today {
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

#today {
    float: right;
    text-align: center;
    width: 150px;
}

#main {
    padding: 10px 5px 51px;
    position: relative;
}

#west_side {
    float: left;
    width: 190px;
}

#east_side {
    float: right;
    width: 160px;
}

#center_side {
    margin: 0 165px 0 195px;
    padding: 20px;
    position: relative;
}

#footer {
    height: 30px;
    margin-top: -41px;
    min-width: 725px;
    padding: 5px;
}

#footer p {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    text-align: center;
}

table.journal {
    border-collapse: collapse;
    margin: 0 auto;
    width: 70%;
}

table.journal td {
    border: 1px solid #CCCCCC;
    padding: 5px;
}

table.journal td.separator {
    background-color: #F0F0F0;
}

table.articles {
    border-collapse: collapse;
    margin: 0 auto;
    width: 80%;
}

table.articles tr.issue-rubric td {
    font-size: 16px;
    padding: 20px 20px 5px;
}

table.articles tr.article td {
    vertical-align: top;
    padding: 0 0.5em 1em;
}

.article-attach {
    white-space: nowrap;
}

span.size {
    line-height: 32px;
    vertical-align: top;
}

div.year {
    cursor: default;
    display: inline-block;
    margin: 2px 0;
    vertical-align: top;
}

div.year p.year_title {
    padding: 0px 2px 2px;
}

div.year p.issue_row {
    padding: 2px;
}

div.year input {
    height: 30px;
    width: 30px;
}

div.year input.year_button {
    width: 132px;
}

/*+++jValidation+++*/
label.errorLabel {
    color: red;
}

input.error, select.error, textarea.error, .external.error {
    background-color: #FFE0E0;
}

/*---jValidation---*/
/*+++ToolTip+++*/
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.in {
    opacity: 0.75;
}

.tooltip {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    max-width: 400px;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000000;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.tooltip-arrow {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}

.tooltip-inner {
    max-width: none;
    text-align: left;
    text-shadow: none;
}

.tooltip-inner {
    background-color: #000000;
    border-radius: 4px;
    color: #ffffff;
    max-width: 200px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}

/*---ToolTip---*/
body > a.btn.jmodedit {
    display: none !important;
}

div.item-page ul.actions {
    display: none;
}

.input-append .btn {
    border-radius: 0 3px 3px 0;
    display: inline-block;
    height: 28px;
    line-height: 18px;
    margin-left: -1px;
    padding: 4px 12px;
    vertical-align: top;
    width: 40px;
}

.icon-calendar:before {
    content: "C";
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "IcoMoon";
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    width: 14px;
}

/*---Joomla---*/
/*+++countryStatistic+++*/
.countryStatistic .countryText {
    padding: 0;
}

.countryStatistic .countryDiagram {
    height: 1em;
}

/*---countryStatistic---*/
/*+++Страница_Входа+++*/
#loginContainer,
.remind,
.reset {
    background-color: white;
    box-shadow: 0 1px 2px #a0a0a0;
    margin: 40px auto 0;
    padding: 20px;
    width: 300px;
}

#loginContainer fieldset,
.remind fieldset,
.reset fieldset {
    border: 1px none transparent;
}

#loginContainer .login-description, #loginContainer .logout-description {
    font-size: 36px;
    font-weight: 100;
    line-height: 36px;
    margin: 0 0 20px;
    text-align: center;
}

#loginContainer .control-group,
.remind .control-group,
.reset .control-group {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

#loginContainer .control-group .star,
.remind .control-group .star,
.reset .control-group .star {
    display: none;
}

#loginContainer .control-group .controls input,
.remind .control-group .controls input,
.reset .control-group .controls input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
    padding: 8px;
    vertical-align: middle;
    width: 100%;
}

#loginContainer #remember.inputbox {
    line-height: 15px;
    margin: 4px;
    vertical-align: middle;
    width: auto;
}

#loginContainer .controls button.btn.btn-primary,
.remind .form-actions button.btn.btn-primary,
.reset .form-actions button.btn.btn-primary {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 8px;
    width: 300px;
}

#loginContainer li {
    display: inline;
    margin-right: 20px;
}

#loginContainer .message {
    margin: 20px;
}

/*---Страница_Входа---*/
/*+++Простой_поиск+++*/
#header_search .searchTable {
    border-collapse: collapse;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

#header_search .searchTable td .text {
    width: 100%;
}

#header_search .searchTable .okButton {
    padding-left: 0.5em;
    width: 29px;
}

/*---Простой_поиск---*/
/*+++Поиск_по_автору+++*/
.searchBoxHeader {
    cursor: default;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

#east_side .searchTable {
    border-collapse: collapse;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

#east_side table.searchTable td.okButton {
    padding-left: 0.5em;
    width: 29px;
}

#east_side table.searchTable td.okButton .btn {
    line-height: 17px;
}

#east_side table.searchTable td .smartSelect .dropDown {
    right: 0;
}

/*---Поиск_по_автору---*/
/*+++Внешний_поиск+++*/
.yandexSearchBox .b-wrapper {
    clear: none;
}

.googleSearchBox {
    margin: 0 -1em;
    padding: 0 8px;
}

.googleSearchBox input, .googleSearchBox button, .googleSearchBox .btn, .googleSearchBox select, .googleSearchBox textarea {
    box-sizing: content-box;
}

.googleSearchBox input:focus, .googleSearchBox select:focus, .googleSearchBox textarea:focus, .googleSearchBox input:hover, .googleSearchBox select:hover, .googleSearchBox textarea:hover {
    box-shadow: none;
}

/*---Внешний_поиск---*/
.bad {
    color: #b94a48;
    font-weight: bold;
}

table.viewtable tr.warning {
    background-color: #f2dede;
}

table.viewtable tr.warning td {
    border-color: #eed3d7;
    color: #b94a48;
    font-weight: bold;
}

table.viewtable tr.warning td p {
    color: #b94a48;
}

h1.title {
    font-size: 32px;
    font-family: roboto condensed;
    padding: 0px 0px 8px;
}

.article .authors {
    font-size: 14px;
    font-weight: bold;
}

.dolzhs {
    font-size: 12px;
}

.info-about-author {
    white-space: pre-wrap;
}

/* 25.05.17 */
.home_right {
    margin-left: 220px;
    width: auto;
    /*max-width: 600px;*/
}

@media (min-width: 768px) {
    .show-sm {
        display: none;
    }
}

@media (max-width: 768px) {
    .show-sm {
        display: block;
    }

}

.minw600 {
    width: 100%;
    max-width: 600px;
}

.home_border {
    padding: 5px;
    background-color: #E9F0F4;
    border: 1px #497B49 solid;
    text-align: left;
    margin-bottom: 10px
}

.home_left > div {
	max-width: 188px;
}

.home_left > div p,
.home_left > div li
 {
	text-align: left;
 }
 
 #header_link a, .mod-languages {
    line-height: 20px;
    margin: 0px auto !important;
}