/* Custom font
   ========================================================================== */


/* Brand colors
   ========================================================================== */
/* color: rgba(198, 198, 198, 1.0); /* 30% black - Borders */
/* color: rgba(102, 102, 102, 1.0); /* PD Grey Text */
/* color: rgba(60, 60, 60, 1.0); /* 90% black - Headlines */

/* color: rgba(250, 250, 251, 1.0); /* PD Grey Bright */
/* color: rgba(191, 185, 185, 1.0); /* PD Grey */
/* color: rgba(102, 102, 102, 1.0); /* PD Grey Text */
/* color: rgba(186, 97, 87, 1.0); /* PD Red */
/* color: rgba(86, 161, 202, 1.0); /* PD Blue */
/* color: rgba(2, 121, 117, 1.0); /* PD Green */
/* color: rgba(238, 172, 31, 1.0); /* PD Yellow */

/* Base elements
   ========================================================================== */
html {
    /*background-color: rgba(250, 250, 251, 1.0); /* PD Grey Bright */
    background-color: transparent;

    color: rgba(102, 102, 102, 1.0); /* PD Grey Text */
    font-size: 0.8em;
    line-height: 1.4;
    font-family: Verdana;
    /* overflow-y: scroll; */
}

body {

}

#wrapper {
	width: 1024px;
	height: auto;
    /*margin: 0 auto;*/

    margin-left: 5px;
	}

header {
    background-color: rgba(255, 255, 255, 1.0); /* White */
    height: 100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;

    -webkit-box-shadow: 0px 0px 10px rgba(191, 185, 185, 0.5); /* PD Grey */
    -moz-box-shadow: 0px 0px 10px rgba(191, 185, 185, 0.5); /* PD Grey */
    -o-box-shadow: 0px 0px 10px rgba(191, 185, 185, 0.5); /* PD Grey */
    box-shadow: 0px 0px 10px rgba(191, 185, 185, 0.5); /* PD Grey */

    display: none;
}

#logo_placement {
    position: relative;
    margin: 0 auto;
    width: 970px;
    height: 100px;
}

header img {
    width: 220px;
    margin-top: 25px; 
}

aside {
    float: left;
    width: 200px;
    height: auto;
}

section {
    background-color: rgba(255, 255, 255, 1.0); /* White */
    width: 100%;
    height: auto;
    padding: 25px;
    margin-bottom: 25px;

    -webkit-box-shadow: 0px 0px 10px rgba(191, 185, 185, 0.5); /* PD Grey */
    -moz-box-shadow: 0px 0px 10px rgba(191, 185, 185, 0.5); /* PD Grey */
    -o-box-shadow: 0px 0px 10px rgba(191, 185, 185, 0.5); /* PD Grey */
    box-shadow: 0px 0px 10px rgba(191, 185, 185, 0.5); /* PD Grey */

    /*overflow: hidden;*/
}

article {
    width: 100%;
    height: auto;
    /*overflow: auto; /* enable for floating items */
    margin-bottom: 25px;
}

/* Links
   ========================================================================== */
a, a:link, a:active, a:visited {
    color: rgba(102, 102, 102, 1.0); /* PD Grey Text */
	outline: none;
	text-decoration:none;
	-webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

a:hover { 
	color: rgba(60, 60, 60, 1.0); /* 90% black */
}

/* Navigation - Top
   ========================================================================== */


/* Navigation - Left
   ========================================================================== */


/* Headlines
   ========================================================================== */
h1 {
    color: rgba(60, 60, 60, 1.0); /* 90% black - Headlines */
    margin: 0;
}

h2 {
    color: rgba(60, 60, 60, 1.0); /* 90% black - Headlines */
    margin: 0;
    margin-bottom: 10px;
}

h3 {
    color: rgba(60, 60, 60, 1.0); /* 90% black - Headlines */
    margin: 0;
}

h4 {
    color: rgba(60, 60, 60, 1.0); /* 90% black - Headlines */
    font-weight: bold;
    margin: 0;
}

img {
    width: 100%;
}

/* Form elements
   ========================================================================== */
select, input {
	outline: none;
    padding: 0.45em 0.75em;
	border: 1px solid;
    border-color: rgba(188, 188, 188, 1.0); /* 35% black */
    width: 400px;
}

button {
	outline: none;
	text-decoration: none;
    padding: 0.6em 1.8em;
    color: rgba(255, 255, 255, 1.0); /* White */
    text-transform: uppercase;
    border: 0;
    background-color: rgba(2, 121, 117, 1.0); /* PD Green */
    width: auto;
}

button:hover {
	text-decoration: none;
}

button:active {
	position: relative;
	top: 1px;
}

.button {
    padding: 0.7em 1.7em;
    color: rgba(255, 255, 255, 1.0) !important; /* White */
    text-transform: uppercase;
    border: 0;
    background-color: rgba(2, 121, 117, 1.0); /* PD Green */
}

.button:active {
	position: relative;
	top: 1px;
}

.button_right {
    float: right;
    /*margin-right: 30px;*/
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
}

/* Custom dot color in radio */
input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(186, 97, 87, 1.0); /* PD Red */
}

select {
    -webkit-appearance: none;       
    -moz-appearance: none;    
    -o-appearance: none;    
    appearance: none;
    background-image: url('/images/select_arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    width: 425px;
}

textarea {
    resize: vertical;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;       
    -moz-appearance: none;    
    -o-appearance: none;    
    appearance: none;
}

/* Tables
   ========================================================================== */
table {
    width: 100%;
    line-height: 1.2;
}

tr:nth-child(odd) {
    background-color: rgba(251, 251, 251, 1.0); /* 1% black - Submenu */    
}

tr:nth-child(even) {
    background-color: rgba(237, 237, 237, 1.0); /* 10% black - Menu and table */
}

tr:last-child {
    font-weight: bold;
}

tr, th, td {
    height: 20px;
}

th {
    background-color: rgba(255, 255, 255, 1.0) !important; /* White */
    font-weight: bold;
    text-align: right;
    padding: 3px;
}

td {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: rgba(198, 198, 198, 1.0); /* 30% black - Borders */
    text-align: right;
    padding: 3px;
}

td:first-child, th:first-child {
    text-align: left;
}

td:last-child {
    border-width: 0px;
}

/* Extra for dotted line after th */
tr:nth-child(2) {
    height: 0px;
}

tr:nth-child(2) th {
    height: 3px;
    padding: 0px;
}

tr:nth-child(2) hr {
    border-style: dotted;
    border-width: 0px 0px 2px 0px;
    border-color: rgba(2, 121, 117, 1.0); /* PD Green */
    padding: 0px;
    margin: 0px;
}

/* Miscellaneous
   ========================================================================== */
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset, p {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Allowing padding to be used as inner-padding */
div, aside, section, article {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 15px;
}

/* Ultra thin lines */
hr {
    height: 1px;
    border: 0;
    border-top: 1px solid;
    color: rgba(198, 198, 198, 1.0); /* 30% black - Borders */
    margin-bottom: 15px;
}

.hr_dotted {
    border-style: dotted;
    border-width: 0px 0px 2px 0px;
    border-color: rgba(2, 121, 117, 1.0); /* PD Green */
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}