@import url(/ext/flags/flags-sprite.css);

.countrypicker,
.countrypicker-menu{
	
}

.countrypicker{
	display:inline-block;
	padding:5px 10px;
	padding-right:20px;
	position:relative;
	overflow:hidden;
	width:100%;
	background:#fff;
	text-align:left;
	color:#000;
	text-transform:none;
}
.countrypicker_disabled{
	background-color:#e9ecef;
}

LEGEND .countrypicker{
	width:310px;margin:0 2px;
}
.countrypicker:hover{
	background:#e6e6e6;
}
.countrypicker B{
	display:inline-block;
	font-weight:normal;
	
    width: calc(100% - 35px);
	vertical-align:top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

SPAN.ico-flag{
	margin-right:10px;
}
.countrypicker .caret{
	font-weight:normal;color:#000;
	position:absolute;
	right:10px;bottom:0;top:0;margin:auto;
	display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.countrypicker-menu{
	position: absolute;
	z-index: 1000;
	display: none;
	max-width:400px;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.countrypicker-menu UL,
.countrypicker-menu LI{margin:0 !important;list-style:none !important;padding:0;}

.countrypicker-header{
	padding:5px;
}
.countrypicker-header INPUT{
    display: block;
	width: 100% !important;
    padding: 4px 6px !important;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.countrypicker-header INPUT:active,
.countrypicker-header INPUT:focus{
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.countrypicker-menu UL{
	max-height: 833px;
    overflow-y: auto;
     overflow-x: hidden;
	padding: 1px;
}

.countrypicker-menu LI A{
	    text-transform:none;
	border:0 !important;
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333 !important;
    
	cursor:default;
}


.countrypicker-menu.empty INPUT{
	border:2px solid #cc0000 !important;
}


.countrypicker-menu LI A.selected,
.countrypicker-menu LI A:focus{
    color: #fff !important;
    text-decoration: none;
    background-color: #337ab7 !important;
    outline: 0;
}
.countrypicker-menu LI A:hover{
	background-color:#eee;
}