html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -40px;
    padding: 0 0 40px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}
.wrap:after {
  content: "";
  display: block;
}

.footer, .wrap:after {
  height: 40px; 
}
.footer p {
    margin-bottom: 0;
}
.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    width: 100%;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.xform-control {
    height: 28px;
}
.xbtn {
    line-height: 14px;
}
.navbar .nav > li > a {
    xfont-size: 12px;
}
.navbar {
    min-height: 30px;
}


richiesta-author {
    font-weight: bold;
}
.richiesta-type  {
    font-style: italic;
}
.richiesta-number {
    color: #a3aab1;
    font-weight: 300;
    letter-spacing: -1px;
}
.richiesta-title {
    font-weight: normal;
    line-height: 1.125;
    overflow-wrap: break-word;
}
.richiesta-creation {
    font-size: 1.1em;
}
.sidebar {
}

.sidebar-item + .sidebar-item {
    border-top: 1px solid #e6ebf1;
    margin-top: 15px;
    padding-top: 10px;
}

.sidebar-item {
    color: #c2d5e6;
    font-size: 12px;

}    
.sidebar-item h3 {
    color: #fafafa;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;

}
.sidebar-item .btn-title {
    color: #c2d5e6;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 0;
}

.form-inline-element{
    margin: 1px 2px;
    display: inline-block;
} 
.tt-scrollable-menu .tt-menu {
    max-height: 400px;
    overflow-y: auto;
}
.tt-scrollable-menu .tt-menu {
    max-height: 400px;
    overflow-y: auto;
}
.tt-menu .tt-suggestion {
    border-bottom: 1px solid #000;
}

.cbx-icon {
    position: absolute;
    margin: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
}

.bottom-right{
    position: absolute;
    top: 16px;   
    right:15px; 
    margin:10px 0px;
  }


.file-drop-zone {
    min-height: 120px;
}

.cessato {
    color: red !important;
}

.kv-table-header {
    background: #333333;
}