a.side-collapse[aria-expanded=true]:after {
    font-family: 'FontAwesome';
    content:" \f104";
    float: right;
    color: grey;
}

a.side-collapse[aria-expanded=false]:after {
    font-family: 'FontAwesome';
    content:" \f107";
    float: right;
    color: grey;
}

.ptx_nav_lbl{
  padding-top:7px;
  color: #868e96;
}

.help {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.8em;
}
.help >ul{
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

@media (min-width: 576px) {
  .huge-modal .modal-dialog { max-width: none; }
}

.huge-modal .modal-dialog {
  width: 98%;
  height: 92%;
  padding: 0;
  overflow-y: initial !important
}

.huge-modal .modal-dialog .modal-content {
  height: 99%;
}

.huge-modal .modal-dialog {
  overflow-y: initial !important
}

.huge-modal .modal-dialog .modal-content .modal-body {
  height: calc(100vh - 200px);
  overflow-y: auto;
}

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ph-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.blink_me {
 animation: blinker 1.75s linear infinite;
}

@keyframes blinker {
 50% { opacity: 0; }
}

.card-group-inline {
    display:inline-block;
}

.clickable-row {
    cursor: pointer;
    color: #0352a8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.clickable-row:hover{
  cursor: pointer;
    color: #066DDB;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.clickable-row input {
    cursor: pointer;
    color: #0352a8;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.clickable-row-dark {
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.clickable-row-dark:hover{
  cursor: pointer;
    color: #066DDB;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

code {
    font-family: Consolas,"courier new";
    color: crimson;
    background-color: #f1f1f1;
    padding: 2px;
    font-size: 105%;
    display: block;
}


.grab-able {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grab-able:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: .85rem;
}

.sortable-header {
  cursor: pointer;
}
.sortable-header:after {
  content: " \f0dc" !important;
  font-family: FontAwesome !important;
  color: #777;
}
.sortable-header.ascend:after {
  content: " \f0de" !important;
  font-family: FontAwesome !important;
  color: #000;
}
.sortable-header.descend:after {
  content: " \f0dd" !important;
  font-family: FontAwesome !important;
  color: #000;
}

.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow-y: auto;
    border: 1px solid #CCC;
    white-space: nowrap;
    width:auto;
    max-height: 300px;
    font-size: .75rem;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 5px;
}
/* Each of the items in the list */
.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-menu li:hover {
    background-color: #DEF;
}

.card-scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.table-compact th,
.table-compact thead td {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 0.8em;
}

.table-small th,
.table-small td {
  font-size: .9rem;
  padding: 0.3rem;
}

.table-small thead td {
  padding-top:0.3rem;
  padding-bottom:0.3rem;
  padding-right:0.3rem;
  padding-left:0.3rem;
}

td.td-width-auto {
    width: auto;
}

td.td-width-min {
    width: 1%;
    white-space: nowrap;
}

.version {
  text-align: right;
  padding-left: 60px;
  padding-right: 60px;
  vertical-align: baseline;
  padding: 10px;
  font-size: .95rem;
  color: #868e96;
}

.hide {
  display: None !important;
}

.note{
  background-color: rgba(0,0,0,0.4);
}

#datatables_buttons_info {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: block;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  width: 60%;
  position:absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  text-align:center;
  border-radius: 8px;
  padding: 15px 5%;
  z-index: 1450;
}

.breadcrumb-dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #343a40;
  border-radius: 0.25rem;
  color:#868e96;
}

.breadcrumb-dark-item + .breadcrumb-dark-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-dark-item + .breadcrumb-dark-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-dark-item + .breadcrumb-dark-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item-dark.active {
  color: #868e96;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    border-left: 2px dotted #868e96;
    display: inline-block;
    position: absolute;
    left: 1.85rem;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 1.5rem 0;
    padding-left: 0.8rem;
}
ul.timeline > li:before {
    content: ' ';
    background: #22c0e8;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #868e96;
    left: 1.35rem;
    width: 1rem;
    height: 1rem;
    z-index: 400;
}

.restricted-input {
  cursor: auto;
}

.scrollable{
  overflow-y: auto;
  max-height: 750px;
  overflow-x: hidden;
  padding: 10px;
}

