:root {
	--primary-link-color: #2196b8;
	--primary-link-hover-color: #067c9e;
	--secondary-link-color: #333333;
	--primary-bg-color: #01519f;
	--secondary-bg-color: #eeefff;
	--primary-light-bg-color: #fff;
	--primary-txt-color: #444;
	--primary-announce-color:#01519f;

	--secondary-ico-color: gray;
	--primary-txt-dark-bg: white;
	--white-txt: #fff;
	--white-color: #fff;
	--role-bg: #188e7e;
}

.dnnDragHint span.title {
    font-size: 10pt !important;
    white-space: normal;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* .registration-lnk{
    display: none !important;
} */

#dnn_ctr447_Login_pnlLogin {
    display: none;
}

html {
    height: 100%;
}

body {
    min-width: 375px;
    min-height: calc(100vh - 104px);
    overflow-y: scroll;
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
details, embed, figure, figcaption, footer, header, 
hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    font-family: Kanitlight, Kanit, sans-serif !important;
}

a.login-btn {
    display: inline-flex;
    align-items: center;
    font-size: 10pt !important;
    background-color: #1b41b6;
    border-radius: 4px;
    padding: 3px 5px;
    color: white !important;
}

.Normal, .NormalDisabled, .NormalDeleted {
	color: var(--primary-txt-color);
}

.function-main {
    align-items: center;
    position: absolute;
    display: inline-flex;
    right: 10px;
    top: 10px;
}

.function-main .usr {
    margin-right: 8px;
    font-size: 11pt;
}

.function-main .usr.role, .function-main .usr.lng {
    padding: 4px 8px;
    border-radius: 2px;
    color: var(--primary-txt-dark-bg);
    font-size: 9pt;
}

.function-main .usr.role {
    background-color: var(--role-bg);
    display: none;
}

.function-main .usr.lng {
    color: var(--primary-txt-color);
    background-color: var(--secondary-bg-color);
}

.function-main .logoff-btn {
    color: var(--secondary-ico-color);
    font-size: 12pt;
}

.function-main .logoff-btn:hover {
    color: var(--primary-txt-color);
}

.flex-center {
    display: inline-flex;
    align-items: center;
}

.a-click {
    cursor: pointer;
}

.dts-dropdown {
    position: absolute;
    background-color: var(--primary-light-bg-color);
    border-radius: 4px;
    padding: 2px;
    border: 1px solid #eeefff;
    right: 22px;
    top: 22px;
    z-index: 2;
}

.dts-dropdown .dropdown-item {
    background-color: #f2f2f2;
    margin: 2px 0px;
    border-radius: 4px;
}

.dts-dropdown .dropdown-item.actived {
    background-color: #bdbdbd;
    color: var(--primary-txt-dark-bg);
}

.d-inline-flex.nav {
    padding: 8px;
    margin-bottom: 3px;
}

.header-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}

.top-center {
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 50px;
    background: var(--primary-txt-dark-bg);
    border-bottom: 1px solid #ddd;
}

.mb-nav-box {
    top: 50px;
}

.menu-group i {
    font-size: 20pt;
}

.menu-group {
    display: flex;
}

.btn-lang {
    background-color: #efefef;
    border-radius: 4px;
    padding: 2px 6px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.logout {
    cursor: pointer;
    color: #e6802b;
}

div#main {
    font-size: 14pt;
}

.dts-hdn {
    display: none !important;
}

.mb-nav-box, .mb-nav, .menu-nav-btn, .menu-logo {
    height: 70px;
}

.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

img.logoweb {
    width: 40px;
}

img.logoweb.cpg {
    width: 45px;
}

img.logoweb.logo-sep {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #cdcdcd;
}

#btnBackToTop {
    position: fixed;
    right: 20px;
    bottom: -40px;
    z-index: 99;
    background-color: rgb(128 128 128 / 40%);
    padding: 10px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    color: var(--primary-txt-dark-bg);
    font-size: .8em;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

li.menu-logo {
    padding: 0px;
    margin: 0px;
    left: 0;
    width: 100%;
}

.close-icon {
    width: 35px;
    margin-top: 5px;
}

.close-icon:after, .close-icon:before, .close-icon div {
    background-color: #444;
    border-radius: 3px;
    content: '';
    display: block;
    height: 5px;
    margin: 7px 0;
    transition: all .2s ease-in-out;
}

.close-icon.active:before {
    transform: translateY(12px) rotate(135deg);
}

.close-icon.active:after {
    transform: translateY(-12px) rotate(-135deg);
}

.close-icon.active div {
    transform: scale(0);
}

.navItem {
    font-size: 12pt;
    color: #444 !important;
    FONT-WEIGHT: 400 !important;
    margin-left: 3rem;
}

.navItem.dropdown {
    display: none;
}

.navMenu {
    margin-top: 8px;
}

.sideBar {
    position: fixed;
    width: 100%;
    text-align: right;
    background: rgb(255,255,255,.98);
    left: 0px;
    height: 100%;
    z-index: 99;
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;
    border-top: 1px solid #efefef;
    margin-top: 0px;
}

.sideBar.show {
    transform: translateX(0%);
}

.sideBar a.navItem {
    font-family: kanit;
    text-decoration: none;
    font-size: 100%;
    width: 100%;
    display: inline-block;
    padding: 1em;
    margin: 0px !important;
    border-bottom: 1px solid #efefef;
}

.sideBar a.navItem:hover {
    background-color: #dbe4db;
}

.navMenu a.navItem > span::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: rgb(70,195,100);
    background: linear-gradient(90deg, rgba(70,195,100,1) 0%, rgba(51,144,73,1) 70%, rgba(37,108,53,1) 89%, rgba(12,91,31,1) 100%);
    transition: width .3s;
    border-radius: 2px;
}

.navMenu a.navItem > span:hover::after, .navMenu a.navItem.active > span::after {
    width: 100%;
}

.navMenu a.navItem > span {
    display: inline-block;
    font-weight: 400;
}

.footer-bg {
    background-color: #e67b00;
}

a.white-lnk {
    color: var(--white-txt);
}

.footer-txt * {
    font-size: 11pt;
}

.article-box {
    margin-bottom: 15px;    
}

.article-box > div.image {
    border-radius: 2px;
    aspect-ratio: 16/8;
    background-size: cover;
    background-position: top center;
    margin-bottom: 10px;
}

.article-box .title {
    font-weight: 600;
    font-size: 13pt;
    margin-bottom: 8px;
}

.article-box .desc {
    font-size: 11pt;
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 100;
}

.article-box a.dts-btn {
    color: var(--white-txt);
    background-color: var(--primary-link-color);
    text-decoration: none;
    padding: 3px 15px;
    border-radius: 13px;
    font-size: 11pt;
    display: inline-block;
    margin-bottom: 4px;
}

.article-box a.dts-btn:hover {
	background-color: var(--primary-link-hover-color);
}

img.bnr-hero {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: block;
}

.hero-01 {
    background: rgb(25,23,39);
    background: linear-gradient(90deg, rgba(25,23,39,1) 0%, rgba(25,23,39,1) 42%, rgba(11,4,1,1) 44%, rgba(11,4,1,1) 100%);
}

.hero-02 {
    background: #4ca9b7;
}

.hero-frame {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.hero-txt {
    position: absolute;
}

.hero-txt p {
    margin: 0px;
    padding: 0px;
}

.hero-01 .hero-txt p {
    color: var(--white-txt);
    line-height: 1;
    letter-spacing: 2;
    font-weight: 100;
}

p.announce-title {
    font-size: 1.5rem;
    line-height: 1;
}

p.announce-blow {
    font-size: 1.8rem;
    line-height: 1 !important;
    font-weight: bold;
}

p.announce-desc {
    font-size: 1rem;
}

a.dts-btn {
    border-radius: 11px;
    color: var(--white-txt);
    border: 1px solid var(--white-color);
    text-decoration: none;
    padding: 6px 15px;
    display: inline-block;
    font-size: 18pt;
}

.hero-01 .hero-txt {
    padding-left: 7%;
    padding-top: 7%;
    aspect-ratio: 16/9;
}

nav.mb-nav-box.hideup {
    transform: translateY(-80px);
}

#btnBackToTop.showup {
    transform: translateY(-80px);
}

div#lang-section {
    text-align: right;
}

.flag-select {
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.flag-select > * {
    vertical-align: middle;
    font-size: 12pt;
    color: #143673;
}
.flag-select div.flagimg {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    margin-right: 5px;
}
.flag-box { display:none; }
.hideMe {
	display: none !important;
}

.main-child {
    padding-top: 120px;
    position:relative;
}

.user-info {
    display: flex;
    font-weight: 100;
    font-size: 12pt;
    cursor: default;
}

.user-role {
    background-color: #efefef;
    padding: 0px 10px;
    border-radius: 4px;
}

.user-role.sd-staff {
    background-color: #0082d5;
    color: var(--primary-txt-dark-bg);
}

.function-main .usr.name {
    overflow: hidden;
    width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width:1200px) {

	div#lang-section {
		position: absolute;
		right: 0;
	}

	img.bnr-ico.inno-txt {
		display: none;
	}
}

