﻿#myBtn {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: rgb(105, 21, 242);
  cursor: pointer;
}

#myBtn:active {
  background-color: rgb(17, 240, 32);
}

#myBtn::after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 40px;
  color: #fff;
}
#myBtnback {
  display: block;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

#myBtnback:hover {
  background-color: rgb(105, 21, 242);
  cursor: pointer;
}

#myBtnback:active {
  background-color: rgb(17, 240, 32);
}

#myBtnback::after {
  content: "\f0a8";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
 
  color: #fff;
}

body {
  width: 99%;
  margin: 2px;
  background-color: rgb(23, 185, 23);
}

html {
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
  background-color: #f07373;
}

.lin1 {
  
  display: inline-block;
}
input, select {
 
  line-height: 1;
  font-size: 15pt;
}
.lina {
 
  line-height: 1.5;
  font-size: 15pt;
}
.sor1 {
 
  top:0px;
  left: 40%;
  background: #2606f6; 
  line-height: 1.5;
  font-size: 10pt;
 
}
.sor1:hover {
  background-color: #ff0303;
}
#sor3 {
   line-height: 1.5;
  font-size: 15pt;
}
#sor2 {
  margin-left: 10px;
   line-height: 1.5;
  font-size: 15pt;
}
.nag1 {
 position: sticky;
 
}
thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(207, 6, 6, 0.485);
   background-color: rgb(23, 185, 23)
   ;
}