﻿html {
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 12px;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.body-content-wrapper {
    min-height: 100%;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

.footer {
    height: 50px;
    margin-top: -50px;
    padding-left: 2em;
    padding-right: 2em;
}

.singleline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

blockquote {
    font-size: 12px;
    border-left: 5px solid #C7E0F4;
}

.nowrap {
    white-space: nowrap;
}

.scrollable-menu {
    height: auto;
    max-height: 310px;
    overflow-x: hidden;
}

/* datatables show # entries section */
.dataTables_length {
    flex-grow: 1;
}

.dataTables_info {
    flex-grow: 1;
}

.dataTables_paginate {
    flex-grow: 8;
}

.doc-actionbar {
    background-color: white;
    border: none;
    float: right;
    margin: 0;
}
.doc-actionbar > .container-fluid {
    padding: 0;
}
@media (min-width: 768px) {
  .doc-actionbar {
    width: 70%;
  }
}
.doc-actionbar-menu {
    padding-right: 0;
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
}
.doc-actionbar-menu > ul > li {
    padding-right: 8px;
    white-space: nowrap;
}

/* required for font awesome pseudo elements */
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
    .doc-actionbar-menu.navbar-collapse {
        overflow-y: visible;
        width: 100%;
        position: absolute;
        z-index: 1100;
    }
    .doc-actionbar-menu > ul > li {
        background-color: white;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .doc-actionbar-menu > ul {
        margin-top: 5px;
        padding-top: 10px;
        border: 1px solid lightgray ;
    }
    .doc-actionbar .navbar-toggle {
        margin-bottom: 0;
        margin-top: 0;
    }
    .scrollable-menu {
        max-width: 350px;
    }
    .filterRow {
        display:none;
    }
}

.documentTable-DocSelector {
    width: 55px;
    max-width: 55px;
}

.documentTable-DocSelector > label { 
    display: block;
    cursor: pointer;
    margin: 0;
    width: 55px;
}

.documentTable-DocDate{
    white-space: nowrap;
    width: 50px;
    max-width: 60px;
}

.template-actions{
    width: 95px;
    max-width: 95px;
}

@media  (max-width: 1024px) {
    .documentTable-DocPartner{
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .documentTable-DocType{
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media  (max-width: 767px) {
    .documentTable-DocId{
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.page-archive {
    margin-top: 2em;
}

.large-archive-view {
    visibility: visible;
}

.small-archive-view {
    visibility: hidden;
    display: none;
    float: right; /*change this ... only for the search/filter button to open modal*/
}

@media (max-width: 767px) {
    .large-archive-view {
        visibility: hidden;
        display: none;
    }
    .small-archive-view {
        visibility: visible;
        display: inherit;
    }
}
#ArchiveSearchTable td {
    border: 0;
    font-size: 14px;
    vertical-align: middle;
}
#ArchiveSearchTable .form-control{
    display: inline-block;
    width: auto;
}
#ArchiveSearchTable .input-group-btn{
    width: auto;
}
#archiveSearchModal .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}
.archive-date-header{
    white-space: nowrap;
}
.archive-action-header{
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
@media  (max-width: 800px) {
    .archive-action-header{
        white-space: normal;
    }
}

.archive-action:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    color: #080808;
}

.archive-action {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
    border: none;
}

.archive-action-clear:before {
    content: "\f00d";
    font-weight: 900;
}

.archive-action-clear {
    background-color: inherit;
}

.archive-action:hover:before {
    color: #337AB7;
}

.archive-action-search:before {
    content: "\f002";
    font-weight: 900;
}

.archive-action-search {
    background-color: inherit;
}

.archive-action-more:before {
    content: "\f142";
    font-weight: 900;
}

.archive-action-view:before {
    content: "\f15c";
    font-weight: 900;
}

.archive-action-more {
    background-color: inherit;
}

.archive-docType-filter.form-control[readonly] {
    background-color: #fff;
    color: #AAA;

}

.heading-row {
    height: 25px;
    line-height: 27px;
}

.filterRow {
    background-color: #eeeeee;
    height: 26px;
}

.usedOpenItem {
    background-color: #eeeeee;
}

.itemSelector-quantityEntered {
    width:50px; 
    text-align:right;
}

.dataTable-details {
    width: 0px;
    max-width: 0px;
}

.openItemTable-selector {
    width: 55px;
    max-width: 55px;
}
.openItemTable-selector > label { 
    display: block;
    cursor: pointer;
    margin: 0;
    width: 55px;
}
.openItemTable-DocDate{
    white-space: nowrap;
    width: 105px;
    max-width: 105px;
}

.openItemTable-Qty{
    /*text-align: right;*/
}

@media  (max-width: 1024px) {
    .openItemTable-ItemId{
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .openItemTable-ItemDescription{
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media  (max-width: 767px) {
    .openItemTable-DocId{
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .openItemTable-ItemDescription{
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.catalogProduct-editor-control {
    margin: 5px;
}

.catalog-dropdown-height > select {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.catalog-action {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

.catalog-action:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    color: #080808;
}

.catalog-btn-add{
    margin-bottom: 20px;
}

.catalog-action-edit:before {
    content: "\f044";
    font-weight: 900;
}

.catalog-action-edit {
    background-color: inherit;
}

.catalog-action-edit:hover:before {
    color: #337AB7;
}

.catalog-action-more:before {
    content: "\f142";
    font-weight: 900;
}

.catalog-action-more {
    background-color: inherit;
}

.catalog-action-more:hover:before {
    color: #337AB7;
}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.input-xs {
    height: 22px;
    padding: 2px 2px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.requiredField {
    background-color: #ffb6c1;
}

tr.FieldSet:hover > td,
tr.FieldSet:focus > td {
  background-color: #f5f5f5;
}
tr.Field:hover > td,
tr.Field:focus > td {
  background-color: #f5f5f5;
}
tr.selected:hover > td,
tr.selected:focus > td {
  background-color: #C7E0F4;
}
.selected {
    background-color: #C7E0F4;    
}

input.error {
    border:1px solid red;
}

.fieldSetEditorDefault {

}

/**
Bootstrap 3 - Disabled dropdown links
Bootstrap 3 has built-in visual support for disabled dropdown menu items, however these are simply 
visual changes and don't actually impact the interactivity of the element itself.
Once this is added to your styles, you can easily disable any dropdown item by applying a [disabled] attribute 
to the <a/> element itself, and adding the usual .disabled class to the parent <li>.
More information here: http://blog.craigsworks.com/bootstrap-3-disabled-dropdown-links/
**/

/*
Mimic cursor style from native .dropdown-menu > .disabled > a{} styles,
since `pointer-events: none` kills the cursor state, too. 
*/.dropdown-menu > .disabled{
 cursor: not-allowed; 
}

/* The real magic ;) */
.dropdown-menu > .disabled > a{
 pointer-events: none;
}

.dropdown-menu > li > a{
 cursor: pointer; 
}

.doc-action-menu-item {
    font-size: 1em;
}

/*Override Bootstrap default styles for smaller text*/
.dropdown-menu-default {
  font-size: x-small;
}
/*Override Bootstrap default styles for smaller text*/
.btn-xs,
.btn-group-xs > .btn {
  font-size: x-small;
}

.doc-action-btn-group{
  float: right;
}

.unopened-document{
    color: #0971c7;
}
.ready-send-document{
    color: #0971c7;
}

/* To allow multiple elements in a row. Copied from bootstrap.css and replaced <a> with <div> */
.dropdown-menu > li > div {
  padding: 3px 20px;
  clear: both;
  line-height: 1.42857143;
    min-width: 30em;
}
.dropdown-menu > li > div:hover,
.dropdown-menu > li > div:focus {
  background-color: #f5f5f5;
}
.dropdown-menu > li > div > a{
  display: inline-block;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  min-width: 60%;

  cursor: pointer;
}
.dropdown-menu > li > div > a.action{
  position: relative;
  top: -3px;
  min-width: 10%;
  width: 1em
    /*margin-right: 0.5em;
    padding-right: 1em;*/
}
.dropdown-menu > li > div > button.delete{
  position: relative;
  top: -3px;
  width: 1em;
    /*margin-right: 0.2em;
    padding-right: 1em;*/
  /*color: red;
  opacity: .5;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*Override Bootstrap default styles for less padding*/
table.table {
    font-size: 12px;
}

@media  (max-width: 1024px) {
    table.table {
        font-size: 10px !important;
    } 
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    font-family: "Glyphicons Halflings";
    content: "\e113";
    background-color: #ffffff;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 6px;
    color: #337AB7;
    border: 0px solid white;
    box-shadow: 0 0 0px #444;
    font-family: "Glyphicons Halflings";
    content: "\e114";
    background-color: #ffffff;
} 

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 0;
  padding-right: 5px;
  vertical-align:middle;
}

table.table-condensed.dataTable .sorting::after, 
table.table-condensed.dataTable .sorting_asc::after, 
table.table-condensed.dataTable .sorting_desc::after {
    top: 0px;
}

table.scrollable thead, 
table.scrollable tbody, 
table.scrollable tr, 
table.scrollable th, 
table.scrollable td { 
	display: block; 
}

table.scrollable tr:after {  /* clearing float */
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

table.scrollable tbody {
    max-height: 185px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.scrollable tbody td, 
table.scrollable thead th {
    float: left;
}

.list-group-item {
    font-size: 12px;
    padding: 5px 10px;
}

.panel-body {
    padding: 10px;
}

.document-panel .panel-body {
    padding: 0;
}

.document-panel thead > tr > th.sorting:hover, th.sorting_asc:hover, th.sorting_desc:hover {
    background-color: #eee;
}

.panel-title {

}

.form-group {
  margin-bottom: 5px;
}

/* Editor */
.tree-node {
    min-height: 1em;
}

.tree-node:before {
    color: #000;
    font-family: "Font Awesome 5 Free";
    min-height: 1em;
    content: "\f068";
    font-weight: 900;
}

.tree-node-repeatable:before {
    color: #000;
    font-family: "Font Awesome 5 Free";
    min-height: 1em;
    content: "\f054";
    font-weight: 900;
}

.tree-node-repeatable.tree-node-open:before {
    content: "\f078";
    font-weight: 900;
}

.tree-node.tree-node-error:before {
    color: #ff0000;
    content: "\f101";
    font-weight: 900;
}

.tree-node.tree-node-repeatable:before {
    content: "\f054";
    font-weight: 900;
}

.tree-node-repeatable.tree-node-repeatable-error:before {
    color: #ff0000;
}

.tree-node-repeatable.tree-node-repeatable-childerror:before {
    color: #ff0000;
}

.tree-error:before {
    content: "\f0da";
    font-weight: 900;
    color: #ff0000;
}

.tree-indent {
    width: 15px;
    text-align: center;
}

.tree-fieldSetGrid {
    width: 100%;
    border-style: dotted; 
    border-width: 1px;
}

.editor-savebar {
    position: -webkit-sticky;
    position: sticky;
    top: 53px; /* need to offset the top navbar */
    z-index: 10;
}

.editor-form {
    padding-top: 1em;
}

.editor-action {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
    cursor: pointer;
}

.editor-action:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    color: #080808;
}

.editor-action-more:before {
    content: "\f142";
    font-weight: 900;
}

.editor-action-more {
    background-color: inherit;
}

.editor-action-more:hover:before {
    color: #337AB7;
}

.editor-default-search {
    margin-left: 18px;
    margin-right: -10px;
    width: 80%;
}

.editor-default-dropdown {
    max-height: 235px;
    overflow: auto;
}

.editor-default-dropdown li div a {
    max-width: 90%; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.editor-default-anchor {
    display: block;
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: -7px;
    padding-left: 15px;
    margin-left: -15px;
}

table.tree {
    width: 100%;
}

.validation-results{
    height: auto !important;
}

.validation-results-list {
    max-height: 190px;
    overflow: hidden; 
    overflow-y: auto;
    margin-top: 0.7em;
}

.validation-result{
    padding-left: 1em;
}

.validation-result-goto {
    cursor: pointer;
}

.guidance {
}

.editor-field{
    
}

.editor-field-round {
    min-height: 26px;
    border-radius:3px;
    border: 1px solid #cccccc;
    display:inline-block;
    overflow:hidden;
}

.field-cond-icon {
}

.field-req-icon{
}

.field-validation-error {
    display: block;
    font-weight: bold;
    padding-bottom: 0.5em;
}

.editor-panel{
    min-height: 584px;
}
.definition-editor-tree{
    max-height: 544px;
    overflow-y: scroll; 
}

.pointer {
    cursor: pointer;
}

.default-cursor {
    cursor: default;
}

.import-error-message {
}

.callout {
    padding: 5px 10px 10px 10px;
    margin: 8px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout-default {
    border-left-color: #777;
}
.callout-default h5 {
    color: #777;
}

.callout-danger {
    border-left-color: #CC0000;
}
.callout-danger h5 {
    color: #CC0000;
}

.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  display: table;
  width: 100%;
}

.alert-white {
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}

.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbd;
  padding-top: 15px;
}


.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}

.alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.alert-success {
  color: #000;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-white.alert-success .icon, 
.alert-white.alert-success .icon:after {
  border-color: #54a754;
  background: #60c060;
}

.alert-info {
  background-color: #7eb1dc;
  border-color: #7eb1dc;
  color: #000;
}

.alert-white.alert-info .icon, 
.alert-white.alert-info .icon:after {
  border-color: #7eb1dc;
  background: #7eb1dc;
}


.alert-white.alert-warning .icon, 
.alert-white.alert-warning .icon:after {
  border-color: #d68000;
  background: #fc9700;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #f1daab;
  color: #c09853;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #e0b1b8;
  color: #b94a48;
}

.alert-white.alert-danger .icon, 
.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}

.alert-message {
    line-height: 2;
}

.text-primary {
    color: #373D3F
}

.show-menu {
    border: 1px solid #cccccc;
}

.show-menu .show-menu-item {
    height: 1.8em;
    display: inline-block;
}

.show-menu .show-menu-item > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  padding-right: 0.5em;
}

table.dataTable tbody > tr.selected-row {
    background-color: #C7E0F4;  
}

.badge-primary {
  background-color: #337ab7;
}

/*All outer tables/grids only*/
#fieldSetTree > table > tbody > tr > td > .table-responsive {
    padding-right: 10px; 
}

.table-responsive {
    padding-right: 5px; 
    padding-bottom: 5px;
}

td > label { 
    display: block;
    cursor: pointer;
    margin: 0px;
    width:50px;
}

.support-user {
    color: #cc0000 !important;
}

.btn-white,
.btn-white:active,
.btn-white:visited,
.btn-white:focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-white:hover {
    background-color: #eee;
    border-color: #ccc;
}
 
.grid-category {
    height: 100%;
}

.category-link {
    padding-left: 0.5em;
}

/* Removes double padding between home page panels */
.row > div:not(:first-child) {
    padding-left: 0;
}

@media screen and (max-width: 992px) {
    .row > div:not(:first-child) {
        padding-left: 15px;
    }
}
/* End */

#DocumentEditor {
    padding-left: 15px;
    padding-right: 15px;
}

#DocumentDefinitionEditor {
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-item-wide {
    width: 235px;
}

.category-icon {
    padding-right: 5px; 
}

.font-size-standard {
    font-size: 12px;
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 5px;
}

.pad-sm {
    padding-left: 5px;
    padding-right: 5px;
}

.pad-xs {
    padding-left: 3px;
    padding-right: 3px;
}

.login-user-icon {
    padding-right: 5px;
}

.sp-replacer {
    background: #fff !important;
    border-radius: 4px;
    border-color: #ccc !important;
}

.sp-dd {
    margin-top: 8px !important;
    height: 12px !important;
    line-height: 12px !important;
}

.selected-item {
    background-color: #C7E0F4; 
}

.vertical-pad {
    padding-top: .5em;
    padding-bottom: .5em;
}

.horizontal-pad {
    padding-right: .5em;
    padding-left: .5em;
}

input[type=checkbox] {
    vertical-align: -2px;
}

.document-list { 
    min-height: 125px; 
}

a.document-panel-icon {        
    text-decoration:none;
}
.document-panel-icon:after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25em;
}
.document-panel-icon.collapsed:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25em;
}

.document-panel {
    position: relative;
}

.fieldset-default-preferred {
    color: #ffb900;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px  1px 0 #000,
        1px  1px 0 #000;  
}

.message-results-list {
    max-height: 190px;
    overflow: hidden; 
    overflow-y: auto;
}

#web-notification > li {
    margin-bottom: 0.25em;
}

.navbar-brand {
    padding-top: 1px;
    padding-bottom: 1px;
    height: 52px;
}

.navbar-logo {
    padding-right: 1em;
}

.footer > hr  {
    border-top: 1px solid #337AB7;
}

.machine {
    display: none;
}

/* hide menu except on hover */
.table-hover tbody > tr > td.actions > div{
    visibility: hidden;
}

.table-hover > tbody > tr:hover > td.actions > div{
    visibility: visible;
}

/* if we dont remove the top margin the visibiliy makes the menu very difficult to hit without disappearing */
.doc-actions .dropdown-menu {
    margin-top: 0;
}

.actions .dropdown-menu {
    margin-top: 0;
}
/* hide menu except on hover */

.doc-actions {
    min-width: 110px;
}

.dropdown-toggle > .dropdown-toggle-icon:before {
    content: "\f142";
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    font-size: 1em;
    color: #080808;
}

.doc-action {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
    cursor: pointer;
}

.doc-action:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    color: #808080;
}

/* doc-action:hover:before { */
/*     color: #337AB7; */
/* } */

.doc-action-edit:before {
    content: "\f044";
    font-weight: 900; 
}

.doc-action-edit:hover:before {
    color: #337AB7;
}

.doc-action-clear:before {
    content: "\f00d";
    font-weight: 900;
}

.doc-action-clear:hover:before {
    color: #337AB7;
}

.doc-action-clear {
    background-color: inherit;    
}

.doc-action-category:before {
    content: "\f024";
    font-weight: 900;
}

.doc-action-category {
    background-color: inherit;
}

.doc-action-category:hover:before {
    color: #337AB7;
}

.doc-action-more:before {
    content: "\f142";
    font-weight: 900;
}

.doc-action-more {
    background-color: inherit;
}

.doc-action-more:hover:before {
    color: #337AB7;
}

.doc-action-view:before {
    content: "\f15c";
    font-weight: 900;
}

.doc-action-view:hover:before {
    color: #337AB7;
}

.doc-action-view {
    background-color: inherit;
}

.doc-action-tempcreate:before {
    content: "\f0c5";
    font-weight: 900;
}

.doc-action-tempcreate:hover:before {
    color: #337AB7;
}

.doc-action-tempcreate {
    background-color: inherit;
}

.doc-actions-menu .btn-group {
    border-right: none;
}

.doc-actions-menu .btn {
    border: none;
}

.doc-actions-menu .btn-group > .btn.btn-default {
    padding: 1px 1px;
    min-width: 25px;
}

.doc-actions-menu.btn-toolbar {
    padding: 0;
}

.doc-filter-bar {
    background-color: #fff;
    width: 100%;
    min-height: 38px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    /* background-color: #efefef; */
    margin-bottom: 3px;
}

.doc-refresh:before {
    content: "\f01e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25em;
    line-height: 18px; /* 35px/1.25em - padding 10*/
}

.doc-refresh {
    border: none;
}

.doc-send-all:before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 1.25em;
    padding-right: 8px;
    line-height: 18px; /* 35px/1.25em - padding 10*/
}

.doc-send-all {
    border: none;
}

.doc-create-new:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25em;
    padding-right: 3px;
    line-height: 18px; /* 35px/1.25em - padding 10*/
}

.doc-create-new {
    border: none;
}

.doc-actionbar-menu > ul li{
    line-height: 35px;
}

.doc-create-new-template:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25em;
    padding-right: 3px;
    line-height: 18px; /* 35px/1.25em - padding 10*/
}

.doc-create-new-template {
    border: none;
}

.doc-actionbar-toggle-unread-icon {
    border: none;
}

.doc-actionbar-toggle-unread-icon:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-weight: 400;
    font-size: 1.25em;
    padding-right: 5px;
    line-height: 18px; /* 35px/1.25em - padding 10*/
}

.doc-actionbar-toggle-unread-icon.unopened:before {
    content: "\f14a";
}

.doc-actionbar-toggle-ready-icon {
    border: none;
}

.doc-actionbar-toggle-ready-icon:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-weight: 400;
    font-size: 1.25em;
    padding-right: 5px;
    line-height: 18px; /* 35px/1.25em - padding 10*/
}

