
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    padding: 5px 10px;
}
.table-responsive{
    border: none;
}
.panel-heading{
    padding: 15px 0;
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
    /* white-space: nowrap; */
    white-space: unset;
}
.blog-list table ul{
    list-style: none;
}
.blog-list .heading-elements{
    display: block;
}

.heading-elements-toggle{
    display: none;
}
#cke_22, #cke_30, #cke_35{
    display: none !important;
}
.cke_toolbar_break{
    display: none !important;
}

.news-list .heading-elements{
    display: block;
}

.navbar-brand{
    padding: 12px 10px;
}

@media only screen and (max-width: 600px) {

    .icons-list > li > a > i {
        font-size: 20px;
        margin: 20px;
    }
}

.category-select .select2-container{
    width: 100% !important;
}

.select2-selection--multiple{
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd !important;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container .select2-search--inline{
    display: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 0 !important;
}
.navbar-header .navbar-nav > li{
    border-left: 1px solid white;
    border-right: 1px solid white;
}