
body{
    background-color: #fff;
}

.bgimg{
    /* position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:50%;
    min-width: 100px;
    z-index:-10;
    zoom: 1; */
    /* background-color: #fff; */
    background:url(../images/bg.png) no-repeat center top;
    /* background-image: url(../images/bg.png) ; */
    /* background-size:100% 100%;  */
    padding-top: 0px;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* -webkit-background-size: cover; */
    /* -o-background-size: cover; */
    /* background-position: center 0; */
}

#nav ul {
    list-style: none;
    margin-left: 10px;
    float: right;
}
#nav li {
    display: inline;
    line-height: 20px;
    float:left;
}











.top-menu a{
    float:left;
}



.popover {
    background-color: #0277c2 !important;
    color: white !important;
}
.popover-header {
    background-color: #0277c2 !important;
    color: white;
}
.popover-body{
    color: white !important;
}
.btn {
    padding: .275rem .75rem;
    border-radius: 3rem;
}

.btn1 {
    padding: 10px 20px 6px 20px !important; 
    padding: .275rem .75rem;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
}


#redo, #next, .tsp, #showa, #print{
    display: none;
}

.btn-title-violet1{
    background-color: white;
    color: #fb4d09;
    box-shadow: 0 3px 6px 0 gray;
}
.btn-title-green1{
    background-color: #fb4d09;
    color:#ffffff;
}

.answer-title-div1 {
    width:100%;
    height: 22px;
    position: relative;
    margin:30px auto;
     
}
.liner {
    width:100%;
    height:1px;
    background-color: #ccc;
    position: relative;
    top:50%;
}

.answer-title-div2 {
    text-align:center;
    width:190px;
    height:22px;
    line-height: 22px;
    margin:0 auto;
    background-color: #970b0b;
    position: relative;
    z-index:3;
}
.answer-title-div2 span{
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
}

.maT30{
    margin-top: 30px;
}
.maT15{
    margin-top: 15px;
}
.text-ju{
    text-align: justify;
}


.o-i{
    background-color: #0277c2;
    color: white;
    margin-top: 20px;
    padding: 20px;
}

.o-i hr{
    background-color: #ffffff;
}

.wrong-bg-col{
    background-color: #fd9f9f;
    opacity: 85%;
}
.right-bg-col{
    background-color: #a6f87d;
    opacity: 85%;
}

.top3{
    position: relative;
    top: -3px;
}
.top5{
    position: relative;
    top: -5px;
}
.top1{
    position: relative;
    top: -1px;
}

.yuan-btn{
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
}
.menu-btns{
    position: relative;
    right: 10px;
}

.parte-btn{
    padding: 10px 20px 5px 20px;
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 0rem !important;
border-bottom-left-radius: 0rem !important;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before {
   
    border-bottom: 1px solid #0277c2;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after, .bs-popover-bottom > .arrow::after {
   
    border-bottom-color: #0277c2;
}

.audio-pointer{
    cursor:pointer;
}


.nav-link {
    display: block;
    padding: .5rem 0.3rem !important;
}


/* Part A */
#parta-answer{
    display:none;
}


.pataleft_normal{
    background-color: #e9f7fe;
    width:50%;
    height:600px;
    border-radius:15px 0 0 15px;
    opacity: 0.9;
}
.pataleft_normal-msg{
    overflow-y:scroll; 
    height:550px;
    /* padding-top:30px; */
    padding-bottom:70px;
    margin: 30px auto;
    padding-left: 40px;
    padding-right: 40px;
}

.pataright_normal{
    background-color: #fffac2;
    width:50%;
    height:600px;
    border-radius: 0 15px 15px 0;
    opacity: 0.9;
    color:black;

}
.pataright_normal-q1{
    overflow-y:scroll; 
    height:550px;
    margin: 30px auto;
    /* padding-top:20px; */
    padding-bottom:70px;
    
}

.pataright_normal-a1{
    overflow-y:scroll; 
    height:600px;
    padding-top:20px;
    padding-bottom:70px;
    margin: 0 auto;
    background-color: #970b0b;
}

.parta-col1{
    background-color: #fffac2 !important;
    color: #0a4179;
    /* font-weight: bold; */
}
.parta-col2{
    background-color: #0a4179 !important;
    color: white;
    font-weight: bold;
}
.parta-col2 option{
    color: white;
    font-weight: bold;
}

.pata-col3{
    background-color: #ffffff !important;
    color: #0a4179;
}

