/* CSS for all users. See xsb.css for styles for non-ASTM users */

.hide-element {
    display: none;
}
#compositionControls {
    min-height: 2.5em;
}

.modal-list-with-scroll {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-xsb {
    width: 80%;
}
.composition-list-spinner {
    margin: 30px 15px 10px 0;
    width: 50px;
    height: 50px;
}
.composition-list-modal-body {
    padding-left: 15px;
    padding-bottom: 15px;
}
.composition-list-modal-title {
    font-size: 2em;
}
.composition-list-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border: none;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(<q>assets/xml/ellipsis.xml#ellipsis</q>);
}
.fancyExternalLinkText {
  font-family: 'Hoefler Text', Georgia, serif;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #337ab7;
  cursor: pointer;
}
.externalLinkText:hover {
    text-decoration: underline;
}
.collection-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.cannot-drag-entire-doc:after {
    content: 'Cannot drag content to the same document.';
}

.padded-label {
    margin-left: 15px;
}

.padded-label input {
    margin-left: 5px;
}

/* used by references analysis modal */
.center-modal {
    position: fixed;
    top: 10%;
    left: 18.5%;
    z-index: 1050;
    width: 80%;
    height: 80%;
    margin-left: -10%;
}
.composition-title-edit {
    display: none;
    text-align: left;
    border: #a7a7a7 solid thin;
    border-radius: 0;
}

/* used by properties modal */
.semantic-properties-table-container {
    height: 450px;
    overflow-y: auto;
}

/* used by requirements modal */
.requirements-table-container {
    height: 450px;
    overflow-y: auto;
}

.requirements-body {
    padding: 0px 15px 15px 15px !important;
}

.requirements-message {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: bold;
}

.compliance-table-container {
    max-height: 650px;
    overflow-y: auto;
}

/* used by Search Interim Change modal */
.search-interim-change-table-container {
    height: 600px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: lightslategray;
}

.search-interim-change-container {
    height: 650px;
    border-bottom: 0px;
}

.select-ic-dialog {
    height: 90%;
    max-width: 90%;
    min-height: 600px;
    min-width: 90%;
}

.select-ic-dialog-content {
    border-bottom: 0px;
    height: 100%;
}

#ic-change-type-search {
    min-width: 5.3125em;
}

#ic-change-location-search {
    min-width: 6.25em;
}

#ic-change-item-search {
    min-width: 5.3125em;
}

#ic-change-contract-search {
    min-width: 6.25em;
}

.clickable {
    cursor: pointer;
}

.dialog-title-container {
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 4px;
}

.dialog-title-container .close {
    color: white;
}

.dialog-title {
    color: white;
    margin: 0px;
}

.select-small {
    width: 100px;
}

.select-medium {
    width: 150px;
}

.table-hover>tbody>tr:hover {
    background-color: #dfa526;
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in;
    cursor: pointer;
}

.requirements-modal .modal-dialog {
    width: 85%;
}

.compliance-modal .modal-dialog {
    width: 900px;
    height: 800px;
}

.interim-change-search-modal .modal-dialog {
    width: 90%;
}

.ic-results-header {
    font-family: Helvetica, Arial, sans-serif;
    color: black;
    background: lightgray;
    clear: both;
}


.ic-results-header tr :nth-child(1) {
    width: 25%;
}
.ic-results-header tr :nth-child(2) {
    width: 65%;
}
.ic-results-header tr :nth-child(3) {
    width: 10%;
}

div.compliance-modal .modal-footer {
    display: flex;
    display: -ms-flexbox; /* IE10 */
    padding: 10px 15px 10px 15px;
    align-items: center;
    justify-content: flex-end;
    -ms-flex-pack: end; /* IE 10 */
    border-top: 1px solid #e5e5e5;
}

/*This is basically a copy of class center-modal, this will need to be inherited when we move to using less*/
.overwrite-modal {
    position: fixed;
    top: 10%;
    left: 18.5%;
    z-index: 1050;
    width: 80%;
    height: 80%;
    margin-left: -10%;
}
.overwrite-modal .modal-dialog {
    width:36%;
}
.editableCustomContent {
    padding-left: 1px;
    padding-right: 1px;
    min-height: 1.48em;
    border-style: solid;
    border-color: #D0D0D0;
}
.editableCustomContent:focus {
    border-color: purple;
    border-style: solid;
}
fieldset {
    position: relative;
}
.highlightContentForDrag {
    outline-color: #449;
    outline-style: solid;
    outline-width: 1px;
}

.advShareList {
    border: none;
    border-style: none;
    width: 100%;
}
.known-issue-list {
    list-style: disc;
}
.toc-btn-link {
  font-weight: normal;
  color: white;
  border-radius: 0;
  background: transparent;
  text-align: left;
  overflow: hidden;
  border-color: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display:block;
}
.toc-btn-link:hover,
.toc-btn-link:focus {
  color: black;
  text-decoration: underline;
}
.toc-aside {
    background-color: #3071aa !important;
    color:  white;
    text-overflow: ellipsis;
    border: none;
    display: block;
    overflow-y: auto;
    height: 100%;
}
.toc {
    overflow: auto;
}
.toc-list {
    padding-left: 15px;
}

