﻿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;
  min-height: 100%;
  height: auto;
}
html {
  height: 100%;
}
.bigpageoverlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 1242px;
  z-index: 200000;
  margin-left: -260px;
  background-color: white;
}
.ui-widget-overlay {
  background: #333333 !important;
}
#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;
}
.gecko-logo-bottom {
  background-image: url(Images/gecko.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 240px auto;
  width: 240px;
  height: 60px;
  margin-left: 10px;
  position: absolute;
  bottom: 0;
}
#page {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  height: 100%;
  box-shadow: 0px 0px 20px black;
}
#page:after {
  clear: both;
  content: "";
  display: block;
}
#page-right {
  float: left;
  width: 1002px;
}
#page-left {
  float: left;
  width: 240px;
}
html .fixedpagewidth,
body .fixedpagewidth {
  background-size: 1242px;
}
.fullpagewidth #page {
  width: 1860px;
}
.fixedpagewidth #page {
  width: 1242px;
}
.fixedpagewidth #page-right {
  width: 1002px;
}
.fullpagewidth #page-right {
  width: 1620px;
}
.fixedpagewidth #minButton {
  display: none;
}
.fullpagewidth #maxButton {
  display: none;
}
html .fullpagewidth,
body .fullpagewidth {
  background-size: 1860px;
}
#page .fullpagewidth {
  width: 1860px;
}
#logo {
  background-color: #d3e9bc;
  padding: 8px 15px;
  height: 96.9px;
}
#page-left #logo {
  padding: 5px;
  width: 100%;
  box-shadow: 0px 0px 3px #333;
}
#page-left #shadowoverlaycontainer {
  float: right;
}
#page-left #shadowoverlay {
  position: absolute;
  height: 96.9px;
  width: 20px;
  margin-left: -15px;
  z-index: 10;
  margin-top: -5px;
  background-color: #d3e9bc;
}
#logocontainer {
  box-shadow: 0px 0px 10px #333;
  margin-bottom: 10px;
}
#logo a {
  background: url(Images/Logo.png) no-repeat top left;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#mainnav {
  padding-top: 3px;
  background-color: #d3e9bc;
  position: relative;
  box-shadow: 0px 0px 3px #333;
  margin-bottom: 10px;
  clear: both;
  overflow: visible;
}
#mainnav .float-right {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
#mainnav .float-right a {
  padding: 23.5px 15px;
  cursor: pointer;
}
#mainnav .float-right a .fa {
  color: #333;
  font-size: 20px;
}
#mainnav a:hover {
  background-color: #c9dbed;
  color: black;
}
#header {
  box-shadow: 0px 0px 10px #333;
  margin-bottom: 10px;
}
#header-center {
  width: 610px;
  float: left;
}
.fixedpagewidth #header-center {
  width: 510px;
  float: left;
}
.fullpagewidth #header-center {
  width: 880px;
  float: left;
}
#project-info {
  background-color: #f6f6f6;
  vertical-align: top;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bbb;
  min-height: 50px;
}
#project-info .content-wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 38px;
}
#project-info .fa-star {
  font-size: 20px;
  vertical-align: top;
  margin-right: 5px;
}
#quick-navigation {
  float: left;
  width: 170px;
  margin: 0 10px;
  vertical-align: top;
}
#quick-navigation #Search {
  margin-top: 6px;
  margin-bottom: 5px;
}
#user-info {
  text-align: right;
  float: right;
  display: inline-block;
  width: 185px;
  vertical-align: top;
}
#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;
  float: left;
  padding-right: 10px;
}
#user-info .first-and-lastname {
  text-align: right;
  padding-right: 15px;
}
#buttons button {
  margin: 0 1px;
}
#body {
  clear: both;
  padding-bottom: 35px;
}
.main-content {
  padding: 10px 20px 20px 10px;
}
.content-wrapper {
  margin: 0 auto;
}
.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;
}
.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)";
}
#validation-status-content {
  padding-left: 20px;
}
#validation-status-content .validation-summary-errors {
  width: 942px;
  overflow: auto;
}
#validation-status-content .validation-summary-errors ul {
  float: left;
}
#validation-summary {
  display: none;
}
.borderedcontent {
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  background-color: white;
  padding-right: 20px;
  padding-bottom: 2px !important;
}
#validation-status i {
  color: #b94a48;
}
/* Info Popup for success messages
----------------------------------------------------------*/
#infoMessage,
#waitMessage {
  padding: 20px;
  color: #333;
  background-color: #F1F1F1;
  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;
}
.ui-dialog-title {
  background: none !important;
  background-color: #e6edf2 !important;
}
.clearboth {
  clear: both;
}
.current-select-item {
  background-color: #c4ffa1;
}
.lightgreen {
  background-color: #CCFFCC !important;
}
.lightorange {
  background-color: #FFDDCC !important;
}
.color-gray {
  color: gray !important;
}