#os-redaction-filters input.button {
    float:none;
}

#redaction-fixed-bar-container {
    position:fixed;
    bottom:0;
    left:0;
    background: url('../opsuite_skin_images/bar_bg_blue.png') top left repeat-x #003e66;
    color:#fff;
    padding:8px;
    padding-left:0;
    font-size:14px;
    box-shadow:0 -1px 3px #888, 0 0 0 1px #333;
    border-top:solid 1px #096d9b;
    text-shadow:0 -1px #555;
	z-index: 99999;
}
#redaction-fixed-bar {
	padding-left:10px;
	padding-right:10px;
}
.redaction-reasons-container {
    background-color: #767676;
    background-repeat: repeat;
    border: 1px solid #555555;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #6A6A6A inset;
    color:#fff;
    float:left;
    margin:0;
    max-height:20em;
    overflow:auto;
    padding:0;
    padding-bottom: 10px;
    width: 650px;
}
.redaction-reasons-window {
    margin-left:auto;
    margin-right:auto;
    padding:10px;
}
.redaction-reasons {
    float:left;
}
.redaction-reasons-controls {
    float:right;
}
.redaction-known-reasons ul {
    margin-bottom: 10px;
}
.redaction-known-reasons li {
    padding-bottom: 3px;
}
.redaction-known-reasons input {
    margin-left: 10px;
}
.response-container {
    overflow:hidden;
    padding:5px;
    margin-bottom:30px;
    border:solid 1px #cccccc;
    border-radius:6px;
    box-shadow:0 0 2px 0 #bbbbbb;
    background: url("../opsuite_skin_images/response_container_bg.png");
    background-position: bottom;
    background-repeat:repeat-x;
    background-color:#fff;
    position: relative;
}

.response-container:hover {
    /* showing focus would be better done with toggle class on click, mouseover is too distracting */
    /*box-shadow:0 0 2px 0 #ddd, 0 0 0 2px #cba72f, 0 0 0 1px #f9d05b, 0 0 0 3px #f9d05b;*/
}
.response-container h3 {
    padding:0;
    margin:0;
    margin-top:10px;
    margin-left:15px;
}
.response-text-column {
    width:400px;
    padding:15px;
    margin-bottom:15px;
}
.redaction-source-text {
    float:left;
}
.redaction-preview {
    float:right;
    color:#767676;
}
.redaction-preview .struck, .redaction-preview .struck a {
    background: #333;
    color: #AAA;
    padding: 0 0.5em;
    text-decoration: none;
}
.response-text-controls-container {
    background: #ababab;
    border: 1px solid #767676;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 1px #555 inset;
    clear: both;
    overflow:hidden;
    padding: 9px;
    text-align: right;
    margin:4px;
}
.response-text-controls-container input[type="submit"] {
    padding:5px;
	border-radius:5px;
    background-repeat:repeat-x;
    font-size:18px;
    font-weight:normal;
    cursor:pointer;
    color:#fff;
    border:solid 1px #000;
    background-image:url('../opsuite_skin_images/button_bg_blue.png');
    text-shadow:0 -1px 0 #777;
    box-shadow:0 -1px 0 0 #6a6a6a, -1px 0 0 0 #777, 1px 0 0 0 #777, 0 1px 0 0 #ccc;
    background-color:#1776d4;/*helps reduce page flicker while images load*/
    width:160px;
    margin-bottom:8px;
}
.response-text-controls-container input[type="submit"]:hover {
    background-image:url('../opsuite_skin_images/button_bg_blue_hover.png');
}
.response-text-controls-container input[type="submit"]:active {
    background-image:url('../opsuite_skin_images/button_bg_blue_active.png');
    box-shadow:0 -1px 0 0 #6a6a6a, -1px 0 0 0 #777, 1px 0 0 0 #777, 0 1px 0 0 #ccc, 0 0 2px #333 inset;
}
.response-text-controls-container button.grey, .undo-redaction-form input.grey {
    background-image:url('../opsuite_skin_images/button_bg_grey.png');
    background-color:#eaeaea;
    font-size:11px;
    padding:5px;
	border-radius:5px;
    border:solid 1px #444;
    background-repeat:repeat-x;
    font-weight:bold;
    cursor:pointer;
    color:#000;
    text-shadow:0 1px 0 #fff;
    margin-bottom:8px;
}
.undo-redaction-form input.grey {
    margin-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
}


.response-text-controls-container button.grey:hover {
    background-image:url('../opsuite_skin_images/button_bg_grey_hover.png');
}
.response-text-controls-container button.grey:active {
    background-image:url('../opsuite_skin_images/button_bg_grey_active.png');
}
.response-text-controls-container input[type="submit"].response-control-reject {
    background-image:url('../opsuite_skin_images/button_bg_red.png');
    background-color:#960018;
    font-size:11px;
}
.response-text-controls-container input[type="submit"].response-control-reject:hover {
    background-image:url('../opsuite_skin_images/button_bg_red_hover.png');
}
.response-text-controls-container input[type="submit"].response-control-reject:active {
    background-image:url('../opsuite_skin_images/button_bg_red_active.png');
}
.response-collapsed {
    height:36px;
}
.response-expand-collapsed {
    float:left;
    width:100%;
    text-align:center;
    margin-top:-16px;
}
.response-expand-collapsed a {
    color:#777;
}
.response-status {
    display:none;
    float:right;
    margin-top:-16px;
    margin-right:10px;
}
.response-approved .status-approved {
    display:block;
    color:blue;
}
.response-rejected .status-rejected {
    display:block;
    color:red;
}

.redaction-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    font-size: 2em;
    padding-top: 2em;
    text-align: center;
}
.redaction-ajax-processing {
    background: #fafafa;
    color: #222222;
}
.redaction-ajax-approved {
    background: url('../opsuite_skin_images/redaction-approved-bg.png');
    color: #004500;
}
.redaction-ajax-rejected {
    background: url('../opsuite_skin_images/redaction-rejected-bg.png');
    color: #450000;
}
.redaction-bottom-controls {
    width: 100%;
    text-align: center;
}

#redaction-body-log .strikes {
    background-color: #fafafa;
}
#redaction-body-log .approve {
    background-color: #caffca;    
}
#redaction-body-log .reject {
    background-color: #ffcaca;
}
#redaction-body-log .pending {
    background-color: #cacaff;
}
#redaction-body-log td {
    background: transparent;
}
strike.redacted, del.redacted {
    text-decoration:none;
    background: #333;
    color: #AAA;
    padding: 0 0.5em;
}
#redacted-tabs li {
    background-color: #CCCCCC;
    border: 1px solid #BBBBBB;
    margin-right: 0.5em;
    color: #000;
    display: inline-block;
    float: left; 
    padding: 0.2em 1em;
    margin-bottom: -1px;

  }
#redacted-tabs li.active {
    background-color: #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
  }
#redacted-tabs li a {
    color: #000;
    text-decoration:none;
}
.moveback .button {
    overflow:visible;
}
