#bo-left {
	width: 220px;
	float: left;
	position: fixed;
        margin-top: 5px;
        font-family: 'Oxygen';
	font-size: 12px;
	background-color: #eaeded;
}
#bo-left-inner {
	border: 1px solid #cacece;
	padding: 5px;
}
#bo-left-inner h1 {
        font-size: 14px;
	font-weight: bold;
	color: #b90016;
	text-transform: uppercase;
}
#bo-left-inner h1 a {
	color: #b90016;
}

#bo-left-inner ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#bo-left-inner ul li {
	line-height: 20px;
}
#bo-left-inner ul li a {
	color: #000;
}

#bo-left-inner form {
	margin: 0;
}
#bo-left-inner form label {
	display: block;
}
#bo-left-inner form select {
	display: block;
	width: 100%;
}
#bo-left-inner form input[type=text] {
	display: block;
	width: 204px;
}
#bo-left-inner form .submit-wrapper {
	text-align: center;
}

#bo-content {
	width: 740px;
	margin-left: 230px;
	float: left;
        margin-top: 5px;
        font-family: 'Arial';
	font-size: 13px;
}
#bo-content a {
	color: #000;
	font-weight: bold;
}

#bo-content .content-title {
	padding-bottom: 4px;
        border-bottom: 2px solid #ba0016;
}
#bo-content .content-title h1 {
	margin: 0;
        font-family: 'Oxygen';
	font-size: 24px;
	color: #ba0016;
}

.bo-subheader {
	padding: 10px 0;
        border-bottom: 1px solid #cacece;
}
.bo-subheader * {
	vertical-align: middle;
	margin-right: 5px !important;
}

#bo-content form label {
	font-family: 'Arial';
	font-size: 13px;
}
#bo-content form input {
	margin: 0;
        font-family: 'Arial';
	font-size: 13px;
}
#bo-content form select {
	width: 200px;
        font-family: 'Arial';
	font-size: 13px;
}

#bo-content h1 a {
	display: block;
	padding: 5px 8px;
        color: #000;
}

.content-section h1 {
	margin-left: 15px;
        font-family: 'Oxygen';
	font-size: 16px;
}
.content-section h2 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #000;
}

.content-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
        line-height: 20px;
}

#ul-outer li h1 {
	margin: 0;
        background-color: #f0f0f0;
	border: 1px solid #cacece;
	font-family: 'Oxygen';
	font-size: 15px;
	text-shadow: 0 1px 0 #fff;
}
#ul-outer li h1:hover {
	background-color: #f6f6f6;
}

.content-section ul.ul-inner {
	margin: 10px 0 15px 15px;
}

#tbl-locale input {
	width: 300px;
}

.bordered-table th, .bordered-table td {
	border: 1px solid #cacece;
}

.bo-nice-table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
        font-family: 'Arial';
	font-size: 12px;
}

.bo-nice-table th {
	padding: 5px;
        background-color: #e8e8e8;
	border-bottom: 1px solid #888;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
        color: #222;
	text-align: left;
}
.bo-nice-table th.sort-controls a {
	color: #00f !important;
}
.bo-nice-table th.sort-controls a:hover {
	color: #f00 !important;
}
.bo-nice-table th.sort-controls a.sort-selected {
	color: #f00 !important;
}

.bo-nice-table tbody tr:nth-child(even) {
	background-color: #edf1f6;
}

.bo-nice-table tbody tr:hover {
	background-color: #c7e4ff;
}

.bo-nice-table tbody tr.row-editing {
	background-color: #77beff;
}
.bo-nice-table tbody tr.row-deleting {
	background-color: #f9d795;
}

.bo-nice-table td {
	padding: 5px;
}

.bo-nice-table a {
	color: #00f !important;
}
.bo-nice-table a:hover {
        color: #f00 !important;
	text-decoration: none;
}

.bo-nice-table input[type="text"] {
	width: 25px;
	text-align: center;
}

#cat-select-wrap {
	margin-bottom: 20px;
}

/* START MACHINE DATA TABLE */

#machine-data-tbl {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
}

.lbl-left {
	width: 112px;
	padding: 8px 8px 8px 0;
        font-weight: bold;
}
.lbl-right {
	width: 112px;
	padding: 8px 8px 8px 20px;
        font-weight: bold;
}
.input-td {
	padding: 8px 0;
}
.input-td input {
	width: 241px;
}
.input-td select {
	width: 245px !important;
}
.locale-tbl-container {
	padding: 0;
}

