﻿body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}

form {
    border: 3px solid #f1f1f1;
}


input[type=text], input[type=password], input[type=date], input[type=email], input[type=number], input[type=search] {
    width: 100%;
    padding: 2px 2px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.largeFields {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.phoneNumber {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button:hover {
    opacity: 0.8;
}

.maskedInput {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.dropdown {
    width: 100%;
    padding: 2px 2px;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-weight: bold;
}

.cnbtn {
    background-color: #ff4000;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 49%;
    -webkit-appearance: none;
}

.btnLot {
    background-color: transparent;
    width: 100%;
    color: blue;
    text-shadow: 3px;
    font-weight: bold;
    font-size: medium;
    padding: 0px 0px;
    margin: 0px 0;
    border: none;
    cursor: pointer;
    flex-wrap: wrap;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-appearance: none;
}

.btnDisabled {
    background-color: gray;
    color: white;
    text-shadow: 3px;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
    margin: 4px 0;
    border: double;
    cursor: pointer;
    width: 95%;
    flex-wrap: wrap;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-appearance: none;
}

.btnSmall {
    background-color: #BC1010;
    color: white;
    text-shadow: 3px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    margin: 2px 0;
    border: double;
    cursor: pointer;
    width: 95%;
    flex-wrap: wrap;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-appearance: none;
}

.btnSmallLeft {
    background-color: #BC1010;
    color: white;
    text-shadow: 3px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    margin: 2px 0;
    border: double;
    cursor: pointer;
    width: 95%;
    flex-wrap: wrap;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-appearance: none;
}

.hiddenButton {
    display: none;
}

.btnGrid {
    background-color: yellow;
    color: black;
    text-shadow: 3px;
    font-weight: bold;
    padding: 7px 10px;
    margin: 4px 0;
    border: double;
    cursor: pointer;
    flex-wrap: wrap;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-appearance: none;
}

.btn {
    background-color: #BC1010;
    color: white;
    text-shadow: 3px;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
    margin: 4px 0;
    border: double;
    cursor: pointer;
    width: 95%;
    flex-wrap: wrap;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-appearance: none;
}

.lgnbtn {
    background-color: #BC1010;
    color: white;
    text-shadow: 3px;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
    margin: 8px 0;
    border: double;
    cursor: pointer;
    width: 90%;
    -webkit-appearance: none;
}

.detailbtn {
    background-color: #DE5B23;
    color: white;
    padding: 7px 10px;
    margin: 4px 0;
    border: none;
    cursor: pointer;
    width: 95%;
    font-weight: bold;
    -webkit-appearance: none;
}

.dock30 {
    vertical-align: top;
    width: 30%;
}

.dock70 {
    vertical-align: top;
    width: 70%;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.cell10 {
    width: 10%;
}

.cell15 {
    width: 15%;
}

.cell20 {
    width: 20%;
}

.cell25 {
    width: 25%;
}

.cell25r {
    width: 25%;
    text-align: right;
}

.cell25t {
    width: 25%;
    text-align: right;
    vertical-align: top;
}

.cell25a {
    width: 25%;
    text-align: center;
    font-weight: bold;
}

.cell30 {
    width: 30%;
}

.cell33 {
    width: 33%;
    text-align: center;
}

.cell35 {
    width: 35%;
}

.cell40 {
    width: 40%;
    text-align: right;
}

.cell40a {
    width: 40%;
    text-align: right;
    vertical-align: top;
}

.cell45 {
    width: 45%;
    text-align: right;
}

.cell50 {
    width: 50%;
    text-align: center;
}

.cell50a {
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.cell60a {
    width: 60%;
    text-align: left;
    vertical-align: top;
}

.cell60 {
    width: 60%;
    text-align: left;
}

.cell70 {
    width: 70%;
    text-align: center;
}

.cell75 {
    width: 75%;
    text-align: center;
}

.cell75l {
    width: 75%;
    text-align: left;
}

.loginFooter {
    text-align: center;
    width: 100%;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

@media print {
    .label-print {
        display: none;
        color: white;
    }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cnbtn {
        width: 100%;
    }
}

.form300 {
    margin: auto;
    width: 300px;
    background-color: white;
}

.form500 {
    margin: auto;
    width: 500px;
    background-color: white;
}

.form90Pct {
    margin: auto;
    width: 90%;
    background-color: white;
}


.form400 {
    margin: auto;
    width: 400px;
    background-color: white;
}

.form500 {
    margin: auto;
    width: 500px;
    background-color: white;
}

.form600 {
    margin: auto;
    width: 600px;
    background-color: white;
}

.form700 {
    margin: auto;
    width: 700px;
    background-color: white;
}

.form800 {
    margin: auto;
    width: 800px;
    background-color: white;
}

.form900 {
    margin: auto;
    width: 900px;
    background-color: white;
}

.multilineBox {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-weight: bold;
    font-size: medium;
}

.headerTop {
    font-size: x-large;
    width: 100%;
    font-weight: bold;
    background-color: white;
    color: white;
    border: 2px solid;
    text-align: center;
    -webkit-appearance: none;
}

.headerMiddle {
    font-size: large;
    width: 100%;
    font-weight: bold;
    background-color: #bc1010;
    color: white;
    border: 2px solid;
    text-align: center;
    -webkit-appearance: none;
}

.headerPractice {
    font-size: large;
    width: 100%;
    font-weight: bold;
    background-color: green;
    color: white;
    border: 2px solid;
    text-align: center;
    -webkit-appearance: none;
}

.headerMiddle2 {
    font-size: large;
    width: 100%;
    font-weight: bold;
    background-color: #a39767;
    color: white;
    border: 2px solid;
    text-align: center;
    -webkit-appearance: none;
}
