/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 14, 2017, 10:59:48 AM
    Author     : gary.mize
*/

.ml-10 {
	margin-left: 10px;
}

.strike-through {
    text-decoration: line-through  !important;
}

.full-width {
	width: 100%;
}

.btn-sam {
	color: #e6e6e6;
	background-color: #000;
	border-color: #000;
	width: 150px;
	white-space: normal;
	font-size: 12px;
	line-height: 14px;
}

.btn-sam:focus, .btn-sam:hover {
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.btn-muted {
	color: #000;
	background-color: #f2f5f7;
	border-color: #f2f5f7;
	padding:0;
}

.btn-muted:focus, .btn-muted:hover {
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.btn-grey {
	color: #000;
	background-color: #c0c0c0;
	border-color: #c0c0c0;
	padding:0;
}

.btn-grey:focus, .btn-grey:hover {
	background-color: #848484;
	border-color: #848484;
	color:#fff;
}

.btn-compacted {
	height: 30px;
    line-height: 25px;
}

.btn-sam img {
    float: left;
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.btn-sam {
		float: right;
		margin-right: 10px;
	}
}

.btn-diesel {
	color: #fff;
	background-color: red;
	border-color: red;
	width: 150px;
	white-space: normal;
	font-size: 12px;
	line-height: 14px;
}

.btn-diesel:hover {
	background-color: #a51119;
	border-color: #a51119;
	color: #fff;
}

.btn-diesel img {
    float: left;
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.btn-diesel {
		float: right;
		margin-right: 10px;
	}
}

#towguidetable {
	background: #fff;
}

.pricetip {
	display: inline-block;
	vertical-align: middle;
	/*margin-left: 5px;*/
	font-size: 11.75px!important;
	color: #5c5b5b;
}

.tooltip-inner {
	font-family: 'Lato', sans-serif!important;
	font-size: 13px!important;
	font-weight: bold!important;
	color: #000!important;
	background-color: #fff!important;
	border: 1px solid #ccc!important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
	box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
}

.tooltip.top .tooltip-arrow {
	border-top-color: #ccc!important;
}

.travel .tooltip-inner{
	width:500px;
	min-width:500px;
	max-width:500px;
}

@media only screen and (max-width: 780px) {
	.travel .tooltip-inner{
		width:300px;
		min-width:300px;
		max-width:300px;
	}
}

@media only screen and (max-width: 767px) {
	.mobile-center{
		text-align: center;
		margin: auto;
	}
}

textarea, .inp {
	margin-bottom: 10px;
}


#mbmAutocompleteContainer {
	padding:0 !important;
}

@media only screen and (max-width: 767px) {
	#mbmAutocompleteContainer,
	#rvmbmsearch_combobox,
	.section-2 .construct-sel__menu .form-inline {
		width:100% !important;
	}
}