.navbar-fixed-top {
    background:silver;
}

.showAtTopCentered {
    text-align:center;
    position:fixed;
    top: 0px;
    right:0px;
    left:0px;
    width:100%;
    height:75px;
    z-index:1001;
    background-color:silver;
}
.topSaveBox {
    width:300px;
    max-width: 100% !important;
    height: 100%;
    background-color:lightsteelblue;
    border-radius:20px;
    margin: 0 auto;
    text-align: center;
}

#mainSpace {
    position: relative;
}

.indexTable {
}

.container {
    padding-top:95px;
}

.loading, select.loading + span.select2 > span > span.select2-selection {
    background-image: url("../images/ajax-loader.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

.popover-content .loading {
    width: 100px;
    height: 40px;
    background-position:center center;
}

li.dynSuggResultLi {
    list-style-type: none;
    padding-bottom:5px;
}

li.dynSuggResultLi > a {
    color:#48525C;
    text-decoration:none;
}

li.dynSuggResultLi.selected {
    background:#83AADE;
    list-style-type: none;
    padding:10px;
    border-radius: 5px;
    box-shadow: 5px 5px 2px grey;
}

li.dynSuggResultLi.selected > a {
    color:#202429;
    text-decoration:none;
}

li.dynSuggResultLi .dynSuggResultSubactionUl {
    display:none;
}

li.dynSuggResultLi.selected .dynSuggResultSubactionUl {
    display:list-item;
    list-style-type:none;
    padding-top:10px;
    padding-left:5px;
    text-decoration:none;
}

li.dynSuggResultSubactionLi {
    display:inline;
    padding-right:5px;
}

li.dynSuggResultSubactionLi > a {
    color:#48525C;
    text-decoration:none;
}

li.dynSuggResultSubactionLi.selected{
    background:#5791DE;
    padding:5px;
    margin-right:5px;
    border-radius:5px;
    box-shadow: 5px 5px 2px grey;
    color:black;
    text-decoration:none;
}

li.dynSuggResultSubactionLi.selected > a {
    color:#202429;
    text-decoration:none;
}

.icon-alert {
    color: red;
}

.icon-inactive {
    color: silver;
}

.icon-red {
    color: red;
}

.icon-green {
    color: green;
}

.icon-orange {
    color: orange;
}

img.icon {
    max-height: 1em;
    max-width: 2em;
}

div#footdiv {
    position:fixed;
    bottom:0px;
    left:0px;
    height:25px;
    width:100%;
    background:rgb(215,215,215);
    z-index:100;
    padding:3px;
}

div#footdiv, div#footdiv a {
    color: white;
}

a:hover i.mainMenuToggle {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

.suggestionsResult{
    position:absolute;
    left:10px;
    right:10px;
    padding:10px;
    z-index:3;
    background:silver;
    box-shadow: 5px 5px 2px grey;
    display:none;
}

.suggestionsResult ul{
    list-style-position: inside;
    padding-left:0;
    font-size:small;
}

.entityTable td
{
    vertical-align:top;
}

.ui-sortable tr {
    cursor:pointer;
}

.ui-sortable tr:hover {
    background:none;
}

.greyHeaders th
{
    color: grey;
    font-weight:normal;
    border:none;
}

.greyHeaders label
{
    color: grey;
    font-weight:normal;
}

.greyHeaders>tbody>tr>td, .greyHeaders>tbody>tr>th
{
    border:none;
}

.bottomBorder
{
    border-bottom: solid;
    border-width: 1px;
    border-color: black;
    padding-top: 20px;
    padding-bottom: 10px;
}

.noBorder
{
    border: none;
    padding-top: 20px;
    padding-bottom: 10px;
}

.inline-hidden
{
    border: none;
    border-radius: 5px;
    background-color: rgba(0, 102, 204, 0.06);
}

.text-muted .inline-hidden
{
    color: #777;
    background-color: rgba(0, 102, 204, 0.02);
}

.cke_editable_inline
{
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: white;
}

label.error
{
    display:inline-block;
    color:red;
    font-style:italic;
}

label.required:after { content:" *"; }

.panel-heading .panel_collapse:after {
    /* symbol for "opening" panels */
    font-family: 'bootstrap-icons';
    content: "\f282";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    padding-right: 10px;
}

.panel-heading .panel_collapse.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f285";    /* adjust as needed, taken from bootstrap.css */
}

/* preview panel */
div.previewPanel {
    margin-top:10px;
    padding:10px;
    background-color:silver;
}
div.previewPanel, div.previewPanelStatic {
    overflow-x:auto;
    width: 100%
}
.previewPanelPage {
    padding-right: 20px;
    vertical-align: top
}
.previewPanelArchivePage {
    padding: 2px;
}
img.previewPanelImage {
    max-height: 150px;
    max-width: 150px;
    min-width: 10px;
    min-height: 10px;
}