.toc-container {
    padding: 10px 0;
}

/* toc button text indentation */
.toc-indent-0 {}
.toc-indent-1 {
    margin-left: 2em;
}
.toc-indent-2 {
    margin-left: 4em;
}
.toc-indent-3 {
    margin-left: 6em;
}
.toc-indent-4 {
    margin-left: 8em;
}

.large-tooltip > .tooltip-inner {
    max-width: none;
}

.document-revisions-column-div {
    display: flex;
}

.document-revisions-column-content {
    max-width: 30ch;
}

.composition-revisions-actions-container {
    display: flex;
    flex-direction: column;
}

.composition-revisions-actions-container > button {
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
    padding: 5px;
    text-align: left;
}

#compositionListTable {
    border-collapse: collapse !important;
    border-spacing: 0px !important;
    padding: 3px !important;
    margin: 3px !important;
    text-align: left !important;
    vertical-align: middle !important;
    color: black !important;
}
#compositionListTable tr td:nth-child(n+3), #compositionListTable  tr th:nth-child(n+1){
    padding-left: 10px;
}

.composition-trash-container {
    display:flex;
    align-items: center;
    height: 100%;
}

.compositionListCenter {
    display: flex;
    justify-content: center;
}

#compositionListTable td,
#compositionListTable th:not(:nth-child(3)),
#compositionListTable tr {
    border-collapse: collapse !important;
    border-spacing: 0px !important;
    text-align: left !important;
    vertical-align: middle !important;
}
#compositionListTable tr:nth-child(even) {
    background-color: #f1f1f1 !important;
}
#compositionListTable tr:nth-child(odd) {
    background-color: white !important;
}
#compositionListTable th:nth-child(1) {
    /* Open in viewer */
    padding-right: 0px;
    width: 15rem;

}
#compositionListTable th:nth-child(2) {
    /* Open in composer */
    padding-right: 0px;
    width: 18rem;
}
#compositionListTable th:nth-child(3) {
    /* Status */
    padding-right: 0px;
    width: 10rem;
    text-align: center !important;
    padding-left: 0px !important;
}
.composition-list-item {
    margin-bottom: 5px;
}
.composition-list-details {
    display: inline-block;
}
.composition-list-title {
    margin-left: 3px;
    margin-right: 10px;
    display: inline-block;
    font-size: 15pt;
}
.composition-list-detail-label {
    display: inline-block;
    font-size: 10pt;
    color: #D0D0D0;
    font-style: italic;
}
.compositison-list-buttons {
    margin-left: 8px;
}
.alert-user-dialog {
    outline: 0;
    border: 0;
}
.alert-user-holder {
  background: #f1f1f1;
  width: 400px;
  margin-left: -200px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  box-shadow: 0px 2px 15px #000;
  margin-top: -90px;
}
.alert-user-holder-rl {
  background: #f1f1f1;
  width: 400px;
  margin-left: -200px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  box-shadow: 0px 2px 15px #000;
}
.alert-user-holder.alert-user-content{
  margin: 0 0 -15px !important;
}
.alert-user-header {
  background: #393943;
  color: #ffffff;
  padding: 5px;
}
.alert-user-holder.confirm-details {
    color: #383842;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.alert-user-content.confirm-details {
    padding-left: 2em;
}
.alert-user-center {
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.alert-user-holder label {
  margin: 3px 0;
  position: relative;
  float: left !important;
}
.alert-user-holder label.rembme {
  left: 3px;
  font-size: 12px !important;
  line-height: 14px !important;
}
.alert-user-holder .confirm {
  padding: 8px;
}
.alert-user-btn {
    min-height: 26px;
    max-height: 26px;
    height: 26px;
    margin: 1px;
    vertical-align: central;
}
.alert-user-btn-wide {
    min-height: 26px;
    max-height: 26px;
    height: 26px;
    margin: 1px;
    width: 175px;
    vertical-align: middle;
    text-align: center;
}
.btn-group.btn {   border: 0;   padding: 0; }
.btn-group.btn > .btn { border-radius: 0; }
.btn-group.btn > .dropdown-menu {  text-align: left; }
.btn-group.btn:first-child > .btn {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.btn-group.btn:last-child > .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}
.btn-group .btn-group-merge{
    margin-left: -5px;
}

.btn-current-spec {
    font-weight: bold;
}

.composition-list-detail-value {
    margin-left: 3px;
    display: inline-block;
    font-size: 10pt;
    color: #D0D0D0;
    font-weight: bold;
}
.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.text-style-button  {
    background-color: white;
    color: #383942;
    height: 32px;
    width: 32px;
    border: thin #dcdcdc solid;
    margin: 0px;
    margin-left: -1px;
    padding: 0px;
    vertical-align: central;
    text-align: center;
}
.selector-label{
    font-weight: normal !important;
    white-space: nowrap;
}
.pane-label {
    font-size: 100%;
    padding-right: 0.5em;
}
.transcluded-popover {
    color: black;
}
.transcluded-popover-designation, .transcluded-popover-title {
    font-size: 20px;
}
.transcluded-popover-date {
}
.fixednav{
    width: 100%;
}

em {
    font-weight: bold;
}

.uiview {

}

body .modal-search {
    width: 50%;
}

[draggable=true] {
    -khtml-user-drag: element;
}
#icSearchBtn {
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
#ic-results-row {
    margin-top: 0.5em;
}
.ic-search-container {
    border: #a7a7a7 solid thin;
    padding: 1em;
}
.view-mode-nonactive:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align:middle;
    margin-right: 8px;
}
.active-view-mode:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align:middle;
    margin-right: 8px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 8px;
}
.dropdown-submenu {
    position:relative;
}
.action-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.nav-menu-list {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    text-overflow: ellipsis;
    max-width: 400px;
    display: inline;
    word-wrap: normal;
}
.nav-menu-item {
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-y: auto;
    max-width: 400px;
    display: inline;
    word-wrap: normal;
    padding-right: 1.0em;
}

