@charset "utf-8";
/* GLOBAL RESETS
**********************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend{margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent; resize:none}
body {line-height:1}
a, a:hover {text-decoration:none; outline:none}
a:active, a:focus {outline:0} 
img {border:none; vertical-align:-2px}

a.blackLink{color:#000000!important}
a.blackLink:hover {text-decoration:underline}

/* DEFAULT FORM STYLING */
input[type="radio"], input[type="checkbox"] {vertical-align:-2px}
textarea {resize:none}
input {visibility:visible; outline:none}

/* INDIVIDUAL RESET */
.reset {list-style:none; padding:0; margin:0}

/* FLOATS */
.lf {float:left} .rf {float:right}

/* CLEAR FLOAT */
.clear {clear:both; padding:0; margin:0; overflow:hidden; height:0}

/* POSITION RELATIVE */
.rel {position:relative}

/* WIDTH 100% */
.fullwid {width:100%}

/* DISPLAY INLINE */
.inline {display:inline}

/* font SIZES */
.vsmlTxt {font-size:10px}
.smlTxt {font-size:11px}
.paraTxt {font-size:12px}
.bigTxt {font-size:14px}

/*font WEIGHTS */
.strong {font-weight:bold} 
.normTxt, .normTxt a {font-weight:normal}

/* OVERFLOW-HIDDEN */
.ovfl-hidden {overflow:hidden}

/* TEXT ALIGN */
.centerAll {text-align:center}
.rightAlign {text-align:right}
.leftAlign {text-align:left}
.justfy {text-align:justify}

/* NO MARGIN */
.nomargin {margin:0}
.lftmargin {margin-left:0}
.rgtmargin {margin-right:0}

/*HTML5 Reset*/
header,footer,aside,article,nav,hgroup,section {display:block}

.error{color:#ff0000}

.block { display: block; }
form.cmxform div.error { display: none; }	
form.cmxform div.error, div.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic; font-size:14px
}


.success{margin-right:5px;color:#4B7E28;}
.confirmationaccept {
	margin-right:5px;
	background:#e5f7e3 url(images/check.gif) no-repeat;
	background-position:7px 7px;
	border:1px solid #c5e1c8;
	font-weight:700;
	color:#005e20;
	/*width:auto;*/
	padding:6px 8px 8px 28px;
	
}


.confirmationerror{
	background:#ffebeb url(images/x.gif) no-repeat;
	background-position:7px 7px;
	border:1px solid #f5c1c2;
	font-weight:700;
	color:#9e0b0f;
	width:auto;
	padding:6px 8px 8px 28px;
}

div.container {
	margin: 5px;
	padding: 5px;
}
div.container p{ padding-left:20px; }
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
	padding:2px 0px 2px 0px;
}
div.container { display: none }
.container label.error {
	display: inline;
}
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}

.selectedLangInModel{background-color:#E8E8E8}
.ui-autocomplete{z-index:9999!important}

.ui-tooltip, .arrow:after {background: black;border: 2px solid white;}
.ui-tooltip {padding: 10px 20px;color: white;border-radius: 20px;font: bold 14px "Helvetica Neue", Sans-Serif;text-transform: uppercase;box-shadow: 0 0 7px black;}
.arrow {width: 70px;height: 16px;overflow: hidden;position: absolute;left: 50%;margin-left: -35px;bottom: -16px;}
.arrow.top {top: -16px;bottom: auto;}
.arrow.left {left: 20%;}
.arrow:after {content: "";position: absolute;left: 20px;top: -20px;width: 25px;height: 25px;box-shadow: 6px 5px 9px -9px black;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.arrow.top:after {bottom: -20px;top: auto;}

.size16{font-size:16px!important}

.auction-bid-tr-bg-red{background-color:#FFCFCF!important;color:#000}
.auction-bid-tr-bg-green{background-color:#CFFFCF!important;color:#000}
.auction-bid-tr-bg-yellow{background-color:#FFFF99!important;color:#000}

.current-auction-bid-bg-black {
	border-color: #4f4f4f;
	border-style: dashed;
	border-width: 4px;
}
.current-auction-bid-bg-red {
	border-color: #BC1919;
	border-style: dashed;
	border-width: 4px;
}
.current-auction-bid-bg-green {
	border-color: #297329;
	border-style: dashed;
	border-width: 4px;
}
.current-auction-bid-bg-yellow {
	border-color: #CCA302;
	border-style: dashed;
	border-width: 4px;
}
.size16{font-size:16px!important;color:#000000!important;}

body.modal-open .supreme-container{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}















/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 5px 0px ; border-top: solid 5px #297329;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

/* Credit to https://bootsnipp.com/snippets/bxDBA */

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
} 




