@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700');

body {
background-color: #e8ebf0;
}
.bup-product-container .section-form {
    display: inherit;
    flex-wrap: inherit;
}

.bup-product-container .section-form .sub-control .inputandlabel {
	width:auto;
}

.bup-product-container .section-form .sub-section-entry {
    padding-top: inherit;
}

.bup-product-container .section-form .control-label-wrapper {
    display: block;
    float: none;
    min-height: auto;
    position: relative;
    width: auto;
}

.bup-product-container .section-form .form-horizontal .control-group {
    font-size: inherit;
    width: auto;
    display: block;
    float: none;
    position: relative;
    margin-top: 20px;
}

.bup-product-container .section-form .form-horizontal .controls {
    margin-left: inherit;
    position: relative;
    display: block;
}

.bup-product-container .section-form .form-horizontal .control-label-wrapper{
	display: block;
	float: none;
	min-height: auto;
	position: relative;
	width: auto;
}

.bup-product-container .section-form .form-horizontal .control-label {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1b1b1b;
    padding: 0px;
    margin-bottom: 0px;
}

.bup-product-container .section-form .sub-section .sub-nested-section .sub-nested-entry .control-label-wrapper {
	height: auto;
}

.bup-product-container .section-form .form-horizontal .control-group.wide, 
.bup-product-container .section-form .form-horizontal .control-group.radios, 
.bup-product-container .section-form .form-horizontal .control-group.checkboxes {
	width: auto;
	position: relative;
}	

.bup-product-container .section-form .form-horizontal .control-group .controls .attributes-popover input[disabled]{
    margin-top: inherit;
}

.bup-product-container .section-form .form-horizontal .control-group .controls .attributes-popover:first-child input[disabled]{
    margin-bottom: inherit;
    margin-top: inherit;
}

.bup-product-container .section-form .form-horizontal .control-group.wide, .bup-product-container 
.section-form .form-horizontal .control-group.radios:last-of-type, 
.bup-product-container .section-form .form-horizontal .control-group.checkboxes:last-of-type {
    border-bottom: none;
}

.bup-product-container {
	margin-top: 30px;
	background-color: #ffffff;
	border-radius: 8px;
}

.bup-product-container .product-main-wrapper {
	margin: 30px 10px 30px 10px;	
}

.bup-product-container .row {
	margin-left: 0px;
	padding: 10px 20px 0px 10px;
}

.bup-product-container .row .section, .bup-product-container .row .section.collapse.in {
    padding-bottom: 0px;
    padding-top: 0px;
}

.bup-product-container .section-outer {
    border: 0px;
}

.bup-product-container .jcarousel-wrapper {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;;
    margin: 20px auto;
    position: relative;
}

.bup-product-container .jcarousel-wrapper, .bup-product-container .jcarousel {
	height: 250px !important;	
	width: 350px !important;
}

.bup-product-container .jcarousel-control-prev, .bup-product-container .jcarousel-control-next {
    background: none;
    border-radius: 0px;
    box-shadow: none;
    color: #143663;
    font-size: 60px;
    height: auto;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    top: 100px;
    width: 30px;
}

.bup-product-container .jcarousel-control-prev a, .bup-product-container .jcarousel-control-next a {
	text-decoration: none;	
}

.bup-product-container .section .table.three-cols tr th {
	width:30%;
}

.bup-product-container .section .table.four-cols tr th {
	width:25%;
	white-space: nowrap;
}

.bup-product-container .section .table.five-cols tr th {
	width:20%;
}

.bup-product-container .section .table.two-cols tr th:first-child, .bup-product-container .section .table.three-cols tr th:first-child {
	width:50%;
}


.bup-product-container .product-image-count-wrapper {
	width: 500px;
    margin: auto;
}

.bup-product-container .product-image-count {
	float: right;
    border: 1px solid #c3c3c3;
    padding: 2px 14px;
    border-radius: 5px;
    color: #7e7e7e;
    position: relative;
    top: 20px;	
}