.doc-actionbar-toggle-ready-icon.ready:before {
    content: "\f14a";
}

.doc-actionbar-toggle {
    min-width: 110px;
}

.data-grid-wrapper {
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0;
}

.page-wrapper {
    display: flex;
    flex-direction: row;
    padding-top: 5px
}

.doc-action-all {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
}

.doc-action-all:before {
    font-family: "Font Awesome 5 Free";
    color: #080808;
    font-size: 1em;
}

.doc-action-all-more:before {
    content: "\f142";
    font-weight: 900;
}

.doc-action-all-more {
    border: none;
}

.doc-action-all-category:before {
    content: "\f024";
    font-weight: 900;
}

.doc-action-all-category {
    border: none;
}

.docSetup-action {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
    cursor: pointer;
}

.docSetup-action:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    color: #080808;
}

.docSetup-action-edit:before {
    content: "\f044";
    font-weight: 900; 
}

.docSetup-action-edit:hover:before {
    color: #337AB7;
}


/* Move DataTable Sort icons from right to left */
table.dataTable thead th.sorting:before {
    content: "\f0dc";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1em;
    padding-right: 3px;
    padding-left: 3px;
    color: #000;
}
table.dataTable thead th.sorting_asc:before {
    content: "\f0de";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1em;
    padding-right: 3px;
    padding-left: 3px;
    color: #337AB7;
}
table.dataTable thead th.sorting_desc:before {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1em;
    padding-right: 3px;
    padding-left: 3px;
    color: #337AB7;
}

