::selection {color:#ffffff;background:#fe5621;}
::-moz-selection {color:#ffffff;background:#fe5621;}

@media screen and (max-width:767px){
	body.page-login{
		background:none;
		background-image:url('../../img/suzuki-barta-logo.jpg');
		background-position:top 50px center;
		background-repeat:no-repeat;
		background-color:#f1f1f1;
	}
}

@media screen and (max-width:400px){
	body.page-login{
		background-position:top 30px center;
	}
}

@media screen and (min-width:501px){
	.btn.multiline br{
		display:none;
	}
}

.positionRelative{
	position:relative;
}

@media screen and (min-width:769px){
	.btn-newitem{
		position:absolute;
		top:25px;
		right:25px;
		z-index:1000;
	}
}

@media screen and (max-width:768px){
	.btn-newitem{
		margin-bottom:25px;
	}
}

.alignRight{
	text-align:right;
}

.alignCenter{
	text-align:center;
}

.carsListTitle{
	text-transform:uppercase;
}

.carsListTitle > a{
	color:#fe5621;
}

.carsListTitle > a:hover{
	color:#363f45;
}

.asideUserProfile{
	border-bottom:1px solid #e6e7ed;
}

.loggedInUser > span{
	display:inline-block;
	padding-right:10px;
}

@media screen and (max-width:550px){
	.loggedInUser{
		display:none!important;
	}
}

.clear{
	display:block;
	width:100%;
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}

.fileUploadWrapper{
	display:none;
}

.productImages{
	padding-top:30px;
	padding-bottom:20px;
}

.carsAttachmentsUploadDescriptionSaveSuccess{
	float:left;
	height:24px;
	line-height:24px;
	color:#4bae4f;
	padding-left:10px;
	display:none;
}

/* */

.fileUploadProgressWrap{
	padding-top:20px;
	opacity:0;
}

.fileUploadProgress{
	position:relative;
	height:32px;
	line-height:0px;
	border:1px solid #e6e7ed;
	text-align:center;
}

.fileUploadProgress > span{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:0%;
	height:30px;
	line-height:30px;
	background-color:#4bae4f;
	z-index:999;
}

.fileUploadProgress > p{
	position:relative;
	height:30px;
	line-height:30px;
	z-index:1000;
}

.fileUploadProgress > p > span{
}

/* */

.pager{
	all:unset;
	display:block;
	font-size:0px;
	text-align:center;
}

.pager:before, .pager:after{
	all:unset;
}

.pager > ul{
	all:unset;
	display:inline-block;
	font-size:0px;
}

.pager > ul > li{
	all:unset;
	display:inline-block;
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	padding-right:5px;
	padding-left:5px;
	list-style-type:none;
}

.pager > ul > li:before{
	all:unset;
}

.pager > ul > li > a{
	all:unset;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#ffffff;
	background-color:#fe5621;
	cursor:pointer;
}

.pager > ul > li > a:hover{
	all:unset;
	cursor:pointer;
}

.pager > ul > li > span{
	all:unset;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333333;
}

.pager > ul > li.inactive > span{
	color:#999999;
}

.pager > ul > li.current > span{
	color:#ffffff;
	background-color:#4bae4f;
}

/* */

i.requiredStar{
	font-style:normal;
	color:#ff0000;
}

/* */

.carsFormSectionsTitle{
	display:block;
	font-size:16px;
	font-weight:bold;
	/* color:#ffffff; */
	background-color:#ebecf2; /* #fe5621 */
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	margin-bottom:20px;
}

.carsFormSectionsTitle > i{
	margin-right:10px;
}

/* */

.carsMarker > i{
	color:#bbbbbb;
}

.carsMarker.marked > i{
	color:#f34235;
}

.carsMarkerOther > i{
	color:#22aa22;
}

/* */

@media screen and (min-width:1281px){
	.row.carsDetails dl{
		padding-left:35px;
	}
}

.carsDetailsLogMore{
	padding:30px;
	text-align:center;
}

.usersDetailsLogMore{
	padding:30px;
	text-align:center;
}

ul.carsDetailsActionBtns{
	display:inline-block;
	width:100%;
	padding:0px;
	margin:0px;
}

ul.carsDetailsActionBtns > li{
	float:left;
	width:25%;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul.carsDetailsActionBtns > li:last-child{
	padding-bottom:0px;
}

@media screen and (max-width:1280px){
	ul.carsDetailsActionBtns > li{
		width:50%;
	}
	ul.carsDetailsActionBtns > li:first-child,
	ul.carsDetailsActionBtns > li:nth-child( 2 ){
		padding-bottom:20px;
	}
}

@media screen and (max-width:700px){
	ul.carsDetailsActionBtns > li{
		width:100%;
		padding-bottom:20px;
	}
}

ul.carsDetailsActionBtns > li:before{
	display:none;
}

/* */

.search_form_wrap{
	padding-bottom:20px;
}

/* */

.colorselectorOpacity{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:10000px;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:10000;
	display:none;
}

.colorselector{
	position:absolute;
	top:-80px;
	left:0px;
	line-height:0px;
	background-color:#ffffff;
	padding:15px 15px 5px 15px;
	z-index:10001;
	display:none;
}

.colorselector > ul{
	display:inline-block;
	font-size:0px;
	padding:0px;
	margin:0px;
}

.colorselector > ul > li{
	display:inline-block;
	border:1px solid #888888;
	padding:1px;
	margin:0px 10px 10px 0px;
	list-style-type:none;
}

.colorselector > ul > li:last-child{
	margin:0px 0px 0px 0px;
}

.colorselector > ul > li:before{
	display:none;
}

.colorselector > ul > li > a{
	display:inline-block;
	width:25px;
	height:25px;
}

/* */

.carsFormAttachments{
	display:inline-block;
	position:absolute;
	bottom:9px;
	right:14px;
	font-size:25px;
}

.carsFormAttachmentsRequired{
	display:inline-block;
	position:absolute;
	bottom:32px;
	right:32px;
	font-size:12px;
	color:#ff0000;
}

.carsFormAttachmentsCount{
	display:inline-block;
	position:absolute;
	bottom:32px;
	right:9px;
	width:18px;
	height:18px;
	font-size:12px;
	color:#ffffff;
	background-color:#fe5621;
	border-radius:20px;
	text-align:center;
}

.carsFormNewAttachmentsCount{
	display:none;
	position:absolute;
	bottom:6px;
	right:9px;
	width:18px;
	height:18px;
	font-size:12px;
	color:#ffffff;
	background-color:#4bae4f;
	border-radius:20px;
	text-align:center;
}

.carsFormNewAttachmentsCount.visible{
	display:inline-block;
}

.carsFormAttachmentsList{
	display:none;
	position:absolute;
	top:80px;
	left:0px;
	width:100%;
	border:1px solid #e6e7ed;
	background-color:#ffffff;
	z-index:100;
}

.carsFormAttachmentsList > input{
	display:none;
}

.carsFormAttachmentsList > ul{
}

.carsFormAttachmentsList > ul > li{
	padding:0px;
	margin:0px;
	border-bottom:1px solid #e6e7ed;
	list-style-type:none;
}

.carsFormAttachmentsList > ul > li:last-child{
	border-bottom:0px;
}

.carsFormAttachmentsList > ul > li:before{
	display:none;
}

.carsFormAttachmentsList > ul > li > div{
	padding:18px;
}

.carsFormAttachmentsList > ul > li:last-child > div{
	padding:0px;
}

.carsFormAttachmentsList > ul > li:last-child > div > a.new{
	display:block;
	font-weight:bold;
	color:#ffffff;
	background-color:#fe5621;
	padding:18px;
	text-align:center;
	text-transform:uppercase;
}

.carsFormAttachmentsList > ul > li > div > a.delete{
	display:inline-block;
	float:right;
	font-size:18px;
}

/* */

#chatWrap{
	position:fixed;
	bottom:-1px;
	right:10px;
	z-index:10000;
}

.chatWrapper{
	float:left;
	width:300px;
	border:1px solid #bbbbbb;
	background-color:#ffffff;
	margin-left:10px;
}

.chatWrapper > .chatHeader{
	display:table;
	width:100%;
	background-color:#83b845;
}

.chatWrapper > .chatHeader > span{
	display:table-cell;
	width:85%;
	line-height:40px;
	font-size:18px;
	color:#ffffff;
	padding-left:15px;
}

.chatWrapper > .chatHeader > a{
	display:table-cell;
	width:15%;
	line-height:40px;
	font-size:18px;
	color:#ffffff;
	text-align:center;
}

.chatWrapper > .chatContainer{
	position:relative;
	height:400px;
	overflow:hidden;
}

.chatWrapper > .chatContainer > .ps-scrollbar-y-rail{
	right:0px;
}

.chatWrapper > .chatContainer > .chatContent{
	padding-top:15px;
	padding-right:15px;
	padding-bottom:0px;
	padding-left:15px;
}

.chatWrapper > .chatContainer > .chatContent > .message{
	margin-bottom:15px;
}

.chatWrapper > .chatContainer > .chatContent > .message > ul{
	display:table;
	width:100%;
	padding:0px;
	margin:0px;
}

.chatWrapper > .chatContainer > .chatContent > .message > ul > li{
	display:table-cell;
	vertical-align:top;
	list-style-type:none;
}

.chatWrapper > .chatContainer > .chatContent > .message > ul > li.image{
	width:65px;
}

.chatWrapper > .chatContainer > .chatContent > .message.out > ul > li.image{
	text-align:right;
}

.chatWrapper > .chatContainer > .chatContent > .message > ul > li.image > a > img{
	max-width:40px;
}

.chatWrapper > .chatContainer > .chatContent > .message > ul > li.text{
	position:relative;
	background-color:#eeeeee;
	padding:10px;
}

.chatWrapper > .chatContainer > .chatContent > .message > ul > li.text > p{
	position:relative;
	font-size:13px;
	line-height:19px;
	margin:0px;
	z-index:101;
}

.chatWrapper > .chatContainer > .chatContent > .message > ul > li.text > .arrow{
	display:inline-block;
	position:absolute;
	top:4px;
	left:-10px;
	width:20px;
	height:20px;
	background-color:#eeeeee;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	z-index:100;
}

.chatWrapper > .chatContainer > .chatContent > .message.out > ul > li.text > .arrow{
	left:auto;
	right:-10px;
}

.chatWrapper > .write{
	background-color:#eeeeee;
	padding:10px;
}

.chatWrapper > .write > input{
	width:100%;
	font-size:13px;
	border:1px solid #bbbbbb;
	padding:5px;
}

.chatWrapper > .write > input:focus{
	box-shadow:0px;
}

/* */

.baseTableTitle{
	display:table;
	width:100%;
	font-size:16px;
	font-weight:bold;
	/* color:#ffffff; */
	background-color:#ebecf2; /* #fe5621 */
}

.baseTableTitle > span{
	display:table-cell;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}

.baseTableTitle > a{
	display:table-cell;
	width:50px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

/* */

@media screen and (min-width:992px){
	nav.asideNavigation > ul > li.js-submenu > div.long > .fa{
		display:inline-block;
		float:left;
	}

	nav.asideNavigation > ul > li.js-submenu > div.long > span{
		display:inline-block;
		max-width:120px;
	}

	nav.asideNavigation > ul > li.js-submenu > div.long > .zmdi{
		display:inline-block;
		float:right;
	}
}

/* */

.popupBg{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:1000;
}

.popupWrap{
	display:none;
	position:absolute;
	top:0px;
	left:50%;
	width:800px;
	background-color:#ffffff;
	margin-left:-400px;
	z-index:1001;
}

/* */

.select2-container .select2-selection--multiple{
	border-color:#e6e7ed;
	border-left:3px solid #4bae4f!important;
	border-radius:0px;
	padding-top:7px;
	padding-left:15px;
}

.select2-selection.select2-selection--multiple > ul > li:before{
	display:none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
	border-color:#e6e7ed;
}

.select2-search__field::placeholder{
	color:#919599;
}

/* */

.statsBar .i .c .title{
	line-height:20px;
}

/* */

.modelsGallery{
	padding-top:30px;
	padding-bottom:20px;
}

.modelsGallery > div{
}

.modelsGallery > div > div{
	padding-bottom:30px;
}

.modelsGallery > div > div > .img{
}

.modelsGallery > div > div > .img img{
	max-width:100%;
}

.modelsGallery > div > div > .txt{
}

.modelsGallery > div > div > .txt > p{
	padding-top:10px;
	text-align:center;
}

.modelsGallery > div > div > .txt > p > a{
	display:inline-block;
	font-size:18px;
}

.modelsGallery > div > div > .txt > p > a.edit{
	margin-right:20px;
}

/* selectek default szurke betuszin es italic felulirasa */

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#555555;
	font-style:normal;
}

.select2-container--default .select2-results__options > li.opacity50{
	opacity:0.33;
}

/* */

.currenciesPopupTable{
	float:left;
	width:100%;
	padding:0px!important;
	margin:0px!important;
}

.currenciesPopupTable > li{
	float:left;
	width:calc(100%/7);
	padding:0px!important;
	margin:0px!important;
	list-style-type:none;
	text-align:center;
}

.currenciesPopupTable > li:before{
	display:none!important;
}

.currenciesPopupTable > li > a{
	display:inline-block;
	border:1px solid #cccccc;
}

.currenciesPopupTable > li > a.selected{
	border-color:#fe5621;
}

.currenciesPopupTable > li > a > label{
	display:block;
	font-weight:normal;
	color:#ffffff;
	background-color:#4bae4f;
	padding-top:3px;
	padding-right:10px;
	padding-bottom:3px;
	padding-left:10px;
	margin:0px!important;
}

.currenciesPopupTable > li > a.selected > label{
	background-color:#fe5621;
}

.currenciesPopupTable > li > a > span{
	display:block;
	color:#363f45;
	padding-top:4px;
	padding-bottom:4px;
}

.currenciesPopupCalculateWrap{
	padding-top:30px;
}

.currenciesPopupCalculateWrap > p{
	float:left;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	text-align:center;
}

.currenciesPopupCalculateWrap > a{
	float:right;
}

/* */

.dealsTimeline{
}

.dealsTimeline > ul{
	padding:0px;
	margin:0px;
}

.dealsTimeline > ul > li{
	border-bottom:1px dotted #bbbbbb;
	padding:0px 0px 0px 40px;
	margin:0px;
	list-style-type:none;
}

.dealsTimeline > ul > li:last-child{
	border-bottom:none;
}

.dealsTimeline > ul > li:before{
	display:none;
}

.dealsTimeline > ul > li > div{
	position:relative;
	border-left:2px solid #bbbbbb;
}

.dealsTimeline > ul > li:last-child > div{
}

.dealsTimeline > ul > li > div > .date{
	position:absolute;
	top:25px;
	left:-30px;
	width:60px;
	border:1px solid #fe5621;
	background-color:#ffffff;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
}

.dealsTimeline.tasks > ul > li > div > .date{
	border-color:#4bae4f;
}

.dealsTimeline > ul > li > div > .date > span{
	display:block;
}

.dealsTimeline > ul > li > div > .date > span.m{
	font-size:13px;
	line-height:1em;
	color:#ffffff;
	background-color:#fe5621;
	padding-top:3px;
	padding-bottom:4px;
	text-transform:uppercase;
}

.dealsTimeline.tasks > ul > li > div > .date > span.m{
	background-color:#4bae4f;
}

.dealsTimeline > ul > li > div > .date > span.d{
	font-size:30px;
	line-height:1em;
	padding-top:3px;
	padding-bottom:4px;
}

.dealsTimeline > ul > li > div > .date > span.y{
	font-size:13px;
	line-height:1em;
	background-color:#dddddd;
	padding-top:3px;
	padding-bottom:3px;
}

.dealsTimeline > ul > li > div > .item{
	padding-top:25px;
	padding-bottom:25px;
	padding-left:60px;
}

.dealsTimeline > ul > li > div > .item > div{
	border:1px solid #bbbbbb;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color:#ebecf2;
	padding:20px;
}

.dealsTimeline > ul > li.sold > div > .item > div{
	border-color:#4bae4f;
	background-color:rgba(75, 174, 79, 0.2);
}

.dealsTimeline > ul > li > div > .item.expired > div{
	border-color:#f34235;
	background-color:rgba(243, 66, 53, 0.2);
}

.dealsTimeline > ul > li > div > .item > div > table{
	/* feladatoknal */
	width:100%;
}

.dealsTimeline > ul > li > div > .item > div > table tr > td{
	vertical-align:top;
}

.dealsTimeline > ul > li > div > .item > div > table tr > td:first-child{
}

.dealsTimeline > ul > li > div > .item > div > table tr > td:last-child{
	width:180px;
	text-align:right;
}

.dealsTimeline > ul > li > div > .item > div > table tr > td:last-child > img{
	width:120px;
}

/* */

.dealsStatus{
}

.dealsStatus > ul{
	float:left;
	width:100%;
	border:1px solid #fe5621;
	padding:0px;
	margin:0px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.dealsStatus > ul > li{
	float:left;
	
	background-color:rgba(254, 86, 33, 0.1);
	
	padding:0px;
	margin:0px;
	text-align:center;
}

.dealsStatus > ul > li:first-child{
	width:30%;
}

.dealsStatus > ul > li:nth-child(2){
	width:30%;
}

.dealsStatus > ul > li:last-child{
	width:40%;
}

.dealsStatus > ul > li:before{
	display:none;
}

.dealsStatus > ul > li.active{
	background-color:#fe5621;
}

.dealsStatus > ul > li > div{
	border-right:1px solid #fe5621;
}

.dealsStatus > ul > li:last-child > div{
	border-right:0px;
}



.dealsStatus div.item > a{
	display:block;
	color:#363f45;
	padding-top:10px;
	padding-bottom:10px;
}

.dealsStatus div.item > a:hover{
	background-color:rgba(254, 86, 33, 0.3);
}

.dealsStatus div.item > a > span{
	display:table;
	margin:auto;
}

.dealsStatus div.item > a > span > span{
	display:table-cell;
	vertical-align:middle;
}

.dealsStatus div.item > a > span > span > i{
	font-size:22px;
	font-weight:700;
}

.dealsStatus div.item > a > span > span > span{
	font-weight:bold;
	font-size:14px;
	line-height:1em;
	padding-left:5px;
	text-transform:uppercase;
}

.dealsStatus > ul > li.active > div > a > span > span{
	color:#ffffff;
}



.dealsStatus > ul > li > div > ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}

.dealsStatus > ul > li > div > ul > li{
	float:left;
	width:50%;
	padding:0px;
	margin:0px;
}

.dealsStatus > ul > li > div > ul > li:before{
	display:none;
}

.dealsStatus > ul > li > div > ul > li.active{
	background-color:#fe5621;
}

.dealsStatus > ul > li > div > ul > li > div{
	border-right:1px solid #fe5621;
}

.dealsStatus > ul > li > div > ul > li:last-child > div{
	border-right:0px;
}

.dealsStatus > ul > li > div > ul > li:first-child > div > a i{
	color:#83b845;
}

.dealsStatus > ul > li > div > ul > li:last-child > div > a i{
	color:#f34235;
}

.dealsStatus > ul > li > div > ul > li.active > div > a,
.dealsStatus > ul > li > div > ul > li.active > div > a i{
	color:#ffffff;
}

/* */

table.dealsDetailsTable{
	width:100%;
}

table.dealsDetailsTable tr{
}

table.dealsDetailsTable tr td{
	/*
	width:50%;
	*/
	border-bottom:2px solid #ffffff;
	background-color:#ebecf2;
	padding:10px 20px 10px 20px;
}

table.dealsDetailsTable tr td:first-child{
	font-weight:bold;
}


table.carsRentsTable{
	width:100%;
}

table.carsRentsTable tr{
}

table.carsRentsTable tr:not( table.carsRentsTable table tr ):first-child td{
	font-weight:bold;
}

table.carsRentsTable tr td{
	border-bottom:2px solid #ffffff !important;
	background-color:#ebecf2;
	padding:10px 20px 10px 20px;
	position:relative;
}

table.carsRentsTable table{
	width:100%;
}

table.carsRentsTable table tr td{
	width:50% !important;
	border-bottom:0px !important;
	padding:0 !important;
}

table.carsRentsTable table tr:first-child td{
	padding-bottom:10px !important;
}

table.carsRentsTable tr td a{
	color:#fe5621;
}

table.carsRentsTable tr.carsRentsTableHead td i.fa-info-circle{
	position:absolute;
	top:7px;
	right:0px;
	font-size:12px;
}

table.carsRentsTable tr.carsRentsTableRow td i.fa-info-circle{
	font-size:1em !important;
	margin-right:.5em !important;
	vertical-align:baseline;
}

table.carsRentsTable tr.carsRentsTableRow td i.fa-trash{
	font-size:1em !important;
	margin-right:0 !important;
	vertical-align:baseline;
}

table.carsRentsTable tr.carsRentsTableRow td span.label{
	position:absolute;
	top:50%;
	right:0px;
	transform:translate( 0%, -50% );
	display:inline-block;
	text-transform:uppercase;
}

/* */

.select2-container--default .select2-selection--multiple ul.select2-selection__rendered{
	font-size:0px;
	line-height:0px;
}

.select2-container--default .select2-selection--multiple li{
	min-height:24px;
}

.select2-container--default .select2-selection--multiple li.select2-selection__choice{
	font-size:14px;
	line-height:1em;
	border:none;
	background-color:#ebecf2;
	padding:0px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

.select2-container--default .select2-selection--multiple li.select2-selection__choice > span.select2-selection__choice__remove{
	width:20px;
	color:#ffffff;
	background-color:#fe5621;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.select2-container--default .select2-selection--multiple li.select2-selection__choice > span.select2-selection__choice__remove:hover{
	background-color:#f34235;
}

.select2-container--default .select2-selection--multiple li.select2-selection__choice > span.lbl{
	display:inline-block;
	padding:5px 12px 5px 7px;
}

/* */

.morris-hover.morris-default-style{
	border:1px solid #8ac249;
	background-color:#ffffff;
	border-radius:0px;
	padding:0px;
}

.morris-hover.morris-default-style > .morris-hover-row-label{
	font-size:14px;
	color:#ffffff;
	background-color:#8ac249;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px 0px 10px 0px;
}

.morris-hover.morris-default-style > .morris-hover-point{
	padding-right:10px;
	padding-left:10px;
	margin:0px;
}

.morris-hover.morris-default-style > .morris-hover-point:last-of-type{
	padding-bottom:10px;
}

/* */

.carsDetailsAttachmentsGallery{
	padding-top:10px;
}

.carsDetailsAttachmentsGallery > ul{
	display:inline-block;
	width:100%;
	padding:0px;
	margin:0px;
}

.carsDetailsAttachmentsGallery > ul > li{
	float:left;
	width:33.3333%;
	padding:0px;
	margin:0px;
}

.carsDetailsAttachmentsGallery > ul > li.more{
	display:none;
	opacity:0;
}

.carsDetailsAttachmentsGallery > ul > li:before{
	display:none;
}

.carsDetailsAttachmentsGallery > ul > li > div{
	padding:1px;
}

.carsDetailsAttachmentsGallery > ul > li > div > a > img{
	width:100%;
}

/* */

.carsListTable tr.bgRed > td{
	border-top:1px solid rgba(255, 0, 0, 0.3)!important;
	border-bottom:1px solid rgba(255, 0, 0, 0.3)!important;
	background-color:rgba(255, 0, 0, 0.15);
}

.carsListTable tr.bgYellow > td{
	border-top:1px solid rgba(255, 255, 0, 1)!important;
	border-bottom:1px solid rgba(255, 255, 0, 1)!important;
	background-color:rgba(255, 255, 0, 0.25);
}

.carsListTable tr.bgCarInland > td{
	border-top:1px solid rgba(0, 0, 255, 0.2)!important;
	border-bottom:1px solid rgba(0, 0, 255, 0.2)!important;
	background-color:rgba(242, 249, 255, 1);
}

/* */

form .row .doubleCheck{
	position:relative;
}

form .row .doubleCheck > .results{
	position:absolute;
	top:calc( 100% + 2px );
	left:0px;
	width:100%;
	border-top:1px solid #e6e7ed;
	border-right:1px solid #e6e7ed;
	border-bottom:1px solid #e6e7ed;
	background-color:#ffffff;
	z-index:100;
}

form .row .doubleCheck > .results > p{
	color:#ffffff;
	border-bottom:1px solid #e6e7ed;
	background-color:#fe5621;
	padding:10px 15px 10px 15px;
	pointer-events:none;
}

form .row .doubleCheck > .results > ul{
	padding:0px;
	margin:0px;
}

form .row .doubleCheck > .results > ul > li{
	border-bottom:1px solid #e6e7ed;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

form .row .doubleCheck > .results > ul > li:last-child{
	border:none;
}

form .row .doubleCheck > .results > ul > li:before{
	display:none;
}

form .row .doubleCheck > .results > ul > li > a{
	display:block;
	color:#363f45;
	border-left:3px solid #fe5621;
	background-color:#f2f9ff;
	padding:10px 15px 10px 15px;
}

form .row .doubleCheck > .results > ul > li > a:hover{
	color:#ffffff;
	background-color:#fe5621;
}

/* lapozo */

.pagination li.inactive{
	opacity:0.3;
}

/* */

.invoiceCreateWrap{
	position:relative;
}

.invoiceCreateWrap.ajaxLoading:after{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba( 0, 0, 0, 0.3 );
	background-image:url('../img/ajax-loader.gif');
	background-size:50px 50px;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:10000;
	content:"";
}

.invoiceCreateWrap .fa{
	vertical-align:bottom;
}

/* */

aside nav > ul > li{
	position:relative;
}

aside nav > ul > li > span.count{
	display:inline-block;
	position:absolute;
	top:13px;
	right:10px;
	width:25px;
	height:25px;
	line-height:25px;
	color:#ffffff;
	font-weight:bold;
	background-color:#fe5621;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	text-align:center;
	pointer-events:none;
}

@media screen and (max-width:991px){
	aside nav > ul > li > span.count{
		top:-5px;
		right:-5px;
		margin-top:0px;
	}
}


.search_form_wrap input[type=text],
.search_form_wrap select.js-select + .select2 > span > span{
	border-left-color:#cccccc !important;
}

.search_form_wrap select.js-select.activeFilter + .select2 > span > span{
	border-left-color:#fe5621 !important;
}


