@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@font-face {
    font-family: "Orbitron";
    src: url('fonts/Orbitron-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Orbitron-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Orbitron-Bold.woff2') format('woff'), /* Modern Browsers */
    url('fonts/Orbitron-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('fonts/Orbitron-Bold.svg') format('svg'); /* Legacy iOS */
}
.search{
	margin:0px 0px 6px 0px;
	display:block;
	overflow:hidden;
	width:100%;
}
.searchb{
	margin:0px 0px 0px 0px;
	display:block;
	overflow:hidden;
	width:100%;
}
.search-form{
	margin:0px 0px 10px 0px;
	display:block;
	overflow:hidden;
	width:100%;
}
.searchbar{
	margin:0px 0px 6px 0px;
	display:block;
	width:100%;
}
.searchbarb{
	padding:0px;
	margin:0px 0px 0px 0px;
	display:block;
	width:100%;
}
.filters{
	margin:0px 0px 8px 0px;
	display:block;
	overflow:hidden;
	width:100%;
	position:relative;
}
#filter-manufacturers{
	display:none;
	padding:10px 40px 5px 10px;
	position:absolute;
	top:72px;
	left:0px;
	z-index:1000;
	border:1px solid #0e24a5;
	background: rgb(196,196,196);
	background: linear-gradient(0deg, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);
}
#filter-towns{
	display:none;
	padding:10px 40px 5px 10px;
	position:absolute;
	top:72px;
	left:0px;
	z-index:1000;
	border:1px solid #0e24a5;
	background: rgb(196,196,196);
	background: linear-gradient(0deg, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);
}
#filter-parts{
	display:none;
	padding:10px 40px 5px 10px;
	position:absolute;
	top:106px;
	left:0px;
	z-index:1000;
	border:1px solid #0e24a5;
	background: rgb(196,196,196);
	background: linear-gradient(0deg, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);
}
.filter-parts{
	width:100px;
	display:block;
	padding:10px 40px 5px 10px;
	z-index:1000;
	border:1px solid #0e24a5;
	background: rgb(196,196,196);
	background: linear-gradient(0deg, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);
}
.ui-menu{
	padding:10px;
	width:auto;
	background:#fff;
	border:2px solid #2d49f0;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	transition: all 0.6s ease;
}
.ui-menu-item{
	margin-bottom:5px;
}
.ui-menu-item strong{
	color:#2d49f0;
}
.ui-menu-item:hover{
	cursor:pointer;
	color:#2d49f0;
	font-weight:bold;
}
.ui-autocomplete-input{
	padding:10px 8px;
	width:300px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	background-color:rgba(255, 255, 255, 1);
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("../images/icons/search.png");
	border:1px solid #0e24a5;
}
.ui-datepicker {
	width: 18em;
	padding: 0;
	display: none;
	background:#fff;
	border:1px solid #0e24a5;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	border-bottom:1px solid #0e24a5;
	background: rgb(196,196,196);
	background: linear-gradient(0deg, rgba(225,225,225,1) 0%, rgba(255,255,255,1) 100%);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("../images/icons/prev.png");
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("../images/icons/next.png");
}
.ui-datepicker .ui-datepicker-prev-hover {

}
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
	color:#0e24a5;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
.ui-state-default{
	background:#efefef;
	border:1px solid #ababab;
}
.ui-state-highlight{
	background:#fff9c3;
}
.ui-state-active{
	background:#0faf19;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.miniform{
		margin:0px 0px 0px 0px;
		padding:0px;
		display:block;
		overflow:hidden;
		width:238px;
		background:#2d49f0;
		border:1px solid #333;
}
.miniform p{
	margin:10px 10px 10px 10px;
	font-family: "Orbitron";
	color:#fff;
}
.miniform .mini-text-input{
		width:86%;
      float:left;
      clear:right;
      display:block;
      padding:5px;
		background:#efefef;
		border:1px solid #0e24a5;
		font-size:12px;
		font-family: 'Roboto', sans-serif;
		margin:0px 10px 5px 10px;
}
.miniform .mini-submit{
	float:left;
   clear:right;
   display:block;
   padding:5px 10px 5px 10px;
	font-size:12px;
	font-family: "Orbitron";
	margin:2px 10px 10px 10px;
	color:#c81818;
	background: rgb(196,196,196);
	background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
	border:1px solid #0e24a5;
   font-size:15px;
   text-transform:uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}
