/* 
*
* USER STYLES
* This styles will override default styles of template
*
*/

.select2-results__option[aria-disabled=true] { display: none !important; }

.field-make{
	margin-bottom: 15px;
}

.ia-cards__layout {
	float: right;
	margin-left: 20px;
}

@media (max-width: 380px) {
	.ia-cards__layout {
		float: none;
		margin-top: 10px;
	}
}
.page-autos_add button[data-id=state_abbr],
.page-autos_edit button[data-id=state_abbr]
{
	cursor: none;
	pointer-events: none;
	background: #eee;
}

.select2-container--default .select2-selection{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
	border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.js-car-make option{
	color: #a8a8a8 !important;
	line-height: 32px;
	font-size: 16px;
	padding: 8px 12px !important;
}

.select2-search__field {
	width: auto !important;
}

.select2-selection__choice + .select2-search--inline .select2-search__field {
	width: 0.75em !important;
}

.select2-container .select2-selection--single {
	height: auto !important;
}

.js-car-make option {
	font-weight: normal;
	font-size: 14px;
}

.ia-form-filters .help-block {
	color: inherit;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 30px;
}

.collapse-description {
	cursor: pointer;
	color: #00a6ef;
}

.model-description {
	overflow: hidden;
	transition: all .2s ease;
}
.model-description-in {
	height: 60px;
}

#tab-fieldgroup_autos_location .ia-item-author__map {
	height: 250px;
}

/*Custom MOD 28*/
.tb-card-actions-labels .is-selected-active-tool > a {
	background-color: #FF6400 !important;
}

.top-menu-inventory>li>a {
	line-height: 32px;
	font-size: 13px;
}

.top-menu-inventory>li>a .material-icons {
	font-size: 17px;
}

.top-fixed-menu {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
}

.header-front-page {
	margin-top: 30px;
}

.nav-inventory>li .counter {
	top: 8px;
	right: -22px;
}

.inventory {
	background-color: #022897;
}
.navbar-default {
	background-color: #004b97;
}

.tb-view-header {
	padding-top: 110px;
}

.tb-card-specs__item {
	/*justify-content: flex-start;*/
	justify-content: space-around;
}

.tb-card-content {
	padding: 20px 40px 20px 15px;
	max-width: 100% !important;
}

.tb-card-specs__item-inner>span {
	font-size: 15px;
	margin-left: 5px;
}
.tb-card-specs__item-inner {
	/*width: auto;*/
}
.page-autos_view .nav .nav-tabs {
	overflow-x: auto;
}

/* State Field Order in Search Left Bar - START*/
#js-item-filters-form {
	display: flex;
	flex-direction: column;
}

#js-item-filters-form .form-group {
	order: 3;
}

#js-item-filters-form .form-group--boat_seller_type {
	order: 1;
}
#js-item-filters-form .form-group--state_abbr {
	order: 2;
}

#js-item-filters-form .ia-form-filters__actions {
	order: 4;
}

#js-item-filters-form .quick-search-container { 
	order: 0;
}
/* State Field Order in Search Left Bar - FINISH*/
.is-list-loading{position:relative;}
.is-list-loading::before{content:'';display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,.8);z-index:500}
/* .is-list-loading .list-spinner{position:absolute;z-index:501;left:50%;top:50%;transform:translate(-50%,-50%)} */
.list-spinner{margin:0 auto;width:70px;text-align:center; position:absolute;top:0;left:50%; margin-left:-35px;z-index:500;}
.list-spinner>div{margin: 0 auto;height: 64px;width: 64px;/* background-color:#004b97; */border-radius:50%;display:inline-block;animation: rotate 0.50s infinite linear;border: 5px solid firebrick;border-right-color: transparent}
.list-spinner .bounce3{display:none;}
.list-spinner .bounce2{display:none;} 
/* .bounce2{display:none;}
.bounce{display:none;} */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.form-group {
	position: relative;
}

.field-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.unlink-social-network {
	cursor: pointer;
}
 .js-preloader {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
	top: 0;
	left: 0;
	background: rgba(255, 255,255, 0.8);
}
.js-preloader:before {
	content: '';
	width: 200px;
	height: 200px;
	background: url(../img/preloader.gif) no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 20000;
}