.locale-tbl {
	width: 100%;
	border-collapse: collapse;
}

#machine-data-tbl input, #machine-data-tbl textarea {
	font-family: 'Arial';
}

#machine-data-tbl td {
	border-bottom: 1px dotted #ccc;
}

#machine-data-tbl label {
	font-size: 13px;
}

#machine-data-tbl .locale-tbl td {
	border: 0;
}

#machine-data-tbl textarea {
	width: 624px;
	height: 60px;
}

#machine-data-tbl .locale-tbl input {
	width: 206px;
        font-size: 13px;
}

#machine-data-tbl .locale-tbl textarea {
	width: 204px;
	height: 100px;
}

#tr-marcamodello label, #tr-marcamodello input {
	font-size: 18px !important;
}

.tr-tall td {
	vertical-align: top;
}
.locale-lbl-tr td {
	padding: 8px 0 4px 0;
}
.locale-input-tr td {
	padding: 0 0 8px 0;
}

.input-tip-below {
	margin: 5px 0 0 0;
        font-size: 10px;
}

/* END MACHINE DATA TABLE */

.bo-download-title-wrapper {
	overflow: hidden;
	margin: 26px 0 10px 15px;
}
.bo-download-title-wrapper h1 {
	float: left;
	margin: 0;
}
.bo-download-title-wrapper a {
	float: left;
	margin-left: 18px;
	padding: 0;
}

.upload-box {
	width: 350px;
	padding: 5px;
	float: left;
	margin: 0 4px;
        background-color: #eee;
	border: 1px solid #cacece;
}
.upload-box h1 {
	margin: 0 0 5px 0;
        font-size: 14px;
	font-weight: bold;
}
.upload-box input[type=file] {
	margin-top: 10px !important;
}
.upload-box input[type=checkbox] {
	margin: 0 8px !important;
}
.upload-box input[type=submit] {
	display: block;
	margin: 10px auto 0 auto !important;
}
.upload-box a {
	display: inline-block;
	width: 125px;
	padding: 3px 8px;
	margin: 10px 2px 0 0;
        border: 1px solid #aaa;
        background-color: #ddd;
	color: #00f;
}
.upload-box a:hover {
	background-color: #eee;
	color: #f00;
}

.doc-list-li-del label {
	color: #f00;
	font-weight: bold;
}
.doc-list-li-del a {
	text-decoration: line-through;
}

.bo-machine-float-wrapper {
	overflow: hidden;
}

.blocco-foto {
	display: block;
	width: 175px;
	padding: 5px;
	float: left;
	margin-bottom: 10px;
}
.blocco-foto:hover {
	background-color:#eee;
}
.blocco-foto a:hover {
        color: #f00;
	text-decoration: none;
}

.blocco-foto-del {
	background-color: #eee;
}
.blocco-foto-del:hover {
	background-color: #eee;
}
.blocco-foto-del label {
	color: #f00;
	font-weight: bold;
}
.blocco-foto-del img, .wanna-delete a {
	opacity: 0.4;
}

.foto-controls {
	margin-top: 5px;
	overflow: hidden;
	vertical-align: middle;
}
.foto-img-container {
	text-align: center;
}
.foto-img-container img {
	padding: 1px;
        border: 1px solid #666;
	background-color: #fff;
}

.pagination {
	text-align: center;
	padding: 3px 0 !important;
}
.pagination li {
	margin: 0;
	padding: 3px;
	display: inline;
	list-style: none;
        font-weight: bold;
	font-size: 12px;
}
.pagination li img {
	height: 12px;
	position: relative;
	top: 1px;
}
.pagination li.current-page {
	border-radius: 3px;
        font-size: 13px;
	color: #fff;
	background-color: #888;
	text-shadow: 0 1px #000;
}

#bo-elenco-magazzino {
	width: 100%;
	margin: 0;
        font-family: 'Scada';
	font-size: 12px;
}
#bo-elenco-magazzino tbody td {
	padding: 2px 4px;
}

.machine-preview, .machine-operations, .machine-notes {
	text-align: center;
	white-space: nowrap;
}
.machine-preview img {
	background-color: #fff;
	padding: 1px;
        border: 1px solid #777;
}
.machine-operations a {
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 2px;
}
.machine-operations a:hover {
	background-color: #e9f0ff;
}
.machine-notes img {
	padding: 3px;
	cursor: pointer;
}
.machine-notes img:hover {
	background-color: #e9f0ff;
}

.bo-sort-controls {
	white-space: nowrap;
}