.miniform .mini-submit:hover{
	background: rgb(196,196,196);
	background: linear-gradient(180deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
	color: #b10b0b;
	border-radius:4px;
}
#forum-topic-post{

}
.forme{
	margin:0px 0px 10px 0px;
	width:100%;
	display:block;
	overflow:hidden;
}
.forme h4{
		margin-top:10px;
		margin-bottom:5px;
		color:#565656;
}
.forme h4.tblue{
	color:#2d49f0;
}
#adBanner{
	margin:10px 0px;
	width:60%;
	aspect-ratio: 300/31;
	display:block;
	overflow:hidden;
	border:1px solid #0e24a5;
	background-image: url("../images/adtop.jpg");
	background-repeat:no-repeat;
	background-size: contain;
	transition: all 0.5s ease;
}
#adBanner:hover{
	background-image: url("../images/adtoph.jpg");
	cursor:pointer;
}
#adBanner.adtophov{
	background-image: url("../images/adtoph.jpg");
}
.advertsHolder{
	width:60%;
	display:flex;
	justify-content:space-between;
	vertical-align:top;
	position: relative;
	overflow:hidden;
}
#adLeft{
	width:18%;
	aspect-ratio: 37/110;
	display:block;
	overflow:hidden;
	border:1px solid #0e24a5;
	background-image: url("../images/adleft.jpg");
	background-repeat:no-repeat;
	background-size: contain;
	transition: all 0.5s ease;
}
#adLeft:hover{
	background-image: url("../images/adlefth.jpg");
	cursor:pointer;
}
#adLeft.adlefthov{
	background-image: url("../images/adlefth.jpg");
}
#adRight{
	width:18%;
	aspect-ratio: 37/110;
	display:block;
	overflow:hidden;
	border:1px solid #0e24a5;
	background-image: url("../images/adright.jpg");
	background-repeat:no-repeat;
	background-size: contain;
	transition: all 0.5s ease;
}
#adRight:hover{
	background-image: url("../images/adrighth.jpg");
	cursor:pointer;
}
#adRight.adrighthov{
	background-image: url("../images/adrighth.jpg");
}
#adMiddle{
	width:58%;
	display:block;
	overflow:hidden;
	padding-top:80px;
	border:1px solid #0e24a5;
	background-repeat:no-repeat;
	background-size: cover;
	text-align:center;
}
#adMiddle.madvt{
	background-image: url("../images/madvt.jpg");
}
#adMiddle.madvl{
	background-image: url("../images/madvl.jpg");
}
#adMiddle.madvr{
	background-image: url("../images/madvr.jpg");
}
.input-holder{
		width:100%;
		display:block;
		overflow:hidden;
}
.input-holder-left{
		width:auto;
		display:inline-block;
		float:left;
		clear:right;
}
.input-holder-right{
		width:auto;
		display:inline-block;
}
.pass {
	position: relative;
}
.pass span {
	width:25px;
	height:18px;
	margin:6px 20px 0px 0px;
	position: absolute;
   top: 0;
   right: 0;
   border: none;
   background-color: transparent;
   cursor: pointer;
}
#pchka, #pchkb, #pchkc, #pchkd{
		display:block;
		font-family: 'Roboto', sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#565656;
}
#pchkd{
		margin-bottom:6px;
}
#pchka.pgreen, #pchkb.pgreen, #pchkc.pgreen, #pchkd.pgreen{
		color:#068d0e;
}
.input-holder-large{
		width:50%;
		display:inline-block;
		float:left;
		clear:right;
}
.input-holder-checker{
		width:260px;
		display:inline-block;
		float:left;
		clear:right;
		padding-top:3px;
}
.forme label{
		margin:0px 4px 4px 0px;
      padding:2px 4px 0px 0px;
		float: left;
    	clear:both;
		text-align: right;
		display: inline-block;
		width: 14em;
		font-size:14px;
		font-family: 'Titillium Web', sans-serif;
		color:#363636;
}
.forme .text-input, .forme .text-input-small, .forme .text-input-time{
      float:left;
      clear:right;
      padding:6px;
		width:236px;
      display:block;
		background:#efefef;
		border:1px solid #0e24a5;
		font-size:14px;
		font-family: 'Roboto', sans-serif;
		margin:0px 11px 5px 0px;
}
.text-input-tech{
      padding:6px;
		width:236px;
      display:block;
		background:#efefef;
		border:1px solid #0e24a5;
		font-size:14px;
		font-family: 'Roboto', sans-serif;
		margin:10px auto 10px auto;
}
.forme .text-input-small{
		width:	160px;
		margin:0px 4px 5px 0px;
		background-repeat:no-repeat;
		background-position:right center;
		background-image:url("../images/icons/clndr.png");
}
.forme .text-input-small:hover{
	cursor:pointer;
}
.forme .text-input-time{
		width:100px;
}
.forme .text-input-pop{
      padding:6px;
		width:90%;
      display:block;
		background:#efefef;
		border:1px solid #0e24a5;
		font-size:14px;
		font-family: 'Roboto', sans-serif;
		margin:0px auto 5px auto;
}
.forme .text-area-pop{
      padding:6px;
		width:90%;
		height:200px;
      display:block;
		background:#efefef;
		border:1px solid #0e24a5;
		font-size:14px;
		font-family: 'Roboto', sans-serif;
		margin:0px auto 5px auto;
}
.forme .text-input-full{
      padding:6px;
		width:90%;
      display:block;
		background:#efefef;
		border:1px solid #0e24a5;
		font-size:14px;
		font-family: 'Roboto', sans-serif;
		margin:0px 10px 5px 0px;
}
.forme .text-input-green, .text-input-green{
		border: 2px solid #068d0e;
}
.forme .text-small-green{
		border: 2px solid #068d0e;
}
.forme .text-area-full{
      padding:6px;
		width:90%;
		height:200px;
      display:block;
		background:#efefef;
		border:1px solid #0e24a5;
		font-size:14px;
		font-family: 'Roboto', sans-serif;
		margin:0px 10px 5px 0px;
		resize: none;
}
.forme .text-area-green{
		border: 1px solid #068d0e;
		box-shadow: inset 0 0 2px #068d0e;
}
.forme .error-input, .error-input{
		border: 2px solid #c81818;
		color:#c81818;
}
.forme .text-input .error-input::placeholder{
		color:#c81818;
}
.text-input-large{
		width:500px;
}
.forme .text-area{
      float:left;
      clear:right;
      padding:4px;
		background:#efefef;
		border:1px solid #8ac6d7;
		font-size:12px;
		font-family:OpenSans, sans-serif;		
		margin:0px 5px 5px 0px;
		width:500px;
		height:200px;
		resize: none;
}
#tbar{
	display:block;
	overflow:hidden;
   margin:0px;
   width:240px;
   background-image:url(../images/icons/t0.png);
   background-position:left center;
   background-repeat:no-repeat;
   height: 30px;
}
.verifyFeed{
		float:left;
		clear:right;
		display:inline-block;
   	width:32px;
		height:32px;
		margin:2px 0px 0px 2px;
}
.verifyFeed.vfalse{
		background:url('../images/icons/vf.jpg') left top no-repeat;
}
.verifyFeed.vtrue{
		background:url('../images/icons/vf.jpg') -32px top no-repeat;
}
.submit-button-nf, .submit-button-nrf, .submit-button-nfe, .submit-button-ppp, .submit-button-rs, .submit-button-pwc, .submit-button-cu, .submit-button, .submit-button-post{
   padding:7px 14px;
	text-decoration:none;
   display:inline-block;
   padding:5px 10px 5px 10px;
	font-size:12px;
	font-family: "Orbitron";
	margin:2px auto 10px auto;
		color:#0e24a5;
	background: rgb(196,196,196);
	background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
	border:1px solid #0e24a5;
   font-size:15px;
   text-transform:uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
} 
.submit-button{
   margin:2px 10px 10px 0px;
}
.submit-button-post{
   margin:0px 0px 10px 0px;
   padding:6px 14px;
}
.submit-button-nf:hover, .submit-button-nrf:hover, .submit-button-nfe:hover, .submit-button-rs:hover, .submit-button-rs:hover, .submit-button-cu:hover, .submit-button:hover{
    	cursor:pointer;
    	opacity:0.6;
}
.sales-cell-info .submit-button{
		margin:10px auto 0px auto;
		float:none;
		display:block;
		width:100%;
}
.select-div-button .submit-button{
    	margin:0px 0px 0px 10px;
    	padding:4px 14px 5px 14px;
	 	text-decoration:none;
		color:#fff;
    	background:#4bacc8;
		border:1px solid #868686;
    	float:left;
    	font-size:15px;
    	text-transform:uppercase;
		font-family: 'Open Sans', sans-serif;
} 
.submit-button-x{
    	margin:0px 0px 0px 10px;
    	padding:0px 4px 0px 3px;
	 	text-decoration:none;
		color:#fff;
    	background:#4bacc8;
		border:1px solid #999999;
    	font-size:14px;
    	text-transform:uppercase;
		font-family: 'Open Sans', sans-serif;
} 
.submit-button-b{
		float:left;
		clear:right;
		display:block;
   	padding:5px 10px 5px 10px;
		font-size:12px;
		font-family: "Orbitron";
		margin:0px 10px 0px 0px;
		color:#0e24a5;
		background: rgb(196,196,196);
		background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		border:1px solid #0e24a5;
   	font-size:15px;
   	text-transform:uppercase;
		cursor: pointer;
		transition: all 0.3s ease;
}
.submit-button-l{
		float:left;
		clear:right;
		display:block;
   	padding:5px 10px 5px 10px;
		font-family: "Orbitron";
		margin:0px 10px 0px 0px;
		color:#0e24a5;
		background: rgb(196,196,196);
		background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		border:1px solid #0e24a5;
   	font-size:17px;
   	text-transform:uppercase;
		cursor: pointer;
		transition: all 0.3s ease;
}  
.submit-button-f{
		float:left;
		clear:right;
		display:block;
   	padding:5px 10px 5px 10px;
		font-size:12px;
		font-family: "Orbitron";
		margin:0px 8px 0px 0px;
		color:#0e24a5;
		background: rgb(196,196,196);
		background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		border:1px solid #0e24a5;
   	font-size:12px;
   	text-transform:uppercase;
		cursor: pointer;
		transition: all 0.3s ease;
}  
.submit-button-b a{
		color:#0e24a5;
}
.submit-button-b:hover, .submit-button-l:hover, .submit-button-f:hover, .submit-button:hover, .submit-button-post:hover{
		background: rgb(196,196,196);
		background: linear-gradient(180deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		color:#0e24a5;
		border-radius:4px;
		opacity:0.6;
}
.submit-button-l.green, .submit-button-f.green, .submit-button-f.green:hover{
		background: rgb(16,202,28);
		background: linear-gradient(0deg, rgba(10,119,18,1) 0%, rgba(16,202,28,1) 100%);
		color:#fff;
}
.submit-button-r{
    	margin:10px 0px 0px 0px;
    	padding:5px 8px 5px 8px;
	 	text-decoration:none;
		color:#fff;
    	background:#4bacc8;
		border:1px solid #999999;
    	font-size:14px;
    	text-transform:uppercase;
		font-family: 'Open Sans', sans-serif;
		float:left;
} 
.submit-button-r:hover{
    	cursor:pointer;
    	opacity:0.6;
}
.submit-add-cat{
		margin-top:0px;
}
.info-button, .event-button, .use-button, .lic-button, .link-button, .info-button-unwatch, .forum-button-reply, .forum-button-reg, .forum-button-log{
		float:right;
		display:block;
   	padding:5px 10px 5px 10px;
		font-size:12px;
		font-family: "Orbitron";
		margin:0px 20px 0px 0px;
		color:#0e24a5;
		background: rgb(196,196,196);
		background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		border:1px solid #0e24a5;
   	font-size:12px;
   	text-transform:uppercase;
		cursor: pointer;
		transition: all 0.3s ease;
}
.forum-button-reply{
	margin-right:0px;
	margin-bottom:10px;
}
.forum-button-reg{
	margin-right:0px;
	margin-bottom:10px;
}
.forum-button-log{
	margin-right:10px;
	margin-bottom:10px;
}
.forum-lrg{
	float:left;
}
.forum-reply-form{
	display:none;
	width:100%;
}
.link-button{
		margin:0px 0px 0px 0px;
}
.lic-button{
	float:none;
	display:inline-block;
	margin:6px 4px 8px 0px;
}
.use-button{
		float:left;
		margin:0px 20px 10px 0px;
}
.info-button-serv, .info-button-text, .info-button-jobs, .info-button-forum, .info-button-forum-del{
		display:inline-block;
   	padding:5px 10px 5px 10px;
		font-size:12px;
		font-family: "Orbitron";
		margin:0px 10px 0px 0px;
		color:#0e24a5;
		background: rgb(196,196,196);
		background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		border:1px solid #0e24a5;
   	font-size:12px;
   	text-transform:uppercase;
		cursor: pointer;
		transition: all 0.3s ease;
}
.info-button-text, .info-button-jobs{
		margin:38px 20px 0px 0px;
}
.info-button-forum{
		margin:auto 20px 0px 0px;
		align-self: flex-end;
}
.info-button-forum-del{
		margin:0px 0px 0px 0px;
}
.view-button{
		float:right;
		display:block;
   	padding:5px 10px 5px 10px;
		font-size:12px;
		font-family: "Orbitron";
		margin:0px 0px 10px 0px;
		color:#0e24a5;
		background: rgb(196,196,196);
		background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		border:1px solid #0e24a5;
   	font-size:12px;
   	text-transform:uppercase;
		cursor: pointer;
		transition: all 0.3s ease;
}
.info-button:hover, .view-button:hover, .event-button:hover, .info-button-serv:hover, .info-button-text:hover, .info-button-jobs:hover, .use-button:hover, .lic-button:hover, .link-button:hover, .info-button-unwatch:hover, .info-button-forum:hover, .info-button-forum-del:hover, .forum-button-reply:hover, .forum-button-reg:hover, .forum-button-log:hover{
		background: rgb(196,196,196);
		background: linear-gradient(180deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		color:#0e24a5;
		border-radius:4px;
		opacity:0.6;
}
.info-current, .info-i-current{
	background:#0db318;
	color:#fff;
}
.forme .error{
		font-weight:bold;
		color:#c81818;
		margin:5px 0px 4px 0px;
		display:block;
}
.forme .inform{
		color:#565656;
		font-weight:normal;
}
.select-div-selector{
		width:100%;
		display:block;
		overflow:hidden;
}
.select-div-l{
		margin:0px 4px 1px 0px;
		padding:0px;
		position: relative;
		float: left;
		clear:right;
		display:block;
		width:254px;
		height:32px;
}
.sml{
		width:180px;
}
.qty{
		width:100px;
}
.lge{
		width:300px;
}
.select-div-l select{
		-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
		display:block;
		width: 100%;
		float: right;
		margin: 0px 0px 0px 0px;
    	padding: 5px 32px 6px 6px;
      -ms-word-break: normal;
      word-break: normal;
      cursor:pointer;    
		font-size:16px;
		font-family: "Orbitron";
		color:#0e24a5;
		background: rgb(196,196,196);
		background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		border:1px solid #0e24a5;
		transition: all 0.3s ease;
}
.select-div-l:after{
  width:13px;
  height:8px;
  content: '';
  background:url('../images/icons/down-icon.png') no-repeat;   
  right: 10px;
  /*Adjust for position however you want*/
  top: 12px;
  /*left line */
  position: absolute;
  pointer-events: none;
}
.select-div{
	margin:0px;
	padding:0px 0px 0px 0px;
	position: relative;
	float: left;
	clear:right;
	display:flex;
	justify-content:center;
	align-items:center;
	width:250px;
	height:33px;
}
.select-div:after{
  width:13px;
  height:8px;
  content: '';
  background:url('../images/icons/down-icon.png') no-repeat;   
  right: 10px;
  /*Adjust for position however you want*/
  top: 10px;
  /*left line */
  position: absolute;
  pointer-events: none;
}
.select-div select{
		-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
		display:block;
		width: 100%;
		float: right;
		margin: -4px 0px 0px 0px;
    	padding: 5px 32px 5px 6px;
      -ms-word-break: normal;
      word-break: normal;
      cursor:pointer;    
		font-size:14px;
		font-family: "Orbitron";
		color:#0e24a5;
		background: rgb(196,196,196);
		background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		border:1px solid #0e24a5;
		transition: all 0.3s ease;
}
.select-div select:hover, .select-div-l select:hover{
		background: linear-gradient(180deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
}
.select-div-ad{
		padding:0px;
		position: relative;
		float: left;
		clear:right;
		display:block;
		width:97%;
		height:34px;
}
.select-div-ad:after{
  width:13px;
  height:8px;
  content: '';
  background:url('../images/icons/down-icon.png') no-repeat;   
  right: 10px;
  /*Adjust for position however you want*/
  top: 11px;
  /*left line */
  position: absolute;
  pointer-events: none;
}
.select-div-ad select{
		-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
		display:block;
		width: 100%;
		float: right;
		margin: 0px 0px 5px 0px;
    	padding: 5px 32px 6px 6px;
      -ms-word-break: normal;
      word-break: normal;
      cursor:pointer;    
		font-size:14px;
		font-family: "Orbitron";
		color:#0e24a5;
		background: rgb(196,196,196);
		background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
		border:1px solid #0e24a5;
		transition: all 0.3s ease;
}
.select-div-ad select:hover{
		background: linear-gradient(180deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
}
select.green{
		background: rgb(16,202,28);
		background: linear-gradient(0deg, rgba(10,119,18,1) 0%, rgba(16,202,28,1) 100%);
		color:#fff;
}
select.red{
		border: 2px solid #c81818;
}
select.green option{
		color:#0e24a5;
}
.hdn{
		display:none;
}
.forme .select-div .select-input optgroup{
	display:block;
	margin:0px;
	padding-left:0px;
}
.select-mrg{
	margin-right:11px;
}
.select-renew{
	padding-top:6px;
	margin-right:10px;
}
#renew-div{
	display:none;
}
.select-div-button{
		margin:0px;
		padding:0px;
		width:auto;
		display:block;
		overflow:hidden;
}
.forme input[type="checkbox"], .dropper input[type="checkbox"] {
    display:none;
}
#selectB{
	display:none;
}
.lcheck{
      margin:0px 4px 4px 0px;
      padding:4px 4px 0px 0px;
		float:left;
		clear:right;
		text-align: left;
		display: inline-block;
		width:auto;
		font-family: 'Titillium Web', sans-serif;
		font-size:16px;
		color:#488596;
}
.forme input[type="checkbox"] + label {
		text-align:left;
		width:300px;
}
.forme input[type="checkbox"] + label span {
		float:left;
		clear:right;	
		display:inline-block;
		width:31px;
		height:31px;
		margin:-4px 8px 0 0;
		vertical-align:middle;
		background:url('../images/icons/check-icon-blank.png') left top no-repeat;
		cursor:pointer;
}
.forme input[type="checkbox"]:checked + label span {
    background:url('../images/icons/check-icon-blank.png') -31px top no-repeat;
}

/* The switch - the box around the slider */
.adv-switch-on, .adv-switch-off {
	margin:0px 0px 5px 0px;
	position: relative;
	display: flex;
  	align-items: center;
  	justify-content: center;
	width: 140px;
	height: 25px;
  	background-color: #767676;
	border:1px solid #0e24a5;
	color:#068d0e;
	text-align:center;
}
.adv-switch-on{
	background-color: #0db318;
}
.adv-switch-on p, .adv-switch-off p{
	margin-top:5px;
	display:block;
	padding:0px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
  	text-transform: uppercase;
  	color:#fff;
}
.acc-switch {
	margin:0px 0px 5px 0px;
	position: relative;
	display: block;
	width: 64px;
	height: 25px;
}
/* Hide default HTML checkbox */
.acc-check{
	opacity: 0;
	width: 0;
  	height: 0;
}
/* The slider */
.acc-slider {
  	position: absolute;
	display: flex;
  	cursor: pointer;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: #767676;
	border:1px solid #0e24a5;
	transition: all 0.3s ease;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}
.acc-slider:before {
	position: absolute;
  	content: "OFF";
	align-content: center;
	padding-top:3px;
  	height: 18px;
  	width: 34px;
  	left: 1px;
  	top: 1px;
  	bottom: 2px;
	background: rgb(196,196,196);
	background: linear-gradient(0deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
	transition: all 0.3s ease;
}
.acc-slider:hover:before {
		background: rgb(196,196,196);
		background: linear-gradient(180deg, rgba(196,196,196,1) 0%, rgba(255,255,255,1) 100%);
}
input:checked + .acc-slider {
  background-color: #0db318;
	color:#068d0e;
}
input:focus + .acc-slider {
}
input:checked + .acc-slider:before {
  	content: "ON";
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.forum-reply-comment{
      padding:6px;
		width:100%;
		height:150px;
      display:block;
		background:#efefef;
		border:1px solid #0e24a5;
		font-size:14px;
		font-family: 'Roboto', sans-serif;
		margin:0px 0px 5px 0px;
		resize: none;
}
.dropper input[type="checkbox"] + label {
		text-align:left;
}
.dropper input[type="checkbox"] + label span {
		float:left;
		clear:right;	
		display:inline-block;
		width:20px;
		height:20px;
		margin:3px 12px 0 0;
		vertical-align:middle;
		background:url('../images/icons/check-icon-small.png') left top no-repeat;
		cursor:pointer;
}
.dropper input[type="checkbox"]:checked + label span {
		background:url('../images/icons/check-icon-small.png') -20px top no-repeat;
}
.form-filter-manufacturer, .form-filter-part, .form-filter-town {
		margin:0px 0px 6px 0px;
		display:block;
		font-family: 'Roboto', sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:1.4em;
		color:#0e24a5;
		display: grid;
  		grid-template-columns: 1.6em auto;
  		gap: 0.9em;
}
.form-filter-manufacturer:hover, .form-filter-part:hover, .form-filter-town:hover{
		opacity:0.6;
		cursor:pointer;
}
.form-filter-manufacturer input[type="checkbox"], .form-filter-part input[type="checkbox"], .form-filter-town input[type="checkbox"] {
	-webkit-appearance: none;
   appearance: none;
   background-color: #fff;
   margin: 0;
   font: inherit;
   color: currentColor;
   width: 1.5em;
   height: 1.5em;
   border: 0.1em solid currentColor;
   transform: translateY(-0.075em);
   display: grid;
   place-content: center;
}

.form-filter-manufacturer input[type="checkbox"]:hover, .form-filter-part input[type="checkbox"]:hover, .form-filter-town input[type="checkbox"]:hover{
		border-radius:4px;
}
.form-filter-manufacturer input[type="checkbox"]::before, .form-filter-part input[type="checkbox"]::before, .form-filter-town input[type="checkbox"]::before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 80ms transform ease-in-out;
  box-shadow: inset 1em 1em #0faf19;
}
.form-filter-manufacturer input[type="checkbox"]:checked::before, .form-filter-part input[type="checkbox"]:checked::before, .form-filter-town input[type="checkbox"]:checked::before  {
  transform: scale(1);
}
.check-label{
	width:260px;
	display:inline-block;
}
.forme label.check-sub, .forme label.check-term{
		margin:0px 4px 4px 0px;
      padding:2px 4px 0px 0px;
		float: left;
    	clear:both;
		text-align: left;
		display: block;
		width: 18em;
		font-size:14px;
		font-family: 'Titillium Web', sans-serif;
		color:#0e24a5;
}
.forme label.check-sub, .forme label.check-term{
		margin:0px 0px 6px 0px;
		display:block;
		font-family: 'Roboto', sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:1.4em;
		color:#0e24a5;
		display: grid;
  		grid-template-columns: 1.6em auto;
  		gap: 0.9em;
}
.check-sub input[type="checkbox"], .check-term input[type="checkbox"]{
	-webkit-appearance: none;
   appearance: none;
   background-color: #fff;
   margin: 0;
   font: inherit;
   color: currentColor;
   width: 1.5em;
   height: 1.5em;
   border: 0.1em solid currentColor;
   transform: translateY(-0.075em);
   display: grid;
   place-content: center;
}
.check-sub input[type="checkbox"]:hover, .check-term input[type="checkbox"]:hover{
		border-radius:4px;
		cursor:pointer;
}
.check-sub input[type="checkbox"]::before{
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 80ms transform ease-in-out;
  box-shadow: inset 1em 1em #0faf19;
}
.check-sub input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.check-term input[type="checkbox"]::before{
  content: "\2713";
  color: #0c9315;
  font-weight:bold;
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 80ms transform ease-in-out;
  position: relative;
  top: -4px;
  left: 3px;
}
.check-term input[type="checkbox"]:checked::before {
  transform: scale(1.3);
}
#bcategories, #bareas{
	margin-bottom:10px;
}
#loaded-filter-manufacturer span, #loaded-filter-part span, #loaded-cat span, #loaded-filter-town span, #bcategories span, #bareas span{
		float:left;
		clear:right;
		display:inline-block;
		position: relative;
   	padding:5px 26px 5px 6px;
		font-size:12px;
		font-family: "Orbitron";
		margin:0px 4px 0px 0px;
		background: rgb(16,202,28);
		background: linear-gradient(0deg, rgba(10,119,18,1) 0%, rgba(16,202,28,1) 100%);
		color:#fff;
		border:1px solid #0e24a5;
   	font-size:12px;
		cursor: pointer;
		transition: all 0.3s ease;
}
#bcategories span, #bareas span{
	float:none;
}
#loaded-filter-manufacturer span::after,
#loaded-filter-manufacturer span::before,
#loaded-filter-town span::after,
#loaded-filter-town span::before,
#loaded-filter-part span::after,
#loaded-filter-part span::before,
#loaded-cat span::after,
#loaded-cat span::before,
#bcategories span::after,
#bcategories span::before,
#bareas span::after,
#bareas span::before {
		content: '';
		height: 13px; /* tweak this change the size of the X */
		top:50%;
		width: 2px; /* tweak this change the thickness of the X */
		background: #fff; /* change this change the color of the X */
		-webkit-transform:translate(-50%,-50%) rotate(45deg);
		-ms-transform:translate(-50%,-50%) rotate(45deg);
		-o-transform:translate(-50%,-50%) rotate(45deg);
		transform:translate(-50%,-50%) rotate(45deg);
		position: absolute;
		right: 10px;
		transition: all ease-in-out 0.3s;
}
#loaded-filter-manufacturer span::before, #loaded-filter-part span::before, #loaded-cat span::before, #loaded-town span::before, #bcategories span::before, #bareas span::before {
    transform: translate(-50%,-50%) rotate(-45deg);
}
#loaded-filter-manufacturer span:hover, #loaded-filter-part span:hover, #loaded-cat span:hover, #loaded-town span:hover, #bcategories span:hover, #bareas span:hover {
		cursor:pointer;
		opacity:0.6;
		border-radius:4px;
}
.fright{
	float:right;
}
#completeRegistration{
		display:none;
}
.newsUploader{
		display:none;
}
#salesTypDiv, #salesManDiv, #salesPartDiv, #salesSerial, #salesManOther, #salesPartOther, #salesfour, #submit-sales-save, .sale-text{
		display:none;
}
.salesParts{
	margin-top:2px;
}
#bs10, #bs11, #bs12, #bs13, #bs14, #bs15, #bs16, #bs17, #bs18{
		display:none;
}
#showDirectoryForm, #showBusOne, #showBusTwo, #showNextButtons, #showBusThree, #showNextCounties, #showBusFour{
		display:none;
}
#noads{
	opacity:0;
}
#ac19, #ac20, #ac21, #ac22, #ac23, #ac24, #ac25, #ac26, #ac27, #ac28, #ac29, #ac30{
		display:none;
}
#salesfour{
		opacity:0.4;
}
.opc{
	opacity:0.4;
}
@media only screen and (max-width: 915px) {
	.submit-button, .submit-button-b, .view-button{
		padding:8px 10px 5px 10px;
	}
	.submit-button-l{
		padding:8px 10px 5px 10px;
	}
 	.miniform{
		width:230px;
	}
}

@media only screen and (max-width: 479px) {
	.input-holder-large{
		width:100%;
	}
//	.forme .text-area-full{
//      padding:6px;
//		width:100%;
//		height:200px;
//      display:block;
//		background:#efefef;
//		border:1px solid #0e24a5;
//		font-size:14px;
//		font-family: 'Roboto', sans-serif;
//		margin:0px 10px 5px 0px;
//	}
}

