.editor-form *,
body,
html,
p {
	font-family: 'Open Sans', sans-serif !important;
	color: #036;
}

/*
 * cookie consent
 */
#jxcc-bar {
	z-index: 200;
	width: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	text-align: center;
	color: white;
	box-sizing: border-box;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-color: #666;
}
  #jxcc-bar a {
    color: white;
    text-decoration: underline; }
    #jxcc-bar a:hover {
      color: white; }

.jxcc-ok {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 38px;
  background-color: #696969;
  font-weight: bold;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer; }

body,
html {
  margin: 0px;
  padding: 0px;
  position: relative; }

html {
  height: 100%;
  min-height: 100%; }
  html body {
    min-height: 100%;
    box-sizing: border-box; }
    html body > .row-fluid > .container {
      position: relative; }

.w-htmlblock-content a,
p a {
	color: #006;
	font-weight: 700;
}
  .w-htmlblock-content a:hover,
  p a:hover {
	color: #F60;
}

#background {
  width: 100%;
  height: 100%;
  position: absolute; }
  #background #background-wash {
    position: absolute;
    height: 100%;
    z-index: -1; }
    #background #background-wash * {
      height: 100%; }
    #background #background-wash .left {
      background-color: #900; }
    #background #background-wash .right {
      background-color: white; }
  #background #background-detail {
    height: 100%; }
    #background #background-detail .row-fluid {
      height: 100%;
      background-color: white; }
      #background #background-detail .row-fluid .left {
	height: 100%;
	background-color: #900;
	border-right-style: solid;
	border-right-color: #940C0C;
	border-right-width: 10px;
}
      #background #background-detail .row-fluid .right {
        height: 100%;
        background-color: white; }

#main {
  position: relative; }
  #main > .container {
    height: 100%; }
    #main > .container > .row-fluid {
      height: 100%; }
  #main #sidebar {
	padding: 20px 0px;
	height: 100%;
	float: left;
	border-right-color: transparent;
	position: absolute;
}
   
    #main #sidebar img#logo {
	margin-bottom: 20px;
	margin-left: 70px; }
 
 
 
  #main #content {
    float: right;
    a: not(.add-new-widget);
    a-color: #169ab6; }
    #main #content #header {
      margin-bottom: 30px; }

#footer {
	position: absolute;
	bottom: 0px;
	background-color: #F86918;
	color: #FC9;
	font-size: 11px;
	border-top-width: 40px;
	border-top-style: solid;
	border-top-color: #900;
}
  #footer .footer-left {
    border-right-style: solid;
    border-right-color: transparent;
    border-right-width: 10px; }
  #footer .footer-left,
  #footer .footer-right {
    height: 100%;
    min-height: 230px; }

h2 {
	color: #023344;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: normal;
}
  h2 strong {
    font-weight: 600; }

h4 {
  color: black;
  font-size: 12px;
  margin-bottom: 6px; }

.btn-group .dropdown-toggle {
  width: 100%; }

.row-fluid [class*="span"] {
  min-height: inherit; }

  #searchBar input {
	color: #FFF;
	text-shadow: none;
	box-sizing: border-box;
	text-align: left;
	font-size: smaller;
	border-width: 0px;
	border-radius: 0px;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	box-shadow: none;
	padding: 4px 8px;
	margin-right: 10px;
	height: 28px;
	width: 240px;
	background-color: #FC9;
	background: url('images/arrow-white.png') no-repeat right 10px center;
	background: url('images/arrow-white.png') no-repeat right 10px center, -ms-linear-gradient(top, #196d85, #1c7994);
	background: url('images/arrow-white.png') no-repeat right 10px center, -webkit-gradient(linear, 0 0, 0 100%, from(#196d85), to(#1c7994));
	background: url('images/arrow-white.png') no-repeat right 10px center, -webkit-linear-gradient(top, #196d85, #1c7994);
	background: url('images/arrow-white.png') no-repeat right 10px center, -o-linear-gradient(top, #196d85, #1c7994);
	background: url('images/arrow-white.png') no-repeat right 10px center, linear-gradient(top, #196d85, #1c7994);
	background: url('images/arrow-white.png') no-repeat right 10px center, -moz-linear-gradient(top, #196d85, #1c7994);
}

#searchBar input::-webkit-input-placeholder {
  color: #8bbac2; }

#searchBar input:-moz-placeholder {
  color: #8bbac2; }

#searchBar input::-moz-placeholder {
  color: #8bbac2; }

#searchBar input:-ms-input-placeholder {
  color: #8bbac2; }

  .w-languageSelect img {
    display: block;
    margin: auto; }
  .w-languageSelect .btn {
    color: #8bbac2;
    text-shadow: none;
    box-sizing: border-box;
    text-align: left;
    font-size: smaller;
    border-radius: 0px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    box-shadow: none;
    background-color: #1c7994;
    background-image: -ms-linear-gradient(top, #196d85, #1c7994);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#196d85), to(#1c7994));
    background-image: -webkit-linear-gradient(top, #196d85, #1c7994);
    background-image: -o-linear-gradient(top, #196d85, #1c7994);
    background-image: linear-gradient(top, #196d85, #1c7994);
    background-image: -moz-linear-gradient(top, #196d85, #1c7994); }
    .w-languageSelect .btn:hover {
      background-color: #1c7994;
      color: #8bbac2; }
    .w-languageSelect .btn + .dropdown-menu {
      min-width: 0px;
      width: 100%; }
    .w-languageSelect .btn .caret {
      border-top-color: white;
      border-bottom-color: white; }
  .w-languageSelect .btn-group.open .btn.dropdown-toggle {
    background-color: #1c7994; }

div.sema {
  clear: both;
  width: 100%; }
	
div.widget {
  clear: both;
  width: 100%; }


/* Localized */
