/* -------------------------------------------------------------------------- */
/* Main HTML Styles                                                           */
/* -------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: 0;
} 

.clear {
    clear: both;
}

#noScript {
    display: none;
}

p.noScriptWarning {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: red;
}
 
p.error {
    font-size: 14px;
    font-weight: bold;
}

p.instruction {
    color: gray;
}

ul.noScriptNav {
    list-style-type: none;
}

li.noScriptNav {
    display: inline;
    padding-right: 10px;
}

/*
 * To force a vertical scroll bar on all browsers to avoid
 * having the width change when the scroll bar is made visible. 
 */
html { 
    height: 100%; 
    margin-bottom: 1px; 
} 

body {
	background: #FFFFFF;    
    margin: 0px;
    padding: 0px;
    color: #222; 
}

/*
 * Override GWT font size (small) to have a fixed 12px size.
 */ 
body, table td, select, input {
    font-family: Arial Unicode MS, Arial, sans-serif;
    font-size: 12px;
}

#background {
    width: 100%;
	background: #FFFFFF;
    margin: 0px auto;
    text-align: left;
}

#header {
    margin: 0px;
    height: 70px;
    background: #05a3e9;
    padding: 0;
    color: #fff;
    width: 100%;
    border-bottom: 5px solid #33cc00;
}

#headerContent {
    background-color: #05a3e9;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    background-size: 400px;
    margin: 0px auto;
    width: 950px;
    height: 70px;
}

#header a {
    color: #fff;
    text-decoration: none;
}

#header a:hover {
	color: #fff;
	text-decoration: underline;
}
 
#application {
    width: 100%;    
    min-height: 510px;
    margin: 0px;
    padding: 0px;
}

#static {
    width: 930px;
    min-height: 510px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

#mobileLink {
    padding: 20px;
    /*
    color: #54A120;
    */
    font-weight: bold;
    text-align: center;
    font-size: 200%;
}

#mobileLink a {
    color: #54A120;
}

#legal {
    width: 600px;
    margin-left: 10px;
    line-height: 1.5;
    text-align: justify;
}

#legal p {
    color: black; 
}

#legal ol.level1 {
    list-style-type: lower-alpha;
}

#legal ol.level2 {
    list-style-type: lower-roman;
}

/* Displayed when the application is loading, before the GWT code has been loaded. */ 
#loading {
    background: url(images/spinner.gif) no-repeat 6px 6px;
    /*border: 1px solid lightgray;*/
    width: 195px;
    margin: 0 auto;
    margin-top: 200px;
    padding: 14px 6px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}

#footer {
	width: 950px; 
    height: 40px;
 	border-top: 1px solid #D3D3D3; 
	margin-top: 30px; 
	margin-left: auto; 
	margin-right: auto; 
    text-align: center;
    font-size: 90%; 
    clear: both;
}

#footer p {
	clear: both;
	color: #A9A9A9;
    padding: 10px 0;
}

#footer a {
    color: #A9A9A9;
    text-decoration: none;
}

#footer a:hover {
    color: #A9A9A9;
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 { color: #199CE3; font-weight: normal; }
h1,h2,h3 { font-weight: bold; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.4em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em; }
h5 { font-size: 1em; margin-bottom: 0.5em; }
h6 { font-size: 1em; }

p {margin:0 0 0.7em; color: #4D4D4F;}

ul, ol {margin-left: 2.0em;}
li {margin-bottom: 0.5em; margin-top: 0.5em;}
ul.fail {list-style-image: url(images/icons/01/10/50.png)}
ul.success {list-style-image: url(images/icons/03/10/02.png)}
ol {list-style-type:decimal;}

a,a:visited,a:hover {
    background: inherit;
    text-decoration: underline;
    color: #54A120;
}

a:hover {
    background: inherit;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

a img {
    border: none;
}

blockquote { 
    margin-left: 20px; 
}

#social {
    margin: 0 auto; 
    margin-top: 10px;	
    width: 500px;
    height: 20px;
}

#social .facebook,
#social .google,
#social .twitter {
    float: left;
    vertical-align: top;
}

#social .google {
    margin-left: 30px;
    width: 170px;
}

#social .twitter {
	margin-right: 30px;
}

#social .facebook {
}


blockquote.testimonials {
    background: url("images/icons/quote_up.gif") no-repeat scroll left top
        transparent;
    font-size: 140%;
    font-style: italic;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 50px;
}

blockquote.testimonials div.quote {
    margin-bottom: 10px;
    padding: 0 48px;
}

blockquote.testimonials div.cite {
    padding: 0 48px;
}

blockquote a, blockquote a:visited, blockquote a:hover {
    background: inherit;
    text-decoration: none;
    color: #4D4D4F;
}

blockquote a:hover {
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

blockquote.testimonialMini {
    font-size: 100%;
    font-style: italic;
    margin-left: 25px;
    margin-right: 15px;
    margin-top: 20px;
}

blockquote.testimonialMini p {
    color: #656565;
}

blockquote.testimonialMini div.quote {
    margin-bottom: 10px;
}

blockquote.testimonialMini div.cite {
    font-size: 90%;
    margin-right: 10px;
}


.featurePageHeader, .featurePageFooter {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 50px;
    margin-left: 50px;
    font-size: 150%;
    font-style: italic;
    text-align: center;
}

.featurePageHeader p, .featurePageFooter p {
    margin-bottom: 20px;
}

.featurePanel {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 50px;
    border-bottom: 2px solid lightgray;
}

.featureDescription {
    margin-top: 0px;
    margin-right: 15px;
    width: 300px;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
    color: #666666;
}

.featureDescription ul {
    list-style-image: url(images/icons/tick-circle.png)
}

.featureImage {
    width: 600px;
}

.right {
    float: right;
}

.left {
    float: left;
}


.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default,
a.btn-default:visited {
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,

.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-warning,
a.btn-warning:visited {
  color: #fff;
  background-color: orange;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
