@import '../../../atk/themes/stillblue/styles/style.css';

.panelTitleText {
    background: #f38544;
}

.panelTitleRight {
    background: #f38544;
}

div#action-buttons a {
    color: #ba0000;
    margin: 0 5px;
}

div#export_attributes {
    width: 800px;
}

.highlight {
    color: red !important;
}

a.highlight {
    color: #ba0000 !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.nowrap {
    white-space: nowrap;
}

#print-header {
    display: none;
    background: url("../images/print-bar.png") top left repeat-x;
    width: 100%;
    margin-top: 10px;
}

#print-logo {
    margin-left: 5%;
}

/* PRINT */
@media print {
    body {
        background-color: #fff;
    }

    #topSpacer {
        display: none;
    }

    #print-header {
        display: block;
    }

    .stacktrace {
        display: none;
    }

    .panelTitle {
        text-align: center;
    }

    .panelTitleText {
        color: #414141;
        background: none;
        float: none;
    }

    .panelTitleRight, .panelHeader, .panelFooter {
        display: none;
    }

    .panelContent {
        border: 0;
    }

    #action-buttons {
        display: none;
    }

    #atk_debugging_div {
        display: none;
    }
}
