﻿html,
body {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #626461;
  background-image: url(Images/Layout/white.jpg);
  background-position: center;
  background-repeat: repeat-y;
  font-family: Arial;
  font-size: 12px;
  height: 100%;
  font-weight: 500;
}
body.fixedpagewidth {
  background-size: 1242px;
}
body.fullpagewidth {
  background-size: 1860px;
}
.bigpageoverlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 200000;
  margin-left: -20px;
  background-color: white;
}
.fixedpagewidth .bigpageoverlay {
  width: 1242px;
}
.fullpagewidth .bigpageoverlay {
  width: 1860px;
}
.ui-widget-overlay {
  background: #333333 !important;
}
.ui-dialog-title {
  background: none !important;
  background-color: #e6edf2 !important;
}
#debug-date {
  font-weight: bold;
  color: red;
  position: absolute;
  z-index: 10000;
  top: 0px;
}
#deployment-task-info {
  background-color: red;
  color: white;
  text-align: center;
  padding: 10px;
  height: auto;
}
#deployment-task-info a {
  color: white;
  font-weight: bold;
  font-size: 30px;
  margin: 0 auto;
  width: 430px;
  text-shadow: 0px 0px 3px black;
}
#page {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 20px black;
}
.fixedpagewidth #page {
  width: 1242px;
}
.fullpagewidth #page {
  width: 1860px;
}
.header {
  box-shadow: 0px 0px 10px #333;
  margin-bottom: 10px;
}
.subheader {
  background-image: url(Images/gecko.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 200px auto;
}
#body {
  clear: both;
  padding-bottom: 35px;
}
.main-content {
  padding: 10px 20px 20px 20px;
}
.content-wrapper {
  margin: 0 auto;
}
#validation-summary {
  display: none;
}
.validation-status-visible {
  border-bottom: 1px solid #cfd1d2;
}
#validation-status i {
  color: #b94a48;
}
#validation-status-content {
  padding-left: 20px;
  width: 1220px;
}
#validation-status-content .validation-summary-errors {
  overflow: auto;
}
#validation-status-content .validation-summary-errors ul {
  float: left;
}
/* Info Popup for success messages
----------------------------------------------------------*/
#infoMessage,
#waitMessage {
  padding: 20px;
  color: #333;
  background-color: #e6edf2;
  border: 1px solid #bbb;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-width: 5px;
  width: 300px;
  text-align: center;
  font-size: 14px;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  display: none;
  z-index: 1000;
}
#infoMessage .fa {
  font-size: 40px;
  display: block;
  margin: 10px 0px;
}
#progressbar .ui-progressbar-value {
  background-color: #E5DFF3;
}
#progressbar.ui-widget {
  margin-bottom: 12px !important;
}
#nl-BE a {
  margin: 5px;
  background: url(Images/Flags/nl.png) no-repeat;
}
#iv-EU a {
  margin: 5px;
  background: url(Images/Flags/gb.png) no-repeat;
}
#fr-FR a {
  margin: 5px;
  background: url(Images/Flags/fr.png) no-repeat;
}
.highlightFlag {
  background-color: #c4c4c4;
  border-radius: 12px;
  width: 27px;
  height: 21px;
}
.flagStyle {
  float: inherit;
  width: 27px;
  height: 25px;
  margin-right: 5px;
  margin-top: 6px;
}
.flagStyle a {
  margin-top: 7px !important;
  display: inline-block;
  width: 20px;
  height: 15px;
  float: left;
}
.flags {
  background-color: white;
  border-left: 1px solid #cfd1d2;
  float: right;
  height: 39px;
  width: 105px;
  margin-top: -5px;
}
.backgroundtext {
  display: none;
}
.activeprojectstatus {
  color: red;
}
.backgroundimage {
  position: absolute;
  z-index: 0;
}
.foreground {
  position: absolute;
  z-index: 1;
  margin-top: 10px;
}
.foreground table.datatable th {
  padding: 10px;
  border-top: #f7f7f7;
  border-bottom: #f7f7f7;
  background: #ededed;
  background: rgba(237, 237, 237, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EDEDED, endColorstr=#99EDEDED)";
}
.foreground table.datatable th:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 1px solid #e2e2e2;
}
.foreground table.datatable th:last-child {
  border-right: 1px solid #e2e2e2;
}
.foreground table.datatable tr {
  text-align: center;
  padding-left: 20px;
  border: none;
}
.foreground table.datatable tr td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 1px solid #e2e2e2;
}
.foreground table.datatable tr td {
  padding: 7px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.foreground table.datatable tbody tr td {
  background: #fbfbfb;
  background: rgba(251, 251, 251, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FBFBFB, endColorstr=#99FBFBFB)";
}
.foreground table.datatable tr:not(:first-child) td {
  border-top: 1px solid #e2e2e2;
}
.foreground table.datatable.no-header tr:first-child td {
  border-top: 1px solid #e2e2e2;
}
.foreground table.datatable tr:nth-child(even) td {
  background: #f8f8f8;
  background: rgba(248, 248, 248, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F8F8F8, endColorstr=#99F8F8F8)";
}
.foreground table.datatable.selected-row tbody tr:hover td {
  background: #e2e2e2;
  background: rgba(226, 226, 226, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99E2E2E2, endColorstr=#99E2E2E2)";
}
.foreground h1 {
  background: #e0e0e0;
  background: rgba(224, 224, 224, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99E0E0E0, endColorstr=#99E0E0E0)";
}
.foreground h2 {
  background: #e0e0e0;
  background: rgba(224, 224, 224, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99E0E0E0, endColorstr=#99E0E0E0)";
}
.foreground h3 {
  background: #e0e0e0;
  background: rgba(224, 224, 224, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99E0E0E0, endColorstr=#99E0E0E0)";
}
.foreground .widget-header {
  background: #e0e0e0;
  background: rgba(224, 224, 224, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99E0E0E0, endColorstr=#99E0E0E0)";
}
.error-text {
  margin: 8px 15px 0px 15px;
  position: relative;
  color: red;
  font-weight: bold;
}
a {
  cursor: pointer;
}
.clearboth {
  clear: both;
}
.color-gray {
  color: gray !important;
}