body {
	/*background-size: 512px 409px;*/
	background-attachment:fixed;
	padding-top: 1px;
    background-color: #fff8e5;
}

.main_banner{
  position: fixed;
  border-bottom: 1px dashed gray;
  border-top: 1px dashed gray;
  z-index: 1;
  height: 70px;
  width: 99%;

  border: 0 solid red;

  background-size: 20px 20px ;
  background-repeat: no-repeat;
  margin: 0 auto;
  border-radius : 6px !important;
}

.banner_glass{
  height:100%;
  width: 100%;

  box-shadow: inset 0 42px rgba(255,255,255,0.2), 
    inset 0 -15px 30px rgba(0,0,0,0.4),
    0 5px 10px rgba(0,0,0,0.5);
  border-radius : 6px !important;

}

.banner_body{
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border-radius : 6px !important;
/*  position: fixed;*/


  /*opacity: .85;*/
  /*border: 1px solid blue;*/

}

.title{
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
  padding-top: 0px;

  height: auto;
  float: left;

  text-align: left;
  font: 'Verdana';
  font-size: 27px;
  letter-spacing: 3px;
  color: #0d5075;


}

.title_icon{
    border: 1px solid red;
    float: left;
}

.title_text{
  width: auto;
  /*border: 1px solid red;*/
  float: left;
  margin-left: 7px;
  margin-top: 14px;
text-shadow: 1px 0px 10px gray;


}

.button_place{
  height: 30px;
  min-width: 200px;
/*  border: 1px solid red;*/
  float: right;
  margin-top: 20px;
  margin-right: 150px;
  text-align: right;


}


.container{
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 50px;
  width:85%;
  min-height: 30%;
  opacity: 0.70;
  z-index: -1;
  /*border: 1px solid red;*/

    box-shadow: inset 0 50px rgba(255,255,255,0.2), 
    inset 0 -15px 30px rgba(0,0,0,0.4),
    0 5px 10px rgba(0,0,0,0.5);

  border-radius:8px;

}




#main_body{
  width: auto;
  min-height: 200px;

  border: 1px solid red;
  margin: 0 auto;
  margin-top: 0px;
  /*text-align: center;*/
  /*border: 1px solid blue;*/
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
  background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
  background-color:#ffffff;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;

  padding: 20px 30px 30px 30px;

/*  overflow-y: scroll;*/
  font-family: 'Calibri';
  /*letter-spacing: 1px;*/



}
::-webkit-scrollbar {
    /*height: 12px;*/
    width: 8px;
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #116493;
    /*background: orange;*/

    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}


/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.flat_button {
    border: none;
    padding: 1px 7px 1px 7px;
    /* background: #2EB7ED; */
    width: auto;
    background: #dcf89b;
    color: black;
    
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    height: 37px;
    border: 1px solid #648f03;
    opacity: .88;
    /* margin-right: 7px; */
    border-radius: 3px;
    
    box-shadow: inset 0 42px rgba(255,255,255,0.2), 
    inset 0 -15px 30px rgba(0,0,0,0.4),
    0 5px 10px rgba(0,0,0,0.5);
}

.flat_button:hover {
  background: black;
  color: #dcf89b;
  border: 1.5px solid black;
}


.flat_button3 {
    border: none;
    padding: 1px 7px 1px 7px;
    /* background: #2EB7ED; */
    width: auto;
    background: #dcf89b;
    color: black;
    
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    height: 37px;
    border: 1px solid #648f03;
    opacity: .88;
    /* margin-right: 7px; */
    border-radius: 3px;
    
    box-shadow: inset 0 42px rgba(255,255,255,0.2), 
    inset 0 -15px 30px rgba(0,0,0,0.4),
    0 5px 10px rgba(0,0,0,0.5);
}

.flat_button3:hover {
  background: black;
  color: #dcf89b;
  border: 1.5px solid black;
}

.flat_buttonX {
    border: none;
    padding: 3px 7px 1px 7px;
    /* background: #2EB7ED; */
    width: auto;
    background: #800000;
    color: black;
    
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    /*letter-spacing: 1px;*/
    cursor: pointer;
    display: inline-block;
    height: 25px;
    border: 1px solid #648f03;
    /*opacity: .88;*/
    /* margin-right: 7px; */
    
    
    box-shadow: inset 0 42px rgba(255,255,255,0.2), 
    inset 0 -15px 30px rgba(0,0,0,0.4),
    0 5px 10px rgba(0,0,0,0.5);
}