.showPage1stCol {
    width: 150px;
}

.errormessage {
    color: red;
    background: #f9ecec;
}

.btnview {
    /* make links look like buttons */
    background-color: buttonface;
    color: buttontext;
}

.activeFilter, select.activeFilter + span.select2 > span > span.select2-selection {
    background-color: powderblue;
}

.cube_form_error {
    color: red;
}

.topic_separator {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;
}

/* cols selector */
th.colsSelectorCell {
    width:50px;
    text-align:center;
}

form.colSelForm {
    margin-bottom: 0.4em;
    max-height: 80vh;
    overflow-y: auto;
}

/* indicate deleted data */
.deletedData {
    opacity: 0.6;
    text-decoration: line-through;
}
.deletedData, a.deletedData, .deletedData a, .editDisabled {
    cursor: not-allowed;
}

/* sort indicators*/
a.asc:after, a.desc:after, a.sortable:after {
    font-family: 'bootstrap-icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 0.4rem;
}
a.asc:after {
    content: "\f575";
}
a.desc:after {
    content: "\f574";
}
a.sortable:after {
    content: " "; /* no indication */
}

/*for Document/...:show history*/
span.log_added {
    background-color: rgba(102, 255, 102, 0.2);
}
span.log_unchanged {
    color: darkgrey;
}
span.log_removed {
    text-decoration: line-through;
}
.documentHistoryLabel, .entityHistoryLabel {
    font-weight: bold;
}
.documentHistoryCurrentVersion {
    background-color: #f5f5f5; /* as .panel-heading in bootstrap */
}

.attachment_form_table td {
}

.attachment_form_tile {
    border-style:solid;
    border-width:1px;
    border-color:#6699cc;
    border-radius:5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
}

.attachment_form_label {
    font-weight: bold;
}

.attachment_form_widget {
}

td.indexFilter {
    min-width: 200px;
}

.indexCell {
    position: relative;
    max-height:5.5em;
    overflow-y: hidden;
}
.indexCell .indexCellMore {
    position: absolute;
    top: 3.5em;
    left: 0;
    width: 100%;
    height: 2em;
    text-align: center;
    margin: 0;
    background-image: linear-gradient(to bottom, transparent, white);
}

/************************/
/** SORTABLE CHECKLIST **/
#checklistListAlert {
    display: none;
    overflow: hidden;
}
#checklistListAlert.active {
    width: 26%;
    max-width: 26%;
    height: auto;
    display: block;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 100;
}
@keyframes cssAnimation {
    to {
        /*width:0;
        height:0;*/
        opacity: 0;
        display: none;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        /*width:0;
        height:0;
        visibility:hidden;*/
        opacity: 0;
        display: none;
    }
}
#checklistList > li.row:nth-child(odd) {
    background-color: #f8f8f8;/*#ececec;*/
}
#checklistList *[contenteditable="true"] {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 40px;
}
#checklistList .itemMoveIcon .bi-arrows-move {
    line-height: 100px;
}
#checklistList > li.row .itemCriterion {
    /*overflow: hidden;*/
    height: 100%;
    max-height: 100%;
}
#checklistList > li.row .itemCriterionText,
#checklistList > li.row .itemCriterionText ~ .cke_textarea_inline {
    display: inline-block;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
}
body.dragging, body.dragging * {
    cursor: move !important;
}
.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
    top: 0;
}
ul#checklistList {
    list-style-type: none;
}
#checklistList .placeholder {
    position: relative;
}
#checklistList .placeholder:before {
    position: absolute;
}
#checklistList .placeholder {
    border: 1px dotted black;
    margin: 0 -13px;
    background-color: whitesmoke;
    height: 80px;
    width: auto;
    visibility: visible;
}
#checklistList .itemTitle i.bi.bi-arrows-move {
    margin-right: 20px;
}
.checklistItemAdd.disabled .bi {
    color: gray;
}
#checklistList.validate .title-row {
    background-color: #f8f8f8;/*#ececec;*/
    font-weight: bold;
}
#checklistList.validate .statuses label {
    font-weight: normal;
}
/* checklist statuses radio buttons */
#checklistList.validate .statuses .status-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
}
/* Hide the browser's default radio button */
#checklistList.validate .statuses .status-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
#checklistList.validate .statuses .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
#checklistList.validate .statuses .status-container:hover input ~ .checkmark {
    background-color: #ccc;
}
#checklistList.validate .statuses .status-container input:checked ~ .checkmark.btn-default {
    background-color: #fff;
}
#checklistList.validate .statuses .status-container input:checked ~ .checkmark.btn-primary {
    background-color: #337ab7;
}
#checklistList.validate .statuses .status-container input:checked ~ .checkmark.btn-success {
    background-color: #5cb85c;
}
#checklistList.validate .statuses .status-container input:checked ~ .checkmark.btn-info {
    background-color: #5bc0de;
}
#checklistList.validate .statuses .status-container input:checked ~ .checkmark.btn-warning {
    background-color: #f0ad4e;
}
#checklistList.validate .statuses .status-container input:checked ~ .checkmark.btn-danger {
    background-color: #d9534f;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