.dropdown-submenu>a>p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    display: inline;
    z-index: 80;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.dropdown-menu-short-height{
    max-height: 400px;
    overflow-y: auto;
}
.dropdown-menu-indent-1 {
    margin-left: 1em;
}
.selector-text-limit-width {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    padding: 0 15px 0 5px !important;
}
.section-banner-custom-button {
    min-height: 20px ;
    padding: 0;
    margin: 0;
    text-align: center;
    background: transparent;
    border: none;
}

.section-banner-custom {
    min-height: 20px ;
    padding: 0;
    margin: 0;
    text-align: center;
    /*background-color: #5b5d6b;*/
    background-color: #565969;
    color: #f3f3f3;
    border: none;
}

#appendToEnd {
    height: 150px;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: #dcdcdc;
    border: #105cb6 thin solid;
    z-index: 999;
}
#compositionProperties {
    position: fixed;
    margin: 0px !important;
    background-color: #fff;
    right: 10px;
    min-width: 50%;
    z-index: 1000;
}
#trashBin {
    height: 150px;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background: #dcdcdc;
    border: #105cb6 thin solid;
    z-index: 999;
}
#appendToEndDiv {
    position: fixed;
    bottom: 150px;
    right: 310px;
    /*                height: 300px;
                    width: 500px; */
    /*                text-align: center;
                    vertical-align: middle;
                    display: table-cell;*/
    background: #dcdcdc;
    border: #105cb6 thin solid;
    z-index: 999;
}
#trashBinDiv {
    position: fixed;
    bottom: 150px;
    right: 160px;
    /*                height: 300px;
                    width: 500px; */
    /*                text-align: center;
                    vertical-align: middle;
                    display: table-cell;*/
    background: #dcdcdc;
    border: #105cb6 thin solid;
    z-index: 999;
}
.editor-button {
    width: 40px;
}
.depressed-button {
    background-color: #a7a7a7 !important;
}
.depressed-button:hover {
    background-color: #a0a0a0 !important;
}

.ui-state-focus { outline: none; }