@media screen and (min-width: 350px) {
    .article-box {
        display: flex;
    }

    .article-box > div.image {
        min-width: 120px;
        aspect-ratio: 16/12 !important;
        margin-right: 10px;
    }
}

@media screen and (min-width: 500px) {
	.function-main .usr.name {
	    
overflow: initial;
	    
width: initial;
	}
}

@media screen and (min-width: 576px) {

	p.announce-blow {
		font-size: 2.5rem;
	}
    p.announce-title {
        font-size: 2rem;
    }
    
    .th p.announce-blow,
	.cn p.announce-blow {
        font-size: 3rem;
        line-height: 1 !important;
    }

	.en p.announce-blow {
        font-size: 3rem;
        line-height: 1.2 !important;
    }
	
    p.announce-desc {
        font-size: 1.6rem;
    }
    
    a.dts-btn {
        font-size: 18pt;
    }

    .article-box {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .hero-01 .hero-txt {
        padding-left: 12%;
        padding-top: 7%;
    }
}

@media screen and (min-width: 992px) {
    .th p.announce-title {
        font-size: 2rem;
    }

	.en p.announce-title,
	.cn p.announce-title {
        font-size: 2rem;
        line-height: 1.5;
    }
    
    p.announce-blow {
        font-size: 2.8rem;
    }
    
    p.announce-desc {
        font-size: 1.5rem;
    }

    a.dts-btn {
        font-size: 1.5rem;
        padding: 10px 20px;
    }

    .article-box {
        display: flex;
    }
    
}

.section-no {
    font-size: 20pt;
}

.section-title {
    font-size: 11pt;
    position: relative;
    top: -2px;
    left: 4px;
}
.step-state {
    padding: 0px 10px;
}

.nav.active {
    background: #e67b00;
    padding: 8px;
    color: var(--white-txt);
}

.nav {
    background: #efefef;
    padding: 10px;
    cursor: pointer;
}
.form-no-lbl {
    font-size: 33pt;
}

.form-subject-lbl {
    font-size: 16pt;
}

.form-topic-lbl {
    font-size: 13pt;
    line-height: 1.2;
}

.form-lbl {
    font-size: 14pt;
    /*padding: 5px 0px 8px;*/
}

.form-textarea {
    width: 100%;
    border: 1px solid #cbc8c8;
    border-radius: 6px;
    padding: .25rem 10px;
    font-size: 12pt;
    line-height: 1.2;
}

.btn.btn-blue {
    background: #1c64e7;
    color: var(--primary-txt-dark-bg);
    font-size: 12pt;
    line-height: 1.2;
}

.btn.btn-blue:hover {
    color: var(--primary-txt-dark-bg);
    background-color: #0e75c0;
    border-color: var(--bs-btn-hover-border-color);
}
.radio-year, .radio-Type, .radio-Role {
    font-size: 14pt;
}

.btn-group-toggle i.fa-circle-check {   
    display: none;
}
.btn-group-toggle .active i.fa-circle-check {
    display: inline-block;
}
.btn-group-toggle .active i.fa-circle {
    display: none;
}
.bg-member {
    background: #f2f2f2;
    border-radius: 5px;
}
.member-detail {
    padding: 7px 10px;
}



.prj-position, .prj-membername {
    font-size: 12pt;
}
.prj-membermail, .prj-membertel,.prj-position {
    line-height: 1.5;
}

  .prj-memberbg {
    color: #0071bc;
    font-size: 15pt;
}

.prj-membercountry {
    color: #0071bc;font-size: 13pt;
}
.lbluploadfile {
    font-size: 13pt;
}

.com-detail-box {
    position: relative;
    top: 22px;
}

.page-redirect {
    font-size: 13pt;
    padding: 10px;
    margin: 0px 10px;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
}

.goto-page {
    font-size: 13pt;
}

.page-redirect.active {
    background: #cccccc;
    color: var(--white-txt);
    border: 1px solid #cccccc;
    cursor: initial;
}

.page-redirect:hover {
    background: #cccccc;
    border: 1px solid #cccccc;
}

#search-txtautocomplete-list > div:hover, #inno-member-not-cpg-nameautocomplete-list,#inno-member-outside-nameautocomplete-list, #inno-member-nameautocomplete-list, #inno-contact-nameautocomplete-list > div:hover {
    background: #cfeaf3;
}

#search-txtautocomplete-list > div, #inno-member-not-cpg-nameautocomplete-list > div,#inno-member-nameautocomplete-list > div, #inno-contact-nameautocomplete-list > div ,#inno-member-outside-nameautocomplete-list > div{
    padding: 5px 10px;
    margin: 0px 0px 8px 0px;
    background: rgb(239,249,251);
    border: 1px solid rgb(216 236 239);
    border-radius: 4px;
}
#search-txtautocomplete-list, #inno-member-not-cpg-nameautocomplete-list,#inno-member-nameautocomplete-list, #inno-contact-nameautocomplete-list, #inno-member-outside-nameautocomplete-list {
    background: transparent !important;
    border: none !important;
}
.fa-trash-alt {
    color: #f15a24;
    font-size: 11pt;
}

.fa-image {
    color: black;
}

.fa-pen {
    color: #007bff;
    font-size: 11pt;
}

.fa-file {
    color: #009688;
}

.fa-trash {
    color: #ff8600;
}

.group-btn i.fa-file-pdf {
    color: #009537;
}

.info-ico {
    color: #14c7f7;
    font-size: 16pt;
}
 
.more-info {
    position: relative;
}

.more-info-data {
    background-color: rgb(241 241 241 / 98%);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #e7e7e7;
    margin-top: 2px;
    display: none;
}

.more-info div, .more-info span {
    font-family: kanitLight !important;
    font-weight: normal !important;
    font-size: 13pt;
    line-height: 1.3;
}

.more-info-data.show {
    display: block;
}
.form-desc-lbl {
    font-size: 11pt;
    line-height: 1.5;
}

.form-dropdown{
    font-size: 13pt;
}
.form-option{
    border: 1px solid #cbc8c8;
    border-radius: 5px;
}

.form-sublbl {
    font-size: 10pt;
}

.checkbox-btn {  
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 5px;
}

.lbl-choice {
   font-size: 11pt;
    position: relative;
    top: -5px;
    left: 6px;
}

#btnBackToTop {
    position: fixed;
    right: 20px;
    bottom: -40px;
    z-index: 99;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(128 128 128 / 40%);
    padding: 10px;
    border-radius: 50%;
    color: white;
    font-size: .8em;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

#btnBackToTop.showup {
    transform: translateY(-80px);
        Background-color: rgb(28 143 240/ 100%);
    Border: 2px solid white;
}


.form-textarea.sum {
    background: #e5e5e5;
}

.is-invalid {
    border: 1px solid red;
}

.bnr-bg {
    background-image: url("/portals/0/images/bnr/member-header.jpg");
    background-size: cover;
    position: relative;
    top: 0px;
}

.page-title {
    
    display: inline-flex;
    align-items: center;
    padding: 2.4em 20px;
    flex-direction: column;
    justify-content: start;
}

.page-title span.main-text {
    font-size: 17pt;
    font-weight: bold;
}

.page-title span.pre-text {
    font-size: 12pt;
}

.d-inline-flex.nav.active {
    pointer-events: none;
}

.d-inline-flex.nav:hover {
    background-color: #ff9211;
    color: white;
}

.page-title span {
    display: flex;
    align-self: start;
}

.scoring-column-box {
    display: inline-flex;
    padding: 1em;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 90%);
    font-size: 12pt;
    font-weight: normal;
    color: #00a8ce;
}

.scoring-column-box span {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}

.img-blk {
    border: 1px dotted gray;
    border-radius: 4px;
    padding: 9px 10px;
    cursor: pointer;
}



.top-col-bg {
    background-color: rgb(0 39 82 / 70%);
}

.top-col-bg, .bottom-col-bg {
    padding: 3em 2.5em !important;
}

.header-banner .header-title {
    font-size: 16pt;
    max-width: 200px;
    position: relative;
    top: -4px;
    color: white;
}

.content, .link-txt, .form-check-label > span {
    font-size: 13pt;
    line-height: 1.4;
}

.header-banner .content-desc {
    color: #a6a6a6;
}

.content-desc {
    font-size: 11.5pt;
    line-height: 1.4;
}

.bottom-col-bg {
    background-color: rgb(248 248 248 / 50%);
}

