@charset "UTF-8";
/* CSS Document */
/* Content Styles */
li p {
 margin: 10px 0;
}

label {
 font-weight: normal;
 margin-bottom: 0;
}

main .error .label-danger {
 color: #d3080c;
}

main #login fieldset legend {
 border: medium none;
 margin-top: 23px;
}

main #login .error .label {
 white-space: normal;
}

main #login .well-sm {
 width: 100%;
}

main a[href^="mailto:"] {
    background: url("../images/icon-email.gif") no-repeat scroll 0 2px transparent;
    padding-left: 19px;
}

#wb-sec {
 margin-top: 20px;
}

#wb-sec .list-group a.list-group-item.wb-navcurr {
 background: none repeat scroll 0 0 #0f599a;
 color: #fff;
}

#wb-sec .list-group a.list-group-item[href]:focus, #wb-sec .list-group a.list-group-item[href]:hover
 {
 background: none repeat scroll 0 0 #dbdbdb;
 color: #3e3e3e;
}

#wb-sec .list-group a.list-group-item {
 color: #0f599a;
}

#wb-sec .list-group li + li .list-group-item {
 border-top: none;
}

.body-container {
 padding-bottom: 20px;
}

input[type="submit"]:focus, input[type="submit"]:hover, input[type="button"]:focus,
 input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover
 {
 background: #0190D2;
 text-shadow: none;
 border-bottom: none;
 border-top: none;
 border-right: none;
 border-left: none;
 color: #FFFFFF;
}

input[type="submit"], input[type="reset"], input[type="button"] {
 background: #0F599A;
 text-shadow: none;
 color: #FFFFFF;
 border-radius: 0;
 border-bottom: none;
 border-top: none;
 border-right: none;
 border-left: none;
 font-family: Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
 padding: 8px 8px;
 width: 8em;
 margin-bottom: 10px;
}

.btn-default:active, .btn-default:hover, .btn-default:focus {
 color: #FFFFFF;
}

#wb-core {
 background-color: #FFFFFF;
}

.formField {
 background: #EEE;
 padding: 5px;
 margin: 0 10px 0 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: #666 0px 1px 1px;
 -moz-box-shadow: #666 0px 1px 1px;
 box-shadow: #666 0px 1px 1px;
}

.span-8 fieldset {
 border: 0;
 margin: 0;
 padding: 0;
}

strong.error {
 font-weight: bold;
 color: #C00;
 display: block;
}

#login input[type="text"], #login input[type="password"] {
 width: 100%;
 display: block;
/*  box-shadow: none; */
/*  -webkit-box-shadow: none; */
/*  -moz-box-shadow: none; */
 border: 1px solid #BBBBBB;
 color: #3E3E3E;
 padding: 5px 10px;
}

#login select {
 width: 100%;
 display: block;
}

#login select.rg01e4, #login select.cr01e3 {
 width: 97%;
}

.hintField {
 width: 95%;
}

.notMet {
 background: url(../images/cross.png) no-repeat 0 50%;
}

.met {
 background: url(../images/tick.png) no-repeat 0 50%;
}

.unSet {
 background: url(../images/bullet_black.png) no-repeat 0 50%;
}

.container-checklist ul li span.text {
 display: block;
 padding-left: 25px;
}

.container-checklist ul {
 list-style: none outside none;
 padding-left: 10px;
}

.def-list dt {
 margin-left: 10px;
 font-weight: 700;
}

.def-list dd {
 margin-left: 40px;
 margin-top: 5px;
 margin-bottom: 10px;
}

select {
 vertical-align: baseline;
}

form input:focus, form input:active {
 box-shadow: 0 0 2px #333;
}

#errors-login li a:visited {
 color: #0f599a; 
}

#errors-login li a:hover, #errors-login li a:focus, #errors-login li a:active {
 color: #C00000;
}

.help-block {
 color: #C00000;
}

.inputError {
 color: #C00000;
}

span.inputError {
 margin: 0 !important;
 display: block;
}

div.errorContainer p {
 font-weight: bold;
}

html {
 background-color: #3E3E3E;
}

html.server {
 background-color: #FFFFFF;
}

body {
 font-size: 16px;
 font-family: Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
 color: #3E3E3E;
 line-height: 1.42857;
 background: none repeat scroll 0 0 #ffffff;
}

@media screen {
 .wb-disable body {
  background: none repeat scroll 0 0 #ffffff !important;
 }
}

a:link {
 color: #0F599A;
}

a.btn:link {
 color: #fff;
}

body .container, body main.container {
 border: none !important;
}

@media (min-width: 993px) {
  main #left-box {
    border-right: 1px inset;
  }
}

main #left-box {
 margin-bottom: 20px;
}

