p{
    margin: 0;
}
a{
    text-decoration: none;
    color: #486fff;
}
button{
    border: none;
    background-color: transparent;
}
ul li{
    border: none !important;
    background-color: transparent !important;
}
.navtop{
    background-color: rgb(7, 95, 51);
}
.navbar{
    top: 30px;
    background-color: white;
    transition: top 0.1s;
}
.navbar-toggler-icon{
    background-image: url("/images/icon_nav.svg");
}
.nav-link{
    font-size: 1.1rem;
    color: rgba(50, 50, 50, 0.9) !important;
}
.navtop .nav-link{
    font-size: 1.1rem;
    color: white !important;
}
.navbar .ibank{
    background-color: rgb(7, 95, 51);
    color: white !important;
}
.dropdown-menu{
    background-color: rgba(50, 50, 50, 0.9);
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-item{
    color: white !important;
}
.dropdown-item:hover{
    background-color: rgba(100, 100, 100, 0.9);
}
#main, #AD{
    padding-top: 95px;
}
.card-header{
    border: none;
}
.card-header h3{
    color: rgb(40, 140, 80);
    display: flex;
    margin-bottom: 0;
}
.card-header h3:before, .card-header h3:after {
    content: "";
    flex: 1 1;
    border-bottom: rgb(40, 140, 80) 5px solid;
    margin: auto;
}
.info_item{
    min-height: 410px;
}
#bulletin .info_item{
    min-height: 500px;
    max-height: 500px;
    overflow-y: auto;
}
.info_item:not(.selected){
    display: none;
}
.info_item td:last-child{
    padding-left: 0;
    padding-right: 0;
}
.info_page:not(.selected){
    display: none;
}
.info_page button{
    font-size: 0;
    width: 1.3rem;
    height: 1.3rem;
    background-color: rgb(225, 255, 245);
    border: rgb(40, 140, 80) 1px solid;
}
.link_item{
    height: 150px;
}
.link_item img{
    width: 300px;
    max-height: 150px;
    object-fit: cover;
    object-position: 50% 0%;
}
#btn-back-to-top{
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
}
#iefcon > .col{
    min-width: 300px;
}
.download_link th p{
    border: rgb(40, 140, 80) 1px solid;
    background-color: rgb(40, 140, 80);
    color: white;
}
.download_link a{
    border: rgb(40, 140, 80) 1px solid;
    color: black;
}
a:hover{
    color: #64aaff;
}
.nav-link:hover, .nav-link .ibank:hover, .dropdown-item:focus, .info_item th > div, .info_menu button:hover, .info_menu button.selected, #font_switch button:hover, #font_switch button.selected, .btn_item:hover, .download_link a:hover{
    background-color: rgb(40, 140, 80);
    color: white !important;
}
.info_page button:hover, .info_page button.selected{
    background-color: rgb(40, 140, 80);
}
.link_item a:hover, .slick_item a:hover{
    opacity: 0.75;
}
.slick_item{
    width: 100%;
    height: 450px !important;
	background-color: white;
	display: flex !important;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.slick_item a, .slick_item img{
    width: 100%;
	height: 100%;
    object-fit: contain;
	max-width: none !important;
	max-height: none !important;
}
.slick-prev{
    margin-left: 40px;
    z-index: 1;
}
.slick-prev:before{
    content: '\1F870' !important;
}
.slick-next{
    margin-right: 60px;
}
.slick-next:before{
    content: '\1F872' !important;
}
.slick-prev:before, .slick-next:before{
    display: block;
    width: 40px;
    font-size: 30px !important;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 5px;
}
@media screen and (max-height: 800px){
    .dropdown-menu{
        max-height: 20rem;
        overflow: auto;
        top: 0px;
    }
}
.img_item img{
    object-fit: cover;
    object-position: 50% 0%;
    box-shadow: 3px 3px 3px rgb(150, 150, 150);
}
.btn_item{
    color: black;
    border: 1px solid rgb(150, 150, 150);
    box-shadow: 3px 3px 3px rgb(150, 150, 150);
    border-top: rgb(40, 140, 80) 5px solid;
    font-weight: bold;
}
#abgne_float_ad {
    color:rgb(0%,0%,100%);
    background-color:rgba(100%,100%,0%,0.8);
    display: none;
    position: absolute;
}
#abgne_float_ad .abgne_close_ad {
    color: red;
    display: block;
    text-align: right;
    cursor: pointer;
    font-size: 16px;
}
#abgne_float_ad a img {
    border: none;
}
div.bigDiv {
    height: auto; /*1350px;*/
}