#bloccodebug {
	background-color: #CC0000;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 50px;
    overflow: auto;
}#bloccodebug:HOVER {
    height: 250px;
}
#bloccodebug pre{
	color: #ffffff;
}

.debug.layout-footer-fixed .wrapper .content-wrapper {
    padding-bottom: calc(3.5rem + 51px) !important;
}
.debug.layout-fixed .main-sidebar {
    bottom: 0;
    float: none;
    height: calc(100vh - 51px) !important;
    left: 0;
    position: fixed;
    top: 0;
}
.debug.layout-footer-fixed .wrapper .main-footer {
    bottom: 51px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
}


.form-error{
	color:red;
}