/* Heading Styles */
main h1, main h2, main h3, main h4, main h5 {
 margin-left: 0px;
 margin-right: 0px;
 color: #3E3E3E;
 border-bottom: none;
 font-weight: normal;
}

main h1 {
 margin-top: 20px;
 font-size: 36px;
 line-height: 41px;
}

main h2 {
 font-size: 25px;
 line-height: 25px;
 margin-bottom: 10px !important;
 margin-top: 20px !important;
}

main #errors-login h2 {
 font-size: 20px;
 margin-top: 10px !important;
}

main .container-checklist h2, main .info-box h2 {
 margin: 0 !important;
}

div.errorContainer h2 {
 color: #8a1f11;
}

/* Header Styles */
body.server #wmms {
 float: none;
 text-decoration: none;
 color: #3E3E3E;
 cursor: default;
 width: auto;
 text-align: right;
}

body.server #wmms span {
 font-size: 36px;
}

body.server #wmms:hover, body.server #wmms:focus, body.server #wmms:active {
 color: #3E3E3E;
}

body.server #wb-sttl span {
 cursor: default;
}

#wb-bnr {
 background-image: none;
 background-color: #ffffff;
}

#wb-bar {
 background: none repeat scroll 0 0 #DDDDDD;
 border: none;
 height: 34px;
 min-height: 34px;
 font-size: 0.9em;
}

#gc-bar a {
 border-left: none;
 color: #3E3E3E;
 padding: 0 20px;
 font-size: 12px;
 text-decoration: none;
 line-height: 33px;
}

#gc-bar a:hover, #gc-bar a:focus {
 text-decoration: underline;
}

#gc-bar {
 height: 34px;
 margin: 0 0 0 4px;
 float: none;
 padding: 0;
}

#gc-bar li {
 float: left;
}

#wb-lng .list-inline {
 margin-left: 0px;
}

#wb-bnr > .container {
 padding: 16px 15px 22px 20px;
}

.logo-link {
 outline: none !important;
}

#wb-sttl {
 margin: 0px;
 height: 88px;
 white-space: nowrap;
}

#wb-sttl a:hover, #wb-sttl a:active, #wb-sttl a:focus {
 text-decoration: none;
}

#wb-sttl a { 
 height: 0;
 text-shadow: none;
 text-decoration: none;
 cursor: pointer;
}

#wb-sttl span {
 font-size: 36px;
 font-family: Arial, Helvetica, Trebuchet MS, Verdana, Arial, sans-serif;
 color: #3E3E3E;
 position: absolute;
 bottom: 0;
 right: 0;
 padding: 0 15px 0 0;
}

@media (max-width: 468px) {
 body.bil #wb-sttl span {
  font-size: 21px;
 }
}

#wmms {
 float: none;
 width: 93px;
 height: 82px;
 margin: 6px 0 0 0px;
}

/* Mobile Panel Styles */
#wb-glb-mn .pnl-btn li {
 padding: 0;
}

#wb-glb-mn .pnl-btn a {
 font-size: 1.25em;
}

#wb-glb-mn .pnl-btn .btn {
 border-style: solid;
}

#wb-glb-mn .pnl-btn .btn-default {
 background-color: #DDDDDD;
}

.mb-menu a:hover, .mb-menu a:focus, .mb-menu a:active {
 text-decoration: none;
}

#mb-pnl .lng-ofr {
 text-align: left;
 padding: 7px 20px 0;
}

#mb-pnl .lng-ofr li {
 padding-left: 1.27em;
 width: 100%;
}

#mb-pnl .lng-ofr li a {
 line-height: 50px;
 width: 100%;
 display: inline-block;
}

/* Site Menu Styles */
#wb-sm .nvbar .container, #wb-sm .nvbar .container li {
 background: #0F599A;
 min-height: 50px;
 padding: 0;
}

#wb-sm a, #wb-sm summary {
 color: #fff;
 display: block;
 font-weight: normal;
 padding: 0 15px;
 text-decoration: none;
 line-height: 50px;
}

#wb-sm .active a, #wb-sm .active summary, #wb-sm .nvbar ul.menu>li>a:hover,
 #wb-sm .sm, wb-sm .sm a, #w-sm .sm summary, #wb-sm a:focus {
 background-color: #0190d2;
 color: #ffffff;
}

#wb-sm .wet-boew-menubar {
 min-height: 50px !important;
 margin-top: 0;
 background: #0F599A;
}

#wb-sm {
 margin-top: 0;
}

#wb-sm .nvbar {
 background: none repeat scroll 0 0 #0f599a;
 min-height: 50px;
 border: none;
}

#wb-sm .nvbar ul.menu>li {
 border: none;
}

