/* Variables */
/* Color definitions */
/* TODO Extract to separate SCSS to share ad merge between other SCSS files*/
/* Theme definitions */
/* Tag overrides */
a {
  color: rgb(0, 106, 86);
  text-decoration: none;
}
a img {
  margin-right: 3px;
  vertical-align: middle;
}
a:hover:not(.button) {
  text-decoration: underline;
}

.msg-form a {
  color: rgb(0, 106, 86) !important;
  text-decoration: none !important;
}

button {
  font-family: inherit;
}
button img {
  margin-right: 4px;
  vertical-align: text-bottom;
}
button i.fa {
  /* Fixes FA icons being off-center due to default margin */
  margin-right: 0;
}

fieldset {
  margin: 5px;
  padding: 12px;
}

h3 {
  color: rgb(0, 106, 86);
  font-size: 1em;
  margin: 0 0 0 0;
  padding-bottom: 5px;
}

i.fa {
  margin-right: 5px;
}

img {
  border: none;
}

iframe {
  border: none;
}

input {
  font-family: inherit;
  margin-top: 3px;
}
input:not([type=checkbox]):not([type=file]):not(.hasDatepicker):not([type=radio]):not(#printPageRangeInputDocuVieware1) {
  width: 100%;
}
input.input-xs {
  max-width: 100px;
}
input.input-sm {
  max-width: 200px;
}
input.input-md {
  max-width: 300px;
}
input.input-lg {
  max-width: 400px;
}
input.input-xl {
  max-width: 500px;
}

/*Bootstrap Inline Tip Override*/
input::placeholder {
  color: #CCCCCC !important;
  font-size: smaller !important;
  font-style: italic !important;
}

input::-moz-placeholder {
  color: #CCCCCC !important;
  font-size: smaller !important;
  font-style: italic !important;
}

input:-ms-input-placeholder {
  color: #CCCCCC !important;
  font-size: smaller !important;
  font-style: italic !important;
}

input::-webkit-input-placeholder {
  color: #CCCCCC !important;
  font-size: smaller !important;
  font-style: italic !important;
}

/*Bootstrap Required Field Indicator*/
h3.required:after {
  content: "*";
  color: red;
}

/* Make sure we don't override the DocuVieware dialog styles */
.dv-button input {
  display: inline-block;
}

.dvUi-dialog input {
  margin-top: 0 !important;
  padding: 2px !important;
}
.dvUi-dialog input.minicolors-input {
  padding-left: 30px !important;
  width: auto !important;
}
.dvUi-dialog legend {
  border-bottom: 1px solid hsl(0deg, 0%, 33.3%);
  padding-bottom: 5px;
  width: 100% !important;
}
.dvUi-dialog textarea {
  box-shadow: none;
}

input:not(.ui-spinner-input):not([type=checkbox]):not([type=image]):not([readonly=readonly]):not([type=radio]):not(#printPageRangeInputDocuVieware1), textarea, select, .uneditable-input {
  border: 1px solid hsl(0deg, 0%, 80%);
  border-radius: 3px;
  box-shadow: 0 1px 1px hsla(0deg, 0%, 0%, 0.08) inset;
  color: hsl(0deg, 0%, 20%);
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin-top: 3px;
  padding: 0.5rem;
  vertical-align: middle;
}

input[readonly=readonly]:not(.hasDatepicker), input[readonly=readonly]:not(.hasDatepicker):hover {
  background-color: hsl(0deg, 0%, 93.3%);
  border: none !important;
  cursor: default;
}

/* Make sure we don't override the DocuVieware dialog styles */
legend {
  /*border-bottom: 1px solid $webdocs-med-gray;*/
  font-size: 1.5em;
}

select {
  font-family: inherit;
  width: 210px;
}

textarea:hover,
input:not(.ui-spinner-input, .hasDatepicker):not([type=checkbox]):not([type=image]):not([type=radio]):not([type=file]):hover {
  border: 1px solid hsl(0deg, 0%, 74.1%);
}

textarea:focus,
input:not(.ui-spinner-input, .hasDatepicker):not([type=checkbox]):not([type=image]):not([type=radio]):not([type=file]):focus {
  border: 1px solid hsl(201.9deg, 42.3%, 70.8%);
}

textarea[disabled=disabled] {
  background-color: hsl(0deg, 0%, 93.3%);
}

li {
  margin-bottom: 5px;
}

td, th {
  padding: 3px;
}