table.dataTable thead th.sorting:after {
    content: "";
}
table.dataTable thead th.sorting_asc:after {
    content: "";
}
table.dataTable thead th.sorting_desc:after {
    content: "";
}
/* END Move DataTable Sort icons from right to left */

.cat-action {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
}

.cat-action:hover:before {
    color: #337AB7;
}

.cat-action:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    color: #080808;
}

.cat-action-edit:before {
    content: "\f044";
    font-weight: 900;
}

.cat-action-delete:before {
    content: "\f00d";
    font-weight: 900;
}

.cat-action-show:before {
    content: "\f070";
    font-weight: 900;
}

.cat-action-hide:before {
    content: "\f06e";
    font-weight: 900;
}

.category-title {
    font-size: 1.4em;
}

.cat-name {
    width: 50%;
}

.popover-content {
    color: black;
}

.tree tr {
    min-height: 21px;
}

.tree td {
    min-height: 21px;
}

.DefaultApplied {
    -webkit-animation-name: DefaultAppliedFade;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 2s;
    animation-name: DefaultAppliedFade;
    animation-timing-function: ease-in;
    animation-duration: 2s;
}

@-webkit-keyframes DefaultAppliedFade {
    from { background-color: #f7ffc1; }
    to { background-color: transparent; }
}

@keyframes DefaultAppliedFade {
    from { background-color: #f7ffc1; }
    to { background-color: transparent; }
}

/*Add to Bootstrap default style for empty DataTable*/
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    color: #808080;
}

.label-action {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
    cursor: pointer;
}

.label-action:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    color: #080808;
}