#wb-sm .mb-menu .nav-current {
 background: none repeat scroll 0 0 #0190D2;
}

#wb-sm .mb-menu a.nav-current:hover, #wb-sm .mb-menu a.nav-current:focus,
 #wb-sm .mb-menu a.nav-current:active {
 background-color: #0190D2;
 text-decoration: none;
}

#wb-sm .nvbar ul.menu>li>a.wb-navcurr, #wb-sm .sm .slflnk a.wb-navcurr,
 #wb-sm .sm a.wb-navcurr, #wb-sm .sm summary.wb-navcurr {
 background: none repeat scroll 0 0 #0190d2;
}

/* Breadcrumb Styles */
#wb-bc {
 background-color: #DDDDDD;
 background-image: none;
 border-top: 4px solid #FFFFFF;
 max-height: 28px;
}

#wb-bc li:after, #wb-bc li:before {
 font-size: 12px;
}

#wb-bc a {
 color: #3E3E3E;
 text-decoration: none;
}

#wb-bc a:hover, #wb-bc a:focus, #wb-bc:active {
 color: #3E3E3E;
 text-decoration: underline;
}

#wb-bc ol {
 margin: 0px;
 line-height: 22px;
 font-size: 12px;
}

.mb-menu a {
 font-weight: normal;
 line-height: 50px;
 padding: 0 20px;
}

#wb-bc li {
 background: none;
 padding-left: 0;
 margin: 0;
 color: #3E3E3E;
 display: inline;
}

#wb-bc ol>li+li:before {
 color: #3E3E3E;
 content: "/";
 padding: 0 8px;
}

#wb-bc .container {
 border: none;
 background-color: #DDDDDD;
}

.breadcrumb {
 padding: 0;
}

/* Footer Styles */
#wb-info {
 background: none;
}

#gc-info {
 background-color: #3e3e3e;
 margin-top: 0;
}

#gc-info .container {
 padding: 0 10px;
}

/* wizard styles */
.fuelux-container {
 margin-top: 20px;
 margin-bottom: 20px;
}
.fuelux .wizard>.steps li {
 cursor: default;
 padding: 0 16px 0 27px;
}
.fuelux .wizard>.steps li.complete:hover {
 background: none repeat scroll 0 0 #f3f4f5;
 cursor: default;
}
.fuelux .wizard>.steps li.complete:hover .chevron:before {
 border-left: 14px solid #f3f4f5;
}

/* Splash Page */
#cn-ef-lang-links {
 display: inline-block;
 list-style-type: none;
 margin: 10px 0 0;
 padding-left: 0;
}

#cn-ef-lang-links li {
 float: left;
 padding: 0;
 text-align: center;
 display: inline-block;
}

#cn-ef-lang-links li form input {
 font-size: 100%;
 font-weight: normal;
 text-decoration: none;
 background: none repeat scroll 0 0 #0F599A;
 border-color: #FFFFFF #999999 #999999 #FFFFFF;
 box-shadow: none;
 display: block;
 font-weight: 400;
 text-shadow: none;
 color: #FFFFFF;
 border-radius: 0;
 border-bottom: none;
 border-top: none;
 border-right: none;
 border-left: none;
 font-family: Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
 padding: 8px 24px;
 width: 8em;
 margin-bottom: 0;
 margin-top: 0;
}

#cn-ef-lang-links li form input[type="submit"]:focus, #cn-ef-lang-links li form input[type="submit"]:hover,
 #cn-ef-lang-links li form input[type="button"]:focus, #cn-ef-lang-links li form input[type="button"]:hover,
 #cn-ef-lang-links li form input[type="reset"]:focus, #cn-ef-lang-links li form input[type="reset"]:hover
 {
 background: #0190D2;
 text-shadow: none;
 border-bottom: none;
 border-top: none;
 border-right: none;
 border-left: none;
}

#cn-ef-lang-links div.span-2 {
 margin-right: 0;
 margin-left: 0;
 min-width: 140px;
 width: 140px;
}

#cn-ef-lang-links li a:hover, #cn-other-lang-links li a:focus {
 background: #0190D2;
 text-shadow: none;
 border-bottom: none;
 border-top: none;
 border-right: none;
 border-left: none;
}

#cn-lang-links .span-8 {
 margin-left: 0;
}
.form-control {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    color:#284162;
    text-decoration: underline !important;
}

a:visited {
    color:#284162;
}

a.btn:hover {
    text-decoration: none !important;
}

a.btn-link:hover {
    text-decoration: underline !important;
}

a.btn, button.btn {
    width: 150px;
}

main.container {
    padding-bottom:46px;
}

.hideMe {
    display: none;
}