.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  outline: none;
  -webkit-appearance: none;
  white-space: nowrap;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
  padding: 3px 16px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 0px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn.focus {
  color: #444;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.45;
  border-color: transparent;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn.radius {
  border-radius: 2px;
}
.btn.round {
  border-radius: 500px;
}
.btn-default {
  color: #444;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
a.btn-default:visited {
  color: #444;
}
.btn-default:focus,
.btn-default.focus {
  color: #444;
  background-color: #cdcdcd;
  border-color: #a6a6a6;
}
.btn-default:hover {
  color: #444;
  background-color: #c0c0c0;
  border-color: #c2c2c2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #444;
  background-color: #cdcdcd;
  border-color: #c7c7c7;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #444;
  background-color: #bbbbbb;
  border-color: #a6a6a6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default .badge {
  color: #e6e6e6;
  background-color: #444;
}
.btn-primary {
  color: #fff;
  background: #0e90d2;
  border-color: #0e90d2;
}
a.btn-primary:visited {
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0b6fa2;
  border-color: #063e5a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #095f8a;
  border-color: #0a628f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0b6fa2;
  border-color: #0a6999;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #095881;
  border-color: #063e5a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0e90d2;
  border-color: #0e90d2;
}
.btn-primary .badge {
  color: #0e90d2;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background: #5eb95e;
  border-color: #5eb95e;
}
a.btn-success:visited {
  color: #fff;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #459f45;
  border-color: #2e6a2e;
}
.btn-success:hover {
  color: #fff;
  background-color: #3d8d3d;
  border-color: #3f913f;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #459f45;
  border-color: #429842;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #3a863a;
  border-color: #2e6a2e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5eb95e;
  border-color: #5eb95e;
}
.btn-success .badge {
  color: #5eb95e;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background: #3bb4f2;
  border-color: #3bb4f2;
}
a.btn-info:visited {
  color: #fff;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #10a0ea;
  border-color: #0b6fa2;
}
.btn-info:hover {
  color: #fff;
  background-color: #0e90d2;
  border-color: #0e93d7;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #10a0ea;
  border-color: #0f9ae0;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0d89c8;
  border-color: #0b6fa2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3bb4f2;
  border-color: #3bb4f2;
}
.btn-info .badge {
  color: #3bb4f2;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background: #F37B1D;
  border-color: #F37B1D;
}
a.btn-warning:visited {
  color: #fff;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #d2620b;
  border-color: #894007;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ba570a;
  border-color: #be590a;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #d2620b;
  border-color: #c85e0b;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #b05309;
  border-color: #894007;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #F37B1D;
  border-color: #F37B1D;
}
.btn-warning .badge {
  color: #F37B1D;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background: #dd514c;
  border-color: #dd514c;
}
a.btn-danger:visited {
  color: #fff;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #cf2d27;
  border-color: #8e1f1b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b92823;
  border-color: #be2924;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #cf2d27;
  border-color: #c62b26;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #b12722;
  border-color: #8e1f1b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #dd514c;
  border-color: #dd514c;
}
.btn-danger .badge {
  color: #dd514c;
  background-color: #fff;
}
.btn-lg {
  padding: 2px 18px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0px 6px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
}
.btn-xs {
  padding: 0px 6px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 1px;
}
.btn-xg {
  padding: 3px 20px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px;
}
.btn-link {
  color: #28a3ef;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #4cb9fc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-block {
  display: block;
  width: 50%;
  margin: 10px auto;
}
.container {
  margin: 50px auto;
  border-radius: 5px;
  max-width: 80%;
  position: relative;
}
.container h1 {
  margin: 20px 0;
}
.container .show {
  width: 80px;
  text-align: center;
  position: absolute;
  top: -35px;
  right: calc(50% - 40px);
  display: block;
  color: #00a0e9;
}
.container .hide {
  display: none;
}
.select-container {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.select-container .type {
  background-color: #cccccc61;
  padding: 10px 15px;
}
.select-container select {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
  border-left: 1px solid #ccc;
  background: #fff;
}
.text-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.text-container .type {
  width: 56px;
  background-color: #cccccc61;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.text-container textarea {
  width: calc(100% - 20px);
  min-height: 300px;
  margin-bottom: 20px;
  padding: 10px;
  border: 0;
  border: 1px solid #ccc;
}
.text-container button {
  height: 35px;
  width: 50%;
  font-size: 14px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.text-container label {
  position: absolute;
  top: 0;
  right: -10px;
  color: #ff0000b8;
}
