.loginScreen {
  width: 1000px;
  margin: auto;
  background: white;
  padding: 20px;
}
.loginScreen .columns {
  display: flex;
  flex-flow: row nowrap;
}
.loginScreen .columns .leftColumn {
  flex: 3;
  padding: 20px;
}
.loginScreen .columns .leftColumn ol {
  font-size: 22px;
}
.loginScreen .columns .leftColumn ol li {
  color: black;
  padding-left: 20px;
  margin-bottom: 10px;
}
.loginScreen .columns .leftColumn p {
  font-size: 22px;
  font-weight: bold;
}
.loginScreen .columns .leftColumn .btnRegister {
  font-size: 22px;
}
.loginScreen .columns .rightColumn {
  flex: 2;
  background: #eee;
  padding: 20px;
  align-self: flex-start;
}
.loginScreen .content {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  display: flex;
  flex-flow: row nowrap;
}
.loginScreen .content .text {
  flex: 7;
  padding: 0px 40px 0px 20px;
}
.loginScreen .content .text h2 {
  margin: 0px;
}
.loginScreen .content .text p {
  text-align: justify;
}
.loginScreen .content .images {
  flex: 4;
}
.loginScreen .content .images img {
  width: 100%;
  margin-bottom: 20px;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Calibri';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
}
.header {
  background: #00693f;
  color: white;
  font-weight: bold;
  position: relative;
}
.header a {
  display: block;
  padding: 20px 20px;
  color: white;
  text-decoration: none;
  font-size: 30px;
}
.header .logo {
  position: absolute;
  right: 10px;
  top: 10px;
}
.header .logo img {
  height: 60px;
}
.header .logo img.ccLogo {
  margin-left: 20px;
  border-right: 5px solid white;
}
.header.cloud4cp {
  background: #888 !important;
}
.page {
  position: relative;
}
.pageMain {
  display: flex;
}
.mainMenu {
  color: #ddd;
  flex-shrink: 0;
  width: 260px;
  background: #222222;
}
.mainMenu h2 {
  margin: 0px;
  font-size: 15px;
}
.mainMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
}
.mainMenu ul li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #555;
}
.mainMenu ul li>div {
  padding: 15px 0px 15px 20px;
}
.mainMenu ul li a {
  padding: 15px 0px 15px 20px;
  color: #ddd;
  display: block;
  text-decoration: none;
}
.mainMenu ul li a:hover {
  color: white;
}
.mainMenu ul li a.white {
  color: white;
}
.mainMenu ul li a.indent {
  padding-top: 0px;
  padding-left: 35px;
}
.content {
  flex-grow: 1;
  min-height: 500px;
}
.content .contentTop {
  background: white;
  padding: 10px 20px;
}
.content .contentTop .rightPanel {
  float: right;
}
.content h1 {
  margin: 0px;
  padding: 0px;
}
form th {
  text-align: left;
}
ul.error {
  color: red;
}
.footer {
  background: #ddd;
  padding: 50px 0px 10px 0px;
  text-align: center;
}
a.button {
  display: inline-block;
  background: #eee;
  border: 1px solid gray;
  padding: 5px 20px;
  text-decoration: none;
}
a.button:hover {
  background: #ddd;
}
.console {
  width: 600px;
  height: 400px;
  overflow: scroll;
  padding: 10px;
  background: #333;
  color: #ddd;
  font-family: Lucida Console;
  font-size: 13px;
  white-space: pre;
}
.cards {
  display: flex;
  padding: 20px;
}
.card {
  width: 100%;
  background: white;
  padding: 20px;
  margin: 10px;
}
.button1 {
  display: inline-block;
  padding: 10px 20px;
  background: #333;
  color: white;
  border: 1px solid black;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}
.button1:hover {
  background: #444;
}
.button2 {
  display: inline-block;
  padding: 3px 10px;
  background: #333;
  color: white;
  border: 1px solid black;
  margin-right: 5px;
  text-decoration: none;
  border-radius: 3px;
}
.button2:hover {
  background: #444;
}
.button2.red {
  background: #b20000;
}
.button2.red:hover {
  background: #d90000;
}
.button2.last {
  margin-right: 0px;
}
table.table1 {
  margin-top: 20px;
  border-spacing: 2px;
}
table.table1 thead tr th {
  background: #777;
  padding: 5px 10px;
  color: white;
  text-align: left;
  font-weight: normal;
}
table.table1 td {
  padding: 5px 10px 5px 10px;
}
table.table1 tr:nth-child(odd) {
  background: #ddd;
}
table.table1 tr:nth-child(even) {
  background: #eee;
}
table.table1 td.title {
  padding: 0px;
}
table.table1 td.title a {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  color: black;
}
.help {
  padding: 10px;
  background: #ffffd5;
  border: 1px solid #5f5f53;
  margin-bottom: 20px;
}
.help h2 {
  font-size: 16px;
  margin: 0px;
}
.help p:first-child {
  margin-top: 0px !important;
}
.help p {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
input[type=submit] {
  outline: none;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  background: #333;
  color: white;
  border: 1px solid black;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
}
input[type=submit]:hover {
  background: #444;
}
input[type=submit].red {
  background: #b20000;
}
input[type=submit].red:hover {
  background: #d90000;
}
input[type=text],
input[type=password] {
  padding: 2px 5px;
  font-family: calibri;
  font-size: 16px;
}
select {
  padding: 2px 5px;
  font-size: 16px;
  font-family: calibri;
}
ul.tabsNavi {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.tabsNavi li {
  background: white;
  z-index: 1000;
  position: relative;
  top: 1px;
  display: inline-block;
  border: 1px solid gray;
}
ul.tabsNavi li a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}
ul.tabsNavi li.active {
  font-weight: bold;
  border-bottom: 1px solid white !important;
}
ul.tabsNavi li.active a {
  padding-top: 7px !important;
}
.tabs {
  border: 1px solid gray;
}
.tabs .tab {
  padding: 20px;
}
.tabs .tab img {
  max-width: 100%;
}
.tabs #gMap {
  width: 100%;
  height: 450px;
}
td.statusRunning {
  background: lime;
}
td.statusTerminated {
  background: yellow;
}
.card .documentation {
  display: flex;
  align-items: stretch;
}
.card .documentation .chaptersIndex {
  width: 250px;
  flex-shrink: 0;
  flex-grow: 0;
}
.card .documentation .chaptersIndex li.selected a {
  color: black;
  font-weight: bold;
}