#checklistList.validate .statuses .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
#checklistList.validate .statuses .status-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
#checklistList.validate .statuses .status-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
#checklistList .itemTitle .bi.bi-chevron-down {
    display: none;
}
@media (min-width: 1070px) {
    #checklistList > li.row {
        height: 162px;
        max-height: 162px;
    }
}
@media (max-width: 1069px) {
    #checklistList > li.row {
        heigh: auto;
        max-height: 378px;
    }
    #checklistList [contenteditable] {
        -webkit-user-select: auto;  /* Chrome all / Safari all */
        -moz-user-select: auto;     /* Firefox all */
        -ms-user-select: auto;      /* IE 10+ */
        user-select: auto;          /* Likely future */
        -webkit-user-drag: auto;  /* Chrome all / Safari all */
        -moz-user-drag: auto;     /* Firefox all */
        -ms-user-drag: auto;      /* IE 10+ */
        user-drag: auto;          /* Likely future */
    }
    #checklistList .checklistItem > div:nth-child(3),
    #checklistList .checklistItem > div:nth-child(4) {
        display: none;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
    #checklistList .checklistItem.developMobileItem > div:nth-child(3),
    #checklistList .checklistItem.developMobileItem > div:nth-child(4) {
        display: block;
    }
    #checklistList .itemTitle .itemMoveIcon {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        height: 54px !important;
        max-height: 54px !important;
    }
    #checklistList .itemTitle .bi {
        line-height: 40px;
    }
    #checklistList .itemTitle .bi.bi-chevron-down {
        display: inline-block;
        float: right;
        width: 10%;
        text-align: right;
        margin-right: -9px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        transform-origin: 65% 70%;
        position: absolute;
        top: 10%;
        right: 5%;
    }
    #checklistList .checklistItem.developMobileItem .itemTitle .bi.bi-chevron-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        writing-mode: tb-rl;
    }
    #checklistList .itemTitle .itemTitle-text {
        float: left;
        width: 90%;
    }
}
#checklistList > li.row.itemButtons .mobile-button {
    float: right !important;
    width: 30px !important;
    max-width: 30px !important;
}
.checklistItem.dirtyData {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 3px 0px rgba(204,204,204,1);
}

/****************************/
/** ACTIONS' MOBILE LAYOUT **/
.row.listitem__title {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 0.7em 0.2em;
    margin: 0 -30px;
    cursor: pointer;
    font-weight: bold;
    line-height: 100%;
}
.row.listitem__title:hover {
    background-color: #e8e8e8;
}
.listitem__title--title {
    max-width: 90%;
    display: inline-block;
    margin-left: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(max-width:767px){
    .listitem__title--title {
        max-width: 75%;
    }
    .listitem__title .col-md-1.col-xs-1.pull-right {
        padding:0;
        line-height: 1.6;
    }
    .row label {
        display: inline-block;
    }
}
.listitem__body {
    padding: 0px;
    width: 100%;
    min-width: 100%;
}
.listitem__body .listitem__body--content .container {
    padding-top: 0px;
    margin-top: 0px;
}
.listitem__body--content {
    float: left;
    padding-top: 10px;
    padding-right: 0;
    margin-right: 0;
}
.listitem__body--actions {
    min-width: 40px;
    width: 40px;
    max-width: 40px;
    height: 100%;
    float: right;
    margin-right: -30px;
}
.listitem__body--content .row:first-child,
.listitem__body--content .row:first-child + .row {
    padding-bottom: 6px;
}
.listitem__body--content p {
    font-size: inherit;
}
#action_filter #entityTable {
    width: 100%;
}
#action_filter .select2,
#action_filter .select2.select2-container {
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    margin: 7px 0;
    padding: 0;
}
.show-properties {
    border-top: 1px solid #ddd;
    line-height: 1.43;
}
.show-properties .row,
.docform__container .row {
    border-bottom: 1px solid #ddd;
}
.show-properties .row > div,
.docform__container .row > div {
    padding: 8px;
}
.show-properties .row > div ul {
    padding-left: 8px;
}
.container-fluid.action__editform--container .row {
    border-top: 1px solid #ddd;
    padding-top: 8px;
    padding-bottom: 8px;
}
.action__editform--container > .row > div.col-xs-1:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-1:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-1:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-1:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-2:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-2:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-2:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-2:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-3:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-3:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-3:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-3:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-4:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-4:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-4:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-4:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-5:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-5:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-5:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-5:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-6:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-6:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-6:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-6:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-7:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-7:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-7:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-7:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-8:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-8:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-8:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-8:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-9:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-9:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-9:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-9:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-10:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-10:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-10:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-10:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-11:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-11:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-11:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-11:not(.action__editform--introduction),
.action__editform--container > .row > div.col-xs-12:not(.action__editform--introduction),
.action__editform--container > .row > div.col-sm-12:not(.action__editform--introduction),
.action__editform--container > .row > div.col-md-12:not(.action__editform--introduction),
.action__editform--container > .row > div.col-lg-12:not(.action__editform--introduction) {
    padding: 0;
}
.action__editform--container button[type=submit] {
    margin-top: 20px;
}
.extendedFilters td > input {
    margin: 7px 0;
}
.docform__container .ui-checkbox {
    margin-right: 2rem;
    float: left;
}
.ui-mobile .docform__container strong label,
.docform__container strong div.ui-controlgroup-label {
    font-weight: bold;
}

