.component.widget {
  position: relative;
}

.ie1011-message{
  display:none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie1011-message{
    display:block;
    color:white;
    margin-top: 30px;
    line-height: 40px;
    background: rgb(242, 79, 79);
    padding-left:10px;
  }
}

.ie-message{
  color:white;
  margin-top: 30px;
  line-height: 40px;
  background: rgb(242, 79, 79);
  padding-left:10px;
}

.item-symbol {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  background: #777;
  margin-right: 4px;
}

input{
  border: 1px solid #bbb;
  font-family: "Century Gothic", Arial, sans-serif
}

select{
  background: white;
  font-family: "Century Gothic", Arial, sans-serif
}

textarea{
  font-family: "Century Gothic", Arial, sans-serif
}

.nobr {
  white-space: nowrap; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.disabled {
  opacity: 0.4; }

.right_align {
  text-align: right; }

.left_align {
  text-align: left; }

.micro_width {
  width: 35px; }

.tiny_width {
  width: 60px; }

.short_width {
  width: 100px; }

.medium_width {
  width: 200px; }

.long_width {
  width: 330px; }

.full_width {
  width: 100%; }

.small-size {
  font-size: 11px;
}

.small-size.light {
  color: #999;
}

.emphasized {
  font-size: 1.3em;
  font-style: italic; }

ul {
  list-style: square; }

p {
  margin-bottom: 5px; }

input.text:focus, input.title:focus, textarea:focus, select:focus {
  background: #fefeee; }

input.text {
  width: 140px; }
  input.text.micro {
    width: 35px; }
  input.text.tiny {
    width: 60px; }
  input.text.short {
    width: 150px; }
  input.text.medium {
    width: 200px; }
  input.text.long {
    width: 330px; }
  input.text.full {
    width: 100%; }

textarea {
  width: 100px; }
  textarea.micro {
    width: 35px; }
  textarea.tiny {
    width: 60px; }
  textarea.short {
    width: 100px; }
  textarea.medium {
    width: 200px; }
  textarea.long {
    width: 330px; }
  textarea.full {
    width: 100%; }

select {
  padding: 5px; }

.sexy_form img.ui-datepicker-trigger, .sexy_table img.ui-datepicker-trigger {
  position: relative;
  left: 5px;
  top: 3px; }

.sexy_form .left {
  float: left;
  width: 300px; }
.sexy_form p {
  margin-top:15px;
  margin-bottom:15px;
  background: #f4f4f4;
  font-size: 12px;
  color: #666;
  border-bottom: #dedede 1px solid;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }
.sexy_form label {
  display: block;
  font-weight: bold;
  width: 130px;
  padding-left: 8px;
  float: left; }
.sexy_form .info {
  padding: 0px;
  margin: 0px;
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: normal;
  width: 130px; }
.sexy_form input, .sexy_form textarea, .sexy_form .noninput {
  margin: 2px 0 30px 10px; }
.sexy_form select {
  float: left;
  width: 130px;
  margin: 2px 0 30px 10px; }
.sexy_form button {
  clear: both;
  margin-left: 100px;
  color: #fff;
  border: solid 1px #666;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 6px; }
.sexy_form .noninput{
  margin-left:148px;
}
.sexy_form .ui-multiselect{
  margin-left:147px;
}

div.label {
  float: left;
  line-height: 34px;
  height: 34px;
  }

div.value {
  float: right;
  text-align: right;
  line-height: 34px;
  height: 34px; }

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

.thumb {
  width: 50px; }

.unit_price, .discount_price {
  padding: 10px;
  border-bottom: 1px solid #DEDEDE; }

a.sexy_radio{
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  line-height: 2em;
  text-align: center;
  color: #585858;
  border: 1px solid #bbb;
  border-style: solid none solid solid;
  background: #dedede;
  box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.15);
}

a.sexy_radio.checked{
  background: #f5f5f5;
  color: #333;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
}

a.sexy_radio:first-of-type{
  border-radius: 4px 0px 0px 4px;
}

.sexy_form .radiogroup{
  margin-left: 140px;
}

.sexy_form .radiogroup label{
  float: none;
  display: inline;
}

a.sexy_radio:last-of-type{
  border-radius: 0px 4px 4px 0px;
  border-style: solid;
}

a.button {
  color: #333;
  width: 150px;
  display: inline-block;
  box-sizing: border-box;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #b9b9b9;
  background: #eae8e8;
}

a.button .button-label {
  color: #333;
  line-height: 25px;
  margin-left: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  font-size: 9pt;
}


/*******************************************************************************
/* Dashboard
/*******************************************************************************/

#dashboard { background: #fff; overflow: auto; }

#dashboard h2 { font-size: 12px; }

#dashboard div.recent_quotes {float: left;}
#dashboard div.turnovers {float: right;}

ul.dashboard-list {
  list-style: none;
  margin-left: 0px; }

table.dashboard-table tbody td {
  border: none; }

#price_types {
  margin: 10px;
  width: 300px;
  height: 300px; }

#permissions {
  margin: 10px;
  width: 300px;
  height: 300px; }

.ui-autosuggest-results {
  margin: 0;
  list-style: none;
  border-collapse: collapse;
  background: #ccc; }

.ui-autosuggest-results li {
  border-bottom: 1px solid #777;
  padding: 5px; }

.ui-autosuggest-results li.active {
  background: #aaa; }


.tabwrapper {
  position: relative;
}

.tabs {
  padding: 0px;
  overflow: hidden;
  margin-left: 13px;
  margin-right: 13px;
}

.tabwrapper div.scroller {
  display: block;
  position: absolute;
  width: 14px;
  height: 32px;
  opacity: 0.7;
  color: #fff;

  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  visibility: none;
}

.tabwrapper.multiline div.scroller {
  height: 45px;
}

.tabwrapper div.scroller.left {
  left: -3px;
  top: -3px;
  border-right: 1px solid #777;
  background: url(/images/icons/arrow_left.png) no-repeat center left;
}


.tabwrapper div.scroller.right {
  right: -3px;
  top: -3px;
  border-left: 1px solid #777;
  background: url(/images/icons/arrow_right.png) no-repeat center right;
}

.tabs .tabrail {
  width: 20000px;
  height: 25px;
  border-bottom: 1px solid #d4d4d4;
  padding-left: 3px;
}
.tabwrapper.multiline .tabrail {
  height: 35px;
  padding-left: 3px;
}

  .tabs ul {
    display: inline-block;
    padding: 1px 0;
    margin-top: 1px;
    margin: 0;
  }
  .tabs li {
    list-style: none;
    margin: 0;
    display: inline-block; }

  .tabs li a {
    font-size:12px;
    padding: 2px 0.5em 3px 0.5em;
    margin-left: 0px;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    background: #EEE;
    border-radius: 3px 3px 0px 0px;
    text-decoration: none;
    display: block }

  .tabwrapper.multiline li a{
    line-height: 14px;
    box-sizing: border-box;
  }

  .tabs li a span.quote_option_sub_description{
    font-size:9px;
    margin-left: 0px;
    position: relative;
    border-bottom: none;
    text-decoration: none;
    display: block ;}

  .tabs li a span.plus{
    font-size:25px;
    padding: 8px 2px 6px 2px;
    margin-left: 0px;
    position: relative;
    border-bottom: none;
    text-decoration: none;
    display: inline-block ;}

  .tabs ul li a:link { color: #555; }
  .tabs ul li a:visited { color: #555; }

  .tabs ul li a:hover
  {
  color: #000;
  background: #AAA;
  border-color: #333;
  }

  .tabs ul li.current a
  {
  background: white;
  border-bottom: 2px solid white;
  }


#activity {
  display: none;
  float: left;
  padding: 1px;
  line-height: 14px;
  color: #eee; }

.slider_container {
  height: 25px;
  margin-top: 20px; }

.slider_bar {
  background: url(/images/slider/bar-trans.png) no-repeat;
  height: 9px;
  width: 240px;
  float: left;
  margin: 0px 5px;
  position: relative; }

.ui-slider-handle {
  background: url(/images/slider/selector-trans.png) no-repeat;
  height: 16px;
  width: 8px;
  position: absolute;
  top: -6px; }

#slider_caption {
  height: 25px;
  width: 120px;
  overflow: hidden;
  position: absolute;
  top: -35px;
  margin-left: -10px;
  padding: 5px 0px 0px 0px;
  font-family: "Myriad Pro";
  color: #36665d;
  font-weight: bold;
  text-align: center; }

label.radio, label.checkbox {
  padding: 2px 0 2px 20px;
  /*background: url(/images/checkbox/icon_checkbox.png) 0 -40px no-repeat; */}

label.disabled {
  color: #333;
  opacity: 0.5; }

label.focus {
  background-position: 0 -114px; }

label.checked {
  background-position: 0 0; }

label.checked.focus {
  background-position: 0 -74px; }

label.radio.checked {
  background-position: 0 -160px; }

label.radio.checked.focus {
  background-position: 0 -199px; }





#sections .ui-accordion-header-icon{
  display:none;
}

#sections a.section_header {
  font: 18px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;

  /*font-family: 'Montserrat', 'Courier New', 'Source Sans Pro';*/

/*  font-size: 18px;
  font-weight: bold;*/
  background:none;
  color: #777;
  display: block;
  padding: 8px;
  border:0;
  border-bottom: 1px solid #777;
  }

  a.section_header span {
    margin-left: 5px; }
  a.section_header span.title {
    float: left; }
  a.section_header span.quantity {
    float: right; }
  a.section_header span.value {
    float: right; }
  a.section_header span.accordion-header-icon {
    float: right; }

#sections .section{
  border:0;
  padding:0;
}

a.section_header.obsolete {
  /*background: url(/images/icons/warning.png) no-repeat right center;*/
}

a.section_header:hover {
  color: #eb1a0f;
  border-bottom: #eb1a0f 1px solid; }

a.section_header.selected {
  color: #eb1a0f;
  border-bottom: #eb1a0f 1px solid; }

.section .searchable_select .searchable_filter{
  width: 400px;
  margin: 0px;
}

.section .searchable_select ul.searchable_list{
  top: auto;
  left: auto;
}

div#quotes {
  margin-left: 60px; }

div#roles {
  margin-left: 50px; }

ul.sexy_list {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}


.price_listing {
  padding: 0px;
  margin: 0px;
  border-collapse: collapse; }
  .price_listing td.topalign {
    vertical-align: top; }
  .price_listing th {
    font: bold 12px "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-bottom: #dedede 1px solid;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 3px 12px 3px 12px;
    background-color: #f4f4f4; }
  .price_listing tbody th {
    font: bold 12px "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    border-top: 0px;
    font: bold;
    background: #fff; }
  .price_listing tbody td {
    font-size: 12px;
    border-bottom: #dedede 1px solid;
    background: #fff;
    padding: 3px 12px 3px 12px; }
  .price_listing tbody th.columntitle {
    font: bold 13px "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    background: #f4f4f4; }

.dependency_table { }
  .dependency_table th {
    border-bottom: #dedede 1px solid;
    background-color:#f4f4f4; }
  #facebox .dependency_table td {
    border-bottom: #dedede 1px solid;
    padding-left:2px; }

#product_dependencies_new #product_dependency_definition {
  width:250px; }
#product_dependencies_new #product_dependency_to {
   width:250px; }

a.tooltip {
  font-size: 10px; }

.columntitle a {
  color: #666; }

a.quote_option_item_toggle_mode{
  background: #EFEFEF;
  height:27px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  line-height: 27px;
  vertical-align: middle;
  display: inline-block;
}

a.quote_option_item_toggle_mode span:before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right:2px;
}

a.quote_option_item_toggle_mode.add_products span:before{
  background-image: url('/images/icons/add.gif');
}

a.quote_option_item_toggle_mode.consolidate span:before{
  background-image: url('/images/icons/tick.png');
}

#facebox .content{
  min-width: auto;
}

#facebox .sexy_table td {
  border-bottom: #dedede 1px solid;
  background: #fff;
  padding: 6px 6px 6px 8px; }

.sexy_table {
  /*width: 610px;*/
  padding: 0px;
  margin: 0px;
  border-collapse: collapse; }
  .sexy_table tr.subtotal {
    font-weight: bold; }
    .sexy_table tr.subtotal th {
      text-decoration: underline;
      font-style: italic; }
    .sexy_table tr.subtotal td {
      text-decoration: underline;
      font-style: italic; }
  .sexy_table tr.total th {
    text-decoration: underline;
    font-weight: bold; }
  .sexy_table tr.total td {
    text-decoration: underline;
    font-weight: bold; }
  .sexy_table tr.total.positive {
    color: green; }
  .sexy_table tr.total.negative {
    color: red; }
  .sexy_table td {
    vertical-align: top; }
  .sexy_table thead th {
    background-color: #f4f4f4; }
  .sexy_table th {
    font: bold 13px "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-bottom: #dedede 1px solid;
    padding: 6px 6px 6px 8px;
    background: white; }
  .sexy_table tbody td {
    border-bottom: #dedede 1px solid;
    background: #fff;
    padding: 6px 6px 6px 8px; }
  .sexy_table tbody tr.altrow td {
    background: #F5FAFA;
    color: #797268; }
  .sexy_table tbody th {
    letter-spacing: normal;
    text-transform: none;
    font-size: 14px;
    padding: 6px 6px 6px 8px; }
  .sexy_table tbody th.spec {
    width: 200px; }
  .sexy_table tbody th.columntitle {
    font: bold 13px "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    background: #f4f4f4; }
  .sexy_table tbody th.sectiontitle {
    font-size: 10px;
    color: #eb1a0f;
    background: #fff;
    border-bottom: #dedede 1px solid; }
  .sexy_table tbody tr.altrow th {
    background: #f5fafa url(/images/tables/bullet2.gif) no-repeat;
    color: #797268; }
  .sexy_table tr.failed td {
    background: #FBE3E4;
    color: #8a1f11; }
  .sexy_table tr.succeeded td {
    background: #E6EFC2;
    color: #264409; }

body {
  margin: 0px;

  font-family: "Century Gothic", "Source Sans Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 80%;
  color: #666;
  background-color: #f5f5f5;
  }

.container {
  margin-left: 0px;
  width: 1180px; }

.container.fat {
  min-height: 100vh;
  display: flex;
  padding-top: 26px; }

.content {
  min-width: 940px;
  background: white;
  padding: 10px; }

.downloading {
  text-align: center;
  display: none; }

.content .footer {
  display: block;
  font-size: 92%;
  background: #f4f4f4;
  padding: 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-transform: uppercase;
  text-align: center; }

.menu {
  min-width: 195px;
  padding-left: 10px;
  padding-right: 10px;
  background: white;
  border-right: 1px solid red;
  text-align: right; }

.menu a span {
  display: none; }

.menu a.logo {
  margin-left:auto;
  margin-right:12px;
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 31px;
	margin-bottom: 36px; }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  background-color: #444444; }



h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #666666;
  margin-bottom: 0.5em; }

.content h1{
  font-size:2em;
}

.content h2{
  font-size:1.5em;
}





.sidebar{
  min-width: 200px;
  padding-left: 20px;
}


h4 {
  font: bold 11px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding-bottom: 8px;
  padding-top: 8px;
  color: #666;
  font-weight: bold;
  border-bottom: #777777 1px solid;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  margin-top: 10px; }

.sidebar h4{
  border: 0;
  margin-left: -10px;
}

h4.loginstatus { margin-bottom: 10px;}

h3 {
  font: bold 11px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #eb1a0f;
  padding: 8px;
  font-weight: bold;
  border-bottom: #eb1a0f 1px solid;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0; }

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 0px; }

.path {
  display: block;
  border-bottom: #dedede 1px solid;
  margin-bottom: 10px;
  padding: 5px; }

a {
  color: #eb1a0f;
  text-decoration: none;
  font-size: 13px; }
  a .link {
    color: #eb1a0f;
    text-decoration: none; }

a:hover {
  color: black; }

ul.link-list {
  list-style: none;
  margin-bottom: 15px;
  font-size: 14px;
  /*font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin: 0; }
  ul.link-list li {
    margin: 0pt;
    padding: 0pt; }
    ul.link-list li a {
      padding: 3px 0 3px 0;
      display: block;
      /*border-bottom: #dedede 1px solid;*/
    }
    ul.link-list li a:hover {
      color: #000; }

form.create_light_quote{
  margin:0px;
}

form.create_light_quote input{
  background:#fff;
  border:1px solid #eee;
}

.searchable_select ul.searchable_list{
  border:1px solid black;
  background:#efefef;
  margin:0px;
  padding:0px;
  position:absolute;
  top:34px;
  left:7px;
  height:300px;
  width:200px;
  overflow:scroll;
  display:none;
  z-index: 10;
}

ul.searchable_list li{
  list-style:none;
  padding:4px;
  border-bottom:1px solid white;
}

ul.searchable_list li.searchable_group{
  font-weight: bold;
}

ul.searchable_list li a{
  color:black;
}

ul.searchable_list li.selected{
  background:#dedede;
}

input.searchable_filter{
  width:200px;
  border:1px solid #BBBBBB;
  margin:0.5em;
  padding:5px;
  z-index: 0;
}

#order_form{
  display:none;
  }
  #order_form textarea{
    width:300px;
    height:100px;
  }



.quantity_dialogue{
  width: 110px;
  line-height: 40px;
  position:absolute;
  text-align:center;
  padding:2px;
  border:1px solid #EEEEEE;
  background:#FFFFFF;
  z-index:100;
  display:none;
  }
  .quantity_dialogue input{
    width:30px;
  }

#flying_product {
  position:absolute;
  width:40px;
  height:40px;
  padding:0;
  left:0px;
  top:0px;
  background: url('/images/icons/box.png') no-repeat;
  visibility:hidden;
  }


thead.sub_group{
  cursor:pointer;
}

a#show_change_user_form{
  color:#AAAAAA;
}

form#change_user_form{
  display:none;
}

table.availability-infos{
  width:0;
  margin:0;
}

table.availability-infos tbody tr td{
  width:4em;
  text-align:center;
  border:0;
  border-right:2px solid white;
  padding:2px;
  background:rgb(245,245,245);
}

table.availability-infos .availability-indicator{
  display:inline-block;
  width:4em;
  border:1px solid #efefef;
  height:1.3em;
}

.current-availability-indicator{
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:6px;
  border:1px solid #bbb;
}

thead.sub_group th{
  background:#FAFAFA;
  letter-spacing:normal;
}

select#quote_option_types, select#available_roles, select#available_sub_roles{
  height: 200px;
}

.slider_anchors{
  position: absolute;
  margin-top: 16px;
  margin-left: 13px;
}

.slider_anchors a{
  display: inline-block;
  text-align: right;
}

.lazy-loader{
  margin-top: 10px;
  text-align:center;
}

.lazy-loader a#show-more{
  padding:4px 11px 4px 11px;
  background:#f2f2f2;
  color:#8A8A8A;
  border-radius:2px;
}


#chart{
  position:relative;
}

#chart #data, #chart #overlay{
  position:absolute;
}

