body, html {
    height: 100%;
}

body > .container-fluid {
    height: 100%;
    padding: 0;
}

.side-nav li a {
    line-height: 24px;
    color: #555555;
}

.side-nav li a i {
    width: 16px;
    margin: 0 12px 0 8px;
}

.side-nav li.separate-item {
    border-top: 1px solid #101010;
    padding-top: 10px;
    margin-top: 10px;
    width: 100%;
}

ul.press-menu {
    max-width: 44px;
    height: 100%;
    position: fixed;
    top: 46px;
}

ul.press-menu li a {
    position: relative;
}

ul.press-menu .dropdown-menu {
    min-width: 46px;
    background-color: #525252;
}

ul.press-menu .dropdown-menu a {
    color: #fff;
    display: block;
    padding: 10px 15px;
}

span.notice {
    font-weight: bold;
    color: #fff;
    background-color: #5cb85c;
    padding: 0px 9px;
    border-radius: 12px;
    position: absolute;
    display: block;
    font-size: 10px;
    top: 15px;
    right: 23px;
}

table thead tr td {
    font-weight: bold;
}

.help-block{
    font-size: 15px;
}

.article-forward-details {
    float: left;
    width: 460px;
}

.panel-filter label {
    font-size: 14px;
    font-weight: normal;
}

.panel-filter input.input-sm {
    width: 42%;
    font-size: 11px;
    padding: 5px;
    display: inline-block;
}

.panel-filter select.input-sm {
    /*width: 100px !important;*/
    font-size: 11px;
    padding: 5px;
}

.panel-filter .form-group {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

/*.form-group .twitter-typeahead,*/
/*.form-group .tt-input,*/
/*.form-group .tt-dropdown-menu {*/
    /*width: 100%;*/
/*}*/

.editor-form .col-md-8 > .form-group {
    max-width: 660px;
}

.col-md-8.col-lg-8 > fieldset {
    max-width: 660px;
}

.editor-form .col-md-8 .form-group.form-group-extended {
    width: 100%;
}

.navbar.navbar-editor {
    z-index: 100;
    margin-left: 225px;
    padding-left: 10px;
}

.list-logs {
    font-size: 80%;
}

.planch {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: block;
    border-radius: 4px;
}

.planch .fader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.7;
}

.planch a {
    position: absolute;
    color: #000;
    padding: 8px 8px;
    display: block;
    font-weight: bold;
}

.navbar-fixed-bottom #recipients .tt-dropdown-menu, .navbar-fixed-bottom .dropdown-menu {
    bottom: 100% !important;
    top: auto !important;
}

.navbar-fixed-bottom #recipients .form-control.tt-hint {
    top: 2px !important;
}

.article-forward-details #recipients, .article-forward-details #recipients input {
    width: 100%;
}


.re-press-gallery,
.re-yandex-map,
.re-attachment,
.re-clearformat {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
}
.re-press-gallery:before {
    content: "\f030"
}
.re-yandex-map:before {
    content: "\f279";
}
.re-attachment:before {
    content: "\f24d";
}
.re-clearformat:before {
    content: "\f12d";
}

#redactor-modal-attachment-insert .twitter-typeahead,
#redactor-modal-press-gallery-insert .twitter-typeahead {
    width: 100%;
}

#entity-form {
    position: relative;
}

.table-chart tbody tr th {
    position: relative;
}

.table-chart tbody tr th input {
    border: 0;
    background: none;
    border-radius: 0;
    width: 100%;
}

.table-chart tr th.first {
    width: 260px;
}

#select_color{
    padding: 0px 0 0 4px;
}
#select_color option.default,
#select_color{
    background-color: #fff;
    color: #fff;
}
#select_color option{
    height: 25px;
    font-size: 18px;
}
#select_color option.blue,
#select_color.blue{
    background-color: #0c85cc;
}

#select_color option.green,
#select_color.green{
    background-color: #42cd80;
}

#select_color option.dark-green,
#select_color.dark-green{
    background-color: #43825f;
}

#select_color option.light-red,
#select_color.light-red{
     background-color: #f39187;
}

#select_color option.red,
#select_color.red{
    background-color: #e64c3b;
}

#select_color option.dark-blue,
#select_color.dark-blue{
    background-color: #273849;
}

/* Кнопка сортировки */
table.table .sort {
}
table.table .sort button{
    border: 0;
    background-color: transparent;
    position: relative;
    float: right;
    width: 30px;
    height: 20px;
}

table.table .sort button::before,
table.table .sort button::after{
    background: url(../images/arrows.png) right 3px no-repeat;
    position: absolute;
    content: ' ';
    top: -5px;
    height: 13px;
    width: 16px;
    right: 10px;
}

table.table .sort button::after{
    background-position: 0px -15px;
    top: inherit;
    bottom: -5px;
}
table.table .sort button.asc::after{
    display: none;
}
table.table .sort button.desc::before{
    display: none;
}

/* event form */
form.event .redactor-editor {
    border: none;
    width: 620px;
}

