html,
body {
    height: 100%;
/*    background-image: url('../../mediafiles/files/road_10_2-23.jpg');*/
/*    background-image: url('../mediafiles/files/road_10_2023.jpg');*/
    background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 85px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
th {
    vertical-align: middle!important;
}
.spinner, .saving-order {
    display: block;
    width: 100%;
    height: 20px;
    background: url('../img/loading.gif') no-repeat;
    background-size: contain;
}
.row-margin {
    margin: 15px 0 15px 0
}
.row-padding {
    padding: 15px 0 15px 0
}
.coauthors-list {
    width: 50%;
}
.site-login {
    width:50vw;
    margin: 0 auto;
}
.coauthors-list li {
    list-style-type: none;
}
.article-list {
    margin: 0 auto;
    padding: 0;
    max-height: 700px;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 5px 0 5px;
    border-left: none;
    border-right: none;
    transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    -ms-transition: height .3s ease-in-out;
}
.articles-table {
    word-wrap: break-word;
    table-layout: fixed;
}
.article-list li {
    list-style: none;
    background-color: rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(
         90deg,
         #337AB7 10px,
         #EEE 10px,
         #EEE 11px,
         transparent 11px);
    padding: 10px 15px 10px 25px;
    border: 1px solid #CCC;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
}
fieldset.fieldset-style {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 4px;
    margin: 15px 0 15px 0;
    border-radius: 4px;
}
legend.legend-style {
    font-size: 90%;
    color: black;
    background-color: transparent;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 14px;
    width: auto;
    border-bottom: 0px;
}
.article-profile {
    width: 100%;
    display: inline-block;
}
.article-tag {
    font-size: 85%
}
.comment-field {
    resize:none;
}
.blue-border-color {
    border-color: #337ab7;
}
.shadow-0 {
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    padding: 10px;
}
/*finder*/
.kcf-input-group .input-group {
    width: 100%;
    margin: 10px 0 10px 0;
}
.kcf-input-group .input-group .kcf-thumbs {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;s
}
.kcf-input-group .input-group .kcf-thumbs li img {
    width: 100%;
    /*height: 100%;*/
}
/*.current-thumbnail img {
    max-width: 60%;
    margin: 10px;
}*/
.input-group.date {
    width: 300px;
}

.addArticle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    bottom: 100px;
    cursor: pointer;
    height: 66px;
    position: fixed;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: background-color,-webkit-box-shadow;
    right: 20px;
    transition-property: background-color, box-shadow;
    width: 66px;
    background-color: forestgreen;
    z-index: 2;
}

.addArticle a {
    right: -20px;
    top:20px;
    color: white;
    font-size: 25px;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
}

.article h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
} 

.addArticle:hover {
    box-shadow: 0 6px 3px rgba(0,0,0,.3)
}

form div.required label.control-label:after {
    content:"\2217";
    color:red;
    vertical-align:super;
    font-size: 10px;
}

.container {
    width: 90%;
}