/**********MOBILE INCIDENT REPORTING STYLESHEET**********/

/*****GENERAL LAYOUT*****/
img {
    border: 0;
}


html, body {
    font-family: Verdana, Arial, sans-serif;
    height: 100%;
    width: 100%;
    background: #999;
    font-size: 1em;
    line-height: 1;
}
table, tr, td {
    vertical-align: top;
}
table {
    width: 100%;
}
.center {
    text-align: center;
}
.btnImage {
    height: 75%;
    position: absolute;
    top: 10px;
    left: 10px;
    margin-right: 10px;
}
.ui-btn {
    height: 12% !important;
    width: 80%;
    background-color: #fff;
    margin: 10px auto 5px auto;
    border: 2px solid #333;
    font-size: 20pt;
    font-weight: 700;
    text-align: right;
    color: #333;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    text-decoration: none !important;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
}
.ui-btncorner-all {
    border-radius: .3125em;
    background-clip: padding-box;
}
.ui-btn p{
    height:100%; 
    width: 100%;
    white-space:normal; 
    margin: 0px 5px;
    text-align: right;
}
.ui-panel {
    min-height: 90%;
    width: 95%;
    padding: 5px;
    background-color: #fff;
    border:2px solid #333;
    margin: 10px 2px; 
    color: #333; 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 1.2em;
    display: block;
    position: relative;
}
    .ui-panel textarea {
        border: 2px solid #333;
        border-radius: .3125em;
        padding: 2px;
        width: 95%;
        min-height: 150px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 1.2em;
    }
.txt-input {
    padding-left: 2px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.2em;
    border: 2px solid #333;
    border-radius: .3125em;
    width: 95%;
}
.txt-label {
    white-space: nowrap;
    font-size: .9em;
    padding-top: .5em;
}
.txt-header {
    white-space: nowrap;
    font-size: 1.8em;
    text-align: center;
    color: #0065A4 !important;
    padding-bottom: .5em;
}
input[type="radio"] {
    transform: scale(1.5);
    margin: 10px;
    accent-color: #0065A4;
}
input[type="date"], input[type="time"] {
    width: 85% !important;
    font-size: 1em;
}
.sub-btn {
    border-radius: .3125em;
    border: 1px solid #333;
    padding: .5em;
    font-size: 1em;
    font-family: Verdana, Arial, sans-serif;
    background-color: #0065A4;
    color: white;
}
.shade-btn {
    border-radius: .3125em;
    border: 1px solid #333;
    background-color: #0065A4;
}
#file1 {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}