@import "fonts.css";

html {
    font-family: Montserrat, arial;
    font-size: 14px;
}
body {
    background: #ffffff;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #111;
    text-decoration: none;
    transition: all 400ms ease-in-out 0s;
}
input, button, textarea, div {
    outline: medium none;
    max-width: 100%;
    box-sizing: border-box;
}
b {
    font-weight: 600;
}
p {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    margin: 14px 0;
}
h1,h2,h3,h4,h5 {
    text-transform: uppercase;
    font-weight: 100;
}
h1 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 42px;
    margin: 30px 0;
}
h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 30px 0;
}
h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 30px 0;
}
h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 28px 0;
}
h5 {
    font-size: 18px;
    line-height: 24px;
    margin: 26px 0;
}
pre, code {
    max-width: 100%;
    overflow: auto;
}
div {
    box-sizing: border-box;
	 transition: transform 0.5s ease 0s;
    word-wrap: break-word;
}
hr {
	border: 0;
	height: 1px;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	margin: auto;
}
img {
    max-width: 100%;
}
input, select {
    max-width: 100%;
    box-sizing: border-box;
}
input[type="text"], textarea, input[type="password"] {
	-webkit-appearance: none;
    height: 40px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    font-weight: 300;
    text-align: left;
	border-color: #000;
    outline: 0;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
	box-sizing: border-box;
	font-family: Blinker;
}
textarea {
    font-size: 14px;
    font-weight: normal;
    height: auto;
}
input[type="text"],input[type="password"] {
    min-width: 90px;
	font-size: 15px;
    box-sizing: border-box;
}
input:focus, textarea:focus {
    border-color: #008d4c;
}
button, input[type="button"] {
	padding: 8px 10px;
	position: relative;
	text-align: center;
	min-width: 90px;
	max-width: 140px;
	border: 1px solid #000;
	background-color: #000;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	letter-spacing: 1px;
	transition: all 400ms ease-in-out;
	margin: 2px auto;
}
button:hover, input[type="button"]:hover {
    color: #000;
    background-color: #fff;
}
button:active, input[type="button"]:active {

}

table {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #aaa;
    table-layout: fixed;
}
th {
    padding: 10px;
    background-color: #aaa;
    border: 1px solid #666;
}
td {
    padding: 10px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #aaa;
}
table thead td {
    background-color: #aaa;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #666;
}
#loading {
    position: fixed;
    background: rgba(0, 0, 0, 0.4) url("../img/loading.svg") no-repeat scroll center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}
input[type="image"]{
	border: 0 !important;
}
.page {
    padding: 60px 30px;
    overflow: hidden;
    margin: auto;
    position: relative;
    padding-left: 270px;
    min-height: 100vh;
    box-sizing: border-box;
}
.menu {
    position: fixed;
    width: 240px;
    background-color: #eee;
    top: 36px;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow-y: auto;
    background-size: cover;
}
.menu_container {
    margin: auto;
    text-align: center;
    font-size: 14px;
}
.menu_link {
    padding: 10px;
    text-align: left;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
.menu_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.menu_inner {
    margin-bottom: 40px;
    margin-top: 20px;
}
header {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}
header div {
    padding: 0 10px;
    line-height: 36px;
}
header .left {
    float: left;
}
header .right {
    float: right;
}
.step-nav {
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative;
    width: 500px;
    margin: auto;
    overflow: hidden;
}
.step-nav .left {
    float: left;
}
.step-nav .right {
    float: right;
}
.delete {
    background-color: salmon;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    border-color: #777;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.logo {
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 150px;
    margin: 20px auto 50px;
    background-size: auto 150px;
}
.logo_basic {
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 300px;
    height: 100px;
    margin: 20px auto 50px;
    background-size: auto 300px;
}
.column.left {
    width: 48%;
    height: 100%;
    background-color: #eee;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.column.right {
    padding-right: 40px;
    margin-right: 0px;
    width: auto;
    margin-left: calc(50% - 100px);
    min-height: calc(100vh - 120px);
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#loginForm input[type="text"], #loginForm input[type="password"] {
	min-width: 400px;
}
#recuperaForm input[type="text"], #recuperaForm input[type="password"] {
	min-width: 400px;
}
#registraForm input[type="text"], #registraForm input[type="password"] {
	min-width: 300px;
}
#kateibg {
    background-image: url("img/cover.gif");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    margin: 0;
    background-size: cover;
}
p.avviso {
    background: #E9FBE9;
    padding: 10px;
    line-height: 25px;
    border-left: 8px solid #52E052;
}
#copribottone {
    height: 60px;
    width: 160px;
    background-color: rgba(256,256,256,0.8);
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 2;
}
#copribottone::before {
    display: table;
    margin: 0;
    width: auto;
    content: 'Non puoi proseguire senza aver compilato questo passaggio.';
    color: #606060;
    border: 1px solid lightgray;
    background: white;
    padding: 0 0.25em;
    font-size: .9em;
}
#copribottone.nascosto {
	display: none;
}
#copribottone.attivo {
	display: block;
}
span.rimuovi {
    background-color: #fff;
    border: 1px solid #777;
    padding: 3px 6px;
    font-family: monospace;
    cursor: pointer;
    float: right;
}
tr#dateconsegna td {
    position: ;
}
.profilepicture {
    float: right;
    margin: -10px -10px -10px 10px;
}
.eliminafile {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    font-weight: bold;
    color: red;
    cursor: pointer;
}
table#riepilogo_settimane {
	width: 300px;
	margin-right: 0px;
	opacity: 0.8;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
