﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

input {
    width: 8em !important;
}

.inputPic {
    width: 20em !important;
}

.myforms {
    width: 90%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
}

.myforms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    /*font-size: 16px;*/
}

.myinput {
    width: 30em;
}

.warning {
    color: red;
    font-weight: bold;
}

.pass {
    color: green;
}

.fail {
    color: red;
}

.mysubmit {
    width: 5em!important;
}

.underlined {
    text-decoration: underline;
}

.btnFit {
    min-width: 300px!important;
}
/* modal stuff */
.confirm-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

.modal-body {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}

.canvasDisplay {
    /* width: 320px; */

    height: 240px;
    border: 3px solid blue;
    text-align: left !important;
}

.hideme {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}