th.col-md-1 {
  width: 8.333333%;
}

th.col-md-2 {
  width: 16.66666%;
}

th.col-md-3 {
  width: 24.99999%;
}

th.col-md-4 {
  width: 33.333333%;
}

th.col-md-5 {
  width: 41.666666%;
}

th.col-md-6 {
  width: 50%;
}

th.col-md-7 {
  width: 58.333333%;
}

th.col-md-8 {
  width: 66.666666%;
}

th.col-md-9 {
  width: 74.999999%;
}

th.col-md-10 {
  width: 83.333333%;
}

th.col-md-11 {
  width: 91.666666%;
}

th.col-md-12 {
  width: 100%;
}

div#ajax_container {
  padding-bottom: 1.2rem;
}

thead.tableFloatingHeaderOriginal {
  background-color: #ffffff;
}

@-webkit-keyframes bars {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes bars {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.table-xs td, .table-xs th {
  padding: .1rem;
}

.text-xs {
  font-size: .65rem !important;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tabs-left>.nav-tabs>li {
  float: none;
  border-bottom: 1px solid #000000;
}

.tabs-left>.nav-tabs>li>a, .tabs-left>.nav-tabs>li>div {
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
  float: left;
  border-right: 1px solid #ddd;
}

ul.webSocketList div.pre-scrollable {
  background-color: #dddddd;
}

.tabs-left>.nav-tabs>li>a, .tabs-left>.nav-tabs>li>div {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover, .tabs-left>.nav-tabs>li>a:focus, .tabs-left>.nav-tabs>li>div:hover, .tabs-left>.nav-tabs>li>div:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs>li.active {
  background-color: #dddddd;
}

.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover, .tabs-left>.nav-tabs .active>a:focus, .tabs-left>.nav-tabs .active>div, .tabs-left>.nav-tabs .active>div:hover, .tabs-left>.nav-tabs .active>div:focus {
  border-color: #ddd transparent #ddd #ddd;
  background-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/*
.select2-results__option.loading-results,
.select2-results__option.select2-results__option--load-more {
    display: inline-block;
    z-index: 2000;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 14px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
*/

div#fg_webUserGroup_id>div>.select2-container--bootstrap .select2-selection--multiple {
  padding-right: 20px;
}

div#fg_webUserGroup_id>div>.select2-container--bootstrap .select2-selection--multiple::after {
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f500";
  font-size: 0.7rem;
}

/* styles for '...' */

.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}

/* create the ... */

.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}

/* hide ... if we have text, which is less than or equal to max lines */

.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

.progress-container {
  background-color: #F1F1F1;
  border-radius: 10px;
  height: 15px;
  overflow: hidden;
}

.progressbar {
  height: 100%;
  width: 0%;
  float: left;
}

.red {
  background-color: #C33
}

.blue {
  background-color: #09F
}

.green {
  background-color: #6F0
}

.yellow {
  background-color: #FC0
}

.orange {
  background-color: #F60
}

.progress-container.active .progressbar {
  -webkit-animation: bars 5s linear infinite;
  animation: bars 5s linear infinite;
}

.striped .progressbar {
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, #fff 50%, transparent 50%, transparent 50%, #fff 50%, rgba(255, 255, 255) 50%, transparent 50%, transparent);
  background-image: -webkit-linear-gradient(135deg, #fff 50%, transparent 50%, transparent 50%, #fff 50%, #fff 50%, transparent 50%, transparent);
}

.striped .red {
  background-image: -webkit-linear-gradient(90deg, #F33 25%, transparent 25%, transparent 50%, #F33 50%, #F33 75%, transparent 75%, transparent);
  background-image: linear-gradient(90deg, #F33 25%, transparent 25%, transparent 50%, #F33 50%, #F33 75%, transparent 75%, transparent);
}

.striped .blue {
  background-image: -webkit-linear-gradient(135deg, #0CF 25%, transparent 25%, transparent 50%, #0CF 50%, #0CF 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, #0CF 25%, transparent 25%, transparent 50%, #0CF 50%, #0CF 75%, transparent 75%, transparent);
}

.striped .green {
  background-image: -webkit-linear-gradient(135deg, #6C0 25%, transparent 25%, transparent 50%, #6C0 50%, #6C0 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, #6C0 25%, transparent 25%, transparent 50%, #6C0 50%, #6C0 75%, transparent 75%, transparent);
}

.gradient .yellow {
  background-image: -webkit-linear-gradient(#FC6, #FF6);
  background-image: linear-gradient(#FC6, #FF6);
}

.gradient .blue {
  background-image: -webkit-linear-gradient(#06F, #0CF);
  background-image: linear-gradient(#06F, #0CF);
}

tfoot.totals {
  background-color: rgba(105, 160, 206, 0.2);
}

/* Aditional is-valid Handler */

div.note-editor.is-invalid {
  border-color: #b21f2d !important;
}

.nav-link.is-invalid {
  color: #fff !important;
  background-color: #bd2130 !important;
  border-color: #b21f2d !important;
}

.is-invalid+.select2-container--bootstrap .select2-selection--single {
  border: 1px solid #f44336;
}

/* AsDefautl marler */

tr.defaultDs>td:first-child::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f005";
}

/* workspace Accounting */

div.workspaceAccounting>div.panel-heading:last-child {
  border-color: black;
}

div.workspaceAccounting>div.panel-heading:last-child {
  border-color: black;
}

div.workspaceAccounting div.holder {
  border-bottom: 1px solid #000000;
}

div.workspaceAccounting div.positionHolder {
  border-bottom: 1px solid #dedede;
}

div.workspaceAccounting div.holder {
  background-color: #ededed;
}

div.workspaceAccounting div.panel-heading .panel-title div.date {
  float: right;
  margin-right: 15px;
  font-size: 85%;
}

div.workspaceAccounting div.panel-heading .panel-title div.text {
  float: left;
  margin-left: 15px;
  font-weight: bold;
}

/* menu header via data attribute */

.data-contextmenu:before {
  content: attr(data-menutitle);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #cdcdcd;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.contextmenu-item-header {
  font-weight: bold !important;
  background-color: #cdcdcd !important;
  color: rgba(0, 0, 0, .8) !important;
}

/* Scheduler */
.has-error > div > input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .textarea, .has-error .textareaSuggest {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* Tree Collapse Ansicht */

.tree, .tree ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.tree ul {
  margin-left: 1em;
  position: relative
}

.tree ul ul {
  margin-left: .5em
}

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid
}

.tree li {
  margin: 0;
  padding: 0 0 0 1em;
  line-height: 2em;
  color: #369;
  font-weight: 700;
  position: relative
}

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0
}

#adrHolder.isBlocked:after {
  content: "\f05e";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 100px;
  color: red;
  top: 10%;
  left: 30%;
  z-index: 3;
  opacity: 0.50;
  font-weight: 900;
}

#adrHolder.isLoading:after {
  position: absolute;
  content: " ";
  top: 20%;
  left: 40%;
  z-index: 3;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border: 3px solid #ddd;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: rgb(221, 221, 221);
  border-top: 3px solid #42a5f5;
  border-radius: 50%;
}

#prvHolder.isBlocked:after {
  content: "\f05e";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 100px;
  color: red;
  top: 10%;
  left: 30%;
  z-index: 3;
  opacity: 0.50;
  font-weight: 900;
}

#prvHolder.isLoading:after {
  position: absolute;
  content: " ";
  top: 20%;
  left: 40%;
  z-index: 3;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border: 3px solid #ddd;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: rgb(221, 221, 221);
  border-top: 3px solid #42a5f5;
  border-radius: 50%;
}

tr.inactiveData {
  color: #969696;
}

tr.blockedData {
  color: red;
}

#loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

input.loading {
  background-color: #ffffff;
  background-image: url("/img/ajax-loader.gif");
  background-size: 25px 25px;
  background-position: right center;
  background-repeat: no-repeat;
}

/* File Upload Stuff */

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.fileupload {
  margin-bottom: 9px;
}

.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
  overflow: hidden;
  /*Added this line*/
  max-height: 34px;
  /*Added this line*/
}

.fileupload .fileupload-preview {
  /*Added this line*/
  line-height: 21px;
  /*Added this line*/
  max-height: 200px;
}

/*Added this line*/

.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileupload .thumbnail>img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

.fileupload .btn {
  vertical-align: middle;
}

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
  display: none;
}

.fileupload-inline .fileupload-controls {
  display: inline;
}

.fileupload-new .input-group .btn-file {
  -webkit-border-radius: 0 3px 3px 0 !important;
  -moz-border-radius: 0 3px 3px 0 !important;
  border-radius: 0 3px 3px 0 !important;
}

.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}

.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}

