@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
* {
    margin: 0;
    padding: 0;
}
a, a:hover, a:focus {
    text-decoration: none;
}
html, body {
    /*height: 100%;*/
    background: #f0f0f0;
    font-family: 'Montserrat', sans-serif;
}
.lightblue {
    color: #00a0e7;
}
.red {
    color: #e70100;
}
body {
    background-color: #f0f0f0;
	font-size: 12px;
}
header{
    background: #00a0e7;
    padding: .7em;
}
header img {
    height: 50px;
}
nav {
    background: #2e2e2e;
    box-shadow: 0px 1px 10px #4b4b4b;
    position: relative;
}
.btn {
	font-size: 12px;
}
.private.menu {
    background: #ffec00;
}
.private.menu > li > a {
    color: #2e2e2e;
}
.private.menu > li:hover, .private.menu > li:focus {
    background: #e70100;
    border-bottom: none;
}
.private.menu li.current {
    border-bottom: 4px solid #e70100;
}
.private.menu > li:hover > a, .private.menu > li:focus > a {
    color: #fff;
}
.private.menu > li:last-child > a:after:not(.no-icon) {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding-left: 1em;
}
.message {
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
}
.message.conferma {
    border: 1px solid #2ecc71;
    background: #eafff3;
    color: #27ae60;
}
.message.errore {
    border: 1px solid #c0392b;
    background: #ffc9c4;
    color: #c0392b;
}
.message.avviso {
    border: 1px solid #e67e22;
    background: #fff3e0;
    color: #e67e22;
}

.menu li:hover .sub, .menu li:focus .sub {
    display: block;
}
.sub {
    display: block;
    position: absolute;
    background: #2e2e2e;
    display: none;
    box-shadow: 0px 1px 5px #4b4b4b;
}
.sub li {
    display: block;
}
.sub li a {
    color: #fff;
}
.sub li a:hover, .sub li a:focus {
    opacity: .7;
}
nav ul.menu {
    margin: 0;
    display: inline-block;
    padding: 0;
}
nav ul.menu > li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
nav ul.menu > li a {
    color: #fff;
    font-size: .9em;
    font-weight: 600;
    padding: 1.6em;
}
nav ul.menu > li:hover, nav ul.menu > li:focus, nav ul.menu > li.current {
    border-bottom: 4px solid #00a0e7;
}
nav ul.menu > li:hover a, nav ul.menu > li:focus a {
    color: #fff;
    text-decoration: none;
}
.login {
    background: #ffec00;
    line-height: 35px;
    padding: 0 2em;
    color: #2e2e2e;
    font-weight: 600;
}
.login:hover {
    text-decoration: none;
    background: #fff;
    color: #2e2e2e;
}

/*
.login:hover, .login:focus {
    text-decoration: none;
    background: #fff;
    color: #2e2e2e;
}
*/
section {
    background: #f0f0f0;
    /*height: 100%;*/
}
article.main {
    background: #fff;
    box-shadow: 5px 0 10px -4px rgba(75, 75, 75, 0.40), -5px 0 10px -4px rgba(75, 75, 75, 0.40);
    min-height: 100%;
    /*padding: 2em 3em;*/
	padding-top: 0;
	padding-bottom: 2em;
	padding-right: 3em;
	padding-left: 3em;
}
article h1 {
    color: #00a0e7;
    font-weight: 100;
	font-size: 1.5em;
}
article h2 {
    font-size: 1.3em;
    font-weight: 600;
    padding: .5em 0;
}
.elementi ul {
    list-style-type: none;
}
.elementi ul li {
    font-size: 1.2em;
    border-bottom: 1px solid #2e2e2e;
    padding: .5em;
    position: relative;
}
.elementi ul li:before {
    content: "\f1c1";
    padding-right: .5em;
    font-size: 1.3em;
    font-family: "Font Awesome 5 Free";
}
.elementi ul li:after {
    content: "\f019";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding-left: 1em;
    font-size: 1.3em;
    color: #00a0e7;
}
.elementi a {
    color: #2e2e2e;
}
.elementi a:hover, .elementi a:focus {
    color: #00a0e7;
    text-decoration: none;
}
body.area {
    background: #242424;
}
.container-small {
    margin: 10vh auto;
    height: auto;
    padding: 4.5em;
}
.form {
    margin: 0 auto;
}
.popup {
    text-align: center;
    background: #fff;
    position: relative;
    width: 100%;
    max-width: 700px;
}
.popup img {
    height: 150px;
    padding: 0;
    margin: 2em;
}
.popup p {
    font-size: 1.5em;
    color: #2e2e2e;
}
.content form {
    width: 100%;
}
input[type="date"]:not(.has-value):before{
  color: #2e2e2e;
  content: attr(placeholder);
  padding-right: 3em;
}
.popup input, .popup select {
    max-width: 340px;
}
form label{
	display: inline;
}
form input, form select, form textarea {
    display: block;
    padding: .2em;
    margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	/* margin-bottom: 2em; */
    width: 100%;
    border-bottom: 1px solid #a8a8a8;
    border-top: none;
    border-left: none;
    border-right: none;
	height: auto;
	/*background-color: #f0f0f0;*/
}
form td input {
    margin: 0;
}

