@charset "UTF-8";
#main-grid {
  padding-left: 240px;
  margin-top: 60px;
}

header {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
}

.form-control::-moz-placeholder {
  color: rgb(227, 183, 183);
}

.form-control::placeholder {
  color: rgb(227, 183, 183);
}

.sidebar {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  padding: 10px 0 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  width: 220px;
  z-index: 600;
}

button.btn-load {
  color: #fff;
}

.text-word {
  color: #2b579a;
}

.text-excel {
  color: #217346;
}

#form1 td {
  position: relative;
}

.copyRight {
  padding-top: 100px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*くるくる */
.loading {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: rgb(255, 255, 255);
  animation: spin 1s infinite linear;
  margin: 0 auto;
}

/*# sourceMappingURL=mystyle.css.map */