#alarmList {
  width: 250px;
  z-index: 1;
  right: 5px;
  bottom: 25px;
  position: fixed;
}

/*! Light */

#light {
  background-color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, .8);
  overflow: hidden;
  padding: 0 0 4px;
  width: 40px;
}

#light span {
  border-radius: 50px;
  display: block;
  height: 30px;
  margin: 4px auto 0;
  opacity: .5;
  width: 30px;
  cursor: pointer;
}

/*! Light colours */

#light .red {
  background-image: url(/img/icons/smileBad.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: red;
}

#light .orange {
  background-image: url(/img/icons/smileNormal.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: orange;
}

#light .green {
  background-image: url(/img/icons/smileHappy.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: green;
}

/*! Active states */

#light span.active {
  opacity: 1;
}

#light .red.active {
  box-shadow: 0 0 10px red;
}

#light .orange.active {
  box-shadow: 0 0 10px orange;
}

#light .green.active {
  box-shadow: 0 0 10px green;
}

ul .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

/*
.modal-open .modal {
  .dropdown-menu {  z-index: @zindexDropdown + @zindexModal; }
  .dropdown.open { *z-index: @zindexDropdown + @zindexModal; }
  .popover       {  z-index: @zindexPopover  + @zindexModal; }
  .tooltip       {  z-index: @zindexTooltip  + @zindexModal; }
}
*/