ul {
  list-style-type: none;
  padding-left: 15px;
}

.logo-banner {
  display: flex;
}

/* jQueryUI customizations */
.ui-icon.white {
  background-image: url("/content/themes/base/images/ui-icons_ffffff_256x240.png") !important;
}

.button.ui-widget-content {
  background: hsl(0deg, 0%, 100%) !important;
}

.ui-widget-content:not(#login.ui-widget-content) {
  background: hsl(0deg, 0%, 100%) !important;
}

.ui-widget-header {
  border: 0px !important;
  border-bottom: 1px solid hsl(0deg, 0%, 80%) !important;
  font-weight: normal !important;
  color: hsl(0deg, 0%, 26.7%) !important;
  outline: none !important;
}
.ui-widget-header .ui-state-default {
  background: hsl(0deg, 0%, 100%) !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid hsl(51.5deg, 94.3%, 59%) !important;
  background: rgb(0, 106, 86);
  color: hsl(0deg, 0%, 21.2%) !important;
  padding: 0.7em !important;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: hsl(0deg, 0%, 21.2%) !important;
  text-decoration: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 106, 86) !important;
  border: 1px solid rgb(0, 106, 86) !important;
}

.ui-tabs .ui-tabs-nav {
  border: 0px !important;
  border-bottom: 1px solid hsl(0deg, 0%, 80%) !important;
  background: #FFFFFF !important;
}

.ui-autocomplete-loading {
  background: hsl(0deg, 0%, 100%) url("/styles/images/ui-anim_basic_16x16.gif") right center no-repeat !important;
}

.ui-datepicker-trigger {
  background: none;
  border: none;
  border-radius: 0;
  height: 30px;
  padding: 0;
}
.ui-datepicker-trigger:hover {
  background: none;
}

/* Set spinner styles */
.ui-spinner {
  margin-top: 3px !important;
}
.ui-spinner .error {
  margin-right: 20px;
}

/* Override styles for jQueryUI dialogs */
.ui-dialog {
  padding: 0 !important;
}

.ui-dialog, .ui-dialog-titlebar {
  border-radius: 0 !important;
}

/* no-close hides just the "close" button in the titlebar */
.no-close .ui-dialog-titlebar-close {
  display: none;
}

/* no-titlebar hides the title bar altogether */
.ui-dialog-no-titlebar .ui-dialog-titlebar {
  display: none;
}

/* Validator Tips */
.tippy-box[data-theme~=validation] {
  background-color: red;
  color: white;
}

.tippy-box[data-theme~=validation][data-placement^=top] > .tippy-arrow::before {
  border-top-color: red;
}

.tippy-box[data-theme~=validation][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: red;
}

.tippy-box[data-theme~=validation][data-placement^=left] > .tippy-arrow::before {
  border-left-color: red;
}

.tippy-box[data-theme~=validation][data-placement^=right] > .tippy-arrow::before {
  border-right-color: red;
}