.top-col-bg, .bottom-col-bg {
    padding: 3em 2.5em !important;
}

.login-box {
    display: flex;
    flex-wrap: wrap;
}

.login-box a {
    display: inline-block;
    width: 31.5%;
    /* border: 3px solid #f8f8f8; */
    margin: 2px;
    border-radius: 6px;
    overflow: hidden;
}


.box-header > img {
    width: 110px;
}

.box-header.header-banner > img {
    width: 100%;
    max-width: 180px;
}

.box-header.header-banner > img {
    width: 120px;
}

.LogBlock-header {
    background-color: white;
    max-width: 380px;
    margin: auto;
    display: block;
    padding: 0pt;
    text-align: center;
}

.login-desc-box {
    background-color: white;
    max-width: 380px;
    margin: auto;
    padding: 0px 28pt;
}

.login-desc-box .login-desc {
    font-size: 12pt;
    font-family: 'KanitLight' !important;
}

.dts-bt-ft {
    background-color: rgb(21 21 21 / 50%);
    border-top: 1px solid #bdcbd4;
    padding-top: 20pt;
    padding-bottom: 20pt;
    font-size: 11pt;
}

.dts-bt-ft .sel-mod-pri {
    color: white !important;
    line-height: 1.4 !important;
    font-family: 'KanitLight' !important;
    font-size: 16pt;
}

.dts-bt-ft .sel-mod-sec {
    line-height: 1.4 !important;
    font-size: 11pt;
    font-family: 'KanitLight' !important;
}

@media (min-width: 576px) {
    .login-box a {
        width: 19%;
    }
}

@media (min-width: 768px) {
	.login-box a {
        width: 32%;
    }

	.set-h {
        min-height: calc(100vh - 280px);
    }
}

@media screen and (min-width: 992px) {
    .header-banner .header-title {
        font-size: 26pt;
        max-width: 280px;
        top: -4px;
    }

    .login-box a {
        width: 19%;
    }

    .box-header.header-banner > img {
        width: 180px;
    }
    
}
@media (min-width: 1200px) {
    .login-box a {
        width: 16%;
    }
}

.set-h {
    display: flex;
    align-items: center;
    padding: 2em;
    height: 100% !important;!i;!;
    min-height: calc(100vh - 40px) !important;!i;!;!
    @;!
    @i;!
    @;!;
}
.btn-edit {
    color: #0277bd !important;
    background: transparent !important;
    border: 1px solid #0277bd !important;
    border-radius: 10px !important;
}
.btn-trash {
    border: 1px solid #f15a24 !important;
    background: transparent !important;
    border-radius: 10px !important;
    color: #f15a24 !important;
     
}
.btn-set>i {
    padding: 7px 6px;
}

.lbl-no {
    font-size: 15pt !important;
}

.prj-name{
    font-size: 13pt !important;
}
.file-box-2 :nth-child(even){
     background-color: #eceff1;
    
}

button.btn-setting {
    display: none;
}

.high-frame {
    min-height: calc(100vh - 164px);
}

.high-frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dts-sd-ft .sel-mod-pri {
    font-size: 14pt !important;
    margin-top: 0px !important;
    line-height: 1.2 !important;
}

