* { box-sizing: border-box; }

body {

}

/* ---- button ---- */

.button {
  display: inline-block;
  padding: 0.3em 1.0em;
  background: #dadbdc;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
    background-image: none;
  color: #222;
 font-weight:600;
  font-size: 16px;
  999text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #bbb;
  999text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
    background-color: #e8bb0b;
  
}

.button.is-checked {
  color: #000;
  999text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
  margin-bottom: 20px;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.3em 0 0 0.3em; }
.button-group .button:last-child { border-radius: 0 0.3em 0.3em 0; }

 
 .button-group .button:first-child,
.button-group .button:last-child,  
.button-group .button { border-radius: 0.3em 0.3em 0.3em 0.3em;margin:5px 1px; }





/* ---- isotope ---- */

.grid {
  border: 0px solid #333;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #262524;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}


#form-ui select,
#form-ui label

{border:none;
border-radius: 0.3em 0.3em 0.3em 0.3em;
  margin: 5px 1px;
background:none;
background-color: #e8bb0b;
background-color: #bbb;
font-weight: 600;
  font-size: 16px;
  999text-shadow: 0 1px white;
  cursor: pointer;
padding:0 2% 0 2%;
margin:1% 1% 1% 0;
line-height:1.5em;
height:35px;
}




.iso_011{width:20%;display:block;float:left;margin:1% 1% 1% 0;}
.iso_012{display:block;width:40%;margin:1% 1% 1% 0;}
.iso_01,
.iso_02{display: block;
  width: fit-content;
  float: left;}





.iso_03{width:20%;}
.iso_04{width:76%;}

#c6104.grid-item--width100 {

  min-height: 10px !important;

}


#form-ui input {
  margin-top: 10px;
  vertical-align:inherit;
}

#form-ui input[type=checkbox] {
         position: relative;
	       cursor: pointer;

    }
	
	
	
	
	
	
	
   #form-ui input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 16px;
         height: 16px;
         top: 0;
         left: 0;
         border: 2px solid #555555;
         border-radius: 3px;
         background-color: white;
}
   #form-ui input[type=checkbox]:checked:after {
         content: "33";
         display: block;
         width: 5px;
         height: 10px;
         border: solid black;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 2px;
         left: 6px;
}