#chart #overlay canvas{
  border: 1px solid #AAA;
  border-radius: 3px;
  box-shadow: 0px 0px 20px #AAA;
}

#chart canvas{
  margin-top:20px;
}

.container.popup{
  width:980px;
  margin-left:auto;
  margin-right:auto;
}

/* plausability indication */

.tabs li.shows-plausability span.quote_option_description:after{
  width:15px;
  height:13px;
  background-size: 13px 13px;
  display:inline-block;
  margin-left:2px;
  content: "";
  background: url('/images/icons/exclamation.png');
  background-repeat: no-repeat;
  vertical-align:sub;
  size: 3px;
}

.tabs li.shows-plausability.plausible span.quote_option_description:after{
  background: url('/images/icons/tick.png');
  background-size: 13px 13px;
  background-repeat: no-repeat;
}

.sub_group .plausability_indicator{
  float:right;
  width:16px;
  height:16px;
  background: url('/images/icons/exclamation.png');
  margin-right: 9px;
}

.sub_group .plausability_indicator.plausible{
  background: url('/images/icons/tick.png');
}

/* Product Dropdown */

#product-dropdown-options{
  display:none;
  overflow-y:scroll;
  overflow-x:hidden;
  position: absolute;
  left: 8px;
  height: 500px;
  width: 600px;
  top: -500px;
  background:white;
  border:3px solid #EFEFEF;
}

