/**
colore -> #41281B

IMPOSTAZIONI DI BASE ADMIN
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,  img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    text-align: center;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 	fine impostazioni di base */



/**
IMPOSTAZIONI DI BASE 
*/
html {
    overflow: -moz-scrollbars-vertical;
}

a, a:hover{
    color:#41281B;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
}

h2 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}

h3 {
    margin: 0px;
    font-size: 17px;
    font-weight: normal;
}

h4 {
    margin: 5px 0px;
    font-size: 13px;
    font-weight: bold;
    color:#41281B;


}

body {
    background-color: #ffffff;
    padding: 0px;

    margin: 0px;
    text-align: left;
    font-family: Arial, Verdana;
    font-size:12px;
    color:#808080;

}

.clear{
    clear:both;
}
.clear_l{
    clear:left;

}
.clear_r{
    clear:right;
}

.float_l{
    float:left;
}
.float_r{
    float:right
}

.nascosto{
    display: none;
}

.pointer {
    cursor: pointer;
}

input[type="radio"], 
input[type="checkbox"] {
    margin: -2px 4px 0 0 !important;
}

/* contenitore principale */



#adminLayout{

    text-align: left;
    width: 90%;
    margin: 0 auto;
    background:#ffffff;
    border:nonepx solid #333;
    padding:0px;
    /*box-shadow: 8px 1px 3px 0px #666;*/
    padding-left: 0px;

    /*behavior: url('/_common/PIE.htc');*/


}

/** HEADER LAYOUT ADMIN 
*/

#headerLayout{

    padding:10px 20px;
    min-height:100px;

}


#syntheticCredit {

    float:none;
    padding:5px;
    margin: 0px;

}

#projectTitle{

    font-size:14px;
    font-weight: bold;
    margin: 0px 5px;
    font-family: arial;
    padding-top: 0px;

}

#userConnected span{
    color:#A03022;
    font-weight: bold;
}
#userConnected{
    float: right;
    margin: 5px;
    padding: 5px;
    clear: both;    

    background:url('../_immagini/layout/omino.png');
    background-position: center left;
    background-repeat: no-repeat;

    line-height: 31px;
    padding-left:20px;

    position: absolute;
    right: 7%;
    top:0%;
}


#adminLogout{
    float:none;
    padding: 5px;


}

#mainLayout{
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    padding:10px;



}

#menuLayout{

    margin-bottom: 0px;


    padding:5px;



}

#menuLayout ul.sections li {
    padding:5px;
    font-weight: bold;


}

#menuLayout ul.options li {

    font-weight: normal;
    line-height: 1.5;
}

#menuLayout ul.options li a:hover,
#menuLayout ul.options li a.acceso{

    color:#A03022;
}


#contentLayout{
    float:none;
    margin-bottom: 10px;
    padding: 10px;
    padding-top:0px;

}

#footerLayout{
    clear:both;
    text-align: center;
    padding:10px;
    padding-bottom: 0px;
    margin-top:10px;
    border-top:1px solid #cacace;

}

.formImageLoading,.formFileLoading{
    display: none;
    padding:10px;
}

div#loginMask{

    width:350px;
    padding:10px;
    border:1px solid #f0f0f0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;

    box-shadow: 5px 5px 5px #cacace;
    -moz-box-shadow: 5px 5px 5px #cacace;
    -webkit-box-shadow: 5px 5px 5px #cacace;
    background-color:#ffffff;
    behavior: url('/_common/PIE.htc');

}



.bordered{

    border:1px solid #f0f0f0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    behavior: url('/_common/PIE.htc');
}

.shadowed{
    box-shadow: 5px 5px 5px #cacace;
    -moz-box-shadow: 5px 5px 5px #cacace;
    -webkit-box-shadow: 5px 5px 5px #cacace;
    background-color:#ffffff;
    behavior: url('/_common/PIE.htc');

}


div#loginMask form table td{

    padding:10px;
}

div#loginMask, div#loginMask a{
    color:#7C7C7C;
}

div#loginMask form table td input{

    border:1px solid #cacace;
    padding:2px 5px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    max-width: 185px;
    outline:0;
    behavior: url('/_common/PIE.htc');
}
div#loginMask form table td input.submit{

    background-color:#A03022;
    color:#ffffff;
    cursor:pointer;
}


