/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
	background-image: url(../img/2025/banner-bg.jpg);
	background-size: 1500px auto;
	background-repeat: no-repeat;
	background-position: center 20px;
    /* background-attachment: fixed; */
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.bootbox {
    color: rgb(0,0,0);
}
/* 2023-24 style */
@media only screen and (max-width: 1024px) {
    body {
        background-size: 1000px auto;
        background-position: center 32px;
    }
}
@media only screen and (max-width: 768px) {
    body {
        background-size: 768px auto;
        background-position: center 45px;
    }
}
@media only screen and (max-width: 540px) {
    body {
        background-size: 530px auto;
        background-position: center 42px;
    }
}
@media only screen and (max-width: 430px) {
    body {
        background-size: 410px auto;
        background-position: center 45px;
    }
}
@media only screen and (max-width: 300px) {
    body {
        background-size: 280px auto;
        background-position: center 20px;
    }
}
/* END: 2023-24 style */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    /* font-family: times roman times serif; */
    /* font-style: italic; */
    font-weight: 700;
    color: rgb(255,255,255);
}

.topnav {
    font-size: 14px; 
    /* background-image: url(../img/2022/navbar-background.png); */
    /* background-repeat: repeat-x; */
    /* background-position: center bottom; */
    background-color: rgb(35,255,130);
}

.brand-icon {
    font-weight: 700;
    /* background-color: rgb(255,255,255); */
}

.brand-icon > img {
    display: inline-block;
    margin-right: 5px;
    margin-top: -1px;
}
@media screen and (min-width:769px) and (max-width:991px), (max-width:363px) {
    .brand-icon > img {
        content:url(../img/2025/navibar-brand-100w.png?20260330180300);
    }
}

.intro-logo {
    margin: 30px auto 0;
}

.lead {
    font-size: 20px;
    font-weight: 400;
    text-align: center !important;
    text-indent: 0 !important;
    color: rgb(255,255,255);
}

.body_text {
    font-size: 18px;
    font-weight: 400;
    color: rgb(255,255,255);
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    /* padding-bottom: 10px; */
    text-align: center;
    color: rgb(255,255,255);
}
@media(max-width:414px) {
    .intro-header {
        padding-top: 40px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 60px;
    }
}