.tippy-box[data-theme~=light] {
  background-color: hsl(47.6deg, 85%, 52.9%);
  color: black;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow::before {
  background-color: hsl(47.6deg, 85%, 52.9%);
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow::before {
  background-color: hsl(47.6deg, 85%, 52.9%);
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow::before {
  background-color: hsl(47.6deg, 85%, 52.9%);
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow::before {
  background-color: hsl(47.6deg, 85%, 52.9%);
}

.tippy-box[data-theme~=white] {
  background-color: white;
  border: 1px solid #AAAAAA;
  color: black;
}

.tippy-box[data-theme~=white][data-placement^=top] > .tippy-arrow::before {
  background-color: none;
}

.tippy-box[data-theme~=white][data-placement^=bottom] > .tippy-arrow::before {
  background-color: none;
}

.tippy-box[data-theme~=white][data-placement^=left] > .tippy-arrow::before {
  background-color: none;
}

.tippy-box[data-theme~=white][data-placement^=right] > .tippy-arrow::before {
  background-color: none;
}

/* Classes */
.advon {
  background: url("/images/tick.png") right no-repeat;
  font-weight: bold;
}

.advoff {
  background: url("/images/cross.png") right no-repeat;
}

.app-header-logo {
  height: 25px;
  margin-right: 10px;
  margin-top: 8px;
}

.badge {
  border-radius: 10px;
  font-weight: bold;
  margin-left: 3px;
  padding: 1px 5px;
}
.badge.badge-blue {
  background-color: rgb(0, 106, 86);
  color: rgb(255, 255, 255);
}
.badge.badge-white {
  background: rgb(255, 255, 255);
  color: rgb(0, 106, 86);
}
.badge i.fa {
  margin-left: 3px;
}

.bold {
  font-weight: bold;
}

.button, button {
  background-color: hsl(0deg, 0%, 100%);
  border: 1px solid hsl(0deg, 0%, 80%);
  border-radius: 3px;
  color: hsl(0deg, 0%, 20%);
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding: 0.45rem 0.675rem;
}
.button:hover, button:hover {
  background-color: hsl(0deg, 0%, 90.2%);
}
.button.button-blue, button.button-blue {
  background-color: rgb(17, 113, 156);
  color: rgb(255, 255, 255);
}
.button.button-blue:hover, button.button-blue:hover {
  background-color: rgb(0, 70, 103);
  color: rgb(255, 255, 255);
}
.button.button-blue:disabled, button.button-blue:disabled {
  background-color: rgb(0, 70, 103);
  cursor: not-allowed;
}
.button.button-green, button.button-green {
  background-color: rgb(0, 106, 86);
  color: rgb(255, 255, 255);
}
.button.button-green:hover, button.button-green:hover {
  background-color: rgb(0, 68, 66);
  color: rgb(255, 255, 255);
}
.button.button-green:disabled, button.button-green:disabled {
  background-color: rgb(0, 68, 66);
  cursor: not-allowed;
}
.button.button-red, button.button-red {
  background-color: hsl(0deg, 86%, 39.2%);
  border-color: hsl(0deg, 86%, 39.2%);
  color: hsl(0deg, 0%, 100%);
}
.button.button-red:hover, button.button-red:hover {
  background-color: hsl(0deg, 86.1%, 25.7%);
}
.button.button-red:disabled, button.button-red:disabled {
  background-color: hsl(0deg, 86.1%, 25.7%);
  cursor: not-allowed;
}
.button.button-gray, button.button-gray {
  background-color: hsl(0deg, 0%, 96.9%);
  border-color: hsl(0deg, 0%, 96.9%);
  color: hsl(0deg, 0%, 33%);
}
.button.button-gray:hover, button.button-gray:hover {
  background-color: rgb(0, 70, 103);
  color: hsl(0deg, 0%, 100%);
}
.button.button-gray:disabled, button.button-gray:disabled {
  background-color: rgb(0, 70, 103);
  cursor: not-allowed;
}

.em {
  font-style: italic;
}

.fa-insite-dark-gray {
  color: hsl(208deg, 16%, 19%) !important;
}

.fa-webdocs-dark-blue {
  color: rgb(0, 70, 103) !important;
}

.fa-webdocs-blue {
  color: rgb(0, 106, 86) !important;
}

.fa-webdocs-green {
  color: rgb(0, 106, 86) !important;
}

.fa-color-white {
  color: rgb(255, 255, 255);
}

.font-mono {
  font-family: "Roboto Mono", Courier New, Courier, monospace;
}

.gridSearchFilterInput {
  margin-left: 5px;
}

.guid {
  width: 21em;
}

.has-contents {
  font-weight: bold;
}

.list-container {
  padding: 10px;
}

.list-container-menu {
  background-color: hsl(208deg, 17.6%, 83.3%);
  border-bottom: 1px solid hsl(0deg, 0%, 100%);
  border-left: 1px solid hsl(0deg, 0%, 60%);
  border-right: 1px solid hsl(0deg, 0%, 60%);
  margin-left: 3px;
  margin-right: 3px;
  padding: 8px;
}
.list-container-menu img {
  padding-right: 3px;
  cursor: pointer;
}

.list-header {
  background-color: hsl(0deg, 0%, 86.7%);
  border-bottom: 1px solid hsl(0deg, 0%, 60%);
  color: hsl(210deg, 50%, 26.7%);
  font-size: 1.1em;
  padding: 5px;
}

.list-header-actions-help {
  float: right;
}

.list-header-actions {
  float: left;
}

.select-label {
  float: right;
}

.list-item {
  height: 20px;
  list-style-type: none;
  text-indent: 0;
}

.list-selected {
  background: hsl(51.9deg, 87.4%, 75.1%) !important; /* Important is required to override the alternating row colors */
}

.list-separator {
  border-bottom: 1px solid hsl(0deg, 0%, 86.7%);
  height: 0 !important;
}

.page-content {
  height: calc(100vh - 85px);
  overflow-y: auto;
  width: 100%;
  position: relative;
  min-height: 400px;
}

.page-sub-header {
  color: hsl(214.3deg, 8.6%, 15.9%);
  font-size: 0.7rem;
}

.pageSizeList {
  width: 60px !important;
  padding: 3px;
}

.relevanceBar {
  padding: 1px;
}
.relevanceBar > div {
  height: 5px;
}
.relevanceBar .green {
  background-color: hsl(108.3deg, 73.8%, 31.4%);
}
.relevanceBar .orange {
  background-color: hsl(18.6deg, 95.5%, 56.9%);
}
.relevanceBar .red {
  background-color: hsl(0deg, 79.4%, 50.6%);
}
.relevanceBar .yellow {
  background-color: hsl(47.6deg, 85%, 52.9%);
}

.sub-heading {
  color: hsl(0deg, 0%, 33.3%);
}

.sub-content {
  -webkit-box-shadow: inset 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  -moz-box-shadow: inset 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  box-shadow: inset 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  height: 100%;
  overflow: hidden;
}
.sub-content form {
  height: 100%;
}

.treeview ul {
  background-color: none;
}

.ui-icon-refresh {
  cursor: pointer;
  float: right;
  margin-top: -3px;
}

.ui-layout-west {
  background: hsl(0deg, 0%, 96.9%);
  border-right: 1px solid hsl(0deg, 0%, 80%);
  overflow-y: auto;
}

/* Common table/grid styling */
.rjs-table {
  font-size: 1.1em !important;
  width: 99%;
}
.rjs-table > tbody tr:hover {
  background-color: rgb(235, 219, 193) !important;
}
.rjs-table > tbody tr:nth-child(even) {
  background-color: rgba(112, 165, 154, 0.1);
}
.rjs-table > tbody tr td {
  max-width: 250px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
}
.rjs-table > tbody tr td:first-child {
  background-color: rgb(227, 227, 227);
  border-right: 1px solid hsl(0deg, 0%, 66.7%);
}
.rjs-table > tbody tr td:nth-child(n+2) {
  cursor: pointer;
  text-align: left;
}
.rjs-table .actionButton {
  /* Note: prevents extra underline from showing up with the FontAwesome icons */
  text-decoration: none !important;
}
.rjs-table .tableActions {
  text-overflow: clip;
  min-width: 110px;
}
.rjs-table .tableInsertDate {
  min-width: 120px !important;
}
.rjs-table .tableNoteContent {
  overflow: hidden;
  white-space: normal;
}
.rjs-table .tableSelect {
  font-size: 20px; /* Required for consistent sizing in Firefox due to checkboxes that arent visible per user */
  width: 20px;
}
.rjs-table .tableSelect div.placeholder {
  height: 18px;
}
.rjs-table .tableTitle {
  min-width: 50px;
}
.rjs-table .pager-row {
  border-top: 1px solid rgb(169, 169, 169);
}
.rjs-table .pager-row table {
  border: none;
  float: right;
}
.rjs-table .pager-row table td {
  border: none !important;
  padding: 5px;
}
.rjs-table .pager-row td {
  background-color: rgb(227, 227, 227) !important;
  padding-bottom: 5px;
  text-align: right;
}
.rjs-table .header-row a {
  color: rgb(255, 255, 255);
}
.rjs-table .header-row th {
  background-color: rgb(77, 127, 113);
  color: rgb(255, 255, 255);
  font-weight: normal;
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rjs-table .header-row th:first-child {
  text-align: center;
}
.rjs-table .header-row th:nth-child(n+2) {
  text-align: left;
}

.rjs-table.fixed tbody {
  border-bottom: 1px solid #777;
}

/* Overall application layout content*/
#app-content {
  background: rgb(250, 250, 250);
  border: none;
  z-index: -1;
}

#app-footer {
  background: hsl(0deg, 0%, 53.3%);
  border-top: 1px solid hsl(0deg, 0%, 0%);
  color: hsl(0deg, 0%, 100%);
  margin: 0;
  padding: 3px;
  text-align: center;
}

#app-header {
  background: rgb(0, 68, 66);
  height: 40px;
  margin: 0;
  overflow: hidden;
  width: 100%;
  z-index: 1 !important;
}
#app-header ul {
  line-height: 40px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#app-header ul li {
  border-left: 1px solid rgb(0, 68, 66);
  display: block;
  float: left;
  height: 40px;
  margin-bottom: 0;
  text-align: center;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
#app-header ul li a {
  color: hsl(210deg, 36.8%, 92.5%);
  display: inline-block;
  height: 100%;
  padding: 0 10px;
}
#app-header ul li a:hover {
  text-decoration: none;
}
#app-header ul li i {
  color: hsl(210deg, 36.8%, 92.5%);
}
#app-header ul li:hover {
  background-color: rgb(112, 165, 154);
  cursor: pointer;
}
#app-header ul li:last-child {
  border-right: 1px solid rgb(0, 68, 66);
}
#app-header ul li.selectedMenuItem {
  background-color: rgb(77, 127, 113);
  text-decoration: none;
}
#app-header ul li.selectedMenuItem a {
  color: hsl(0deg, 0%, 100%) !important;
}
#app-header ul li.selectedMenuItem i {
  color: hsl(0deg, 0%, 100%);
}

