﻿@-moz-document url-prefix() {
            input {
                margin: -1px;
                padding: 2px;
            }

            @media print {
                input {
                    margin: -1px;
                    padding: 1px;
                }
            }
        }

        #logoImg {
            width: auto;
            height: 70px;
            margin: 0 12px 5px 40px;
            vertical-align: middle;
        }

        @page {
            size: portrait;
            margin: 10mm 10mm 10mm 10mm;
        }

        @media only screen and (max-width: 1024px) and (min-width: 600px) {
            #logoImg {
                margin-left: 25px;
            }
        }

        @media print {
            .noprint, .noprint * {
                display: none !important;
            }

            input[type="text"], input[type="number"], textarea {
            }

            button {
                display: none;
            }
            .indivQuest, table {
                page-break-inside: avoid;
            }
            .infoTable {
                width: 100%;
            }
        }
@media only screen and (min-width: 0) and (max-width: 767px) and (orientation: portrait), only screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape) {
    .hideOnMobile {
        display: none;
    }
    .showOnMobile{
        display:block;
    }
}
#Title {
    width: 100%;
    position: fixed;
    border: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #7b8738;
    border-bottom: 0 solid #4b5320;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b8738',endColorstr='#4b5320');
    background: -webkit-gradient(linear,left top,left bottom,from(#7b8738),to(#4b5320));
    background: -moz-linear-gradient(top,#7b8738,#4b5320);
    background-image: linear-gradient(to bottom,#7b8738,#4b5320);
    background-repeat: repeat-x;
    -moz-box-shadow: 0 5px 5px #888;
    -webkit-box-shadow: 0 5px 5px #888;
    box-shadow: 0 5px 5px #888;
    z-index: 51;
    font-size: 24px;
}

body {
    margin-left: -7px;
    font-size: 18px;
    font-family: "Trebuchet MS";
    margin-top: 70px;
    background-color: #ededed;
    height: 100%;
    width: 100%;
    padding-left: 7px;
}
.viewTable td,.viewTable th{
    padding: 2px;
    border: 1px solid white
}
.navigate{
    margin-top: 26px;
    position: absolute;
    right: 20px;
    font-size: .65em;
}
.navView{
    margin-right:40px;
}
.loginView{
    
}
a.nostyle:link {
    color: inherit;
    cursor: auto;
}

a.nostyle:visited {
    color: inherit;
    cursor: auto;
}
a.nostyle:hover{
    color: #ededed;
}
a.green:hover{
    color: #7b8738;
}
.homeDiv{
    text-align:center;
}        
.gridView
{
  table-layout:fixed;
}
.gridView th, .gridView td{
    padding: 2px;
}