body {
    background-color: #fafafa;
    font-family: "open sans", sans-serif;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
    line-height: 1.5;
    margin-bottom: 30px;
    color: #6a6a6a;
}
li{
    color: #6a6a6a;
}

p:last-child {
    margin-bottom: 0;
}

a {
    transition: color 0.3s ease;
}

h2,
h3 {
    color: #46772e;

}

.main {
    margin-left: 115px;
    padding: 20px 0;
}

.dbox {}

.dbox-inner {
    background: #fff;
    box-shadow: 1px 2px 3px #20435836;
}


.dbox-header {
    background-color: #f8fbfa;
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;

}

.dbox-header h3 {

    font-size: 24px;

}


.dbox-header .dbox-header-icon {
    margin-right: 15px;
}

.dbox-content {
    padding: 20px;
}

.dbox-content h4 {
    margin-bottom: 20px;
    color: #46772e;
    font-weight: bold;
    font-size: 18px;
}


.dbox-shortcuts .shortcuts {
    padding: 0;
    margin: 0;
    list-style: none;

}

.dbox-shortcuts .shortcuts li {
    /* width: 50%;
    float: left; */

}

.dbox-shortcuts .shortcuts li a {
    display: block;
    background-color: #f4f4f4;
    padding: 10px 30px 10px 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #333;

    background-image: url(../images/ar.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
}

.dbox-shortcuts .shortcuts li a:hover {

    background-color: #eee;
    text-decoration: none;

}


.dbox-profile-name {
    margin: 15px 0 30px 0;
}

.dbox-profile-name span {
    margin-left: 5px;
    display: inline-block;
    font-weight: bold;
    color: #46772e;

}

.dbox-bottom {}

.dbox-bottom .readmore {
    margin: 10px;
}

.dbox-bottom .readmore a {
    display: block;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    transition: color 0.3s ease;
    color: #46772e;
    border-radius: 20px;
}

.dbox-bottom .readmore a:hover {
    color: #6e935b;
    text-decoration: none;

}

.dbox-news {
    padding: 0;
    overflow: hidden;
    max-height: calc(100vh - 350px);
    overflow: auto;
}

.news-box .dbox-content {
    padding: 0;
}

.news-box .news-item {
    display: block;
    padding: 20px;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #eee;
}

.news-box .news-item:hover {
    text-decoration: none;
    background-color: #f9f9f9;
}


.news-box .news-item h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.news-box .news-item .news-date {
    color: #b0afaf;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    /* display: inline-block; */
    /* float: right; */

}

.news-author {
    color: #46772e;
    font-size: 16px;
    display: inline-block;
    margin: 0px 0 10px 0;
}

.news-box .news-item .news-content {
    color: #6a6a6a;
    font-size: 15px;
}

.news-box .news-item .news-link {
    color: #46772e;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}





.intranet-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #46772e;
    z-index: 25;
}

.intranet-menu-wrapper ul {
    padding: 0;
    margin: 0;
}

.intranet-menu-wrapper ul li {
    list-style: none;
    padding: 10px;
    text-align: center;
}

.intranet-menu-wrapper ul li .menu-item {
    display: block;
    color: #fff;
    border-bottom: 1px solid #688f55;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.menu-item.logo {
    /* height: 80px; */
    background-color: #004712;
    display: block;
}

.menu-item.logo .menu-icon {
    padding: 15px;
    display: block;
}

.menu-item.logo .menu-icon img {
    width: 76px;
}




.menu-item.logo .menu-icon svg {
    /* height: 60px; */
    /* height: 50px; */
    max-width: 100%;
    color: #fff;
    display: none;
}

.intranet-menu-wrapper ul li .menu-item:hover {
    text-decoration: none;
}


.intranet-menu-wrapper ul li .menu-item .menu-icon {
    border-radius: 50%;
    overflow: hidden;
    background: #6e935b;
    width: 65px;
    height: 65px;
    padding: 15px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}



.intranet-menu-wrapper ul li .menu-item .menu-text {
    display: block;
    margin-top: 10px;
    font-size: 11px;
}

.intranet-menu-wrapper ul li a .menu-icon svg {
    fill: #fff;
}

#menu-sidemenu {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 9;
    height: 100%;
    background: #fff;
    min-width: 400px;
    padding: 20px;
    transition: 0.3s ease;
    transform: translateX(-100%);
}


