/**************** Loading mask ******************/
.loading-mask {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.loading-mask span {
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 50%;
    margin-top: -3.5em;
    margin-left: -4.5em;
    padding: 60px 1em 1em;
    min-width: 7em;
    line-height: 1.25em;
    text-align: center;
    color: white;
    background: black url(../img/mask-loader.gif) no-repeat center 17px;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -webkit-background-clip: padding-box;
    border-radius: 0.5em;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.loading-mask span a {
    color: white;
    font-weight: bold;
}

@media print {
    a[href]:after {
        content: none !important;
    }

    .page-header {
        padding-top: 0;
    }

    .btn {
        display: none;
    }

    .widget.box {
        border: none;
    }

    #showhide {
        display: none;
    }

    .sidebar-content {
        width: 0 !important;
    }

    #content {
        margin-left: 0;
    }
}

table.xdebug-error, .cake-debug-output {
    margin-top: 60px;
}

.reportbuttons {
    padding-bottom: 10px;
}

.page-header {
    padding-top: 10px;
}