h3{
    color:#A03022;
    font-size:13px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
}

div#loginContainer{
    padding-top: 130px;
}

#internalMenu{

    border-top: 1px solid #CACACE;
    padding-bottom: 10px;
    padding-top: 10px;

    text-align: left;
}


dt, dd{
    padding:3px 0px;

}

.required{
    font-weight: bold;
}
dt{
    font-size: 13px;

}

dd{
    margin-bottom: 8px;
}

ul.errors li{
    padding:3px;
    background-color: #ff0000;
    color:#ffffff;
    margin:3px 0px;
}



#contentArea table th,
#contentArea table td{
    padding:0px 5px;
    text-align: left;
    vertical-align: top;
}
.contentOthers{

    background-color:#f7f7f7;
}


.contentIndex th{

    font-weight: bold;
    background-color: #f7f7f7;
}
.contentIndex th,
.contentIndex td{
    padding:10px !important;
    border-bottom: 1px solid #cacace;


}

.contentIndex td.groupName{

    background-color:#ffffff;
}

#elements_to_be_sorted{

    margin-top:5px;
}

.floatElements li{

    float:left;
    width:150px;
    min-height:100px;
    margin:2px 5px;
    height: 150px;

}

.messaggioOk{

    text-align: center;
    color:#000000;
    padding:5px; 
    border:1px solid #cacace;
    border-right: 0px;
    border-left: 0px;
    background-color:#f6f6f6;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;

}

#contentImageArea h2,
#contentFileArea h2{

    background-color: #e6e6e6;
    padding:3px 0px;
    border:1px solid #cacace;
    text-align: center;

}

.li_media {
    color: #41281B;
}

li .acceso{
    color: #A03022;
}

.align_r{
    text-align: right;
}

#assistenza{
    position: absolute;
    padding:10px;
    border:1px solid #cacace;
    background-color: #ffffff;
}

.screenshot{
    margin-right: 5px; 
    margin-bottom: 5px;
}


div.sections{

    width:100px;
    text-align: center;
    height:80px;
    padding-top: 10px;
    border:1px solid #f0f0f0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;

    box-shadow: 5px 5px 5px #cacace;
    -moz-box-shadow: 5px 5px 5px #cacace;
    -webkit-box-shadow: 5px 5px 5px #cacace;
    background-color:#ffffff;
    behavior: url('/_common/PIE.htc');

    color:#A03022;


    float:left;
    margin:5px;
    cursor:pointer;
}

div.sections a{
    display: block;
    color:#A03022;
    text-decoration: none;

    padding:0px 10px;
    font-size: 12px !important;
    padding-top:45px;



}


#menuLayout .sections{
    opacity:0.5;
    filter: alpha(opacity=50);
}

div.sections:hover,
div.sections.acceso{
    opacity:1 !important;
    filter: alpha(opacity=100) !important;
    border:1px solid #A03022 !important;
}