.menu {
    list-style: none;
    border-bottom: 0.1em solid black;
    margin-bottom: 2em;
    padding: 0 0 0.5em;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu > li {
    display: inline;
}

.menu > li:before {
    content: "|";
    padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
    content: "";
    padding: 0;
}

.measure {
    border: 1px solid black;
    padding: 2px 5px;
}
.contact {
    margin: auto;
    border: 1px solid black;
    padding: 2px 5px;
    font-size: 85%;
    width: 90%;
}

.section {
    font-weight: bold;
    text-transform: capitalize;
}

.tablelink {
    border: 1px solid #4f4f4f;
    padding: 2px 5px;
    font-weight: bold;
    background-color:#ececec;
    margin:20px 40px;
}

div.cover {
    border: 1px solid #D0D0D0;
    text-align: center;
    padding: 10px 10px 0px 10px;
}
div.cover.highlightContentForDrag {
    border-color: #449;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    padding: 10px 10px 0px 10px;
}

div.info {
    color: blue;
}

div.warn {
    color: #FF9900;
}

div.error {
    color: red;
    font-weight: bold;
}

figure.table{
    width: auto;
}

ul.dropdown-menu-form {
    padding: 5px 25px 0;
    max-height: 300px;
    overflow-y: scroll;
}
.list-bullet {
    list-style-type: disc;
}
ul.list-dash {
    list-style-type: none;
}
ul.list-dash > li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

table {
    border-collapse:collapse;
    margin: 0px;
    margin-bottom: 20px;
    border: 1px solid rgb(19, 17, 17);
}

.spec_list {
    margin: 5px;
    border: 0px;
}

table.spec_list tr td {
    text-align: left;
}

td {
    padding-left: 7px;
    padding-right: 7px;
    text-align: left;
    vertical-align: top;
}

tr.header {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-weight:bold;
}

tr.footer {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.text-align-left {text-align:left;}
.text-align-right {text-align:right;}
.text-align-center {text-align:center;}

.text-underline {text-decoration:underline}
.text-overline {text-decoration:overline}
.text-linethrough {text-decoration:line-through}
.text-normal {font-style:normal}
.text-italic {font-style:italic}
.text-oblique {font-style:oblique}
.text-bold {font-weight:bold}
.text-superscript { font-size:60%; vertical-align:super }
.text-subscript { font-size:60%; vertical-align:sub }
.text-linebreak { content: ' '; display: block; }

.border-all {border-color:black;border-width: 1px;}
.border-none {border-color:transparent}
.border-thick {border:2px solid black;}
.border-double {border:3px double black;}

.border-bottom {border-bottom:1px solid black;}
.border-bottom-thick {border-bottom:2px solid black;}
.border-bottom-double {border-bottom:3px double black;}
.border-bottom-none {border-bottom:1px solid transparent;}

.border-top {border-top:1px solid black}
.border-top-thick {border-top:2px solid black}
.border-top-double {border-top:3px double black;}
.border-top-none {border-top:1px solid transparent;}

.border-left {border-left:1px solid black}
.border-left-thick {border-left:2px solid black}
.border-left-double {border-left:3px double black;}
.border-left-none {border-left:1px solid transparent;}

.border-right {border-right:1px solid black}
.border-right-thick {border-right:2px solid black}
.border-right-double {border-right:3px double black;}
.border-right-none {border-right:1px solid transparent;}

.margin-bottom-none {
    margin-bottom: 0px;
}

.meter {
    height: 20px;  /* Can be anything */
    position: relative;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(43,194,83)),
        color-stop(1, rgb(84,240,84))
        );
    background-image: -webkit-linear-gradient(
        center bottom,
        rgb(43,194,83) 37%,
        rgb(84,240,84) 69%
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(43,194,83) 37%,
        rgb(84,240,84) 69%
        );
    background-image: -ms-linear-gradient(
        center bottom,
        rgb(43,194,83) 37%,
        rgb(84,240,84) 69%
        );
    background-image: -o-linear-gradient(
        center bottom,
        rgb(43,194,83) 37%,
        rgb(84,240,84) 69%
        );
    -webkit-box-shadow:
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow:
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.save-state-message {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.viewer-fullscreen-label::before{
    content: "Full Screen";
}
.viewer-splitscreen-label::before{
    content: "Split Screen";
}
#customTitleEdit label{
    margin: 3px 0;
    color: #383842;
    position: relative;
    float: left !important;
    font-weight: normal;
}
#customTitleEdit .popover-content{
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0;
}
#customTitleEdit .form-group{
    margin-bottom: 5px;
}
#customTitleEdit input{
    margin-bottom: 5px;
}
label.custom-select { /* Override default bold from Bootstrap label tag */
    font-weight: normal;
}
.input-bottom-margin {
    margin-bottom: 5px;
}
.compositionListTruncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.viewerInputHeight {
    width: 100% !important;
    line-height: normal;
}
.viewerInputHeight[disabled] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
/*needed as work around for IE10*/
.viewerInputHeight:-ms-input-placeholder {
    font-size : smaller;
}
.dateSelect {
    width: 8.0em;
    max-width: 8.0em;
}
.icCriteriaSpacer {
    width: 20.0em;
    max-width: 20.0em;
}
.icMaxHeight {
    max-height: 200px;
}
.icDataHolder {
    background-color: white;
    margin: 0px;
    padding: 0px;
}
.icBlock {
    background-color: #d3d3d3;
    border: gray;
    border-style: solid;
    border-width: thin;
}

.icOdd {
    background-color: #f9f9f9;
}

.icEven {
    background-color: white;
}

.dialog--color-white {
    color: white !important;
}
.icLabel {
    font-weight: bold;
    padding-left: 3px;
}
.after-form-space {
    margin-bottom: 1em;
}

.link {
    cursor: pointer;
    color:#337ab7;
}

.select-page {
  width: 50px;
  text-align: center;
}

/* Styling for general table controls */
.table-general {
    width: 100%;
    margin: 0px;
    border: none;
    table-layout: fixed;
}

.table-container {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: lightslategray;
}

.table-interim-changes {
    width: 100%;
    margin: 0px;
    border: none;
    border-collapse: separate;
    table-layout: fixed;
}

.table-interim-changes-container {
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    border-style: solid;
    border-width: 1px;
    border-color: lightslategray;
}

.horizontal-scroll {
    overflow-x: auto;
}

/* interim change table headers. Make them sticky */
.table-header {
    position: sticky;
    top: 0;
    background-color: white;
    border-color: grey;
    z-index: 2;
}

.header-checkbox {
    display: inline;
    margin-right: 10px !important;
}

.amount-checked {
    font-size: 12px;
    color: grey;
}

.table-filter {
    position: sticky;
    top: 3.45em;
    background-color: white;
    border-color: grey;
    z-index: 1;
}

.doc-search-table-container {
    font-size: 14px;
    height: 475px;
    max-height: 475px;
}