.white{
    color: white;
    font-weight: bold;
}
.btn-submit{
    background-color: #fb4d09;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
}
.btn-redo{
    padding: 5px 20px 5px 20px;
    background-color: #00a19a;
    color: white;
}
.btn-showa{
    padding: 5px 20px 5px 20px;
    background-color: #970b0b;
    color: white;
}
.btn-title-normal{
    background-color: #6e5e9f;
    color:white;
}
.btn-title-active{
    background-color: #fb4d09;
    color:white;
}
.brn-parta1{
    background-color: white;
    border: white 1px solid;
    color: #970b0b;
}
.btn-print{
    background-color: #00a19a;
    color: white;
    padding: 5px 20px 5px 20px;
}

.btn-title-hide{
    background-color: #ffffff;
    color: #970b0b;
}


.pataright_normal-a1{
    overflow-y:scroll; 
    height:600px;
    padding-top:20px;
    padding-bottom:70px;
    margin: 0 auto;
    background-color: #970b0b;
    color: white;
}













.pata-li1{
    /* list-style-image: url("../images/20210127-li-bg_03.png"); */
    /* list-style-type: none;
    background: url("../images/20210127-li-bg_03.png") no-repeat 0rem 0.3rem;
    background-size: 1rem 1rem;
    text-indent: 2em; */
}

.pata-li2{
    /* list-style-image: url("../images/20210127-li-bg_05.png"); */
   
}
.pata-li3{
    /* list-style-image: url("../images/20210127-li-bg_06.png"); */
   
}
.pata-li4{
    /* list-style-image: url("../images/20210127-li-bg_07.png"); */
   
}
.pata-li5{
    /* list-style-image: url("../images/20210127-li-bg_08.png"); */
   
}
.pata-li6{
    /* list-style-image: url("../images/20210127-li-bg_09.png"); */
   
}



/* partb */
#partb-answer{
    display: none;
}
.partb-q{
    padding-top:20px;
}

.partb-input{
    width:30%;
}

.partb-q ul li{
    width: 90%;
}

.patbright_normal{
    background-color:  #fffac2;
    width:50%;
    height:600px;
    border-radius: 0 15px 15px 0;
    opacity: 0.9;
    color:black;

}
.patbright_normal-q1{
    overflow-y:scroll; 
    height:550px;
    /* padding-top:20px; */
    padding-bottom:70px;
    margin: 30px auto;
}

.patbright_normal-a1{
    overflow-y:scroll; 
    height:600px;
    padding-top:20px;
    padding-bottom:70px;
    margin: 0 auto;
    background-color: #970b0b;
    color: white;
}

.partb-answer-li li{
    color: #ffffff;
}












/* part c */

#partc-answer{
    display:none;
}


.patcleft_normal{
    background-color: #dde0e6;
    width:50%;
    height:600px;
    border-radius:15px 0 0 15px;
    opacity: 0.9;
}


.patcright_normal-a1{
    overflow-y:scroll; 
    height:600px;
    padding-top:20px;
    padding-bottom:70px;
    margin: 0 auto;
    background-color: #970b0b;
}







.patcright_normal{
    background-color:  #fffac2;
    width:50%;
    height:600px;
    border-radius: 0 15px 15px 0;
    opacity: 0.9;
    color: black;
}


.patcright_normal-q1{
    overflow-y:scroll; 
    height:550px;
    /* padding-top:20px; */
    padding-bottom:70px;
    margin: 30px auto;
    
}
.partc-q{
    padding-top:20px;
}



/* part d */
.partd-answer{
    display: none;
}
.patdright_normal{
    background-color:  #fffac2;
    width:50%;
    height:600px;
    border-radius: 0 15px 15px 0;
    opacity: 0.9;
    color:black;
}


.patdright_normal-q1{
    /* overflow-y:scroll;  */
    height: 550px;
    /* padding-top: 20px; */
    padding-bottom: 70px;
    margin: 30px auto;
}

.partd-q{
    
    padding-top:20px;
}

.partd-answer{
    color:  #d7ffa8;
}

/* .controlBar {
    border-radius: 30px !important;
} */


.top4{
    position: relative;
    top: 4px;
}




























#part-title{
    /* background-image: url("../images/20210129_part2-header_16.png"); */
    /* background-size:100% 100%;  */
}


















@media (min-width: 1200px){
    /* .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    } */
    .t5l5{
        position: relative;
        top: 12px !important;
    }
    
}

@media (min-width: 1600px){
    /* .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1640px;
    } */
}

 


