@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
body {
    background-color: #ccc;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

a {
	color: #d23232;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
}
th {
	font-weight: normal;
	text-transform: uppercase;
}
div#wrapper {
    background: #ccc;
    position: relative;
    min-width: 950px;
    text-align: left;
}
div#wrapper .back-menu {
	position: absolute;
	height: 35px;
	top: 115px;
	width: 100%;
	background-color: #666;
}
div#main {
    padding: 2em;
    min-height: 350px;
	background-color: #fff;
}

div#main div.primary {float: left;width: 75%;}
div#main div.secondary {float: right;width: 23%;}
li.active a {
	font-weight: bold;
}

div#header {
	height: 150px;
	padding: 0 2em;
	background-color: #fff;
}
div#header div.primary {float: left;}
div#header div.secondary {float: right;}

div#header a#logo {
	display: block;
	padding-top: 15px;
	width: 200px;
	height: 85px;
	background-image: url(https://www.vittimedeldovere.it/varie/vdd-logo.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
}

div#subHeader {
    position: absolute;
    top: 115px;
    left: 0;
    padding: 0 2em;
}

div.account {
    position: absolute;
    top: 125px;
    right: 20px;
    color: #ccc;
    font-size: 11px;
}
div.account strong {
    color: #fff;
}

ul.navigation {
    margin: 0;
    padding: 85px 0 0 0;
    list-style-type: none;
}
ul.navigation li {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 4px;
    }
ul.navigation li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    background-color: #363636;
    padding: 5px 2em;
}
ul.navigation li a:hover {
	color: #d88c8c;
}
ul.navigation li.active a {
	padding-bottom: 7px;
	background-color: #666;
}

ul.subnavigation {
    margin: 0;
    padding: 0 0 0 1px;
    list-style-type: none;
    height: 35px;
    background: #666;
}
ul.subnavigation li {
    float: left;
    margin: 0;
    padding: 0;
    background: #666;
}

ul.subnavigation li a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px 4px;
}
ul.subnavigation li a:hover {
	color: #d88c8c !important;
}
ul.subnavigation li.active a{
    background: #333;
}

.items th {
    background: #666;
    color: #fff;
    padding: 5px 5px 7px;
}
.items td {

    padding: 5px 5px;
}
.items tr.even td {
    background-color: #eee;
}

div#paginationControl {}
div#paginationControl .primary {
    font-size: 11px;
    width: 40%;
    color: #555;
}
div#paginationControl .secondary {
    text-align: right;
    width: auto !important;
}
ul.pagesrange {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.pagesrange li {
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 2px;
}
ul.pagesrange li a {
    display: block;
    font-size: 11px;
    color: #111;
    text-decoration: none;
    padding: 1px 5px;
    border: 1px solid #eee;
    text-align: center;
}
ul.pagesrange li.current a {
    background: #e7e7e7;
}

legend {
	font-size: 16px;
	color: #d23232;
	font-weight: normal;
	padding: 0 10px;
}
.form_row {
    padding: 0 0 1em 0;
}
.form_row .title { width: 100%;}
.form_row.column { float: left;}
.form_label label {
	font-size: 14px;
    font-weight: normal;
}
.form_row_button {
    font-size: 14px;
    text-align: right;
}
.form_row_button a {
	display: inline-block;
	border: 0;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	background-color: #d23232;
	line-height: 15px;
	border-radius: 4px;
}
.form_row_button a:hover {
	background-color: #d88c8c;
}
.form_row_button input { padding: 5px;}

.block {}
.block h3 {
    background: #666;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 10px 7px;
    margin:0;
}
.block fieldset {
    background-color: #eee;
}
input[type="file"],
input[type="submit"] {
	border: 0;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #333;
	cursor: pointer;
}
input[type="file"]::-webkit-file-upload-button {
	text-transform: none;
	font-weight: normal;
	background-color: #999;
	border: 0;
	padding: 2px 7px;
	color: #fff;
	margin-right: 15px;
	cursor: pointer;
}
input[type="file"] {
	color: #333;
	background-color: #ddd;
}
input[type="submit"]:hover {
	background-color: #666;
}
input[type="file"]:hover {
	background-color: #eee;
}
.bottone_nuovo {
	display: inline-block;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 15px;
	background-color: #d23232;
	cursor: pointer;
}
.bottone_nuovo:hover {
	background-color: #d88c8c;
	color: #fff;
}
.account a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	background-color: #d23232;
	cursor: pointer;
	padding: 0 7px;
}
.account a:hover {
	background-color: #d88c8c;
	color: #fff;
}
.bottone_modifica {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	background-color: #666;
	cursor: pointer;
	padding: 2px 7px;
}
.bottone_modifica:hover {
	background-color: #999;
	color: #fff;
}
.bottone_elimina {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	background-color: #d23232;
	cursor: pointer;
	padding: 2px 7px;
}
.bottone_elimina:hover {
	background-color: #d88c8c;
	color: #fff;
}
.items tr {
	height: 45px;
}
.nome-item {
	color: #333;
}
.nome-item:hover {
	color: #666;
}
fieldset {
	border: 0;
}
.secondary h3 {
	font-weight: normal;
}
.dashboard {
	list-style: none;
}
.dashboard .item-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding: 10px 0;
}
.dashboard .item-label {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background-color: #15c2ab;
	padding: 2px 7px;
	font-size: 12px;
	margin-right: 15px;
}
.dashboard .item-content {
	display: block;
}
#admin_form input,
#admin_form select {
	border: 1px solid #ccc;
	padding: 10px 15px;
	border-radius: 4px;
}
#admin_form input[type="submit"] {
	border: 0;
}
#admin_form legend {
	padding: 0;
}
.article-category {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 200px;
}
#categorie_checkbox {
    column-count: 2;
    max-width: max-content;
}