#appName {
  color: hsl(0deg, 0%, 100%);
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  margin-left: 10px;
  position: relative;
}

#footer-toolbar {
  background-color: hsl(218.2deg, 64.7%, 96.7%);
  border-top: 1px solid hsl(0deg, 0%, 66.7%);
}
#footer-toolbar button {
  margin: 2px;
}

#header-menu {
  display: inline-block;
  float: right;
  z-index: 2 !important;
}

#header-username {
  color: hsl(210deg, 36.8%, 92.5%);
  padding: 0 10px;
}
#header-username:hover #username-submenu {
  display: block;
}

#header-username-menu-icon {
  background-image: url("/content/themes/base/images/ui-icons_ffffff_256x240.png");
  float: right;
  margin-top: 10px;
  width: 20px;
}

#username-submenu {
  background: hsl(0deg, 0%, 100%);
  border-bottom: 1px solid hsl(0deg, 0%, 66.7%);
  border-left: 2px solid hsl(0deg, 0%, 50%);
  border-top: 1px solid hsl(0deg, 0%, 93.3%);
  -webkit-box-shadow: 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  -moz-box-shadow: 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  box-shadow: 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  color: hsl(210deg, 50%, 40%);
  display: none;
  margin: 0 -5px;
  overflow: hidden;
  padding-left: 0;
  padding-top: 10px;
  z-index: 5 !important;
  min-width: 200px !important;
}
#username-submenu li {
  clear: both;
  height: 2em;
  padding-left: 15px;
}
#username-submenu li:hover {
  background-color: hsl(196.7deg, 60%, 94.1%);
}
#username-submenu li a {
  color: hsl(210deg, 50%, 40%);
  display: inline-block;
  line-height: 2em;
  margin-left: 0;
  padding: 0 !important;
  width: 100%;
}
#username-submenu li a:hover {
  text-decoration: none;
}
#username-submenu #username-profile-info, #username-submenu #version-profile-info {
  color: hsl(0deg, 0%, 33.3%);
  height: auto;
  padding: 10px 15px;
}
#username-submenu #username-profile-info:hover, #username-submenu #version-profile-info:hover {
  background-color: transparent;
}
#username-submenu #username-profile-info div, #username-submenu #version-profile-info div {
  margin-bottom: 5px;
}
#username-submenu #fullUsername {
  font-size: 1.2em;
}
#username-submenu #fullUsername:hover {
  background-color: none;
}
#username-submenu #userEmailAddress, #username-submenu #userLoginName {
  font-weight: normal;
}