.label-actions .dropdown-menu {
    margin-top: 0;
}

.label-actions-menu .btn-group {
    border-right: none;
}

.label-actions-menu .btn {
    border: none;
}

.label-actions-menu .btn-group > .btn.btn-default {
    padding: 1px 1px;
    min-width: 25px;
}

.label-actions-menu.btn-toolbar {
    padding: 0;
}

.label-action-edit:before {
    content: "\f044";
    font-weight: 900;
}

.label-action-edit {
    background-color: inherit;
}

.label-action-edit:hover:before {
    color: #337AB7;
}

.label-action-download:before {
    content: "\f56d";
    font-weight: 900;
}

.label-action-download {
    background-color: inherit;
}

.label-action-download:hover:before {
    color: #337AB7;
}

.label-action-more:before {
    content: "\f142";
    font-weight: 900;
}

.label-action-more {
    background-color: inherit;
}

.label-action-more:hover:before {
    color: #337AB7;
}

.label-create-new:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25em;
    padding-right: 3px;
    line-height: 18px; /* 35px/1.25em - padding 10*/
}

.label-create-new {
    border: none;
}

.label-action-all {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
}

.label-action-all:before {
    font-family: "Font Awesome 5 Free";
    color: #080808;
    font-size: 1em;
}

.label-action-all-more:before {
    content: "\f142";
    font-weight: 900;
}

