body{
    background-color: #f5f5f5;
    #padding-top: 10px;
    padding-bottom: 40px;
}
.container-body{
    background-color: #FFFFFF;
    min-height: 500px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    padding-left: 0px;
    padding-right: 0px;
}

.container-header{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

.left-padding-20px{
    padding-left: 20px;
}


a.homeLink{
    color: #FFFFFF;
}
a.homeLink:hover{
    color: #FFFFFF;
}

a.homeLink:visited{
    color: #FFFFFF;
}

.padded5 {
    padding: 5px;
}

div.stepPanel{
    min-height: 400px;
}

div.header{
    background-color: #2c3e50;
}

div.headerLeft{
    background: url('../img/headerLeft.png') no-repeat;
    background-color: #2c3e50;
    width: 100%;
}

div.headerRight{
    background: url('../img/headerRight.png') no-repeat;
    background-color: #174372;
}

div.heigth73px{
    min-height:73px;
    height:73px;
}

div.heigthUserContainer{
    min-height:40px;
    height:40px;
    background-color: white;
}
div.container-subheader{
    padding: 5px;
}

div.heigth75px{
    min-height:75px;
    height:75px;
}

h1.header-title{
    background: none repeat scroll 0 0 transparent;
    position: relative;
    top: 5px;
    left: 5px;
    font-size: 32px;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2.header-subtitle{
    background: none repeat scroll 0 0 transparent;
    position: relative;
    top: 5px;
    left: 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    font-variant: small-caps;
    margin-top: 0px;
    margin-bottom: 0px;
}


.wizardnavigator{
    width: 100%;
}
.wizardnavigator td{
    text-align: right;
    width: 300px;
}

img.marker-invalid{
    vertical-align:middle;
}




.optional{
    font-style:oblique;
    color:blue;
}

.hidden{
    display:none;
}



.clickable{
    cursor:pointer;
}

.unselectable *{
    color:#a9a9a9;
}


.ajax-indicator{
    vertical-align:middle;
    border:0;
    padding:0;
    margin:0;
    position:absolute;
}


img.borderless{
    border:none;
}

img.photopreview{
    border:1px;
    border-style: solid;
    border-color: #535354;
}

.centered {
    text-align: center;
}
.righted {
    text-align: right;
}

.middled {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}





.stepName{
    font-size: 8pt;
}


ul.nomarker{
    list-style-type: none;
    list-style:none;
}


.wicketExtensionsWizardHeaderSummary {
    font-weight: bold;
}


.view {
    min-height: 450px;
}
/* end sticky button */


/* fabio, la wizard di wicket aggiunge dei container che non hanno width 100% */
.wicketExtensionsWizardOuterTable{
    width: 100%;
}
.wicketExtensionsWizardInnerTable {
    width: 100%;
}

label.required:after {
    content: "*";
    color: grey;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-size: 10px;
    padding-left: 10px;
}

.my-pager {
    overflow: auto;
    margin-bottom: 30px;
}

.pagination {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 1px;
    float:left;
}

.pagination > li > a {
    /* rimuovo il bordo arrotondato dai numerini della paginazione
     bootstrap.css li arrotonda da qualche parte */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination > li > .activeNumber {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination-page-count {
    margin-top: 0;
    display: inline-block;
    line-height: 36px;
}

@media (max-width: 550px) {
    .headerRightBg {

    }
}

@media (min-width: 551px) {
    .headerRightBg {
        background: url('../img/headerRight.png') no-repeat;
        width: 222px;
        height: 75px;
        border-radius: 0;
        background-position: right center;
    }
}
.margin-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}


.feedbackPanelINFO > .feedbackPanel {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.feedbackPanelERROR > .feedbackPanel {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

div.feedbackDiv{
    max-height: 535px;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.feedbackPanel{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
li.feedbackPanelERROR{
}
span.feedbackPanelERROR{
    font-weight:bold;
}
.table-hover tbody tr:hover td {
    background-color: orange;
}





@media only screen and (max-width: 760px) {
    /*
    Classi per i bottoni sempre visibili in fondo allo schermo sui device mobili
    */
    .sticky {
        position: fixed;
        z-index: 100;
        bottom: 30px;
        background-color: white;
        /* Set the fixed height of the footer here */
        /*background-color: #f5f5f5;*/
    }
    .stickyPlaceHolder{
        height: 100px;
    }
}
