/* Bootstrap customizations */

body {
  background-color:#f4f4f4;
}

#editNode textarea.form-control, #newNode textarea.form-control {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

#editNode label.control-label div.tooltip-inner, #newNode label.control-label div.tooltip-inner {
  text-align: left;
  max-width: 400px;
}

.panel {
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.panel-default>.panel-heading {
    /*color: #f5f5f5;*/
    /*background-color: #6ab2da;*/
    background-color: #fafafa;
    border-bottom: 1px #f4f4f4 solid;
    border-radius: 0px;
    padding: 5px 15px;
}

.panel-heading h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.bottom-default-margin, .nav-pills, .charts.nav-tabs  {
	margin-bottom: 15px;
}

/*page switch mode, side-by-side with page title*/
.page-mode-buttons {
  margin-top: 20px;
}

.help-block {
  font-size: smaller;
}

select.form-control.select-inline {
  width: auto;
  display: inline-block;
}

.bar {
  fill: steelblue;
}

.bar:hover {
  fill: brown;
}

.axis {
  font: 10px sans-serif;
}

.toolbar.nav-tabs>li.active>a,.toolbar.nav-tabs>li.active>a:focus,.toolbar.nav-tabs>li.active>a:hover{color:#555;background-color:#f8f8f8;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}

.toolbar nav.navbar {
  margin-bottom: 0px;
}


div.tab-content.toolbar {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 10px;
    padding-top: 10px;
    background-color: #f8f8f8;
}

line {
  fill: none;
  xstroke: #000;
  shape-rendering: crispEdges;
}

rect.grid-background {
  fill: #f3f3f3;
  stroke: #AAA;
}
line.grid-major {
  stroke: #ddd;
  shape-rendering: geometricPrecision;
}

line.grid-minor {
  stroke: #eee;
  shape-rendering: geometricPrecision;
}

#serviceLogic > svg:focus {
  outline-style: none;
}

#serviceLogic {
  border: 1px solid #ddd;
}

#serviceLogic:focus-within {
  border: 1px solid #32a1ce;
}

text {
  fill: #000;
  font-family: "arial";
  font-size: 10px;
}

text.node-out {
  font-size: 10px;
  text-anchor: end;
}

div#record-relationships svg {
  width: 100%;
}

div#record-relationships svg a:hover {
  text-decoration: none;
}

.x.axis path {
  display: none;
}

path {
  shape-rendering: geometricPrecision;
  
}

path.enter-node {
  fill: #4ecc7f;
  stroke: #DF4B4B;
  stroke-width: 0px;
  opacity: 0.9;
  cursor: pointer;
}
path.exit-node {
  fill: #ff5722;
  stroke: #3B8686 0px;
  opacity: 0.9;
  cursor: pointer;
}
path.output-node {
  fill: #c288d2;
  stroke: #0B486B 0px;
  opacity: 0.9;
  cursor: pointer;
}

path.output-node.output-node-deprecated {
  fill: #f72424;
}


/*path.highlight {
  fill: #4ECDC4;
  cursor: pointer;
}
path.highlight-input {
  fill: #C7F464;
  stroke-width: 0px;
}*/

path.dragging {
  fill: #fff;
  stroke: #bbb;
  stroke-dasharray: 2px 2px;
  cursor: move;
  opacity: 0.9;
}



rect.node {
  fill: #ddd;
  stroke: #bbb;
  stroke-width: 1px;
  opacity: 0.9;
  cursor: -webkit-grab;
  -webkit-transition: fill 0.4s
}

path.node-header {
  fill: #90caf9;
  opacity: 0.9;
  cursor: -webkit-grab;
  -webkit-transition: fill 0.4s
}
path.node-header.serviceLogic {
  fill: #f19954;
  opacity: 0.9;
  cursor: -webkit-grab;
  -webkit-transition: fill 0.4s
}

path.node-header.node-deprecated {
  fill: #f72424;
}

path.node-footer {
  fill: #ccc;
  stroke: #bbb;
  stroke-width: 0px;
  opacity: 0.9;
  cursor: -webkit-grab;
  -webkit-transition: fill 0.4s
}

path.node-footer.highlight, path.enter-node.highlight, path.exit-node.highlight, path.output-node.highlight {
  fill: #6baed6;
  cursor: -webkit-grab;
  -webkit-transition: fill 0.4s
}

