input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.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;
}

td > input[type='text'] {
    width: 100%;
    display: "block";
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    margin-bottom: 60px;
}

button {
    padding: 0px 3px 3px 3px;
    border-radius: 5px;
}

    button > img {
        height: 30px;
    }

.abutton {
    display: inline-block;
    border-radius: 3px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
    vertical-align: middle;
    background-color: #EEEEEE;
    padding: 5.25px;
    border: 1px solid #EEEEEE;
}

.disableWin {
    pointer-events: none;
}

.largeRadio {
    margin: 0px 5px;
}

.units {
    width: 70px !important;
    text-align: right;
}

.button-icon {
    height: 20px;
    /*    border: solid, black, 1px;
    border-radius: 3px;
*/ padding: 2px;
}

.button-icon-large {
    height: 30px;
    padding: 2px;
}

.button-icon > a {
    text-decoration: none;
}

.button-icon > img {
    height: 20px;
}

.button-icon-only {
    background-color: transparent;
    border: 0 solid transparent;
}

.phone {
    width: 60px;
}

    .phone img {
        height: 20px;
        display: inline;
    }

.verticalText {
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

/************************************************************
modal dialog
************************************************************/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 300px;
    top: 400px;
    overflow: auto; /* Enable scroll if needed */
    background-color: white; /* Fallback color */
    border: solid 2px black;
    border-radius: 5px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
/************************************************************/

.even-row {
    background-color: aliceblue;
}

.validation-summary-errors {
    font-size: medium;
    color: red;
}

.invalid-feedback {
    display: block;
}
