﻿/* JetStream LESS Variables */
/* Styles that cross all pages */
.jetpubs-icon {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-repeat: no-repeat !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  background-position: center center !important;
  /* Modifiers */
  /* Positions icon correctly within a bootstrap button */
  /* Fades an icon out to show disabled */
}
.jetpubs-icon.xs {
  height: 12px;
  width: 12px;
}
.jetpubs-icon.med {
  height: 20px;
  width: 20px;
}
.jetpubs-icon.lg {
  height: 32px;
  width: 32px;
}
.jetpubs-icon.pointer {
  cursor: pointer;
}
.jetpubs-icon.button-icon {
  float: left;
  margin-top: 2px;
  margin-right: 3px;
}
.jetpubs-icon.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
  /* needed to trigger "hasLayout" in IE if no width or height is set */
}
.jetpubs-icon.icon-addchild {
  background: url(/content/img/addchild.png);
}
.jetpubs-icon.icon-delete {
  background: url(/content/img/delete.png);
}
.jetpubs-icon.icon-info {
  background: url(/content/img/info.png);
}
.jetpubs-icon.icon-sections {
  background: url(/content/img/sections.png);
}
.jetpubs-icon.icon-history {
  background: url(/content/img/history.png);
}
.jetpubs-icon.icon-phone {
  background: url(/content/img/phone.png);
}
.jetpubs-icon.icon-pdf {
  background: url(/content/img/pdf_document.png);
}
.jetpubs-icon.icon-edit {
  background: url(/content/img/edit.png);
}
.jetpubs-icon.icon-copy {
  background: url(/Content/img/copy.png);
}
.jetpubs-icon.icon-old-versions {
  background: url(/content/img/old_versions.png);
}
.jetpubs-icon.icon-clock-pencil {
  background: url(/content/img/clock_pencil.png);
}
.jetpubs-icon.icon-add {
  background: url(/content/img/add.png);
}
.jetpubs-icon.icon-refresh {
  background: url(/content/img/refresh.png);
}
.jetpubs-icon.icon-search {
  background: url(/content/img/search.png);
}
.jetpubs-icon.icon-view {
  background: url(/content/img/view.png);
}
.jetpubs-icon.icon-globe {
  background: url(/content/img/globe.png);
}
.jetpubs-icon.icon-user {
  background: url(/content/img/user.png);
}
.jetpubs-icon.icon-archived_user {
  background: url(/content/img/archived_user.png);
}
.jetpubs-icon.icon-regulator {
  background: url(/content/img/regulator.png);
}
.jetpubs-icon.icon-bulletin {
  background: url(/content/img/bulletin.png);
}
.jetpubs-icon.icon-book {
  background: url(/content/img/book.png);
}
.jetpubs-icon.icon-department {
  background: url(/content/img/departments.png);
}
.jetpubs-icon.icon-expandall {
  background: url(/content/img/expand_all.png);
}
.jetpubs-icon.icon-collapseall {
  background: url(/content/img/collapse_all.png);
}
.jetpubs-icon.icon-loader {
  background: url(/content/img/loading.gif);
}
.jetpubs-icon.icon-reopen {
  background: url(/content/img/reopen.png);
}
.jetpubs-icon.icon-stop {
  background: url(/content/img/stop.png);
}
.jetpubs-icon.icon-comments {
  background: url(/content/img/comments.png);
}
.jetpubs-icon.icon-edit-now {
  background: url(/content/img/edit-now.png);
}
.jetpubs-icon.icon-archive {
  background: url(/content/img/archive.png);
}
.jetpubs-icon.icon-unarchive {
  background: url(/content/img/unarchive.png);
}
.jetpubs-icon.icon-cross-reference {
  background: url(/content/img/cross-reference.png);
}
.jetpubs-icon.icon-start-project {
  background: url(/content/img/start-project.png);
}
.jetpubs-icon.icon-start-revision {
  background: url(/content/img/start-revision.png);
}
.jetpubs-icon.icon-insertabove {
  background: url(/content/img/Insert_above.png);
}
.jetpubs-icon.icon-insertbelow {
  background: url(/content/img/Insert_below.png);
}
.toggle-expanded .jetpubs-icon.icon-toggle {
  background: url(/content/img/collapse_arrow.png);
}
.toggle-collapsed .jetpubs-icon.icon-toggle {
  background: url(/content/img/expand_arrow.png);
}
.icon-action-link {
  margin-right: 15px;
}
.icon-action-link a {
  margin-left: 5px;
}
.icon-action-link .jetpubs-icon {
  float: left;
}
/* Main page elements*/
body {
  padding-top: 70px;
  font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 12px;
  color: #666666;
}
footer {
  padding-left: 15px;
  padding-right: 15px;
}
.branding-primary {
  color: #118f48;
}
.validation-summary-valid {
  display: none;
}
.panel-title {
  font-size: 18px;
  font-weight: bold;
  color: #1D578A;
}
h1 {
  font-size: 18px;
  font-weight: bold;
  color: #1D578A;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  color: #1D578A;
}
a {
  font-style: italic;
  color: #1D9DE1;
}
a :hover {
  color: #1D578A;
  text-decoration: underline;
}
.contain-floats {
  overflow: auto;
}
.push-top {
  margin-top: 15px;
}
.push-bottom {
  margin-bottom: 15px;
}
.push-both {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Forms */
.form-control:focus {
  border-color: #118f48;
}
.field-validation-error {
  color: red;
}
.form-horizontal .control-label {
  text-align: left;
}
#ui-datepicker-div {
  z-index: 200 !important;
  /* prevents buttons underneath dates from being activated */
}
.ui-datepicker-trigger,
.textbox-action-icon {
  position: absolute !important;
  top: 10px;
  right: 15px;
  width: 16px;
  cursor: pointer;
}
.col-md-10 .ui-datepicker-trigger {
  right: 0;
}
.date-control,
.date-style,
.textbox-action {
  width: 95%;
}
label.required:after {
  content: ' *';
  font-weight: bold;
  color: green;
}
.file-input {
  position: relative;
}
.file-input .file-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
}
.file-input input.file {
  position: relative;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  width: 114px;
  height: 35px;
  cursor: pointer;
}
.file-input .file-display {
  position: absolute;
  top: 0;
  width: 410px !important;
  margin-left: 129px;
}
.exists {
  display: none;
}
table.table.table-lineup {
  margin-top: 0px !important;
}
table.table.table-lineup thead > tr > th,
table.table.table-lineup tbody > tr > th,
table.table.table-lineup tfoot > tr > th,
table.table.table-lineup thead > tr > td,
table.table.table-lineup tbody > tr > td,
table.table.table-lineup tfoot > tr > td {
  padding: 6px 12px;
}
/* Top Navbar */
.navbar {
  border-bottom: 2px solid #118f48;
}
/* Tables */
.table thead > tr:last-child > th,
.table tbody > tr:last-child > th,
.table tfoot > tr:last-child > th,
.table thead > tr:last-child > td,
.table tbody > tr:last-child > td,
.table tfoot > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}
tr.overdue {
  font-weight: bold;
  color: red;
}
tr.rejected {
  font-weight: bold;
}
tr.stepgroup-step {
  border-left: 2px solid black;
  border-right: 2px solid black;
}
tr.stepgroup-top {
  border-top: 2px solid black;
}
tr.stepgroup-bottom {
  border-bottom: 2px solid black;
}
/* File Uploader */
.upload-preview {
  width: 57px;
  text-align: center;
}
.progress {
  margin-bottom: 0px;
}
/* Edit Section Content */
.content-container {
  max-width: 300px;
  overflow: auto;
  height: 319px;
  width: 100%;
  padding: 20px;
  border: 1px solid #b6b6b6;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.content-container.expanded {
  height: auto;
  min-height: 319px;
}
.standard-related-comment.no {
  display: none;
}
.standard-related-comment.yes {
  display: block;
}
/* Manage Publication */
.publication-action-list {
  width: 100px;
}
.publication-action-list a:hover {
  text-decoration: none;
}
.toggle {
  z-index: 200;
}
.content-toggle {
  z-index: 100;
}
.content-toggle:hover {
  background-color: #F5FAFA;
}
.content-toggle.content-expanded {
  background-color: #E4F1F1;
}
.content-toggle.content-expanded:hover {
  background-color: #E4F1F1;
}
.content-toggle.content-compact .content-holder {
  max-height: 44px;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.content-toggle.content-expanded .content-holder {
  max-height: 1000px;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.manage-actions.details .details,
.manage-actions.content .content,
.manage-actions.revisions .revisions,
.manage-actions.changerequests .changerequests,
.manage-actions.departments .departments,
.manage-actions.crossreference .crossreference,
.manage-actions.users .users,
.manage-actions.archivedusers .archivedussers,
.manage-actions.regulators .regulators,
.manage-actions.standards .standards,
.manage-actions.publications .publications,
.manage-actions.workflows .workflows,
.manage-actions.assignments .assignments,
.manage-actions.comments .comments,
.manage-actions.history .history {
  color: #ffffff;
  background-color: #659dc3;
  border-color: #5391bc;
}
.manage-actions a {
  font-style: normal;
}
.selected-user-name {
  min-width: 200px;
  display: inline-block;
}
/* Diff */
.diff-content.modal {
  overflow-y: auto;
}
.diff-content .modal-dialog {
  width: 95%;
  overflow: auto;
}
.diff-content .modal-body {
  overflow: auto;
}
.diff-content .modal-body table td {
  width: 50%;
  vertical-align: top;
}
.diff-content .modal-body .diff,
.diff-content .modal-body .two {
  width: 100%;
  min-height: 100px;
  overflow: auto;
}
.diff-content .modal-body .diff {
  border: 1px solid #bbb;
  margin: 5px;
  padding: 10px;
}
.diff-content .modal-body .two {
  padding: 5px;
}
.diff-content .modal-body .title {
  padding-left: 5px;
  font-weight: bold;
}
.diff-content .legend ins,
.diff-content .legend del {
  margin-right: 10px;
  padding: 5px;
}
.diff-content ins {
  background-color: #cfc;
  text-decoration: inherit;
}
.diff-content del {
  color: #999;
  background-color: #FEC8C8;
}
.diff-content ins.mod {
  background-color: #FFE1AC;
}