/* IDs */
#annotationMenu {
  background-color: #fff;
  border-bottom: 1px solid hsl(0deg, 0%, 66.7%);
  border-left: 2px solid hsl(0deg, 0%, 50%);
  border-top: 1px solid hsl(0deg, 0%, 93.3%);
  box-shadow: 0 1px 3px -1px rgba(50, 50, 50, 0.5);
  display: none;
  height: 195px;
  padding: 5px;
  width: 180px;
}
#annotationMenu .dv-button {
  margin-bottom: 10px;
  margin-top: 10px;
}
#annotationMenu .dv-button i, #annotationMenu .dv-button img {
  margin-right: 0;
}
#annotationMenu .dv-button img {
  height: 22px;
  width: 22px;
}

#documentsGridView {
  float: left;
  font-size: 11px;
}
#documentsGridView tr:last-of-type {
  background: hsl(0deg, 0%, 80%);
}

#loadingHolder {
  padding: 3px;
}

#pageHeader, .page-header {
  background-color: rgb(227, 227, 227);
  border-bottom: 1px solid hsl(0deg, 0%, 66.7%);
  -webkit-box-shadow: 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  -moz-box-shadow: 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  box-shadow: 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 5px;
}

#results {
  padding: 3px;
  text-align: right;
  width: 99%;
}
#results .actions {
  float: right;
}
#results .actions input {
  padding-bottom: 5px;
}
#results .PageSize {
  float: left;
}
#results .paging {
  float: left;
  width: 65%;
  text-align: center;
  padding-top: 10px;
}
#results .paging .text {
  /*vertical-align: middle;*/
}
#results .menu-separator {
  color: hsl(0deg, 0%, 66.7%);
  font-size: 20px;
}

