html, body{
    font: 14px 'Open Sans', 'Tahoma', sans-serif;
    background:#f4f3f3;
    min-width: 400px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height:1.25;
}
h2{
    margin-bottom:20px;
}
.clear{
    clear: both;
}
.header{
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.9);
    padding:10px 0 15px;
    margin-bottom:50px;
    min-width:400px;
}
.content.container{
    padding-top:110px;
}
.rounded {
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}
.rounded:last-child{
    border-bottom: none;
}
.rounded .col-md-3 .btn-group-sm{
    margin-bottom: 0;
}
.rounded .thumbnail{
    display: inline-block;
}
.autocomplete-suggestions {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background: #FFF;
    overflow: auto;
    margin-top: 3px;
}
.autocomplete-suggestion{
    padding: 5px 20px;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-selected{
    background: #F0F0F0;
}
.autocomplete-group {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px 5px;
}
.autocomplete-group strong{
    font-weight: normal;
    color: #777;
}
.autocomplete-suggestion strong {
    font-weight: normal;
    color: #337ab7;
}
.folder_checkbox {width: 20px; float: left;}
.pos-rel{
    position: relative;
}
.top_link{
    color: #222222;!important;
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;
    border: 5px solid transparent;
    border-right-width: 0;
    border-left-color: #cccccc;
    margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

/*------------------- Header ------------------*/
.header{
    height:auto;
}
.header-logo{
    height:60px;
    line-height:60px;
}
.header-info{
    /*text-align: right;
    white-space: nowrap;*/
    height:60px;
    /*text-align: center;*/
}
    .header-info:before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width:1px;
        height:100%;
        margin-left:-5px;
    }
.main-nav{
    display: inline-block;
    vertical-align: middle;
    margin:0;
    padding:0;
}
    .main-nav-item{
        display: inline-block;
        vertical-align: middle;
        list-style-type:none;
        line-height:24px;
        padding:0 8px;
        text-decoration: none;
        border-radius:12px;
        margin:2px 0;
    }
    .main-nav-item a{
        color: #000;
        font-size:14px;
    }
    .main-nav-item.active{
        /*background-color: #3cb878;*/
    }
    .main-nav-item.active a{
        color: #43b77a;
        pointer-events: none;
        font-weight:800;
    }
    .main-nav-item a:hover,
    .main-nav-item a:focus{
        opacity:0.8;
        text-decoration: none;
    }
.header-search{
    display: inline-block;
    vertical-align: middle;
    margin-left:15px;
    white-space:nowrap;
}
    .header-search-input{
        display: inline-block;
        vertical-align: middle;
        margin-right:10px;
        height:26px;
        border-radius: 3px;
        border:1px solid #dadada;
        padding:0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width:130px;
        font: 14px/26px 'Open Sans';
    }
    .header-search-input:focus{
        border-color: #a1a1a1;
    }
    .header-search-btn{
        display: inline-block;
        vertical-align: middle;
        width:26px;
        height:26px;
        opacity:0.96;
        background: url(../images/search.png) 0 0 no-repeat;
        cursor: pointer;
        border:none;
        padding:0;
    }
    .header-search-btn:hover{
        opacity:0.8;
    }
.header-logo img{
    max-width:100%;
    max-height: 100%;
}
.header-personal{
    padding-left:0;
    height:60px;
    text-align: right;
    position: relative;
    padding-right:50px;
}
    .header-personal:before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width:1px;
        height:100%;
        margin-left:-5px;
    }
    .personal-links{
        position: relative;
        margin-right:10px;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
        width:70%;
    }
    .personal-links a,
    .personal-links span{
        color: #50b7ff;
        font-weight:700;
        cursor:pointer;
        font-size:14px;
    }
    .personal-links a:hover,
    .personal-links a:focus,
    .personal-links span:hover{
        opacity:0.8;
        text-decoration: none;
    }
    .personal-image{
        display: inline-block;
        vertical-align: middle;
        width:40px;
        height:40px;
        object-fit: cover;
        border-radius: 50%;
    }
    /*.personal-links:after{*/
        /*position: absolute;*/
        /*content: '';*/
        /*width:38px;*/
        /*height:38px;*/
        /*background:url(../images/avatar.png) 0 0 no-repeat;*/
        /*right:0;*/
        /*top:-15px;*/
    /*}*/
.user-menu{
    right:15px;
    left:auto;
    top:75px;
    border-radius:0;
    width:300px;
    margin-top:0;
    border: 1px solid #e2e5e6;
    background: #fbfeff;
    padding:0;
}
    .user-menu > li > a{
        display: block;
        width: 100%;
        height: 65px;
        padding-top: 23px;
        padding-left: 20px;
        text-decoration: none;
        border-bottom: 1px solid #e2e5e6;
    }