#menu-sidemenu.open {
    transform: translateX(0);
    left: 110px;
    overflow: auto;
}

#news-content {
    background: #fff;
    padding: 50px 30px;
}

#news-content {
    background: #fff;
    padding: 50px 30px;
    box-shadow: 1px 2px 3px #20435836;
}

#news-content h1 {
    color: #46772e;
}

#news-header .imagebg {
    height: 305px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.news-date {
    color: #b0afaf;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.news-date svg {
    height: 15px;
    margin-right: 5px;
}


.notice-box {
    background-color: #FEBB25;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    color: #fff;
}

.notice-box .notice-icon {
    margin-top: -3px;
}

.notice-box .notice-icon svg {
    height: 25px;
    fill: #fff;
    margin-right: 20px;
    margin-top: -3px;
}




.notice-box .notice-content p {
    color: #fff;
    font-size: 18px;
    margin: 0;

}

.submenu-item h2 {
    margin-bottom: 30px;
}

.submenu-item li {
    list-style: none;
    display: block;
    padding-right: 35px;
    position: relative;
}



.submenu-item li a {
    display: block;
    padding: 4px;
    /* margin-right: 10px; */
    color: #333;
    /* justify-content: center; */
    display: flex;
    align-items: center;
}


.submenu-item li a svg {
    height: 16px;
    color: #333;
    margin-right: 10px;
}

.submenulist {
    padding: 0 10px;
    margin: 0;
}

.submenulist ul {
    padding-left: 20px;

}

.submenulist ul:last-child li {
    margin-bottom: 5px;
}

.submenulist ul li a svg {
    color: #999;
}

.submenulist ul li a {
    font-size: 95%;
    display: inline-block;
}



.submenu-item li a:hover {
    color: #688f55;
    text-decoration: none;
}

.content_files li {
    list-style: none;
    background: #eee;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    color: #333;
    transition: 0.3s ease;
}


.content_files li a {
    display: block;
    color: #333;
    text-decoration: none;
}

.content_files li:hover a {
    text-decoration: none;
}

.content_files li:hover {
    background-color: #ddd;
}

#newslist #news-header .imagebg {
    height: 170px;
}

#newslist {
    max-width: 900px;
    margin: 0 auto;
}

#newslist h1 {
    color: #808080;
    margin: 20px 0;
}

#newslist #news-wrap {
    margin-bottom: 25px;
    display: block;

}

#newslist #news-wrap {
    margin-bottom: 25px;
    display: block;

}

#newslist #news-wrap h1 {
    margin-bottom: 25px;
    display: block;

}

#newslist #news-wrap p {
    font-size: 14px;
    margin-bottom: 10px;

}

#newslist #news-wrap .news-link {
    color: #46772e;

}

#newslist #news-wrap #news-content {
    padding: 20px;
}

#newslist #news-wrap:hover {
    text-decoration: none;
}

#newslist #news-wrap:hover #news-content {
    background: #f9f9f9;

}

#news-content {
    transition: 0.3s ease;
    ;
}