.mini-scrollable{
  overflow-y: auto;
  max-height: 450px;
  overflow-x: hidden;
  padding: 10px;
}

.medium-scrollable{
  overflow-y: auto;
  max-height: 550px;
  overflow-x: hidden;
  padding: 10px;
}

.speech-bubble {
	position: relative;
	background: #f8f9fa;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 15%;
	width: 0;
	height: 0;
	border: 0.656em solid transparent;
	border-right-color: #f8f9fa;
	border-left: 0;
	border-top: 0;
	margin-top: -0.328em;
	margin-left: -0.656em;
}

.speech-bubble-dark {
	position: relative;
	background: #6c757d;
	border-radius: .4em;
}

.speech-bubble-dark:after {
	content: '';
	position: absolute;
	left: 0;
	top: 15%;
	width: 0;
	height: 0;
	border: 0.656em solid transparent;
	border-right-color: #6c757d;
	border-left: 0;
	border-top: 0;
	margin-top: -0.328em;
	margin-left: -0.656em;
}

input[type=color].form-control {
    padding: 0px;
}

input.input-thin {
    width: 80%;
}

select.select-thin {
    width: 75%;
}

.sticky-wrapper.is-sticky > #stickytoolbar {
  padding:5px;
  margin-top:0px;
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.5);
  border-radius: 5px;
}

.form-control-plaintext.dark-mode {
  color: #ffffff;
}


.ptx-right-fixed {
  height: calc(100vh - 400px);
  overflow-y: auto;
  overflow-x: hidden;
}

.draggable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.draggable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.ptxtooltip {
  position: relative;
  display: inline-block;
}

/* Tool Tip */
.ptxtooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  height:auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.ptxtooltip .tooltiptext-nowrap {
    padding: 5px 5px !important;
    width: auto !important;
    white-space: nowrap;
}

.ptxtooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.ptxtooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.collapsible-list {
  cursor: pointer;
}

.par-collapsible-row td:last-child:after {
    font-family: 'FontAwesome';
    content:" \f107";
    white-space: pre;
    float: right;
    color: grey;
}

.par-collapsible-row td:last-child.collapsed:after {
    content:" \f105";
    white-space: pre;
}

.par-collapsible-row td {
  border: none;
}

.collapsible-row td {
  border: none;
}

h6 span { font-size: .9em;}


.list-group-small {
    font-size: 0.8em;
}

.text-small {
  font-size: .80rem;
}

.rightSideFloaterV {
    position:fixed;
    right: 10px;
    top: 100px;
    width: auto;
    height:auto;
    float:right;
    overflow-y: hidden;
    overflow-x: hidden;
    display: block;
    padding-top:20px;
    padding-left:130px;
}

li.borderless {
    border-top: 0 none;
    border-bottom: 0 none;
    padding: 3px 10px
}

input.remove-spin::-webkit-outer-spin-button,
input.remove-spin::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input.remove-spin[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.dataTableParentHidden {
    overflow:hidden;
    height:0px;
    width:100%;
}

.width-100 {
    width: 100%;
}

.ignore-row-click {
    cursor: default;
}

.point {
    cursor: pointer;
}

.vueSortable {
    cursor: pointer;
}

.vueSortable:after {
    font-family: 'FontAwesome';
    content: '\00a0\00a0\f0dc';
    color: rgba(0,0,0,0.4);
}

.vueSortAsc:after {
    font-family: 'FontAwesome';
    content: '\00a0\00a0\f0de';
    color: rgba(0,0,0,1) !important;
}

.vueSortDesc:after {
    font-family: 'FontAwesome';
    content: '\00a0\00a0\f0dd';
    color: rgba(0,0,0,1) !important;
}

.modal-dialog-scrollable{
    overflow-y: initial !important
}
.modal-body-scrollable{
    height: 250px;
    overflow-y: auto;
}

[v-cloak] > * {
    display:none
}

[v-cloak].say-loading::before {
    font-size: 1.8em;
    color: rgba(0,0,0,0.4) !important;
    content: "loading…";
}

.nav-pills .nav-link.active {
    background-color: #cbcbcb;
}

/* Vue modal transitions*/
.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* modal-xl only introduced in v4.2 */
.modal-dialog.modal-xl-custom {
  max-width: 1140px;
}