html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

.input-changed,
div.input-changed,
td.input-changed,
.table-striped tbody > tr:nth-child(2n+1) > td.input-changed, 
.table-striped tbody > tr:nth-child(2n+1) > th.input-changed{
    background-color: rgba(255,0,0,0.1);
    border-left: 1px solid #b94a48;
    border-right: 1px solid #b94a48;
}

.alert > p {
    margin:0px;
}

#logo {
    height: 25px;
    width: 25px;
}

label.plain_label{
    font-weight: 400;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -65px;
}

@media (min-width: 768px) {
    .unlogged-container {
        width: 748px;
    }
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 64px;
}
#footer  {
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
}

#footer, #footer a {
    color: #777777;
    text-decoration: none;
}

#footer .footer-item:not(.text-center) {
    padding-top: 20px;
}

#footer .footer-item.text-center {
    padding-top: 12px;
    font-size: 13px;
}

#target {
    padding-top:65px;
    padding-bottom:65px;
}

/* Barre laterali comandi, sezioni, wizard */
.sidebar-nav ul.nav-list li.nav-header{
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar-nav li {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #777777;
}

.sidebar-nav li a{
    color: #000;
    padding: 0px;
}

.sidebar-nav li.active {
   background-color: #00438e;
}

.sidebar-nav li.active a {
   color: #fff;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 979px) {
    #target {
        padding-top:0px;
        padding-bottom:0px;
    }
}

@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.repeteable-item:not(:first-of-type) {
    border-top: 1px solid #006dcc;
    padding-top: 16px;
}

.repeteable-item:not(:last-of-type) .repeatable-buttons {
    margin-bottom: 16px;
}

.modal-title {
  font-size: 20px;
}