#product-dropdown-options #search{
  padding-left:10px;
  padding-top:10px;
}

#product-dropdown-options #search #product-filter{
  margin:0;
}

#product-dropdown-options.down{
  top:32px;
}

#product-dropdown-options a.product{
  display:inline-block;
  width: 276px;
  height: 80px;
  color:black;
  padding:6px;
  border-bottom:1px solid #efefef;
  border-right: 1px solid #efefef;
  overflow:hidden;
  margin:0;
}

#product-dropdown-options a.product:hover{
  background:#EFEFEF;
}

#product-dropdown-options a.product .name{
  margin-left: 80px;
}

#product-dropdown-options a.product .info{
  margin-left: 80px;
  font-size:11px;
  color:#aaa;
}

#product-dropdown-options a.product .thumbnail{
  width:70px;
  height: 70px;
  float:left;
  background:#EFEFEF;
}

#product-dropdown-options a.product .thumbnail img{
  width:70px;
  height:70px;
}

#product-dropdown-selection{
  margin-left:8px;
  overflow: hidden;
  width:320px;
  height:32px;
  line-height:32px;
  border:1px solid #bbb;
  cursor: default;
  padding-left: 10px;
  color:black;
  background:white;
}

#product-dropdown-options .category{
  font-size:14px;
  font-weight:bold;
  padding:10px;
  border-bottom:1px solid #EFEFEF;
}