.footer-section-main {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

label.radio-Type {
    display: flex;
        margin-bottom: 4px;
}

label.radio-Type > span {
    padding-top: 4px;
}

.data-box {
    background-color: #f3f3f3;
    padding: 8px 16px;
    border-radius: 8px;
    display: flex;
    height: 100%;
}

.member-lv {
    font-size: 11pt;
    font-weight: bold;
    line-height: 1.2;
}

.member-email, .member-tel, .member-bu, .member-in-out {
    font-size: 11pt;
    line-height: 1.2;
}

.member-name, .member-bg {
    font-size: 14pt;
}

.member-bg, .member-bu {
    color: #008acc;
    line-height: 1;
}

.list-item-box {
    padding-bottom: 8px;
}

.data-box .content {
    width: 100%;
}

.action-button i {
    padding: 0px;
    border: none !important;
    font-size: 12pt;
    margin: 4px;
}

.action-button {
    display: flex;
}


@media (max-width: 768px) {
	
    .step-state .section-title {
        display: none;
    }
}

@media (max-width: 992px) {
	
    .year-lbl {
        display: none;
    }

	img.bnr-ico.inno-txt {
		display: inline-block;
	}
}

.ehActions .dnnActions {
    padding-top: 0px;
    position: relative;
    top: -20px;
}

.member-in-out {
    color: #755d31;
}

.modal-header.bg {
    background-size: cover;
    background-position: top center;
    min-height: 90px;
}

.bnr-member {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.modal-body .modal-title {
    font-size: 20pt;
    line-height: 1;
}

.modal-body .modal-desc {
    font-size: 13pt;
    line-height: 1.2;
    color: #00548e;
}

.list-box .data-box .content {
    width: calc(100% - 40px);
}

.bnr-logo {
    background-color: #f2f2f2;
    border-top: 1px solid #efefef;
    display: flex;
    box-shadow: 0px 5px 5px -5px #d0d0d0;
    /* min-height: 40vh; */
}

.bnr-group {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 100%;
}

.bnr-group img {
    display: inline-block;
}

img.bnr-ico {
    display: inline-block;
    top: 0px;
    position: initial;
    border: none;
}

img.bnr-ico.cpg {
    width: 35px;
    position: relative;
    top: -1px !important;
}

img.bnr-ico.inno {
    width: 35px;
    position: relative;
    top: -2px;
    left: 0px;
}

img.bnr-ico.logo-sep {
    border-right: 1px solid #efefef;
    /* margin-right: 5px; */
    padding-right: 5px;
    top: 0px;
}

img.bnr-ico.f-symp {
    width: 100px;
    position: relative;
    top: -8px;
    left: 0px;
}

img.bnr-ico.inno-txt {
    width: 230px;
    position: relative;
    top: -3px;
}

.cpg-logo img.bnr-ico.inno, .cpg-logo img.bnr-ico.cpg {
    position: initial;
    left: initial;
}

.white-svg {
    filter: invert(1) brightness(100);
}

.right-txt {
    font-size: 11pt;
}

.dts-sd-ft .white-txt {
    color: #e4e4e4 !important;
}

.lnk-group a {
    display: block;
    padding-top: 8px;
}

@media (min-width: 576px) {
   .lnk-group a {
        display: inline-block;
        padding-top: 8px;
    } 
}

.dts-sd-ft {
    background-color: var(--primary-bg-color) !important;
    padding-top: 20pt !important;
    padding-bottom: 20pt !important;
}

.hero-01 a.dts-btn {
    background-color: rgb(195 104 35 / 80%);
    color: white;
}

.bnr-bg .page-title {
    font-size: 19pt;
    padding: 1em;
    line-height: 1.2;
    display: inline-block;
}

.form-subject {
    font-size: 18pt;
    color: #222;
    font-weight: 600;
}

.content-block {
    margin-top: 4em;
    margin-bottom: 4em;
    padding-bottom: 2em;
}

.content-block .content-desc {
    font-size: 13.5pt;
    line-height: 1.2;
}

.objective-box {
    border: 1px solid #d4d4d4;
    padding: 1em;
    display: flex;
    height: 100%;
    flex-direction: column;
    border-radius: 8px;
}

.objective-box .content {
    line-height: 1.125;
    font-size: 11pt;
    color: #444;
}

.objective-box .ico {
    font-size: 20pt;
    text-align: center;
    padding-bottom: 10pt;
    padding-top: 4pt;
}


.fa-lightbulb-on {
    color: #078978;
}

.fa-chart-network {
    color: #7100b0;
}

.fa-user-tie {
    color: #d87c48;
}

.fa-book {
    color: #078ea9;
}

.fa-maximize {
    color: #0072e3;
}

img.com-chart {
    width: 100%;
    max-width: 706px;
}

a.content-lnk, a.content-lnk:visited {
    font-size: 13.5pt;
    color: #006399;
    display: inline-block;
    line-height: 1.23;
}

.type-box {
    color: white;
    background-color: #efefef;
    padding: 1em;
    display: flex;
    height: 100%;
}

.type-box .type-no {
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    padding: 0px 13px 0px 0px;
    min-width: 35px;
}

.type-box .content.title {
    font-size: 14pt;
    font-weight: bold;
    line-height: 1.125;
    margin-bottom: 8px;
}

.type-box .content {
    font-size: 12pt;
    line-height: 1.2;
}

.type-box.type-1 {
    background-color: #836C46;
}

.type-box.type-2 {
    background-color: #a79442;
}

.type-box.type-3 {
    background-color: #aa7e36;
}

.type-box.type-4 {
    background-color: #d4854c;
}

.type-box.type-p {
    background-color: #519188;
}

.type-box.type-s {
    background-color: #2E373A;
}

.type-box .type-detail {
    padding-top: 3px;
}

.space-animate {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 1px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: -42vw -4vh 0px 0px #fff,25vw -41vh 0px 0px #fff,-20vw 49vh 0px 1px #fff,5vw 40vh 1px 1px #fff,29vw 19vh 1px 0px #fff,-44vw -13vh 0px 0px #fff,46vw 41vh 0px 1px #fff,-3vw -45vh 0px 1px #fff,47vw 35vh 1px 0px #fff,12vw -8vh 1px 0px #fff,-34vw 48vh 1px 1px #fff,32vw 26vh 1px 1px #fff,32vw -41vh 1px 1px #fff,0vw 37vh 1px 1px #fff,34vw -26vh 1px 0px #fff,-14vw -49vh 1px 0px #fff,-12vw 45vh 0px 1px #fff,-44vw -33vh 0px 1px #fff,-13vw 41vh 0px 0px #fff,-36vw -11vh 0px 1px #fff,-23vw -24vh 1px 0px #fff,-38vw -27vh 0px 1px #fff,16vw -19vh 0px 0px #fff,28vw 33vh 1px 0px #fff,-49vw -4vh 0px 0px #fff,16vw 32vh 0px 1px #fff,36vw -18vh 1px 0px #fff,-25vw -30vh 1px 0px #fff,-23vw 24vh 0px 1px #fff,-2vw -35vh 1px 1px #fff,-25vw 9vh 0px 0px #fff,-15vw -34vh 0px 0px #fff,-8vw -19vh 1px 0px #fff,-20vw -20vh 1px 1px #fff,42vw 50vh 0px 1px #fff,-32vw 10vh 1px 0px #fff,-23vw -17vh 0px 0px #fff,44vw 15vh 1px 0px #fff,-40vw 33vh 1px 1px #fff,-43vw 8vh 0px 0px #fff,-48vw -15vh 1px 1px #fff,-24vw 17vh 0px 0px #fff,-31vw 50vh 1px 0px #fff,36vw -38vh 0px 1px #fff,-7vw 48vh 0px 0px #fff,15vw -32vh 0px 0px #fff,29vw -41vh 0px 0px #fff,2vw 37vh 1px 0px #fff,7vw -40vh 1px 1px #fff,15vw 18vh 0px 0px #fff,25vw -13vh 1px 1px #fff,-46vw -12vh 1px 1px #fff,-18vw 22vh 0px 0px #fff,23vw -9vh 1px 0px #fff,50vw 12vh 0px 1px #fff,45vw 2vh 0px 0px #fff,14vw -48vh 1px 0px #fff,23vw 43vh 0px 1px #fff,-40vw 16vh 1px 1px #fff,20vw -31vh 0px 1px #fff,-17vw 44vh 1px 1px #fff,18vw -45vh 0px 0px #fff,33vw -6vh 0px 0px #fff,0vw 7vh 0px 1px #fff,-10vw -18vh 0px 1px #fff,-19vw 5vh 1px 0px #fff,1vw 42vh 0px 0px #fff,22vw 48vh 0px 1px #fff,39vw -8vh 1px 1px #fff,-6vw -42vh 1px 0px #fff,-47vw 34vh 0px 0px #fff,-46vw 19vh 0px 1px #fff,-12vw -32vh 0px 0px #fff,-45vw -38vh 0px 1px #fff,-28vw 18vh 1px 0px #fff,-38vw -46vh 1px 1px #fff,49vw -6vh 1px 1px #fff,-28vw 18vh 1px 1px #fff,10vw -24vh 0px 1px #fff,-5vw -11vh 1px 1px #fff,33vw -8vh 1px 0px #fff,-16vw 17vh 0px 0px #fff,18vw 27vh 0px 1px #fff,-8vw -10vh 1px 1px #fff;
    box-shadow: 24vw 9vh 1px 0px #fff,12vw -24vh 0px 1px #fff,-45vw -22vh 0px 0px #fff,-37vw -40vh 0px 1px #fff,29vw 19vh 0px 1px #fff,4vw -8vh 0px 1px #fff,-5vw 21vh 1px 1px #fff,-27vw 26vh 1px 1px #fff,-47vw -3vh 1px 1px #fff,-28vw -30vh 0px 1px #fff,-43vw -27vh 0px 1px #fff,4vw 22vh 1px 1px #fff,36vw 23vh 0px 0px #fff,-21vw 24vh 1px 1px #fff,-16vw 2vh 1px 0px #fff,-16vw -6vh 0px 0px #fff,5vw 26vh 0px 0px #fff,-34vw 41vh 0px 0px #fff,1vw 42vh 1px 1px #fff,11vw -13vh 1px 1px #fff,48vw -8vh 1px 0px #fff,22vw -15vh 0px 0px #fff,45vw 49vh 0px 0px #fff,43vw -27vh 1px 1px #fff,20vw -2vh 0px 0px #fff,8vw 22vh 0px 1px #fff,39vw 48vh 1px 1px #fff,-21vw -11vh 0px 1px #fff,-40vw 45vh 0px 1px #fff,11vw -30vh 1px 0px #fff,26vw 30vh 1px 0px #fff,45vw -29vh 0px 1px #fff,-2vw 18vh 0px 0px #fff,-29vw -45vh 1px 0px #fff,-7vw -27vh 1px 1px #fff,42vw 24vh 0px 0px #fff,45vw -48vh 1px 0px #fff,-36vw -18vh 0px 0px #fff,-44vw 13vh 0px 1px #fff,36vw 16vh 0px 1px #fff,40vw 24vh 0px 0px #fff,18vw 11vh 0px 0px #fff,-15vw -23vh 1px 0px #fff,-24vw 48vh 0px 1px #fff,27vw -45vh 1px 0px #fff,-2vw -24vh 0px 1px #fff,-15vw -28vh 0px 0px #fff,-43vw 13vh 1px 0px #fff,7vw 27vh 1px 0px #fff,47vw 5vh 0px 0px #fff,-45vw 15vh 1px 1px #fff,-5vw -28vh 0px 1px #fff,38vw 25vh 1px 1px #fff,-39vw -1vh 1px 0px #fff,5vw 0vh 1px 0px #fff,49vw 13vh 0px 0px #fff,48vw 10vh 0px 1px #fff,19vw -28vh 0px 0px #fff,4vw 7vh 0px 0px #fff,21vw 21vh 1px 1px #fff,-15vw -15vh 0px 1px #fff,-6vw -42vh 1px 0px #fff,-15vw 48vh 1px 1px #fff,-23vw 25vh 1px 1px #fff,-48vw 25vh 0px 1px #fff,-31vw -19vh 0px 1px #fff,4vw 37vh 1px 1px #fff,-43vw 28vh 0px 0px #fff,3vw -25vh 0px 1px #fff,-39vw 14vh 0px 1px #fff,-40vw 31vh 0px 1px #fff,35vw -36vh 1px 1px #fff,16vw 49vh 0px 0px #fff,6vw 39vh 0px 0px #fff,3vw -35vh 0px 1px #fff,-44vw -2vh 1px 0px #fff,-6vw 21vh 1px 0px #fff,48vw 9vh 1px 1px #fff,-43vw 30vh 1px 1px #fff,29vw -12vh 1px 1px #fff,-48vw 13vh 1px 0px #fff,-42vw 32vh 1px 1px #fff,34vw 15vh 1px 1px #fff,29vw -37vh 1px 1px #fff,28vw 2vh 0px 0px #fff;
    animation: zoom 9s alternate infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}

a.dts-btn.disabled {
    background-color: #cecece;
    pointer-events: none;
}

.text-limit {
    font-size: 11pt;
    color: #e44100;
}

.list-box > .header,
.list-box > .body {
    padding: 0px var(--bs-gutter-x, .75rem);
}

.list-box .lbl-no {
    font-size: 13pt !important;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .list-box .body {
        border: none !important;
    }
}

.list-box .body .row:nth-child(odd) {
    background-color: #f7f7f7;
}

.modal {
    top: 40px !important;
}

.bnr-target {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.bnr-kpi {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.bnr-confirm {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.bnr-step {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.file-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-box-item a {
    word-break: break-word;
    display: block;
    line-height: 1;
    color: #008dca;
}

.file-box-item a.deleteable {
    color: orange;
    font-size: 12pt;
}

.faq-bg,
.criteria-bg {
	background-size: cover;
	background-position: center top;
}

.faq-bg {
	background-image: url("/portals/0/images/bnr/06-small.jpg");
}

.criteria-bg {
	background-image: url("/portals/0/images/bnr/08-small.jpg");
}

.selection-bg {
	background-image: url("/portals/0/images/bnr/11-small.jpg");
}

.about-bg {
	background-image: url("/portals/0/images/bnr/02-small.jpg");
}

@media (min-width: 768px) {
	.faq-bg {
		background-image: url("/portals/0/images/bnr/06-medium.jpg");
	}
	.criteria-bg {
		background-image: url("/portals/0/images/bnr/08-medium.jpg");
	}
	.about-bg {
		background-image: url("/portals/0/images/bnr/02-medium.jpg");
	}
    .w-md-75 {
        width: 75%;
    }
}

@media (min-width: 992px) {	
    .w-lg-75 {
        width: 75%;
    }
}

@media (min-width: 992px) {	
	.faq-bg {
		background-image: url("/portals/0/images/bnr/06-large.jpg");
	}
	.criteria-bg {
		background-image: url("/portals/0/images/bnr/08-large.jpg");
	}
	.about-bg {
		background-image: url("/portals/0/images/bnr/02-large.jpg");
	}
	.selection-bg {
		background-image: url("/portals/0/images/bnr/11-large.jpg");
	}
}

.form-label:empty {
    display: none;
}

.text-desc {
    font-size: 11pt;
}

.form-label-status {
    font-size: 10pt;
    color: #b15308;
}

.filelist-item {
    display: flex;
    align-items: center;
    padding: .5em 1em;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    font-size: 11pt;
}

.filelist-item span {
    word-break: break-word;
}

.filelist-item .ico {
    font-size: 20pt;
    color: gray;
}

.dts .form-check-input {
    width: 15pt !important;
    height: 15pt !important;
}

.dts .form-check-input[type="checkbox"] {
    margin-left: -15px !important;
}

.form-check {
    display: inline-flex;
    min-height: initial;
}

.form-check > label {
    padding-top: 4px;padding-left: 20px;
}

.indent-form-check {
    padding-left: 28pt;
}

.indent-form-check .form-check {
    margin-top: 0px !important;
    display: flex;
    align-items: center;
}

.indent-form-check .form-check > label {
    padding: 0px;
}

.mh-initial {
    min-height: initial !important;
}

.indent-form-check .form-check.form-check-inline {
    min-height: initial;
}

.topic-selected {
    font-weight: bold;
    color: #4e9900;
}

@media (max-width: 992px) {
    .hint-lg-medium > * {
        display: inline-block !important;
        font-size: 12pt !important;
    }
}

.content.sel-year {
    line-height: 1;
    font-size: 11.2pt;
}


.dts .form-select {
	font-size: 12pt !important;
}

.section-mt {
    margin-top: 1.5rem !important;
}

.list-box .row {
    padding-right: 0px !important; 
}


.form-request {
    font-size: 11pt;
}

.fix-label-m .form-label {
    margin-bottom: 0;
}

.page-break {
    margin-top: 2rem;
    border-top: 1px solid #efefef;
    padding-top: .8rem;
}

.section-break {
    margin-top: 1rem !important
}

.fix-label-m .content.font-content-sm.lbl-no {
    line-height: 1.125;
}

.content.css-paper-code, .content.css-paper-type {
    display: inline-block;
    line-height: 1;
}

.content.css-paper-code {
    margin-right: 5px;
    color: green;
}

.content.css-paper-type {
    color: #004a83;
}

.content.css-paper-name {
    font-size: 13.5pt !important;
    line-height: 1.2 !important;
    margin-bottom: 8pt;
    color: #222;
    white-space: initial !important;
}

.content.css-co-name {
    font-size: 12pt !important;
    position: relative;
    top: -5px;
    color: #222;
}

.content.css-prj-member, .content.css-prj-date {
    font-size: 12pt !important;
    position: relative;
    top: -4px;
    line-height: 1 !important;
}

.group-btn {
    display: flex;
    justify-content: end;
    position: relative;
    top: -8px;
}

.group-btn i {
    font-size: 12pt;
    padding: 4px;
    background-color: #efefef;
    border-radius: 4px;
    margin: 2px 4px;
    cursor: pointer;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.content.css-prj-dsc {
    position: relative;
    top: -4px;
    display: inline-block;
    font-size: 11pt !important;
}

div#listPapers.list-box .body .row {
    background-color: none !important;
}

@media (max-width: 992px) {
    .paper-block,
    .list-box .body .row:nth-child(odd){
        background-color: white !important;
        border-radius: 4px;
        overflow: hidden;
        padding: 5px 10px 0px;
        box-shadow: 0px 2px 3px rgb(202 202 202 / 10%);
    }

    .paper-block {
        margin-bottom: 1.5em;
        margin-top: 1.5em;
    }

    .summary .list-box .body .row:nth-child(odd){
        background-color: #f7f7f7;
    }

    .paper-bg {
        background-color: #f8f8f8;
        min-height: calc(100vh - 306px);
    }
    
}

div#listPapers.list-box .body .paper-block:nth-child(odd) .row {
    background-color: #fff !important;
}

div#listPapers.list-box .body .paper-block .row {
    border-bottom: 1px solid #efefef;
}

.data-box.pending {
    background-image: url(/portals/0/images/bg/pending-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60%;
}

.login-page .title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
}

.login-page .sub-title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
}

.css-paper-number {
    font-size: 15pt !important;
}

.img-preview {
    aspect-ratio: 16/9;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: top center;
    border-radius: 4px;
}

.preview-item {
    display: inline-flex;
    width: 100%;
    max-width: 32%;
    flex-direction: column;
    margin: 10px;
    margin-left: 0px;
}

.action-section {
    font-size: 11pt;
    text-align: right;
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-section a {
    color: orange;
    margin: 0px 5px !important;
}


a.btn-dl {
    background-color: #b06816;
    color: white;
    border-radius: 4px;
    padding: 0px 5px;
    line-height: 1.2;
}

.listed .login-desc {
    line-height: 1.2;
    display: inline-block;
}

a.btn-dl:hover {
    background-color: #ce730c;
}

.note-txt {
    color: green;
    font-size: 11pt;
}

.hero-02 p {
    color: white !important;
}

.hero-02 .hero-txt {
    right: 0px;
    top: 10%;
    border-radius: 8px;
    padding: .5rem 1rem;
}

@media (max-width: 1900px) {
	.hero-02 .hero-txt {
		background-color: rgb(2 71 107 / 40%);
	}
}

.hero-02 .hero-txt {
		background-color: rgb(2 71 107 / 40%);
	}
    
.dts-sd-ft .lnk-group a:not(:first-child) {
    color: #a7a7a7 !important;
    pointer-events: none;
}

.home-btn {
    font-size: 12pt;
    color: gray;
}

.container button.btn {
    font-size: 1.3em;
    padding: .25rem .5rem;
}
a.attach-item {
    display: inline-flex;
    align-items: center;
    background-color: #d0d0d0;
    padding: 4px 5px;
    border-radius: 4px;
    margin: 0px 5px 5px 0px;
}

.dts-sd-ft .inno-logo img.bnr-ico.logo-sep {
    margin-right: 5px !important;
}

.dts-datatable {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

.dts-datatable div[class^="col-"] {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.dts-datatable > div.row:last-of-type {
    border-bottom: 1px solid black;
}

.dts-datatable > .row div:last-of-type {
    border-right: 1px solid black;
}

.content.score {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.content.indent-1 {
    margin-left: 1.2em;
    display: inline-block;
}

.dts-datatable .content {
    line-height: 1.2;
    display: inline-block;
    padding: 4px 0px;
}

#criteria-table .header div {
    background-color: #00519b;
    font-weight: bold;
    color: white;
}

.swal-th {
    font-size: 21pt;
    color: green;
}

.swal-en {
    font-size: 15pt;
}
 
.row.header.summary .content {
    font-size: 1.8em;
}

.mw-lg {
    max-width: 992px;
}

#development-table {
    background-color: white;
}

.development-box {
    border: 0px !important;
}

.dts-datatable > .row .development-box div:last-of-type {
    border-right: 0px !important;
}

.px-bs {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

#development-table .header {
    font-weight: bold;
    color: white;
    background-color: #efefef;
    font-size: 12pt;
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 5px;
}

.dts-datatable .content.px-bs {
    display: inline-block;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

.development-box .content {
    font-size: 11pt;
}

#development-table .content.header.poc {
    background-color: #a8a8a8;
}

#development-table .content.header.scale-up {
    background-color: gray;
    border-bottom: 1px solid black;
}

#development-table .header.poc-2 {
    background-color: #e5e5e5;
    color: #444;
    border-bottom: 1px solid #444;
    padding-top: 6px;
    padding-bottom: 6px;
}

.border-e {
    border-right: 1px solid black;
}

@media (min-width: 992px) {
    .border-e-lg-none {
        border-right: 0px solid black;
    }
}


.timeline {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    color: #222;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 4px solid #5fbbd9;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 20px;
    color: #000000;
    font-size: 1.5rem;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: .8rem;
    color: #8796af;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 2px;
    width: 35px;
    border-top: 4px solid #5fbbd9;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content i {
    font-size: 2rem;
    color: #ffffff;
    line-height: 100%;
    padding: 10px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
}

.timeline-row .timeline-content .thumbs img {
    margin-bottom: 10px;
}

.timeline-row:nth-child(even) .timeline-content {
    background-color: #efefef;
    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -38px;
    /* border-right: 18px solid #efefef; */
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
    background-color: #efefef;
    margin-right: 40px;
    margin-left: 0;
    /* text-align: right; */
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -39px;
    /* border-left: 18px solid #efefef; */
    /* border-top: 10px solid transparent; */
    border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
    .timeline {
        padding: 15px 10px;
    }
    .timeline:after {
        left: 28px;
    }
    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }
    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }
    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0;
    }
    .timeline .timeline-row .timeline-content {
        padding: 15px;
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .timeline .timeline-row .timeline-content:after {
        right: auto;
        left: -38px;
        top: 20px;
        /* background-color: #5fbbd9; */
    }
    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        right: auto;
        left: -38px;
        top: 20px;
        /* border-right: 18px solid #efefef; */
        border-left: inherit;
    }
    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }
    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
}

