/* user.css ----------------------------------------------------------------- */
@import url("headertags_seo_styles.css");
/*BOF - Zappo - Option Types v2 - Progress Bar */
.progress-bar{
  color: #000;
  padding-left: 5px;
}
/*EOF - Zappo - Option Types v2 - Progress Bar */
/*BOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
div#ImagePreload { display: none; }

.termsContainer{
  width: 99%;
  height: 100px;
  border: 1px solid #bbc3d3;
  padding:1%;
  color:#666;
  overflow: scroll;
}

.form-control-feedback{
	padding-right:101.5%;
}

// Bootstrap update
.col-sm-13 {
    width: 22%;
}
.form-control {
	margin-left: 6px;
}
.form-control-feedback {
	left: 0;
	right: none;
}

@media (min-width: 768px) {
.form-horizontal .control-label {
	text-align: left;
}
}

.btn-success {
	width: 100%;
	margin-left: 6px;
}

.btn-buy {
  color: #fff;
  background-color: #68a4c4;
  border-color: #3886ae;
}
.btn-buy:focus,
.btn-buy.focus {
  color: #fff;
  background-color: #68a4c4;
  border-color: #3886ae;
}
.btn-buy:hover {
  color: #fff;
  background-color: #3fa3d7;
  border-color: #0d77ae;
}
.btn-buy:active,
.btn-buy.active,
.open > .dropdown-toggle.btn-buy {
  color: #fff;
  background-color: #FE642E;
  border-color: #FF4012;
}
.btn-buy:active:hover,
.btn-buy.active:hover,
.open > .dropdown-toggle.btn-buy:hover,
.btn-buy:active:focus,
.btn-buy.active:focus,
.open > .dropdown-toggle.btn-buy:focus,
.btn-buy:active.focus,
.btn-buy.active.focus,
.open > .dropdown-toggle.btn-buy.focus {
  color: #fff;
  background-color: #FE642E;
  border-color: #FF4012;
}
.btn-buy:active,
.btn-buy.active,
.open > .dropdown-toggle.btn-buy {
  background-image: none;
}
.btn-buy.disabled,
.btn-buy[disabled],
fieldset[disabled] .btn-buy,
.btn-buy.disabled:hover,
.btn-buy[disabled]:hover,
fieldset[disabled] .btn-buy:hover,
.btn-buy.disabled:focus,
.btn-buy[disabled]:focus,
fieldset[disabled] .btn-buy:focus,
.btn-buy.disabled.focus,
.btn-buy[disabled].focus,
fieldset[disabled] .btn-buy.focus,
.btn-buy.disabled:active,
.btn-buy[disabled]:active,
fieldset[disabled] .btn-buy:active,
.btn-buy.disabled.active,
.btn-buy[disabled].active,
fieldset[disabled] .btn-buy.active {
  background-color: #FE642E;
  border-color: #FF4012;
}
.btn-buy .badge {
  color: #5cb85c;
  background-color: #fff;
}

@keyframes redflash { 
	25% { 
		background-color: #ff0000;
	} 
	50% { 
		background-color: #f5f5f5;
	}
	75%{ 
		background-color: #ff0000;
	}
}

.panel-footer-red{
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
        background-color: red;
	//animation: redflash 3s infinite;
}

/*
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='checkbox'] + label {
  cursor: pointer;
}

	
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 19px;
    height:19px;
    position: relative;
    background: white;
    margin-right: 0.5em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type='checkbox']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before{
  background:url(images/checkbox_checked.png);
  background-color: white;
  box-shadow: inset 0 0 0 2px white;
}
*/

.img-responsive {
	margin-top: 15px;
}
.print_title{
	float: left;
	margin: 3px;
	font-size: 9px;
	color: gray;
	font-family: Verdana;
}
.link_to_newproduct{
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

.alert-availability{
	background-color: #f5f5f5;
	border-color: #ddd;
	text-align: center;
}

.price_format{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	display:  inline-block;
	width: 50%;
}
.page-header{
	padding-bottom: 0px;
}
h1 {
	margin-top: 5px;
}

/*.clickgo_div {
	background-color: rgb(0, 0, 102);
	width: 33%;
	display: inline-block;
	position: relative;
}
.clickgo-content {
	width: 260px;
	height: 86px;
	padding: 0px;

	position: absolute;
	top: 50%;
	left: 50%;

	margin: -130px 0 0 -43px;
}

@media (max-width: 768px) {
	.clickgo_div {
		width: 100%;
		display: block;
	}
}*/

.nro-parent{
    background-color: green;
    height: 200px;
    position: relative;
    width: 33%;
    display: inline-block;
    text-align: center;
}
.nro-child-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nro-child-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.checkboxCustom input[type="checkbox"]{
    display: none;
}

.checkboxCustom input[type="checkbox"] + label {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-right: 10px;
    line-height: 20px;
    cursor: pointer;
}

.checkboxCustom input[type="checkbox"] + label:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 300px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #69a3c2;
}

.checkboxCustom input[type="checkbox"]:checked + label:after {
    content: '\2714';
    color: whitesmoke;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
}

.panel-footer-red input[type="checkbox"] {
    display: none;
}

.panel-footer-red input[type="checkbox"] + label {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
}

.panel-footer-red input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    position: absolute;
    left:0px;
    width:20px;
    height: 20px;
    border-radius: 3px;
    background-color: #eae8e8;
}

.panel-footer-red input[type="checkbox"]:checked + label:before {
    content: '\2714';
    color: black;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
}

.alert-pos-as-form {
	margin-left: 6px;
	width: 100%;
}

#scripbleu UL {
    margin: 5px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
	list-style: none;
}

#scripbleu table {
	border-collapse: separate;
	border-spacing: 3px;
	}


#scripbleu TD {
	padding: 4px;
}

.productSpecialPrice {
	color:red;
	font-weight:bold;
}