html, body {
    max-width: 100%; /* remove the horizontal scrollbar in a div */
    overflow-x: hidden; /* remove the horizontal scrollbar in a div */
    /* font-family: Arial, Helvetica, sans-serif; */

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal;
    font-size: 16px; /* Default browser font size */

margin:0;
}

.nk-cookie-banner {
 position: fixed;
 bottom: 0px;
 left: 0px;
 width: 100%;
 z-index: 99999;
 border-radius: 0px;
 display: none;
 }


.imageresponsive01 {
 /* width: 100%;
  max-width: 550px;
 height:400px;*/

    max-width: 100%;
    max-height: 100%;

}

.column01 {
 text-align: center;
}

.column02 {
 width: 70%;
 /* min-width: 70%; */
}

.column03 {
 width: 95%;
}

tr.clickable {

}

tr.clickable:hover {
 background: #b3d9ff;
}

td.clickable {

}
.clickable:hover {
/*    cursor: pointer;*/
}
td.clickable a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
 /* text-decoration: underline; */
}

td.clickable a:hover
{
 text-decoration: none;
}

td.clickable a:link
{
 color: blue;
}

td.clickable a:visited
{
 color: blue;
}


#stratprog {
        width: 100%;
        height: 2rem;
        text-align: center;
        color: white;
        background-image: blue;
        /* -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; */
    }

div.container
{
  /* position: relative; */
  position: aboslute;
}