.quick-edit-field {
	cursor: pointer;
}

#quick-edit-select {
	width: 154px;
	margin: 2px;
}
#quick-edit-input {
	width: 150px;
	margin: 0 2px 2px 2px;
	text-align: left;
}
#quick-edit-ok {
	display: block;
	width: 146px;
	margin: 0 2px 2px 2px;
	padding: 3px;
        border: 1px solid #888;
	background-color: #eaeaea;
	font-weight: normal;
	text-align: center;
}
#quick-edit-ok:hover {
	background-color: #f6f6f6;
}

.mov-operations {
	white-space: nowrap;
}
.mov-operations img {
	padding: 2px;
}
.mov-operations img:hover {
	background-color: #e9f0ff;
}

#form-movimenti {
	display: none;
}
#form-movimenti table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#form-movimenti table input {
	font-family: 'Arial';
}
#form-movimenti table textarea {
	width: 624px;
	height: 60px;
        font-family: 'Arial';
}
.date-picker {
	overflow: hidden;
}
.date-picker select {
	width: 80px !important;
	float: left;
}
.date-picker .date-picker-m, .date-picker .date-picker-y {
	margin-left: 2px;
}

/*****************************/

#box-nominativo-quick {
	position: fixed;
	width: 300px;
	padding: 8px;
        background-color: #f8f3fb;
	border: 1px solid #aaa;
	font-size: 12px;
        z-index: 99999;
        display: none;
}
#box-nominativo-quick-title {
	margin-bottom: 10px;
        font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#box-nominativo-quick table {
	width: 100%;
	border: 0;
	margin: 0;
	border-collapse: collapse;
}
#box-nominativo-quick input[type=text] {
	width: 196px;
	margin: 2px 0;
}
#box-nominativo-quick input[type=radio] {
	margin: 2px 4px 2px 0;
}
.box-nominativi-label-td {
	width: 100px;
        font-weight: bold;
}

/* ---------------------------------------------- */

.config-table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.config-table textarea {
	margin: 0;
	width: 564px;
	height: 200px;
}
.config-table td.td-lbl {
	padding-right: 15px;
	width: 190px;
}
.config-table input {
	width: 220px;
}
.config-table select {
	width: 224px !important;
}

.config-comp-h2-tip {
	font-weight: normal;
	font-size: 11px;
}

.logo-wrapper {
	overflow: hidden;
	margin-bottom: 25px;
}
.logo-preview {
	display: block;
	float: left;
        max-width: 120px;
	max-height: 120px;
        overflow: hidden;
}
.logo-preview img {
	max-width: 120px;
	max-height: 120px;
}
.logo-wrapper-control {
	float: left;
}
.logo-wrapper-control a {
	margin-left: 8px;
        font-size: 12px;
	font-weight: bold;
}

.tr-compform-mandatory td {
	padding-top: 20px;
	vertical-align: top;
}

.tr-compform-mandatory .mandatory {
	margin: 0;
        font-size: 10px;
}
.tr-compform-mandatory #dyn-url {
	margin: 4px 0 0 0;
}
.affil-controls img {
	opacity: 0.7;
}
.affil-controls img:hover {
	opacity: 1.0;
}

.user-conf-op {
	margin: 0;
}
.user-conf-op a {
	font-weight: bold;
	color: #000;
}
.user-conf-op a:hover {
	color: #66f;
	text-decoration: none;
}

#config-editor-lang-sel {
	padding: 3px;
	border-radius: 5px;
        background-color: #f6f6f6;
	border: 1px solid #ccc;
}

.lista-newsletter-header {
        margin: 14px 0;
        overflow: hidden;
}
.lista-newsletter-header h2 {
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        border: none;
        float: left;
}
.lista-newsletter-header h2 a {
        text-decoration: none;
        font-weight: bold;
}
.lista-newsletter-header h2 a:hover {
        text-decoration: underline;
}
.lista-newsletter-header span.lista-action {
        padding-left: 8px;
        margin-left: 8px;
        border-left: 1px solid #666;
        display: block;
        float: left;
}
.lista-newsletter-header span.lista-action a {
        font-weight: bold;
        color: #00f !important;
        text-decoration: none;
}
.lista-newsletter-header span.lista-action a:hover {
        text-decoration: underline;
}
.lista-newsletter-content {
        display: none;
}
.lista-newsletter-content p {
        margin: 0 0 16px 0;
}
.lista-newsletter-aggiungi {
        border: 1px solid #bbb;
        padding: 10px;
        margin: 15px 0;
        background-color: #f2f2f2;
}
.lista-newsletter-aggiungi h3 {
        margin: 0 0 10px 0;
        font-size: 13px;
}
.lista-newsletter-aggiungi form select {
        width: auto !important;
}
.lista-newsletter-aggiungi form input[type="email"] {
        width: 200px;
}
.lista-newsletter-aggiungi form input[type="submit"] {
        float: right;
}

