#bar-chart{
  width: 1000px !important; 
}
.snp-chromosome{
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
.snp-chromosome button{
  width: 75%;
  margin-bottom: 10px;
  border-radius: 10px;
  background: antiquewhite;
  margin-left: 35px;
}
.primers{
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.primersbutton {
  background: aliceblue;
  border: none;
  border-radius: 50px;
}
.primersbutton:hover {
  background: #5bacf2
}
.addField-button {
  cursor: auto;
  width: 13%;
  margin-left: 3%;
  border-radius: 50%;
  border: none;
  color: #0b0b0b;
  background: #d5d5d5;
  font-weight: bold;
}
.addField-button:hover {
  color: #000;
  background: #299900;
}
.removeField-button {
  cursor: auto;
  width: 13%;
  margin-left: 3%;
  border-radius: 50%;
  border: none;
  color: #0b0b0b;
  background: #d5d5d5;
  font-weight: bold;
}
.removeField-button:hover {
  color: #000;
  background: #f00;
}


.canvasjs-chart-tooltip div{
  font-size: 12px !important;
}
.canvasjs-chart-toolbar button{
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  height: 15px !important;
  width: auto !important;
}
.canvasjs-chart-canvas{
  height: "" !important;
  width: "" !important;
}
datalist {
  position: absolute;
  background-color: white;
  border: 1px solid blue;
  border-radius: 0 0 5px 5px;
  border-top: none;
  font-family: sans-serif;
  width: 350px;
  padding: 5px;
  max-height: 10rem;
  overflow-y: auto
  
}

.align-list{
  width: 9.8%;
  text-align: right;
}
.wait{
  display: flex;
  align-content: center;
  justify-content: center;
}
.searching {
  display: flex;
  margin: auto;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid blue;
  border-right: 6px solid green;
  border-bottom: 6px solid red;
  border-left: 6px solid pink;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.u-section-1 .u-sheet-1 {
/*  min-height: 500px;*/
}

.u-section-1 .u-group-1 {
  min-height: 466px;
  height: auto;
  margin-top: 17px;
  margin-bottom: 17px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-text-1 {
  font-size: 1.125rem;
  line-height: 2;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-group-1 {
    height: auto;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 466px;
}

.u-section-2 .u-group-1 {
  min-height: 466px;
  height: auto;
  margin: 0 auto 0 20px;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px;
}

.u-section-2 .u-text-1 {
  font-size: 1.125rem;
  line-height: 2;
  margin: 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-group-1 {
    margin-right: initial;
    margin-left: initial;
    height: auto;
  }
}

.tableFixHead {
  overflow-y: auto;
  height: auto;
}
.tableFixHead thead th {
  position: sticky;
  top: 0;
  background-color: #969797;
}

.tableFixHead2 {
  overflow-y: auto;
}
.tableFixHead2 thead th {
  position: sticky;
  top: 0;
  background-color: #969797;
}

.refresh-button {
  color: #0b0b0b;
  background: #d5d5d5;
  width: 100%;
  font-weight: bold;
  height: 35px;
  border-radius: 50px;
  border: none;

}

.refresh-button:hover {
  color: #000;
  background: #f00;
  width: 100%;
  font-weight: bold;

}
.submit-button {
  color: #0b0b0b;
  background: #d5d5d5;
  width: 100%;
  font-weight: bold;
  height: 35px;
  border-radius: 50px;
  border: none;

}

.submit-button:hover {
  color: #000;
  background: #299900;
  width: 100%;
  font-weight: bold;

}

@media (max-width: 900px){
.dropdown_menus {
  margin-left: 0px;
  margin-right: 0px;
}
}

@media (min-width: 900px){
.dropdown_menus {
  margin-left: 142px;
  margin-right: 142px;
}
}

@media (min-width: 900px){
.result_table {
  margin:auto;
}
}

table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}
th, td {
  background-color: #96D4D4;
}

.tf{
  display: flex;
  align-items: center;
  justify-content: center;

}
.tr{
  text-align: center;
}

.list-trtf{
  display: grid;
  grid-template-columns: repeat(5,200px);
}
.list-trtf button{
  margin: 5px;
  color: #3c3b3b;
  background: #ecf0f3;
  border: none;
  border-radius: 50px;
  box-shadow: inset 6px 6px 13px #fff, 6px 6px 13px #00000029;
}

.list-trtf button:hover {
  margin: 5px;
  color: #2358f7;
  background: #ecf0f3;
  border: none;
  border-radius: 50px;
  box-shadow: inset 6px 6px 13px #fff, 6px 6px 13px #4382fb6e;
}

.form_control:hover{
  color: #ff7e7e;
}
.form_control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 6px 6px 13px rgb(202, 202, 202);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  font-weight: bold;
}

.u-section-1 .u-sheet-1 {
/*  min-height: 528px;*/
}

.u-section-1 .u-line-1 {
  margin-top: 20px;
  margin-bottom: 0;
  transform-origin: left center 0px;
}

.u-section-1 .u-shape-1 {
  width: 5px;
  height: 24px;
  margin: -17px auto 0 0;
}

.u-section-1 .u-shape-2 {
  width: 5px;
  height: 24px;
  margin: -24px auto 0 60px;
}

.u-section-1 .u-shape-3 {
  width: 5px;
  height: 24px;
  margin: -24px auto 0 68px;
}

.u-section-1 .u-shape-4 {
  width: 5px;
  height: 24px;
  margin: -24px auto 0 102px;
}

.u-section-1 .u-shape-5 {
  width: 5px;
  height: 24px;
  margin: -24px auto 0 136px;
}

.u-section-1 .u-shape-6 {
  width: 5px;
  height: 24px;
  margin: -24px auto 0 170px;
}

.u-section-1 .u-shape-7 {
  width: 5px;
  height: 24px;
  margin: -24px auto 0 204px;
}

.u-section-1 .u-shape-8 {
  width: 5px;
  height: 24px;
  margin: -24px auto 0 238px;
}

.u-section-1 .u-shape-9 {
  width: 5px;
  height: 24px;
  margin: -24px auto 0 272px;
}

.u-section-1 .u-shape-10 {
  width: 5px;
  height: 24px;
  margin: -24px auto 0 306px;
}

.u-section-1 .u-shape-11 {
  width: 5px;
  height: 24px;
  margin: -24px 0 0px auto;
}