@import 'prd_container.css';
@import 'teams_newsfeed.css';

html {
    overflow-y:hidden !important;
}
body {
    overflow-y: scroll !important;
}

span[data-name="inventoryJobPosition_qty"] { display:block !important;border:1px transparent solid !important; text-decoration:underline; }

.sticky {
  position: -webkit-sticky; /* Safari */
  position: fixed;
  top: 0;
}

.editable-popup {
  color: #333333;
}

.fa-blank:before {
  content: "\A0";
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.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
}
.indicator {
    margin-right:5px;
}


  dt.field::after {
    content: ":";
  }
  dt.field {
    text-align: right;
  }
div.dd:nth-child(odd) {
  background-color: #f5f5f5;
}

tr.inactiveData {
  color: #969696;
}


#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%;
}
.text-truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#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%;
}
#adrHolder.isBlocked:after {
  content: "\f05e"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 100px;
  color: red;
  top: 10%;
  left: 30%;
  z-index: 3;
  opacity: 0.50;
}

tr.inactiveData {
  color: #969696;
}
tr.blockedData {
  color: red;
}

tbody.noBorder tr td {
  border: none;
}
tbody.noBorder + tbody{
  border-top: 1px solid #000000;
}
/*
 monitoring Display
 */

/*
 Digital Clock
 */

.clock {
    color: #000;
}

#digitalDate {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

ul.digitalClock {
    padding: 0px;
    list-style: none;
}

ul.digitalClock li {
    display: inline;
    font-size: 18px;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
}
.digitalDate {
      font-size: 18px;
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
}
/*
 Digital Clock End
 */





tbody.jobPrdList tr:not(:first-child){
  font-size: 11px;
}

tbody.jobPrdList tr:first-child {
  font-weight: bold;
}
tbody.jobPrdList {
  border: 0;
  
}
tbody.jobPrdList tr:last-child {
   padding-bottom: 12px;
}
.dropAreaHover {
 background-color: #dedede;
}
img.avatar {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  width:4em;
  height:4em;
  line-height:4em;
  text-align:center;
  border-radius:50%;
  background:plum;
  vertical-align:middle;
  margin-right:1em;
  color:white;
  }
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.table-header-rotated{
  width:93%;
}
.table-header-rotated th.row-header{
  width: auto ;
  font-size: 11px;
}
.table-header-rotated td{
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45{
  height: 80px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 10px;
  line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 40px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.table-header-rotated > tbody {
  overflow-y: scroll;
}
.table-header-rotated th.rotate-45 span {
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 30px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
}
/*
.loading {    
    background-color: #ffffff;
    background-image: url("/img/loading.gif");
    background-size: 20px 20px;
    background-position:right center;
    background-repeat: no-repeat;
}
*/
.loadingSmall {    
    background-image: url("/img/loading.gif");
    background-size: 20px 20px;
    background-position:right center;
    background-repeat: no-repeat;
}
@keyframes spin {
  100% {
    border-top-color: #ec407a;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Email View */

a.unread {
  color: #337ab7 !important;
}

/* The element to apply the animation to */

table.jobPrdTbl > tbody.jobPrdList tr.lastInsert td:nth-of-type(2):before{
  font-family: FontAwesome;
    content: '\f005';
    position:absolute;
    left: +18px;
    z-index:3;
    color: grey;
    font-size: 10px;
  }
table.invoicePrdTbl > tbody.jobPrdList tr.lastInsert td:nth-of-type(1):before{
  font-family: FontAwesome;
    content: '\f005';
    position:absolute;
    left: +3px;
    z-index:3;
    color: grey;
    font-size: 10px;
  }

tr.hasSubhireComment  td:nth-of-type(3):before {
  background-image: url("/images/pink_circle_transp.png");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  display: inline-block;
  padding: 7px;
  content:"";
}

.calendar.isBlocked:after {
    -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%;


  position: absolute;

  top: 40%;
  left: 45%;
  z-index: 3;
  opacity: 0.50;
  height: 75px;
  width: 75px;
}

#calendar.isBlocked:after {
  -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%;


  position: absolute;

  top: 40%;
  left: 45%;
  z-index: 3;
  opacity: 0.50;
  height: 75px;
  width: 75px;
}

 .two-line-ellipsis {
 text-overflow: ellipsis;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          line-height: 1.2em;
          max-height: 2.4em;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
    }

.popover{
 max-width:none;
}
.sortableDropDown { list-style-type: none; margin: 0; background: #eee; padding: 5px; width: 100%;}
.sortableDropDown li { margin: 5px; padding: 5px; font-size: 1.2em; width: 100%; background: #cdcdcd;}

.badge-error {
  background-color: #b94a48;
}
.badge-warning {
  background-color: #f89406;
}
.badge-success {
  background-color: #468847;
}
.badge-info {
  background-color: #3a87ad;
}
li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.completeTodo {
  width: 20px;
  height: 20px;
  border: 0;
  display: inline-block;
}

label.switch div.completeTodo {
  background-color: red;
}
label.switch div.completeTodo.completed {
  background-color: green;
}

.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 )
}
#bcTypeBar a i {
  font-size: 16px;
}
#bcTypeBar a {
  padding: 6px 3px;
}
#bcTypeBar a.active {
  color: #337ab7;
}
#alarmList {
    z-index: 999;
    left: 25%;
    top: 55px;
    width: 50%;
    position:fixed;
}

