body {
  background-color: #efefef;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  /*background: linear-gradient(to bottom right, #151515 15%, #ededed 10%);*/
}

.ui.upload.input input[type="file"] {
  display: none;
}

/*body::after {
  height: 20px;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 12%);
  background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 12%);
  background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0) 12%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0);
}*/

/*.wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 50%;
  text-align: center;
}*/

/*progress[value] {
  width: 100%;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  margin: 20px 0;
  background-color: #f80;
}
  
button {
  background: #ffffff;
  color: #151515;
  display:inline-block;  
  font-size:17px;
  font-weight:bold;
  padding:16px 31px;
  text-decoration:none;
  border: 0;
  transform: all 1s;
}
button:hover {
  background-color:#5cbf2a;
  cursor:pointer;

}
button.disabled {
  opacity: 0.5;
}
.myButton:active {
  position:relative;
  top:1px;
}

/* Semantic Tweaks */ 
.ui.inverted.segment {
  text-align: left
}
.icon-wrapper {
  height: 32px;
  width: 32px;
  margin:.5rem;
  display: inline-block;
  position: relative;
}
.icon-wrapper .loader {
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
.icon-wrapper.loading .loader {
  opacity: 1;
  display: none;
}
.icon-wrapper.loaded .loader {
  opacity: 0;
  display: none;
}

.icon-wrapper .check {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 2.5px;
  left: 0;
  opacity: 0.3;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
.icon-wrapper.loading .check {
  opacity: 0.3
}
.icon-wrapper.loaded .check {
  opacity: 1
}
#install {
  margin-top: 1rem
}*/