div.s_settings a{
    background:url('../_immagini/layout/icone/settings.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_ditals a{
    background:url('../_immagini/layout/icone/articles.png');
    background-position: center top;
    background-repeat: no-repeat;
}
div.s_activities a{
    background:url('../_immagini/layout/icone/team.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_offers a{
    background:url('../_immagini/layout/icone/sponsor.png');
    background-position: center top;
    background-repeat: no-repeat;
}


div.s_accomodations a{
    background:url('../_immagini/layout/icone/technical.png');
    background-position: center top;
    background-repeat: no-repeat;
}


div.s_school a{
    background:url('../_immagini/layout/icone/homepage.png');
    background-position: center top;
    background-repeat: no-repeat;
}


div.s_headerphotos a{
    background:url('../_immagini/layout/icone/headerphotos.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_headline a{
    background:url('../_immagini/layout/icone/headline.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_dates_prices a{
    background:url('../_immagini/layout/icone/tickets.png');
    background-position: center top;
    background-repeat: no-repeat;
}


div.s_news a{
    background:url('../_immagini/layout/icone/news.png');
    background-position: center top;
    background-repeat: no-repeat;
}


div.s_translations a{
    background:url('../_immagini/layout/icone/translations.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_courses a{
    background:url('../_immagini/layout/icone/references.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_wholesaler a{
    background:url('../_immagini/layout/icone/wholesaler.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_newsletter a{
    background:url('../_immagini/layout/icone/newsletter.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_links a{
    background:url('../_immagini/layout/icone/links.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_prodottiamarchio a{
    background:url('../_immagini/layout/icone/prodottiamarchio.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_promozioni a{
    background:url('../_immagini/layout/icone/promozioni.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_profilo a{
    background:url('../_immagini/layout/icone/profile.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_puntidiforza a{
    background:url('../_immagini/layout/icone/puntidiforza.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_media a{
    background:url('../_immagini/layout/icone/media.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_puntivendita a{
    background:url('../_immagini/layout/icone/puntivendita.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_volantino a{
    background:url('../_immagini/layout/icone/volantino.png');
    background-position: center top;
    background-repeat: no-repeat;
}


div.s_servizi a{
    background:url('../_immagini/layout/icone/servizi.png');
    background-position: center top;
    background-repeat: no-repeat;
}


div.s_homepage a{
    background:url('../_immagini/layout/icone/homepage.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_ecommerce_settings a{
    background:url('../_immagini/layout/icone/ecommerce_settings.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_ecommerce_customers a{
    background:url('../_immagini/layout/icone/ecommerce_customers.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_ecommerce_products a{
    background:url('../_immagini/layout/icone/ecommerce_products.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_ecommerce_products_settings a{
    background:url('../_immagini/layout/icone/ecommerce_products_settings.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_catalogo a{
    background:url('../_immagini/layout/icone/catalogo.png');
    background-position: center top;
    background-repeat: no-repeat;
}
div.s_technical a{
    background:url('../_immagini/layout/icone/technical.png');
    background-position: center top;
    background-repeat: no-repeat;
}
div.s_promo a{
    background:url('../_immagini/layout/icone/promo.png');
    background-position: center top;
    background-repeat: no-repeat;

}
div.s_lists a{
    background:url('../_immagini/layout/icone/lists.png');
    background-position: center top;
    background-repeat: no-repeat;
}
div.s_decor a{
    background:url('../_immagini/layout/icone/decor.png');
    background-position: center top;
    background-repeat: no-repeat;
}
div.s_marchi a{
    background:url('../_immagini/layout/icone/marchi.png');
    background-position: center top;
    background-repeat: no-repeat;
}
div.s_oteralab a{
    background:url('../_immagini/layout/icone/oteralab.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_ecommerce_orders a{
    background:url('../_immagini/layout/icone/ecommerce_orders.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_ecommerce_shippings_types  a{
    background:url('../_immagini/layout/icone/ecommerce_shippings_types.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_ecommerce_payments_types  a{
    background:url('../_immagini/layout/icone/ecommerce_payments_types.png');
    background-position: center top;
    background-repeat: no-repeat;
}




div.s_software  a{
    background:url('../_immagini/layout/icone/software.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_faq  a{
    background:url('../_immagini/layout/icone/faq.png');
    background-position: center 20%;
    background-repeat: no-repeat;
}


div.s_link  a{
    background:url('../_immagini/layout/icone/link.png');
    background-position: center top;
    background-repeat: no-repeat;
}



div.s_references  a{
    background:url('../_immagini/layout/icone/references.png');
    background-position: center top;
    background-repeat: no-repeat;
}


div.s_events  a{
    background:url('../_immagini/layout/icone/promo.png');
    background-position: center top;
    background-repeat: no-repeat;
}


div.s_where  a{
    background:url('../_immagini/layout/icone/dove_siamo.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_info  a{
    background:url('../_immagini/layout/icone/info.png');
    background-position: center top;
    background-repeat: no-repeat;
}

div.s_reports  a{
    background:url('../_immagini/layout/icone/reports.png');
    background-position: center top;
    background-repeat: no-repeat;
}

.it_flag_field {
    background:url('../_immagini/layout/top-it.jpg');
    background-repeat: no-repeat;
    background-position: middle left;

    padding-top: 5px;
    padding-left: 35px;    
}

.en_flag_field {
    background:url('../_immagini/layout/top-en.jpg');
    background-repeat: no-repeat;
    background-position: middle left;

    padding-top: 5px;
    padding-left: 35px;   
}

.fr_flag_field {
    background:url('../_immagini/layout/top-fr.jpg');
    background-repeat: no-repeat;
    background-position: middle left;

    padding-top: 5px;
    padding-left: 35px;   
}

.de_flag_field {
    background:url('../_immagini/layout/top-de.jpg');
    background-repeat: no-repeat;
    background-position: middle left;

    padding-top: 5px;
    padding-left: 35px;   
}

.jp_flag_field {
    background:url('../_immagini/layout/top-jp.jpg');
    background-repeat: no-repeat;
    background-position: middle left;

    padding-top: 5px;
    padding-left: 35px;   
}

.ru_flag_field {
    background:url('../_immagini/layout/top-ru.jpg');
    background-repeat: no-repeat;
    background-position: middle left;

    padding-top: 5px;
    padding-left: 35px;   
}

#internalMenu a{
    color:#A03022;
    font-size:12px;
    font-weight: normal;
}

#internalMenu a.acceso{

    font-weight: bold;
}




#submitbutton{
    outline:0;
    background-color: #A03022;
    padding:3px 5px;
    border:1px solid #f0f0f0;


    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    color:#ffffff;
    font-weight: bold;
    cursor:pointer;

    /* behavior: url('/_common/PIE.htc');*/

}
#submitbutton:hover{
    background-color:#ffffff;
    color: #A03022;
    border:1px solid #A03022;
}

.add{
    background:url('../_immagini/layout/aggiungi.png');
    background-repeat: no-repeat;
    background-position: middle left;
    padding-left:20px;
}

.edit{
    background:url('../_immagini/layout/modifica.png');
    background-repeat: no-repeat;
    background-position: middle left;
    padding-left:20px;
}

.delete{
    background:url('../_immagini/layout/cancella.png');
    background-repeat: no-repeat;
    background-position: middle left;

    /* padding:3px 10px; */
    padding-left: 20px;

}

#twitter-label{
    background:url('../_immagini/layout/social/twitter.png');
    background-repeat: no-repeat;
    background-position: middle left;

    padding:10px 10px;
    padding-left:32px;
    height: 20px;

}

#flickr-label{
    background:url('../_immagini/layout/social/flickr.png');
    background-repeat: no-repeat;
    background-position: middle left;

    padding:10px 10px;
    padding-left:32px;
    height: 20px;

}

#linkedin-label{
    background:url('../_immagini/layout/social/linked-in.png');
    background-repeat: no-repeat;
    background-position: middle left;

    padding:10px 10px;
    padding-left:32px;
    height: 20px;

}

#facebook-label{
    background:url('../_immagini/layout/social/facebook.png');
    background-repeat: no-repeat;
    background-position: middle left;

    padding:10px 10px;
    padding-left:32px;
    height: 20px;

}


#youtube-label{
    background:url('../_immagini/layout/social/youtube.png');
    background-repeat: no-repeat;
    background-position: middle left;

    padding:10px 10px;
    padding-left:32px;
    height: 20px;

}



.photogalleryContainer ul li a.edit,
.photogalleryContainer ul li a.delete{
    margin-left:5px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 18px !important;
    font-weight: normal !important;
}


#menuLayout ul{
    margin-bottom:5px;
}

ul#menuSito,
ul#menuEcommerce{
    margin-left:0px;
}


.nav-tabs > li > a{
    color:#a6a6a6;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {

    border-color:#A03022 #A03022 white !important;
    color:#A03022 !important;

}

.nav-tabs{
    border-bottom-color: #A03022 !important;
}

.nav .logo{

    padding-right: 20px;
    line-height: 20px;   
}

input[type="checkbox"] {
    float: left;
    margin-top: 3px !important;
}


hr{
    margin:4px 0px !important;
}

#price-label{

    //float: left;
    margin-right: 10px;
    padding-top: 9px;

}

.map_canvas{
 height: 300px;
    width: 490px;
}

.updateTitle{
    max-width: 250px;
}