/*
 * Ofvverlay
 */

td.innerTable:not(:last-child) {
  border-right: 1px solid #cdcdcd;
}
td.inInnerTable:not(:last-child) {
  border-right: 1px solid #dedede;
}
.dz-image img{
  max-height:100%;
}


.innerOverlay:hover {
    position: relative; /* Stay in place */
    z-index: 1001; /* Sit on top */

    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.1); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: 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) */

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

.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 */
}
.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: 1001; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.6); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: 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;
    margin: 24px;
    top: 25%; /* 25% from the top */
    padding: 12px;
    text-align: center; /* Centered text/links */
}

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

/*! 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; }


/**
 * Nestable
 */

.ddListHolder { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }
.dd-item > button[data-action="edit"]:before { font-weight: normal;font-family: 'FontAwesome'; content:  "\f040"; }
.dd-item > button[data-action="list"]:before { font-weight: normal;font-family: 'FontAwesome'; content:  "\f107"; }
.dd-item > button[data-action="del"]:before { font-weight: normal;font-family: 'FontAwesome'; content:  "\f00d"; color: red; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/* 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;
}
.pagination_item {
	cursor: pointer;
}
.largewide-dialog .modal-dialog {
  width: 85%;
}
.wide-dialog .modal-dialog {
  width: 85%;
  max-width: 1200px;
}
.xwide-dialog .modal-dialog {
  width: 90%;
  max-width: 1600px;
}
.rounded {
  border-radius: 25px;
  padding:7px 5px 7px 5px;
}
.colorPoint{
  border-radius:50%
}
/* helper */
.title{
  font-weight: bold;
}

#printForm input[type="checkbox"] {
    margin-left: 25px;
}

#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 */

.table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.editable{
	cursor:pointer;
}
.table th {
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*
.table th {
    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;
}
th.int, th.currency, th.discount {
  text-align: right;
}
.wight {
	text-align: right;
}
.size {
	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";
  }
}
#adrHolder .discount {
  number-format: "###,##0.00", "discount";
      text-align:right;
      /* price is actually redundant as this format would be the default */
  }

span.discount::after {
      content: " %";
  }
  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.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;
}

/*
AddressDetail View
 */


#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: FontAwesome;
   position: absolute;
   left: -12px;
   font-size: 9px;
   content: "\f007\00a0";
}

#adrHolder div.adr_name::before {
   font-family: FontAwesome;
    position: absolute;
    left: -12px;
    font-size: 9px;
   content:  "\f19c\00a0";
}

#adrHolder div.adr_firstName::before {
   font-family: FontAwesome;
   position: absolute;
   left: -12px;
   font-size: 9px;
   content: "";
}

#adrHolder div.adr_street::before {
   font-family: FontAwesome;
   position: absolute;
   left: -12px;
   font-size: 9px;
   content: "";
}

#adrHolder div.country_id::before {
   font-family: FontAwesome;
   content: "\f024";
   position: absolute;
   left: -12px;
    font-size: 9px;
}

#adrHolder div.adr_phone::before {
   font-family: FontAwesome;
   content:  "\f095";
   position: absolute;
   left: -12px;
    font-size: 9px;
}
#adrHolder div.adr_phone_company::before {
   font-family: FontAwesome;
   content:  "\f098";
   position: absolute;
   left: -12px;
    font-size: 9px;
}

#adrHolder div.adr_phone_mobile::before {
   font-family: FontAwesome;
   content:   "\f10b";
   position: absolute;
   left: -12px;
    font-size: 9px;
}

#adrHolder div.adr_fax::before {
   font-family: FontAwesome;
   content:  "\f1ac";
   position: absolute;
   left: -12px;
    font-size: 9px;
}

#adrHolder div.adr_email::before {
   font-family: FontAwesome;
   content:  "\f003";
   position: absolute;
   left: -12px;
    font-size: 9px;
}
#adrHolder div.adr_invoice_email::before {
   font-family: FontAwesome;
   content:  "\f003";
   position: absolute;
   left: -12px;
    font-size: 9px;
}