.timeline .f-date {
    font-size: var(--timeline-topic);
    line-height: 1.2;
}

.timeline .f-week {
    font-size: var(--timeline-sub);
    line-height: 1.2;
    margin-bottom: 4pt;
}

.timeline .f-content {
    font-size: var(--small-content);
    line-height: 1.1;
    font-weight: bold;
}

.inside-row {
    display: flex;
    flex-direction: column;
}

.inside-row .col-image {
    margin-bottom: 8px;
}

.inside-row .col-content {
    text-align: left;
}

.timeline-top, .timeline-bottom {
    display: block;
    background-color: #5fbbd9;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 15pt;
    margin: 0px 19px;
    position: relative;
    top: 2px;
}

.timeline-bottom {
	top: -1px;
}

.bnr-main-bg {
    background-image: url("/portals/0/images/bnr/banner-02-small.jpg");
    background-size: cover;
    background-position: top center;
}

@media (min-width: 576px) {
    .inside-row {
        display: flex;
        flex-direction: row;
    }
    .inside-row .col-image {
        margin-bottom: 0px;
    }
    .inside-row .col-image {
        width: 40%;
        padding-right: 15px
    }
    .inside-row .col-content {
        width: 60%;
    }
}

@media (min-width: 768px) {

	.bnr-main-bg {
	    background-image: url("/portals/0/images/bnr/banner-02-medium.jpg");
	}
    .inside-row {
        display: flex;
        flex-direction: column;
    }
    .timeline-row:nth-child(odd) .timeline-content {
        text-align: left;
    }
    .inside-row .col-image {
        margin-bottom: 8px;
        padding-right: 0px;
    }
    .inside-row .col-image,
    .inside-row .col-content {
        width: 100%;
    }
    .timeline-top, .timeline-bottom {
        margin: 0px auto;
    }
}