.label-action-all-more {
    border: none;
}

.ready-download-label{
    color: #0971c7;
}

.download-complete-label{
    display: none;
}

.defaults-action {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
    cursor: pointer;
}

.defaults-action:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    color: #080808;
}

.defaults-actions .dropdown-menu {
    margin-top: 0;
}

.defaults-actions-menu .btn-group {
    border-right: none;
}

.defaults-actions-menu .btn {
    border: none;
}

.defaults-actions-menu .btn-group > .btn.btn-default {
    padding: 1px 1px;
    min-width: 25px;
}

.defaults-actions-menu.btn-toolbar {
    padding: 0;
}

.defaults-action-edit:before {
    content: "\f044";
    font-weight: 900;
}

.defaults-action-edit {
    background-color: inherit;
}

.defaults-action-edit:hover:before {
    color: #337AB7;
}

.defaults-action-more:before {
    content: "\f142";
    font-weight: 900;
}

.defaults-action-more {
    background-color: inherit;
}

.defaults-action-more:hover:before {
    color: #337AB7;
}

.defaults-action-all {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
}

.defaults-action-all:before {
    font-family: "Font Awesome 5 Free";
    color: #080808;
    font-size: 1em;
}

.defaults-action-all-more:before {
    content: "\f142";
    font-weight: 900;
}

