:root{
    --main-max-width: 750px;
}
body{
    background-color: #fff;
}
html {
    scroll-behavior: smooth;
}
.mermaid {
    font-size: 0.5em;
}

[class*=task-list-item] {
	min-height: 22px;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	padding-left: 0;
	list-style: none;
}

[class*=task-list-item] > input:first-child {
	position: absolute !important;
	opacity: 0;
	margin: 0;
}

[class*=task-list-item] > label {
	padding-left: 29px !important;
	min-height: 22px;
	line-height: 22px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.task-list-item > input:first-child:checked + input[type=hidden] + label::before, .task-list-item > input:first-child:checked + label::before {
	background-color: #ecf0f1;
	border-color: #ecf0f1;
}

[class*=task-list-item] > input:first-child + input[type=hidden] + label::before, [class*=task-list-item] > input:first-child + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	border: 1px solid #D3CFC8;
	border-radius: 0;
	margin-left: -29px;
}


[class*=task-list-item] > input:first-child:checked + input[type=hidden] + label::after, [class*=task-list-item] > input:first-child:checked + label::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-top: none;
	transform: translate(7.75px,4.5px) rotate(45deg);
	-ms-transform: translate(7.75px,4.5px) rotate(45deg);
}


.task-list-item > input:first-child:checked + input[type=hidden] + label::after, .task-list-item > input:first-child:checked + label::after {
	border-bottom-color: #95a5a6;
	border-right-color: #95a5a6;
}


/* Solarized Light theme */
.line {
	display: block;
}


.line.focus {
	background: #fdf6e3;
	color: #657b83;
}


.reveal .slides section .fragment.current-only {
	visibility: visible;
	display: none;
}

.reveal .slides section .fragment.current-only.current-fragment {
	display: block;
}


.line.focus {
	opacity: 1.0;
}

@media (device-width: 100vw) and (device-height: 100vh) {
	.reveal pre code {
		max-height: 50vh !important;
	}
}

#logo img {
	max-height: 3.5em;
	max-width: none;
	min-width: 50px;
}

.reveal .slides section .code-presenting-annotation {
	color: white;
	background: black;
	padding: 0px 15px;
	border-radius: 15px;
	opacity: 0.75 !important;
	font-size: 50% !important;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    text-transform: none;
}

