﻿.ArticlesCommentsList
{
    margin: 0px 16px;
    border-top: 1px solid #AAA;
    /*background-color: #EDF6F9;*/
}

.ArticlesBackNextHost
{
    padding: 0px 16px ;
    
    display: inline-block;
    zoom: 1;
    *display: inline;
    
    vertical-align: middle;
}

.ArticleBack
{
    background-image: url(../Images/Icons/back_orange.png);
    background-repeat: no-repeat;
    background-position: left center;

    min-width: 15px;    
    min-height: 30px;
    
    cursor: pointer;

    display: inline-block;
    zoom: 1;
    *display: inline;
}

.ArticleNext
{
    background-image: url(../Images/Icons/next_orange.png);
    background-repeat: no-repeat;
    background-position: right center;

    min-width: 15px;    
    min-height: 30px;
    
    cursor: pointer;

    display: inline-block;
    zoom: 1;
    *display: inline;
}

.ArticlesFilter
{
    list-style-type: none; 
    padding: 0;
    margin: 0 30px 0 0;

    position: relative;
}

.ArticlesFilter li
{
    padding: 4px 8px;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
}

.ArticlesFilter li:first-child
{
    padding-left: 0;
}

.ArticlesFilter li:last-child 
{
    position: absolute;
    right: 0;
    top: 0;
}

.ArticlesFilter li.is-active
{
    color: White;
    background-color: #FA6900;
}

.ArticlesCategory
{
}

.ArticlesCategory.HideByFilter
{
    display: none;
}

.SpareList
{
    line-height: 22px;
}

.SpareList li
{
    padding: 4px 0px;
}

.NewsColumn
{
    width: 25%;
    background-color: white;
    padding: 0px 25px;
    text-align: center;
}

.NewsColumn[in-articles="1"]
{
    display: none !important;
    width: 25%;
}

.NewsColumn[in-about="1"]
{
    width: 230px;
}

.NewsColumn p
{
    line-height: 1.5em;
    font-size: 1em;
}

.ArticlesHost img
{
    padding-top: 6px;
    width: 80px;
    height: 80px;
    margin-right: 8px;
    float: left;
    vertical-align: top;
}

.ArticlesHost p
{
    vertical-align: top;
    padding-right: 4px;
    padding-left: 4px;
    text-align: justify;
}

.ArticlesHost a
{
    text-decoration: none;
}

.ArticlesHost a:hover
{
    text-decoration: underline;
}

.ArticlePicture
{
    width: 200px;
    height: 150px;
    float: left;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 4px;

    -webkit-box-shadow: 0 0 10px #777;
       -moz-box-shadow: 0 0 10px #777;
            box-shadow: 0 0 10px #777;

  filter:alpha(opacity=85);
    -webkit-opacity: 0.85;
       -moz-opacity: 0.85;
            opacity: 0.85;

    transition: all 200ms;
}

.ArticlePicture:hover
{
filter:alpha(opacity=100);
    -webkit-opacity: 1;
       -moz-opacity: 1;
            opacity: 1;

    -webkit-box-shadow: 0 0 15px #444;
       -moz-box-shadow: 0 0 15px #444;
            box-shadow: 0 0 15px #444;
}

.ArticlesList.Compact .ArticlePicture
{
    width: 360px;
    height: 270px;

    float: none;
    margin-right: 0;
    
    border: 0 none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

filter:alpha(opacity=100);
    -webkit-opacity: 1;
       -moz-opacity: 1;
            opacity: 1;

}

.ArticlePreview
{
    height: auto;
    min-height: 155px;
    margin-bottom: 50px;
}

.ArticlesList.Compact .ArticlePreview
{
    width: 360px;
    height: 270px;

    margin: 15px;
    padding: 10px;

    display: inline-block;
    zoom: 1;
    *display: inline;

    background-color: white;
    
    -webkit-box-shadow: 0 0 10px #aaa;
       -moz-box-shadow: 0 0 10px #aaa;
            box-shadow: 0 0 10px #aaa;

    position: relative;
}

.ArticlesList.Compact .ArticlePreview:hover
{
    -webkit-box-shadow: 2px 2px 10px #777;
       -moz-box-shadow: 2px 2px 10px #777;
            box-shadow: 2px 2px 10px #777;
}

.ArticlesList.Compact .ArticlePreview p
{
    display: none;
}

.ArticlesList.Compact .ArticlePreview h3
{
    position: absolute;
    padding: 7px 11px;
    right: 0px;
    bottom: -11px;
    font-size: 14px;
    white-space: normal;
    text-align: right;
    background-color: white;
    cursor: pointer;
}

.ArticlesList .ArticlePreview a
{
    font-weight: bold;
}

.ArticleAdminToolbar 
{
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    opacity: 0.45;

    font-size: 11px;

    transition: opacity 300ms;
}

.ArticleAdminToolbar a 
{
    margin: 0 10px;
}

.ArticleAdminToolbar:hover 
{
    opacity: 1;
}

.btn-switch-view
{
    border: 1px solid transparent;
}

.btn-switch-view.is-active
{
    border-color: gray !important;
}

.ContentDIV p {
    line-height: 130%;
    font-size: 16px;
}

.ContentDIV p>img
{
    margin-top: 4px;
}

.ContentDIV h1 {
    margin-top: 0;
    font-weight: bold;
}

.ContentDIV h2,.ContentDIV h3,.ContentDIV h4 {
    font-weight: bold;
}

.ContentDIV h1.article-title-1 {
    font-size: 18px;
}

.ContentDIV h2.article-title-2 {
    font-size: 16px;
}

.ContentDIV p>img.LeftImage
{
    float: left;
    padding-left:   0px !important;
    padding-right: 15px !important;
}

.ContentDIV p>img.RightImage
{
    float: right;
    padding-right: 0px !important;
    padding-left: 15px !important;
}

.NewsColumn a,.NewsColumn a:visited,.NewsColumn a:active,.NewsColumn a:hover
{
    font-weight: bold;
    color: #1E9FE2;
    text-decoration: underline;
}

.NewsColumn a:hover
{
    color: #FFA606;
}

.NewsColumn a>img 
{
    margin-top: 5px;
}