@import url("menus.css");
@import url("tables.css");
@import url("complete_selection.css");
@import url("templates.css");
@import url("generated_reports.css");
@import url("periodic_jobs.css");
@import url("access_control.css");
@import url("licensestatus.css");
@import url("system_info.css");
@import url("mappingeditor.css");

html,
body {
  padding: 0;
  margin: 0;
  background-color: #f9f9f9;
}

html {
  overflow: auto !important;
}

body,
input,
select,
button,
textarea,
table {
  font-size: 10pt;
  font-family: Source Sans Pro;
}

body {
  behavior: url("/js/csshover.htc");
}

#ofooter_wrapper,
#wrapper {
  width: 100%;
  position: relative;
}

/* used by tooltip, to hide select boxses [IE bug] */
#wrapper.hideSelect select {
  visibility: hidden;
}

#header {
  position: fixed;
  height: 65px;
}

a#logo {
  top: 0;
  position: absolute;
  text-indent: -9999pt;
  margin: 0;
  padding: 0;
  width: 141px;
  height: 65px;
  background: url("/gfx/openit-logo.png") no-repeat;
}

a#snowlogo {
  top: 0;
  position: absolute;
  text-indent: -9999pt;
  margin: 0;
  padding: 0;
  width: 141px;
  height: 65px;
  background: url("/gfx/snow_logo.png") no-repeat;
}

a#companylogo {
  top: 0;
  position: absolute;
  text-indent: -9999pt;
  margin: 0;
  padding: 0;
  width: 141px;
  height: 65px;
  background: url("/gfx/company_logo.gif") no-repeat;
}

#coreserver {
  left: 150px;
  position: absolute;
  font-size: 25px;
  padding-top: 20px;
  font-style: italic;
  font-weight: 800;
}

#mainContainer {
  width: calc(100% - 120px);
  right: 0px;
  position: absolute;
  padding: 2em 2em 0 2em;
  top: 65px;
  background: white;
}

#mainContainer_tiny {
  right: 0px;
  position: absolute;
  padding: 2em 2em 0 2em;
  background: white;
}

#content {
  clear: both;
  background: white;
  min-width: 1024px;
}

#spacer {
  padding: 0;
  position: relative;
  min-height: calc(100vh - 200px - 2em);
}

#footer {
  clear: both;
  margin: 20em;
  padding: 20px;
  text-align: center;
  position: relative;
}

form {
  margin: 0;
  padding: 0;
}

p {
  margin: 0px 0 1em 0;
}

h2 {
  margin: 0px 0 1em 0;
  font-size: 12pt;
}

fieldset {
  margin: 0 0 1em 0;
  padding: 0 1em 1em 1em;
  border: 1px solid #eeeeee;
  z-index: 0;
}

fieldset fieldset {
  vertical-align: middle;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  padding: 0.25em;
  border: none;
}

legend {
  vertical-align: middle;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  padding: 0.25em;
  color: #4c6177;
}

legend img,
legend span.png {
  vertical-align: middle;
  margin-right: 0.5em;
}

input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="reset"],
input[type="radio"],
label {
  cursor: pointer;
}

input,
select,
button,
textarea {
  vertical-align: middle;
}

label {
  vertical-align: middle;
  margin: 3px 6px 0 3px;
}

label input,
label img {
  vertical-align: middle;
}

label img,
label span.png {
  vertical-align: middle;
  margin-right: 0.5em;
}

#presentation_report_type label {
  margin-right: 20px;
}

h2#error {
  height: 25px;
  margin: 0 0 10px 0;
  padding-top: 2px;
  padding-left: 30px;
  background-image: url("/gfx/icons/stop24.png");
  background-repeat: no-repeat;
}

.clearer {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 1px;
}

/* Console log */

#console_log {
  position: relative;
  border: 1px solid #879bb3;
  padding: 0 0 0 10px;
  margin: 0;
}

#console {
  color: #aaaaaa;
  height: 76px;
  padding: 1px 1px 1px 0px;
  overflow: auto;
  font-family: Consolas, "Lucida Console", monospace;
  font-size: 8pt;
  margin: 0;
}

/* Login Form */

#loginform .field {
  margin-bottom: 1em;
  clear: both;
}

#loginform .field label {
  display: block;
  width: 6em;
  float: left;
}

/* Legal agreement */

#contract {
  height: 30em;
  width: 100%;
  margin: 0 0 0 0;
  font-family: Consolas, "Lucida Console", monospace;
  font-size: 9pt;
  border: none;
}

#legalform #buttons {
  text-align: center;
}

/* Loading screen */

#loading:before {
  content: "Loading...";
}

#loading {
  display: none;
  position: fixed;
  z-index: 350;
  top: 58px;
  right: 0px;
  background-color: #605e5e;
  color: white;
  padding: 6px;
  margin-top: 8px;
}

