/* You can add global styles to this file, and also import other style files */
html, body {
    overflow-x: hidden;
}
body {
    position: relative;
    font-family: 'Noto Sans HK', sans-serif;
}
.hidden{
    display: none;
}
.marker{
    background-image: url(/assets/img/green_marker.png);
    background-size: 100% auto;
    width: 32px;
    height: 91px;
    background-repeat: no-repeat;
}
.nav-drop-item{
    padding-left: 10px;
    padding-right: 10px;
}
.dropdown-toggle:after {
    float: right;
    margin-top: 7px;
}
.clearfix{
    clear: both;
}
.snackbar-success{
    background-color: #256f11;
}
.snackbar-error{
    background: #ab1c07;
}
.main-logo img{
    height: 50px;
}
.navigation{
    background: #FFFFFF;
    border-bottom: 1px solid #000;
}
.navigation a.nav-link, .navigation span.nav-link {
    color: #257010;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.navigation .dropdown-menu{
    background: #505050;
    border-radius: 0px;
    padding-top: 0;
    padding-bottom: 0;
}
.navigation .dropdown-menu a{
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navigation .dropdown-menu a:hover, .navigation .dropdown-menu a:focus{
    color: #257010;
    background: #FFF;
}
.nav-link{
    padding-left: 5px !important;
}
.navigation a.active{
    background: #257010;
    color: #FFF;
    border-radius: 5px;
}
.navbar-toggler{
    color: #257010;
}
.slider{
    margin-bottom: 50px;
    margin-top: 50px;
}
.carousel-slide-item {
    height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.carousel-slide-item-caption{
    background: #00000070;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
}
.carousel-slide-item-caption h4{
    color: #fFF;
    margin-bottom: 20px;
    font-family: initial;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 5px;
}
.carousel-desc{
    font-size: 15px;
    width: 450px;
    text-align: center;
}
.carousel-desc ul {
    text-align: left;
}
section{
    margin-bottom: 30px;
}
.section-title{
    margin-bottom: 10px;
    text-transform: capitalize;
    width: 100%;
    font-weight: bold;
    font-family: initial;
    border-bottom: 1px solid #25701082;
    padding-bottom: 3px;
}
.section-title.no-border{
    border-bottom: none;
}
.section-title span{
    background: #257010;
    padding: 5px 10px;
    color: #ffFFFF;
}
.content-section{
    margin-bottom: 50px;
    margin-top: 10px;
}
.section-overlayed{
    color: #FFF;
}
.section-overlayed .section-title{
    margin-top: 20px;
    color: #3cb11c;
}
.dark-overlay{
    background: #000000d1;
    padding: 10px 0;
}
footer{
    border-top: 5px solid #257010;
    padding: 20px 50px;
    background: #000;
    color: #FFF;
    font-size: 14px;
}
footer h3{
    margin-bottom: 15px;
}
footer a{
    color: #FFFFFF;
}
footer a:hover{
    text-decoration: none;
    color: #3cb11c;
}
footer input {
    margin-bottom: 10px;
}
footer textarea{
    margin-bottom: 20px;
}
.bg-green{
    background: #257010;
    border: 1px solid #257010;
    color: #FFFFFF;
}
#ong-references th{
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}
#ong-references-tech{
    margin-top: 25px;
    font-style: italic;
    text-decoration: underline;
}
.info-icon{
    width: 40px;
    height: 40px;
    background: #505050;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 5px;
}
.info-icon:hover{
    color: #3cb11c;
    text-decoration: none;
}
.align-center{
    text-align: center;
}
#social_preview [class^="col"]{
    padding-bottom: 15px;
}
.page-header{
    margin-bottom: 50px;
}
.page-header h1{
    font-size: 23px;
    color: #257010;
    text-transform: uppercase;
    font-weight: bold;
    font-family: initial;
    margin-bottom: 25px;
    text-align: center;
}
.green-line{
    border-top: 2px solid #257010;
    width: 40%;
    margin: auto;
}
body{
}
#main-content{

}
#pageContent{
    position: relative;
}
.my-overlay {
    left: 0 !important;
    top: 0 !important;
    z-index: 10000 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    background-color: #FFF !important;
    visibility: visible !important;
    transition: visibility 0s, opacity 0.4s linear !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageLoadingOverlay{
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: -70px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #FFFFFF;
}
.pageLoadingOverlay img, .my-overlay img{
    width: 100px;
    background: #FFFFFF;
}
#langSwitcher{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 15px;
}
#langSwitcher img{
    height: 15px;
    margin-right: 5px;
}
#langSwitcher .lang{
    cursor: pointer;
}
