body
{
    font-family: 'Lato', Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
    color: #000;
    padding: 0px;
    margin: 0px;
}


/* Titoli */

h1
{
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h1 small
{
    font-size: 22px;
    line-height: 22px;
}

h2
{    
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
}


.big-text
{
    font-size: 28px;
    line-height: 35px;
}

.big-title
{
    color: #ff5000;
    padding: 10px 0px;
    text-align: center;
}


.small-title
{
    color: #959595;
    margin-right: 5px;
}

.medium-title
{
    font-size: 16px;
    text-transform: uppercase;
}    


/* Link */

a, a:visited
{
    text-decoration: underline; 
    color: #000;
}

a:hover, a:visited:hover
{
    text-decoration: none;
    color: #000;
}


/* Bottoni */

.btn, .btn:visited
{
    background-color: #66cccc;
    color: #fff;
    border: 1px solid #66cccc;
    display: inline-block;
    text-decoration: none;;
    width: 200px;
    text-transform: uppercase;
    font-size: 13px;  
    height: 13px;
    padding: 8.5px 5px;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

input.btn
{
    height: 30px;
}

.btn:active, .btn:hover, .btn:visited:hover, .btn.active
{
    background-color: #66cccc;
    border-color: #66cccc;
    color: #fff;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}


.btn-primary, .btn-primary:visited
{
    background-color: #ff5000;
    border-color: #ff5000;
    color: #fff;    
}

.btn-primary:active, .btn-primary:hover, .btn-primary:visited:hover, .btn-primary.active
{
    background-color: #bf3c00;
    border-color: #bf3c00;
    color: #fff;    
}


.btn-secondary, .btn-secondary:visited
{
    background-color: #959595;
    border-color: #959595;
    color: #000;
}

.btn-secondary:active, .btn-secondary:hover, .btn-secondary:visited:hover, .btn-secondary.active
{
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #000;
}

.btn-mono, .btn-mono:visited, .btn-upload, .btn-upload:active, .btn-upload:hover
{
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.btn-mono:active, .btn-mono:hover, .btn-mono:visited:hover, .btn-mono.active
{
    background-color: #000;
    border-color: #000;
    color: #fff;   
}

.btn-big
{
   padding-top: 15px;
   padding-bottom: 15px;   
}

.btn-upload
{
    overflow: hidden;
    position: relative;
    height: 26px;
    width: 90px;
    padding: 0px;
}

.btn-upload .fa
{
    font-size: 24px;
    padding-top: 2px;
}

.uploader-text
{
    color: #959595;
    display: inline-block; 
}

.btn-upload input
{
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0; 
    display: block;
}

.progress
{
    background-color: #e6e6e6;
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.progress-bar
{
    height: 5px;
    display: block;
}

.progress-bar-success 
{
    background-color: #4dd665;
}

.progress-bar-failed
{
    background-color: #ff2340;
}

.file-upload-results
{
    display: block;
    margin-top: 5px;
}

.file-upload-delete
{
    margin-right: 5px;
    position: relative;
    top: 3px;
    
}

/* GRID */


.clearfix
{
    clear: both;
}  

.col-nr-margin
{
    margin-bottom: 30px;
}


.gray-label, .gray-label-block
{
    color: #959595;
}

.gray-label-block
{
    display: block;
    margin-bottom: 5px;
}

.no-lmargin
{
    margin-left: 0px;
}

.no-rmargin
{
    margin-right: 0px;
}

.no-bmargin
{
    margin-bottom: 0px;
}

.no-tmargin
{
    margin-top: 0px;
}

.no-margin
{
    margin: 0px;
}
.no-lpadding
{
    padding-left: 0px;
}

.no-rpadding
{
    padding-right: 0px;
}

.no-bpadding
{
    padding-bottom: 0px;
}

.no-tpadding
{
    padding-top: 0px;
}

.no-padding
{
    padding: 0px;
}

.r-align
{
    text-align: right;   
}

.l-align, .rl-align
{
    text-align: left;   
}

.c-align, .rc-align, .lc-align
{
    text-align: center;
}


/* form */

label
{
    display: block;
    margin-bottom: 2px;
}

.lb-inline
{
    display: inline-block;    
}

.label-checkbox, .label-radio
{
    display: inline-block;   
    margin-right: 40px;
}

.label-col6, .label-col3
{
    display: inline-block;
    width: 16.6666666667%;
    padding: 10px 0px;  
}

.label-col6 label, .label-col3 label
{
    display: inline-block;
}

.label-col3
{
    width: 33.33%;
}

input[type="text"], input[type="password"], textarea, select, input[type="checkbox"]
{
    font-size: 13px;
    line-height: 1em;
    background-color: #fff;
    padding: 8.5px;    
    color: #000;
    border: 1px solid #000;
}

input[type="checkbox"]
{
    border-style-width: 0px;
}

select
{
    padding: 6px 8.5px;   
}

.form input[type="text"], .form input[type="password"], .form textarea, .form select
{
    padding: 5px 10px;  
}

.label-checkbox input, .label-radio input, .label-col2 input
{
    margin-right: 5px;
}


.form-error, .field-error
{
    color: #ff2340;
    display: block;
    margin-top: 2px;    
}


.medium-input
{
    width: 80%;
}

.inline-form
{
    display: inline-block;
    width: auto;
}

.search-form
{
    margin-left: 20px;
}

.form-section
{
    margin-top: 4%;
    border: 1px solid #cecece;
}

.form-section h2
{
    background-color: #000;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding: 10px;
    margin: 0px;
}

.form-submit
{
    clear: both;
    text-align: center;
    margin: 20px 0px;
}

/* messaggi */

.message
{
    width: 100%;
    margin: 20px 0px;
    display: block; 
}

.message-title
{
    padding: 10px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px;
}

.message-error, .message-c-error
{
    color: #ff2340;  
}

.message-notice, .message-c-notice
{
    background-color: #eee;    
}

.message-c-notice, .message-c-error
{
    text-align: center; 
}

.message-text
{
    padding: 10px;
}

.icon, .c-icon
{
    font-size: 14px;
}

.icon-small, .c-icon-small, .fa.icon-small
{
    font-size: 12px;    
}

.icon-medium, .c-icon-medium
{
    font-size: 20px;    
}

.icon-big, .c-icon-big
{
    font-size: 28px;
}

.fa-check
{
    color: #4DD665;
}

.fa-plus-add
{
    color: #ff5000;
}

.paginazione 
{
    text-align: center;
    margin: 30px 0px;
    color: #808080;
}
.paginazione a, .paginazione a:visited, .paginazione a:hover
{
    color: #808080;
    text-decoration: none;
}

.paginazione .active, .paginazione a
{
    padding: 0px 10px;    
}

.paginazione .active
{
    font-size: 18px;
}

.paginazione .button-nav
{
    position: relative;
    top: -2px;
}

/* tabelle */

table
{
    background-color: transparent;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
}

th, td
{
    border-top: 1px solid #cecece;
    line-height: 18px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

th
{
    background-color: #fff;
    color: #808080;
    text-transform: uppercase; 
    font-weight: normal;
}

thead th, th.form-label, td.form-label
{
    vertical-align: middle;
}

th.form-label, td.form-label
{
    text-transform: none;
    width: 15%;
}


.table
{
    margin: 20px 0px;
}

.table-bordered-outside
{
    border: 1px solid #cecece;
}

.table-bordered
{
    border-bottom: 1px solid #cecece;
}

.table-bordered th, .table-bordered td
{
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.table-bordered-vertical th, .table-bordered-vertical td
{
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top-width: 0px;
}

.table-black th
{
    background-color: #000;
    color: #fff;
}

.table-black th a, .table-black th a:hover
{
    color: #fff;
}

table.no-lborder, td.no-lborder, .table-bordered td.no-lborder, .table-bordered-vertical td.no-lborder, th.no-lborder, .table-bordered th.no-lborder, .table-bordered-vertical th.no-lborder
{
    border-left-width: 0px;
}

table.no-rborder, td.no-rborder, .table-bordered td.no-rborder, .table-bordered-vertical td.no-rborder, th.no-rborder, .table-bordered th.no-rborder, .table-bordered-vertical th.no-rborder
{
    border-right-width: 0px;
}

table.no-bborder, td.no-bborder, .table-bordered td.no-bborder, .table-bordered-vertical td.no-bborder, th.no-bborder, .table-bordered th.no-bborder, .table-bordered-vertical th.no-bborder
{
    border-bottom-width: 0px;
}

td.no-tborder, .table-bordered td.no-tborder, .table-bordered-vertical td.no-tborder, th.no-tborder, .table-bordered th.no-tborder, .table-bordered-vertical th.no-tborder
{
    border-top-width: 0px;
}

td.lborder, .table-bordered-outside td.lborder, th.lborder, .table-bordered-outside th.lborder
{
    border-left: 1px solid #cecece;
}

td.rborder, .table-bordered-outside td.rborder, th.rborder, .table-bordered-outside th.rborder
{
    border-right: 1px solid #cecece;
}

td.tborder, .table-bordered-outside td.tborder, th.tborder, .table-bordered-outside th.tborder
{
    border-top: 1px solid #cecece;
}

td.bborder, .table-bordered-outside td.bborder, th.bborder, .table-bordered-outside th.bborder
{
    border-bottom: 1px solid #cecece;
}

td.no-padding, .table-bordered td.no-padding, .table-bordered-vertical td.no-padding, th.no-padding, .table-bordered th.no-padding, .table-bordered-vertical th.no-padding
{
    padding: 0px;
}

td.no-lpadding, .table-bordered td.no-lpadding, .table-bordered-vertical td.no-lpadding, th.no-lpadding, .table-bordered th.no-lpadding, .table-bordered-vertical th.no-lpadding
{
    padding-left: 0px;
}

td.no-rpadding, .table-bordered td.no-rpadding, .table-bordered-vertical td.no-rpadding, th.no-rpadding, .table-bordered th.no-rpadding, .table-bordered-vertical th.no-rpadding
{
    padding-right: 0px;
}


td.no-tpadding, .table-bordered td.no-tpadding, .table-bordered-vertical td.no-tpadding, th.no-tpadding, .table-bordered th.no-tpadding, .table-bordered-vertical th.no-tpadding
{
    padding-top: 0px;
}

td.no-bpadding, .table-bordered td.no-bpadding, .table-bordered-vertical td.no-bpadding, th.no-bpadding, .table-bordered th.no-bpadding, .table-bordered-vertical th.no-bpadding
{
    padding-bottom: 0px;
}


td.mvalign, th.mvalign
{
    vertical-align: middle;
}

td.mbalign, th.mbalign
{
    vertical-align: bottom;
}



.table-grey td, .table-grey th
{
    color: #808080;
}

.table-grey td a, .table-grey th a
{
    color: #808080;
    text-decoration: none;
}

th.light-grey
{
    background-color: #e6e6e6;
    color: #000;
}

th.emphasis
{
    background-color: #4d4d4d;
    color: #fff;
}

td.mid, th.mid
{
    width: 50%;
}

.wds, .mds
{
   display: none; 
}


.admin-action
{
    margin-right: 10px;
}


#i-scroll-container
{
    display: block;
    clear: both;
    margin: 0px auto;
    padding: 20px 0px;
    text-align: center;
}

#i-scroll-loader
{
    display: block;
    clear: both;
    margin: 0px auto;
    padding: 20px 0px;   
    text-align: center;
    text-transform: uppercase;
}


.p-relative
{
    position: relative;
}

/* slideshow */
.slideshow-bullet
{
    width: 32px;
    height: 22px;
    text-indent: -1000px;
    display: inline-block;
    background: transparent url('../image/layout/bullets.png') no-repeat center 0;
    overflow: hidden;
}

.slideshow-bullet.active
{
    background-position: center -23px;
}


th.info-label
{
    color: #959595;
    width: 15%;
    text-transform: none;
}

td.info-text
{
    width: 35%;
    border-right: 1px solid #cecece;
}

#iscroll-trigger
{
    /*visibilit: none;*/
}

#iscroll-loader
{
    display: inline-block;
    margin-top: 10px;
}

.closed
{
    display: none;
}


/*

DA ELIMINARE 

*{
   zoom: 1;
}

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

body
{
	background-color: #f5f5ec;
	text-align: left;
	color: #222;
	font-family:Arial,Verdana,Geneva,Helvetica,Sans-serif;
	font-size: 12px;
}

ul
{
	padding-left: 10px;
	margin-left: 25px
}


a, a:visited
{
	color: #a40202;
	text-decoration: none;
}

a:hover
{
	color: #4c0202;
	text-decoration: none;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
	outline-style: none;
}

h1
{
   margin: 0;
   padding: 0;
}

form
{
   width: 100%;
   margin: 0;
}

*/

a.ui-button, a.ui-button:visited,
button.ui-button, button.ui-button:visited,
input.ui-button, input.ui-button:visited 
{
   color: #E0D0AE;
   text-decoration: underline;
}

a.ui-button:active:focus, button.ui-button:active:focus, input.ui-button:active:focus,
a.ui-button:focus, button.ui-button:focus, input.ui-button:focus,
a.ui-button:active, button.ui-button:active, input.ui-button:active,
a.ui-button:visited:hover, button.ui-button:visited:hover, input.ui-button:visited:hover
a.ui-button:hover, button.ui-button:hover, input.ui-button:hover
{
   color: #212121;
   text-decoration: underline;
}

hr
{
	border:1px solid #505050;
	background-color: #505050;
	height: 0.5px;
	margin: 0 0 10px 0;
}

select.expand
{
   position: absolute;
   width: auto;
}


.trigger-empty-landing
{
    margin-left: 10px;
}

.campaign-landing_pages
{
    width: 90%;
}