/* initial section */
@font-face {
font-family: 'Times New Roman';
src: url('TimesNewRomanPSMT.woff2') format('woff2'),
url('TimesNewRomanPSMT.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'CaIibri';
src: url('CaIibri.woff2') format('woff2'),
url('CaIibri.woff') format('woff');
font-weight: normal;
font-style: normal;
}

html{
font-size: 18px;
scrollbar-width: none;
/* Hide scrollbar for Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
display: none;
}

body{
font-family: 'CaIibri';
margin: 0 auto;
font-size: 0.875rem;
background-color: #ffffff;
font-weight: normal;
padding-bottom: 30px;
min-height: 100vh;
}
*{
box-sizing: border-box;
margin: 0 auto;
padding: 0;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


table {
border-collapse: collapse;
border-spacing: 0;
}

a{
text-decoration: none;
}

.h1{
font-size: 1rem;
}

.imgcontainer{
margin: 0;
display: inline-block;
vertical-align: middle;
}
.imgresp{
width: 100%;
height: auto;
}

.equcontainer {
display: inline-block;
vertical-align: middle;
font-size: 0.875rem;
}


.equside {
display: table-cell;
vertical-align: middle;
text-align: left;
position: relative;
}

.equside.left {
text-align: left;
}

.equside.right {
text-align: left;
}

.equsign {
display: table-cell;
vertical-align: middle;
padding: 0 3px;
}

.equsign.line {
vertical-align: bottom;
}

.equsign.frq {
vertical-align: middle;
}

sup,
sub {
font-size: 0.75em;
}

.rootsign {
font-family: times new roman;
font-size: 1.3em;
}

.roottext,
.bartext {
border-top: 1px solid #192f33;
padding-top: 3px;
border-color: inherit;
}

.multiroottext {
position: relative;
top: -5px;
left: 5px;
}

.rootwrapperV2{
display: inline-block;
}
.rootsignV2{
display: inline-block;
vertical-align: middle;
}

.rootsvgV2{
height: 104px;
width: auto;
position: relative;
left: 6px;
}
.roottextV2{
display: inline-block;
border-top: 1px solid #192f33;
padding-top: 3px;
border-color: inherit;
}


.floorleftsign {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5em;
  position: relative;
  top: 4px;
  left: 12px;
}

.floorlefttext {
  display: inline-block;
  border-bottom: 3px solid #192f33;
  border-color: inherit;
}



.upperSymbol {
position: relative;
top: -10px;
left: -10px;
}
.lowerSymbol {
position: relative;
bottom: -20px;
left: -10px;
}
.vgn {
display: inline-block;
vertical-align: middle;
}

.vgn-ele {
display: block;
text-align: center;
margin: 0px auto;
}

.vgn-divider {
display: block;
height: 0.5px;
width: 100%;
border-bottom: 3px solid #192f33;
border-color: inherit;
}


.Server_Error_Text {
  display: block;
  border-radius: 8px 8px 8px 8px;
  font-size: 1.5rem;
  padding: 20px;
  color: #e32865;
  background: #ffffff;
  border: 1px solid #334351;
  padding: 20px;
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
}



.alert{
color: #ca3c5f;
}
.hide{
display: none;
}

.btn_go_back_icon {
height: 30px;
width: 30px;
}
.btn_go_back{
display: table-cell;
height: 30px;
width: 30px;
padding: 0 5px;
font-size: 1rem;
text-align: center;
color: #ffffff;
background-color: #11333b;
background:linear-gradient(to bottom, #126a80 5%, #015f77 100%);
border: 1.5px solid #0c1314;
cursor: pointer;
border-radius: 10px;

}
.btn-sub-inline{
padding: 10px;
margin: 20px auto;
font-size: 0.875rem;
text-align: center;
color: #ffffff;
background-color: #11333b;
background:linear-gradient(to bottom, #126a80 5%, #015f77 100%);
border: 1.5px solid #1c4f5e;
border-radius: 8px;
cursor: pointer;
display: inline-block;

}
.btn-sub
{
padding: 10px;
margin: 20px auto;
width: 80%;
max-width: 200px;
font-size: 0.875rem;
text-align: center;
color: #ffffff;
background-color: #11333b;
background:linear-gradient(to bottom, #126a80 5%, #015f77 100%);
border: 1.5px solid #1c4f5e;
border-radius: 8px;
margin-bottom: 10px;
cursor: pointer;
display: block;
}

.btn-sub:hover, .btn-sub-inline:hover{
box-shadow: inset 0 0 100px 100px #ffffff1a;
}
.btn-sub:active, .btn-sub-inline:active{
color: #aeeef3;
position:relative;
top:1px;
}

.al_msg {
position: fixed;
background: #ffffff;
padding: 5px 0px;
border-radius: 4px;
border: 3px solid #172338;
z-index: 10;
display: none;
}


.msg_body {
  color: #213f48;
  padding: 5px;
}

.close_corner {
color: #FFF;
font-size: 1.1rem;
position: absolute;
right: -3px;
top: -25px;
background: #E2013B;
padding: 0px 10px;
border-radius: 6px;
}

.block_btn {
display: block;
font-size: 1.1rem;
background-color: #2d6162;
border: 1px solid #1d1713;
color: #ffffff;
padding: 10px;
text-align: center;
width: 150px;
margin: 0 auto;
border-radius: 8px;
} 
.inline_block_btn {
display: inline-block;
font-size: 1.1rem;
background-color: #2d6162;
border: 1px solid #1d1713;
color: #ffffff;
padding: 10px;
text-align: center;
width: 150px;
margin: 0 auto;
border-radius: 8px;
}
.TimelineTag{
color: #f2d802;
font-size: 0.85rem;
background-color: #435462;
border-radius: 8px;
padding: 2px;
margin-right: 15px;
margin-left: 5px;
}

.TimelineSN{
font-size: 1rem;
color: #f2d802;
background-color: #d22968;
border-radius: 40%;
padding: 4px;
}
/* header section */

.headerwrap{
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 5;
}

.header_area{
width: 100%;
background-color: #ffffff;
display: table;
margin: 0 auto; 
overflow: hidden;
border-bottom: 1px solid #20292b;
}



.page_name{
display: table-cell;
text-align: center;
vertical-align: middle;
color: #1e5763;
font-size: 1rem;
padding: 5px 0px;
}

.menu_btn{
display: table-cell;
height: 30px;
width: 30px;
background-color: #095a68;
cursor: pointer;
padding: 10px;
border: 1.5px solid #0c1314;
}

.menu_icon{
float: right;
}
.menu_item{
position: absolute;
top: initial;
width: 100%;
z-index: 9;
}
.menu_line{
width: 35px;
height: 5px;
background-color: #ffffff;
margin: 5px 0;
}

.menu_line:first-child{
margin: 0 0 5px;
}
.menu_line:last-child{
margin: 5px 0 0;
}
.menu_item{
display: none;
}
.menu_item a{
color: #ffffff;
background-color: #1b3131;
padding: 15px;
text-decoration: none;
font-size: 1rem;
display: block;
text-align: center;
border-bottom: 1px solid #000000;
}



.loaderwrap{
width: 100%;
background-color: #26424e;
height: 3px;
position: relative;
}
.loader{
width: 20%;
background-color: #2a82ca;
height: 3px;
position: absolute;
top: 0;
animation: loaded 2s ease forwards;
}

@keyframes loaded {
0%{
width: 70%;
}
 
30%{
width: 99%;
}
100%{
width: 100%;
background-color: #26424e;
}

}
@keyframes loading {
0%{
width: 20%;
}
30%{
width: 30%;
}

50%{
width: 50%;
}

70%{
width: 70%;
}
100%{
width: 70%;
}
}
@keyframes innerloading {
0%{
width: 20%;
background-color: #2a82ca;
}
 
50%{
width: 50%;
}

70%{
width: 70%;
}
100%{
width: 100%;
background-color: #26424e;
}

}
/* main_area section */
.main_area{
background-color: #ffffff;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
}

.main_area{
max-width: 700px;
margin: 0 auto;
text-align: center;
color: #298092;
padding: 0;
}
.main_area::before,
.main_area::after{
content: '';
clear: both;
display: table;
}
.page_div{
display:table;
width:100%;
font-size: 1rem;
color: #ffffff;
text-align: left;
background-color: #0f2934;
border: 1px solid #0c171a;
font-size: 0.875rem;
padding: 0px;
margin: 20px auto;
border-radius: 8px;
box-shadow: 0px 1px 1px #283a42d8;
line-height: 1.5em;
}
.page_sn_head{
display:table-cell;
text-align:center;
vertical-align: middle;
color: #183f4a;
background-color: #ffffff;
font-size: 0.875rem;
padding: 10px;
margin: 0px;
border-radius: 8px 0 0 8px;
line-height: 1.5em;
}
.page_sn{
display:table-cell;
text-align:center;
vertical-align: middle;
color: #ffffff;
background-color: #2f596b;
border: 1px solid #14282c;
font-size: 0.875rem;
padding: 10px;
margin: 0px;
border-radius: 8px;
line-height: 1.5em;
}
.page_sn.selected{
background-color: #5ca3a3;
}
.info_div{
display: block;
color: #ffffff;
text-align: left;
background-color: #26424e;
font-size: 0.875rem;
padding: 10px;
margin-top: 10px;
margin-bottom: 20px;
border-radius: 8px;
line-height: 1.5em;
}
.info_div_ico{
display: inline-block;
border-radius: 50%;
background-color: #229c82;
padding: 6px 12px;
width: 30px;
height: 30px;
margin-right: 5px;
}





.QuesAns_Header{
display: block;
text-align: center;
color: #ffffff;
border: 3px solid #265062;
background-color: #258686;
border-radius: 8px;
padding: 5px;
}


.Ques_Text{
color: #1e3738;
margin: 10px;
margin-bottom: 0px;
}
.Ans_Text{
color: #1e3738;
margin: 10px;
margin-top: 0px;
}
.qatag{
color: #326ea7;
font-size: 1.2em;
margin-left: 10px;
margin-right: 5px;
font-weight: bold;
}

.Section_Title {
text-align: center;
color: #c5fbff;
background: #14253a;
border: 1px solid #061a31;
border-radius: 8px 8px 8px 8px;
width: fit-content;
height: auto;
padding: 5px 20px;
margin: 20px auto 10px;
font-size: 1.1rem;
}

.Field_Title {
text-align: left;
color: #eff4f7;
background: #2f5686;
border: 1px solid #061a31;
border-radius: 6px;
width: fit-content;
height: auto;
padding: 5px 20px;
margin: 20px 0px;
font-size: 1.1rem;
}

.Field_Sub {
text-align: left;
color: #2f5686;
background: #ffffff;
border-bottom: 4px solid #5d8dc4;
width: fit-content;
height: auto;
padding: 5px 10px;
margin: 20px 0px;
font-size: 1.1rem;
font-weight: bold;
}


.simple_table {
border-collapse: collapse;
table-layout:fixed;
width:100%;
overflow: hidden;
border: 1px solid #617499;

color: #192d3e;
}

.simple_table tr td{
border: 1px solid #617499;
padding: 5px;
}

.simple_table tr:first-child{
text-align: center;
border: 2px solid #617499;
}

.simple_table tr:first-child td{
border: 2px solid #617499;
}






.footer{
width: 100%;
max-height: 90px; 
margin: 20px 0;
color: #ffffff;
background-color: #0f4863;
padding: 10px;
font-size: .75rem;
border: 1px solid #0c2a38;
text-align: center;
border-radius: 8px;
}

.ifrhid{
position: absolute;
left: -999px;
}




.alert_div{
text-align: left; 
color: #ffffff; 
background-color: #eb5862; 
padding: 10px;
}
.id_div{
display: block;
color: #133849;
text-align: center;
background-color: #ffffff;
font-size: 0.875rem;
padding: 2px;
margin-bottom: 10px;
border: 1px solid #0f4863;
}

.data_row{
display:table;
width:100%;
margin-bottom: 10px;
box-shadow: 0px 1px 1px #283a42d8;
border-radius: 8px;
}
.data_row.hide{
display: none;
}
.row_elem{
display:table-cell;
text-align:center;
vertical-align: middle;
padding: 10px;
color: #245674;
background-color: #ffffff;
border: 1px solid #106363;
}
.row_elem:first-child{
 border-radius: 8px 0 0 8px;
}
.row_elem:last-child{
border-radius: 0 8px 8px 0;
}
.side-icon{
vertical-align:middle;
height: 1.2rem;
width: 1.2rem;
}

.note_footer {
display: block;
width: 100%;
border-radius: 8px 8px 0 0;
color: #ffffff;
background-color: #1a4752;
text-align: center;
padding: 2px;
border: 1px solid #0e1b1f;
font-size: .75rem;
}




.sec-div{
text-align: left;
color: #2b7381;
font-size: 0.875rem;
width: 90%;
max-width: 700px;
margin: 10px auto;
}
.sec-title-text{
text-align: center;
color: #095a68;
font-size: 1rem;
padding: 10px;
width: 90%;
max-width: 500px;
margin: 10px auto;
border-bottom: 1px solid #0f48638c;
border-top: 1px solid #0f48638c;
}
.section-text {
font-size: 0.875rem;
color: #ffffff;
background-color: #285d74;
margin: 0px auto;
text-align: center;
padding: 5px;
line-height: 2em;
width: 100%;
text-shadow: 1px 1px 2px #00394d;
}
.section-text:first-child {
margin-top: 20px;
}
.section-text.alert{
background-color: #f54e4e;
color: #ffffff;
}
.section-text-sub {
font-size: 0.75rem;
color: #ffffff;
background-color: #263244;
margin: 0px auto;
text-align: center;
padding: 5px;
line-height: 2em;
width: 100%;
text-shadow: 1px 1px 2px #00394d;
}
.spacer{
height: 10px;
}



.headline{
text-align: center;
color: #ffffff;
background-color: #1c4f5e;
width: 80%;
max-width: 200px;
padding: 5px;
border-radius: 6px;
}



.star-pointer-alert{
color: #ca3c5f;
margin-right: 5px;
}

.pointmark {
  display: block;
  color: #092d42;
  background: #ffffff;
  width: 100%;
  height: auto;
  padding: 5px;
  margin: 5px auto;
}
.pointstarter {
  color: #d30062;
  margin-right: 5px;
}




@media all And (min-width: 280px){

html{
font-size: 14px;
}
.home-item-icon {
height: 25px;
width: 25px;
}
.infeed {
height: 150px;
}

}

@media all And (min-width: 340px){

html{
font-size: 16px;
}
.home-item-icon {
height: 30px;
width: 30px;
}
.infeed {
height: 150px;
}

}

@media all And (min-width: 360px){

html{
font-size: 18px;
}
.home-item-icon {
height: 32px;
width: 32px;
}
.infeed {
height: 150px;
}

}

@media all And (min-width: 500px){

html{
font-size: 20px;
}
.home-item-icon {
height: 36px;
width: 36px;
}
.infeed {
height: 200px;
}
.rootsign {
font-size: 1.2em;
font-family: times new roman;
}

}
@media all And (min-width: 700px){

html{
font-size: 22px;
}
.home-item-icon {
height: 40px;
width: 40px;
}
.infeed {
height: 250px;
}
.rootsign {
font-size: 1.2em;
font-family: times new roman;
}

}

@media all And (min-width: 900px){

html{
font-size: 24px;
}
.main_area{
width: 80%;
max-width: 1000px;
}
.home-item-icon {
height: 42px;
width: 42px;
}
.infeed {
height: 300px;
}

.rootsign {
font-size: 1.2em;
font-family: times new roman;
}


}


