/**
 * Theme Name: Vrxracing
 * Theme URI:
 * Description: Tema di Giovanni Ercolano
 * Version: 0.9
 * Author: Giovanni Ercolano
 * Author URI:
 * Tags:
 * Text Domain: vrxracing
 *
 * Copyright (c) 2014 Giovanni Ercolano.  All rights reserved.
 */
/* vertical alignment styles */
.tax-quantity {
	width: 96%;
	text-align: center;
	margin: 5px;
}
.tax-quantity-detail {
	width: 25% !important;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
@media screen and (min-width: 768px) {
	.jumbotron {
	  padding: 0px !important;
	  margin: 0px !important;
	}
	#page-content {
		padding-top: 0px !important;
	}
}

.prezzi-ricambi {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #00adee; /* Old browsers */
	background: -moz-linear-gradient(top,  #00adee 0%, #0078a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00adee), color-stop(100%,#0078a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00adee 0%,#0078a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00adee 0%,#0078a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00adee 0%,#0078a5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00adee 0%,#0078a5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#0078a5',GradientType=0 ); /* IE6-9 */

}

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

/* visual styles */

[class*="col-"] {
  padding-top: 10px;
  padding-bottom: 15px;
}
.col-full-height:before {
  content:"";
}
.item {
  width: 100%;
  height: 100%;
  padding: 12px 6px;
}

/* content styles */

.item {
  display: table;
}

/* */
table#table-ricambi, table#table-ricambi thead, table#table-ricambi tbody, table#table-ricambi th, table#table-ricambi tr, table#table-ricambi td {
border: 1px solid black !important;
}
.alert {
	color: black !important;
	font-weight: bold !important;
}
.visible-ie8{display:none !important;}
.text-info {
	color: #0041ff !important;
}
.inline {
	display: inline-block;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.thumbnail, .img-thumbnail {
	width: 100%;
}
.cod-prodotto, .title-prodotto, .price-prodotto {
	margin: 9px;
}

.caption {
	padding: 0px !important;
}

.caption .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
	bottom: 0px;
	position: relative;
	width: 100%;
}

.caption .button-group form > button, .caption .button-group > button, .caption .button-group > a {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #008CBA; /*#888*/
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.caption .button-group > a {
	width: 50%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

#search {
	margin-bottom: 10px;
}

#search .input-md {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

.img-prodotto.parent {
	height: 220px;
	display: block;
}

.navbar {
	margin-bottom: 0px;
}

#quantity {
	width: 80px !important;
}

.modal-dialog {
	/*width: 0% !important;*/
}

.scrolledBody {
	padding-top: 45px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.navbar {
	top: 180px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.scrolledNavbar {
	top: 0px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

.header-img-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-img {
	position: relative;
	/*top: 0px;
	left: 0px;*/
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-repeat: repeat-x ;
	background: #003696; /* Old browsers */
	background: -moz-linear-gradient(top,  #003696 0%, #325693 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003696), color-stop(100%,#325693)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #003696 0%,#325693 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #003696 0%,#325693 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #003696 0%,#325693 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #003696 0%,#325693 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003696', endColorstr='#325693',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*
.scrolledHeader {
	top: -180px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
*/

/* Medium Desktop */
@media (max-width:992px){
	.navbar {
		top: 0px !important;
	}
}

#inputSearch {
	height: 39px;
}
.navbar-brand {
	background-image: url('./images/vrx.png');
	background-repeat: no-repeat;
	width: 139px;
	height: 42px;
	margin-top: 2px;
	margin-left: 10px;
}

.modal-content {
	border-radius: 0px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.padding-ns {
	padding-top: 15px;
	padding-bottom: 15px;
}

.login-padding-s {
	padding-bottom: 150px;
}

.thumbnail {
	border-bottom: none;
	/*height: 560px;*/
	padding: 0px;
}

.img-prodotto {
	overflow: hidden;
	/*height: 224px;*/
}

.cod-prodotto {
	height: 42px;
}

.title-prodotto {
	height: 120px;
}

.price-prodotto {
	height: 60px;
}

.parent {
    display: table;
    table-layout: fixed;
}

.child {
    display:block;
    vertical-align:middle;
    text-align:center;
}

.thumbnail img {
    width: 100%;
}

.thumbnail-kenburn img {
	left: 0px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}

@media (min-width:767px){
	#sidebar-links {
		width: 220px;
	}
}


/*  Medium Desktop  */
@media (min-width:992px){
	#sidebar-links {
		width: 240px;
	}
}


/*  Large Desktop  */
@media (min-width:1200px){
	#sidebar-links {
		width: 280px;
	}
}

/* INIZIO SOLUZIONE NAVBAR-BRAND */
/*  Smarthphone  */
@media (max-width:767px){

	.navbar-brand {
		background: none;
	}
}

/*  Tablet  */
@media (min-width:767px){

	.navbar-brand {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
	}
}


/*  Medium Desktop  */
@media (min-width:992px){

	.navbar-brand {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
	}
}


/*  Large Desktop  */
@media (min-width:1200px){

	.navbar-brand {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
	}
}
/* FINE SOLUZIONE NAVBAR-BRAND */

/* INIZIO CARRELLO */
.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.actions .btn{
		width:36%;
		margin:1.5em 0;
	}

	.actions .btn-info{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}

	table#cart thead { display: none; }
	table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
	table#cart tbody tr td:first-child { background: #333; color: #fff; }
	table#cart tbody td:before {
		content: attr(data-th); font-weight: bold;
		display: inline-block; width: 8rem;
	}



	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{display:block;}

}
/* FINE CARRELLO */

/* Toggle Styles */

#page-content {
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
}
.sidebar-left {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Sidebar Styles */
.open > ul {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.sidebar-search {
	/*position: absolute;
    top: 0;
    width: 250px;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav {
    /*position: absolute;
    top: 48px;
    width: 250px;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: black;
}

.sidebar-nav li > ul > li a {
	text-decoration: none;
	color: black;
}

.sidebar-nav li > ul > li a:hover {
	text-decoration: none;
	color: black;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #999999;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}