.page-numbers {
    margin: 0 10px;
    color: #333;
    font-weight: bold;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.pageination {
    display: flex;
    justify-content: center;
}

.page-numbers:hover {
    color: #333;
}

.page-numbers.current {
    border-radius: 50%;
    background: #46772e;
    color: #fff;

}

.page-numbers.prev,
.page-numbers.next {
    display: hide;

}


.search-item {
    display: block;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    color: #333;
    transition: 0.3s ease;
    border-bottom: 1px solid #dedede;
}

.search-item:hover {
    /* background-color: #fafafa; */
    text-decoration: none;
    color: #333;
    box-shadow: 1px 1px 10px #00000026;
}

.search-item .search-header {
    /* align-items: center; */
    margin-bottom: 10px;
}

.search-item .search-header .date {
    color: #b0afaf;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.search-item .search-header .date svg {
    height: 15px;
    margin-right: 5px;
}

.search-item .search-header .date svg path {
    fill: #b0afaf;
}




.search-item h4 {
    color: #333;
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: bold;
}

.search-item svg {
    height: 14px;
    margin-right: 5px;
}

.search-item svg path {
    fill: #46772e;
}

.search-item .tag {
    font-weight: bold;
    color: #46772e;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}



.search-item .readmore {
    margin-top: 10px;
    color: #46772e;
}

#searchsubmit {
    text-decoration: none !important;
    border-radius: 50px !important;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    border: none !important;
    padding: 12px 25px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    outline: none !important;
    background-color: #46772E;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    margin-left: 20px;
    width: 200px;
}

.search-field {
    padding: 10px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
}

.no-results {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.no-res-form {
    display: flex;

}

.dash-search {
    width: 500px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    ;
}

.dash-search .search-field {
    padding: 12px 25px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    width: 300px;
    border-radius: 50px;
    height: auto;
    font-size: 14px;
    box-shadow: none;
    outline: none !important;
}

.dash-search #searchsubmit {
    text-decoration: none !important;
    border-radius: 50px !important;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 1em;
    border: none !important;
    padding: 12px 25px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    outline: none !important;
    background-color: #46772E;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    width: auto;
    margin-left: 10px;
    background: #bbbbbb;
    transition: 0.3s ease;

}

.dash-search #searchsubmit:hover {
    background: #46772e;


}

.folder svg {
    height: 30px;
    color: #46772e;
}

.folder .folder-header {
    display: flex;
    align-items: center;
    padding: 15px;
    transition: 0.3s ease;
}

.folder .folder-header:hover {
    background-color: #f1f1f1;
}

.folder .folder-header h4 {
    margin: 0 0 0 15px;

}


.folder .submenulist {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 20px 20px 20px;
    background: #f9f9f9;
    display: none;
}

.folder .submenulist a {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.folder .submenulist li:last-child a {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}


.folder .submenulist p {
    margin-bottom: 0px;
    font-size: 12px;
}


.folder .submenulist a .description {
    font-size: 12px;
    color: #848484;
    display: block;
}

.folder .submenulist a h6 {
    font-weight: bold;
    font-size: 12px;
    color: #848484;
    margin-bottom: 0px;

}

.folder .submenulist a .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    display: inline-block;

}


.folder .submenulist a small {
    display: block;
    margin-bottom: 10px;

}


.filearchive {
    padding: 30px;
    background-color: #fff;
    box-shadow: 1px 2px 3px #20435836;
}

.file-content {
    margin-left: 30px;
}

.filearchive li {
    list-style: none;
}

.filearchive li a svg {
    height: 16px;

    margin-right: 10px;
}

.filearchive li a {
    color: #333;

}

.filearchive li a:hover {
    color: #688f55;
    text-decoration: none;
}

.has-child ul {
    display: none;
}

.opensubmenu {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    text-align: center;

}

.opensubmenu svg {
    height: 20px;
    width: 20px;

}

.heateor_sss_sharing_container {
    display: none;
}

.breadcrumb svg {
    height: 20px;
}

.breadcrumb svg path {
    fill: #46772e;
}

.breadcrumb-items {
    margin-right: 5px;
}

a.breadcrumb-items {
    color: #46772e;
}

.currentpage > a {
    font-weight: bold;
}

.bottom-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #46772e;
    margin-top: 10px;
}

.bn-item a {
    color: #46772e;
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}

.bn-item a:hover {
    background-color: #46772e;
    color: #fff;
    text-decoration: none;
}