.dz-default {
  width: 100%;
  min-height: 350%;
}

.dz-image img {
  max-height: 100%;
}

.innerOverlay:hover {}

.innerOverlay:hover .maskOverlay {
  display: block;
}

.innerOverlay:hover .overHidden {
  display: none;
}

li.f-item:hover .flagFovourite {}

li.f-item:hover .maskFavourite {
  display: inline;
}

li.f-item .overlayFavourite {
  display: inline;
}

li.f-item {
  position: relative;
  /* Stay in place */
}

li.fjs-item {
  position: relative;
  /* Stay in place */
}

/* Email View */

a.unread {
  font-weight: bold;
}

.overlayFavourite {
  z-index: 3;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 15px;
  font-size: 12px;
}

.maskFavourite {
  z-index: -1;
  display: none;
  position: absolute;
  right: -2px;
}

.flagFovourite.active {
  display: inline;
}

.flagFovourite {
  display: none;
}

.maskOverlay {
  display: none;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: -2px;
  /*
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  */
}

.flagOverlay.active {
  display: inline;
}

li.act>a {
  color: #1ab394;
}

i.overHidden {
  opacity: 0.6;
}

.mailOverlay {
  width: 100%;
  text-align: right;
  z-index: 1002;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

.flagOverlay {
  display: none;
}

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */

.overlay-content {
  position: relative;
  top: 25%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 14px;
}

.table-fixed tbody {
  display: block;
  height: 60vh;
  overflow: auto;
}

.table-fixed thead, .table-fixed tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-fixed thead {
  width: calc(100% - 1em)
}

.maxheight tr {
  max-height: 35px !important;
  height: 35px !important;
}

/*
 * Summen
 */

td.sum {
  font-weight: bold;
  height: 32px;
}



/* POPUP */

.popup-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat;
  height: 100%;
  width: 100%;
}

.popup-message {
  text-align: center;
  margin-top: 25px;
}

/* pagination */

.pagination {
  margin: 6px;
}

.page-item {
  cursor: pointer;
}

.modal-lg, .modal-xl {
  max-width: 60%;
}

.rounded {
  border-radius: 25px;
  padding: 7px 5px 7px 5px;
}

.colorPoint {
  border-radius: 50%
}

/* helper */

.title {
  font-weight: bold;
}

#lastEditor>.popover {
  position: fixed;
  bottom: 21px;
  max-height: 400px;
  max-width: 400px;
}

label.toggle {
  border: 1px solid #cdcdcd;
  background-color: #f2dede;
}

label.toggle.active {
  background-color: #dff0d8;
}

label.toggle:hover {
  background-color: #f2cdcd;
}

label.toggle.active:hover {
  background-color: #cde0c7;
}

/* Table */

.editable {
  cursor: pointer;
}

/* Table */

.editable {
  cursor: pointer;
}

.table-over th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-thover th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-over td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

tr.prdSelect>td {
  background-color: #d5d5d5 !important;
}

tr.rowSelect>td {
  background-color: #d5d5d5 !important;
}