path.node-footer.highlight-input, path.enter-node.highlight-input, path.exit-node.highlight-input, path.output-node.highlight-input {
  fill: #bdd7e7;
  cursor: -webkit-grab;
  -webkit-transition: fill 0.4s
}

path.node-footer.highlight-output, path.enter-node.highlight-output, path.exit-node.highlight-output, path.output-node.highlight-output {
  fill: #3182bd;
  cursor: -webkit-grab;
  -webkit-transition: fill 0.4s
}

path.node-footer.dragging {
  fill: #fff;
  stroke: #bbb;
  stroke-width: 1px;
  stroke-dasharray: 2px 2px;
  cursor: -webkit-grab;
  -webkit-transition: fill 0.4s
}

rect.mouse-selection {
  fill: #2196f3;
  fill-opacity: 0.1;
  stroke: #2196f3;
  stroke-width: 1px;
}

path.node-selection {
  fill: none;
  stroke: #2196f3;
  stroke-width: 0px;
}

path.node-selection.selected {
  fill: none;
  stroke: #2196f3;
  stroke-width: 2px;
  stroke-dasharray: 2px 2px;
}


/*rect.node-highlight {
  fill: #6baed6;
  cursor: -webkit-grab;
  -webkit-transition: fill 0.4s
}

rect.node-highlight-input {
  fill: #bdd7e7;
  -webkit-transition: fill 0.4s

}

rect.node.highlight-output {
  fill: #3182bd;
  -webkit-transition: fill 0.4s
}

rect.node-highlighted {
  fill: #1F7E89;
  stroke: #1F7E89;
  stroke-width: 1px;
  stroke-style: dashed;
  -webkit-transition: fill 0.4s
}
rect.node-dragging {
  fill: #fff;
  stroke: #bbb;
  stroke-dasharray: 2px 2px;
  cursor: -webkit-grab;
  opacity: 0.9;
}*/

/*prevent selection rectangle of multiple nodes to select the test inside these nodes*/
text.label, text.node-type-label, text.node-out {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

text.label {
  fill: black;
  text-anchor: middle;
  cursor:pointer;
}

text.node-type-label {
  fill: black;
  text-anchor: middle;
  text-style: italic;
  cursor:pointer;
}

text.label:hover, text.node-type-label:hover {
  text-decoration: underline;
}


circle.node-in {
  fill: white;
  stroke: #333;
  stroke-width: 1px;
}
circle.node-in:hover {
  cursor:pointer;
  fill: #FA6900;

}

circle.node-out {
  fill: white;
  stroke: #333;
  stroke-width: 1px; 
}
circle.node-out:hover {
  cursor:pointer;
  fill: #F38630;

}

path.node-connection {
  stroke: black;
  stroke-width: 1px;
  fill: none;
}

path.node-connection.highlight-input{
  stroke-dasharray: 2px 2px;
  stroke-width: 2px;
  stroke: #6baed6;
}

path.node-connection.highlight-output{
  stroke-dasharray: 2px 2px;
  stroke-width: 2px;
  stroke: #6baed6;
}

path.node-connection.highlight-simulation{
  stroke-dasharray: 2px 2px;
  stroke-width: 2px;
  stroke: #e46810;
}

path.node-connection-attempt {
  stroke: black;
  stroke-width: 1px;
  fill: none;
  stroke-dasharray: 2px 2px;

}

g.simulation rect {
  round: 5px;
  fill: #111;
  pointer-events: none;
}
g.simulation.error rect {
  fill: #f11;
}
g.simulation text {
  fill: white;
  font-size: 14px;
  text-anchor: middle;
  cursor: pointer;
}

.d3-tip {
  line-height: 1;
  /*font-weight: bold;*/
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  pointer-events: none;
}

.d3-tip.out-label {
  padding: 5px;
  font-size: 10px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  pointer-events: none;
}

/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -3px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}

/* Eastward tooltips */
.d3-tip.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px;
}

/* Southward tooltips */
.d3-tip.s:after {
  content: "\25B2";
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center;
}

/* Westward tooltips */
.d3-tip.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}

div.well.modifier-keys {
  margin-bottom: 0px;
}

/*styling of errors and node log inside simulation step opened as modal*/
.modal-dialog pre.service-logic-error, .modal-dialog pre.service-logic-node-log {
  font-size: 10px;
  color: rgb(38, 38, 38);
  background-color: rgba(245,245,245,1);
  white-space: pre-wrap;
}
.modal-dialog pre.service-logic-error {
  background-color: #f2dede;
}