/* Error box */

#error_background {
  display: none;
  position: absolute;
  background: gray;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 800;
  filter: alpha(opacity=40);
  opacity: 0.4;
}

#error_box {
  display: none;
  width: 290px;
  left: 40%;
  top: 250px;
  position: absolute;
  border: 3px solid #cc0000;
  background: white;
  z-index: 1020;
  padding: 10px;
}

#error_box h1 {
  height: 27px;
  background-image: url("/gfx/icons/stop32.png");
  background-repeat: no-repeat;
  margin: 0 0 10px 0;
  padding: 5px 0 0 35px;
  font-size: large;
}

/* Tooltips */

.tooltip_content {
  display: none;
}

.tip {
  font-size: 8pt;
  padding: 3px;
  text-decoration: none;
  cursor: help;
}

/* ie 7.x bug fix - start */
.select_overflow_wrapper {
  position: relative;
}
#classificationvaluesList {
  position: absolute;
}
/* ie 7.x buf fix - end */

.warning {
  background-image: url("/gfx/icons/warning16.png");
  background-repeat: no-repeat;
  background-position: 0 1px;
  padding-left: 20px;
  color: red;
}

.adminroles:before {
  margin-left: -1em;
  margin-right: 0.1em;
}

.roleslist {
  padding-left: 10px;
  text-indent: 3px;
  list-style: none;
  list-style-position: outside;
}

#banner-header,
#banner-footer {
  background-color: #ff9999;
  filter: alpha(opacity=70);
  height: 2.5em;
  position: fixed;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  opacity: 0.7;
  width: 100%;
  z-index: 1;
}

#banner-header p,
#banner-footer p {
  margin: 0.4em 0 0;
}

#banner-header {
  top: 0;
}

#banner-footer {
  bottom: 0;
}

hr {
  background-color: #879bb3;
  color: #879bb3;
  border: none;
  height: 1px;
}

#paging {
  float: right;
}
#paging a {
  text-decoration: none;
  color: #0000ff;
  cursor: hand; /* for IE6 */
  cursor: pointer;
}
#paging a:hover {
  text-decoration: underline;
  color: #0099ff;
}
#paging a.pageselected {
  text-decoration: none;
  color: #ff0000;
  font-weight: bold;
}
#rowpage,
#rowslabel {
  float: right;
}

.clsRowPage {
  /* no style */
}
.clsPaging {
  padding: 3px 4px 0px 0px;
}

.clsRowPage-IE,
.clsPaging-IE {
  margin-top: -22px;
}

.highcharts-export-menu {
  right: -2px !important;
}

.highcharts-container span {
  background-color: #ffffff;
}

.ui-datepicker-trigger {
  vertical-align: middle;
  margin-left: 4px;
  height: 18px;
  margin-top: 9px;
  cursor: pointer;
}

.ui-datepicker {
  margin-left: 145px;
}

div.error-box {
  color: #f00;
  border: 2px solid #f00;
  padding: 7px 12px;
  margin: 10px;
}

#configuration_save {
  padding: 3px 0px 0px 0px;
  margin-left: 168px;
}

#configuration_save input {
  width: 61px;
}

h2#handle_editor_header {
  height: 25px;
  margin: 0 0 1em 0;
  padding-top: 2px;
  padding-left: 30px;
  background-image: url("/gfx/icons/contract24.png");
  background-repeat: no-repeat;
}
#handle_file_control1 {
  position: absolute;
  right: 1em;
}

#handle_file_control2 {
  margin-top: 1em;
  float: right;
}

#edit_handle_file_control {
  margin-top: 1em;
  float: right;
}

h2#handle_viewer_header {
  height: 25px;
  margin: 0 0 1em 0;
  padding-top: 2px;
  padding-left: 30px;
  background-image: url("/gfx/icons/contract24.png");
  background-repeat: no-repeat;
}

.add-handle-btn {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
}

input.validate:invalid {
  background-color: #ffdddd;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

#spacer .ui.input.field {
  width: 54.8%;
}

#formconfig .button {
  width: 6%;
}

#generated_reports_wrapper {
  overflow: auto;
  width: 93%;
  margin: 0 auto;
  position: relative;
  min-width: 800px !important;
}

#generated_reports_header {
  position: relative;
  height: 70px;
}

#line_hr {
  background-color: #879bb3;
  color: #879bb3;
  border: none;
  height: 1px;
}

#report_contents {
  overflow: auto;
  padding-top: 10px;
}

#other_links {
  float: right;
}

#chart_type {
  margin-top: -2px;
  padding: 0em 1em;
}

.minWidth {
  min-width: 65em !important;
}

.message {
  word-break: break-word;
}