.round-btn {
    border: none;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lblue-btn {
    background-color: lightblue;
    color: white;
}

.pink-btn {
    background-color: pink;
    color: black;
}

.blue-btn {
    background-color: blue;
    color: white;
}

.orange-btn {
    background-color: orange;
    color: white;
}

.green-btn {
    background-color: #ca0e01;
    color: white;
}

.gray-btn {
    background-color: gray;
    color: white;
}


.yes-btn {
    background-color: lightblue;
    color: black;
    margin: 15% 10%;
    border-radius: 5px;
    display:flex;
    align-items:center;
    justify-content: center;
}

.no-btn {
    background-color: indianred;
    color: black;
    margin: 15% 10%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-btn a, .yes-btn a {
    text-decoration: none;
    color: black;
}

.normal-btn, .abnormal-btn, .back-btn, .index-btn, .center-btn{
    font-size: 28px;
}

.normal-btn {
    color: white ;
    background-color: RGB(0,176,80);
    border-radius: 5px;
    box-shadow: 3px 3px 10px gray;
}

.abnormal-btn {
    background-color: RGB(255,192,0) !important;
    color: white ;
    /* background-color: green; */
    border-radius: 5px;
    box-shadow: 3px 3px 10px gray;
}
.back-btn {
    color: white ;
    background-color: black;
    border-radius: 5px;
    box-shadow: 3px 3px 10px gray;
}
.index-btn {
    color: white ;
    background-color: black;
    border-radius: 5px;
    box-shadow: 3px 3px 10px gray;
}

.center-btn {
    background-color: #ca0e01 !important;
    color: white !important;
    width: 50% !important;
    border-radius: 5px !important;
    border: none !important;
    margin-left:25%;
}
.center-btn a {
    color: white !important;
}

.special-btn {
    /* background-color: #e472ba; */
    background-color: #fd8ce5;
    color: black !important;
    width: 50% !important;
    border-radius: 5px !important;
    border: none !important;
    margin-left:25%;
}
.special-btn a {
    color:black;
}


.row .abnormal-btn , .index-btn {
    margin-left: 10% !important;    /* 10 */
    margin-right: 6% !important;   /* 5 */
}
.row .normal-btn , .back-btn {
    margin-left: 5% !important;
    margin-right: 10% !important;
}

.simply-section{
    bottom:0;
}

.round-btn a {
    text-decoration: none;
    color: white;
}

.normal-btn a, .abnormal-btn a, .back-btn a, .index-btn a {
    color:white;
    text-decoration:none;
}

/* .normal-img {
    border: none;
    box-shadow: none;
} */

.md-img-size {
    max-width:75% !important;
}
.mg-img-size {
    max-width:70% !important;
}
.ma-img-size {
    max-width:65% !important;
}
.mi-img-size {
    max-width:60% !important;
    max-height: 50vh !important;
}
.mh-img-size {
    max-width: 55% !important;
}
.m-img-size {
    max-width: 50% !important;
}

.sm-img-size {
    max-width: 30% !important;
}
.fit-img {
    max-height: 60vh !important;
}
.responsive {
    max-width: 100% !important;
    height: auto !important;
}
.row{
    display:flex;
    align-items: stretch;
}
/*Apply for small row with two element*/
.row-sm-distance div:first-child {
    margin-left: 30% !important;
    margin-right: 1% !important;
}

.row-sm-distance div:last-child {
    margin-left: 1% !important;
    margin-right: 30% !important;
}

.column{
    flex: 1;
    padding: 5px;
}

.warning-box {
    background-color: transparent;
    border: 1px dashed red;
    font-size: 50%;
    padding: 1%;
    color:red;
}
.condition-box {
    background-color: transparent;
    border: 1px solid  rgb(0, 0, 0);
    font-size: 75%;
    padding:1%;
}
.notice-box {
    background-color: transparent;
    border: 1px dashed rgb(0, 0, 0);
    font-size: 75%;
    padding: 1%;
}

.note-sm{
    color:yellow;
    font-size:25%;
    height:fit-content;
}
/*Size of text and elements*/
.xl-font-size{
    font-size: 120% !important;
    line-height: 140% !important;
}
.md-font-size {
    font-size: 50% !important;
}

.xm-font-size {
    font-size: 75% !important;
}

.m-font-size {
    font-size: 100% !important;
}

.x-font-size {
    font-size: 45% !important;
}

.sm-font-size {
    font-size: 35% !important;
}


.sm-btn-size {
    width: 25% !important;
}

.xs-btn-size {
    width: 10% !important;
}

.xm-btn-size {
    width: 70% !important;
}
.lg-btn-size{
    width:100% !important;
}

.table-no-border{
    border-collapse:collapse;
    border:none;
}
.table-no-border tr,td{
    border:none !important;
}
.table-hover-on tr{
    cursor:pointer;
}
.table-hover-on tr:first-child {
    cursor:default;
}

.table-index td{
    padding:20px
}

.header-case{
    background-color:#ca0e01 !important;
    color:white;
    text-align: center !important;
    padding: 10px 2px;
    line-height: 1.2;
    font-family:"Source Sans Pro", "Helvetica", "sans-serif";
    font-size: 3vh !important;
}

.table-description td,th{
    border: 2px solid white !important;
    background-color:#ca0e01 !important;
    color:white;
    border-collapse: collapse;
    text-align: center !important;
    vertical-align: middle;
    padding: 2px;
}
.table-description{
    width: 100%;
    margin: 0 auto !important;
    line-height: 1.2;
    font-weight: 600;
    text-shadow: none;
    word-wrap: break-word;
    font-family:"Source Sans Pro", "Helvetica", "sans-serif";
    font-size: 3vh !important;
}

.border-none {
    border-collapse: collapse;
    border-style: hidden;
}

.border-none > tr{
    border-collapse: collapse;
    border: 1px solid white;
}
.border-none td {
    border-collapse: collapse;
    border: 1px solid white;
}
  
  
.header-image{
    margin-left: 0%;
}
.header-image img{
    max-height: 50px;
}
.index-picture img{
    max-height: 50px;
}

.no-padding{
    padding:0px !important;
}

.red-text{
    color:red;
}

/*div with triangle*/
.corner {
    margin: 5% 10% 5% 79%;
    position: relative;
    background-color: lightblue;
}
.corner:after, .corner:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 40px;
    height: 50%;
}

.corner:before {
    top: 0px;
    background: linear-gradient(to top right, lightblue 50%, transparent 51%);
}

.corner:after {
    bottom: 0px;
    background: linear-gradient(to bottom right, lightblue 50%, transparent 51%);
}

.corner a{
    text-decoration:none;
    color:white;
}

.li-no-style{
    list-style:none;
    left:0;
}

.ul-dashed li::marker {
    content: "- ";
}
.ul-dashed{
    line-height:2em;
}

.left-align{
    text-align:left;
}


.full-wh{
    width: 65vw !important;
}


/* New css */
.background-norwitz{
    background-color: #fff;  
    /* background:linear-gradient(-3deg, #ca0e01, #ca0e01 12%, white 12.1%, white); */
    /* background:linear-gradient(-3deg, red, red 25%, white 25.1%, white); */
    margin: auto auto 50px auto !important;

}
.background-norwitz-index {
    background-color: #fff;  
    /* background:linear-gradient(-3deg, #ca0e01, #ca0e01 12%, white 12.1%, white); */
    /* background:linear-gradient(-3deg, red, red 25%, white 25.1%, white); */
    margin-bottom: 50px !important;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    color: rgb(0, 0, 0);
    text-align: center;
 }

.content-header{
    background-color: #ca0e01;
    padding: 1%;
    color: white !important;
    border: 1px solid black;
    margin: 0x !important;
}
/*================<!>=====================*/
/* Change reveal library css: Be careful */
.slides section section{
    top: 0px !important;
}
.slides section{
    top: 0px !important;
}
/*================<!>=====================*/



/* index page */
.border-col li a {
    text-decoration: underline;
}
.drainge-mode  {
    color: red !important;
    text-decoration: underline !important;
}
.font {
    font-size: 25px;
}
/* .slides ul li::before {
    content: "Error Code";
    color: black;
    margin: 3px;
    padding: 20px;
    line-height:40px;
} */
.slides ul {
    padding: 0px;
    list-style-type: none;
    /* text-decoration-line:underline; */
}
.slides ul a{
    color: black;
}
.slides ul a:hover{
    color: black;
    font-weight: 600;
}

ul{
    list-style: none;
}

ul.border-col {
    min-width: 200px;
    background-color: transparent;
    /* border: 1px solid; */
    padding: 20px 20px;
}
.index-col-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    margin: 0 auto;
}