#product-dropdown-options .clear{
  margin-bottom:2em;
}

/* Tooltip Image */

.qtip .img-container{
  background:white;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:-5px;
  margin-top:1.5em;
  margin-left:-10px;
  margin-right:-10px;
  padding-top:10px;
  padding-bottom:10px;
  box-shadow:inset 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.qtip .img-container img{
  display:block;
  margin-left:auto;
  margin-right:auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 200px;
}

.toggle{
  display:block;
  width:23px;
  height:10px;
  border:1px solid #797979;
  background:#E80707;
  border-radius: 2px 2px 2px 2px;
}

.toggle.on{
  background:#2AC52A;
}

.toggle .toggle-slider{
  display:block;
  width:15px;
  height:10px;
  border-radius: 1px 1px 1px 1px;
  background:#797979;
}

.toggle.on .toggle-slider{
  margin-left:8px;
}

a.batch-change-quantity{
  display:inline-block;
  width: 13px;
  height: 13px;
  line-height:13px;
  font-size:13px;
  text-align:center;
  border-radius: 7px;
  border:1px solid #AAA;
  background: #BBB;
  font-weight:bold;
  color:white;
}

/* target progress bar list row */
.pb-row {
	width: 100%;
	list-style: none;
	background-color: #f4f4f4;
	padding: 8px;
  clear: both;
}

.pb-row .pb-values span {
	font-family: "Century Gothic", "Source Sans Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #666;
}

.pb-row .pb-current {
	float: left;
}

.pb-row .pb-total {
	float: right;
}

.pb-row .pb-progress {
  cursor: pointer;
}

.pb-row .pb-progress:HOVER {
	stroke: #ffffff;
	stroke-width: 3;
}

/* promotions view */
ul.product-list {
  /* TODO: Use inverted look if required */
  background: #f9f9f9;
}

ul.product-list li.product-header{
  padding:5px;
  margin-bottom: 40px;
}

ul.product-list li.product-header span {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.product-list li.product-header span.product-header-text {
  width: 100%;
}

ul.product-list li.product-header span.product-header-text:first-child {
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 1px;
  font-style: italic;
  color: #666;
}

ul.product-list ul.product-sub-list {
  padding: 0px;
  margin: 6px 0 0 0px;
}

ul.product-list ul.product-sub-list li {
  list-style: none;
  position: relative;
  padding: 8px;
  background: #ffffff;
}

ul.product-list ul.product-sub-list li.sub-list-header.sub-list-header-text {
  border-bottom: 1px solid #666;
}

ul.product-list ul.bundle-list li.sub-list-header.sub-list-header-text {
  font-size: 11px;
  font-weight: normal;
}

ul.product-list ul.product-sub-list li.sub-list-header:not(.sub-list-header-text) {
  letter-spacing: 1px;
  font-style: italic;
  font-size: 10px;
  color: #666;
}

ul.product-list li label{
  font-weight: normal;
  display:inline-block;
  width: 30%;
}

.promotion-list tbody tr:last-child td{
  padding-bottom: 4em;
}

.promotion-list thead tr th{
  line-height: 2.3em;
}

.promotion-list tbody tr th.columntitle{
  background: #f9f9f9;
}

/* JSON UI */
#json-init-val {
  display: block;
  resize: horizontal;
  min-height: 50px;
  width: 100%;
  padding: 5px;
  overflow: auto;
}

#json-editor th {
  background-color: #ffffff;
}

