.swalbtn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.4rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  margin-right:10px;
}

.swalbtn:focus, .swalbtn:hover {
  text-decoration: none;
}

.swalbtn:focus, .swalbtn.focus {
  outline: 0;
  /*box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);*/
}

.swalbtn.disabled, .swalbtn:disabled {
  opacity: .65;
}

.swalbtn:active, .swalbtn.active {
  background-image: none;
}

a.swalbtn.disabled,
fieldset[disabled] a.swalbtn {
  pointer-events: none;
}

.swalbtn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.swalbtn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.swalbtn-primary:focus, .swalbtn-primary.focus {
  /*box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);*/
}

.swalbtn-primary.disabled, .swalbtn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.swalbtn-primary:active, .swalbtn-primary.active,
.show > .swalbtn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

.swalbtn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.swalbtn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.swalbtn-secondary:focus, .swalbtn-secondary.focus {
  /*box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);*/
}

.swalbtn-secondary.disabled, .swalbtn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.swalbtn-secondary:active, .swalbtn-secondary.active,
.show > .swalbtn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

.swalbtn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.swalbtn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.swalbtn-success:focus, .swalbtn-success.focus {
  /*box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);*/
}

.swalbtn-success.disabled, .swalbtn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.swalbtn-success:active, .swalbtn-success.active,
.show > .swalbtn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

.swalbtn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.swalbtn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.swalbtn-info:focus, .swalbtn-info.focus {
  /*box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);*/
}

.swalbtn-info.disabled, .swalbtn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.swalbtn-info:active, .swalbtn-info.active,
.show > .swalbtn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.swalbtn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.swalbtn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.swalbtn-warning:focus, .swalbtn-warning.focus {
  /*box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);*/
}

.swalbtn-warning.disabled, .swalbtn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.swalbtn-warning:active, .swalbtn-warning.active,
.show > .swalbtn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

.swalbtn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.swalbtn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.swalbtn-danger:focus, .swalbtn-danger.focus {
  /*box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);*/
}

.swalbtn-danger.disabled, .swalbtn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.swalbtn-danger:active, .swalbtn-danger.active,
.show > .swalbtn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

.swalbtn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.swalbtn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.swalbtn-light:focus, .swalbtn-light.focus {
  /*box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);*/
}

.swalbtn-light.disabled, .swalbtn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.swalbtn-light:active, .swalbtn-light.active,
.show > .swalbtn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

.swalbtn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.swalbtn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.swalbtn-dark:focus, .swalbtn-dark.focus {
  /*box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);*/
}

.swalbtn-dark.disabled, .swalbtn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.swalbtn-dark:active, .swalbtn-dark.active,
.show > .swalbtn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

.swalbtn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.swalbtn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.swalbtn-outline-primary:focus, .swalbtn-outline-primary.focus {
  /*box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);*/
}

.swalbtn-outline-primary.disabled, .swalbtn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.swalbtn-outline-primary:active, .swalbtn-outline-primary.active,
.show > .swalbtn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.swalbtn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.swalbtn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.swalbtn-outline-secondary:focus, .swalbtn-outline-secondary.focus {
  /*box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);*/
}

.swalbtn-outline-secondary.disabled, .swalbtn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.swalbtn-outline-secondary:active, .swalbtn-outline-secondary.active,
.show > .swalbtn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.swalbtn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.swalbtn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.swalbtn-outline-success:focus, .swalbtn-outline-success.focus {
  /*box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);*/
}

.swalbtn-outline-success.disabled, .swalbtn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.swalbtn-outline-success:active, .swalbtn-outline-success.active,
.show > .swalbtn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.swalbtn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.swalbtn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.swalbtn-outline-info:focus, .swalbtn-outline-info.focus {
  /*box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);*/
}

.swalbtn-outline-info.disabled, .swalbtn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.swalbtn-outline-info:active, .swalbtn-outline-info.active,
.show > .swalbtn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.swalbtn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.swalbtn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.swalbtn-outline-warning:focus, .swalbtn-outline-warning.focus {
  /*box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);*/
}

.swalbtn-outline-warning.disabled, .swalbtn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.swalbtn-outline-warning:active, .swalbtn-outline-warning.active,
.show > .swalbtn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.swalbtn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.swalbtn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.swalbtn-outline-danger:focus, .swalbtn-outline-danger.focus {
  /*box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);*/
}

