﻿html,
body {
  margin: 0;
  padding: 0;
  color: #626461;
  background-image: url(Images/Layout/white.jpg);
  background-position: center;
  background-size: 1242px;
  background-repeat: repeat-y;
  font-family: Arial;
  font-size: 12px;
  height: 100%;
  line-height: 1.3em;
}
.fixedpagewidth {
  background-color: #626461;
}
.bigpageoverlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 1242px;
  z-index: 200000;
  margin-left: -20px;
  background-color: white;
}
#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;
}
#isTestSystem {
  font-weight: bold;
  color: red;
  z-index: 10000;
  top: 0px;
}
#page {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.fixedpagewidth #page {
  width: 1242px;
}
.red {
  color: red;
}
.lightgreen {
  background-color: #CCFFCC !important;
}
.lightorange {
  background-color: #FFDDCC !important;
}
.activeprojectstatus {
  color: red;
}
.approvedprojectstatus {
  color: forestgreen;
}
#logo {
  display: inline-block;
}
#logo a {
  background-size: 100% !important;
  margin: 5px;
  background: url(Images/Logo.gif) no-repeat top left;
  display: inline-block;
  width: 212px;
  height: 69px;
}
#header {
  background-color: #F7F7F7;
  border-bottom: 1px solid #CFD1D2;
  background-image: url(Images/gecko.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 200px auto;
  min-height: 120px;
}
#header-info {
  vertical-align: top;
  display: inline-block;
  width: 713px;
  margin: 5px;
  margin-bottom: 0;
  line-height: normal;
}
#project-info {
  width: 650px;
  float: left;
}
#pr-info {
  width: 60px;
  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,
#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 {
  float: left;
}
#project-info .fa-star {
  float: left;
  font-size: 20px;
  vertical-align: top;
  margin-right: 5px;
}
#user-info {
  display: inline-block;
  width: 270px;
  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;
}
#buttons {
  clear: both;
  padding-left: 22px;
  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-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;
}
#validation-summary {
  display: none;
}
/* 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;
}
.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)";
}
.progressbar {
  width: 115px;
  white-space: nowrap;
  font-size: 12px;
}
.ui-progressbar-value {
  padding-top: 3px;
}
.ui-progressbar-value span {
  padding-left: 40px;
}
.clearboth {
  clear: both;
}
.loginmessage {
  min-height: 150px;
  top: 110px;
}