.layout-footer{
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #aaa;
    bottom: 0px;
    width: 100%;
    background-color: #333;
    font-weight: bold;
    padding: 9px;
}
.layout-footer-content{
    position: relative;
    font-size: 9px;
}
.layout-footer-content::before{
    content: "COPYRIGHT © 2007-2016 INFACT SOFTWARE SOLUTIONS. ALL RIGHTS RESERVED";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.layout-footer-content::after{
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    content: "Z";
}
.layout-titlebar{
    position: relative;
    width: 100%;
    background-color: #333;
}
.layout-titlebar-title{
    font-size: 27px;
    color: #fff;
    letter-spacing: 2px;
    padding: 8px;
    font-weight: 200;
    margin-left: -45px;
    font-family: goodtime;
}
.layout-titlebar-logo{
    width: 35px;
    height: 35px;
    margin: 0px 10px;
}
.layout-titlebar-buttonset{
    position: absolute;
    right: 5px;
    top: 0px;
    height: 100%;
    padding-top: 15px;
}
.layout-titlebar-btn{
    display: inline-flex;
    padding: 6px 10px 9px 10px;
    margin-right: auto;
    background-color: #333;
    text-align: center;
    transition: all 300ms;
}
.layout-titlebar-btn:hover>span{
    /*box-shadow: #000 0px 0px 10px 2px;*/
    text-shadow: #000 0px 0px 20px;
    color: #bbb;
}
.layout-titlebar-btn>span{
    color: #aaa;
}
.layout-titlebar-logout{
    right: 0px;
}
.layout-titlebar-settings{
    right: 40px;
}
@media screen and (max-device-width: 550px) {
    .layout-footer-content::before{
        content: "- INFACT SOLUTIONS -";
        position: absolute;
        text-align: center;
        top: 50%;
        left: 0%;
        display: block;
        width: 100%;
        transform: translateY(-50%);
    }
    .layout-footer-content::after{
        content: "";
    }
    .layout-titlebar-buttonset{
        position: absolute;
        right: 5px;
        top: 0px;
        height: 100%;
        padding-top: 42px;
    }
    .layout-titlebar-title{
        padding-bottom: 30px;
    }
}

.bootbox-body{
	max-height: 500px!important;
	overflow-y: scroll;
}