.doc-search-body {
    padding-bottom: 0px;
}
.doc-search-tbl-title {
    margin-top: 5px;
    margin-bottom: 0px;
}
.doc-search-table-footer-container {
    display: flex;
    flex-direction: row;
    justify-content: right;
}
.no-results-msg {
    margin-top: 0.5em;
}

form.facets {
    margin: 0ex;
    padding: 0ex;
}
form.facets div.term {
    margin: 2px auto;
    font-size: 85%;
}
form.facets div.term * {
    vertical-align: middle;
}
.field-authority {
    font-weight: bold;
}
.field-publicationDate {
    margin: 0ex;
    padding: 0ex;
    display: block;
}
.field-designation {
}

.field-status-active {
    background-color: #deffde;
}

.field-status-cancelled {
    background-color: #fcdcdb;
}

.field-status-inactive {
    background-color: #e0e0e0;
}

.field-status-superseded {
    background-color: #fcdcdb;
}

.field-status-draft {
    background-color: #e9deff;
}

.field-status-more-info {
    background-color: white;
}

.field-status-draft-warning {
    background-color: #fcdcdb;
}

.field-status-draft-publishing {
    background-color: #fff69d;
}

.field-title {
    /*font-size: 80%;*/
}

.transcluded-popover-link {
    cursor: pointer;
}

/* Test references dialog/table styles */
.test-refs-modal .modal-dialog {
    width: 900px;
}

@media screen and (max-height: 1000px) {
    .scrollable-manuscripts-segment {
        height: 39vh !important;
        overflow-y: auto !important;
        min-height: 330px;
    }
}

@media screen and (min-height: 1000px) {
    .scrollable-manuscripts-segment {
        height: 41vh !important;
        overflow-y: auto !important;
        min-height: 330px;
    }
}

.manuscripts-container{
    height: 80vh;
    min-height: 694px;
    min-width: 800px;
}

.manuscripts-disabled {
    background-color: #FAFAFA;
    filter: brightness(80%);
    pointer-events: none;
}

.manuscript-header{
    height: 8%;
}

.manuscripts-body{
    height: 92%;
    display: flex;
    flex-flow: column;
}

.manuscripts-form{
    height: 100%;
    flex: 100;
    display: flex;
    flex-direction: column;
}

.manuscripts-data-row{
    flex: 5;
}

.manuscripts-editor-row{
    flex: 70;
    overflow-y: hidden;
    display:flex;
}

.manuscripts-buttons{
    flex: 6;
}

.manuscripts-saving{
    flex: 15;
    min-height: 18px;
}

div.test-refs-modal .modal-content {
    height: 715px;
}

div.test-refs-modal .modal-footer {
    display: flex;
    display: -ms-flexbox; /* IE10 */
    padding: 10px 15px 5px 15px;
    align-items: center;
    justify-content: flex-end;
    -ms-flex-pack: end; /* IE 10 */
    border-top: 1px solid #e5e5e5;
}

.test-refs-dialog-navbar {
    margin-bottom: 10px;
}

.test-refs-container {
    height: 565px;
}

.test-refs-table-container {
    height: 505px;
    max-height: 505px;
}

.test-refs-body {
    padding-bottom: 0px;
}

/* reference analysis dialog/table styles */
.doc-refs-modal .modal-dialog {
    width: 900px;
}

div.doc-refs-modal .modal-content {
    border-top: 1px solid #e5e5e5;
    max-height: 715px;
}

div.doc-refs-modal .modal-footer {
    display: flex;
    display: -ms-flexbox; /* IE10 */
    padding: 10px 15px 10px 15px;
    align-items: center;
    justify-content: flex-end;
    -ms-flex-pack: end; /* IE 10 */
    border-top: 1px solid #e5e5e5;
}

.doc-refs-dialog-navbar {
    margin-bottom: 10px;
}

.doc-refs-container {
    max-height: 565px;
}

.doc-refs-table-container {
    height: 565px;
}

.doc-refs-body {
    padding-bottom: 0px;
}

.refs-from-content-container {
    padding: 5px 20px 0;
    min-height: 200px;
}

.refs-from-message-container {
    margin-top: 50px;
}

.refs-from-table-container {
    max-height: 450px;
    min-height: 100px;
    overflow-y: auto;
    border: 1px solid lightslategray;
}

.refs-from-table-container table p {
    margin: 0;
}

.refs-from-status-checkbox {
    padding-left: 20px;
}

.refs-from-status-checkbox input {
    vertical-align: top;
}

/*
 * Arrow icon that appears on "smart table" headers when sorting.
 */
.st-sort-ascent:before {
    content: '\25B2';
}

/*
 * Arrow icon that appears on "smart table" headers when sorting.
 */
.st-sort-descent:before {
    content: '\25BC';
}

/* Pagination controls for smart tables */
.table-paging-footer {
    position: relative;
}

.pagination li a input {
  padding: 0;
  margin: -5px 0;
}

.pagination-btn-large {
    width: 55px;
}

.pagination-btn {
    width: 42px;
}

.pagination a:hover {
    cursor: pointer;
}

.table-pagination {
    margin: 10px;
}

.results-summary {
    display:inline-block;
    color: lightslategray;
    width: 80px;
    position: absolute;
    left: 0px;
}

