﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
      font-family:'Josefin Sans', sans-serif;
}

.deleter {

	position: relative;
	margin-right: 240px;
    z-index:1000;


}

#deleteButton {
	position: relative;
	/*float: left;
	left: 15px;*/
	margin-top: -20px;

}
/* the overlayed element */
.simple_overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#333;

    
    min-height:200px;
    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(/Images/elimina.jpg);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:25px;
    width:25px;
}
    /* styling for elements inside overlay */
  .details {
  position:absolute;
  top:15px;
  right:15px;
  font-size:11px;
  color:#fff;
  width:250px;
  }

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
    outline: none;
}



:focus
{
    -moz-outline-style: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h5,h3,h4, h6
{

  font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

h1
{
    font-size: 1.8em !important;
    font-weight: 600;
    color:#099;
}

h2
{
    font-size: 1.9em !important;
    font-weight: 600;
    color: #0C3;
}

h3
{
    font-size: 1.5em !important;
    text-align: right;
    text-transform: none;
    font-weight: 900;
    margin-bottom: 0;
}


h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 20px auto 0 auto;
    border: 1px solid #496077;
}

.header {
	position: relative;
    margin: 0;
    padding: 0;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
    border-bottom: 5px solid green;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
   
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    /*background-color: green;*/
    padding: 0;
    
    height:20px;
    width: 100%;
    bottom:10px;
    text-align: left;
    line-height: normal;
    position:fixed;
    color:White;
    z-index: 100;
}


/* TAB MENU   
----------------------------------------------------------*/


div.menu
{
  
    width:100%;
    padding: 1px 0 4px 1px;
}
div.menuVert ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}
div.menu ul
{
    left:20px; 
     list-style: none;
    padding: 0;
    width: auto;
}
#container {
    -webkit-border-radius: 2em 2em 1em 0;
    -moz-border-radius: 2em 2em 1em 0;
    -ms-border-radius: 2em 2em 1em 0;
    border-radius: 2em 2em 1em 0;
}

div.menu ul li a, div.menu ul li a:visited
{
	
    border: 1px white solid;
	background-color:black;
    color: white;
	width:150px;
	top:0;

    padding: 5px;
	float:left;
    text-decoration: none;
    white-space: nowrap;
    
}

div.menu ul li a:hover
{
    background-color: greenyellow;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

#PanelDetail {
    position: relative;
    width: 100%;
    max-width:700px;

  float:left;
    padding: 0;
    font-size: 20px;
     background-color: #fff;
    padding: 10px;
    margin-left: 10px;
    -webkit-border-radius: 0 0 3em 0;
    -moz-border-radius: 0 0 3em 0;
    -ms-border-radius: 0 0 3em 0;
    border-radius: 0 0 3em 0;
}

.LabelStyle
{   width:100%;

	/*background: transparent url('images/bgLabel.jpg') no-repeat;*/
	color : #747862;
	
    
	border:0;
	padding:4px 8px;
	margin-bottom:0;

    margin: 0 auto;
}

.LabelNone
{   width: 221px;
	background: transparent url('') no-repeat;
border:0;
font-size:x-large;
color:blue;

}
.LabelNoneLog
{   width: 221px;
	background: transparent url('') no-repeat;
border:0;
font-size:x-large;
color:red;

}
#LinkDettaglio {
    margin-left:150px;
right:0;
}
.MenuImage {
width:70px;
height:70px;
display:block;
/*margin-top:-20px;*/
}
.LabelStyleDesc {
    font-family:'Josefin Sans', sans-serif;
    color: #696969;
}

.LabelStyleDescLOG {
    width: 221px;
 font-family:'Josefin Sans', sans-serif;
    color: red;
}
.LabelStyleLOG
{   width: 221px;
   
	/*background: transparent url('/Images/bgLabel.jpg') no-repeat;*/
	color : red;
    font-weight:900;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0;

}



/* styling for the image wrapper  */
#image_wrap
{
    /* centered */
    visibility:hidden;
    text-align: center;
    padding:10px;
    margin-top: 0; /* some "skinning" */
    border: 1px solid #fff;
    outline: 1px solid #ddd;
    -moz-ouline-radius: 4px;
    position: absolute;
    max-width: 600px;
    width:70%;
   
    
}



.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


#bg
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.bgwidth
{
    width: 100%;
}
.bgheight
{
    height: 100%;
}

.overtutt
{
    position: relative;
}

.items
{
    position: relative;

}


.logoz
{
    position:absolute;
    z-index:100;
    margin:20px;
   
    right:0;
    

}
.logoz2
{
    position:absolute;
    top:0;
    z-index:100;
    margin: 10px;
    width: 100px;
  
 
}
.marche {
    position: absolute;
    left: -30px;
    margin-top:10px;
    width: 220px;
    display: block;
    float: left;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.5);
    padding-top: 20px;
    -webkit-border-radius: 1em 2em 1em 2em;
    -moz-border-radius: 1em 2em 1em 2em;
    -ms-border-radius: 1em 2em 1em 2em;
    border-radius: 1em 2em 1em 2em;
}


.accedi
{
    color: Navy;
    display: block;
    text-align: left;
   

}
.MenuEditing {
 
    position:absolute;
    top:0;
    width:100%;
    height:50px;
  
}
.MenuEditingLogged {
    position:fixed;
     background-color:red;
   z-index:100;
    top:0;
    width:100%;
    height:60px;
    -webkit-box-shadow: 5px 5px 10px 2px #333333;
    -ms-box-shadow: 5px 5px 10px 2px #333333;
    box-shadow: 5px 5px 10px 2px #333333;
}

.areaclienti
{
   
    position:absolute;
    top:30px;
    right:30px;
    color: green;
    cursor: pointer;
}

#Logger {
     display: none;
    position:absolute;
    right:0;
    top:0;
    background-color:white;
    margin:30px;
    border-width:10px;
    padding-right:20px;
    padding-left:20px;
    padding-bottom: 20px;
    z-index:1000;
    background-color: ivory;
    cursor: pointer;
        -webkit-border-radius: 2em 0 2em 0;
    -moz-border-radius: 2em 0 2em 0;
    -ms-border-radius: 2em 0 2em 0;
    border-radius: 2em 0 2em 0;

/*visibility:hidden;*/
}

#Closer {
    margin-left: 150px;
}

.logged
{
    position:absolute;
    top:40px;
    right:30px;
    color: green;
}
.ajax__html_editor_extender_texteditor
{
    background-color: #FFFFFF;
}
.error  
{ 
   background: Yellow; border: 1px solid red; 
}

.slider {
    width: 580px;
    position: relative;
    -webkit-border-radius: 5em 0 5em 0;
    -moz-border-radius: 5em 0 5em 0;
    -ms-border-radius: 5em 0 5em 0;
    border-radius: 5em 0 5em 0;
}

#inner
{
    margin: 0 auto;
    width: 60%;
    text-align:center;
}

#NavigationMenuz
{
    
    margin: 0 auto;
    width: 70%;
    text-align:center;
    }

.Clo {
text-align:right !important;
}

