/* hide the native select arrow in IE 11 - not found in BS discovered from Google research! */
select::-ms-expand {
    display: none;
}

.bstr-custom-control-label::before,
.bstr-custom-file-label,
.bstr-custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bstr-custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: auto auto;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* blue shodow outline on focus
.bstr-custom-select:focus {
  border-color: #accafb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 202, 251, 0.5);
}
*/
.bstr-custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.bstr-custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.bstr-custom-select[multiple],
.bstr-custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.bstr-custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  line-height: 1.5;
  /* added to correct alignment of label text BS has body line height set to this value*/
}

.bstr-custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.bstr-custom-checkbox .bstr-custom-control-label::before {
  border-radius: 0.25rem;
}

.bstr-custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.bstr-custom-control-label {
  position: relative;
  margin-bottom: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.bstr-custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

button,
input {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.bstr-custom-checkbox .bstr-custom-control-input:checked ~ .bstr-custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.bstr-custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.bstr-custom-checkbox .bstr-custom-control-input:checked ~ .bstr-custom-control-label::before {
  background-color: #327DF6;
}

.bstr-custom-control-input:checked ~ .bstr-custom-control-label::before {
  color: #fff;
  background-color: #327DF6;
}

.bstr-custom-radio .bstr-custom-control-label::before {
  border-radius: 50%;
}

.bstr-custom-radio .bstr-custom-control-input:checked ~ .bstr-custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/************ Custom Range ************************/

.bstr-custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bstr-custom-range:focus {
  outline: none;
}

.bstr-custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 125, 246, 0.25);
}

.bstr-custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 125, 246, 0.25);
}

.bstr-custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(50, 125, 246, 0.25);
}

.bstr-custom-range::-moz-focus-outer {
  border: 0;
}

.bstr-custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #327DF6;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {

  .bstr-custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.bstr-custom-range::-webkit-slider-thumb:active {
  background-color: #dde9fe;
}

.bstr-custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.bstr-custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #327DF6;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .bstr-custom-range::-moz-range-thumb {
    transition: none;
  }
}

.bstr-custom-range::-moz-range-thumb:active {
  background-color: #dde9fe;
}

.bstr-custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.bstr-custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #327DF6;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .bstr-custom-range::-ms-thumb {
    transition: none;
  }
}

.bstr-custom-range::-ms-thumb:active {
  background-color: #dde9fe;
}

.bstr-custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.bstr-custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.bstr-custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/************ End of Custom Range ****************/

/*** Custom File ***********************************/

.bstr-custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.bstr-custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.bstr-custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.bstr-custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/**** End of Custom File **************************/

/**** Custom Buttons *****************************/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.bstr-btn:not(:disabled):not(.bstr-disabled) {
  cursor: pointer;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

.bstr-btn-primary:hover {
  color: #fff;
  background-color: #0d66f4;
  border-color: #0a60eb;
}

.bstr-btn:hover,
.bstr-btn:focus {
  text-decoration: none;
}

btn-primary:focus,
.bstr-btn-primary.bstr-focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 125, 246, 0.5);
}

.bstr-btn:focus,
.bstr-btn.bstr-focus {
  outline: 0;
/*  box-shadow: 0 0 0 0.2rem rgba(50, 125, 246, 0.25);*/
}

.bstr-btn:hover,
.bstr-btn:focus {
  text-decoration: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


.bstr-btn {
  display: inline-block;
  font-weight: 400;
  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.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.33rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {

  .bstr-btn {
    transition: none;
  }
}


.bstr-btn:hover,
.bstr-btn:focus {
  text-decoration: none;
}


.bstr-btn:focus,
.bstr-btn.bstr-focus {
  outline: 0;
 /* box-shadow: 0 0 0 0.2rem rgba(50, 125, 246, 0.25);*/
}


.bstr-btn.bstr-disabled,
.bstr-btn:disabled {
 /* opacity: 0.65;*/
}

.bstr-btn:not(:disabled):not([disabled]):not(.bstr-disabled) {
  cursor: pointer;
}


a.bstr-btn.bstr-disabled,
fieldset:disabled a.bstr-btn {
  pointer-events: none;
}


.bstr-btn-primary {
  color: #fff;
  background-color: #327DF6;
  border-color: #327DF6;
}


.bstr-btn-primary:focus,
.bstr-btn-primary.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(50, 125, 246, 0.5);*/
}


.bstr-btn-primary.bstr-disabled,
.bstr-btn-primary:disabled {
  color: #fff;
  background-color: #327DF6;
  border-color: #327DF6;
}


.bstr-btn-primary:not(:disabled):not([disabled]):not(.bstr-disabled):active,
.bstr-btn-primary:not(:disabled):not([disabled]):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-primary.bstr-dropdown-toggle {
  color: #fff;
  background-color: #0a60eb;
  border-color: #0a5bde;
}

.bstr-btn-primary:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-primary:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-primary.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(50, 125, 246, 0.5);*/
}

.bstr-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bstr-btn-secondary:focus,
.bstr-btn-secondary.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);*/
}