@media (min-width: 992px) {
    .inside-row {
        display: flex;
        flex-direction: row;
    }
    .inside-row .col-image {
        width: 40%;
        padding-right: 15px;
        margin-bottom: 0px;
    }
    .inside-row .col-content {
        width: 60%;
    }
    .timeline-row:nth-child(odd) .inside-row .col-image {
        order: 2;
        padding-right: 0px;
        padding-left: 15px;
    }
    .timeline-row:nth-child(odd) .inside-row .col-content {
        order: 1;
        text-align: right;
    }
    .timeline-row:nth-child(odd) .timeline-content {
        text-align: right;
    }
}

span.color-start {
    font-size: inherit;
    font-family: inherit;
    color: #00a8ff;
}

span.color-stop {
    font-size: inherit;
    font-family: inherit;
    color: #f96209;
}

.content-l {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.img-lng-th,
.img-lng-en,
.img-lng-cn {
    display: none;
}

.viewmode.th .img-lng-th,
.viewmode.en .img-lng-en,
.viewmode.cn .img-lng-cn {
    display: block;
}

.event-ui-box {
	background-color: white !important;
	border: 2px solid #e0e0e0;
}

.high-frame .cpg-logo {
    text-align: left;
}

.high-frame .cpg-logo img.top-logo {
    left: 10px;
    background-color: white;
    z-index: 10;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .high-frame .cpg-logo {
        text-align: center;
    }
    .high-frame .cpg-logo img {
        left: initial;
    }
}

.cpg-logo .clickable {
    box-shadow: none;
}

.menu.fa-bars {
    font-size: 1.5rem;
    color: white;
    position: relative;
    top: 10pt;
}

.menu-list {
    display: none;
    /* align-items: center; */
    transition: right 0.3s ease;
}

.menu-list .menu-item,
.menu-list .menu-item:visited {
    display: inline-flex;
    margin: 0px;
    margin-left: 8px;
    font-size: .725rem;
    color: #535353;
}

.menu-list .menu-item.ico {
    /* border: 1px solid #cccccc; */
    font-size: 11pt;
    /* padding: 4px 8px; */
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    /* width: 30px; */
    /* height: 30px; */
}

.menu-list .menu-item.active,
.menu-list .menu-item:hover {
    color: #007294;
}

.close-menu {
    display: none;
}

@media (max-width: 992px) {
	.top-menu.show .page {
	    padding: 1rem !important;
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    border-radius: 0px !important;
	}
	
	.top-menu.show .menu-list {
	    display: block;
	    background-color: rgb(0 0 0 / 80%);
	    position: fixed;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    z-index: 3000;
	    width: 100%; 
	}
	
	.top-menu.show .menu-list .page {
	    background-color: white;
	    position: fixed;
	    right: 0px;
	    top: 0px;
	    height: 100%;
	    width: 100%;
	    max-width: 80%;
	}
	.top-menu.show .menu-list a {
	    padding: 18px 0px !important;
	    border-bottom: 1px solid #efefef;
	    width: calc(100% - 30px);
	    font-weight: bold;
	    font-size: 12pt;
	    color: #535353 !important;
	}

	.top-menu.show .close-menu {
	    display: inline-flex;
	}

	.top-menu.show .menu-item.ico {
	    display: none;
	}
	
}

@media (min-width: 992px) {
    .menu.fa-bars {
        display: none;
    }
    .menu-list {
        display: inline-flex;
    }   
    .menu-list .menu-item.main-lnk {
        display: none;
    }
	.menu-list .menu-item.main-lnk.ico {
		display: inline-block;
	}

}

i.close-menu {
    font-size: 1rem;
    color: white;
    background-color: black;
    padding: 5pt;
    aspect-ratio: 1 / 1;
    display: none;
    margin-left: auto;
    margin-right: 0px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}



.top-menu .menu-list .menu-item.active {
    color: #0f007d !important;
}

.menu-list .page {
    transition: right 0.3s ease;
}

.btn.btn-innovation {
    color: white;
    background-color: #006d8d;
    border-color: #00617d;
}

.btn.btn-innovation:hover {
    background-color: #00526a;
    border-color: #02546c;
}

ul.dts-li {
    padding-left: 0px;
}

ul.dts-li li {
    list-style-type: disc; 
}

.btn.btn-secondary-outline, .btn.btn-secondary-outline:visited {
    color: #ededed;
    border: 1px solid #939393;
    background-color: rgb(128 128 128 / 20%);
}

.btn.btn-secondary-outline:hover {
    background-color: rgb(128 128 128 / 80%);
}

.announce-blow {
    color: var(--primary-announce-color);
}

.symp-bg img.main-logo {
    width: 80px;
}

.symp-bg {
    width: 100%;
    background-image: url("/portals/0/images/bg/theme-bg-01.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vh;
}

.announce-register p {
    text-align: left;
}

.announce-register {
    display: block;
    margin: auto;
    width: fit-content;
    text-align: center;
    /* padding-left: 30%; */
    /* background-color: rgb(255 255 255 / 90%); */
    padding: 1rem 2rem;
}

@media (min-width: 1200px) {
	.bnr-main-bg {
	    background-image: url("/portals/0/images/bnr/banner-02-large.jpg");
	}
	
	.announce-register {
		background: transparent;
		/* padding-left: 40%; */
	}
}

@media (min-width: 1400px) {
	.announce-register {
		background: transparent;
		/* padding-left: 30%; */
	}
}

.menu.show .main-lnk.ico {
    display: none;
}

.menu.show i.close-menu {
    display: block;
}

@media (min-width: 992px) {
    .menu.show i.close-menu {
        display: none;
    }

    .menu.show .main-lnk.ico {
        display: inline-block;
    }

	.symp-bg {
			background-size: contain;
			background-position-x: 10%;
	}
}

@media (min-width: 1600px) {
	.symp-bg {
			background-position-x: 20%;
	}
}

.m-layout {
    position: relative;
    justify-content: space-between;
    display: flex;
    /* align-items: center; */
}

.m-layout .menu-list .page {
    white-space: nowrap;
    background-color: rgb(0 0 0 / 40%);
    border-radius: 8px;
    padding: 8px 8px;
}

.m-layout .menu-list .page a {
    color: white;
    border-radius: 4px;
    padding: 3px 8px;
}

.m-layout .menu-list .page a:hover {
    background-color: rgb(255 255 255 / 20%);
}

.m-layout .menu-list .page a.active, .m-layout .menu-list .page a.active i {
    color: black;
    background-color: white;
}

a.logo-page {
    display: inline-block;
    width: 100%;
    max-width: 100px;
}

.menu-list.for-detail {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.group-control > .row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.row.label {
    padding-top: 0px;
    padding-bottom: 5px;
}

.section {
    margin-top: 1.2rem;
}

.dts .row .form-control, .dts .row .form-select {
    margin: 0px !important;
}

.group-control .row [class^="col"] {
    margin-bottom: 8px;
}

.group-control {
    margin-bottom: 5px;
}

.txt-note {
    color: #00a6f8;
    font-size: 11pt;
}

a.txt-note {
    color: darkblue;
}

.filelist-item.file {
    justify-content: space-between;
    padding: 8px;
}

i.fa-file-pdf {
    color: #b90808;
}

.file-detail .file-type-ico {
    font-size: 18pt;
}

.filelist-item .file-detail {
    display: flex;
    align-items: center;
}

.filelist-item .file-name {
    display: inline-flex;
}

.btn.btn-sm.btn-form {
    font-size: 9pt;
    padding: 4px 8px !important;
}

div:empty {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

i.fa-solid.fa-asterisk {
    color: #ff6c00;
    font-size: 12pt;
    margin-left: 5px;
}

.box-required {
    display: flex;
    align-items: center;
}

.btn-required {
	background-color: #dc3545 !important;
}

.dts input.form-control {
    font-size: 12pt;
}

.dts input.form-select {
    font-size: 12pt;
}

#inno-member-nameautocomplete-list {
    background-color: #f8f8f8 !important;
    position: relative;
    border: 1px solid #f2f2f2 !important;
    border-radius: 4px;
}

.dts .bg-dark {
    background-color: #00376e !important;
}

.charCount-box {
    display: flex;
    justify-content: end;
}

.charCount-box span {
    font-size: 11pt;
    color: gray;
}

h2#swal2-title {
    font-size: 14pt;
}



.dark p.announce-blow {
    color: white;
}

.dark p.announce-title {
    color: #dddddd;
}

.dark p.announce-desc {
    color: yellow;
}

.content-box {
    display: inline-flex;
    height: 100%;
    border: 1px solid #c5c5c5;
    border-radius: 18pt;
    overflow: hidden;
    justify-content: space-between;
    flex-direction: column;
}

.content-box .content {
    padding: 10px 15px;
}

.footer.type-bg {
    background-size: cover;
    background-position: top center;
    min-height: 60px;
}

.type-bg.engineer, .type-bg.sustain, .type-bg.digital, .type-bg.bio {
    background-position: center;
}

.type-bg.engineer {
    background-image: url("/portals/0/images/bg/ft-bg-engineer.jpg");
}

.type-bg.sustain {
    background-image: url("/portals/0/images/bg/ft-bg-sustain.jpg");
}

.type-bg.digital {
    background-image: url("/portals/0/images/bg/ft-bg-digital.jpg");
}

.type-bg.bio {
    background-image: url("/portals/0/images/bg/ft-bg-bio.jpg");
}

.content-box .content .header {
    font-size: 1rem;
    font-weight: bold;
    display: flex;
}

.content-box .content .no {
    font-size: 2rem;
    font-style: italic;
    color: #00a06e;
    margin-right: 10px;
}

.content-box .content .title {
    font-style: italic;
    position: relative;
    top: 5px;
}

.sec-content-bg {
    background-color: #d4eeff;
}

.different-table .row:nth-child(even) {
    background-color: white;
}

.different-table {
    padding: 0px calc(var(--bs-gutter-x)/ 2);
}

.different-table > .row {
    padding-top: 12px;
    padding-bottom: 12px;
}

.different-table .content.title {
    font-weight: bold;
    display: block;
}

.different-table .hint-header {
    padding-top: 10px;
    padding-bottom: 4px;
}

.different-table .content {
    font-size: 13pt;
    line-height: 1.2;
}

.sim .accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 12pt;
}

.sim .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: none;
}