.flat_buttonX:hover {
  background: black;
  border: 1.5px solid black;
  color:white;
}

.left_round{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.right_round{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.active{
    color:yellow;
}

.active:hover{
    color:white;
}

.deactive{
    color:black;
}

.footer {
    
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    width: 100%;

    font: 'Lato', Calibri, Arial, sans-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;

    margin-top: 15px;
    position: fixed;

    color: #01524A;
    font-family: 'Calibri';
    opacity: 1;


}

.footer:before, .footer:after
{
    content:"";
    position:absolute; 
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:180px;
    right:180px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 60px;
    height: 30px;
    margin-top: 7px;
} 



.info {    
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 13px;
    width: 100%;
    margin: 0 auto;
    background-color: #116493; /*//#ffb200;*/
    font: 'Calibri';
    color: white;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    font-size: 16px;
    opacity: 1;
    position: fixed;
    z-index: 2;
    border: 0px solid red;
    margin-bottom:40px;
    /*margin-bottom: 1px;*/
    



}

.myButton {

  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffffff;
  cursor: hand;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/




/*switch box style code starts here*/



.button_new {
  height: 40px;
  width: 150px;
  text-shadow: /* Simulating Text Stroke */
        -1px -1px 0 #000, 
        1px -1px 0 #000, 
        -1px 1px 0 #000, 
        1px 1px 0 #000;
  
  border: 1px solid rgba(0,0,0,0.5);
  border-bottom: 3px solid rgba(0,0,0,0.5);
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  background: rgba(0,0,0,0.25);

 
    -webkit-box-shadow: 
        0 2px 8px rgba(0,0,0,0.5),
        inset 0 1px rgba(255,255,255,0.3),
        inset 0 10px rgba(255,255,255,0.2),
        inset 0 10px 20px rgba(255,255,255,0.25),
        inset 0 -15px 30px rgba(0,0,0,0.3);


  


  margin: 40px;
  display: inline-block;
  text-decoration: none;
}



select[class*="customSelect"] {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 15px;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 200px;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: hand;
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

.BoxButton{
    
    box-shadow: inset 0 50px rgba(255,255,255,0.2), 
    inset 0 -15px 30px rgba(0,0,0,0.4),
    0 5px 10px rgba(0,0,0,0.5); border-radius:10px; 
    border:1px solid gray;
    
}

.BoxButton:hover {
  border:3px solid black;
  /*border: 2px solid black;*/
}


.BoxButton2{
    
    box-shadow: inset 0 50px rgba(255,255,255,0.2), 
    inset 0 -15px 30px rgba(0,0,0,0.4),
    0 5px 10px rgba(0,0,0,0.5); border-radius:10px; 
    
    background-color:white;
    border: 0px solid black;
}

.BoxButton2:hover {
 
  border: 1px solid gray;
}


@font-face{
 font-family:'digital-clock-font';
 src: url('./fonts/EHSMB.TTF');
}


.clock2 {
    /*position: absolute;*/
    float:left;
    /*transform: translateX(-50%) translateY(-50%);*/
    font-size: 30px;
    
    letter-spacing: 3px;
    margin-top: -15px;
    font-weight: bold;
    color: #01524A;
    
    
    /*text-shadow: 9px -13px 3px rgba(0,0,0,0.16);*/
    font-family:'Verdana (sans-serif)';
    /*font-family: Orbitron;*/
    
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
   transform: scaleY(-1);
  -moz-transform: rotateX(210deg);
  -o-transform: rotateX(210deg);
  -webkit-transform: rotateX(210deg);
  transform: rotateX(210deg);
  perspective: 200px;
  -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(20%, transparent), to(rgba(0, 0, 0, 0.4)));

}

.clock {
    /*position: absolute;*/
    float:left;
    /*transform: translateX(-50%) translateY(-50%);*/
    font-size: 30px;
    /*font-family: Orbitron;*/
    font-family:'Verdana (sans-serif)';
    letter-spacing: 3px;
    margin-top: 15px;
    font-weight: bold;
    color: #01524A;
    /*text-shadow: 9px -13px 3px rgba(0,0,0,0.16);*/
    /*font-family:'digital-clock-font';*/

}

.TextLeft{
    text-align:left;
}

.TextRight
    text-align:right;
}

.BorderRed{
    border:1px solid red;
}

.BorderBlack{
    border:1px solid black;
}


.StanTxt{
    color:#003366; 
     font-size: 14px; 
     font-family: Calibri, Arial, sans-serif;
      
}