#json-editor .row{
  margin-top:20px;
}

.value .launch-makro{
  color:black;
  border-bottom:1px dotted black;
}

#facebox #makro-resolve_emp_conflicts .set_to_emp{
  color: red;
}

/* Secondhand product views */

#error-log {
  margin: 5px 0;
  padding: 5px;
  border: 1px dashed red;
}

#error-log h5 {
  cursor: pointer;
}

#error-log h5:hover {
  color: #000;
  background-color: #eeeeee;
}

#error-log ul#error-log-details {
  list-style-type: none;
  font-family: monospace;
  font-size: 12px;
  display: none;
}

#secondhand_list thead tr.sh-header {
  background-color: #eeeeee;
}

#secondhand_list tbody:hover tr.sh-entry td {
  background-color: #eeeeee;
}

#secondhand_list tbody tr.entry {
  cursor: pointer;
  font-size: 10px;
}

#secondhand_list tbody tr.entry a {
  font-size: 10px;
}

#secondhand_list tbody tr.entry .current-availability-indicator {
  background-color: green;
}

#secondhand_list tbody tr.entry .current-availability-indicator.sh-unavailable {
  background-color: red;
}

#secondhand_list tbody tr.entry .current-availability-indicator.sh-expiring {
  background-color: yellow;
}