/*------------------ /Header ------------------*/
/*------------------ Sidebar ------------------*/
.sidebar-block{
    margin-bottom:50px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #bfbfbf;
}
    .sidebar-block-title{
        font-size:18px;
        text-align: center;
        color: #fff;
        background-color: #50b7ff;
        padding:15px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height:1em;
        margin: 0;
    }
    .sidebar-block-content{
        padding:15px 20px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
.statistic-row{
    margin-bottom:15px;
}
    .statistic-name{
        display: inline-block;
        width:74%;
        text-transform: uppercase;
        font-weight:normal;
    }
    .statistic-quantity{
        display: inline-block;
        width:24%;
        font-weight:700;
    }
    .statistic-name a{
        color:#333;
    }
.classifier-item{
    margin-bottom:30px;
    margin-top:10px;
}
    .classifier-icon{
        margin-bottom:5px;
        text-align: center;
    }
    .classifier-title{
        font-weight:600;
        color: #50b7ff;
        text-align: center;
        padding-bottom:5px;
        text-transform: uppercase;
    }
    .classifier-links{
        text-align: center;
        padding-top:8px;
        margin:0 -20px;
        border-top:1px solid rgba(45, 177, 238, 0.5);
    }
    .classifier-links-item{
        font-weight:700;
        text-decoration: none;
        padding:0 8px;
        margin:0 5px;
        border-radius:3px;
        height:24px;
        line-height:22px;
        color: #50b7ff;
        border-radius: 3px;
    }
    .classifier-links-item.active{
        color: #fff;
        background:#43b77a;
        pointer-events: none;
    }
    .classifier-links-item:hover,
    .classifier-links-item:focus{
        text-decoration: none;
        opacity:0.8;
        color: #50b7ff;
    }
/*----------------- /Sidebar ------------------*/
/*------------------ Content ------------------*/
/* @todo Вернуть большую картинку, когда будет блок с поиском */
.hero-image{
    /*min-height: 270px;*/
    /*padding-top:130px;*/
    min-height:270px;
    padding-top:80px;
    background: url(../images/hero-img.jpg) center 23% no-repeat;
    background-size: cover;
    padding-bottom:50px;
}
    .hero-image + .content.container{
        padding-top:0;
    }
    .hero-image-button,
    .btn.hero-image-button{
        height: 60px;
        line-height:47px;
        font-size:20px !important;
        max-width:500px;
        width:90%;
        margin-top:50px;
    }
.hero-image-text{
    width:100%;
    max-width:800px;
    margin:0 auto;
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0 0 30px 15px rgba(0,0,0,0.6);
    padding:20px;
    color: #fff;
}
    .hero-image-text p{
        font-size:18px;
    }
    .hero-image-text li{
        font-size:16px;
        margin-bottom:5px;
    }
    .hero-image-text a, .hero-image-text a:hover{
        color: #50b7ff;
    }
.index-search-block{
    width:100%;
    max-width:900px;
    margin:0 auto;
}
    .index-search-block .big-search-block{
        margin-bottom:0;
    }
.search-line{
    position: relative;
}
    .search-btn{
        position: absolute;
        z-index: 10;
        top:3px;
        right:5px;
        width: 22px;
        height:22px;
        background-size: cover;
        background: url(../images/search-med.png) 0 0 no-repeat;
        border: none;
    }
.author-search{
    border: 1px solid #ccc;
    position: relative;
    margin-bottom:20px;
}
.isb-tabs{
    border-bottom:none;
}
    .isb-tabs > li{
        margin-top:0;
    }
    .isb-tabs > li > a{
        color:#fff;
        font-size:16px;
        background-color: #43b77a;
        border:none;
        margin-right:5px;
        border-radius: 0;
    }
    .isb-tabs > li > a:hover{
        opacity:0.9;
        background-color: #43b77a;
    }
    .isb-tabs > li.active > a,
    .isb-tabs > li.active > a:focus,
    .isb-tabs > li.active > a:hover{
        background-color: #50b7ff;
        border:none;
        color:#fff;
        pointer-events: none;
    }
.front-checkbox input[type="checkbox"] {
    display: none;
}
.front-checkbox label{
    cursor: pointer;
}
    .front-checkbox label:before{
        content:'\2714';
        display: inline-block;
        width: 16px;
        height: 16px;
        padding: 0;
        border: 1px solid #50b7ff;
        border-radius: 0;
        background: #fff;
        text-align: center;
        margin-right:7px;
        font-size:14px;
        line-height:15px;
        font-weight:800;
        color: #fff;
    }
    .front-checkbox input:checked + label:before{
        color:#50b7ff;
    }
.front-radio input[type="radio"]{
    display: none;
}
.front-radio label{
    cursor: pointer;
}
    .front-radio label:before{
        content:'';
        display: inline-block;
        width: 16px;
        height: 16px;
        padding: 0;
        border: 1px solid #50b7ff;
        border-radius: 50%;
        background-color: #fff;
        margin-right:7px;
        position: relative;
        top: 2px;
    }
    .front-radio input:checked + label:before{
        background-color:#50b7ff;
        border: 1px solid #fff;
    }
.isb-content{
    margin-top:75px;
}
    .isb-content .tab-pane{
        background-color: #50b7ff;
        padding:10px;
    }
    .isb-content .big-search-input{
        border-radius: 0;
    }
    .isb-content label{
        font-weight:normal;
    }
    .isb-row{
        margin-bottom:15px;
    }
    .isb-row:last-child{
        margin-bottom:0;
    }
    .isb-checkbox,
    .isb-radio{
        display: inline-block;
        vertical-align: middle;
        margin-right:8px;
        line-height:28px;
    }
    .isb-checkbox:last-child{
        margin-right:0;
    }
    .isb-checkbox label:before{
        border: none;
    }
    .isb-radio label{
        margin-bottom:0;
    }
    .isb-radio label:before{
        border: 1px solid #fff;
    }
    .front-radio input:checked + label:before{
        border-width: 3px;
    }
    .isb-range{
        display: none;
        margin-left:10px;
    }
    .isb-range input{
        width:120px;
        margin:0 3px;
    }
    .front-radio input:checked ~ .isb-range{
        display: inline-block;
    }
    .isb-row select{
        /*width:100%;*/
        height:28px;
    }
    .isb-row input[type="text"]{
        padding: 0 10px;
        height:28px;
        font:14px/28px 'Open Sans';
        background-color: #fff;
        border: none;
        border-radius: 0;
    }
    .isb-row input[type="text"]::-webkit-input-placeholder {opacity:0.8; font-style:italic;}
    .isb-row input[type="text"]::-moz-placeholder          {opacity:0.8; font-style:italic;}/* Firefox 19+ */
    .isb-row input[type="text"]:-moz-placeholder           {opacity:0.8; font-style:italic;}/* Firefox 18- */
    .isb-row input[type="text"]:-ms-input-placeholder      {opacity:0.8; font-style:italic;}
    .isb-textarea{
        width:100%;
        height:100px;
        resize:none;
        border-radius:0;
        border: none;
        padding: 0 10px;
        font:14px/28px 'Open Sans';
        background-color: #fff;
    }
    .isb-textarea::-webkit-input-placeholder {opacity:0.8; font-style:italic;}
    .isb-textarea::-moz-placeholder          {opacity:0.8; font-style:italic;}/* Firefox 19+ */
    .isb-textarea:-moz-placeholder           {opacity:0.8; font-style:italic;}/* Firefox 18- */
    .isb-textarea:-ms-input-placeholder      {opacity:0.8; font-style:italic;}
    .isb-file .file-caption-main{
        border: 1px solid #fff;
    }
    .isb-file .form-control,
    .isb-file .form-control:focus,
    .isb-file .form-control:hover{
        border:none;
    }
    .tooltip-wrapper{
        position: relative;
    }
    .tooltip-wrapper input[type="text"]{
        width: 100%;
        padding-right:25px;
    }
    .tooltip-here{
        display: inline-block;
        position: absolute;
        top:6px;
        right:5px;
        width:16px;
        height:16px;
        line-height:16px;
        color:#fff;
        border-radius: 50%;
        background-color: #333;
        font-weight:700;
        cursor: help;
        text-align: center;
    }
    .tooltip-here + .tooltip{
        width:200px;
    }
    .isb-row .bootstrap-select .dropdown-menu{
        border-radius: 0;
        margin-top:0;
        border: none;
    }
    .isb-row .bootstrap-select .dropdown-toggle{
        border:none;
        margin-bottom:1px;
    }
.news-block{
    margin-top:50px;
}
    .news-item{
        margin-bottom:20px;
    }
    .news-title{
        margin-top:0;
        margin-bottom:3px;
    }
    .news-title a:hover{
        text-decoration: none;
        opacity:0.8;
    }
    .news-date{
        margin-bottom:8px;
        font-size:0.9em;
        opacity:0.9;
    }
    .news-text{
        margin-top:10px;
    }
    .news-text p{
        font-size:14px;
        line-height:1.25em;
    }
    .news-text ul{
        padding-left:20px;
    }
    .news-text ul li{
        line-height:1.25em;
        margin-bottom:3px;
    }
.new-publication{
    margin: 30px 0;
    padding-top:30px;
    /*border-top:1px solid #ccc;*/
}
    .new-publication .objects-item{
        background-color: #fff;
        padding: 15px;
    }
    .new-publication .objects-item-link{
        position: static;
    }
    .new-publication:first-child{
        border-top:none;
    }
.breadcrumbs{
    margin-bottom:30px;
}
    .breadcrumbs .separ{
        opacity:0.9;
        font-size:0.9em;
        margin:0 3px;
    }
.content{
    padding-top:115px;
}
.content-block{
    margin-bottom:50px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #bfbfbf;
}
    .content-block-inner{
        padding:20px;
    }
    .content-block img{
        max-width:100%;
    }
.content-block-title{
    font-size:18px;
    padding:15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:1px solid #a1a1a1;
    line-height:1em;
}
.content-block-content{
    padding:15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .content-block-content p{
        margin-bottom:20px;
    }
.big-search-block{
    /*background-color: #50b7ff;*/
    padding:10px 20px;
    position: relative;
    margin-bottom:20px;
}
    .big-search-input{
        width:100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border:none;
        padding: 0 55px 0 10px;
        height:28px;
        font:14px/28px 'Open Sans';
        background-color: #fff;
        border-radius: 3px;
    }
    .big-search-input::-webkit-input-placeholder {opacity:0.8; font-style:italic;}
    .big-search-input::-moz-placeholder          {opacity:0.8; font-style:italic;}/* Firefox 19+ */
    .big-search-input:-moz-placeholder           {opacity:0.8; font-style:italic;}/* Firefox 18- */
    .big-search-input:-ms-input-placeholder      {opacity:0.8; font-style:italic;}
    .big-search-btn{
        position: absolute;
        z-index: 10;
        top:13px;
        right:25px;
        width: 22px;
        height:22px;
        background-size: cover;
        background: url(../images/search-med.png) 0 0 no-repeat;
    }
.button-gr{
    display: inline-block;
    text-align: center;
    border-radius:3px;
    cursor: pointer;
    color:#fff;
    min-width:125px;
    padding:0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:38px;
    font-size:18px;
    font-weight:700;
    line-height:38px;
    margin-bottom:20px;
    background-color: #43b77a;
    border: none;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}
    .button-gr:hover{
        opacity:0.8;
        color:#fff;
        text-decoration: none;
    }
    .button-gr:focus{
        color:#fff;
    }
.objects-block{
    /*box-shadow: none;*/
    /*border:1px solid #dadada;*/
    margin-bottom:30px;
}
    .objects-block .content-block-title{
        padding-top:10px;
        padding-bottom:10px;
    }
    .objects-block-title{
        font-size:24px;
        font-weight:700;
        line-height:32px;
    }
    .objects-block-title a{
        text-decoration: underline;
    }
    .objects-block-quantity{
        float: right;
        border-radius:3px;
        color:#fff;
        padding:0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height:32px;
        font-size:22px;
        font-weight:700;
        line-height:30px;
        background-color: #43b77a;
    }
.objects-list{
    position:relative;
}
    .objects-item{
        margin-bottom:20px;
        padding-bottom:35px;
        position: relative;
    }
    .objects-item-image{
        margin-bottom: 15px;
        display: block;
        height:190px;
        border: 1px solid #ddd;
        text-align: center;
    }
    .objects-item-image:before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        height:100%;
        width:1px;
        margin-left:-5px;
    }
    .objects-item-image img{
        max-width:97%;
        max-height:97%;
        display: inline-block;
        vertical-align: middle;
    }
    .objects-item-title{
        font-size:14px;
        margin-bottom:8px;
        height:37px;
        overflow: hidden;
    }
    .objects-item-link{
        position: absolute;
        bottom:0;
        left:15px;
        text-decoration: none;
        display: inline-block;
        color:#fff;
        background-color: #50b7ff;
        height:28px;
        line-height:28px;
        font-size:16px;
        text-align: center;
        padding:0 15px;
        border-radius: 3px;
        -webkit-transition: all 0.15s ease 0s;
        -moz-transition: all 0.15s ease 0s;
        -o-transition: all 0.15s ease 0s;
        transition: all 0.15s ease 0s;
    }
    .objects-item-link:hover,
    .objects-item-link:focus{
        opacity:0.8;
        text-decoration: none;
        color:#fff;
    }
    .objects-list a:hover{
        text-decoration: none;
    }
.slick-slider{
    position: relative;
}
    .slick-arrows{
        position: absolute;
        top:50%;
        width: 100%;
        z-index: 10;
    }
    .slick-left,
    .slick-right{
        position: absolute;
        font-size: 60px;
        color: #2F80ED;
        top: -40px;
        cursor: pointer;
    }
    .slick-left{
        left:-30px;
    }
    .slick-right{
        right:-30px;
    }
    .slick-left:hover,
    .slick-right:hover{
        opacity:0.8;
    }
/*----------------- /Content ------------------*/
/*------------------ Footer -------------------*/
.footer{
    background: #50b7ff;
    padding:0 0 20px;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color:#fff;
}
    .footer-nav{
        margin:0;
        padding:0;
    }
    .footer-nav-item{
        display: inline-block;
        vertical-align: middle;
        margin-right:15px;
        list-style-type: none;
        font-weight:600;
        cursor: pointer;
    }
    .footer-nav-item a,
    .footer-nav-item span{
        color:#fff;
    }
    .footer-nav-item a:hover,
    .footer-nav-item a:focus,
    .footer-nav-item span:hover,
    .footer-nav-item span:focus{
        text-decoration: none;
        opacity:0.8;
    }
    .footer-social{
        text-align: right;
    }
    .footer-social a{
        display: inline-block;
        vertical-align: middle;
        height:21px;
        margin-right:15px;
    }
    .footer-social a:hover,
    .footer-social a:focus{
        text-decoration: none;
        opacity:0.8;
    }
    .footer-social .vk{
        background: url(../images/social-icons.png) 0 0 no-repeat;
        width: 30px;
    }
    .footer-social .fb{
        background: url(../images/social-icons.png) -31px 0 no-repeat;
        width: 12px;
    }
    .footer-social .tw{
        background: url(../images/social-icons.png) -45px 0 no-repeat;
        width: 24px;
    }
    .copyright{
        padding-top:10px;
        font-size:13px;
    }
    .copyright a{
        color: #fff;
    }
    .copyright a:hover{
        text-decoration: none;
        opacity:0.8;
    }
/*----------------- /Footer -------------------*/
/*------------------- Popup -------------------*/
.popup-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    display: none;
}
.popup{
    position:absolute;
    top: 100px;
    left: 50%;
    width: 600px;
    margin-left:-300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    max-height:600px;
}
.popup-big{
    width: 900px;
    margin-left:-450px;
    /*overflow-y: auto;*/
}
.popup-close{
    position: absolute;
    width: 31px;
    height: 31px;
    top: -30px;
    right: -30px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50%;
    background: url(../images/close.gif) center center no-repeat;
    transition: opacity 0.1s linear;
    background-color: #fff;
}
.popup-close:hover{
    opacity:0.8;
}
.popup-title{
    font-size:25px;
    color: #383c48;
    margin-bottom:30px;
    font-weight:700;
}
.popup-subtitle{
    font-size:16px;
    font-weight:400;
}
.popup-content{
    padding-bottom:15px;
    overflow-y:auto;
    max-height:400px;
    padding-right:30px;
    margin-right:-30px;
}
    .popup-big .popup-content{
        overflow-y: auto;
    }
    .popup-content .button-gr{
        text-decoration: none !important;
        color:#fff !important;
        margin-bottom:0;
        margin-top:30px;
    }
    .popup-content ul,
    .popup-content ol{
        padding-left:20px;
        margin-bottom:20px;
    }
    .popup-content ul li{
        font-size:15px;
        line-height:1.25em;
        margin-bottom:4px;
    }
    .popup-content ol ul{
        margin-top:10px;
    }
    .popup-content .b24-web-form-popup-btn-22{
        border: none;
        border-radius: 0;
        color:#fff;
        background-color: #50b7ff;
        font:16px 'Open Sans', sans-serif;
        padding:5px 15px;
    }
    .popup-content .b24-web-form-popup-btn-22:hover{
        opacity:0.8;
    }