#adrHolder div span.adr_type_id::before {
   font-family: FontAwesome;
   content: "\f007";
   position: absolute;
   left: -12px;
    font-size: 9px;
}
#adrHolder div.contact_row::before {
   font-family: FontAwesome;
   content: "\f007";
   position: absolute;
   left: -12px;
    font-size: 9px;
}

#adrHolder div.contact_firstName::before {
   font-family: FontAwesome;
   content: "\f007";
   position: absolute;
   left: -12px;
    font-size: 9px;
}

#adrHolder div.contact_phone::before {
   font-family: FontAwesome;
   content: "\f095";
   position: absolute;
   left: -12px;
    font-size: 9px;
}

#adrHolder div.contact_mobilePhone::before {
   font-family: FontAwesome;
   content:   "\f10b";
   position: absolute;
   left: -12px;
    font-size: 9px;
}

#adrHolder div.contact_email::before {
   font-family: FontAwesome;
   content:  "\f003";
   position: absolute;
   left: -12px;
    font-size: 9px;
}

#adrHolder div.payment_method_id::before {
   font-family: FontAwesome;
   content:   "\f0d6";
   position: absolute;
   left: -12px;
    font-size: 9px;
}


/*
 * AdressInfo
 */
#adrHolder span.adr_debitoren_number::before {
   font-family: FontAwesome;
   position: absolute;
   left: -15px;
   content: "\f007\00a0";
}

#adrHolder span.adr_name::before {
   font-family: FontAwesome;
    position: absolute;
    left: -15px;
   content:  "\f19c\00a0";
   font-size: 11px;
}

#adrHolder span.adr_firstName::before {
   font-family: FontAwesome;
   position: absolute;
   left: -15px;
   content: "";
}

#adrHolder span.adr_street::before {
   font-family: FontAwesome;
    position: absolute;
    left: -15px;
   content: "";
}

#adrHolder span.country_id::before {
   font-family: FontAwesome;
   content: "\f024";
   position: absolute;
   left: -15px;
}

#adrHolder span.adr_phone::before {
   font-family: FontAwesome;
   content:  "\f095";
   position: absolute;
   left: -15px;
}

#adrHolder span.adr_fax::before {
   font-family: FontAwesome;
   content:  "\f1ac";
   position: absolute;
   left: -15px;
}

#adrHolder span.adr_email::before {
   font-family: FontAwesome;
   content:  "\f003";
   position: absolute;
   left: -15px;
}
#adrHolder span.payment_method_name::before {
   font-family: FontAwesome;
   content:  "\f0d6";
   position: absolute;
   left: -15px;
}


#adrHolder span.adr_invoice_email::before {
   font-family: FontAwesome;
   content:  "\f064";
   position: absolute;
   left: -15px;
}

#adrHolder div span.adr_type_id::before {
   font-family: FontAwesome;
   content: "\f007";
   position: absolute;
   left: -15px;
}
#adrHolder div.contact_row::before {
   font-family: FontAwesome;
   content: "\f007";
   position: absolute;
   left: -15px;
}

#adrHolder div span.contact_firstName::before {
   font-family: FontAwesome;
   content: "\f007";
   position: absolute;
   left: -15px;
}

#adrHolder div span.contact_phone::before {
   font-family: FontAwesome;
   content: "\f095";
   position: absolute;
   left: -15px;
}

#adrHolder div span.contact_mobilePhone::before {
   font-family: FontAwesome;
   content:   "\f10b";
   position: absolute;
   left: -15px;
}

#adrHolder span.contact_email::before {
   font-family: FontAwesome;
   content:  "\f003";
   position: absolute;
   left: -15px;
}

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

.element-item {
    position: relative;
    float: left;
    width: 166px;
    height: 20px;
    margin: 4px;
    padding: 2px;
    background: aliceblue;
    color: #262524;
    font-size: 10px;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

#resultLoadContent .job_group_task_reference, #resultOpenContent .job_group_task_reference,
#resultReturnContent .job_group_task_reference {color:red;font-weight:normal;font-style:italic;}

.panel-success > .panel-heading, .panel-info > .panel-heading , .panel-error > .panel-heading{
/*    background-image: linear-gradient(to bottom, green 0, lightgreen 100%);*/
      color: black;
}

/*******************************************************************************************/
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  width: 40%;
  margin-left: -20%; /* Divide value of width by 2 */
  background-color: #333;
  color: white;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed; /* Sit on top of the screen */
  z-index: 1000000;
  left: 50%;
  bottom: 15px;
  font-size:13px;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 15px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 15px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 15px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 15px; opacity: 1;}
  to {bottom: -15px; opacity: 0;}
}
/*******************************************************************************************/