.intro-message {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.intro-message > h1 {
    margin: 0;
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.6); */
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* 
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
*/

.page_desc {
    text-align: left;
    text-indent: 2em;
    /* margin-top: 20px; */
    /* margin-bottom: 40px; */
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 0;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}
@media(max-width:414px) {
    .intro-header {
        padding-top: 40px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 0;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.home_recure_btn {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 5px;
    vertical-align: text-bottom;
}
@media only screen and (min-width: 768px) {
    /*  for desktop */
    .content-section-a {
        padding: 30px 0;
        /* background-color: #f8f8f8; */
    }
    .content-section-b {
        padding: 30px 0;
        /*
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        */
    }
}
/*
.odd-section {
    background-image: url(../img/side_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    opacity: 0.7;
    filter: alpha(Opacity=70);
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
*/
/*
.even-section {
    background-image: url(../img/side_bg_flip.png);
    background-repeat: no-repeat;
    background-position: top right;
}
*/
@media(max-width:414px) {
    .odd-section,
    .even-section {
        background-image: none;
    }
}

.odd-section img,
.even-section img {
    display: block;
    margin: 0 auto;
}

.photo {
    padding: 15px;
    border: 5px solid rgb(35, 255, 130);
    margin: 10px auto !important;
    background-color: rgb(255, 255, 255);
    display: inline-block;
}

/*
.main_content_section {
     background-color: rgba(255, 255, 255, 0.85);
}
*/
/*
.section-row {
    background-image: url(../img/2023/section-heading-bg.png?2050403220300);
    background-repeat: repeat-x;
}
*/
.section-heading {
    font-size: 24px;
    margin-bottom: 30px;
    color: rgb(35, 255, 130);
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../img/2025/section-heading-tag-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /* background-color: rgb(255,140,0); */
    /* border: 5px solid rgb(255,255,255); */
    font-weight: 350;
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.3); */
    /* letter-spacing: 0.4em; */
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}
/* 2023-24 style */
@media(max-width:540px) {
    .section-heading {
		font-size: 20px;
		padding-top: 13px;
		padding-bottom: 13px;
	}
}
@media(max-width:430px) {
	.section-heading {
	    background-image: url(../img/2025/section-heading-tag-bg-290x26.png);
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 14px;
	}
}
@media(max-width:300px) {
    .section-heading {
		font-size: 18px;
		padding-top: 18px;
		padding-bottom: 17px;
	}
}
/* END: 2023-24 style */

.banner {
    padding: 80px 0 40px;
    color: #000;
    /*
    background-image: url(../img/banner-bg.jpg);
    background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center bottom; */
}

.banner h2 {
    color: rgb(255,255,255);
    text-align: center;
    margin: 17px auto 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    font-size: 3em;
}

.banner h3 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    font-size: 2.5em;
}

.banner p {
    color: rgb(255,255,255);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.banner p:empty {
    display: none;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}
.processing {
    margin: 30px auto;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
    }
    
    .page_header {
        padding: 80px 0 40px;
    }
}

@media(max-width:1024px) {
    .page_header h2 {
        margin-top: 8px;
    }
}

@media(min-width: 768px) {
    ul.banner-social-buttons {
        float: left !important;
    }
}

@media(max-width:800px) {
    .page_header h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }
    
    ul.banner-social-buttons {
        margin-top: 20px;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:768px) {
    .page_header h2 {
        font-size: 2.5em;
    }
}

@media(max-width:680px) {
    .page_header h2 {
        font-size: 2em;
    }
}

@media(max-width: 576px) {
    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    .page_header {
        padding-top: 74px;
    }
    .page_header h2 {
        font-size: 1.6em;
    }
    .banner p {
        font-size: 12px;
    }
}

@media(max-width:414px) {
    .content_entry_btn {
        text-align: center;
    }
}

footer {
    padding: 50px 0;
    background-color: rgb(35,255,255);
    /*
    background-image: url(../img/2022/footer-bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    */
}

p.copyright {
    margin: 15px 0 0;
    color: rgb(128,128,128);
}

/* Socialite Look-a-like defaults */
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }

.social-buttons { display: block; list-style: none; padding: 0; margin: 0; }
.social-buttons > li { display: block; margin: 0; padding: 0 10px 10px; float: left; }
.social-buttons .socialite { display: block; position: relative; background: url('../img/social-sprite.png') 0 0 no-repeat; }
.social-buttons .socialite-loaded { background: none !important; }

.social-buttons .twitter-share { width: 55px; height: 65px; background-position: 0 0; }
.social-buttons .googleplus-one { width: 50px; height: 65px; background-position: -75px 0; }
.social-buttons .facebook-like { width: 50px; height: 65px; background-position: -145px 0; }
.social-buttons .linkedin-share { width: 60px; height: 65px; background-position: -215px 0; }

@media(max-width:414px) {
    .social-buttons > li { padding: 10px 8px; }
}
@media(max-width:1200px) {
    .like-buttons {
        margin-top: 20px;
    }
}

.standalone_panel {
    margin-top: 30px;
    margin-bottom: 40px;
    color: rgb(0,0,0);
}
.standalone_panel .panel-heading :last-child,
.standalone_panel .panel-body :last-child {
    margin-bottom: 0;
}

.well,
.panel-body {
    font-size: 15px;
}

/*
@media(max-width:767px) {
    .content-section-a,
    .content-section-b {
        background-image: url(../img/bg_xs_v2.png);
        background-repeat: repeat-y;
        background-size: 100%;
        background-position: center top;
    }
}
*/

.past_record_corp_title {
    color: purple;
}

