
html, body {
	height: 100%;
}

body {
    background: #f7f7f7;
    font-size: 9pt;
    font-family: 'Open Sans', sans-serif;
}


.navbar {
    z-index: 9999;
}

a {
    outline: none;
    color: #f0b702;
}

a:hover {
    color: #f0b702;
}

.navbar-inverse .brand, .navbar-inverse .nav > li{
	background: url('/img/bghead.png') top left;
	border-right: 1px solid #fcd962;
	box-shadow: 1px 0 0 #deb022;
	border-left: 1px solid #deb022;
	text-shadow: none;
}

.navbar .nav > li > a{
	text-shadow: none;
}

.navbar-inverse .brand{
	border-left: none;
	position: relative;
}

.navbar .brand{
	padding: 10px 20px 10px 90px;
}

.navbar-inverse .brand img{
	position: absolute;
	top: 4px;
	left: 15px;
	width: 66px;
	height: auto;
	z-index: 100;
}

.navbar .nav.pull-right > li{
	background: none;
	border: none;
	box-shadow: none;
}

.navbar-inverse .navbar-inner {
    border-radius: 0px;    
    background: url('../img/bghead.png') top center;
    border: none;
    /*
    border-bottom: 1px solid #191e23;
    background: #2c3742;
    background: -moz-linear-gradient(top, #2c3742 0%, #28303a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3742), color-stop(100%,#28303a));
    background: -webkit-linear-gradient(top, #2c3742 0%,#28303a 100%);
    background: -o-linear-gradient(top, #2c3742 0%,#28303a 100%);
    background: -ms-linear-gradient(top, #2c3742 0%,#28303a 100%);
    background: linear-gradient(to bottom, #2c3742 0%,#28303a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3742', endColorstr='#28303a',GradientType=0 );
    */
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
    color: #fff;
    background-color: #212933;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
    color: #000000;
}

.navbar-inverse .brand{
	font-weight: bold;
}

.navbar-inverse .navbar-link {
    color: #ddd;
}