pre.service-logic-error, pre.service-logic-node-log {
  font-size: 10px;
  color: #eee;
  background-color: rgba(0, 0, 0, 0);
  white-space: pre-wrap;
}

pre.service-logic-raw-input {
  font-size: 10px;
}

/*this ensures reduced font size is only applied inside tooltips and not replay and modals, which share the same HTML*/
.d3-tip table.simulation td, .d3-tip table.simulation th {
  font-weight: normal;
  font-size: 12px;
}

/* http://jsfiddle.net/abkNM/2224/ */
table.simulation-timeline {
    table-layout: fixed;
    /*width: 100%;*/
    border-collapse: separate;
    border-spacing: 0;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 30px;
}
table.simulation-timeline>tbody>tr>td, table.simulation-timeline>tbody>tr>th {
    vertical-align: top;
    padding: 2px;
    width: 150px;
    text-align: center;
    /*text-shadow: 1px 1px 1px #fff;*/
    white-space: nowrap;
    padding: 2px;
    border-top: 1px solid #ddd;
    border-right: 1px dotted #ddd;
}

table.simulation-timeline>tbody>tr>td>table {
    text-align: initial;
}

table.simulation-timeline>tbody>tr:nth-of-type(odd)>th, table.simulation-timeline>tbody>tr:nth-of-type(odd)>td{
    background-color: #f9f9f9;
}

table.simulation-timeline>tbody>tr:nth-of-type(even)>th, table.simulation-timeline>tbody>tr:nth-of-type(even)>td{
  background-color: #FFFFFF;
}

table.simulation-timeline>tbody>tr>td.success { 
    border: #3f903f 1px solid;
}

table.simulation-timeline>tbody>tr>td.danger { 
    border: #d9534f 1px solid;
}

div.simulation-timeline-outer {
    position: relative;
}

div.node-tooltip {
  font-weight: normal;
  font-size: 12px;
  max-width: 300px;
}

div.node-tooltip p.node-name {
  font-size: 14px;
}

.modal-dialog .display-in-modal {
  display: inline;
}

.modal-dialog .display-in-tooltip {
  display: none;
}

.d3-tip .display-in-modal {
  display: none;
}

.d3-tip .display-in-tooltip {
  display: inline;
}

#tooltipModalBody {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}

/*this prevents table striping to be applied inside tooltips but still be applied in simulation timeline, replay and modal*/
.d3-tip table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: inherit;
}

/*following styles apply to records lists tables, but only inside tooltips*/
.d3-tip table.type-records-list {
  x-border: solid 1px #aaa;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  background-color: rgba(30, 30, 30, 0.8);
}

.d3-tip table.type-records-list th, .d3-tip table.type-records-list td {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.d3-tip table.type-records-list th {
    border-bottom: solid 2px #cacaca;
    font-weight: bolder;
    vertical-align: middle;
}
.d3-tip table.type-records-list td {
    border-top: solid 1px #cacaca;
    vertical-align: top;
}
.d3-tip table.type-records-list tbody tr:nth-of-type(odd) {
    background-color: rgba(15, 15, 15, 0.8);
}
/*table.type-records-list tr:nth-of-type(even) {
    background-color: rgba(0.7, 0.7, 0.7, 0.8);
}*/

div.type-json-data {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    /*max-width: 200px;*/
    font-size: 11px;
    word-break: break-all;
    word-wrap: break-word;
    text-align: left;
    white-space: pre;
}

/* NODE EDIT FORM */
div.control-array {
    border-style: dashed;
    border-color: #cacaca;
    border-width: 1px;
    padding: 5px;
    margin-bottom: 2px;
    position: relative; /*used to position control-array-buttons in top-right corner of this one */
}
div.control-array-buttons {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 100px;
    text-align: right;
}
.form-control-feedback.node-parameter-feedback {
    line-height: 30px;
    color: #757575;
    right: 3px;
}
.resolve-placeholders:before {
    content: "[\1d463\1d44e\1d45f]";
}
.resolve-call-descriptor:before {
    content: "\1d463\1d44e\1d45f";
}
.resolve-records-list-column:before {
    content: "\1d450\1d45c\1d459";
}

/* form-group expansion */
.form-group .panel-collapse {
    border-style: dashed;
    border-color: #cacaca;
    border-width: 1px;
    padding: 5px;
    margin-bottom: 2px;
}

.btn[aria-expanded="false"] span.animate-collapse {
  transition: transform 0.35s ease;
}

.btn[aria-expanded="true"] span.animate-collapse {
  transform: rotate(180deg);
  transition: transform 0.35s ease;
}

/* Asterisk sign to indicate require field */
span.node-form-required:before {
    content: "*";
    color: #e84641; /* Danger color */
}

span.node-form-input-tooltip {
    margin-left: 10px;
}

/* Simulation timeline */
div#simulationWindow {
  background-color: #fff;
  border-top: solid 1px #cacaca;
}