input[type="checkbox"],input[type="radio"] {
    width: auto;
    display: inline-block;
    margin-right: .5em;
}
input[type="file"] {
    border: none;
}
.group {
    border: 1px solid #a8a8a8;
    padding: 1em 2em 3em;
}
.fa-search {
    color: #a8a8a8;
}
.fa-arrow-left {
    color: #e70100;
}
/* ul.nav-tabs {
    display: inline-flex;
    font-weight: 500;
    border: none;
}
ul.nav-tabs li {
    border-bottom: 3px solid #2e2e2e;
}
ul.nav-tabs .active, ul.nav-tabs li:hover, ul.nav-tabs li:focus {
    border-bottom: 3px solid #00a0e7;
}
ul.nav-tabs .active a, ul.nav-tabs li:hover a, ul.nav-tabs li:focus a {
    color: #00a0e7;
}
ul.nav-tabs .nav-link {
    border: none;  
    color: #2e2e2e;
} */
label {
    color: #00a0e7;
    width: 100%;
    font-weight: 600;
    font-size: 1em;
}
label input {
    display: inline-block;
    width: 80%;
}
select {
    height: 30px;
    background: #fff;
}
form button {
    background: #00a0e7;
    width: 100%;
    max-width: 360px;
    padding: 1em;
    color: #fff;
    border: none;
    font-weight: 600;
	font-size: 12px;
}
form button i {
    padding-right: .5em;
}

form button:hover{
    background: #2e2e2e;
}
/*
form button:hover, form button:focus {
    background: #2e2e2e;
}
*/
.link {
    color: #00a0e7;
    text-decoration: underline;
    font-size: 1.1em;
}
.button {
    font-size: 1.3em;
    background: #00a0e7;
    color: #fff;
    padding: .5em 3em;
    border-radius: 7px;
    display: inline-block;
    margin: .3em;
    text-align: center;
    font-weight: 400;
}
.outline {
    background: transparent;
    font-size: 1em;
    font-weight: 500;
    padding: .4em 1em;
}
.outline:hover,  .btndark:hover {
    background: #2e2e2e;
    color: #fff;
    text-decoration: none;
}
/*
.outline:hover, .outline:focus, .btndark:hover, .btndark:focus {
    background: #2e2e2e;
    color: #fff;
    text-decoration: none;
}
*/
.button.disabled {
    background: #757575;
}
.button.mini {
    background: #0b3e8d;
    padding: .5em 2em;
    font-size: 1em;
    border-radius: 50px;
    width: auto;
}
.light {
    border:1px solid #00a0e7;
    color: #00a0e7;
}
.redoutline {
    border:1px solid #e70100;
    color: #e70100;
}
.dark {
    border:1px solid #0b3e8d;
    color: #0b3e8d;
}
.btndark {
    background: #0b3e8d;
}
.yellow {
    background: #ffec00;
    color: #2e2e2e;
}
.edit {
    background: #00a0e7;
}
.delbtn {
    background: #e70100;
}
.del {
    border:1px solid #e70100;
    color: #e70100;
}
.dis {
    border:1px solid #757575;
    color: #757575;
}
.content {
    /*padding: 15px;*/
	margin-bottom: 20px;
}
.content h3 {
    font-size: 1.3em;
    font-weight: 600;
    padding: 0;
    margin-bottom: 2em;
}
.content h4 {
    color: #00a0e7;
    border-bottom: 1px solid #757575;
    padding-bottom: 10px;
	margin-bottom: 1.5em;
    display: block;
    width: 100%
}
.content h5 {
    color: #2e2e2e;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: .5em;
    display: block;
    width: 100%;
    font-size: 1em;
}
.content .big {
    font-size: 2.5em;
    font-weight: 200;
}
.row h6 {
	font-size: 1.2em;
    /*color: #00a0e7;*/
	color: #ff1a1a;
}
hr {
    /*background: #a8a8a8;*/
	background: #00a0e7;
    display: inline-flex;
    border:none !important;
    margin: .5em !important;
    /*margin-left: 5em !important;*/
	margin-left: 1em !important;
}
.primis-table td, .primis-table th {
    padding: 1em !important;
}
.primis-table th {
    font-weight: 600;
    padding: .5em;
    border: 1px solid #f4f4f4;
}
.primis-table td {
    padding: .3em .5em;
    border: 1px solid #f4f4f4;
}
.addnew {
    background: #ffec00;
}
.select {
    background: #00a0e7;
    color: #fff;
}
.primis-table:not(.not-striped) tr:nth-child(odd) {
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}

.popup_messaggio{
    position: absolute;
	text-align:center;
	right:0;left:0;
    padding: 0 20%;
	width:100%;
	z-index: 9999;
}
.messaggio-panel{
    background-color: #f0f0f0;
    position:relative;
    width: 50%;
    transition:.3s ease-in-out;
    box-shadow: 0 0 15px 9px #00000096;
	margin: 15vh auto;
}

.testo_messaggio{
    display:none;
    opacity:0;
    transition:0.3s ease-in-out;
    color:#242424;
    text-align:center;
    padding:50px;
}

.visibile{
    display:block;
    opacity:0.9;
}


@media (max-width: 650px) {
    .menu, .menu li, #mobile {
        width: 100%;
    }
}
@media (min-width: 650px) {

    #navbarSupportedContent {
        display: flex;
        width: 100%;
    }
    .menu {
        display: inline-flex !important;
    }
}