.bstr-btn-secondary.bstr-disabled,
.bstr-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bstr-btn-secondary:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-secondary:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-secondary.bstr-dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}


.bstr-btn-secondary:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-secondary:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-secondary.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);*/
}


.bstr-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}


.bstr-btn-success:focus,
.bstr-btn-success.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);*/
}

.bstr-btn-success.bstr-disabled,
.bstr-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}


.bstr-btn-success:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-success:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-success.bstr-dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}


.bstr-btn-success:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-success:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-success.bstr-dropdown-toggle:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);*/
}


.bstr-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}


.bstr-btn-info:focus,
.bstr-btn-info.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);*/
}



.bstr-btn-info.bstr-disabled,
.bstr-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}



.bstr-btn-info:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-info:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-info.bstr-dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.bstr-btn-info:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-info:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-info.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);*/
}


.bstr-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}



.bstr-btn-warning:focus,
.bstr-btn-warning.bstr-focus {
  /*box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);*/
}



.bstr-btn-warning.bstr-disabled,
.bstr-btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}


.bstr-btn-warning:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-warning:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-warning.bstr-dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}


.bstr-btn-warning:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-warning:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-warning.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);*/
}


.bstr-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}


.bstr-btn-danger:focus,
.bstr-btn-danger.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
}



.bstr-btn-danger.bstr-disabled,
.bstr-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}


.bstr-btn-danger:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-danger:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-danger.bstr-dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}


.bstr-btn-danger:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-danger:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-danger.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
}



.bstr-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}



.bstr-btn-light:focus,
.bstr-btn-light.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);*/
}


.bstr-btn-light.bstr-disabled,
.bstr-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}


.bstr-btn-light:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-light:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-light.bstr-dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}


.bstr-btn-light:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-light:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-light.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);*/
}



.bstr-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}



.bstr-btn-dark:focus,
.bstr-btn-dark.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);*/
}



.bstr-btn-dark.bstr-disabled,
.bstr-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}



.bstr-btn-dark:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-dark:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-dark.bstr-dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}



.bstr-btn-dark:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-dark:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-dark.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);*/
}



.bstr-btn-outline-primary {
  color: #327DF6;
  background-color: transparent;
  background-image: none;
  border-color: #327DF6;
}



.bstr-btn-outline-primary:focus,
.bstr-btn-outline-primary.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(50, 125, 246, 0.5);*/
}



.bstr-btn-outline-primary.bstr-disabled,
.bstr-btn-outline-primary:disabled {
  color: #aaa;
  background-color: transparent;
  border-color: #aaa;
}



/*.bstr-btn-outline-primary:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-outline-primary:not(:disabled):not(.bstr-disabled).bstr-active,*/
.bstr-show > .bstr-btn-outline-primary.bstr-dropdown-toggle {
  color: #fff;
  background-color: #327DF6;
  border-color: #327DF6;
}



/*.bstr-btn-outline-primary:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-outline-primary:not(:disabled):not(.bstr-disabled).bstr-active:focus,*/
.bstr-show > .bstr-btn-outline-primary.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(50, 125, 246, 0.5);*/
}


.bstr-btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}




.bstr-btn-outline-secondary.bstr-disabled,
.bstr-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}



.bstr-btn-outline-secondary:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-outline-secondary:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-outline-secondary.bstr-dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}



.bstr-btn-outline-secondary:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-outline-secondary:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-outline-secondary.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);*/
}



.bstr-btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}



.bstr-btn-outline-success.bstr-disabled,
.bstr-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}


.bstr-btn-outline-success:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-outline-success:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-outline-success.bstr-dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}


.bstr-btn-outline-success:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-outline-success:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-outline-success.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);*/
}


.bstr-btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}



.bstr-btn-outline-info:focus,
.bstr-btn-outline-info.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);*/
}



.bstr-btn-outline-info.bstr-disabled,
.bstr-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}



.bstr-btn-outline-info:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-outline-info:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-outline-info.bstr-dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}



.bstr-btn-outline-info:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-outline-info:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-outline-info.bstr-dropdown-toggle:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);*/
}



.bstr-btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}



.bstr-btn-outline-warning:focus,
.bstr-btn-outline-warning.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);*/
}



.bstr-btn-outline-warning.bstr-disabled,
.bstr-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}



.bstr-btn-outline-warning:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-outline-warning:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-outline-warning.bstr-dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}



.bstr-btn-outline-warning:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-outline-warning:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-outline-warning.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);*/
}



.bstr-btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}



.bstr-btn-outline-danger:focus,
.bstr-btn-outline-danger.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
}



.bstr-btn-outline-danger.bstr-disabled,
.bstr-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}


/*
.bstr-btn-outline-danger:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-outline-danger:not(:disabled):not(.bstr-disabled).bstr-active,*/
.bstr-show > .bstr-btn-outline-danger.bstr-dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}


/*
.bstr-btn-outline-danger:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-outline-danger:not(:disabled):not(.bstr-disabled).bstr-active:focus,*/
.bstr-show > .bstr-btn-outline-danger.bstr-dropdown-toggle:focus {
/*  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
}



.bstr-btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}




.bstr-btn-outline-light:focus,
.bstr-btn-outline-light.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);*/
}



