﻿html,
body {
  margin: 0;
  padding: 0;
  color: #626461;
  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%;
  line-height: 1.3em;
}
html .fixedpagewidth,
body .fixedpagewidth {
  background-size: 1242px;
}
html .fullpagewidth,
body .fullpagewidth {
  background-size: 1860px;
}
.fixedpagewidth #minButton {
  display: none;
}
.fullpagewidth #maxButton {
  display: none;
}
#page {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#page .fullpagewidth {
  width: 1860px;
}
.fullpagewidth #page {
  width: 1860px;
}
.fixedpagewidth #page {
  width: 1242px;
}
#debug-date {
  font-weight: bold;
  color: red;
  position: absolute;
  z-index: 10000;
  top: 0px;
}
#deployment-task-info {
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  z-index: 10000;
  top: 30px;
  left: 700px;
}
#deployment-task-info a {
  color: red;
}
#logo {
  display: inline-block;
}
#logo a {
  margin: 5px 12px 0px 24px;
  background: url(Images/EN_Co-funded_color.svg) no-repeat center left;
  display: inline-block;
  width: 185px;
  height: 45px;
}
#logo_eui {
  margin: 5px 12px 0px 24px;
  background: url(Images/logo-EUI-horizontal.svg) no-repeat top left;
  display: inline-block;
  width: 185px;
  height: 30px;
  background-size: 180px;
}
#header {
  background-color: #F7F7F7;
  border-bottom: 1px solid #CFD1D2;
  background-image: url(Images/gecko.svg);
  background-position: right 30px bottom;
  background-repeat: no-repeat;
  background-size: 200px auto;
  min-height: 105px;
}
#header-info {
  vertical-align: top;
  display: inline-block;
  margin: 5px;
  margin-bottom: 0;
  line-height: normal;
}
.fullpagewidth #header-info {
  width: 1330px;
}
.fixedpagewidth #header-info {
  width: 700px;
}
#project-info {
  width: 100%;
}
#project-info,
#header-menu {
  background-color: #fcfcfc;
  display: inline-block;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CFD1D2;
}
#project-info .content-wrapper {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}
#project-info .fa-star {
  float: left;
  font-size: 18px;
  vertical-align: top;
  margin-right: 5px;
}
#user-info {
  display: inline-block;
  width: 290px;
  vertical-align: top;
  margin-top: 20px;
}
#user-info i.fa.fa-user {
  font-size: 30px;
  padding-right: 10px;
}
#user-info i.fa.fa-power-off {
  margin-left: 3px;
  font-size: 20px;
  width: 22px;
}
#user-info .first-and-lastname {
  text-align: right;
  padding-right: 15px;
}
#Revision {
  position: absolute;
  top: 0;
}
.fullpagewidth #Revision {
  left: 92%;
}
.fixedpagewidth #Revision {
  left: 75%;
}
#buttons {
  clear: both;
  padding-left: 22px;
  padding-right: 23px;
  background-color: #F7F7F7;
  height: 41px;
  border-top: 1px solid #cfd1d2;
  border-bottom: 1px solid #cfd1d2;
}
#buttons button {
  margin: 0 1px;
}
#body {
  clear: both;
  padding-bottom: 35px;
}
.main-content {
  padding: 10px 20px 20px 20px;
}
.content-wrapper {
  margin: 0 auto;
}
#validation-summary {
  display: none;
}
#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: #626461;
  background-color: #F7F7F7;
  border: 1px solid #CFD1D2;
  -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;
}
.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;
}
.bigpageoverlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 1242px;
  z-index: 200000;
  margin-left: -20px;
  background-color: white;
}
.loginmessage {
  min-height: 150px;
  top: 110px;
}
h5 {
  font-size: 12px;
  text-decoration: underline;
}
.darkgreyrow {
  background-color: #f0f0f0;
}
.lightgreyrow {
  background-color: #f8f8f8;
}
.clearboth {
  clear: both;
}
.current-select-item {
  background-color: #c4ffa1;
}