div#simulationHeader {
  background-color: #333;
}

div#simulationHeader a {
  color: #eee;
}

div#simulationHeader a:hover {
  text-decoration: underline;
}

div#simulationTimelineWrapper {
  max-height: 600px;
  overflow-y:scroll;
}

div#simulationTimeline table td.value, div#simulationTimeline table th.node {
  min-width: 12em;
}

table.simulation-timeline>tbody>tr>th {
  position: sticky;
  left: 0;
  z-index: 0;
}

table.simulation-timeline>tbody>tr.sticky>td {
  position: sticky;
  top: 0;
  z-index: 0;
}

table.simulation-timeline>tbody>tr.sticky>th {
  position: sticky;
  top: 0;
  z-index: 1;
}

table.simulation-timeline>tbody>tr.sticky:nth-child(1) th { position:sticky; top: 0px; }
table.simulation-timeline>tbody>tr.sticky:nth-child(2) th { position:sticky; top: 22px; }
table.simulation-timeline>tbody>tr.sticky:nth-child(3) th { position:sticky; top: 44px; }

table.simulation-timeline>tbody>tr.sticky:nth-child(1) td { position:sticky; top: 0px; }
table.simulation-timeline>tbody>tr.sticky:nth-child(2) td { position:sticky; top: 22px; }
table.simulation-timeline>tbody>tr.sticky:nth-child(3) td { position:sticky; top: 44px; }

/* END Simulation timeline */

/* Menu customization */
.dropdown-header {
    padding-left: 10px;
}
/* END Menu customization */

/* Tables customization */
.table.dataTable > thead > tr > th,
.table.dataTable > tbody > tr > td {
  vertical-align: middle;
}

@media screen and (min-width: 650px) {
  .simTable > tbody > tr > td ,
  .simTable > thead > tr > th{
    white-space: nowrap;
  }
}

/* BORDERLESS TABLE */
.table-responsive table {
  border: none;
}
/**/

/* Style for toggled tables */
.toggled-table {
  border: 1px  #CCC solid;
  margin-bottom: 30px;
}
div.call_descriptor-slider {
  display: none;
  white-space: normal;
}
div.call_descriptor-slider table tr > td{
  border-top: none;
}

/**/

/* Break long words*/
@media screen and (max-width: 410px) {
  ul.nav > li > a,
  div.panel-heading > h3,
  div.navbar-right > p {
    word-break: break-all;
  }
}
#edit_SL_modal table td,
table.call-descriptor td:not(:first-child){
    word-break: break-all;
  }
/**/

/* END tables customization */

/* Center login form */
.html-login, .body-login {
  height:100%;
  width:100%;
  margin:0;
}
.body-login {
  display:flex;
}
.center-login {
  margin:auto;
}
/* END Center login form */

/*.alert {
  margin-bottom: 1px;
  height: 30px;
  line-height:30px;
  padding:0px 15px;
}*/

.standard-size{
    min-width: 78px !important;
    max-width: 78px !important;
}

.alert-message{
  text-align:center;
  padding-bottom: 10px;
}
/*body {*/
  /*!*padding: 0 2em;*!*/
  /*-webkit-font-smoothing: antialiased;*/
  /*text-rendering: optimizeLegibility;*/
  /*!*color: #444;*!*/
  /*!*background: #eee;*!*/
/*}*/

/* Settings for data tables under 600px screen*/
@media screen and (max-width: 650px) {
  .table-collapse {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border: 0px;
  }
  .table-collapse th,
  .table-collapse td {
    padding: .625em;
    text-align: center;
  }
  .table-collapse th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
  .table-collapse caption {
    font-size: 1.3em;
    margin: .5em 0 .75em;
  }
  .table-collapse thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-collapse tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 2em;
    background: #f8f8f8;
    padding: .35em;
  }
  .table-collapse td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .table-collapse td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table-responsive
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-collapse td:last-child {
    border-bottom: 0;
  }
}
/* end */

/* Footer */
.footer {
  height: 28px;
  width: 100%;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-color: #333;
  position: fixed;
  bottom: 0pt;
  left: 0pt;
}