/*used in display part number logic (PNL)*/
.dialog__marginSpace {
    margin: 20px 20px;
}
li.uib-tab.nav-item a {
    padding: 5px 10px;
}
.large-Modal .modal-dialog{
  width:95%;
  height: 80%;
}

.pnl-results-table {
    height: 400px;
}

/* The div containing the document tree */
#tree {
    height: 100%;
    overflow-y: auto;
}

/* inner container for the document tree */
ul.fancytree-container {
    height: 100%;
}

.fancytree-count {
    padding-left: 8px;
}

.modal-body {
    padding: 0px;
}

/* search aggregation line separater */
#separater {
    width: 95%;
    height:1px;
    margin: 5px auto;
    padding: 0ex;
    color:#000;
}

/* search result table body font size */
#search-table-body {
    font-size: 85%;
}

/* doc link in search result */
#doc-search-table-title-link {
    cursor: pointer;
}

/* title bar close button color */
.header-close {
    color: white;
}

.sdo-label {
    font-weight: normal;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 65px;
    text-align: center;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#file-input-row {
    margin-top: 20px;
}

.file-upload-status {
    display: flex;
    display: -ms-flexbox; /* IE10 */
    -ms-flex: 1 0 auto; /* IE10 */
}

.error-message {
    color: #a94442;
    display: flex;
    align-items: center;
    display: -ms-flexbox; /* IE10 */
    -ms-flex-align: center; /* IE10 */
}

.loading-message {
    display: flex;
    align-items: center;
    display: -ms-flexbox; /* IE10 */
    -ms-flex-align: center; /* IE10 */
}

.content-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox; /* IE10 */
    -ms-flex-pack: center; /* IE10 */
    -ms-flex-align: center; /* IE10 */
    height: 100%;
}

.content-screen-centered-overlay{
    position:fixed;
    right:50%;
    bottom:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox; /* IE10 */
    -ms-flex-pack: center; /* IE10 */
    -ms-flex-align: center; /* IE10 */
    background-color: #444;
    width: 100%;
    height: 100%;
    opacity: .55;
    transform:translate(50%,50%);
    z-index: 2;
}

.loading-message-large {
    font-size: 30px;
}

.error-svg {
    vertical-align: middle;
    margin-right: 5px;
    color: #cc3300;
}

.warning-svg {
    vertical-align: middle;
    margin-right: 5px;
    color: gray;
}

.success-svg {
    vertical-align: middle;
    margin-right: 5px;
    color: #339933;
}

.select-file-modal-footer {
    display: flex;
    display: -ms-flexbox; /* IE10 */
    padding: 10px 15px 10px 15px;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
}

/* The following 4 classes are used to display a loading spinner.
   Courtesy of https://codepen.io/bernethe/pen/dorozd
*/
.spinner {
  width: 20px;
  height: 20px;
  clear: both;
  margin-right: 5px;
}

/* Spinner Circle Rotation */
.spinner-circle {
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px black solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .6s infinite linear;
  animation: spCircRot .6s infinite linear;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.spinner-large {
  width: 30px;
  height: 30px;
  clear: both;
  margin-right: 5px;
}

.file-upload-modal-window .modal-dialog {
  width: 650px;
}

.icon-wrapper {
    font-size: 1px;
}

.ic-circle-loader {
    animation: spCircRot 1500ms linear infinite;
    display: inline-block;
    box-shadow: rgba(128, 128, 128, 1) 1.5em 0 0 0,
    rgba(128, 128, 128, 1) 1.1em 1.1em 0 0,
    rgba(128, 128, 128, 1) 0 1.5em 0 0,
    rgba(128, 128, 128, 1) -1.1em 1.1em 0 0,
    rgba(128, 128, 128, 1) -1.5em 0 0 0,
    rgba(128, 128, 128, 1) -1.1em -1.1em 0 0,
    rgba(128, 128, 128, 1) 0 -1.5em 0 0,
    rgba(128, 128, 128, 1) 1.1em -1.1em 0 0;
    font-size: 4px;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    margin-right: 10px;
    margin-left: 12px;
    margin-bottom: 3px;
}

.spinning-circles-loader-base {
    animation: spCircRot 1500ms linear infinite;
    display: inline-block;
    font-size: 4px;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    margin-right: 10px;
    margin-left: 5px;
    margin-bottom: 3px;
}

.spinning-circles-loader-white {
    box-shadow: rgba(255, 255, 255, 1) 1.5em 0 0 0,
    rgba(255, 255, 255, 1) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 1) 0 1.5em 0 0,
    rgba(255, 255, 255, 1) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 1) -1.5em 0 0 0,
    rgba(255, 255, 255, 1) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 1) 0 -1.5em 0 0,
    rgba(255, 255, 255, 1) 1.1em -1.1em 0 0;
}

