/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input{

}
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:17px;
	background:#464749;
}

table#mainhidden,
table#mainhidden td{
    border-collapse: collapse;
	border: none !important;
}

table#mainhidden th{
    border-collapse: collapse;
	border: none !important;
	color: white;
    background-color:#008C95;
	font-weight:bold;
}

table, th{
    border: 1px solid black;
	padding: 7px;
	border-spacing: 3px;
	font-weight: normal;
	color: white;
    background-color: black;
	font-weight:bold;
}

table, td{
    border: 1px solid black;
	padding: 7px;
	border-spacing: 3px;
	font-weight: bold;
	color: black;
    background-color: white;
}

/*table, tr:nth-child(odd) {
    background-color: #fff;
	font-weight: normal;
}*/

/*table, tr:nth-child(even) {
    background-color: #b4ecf0;
	font-weight: bold;
}

#PnGA tr{
    background: #b4ecf0;
	font-weight: bold;
}*/

textarea{
		height:120px;
}

table, caption{
	text-align: left;
	font-weight:bold;
	padding: 9px;
	border-radius:10px;
}
/*
table#PnGA,#PnG,#PnP tr:nth-child(even) {
    background-color: #eee;
	font-weight: normal;
}
table#PnGA,#PnG,#PnP tr:nth-child(odd) {
    background-color: #fff;
	font-weight: normal;
}
table#PnGA,#PnG,#PnP th {
    color: white;
    background-color: black;
}*/
/*
table#PnG tr:nth-child(even) {
    background-color: #eee;
	font-weight: normal;
}
table#PnG tr:nth-child(odd) {
    background-color: #fff;
	font-weight: normal;
}
table#PnG th {
    color: white;
    background-color: black;
}*/

ul{
	padding:0;
	margin:0;
}

#container{
	width:85%;
	background:#fff;
	margin:10px auto;
	overflow:auto;
	border-radius:10px;
}

input#serialnumber,#itemnumber,#model,#SN,#BPCS,#DWGNO{
	border:1px solid grey;
	border-radius:8px;
	text-align:center;
	font-weight:bold;
	padding: 4px;
	margin:2px;
}

header#main{
	padding:20px;
	background:#fff;
}

header#main img{
	padding:0 120px 0 0;
}

header#main fieldset{
	padding:50px 50px 5px 5px;
}

nav{
	height:40px;
	background:#008C95;
	overflow:hidden;
}

nav li{
	float:left;
	padding:10px 10px 0 10px;
}

nav a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

nav a:hover{
	color:#000;
}

main{
	padding:10px;
}

section#main{
	position:relative;
	width:70%;
	float:left;
}

section#FileDataToHide{
	position:relative;
	width:70%;
	float:left;
	visibility:hidden;
}

form#Contacts{
	text-align: center;
	font-weight:bold;
	padding: 9px;
	border-radius:10px;	
}

section#Chickenpotpie{
	position:relative;
	width:70%;
	float:left;
	visibility:unset;
}

form#Contacts{
	text-align: center;
	font-weight:bold;
	padding: 9px;
	border-radius:10px;	
}

input#username,#useremail{
	border:1px solid grey;
	border-radius:8px;
	text-align:center;
	font-weight:bold;
	padding: 4px;
	margin:2px;
}

aside{
	width:15%;
	float:right;
    text-align:center;
}

footer{
	padding:10px;
	text-align:center;
}

/*#holder{
	position:absolute;
	top:10px;
	left:340px;
	font-size:35px;
	width:260px;
}*/


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 600px) {
	section#main{
		width:100%;
		float:none;
		text-align:center;
	}

	aside{
		width:100%;
		float:none;
		text-align:center;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ui-helper-center {
    text-align: center;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}