.bup-product-container .product-info-title {
	width: 90%;
    margin: auto;
    text-align: center;
    color: #4c4c4c;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;	
}

.bup-product-container .product-info-supplier {
	width: 90%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;	
}

.bup-product-container .product-info-supplier {
	color: #5387cd;
	font-weight: 900;
}

.bup-product-container .product-info-metrics-wrapper {
	width: 500px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    border-top: solid 0.5px #cfcfcf;
    border-bottom: solid 0.5px #cfcfcf;	
	margin-top: 15px;
}

.bup-product-container .product-info-metrics ul {
	margin-left: 0px
}

.bup-product-container .product-info-metrics li {
	width:120px;
	display: inline-block;
}

.bup-product-container .product-info-metrics-title {
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.63;
	color: #4c4c4c;
}

.bup-product-container .product-info-metrics-value {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}

.bup-product-container .product-actions {
	width: 300px;
	margin: 7px auto;
}

.bup-product-container .section-outer {
	border: 0px;	
	margin-bottom: 25px !important;
    margin-top: 0px;
	padding: 0px 25px;
}

.bup-product-container .section-title {
    font-size: 19px;
    letter-spacing: normal;
    background-color: transparent;
    padding: 4px 0px 4px 0px;
    color: #4c4c4c;
    text-shadow: none;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-transform: uppercase;
    letter-spacing: normal;
	line-height: 18px;
	border-bottom: solid 0.5px #979797 !important;
}

.bup-product-container .section-title .bullet {
    width: 15px;
    height: 15px;
    object-fit: contain;
    border-radius: 2px;
    background-color: #5387cd;
    display: inline-block;
    margin-right: 5px;
}

.bup-product-container .control-group {
	margin-top: 20px;	
}

.bup-product-container .control-group a{
	margin: 0px;	
}

.bup-product-container .control-label, .bup-product-container .controls, .bup-product-container .controls select, .bup-product-container .controls textarea, .bup-product-container .select2-container-multi.select2-container-disabled .select2-choices{
	clear: both;
    margin-left: 0px !important;
	width: auto !important;
	text-align: left;
	cursor:text;
	background-color: transparent !important;
}

.bup-product-container .controls input[type="text"] {
	clear: both;
    margin-left: 0px !important;
	text-align: left;
	cursor:text;
	background-color: transparent !important;
}


.bup-product-container .control-label, .bup-product-container .controls input[type="text"], .bup-product-container .controls select, .bup-product-container .controls textarea, .bup-product-container .select2-container-multi.select2-container-disabled .select2-choices, .bup-product-container .controls .label-inline  {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #1b1b1b;
	padding: 0px;
	margin-bottom: 0px;
}

.bup-product-container .controls, .bup-product-container .controls input[type="text"] {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #868686 ;
}

.bup-product-container .controls font {
    padding-right: 3px;
}

.bup-product-container .controls textarea {
  border: 0px !important;
  width: 100% !important;
  resize: none;
}

.bup-product-container .controls .span1 {
	clear:none;
	white-space:nowrap;
	margin-left: 0px;
	margin-right: 20px;
	width: auto;
}

.subbtn {
	margin-top: 10px;
    color: #ffffff;
    border: solid 1px #e5e5e5;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 4px;
    margin-right: 58px;
    padding-left: 38px;
    padding-right: 14px;
    padding-top: 7px;
    padding-bottom: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
	
}

.subbtn:hover, .filterbtn:hover, .subbtn:visited, .filterbtn:visited {
	text-decoration: none;
	color: #ffffff;
}

.bup-product-container .icsave {
	background: url(/application/image/icons/vector/heart-plus.svg) no-repeat 13px 8px #447dc7;
	margin-right: inherit;
}

.bup-product-container .icmap {
	background: url(/application/image/icons/vector/map.svg) no-repeat 13px 5px #447dc7;
	margin-right: inherit;
}

.bup-product-container .icsample {
	background: url(/application/image/icons/vector/box-white.svg) no-repeat 11px 5px #447dc7;
	margin-right: inherit;
}