#secondhand_list tr.sh-accessories {
  padding: 0 20px 5px 20px;
  border-bottom: solid 1px #666;
  display: none;
}

#secondhand_list tr.sh-accessories ul.details {
  padding: 0;
  margin: 0 0 0 5px;
}

#secondhand_list tr.sh-accessories ul.details li {
  list-style: none;
  font-size:  12px;
}

#secondhand_list tr.entry .price-abbr {
  display: inline-block;
  padding: 1px;
  text-align: center;
  width: 15px;
  font-weight: bold;
  font-size: 8px;
  color: white;
  background-color: #666;
  border-radius: 3px;
}

.block-icon {
  color: black !important;
  display: block;
  font-size: 12px;
}

#secondhand_list tr.entry .on-hover {
  visibility: hidden;
}

#secondhand_list tr.entry:hover .on-hover {
  visibility: visible;
}

/* CSS only spinner from loading.io */

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Promotion icon display */

#promotion-icon {
  position: relative;
  float: right;
  margin: auto;
  height: auto;
  padding: 5px;
  text-align: center;
}

.promotion-icon-text {
  position: absolute;
  left: 20px;
  top: 24px;
  width: 78px;
  height: 80px;
  margin: auto;

  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);

  color: white;
  font-size: 9px;
}

.promotion-icon-text.line1 {
  font-size: 16px;
  font-weight: bold;
}

