/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
    
    margin: 0 0 1.5em 0;
    
}

body {
    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    padding: 0;
    font-size: .75em; /* This is set in inuit, but for soem reason needed to set it again for it to work properly. */
    
}

/*
    Default Tyopography.
*/

h1,h2,h3,h4,h5,h6 {
    
    font-weight: bold;
    margin-bottom: 1em;
    
}

h1 {
    
    font-size: 24px; font-size: 2.4rem;
    margin: 80px 0 60px 0;
    
}

h2 {
    
    font-size: 20px; font-size: 2.0rem;
    
}

h3 {
    
    font-size: 16px; font-size: 1.6rem;
    
}

h4 {
    
    font-size: 14px; font-size: 1.4rem;
    
}

h5 {
    
    font-size: 12px; font-size: 1.2rem;
    
}

ul, ol {
    
    margin: 0 0 0 30px;
    
}

ol {
  list-style: decimal;
}

ul {
    
    list-style: disc;
    
}

a, a:visited {
    
    color: #237abd;
    
}

a:hover, a:active {
    
    color: #185584;
    text-decoration: none;
    
}

/*
    Default Layout.
*/
.page-wrapper {
    
    width: 940px;
    margin: auto;
    
}

#header {
    
    height: 48px;
    position: relative;
    font-size: 14px;
    padding: 20px 0 20px 0;
    clear: both;
    
}

#site-logo img {
    
    display: inline;
    
}

#content {
    
    clear: both;
    
}

#footer {
    
    font-size: 14px;
    margin: 40px 0 20px -20px; /* Needed to reapply the -20 right margin since it's being used as a grid container. */
    
}

.light-nav a, .light-nav a:visited {
    
    color: #999;
    font-weight: bold;
    
}

.light-nav a:hover, .light-nav a:active {
    
    color: #555;
    
}

#site-contact p {
    
    margin-bottom: 5px;
    
}

#site-contact .site-name {
    
    font-weight: bold;
    
}

.inline-list {
    
    margin: 0 0 0 -10px;
    
}

.inline-list li {
    
    display: inline;
    float: left;
    margin-left: 10px;
    
}

.box-module {
    
    padding: 10px 20px;
    
}

.box-module:last-of-type {
    
    border-right: 1px solid #fff;
    
}

.box-module.highlight, #about h2 {
    
    background: rgba(222,244,251,1);
    border: 1px solid #92dbf2;
    -webkit-border-radius: 2px;
    
}

#about {
    
    font-size: 14px;
    
}

#about p {
    
    padding: 10px;
    
}

#about h2 {
    
    margin-bottom: 10px;
    padding: 10px;
    font-size: 20px;
    
}

.grid-right {
    
    text-align: right;
    
}

/*
    Default Forms
*/
label {
    
    font-size: 16px;
    display: block;
    font-weight: bold;
    color: #777;
    margin: 6px 0 0 0;
    
}

label:after {
    
    content: "";
    
}

.error {

    color: red;

}

.error label {
    
    color: red;
    
}

.small-label {
    
    font-size: 12px;
    
}

fieldset {
    
    margin: 0 0 24px 0;
    
}

legend {
    
    position: relative;
    
}

legend h3 {
    
    font-size: 14px;
    position: relative;
    bottom: 14px;
    
}

.inline-fields label {
    
    float: left;
    display: block;
    width: 100px;
    text-align: right;
    padding: 0 10px 0 0;
    margin-top: 0;
    
}

#mapping-form .field:nth-child(odd) {
    
    background: rgba(222,244,251,1);
    -webkit-border-radius: 2px;
    
}

.field {
    -moz-box-sizing: border-box;
    margin: 0 0 10px 0;
    position: relative;
    
}

.showpass-container {
    
    position: absolute;
    right: 0;
    top: -7px;
    
}

.showpass-container label {
    
    font-size: 12px;
    font-weight: normal;
    
}

.error .showpass-container label {
    
    color: #555;
    
}

input[type=text], input[type=password] {
    
    width: 100%;
    color: #333;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    
}

/* Making the plain text password reveal a little more user friendly w/ monospaced font-stack. */
#password1-field input[type=text] { /* The jquery plugin toggles the field to a plain text input. */
    
    font-family: Monaco, "Courier New", Courier, monospace;
    font-weight: normal;
    
}

input[type=text]:focus, input[type=password]:focus {
    
    outline: none;
    border-color: #999;
    
}

#account-search-form input[type=text] {
    
    width: 87%;
    float: left;
    font-size: 16px;
    
}

#account-search-form input[type=submit] {
    
    width: 10%;
    margin-left: 20px;
    font-size: 16px;
    
}

#association-search-form input[type=text] {
    
    width: 87%;
    float: left;
    font-size: 16px;
    
}

#association-search-form input[type=submit] {
    
    width: 10%;
    margin-left: 20px;
    font-size: 16px;
    
}

#id_street_number {
  width: 120px;
}

/* buttons */

input.action-button {
    
    padding: 3px 5px;
    margin: 0;
    
}