#search-container {
  height: 100%;
}
#search-container #search-results {
  height: 100%;
  overflow: auto;
}

#status {
  background: hsl(120deg, 100%, 97.1%);
  border: 2px solid hsl(120deg, 100%, 25.1%);
  color: hsl(120deg, 100%, 25.1%);
  font-weight: bold;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 400px;
}

#status-message {
  font-size: 1.1em;
  padding: 10px;
}
#status-message a {
  color: hsl(210deg, 50%, 40%) !important;
}
#status-message a:hover {
  text-decoration: underline !important;
}
#status-message p {
  min-height: 18px;
  display: table-cell;
}
#status-message p span, #status-message p strong {
  vertical-align: middle;
}

#statusRow {
  margin: 5px;
  padding: 5px;
  text-align: center;
}

#toolbar {
  background: hsl(0deg, 0%, 96.1%);
  border-bottom: 1px solid hsl(0deg, 0%, 66.7%);
  color: hsl(0deg, 0%, 20%);
  -webkit-box-shadow: 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  -moz-box-shadow: 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  box-shadow: 0 1px 3px -1px hsla(0deg, 0%, 19.6%, 0.5);
  display: inline-block;
  line-height: 1rem;
  width: 100%;
  /* Note: This fixes a bug in Firefox which renders <button> elements with extra inner height. */
}
#toolbar button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#toolbar .button, #toolbar button {
  margin: 2px;
}
#toolbar .button:first-child:not(:last-of-type), #toolbar button:first-child:not(:last-of-type) {
  margin-left: 5px;
}
#toolbar .button:last-child, #toolbar button:last-child {
  margin-right: 5px;
}

div.left-half {
  width: 35%;
  float: left;
}

div.right-half {
  width: 65%;
  float: right;
}

#LogTextBox {
  font-family: "Roboto Mono", "Consolas", "Lucida Console", "Courier New", monospace, serif;
  height: 88%;
  margin-left: 3px;
  margin-right: 5px;
  font-size: 1.2em;
  width: 97%;
}

.LeftIndent {
  padding-left: 25px;
}

label {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.disabled {
  background-color: #eeeeee;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.ulSelectColumnContainer {
  display: inline-block;
}

/* Panels */
.home-panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 960px;
  width: 75%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}

.home-panel-header {
  background-color: rgb(0, 106, 86);
  border-bottom: 1px solid rgb(0, 68, 66);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  color: rgb(255, 255, 255);
  margin-top: 0;
  padding: 10px;
}

.home-panel-item {
  margin: 5px;
  line-height: 20px;
  overflow: hidden;
  padding: 10px;
  vertical-align: text-bottom;
}
.home-panel-item i {
  float: left;
  margin-right: 5px;
  height: 100%;
  width: 20px;
}
.home-panel-item div {
  float: left;
  height: 100%;
  width: calc(100% - 30px);
}

#goToPageOptionList {
  width: auto;
  vertical-align: baseline;
  padding: 3px;
}

.pageSizeList {
  vertical-align: baseline;
}

.pagerTemplate {
  width: 100%;
  text-align: left;
  display: table;
}

.pagerLeftSection {
  display: table-cell;
  text-align: left;
}

.pagerCenterSection {
  display: table-cell;
  text-align: center;
  width: 100%;
}

.pagerRightSection {
  display: table-cell;
  text-align: right;
}

.licenseButtons {
  vertical-align: bottom;
  border-collapse: collapse;
  border: none;
}
.licenseButtons tr {
  vertical-align: bottom;
}
.licenseButtons td {
  vertical-align: bottom;
  padding: 10px;
}