table#riepilogo_settimane:hover {
	opacity: 1;
}
table#riepilogo_settimane td {
	padding: 5px;
	font-size: 12px;
}
table#riepilogo_settimane th {
	padding: 5px;
	font-size: 10px;
}
iframe {
	border: 0;
	width: 100%;
}
span.small {
	font-size: 9px;
}
input#upload {
	height: auto !important;
}
iframe#anteprimacalendario {
    min-height: 500px;
}
.occhio {
    width: 30px;
    height: 30px;
    background-image: url(img/eye.png);
    background-size: 30px;
    display: block;
    float: right;
    margin-top: -35px;
    margin-right: -35px;
    z-index: 999;
    cursor: pointer;
}
td.abilita span {
    width: 20px;
    height: 20px;
    background-color: red;
    display: block;
    margin: auto;
    border-radius: 50%;
    cursor: pointer;
}
td.abilita span.abilitato {
    background-color: green;
}
#creaFormMontatore {
    text-align: left;
}
#creaFormMontatore input {
    width: 300px;
    display: inherit;
    margin: 5px;
}
table#table_montatori thead td {
	font-weight: bold;
}
table.eventitab td {
    padding: 2px !important;
    border-bottom: 1px solid #ccc;
    line-height: 25px;
    font-size: 12px;
}
table.eventitab th {
    padding: 2px !important;
    line-height: 25px;
    font-size: 12px;
}
table.eventitab {
    margin-bottom: 40px;
    background-color: #005cc5;
}

td.td_codice {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
/*
td.td_codice.A {
    background-color: gold;
}
td.td_codice.B {
    background-color: orange;
}
td.td_codice.C {
    background-color: salmon;
}
td.td_codice.D {
    background-color: #ff9cfd;
}
td.td_codice.E {
    background-color: #91d9ff;
}
td.td_codice.F {
    background-color: #91ffb6;
}
td.td_codice.G {
    background-color: #fffd91;
}
td.td_codice.H {
    background-color: #ff7373;
}
td.td_codice.I {
    background-color: #d1edd4;
}
td.td_codice.L {
    background-color: #cde0f7;
}
td.td_codice.M {
    background-color: #d3baf5;
}
td.td_codice.N {
    background-color: #fab1b7;
}
td.td_codice.O {
    background-color: #ffdfbf;
}
td.td_codice.P {
    background-color: #bfffda;
}
td.td_codice.Q {
    background-color: #91ffb6;
}
td.td_codice.R {
    background-color: #ff7373;
}
td.td_codice.S {
    background-color: #d1edd4;
}
td.td_codice.T {
    background-color: #cde0f7;
}
td.td_codice.U {
    background-color: #bfffda;
}
td.td_categoria {
    background-color: lightgreen;
    text-transform: uppercase;
    font-size: 18px;
}
td.td_titolo {
    background-color: #ddd;
    font-size: 16px;
}
*/
td.td_spiegazione {
    background-color: #eee;
    font-size: 15px;
    text-align: left;
}
td.td_variabile {
    background-color: lightblue;
    font-size: 15px;
    min-width: 200px;
    text-align: left;
    text-transform: uppercase;
}
td.td_variabile input {
    width: 60px;
}

#response {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    border-radius: 40px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
#response.positive {
    background: lightgreen;
}
#response.negative {
    background: lightsalmon;
}
span.more_info {
    font-weight: bold;
    border: 1px solid blue;
    width: 18px;
    height: 18px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 30px;
}


table#elenco tbody tr.stato8 td {
    color: rgb(131, 13, 13) !important;
    background-color: #f88c8c;
}

table#elenco tbody tr.stato9 td {
    color: rgb(107, 72, 6) !important;
    background-color: #fae37e;
}

table#elenco tbody tr.stato7 td {
    color: darkgreen !important;
    background-color: #7bdaad;
}


.file-box {
	overflow: hidden;
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.file-box.ext-pdf .file {
    background-image: url(img/iconaPDF.png);
    background-size: contain;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
}
.file {
	width: 50px;
    height: 70px;
    display: block;
    background-color: #f9f9f9;
    border-radius: 0 5px 5px 5px;
    border: 1px solid #ddd;
}
.file-name {
	font-size: 12px;
	word-wrap: break-word;
	max-width: 90px;
	margin: auto;
	padding-top: 4px;
}
.delete-file {
	font-size: 10px;
	background-color: salmon;
	position: absolute;
	width: 20px;
	height: 20px;
	color: #fff;
	top: 0;
	right: 0;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: monospace;
	cursor: pointer;
}

ul#files {
    position: relative;
    overflow: hidden;
}