ul.index-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 30px;
    margin: 0 ;
}

.index-container li a{
    text-decoration: underline;
    margin: 0;
}

.index-col-container ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    margin: 0;
}
div.header-design {
    text-align: left;
    color:gray;
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px !important;
    line-height: 40px;
    margin-top: 10px
}
.under {
    text-decoration-line:underline;
}
/* err30 */
.text-hidden {
    color:gray;
    text-align: center;
    font-size: 50%;
}
.tbl-ther {
    font-weight: bold;
    font-size: 2vh !important;
    padding: 3px;
    border-collapse: collapse;
    border: 2px solid black;
}

.tbl-ther td{
    border-collapse: collapse;
    border: 2px solid black !important;
}
/* err63 */
.pump-txt {
    font-weight: bold;
    font-size: x-large;
    margin-left:23% !important;
}
.set-txt {
    font-weight: bold;
    font-size: x-large;
    margin-left:30% !important;
}
.yes-no-btn {
    width: 35vh;
    margin-left: 0% !important;
    padding: 0% !important;
    margin:0 !important;
}
.design-text {
    font-weight: bold;
    font-size: 70%;
    border-style: solid;
    border-width: 2px;
    border-color:red;
    margin-top: 1px;
}
.txt-above-pic {
    text-align:center; 
    margin: 0 !important;
    padding-left: 60%;
}
ul {
    margin: 0;
  }
  ul.dashed {
    list-style-type: none;
  }
  ul.dashed > li {
    text-indent: -5px;
  }
  ul.dashed > li:before {
    content: "-";
    margin-left: 3px !important; 
    text-indent: -5px ;
    /* display:contents !important; */
    text-align: left !important;
  }
  .dashed-text {
      font-size: 45%;
      text-align: left;
  }
  /* err30 */