.promotion-icon-text.line2 {
  top: 38px;
  left: 32px;
}

/* Edit product tags view */

fieldset#product-tag-set {
  border: 1px solid #ccc;
  width: 300px;
}

fieldset#product-tag-set input[type=checkbox] {
  margin: 3px;
}

fieldset#product-tag-set label {
  width:  250px;
}

fieldset#product-tag-set * {
  cursor: pointer;
}

fieldset#product-tag-set .tag:hover {
  background-color: #ccc;
}

a.toggle_product_section .fa{
  transitions: transform 1s
}

#click_prices_container{
  display: none;
}

#sections.product_assignments{
  margin-top: 1.5em;
}

.settings-box{
  padding: 5px 5px 5px 95px;
  background:#efefef;
  margin-bottom:2px;
}

.settings-box h5{
  display:inline-block;
  float: left;
  border:0;
  font-size:10pt;
  margin-left: -90px;
}

.settings-box input{
  padding: 5px;
}

.settings-box .selection{
  width: 420px;
  overflow: hidden;
  background:white;
  border: 1px solid #bbb;
  line-height: 1.4em;
  height: 1.4em;
  whitespace: nowrap;
  padding: 5px;
  color: black;
}

.settings-box .dropdown{
  position:absolute;
  display:none;
  background: white;
  border: 1px solid #bbb;
  width: 370px;
  height: 300px;
}

