/* ===== Base Styles ===== */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #808080;
  margin: 0;
}

#error-txtBox h2 {
  
  font-weight: bold;
  color: #1a1a1a;
  margin: 10px 0 20px 0;
}

h3 {
  font-size: 18px;
  color: #000ae5;
}

h3.up {
  font-size: 21px;
  color: #1a1a1a;
}

h3.header {
  font-size: 19px;
  color: #013770;
  text-align: center;
  margin: 10px;
}

h3#serverHeader,
h3#assemblyHeader,
h3#componentsHeader,
h3#pluginsHeader {
  margin-top: 30px;
}

a {
  color: #000ae5;
}

/* ===== Layout ===== */
.pheader {
  padding: 30px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

.main {
  width: 90%;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 0 8px rgb(13 33 46 / 5%);
  overflow-x: hidden;
  overflow-y: auto;
  margin: auto;
  text-align: center;
  padding: 10px;
}

#left {
  float: left;
  margin-left: 15px;
}

#right {
  float: right;
  margin: 15px 20px 0 0;
}

#versionslist,
iframe {
  display: none;
  visibility: hidden;
}

#errmsg {
  display: none;
  visibility: hidden;
  color: red;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  font-size: 110%;
  border: 1px solid red;
  border-radius: 8px;
  width: 70%;
  margin: 100px auto 0;
}

#logo {
  float: left;
}

#assemblyVersion {
  text-align: right;
}

/* ===== Boxes ===== */
#pluginBox,
#serverBox,
#assemblyBox,
#componentsBox {
  width: 90%;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 0 0 8px rgb(13 33 46 / 5%);
  margin: auto;
  display: block;
  overflow: auto;
}

#serverBox h3.header,
#assemblyBox h3.header,
#componentsBox h3.header {
  padding: 1px;
}

#statusBox {
  margin: 10px;
}

/* ===== Tables ===== */
.pluginTable,
.serverTable,
.assemblyTable,
.componentsTable {
  width: 100%;
  border-spacing: 0;
  background-color: #fff;
  border-color: #000ae5;
  text-align: left;
}

th {
  text-align: left;
  padding: 15px;
  background-color: #fff;
  color: #000ae5;
  border-bottom: 1px solid #ccc;
}

td {
  padding: 15px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

/* ===== Buttons ===== */
#showVersionsBtn,
#backBtn {
  background-color: #000ae5;
  border: 1px solid #000ae5;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-align: center;
  text-shadow: none !important;
  padding: 10px;
  cursor: pointer;
}

#backBtn {
  font-size: 15px;
  margin-top: 40px;
}

#showVersionsBtn:hover,
#backBtn:hover {
  background-color: #3d45eb;
  border-color: #3d45eb !important;
  color: #fff !important;
}

/* ===== Error Page ===== */
#error-txtBox {
  
  margin-top: 200px;
  text-align: left;
  padding: 20px;
  color: #808080;
}

#error-imgBox {
  float: right;
  height: 500px;
  width: 500px;
  background: url("../img/error.png") no-repeat;
  text-align: left;
}

#error-logoBox {
  background: url("../img/logo_archive_smart.png") no-repeat;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}

/* ===== Scrollbar ===== */
::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #ccc;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #000ae5;
}