.accordion-item:has(.accordion-button), 
.sim button.accordion-button.collapsed:hover {
    background-color: #eff4f8 !important;
    border-radius: 12pt !important;
}

.accordion-item:has(.accordion-button.collapsed) {
    border-radius: 12pt;
}

.sim button.accordion-button {
    color: #444;
    font-weight: bold;
    padding: 16px 20px;
    font-size: 14pt;
}

.sim .accordion-body {
    font-size: 12pt;
    color: #222;
    padding-top: 0px;
}

.sim .accordion-body ul {
    margin: 0px;
    padding: 0px;
}

.sim .accordion-body ul.number li {
    list-style-type: decimal;
    margin-left: 15px;
    margin-top: 8px;
}

.mm-box {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 49%;
    padding: 5px 10px;
}

.mm-bg {
    background-color: #797979;
    position: absolute;
    aspect-ratio: 1/1;
    border-radius: 50%;
    width: 100%;
}

.mm-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}

.mm-photo {
    position: absolute;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.mm-detail {
    font-size: 14pt;
    text-align: center;
    padding-top: 8px;
    display: block;
}

.mm-detail .mm-pos {
    font-size: 11pt;
    line-height: 1.2;
    padding-top: 5px;
}

@media (min-width: 768px) {
    .mm-box {
        max-width: 19%;
    }
}

.content-box .body span {
    line-height: 1.325;
}

.filelist-item.image .file-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-right: 10px;
}

.filelist-item.image {
    align-items: normal;
}

.file-detail .img-thumbnail {
    padding: 0px;
    aspect-ratio: 16/9;
    width: 100%;
    background-position: top center;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 7px;
}

.sim-info {
    font-size: 14pt;
    color: #0088bd;
}

.desc-box {
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #efefef;
    padding: 10px 15px;
    font-size: 11pt;
}

.desc-item .desc-name {
    color: #00376e;
    padding-bottom: 4px;
    font-weight: bold;
}

.desc-item .desc-txt {
    color: #444;
}

.desc-item {
    padding-bottom: 15px;
}

.content-box .title .sub-title {
	font-size: 11pt;
	line-height: 1.2;
	color: #666;
}

.form-lbl.val {
    /* background-color: #f3f3f3; */
    /* border-radius: 4px; */
    padding: 0px 0px;
    color: #0071bc;
    position: relative;
    top: -5px;
    line-height: 1.325;
    white-space: pre-line;
}

.warning-focus .modal-desc {
    color: #005797;
    font-size: 11pt;
}

.warning-focus {
    margin-bottom: 10px;
}

.warning-focus a.modal-desc {
    color: blue;
    text-decoration: underline !important;
}

#hdn-info-box {
    display: none;
}

.print-bg {
    background-color: #efefef;
}

.print-board {
    border: 1px solid #ddd;
    background-color: white;
}

.command-section .btn {
    font-size: 10pt !important;
    padding: 3px 9px !important;
}

.command-section .btn.btn-print {
    color: black !important;
    background-color: white !important;
    border: 1px solid #cecece !important;
    box-shadow: 0px 0px 5px #f9f9f9;
}

.command-section .btn.btn-print:hover {
    background-color: #f8f8f8 !important;
}

.print-prj-logo {
    margin: auto;
    width: 120px;
    display: block;
    padding-bottom: 1em;
}

.print-prj-title {
    font-size: 20pt;
}

.scale-font .print-prj-title {
    font-size: 30pt;
}

.scale-font .form-lbl{
    font-size: 16pt;
}

.scale-font .form-lbl.val, .scale-font .content {
	font-size: 18pt;
}

.scale-font .content .member-lv {
	font-size: 13pt;
}

.scale-font .content .member-name {
	font-size: 16pt;
	padding: 5px 0px 0px;
}

.scale-font .content .member-email,
.scale-font .content .member-tel {
	font-size: 14pt;
}

.scale-font .content .member-bg {
	font-size: 16pt;
}

.scale-font .form-lbl {
    padding-bottom: 5px;
}

.btn-primary:visited {
    color: white;
}

a.menu-item {
    cursor: pointer;
}

