html {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/images/sfondo.jpg);
    background-size: cover;
	color: black;
}

#ingressiHeader
{
	font-size: 1.3em;
	color: black;
}

.pageHeader {
    background-color: white;
    width: 100%;
}

html, body, button, input, select, a {
    font-size: 0.85vw !important;
}

table {
    padding: 3px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    font-size: 0.85vw !important;
}

.selected {
    background-color: yellow !important;
    font-weight: 700 !important;
}

a.selected {
    background-color: lightgrey !important;
}

.tooltip .tooltip-inner {
    color: black;
    background-color: yellow;
}

.table-hover tbody tr:hover {
    background-color: khaki;
}

.text-black
{
	color: black;
}

.bigfont
{
	font-size: 2.0em;
}

.text-white
{
	color: white;
}

.bg-white
{
    background-color: white;
}

.opaque50 {
    opacity: 0.5;
}

.opaque60 {
    opacity: 0.6;
}

.opaque70 {
    opacity: 0.7;
}

.opaque75 {
    opacity: 0.75;
}

.opaque80 {
    opacity: 0.75;
}

.opaque85 {
    opacity: 0.85;
}

.opaque90 {
    opacity: 0.9;
}

.opaque95 {
    opacity: 0.95;
}

.width30 {
    width: 30% !important;
}

.bgRadius20 {
    border-radius: 20px !important;
}

.bgRadius18 {
    border-radius: 18px !important;
}

.maxWidth60 
{
    max-width: 60%;
}

.inputError {
    color: red;
    font-weight: bold;
}

.fileinput-button {
    position: absolute;
    top: -2000px;
}

.redText {
    color: red;
}

.noUserSelect {
    user-select: none;
}

.login-img {
    max-width: 100%;
}

.login-form {
    max-width: 100%;
}

.headerText{
    color: grey;
}

.footerText {
    color: grey;
}

.custom-item:hover {
    background: #00ffff;
}

.avatarSize25px {
    width: 25px;
}

.avatarSize {
    width: 40px;
}

.avatarSize2x {
    width: 80px;
}

.avatarSize4x {
    width: 120px;
}

.partialRounded {
	border-radius: 20px !important;
}

.navMid {
	font-size: 0.85rem !important;
}

.menuFont {
	font-size: 0.75rem !important;
}

.menuItem {
	color: black !important;
}

.menuItem:hover {
	background-color: khaki;
	border-radius: 20px;
}

.border1 {
	border: 1px solid #A0A0A0;
}

.smallLogo1 {
	font-size: 3rem !important;
}

.smallLogo2 {
	font-size: 0.85rem !important;
}

.navbar-toggle {
	display: block;
}