tr.selectedRow>td {
  background-color: #d5d5d5 !important;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

scrolltable {
  table-layout: fixed;
}

.scrolltable.value {
  text-align: right;
}

.input-group-xs>.control-label, .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 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.currency {
  text-align: right;
}

.wight {
  text-align: right;
}

.size {
  text-align: right;
}

.int {
  text-align: right;
}

.double {
  text-align: right;
}

.time {
  text-align: right;
}

@decimal-format phone {
  grouping-separator: " ";
}

@decimal-format price {
  grouping-separator: ",";
  decimal-separator: "."
}

@decimal-format sweprice {
  grouping-separator: " ";
  decimal-separator: ","
}

@decimal-format creditcard {
  grouping-separator: " ";
}

@media all {
  td.phone {
    number-format: "## ##", "phone";
  }
}

td.currency {
  number-format: "###,##0,00", "currency";
  text-align: right;
  /* price is actually redundant as this format would be the default */
}

td.weight {
  number-format: "###,##0,00", "weight";
  text-align: right;
  /* price is actually redundant as this format would be the default */
}

td.size {
  number-format: "###,##0,00", "size";
  text-align: right;
  /* price is actually redundant as this format would be the default */
}

td.discount {
  number-format: "###,##0,00", "discount";
  text-align: right;
  /* price is actually redundant as this format would be the default */
}

td.double {
  number-format: "###,##0,00", "double";
  text-align: right;
  /* price is actually redundant as this format would be the default */
}

td.time {
  number-format: "###,##0,00", "time";
  text-align: right;
  /* price is actually redundant as this format would be the default */
}

td.int {
  number-format: "###0", "int";
  text-align: right;
  /* price is actually redundant as this format would be the default */
}

td.currency::after {
  content: " €";
}

td.discount::after {
  content: " %";
}

td.weight::after {
  content: " kg";
}

td.size::after {
  content: " cm";
}

.creditcard {
  number-format: "#### ####", "creditcard";
}

td.sweprice::after {
  content: " SEK";
}

.bootstrap-table>.fixed-table-pagination>div {
  margin: auto;
}

.bootstrap-table>.fixed-table-toolbar>div {
  margin: 0px;
}

.bootstrap-table>.fixed-table-pagination>div>.pagination-sm>li>a {
  padding: 6px 9px;
}

/* Animation */

.gly-spin {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

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

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

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

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

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

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

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

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

th.headerSortUp:before {
  font-family: 'FontAwesome';
  content: " \f0d8";
}

th.headerSortDown:before {
  font-family: 'FontAwesome';
  content: " \f0d7";
}

.sorting {
  background-image: url("../img/sort_both.png");
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 18px !important;
}

.sorting-desc {
  background-image: url("../img/sort_desc.png");
}

.sorting-asc {
  background-image: url("../img/sort_asc.png");
}

span.selectedType {}

span.selectedType:before {
  font-family: 'FontAwesome';
  content: "\f046  ";
}

span.selectedStock {}

span.selectedStock:before {
  font-family: 'FontAwesome';
  content: "\f046  ";
}

span.selectedWorkflow {}

span.selectedWorkflow:before {
  font-family: 'FontAwesome';
  content: "\f046  ";
}

span.selectedJobState {}

span.selectedJobState:before {
  font-family: 'FontAwesome';
  content: "\f046  ";
}

.withToolTip {
  background-image: url("images/help.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

#adrHolder div.fa-spin {
  -webkit-animation: fa-spin 0.1s infinite linear;
  animation: fa-spin 0.1s infinite linear;
}

#adrHolder div.adr_debitoren_number::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  position: absolute;
  left: -16px;
  font-size: 14px;
  content: "\f007\00a0";
}

#adrHolder div.adr_name::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #57606B;
  position: absolute;
  left: -16px;
  font-size: 14px;
  content: "\f19c\00a0";
}

#adrHolder div.adr_firstName::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  position: absolute;
  left: -16px;
  font-size: 14px;
  content: "";
}

#adrHolder div.adr_street::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  position: absolute;
  left: -16px;
  font-size: 14px;
  content: "";
}

#adrHolder div.country_id::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f024";
  position: absolute;
  left: -16px;
  font-size: 14px;
}

#adrHolder div.adr_phone::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f095";
  position: absolute;
  left: -16px;
  font-size: 14px;
}

#adrHolder div.adr_phone_company::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f098";
  position: absolute;
  left: -16px;
  font-size: 13px;
}

#adrHolder div.adr_phone_mobile::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3cd";
  position: absolute;
  color: #57606B;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.adr_fax::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f1ac";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.adr_email::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f0e0";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.adr_invoice_email::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f003";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div span.adr_type_id::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f007";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.contact_row::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f007";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.contact_firstName::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f007";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.contact_phone::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f095";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.contact_mobilePhone::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f3cd";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.contact_email::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f0e0";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.payment_method_id::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f0d6";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.adr_http::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f05a";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

#adrHolder div.industry_id::before {
  font-family: "Font Awesome 5 Free";
  color: #57606B;
  font-weight: 900;
  content: "\f1b2";
  position: absolute;
  left: -16px;
  font-size: 12px;
}

/*
 * AdressInfo
 */