.bstr-btn-outline-light.bstr-disabled,
.bstr-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}



.bstr-btn-outline-light:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-outline-light:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-outline-light.bstr-dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}



.bstr-btn-outline-light:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-outline-light:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-outline-light.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);*/
}



.bstr-btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}



.bstr-btn-outline-dark:focus,
.bstr-btn-outline-dark.bstr-focus {
 /* box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);*/
}
/* line 74, C:/Users/michael simpson/Desktop/tp-custom-bootstrap/bootstrap-4.1.3/scss/mixins/_buttons.scss */

.bstr-btn-outline-dark.bstr-disabled,
.bstr-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}


.bstr-btn-outline-dark:not(:disabled):not(.bstr-disabled):active,
.bstr-btn-outline-dark:not(:disabled):not(.bstr-disabled).bstr-active,
.bstr-show > .bstr-btn-outline-dark.bstr-dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}


.bstr-btn-outline-dark:not(:disabled):not(.bstr-disabled):active:focus,
.bstr-btn-outline-dark:not(:disabled):not(.bstr-disabled).bstr-active:focus,
.bstr-show > .bstr-btn-outline-dark.bstr-dropdown-toggle:focus {
 /* box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);*/
}



.bstr-btn-link {
  font-weight: 400;
  color: #327DF6;
  background-color: transparent;
}


.bstr-btn-link:focus,
.bstr-btn-link.bstr-focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}


.bstr-btn-link:disabled,
.bstr-btn-link.bstr-disabled {
  color: #6c757d;
  pointer-events: none;
}


@media(hover: hover) and (pointer: fine) {
	/* Make hover style work on desktop / laptop only, use :not(:disabled) to cancel unwanted hover for disabled buttons  */

	.bstr-btn-outline-primary:not(:disabled):hover {
	  color: #fff;
	  background-color: #327DF6;
	  border-color: #327DF6;
	}
	

	.bstr-btn-outline-secondary:not(:disabled):hover {
	  color: #fff;
	  background-color: #6c757d;
	  border-color: #6c757d;
	}

	.bstr-btn-outline-info:not(:disabled):hover {
	  color: #fff;
	  background-color: #17a2b8;
	  border-color: #17a2b8;
	}

	.bstr-btn-outline-success:not(:disabled):hover {
	  color: #fff;
	  background-color: #28a745;
	  border-color: #28a745;
	}

	.bstr-btn-link:not(:disabled):hover {
	  color: #0956d2;
	  text-decoration: underline;
	  background-color: transparent;
	  border-color: transparent;
	}
	
	.bstr-btn-outline-dark:not(:disabled):hover {
	  color: #fff;
	  background-color: #343a40;
	  border-color: #343a40;
	}

	.bstr-btn-outline-light:not(:disabled):hover {
	  color: #212529;
	  background-color: #f8f9fa;
	  border-color: #f8f9fa;
	}

	.bstr-btn-outline-danger:not(:disabled):hover {
	  color: #fff;
	  background-color: #dc3545;
	  border-color: #dc3545;
	}
	
	.bstr-btn-outline-warning:not(:disabled):hover {
	  color: #212529;
	  background-color: #ffc107;
	  border-color: #ffc107;
	}
	
	.bstr-btn-success:not(:disabled):hover {
	  color: #fff;
	  background-color: #218838;
	  border-color: #1e7e34;
	}
	
	.bstr-btn-primary:not(:disabled):hover {
	  color: #fff;
	  background-color: #0d66f4;
	  border-color: #0a60eb;
	}
	
	.bstr-btn-secondary:not(:disabled):hover {
	  color: #fff;
	  background-color: #5a6268;
	  border-color: #545b62;
	}
	
	.bstr-btn-info:not(:disabled):hover {
	  color: #fff;
	  background-color: #138496;
	  border-color: #117a8b;
	}
	
	.bstr-btn-warning:not(:disabled):hover {
	  color: #212529;
	  background-color: #e0a800;
	  border-color: #d39e00;
	}

	
	.bstr-btn-danger:not(:disabled):hover {
	  color: #fff;
	  background-color: #c82333;
	  border-color: #bd2130;
	}

	
	.bstr-btn-dark:hover {
	  color: #fff;
	  background-color: #23272b;
	  border-color: #1d2124;
	}
	
}

	[class*="bstr-btn-"]:not(:disabled):not(.bstr-disabled):active,
	[class*="bstr-btn-"]:not(:disabled):not(.bstr-disabled).bstr-active,
	[class*="bstr-btn-"]:enabled:active
	/*
	.bstr-btn-outline-primary:not(:disabled):not(.bstr-disabled):active, 
	.bstr-btn-outline-primary:not(:disabled):not(.bstr-disabled).bstr-active, 
	.bstr-btn-success:enabled:active,
	.bstr-btn-outline-primary:enabled:active */{
		background-color: #000 ;
		border: solid 1px #000 ;
		color: #fff;
	}



.