.bup-product-container .icmore {
	background: url(/application/image/icons/vector/hamburger_borderless.svg) no-repeat 7px 7px #447dc7;
	margin-right: inherit;
	padding: 7px 16px;
}

.bup-product-container .controls .inputandlabel {
    display: block;
    clear: both;
    margin-left: 0px;
	margin-top: 10px;
}

.bup-product-container .table .inputandlabel {
    margin: 0px;
}

.bup-product-container .controls .pull-left {
    display: block;
    float: none;
    clear: both;
    position: relative;
}

.bup-product-container .controls .label-inline {
    margin-left: 0px;
    margin-top: 20px;
    display: block;
}

.bup-product-container .controls input[type="checkbox"] + .label-inline {
    padding-left: 23px;
}

/* Base for label styling */
.bup-product-container .controls input[type="checkbox"]:not(:checked),
.bup-product-container .controls input[type="checkbox"]:checked,
.bup-product-container .controls input[type="radio"]:not(:checked),
.bup-product-container .controls input[type="radio"]:checked {
  /*position: absolute;*/
  left: -9999px;
}

.bup-product-container .controls input[type="checkbox"]:not(:checked) + label,
.bup-product-container .controls input[type="checkbox"]:checked + label,
.bup-product-container .controls input[type="radio"]:not(:checked) + label,
.bup-product-container .controls input[type="radio"]:checked + label {
  position: relative;
  padding-left: 23px;
  cursor: not-allowed;
}

/* checkbox aspect */
.bup-product-container .controls input[type="checkbox"]:not(:checked) + label:before,
.bup-product-container .controls input[type="checkbox"]:checked + label:before,
.bup-product-container .controls input[type="radio"]:not(:checked) + label:before,
.bup-product-container .controls input[type="radio"]:checked + label:before {
  content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px dashed #888888;
    background: #fff;
    border-radius: 50%;
}

/* checked mark aspect */
.bup-product-container .controls input[type="checkbox"]:not(:checked) + label:after,
.bup-product-container .controls input[type="checkbox"]:checked + label:after,
.bup-product-container .controls input[type="radio"]:not(:checked) + label:after,
.bup-product-container .controls input[type="radio"]:checked + label:after {
	content: '';
    position: absolute;
    /*top: 2px;*/
    left: 2px;
    font-size: 1.1em;
    line-height: 0.8;
    transition: all .2s;
}

/* checked mark aspect changes */
.bup-product-container .controls input[type="checkbox"]:not(:checked) + label:after,
.bup-product-container .controls input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.bup-product-container .controls input[type="checkbox"]:checked + label:after,
.bup-product-container .controls input[type="radio"]:checked + label:after  {
  opacity: 1;
  transform: scale(1);
  background-image: url(/application/image/icons/16x16/select.svg);
    width: 16px;
    height: 16px;
    background-position-y: 0px;
}

/* disabled checkbox */
.bup-product-container .controls input[type="checkbox"]:disabled:not(:checked) + label:before,
.bup-product-container .controls input[type="radio"]:disabled:not(:checked) + label:before {
	box-shadow: none;
	background-color: #eaeaea;
	border-color: #888888;
}

.bup-product-container .controls input[type="checkbox"]:disabled:checked + label:before,
.bup-product-container .controls input[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
      border-color: #fff;
    background-color: #fff;
}

.bup-product-container .controls input[type="checkbox"]:disabled:checked + label:after,
.bup-product-container .controls input[type="radio"]:disabled:checked + label:after {
  color: #fff;
}

/*
.bup-product-container .controls input[type="checkbox"]:disabled + label,
.bup-product-container .controls input[type="radio"]:disabled + label  {
  color: #1b1b1b;
}
*/

.select2-container-disabled {
    margin-bottom: 20px;
}

.select2-search-choice {

	box-shadow: none !important;
	border: none  !important;
	background-color: white !important;
}

input[disabled], select[disabled], input[readonly], select[readonly] {
	border: none !important;	
}

.attributes-popover ~ .popover {
    display: none !important;
}