﻿.extra-small {
	font-size: 60% !important;
}

.btn-primary {
	color: #fff !important;
	background-color: #223e72 !important;
	border-color: #223e72 !important;
}

.btn-fake {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	margin: 0px !important;
	padding: 0px !important;
	background-color: rgba(0,0,0,0) !important;
}

.svg-fix {
	min-height: 1px !important;
	max-height: 100%;
}

header.modal-header {
	background-color: #223e72 !important;
	color: #fff !important;
}

/* STILI VECCHIA UI */

ogi-form h4 {
	margin-top: 10px;
}

.CustomerSelector {
	position: relative;
}

.CustomerSelectorInput {
	width: 100%;
	/*min-width: 300px;*/
	margin-bottom: 0px;
}

.CustomerSelectorUl {
	z-index: 10;
	margin-top: 0px;
	/*min-width: 300px;*/
	border: 1px #000 solid;
	position: absolute;
	list-style-type: none;
	padding: 0px;
	border-width: 0px 1px 1px 1px;
	min-height: 0px;
	overflow: hidden;
	display: none;
}

.CustomerSelectorLi {
	background-color: white;
	padding-left: 2px;
	cursor: pointer;
}

	.CustomerSelectorLi:hover {
		background-color: #ddd;
	}