.selectric-wrapper {
	margin: 0 0 0;
	width: 100%;
}


/*vyska*/

.selectric {
	min-height: 52px;
}

.selectric .label, .selectric .button:before {
	line-height: 50px;
}

.selectric .button {
	height: 52px;
}

.ps .selectric {
	min-height: 32px;
}

.ps .selectric .label, .selectric .button:before {
	line-height: 30px;
}

.ps .selectric .button {
	height: 32px;
}

.ps .selectric .label {
	padding-right: 35px;
}


/*radius*/

.selectric {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.selectric-open .selectric {
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.selectric-above .selectric {
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

.selectric {
	color: black;
	padding: 0;
	border: 0;
	border: 1px solid #b2b2b2;
	background: #f7f7f7;
	width: 100%;
}

.selectric-hover .selectric, .selectric-open .selectric {
	border-color: #b2b2b2 !important;
}

.selectricWrapper ul li:before {
	display: none;
}

.selectric .label {
	color: black;
	display: block;
	font-size: 1em;
	min-height: 18px;
	overflow: hidden;
	margin: 0;
	padding: 0 50px 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.selectric .button {
	width: 38px;
	color: transparent !important;
	text-align: center;
}

.selectric .button:before {
	content: "\f107";
	font-size: 16px;
	color: black;
	display: inline-block;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.selectric .button:after {
	display: none;
}

.selectric-items ul {
	font-size: 1em;
}

.selectric-items ul li:before {
	display: none;
}

.selectric-items ul li {
	margin: 0;
	padding: 0;
	border: 0;
	background: #f7f7f7;
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	color: black;
}

.selectric-items {
	background: #f7f7f7;
	border: 1px solid #b2b2b2;
	padding: 0;
	width: 100%;
	margin: 0;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
	border-top-width: 0;
	width: 100% !important;
}

.selectric-items li:hover {
	background: #0072ad;
	color: white;
}

.selectric-items li.selected {
	color: #0072ad;
	background: transparent;
}

.selectric-open .selectric-items {
	margin-top: -1px;
	z-index: 1;
}

.selectric-above.selectric-open .selectric {
	border-bottom-width: 1px;
	border-top-color: white;
}

.selectric-above .selectric-items {
	border-width: 1px 1px 0 1px;
	margin-top: 0;
	margin-bottom: -1px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
