.border-radius-100 {
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
#wrapper {
  width: 95%;
  padding: 10px;
}
.solid-form {
  /* widths */
  /* height */
  /* margin */
  /* padding */
  /* texts alignments */
  /* text sizes */
  /* text colors */
  /* -------------------------------- END SETTINGS MODULE ---------------------------------- */
}
.solid-form .w-100 {
  width: 100%;
}
.solid-form .w-90 {
  width: 90%;
}
.solid-form .w-80 {
  width: 80%;
}
.solid-form .w-70 {
  width: 70%;
}
.solid-form .w-60 {
  width: 60%;
}
.solid-form .w-50 {
  width: 50%;
}
.solid-form .w-40 {
  width: 40%;
}
.solid-form .w-30 {
  width: 30%;
}
.solid-form .w-20 {
  width: 20%;
}
.solid-form .w-10 {
  width: 10%;
}
.solid-form .h-100 {
  height: 100%;
}
.solid-form .h-90 {
  height: 90%;
}
.solid-form .h-80 {
  height: 80%;
}
.solid-form .h-70 {
  height: 70%;
}
.solid-form .h-60 {
  height: 60%;
}
.solid-form .h-50 {
  height: 50%;
}
.solid-form .h-40 {
  height: 40%;
}
.solid-form .h-30 {
  height: 30%;
}
.solid-form .h-20 {
  height: 20%;
}
.solid-form .h-10 {
  height: 10%;
}
.solid-form .margin-auto {
  margin: 0 auto !important;
}
.solid-form .margin-0 {
  margin: 0 !important;
}
.solid-form .margin-left-3px {
  margin-left: 3px;
}
.solid-form .margin-top-half {
  margin-top: 0.5 !important;
}
.solid-form .margin-top-1 {
  margin-top: 1em !important;
}
.solid-form .margin-top-1-5 {
  margin-top: 1.5em !important;
}
.solid-form .margin-bottom-0 {
  margin-bottom: 0 !important;
}
.solid-form .margin-bottom-1 {
  margin-bottom: 1em !important;
}
.solid-form .margin-right-0 {
  margin-right: 0 !important;
}
.solid-form .margin-right-1 {
  margin-right: 1em !important;
}
.solid-form .margin-pull-up-1 {
  margin-top: -1em;
}
.solid-form .margin-pull-up-1p5 {
  margin-top: -1.5em;
}
.solid-form .margin-pull-up-2 {
  margin-top: -2em;
}
.solid-form .pad-0 {
  padding: 0 !important;
}
.solid-form .pad-left-0 {
  padding-left: 0 !important;
}
.solid-form .pad-right-3px {
  padding-right: 3px !important;
}
.solid-form .pad-left-3px {
  padding-left: 3px !important;
}
.solid-form .pad-right-0 {
  padding-right: 0 !important;
}
.solid-form .pad-right-1 {
  padding-right: 1em !important;
}
.solid-form .pad-bottom-1 {
  padding-bottom: 1em !important;
}
.solid-form .text-center {
  text-align: center;
}
.solid-form .text-left {
  text-align: left !important;
}
.solid-form .text-right {
  text-align: right;
}
.solid-form .text-x-large {
  font-size: 1.75em;
}
.solid-form .text-large {
  font-size: 1.15em;
}
.solid-form .text-medium {
  font-size: 0.875em !important;
}
.solid-form .text-small {
  font-size: 0.725em !important;
}
.solid-form .text-x-small {
  font-size: 0.625em !important;
}
.solid-form .text-muted {
  color: #A9A9A9;
}
.solid-form .text-warning {
  color: #F9470E;
}
.solid-form .text-success {
  color: #37B634;
}
.solid-form .text-info {
  color: #0583bb !important;
}
.solid-form .text-danger {
  color: #ea0000 !important;
}
.solid-form .border-0 {
  border: 0 !important;
}
.solid-form .bordered-right-1 {
  border-right: 1px dashed #d5d5d5;
}
.solid-form .bordered-bottom-1 {
  border-bottom: 1px dashed #d5d5d5;
}
.solid-form .settings-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  font-size: 80%;
  z-index: 100000;
  -webkit-box-shadow: 1px 1px 2px 1px #b3b3b3;
     -moz-box-shadow: 1px 1px 2px 1px #b3b3b3;
          box-shadow: 1px 1px 2px 1px #b3b3b3;
}
.solid-form .settings-container > div {
  padding: 0.25em 1.25em 0 1.25em;
}
.solid-form .settings-container label {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
}
.solid-form .settings-container select {
  padding: 0.15em;
  width: 100%;
}
/* end solid-forms */