form.event .redactor-editor .pic img {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 10px;
}
/* Полоски у таблицы */
.table.odd tbody tr:nth-of-type(odd){
    background-color: rgba(0,0,0,.01);
}

/* Форма поиска у Спецпроекта*/
form .panel-body span.twitter-typeahead,
form .panel-body span.twitter-typeahead #storyTitle{
    width: 100%;
}

/* Fix datetimepicker, чтобы был поверх редактора */
div.bootstrap-datetimepicker-widget{
    z-index: 1100 !important;
}

/* custom fieldset */
fieldset.seo{
    border: 1px solid #ccc;
    padding: 0 20px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
fieldset.seo legend{
    width: inherit;
    padding: 0 10px;
    border: 0;
    margin-bottom: 5px;
}

/* Today Page */
.panel-search ul.list-group > li > .type{
    position: absolute;
    top: 0;
    right: 0;
    background: #bef0ff;
    padding: 1px 13px;
    font-size: 12px;
    color: #777;
    border-radius: 0 0 0 7px;
}
.panel-search ul.list-group > li > .type.t0{
    background: #ffe0b5;
}
.panel-search ul.list-group > li > .type.t3{
    background: #ffc2b3;
    color: #444;
}


/* max length words for field */
form .length{
    display: inline-block;
    margin-bottom: 7px;
    visibility: hidden;
}
form .length .text-warning{
    visibility: hidden;
}

/* Articles Page */
form#entity-form .wrap_eventTitle .twitter-typeahead,
form#entity-form .wrap_eventTitle .twitter-typeahead #eventTitle{
    width: 100%;
}
form#entity-form blockquote{
    padding-right: 0;
}
.form-group.wrap_meta_title,
.form-group.wrap_meta_description{
    margin-bottom: 0;
}

.form-inline{
    position: relative;
}
.form-inline .btn-export{
    position: absolute;
    top: -22px;
    right: -1px;
    font-size: 10px;
}
.figcaption {
    color: #343434;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.figcaption em{
    color: #6e6e6e;
}

/* Bootstrap multiple https://silviomoreto.github.io/bootstrap-select/examples/ */
.wrap_multiple_select .bootstrap-select span.label{
    font-size: 85%;
}
.wrap_multiple_select .bootstrap-select span.optgroup{
    font-size: 16px;
    font-weight: bolder;
}
.wrap_multiple_select .bootstrap-select .dropdown-header {
    padding: 0 !important;
}
.wrap_multiple_select .bootstrap-select button{
    height: 40px;
    padding: 4px 6px 0;
}
.wrap_multiple_select .bootstrap-select button .filter-option {
    height: 44px;
    padding-top: 5px;
    width: 100%;
    overflow: auto;
}
.wrap_multiple_select .bootstrap-select .dropdown-toggle:focus,
.wrap_multiple_select .bootstrap-select button .filter-option:focus{
    outline: 0 !important;
}
.wrap_multiple_select .bootstrap-select.btn-group .dropdown-menu li a.opt.optgroup{
    padding-left: 10px;
}
.wrap_multiple_select .bootstrap-select.btn-group .dropdown-menu>li>a:hover{
    background-color: #eaeaea;
}
.wrap_multiple_select .bootstrap-select button .filter-option span{
    margin-right: 5px;
}

/* News Page */
form.newsForm .length-text{
    margin-top: -20px;
    display: block;
    margin-bottom: 15px;
}

form.newsForm .length-text b{
    float: right;
}
/* END: News Page */

/* Gallery */
.gallery_form .number_id{
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 35px;
    color: #444;
    font-weight: 700;
    width: 60px;
    background: rgba(240, 248, 255, 0.85);
    text-align: center;
}
/* END: Gallery */


/* LIST ARTICLE */

.panel-filter select.input-sm{
    width: 100%;
}
form .btn-filter[type="submit"]{
    width: 100%;
}
form.events_form input.input-sm{
    width: inherit;
}
@media (min-width: 768px){
    .form-inline .form-control{
        width: 100%;
    }
}


/*@media (max-width: 768px) {*/
    /*form .btn-filter[type=submit]{*/
        /*background-color: beige !important;*/
    /*}*/

    /*.panel-filter input.input-sm{*/
        /**/
    /*}*/
/*}*/
/* END: LIST ARTICLE */

/* DASHBOARD */
.tasks.panel .badge {
    background-color: #337ab7;
}
.tasks.panel .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* DASHBOARD: END */

/* preview title of News for New site */
.panel-preview .panel-body,
#fixed-news .media .media-body{
    display: flex;
    position: relative;
    width: 300px;
    padding: 12px;
    background-color: rgb(241, 241, 241);
}

.panel-preview .panel-body h3,
#fixed-news .media .media-body h3 {
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    line-height:  20px;
    color: rgb(44, 63, 80);
}

.panel-preview .panel-body span,
#fixed-news .media .media-body span {
    padding-left: 4px;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: rgba(60, 60, 60, 0.29);
    color: rgba(60, 60, 60, 0.66);
}
/******/