.composer-section {
        margin-bottom: 18px;
}
.composer-section h3 {
        font-weight: normal;
        font-size: 13px;
        margin: 12px 0 4px 0;
}
#composer-name-container input {
        height: 19px;
        width: 300px;
        border: 1px solid #aaa;
        padding: 1px;
}
#composer-cliente-container input {
        height: 19px;
        width: 300px;
        border: 1px solid #aaa;
        padding: 1px;
}
#composer-lingua-container select {
        width: 100px !important;
}
#composer-checkbox-container input {
        vertical-align: middle;
}
#composer-checkbox-container label {
        vertical-align: middle;
        margin-right: 16px;
}
#composer-search-container input {
        height: 19px;
        width: 200px;
        border: 1px solid #aaa;
        padding: 1px;
        vertical-align: middle;
}
#composer-search-container #search-btn, #composer-search-container #import-btn {
        display: inline-block;
        height: 17px;
        font-weight: normal;
        padding: 2px 10px;
        border: 1px solid #bbb;
        background-color: #ddd;
        vertical-align: middle;
        margin-left: 2px;
        text-decoration: none;
}
#composer-search-container #search-btn:hover, #composer-search-container #import-btn:hover {
        background-color: #e6e6e6;
        border: 1px solid #c8c8c8;
        text-decoration: none;
}
#composer-search-container #search-results {
        display: none;
        margin: 0;
        padding: 0;
        border-color: #ccc;
        border-style: solid;
        border-width: 1px 1px 0 1px;
        position: absolute;
        z-index: 999; /*copri ckeditor*/
}
#composer-search-container #search-results li {
        list-style: none;
        margin: 0;
        padding: 4px 8px;
        font-family: Arial, sans-serif;
        font-size: 13px;
        background-color: #f2f2f2;
        border-bottom: 1px solid #ccc;
        min-width: 186px;
        cursor: pointer;
}
#composer-search-container #search-results li.selected {
        font-weight: bold;
}
#composer-search-container #search-results li:hover {
        background-color: #fafafa;
}
#selezionate {
        overflow: hidden;
        text-align: center;
}
.macchina-selezionata {
        width: 185px;
        float: left;
        padding: 8px 0;
        margin-top: 16px;
}
.macchina-selezionata:hover {
        background-color: #f0f0f0;
}
.foto-macchina-selezionata {
        width: 185px;
        height: 140px;
        position: relative;
}
.foto-macchina-selezionata img {
        width: 160px;
        height: 120px;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
}
#composer-title-container input {
        height: 25px;
        width: 726px;
        border: 1px solid #aaa;
        padding: 3px 6px;
        font-size: 16px !important;
        font-weight: bold;
}
#composer-status-container select {
        width: auto;
}
#composer-submit-container a, #composer-test-container a {
        display: inline-block;
        height: 17px;
        font-weight: bold;
        padding: 2px 10px;
        border: 1px solid #bbb;
        background-color: #ddd;
        vertical-align: middle;
        margin-left: 2px;
        text-decoration: none;
}
#composer-submit-container a:hover, #composer-test-container a:hover {
        background-color: #e6e6e6;
        border: 1px solid #c8c8c8;
        text-decoration: none;
}
#composer-test-container input {
        height: 19px;
        width: 200px;
        border: 1px solid #aaa;
        padding: 1px;
        vertical-align: middle;
}

#form-banner div {
    margin: 10px 0;
    overflow: hidden;
    vertical-align: middle;
}
#form-banner label {
    width: 100px;
    display: inline-block;
}
#form-banner input[type="text"] {
    width: 200px;
    margin-right: 20px;
}
#form-banner input[type="checkbox"] {
    margin-right: 5px;
}
#form-banner select {
    width: 200px;
}

#monitor-streaming-filters table {
    border-collapse: collapse;
}
#monitor-streaming-filters #dateFrom,
#monitor-streaming-filters #dateTo {
    width: 100px;
    margin-right: 20px;
}
#monitor-streaming-filters #ifSuccess {
    width: 80px;
    margin-right: 20px;
}