﻿.doc-mobile-menu{height: 48px; display: none; position: relative;}
.doc-mobile-menu .menu-button{
	position: absolute;
    width: 24px;
    height: 24px;
    top: 12px;
    left: 20px;
    background: url(../icon/menu.png) center center / 24px no-repeat;
    cursor: pointer;
}

.sidebar {
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    bottom: 0;
    padding: 40px 0 30px 40px;
    width: 320px;
    margin-right: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.sidebar .mb-2 {
    margin-bottom: 10px;
}

.sidebar h2 {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1
}

.sidebar ul {
    list-style-type: none;
    margin: 0;
    line-height: 2.3em;
    padding-left: 1em
}

.sidebar .menu-root {
    padding-left: 0
}

.sidebar .menu-root li {
    position: relative
}

.sidebar .menu-root li em {
    position: absolute;
    left: -20px;
    top: 0;
    height: 28px;
    width: 20px;
    background: url(../icon/caret.png) no-repeat center center;
    background-size: 16px 16px;
    cursor: pointer;
    opacity: .6
}

.sidebar .menu-root li ins {
    background: #ff0;
    text-decoration: none
}

.sidebar .menu-root li .label-info {
    background-color: #298bf3
}

.sidebar .menu-root li.expanded>em,
.sidebar .menu-root li.selected>em {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sidebar .menu-root li.selected>a {
    color: #ff6f06;
    font-weight: 600
}

.sidebar .menu-root li.expanded>ul,
.sidebar .menu-root li.selected>ul {
    display: block
}

.sidebar .menu-root li.collapsed>ul {
    display: none
}

.sidebar .menu-root li.collapsed>em {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.sidebar .menu-sub {
    font-size: .9em
}

.sidebar .on-link {
    color: #656565
}

.sidebar .on-link.current {
    font-weight: 600;
    color: #ff6f06
}

.sidebar .on-link.new:after {
    content: "NEW";
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #ff6f06;
    line-height: 14px;
    padding: 0 4px;
    border-radius: 3px;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.sidebar .on-link:hover {
    color: #ff6f06
}

.sidebar .on-link.active {
    font-weight: 700;
    color: #ff6f06
}

.sidebar .main-menu {
    margin-bottom: 20px;
    display: none;
    padding-left: 0
}

.sidebar .nav-dropdown h4 {
    font-weight: 400;
    margin: 0
}

@media screen and (max-width:900px) {
    .sidebar {
        z-index: 8;
        background-color: #f9f9f9;
        height: 100%;
        top: 0;
        left: 0;
        padding: 60px 30px 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        box-sizing: border-box;
        transition: all .4s cubic-bezier(.4, 0, 0, 1);
        -webkit-transform: translate(-280px, 0);
        transform: translate(-280px, 0)
    }

    .sidebar .search-query {
        width: 200px;
        margin-bottom: 10px
    }

    .sidebar .main-menu {
        display: block
    }

    .sidebar .main-menu>li:first-child {
        display: none
    }

    .sidebar.open {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.content {
    position: relative;
    padding: 2.2em 0;
    max-width: 1200px;
    margin: 0 auto
}



#main.fix-sidebar .sidebar {
    position: fixed
}

@media screen and (max-width:1500px) {
    .content.with-sidebar {
        margin-left: 280px
    }
}

@media screen and (max-width:900px) {

    #main {
        padding: 0 0.75rem 0;
        min-height: calc(100vh - 96px)
    }
    .content.with-sidebar {
        margin: auto
    }

    .content h2:before,
    .content h3:before {
        content: '';
        display: block;
        margin-top: -70px;
        height: 70px;
        visibility: hidden
    }
    .footer {
        margin-left: 0;
        text-align: center
    }
}

@keyframes mouseanimation {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    25% {
        opacity: 1
    }

    75% {
        transform: translateY(.75em);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 0
    }
}


#footer a:hover {
    color: #0092db
}



.page .sidebar {
    background: #fff
}



.sidebar::-webkit-scrollbar {
    width: 5px;
    border-right: 1px solid rgba(0, 0, 0, .07)
}

.sidebar::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 5px
}

.sidebar:hover::-webkit-scrollbar-thumb {
    background: #c8c8c8
}

.sidebar:hover::-webkit-scrollbar-track {
    background: #f4f4f4
}


.list-breadcrumbs{display: flex;}
.list-doc-box{ margin-top: 40px;}
.list-doc-box h1{font-weight: bold;}
.list-article-v3 {margin-top: 20px;}
.list-article-v3 .list-item{display: flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: 20px;}
.list-article-v3 .list-item li {border: 1px solid #bbb; padding: 10px 20px;width: 32.5%;margin-bottom: 15px;
}
.list-article-v3 .list-item a{display: block;}
.list-article-v3 .list-item .txt h3{margin: 10px 0; font-size: 18px; font-weight: bold;}
.list-article-v3 .list-item .txt strong{margin-top: 10px; display: block;}
.list-article-v3 .list-item .txt p{color: #999;}

.list-article-v3 .lists-pages {padding: 20px; border-bottom: 1px solid #bbb; background: #eee;}
.list-article-v3 .lists-pages-number{display: flex;}
.list-article-v3 .lists-pages-number li span,.list-article-v3 .lists-pages-number li a{padding: 0px 10px; display: block;}
.list-article-v3 .lists-pages-number li{margin-right: 10px;}
.list-article-v3 .lists-pages-number li.active a{background:#741010; color: #Fff; }

.main-article-v5 .article-info{display: flex; padding: 20px; border: 1px solid #bbb; margin-bottom: 30px; background: #f2f2f2;}
.main-article-v5 .article-info-item{display: flex; align-items: center; justify-content: center; margin-right: 15px;}
.main-article-v5 .article-info-item i{color: #741010; margin-right: 5px;}
.main-article-v5 .article-info-item span{color: #999;}

.article-body h1,.article-body h2,.article-body h3{font-weight: bold;}
.article-body p{font-size: 16px; line-height: 1.8;}
.article-body h1{margin-bottom: 30px;}
.article-body img{max-width: 100%;}
.article-body p,.article-body h2,.article-body h3,.article-body img,.article-body table,.article-body ul{margin-bottom: 15px;}
.article-body table{border-collapse: collapse; border: 0;}

.article-body ul.number{padding-left: 8px;}
.article-body ul.number li{margin-bottom: 10px; margin-left: 10px; padding-left: 5px; position: relative; list-style-type:amharic;}
.article-body ul.circle li,.article-body ul li{list-style-type: none; margin-left:15px; margin-bottom: 10px;}
.article-body ul.circle li:before,.article-body ul li:before{content: '•'; position: absolute; margin-left: -15px; color: #741010;}
.article-body a{color: #741010;}
.article-body ul.img-txt{display: flex; flex-flow: row wrap;}
.article-body ul.img-txt li{display: flex; margin-bottom: 10px; flex-direction: column; text-align: center; border: 1px solid #eee; padding: 10px; margin-right: 10px;}
.article-body p.strong{font-weight: bold;}
.table2 thead,.table2 tr{border-top-width:1px;border-top-style:solid;border-top-color:rgb(245,229,229)}
.table2{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(245,229,229)}
.table2 td,.table2 th{padding:5px 10px; text-align: left;}
.table2 tr:nth-child(even){background:rgb(245,229,229)}
.table2 tr:nth-child(odd){background:#FFF}
.table1 thead th{background-color:rgb(245,229,229);color:#333;border-bottom-width:0;}
.table1 td{color:#000}
.table1 tr,.table1 th{border-width:1px;border-style:solid;border-color:rgb(245,229,229);text-align: left;}
.table1 td,.table1 th{padding:5px 10px;}
.article-pre-next{border-top: 1px dotted #bbb; margin-top: 20px; padding-top: 20px;}
.article-pre-next li{margin-bottom: 15px; color: #999;}
.article-pre-next li a{color: #741010;}

#footer-doc{padding:25px 0;color:#999; text-align: center;}
#footer-doc a{color:#777}
#footer-doc a:hover{color:#0092db}

@media screen and (max-width:900px)
{
	.sidebar{z-index:8;height:100%;top:116px;left:0;padding:0px 30px 20px;transition:all .4s;width: 100%;-webkit-transform:translate(-100%,0%);transform:translate(-100%,0%);}
	.sidebar .search-query{width:200px;margin-bottom:10px}
	.sidebar .main-menu{display:block}
	.sidebar .main-menu>li:first-child{display:none}
	.sidebar.open{-webkit-transform:translate(0,0);transform:translate(0,0)}
	.doc-mobile-menu {
        height: 48px;
        position: relative;
        display: block;
        border-bottom: 1px solid #f9f9f9;}
    .fix-sidebar{padding-top: 0;}
    .content{padding: 0 0.75rem 2.2rem 0.75rem;}
    .list-article-v3 .list-item li{width: 100%;}
    .main-article-v5 .article-info{flex-flow: wrap; justify-content: st;}
    .main-article-v5 .article-info-item{width: 48%; margin-bottom: 10px; margin-right: 0; justify-content: start;}
}