.tire .psi, .tire .oe_td
{
	text-align:center;
	font-size:18px;
}

.tire .psi.front
{
	padding-top:75px;
}

.tire input
{
	border:0px !important;
	border-bottom:1px dotted #ddd !important;
	text-align:center;
	width:45px;
	color:#006699;
	font-weight:bold;
}

.tire input.oe, .tire input.actual
{
	width:100px;
	margin-bottom:20px;
}

.tire img
{
	width: 100%;
    	height: 100%;
    	max-width: 240px;
    	margin: 0 auto;
    	box-shadow: 0 8px 6px -6px #999 !important;
}

.tire img.rear
{
	transform: rotate(180deg);
    	-webkit-transform: rotate(180deg);
    	-o-transform: rotate(180deg);
    	-moz-transform: rotate(180deg);
}

.tire .tire_contanier
{
	position: relative;
}

.tire div.tag
{
	width:100%;
	bottom:30px;
	left:0px;
	bottom:20px;
	position:absolute;
}

.tire div.tag.rear
{
	top:20px;
	height: 0px;
}

.tire div.tag span
{
	background: rgba(0,0,0,0.5);
	color:#fff;
	padding:2px 10px;
	display: inline-block;
	border-radius:4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;
}

.tire .attachments ul li
{
	overflow: hidden;
}

.tire .attachments ul li img.thumbnail
{
	width:150px;
	height:150px;
}

.tire_image_tag
{
	position: absolute;
    top:35%;
	z-index: 5;
    color: #fff;
    padding: 0 5px;
	font-size:12pt;
    text-align:center;
    width:100%;
	border-bottom-right-radius:4px;
}

.tire_image_tag span {
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2) !important;
    display: block;
    text-align: center;
    margin: 0 20px;
}

.tire_image_tag span {
    font-size: 9.5pt;
    padding: 0 2px !important;
    text-align: center;
    max-width: 8rem;
    z-index: 5;
    font-weight:bold;
}
.minitire {
	background: #f4f4dd;
	border: 3px solid rgb(221, 221, 221);
    border-radius: 3px;
    padding: 5px 10px;
    margin: 2px;
    margin-bottom: 30px;
    position: relative;
}
.redtire {
	color: red;
	font-size: 14pt;
}
.orangetire {
	color: orange;
	font-size: 14pt;
}
.greentire {
	color: green;
	font-size: 14pt;
}

.tire-info-value
{
	font-size:15pt !important;
	color:#006699;
	font-weight:bold;
}

.motor-cycle img.tire
{
	margin-top:20px;
	width:120px;
	margin-bottom:0px;
}

.motor-cycle img.tire.rear
{
        margin-bottom:20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.motor-cycle .mc-tire-info-value
{
	display:block;
	font-size: 15pt !important;
    color: #006699;
    font-weight: bold;
}

.motor-cycle td
{
	text-align:center;
	position:relative;
	vertical-align:middle !important;
}

.motor-cycle span.tire_status
{
	position:absolute;
	width:100%;
    left:0px;
	z-index:10;
	text-transform: uppercase;
}

.motor-cycle span.tire_status.front
{
	bottom:20%;

}

.motor-cycle span.tire_status.rear
{
	top:20%;
}

.motor-cycle span.tire_status span
{
	background:rgba(0,0,0,0.5);
	color:#fff;
	border-radius:4px;
	border:1px solid #000;
}

#tire-inspection-details table tr, #tire-inspection-details table th, #tire-inspection-details table td
{
    border-top:0px;
}