.button, a.button, button {
    
    padding: 5px;
    display: inline-block;
    
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
       -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
    border: 1px solid #ccc;
    color: #70929e;
    background: rgb(247,250,252);
    background: -moz-linear-gradient(top, rgba(247,250,252,1) 0%, rgba(239,248,252,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,250,252,1)), color-stop(100%,rgba(239,248,252,1)));
    background: -webkit-linear-gradient(top, rgba(247,250,252,1) 0%,rgba(239,248,252,1) 100%);
    background: -o-linear-gradient(top, rgba(247,250,252,1) 0%,rgba(239,248,252,1) 100%);
    background: -ms-linear-gradient(top, rgba(247,250,252,1) 0%,rgba(239,248,252,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fafc', endColorstr='#eff8fc',GradientType=0 );
    background: linear-gradient(top, rgba(247,250,252,1) 0%,rgba(239,248,252,1) 100%);
    
}

.button:hover, .button:active {
    
    text-decoration: none;
    background: rgb(254,255,255);
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(210,235,249,1)));
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
    background: linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    
}

.button.highlight, .button.highlight:visited {
    
    background: rgb(252,246,189);
    background: -moz-linear-gradient(top, rgba(252,246,189,1) 0%, rgba(241,218,54,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,246,189,1)), color-stop(100%,rgba(241,218,54,1)));
    background: -webkit-linear-gradient(top, rgba(252,246,189,1) 0%,rgba(241,218,54,1) 100%);
    background: -o-linear-gradient(top, rgba(252,246,189,1) 0%,rgba(241,218,54,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,246,189,1) 0%,rgba(241,218,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf6bd', endColorstr='#f1da36',GradientType=0 );
    background: linear-gradient(top, rgba(252,246,189,1) 0%,rgba(241,218,54,1) 100%);
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    border: 1px solid #9e9a70;
    color: #555;
    
}

.button.highlight:hover, .button.highlight:active {
    
    background: rgb(249,237,127);
    background: -moz-linear-gradient(top, rgba(249,237,127,1) 0%, rgba(234,201,16,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,237,127,1)), color-stop(100%,rgba(234,201,16,1)));
    background: -webkit-linear-gradient(top, rgba(249,237,127,1) 0%,rgba(234,201,16,1) 100%);
    background: -o-linear-gradient(top, rgba(249,237,127,1) 0%,rgba(234,201,16,1) 100%);
    background: -ms-linear-gradient(top, rgba(249,237,127,1) 0%,rgba(234,201,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ed7f', endColorstr='#eac910',GradientType=0 );
    background: linear-gradient(top, rgba(249,237,127,1) 0%,rgba(234,201,16,1) 100%);
    
}

.button.action-button, .button.action-button:visited {
    
    -webkit-border-radius: 12px;
    background: #fafafa;
    color: #888;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(255,255,255,.9);
    font-weight: bold;
    position: relative;
    left: -2px;
    
}

.button.action-button:hover, .button.action-button:active {
    
    background: #fafafa;
    color: #444;
    
}

.button.action-button.disabled, 
.button.action-button.disabled:hover, 
.button.action-button.disabled:active {
    
    color: #ccc;
    cursor: default;
    
}

.call-to-action {

    font-size: 16px;
    width: 100%;
    
}

/* Messages */

.form-error {
    
    font-size: 16px;
    color: red;
    margin: 0 0 40px 0;
    
}

.errorlist {
    
    font-size: 12px;
    line-height: 1.5;
    color: red;
    list-style: none;
    margin: 5px 0 5px 0;
    
}

.errorlist li {
    
    margin: 0 0 5px 0;
    
}

.help_text {
    
    color: #777;
    font-size: 12px;
    line-height: 1.5;
    
}

.success {
    
    padding: 5px;
    background: green;
    color: #efefef;
    
}

.success {

    padding: 5px;
    background: green;
    color: #efefef;

}

.left {
    
    float: left;

}

.accounts-list li {
    -moz-box-sizing: border-box;
    width: 30%;
    margin-left: 24px;
    background: #efefef;
    color: #999;
    float: left;
    list-style: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #ddd;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
    
}

.accounts-list {
    
    margin: 0 0 24px 0;
    padding: 0;
    
}

.accounts-list .account {
    
    font-size: 26px;
    padding: 10px 10px 15px 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.7);
    
}

.accounts-list .account .account-id {
    
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: block;
    padding-top: 5px;
    
}

.accounts-list .account .account-data {
    
    margin: 0 0 10px 0;
    
}

.accounts-summary li {
    
    height: 200px;
    padding: 75px 0 0 0;
    text-align: center;
    vertical-align: middle;
    
}

hr {
    
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    
}

.accounts-summary li span {
    
    font-size: 34px;
    display: block;
    color: #555;
    font-weight: bold;
    margin: 0 0 10px 0;
    
}

.accounts-list .account .account-state-label {
    
    font-size: 14px;
    background: #333;
    position: relative;
    left: -10px;
    padding: 4px 10px;
    text-shadow: none;
    color: #ddd;
    
    -webkit-border-radius: 2px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    
    -moz-border-radius: 2px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-bottomleft: 1px;
    
    border-radius: 2px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    
}

.accounts-list .account .account-state-label.unregistered {
    
    background: #ccc;
    color: #777;
    
}

.model-list {
  margin: 20px 0;
}