/*------------------ /Popup -------------------*/

@media (max-width:1000px){
    .popup-close{
        right: 5px;
        top:-36px;
    }
}
@media (max-width:900px){
    .header-info{
        /*white-space:normal;*/
        height:auto;
    }
    .header-info:before{
        display: none;
    }
    .main-nav, .header-search{
        display: block;
        margin-top: 5px;
    }
    .popup-big{
        width:100%;
        left:0;
        margin-left:0;
    }
}
@media(max-width:600px) {
    .popup{
        width:98%;
        left:1%;
        margin-left:0;
    }
}
@media (max-width:500px){
    .personal-image{
        display: none;
    }
    .personal-links{
        width: auto;
        margin-right:0;
    }
}
@media (max-height:800px){
    .popup{
        top:0;
    }
    .popup-close{
        top:5px;
    }
}
/*------------- Styles from styleAdmin.css ---------------*/
p {
    font-size: 16px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    text-shadow:none;
    box-shadow: none !important;
}
.btn-group .btn{
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #50b7ff !important;
    border-color: #50b7ff !important; }
.btn-primary:hover {
    background-color: #299fd6 !important;
    border-color: #299fd6 !important; }
.btn-file{
    border-radius: 0;
    font-size:14px !important;
}
.btn-file .hidden-xs{
    display: none;
}
.btn-success {
    color: #fff;
    background-color: #43b77a !important;
    border-color: #43b77a !important; }
.btn-success:hover {
    background-color: #3ba16b !important;
    border-color: #3ba16b !important; }

.btn-info {
    color: #fff;
    background-color: #5bc0de !important;
    border-color: #5bc0de !important; }
.btn-info:hover {
    background-color: #53b0cb !important;
    border-color: #53b0cb !important; }

.btn-danger {
    color: #fff;
    background-color: #ee3b2d !important;
    border-color: #ee3b2d !important; }
.btn-danger:hover {
    background-color: #c1614e !important;
    border-color: #c1614e !important; }

.btn-inverse {
    color: #fff;
    background-color: #121920 !important;
    border-color: #121920 !important; }
.btn-inverse:hover {
    background-color: #20303b !important;
    border-color: #20303b !important;
    color: #fff !important; }
.btn-inverse:focus {
    background-color: #20303b !important;
    border-color: #20303b !important;
    color: #fff !important; }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important; }
.btn-warning:hover {
    background-color: #eea236 !important;
    border-color: #eea236 !important; }
.list-group{
    box-shadow: none;
}
.form-control {
    border-radius: 0;
    height: 30px;
    padding: 0 6px 0 6px;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #ccc; }

.input-sm {
    height: 15px;
}

.form-group label,
.form-group small{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.form-group .dropdown-toggle,
.bootstrap-select .dropdown-toggle {
    border: 1px solid #ccc;
    border-radius: 0;
    height:30px;
    padding:0 6px;
    font: 400 14px 'Open Sans' !important;
}
.form-group{
    margin-bottom:20px;
}
.control-label,
.form-group label{
    font-size:16px;
    line-height:20px;
    overflow-wrap: break-word;
    color: #707070;
}
.nav-pills > li > a {
    margin-top: 10px;
    font: 400 14px 'Open Sans' !important;
    /*padding: 5px 10px 5px 50px;*/
    padding:5px 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #2db1ee;
    border: 1px solid #2db1ee;
    background-color: #fff;
}.nav-pills > li > a:hover {
    background: #2db1ee;
    color: #fff; }
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #2db1ee; }
.digits-buttons{}
.digits-buttons .input-group-btn:first-child > .btn,
.digits-buttons .btn{
    margin-right:4px !important;
    border-radius: 0;
}
.digits-buttons .btn{
    font-size:14px !important;
    padding:5px 10px 4px;
}
.digits-buttons .btn-danger{
    background: #000033 !important;
    border-color: #000033 !important;
}
.digits-buttons .btn-danger:hover{
    opacity: 0.8;
}
.digits-buttons .form-control{
    padding: 0 5px;
    width:70px;
    font-size: 16px !important;
}
.digits-buttons input::-webkit-outer-spin-button,
.digits-buttons input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
    -moz-appearance:textfield;
}
.digits-buttons + .form-control-feedback{
    right:auto;
    left:160px;
}
.save-btn{
    position: relative;
    padding:0 12px 0 50px;
    height:45px;
    font: bold 16px/45px 'Open Sans';
}
.save-btn:before{
    position: absolute;
    content: '';
    width:29px;
    height:27px;
    left:12px;
    top:9px;
    background:url(../images/save.png) 0 0 no-repeat;
}
.mb0{
    margin-bottom:0;
}
.bg-clear {
    background: none !important;
    border: none !important;
    color: grey !important; }
.bg-clear:hover {
    color: #000 !important; }
.bold{
    font-weight:bold;
}
.light {
    font-weight: 300 !important;
}
.page-header{
    border-bottom:none;
}
.bg-smuth {
    background: #eee !important;
}
.table {
    border-collapse: collapse;
    border: 1px solid rgba(192, 192, 192, 0);
    background: #fff; }
    .table caption {
        font: bold 24px 'Open Sans';
        text-align: left;
        padding-bottom: 14px; }
    .table tr:first-child {
        background: #f8f8f8;
        height: 34px;
        border: 1px solid #ddd;
        box-shadow: 0 2px 4px rgba(192, 192, 192, 0.53); }
    .table tr:first-child .optionsBtn {
        margin: 4px auto auto; }
    .table tr {
        height: 40px; }
    .table th {
        text-align: center;
        font: bold 14px 'Open Sans';
        color: #707070;
        min-width: 30px;}
    .table td {
        text-align: center;
        font: 400 14px 'Open Sans';
        color: #707070;}
    .table > tbody > tr > td,
    .table > tbody > tr > th{
        vertical-align: middle;
    }
.bigTr {
    height: 80px !important;
    background: #fff !important; }
.bigTr th {
    font-size: 16px !important; }
.td-sm {
    width: 140px;
}
.clear50 {
    clear: both;
    height: 50px;
}
.upBtn, .deletBtn, .seeBtn, .editBtn {
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
    outline: none;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    box-shadow: 0 2px 4px -1px rgba(192, 192, 192, 0.53);
    background: #fff url("../img/upArrow.png") center no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;}

.upBtn:hover, .deletBtn:hover, .seeBtn:hover, .editBtn:hover, .customBtn:hover {
    box-shadow: 0 4px 6px -1px rgba(192, 192, 192, 0.53); }

.upBtn:active, .deletBtn:active, .seeBtn:active, .editBtn:active, .customBtn:active {
    transform: translateY(2px); }

.deletBtn {
    background: #fff url("../images/delete.png") center no-repeat; }

.seeBtn {
    background: #fff url("../images/eye.png") center no-repeat; }

.editBtn {
    background: #fff url("../images/edit.png") center no-repeat; }
.customBtn {
    display: flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
    outline: none;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    box-shadow: 0 2px 4px -1px rgba(192, 192, 192, 0.53);
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;}
.customBtn:hover,
.customBtn:focus{
    text-decoration: none;
}
.customBtn i {
    line-height: 1;
    font-size:14px;}

.forCustomBtn {
    display: flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; }

.optionsBtn {
    cursor: pointer;
    outline: none;
    border: none;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0) url("../images/options.png") center no-repeat; }

.create-btn{
    height:52px;
    padding:0 12px 0 60px;
    border-radius:5px;
    position: relative;
    font: bold 18px/52px 'Open Sans';
    background-color: #43b77a;
    color:#fff;
    margin-top:-10px;
    border:none;
    z-index: 1;
    margin-left:10px;
}
.create-btn:hover,
.create-btn:focus{
    background: #40955B;
    text-decoration: none;
    color:#fff;
}
.create-btn:before{
    position: absolute;
    content: '';
    width:30px;
    height:32px;
    left:14px;
    top:10px;
    background:url(../images/icons2.png) -30px 0 no-repeat;
}
.dark-nav-tabs {
    border-bottom: none !important;
    background: #383c48;
    margin-bottom:20px;}
    .dark-nav-tabs > li.active > a,
    .dark-nav-tabs > li.active > a:focus,
    .dark-nav-tabs > li.active > a:hover {
        color: #555;
        cursor: pointer;
        background-color: #fff;
        border: none;
        border-top: 8px solid #00bf75; }
    .dark-nav-tabs > li > a {
        background-color: #a0a2a7;
        border-radius: 0 !important;
        margin-left: 10px;
        line-height: 1.42857143;
        border: none;
        border-top: 8px solid #353d45;
        border-bottom: 1px solid #fff;
        position: relative;
        display: block;
        padding: 10px 15px;
        font: 600 16px 'Open Sans';
        color: #fff; }
    .dark-nav-tabs > li > a:hover,
    .dark-nav-tabs > li > a:focus {
        border-top: 8px solid #353d45;
        background-color: #94969B; }
.input-group-addon {
    height: 30px;
    color: #fff;
    background-color: #50b7ff;
    border: 1px solid #50b7ff;
    border-radius: 0 !important;
    cursor:pointer;
}
.classif-select{}
.classif-select .dropdown-header{
    color:#333;
    font-size:14px;
    cursor:pointer;
    padding: 7px 20px;
}
.classif-select.btn-group .dropdown-menu li a.opt{
    display: inline-block;
    line-height: 18px;
    padding: 3px 0 3px 2.25em;
    position: relative;
    width: 100%;
}
.classif-select .bs-actionsbox .actions-btn{
    font-size:13px !important;
    border: 1px solid #ccc;
}
.classif-select .dropdown-header .text:after {
    content: "+";
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-left: 10px;
    position: relative;
}
.classif-select .dropdown-menu .divider {
    margin: 4px 0;
}
.classif-select .dropdown-header.selected {
    color: #004c84;
}
.classif-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle{
    padding-right:30px;
}
.classif-select .filter-option,
.bootstrap-select .filter-option{
    text-overflow: ellipsis;
}
.input-group-btn .btn {
    height: 30px !important;
    padding: 4px 12px;
}
.files-upload .fileinput-remove-button{
    border: none;
    background-color: #ee3b2d;
    color:#fff;
    font-size: 14px !important;
}
.files-upload .fileinput-remove-button:hover,
.files-upload .fileinput-remove-button:focus{
    border: none;
    background: #c1614e;
    color:#fff;
}
.files-upload .fileinput-upload-button{
    border: none;
    background-color: #43b77a;
    color:#fff;
    font-size: 14px !important;
}
.files-upload .fileinput-upload-button:hover,
.files-upload .fileinput-upload-button:focus{
    border: none;
    background: #3ba16b;
    color:#fff;
}
.files-upload .glyphicon + span{
    margin-left:3px;
}
.file-preview-image,
.file-preview-image img{
    height: auto !important;
    max-height: 160px;
    max-width: 100%;
}
.file-caption-name, .file-caption .file-caption-name {
    height: 28px;
    line-height:28px;
}
.btnPrevious{
    margin-right:20px;
}
.add-btn{
    height:45px;
    padding:0 12px 0 50px;
    border-radius:5px;
    position: relative;
    font: bold 16px/45px 'Open Sans';
    background-color: #43b77a;
    color:#fff;
    margin-top:-10px;
    border:none;
    z-index: 1;
}
.add-btn:hover,
.add-btn:focus{
    background: #40955B;
    text-decoration: none;
    color:#fff;
}
.add-btn:before{
    position: absolute;
    content: '+';
    font-size:40px;
    line-height:25px;
    font-weight:bold;
    width:30px;
    height:32px;
    left:14px;
    top:10px;
    /*background:url(../img/icons.png) -30px 0 no-repeat;*/
}
.btn-success-clear {
    border: 1px solid #43b77a;
    background: #fff !important;
    color: #43b77a;
    border-radius: 3px !important; }
.btn-success-clear:hover {
    color: #3ba16b !important;
    border-color: #3ba16b !important; }
.btn-success-clear:focus {
    border: 1px solid #43b77a;
    background: #fff !important;
    color: #43b77a; }
.step-btn{
    padding:0 12px;
    height:45px;
    font: bold 16px/45px 'Open Sans';
}
.step-btn .fa-arrow-left{
    margin-right:5px;
}
.step-btn .fa-arrow-right{
    margin-left:5px;
}
.btn-switcher{
    display: block;
}
.btn-switcher:after{
    content:'';
    display: table;
    clear: both;
}
.btn-switcher .btn-default{
    background-color: #eeebeb !important;
    color: #707070 !important;
    border: none !important;
}
.btn-switcher .btn-default.active{
    background-color: #50b7ff !important;
    color: #fff !important;
    border: none !important;
}
.label-primary {
    background: #50b7ff !important; }
.label-default{
    background: #a0a2a7 !important;
}
.panel-primary {
    border-color: #50b7ff;
}
.panel-primary > .panel-heading {
    background-color: #50b7ff;
    border-color: #50b7ff;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #50b7ff;
}
.text-primary {
    color: #50b7ff !important; }
.text-success {
    color: #67c290 !important; }

.bg-primary {
    background-color: #50b7ff !important;
    border-color: #50b7ff !important;
    color: #fff !important; }

.bg-success {
    background-color: #43b77a !important;
    border-color: #43b77a !important;
    color: #fff !important; }

.label-success {
    background-color: #43b77a !important;
    border-color: #43b77a !important;
    color: #fff !important; }
.tabs-textarea{
    margin-bottom:40px;
}
.tabs-textarea-switcher{
    background:none;
    border-bottom:0;
}
.tabs-textarea-switcher > li{
    width:100%;
    float: none;
    display: block;
    margin-bottom:5px;
    font:14px 'Open Sans';
}
.tabs-textarea-switcher label{
    color: #333;
    margin:0;
}
.tabs-textarea-switcher > li > a{
    border: 1px solid #a1a1a1;
    background: #fff;
    padding:10px;
    margin:0;
    color: #333;
    font-size:0.9em;
    border-radius: 0 !important;
}
.tabs-textarea-switcher > li > a:hover{
    border: 1px solid #a1a1a1;
    background: #bbbaba;
}
.tabs-textarea-switcher > li.active > a{
    font-size:1em;
}
.tabs-textarea-switcher > li.active > a,
.tabs-textarea-switcher > li.active > a:focus,
.tabs-textarea-switcher > li.active > a:hover{
    border: 1px solid #383c48;
    background: #383c48;
    color: #fff;
}
.tabs-textarea-switcher li.active label{
    color: #fff;
}
.panel-group .panel,
.panel-heading{
    border-radius: 0;
}
.bordBlock {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin-bottom:40px;
}
.sidemenu-icon,
.nav-pills > li > .sidemenu-icon{
    padding:7px 10px 7px 40px;
    position: relative;
    /*font:400 15px/18px "Open Sans" !important;*/
}
.sidemenu-icon .fa{
    position: absolute;
    left:8px;
    font-size:20px;
}
.sidemenu-icon:before {
    position: absolute;
    content: '';
    left:7px;
    top: 50%;
}
.si-info:before{
    width:19px;
    height:19px;
    left: 9px;
    background-color: #fff;
    margin-top:-9px;
    background: url(../images/icons2.png) -19px -130px no-repeat;
}
.si-rubrics:before{
    width:24px;
    height:20px;
    background: url(../images/icons2.png) 0 -34px no-repeat;
    margin-top:-10px;
}
.si-issues:before{
    width:24px;
    height:16px;
    background: url(../images/icons2.png) -25px -34px no-repeat;
    margin-top:-8px;
}
.si-issues-composer:before{
    width:21px;
    height:21px;
    background: url(../images/icons2.png) -48px -34px no-repeat;
    margin-top:-10px;
}
.si-editorial-council:before{
    width:23px;
    height:22px;
    background: url(../images/icons2.png) -70px -34px no-repeat;
    margin-top:-11px;
}
.si-editorial-team:before{
    width:26px;
    height:20px;
    background: url(../images/icons2.png) 0 -56px no-repeat;
    margin-top:-10px;
    left:6px;
}
.si-articles-pull:before{
    width:24px;
    height:24px;
    background: url(../images/icons2.png) -27px -56px no-repeat;
    margin-top:-12px;
}
.si-classifs:before{
    width:22px;
    height:22px;
    background: url(../images/icons2.png) -52px -57px no-repeat;
    margin-top:-11px;
}
.si-doi:before{
    width:26px;
    height:26px;
    background: url(../images/icons2.png) -75px -56px no-repeat;
    margin-top:-13px;
}
.si-degree:before{
    width:23px;
    height:23px;
    background: url(../images/icons2.png) -39px -150px no-repeat;
    margin-top:-11px;
}
.si-job-info:before{
    width:19px;
    height:23px;
    background: url(../images/icons2.png) 0 -150px no-repeat;
    margin-top:-11px;
    left: 9px;
}
.si-info:hover:before,
.active > .si-info:before{
    background: url(../images/icons2.png) 0 -130px no-repeat;
}
.si-rubrics:hover:before,
.active > .si-rubrics:before{
    background: url(../images/icons2.png) 0 -83px no-repeat;
}
.si-issues:hover:before,
.active > .si-issues:before{
    background: url(../images/icons2.png) -25px -83px no-repeat;
}
.si-issues-composer:hover:before,
.active > .si-issues-composer:before{
    background: url(../images/icons2.png) -48px -83px no-repeat;
}
.si-editorial-council:hover:before,
.active > .si-editorial-council:before{
    background: url(../images/icons2.png) -70px -83px no-repeat;
}
.si-editorial-team:hover:before,
.active > .si-editorial-team:before{
    background: url(../images/icons2.png) 0 -105px no-repeat;
}
.si-articles-pull:hover:before,
.active > .si-articles-pull:before{
    background: url(../images/icons2.png) -27px -105px no-repeat;
}
.si-classifs:hover:before,
.active > .si-classifs:before{
    background: url(../images/icons2.png) -52px -106px no-repeat;
}
.si-doi:hover:before,
.active > .si-doi:before{
    background: url(../images/icons2.png) -75px -105px no-repeat;
}
.si-degree:hover:before,
.active > .si-degree:before{
    background: url(../images/icons2.png) -62px -150px no-repeat;
}
.si-job-info:hover:before,
.active > .si-job-info:before{
    background: url(../images/icons2.png) -19px -150px no-repeat;
}
/*------------- /Styles from styleAdmin.css ---------------*/
/*-------------- Styles from styleLogin.css ---------------*/
.regForgot {
    height: auto;
    min-height: 100px;
    margin: auto;
    padding: 35px 55px;
    background: #fff;
    box-shadow: 0 4px 10px silver;
    text-align: center; }
.regForgot p {
    font: 700 14px 'Open Sans'; }
.regForgot form input,
.regForgot form input:focus{
    height: 30px;
    padding: 0 6px;
    outline: none;
    border-radius: 0;
    box-shadow:none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
}
.regForgot form input {
    width: 224px;
}
.toRegUser {
    font: 600 14px 'Open Sans';
    width: 160px;
    height: 26px;
    margin-left: 20px;
    padding: 3px 10px 3px 10px;
    color: #50b7ff;
    border: 1px solid #dcdcdc;
    border-radius: 3px; }
.toRegUser:focus {
    text-decoration: none;
    color: #50b7ff; }
.toRegUser:hover {
    text-decoration: none;
    color: #50b7ff;
    border: 1px solid silver; }
#agreement,
#memory {
    display: none;
}
#agree:before{
    content:'';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid #50b7ff;
    border-radius: 0;
    background: #fff;
    text-align: center;
    margin-right:7px;
    font-size:14px;
    line-height:15px;
    font-weight:800;
    margin-bottom:3px;
}
#agreement:checked + #agree:before,
#memory:checked + #agree:before{
    content: '\2714';
    color:#50b7ff;
    }
#agree {
    font: 500 14px 'Open Sans';
    color: #50b7ff; }
.toForgot {
    font: 700 14px 'Open Sans';
    padding-bottom: 2px;
    color: #50b7ff;
    border-bottom: 1px solid #50b7ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.toForgot:focus {
    text-decoration: none;
    color: #50b7ff; }
.toForgot:hover {
    text-decoration: none;
    color: #00a0cb; }
.control-label,
.regContent form .control-label,
.form-group label{
    font-size:16px;
    font-weight:700;
    font-style: normal;
    line-height:20px;
    overflow-wrap: break-word;
    color: #707070;
}
.regBtn {
    font: 700 16px 'Open Sans';
    width: 170px;
    height: 40px;
    color: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
    background: #50b7ff;
    box-shadow: 0 4px 6px #eee;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.regBtn:hover {
    background: #0093bb; }
.regBtn:active {
    transform: translateY(2px); }
.clear50 {
    clear: both;
    height: 50px; }
.clear30 {
    clear: both;
    height: 30px; }
.clear20 {
    clear: both;
    height: 20px; }
.clear10 {
    clear: both;
    height: 10px; }
/*------------- /Styles from styleLogin.css ---------------*/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color:#50b7ff;
    border-color:#50b7ff;
}
.pagination > li > a, .pagination > li > span {
    color: #50b7ff;
}
/*----------------- Catalog -------------------*/
.catalog-title{
    font: bold 32px 'Georgia', serif;
    margin-top:4px;
}
.catalog-title~.catalog-view-tabs{
    margin-top:10px;
}
.catalog-title~.breadcrumbs{
    margin-top:20px;
    margin-bottom:0;
    margin-left:15px;
    font: 14px 'Trebuchet MS';
}
.catalog-view-tabs{
    margin-bottom:20px;
}
    .catalog-view-tabs > li > a{
        padding:6px 12px;
        background-color: #fff;
        color:#50b7ff;
        border: 1px solid #ddd;
        margin-right:-1px;
        border-radius: 0;
    }
    .catalog-view-tabs > li:first-child > a{
        border-radius: 4px 0 0 4px;
    }
    .catalog-view-tabs > li:last-child > a{
        border-radius: 0 4px 4px 0;
    }
    .catalog-view-tabs > li > a:hover,
    .catalog-view-tabs > li > a:focus{
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }
    .catalog-view-tabs > li.active > a,
    .catalog-view-tabs > li.active > a:focus,
    .catalog-view-tabs > li.active > a:hover{
        background-color: #50b7ff;
        border-color: #50b7ff;
        color: #fff;
        pointer-events: none;
    }
.catalog-list.row{
    margin-left:-10px;
    margin-right:-10px;
}
    .catalog-gallery-card{
        padding-left:10px;
        padding-right:10px;
    }
    .catalog-item{
        /*margin-bottom:20px;*/
        padding:15px 15px 15px 90px;
        position: relative;
        border-bottom:1px solid #eeebeb;
    }
    .catalog-gallery .catalog-item{
        padding:15px 15px 5px;
        min-height:400px;
    }
    .catalog-gallery .catalog-item-title{
        height:45px;
        overflow: hidden;
    }
    .journals-gallery .catalog-item{
        min-height:410px;
    }
    .journals-gallery .catalog-item-title{
        height:50px;
    }
    .journals-gallery .catalog-row{
        margin-bottom:8px;
    }
    .catalog-gallery-card .catalog-row{
        margin-bottom:5px;
    }
    .catalog-gallery-card:nth-child(6n+1){
        clear: left;
    }
    @media (max-width: 1199px){
        .catalog-gallery-card:nth-child(6n+1){
            clear: none;
        }
        .catalog-gallery-card:nth-child(4n+1){
            clear: left;
        }
    }
    @media (max-width: 991px){
        .catalog-gallery-card:nth-child(4n+1){
            clear: none;
        }
        .catalog-gallery-card:nth-child(3n+1){
            clear: left;
        }
    }
    @media (max-width: 767px){
        .catalog-gallery .catalog-item{
            min-height:0;
        }
        .catalog-gallery .catalog-item-title{
            height:auto;
        }
    }
    .catalog-row{
        margin-bottom:5px;
    }
    .catalog-item .catalog-row{
        font-size:13px;
    }
    .catalog-row .label{
        font-size:11px;
    }
    .catalog-row b{
        margin-right:7px;
    }
    .catalog-item-title,
    .catalog-item .catalog-item-title{
        font-size:16px;
        margin-top: -3px;
    }
    .catalog-item-title a{
        color:  #50b7ff;
    }
    .catalog-item-title a:hover{
        text-decoration:none;
        opacity: 0.8;
    }
    .catalog-image {
        width:60px;
        height:90px;
        border: 1px solid #ccc;
        margin-left: -75px;
        float: left;
        text-align:center;
        font-size:12px;
        overflow: hidden;
        text-decoration: none;
    }
    .catalog-image:hover{
        text-decoration: none;
    }
    .catalog-image:before{
        content: '';
        width: 1px;
        margin-left:-3px;
        height:100%;
        display: inline-block;
        vertical-align: middle;
    }
    .catalog-image img{
        vertical-align: middle;
        display: inline-block;
        max-width:96%;
        max-height:100%;
    }
@supports (object-fit: cover) {
    .catalog-image:before{display: none;}
    .catalog-image img{
        max-width:none;
        max-height:none;
        width:100%;
        height:100%;
        object-fit: cover;
    }
}
    .catalog-gallery .catalog-image{
        width: auto;
        height:170px;
        margin-left:0;
        float: none;
        display: block;
        margin-bottom:15px;
    }
    .catalog-gallery .catalog-image:before{
        content: '';
        width: 1px;
        margin-left:-3px;
        height:100%;
        display: inline-block;
        vertical-align: middle;
    }
    .catalog-gallery .catalog-image img{
        vertical-align: middle;
        display: inline-block;
        max-width:96%;
        max-height:100%;
        width: auto;
        height:auto;
        object-fit: fill;
    }
    .catalog-btn{
        font-weight:normal !important;
        font-size:14px !important;
        position: absolute;
        bottom:15px;
        right:15px;
    }
    .conference-item{
        padding-left:15px;
    }
    .catalog-gallery .conference-item{
        min-height:350px;
    }
    .info-block{
        padding:15px;
    }
    .catalog-gallery .monography-item,
    .catalog-gallery .textbook-item{
        min-height:380px;
    }
@media(max-width: 767px){
    .catalog-btn{
        position: relative;
        bottom:auto;
        right:auto;
        float: right;
    }
}
@media(max-width: 500px){
    .catalog-item{
        padding-left:15px;
    }
    .catalog-image {
        float: none;
        margin:0 auto 10px;
        display: inline-block;
        text-decoration: none;
    }
}
/*---------------- /Catalog -------------------*/
.popup .regForgot {
    width: auto;
    padding: 0;
    box-shadow: none;
}
#login-popup .popup-title{
    text-align: center;
}
@media(min-width:768px){
    .custom-col-sm-5{
        width:20%;
        float: left;
        margin:10px 0;
    }
}
.simple-tabs{
    border-bottom:none;
    margin-bottom:5px;
}
    .simple-tabs > li > a,
    .simple-tabs > li > a:hover,
    .simple-tabs > li > a:focus,
    .simple-tabs > li.active > a,
    .simple-tabs > li.active > a:focus,
    .simple-tabs > li.active > a:hover{
        border: none;
        border-radius: 0;
    }
.item-btn{
    font-size:14px !important;
    margin-top:5px;
}
h1,h2,h3{
    margin-top:0;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    line-height:28px;
}
.datepicker > div.datepicker--content{
    display: block;
}
.editor-photo{
    width:150px;
    height:150px;
    border-radius: 50%;
    margin-bottom:15px;
    overflow: hidden;
    display:inline-block;
    max-width:100%;
}
    .editor-photo img{
        display: inline-block;
        width:100%;
    }
.logotips-block{
    padding-top:25px;
}
.logo-block-item{
    margin-bottom:15px;
    display: block;
    text-align: center;
    padding-bottom:15px;
    border-bottom:1px solid rgba(0,0,0,0.3);
    word-break: break-all;
}
.logo-block-access{
    margin-bottom:15px;
    display: block;
    text-align: center;
    padding-bottom:15px;
    word-break: break-all;
}
.logo-block-item:last-child{
    border-bottom:0;
    padding-bottom:0;
}
    .logo-block-item img{
        max-width:200px;
        width:100%;
    }
.tab-content-item{
    padding-top:7px;
    padding-bottom:6px;
    margin-bottom:6px;
    position: relative;
    overflow: hidden;
    line-height:1.2em;
    min-height:90px;
}
@media(min-width: 768px){
    .col-sm-4.tab-content-item:nth-child(3n+1){
        clear: left;
    }
}
@media(min-width: 992px){
    .col-md-3.tab-content-item:nth-child(3n+1){
        clear: none;
    }
    .col-md-3.tab-content-item:nth-child(4n+1){
        clear: left;
    }
}
.issue-card{
    padding: 5px;
    color: inherit;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    z-index: 5;
    line-height:1.5em;
}
    .issue-card + img{
        position: absolute;
        top:0;
        left:3%;
        width:94%;
        opacity:0.3;
    }
    .issue-card-bg{
        position: absolute;
        top:0;
        left:3%;
        width:94%;
        background-color: #dff5ef;
        height:100%;
    }
    .issue-card .label{
        padding:0;
        border-radius: 0;
        font-size:1em;
        background: none !important;
        border: none !important;
    }
    .issue-card .label-default{
        color: #a0a2a7 !important;
    }
    .issue-card .label-primary{
        color: #50b7ff !important;
    }
    .issue-card .label-success{
        color: #4d906b !important;
    }
.abc-list{
    margin-bottom:5px;
}
    .abc-list > li{
        float: left;
        width:3.33%;
        text-align: center;
    }
    .abc-list > li > a{
        border: 1px solid #50b7ff;
        margin-left:-1px;
        padding:5px 0 !important;
        background-color: #fff;
    }
    .abc-list > li:first-child > a{
        margin-left:0;
        border-radius: 2px 0 0 2px;
    }
    .abc-list > li:last-child > a{
        border-radius: 0 2px 2px 0;
    }
@media(max-width: 800px){
    .abc-list > li{
        float: left;
        width:5%;
        margin-bottom:2px;
    }
}
@media(max-width: 500px){
    .abc-list > li{
        float: left;
        width:10%;
    }
}
.header .container{
    position: relative;
}
/*.lang-switcher{*/
    /*padding:0;*/
    /*margin:0;*/
    /*position: absolute;*/
    /*top:0;*/
    /*right:15px;*/
    /*z-index: 170;*/
/*}*/
    /*.lang-switcher li{*/
        /*display: inline-block;*/
        /*!*vertical-align: middle;*!*/
        /*margin-right:3px;*/
        /*list-style-type:none;*/
    /*}*/
    /*.lang-switcher li a{*/
        /*display: inline-block;*/
        /*vertical-align: middle;*/
        /*height:20px;*/
        /*width:30px;*/
        /*border: 1px solid #ccc;*/
        /*-webkit-box-sizing: border-box;*/
        /*-moz-box-sizing: border-box;*/
        /*box-sizing: border-box;*/
        /*opacity:0.7;*/
    /*}*/
    /*.lang-switcher li a:hover{*/
        /*opacity:1;*/
    /*}*/
    /*.lang-switcher .active a{*/
        /*opacity:1;*/
        /*pointer-events: none;*/
    /*}*/
    /*.lang-ru{*/
        /*background: url("../images/flags.png") 0 0 no-repeat;*/
    /*}*/
    /*.lang-en{*/
        /*background: url("../images/flags.png") 0 -20px no-repeat;*/
    /*}*/

.langg{
    color:#50b7ff;
    position: absolute;
    right:0;
    width:50px;
    text-align: center;
    top:0;
    font-weight:700;
    height:60px;
    line-height:40px;
    cursor: pointer;
    text-transform: uppercase;
}
    .langg span{
        display: inline-block;
        padding:10px;
    }
.lang-switcher{
    padding:10px 15px 5px;
    background-color: #eeebeb;
    position: absolute;
    top:100%;
    right:0;
    display: none;
}
    .lang-switcher li{
        line-height:1em;
        margin-bottom:10px;
        text-align: right;
        list-style-type: none;
        text-transform: none;
    }
    .lang-switcher .active a{
        color:#333;
        pointer-events: none;
    }
.author .content-block{
    margin-bottom:30px;
}
    .author-social .btn{
        padding:3px 6px;
    }
    .author-social .fa{
        font-size:14px;
    }
    .author-list-item{
        margin-bottom:5px;
        display:flex;
        align-items: center;
    }
    .author-list-item+.author-list-item{
        margin-top:10px;
    }
    .author-list-item .avatar{
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%;
        margin-right:10px;
        flex-shrink: 0;
    }
    .author-list-item .mail{
        word-break: break-all;
        display:inline-block;
    }
    .author-list-item .label{
        display:inline-block;
        margin-right:3px;
        margin-top:5px;
        padding:5px 7px;
    }
/*.person-item .author-list-item{*/
    /*align-items: flex-start;*/
/*}*/
.content-files{
    line-height:2em;
}
.big-search-fixed{
    position: fixed;
    z-index: 100;
    margin-top:0 !important;
}
.namelist{
    width:180px;
    padding-right:10px;
    flex-shrink: 0;
    line-height:1.2em;
}
.info-row{
    display: flex;
}
    .info-row .name{
        width:180px;
        padding-right:10px;
        flex-shrink: 0;
        line-height:1.2em;
        font-weight:700;
    }
    .name-a{
    width:180px;
    padding-right:20px;
    flex-shrink: 0;
    line-height:1.2em;
    font-weight:700;
    }
    .info-row .name-short {
        width:100px;
    }
   .name-access{
    width:100px;
   }
    .info-row .name-long{
        width:250px;
    }
    .info-row .data,
    .info-row .data a{
        word-wrap: break-word;
    }
    .info-row .data ul,
    .info-row .data ol{
        padding-left:20px;
    }
@media (max-width:767px) {
    .info-row .name-long{
        width:180px;
    }
}
.modal-content{
    border-radius: 0;
}
.citate-left-tabs{
    margin-bottom:20px;
}
.citate-left-tabs li{
    margin-bottom:-1px;
}
.citate-top-tabs{
    border-bottom:none;
}
.citate-top-tabs > li > a{
    color: #50b7ff;
    border: none;
    border-radius: 0;
    padding-top:7px;
    padding-bottom:7px;
}
.citate-top-tabs > li > a:hover{
    background:none;
    opacity:0.7;
}
.citate-top-tabs > li.active > a,
.citate-top-tabs > li.active > a:focus,
.citate-top-tabs > li.active > a:hover{
    color:#fff;
    background-color: #50b7ff;
    border:none;
    border-radius: 0;
    opacity:1;
}
.citate-content{
    padding: 10px 15px;
    border: 1px solid #50b7ff;
    word-wrap: break-word;
    margin-bottom:20px;
}
.citate-footer{
    padding: 7px 0;
}
.citate-footer a{
    font-size:16px;
    margin: 0 10px;
    display: inline-block;
}
.citate-footer a:hover{
    opacity:0.7;
    text-decoration: none;
}
#materials .thumbnail{
    width:64px;
    min-height: 70px;
    border-radius: 0;
}
    #materials .thumbnail img{
        max-width:100%;
    }
    #materials .media-body a{
        max-height:80px;
        overflow: hidden;
    }
.media.col-md-3:nth-child(4n+1){
    clear: both;
}
.view-tab-content,
.view-tab-content p,
.view-tab-content li{
    font-size:14px;
}
.long-row{
    word-break: break-all;
}
.words-wrap{
    word-wrap: break-word;
}
.item-bt{
    border-top:1px solid rgba(0,0,0,0.1);
}
.item-bt:first-child{
    border-top:none;
}
.project-logo{
    display: inline-block;
    vertical-align: middle;
    width:30%;
    margin-bottom:20px;
    text-align: center;
}
    .project-logo img{
        max-width: 90%;
    }
.project-info{
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    margin-bottom:20px;
}
.references-table{
    table-layout: fixed;
}
    .references-table th:first-child,
    .references-table td:first-child{
        width:60px;
    }
    .references-table th:last-child,
    .references-table td:last-child{
        width:150px;
    }
    .references-table th:not(first-child),
    .references-table td:not(first-child),
    .references-table th:not(last-child),
    .references-table td:not(last-child){
        word-wrap: break-word;
    }
@media (max-width:1380px) {
    .hide-block-xxl {
        display: none; }
}
@media (max-width:1280px) {
    .hide-block-xl {
        display: none; }
}
@media (max-width: 1199px) {
    .affix {
        position: static;
    }
}
@media (max-width:1180px) {
    .hide-block {
        display: none; }
    .view-table > tbody > tr > td{
        font-size:14px;
    }
}
@media(max-width: 800px){
    .project-logo, .project-info{
        display: block;
        width: 100%;
        margin-bottom:30px;
        text-align: left;
    }
    .project-logo{
        margin-bottom:10px;
    }
    .create-btn{
        fon-weight:normal;
    }
}
@media (max-width:700px) {
    .references-table th:first-child,
    .references-table td:first-child,
    .references-table th:last-child,
    .references-table td:last-child{
        display: none;
    }
}
.index-entity{
    margin-bottom:50px;
}
    .index-entity .content-block-title{
        border-bottom:none;
        margin-bottom:10px;
    }
    .index-entity .objects-item{
        height:325px;
        font-size:14px;
        overflow: hidden;
    }
    .index-entity .objects-item-image{
        font-size:12px;
        overflow: hidden;
    }
    .index-entity .objects-item-image img{
        object-fit: fill;
        display:inline-block;
        min-width:70%;
        min-height:70%;
    }
    .index-entity .objects-item-title{
        font-size:16px;
        height: 45px;
        margin-bottom:5px;
    }
    .index-entity .objects-item a {
         color: #50b7ff;
     }
    .index-entity .objects-item-row{
        font-size:13px;
    }
.issn-flex{
    display: flex;
}
    .issn-flex .name{
        width:35px;
        flex-shrink: 0;
    }
    .issn-flex .value{
        word-break: break-all;
    }
.author-edit-btns .save-btn{
    margin-left:20px;
}
    .author-edit-btns .btnPrevious + .save-btn{
        display: none;
    }
.topmenu-search{
    font-size:1.3em;
    color: #50b7ff;
    cursor: pointer;
    position: relative;
}
    .topmenu-search-block{
        position: absolute;
        left:50%;
        transform:translate(-50%, 0);
        background-color: #50b7ff;
        overflow: hidden;
        height: 0;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
        box-sizing: border-box;
    }
    .topmenu-search-block.active{
        height: 46px;
    }
    .topmenu-search-input{
        border-radius: 0;
        border: none;
        padding:0 65px 0 7px;
        width:250px;
        height:30px;
        font: 0.8em/30px 'Open Sans', sans-serif;
        margin:8px 15px;
        color: #333;
    }
    .topmenu-search-btn{
        position: absolute;
        width: 32px;
        height:26px;
        background-color: #50b7ff;
        right: 17px;
        top: 10px;
        border:none;
        color:#fff;
        font-size:0.8em;
        text-align: center;
    }
.clear-search{
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/close.gif) center center no-repeat;
    top: 50%;
    margin-top:-8px;
    cursor: pointer;
    display: none;
    border: none;
    padding:0;
}
.topmenu-search-block .clear-search{
    right:55px;
}
.search-line .clear-search{
    right:35px;
}
.search-type,
.catalog-row .search-type{
    margin-right:20px;
}
.for-request,
.sidemenu-icon .for-request{
    position: relative;
    font-size:14px;
    color: #666;
}
.dialog-quantity{
    margin-bottom:20px;
}
    .dialog-quantity a{
        margin: 0 2px;
    }
    .dialog-quantity a:hover{
        text-decoration: none;
        opacity: 0.8;
    }
    .dialog-quantity .active{
        pointer-events: none;
        font-weight:bold;
    }
.dialog-attachment .btn{
    border-color: #ccc;
}
.tr-clickable{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
    .tr-clickable:hover{
        background-color: #ddd;
    }
.dialog-wrapper{
    margin:0 -10px;
}
.dialog-item{
    margin-bottom: 10px;
    padding: 10px;
}
    .di-author{}
    .di-date{
        font-size:12px;
        margin-bottom:10px;
    }
    .di-text{
        margin-bottom:10px;
    }
    .di-files{
        font-size:13px;
    }
    .dialog-item-author{
        background-color: #f5f5f5;
    }
/*.dialog-item + .dialog-item{*/
    /*margin-top:-10px;*/
/*}*/
.nowrap{
    display: flex;
    white-space: nowrap;
}
.unread-msg,
.fa.unread-msg{
    position: absolute;
    top: -3px;
    font-size: 16px;
    right: 0;
    color: #fb9f38;
    font-weight: bold;
    background-color: #fff;
    z-index:10;
}
.unread-msg-quantity{
    margin-left:5px;
    color:#fb9f38;
}
.has-unread{
    background-color: #f8e2cb;
}
.dialog-more{
    text-decoration: none;
    border-bottom:1px dotted;
    display: inline-block;
    margin: 10px 10px 20px;
}
    .dialog-more:hover,
    .dialog-more:focus {
        text-decoration: none;
    }
.dialogs-container{
    display: flex;
    align-items: stretch;
}
.dialog-participants{
    flex-shrink:0;
    width: 200px;
    padding-right:15px;
    border-right:1px solid #ccc;
}
.dialog-content{
    width:100%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-height: 80vh;
}
.dialog-messages{
    margin-bottom:20px;
    overflow-y:auto;
}
.dialog-new-message{
    min-height: 260px;
    padding-top:20px;
    border-top:1px solid #ccc;
    flex-shrink:0;
}
    .dialog-new-message.wysibb-body {
        max-height: 100px !important;
        min-height: 50px !important;
    }
    .dialog-new-message .wysibb-toolbar{
        max-height:none !important;
    }
.dialog-hidden{
    display: none;
}
@media (max-width:1100px){
    .dialogs-container{
        display: block;
    }
    .dialog-participants{
        width:auto;
        padding-right:0;
        border-right:none;
        padding-bottom:20px;
        border-bottom: 1px solid #ccc;
    }
    .dialog-content{
        padding-left:0;
        padding-top:20px;
        display: block;
        max-height:none;
    }
    .dialog-hidden{
        display: block;
    }
    .dialog-visible{
        display: none;
    }
}
@media (max-width:1000px) {
    .dialog-new-message .wysibb{
        height:130px;
    }
    .dialog-new-message .wysibb-toolbar{
        max-height:130px !important;
    }
}
.movement{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1000;
}
    .movement-banner{
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        max-width:800px;
        width:98%;
        min-height:300px;
        padding:40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .movement-image img{
        display: none;
    }
    .movement-image img.active{
        display: inline;
    }
    .movement-text{
        font-size:18px;
        line-height:1.3em;
        padding-left:20px;
    }
    .movement-close{
        display: none;
        position: absolute;
        width:17px;
        height:17px;
        background: url(../images/close.gif) center center no-repeat;
        top:10px;
        right:10px;
        cursor: pointer;
    }
@media (max-width: 700px){
    .movement-banner{
        flex-direction: column;
    }
    .movement-text{
        padding-left:0;
        padding-top:30px;
        text-align: center;
    }
}
.nav__link {
    font-size: 14px;
    text-decoration: none;
    padding: 10px 16px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #333;
}
    .nav__link.active{
        font-weight:bold;
        color:#43b77a;
    }
    div.nav__link{
        display: inline-block;
    }
    .nav__link:visited {
        color: #000;
        text-decoration: none;
    }
    .nav__link:hover {
        text-decoration: none;
        color: #333;
        opacity: .8;
    }
    .nav__link+.nav__link{}
    .nav--home .nav__link {
        color: #fff;
    }
    .nav__link.open{
        opacity:1;
    }
@media (max-width: 991px){
    .author-list-item .avatar{
        display: none;
    }
}
@media (max-width: 500px){
    .info-row{
        flex-direction: column;
    }
    .info-row .data{
        margin-left:10px;
    }
}
.search-item-title{
    display: flex;
    margin-bottom: 10px;
}
