.announce-box.inno {
    background-color: #4eaab6;
    background-image: url("/portals/0/images/bg/InnoRegBanner.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 8%;
    display: flex;
    align-items: flex-start;
    max-width: 690px;
    margin-left: auto;
    flex-direction: column;
    padding-left: 18%;
}

.announce-box {
    padding: 1rem 1.5rem;
    border-radius: 8px;
}

.btn.btn-multiline {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

a.btn-inno.btn-sm .s-txt {
    font-size: 12pt;
    text-align: left;
}

a.btn-inno {
    background-color: #2d7e88;
    border-color: #80c0c8;
}

a.btn-inno:hover {
    background-color: #0c6772;
    border-color: #80c0c8;
}

.announce-box.inno span.box-info {
    display: inline-flex;
    flex-direction: column;
    color: white;
    margin-bottom: 1rem;
    background-color: rgb(0 0 0 / 50%);
    padding: 5px;
    border-radius: 4px;
}

.announce-box.inno span.box-info .title {
    font-size: 20pt;
}

.announce-box.inno span.box-info .subTitle {
    font-size: 16pt;
}

.announce-box.inno span.box-info .desc {
    font-size: 12pt;
}

@media (min-width: 768px) {
    .announce-box.inno {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 18%;
        margin: auto;
    }
    .announce-box.inno span.box-info {
        background: none;
        padding: 0px;
        margin-bottom: 0px;
    }
}

ul.no-list {
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 8px;
}

ul.no-list li {
    margin-left: 20px;
}

ul.num-list li {
    list-style-type: decimal;
    margin-left: 15px;
    margin-top: 10px;
}

.cn .content,
.cn .mm-pos,
.cn .content .title,
.cn .content .desc,
.cn .s-txt,
.cn a{
    line-height: 1.3;
    letter-spacing: 1.3px;
}

.dts .badge {
    background-color: #efefef;
    font-size: 11px;
    font-weight: normal;
    color: gray;
}

.dts .badge.data-complete {
    color: white;
    background-color: #008fec;
}

a.btn-column {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 10pt;
    background-color: rgb(0 0 0 / 80%);
    border-radius: 8px;
    padding: 5px;
    margin: auto 16px;
}

a.btn-column i {
    font-size: 20pt;
}

.dash-item {
    font-size: 14pt;
    color: #182c9d;
    margin: auto 16px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px dashed #c2c2c2;
    padding-right: 16px;
}

.dash-item .dash-item-counter {
    font-weight: bold;
    font-size: 28pt;
    line-height: .8;
    text-shadow: 0 0 black;
}

a.disabled {
    pointer-events: none;
    opacity: .2;
}

.filter-box {
    background-color: #e9f5fb;
    border: 1px solid #e3eff5;
    padding: 10px;
    border-radius: 4px;
}

.filter-box .btn-outline-secondary {
    background-color: #b3e6ff;
}

@media (max-width: 992px) {
    .dts.container,
    .container {
        max-width: 100%;
    }
}


.score-text {
    /* display: block; */
    color: white;
    font-size: 15pt;
}

.proj-score {
    font-size: 23pt !important;
}

.fa-pen-to-square {
    color: #0071bc;
    font-size: 15pt;
}

.projectCode {
    font-size: 15pt;
    color: green;
}

.projectType {
    font-size: 15pt;
    color: #56b3f6;
    font-weight: bold;
}

.projectName {
    font-size: 20pt;
    font-weight: bold;
}

.btn-viewPaper {
    border: 1px solid #2e3192 !important;
    background: #2e3192 !important;
    color: white !important;
}

.form-topic {
    font-size: 20pt !important;
}

.form-scoring-header {
    font-size: 15pt;
}

.form-scoring-lbl {
    font-size: 13pt;
    line-height: 1.3;
    color: #a1a1a1;
}


.form-scoring-header-lbl {
    font-size: 12pt;
    line-height: 1.2;
    color: #9aac9a;
}

.fixmargin {
    margin-top: -7px !important;
    margin-bottom: -6px !important;
}

.css-paper-stage {
    font-size: 11pt !important;
    color: blue;
}





.state-text {
    font-size: 11pt;
    color: white;
}

.total-bg {
    background: #107d73ad;
}
 

.waiting-bg {
    background: #1cb0a59e;
}

.finish-bg {
    background: #1cb0a59e;
}

.title-blk {
   background: rgb(255 255 255 / 80%);
}
.all-blk {
    font-size: 13pt;
    border-radius: 5px;
    background: #bdccd4;
    color: #6d6d6d;
}

.wait-blk {
    font-size: 13pt;
    background: #bdccd4;
    border-radius: 5px;
    color: #6d6d6d;
}

.finish-blk {
    font-size: 13pt;
    background: #bdccd4;
    border-radius: 5px;
    color: #6d6d6d;
}
.pending-blk {
    font-size: 13pt;
    background: #bdccd4;
    border-radius: 5px;
    color: #6d6d6d;
}
.sub-text {
    font-size: 30pt;
    color: white;
}

.score-text {
    /* display: block; */
    color: white;
    font-size: 15pt;
}

.proj-score {
    font-size: 23pt !important;
}
.score-blk {
    background: rgb(255 255 255 / 80%);
}
.selected {
    background: black !important;
    color: white;
}

.state {
    cursor: pointer;
}
.state:hover {
    background: gray;
    color: white;
}

.col-head {
    background-color: #575757;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.col-subhead {
    background-color: #575757;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid gray;
}

.col-subhead .content-desc {
    font-size: 11pt;
}

.gl-bg-01 {
    background-color: #00a7e3;
}

.col-detail {
    color: white;
    align-items: center;
    display: flex;
    padding: 5px 12px;
    border: 1px solid #efefef;
}

.w-bg {
    background-color: gray;
    text-align: center;
    justify-content: center;
}

.col-detail .content-desc {
    font-size: 12pt;
}

.score-bg-01 {
    background-color: #bfcdeb;
    color: #444;
    justify-content: center;
}

.col-subhead.score-head {
    background-color: #6d6d6d;
}

.col-subhead.score-head .content-desc {
    font-size: 10pt;
}

.gl-bg-02 {
    background-color: #779d44;
}

.score-bg-02 {
    background-color: #d2ebbf;
    color: #444;
    justify-content: center;
}

.gl-bg-3 {
    background-color: #c36732;
}

.score-bg-03 {
    background-color: #ffdeb5;
    color: #444;
    justify-content: center;
}

.choice-left-lbl {
    font-size: 13pt;
    padding: 5px 10px;
    cursor: pointer;
        border: 1px solid black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.choice-right-lbl {
    font-size: 13pt;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.choice-left-lbl:hover,.choice-right-lbl:hover {
    background: #b4b0b0 !important;
    color: black;
}

.content-box.no-box {
    border-radius: 0px;
    border: none;
    padding: 0px;
    margin: 0px;
}

.row.paper {
    /* background-color: #f6f6f6; */
    border-radius: 4px !important;
    overflow: hidden;
}

.no-box .content {
    margin: 0px;
    padding: 0px;
    margin-bottom: 4px;
}

.selected-item {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: .5em .8em;
    margin: 8px 0px;
}

.no-box .content.css-paper-code {
    font-size: 11.5pt;
}

.no-box .badge.bu {
    background-color: #187ca6;
    font-weight: normal;
    color: white;
}

.no-box .badge.country {
    background-color: #28a618;
    font-weight: normal;
    color: white;
}

.list-no-box .img-thumbnail {
    display: block;
    width: 100%;
    aspect-ratio: 9/11;
    background-size: cover;
    background-position: center top;
}

.list-no-box {
    display: flex;
    width: 100%;
}

.list-no-box .detail {
    width: calc(100% - 20pt);
}

.list-no-box .no {
    font-size: 30pt;
    padding: 5px;
    width: 30pt;
    text-align: center;
    color: #8e8e8e;
}

a.hdn-dl {
    position: absolute;
    right: 18px;
    bottom: 4px;
    background-color: #159922;
    padding: 4px 10px;
    border-radius: 4px;
    color: white;
    display: none;
}

.img-thumbnail:hover a.hdn-dl,
.filelist-item.image:hover a.hdn-dl {
    display: block;
}

#cert-list .member-name {
    color: green;
}

a.btn.btn-primary.btn-cer {
    border: 1px solid #888;
    background-color: white;
    color: #444;
    font-size: 15px;
}

a.btn.btn-primary.btn-cer i.fa-file-certificate {
    color: #00c000;
}

a.btn.btn-primary.btn-cer:hover {
    background-color: #00c000;
    color: white;
}

a.btn.btn-primary.btn-cer:hover i.fa-file-certificate {
    color: white;
}
.fa-file-certificate {
    color: #8BC34A;
}