.spinning-circles-loader-gray {
    box-shadow: rgba(128, 128, 128, 0.70) 1.5em 0 0 0,
    rgba(128, 128, 128, 0.70) 1.1em 1.1em 0 0,
    rgba(128, 128, 128, 0.70) 0 1.5em 0 0,
    rgba(128, 128, 128, 0.70) -1.1em 1.1em 0 0,
    rgba(128, 128, 128, 0.70) -1.5em 0 0 0,
    rgba(128, 128, 128, 0.70) -1.1em -1.1em 0 0,
    rgba(128, 128, 128, 0.70) 0 -1.5em 0 0,
    rgba(128, 128, 128, 0.70) 1.1em -1.1em 0 0;
}

.title-bar-btn {
    min-height: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.title-bar-btn-container {
    min-height: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    margin-right: 5px;
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    color: rgb(119, 119, 119);
}

.document-status-link,
.document-status-link:hover,
.document-status-link:link {
    color: inherit;
    cursor: pointer;
}

.composition-status-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 20px 0px 0px;
}

.composition-status-container-header {
    margin-right: 10px;
    max-width: 80%;
}

.viewer-title-container {
    margin-top: 4px;
}

.viewer-title-container .document-status-chip {
    margin-left: 8px;
}

.viewer-title-container .btn-group {
    border-left: 1px solid;
    margin-left: 5px;
    padding-left: 5px;
}

.document-status-chip {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #333333;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    height: 24px;
    line-height: 22px;
    padding-left: 12px;
    vertical-align: middle;
}

.document-status-chip-with-icon {
    display: flex;
    justify-content: space-between;
    min-width: 50px;
}

.document-status-chip-no-icon {
    padding-right: 12px;
}

.doc-status-chip-text {
    flex-grow: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.viewer-title-container .chip {
    margin-left: 6px;
}
.chip {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #333333;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    height: 24px;
    line-height: 22px;
    padding-left: 12px;
    vertical-align: middle;
    text-align: center;
}

.chip-clickable {
    cursor: pointer;
}

.chip-with-icon {
    display: flex;
    justify-content: space-between;
    min-width: 50px;
}

.chip-no-icon {
    padding-right: 12px;
}

.chip-text {
    flex-grow: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ic-changes-chip-disabled {
    cursor: not-allowed;
    color: gray;
    opacity: 1;
}

.ic-changes-chip-applied {
    min-width: 128px;
}

.ic-changes-chip-background {
    background-color: #e9deff;
}

@keyframes highlight-yellow {
    0% {
        background: #faffbd;
    }
    100% {
        background: none;
    }
}

.highlight-yellow {
    animation: highlight-yellow 4s;
}

.document-revisions-table {
    border: none;
}

.document-revisions-table th {
    font-size: 12px;
    color: #666666;
}

.document-revisions-table svg {
    vertical-align: middle;
    margin-top: -3px;
}

.document-warnings-table {
    border: none;
}

.document-warnings-table th {
    font-size: 12px;
    color: #666666;
}

.popover-header .close {
    margin-right: 14px;
}

.document-revisions-table-container {
    overflow: auto;
    max-height: 50vh;
}

.documentSupersededPopover h4 {
    margin-top: 0px;
}

.documentSupersededPopover th {
    position: sticky;
    z-index: 100;
    top: 0;
    background: white;
}

.compositionRevisionsPopover th {
    position: sticky;
    z-index: 100;
    top: 0;
    background: white;
}

.compositionRevisionsPopover h4 {
    margin-top: 0px;
}

.documentWarningsPopover h4 {
    margin-top: 0px;
}

.latest-revision-label {
    color: white;
    background-color: #848484;
    font-size: 12px;
    border-radius: 3px;
    padding: 2px 4px;
    margin-left: 5px;
}

.error-text {
    color: #cc3300;
    font-weight: bold;
}

.warning-text {
    color: gray;
    font-weight: bold;
}

.success-text {
    color: green;
    font-weight: bold;
}

.modal-header-grey {
    background-color: #EDEDED;
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 10px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
     border-top-left-radius: 8px;
     border-top-right-radius: 8px;
}

.flex {
    display: flex;
}

.no-padding {
    padding: 0px !important;
}

.flex-center {
    display: flex;
    align-items: center;
}

.text-after-icon {
    padding-left: 5px;
    font-size: 16px;
}

.close-lg {
    font-size: 26px;
}

.doc-title-btn {
    padding-bottom: 0 !important;
    margin-left: 6px !important;
    border-width: 1px;
    border-color: rgba(128, 128, 128, 0.70);
    height: 27px;
}

.sectionSemanticsButtonsContainer button {
    margin: 5px 0px;
    width: 350px;
}

.remove-button {
  outline: none;
  padding: 2px;
  border: 0px;
  background-color: transparent;
}

.remove-button-css {
    padding: 0px;
}

.view-draft {
    color: red;
    font-weight: bold;
}

.spec-revs-popover .popover-header {
    margin-bottom: 15px;
}

.spec-revs-popover .popover-header h4 {
    display: inline-block;
    margin: 0 15px 0 50px;
}

.spec-revs-popover .popover-header .close {
    margin-top: -2px;
}

.ic-redline-btn {
    margin-left: 5px;
}

.ic-redline-loading {
    margin-left: 5px;
    vertical-align: middle;
}

.ic-instruction {
    line-height: 32px !important;
}

.draft-actions-popover-body {
    margin: 0 10px;
}

.draft-actions-popover ul {
    margin-top: 15px;
    padding: 0;
}

.draft-actions-popover li:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: solid 1px #dddddd;
}

.draft-actions-popover li:not(:first-child) {
    padding-top: 10px;
}

.draft-publishing-popover {
    position: relative;
    padding: 20px 5px 5px 5px;
}

.draft-publishing-popover .close {
    position: absolute;
    right: 0;
    top: -1px;
}

.modal-content-container {
    margin: 20px;
}
.modal-title {
    padding-bottom: 5px;
    border-bottom: solid 1px #dddddd;
}

.publish-draft-modal-message {
    height: 150px;
    padding-top: 15px;
}

.select-collections-container {
    max-width: 600px;
    margin: 0 auto;
}

.modal-loading-btn {
    height: 34px;
}

.publishing-parameters-container {
    padding-left: 15px;
    margin-bottom: 10px;
}

.publish-draft-success-check {
    width: 100px;
    height: 100px;
}

.checkbox-label > input {
    position: relative;
    bottom: 2px;
    vertical-align: middle;
}

.checkbox-label > span {
    vertical-align: middle;
}

.picklist-container {
    height: 245px;
    display: flex;
    display: -ms-flexbox; /* IE 10 */
}

.picklist-buttons-container {
    display: inline-block;
    text-align: center;
    height: 100%;
    width: 10%;
}

.picklist-buttons-container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;

    display: -ms-flexbox; /* IE 10 */
    -ms-flex-direction: column; /* IE 10 */
    -ms-flex-pack: center; /* IE 10 */

    height: 100%;
}