.img-margin {
    margin: 0 !important;
}
/* err11 */
.index-btn {
    width: 31% !important;
    margin-left: 35%;
}
.left-btn{
    background-color: blue;
}
.right-btn{
    background-color: red;
}
.middle-btn {
    margin-left: 28% !important;
    width: 40% !important;
    color: white ;
    background-color: RGB(0,176,80);
    border-radius: 5px;
    box-shadow: 3px 3px 10px gray;

    
}
/* auto fit image in div */
.stretch {
    margin-top : 15% !important;
    background: rgba(255, 255, 255, 1) !important;
    border: unset !important;
    box-shadow: unset !important;
}
/* new header */
header{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: fit-content;
    z-index: 0;
}

/* new width */
.new-width{
    max-width: var(--main-max-width);
    margin: auto;
}
/* click zoom img */
.normal-btn:hover{
    color:lightblue;
    cursor: pointer;
}
.abnormal-btn:hover{
    color:lightblue;
    cursor: pointer;
}
.back-btn:hover{
    color:lightblue;
    cursor: pointer;
}
.index-btn:hover{
    color:lightblue;
    cursor: pointer;
}

.middle-btn:hover {
    color:lightblue;
    cursor: pointer;
}
.drainge-mode:hover {
    cursor: pointer;
}
.image-norwit {
    text-align: left !important;
    width: 20% !important;
    height: 20% !important;
}

.app-header{
    margin: 0px;
    padding: 0;
    transform: translateX(-50%);
    left: 50%;
    z-index: 100;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

#app-header{
    z-index: 100;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

#app-header header{
    z-index: 100;
}

#app-footer{
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.table-hero{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #fff;
    z-index: 1000;
}

.index-picture{
    margin-right: 0%;
}

.us-link{
    color: red;
    font-size: 1.5em;
    text-decoration: none;
}

/*Index*/
.reveal .slides > .section-custom{
    padding-top: 0;
}

.index-col{
    display: flex;
    align-items: top;
}

.index-banner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.index-banner img{
    max-height: 50px;
    border: none !important;
    box-shadow: unset !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.reveal a:hover img {
    background: #fff;
    border-color: #fff;
    box-shadow: unset
}

section img.max-width-img{
    max-width: var(--main-max-width) ;
    max-height: unset;
    width: 100%;
    height: auto;
    border: none;
    cursor: pointer;
}


.scrollable-slide_98{
    overflow-x: hidden !important;
    overflow-y: auto !important;
    white-space: nowrap;
    max-width: var(--main-max-width);
    margin: auto;
    bottom: 0; top:0px;left: 0;right: 0;
    margin-top: 30px !important;
}




.scrollable-slide {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    white-space: nowrap;
    max-width: var(--main-max-width);
    margin: auto;
    bottom: 0; top:0px;left: 0;right: 0;
    margin-top: 100px !important;
}

.scrollable-slide-case {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    white-space: nowrap;
    max-width: var(--main-max-width);
    margin: auto;
    bottom: 0; top:0px;left: 0;right: 0;
    margin-top: 140px !important;
}


/*Scroll bar css*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


#EC_98{
    display: flex;
    margin-left: 5px;
    font-size: 25px;
    text-decoration:underline;

}