.atl_main_body{
    padding-top: 10px !important;
    height:calc(100vh - 182px);
}
.atl_left_menu{
    border: none !important;
    padding-top: 5px !important;
}
.atl_copyright{
    color:white;
}
a:hover{
    color: green;
}
.btn:hover{
    background: green;
}
.nav-pills{
    color: white !important;
}
.offcanvas-menu{
    color: white;
}
#sp-component{
    overflow: auto;
    height: 110%;
}
.container-inner, .container, .row{
    height: 100%;
}
.jmodedit{
    margin-left: 60px !important;
}
.article-details .article-can-edit a{
    background-color: green !important;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a{
    color: white;
}
#sp-left{
    width: 250px;
}
.row{
    display: flex;
    flex-wrap: nowrap;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a{
    color: white;
}

.atl_left_news{
    font-size: 12px;
    border: none !important;
    padding: 2px !important;

}
.newsflash-item{
    max-height: 200px;
    overflow-y: hidden;
    border-bottom: solid 1px;
    margin-top: 5px;
}
.atl_left_news h5{
    font-size: 14px;
    font-weight: bold;

}
.atl_news_caption{
    font-size: 16px;
    font-weight: bold;
}

.offcanvas-menu .offcanvas-inner .sp-sign-in .signin-text {
    display: inline-block !important;
    color: white;
}
.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas{
    color: whitesmoke;
}

.breadcrumb{
    background-color: transparent !important;
}
.fa-location-dot::before, .fa-map-marker-alt::before{
    content:'';
}
.sp-profile-dropdown{
    top: 0px;
    left: 0px !important;
}

#sp-header{
    position: sticky !important;
}

#sp-footer, #sp-bottom {
    background: #2C5F2D;
    color: #2C5F2D;
    position: fixed;
    top: calc(100% - 70px);
    width: 100%;
}
.atl_left_news {
    height: calc(100vh - 370px);
    overflow: hidden;
    margin-top: 20px !important;
}
.atl_left_menu{
    padding:  5px !important;
}
.menuatl_lmenu>li{
    background: #C6E39D;
    color: white;
    padding-left: 10px !important;
    border-radius: 3px !important;
}

.menuatl_lmenu>li:hover{
    box-shadow: 0px 1px 0px 1px rgba(128,128,128,0.5) !important;
}

.atl_navigate{
    height: 25px;
    margin-left: 30px;
}

.atl_home_banners .mod-articles-items{
    list-style: none;
    padding-left: 0px !important;
}

.atl_home_banners li{
    max-width: 250px;
}

.atl_home_banners .mod-articles-title{
    position: absolute;
    background: rgba(23, 99, 29,0.7);
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    top: calc(100% - 50px);
}
.atl_home_banners .mod-articles-title:hover{
    color: initial !important;
}

.atl_home_banners .mod-articles-title>a{
    color: white;
}

.atl_home_banners img{
    height: 200px !important;
}

.atl_home_banners .mod-articles-item-content{
    position: relative;
    height: 200px;
    width: 250px;
}

.newsflash-item{
    -webkit-line-clamp: 6; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden;
}

#sp-left{
    margin-top: 20px !important;
}

a:hover{
    color: green !important;
    text-decoration: underline !important;
}

.nav-header{
    color: white !important;
}

.sp-dropdown{
    margin-top: -30px !important;
}

.sp-dropdown-inner{
    background: white !important;
    border: solid 1px green;
}

.menu-toggler{
    color: white !important;
}

.menu-child li>a{
    color: white !important;
}
.sp-profile-wrapper{
    display: none;
}

@media screen and (max-width: 1000px) {
    .breadcrumb *{
        font-size: 10px !important;
    }
    .breadcrumb{
        margin-left: 0px !important;
    }
    #sp-breadcrumbs{
        margin-left: -50px !important;
    }
}