.picklist-selections-container {
    display: inline-block;
    width: 45%;
}

.picklist-selections {
    min-height: 214px;
}

.picklist-selections > option {
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.delete-confirmation-modal-container,
.confirmation-modal-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    display: -ms-flexbox; /* IE 10 */
    -ms-flex-direction: column; /* IE 10 */
    -ms-flex-pack: center; /* IE 10 */
    -ms-flex-align: center; /* IE 10 */

    height: 150px;
}

.delete-confirmation-modal-btns,
.confirmation-modal-btns {
    margin-top: 5px;
}

.delete-confirmation-modal-btns > button:not(:last-child),
.confirmation-modal-btns > button:not(:last-child) {
    margin-right: 50px;
}

.popover {
    max-width: 500px;
}

.illegible-content-popover {
    max-width: none;
}

.ref-analysis-dropdown {
    display: flex !important;
    align-items: center;
    justify-content: space-between;

    display: -ms-flexbox !important; /* IE 10 */
    -ms-flex-align: center; /* IE 10 */
    -ms-flex-pack: justify; /* IE 10 */
}

.ref-analysis-dropdown span {
    display: inline-block; /* allows -ms-flex-pack: justify to work in IE 10 */
}

.composer-ic-table {
    width: 100%;
}

.truncated-to-640 {
    width: 640px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: table-row;
}

.truncated-to-640 .doc-designation {
    width: 18vw;
    display:table-cell;
}  

.truncated-to-640 .doc-title {
    width: 22vw;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}   

.ic-tabset {
    margin-top: 20px;
}

.ic-tab-heading {
    font-size: 18px;
}

.ic-tab-content {
    min-height: 80vh;
    padding: 10px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.ic-loading-container {
    flex-direction: column;
    -ms-flex-direction: column;
    font-size: 24px;
}

.ic-publish-spinner {
    margin: 30px 15px 10px 0;
    width: 50px;
    height: 50px;
}

.ic-publish-error {
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
}

.ic-publish-table {
    border: none;
}

.ic-change-item-cell {
    max-height: 150px;
    overflow-y: auto;
}

.publish-ic-heading-container {
    margin-bottom: 10px;
}

.publish-ic-heading {
    margin-top: 0;
    display: inline-block;
}

.publish-ic-heading-btn {
    margin-bottom: 10px;
    margin-left: 10px;
}

.publish-ic-close {
    float: none;
    vertical-align: top;
    margin: 0 10px;
    font-size: 26px;
}

#historyButton {
    border: 1px solid transparent;
    box-shadow: none;
}

#exportOptionButton {
    border: 1px solid transparent;
    box-shadow: none;
}

#toc-title-holder {
    margin-top: 10px;
}

.aside-modal .modal-dialog {
    top: 0;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

.aside-modal .modal-content {
    border: 0;
    height: 100%;
}

.word-wrap {
    word-wrap: break-word;
}

/* Begin manuscript editor styles */

.manuscripts-editor-div {
    border: 1px solid #dfa526;
    flex:1;
    overflow-y: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.manuscripts-editor-row {
    overflow-y: auto !important
}

.ProseMirror ul {
    list-style-type:disc;
}

.ProseMirror figure.table {
    width : auto !important;
    max-width : none !important;
}

.Overlay {
    z-index: 1060 !important;
}

/* End manuscript editor styles */
