main.container {
	position: absolute;
	top: 70px;
	left: 45px;
}

body, div {
	font-family: Helvetica;
}

a.menu {
	color: white;
	padding:4px;
}

input {
	padding:5px;
	width: 100px;
	text-align:center;
	color: black;
	font-size:14px;
}

input.checkbox {
	padding:5px;
	width: 30px;
	text-align:center;
	color: black;
	font-size:14px;
}


div.header {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #35009E;
	vertical-align: middle;
	padding: 10 10 0 10;
	color: #DDDDDD;
}

div.login {
	margin:auto;
	width: 450px;
	border: 1px solid #777777;
	padding:20px;
}

img.small {
	width:50px
}

div.pagetitle {
	color: #333;
	font-size: 2em;
}

img.icon25 {
	width:25px
}

.table th, .table td {
    padding: 0.1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

label {
    display: inline-block;
    margin-bottom: 0.1rem;
}

.form-group {
    margin-bottom: 0;
}

.blocked_footer {
	position:fixed;
	bottom:0px;
	left:20px;
}

#_filter_field {
    width: 200px;
    border: 1px solid #999;
    color: #666;
    border-radius: 5px;
	text-align: left;
}

#calcolacf {
	float: right;
}


/* TOAST */
.apptoast {
	padding: 1.5em;
	font-size: 1.2em;
}

.TOAST_CONFIRM {
	color: green;
}

.TOAST_DANGER {
	color: red;
}

.TOAST_ALERT {
	color: orange;
}

.toast_close_img {
	float: right;
}

img.close_link {
	width: 20px;
}

.toast_close_link {
	margin-top: 2em;
}


#fascia_graduatoria_docenti {
	min-width: 220px;
}

.bg-success-light {
	background-color: #7FBD7F;
	color: white;
	font-size: 1.2em;
}
