/* bootstrap-adminlte-fix */
    .nav-stacked > .active a, .navbar .nav > .active a:hover, .navbar .nav > li a >:hover {
        /*background-color: #337ab7 !important;*/
       /* background-color: transparent !important;*/
        /*color: black !important;*/
    }     

/*.navbar-fixed-top */
  /*  height: 30px; /* Whatever you want. */
/*}    */
/*
.navbar,.navbar-collapse.collapse,.navbar-fixed-height {min-height: 30px !important;height: 30px !important;}

.navbar-brand {padding: 0 15px; height: 30px; line-height: 30px;}*/

@font-face {
  font-family: 'morebi';
  font-style:normal;
  font-weight: normal;  
  src: local('morebi'), local('morebi-regular'), url(//swa.bbo.eu/legacy/fonts/morebi/gt-canary_-_morebirounded-regular-webfont.woff) format('woff');
}

@font-face {
  font-family: 'morebi';
  font-style:normal;
  font-weight: bold;
  src: local('morebi'), local('morebi-regular'), url(//swa.bbo.eu/legacy/fonts/morebi/gt-canary_-_morebirounded-bold-webfont.woff) format('woff');
}

@font-face {
  font-family: 'morebi';
  font-style:normal;
  font-weight: 500;
  src: local('morebi'), local('morebi-regular'), url(//swa.bbo.eu/legacy/fonts/morebi/gt-canary_-_morebirounded-medium-webfont.woff) format('woff');
}

/*
* {
  font-family: 'morebi', Arial;    
}*/
body {  
  font-size: 14px;
  font-family: 'morebi', Arial;    
  
  scrollbar-face-color: slategray;
  scrollbar-track-color: #b8c0c8;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: slategray;
}

::-webkit-scrollbar-track {
  background: #b8c0c8;
}


/*input[type=checkbox]:not(old) + label > span,*/
/*input[type=radio   ]:not(old) + label > span*/
/*.xradio + label > span
 {
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
 }
 
 
 input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}*/
/*****************************************
  RADIO BUTTONS
******************************************/
/*
.xradiogroup{
 width:100%;
 height:220px;
 background-color: transparent;
 color:black;
 line-height:24px;
 display:inline-block;
}*/

sup {
    vertical-align: super;
    font-size: smaller;
}

textarea {
  outline: none;
  resize: none;
  border-radius:0;
  -webkit-appearance: none;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + span {
  background-color: /*#fefefe;*/#e3f2fd;
  border: 1px solid lightgray;
  
  /*border-color: #ccc #fff #fff #ccc;*/
  /*border-radius: 50px;*/
  /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
  display: inline-block;
  float: left;
  /*margin-right: 7px;*/
  padding: 7px;
  /*padding-right:4px;*/
  position: relative;
  -webkit-appearance: none;
  
  /*vertical-align:bottom;
  line-height:16px;
  height:16px;*/
}

input[type="radio"] + span + span {
    
 padding-right:10px;
 padding-left:3px;
 
 vertical-align:top;line-height:16px;height:16px;/*min-height:16px;*/
}

input[type="radio"]:checked + span {
  color: #3c8dbc;/*#f00;*/
}
input[type="radio"]:checked + span:after {
  background: #3c8dbc;/*#f00;*/
  /*border-radius: 50px;*/
  /*box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.75), inset -1px -1px 1px rgba(0, 0, 0, 0.75);*/
  content: " ";
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}
label:hover input[type="radio"] + span {
  border-color: #3c8dbc;/*#900 #f00 #f00 #900;*/
}

/*
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  background-color: *//*#fefefe;*//*#e3f2fd;
  border: 1px solid lightgray;*/
  /*border-color: #ccc #fff #fff #ccc;*/
  /*border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
/*  display: inline-block;
  float: left;*/
  /*margin-right: 7px;*/
/*  padding: 7px;
  position: relative;
}

input[type="checkbox"] + span + span {
    
 padding-right:10px;
 padding-left:3px;
 */
/* vertical-align:top;line-height:16px;height:16px;*//*min-height:16px;*/
/*}


input[type="checkbox"]:checked + span {
  background-color: #3c8dbc;*//*#f00;*/
  /*border-color: #900 #f00 #f00 #900;*/
  /*color: #fff;*/
  /*width:16px;
  height:16px;*/
/*}
input[type="checkbox"]:checked + span:after {
  color: #fff;
  content: "\2714";
  font-size: 13px;
  left: 2px;
  position: absolute;
  top: -4px;
 vertical-align: top;
}
label:hover input[type="checkbox"] + span {*/
  /*border-color: #3c8dbc;*//*#900 #f00 #f00 #900;*/
/*}
label:hover input[type="checkbox"]:checked + span {
  border-color: #fff;
}
*/
/*
input[type="radio"] {
  display: none;
}

input[type="radio"] + label {*/
/*  color: #292321;*/
  /*font-family: Arial, sans-serif;*/
  /*font-size: 14px;*/
/*}

input[type="radio"] + label span {
  display: inline-block;
  width: 14px;
  height:14px;*/
/*  margin: -1px 4px 0 0;*/
  /*vertical-align: middle;
  cursor: pointer;*/
/*  -moz-border-radius: 50%;
  border-radius: 50%;*/
/*}

input[type="radio"] + label span {*/
  /*background-color: #292321;*/
  /*background-color: #3c8dbc;*/
  
/*border: 1px solid lightgray;*/
/*  background-color: #e3f2fd;*/
  /*float:left;*/
  /*padding:9px;*/
  /*margin-right:4px;*/
/*  border: 2px solid green;
  
  /*box-shadow: 0px 0px 0px 7px #e3f2fd;  */
/*}

input[type="radio"]:checked + label span {*/
  /*background-color: #CC3300;*/
/*  background-color: #3c8dbc;*//*#3c8dbc;*/
/*}*/

/*input[type="radio"] + label:hover span:hover {*/
  /*background-color: #CC3300;*/
  /*background-color: blue*//*#3c8dbc;*/
  /*border: 2px solid red;*/
  /*box-shadow: 0px 0px 0px 7px #e3f2fd;
}*/

/*
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}*/
/*
.xradiocontainer
 {
  width:auto;
  height:24px;
  line-height:24px;     
 }
 */
 /*.xradiocontainer span.radio:hover {
  cursor: pointer;
}
.xradiocontainer span.radio::before {
  left: -52px;
  width: 45px;
  height: 25px;
  background-color: #A8AAC1;
  border-radius: 50px;
}
.xradiocontainer span.radio::after {
  left: -49px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background-color: #6C788A;
  transition: left .25s, background-color .25s;
}
input[type="radio"]:checked + label span.radio::after {
  left: -27px;
  background-color: #EBFF43;
}*/
/*
 .xradiolabel
 {
  width:auto;
  height:24px;
  line-height:24px;     
  font-weight:bold;
 }

.xradiobutton
 {
  width:24px;
  height:24px;
  line-height:24px;
  border: 1px solid lightgray;
  background-color: #3c8dbc;
  float:left;
  padding:7px;
  
  box-shadow: 0px 0px 0px 7px #e3f2fd;
  
  display:inline-block;
 }
 
 .xradiobutton:hover
  { */
   /*background-color: #e3f2fd;*/
  /* border-color: #3c8dbc;
  }
*/ 

/*input[type="radio"] {
  display: none;
}
input[type="radio"] + span {
  background-color: *//*#fefefe;*//*#e3f2fd;
  border: 1px solid lightgray;*/
  
  /*border-color: #ccc #fff #fff #ccc;*/
  /*border-radius: 50px;*/
  /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
 /* display: inline-block;
  float: left;
  margin-right: 7px;
  padding: 7px;
  position: relative;
  -webkit-appearance: none;
}
input[type="radio"]:checked + span {
  color: #3c8dbc;*//*#f00;*/
/*}
input[type="radio"]:checked + span:after {
  background: #3c8dbc;*//*#f00;*/
  /*border-radius: 50px;*/
  /*box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.75), inset -1px -1px 1px rgba(0, 0, 0, 0.75);*/
 /* content: " ";
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}
label:hover input[type="radio"] + span {
  border-color: #3c8dbc;*//*#900 #f00 #f00 #900;*/
/*}*/

/*****************************************
  CHECKBOX
******************************************/
/*input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  background-color: #fefefe;
  border: 1px solid lightgray;*/
  /*border-color: #ccc #fff #fff #ccc;*/
  /*border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
  /*display: inline-block;
  float: left;
  margin-right: 7px;
  padding: 7px;
  position: relative;
}
input[type="checkbox"]:checked + span {
  background-color: #3c8dbc;*/ /*#f00;*/
  /*border-color: #900 #f00 #f00 #900;*/
  /*color: #fff;
}
input[type="checkbox"]:checked + span:after {
  color: #fff;
  content: "\2714";
  font-size: 13px;
  left: 2px;
  position: absolute;
  top: 1px;
}
label:hover input[type="checkbox"] + span {
  border-color: #3c8dbc;*//*#900 #f00 #f00 #900;*/
/*}
label:hover input[type="checkbox"]:checked + span {
  border-color: #fff;
}
*/



.bbo-visible {
 visibility:visible;
}

.bbo-invisible {
 visibility:collapse;
}

.bbo-splitter
 {
  min-height: 8px;
  width:100%;
 }

[v-cloak] {
  display: none;
}
 
.bbo-right
 {
  text-align: right; 
 }

 .bbo-truncate
  {
   white-space: nowrap; overflow: hidden; text-overflow: ellipsis;     
  }
 
.bbo-selected
 {
  background-color: #B6DCF4 !important; 
 }

.bbo_selected
 {
  background-color: #B6DCF4 !important; 
  font-weight:bold;
 }

.bbo_marked
 {
  background-color:palevioletred !important;
  font-weight:bold;
 }
 
.bbo_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
}

.bbo_arrow.bbo_asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
}

.bbo_arrow.bbo_dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}
 

.bbo-gradient
 {
  /*width:300px;height:100px;*/
  background-color:#1D976C;
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#1D976C, endColorstr=#93F9B9);
  background-image:-moz-linear-gradient(right, #1D976C 0%, #93F9B9 100%);
  background-image:-webkit-linear-gradient(right, #1D976C 0%, #93F9B9 100%);
  background-image:-ms-linear-gradient(right, #1D976C 0%, #93F9B9 100%);
  background-image:linear-gradient(right, #1D976C 0%, #93F9B9 100%);
  background-image:-o-linear-gradient(right, #1D976C 0%, #93F9B9 100%);
  background-image:-webkit-gradient(linear, right bottom, left bottom, color-stop(0%,#1D976C), color-stop(100%,#93F9B9));
 }
 
 /*.bbo-navbar
  {
   padding:0;
   width:100%;
   height: 40px;
   min-height: 40px;
   max-height: 40px;
   
   border-bottom: 1px solid darkgray;
  }
*/
 
 
.table-striped > tbody > tr:nth-child(odd).bbo-selected > td 
{
    background-color: #B6DCF4;
}    

tr.taphover:hover, tr.taphover.hover {
    background: #B6DCF4;
    /*color: white;*/
}

 
.bbo-l-padding
 {
  padding-left: 12px;   
 }

 .bbo-lr-padding
 {
  padding-left: 12px;   
  padding-right: 12px;   
 }

 .bbo-bg-white
 {
  color: black;
  background: white;
  background-color: white;
 }

 
.bbo-bg-primary
 {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
 }

 
.bbo-bg-default
 {
  color: #ffffff;
  background: #d2d6de;
  background-color: #d2d6de;
 }

.bbo-bg-danger
 {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
 }

.bbo-bg-info
 {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
 }

 .bbo-bg-warning
 {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
 }

 .bbo-bg-success
 {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
 }


 .bbo-paused
  {
    color: gray;
    text-decoration: line-through;
  }
 
 
 .bbo-prop-key
 {
  width:130px;
  text-align: right;
  padding-right: 8px;
  border-right: 1px dotted lightblue;
 }

 .bbo-prop-value
 {
  padding-left: 8px;
  font-weight: bold;
 }
 
 .bbo-prop-row
 {
  border-bottom: 1px dotted lightblue;     
 }
 
 .bbo-prop-group
 {
  background-color:#E0ECFF;
  color:#6495ED;
  font-weight:bold;
  padding-left:5px;
  border-right:0
 }
 
  .bbo-property-row {
   border: none;
/*   border-bottom: 1px grey dotted;*/
   background-color: white;
  }
  
 .bbo-property-key {
   border-right: 1px grey dotted;
   width:30%;
   white-space:nowrap;
  }
  

.row.no-gutter [class*='col-']{
  padding-right:8px;
  padding-left:0;
}

 
 
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
} 
 
 
.table-hover tbody tr:hover td 
 {
    background: #B6DCF4 !important; 
 }    

 .table
 {
    background: #E6E6E6 !important; 
 }    

.table-striped>tbody>tr:nth-child(odd)>td,tr.found
 {
  background-color:white;
 }

.label-as-badge {
    border-radius: 1em;
}




.bbo-progressbar-container{
    width: 300px;
    height:20px;
    border: 1px solid #ddd;
    border-radius: 5px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:middle;
}

.bbo-progressbar {
    color: #fff;
    text-align: right;
    height: 20px;
    line-height:20px;
    background-color: #0ba1b5; 
    border-radius: 3px; 
    font-size: 10px !important;
    font-weight:normal;
}

.bbo-searchpill {
 border:1px solid lightgrey;
 border-top-left-radius:5px;
 border-bottom-left-radius:5px;
 background-color:#e3f2fd;
 width: auto;/*300px;*/
 padding: 0px;
 padding-left: 5px;
 padding-right: 5px;
 height:24px;
 line-height: 24px;
 color: #6495ED;
 /*font-weight:bold;*/
 
 display:inline-block;
 vertical-align: middle
}

.bbo-searchbox {
 border:1px solid lightgrey;
 border-top-right-radius:5px;
 border-bottom-right-radius:5px;
 background-color:#e3f2fd;
 width: auto;/*300px;*/
 padding: 0px;
 padding-left: 3px;
 padding-right: 3px;
 height:24px;
 line-height: 24px;
 
 /*font-weight:bold;*/
 
 display:inline-block;
 vertical-align: middle
}

.bbo-searchbox input:focus {
 outline: none;  
}

.bbo-searchbox input {
 background-color:transparent;
 border-width: 0;
 height:24px;
 line-height: 24px;
 display: inline-block;
 /*float:left;*/
padding:0;
/*width:calc(100vw-12px);*/

}
/*
    .input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    }
    
*/

.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.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;
}

/*
 * bsplit
 */
.split-pane {
	display: flex;
        
}

.split-pane.dragging {
	cursor: ew-resize;
}

.left,
.right {
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
        
}

.left::-webkit-scrollbar,
.right::-webkit-scrollbar {
	width: 0 !important;
}

.left {
/*	border-right: 1px solid #e3e3e3;*/
}

.dragger {
	position: absolute;
	z-index: 99;
	top: 0;
	bottom: 0;
	right: -6px;
	width: 12px;
	cursor: ew-resize;
}


.bfooter {
 background-color:#222d32;    
}

/*.bnavbar {
 background-color:#222d32;    
}*/

.bfooter {
 border:none;
 margin:0;
}
/*
.bsidebar {
 background-color:#222d32;  
 height:100%;
}*/


 
 /* Dead Simple Grid (c) 2015 Vladimir Agafonkin */
/*.brow .brow { margin:  0 -1.5em; }
.bcol       { padding: 0  1.5em; }

.brow:after {
    content: "";
    clear: both;
    display: table;
}
*/
@media only screen { .bcol {
    float: left;
    width: 100%;
    box-sizing: border-box;
}}
 

.bbo-container
 {
  position: fixed;
       top: 50px;
       
 bottom : 24px;
   /*bottom : 0px;*/
    left  : 0;
    right : 0;
    
 overflow : hidden;    
   margin : 0;
   
 font-size:14px;
 }


.bbo-sidebar
 {
  /*background-color: lightpink;
  padding: 5px;
  border-radius: 5px;
  border: 1px dotted grey;  */
  padding:0;
  height:100%;
  min-height:100%;
 }
 
.bbo-content
 {
  /*background-color: lightblue;
  padding: 5px;*/
  /*border-radius: 5px;
  border: 1px dotted grey;  */
  padding:10px;
  
  height:100%;    
  /*overflow-y:scroll;*/
 }
 
 .bbo-sidebar-small
  {
   display:inline;   
  }
 
 @media only screen and (min-width: /*34em*/0px) 
  {
   .bbo-sidebar, .bbo-content { width: 100%; height:auto }
   
  /* .brow { height:auto; }   */
   
   /*.bbo-sidebar-small { display: inline-block}*/
  } 

 @media only screen and (min-width: 666px/*54em*//*666px*//*800px*/) 
  {
   .bbo-sidebar   { width: 60px; height:100%; }
/*   .bbo-sidebar-small { display: inline-block}*/
   .bbo-content   { margin-left: 60px; width: calc(100% - 60px); height:100%; }
   
/*   .brow { height:100%; }*/
  }
  
 @media only screen and (min-width: 1000px/*54em*//*666px*//*800px*/) 
  {
   .bbo-sidebar   { width: 20%; height:100%; }
  /* .bbo-sidebar-small { display: inline-block}*/
   .bbo-content   { width: 80%; height:100%; }
   /*.bbo-sidebar   { width: 60px; height:100%; }
   .bbo-content   { width: calc(100% - 60px); height:100%; }
   */
  }
  
/*@media only screen and (min-width: 1200px*//*54em*//*666px*//*800px*//*) 
  {*/
   /*.bbo-sidebar   { width: 15%; height:100%; }
   .bbo-content   { width: 85%; height:100%; }
  }*/

   
   
   input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Then Style */
    outline: none;    
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: none !important;
   }
   
   .xlabel {
    display: inline-block;
    margin:0;
    border-bottom: 1px solid lightgray;
    font-size:12px;
    width:90px;
    max-width:90px;
    line-height:24px;
    height:24px;
    /*margin-bottom: 1px;*/
    padding-bottom: 1px;
    
    vertical-align:bottom;
   }
   
   .xinput {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Then Style */
    outline: none;    
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: none !important;
       
    font-size: 14px;
    font-family: monospace;
    display:inline-block;
    padding:0;
    border:1px solid lightgray;
    line-height:24px;
    height:24px;
    background-color: #e3f2fd; 
    
    vertical-align:bottom;
   }
   
  input.xinput[readonly]
   {
    background-color:#8899AA;
   }
   
   .xmle {
    font-size: 14px;
    font-family: monospace;
    display:inline-block;
    padding:0;
    border:1px solid lightgray;
    line-height:24px;
    height:24px;
    background-color: #e3f2fd;        
    
    vertical-align:bottom;
   }
   
   .xinput:focus, .xmle:focus {
     background-color: #FFF898;
   }
   
   .xinput-error
   {
    background-color:#FF8798;
   }
   
   .xspace {
    display:inline-block;
    min-width:10px;
    width:10px;
    line-height:24px       
   }
   
   .xmoney {
     background-image: url('/customer/res/img/euro-3.svg');
     background-position: right center;
     background-size: 11px 14px;
     background-repeat:no-repeat;
     padding-right:19px;       
   }
   
   .xframe {
    border-radius: 3px;
    border:1px solid lightgray;
    width: 100%;
    overflow: hidden;
    padding:5px;
    padding-left:10px;
    
    font-size:12px;
   }
   
   .xframe:after {
      content:"\a";
      white-space: pre;
   }
   
   .xframe legend {
     color:#3c8dbc;
     background-color:transparent;
     margin:0;
     border:0;
     width:auto;
     font-size:12px;
     padding-left:-5px;
   }
   
   
   .xinputrow {
     /*display: table-row;*/
     display:flex;
     height:30px;
     line-height: 30px;
     
     width:100%;
     /*padding-bottom: 5px;*/
     
   }
   
   .xinputrow:after {
      content:"\a";
      white-space: pre;
   }
   
   
   .xtabpanel {
       border-bottom: 1px solid #ddd;

   }

   .xpanelstack-border {
       border: 1px solid #ddd;
       border-top: none;
       padding: 10px;
   }
   
 label.xtab {
  display: inline-block;
  margin: 0 0 -1px;
  /*color: red;*/
  padding: 4px 8px;
  /*font-weight: bold;*/
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  /*border-radius:2px;*/
}

label.xtab:hover {
  color: #888;
  cursor: pointer;
}

input.xtab:checked + label.xtab {
  color: #555;
  /*color:green;*/
  border: 1px solid #ddd;
  border-top: 2px solid #3c8dbc;
  border-bottom: 1px solid #fff;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}


.bbo-product-list {
   padding: 0;    
   list-style-type: none;
}

.bbo-product-list li {
   line-height:25px;
   padding-left:3px;
   padding-right:3px;
}

.bbo-product-list li:hover 
 {
    background: #B6DCF4 !important; 
 }    

 .bbo-highlight-table >tbody >tr >td
 {
  border-top: none !important;
 }
 
.bbo-highlight-table tbody tr:hover td
{
    background: #B6DCF4 !important; 
 }    
 
.bbo-product-list-striped li:nth-child(even) {
   background-color: rgb(230, 230, 230);
}



/*
 * MODAL - STYLES
 *
 */
.bbo-mod-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;
}

.bbo-mod-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.bbo-mod-container {
  width: 600px;
  margin: 0px auto;
  padding: 0;/*20px 30px;*/
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
/*  font-family: Helvetica, Arial, sans-serif;*/
}
/*
.bbo-mod-header h3 {
  margin-top: 0;
  color: #42b983;
}*/

.bbo-mod-body {
  /*margin: 20px 0;*/
}

.bbo-mod-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.bbo-mod-enter {
  opacity: 0;
}

.bbo-mod-leave-active {
  opacity: 0;
}

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

.xcard
{
 border-radius: 11px;
 background-color:white;
 
 width:350px;
 max-width:350px;
 height:100px;
 max-height:100px;
 min-height:100px;
 
 display:flex;
 font-family:'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
 font-size:13px;
 margin:5px    
}
.xcard-shadow
{
 box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
/*
$purple: #BA68C8;
$green: #52A43A;
$orange: #F7AA17;
$red: #EF5350;*/


.bbo-red {
 color: #fff;
 text-shadow: 1px 1px rgba(0, 0, 0, .4);;
 border: 1px solid #db5343;
 background: #e86556;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(238,128,109)), color-stop(1, rgb(226,73,62)));
 background-image: -webkit-linear-gradient(top, rgb(238,128,109), rgb(226,73,62));
 background-image: -moz-linear-gradient(top, rgb(238,128,109), rgb(226,73,62));
 background-image: -ms-linear-gradient(top, rgb(238,128,109), rgb(226,73,62));
 background-image: -o-linear-gradient(top, rgb(238,128,109), rgb(226,73,62)); 
 background-image: linear-gradient(top, rgb(238,128,109), rgb(226,73,62));
}

.bbo-green {
 color: #4f810e;
 text-shadow: 1px 1px rgba(255, 255, 255, .4);
 border: 1px solid #90b337;
 background: #cce467;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(207,230,107)), color-stop(1, rgb(173,212,63)));
 background-image: -webkit-linear-gradient(top, rgb(207,230,107), rgb(173,212,63));  
 background-image: -moz-linear-gradient(top, rgb(207,230,107), rgb(173,212,63));
 background-image: -ms-linear-gradient(top, rgb(207,230,107), rgb(173,212,63));
 background-image: -o-linear-gradient(top, rgb(207,230,107), rgb(173,212,63));
 background-image: linear-gradient(top, rgb(207,230,107), rgb(173,212,63));
}

.bbo-grey {
 color: #4d4d4d;
 text-shadow: 1px 1px rgba(255, 255, 255, .3);
 border: 1px solid #9d9d9d;
 background: #cdcdcd;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(234,234,234)), color-stop(1, rgb(177,177,177)));
 background-image: -webkit-linear-gradient(top, rgb(234,234,234), rgb(177,177,177));
 background-image: -moz-linear-gradient(top, rgb(234,234,234), rgb(177,177,177));
 background-image: -ms-linear-gradient(top, rgb(234,234,234), rgb(177,177,177));
 background-image: -o-linear-gradient(top, rgb(234,234,234), rgb(177,177,177));
 background-image: linear-gradient(top, rgb(234,234,234), rgb(177,177,177));
}

.bbo-blue {
 color: white;
 text-shadow: 1px 1px rgba(0, 0, 0, .4);
 border: 1px solid #126daf;
 background: #4ba6d5;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(103,199,229)), color-stop(1, rgb(47,133,197)));
 background-image: -webkit-linear-gradient(top, rgb(103,199,229), rgb(47,133,197));
 background-image: -moz-linear-gradient(top, rgb(103,199,229), rgb(47,133,197)); 
 background-image: -ms-linear-gradient(top, rgb(103,199,229), rgb(47,133,197)); 
 background-image: -o-linear-gradient(top, rgb(103,199,229), rgb(47,133,197)); 
 background-image: linear-gradient(top, rgb(103,199,229), rgb(47,133,197));  
}

.bbo-yellow {
 color: white;
 text-shadow: 1px 1px rgba(0, 0, 0, .4);
 border: 1px solid #c68900;
 background: #4ba6d5;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(103,199,229)), color-stop(1, rgb(47,133,197)));
 background-image: -webkit-linear-gradient(top, #ffc750, #eca505);
 background-image: -moz-linear-gradient(top, #ffc750, #eca505)); 
 background-image: -ms-linear-gradient(top, #ffc750, #eca505)); 
 background-image: -o-linear-gradient(top, #ffc750, #eca505)); 
 background-image: linear-gradient(top, #ffc750, #eca505);  
}

.bbo-pink {
 color: white;
 text-shadow: 1px 1px rgba(0, 0, 0, .4);
 border: 1px solid #86033c;
 background: #4ba6d5;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(103,199,229)), color-stop(1, rgb(47,133,197)));
 background-image: -webkit-linear-gradient(top, #ca4981, #b1215f);
 background-image: -moz-linear-gradient(top, #ca4981, #b1215f)); 
 background-image: -ms-linear-gradient(top, #ca4981, #b1215f)); 
 background-image: -o-linear-gradient(top, #ca4981, #b1215f)); 
 background-image: linear-gradient(top, #ca4981, #b1215f); 
 
}


.bbo-button {
    font-family: 'morebi', "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 15px;
    text-decoration: none;
    margin: 0px;
    display: inline-block;
    border-radius: 3px;
    
    box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
   transition:opacity .3s;
   
   cursor: pointer;
}

.bbo-button-sm {
    /*nt-weight: normal;*/
    font-size: 11px;
    padding: 4px 10px;
    
    height:24px;
    /*line-height:24px;*/
    
    
}    

.bbo-button-lg {
    /*nt-weight: normal;*/
    font-size: 15px;
    padding: 8px 20px;
    
}    


.bbo-button:hover{
opacity:.7;
}