/* 2023 settings */
.navbar-default {
    background-color: rgba(35,255,130,1);
    border-color: rgba(0,0,0,0);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background-color: rgb(255,255,255);
}
.navbar-brand {
    color: rgb(0,0,0) !important;
    /* background-color: rgb(255,255,255); */
}
.navbar-default .navbar-nav>li>a {
    color: rgb(0,0,0) !important;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
    background-color: rgb(35,255,130)  !important;
    color: rgb(0,0,0) !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: rgb(35,255,130) !important;
    color: rgb(0,0,0) !important;
}
@media(min-width:992px) {
    /*
    .navbar-default .navbar-nav>li>a {
        width: 110px;
    }
    */
}
@media(min-width:769px) {
    .navbar-default .navbar-nav>li>a {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
div.boit_table_container {
    background-color: rgb(255,255,255);
    padding: 10px;
    margin-bottom: 20px;
}
table {
    /* border-color: rgb(80,80,80); */
    border-width: 0;
    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
    margin-bottom: 0 !important;
}
/*
table#assessment-table td {
    color: rgb(40,48,137);
}
*/
/* table#assessment-table.table-striped>tbody>tr:nth-of-type(odd), */
table.poj-table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgb(204,204,204);
}
table>tbody>tr.info,
table>tbody>tr.info>th {
    background-color: rgb(35,255,130) !important;
    color: rgb(0,0,0);
}
table>tbody>tr.info>th {
    font-size: 20px;
    padding: 3px;
}
/*
table.result_table.table {
    background-color: rgb(255,255,255) !important;
}
*/
table.result_table.table-striped>tbody>tr:nth-of-type(even) {
    background-color: rgb(204,204,204);
}
table.result_table.table>thead>tr.success>th {
    background-color: rgb(0,180,180);
}
.modal table {
    color: black;
}
/*
.banner_wrapper {
	background-image: url(../img/2020/banner-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
*/

/* 2020 settings */
.main_content_section {
    background-repeat: no-repeat;
	background-position: center top;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .main_content_section {
        background-attachment: fixed;
    }
}
/*
#synopsis {
    background-image: url(../img/2020/section1.png);
    background-color: rgb(255,255,255);
}
#assessment{
    background-image: url(../img/2020/section2.png);
    background-color: rgb(253,250,252);
}
#entry {
    background-image: url(../img/2020/section3.png);
    background-color: rgb(253,237,242);
}
*/

button.navbar-toggle {
    background-color: rgb(255,255,255);
}
ul.navbar-nav {
    background-color: rgb(35,255,130);
}
ul.navbar-nav>li {
    border-right : 1px solid rgb(0,0,0);
}
ul.navbar-nav>li>a#nav-item-intro {
    background-color: rgb(35,255,130) !important;
}
ul.navbar-nav>li>a#nav-item-logout,
ul.navbar-nav>li>a#nav-item-synopsis {
    background-color: rgb(35,255,130) !important;
}
ul.navbar-nav>li>a#nav-item-assessment {
    background-color: rgb(35,255,130) !important;
}
ul.navbar-nav>li>a#nav-item-entry {
    background-color: rgb(35,255,130) !important;
}
ul.navbar-nav>li>a#nav-item-member_home,
ul.navbar-nav>li>a#nav-item-login_form,
ul.navbar-nav>li>a#nav-item-announce {
    background-color: rgb(35,255,130) !important;
}
ul.navbar-nav>li>a#dropdownMenuPastRecord {
    background-color: rgb(35,255,130) !important;
}
ul.navbar-nav>li>a#nav-item-contact {
    background-color: rgb(35,255,130) !important;
}
i.redirect_icon {
    font-size: 20px;
    color: rgb(35,255,130);
}

/* 2022 setting */
.navbar-brand {
    padding : 0;
}

/*
.container>.navbar-header,
.navbar>.container .navbar-brand {
    height: 72px;
}
*/
footer .container .row a {
    color: rgb(0,0,0);
}
footer .container .row li.dropup .dropdown-menu a {
    color: rgb(0,0,0);
}
footer .container .row a:hover {
    color: rgb(80,80,80);
    background-color: rgb(255,255,255);
}
.footer-menu-divider {
    color: rgb(128,128,128);
}