/* Container holding the image and the text */
.imagecontainer {
  position: aboslute;
  text-align: center;
  color: black;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





h1 {
 font-family: Impact, Charcoal, sans-serif;
 font-size: 36px; /* 36px is h1 default font-size */
}

h2 {
    font-size: 18px;
    font-style: normal;
    margin-top: 15px;
    position: relative;
    text-align: center;
    /*text-transform: uppercase;*/
    z-index: 1;    
}

h2:before {
    border-top: 2px solid #dfdfdf;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 100%;
    /* width: 95%; */
    z-index: -1;
}

h2 span { background: #fff; padding: 0 10px; }

h3 {
    font-size: 18px;
    font-style: normal;
    margin-top: 15px;
    position: relative;
    text-align: center;
    /*text-transform: uppercase;*/
    z-index: 1;    
}

h3:before {
    border-top: 2px solid #FF5733; /* orange */
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 100%;
    /* width: 95%; */
    z-index: -1;
}

h3 span { background: #fff; padding: 0 10px; }

h5 {
    font-size: 18px;
    font-style: normal;
    margin-top: 15px;
    position: relative;
    text-align: center;
    /*text-transform: uppercase;*/
    z-index: 1;    
}

h5:before {
    border-top: 2px solid #FFC300; /* yellow */
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 100%;
    /* width: 95%; */
    z-index: -1;
}

h5 span { background: #fff; padding: 0 10px; }

h6 {
    font-size: 18px;
    font-style: normal;
    margin-top: 15px;
    position: relative;
    text-align: center;
    /*text-transform: uppercase;*/
    z-index: 1;    
}

h6:before {
    border-top: 2px solid #33FFC6; /* aquablue */
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 15px; left: 0; right: 0; bottom: 0;
    width: 100%;
    /* width: 95%; */
    z-index: -1;
}

h6 span { background: #fff; padding: 0 10px; }

hr.linestyle01 {
    display: block;
    height: 0px;
    width: 100%;
    /* width: 95%; */
    border: 0;
    border-top: 2px solid #dfdfdf; 

    /* border-top: 1px dotted #82CAFA; */
    /* border-top: 1px dotted #DBDBE6; */
    /* border-top: 1px dotted #E6EDFF; */
    /* border-top: 1px dotted grey; */
}

hr.linestyle02 {
    display: block;
    height: 0px;
    width: 100%;
    /* width: 95%; */
    border: 0;
    border-top: 2px solid #dfdfdf; 

    /* border-top: 1px dotted #82CAFA; */
    /* border-top: 1px dotted #DBDBE6; */
    /* border-top: 1px dotted #E6EDFF; */
    /* border-top: 1px dotted grey; */
}

hr.linestyle03 {
    display: block;
    height: 0px;
    width:100%;
    border: 0;
    border-top: 1px dotted grey;
}

div.ThisLayout01 a
{
 /* text-decoration: none; */ /* The text-decoration property is mostly used to remove underlines from links for design purposes */
 text-decoration: underline;
}

div.ThisLayout01 a:hover
{
 text-decoration: underline;
}

div.ThisLayout01 a:link
{
 color: black;
}

div.ThisLayout01 a:visited
{
 color: black;
}


div.ThisLayout02 a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

div.ThisLayout02 a:hover
{
 text-decoration: none;
}

div.ThisLayout02 a:link
{
 color: black;
}

div.ThisLayout02 a:visited
{
 color: black;
}


div.ThisLayout03 a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

div.ThisLayout03 a:hover
{
 text-decoration: underline;
}

div.ThisLayout03 a:link
{
 color: black;
}

div.ThisLayout03 a:visited
{
 color: black;
}

div.ThisLayout04
{
 /* color: black; */
 color: #858585;
 text-align: center;
}

div.ThisLayout04 a:link
{
 /* color: blue */
 color: #6da3f7;
}

div.ThisLayout04 a:visited
{
 /* color: blue */
 color: #6da3f7;
}

div.ThisLayout05
{
 text-align: center;
 /* font-weight: bold; */
 font-weight: 500;
}

div.ThisLayout06
{
 text-align: center;
 font-weight: bold;
}

div.ThisLayout06 a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

div.ThisLayout06 a:hover
{
 text-decoration: underline;
}

div.ThisLayout06 a:link
{
 color: black;
}

div.ThisLayout06 a:visited
{
 color: black;
}


div.ThisLayout07
{

 /* Used in direct_test.php */

 display: block;
 background-color: #333;
 color: white;
 width: 100%;
}

div.ThisLayout07 a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

div.ThisLayout07 a:hover
{
 text-decoration: underline;
}

div.ThisLayout07 a:link
{
 color: white;
}

div.ThisLayout07 a:visited
{
 color: white;
}

div.ThisLayout08
{
 display: block;
 max-width: 100%;
 font-size: 17px;
 color: #858585;
 /* font-weight: bold; */
 font-weight: 500;
 text-align: left;
 cursor: pointer;
 padding: 0.500rem 0.75rem;
 /* background-color: #d6f5d6; */
 border: 1px solid #858585;
}

div.ThisLayout09
{
 font-size: 20px;
 line-height: 140%;
 font-weight: normal;
}

div.ThisLayout09 a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

div.ThisLayout09 a:hover
{
 text-decoration: underline;
}

div.ThisLayout09 a:link
{
 color: black;
}

div.ThisLayout09 a:visited
{
 color: black;
}

div.ThisLayout10
{
 display: none;
 max-width: 100%;
 /* color: #858585; */
 font-size: 17px;
 font-weight: normal;
 text-align: left;
 cursor: pointer;
 padding: 0.500rem 0.75rem;
 /* background-color: #d6f5d6; */
 border: 1px solid #858585;
}

div.ThisLayout11 
{
 float: left;
 width: 100%;
 text-align: center;
 padding-top:10px;
 padding-bottom:10px;
 display: inline;
}


div.ThisLayout12
{
 font-size: 20px;
 line-height: 140%;
 font-weight: normal;
 padding-top:10px;
 padding-bottom:10px;
 padding-left:10px;
 padding-right:10px;
 height: 400px;
 background-color: #d4f0fc; /* blue */
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

div.ThisLayout13
{
 height: 400px;'
 background-color: white;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


div.ThisLayout14
{
 font-size: 20px;
 line-height: 140%;
 font-weight: normal;
 padding-top:25px;
 padding-bottom:25px;
 padding-left:10px;
 padding-right:10px;
 height: 850px;
 background-color: white;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

div.ThisLayout15
{
 font-size: 20px;
 line-height: 140%;
 font-weight: normal;
}

div.ThisLayout16 {
    /* Used by back */
    font-weight: 500;
    font-size: 18px;
    /* line-height: 35px; */
    padding-bottom: 10px;
}

div.ThisLayout17 {
    /* Used by gauge with URL*/ 
/*    border: 2px solid black; */
}

div.ThisLayout17 table {
    /* Centers gauge */
    width: auto;
    margin: 0 auto !important;
}

div.ThisLayout17:hover {
    cursor: pointer;
}


div.ThisLayout18 {
    /* Used by gauge without URL*/ 
/*    border: 2px solid black; */
}

div.ThisLayout18 table {
    /* Centers gauge */
    width: auto;
    margin: 0 auto !important;
}

div.ThisLayout19 {
  cursor: pointer;
}

.border-faded-one { 
    border-top: 2px solid #6600ff;
    border-bottom:2px solid #ff99cc;
    background-image: 
        linear-gradient(#6600ff, #ff99cc),
        linear-gradient(#6600ff, #ff99cc)
    ;
    background-size:2px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
}

.border-faded-two { 
    border-top: 10px solid #FFFF00;
    border-bottom:10px solid #FF0000;
    background-image: 
        linear-gradient(#FFFF00, #FF0000),
        linear-gradient(#FFFF00, #FF0000)
    ;
    background-size:10px 100%;
    background-position:0 0, 100% 0;
    background-repeat:no-repeat;
}

.gradOne {
  background-color: #6e0099; /* purple */ /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, rgba(255,0,0,0.1), rgba(255,0,0,0.3));
  color: white;
}

.myTextColorOne {
  color: white;
}

div.PageIntroTitle
{
 display: block;
 max-width: 100%;
 font-family: 'Lato', sans-serif;
 font-weight: 700;
 font-size: 17px;
 /* color: #858585; */
 color: white;
 /* background-color: #C633FF; */ /* purple */ /* For browsers that do not support gradients */
 background-color: #6e0099; /* purple */ /* For browsers that do not support gradients */
 background-image: linear-gradient(to right, rgba(255,0,0,0.1), rgba(255,0,0,0.3));
 text-align: left;
 cursor: pointer;
 padding: 0.500rem 0.75rem;
 /* border: 2px solid #2e67d9; */
 border: 2px solid #6e0099;
 border-radius: 5px 5px 0px 0px;
}

div.PageIntroBody
{
 display: none;
 max-width: 100%;
 font-family: 'Lato', sans-serif;
 font-weight: 400;
 font-size: 17px;
 text-align: left;
 cursor: pointer;
 padding: 0.500rem 0.75rem;
 /* border: 2px solid #2e67d9; */
 border: 2px solid #6e0099;
 border-radius: 0px 0px 5px 5px;
}

label.ThisLayout01 a
{
 /* text-decoration: none; */ /* The text-decoration property is mostly used to remove underlines from links for design purposes */
 text-decoration: underline;
}

label.ThisLayout01 a:hover
{
 text-decoration: underline;
}

label.ThisLayout01 a:link
{
 color: black;
}

label.ThisLayout01 a:visited
{
 color: black;
}


label.ThisLayout02 a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

label.ThisLayout02 a:hover
{
 text-decoration: none;
}

label.ThisLayout02 a:link
{
 color: black;
}

label.ThisLayout02 a:visited
{
 color: black;
}

label.ThisLayout03
{
 font-size: 14px;
 color: #858585;
}

label.ThisLayout03 a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

label.ThisLayout03 a:hover
{
 text-decoration: underline;
}

label.ThisLayout03 a:link
{
 /* color: black; */
 color: #858585;
}

label.ThisLayout03 a:visited
{
 color: #858585;
}

label.ThisLayout04
{
 font-size: 17px;
 font-weight: bold;
}

label.ThisLayout05
{
 font-size: 14px;
 font-weight: normal;
 font-style: italic;

  color: #858585; 
}

label.ThisLayout06
{
 font-weight: 500;
}

label.ThisLayout07
{
 font-size: 17px;
 font-weight: normal;
}

label.ThisLayout08
{
 font-size: 22px;
 /* font-weight: bold; */
 font-weight: 500;
}

label.ThisLayout09
{
 font-size: 17px;
 font-weight: bold;
}

label.ThisLayout10
{
 font-weight: 500;
 text-align: center;
 color: #858585;
 width: 100%;
}

label.ThisLayout11
{
 /* Used with clickable divs */
 font-size: 17px;
 /* font-weight: bold; */
 font-weight: 500;
 text-align: center;
 width: 100%;
 cursor: pointer;
}

label.ThisLayout11 a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

label.ThisLayout11 a:hover
{
 text-decoration: underline;
}

label.ThisLayout11 a:link
{
 color: black;
}

label.ThisLayout11 a:visited
{
 color: black;
}

label.ThisLayout12
{
 /* Used with clickable divs */
 font-size: 15px;
 font-weight: normal;
 font-style: italic;
 text-align: center;
 width: 100%;
 cursor: pointer;
 color: #858585;
}

label.ThisLayout13
{
 /* Used with clickable divs */
 font-size: 15px;
 text-align: center;
 width: 100%;
 cursor: pointer;
 color: #858585;
 font-weight: 500;
/* font-weight: normal; */

}

label.ThisLayout13 a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

label.ThisLayout13 a:hover
{
 text-decoration: underline;
}

label.ThisLayout13 a:link
{
 /* color: black; */
 color: #858585;
}

label.ThisLayout13 a:visited
{
 /* color: black; */
 color: #858585;
}


label.ThisLayout14
{
 /* Used with clickable divs */
 font-size: 15px;
 /* font-weight: normal; */
 text-align: center;
 width: 100%;
 cursor: pointer;
 color: #858585;
 /* font-weight: 500; */
 font-weight: normal;
}

label.ThisLayout14 a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

label.ThisLayout14 a:hover
{
 text-decoration: underline;
}

label.ThisLayout14 a:link
{
 /* color: black; */
 color: #858585;
}

label.ThisLayout14 a:visited
{
 /* color: black; */
 color: #858585;
}

label.ThisLayout15
{
 font-weight: normal;
 text-align: left;
 width: 100%;
}

label.ThisLayout16
{
 font-weight: 500;
 text-align: left;
 width: 100%;
}

label.ThisLayout17
{
 font-weight: 500;
 color: #858585;
 width: 100%;
}

label.ThisLayout18
{
 font-weight: 500;
 /* color: #6b6b6b; */
 color: #858585;
}

label.ThisLayout19
{
 font-size: 15px;
 text-align: left;
 width: 100%;
 color: black;
 font-weight: normal;
}

label.ThisLayout20
{
 font-size: 15px;
 text-align: left;
 width: 100%;
 color: #858585;
 font-weight: normal;
}

label.ThisLayout21
{
 font-size: 17px;
 text-align: center;
 width: 100%;
 color: black;
 font-weight: normal;
}

label.ThisLayout22
{
 font-size: 22px;
 font-weight: 500;
 text-align: center;
 width: 100%;
}

label.ThisLayout23
{
 font-weight: 500;
 text-align: left;
}

label.ThisLayout24
{
 font-weight: normal;
 text-align: left;
}

label.ThisLayout25
{
 /* not used */
 font-weight: 500;
 color: #858585;
 width: 100%;
 text-align: center;
}

label.ThisLayout26
{
 color: #858585;
}

label.ThisLayout27
{
 font-size: 22px;
 /* font-weight: bold; */
 font-weight: 500;
 color: #6e0099; /* purple */
}

label.ThisLayout28
{
 font-weight: 500;
 color: #6e0099;
}

label.ThisLayout29
{
 font-weight: 500;
 text-align: center;
 color: #858585;
 width: 100%;
 font-size: 16px;
 line-height: 30px;
}

label.ThisLayout30
{
 font-size: 20px;
 font-weight: bold;
/* font-weight: 500; */
}

label.ThisLayout31
{
 font-size: 15px;
 font-weight: normal;
 font-style: italic;
 text-align: center;
 width: 100%;
 color: #858585;
}

label.ThisLayout32
{
 font-size: 15px;
 font-weight: normal;
 font-style: normal;
 text-align: center;
 width: 100%;
 color: #858585;
}

label.ThisLayout33
{
 color: blue;
 cursor: pointer;
}

.gFontTitle01 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px; 
}

.gFontTitle01A {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px; 
}

.gFontTitle01B {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    /* line-height: 20px; */
}

.gFontTitle01C {
    /* Used by menu */
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}

.gFontDesc01 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}

.gFontDesc01A {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #858585;
}
.gFontDesc01B {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.gFontDesc01A a
{
 text-decoration: none; /* The text-decoration property is mostly used to remove underlines from links for design purposes */
}

.gFontDesc01A a:hover
{
 text-decoration: underline;
}

.gFontDesc01A a:link
{
 /* color: black; */
 color: #858585;
}

.gFontDesc01A a:visited
{
 color: #858585;
}

.gFontTitle02 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px; 
}

.gFontDesc02 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
}

.gFontTitle03 {
    font-family: 'Georama', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px; 
}

.gFontTitle03A {
    font-family: 'Georama', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px; 
}

.gFontDesc03 {
    font-family: 'Georama', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}


.gFontTitle04 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    /* font-weight: 800; */
    font-size: 22px;
    line-height: 22px; 
}

.gFontTitle05 {
/* Not used */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    /* font-weight: 800; */
    font-size: 30px;
    line-height: 35px; 
}


h1.ThisLayout01 {
 color: #2e67d9;
}

div.ThisSpacer01 {
  padding-top: 5px;
  padding-bottom: 5px;
  /* padding-left: 80px; */
  /* padding-right: 30px; */
}

div.ThisSpacer02 {
  padding-top: 8px;
  padding-bottom: 8px;
  /* padding-left: 80px; */
  /* padding-right: 30px; */
}

div.ThisSpacer03 {
  padding-top: 15px;
  padding-bottom: 15px;
  /* padding-left: 80px; */
  /* padding-right: 30px; */
}

div.ThisShadow01 {
  /* display: block; */
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

div.ThisShadow02 {
  /* display: block; */
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

div.ThisShadow02:hover {
  /* background-color: #4CAF50; */ /* Green */
  background-color: #4b79d6; /* Blue */

  color: white;
  cursor: pointer;
}

div.ThisShadow03 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  /* background-color: green; *//* green */
  /* background-color: #b2eb98; */ /* green */
  background-color: #d4f0fc; /* blue */
}

div.ThisShadow03:hover {
  /* background-color: green; *//* green */
  /* background-color: #b2eb98; */ /* green */
  background-color: #aae2fa; /* blue */
  cursor: pointer;
}

div.ThisShadow04 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background-color: white;
}

div.ThisShadow04:hover {
  background-color: white;
  cursor: pointer;
}


div.ThisShadow05 {
  /* display: block; */
  /* display: inline-block; */
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 50px 0px rgba(0,0,0,0.2);
  height: 380px;
  margin: 10px 10px 10px 10px;
}

div.ThisShadow06 {
  /* display: block; */
  /* display: inline-block; */
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 50px 0px rgba(0,0,0,0.2);
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-height: 380px; /* Same as height in div.ThisShadow05 */
  margin: 10px 10px 10px 10px;
}

div.ThisShadow07 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background-color: white;
}

.fieldset_blue {
  border-color: #2e67d9;
  border-style: solid;
}

.fieldset_red {
  /* border-color: #F00; */
  border-color: #C70039;
  border-style: solid;
}

.fieldset_deepred {
  border-color: #900C3F;
  border-style: solid;
}

.fieldset_yellow {
  border-color: #FFC300;
  border-style: solid;
}

.fieldset_aquablue {
  border-color: #33FFC6;
  border-style: solid;
}

.fieldset_lightgreen {
  border-color: #DAF7A6;
  border-style: solid;
}

.fieldset_brightgreen {
  /* border-color: #96FF33; */
  border-color:#B4FF33;
  border-style: solid;
}

.fieldset_purple {
  border-color: #C633FF;
  border-style: solid;
}

.fieldset_orange {
  border-color: #FF5733;
  border-style: solid;
}

.fieldset_bluish {
  border-color: #33E7FF;
  border-style: solid;
}

.fieldset_gold {
  border-color: #D37E03;
  border-style: solid;
}

fieldset 
{   
  display: block;
  /* border:1px solid black; */
  border:2px solid #2e67d9; /* blue */
  border-radius: 5px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 15px;

  padding-top: 0.35em;
  /*padding-bottom: 0.35em;*/
  padding-left: 0.35em;
  padding-right: 0.35em;

 /* min-width: 0; */ /* give min-width: 0; to fieldset. fieldset has min-width: -webkit-min-content; by default so you override that. min-width: 0 prevents tables from overflowing div within fieldset */
}

legend
{ 
width:auto;
margin-bottom: 0px; 
font-size: 16px; 
font-weight: 500; 
/* color: black; */
 color: #858585;
  padding-left: 0.35em;
  padding-right: 0.35em;
}

#Processing 
{
z-index: 99999;
position: fixed;
top: 0px;
left: 0px;

bottom: 0px;
right: 0px;

width: 100%;
height: 100%;
filter: alpha(opacity=70);    
opacity: 0.7;
display: none;
border-style: none;
background-color: #F8F8F8;
/*background-image: url("../images/processing10.gif"); */
background-image: url("images/processing10.gif"); 
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center, center;
}

div.MyMsg
{
 font-weight: bold;
 width: 100%;
 text-align: center;
 color: green;
}

div.MyMsg01
{
 font-weight: bold;
 width: 100%;
 text-align: center;
 color: red;
}

div.MyMsg02
{
 /* font-weight: bold; */
 font-weight: normal;
 width: 100%;
 text-align: center;
 padding: 0.500rem 0.75rem;
 color: white;
 /*
 background-color: green;
 background-color: #49d16d;
 */
 background-color: #65db84;
}

div.MyMsg03
{
 /* font-weight: bold; */
 font-weight: normal;
 width: 100%;
 text-align: center;
 padding: 0.500rem 0.75rem;
 color: white;
 /*
 background-color: red;
 background-color: #e0916c; 
 background-color: #f58049;
 */
 background-color: #f26161;
}

div.MyMsg04
{
 /* font-weight: bold; */
 font-weight: normal;
 width: 100%;
 text-align: center;
 padding: 0.500rem 0.75rem;
 /*
 color: white;
 background-color: white; 
 */

 color: inherit;
 background-color: inherit;
}

input.inputStyle01
{
 text-align: center;
}

input.inputStyle02
{
 visibility: hidden;
}

.mybutton {
  display: inline-block;
  background-color: #2e67d9; /* Blue */
  color: white;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  padding: 0.500rem 0.75rem;
  margin: 4px 2px;
  cursor: pointer;
  border: none;
  border-radius: 0.25rem;
}

.mybutton-default {background-color: #2e67d9;} /* Blue */
.mybutton-green {background-color: #4CAF50;} /* Green */
.mybutton-blue {background-color: #008CBA;} /* Blue */
.mybutton-blue-one {background-color: #2e67d9;} /* Blue */
.mybutton-blue-two {background-color: #42c8f5;} /* Blue */
.mybutton-red {background-color: #f44336;} /* Red */ 
.mybutton-gray {background-color: #e7e7e7; color: black;} /* Gray */ 
.mybutton-black {
         /* background-color: #555555; */ /* Black */
         background-color: #333; /* Black */
         } 

.mybutton-help {
     height: 30px;
     width: 30px;
     border-radius: 50%; /* round button */
     font-size: 14px;
     padding: 0.300rem 0.55rem;
     /* background-color: #2e67d9; */ /* blue */
     background-color: #C633FF; /* purple */
     background-color: #6e0099; /* purple */
     /* color: black; */
}

.mybutton-round {
     height: 50px;
     width: 50px;
     border-radius: 50%; /* round button */
     font-size: 20px;
     padding: 0.300rem 0.55rem;
     background-color: #2e67d9;
     color: white;
     margin: 4px 2px;
     cursor: pointer;
     border: none;
}

.mybutton-round-two {
     height: 40px;
     width: 40px;
     border-radius: 50%; /* round button */
     font-size: 15px;
     padding: 0.300rem 0.55rem;
     background-color: #2e67d9;
     color: white;
     margin: 4px 2px;
     cursor: pointer;
     border: none;
     font-weight: bold;
}


.mybutton-confirm {
  display: inline-block;
  background-color: #2e67d9; /* Blue */
  color: white;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0.500rem 0.75rem;
  margin: 4px 10px;
  cursor: pointer;
  border: none;
  border-radius: 0.25rem;
}

.mybutton:focus, .mybutton.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.mybutton.disabled, .mybutton:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.mybutton-round:focus, .mybutton-round.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.mybutton-round.disabled, .mybutton-round:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.mybutton-menu {
  display: inline-block;
  /* background-color: #7B3DFD; */ /* purple */
  /* background-color: #FFC300; */ /* yellow */
  /* background-color: #2A027F; */ /* purple */
  background-color: #4005BD; /* purple */
  color: white;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  /* padding: 0.500rem 0.75rem;*/
  padding: 8px 10px;
  margin: 0px 0px;
  cursor: pointer;
  border: none;
  border-radius: 0.25rem;
}

/********************* MENU ****************************/
/* https://www.w3schools.com/howto/howto_js_topnav_responsive.asp */
/* Source: Add a blue background color to the top navigation */

.topnav {
  background-color: #2e67d9;
  overflow: hidden;
  position: fixed; /* Added */
  top: 0px; /* Added */
  width: 100%; /* Added */
  z-index: 99; /* Added */
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #4b79d6; /* lighter blue-ish */
  color: white;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #2e67d9;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 800 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    color: white;  /* added */
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  /* I removed this section */
  /*.topnav.responsive {position: relative;}*/

  /* I added this section */
  .topnav.responsive {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    color: white; /* added */
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*****************************************************************************/


/*****************************Photo Upload***************************************/

div.myphotooutput01
{
 /* For example, if you want two bordered boxes side by side, it can be achieved through setting box-sizing to "border-box". 
    This forces the browser to render the box with the specified width and height, and place the border and padding inside the box.
 */

 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
 border-top: 1px solid #82CAFA;
 border-right: 1px solid #82CAFA;
 border-bottom: 1px solid #82CAFA;
 border-left: 1px solid #82CAFA;
 padding-top:2px;
 padding-bottom:2px;
 padding-left:2px;
 padding-right:2px;
 width: 155px;
 height: 155px;
 float: left;
}

div.myphotooutput01 img
{
 /* Sets image size */
 max-width: 150px;
 max-height: 150px;
 min-width: 150px;
 min-height: 150px;

}



div.myphotooutput02
{
 /* For example, if you want two bordered boxes side by side, it can be achieved through setting box-sizing to "border-box". 
    This forces the browser to render the box with the specified width and height, and place the border and padding inside the box.
 */

 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
 border-top: 1px solid #82CAFA;
 border-right: 1px solid #82CAFA;
 border-bottom: 1px solid #82CAFA;
 border-left: 1px solid #82CAFA;
 padding-top:2px;
 padding-bottom:2px;
 padding-left:2px;
 padding-right:2px;
 width: 100px;
 height: 100px;
 float: left;
}

div.myphotooutput02 img
{
 /* Sets image size */
 max-width: 95px;
 max-height: 95px;
 min-width: 95px;
 min-height: 95px;
}

.modalDialogX {
	position: fixed;
	/*font-family: Arial, Helvetica, sans-serif;*/
        /*font-family: Verdana, San-Serif;*/
        /* font-size: 12px; */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99900;
	opacity:0;

	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;

	pointer-events: none;
}

.modalDialogX:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialogX > div {
	/* width: 500px; */
	width: 80%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
        background: -moz-linear-gradient(#fff, #FFFFE0); /* For Firefox 3.6 to 15 */
	background: -webkit-linear-gradient(#fff, #FFFFE0); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #FFFFE0); /* For Opera 11.1 to 12.0 */
        background: linear-gradient(#fff, #FFFFE0); /* Standard syntax */
}

.closeX {
	background: #606061;

 background: #00d9ff;

	color: #FFFFFF;

 color: black;

	line-height: 25px;
	position: absolute;

	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.closeX:hover { background: #00d9ff; }

/*****************************************************************************/

/********************** Slider Switch ****************************************/

.switch {
  position: relative;
  display: inline-block;
  /*width: 60px;
  height: 34px;*/

  width: 32px;
  height: 23px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  /*height: 26px;
  width: 26px;*/

  /* white inner circle */
  height: 12px;
  width: 12px;

  left: 3px;
 /* left: 4px; */
  bottom: 6px;

/*  bottom: 4px; */
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
/*  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);*/

  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
 border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*****************************************************************************/

/********************** Slider Switch 2 ****************************************/

.switch2 {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 23px;
}

.switch2 input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3; 
  /* background-color: #ccc; */
  -webkit-transition: .4s;
  transition: .4s;
}

.slider2:before {
  position: absolute;
  content: "";
  /* white inner circle */
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 6px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider2 {
  background-color: #2196F3;
}

input:focus + .slider2 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider2:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider2.round {
 border-radius: 34px;
}

.slider2.round:before {
  border-radius: 50%;
}
