html {
  font-size: 14px;
}

.hideme {
    visibility: hidden;
    display: none
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*
     * Always set the map height explicitly to define the size of the div element
     * that contains the map.
     */
#map {
    height: 100%;
}





    input[type=reset] {
        width: auto;
        height: auto;
        border-bottom: 0;
        background-color: transparent;
        color: rgb(104, 104, 104);
        font-size: 14px;
    }

.title {
    width: 100%;
    margin-block-end: 0;
    font-weight: 500;
}

.note {
    width: 100%;
    margin-block-start: 0;
    font-size: 12px;
}

.form-label {
    width: 100%;
    padding: 0.5em;
}

.full-field {
    flex: 400px;
    margin: 15px 0;
}

.slim-field-left {
    flex: 1 150px;
    margin: 15px;
    margin-inline-start: 0;
}

.slim-field-right {
    flex: 1 150px;
    margin: 15px;
    margin-inline-end: 0;
}

.my-button {
    background-color: #000;
    border-radius: 6px;
    color: #fff;
    margin: 10px;
    cursor: pointer;
    padding: 6px 24px;
    text-decoration: none;
}

    .my-button:hover {
        background-color: #666;
    }

    .my-button:active {
        position: relative;
        top: 1px;
    }


.isbnOrCodeAdp::-webkit-inner-spin-button,
.isbnOrCodeAdp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}