.defaults-action-all-more {
    border: none;
}

.defaults-td {
    white-space: nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden; 
    max-width:1px;
}

#field-error {
    color: #a94442;
    display: block;
}

#showItemIds {
    padding-bottom: 4px;
}

.open-items-toggle-show-ids:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-weight: 400;
    font-size: 1.25em;
    padding-right: 5px;
    line-height: 18px;
}

.open-items-toggle-show-ids.show-ids:before {
    content: "\f14a";
}

.field-visibility-toggle {
    padding-left: 0.25em;
    padding-right: 0.25em;
    min-width: 2em;
    cursor: pointer;
}

.field-visibility-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    color: #080808;
}

.editor-field-hide-toggle:before {
    content: "\f06e";
    font-weight: 900;
}

.editor-field-hide-toggle {
    background-color: inherit;
}

.editor-field-hide-toggle:hover:before {
    color: #337AB7;
}

.editor-field-show-toggle:before {
    content: "\f070";
    font-weight: 900;
}

.editor-field-show-toggle {
    background-color: inherit;
}

.editor-field-show-toggle:hover:before {
    color: #337AB7;
}

.editor-field-disabled {
    background-color: #ebebe4;
}

.edictInfo {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-template-rows: 110px;
    grid-column-gap: 50px;
    grid-row-gap: 0px;
}

.edictLogo {
    grid-area: 1 / 1 / 2 / 2;
}

.edictLogo img {
    max-width: 150px;
    height: auto;
}

.edictAdd {
    grid-area: 1 / 2 / 2 / 3;
}