/*******************/
/** NOTIFICATIONS **/
@media(max-width:1200px) {
    .notoficationrule__container .singleentity.text-right {
        text-align: left;
    }
    .notoficationrule__container .singleentity.text-right input {
        float: left;
        margin-right: 1em;
        margin-top: 0.8em;
    }
    .notoficationrule__container .singleentity.text-right label {
        margin-top: 0.5em;
    }
}
/* xs and sm */
@media(max-width:991px) {
    .container-fluid.notoficationrule__container {
        margin-left: -30px;
        margin-right: -30px;
    }
    #followed_subject .panel {
        background-color: transparent;
    }
}

/* FF hack for bootstrap responsive tables */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.table-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    margin: 0 0 1em;
}

.responsive-table-container {
    box-sizing: border-box;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    margin: 0 0 1em;
}
.responsive-table-wrapper {
    position: relative;
    width: 100%;
}
.responsive-table-wrapper table td > .ui-input-text,
.responsive-table-wrapper table td > .ui-input-search {
    margin: 0;
}

.hidden {
    display: none;
}

.text-overflow {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

#followed_subject div.radio {
    display: inline-block;
    width: 50%;
}

.filterbefore-subform .form-group,
.filterafter-subform .form-group {
    display: none;
}

/* select2 elements same size as input */
.select2-container .select2-selection {
    min-height: 34px;
    x-padding-top: 2px;
}
.select2-container .select2-selection .select2-search__field {
    padding-top: 1px;
}
.select2-container .select2-selection.select2-selection--single {
    padding-top: 2px;
}
.select2-container .select2-selection .select2-selection__arrow {
    top: 50%;
    height: auto;
}
.actions_extendedFilters .select2.select2-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}
.actions_extendedFilters .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
}
a.filter__link--active {
    color: red;
}
.actions_extendedFilters input,
.actions_extendedFilters .select2-container--default .select2-search--inline .select2-search__field,
.actions_extendedFilters .select2-container .select2-selection .select2-search__field,
.actions_extendedFilters .select2-container .select2-search--inline .select2-search__field,
.actions_extendedFilters input.select2-search__field,
.actions_extendedFilters input.select2-container .select2-search--inline .select2-search__field {
    padding: 0 7px !important;
    color: #8e8e8e !important;
    opacity: 1;
}
.actions_extendedFilters input:-moz-placeholder,
.actions_extendedFilters input::-moz-placeholder,
.actions_extendedFilters input::-webkit-input-placeholder,
.actions_extendedFilters input:-ms-input-placeholder,
.actions_extendedFilters input::-ms-input-placeholder {
    padding: 0 4px !important;
    color: #eee !important;
    opacity: 1;
}
.actions_extendedFilters .select2-container--default .select2-selection--single .select2-selection__placeholder {
    padding: 0;
    color: #8e8e8e !important;
}

/*for inline editing*/
table tbody tr.inlineEditRow>td {
    padding-left: 1px;
    padding-right: 1px;
}
div.inlineEditFormElement div.cke_textarea_inline {
    overflow-y: auto;
    height: 100%;
}
div.inlineEditFormElement > div.input-group {
    width: 100%;
}
div.inlineEditFormElement > div.input-group .form-control {
    z-index: unset;
}

/****************************/
/*     BORDERS UTILITIES    */
/****************************/

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

/*********************/
/*  SPACING CLASSES  */
/*  see Botstrap 4   */
/*********************/
/*
How to use:
m - for classes that set margin
p - for classes that set padding

t - for classes that set margin-top or padding-top
b - for classes that set margin-bottom or padding-bottom
l - for classes that set margin-left or padding-left
r - for classes that set margin-right or padding-right
x - for classes that set both *-left and *-right
y - for classes that set both *-top and *-bottom
blank - for classes that set a margin or padding on all 4 sides of the element
*/

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