.brand img {
    float: left;
    margin-right: 7px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.brand sub {
    font-size: 6pt;
}

.dropdown-menu{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.dropdown-menu > li > a{
	font-weight: bold;
}

.dropdown-menu > li > a:hover{
	background: #facc37!important;
}


.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    color: #fff;
    text-decoration: none;
    background: #2c3742;
    background: -moz-linear-gradient(top, #2c3742 0%, #28303a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3742), color-stop(100%,#28303a));
    background: -webkit-linear-gradient(top, #2c3742 0%,#28303a 100%);
    background: -o-linear-gradient(top, #2c3742 0%,#28303a 100%);
    background: -ms-linear-gradient(top, #2c3742 0%,#28303a 100%);
    background: linear-gradient(to bottom, #2c3742 0%,#28303a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3742', endColorstr='#28303a',GradientType=0 );
}


.page-header {
    padding: 0;
    margin: 0 0 15px;
    border-bottom: none;
}

.page-header h1 {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.65em;
    text-shadow: 0 1px 1px #fafafa;
}

.page-header h1 small {
    font-size: .75em;
}

.form {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 15px 0;
}

.form fieldset {
    padding: 0 15px;
    margin-top: 15px;
}

.form fieldset:first-child {
    margin-top: 0;
}

.form legend {
    font-size: 1.35em;
    line-height: 1.45em;
    padding-bottom: 5px;
}
legend+.control-group {
    -webkit-margin-top-collapse: collapse;
}
.form .form-actions {
    margin-bottom: -15px;
    margin-top: 10px;
    background-color: #fffdf4;
    border-radius: 0 0 4px 4px;
}

.form-horizontal .form-actions {
    padding-left: 195px;
}

.btn-group a.btn, button.btn{
	background: #bec7c0; /* Old browsers */
	background: -moz-linear-gradient(top, #bec7c0 0%, #9ba59d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bec7c0), color-stop(100%,#9ba59d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bec7c0 0%,#9ba59d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bec7c0 0%,#9ba59d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bec7c0 0%,#9ba59d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bec7c0 0%,#9ba59d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec7c0', endColorstr='#9ba59d',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	text-shadow: none;
}

.btn-group a.btn:hover, button.btn:hover, .btn-mini:hover{
	background: #bec7c0; /* Old browsers */
	background: -moz-linear-gradient(top, #9ba59d 0%, #bec7c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ba59d), color-stop(100%,#bec7c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9ba59d 0%,#bec7c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9ba59d 0%,#bec7c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9ba59d 0%,#bec7c0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9ba59d 0%,#bec7c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ba59d', endColorstr='#bec7c0',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}

.btn-mini.action-delete:hover{
	background: #cccccc;
	color: #ff0000!important;
}

.btn-group > .btn{
	border-radius: 5px;
	margin-right: 10px;
}

.btn-group > .btn:last-child{
	margin: 0;
}

.btn-group > .btn:last-child{
	border-radius: 5px;
	background: #368ced; /* Old browsers */
	background: -moz-linear-gradient(top, #368ced 0%, #0658b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#368ced), color-stop(100%,#0658b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #368ced 0%,#0658b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #368ced 0%,#0658b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #368ced 0%,#0658b5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #368ced 0%,#0658b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#368ced', endColorstr='#0658b5',GradientType=0 ); /* IE6-9 */
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th{
	background: #fffdf4;
}

.btn-mini{

	color: #ffffff!important;

	background: #bec7c0; /* Old browsers */
	background: -moz-linear-gradient(top, #bec7c0 0%, #9ca69e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bec7c0), color-stop(100%,#9ca69e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bec7c0 0%,#9ca69e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bec7c0 0%,#9ca69e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bec7c0 0%,#9ca69e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bec7c0 0%,#9ca69e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec7c0', endColorstr='#9ca69e',GradientType=0 ); /* IE6-9 */
}

.table-search .btn-mini {
	font-size: 18px;
	padding: 2px 4px;
}

.icon2-wtcp_delete{
	display: block;
	margin-top: 2px;
}

.btn-mini.action-delete{
	background: #f82424; /* Old browsers */
	background: -moz-linear-gradient(top, #f82424 0%, #9a0202 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f82424), color-stop(100%,#9a0202)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f82424 0%,#9a0202 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f82424 0%,#9a0202 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f82424 0%,#9a0202 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f82424 0%,#9a0202 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f82424', endColorstr='#9a0202',GradientType=0 ); /* IE6-9 */
}

a.btn-link:hover, button.btn-link:hover{
	color: #f0b702;
	background: none;
}

.pagination-small ul:last-child > li:first-child > span, .pagination-small ul:last-child > li:last-child > span{
	background: #eaeaea;
}

.pagination-small ul:last-child > li:first-child > span{
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}

.pagination-small ul:last-child > li:last-child > span{
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}

.pagination ul > li > a{
	background: #fdce37;
	color: #000000;
}

.pagination ul > li span{
	font-weight: bold;
	color: #999999;
}


@media (max-width: 979px) {

    body{
	    padding-top: 0;
    }
    
    .container{
	    padding-top: 20px;
    }
    
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner{
	    padding: 0;
    }
    
    .navbar-inverse .brand, .navbar-inverse .nav > li{
	    background: #facc37;
    }
    
    .navbar-inverse .nav > li{
	    padding-left: 70px;
    }
    
    .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a{
	    color: #000000;
	    background: none;
    }
    
    .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover{
	    color: #ffffff;
	    background: none;
    }
    
    .navbar-inverse .navbar-inner{
	    background: #facc37;
    }
    
    .navbar-inverse .brand, .navbar-inverse .nav > li{
	    border: none;
	    box-shadow: none;
    }
}

@media (max-width: 480px) {

    .form-horizontal .form-actions {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.form-inline .controls {
    margin: 0 5px 0 0;
    padding: 0;
}

.form-inline .control-group {
    display: inline-block;
}

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"], .uneditable-input {
    padding: 4px 5px;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
}

select, input[type="file"] {
    height: 26px;
    line-height: 26px;
}

textarea {
    height: auto;
}

.input-append .add-on, .input-prepend .add-on {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
}

.control-group.required label:after { 
	content: ' *';
}

.form-horizontal .control-label {
    width: 170px;
    padding-top: 3px;
    font-size: 1em;
    line-height: 1.5em;
}

.table.table-bordered {
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.table.table-bordered a, a.btn-link, button.btn-link{
	color: #f0b702;
}

button.btn-link{
	background: none;
}

.table.table-bordered thead{
	background: #666666 url('../img/stripes_3.png');
}

.table-bordered th, .table-bordered td {
    border-color: #ccc;
}

.table th.col-action, .table td.col-action {
    width: 1%;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.table td.col-action {
    white-space: nowrap;
}

.table th.col-id, .table td.col-id {
    text-align: center;
    width: 40px;
}

.pagination {
    margin: 15px 0;
}

footer {
    padding-bottom: 15px;
    color: #ccc;
    text-shadow: 0 1px 0 #fff;
    font-size: 8pt;
    text-align: right;
    margin-top: 30px;
}


.form-horizontal .help-desc {
    margin-bottom: 0;
}

.help-desc {
    display: block;
    margin-bottom: 10px;
    color: #bbb;
    font-size: 85%;
    line-height: 14px;
}


.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal .input-append+.help-block,
.form-horizontal .input-prepend+.help-block {
    margin-top: 3px;
}

.datepicker {
    padding: 0;
    margin-top: 0;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .pagination ul > li:first-child > a:hover, .pagination ul > li:last-child > a:hover, .pagination ul > li > a:hover{
	background: #e6bd3b; /* Old browsers */
	background: -moz-linear-gradient(top, #e6bd3b 0%, #b98f18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6bd3b), color-stop(100%,#b98f18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6bd3b 0%,#b98f18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6bd3b 0%,#b98f18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6bd3b 0%,#b98f18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6bd3b 0%,#b98f18 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6bd3b', endColorstr='#b98f18',GradientType=0 ); /* IE6-9 */
}


@media (max-width: 979px) and (min-width: 768px){

    .form-horizontal .span1 .control-label,
    .form-horizontal .span2 .control-label,
    .form-horizontal .span3 .control-label,
    .form-horizontal .span4 .control-label,
    .form-horizontal .span5 .control-label,
    .form-horizontal .span6 .control-label,
    .form-horizontal .span7 .control-label,
    .form-horizontal .span8 .control-label,
    .form-horizontal .span9 .control-label,
    .form-horizontal .span10 .control-label,
    .form-horizontal .span11 .control-label,
    .form-horizontal .span12 .control-label {
        float: none;
        text-align: left;
    }

    .form-horizontal .span1 .controls,
    .form-horizontal .span2 .controls,
    .form-horizontal .span3 .controls,
    .form-horizontal .span4 .controls,
    .form-horizontal .span5 .controls,
    .form-horizontal .span6 .controls,
    .form-horizontal .span7 .controls,
    .form-horizontal .span8 .controls,
    .form-horizontal .span9 .controls,
    .form-horizontal .span10 .controls,
    .form-horizontal .span11 .controls,
    .form-horizontal .span12 .controls {
        margin-left: 0;
    }    

}

input:invalid, textarea:invalid, select:invalid{
    border-color:#ee5f5b
}

.no-results {
    font-size: 150%;
    font-weight: bold;
    color: #ccc;
    text-shadow: 0px 1px 0px #fff;
}


#tabella-listino th.area {
    text-align: center;
}

#tabella-listino th.area small {
    font-weight: normal;
}

#tabella-listino td {
    vertical-align: middle;
}

#tabella-listino td input {
    text-align: center;
}

.datetimepicker {
    padding: 0px;
}

.input-micro {
    width: 30px;
}

.tab-content {
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.navbar-inverse .nav>li>a.alert-notifica span {
    position: relative;
}

.navbar-inverse .nav>li>a.alert-notifica i {
    color: #f00;
    text-shadow: 0px 0px 2px #000;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
}

.navbar-inverse .nav>li>a.alert-notifica sup {
    position: absolute;
    left: 95%;
    top: 0px;
    font-weight: bold;
}

select.chosen, .chosen select {
	height: 30px;
}


.tabella-permessi th a {
	font-size: 8pt;
}

.msg-box.alert {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
	border-color: #c09853;
}

.msg-box.alert-error {
	border-color: #b94a48;
}

.msg-box.alert-success {
	border-color: #468847;
}

.msg-box.alert-info {
	border-color: #3a87ad;
}

.btn-attach {
	margin-bottom: 3px;
}

.value-undefined {
	color: #aaa !important;
	font-style: italic !important;
	cursor: help;
}

th.results-selection { width: 20px; }
.results-selection { text-align: center !important; }

.container-wide {
	width: 100%;
	height: 100%;
	position: relative;
}

.container-wide-sidebar {
	position: absolute;
	top: 40px;
	left: 0px;
	bottom: 0px;
	
	/* Totale larghezza 258+2+20 = 300 */
	width: 258px;
	border-right: solid 2px #ccc;
	padding: 20px;
}

.container-sidebar {
	height: auto;
	padding-bottom:20px;
	border-bottom: 2px solid #ccc;
}

.container-sidebar input {
	display: inline;
}

.container-wide-toolbar {
	position: absolute;
	top: 40px;
	left: 300px;
	right: 0px;
	height: 70px;
	
	z-index: 980;
	border-bottom: 1px solid #ccc;
}

.container-toolbar {
	height: 70px;
}

.container-wide-body {
	position: absolute;
	top: 110px;
	left: 300px;
	right: 0px;
	bottom: 0px;
	
	overflow: auto;
}

.container-body {
	border:1px solid #ccc;
	padding:10px;
}

.page {
	z-index: 999;
	border: solid 1px #ccc;
	background-color: #fff;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .15);
	border-radius: 3px;
	margin: 30px;
}

/*  template full hd*/
.page-landscape-hd {
	width: 1920px;
	height: 1080px;
	-ms-transform: scale(0.58,0.58); 
	-webkit-transform: scale(0.58,0.58); 
	transform: scale(0.58,0.58); 
	margin-left:-400px;
	margin-top:-225px;
	font-family: 'Oxygen', sans-serif !important;
}


.corporate_blank_page {
	width: 1920px;
	height: 1080px;
	background: url('/img/templates/corporate_blank_page_bg.jpg');
	font-size:40px;
	line-height:46px;
}

.corporate_blank_page table td h1 {
	font-size: 66px !important;
	line-height:72px;
	font-weight:400;
}

.corporate_blank_page table td h2 {
	font-size: 50px !important;
	line-height:56px;
	font-weight:400;
}

.corporate_blank_page_content {
	height:990px;
}

.corporate_page_content {
	height:825px;
}

.corporate_footer_numero {
    width: 100px;
    height: auto;
    float: left;
    text-align: right;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    margin-right: 30px;
    padding-top: 15px;
}

.corporate_footer_titolo {
    width: 500px;
    height: auto;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 25px;
    padding-top: 15px;
}

.corporate_titolo_sezioni {
	width: 1920px;
	height: 1080px;
	background: url('/img/templates/corporate_titolo_sezioni_bg.jpg');
	font-size:40px;
	line-height:46px;
}

.corporate_titolo_sezioni h1 {
font-size:66px;
font-weight:400;
line-height: 72px;
color: #282e4d;
}

.corporate_titolo_sezioni h2 {
font-size:44px;
font-weight:400;
line-height: 50px;
color: #838585;
}

.corporate_titolo_sezioni_content {
height: auto;
padding: 450px 0 0 640px;
}

.corporate_titolo_sezioni_footer {
width: 800px;
height: auto;
text-align: left;
color: #fff;
font-size: 25px;
padding: 410px 0 0 640px;
}

.corporate_cover_page {
	width: 1920px;
	height: 1080px;
	background: url('/img/templates/corporate_cover_page_bg.jpg');
	font-size:40px;
	line-height:46px;
}

.corporate_cover_page h1 {
font-size:66px;
font-weight:700;
line-height: 72px;
color: #fff;
}

.corporate_cover_page h2 {
font-size:50px;
font-weight:400;
line-height: 54px;
color: #fff;
}

.corporate_cover_page_date {
height: auto;
padding: 333px 0 0 330px;
font-size: 25px;
color:#fff;
font-weight:300;
}
.corporate_cover_page_content {
	padding: 240px 0 0 330px;
}

.corporate_cover_page_footer {
width: 800px;
height: auto;
text-align: left;
color: #fff;
font-size: 25px;
padding: 410px 0 0 640px;
}

.corporate_page_title {
	padding: 60px 0 60px 60px;
	height:auto;
	/*border-bottom:1px solid #282e4d;*/
	font-size:66px;
	font-weight:400;
	color: #282e4d;
	margin:0;
}

.corporate_page_title h1 {
	font-size:66px;
	font-weight:400;
	line-height: 72px;
	color: #282e4d;
}

.mercati_consolidati  {
	margin-top:90px;
	width:98%;
	margin:90px auto 0 auto;
}

.mercati_consolidati img {
	width:100%;
}

.mercati_consolidati_colors  {
	margin-top:90px;
	width:98%;
}

.mercati_consolidati_colors img {
	width:100%;
}

.footer_mercati_consolidati {
	margin-top:90px;
}

.sezione_video {
	height:765px;
	margin-top:70px;
	width:1920px;
	text-align:center;
}

.footer_sezione_video {
	height:45px;
	margin-top:0px;
}

.due_colonne {
	font-size: 24px;
	line-height: 32px;
}

.due_colonne td {
width: 50%;
height: 100%;
text-align: left;
vertical-align: top;
}

.due_colonne td img {
width:90%;
padding-left:30px;
}

.due_colonne td, .due_colonne_gallery_left td, .due_colonne_gallery_welding td, .due_colonne_gallery_right td {
	padding-left: 20px;
	padding-right:20px;
}

/* after */

.due_colonne_gallery_left .gallery, .due_colonne_gallery_right .gallery {
width: 65%;
height: 100%;
text-align: left;
vertical-align: top;
}


.due_colonne_gallery_left .gallery img, .due_colonne_gallery_right .gallery img {
width: 45%;
margin: 10px 2%;
}

.due_colonne_gallery_left .testo {
width: 35%;
height: 100%;
text-align: left;
vertical-align: top;
font-size:24px;
line-height:30px;
padding-top:10px;
}

.due_colonne_gallery_right .testo {
width: 35%;
height: 100%;
text-align: left;
vertical-align: top;
font-size:24px;
line-height:30px;
padding-left:60px !important;
padding-top: 10px;
}

.due_colonne_gallery_left .testo_colors {
width: 35%;
height: 100%;
text-align: left;
vertical-align: top;
font-size:24px;
line-height:30px;
padding-top:10px;
font-family: 'Titillium Web', sans-serif;
}

.due_colonne_gallery_right .testo_colors {
width: 35%;
height: 100%;
text-align: left;
vertical-align: top;
font-size:24px;
line-height:30px;
padding-left:60px !important;
padding-top: 10px;
font-family: 'Titillium Web', sans-serif;
}

.testo_colors {
text-align: left;
vertical-align: top;
font-size:24px;
line-height:30px;
padding-top:10px;
font-family: 'Titillium Web', sans-serif;
}

.due_colonne_gallery_welding .gallery {
width: 35%;
height: 100%;
text-align: left;
vertical-align: top;
}


.due_colonne_gallery_welding .gallery img {
width: 85%;
margin: 5px 5%;
}

.due_colonne_gallery_welding .tabella, .due_colonne_gallery_welding .tabella_colors  {
width: 65%;
height: 100%;
text-align: left;
vertical-align: top;
font-size:24px;
line-height:30px;
}

.due_colonne_gallery_welding .tabella img, .due_colonne_gallery_welding .tabella_colors img {
width: 85%;
}

/*    Colors    */

.colors_blank_page {
	width: 1920px;
	height: 1080px;
	background: url('/img/templates/colors_blank_page_bg.jpg');
	font-size:40px;
	line-height:46px;
	font-family: 'Titillium Web', sans-serif;
}

.colors_blank_page_content {
	width:1630px;
	height: 970px;
	float:left;
	font-family: 'Titillium Web', sans-serif;
}

.colors_blank_page_content p {
	padding: 0 15px 0 15px;
}

.colors_blank_page_sidebar {
	width:290px;
	height: 1080px;
	float:left;
	font-family: 'Titillium Web', sans-serif;
}

.colors_blank_page_sidebar div {
	margin-top:975px;
	color:#fff;
	font-size:32px;
	text-align:center;
	width:155px;
}

.colors_blank_page table td h1 {
	font-size: 66px !important;
	line-height:72px;
	font-weight:400;
	font-family: 'Titillium Web', sans-serif;
}

.colors_blank_page table td h2 {
	font-size: 50px !important;
	line-height:56px;
	font-weight:400;
	font-family: 'Titillium Web', sans-serif;
}

.colors_page_content {
	width:1630px;
	height: 830px;
	float:left;
	font-family: 'Titillium Web', sans-serif;
}

.colors_footer_numero {
    width: 100px;
    height: auto;
    float: left;
    text-align: right;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    margin-right: 30px;
    padding-top: 15px;
    font-family: 'Titillium Web', sans-serif;
}

.colors_footer_titolo {
    width: 500px;
    height: auto;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 25px;
    padding-top: 15px;
}

.colors_titolo_sezioni {
	width: 1920px;
	height: 1080px;
	background: url('/img/templates/colors_titolo_sezioni_bg.jpg');
	font-family: 'Titillium Web', sans-serif;
}

.colors_titolo_sezioni h1 {
font-size:72px;
font-weight:600;
line-height: 72px;
color: #333;
width: 1855px;
text-align:right;
font-family: 'Titillium Web', sans-serif;
}

.colors_titolo_sezioni h2 {
font-size:39px;
font-weight:400;
line-height: 39px;
color: #333;
width: 1855px;
text-align:right;
font-family: 'Titillium Web', sans-serif;
}

.colors_titolo_sezioni_content {
height: auto;
padding: 500px 0 0 0px;
font-family: 'Titillium Web', sans-serif;
}

.colors_titolo_sezioni_footer {
height: auto;
color: #333;
font-size: 24px;
padding: 360px 0 0 0px;
width: 1855px;
text-align:right;
font-family: 'Titillium Web', sans-serif;
}

.colors_cover_page {
	width: 1920px;
	height: 1080px;
	background: url('/img/templates/colors_cover_page_bg.jpg');
	font-family: 'Titillium Web', sans-serif;
}

.colors_cover_page h1 {
font-size:70px;
font-weight:700;
line-height: 70px;
color: #333;
width: 1855px;
text-align:right;
font-family: 'Titillium Web', sans-serif;
}

.colors_cover_page h2 {
font-size:48px;
font-weight:600;
line-height: 48px;
color: #333;
width: 1855px;
text-align:right;
font-family: 'Titillium Web', sans-serif;
}

.colors_cover_page_date {
height: auto;
padding: 730px 0 0 0px;
font-size: 30px ;
line-height:30px;
color:#333;
font-weight:400;
width: 1855px;
text-align:right;
font-family: 'Titillium Web', sans-serif;
}
.colors_cover_page_content {
	padding: 120px 0 0 0px;
	font-family: 'Titillium Web', sans-serif;
}

.colors_cover_page_footer {
width: 800px;
height: auto;
text-align: left;
color: #fff;
font-size: 25px;
padding: 410px 0 0 640px;
}

.colors_page_title {
	padding: 80px 0 30px 0px;
	height:auto;
	font-size:66px;
	font-weight:600;
	line-height: 66px;
	/*border-bottom:1px solid #282e4d;*/
}

.colors_sezione_video {
	height:720px;
	margin-top:70px;
	width:1920px;
	text-align:left;
}

/* end template full hd */

.logo-email {
	margin:20px;
}

.titolo-email {
	padding:15px 20px;
	
}

.titolo-email h4 {
	border-bottom:1px solid #333;
	padding-bottom:5px;
}

.corpo-email {
	margin:20px;
	
}

.page-landscape {
	width: 1120px;
	height: 630px;
}

.page textarea, .page div#corpo {
	background-color: transparent; 
	border: none;
	box-shadow: none;
	border-radius: 3px;
	resize: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.mce-edit-focus {
	outline: none !important;
}

#mytoolbar {

}

#mytoolbar .mce-panel {
	border: none;
	background: none;
	left: 1px !important;
	top: 1px !important;
}

/* Nick*/
.control-group-col {
	float:left;
	margin-right:10px;
	margin-left:10px;
}

.tag_form {
	margin:10px 0 0 10px;
	
}

.tag_form label{
	width:100px;
}