/*
#adrHolder span.adr_debitoren_number::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -15px;
  content: "\f007\00a0";
}

#adrHolder span.adr_name::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -15px;
  content:  "\f19c\00a0";
  font-size: 11px;
}

#adrHolder span.adr_firstName::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -15px;
  content: "";
}

#adrHolder span.adr_street::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -15px;
  content: "";
}

#adrHolder span.country_id::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f024";
  position: absolute;
  left: -15px;
}

#adrHolder span.adr_phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:  "\f095";
  position: absolute;
  left: -15px;
}

#adrHolder span.adr_fax::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:  "\f1ac";
  position: absolute;
  left: -15px;
}

#adrHolder span.adr_email::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:  "\f003";
  position: absolute;
  left: -15px;
}

#adrHolder span.payment_method_name::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:  "\f0d6";
  position: absolute;
  left: -15px;
}

#adrHolder span.adr_invoice_email::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:  "\f064";
  position: absolute;
  left: -15px;
}

#adrHolder div span.adr_type_id::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  position: absolute;
  left: -15px;
}

#adrHolder div.contact_row::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  position: absolute;
  left: -15px;
}

#adrHolder div span.contact_firstName::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  position: absolute;
  left: -15px;
}

#adrHolder div span.contact_phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  position: absolute;
  left: -15px;
}

#adrHolder div span.contact_mobilePhone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:   "\f3cd";
  position: absolute;
  left: -15px;
}

#adrHolder span.contact_email::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:  "\f003";
  position: absolute;
  left: -15px;
}
*/

.adrContactSearchTable thead>tr>th.detail, .adrContactSearchTable tbody>tr:not(.detail-view)>td:first-of-type {
  display: none;
}

.boxing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.huge {
  font-size: 40px;
}

.card-heading {
  padding: 10px 15px !important;
  border-bottom: 1px solid transparent;
  border-bottom-color: transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

body, .table {
  color: #57606B !important;
}

.table-hover tbody tr:hover {
  color: #4B525B !important;
}

.navbar-brand {
  padding-left: 10px;
}

.nav-link {
  padding: .4rem .8rem !important;
}

        /**
         * Nestable Extras
         */

         .nestable-lists {
          display: block;
          clear: both;
          padding: 30px 0;
          width: 100%;
          border: 0;
          border-top: 2px solid #ddd;
          border-bottom: 2px solid #ddd;
      }

      #nestable-menu {
          padding: 0;
          margin: 20px 0;
      }

      #nestable-output,
      #nestable2-output {
          width: 100%;
          height: 7em;
          font-size: 0.75em;
          line-height: 1.333333em;
          font-family: Consolas, monospace;
          padding: 5px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
      }

      .dd-handle {
          color: #fff;
          border: 1px solid #999;
          background: #bbb;
          background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
          background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
          background: linear-gradient(top, #bbb 0%, #999 100%);
      }

     .dd-handle:hover {
          background: #bbb;
      }

      .dd-item > button:before {
          color: #fff;
      }

      @media only screen and (min-width: 700px) {

          .dd {
              float: left;
              width: 48%;
          }

          .dd + .dd {
              margin-left: 2%;
          }

      }

      .dd-hover > .dd-handle {
          background: #2ea8e5 !important;
      }

      /**
       * Nestable Draggable Handles
       */

      .dd3-content {
          display: block;
          height: 30px;
          margin: 5px 0;
          padding: 5px 10px 5px 40px;
          color: #333;
          text-decoration: none;
          font-weight: bold;
          border: 1px solid #ccc;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
      }

      .dd3-content:hover {
          color: #2ea8e5;
          background: #fff;
      }

      .dd-dragel > .dd3-item > .dd3-content {
          margin: 0;
      }

      .dd3-item > button {
          margin-left: 30px;
      }

      .dd3-handle {
          position: absolute;
          margin: 0;
          left: 0;
          top: 0;
          cursor: pointer;
          width: 30px;
          text-indent: 30px;
          white-space: nowrap;
          overflow: hidden;
          border: 1px solid #aaa;
          background: #ddd;
          background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
          background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
          background: linear-gradient(top, #ddd 0%, #bbb 100%);
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
      }

      .dd3-handle:before {
          content: '≡';
          display: block;
          position: absolute;
          left: 0;
          top: 3px;
          width: 100%;
          text-align: center;
          text-indent: 0;
          color: #fff;
          font-size: 20px;
          font-weight: normal;
      }

      .dd3-handle:hover {
          background: #ddd;
      }


@media (min-width: 1200px) {
  .modal-large {
    max-width: 1178px;
  }
}

@media (max-width: 1680px) {
  #NavigationBar>.navbar-collapse form label, #NavigationBar>.navbar-collapse form .input-group-text {
    display: none;
  }
}