.swalbtn-outline-danger.disabled, .swalbtn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.swalbtn-outline-danger:active, .swalbtn-outline-danger.active,
.show > .swalbtn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.swalbtn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.swalbtn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.swalbtn-outline-light:focus, .swalbtn-outline-light.focus {
  /*box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);*/
}

.swalbtn-outline-light.disabled, .swalbtn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.swalbtn-outline-light:active, .swalbtn-outline-light.active,
.show > .swalbtn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.swalbtn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.swalbtn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.swalbtn-outline-dark:focus, .swalbtn-outline-dark.focus {
  /*box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);*/
}

.swalbtn-outline-dark.disabled, .swalbtn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.swalbtn-outline-dark:active, .swalbtn-outline-dark.active,
.show > .swalbtn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.swalbtn-link {
  font-weight: normal;
  color: #007bff;
  border-radius: 0;
}

.swalbtn-link, .swalbtn-link:active, .swalbtn-link.active, .swalbtn-link:disabled {
  background-color: transparent;
}

.swalbtn-link, .swalbtn-link:focus, .swalbtn-link:active {
  border-color: transparent;
  /*box-shadow: none;*/
}

.swalbtn-link:hover {
  border-color: transparent;
}

.swalbtn-link:focus, .swalbtn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}

.swalbtn-link:disabled {
  color: #868e96;
}

.swalbtn-link:disabled:focus, .swalbtn-link:disabled:hover {
  text-decoration: none;
}

.swalbtn-lg, .swalbtn-group-lg > .swalbtn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.swalbtn-sm, .swalbtn-group-sm > .swalbtn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.swalbtn-block {
  display: block;
  width: 100%;
}

.swalbtn-block + .swalbtn-block {
  margin-top: 0.5rem;
}

input[type="submit"].swalbtn-block,
input[type="reset"].swalbtn-block,
input[type="button"].swalbtn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.swalbtn-group,
.swalbtn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.swalbtn-group > .swalbtn,
.swalbtn-group-vertical > .swalbtn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin-bottom: 0;
}

.swalbtn-group > .swalbtn:hover,
.swalbtn-group-vertical > .swalbtn:hover {
  z-index: 2;
}

.swalbtn-group > .swalbtn:focus, .swalbtn-group > .swalbtn:active, .swalbtn-group > .swalbtn.active,
.swalbtn-group-vertical > .swalbtn:focus,
.swalbtn-group-vertical > .swalbtn:active,
.swalbtn-group-vertical > .swalbtn.active {
  z-index: 2;
}

.swalbtn-group .swalbtn + .swalbtn,
.swalbtn-group .swalbtn + .swalbtn-group,
.swalbtn-group .swalbtn-group + .swalbtn,
.swalbtn-group .swalbtn-group + .swalbtn-group,
.swalbtn-group-vertical .swalbtn + .swalbtn,
.swalbtn-group-vertical .swalbtn + .swalbtn-group,
.swalbtn-group-vertical .swalbtn-group + .swalbtn,
.swalbtn-group-vertical .swalbtn-group + .swalbtn-group {
  margin-left: -1px;
}

.swalbtn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.swalbtn-toolbar .input-group {
  width: auto;
}

.swalbtn-group > .swalbtn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.swalbtn-group > .swalbtn:first-child {
  margin-left: 0;
}

.swalbtn-group > .swalbtn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.swalbtn-group > .swalbtn:last-child:not(:first-child),
.swalbtn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.swalbtn-group > .swalbtn-group {
  float: left;
}

.swalbtn-group > .swalbtn-group:not(:first-child):not(:last-child) > .swalbtn {
  border-radius: 0;
}

.swalbtn-group > .swalbtn-group:first-child:not(:last-child) > .swalbtn:last-child,
.swalbtn-group > .swalbtn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.swalbtn-group > .swalbtn-group:last-child:not(:first-child) > .swalbtn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.swalbtn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.swalbtn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.swalbtn-sm + .dropdown-toggle-split, .swalbtn-group-sm > .swalbtn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.swalbtn-lg + .dropdown-toggle-split, .swalbtn-group-lg > .swalbtn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