.footer_contents {
  height: 28px;
  margin: auto;
  padding-top: 5px;
}

.footer_contents a {
  text-decoration: none;
  color: inherit;
}

.footer_contents a:hover {
  color: #5ea6d7;
  text-decoration: none;
  cursor: pointer;
}

.footer_contents img {
  max-width: 20px;
}

 /* line just above the footer */
.upfooter {
  height: 28px;
  width: 100%;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-color: #FFFFFF; 
  color: 'black';
  position: fixed;
  bottom: 28px;
  left: 20pt;
}

/* END footer */

/* Centered checkbox inside array controls*/
.centered-checkbox {
  margin-top: 28px;
}
/**/

/* AVOID DATA TABLES PAGE NUMBER OVERLAPPING WITH OBJECTS */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 0;
}
/**/

/* Margin classes */
.margin-bottom-none { margin-bottom: 0; }
.padding-bottom-none { padding-bottom: 0; }
.margin-top-none { margin-top: 0; }
.margin-top-lg { margin-top: 1.5em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-left-lg { margin-left: 1.5em; }
/**/

.breadcrumb {
    background-color: #fbfbfb;
}

/* Alarms table */
.alarm-info {
  background-color: #CCC;
}
.alarm-warning {
  background-color: #1693A5;
}
.alarm-minor {
  background-color: #ffcd6b;
}
.alarm-major {
  background-color: #FF7000;
}
.alarm-critical {
  background-color: #FF3000;
}

span.label.alarm, span.label.label-default-size {
  font-size: 100%;
  font-weight: 100;
}

/* add yellow button */

.btn-minor {
    color: #fff;
    background-color: #ffcd6b;
    border-color: #ffc658;
}

.btn-yellow {
  background: rgb(250, 255, 140);
  color: #574500;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-minor:hover, .btn-warning:focus {
  background: #ffc658;
}
.btn-minor:active {
  background: #ffc658;
}

/* drop down for opening submenu when mouse is over the menu line */

.dropdown-submenu-hover {
    position:relative;
}

.dropdown-submenu-hover>.dropdown-menu-hover {
   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 > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu-hover:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu-hover > li > a:hover, .dropdown-menu-hover > .active > a:hover {
  text-decoration: none;
}  
  
 
li:hover > ul.dropdown-menu-hover {
    display: block;
}


/* Datamodel timeline */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

/* Jobs */
div.panel-heading.job-heading {
	display: grid;
    grid-template-columns: 50px auto 300px;    
}

pre.job-output {
    background-color: #0d1118;
    color: white;
}

.job-badge {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.0em;
    text-align: center;
    margin-top: 4px;
    margin-right: 10px;
    x-position: absolute;
    top: 16px;
    left: 50%;
    x-margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.job-badge.success {
    background-color: #3f903f !important;
}

.job-badge.warning {
    background-color: #f0ad4e !important;
}

.job-badge.danger {
    background-color: #d9534f !important;
}

.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

.glyphicon.normal-right-spinner {
    -webkit-animation: glyphicon-spin-r 2s infinite linear;
    animation: glyphicon-spin-r 2s infinite linear;
}

.glyphicon.slow-right-spinner {
    -webkit-animation: glyphicon-spin-r 3s infinite linear;
    animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-left-spinner {
    -webkit-animation: glyphicon-spin-l 1s infinite linear;
    animation: glyphicon-spin-l 1s infinite linear;
}

.glyphicon.normal-left-spinner {
    -webkit-animation: glyphicon-spin-l 2s infinite linear;
    animation: glyphicon-spin-l 2s infinite linear;
}

.glyphicon.slow-left-spinner {
    -webkit-animation: glyphicon-spin-l 3s infinite linear;
    animation: glyphicon-spin-l 3s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.table.table-row-collapsible tr {
  cursor: pointer;
}

/* end Jobs */

/* CRUD */
div.form-error {
  white-space: pre-wrap;
}

.crud-date .datepicker > div {
  display: unset;
}
/* END CRUD */

/* DASHBOARD */
div.control-array-dashboard {
    border-style: dashed;
    border-color: #cacaca;
    border-width: 1px;
    padding: 5px;
    padding-top: 30px;
    position: relative; /*used to position control-array-buttons in top-right corner of this one */
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-xl {
  width: 1200px;
}

#nav_content .dropdown-menu {
  max-height: 80vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

/* END DASHBOARD */