.settings-box .dropdown .options{
  width: 100%;
  height: 240px;
  overflow-y: auto;
}

.settings-box .dropdown .select-all, .settings-box .dropdown .apply{
  margin: 5px;
}

.settings-box .dropdown .option{
  padding: 5px;
}

#status #progress_bar{
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  width: 400px;
  height: 27px;
  border: 1px solid #62839D;
  background: #efefef;
  border-radius:3px;
}

#status #progress_bar #done{
  width: 8px;
  height: 27px;
  border-radius: 2px 0px 0px 2px;
  background-color: #62839D;
  overflow:hidden;
}

#status #progress_bar #done #label{
  line-height:27px;
  text-align:right;
  color:white;
  font-size:11px;
  margin-right:2px;
}
/*
#quotes_new .warnings .input-warning {
  background: #f4d142;
  color:black;
  width:20px;
  height:20px;
  line-height:20px;
  vertical-align: middle;
  text-align: center;
  border-radius:10px 10px 10px 10px;
  font-size: 15px;
}

#quotes_new .warnings .warn-text {
  color: black;
  margin-left: 30px;
  font-size: 10px;
} */

#main-component {
  min-height: 80vh;
}

@keyframes highlight {
  0% {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #666, 0 0 12px #666, 0 0 16px #666, 0 0 20px #666, 0 0 30px #666;
  }
  100% {
    text-shadow: 0;
  }
}

.figures-changed,
.supports-changed {
  animation: highlight 1.5s ease-in-out;
}

#cluster-restrictions-form{
  width: 350px;
}

#cluster-restrictions-form > div{
  white-space: nowrap;
  width: 350px;
  height: 260px;
  overflow: auto;
}
