﻿/*@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url("http://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff") format("woff");
}*/

body 
{
    margin:0;
    padding:0;
    color: #1d1e1c;
    font-family: 'Quicksand',Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    -ms-behavior: url(_res/javascript/backgroundsize.min.htc);
    behavior: url(_res/javascript/backgroundsize.min.htc);
}

.bgsCover 
{
    background-size: cover;
}

h1, h2, h3, h4 
{
    font-family: 'Quicksand',sans-serif;
}

h1
{
    color: #272727;
    font-size: 28px;
    font-weight: normal;
}

h2
{
    font-size: 20px;
    font-weight: normal;
    margin-top:30px;
}

a
{
    color: #515ba5;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    color:#515ba5;
}

.container-fluid 
{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
    max-width: 1170px;
    padding: 0;
    position: relative;
    margin: 0 auto;
    width: 1170px;
}

.pageBreak
{
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    background: none repeat scroll 0 0 #0081C5;
    border: medium none;
    border-radius: 0;
    margin-top: 9px;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 0;
    position: relative;
}

.formContainer 
{
    padding: 40px 30px;
    background: #58b78e;
}

.formPageWrapper 
{
    background-color: #e9e9e9;
    padding: 25px;
}

.row-fluid .span4 
{
    width: 38%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2%;
    min-height: 30px;
}

.row-fluid .span6 
{
    width: 48%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2%;
    min-height: 30px;
}

.row-fluid .span8 
{
    width: 58%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2%;
    min-height: 30px;
}

.row-fluid [class*="span"]:first-child 
{
    margin-left: 0;
}

.currentForm 
{
    background-color: #005677;
    padding: 20px;
    color:#ffffff;
}

form, fieldset
{
    border:none;
    padding:0;
    margin:0;
}

legend
{
    font-size:18px;
    margin-bottom:10px;
    color:#ffffff;
}

.currentForm .sectionHeading
{
    font-size:16px;
    margin-bottom:10px;
    font-family: 'Quicksand',sans-serif;
    margin:0;
}

.currentForm .boldHeading
{
    font-size:14px;
    margin-bottom:10px;
    font-family: 'Quicksand',sans-serif;
    margin:0;
}

.currentForm .formLink
{
    font-size:13px;
    color:#d4d4d4;
}

.currentForm .small
{
    font-size:10px;
    margin-top:0;
}

.note
{
    font-size:14px;
    font-weight:bold;
}

label
{
    font-weight:bold;
    font-size:14px;
    line-height: 24px;
    display:inline-block;
}

input#serial
{
    float: none;
    height: 20px;
    line-height: 20px;
    width: 95%;
    padding: 4px 6px;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    border:none;
}

input[type="submit"]
{
    margin-top:10px;
    background: #515ba5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1OWYyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmI0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #515ba5 0%, #515ba5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515ba5), color-stop(100%,#515ba5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #515ba5 0%,#515ba5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #515ba5 0%,#515ba5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #515ba5 0%,#515ba5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #515ba5 0%,#515ba5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515ba5', endColorstr='#515ba5',GradientType=0 ); /* IE6-8 */

    border: medium none;
    border-radius: 4px;
    /*box-shadow: 0 8px 6px -6px #666666;*/
    color: #FFFFFF;
    font-weight: bolder;
    padding: 5px 15px;
    text-align: center;
    text-shadow: none;
    width: 100px;
}

.help 
{
    display:inline-block;
    font-size:90%;
    visibility: hidden;
}

input:focus + .help 
{
    visibility: visible;
}

/*input:required 
{
    background:hsl(180, 50%, 90%);
    border:1px solid #999;
}*/

.messagebox
{
    border: 2px solid orange;
    background-color: #eeb;
    padding: 10px;
    margin: 20px;
}

.footer
{
    box-shadow: none;
    max-width: 1190px;
    padding: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: normal;
}

.footer a, .footer a:visited
{
    color:#aaaaaa;
    font-weight: normal;
}

.footer a:hover
{
    color:#ffffff;
    font-weight: normal;
}

.footer-sw 
{
    margin: 0 auto;
    padding: 0px;
}

.footer-sw div.row-fluid 
{
    background: none repeat scroll 0 0 #272727;
    padding: 23px 30px 23px;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
    min-height:50px;
}

.footer-sw .copyright-sw, .footer-sw .footerLogo-sw 
{
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    color:#ffffff;
}

.footer-sw .footerLogo-sw 
{
    clear: both;
    margin: 0 0 0.5em;
}

.footer-sw .copyright-sw 
{
    clear: right;
    display: block;
    margin: 0 0 1em;
}

.pull-left 
{
    float: left;
}

.pull-right 
{
    float: right;
}

.clearfix:before, .clearfix:after 
{
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after 
{
    clear: both;
}

a, a img
{
    border:none;
}

.loading
{
    font-style: italic;
}

.error-box
{
    color: #aa0000;
    background-color: #ffcccc;
    border: solid 2px #aa0000;
    padding: 8px;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

.error-text
{
    color: #aa0000;
}

#legacy
{
    display: none;
}

#legacy:target
{
    display: block;
}

div.header-sw img {
    max-height: 110px;
}

.help-container {
    position: relative;
    display: inline-block;
}
.help-popup {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 190px;
    transform: translateX(-50%);
    background-color: #515ba5;
    color: #fff;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
}
.help-container:hover .help-popup, .help-container:focus-within .help-popup {
    display: block;
}

li {
    line-height: 30px;
}

.help-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}