/*
 * web: app.css
 * XNAT http://www.xnat.org
 * Copyright (c) 2005-2017, Washington University School of Medicine and Howard Hughes Medical Institute
 * All Rights Reserved
 *
 * Released under the Simplified BSD.
 */

/* xdat.css */
/***********************************************/
/* Default styles                              */
/***********************************************/

html,
html body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

html {
    position: relative;
}

html body {
    padding-bottom: 120px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    line-height: 15px;
    /* letter-spacing: 0.02em ; */
    /*position: relative;*/
    overflow-y: scroll;
    overflow-x: auto;
}

th {
    margin: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-collapse: collapse;
    padding: 0 4px;
}

h2 {
    line-height: 24px;
}

h3 {
    line-height: 20px;
    margin: 0;
}

h4 {
    line-height: 18px;
}

p {
    font-size: 13px;
    line-height: 17px;
    /*margin: 0;*/
}

td {
    /* */
}

a.plainText {
    text-decoration: none;
    color: black;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #039;
}

img {
    border: none;
}

input[type="text"],
input[type="password"],
input[type="number"] {
    padding: 5px 7px;
    border: 1px solid #c0c0c0;
}

textarea {
    padding: 4px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid #c0c0c0;
}

input:focus,
textarea:focus {
    border-color: #2fa4e7;
    box-shadow: 0 0 2px #2fa4e7;
    outline: none;
}

select:focus { outline: none; }

select {  }

/* xnat.css */
/***********************************************/
/* XNAT styles                                 */
/***********************************************/
.withColor {
    background-color: #2d69b8;
    color: #fff;
}

.withThinBorder {
    border: 1px solid #aaa;
}

.recentDataActivity {
    cursor: default;
}

/*.text {*/
    /*font-size: 11px;*/
    /*line-height: 13px;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
/*}*/

div.link {
    cursor: pointer;
    text-decoration: none;
    /*font-size: 11px;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #039;
}

div.edit_title {
    font-size: 16px;
    line-height: 18px;
}

div.edit_header1 {
    font-size: 14px;
    line-height: 18px;
}

div.edit_header2 {
    font-size: 13px;
    line-height: 16px;
}

div.edit_header3 {
    font-size: 12px;
    line-height: 15px;
}

div.spacer {
    line-height: 13px;
}

.actionsBox {
    background-color: #dcdcdc;
}

.quarantine {
    background-color: #fc3;
}

#loginBox {
    top: 2px;
    position: absolute;
    text-align: right;
    right: 5px;
}

#menu1 {
    position: relative;
    top: 2px;
    left: 5px;
    width: 99%;
    height: 28px;
    border-bottom: 1px solid #aaa;
}

div.option {
    /* */
}

#tabbedList {
    margin: 10px;
}

#tabbedList li a {
    height: 20px;
    text-decoration: none;
}

#tabbedList li a:link,
#tabbedList li a:visited {
    color: #000;
    display: block;
    padding: 8px 0 0 10px;
}

#tabbedList li a:hover {
    background-color: #fff;
    padding: 8px 0 0 10px;
}

td.leftBar {
    width: 170px;
    padding-top: 10px;
    padding-left: 10px;
}

/* hide leftBar if it decides to show up on a popup page */
body.popup td.leftBar {
    width: 0;
    padding: 0;
}

body.popup td.leftBar > div {
    display: none;
}

ul.menu {
    list-style-type: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

ul.menu li {
    float: left;
    position: relative;
    margin: 0;
    padding: 2px 6px;
}

ul.subMenu {
    margin: 0;
    padding: 1px;
    padding-top: 3px;
    display: none;
    position: absolute;
    text-decoration: none;
}

ul.subMenu li {
    list-style-type: none;
    margin: 0;
    padding: 4px 8px;
}

ul.topMenu {
    background-color: #fff;
    height: 20px;
    text-align: center;
    font-size: 11px;
    color: #4D4D4D;
    z-index: 4000;
}

ul.topMenu li {
    border: 0 solid #aaa;
    width: 124px;
}

li.topMenuHover {
    background-color: #fff;
}

ul.topSubMenu {
    text-align: center;
    color: #4D4D4D;
    z-index: 4000;
}

ul.topSubMenu li {
    border: 1px solid #aaa;
    font-size: 11px;
}

li.topSubMenuHover {
    /* */
}

div.container {
    border: 1px solid #ccc;
    /* width:300px;  */
}

div.mainContainer {
    border: 1px solid #ccc;
    /* width:300px;  */
}

div.containerTitle {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 30px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

div.containerBody {
    /*overflow: auto;*/
    font-size: 12px;
    line-height: 15px;
    padding: 0;
}

div.containerBody a {
    font-weight: bold;
}

div.containerBody > div > div {
    padding: 5px 10px 9px;
    font-size: 12px;
}

div.containerBody #min_expt_list {
    /* */
}

div.containerBody #min_expt_list td {
    padding: 3px 6px;
}

div.containerBody h3 {
    margin: 2px 0 5px;
    font-size: 13px;
    line-height: 15px;
}

div.mainContainerBody {
    overflow: auto;
    font-size: 11px;
    line-height: 13px;
    padding: 3px;
}

div.containerItem {
    /* font-size: 11px ; line-height: 13px ; */
    /*padding: !* 3px 0 0 3px *! 8px 12px 0 12px;*/
    margin: 15px;
}

div.projectIndex {
    font-size: 11px;
    line-height: 13px;
    padding: 3px;
    border-top: 1px solid #aaa;
}

.horizontalMenu {
    font-size: 13px;
    line-height: 15px;
    position: relative;
    padding: 3px;
}

.horizontalMenuItem {
    font-size: 11px;
    line-height: 13px;
    bottom: 0;
    display: inline;
    padding-right: 3px;
}

ul.containerMenu {
    font-size: 11px;
    padding-right: 0;
}

ul.containerMenu li {
    float: right;
    padding-right: 0;
}

ul.containerSubMenu {
    background-color: #fff;
    border: 1px solid #aaa;
}

ul.containerSubMenu li {
    float: none;
    padding-right: 0;
}

div.titleBarLink {
    text-decoration: none;
    font-size: 11px;
    color: #039;
    cursor: pointer;
    display: inline;
    height: 16px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
    margin-right: 0;
    background-color: #ffd;
}

div.titleBarLink:hover {
    background-color: #dedede;
}

div.titleBarText {
    text-decoration: none;
    font-size: 11px;
    color: black;
    display: inline;
    height: 16px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
}

div.titleBarGrey {
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
    color: black;
    display: inline;
    height: 16px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
}

font.titleBarComment {
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
    color: black;
}

.odd {
    background-color: #fff;
}

.even {
    background-color: #f7f7f7;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

div.projectPrimary {
    /* font-weight: 700 ; */
}

td.highlighted {
    background-color: #ffc;
    border: 1px solid #aaa;
}

td.results {
    white-space: nowrap;
}

div.paging {
    text-align: center;
    font-size: 11px;
    z-index: 4000;
}

div.pagingTitle {
    float: left;
    position: relative;
}

table.paging {
    line-height: 11px;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

tbody.paging {
    line-height: 11px;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

tr.paging {
    line-height: 11px;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

td.paging {
    line-height: 11px;
    margin: 0;
    font-size: 11px;
}

ul.paging {
    text-decoration: none;
    margin: 0;
    padding-left: 10px;
}

li.paging {
    list-style-type: none;
    float: left;
    position: relative;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
}

a.paging {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #039;
}

div.optionsTab {
    background-color: #fff;
    border: 1px solid #aaa;
    white-space: nowrap;
    padding: 3px;
}

div.quickSearch {
    padding: 2px;
    border: 1px solid #e8e8e8;
    white-space: nowrap;
    width: 180px;
}

td.x_rs_td {
    white-space: nowrap;
    border: 1px solid #7F7F7F;
    margin: 0;
    border-left-style: none;
    border-top-style: none;
    font-size: 12px;
    padding: 2px 6px 2px 4px;
}

td.x_rs_td a {
    font-weight: bold;
}

th.x_rs_th {
    white-space: nowrap;
    border-collapse: collapse;
    border: 1px solid #7F7F7F;
    color: #000;
    margin: 0;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
    vertical-align: middle;
    border-left-style: none;
}

tr.even > td.sorted {
    background-color: #BFBFBF;
}

tr.odd > td.sorted {
    background-color: #F2F2F2;
}

th.sorted {
    /* */
}

td.first-td {
    border-left-style: solid;
}

th.first-td {
    border-left-style: solid;
}

td.ext-content {
    min-width: 300px !important;
    white-space: normal;
}
td.xxl-content {
    cursor: zoom-in;
    display: inline-block;
    max-height: 90px !important;
    overflow-y: auto;
    position: relative;
}
td.xxl-content:hover {
    box-shadow: inset 0 0 3px #1A75BB;
    -moz-box-shadow: inset 0 0 3px #1A75BB;
    -webkit-box-shadow: inset 0 0 3px #1A75BB;
}
.xxl-highlight {
    background-color: #1A75BB;
    color: #fff;
    font-weight: normal;
    opacity: 0.85;
    padding: 1px 4px;
    position:absolute; top: 0; right: 0;
}
.xxl-highlight:before {
    font-family: 'FontAwesome','Font Awesome';
    content: "\f00e";
    padding-right: 3px;
}
.xxl-highlight:after {
    content: 'EXPAND';
}

/* yellow text = NOPE */
font[color="yellow"] {
    color: #888;
}

/* universal button style with CSS gradient */
.button {
    display: inline-block;
    margin: 1px;
    padding: 2px 2px 4px;
    border: 1px solid #808080;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-weight: normal;
    text-align: center;
    background: #888;
    background: -moz-linear-gradient(top, #cccccc 0%, #999999 25%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(25%, #999999));
    /* Chrome,Safari4+ */
    background: linear-gradient(top, #cccccc 0%, #999999 25%);
    /* W3C */
    color: #fff;
}

/* width set for QC buttons */
.QC {
    width: 4em;
}

/* styles set for QC results */
.good {
    background: #390;
    background: -moz-linear-gradient(top, #66cc33 0%, #339900 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc33), color-stop(25%, #339900));
    background: linear-gradient(top, #66cc33 0%, #339900 25%);
}

.acceptable {
    background: #c90;
    background: -moz-linear-gradient(top, #ffcc33 0%, #cc9900 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc33), color-stop(25%, #cc9900));
    background: linear-gradient(top, #ffcc33 0%, #cc9900 25%);
}

.bad {
    background: #900;
    background: -moz-linear-gradient(top, #cc3333 0%, #990000 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc3333), color-stop(25%, #990000));
    background: linear-gradient(top, #cc3333 0%, #990000 25%);
}

/* OPTIONAL HOVER STATES */
.button:hover {
    background: #cccccc;
}

.good:hover,
.acceptable:hover,
.bad:hover {
    background: #ccc;
    color: #999;
}

/* table styling for a ruled table */
table.ruled {
    background: #eee;
    border: 1px solid #000;
    font-family: Verdana, Geneva, sans-serif;
}

table.ruled th {
    background: #ddd;
    border-bottom: 1px solid #000;
    text-align: left;
}

table.ruled th,
table.ruled td {
    border-left: 1px solid #000;
}

table.ruled th:first-child,
table.ruled td:first-child {
    border-left: none;
}

table.ruled tr:nth-child(2n+1) {
    background: #fff;
}

.ic,
.ic_spacer {
    display: none;
    visibility: hidden;
}

.underscore {
    border-bottom: 2px solid #f93;
    padding-bottom: 1px;
    padding-right: 20px;
    padding-left: 5px;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.mono {
    font-family: Courier, monospace;
}

/* reset text to normal */
body i > i {
    font-weight: normal !important;
    font-style: normal !important;
}

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

.align-left,
.text-left {
    text-align: left !important;
}

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

.nowrap,
.no-wrap {
    white-space: nowrap !important;
}

textarea.full {
    width: 100%; height: 100%;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}

/* ALERTS & MESSAGES TO USERS */
div.alert,
div.error,
div.justification,
div.message,
div.info,
div.note,
div.success,
div.warning {
    background-color: #f7f7f7;
    border: 1px #ccc solid;
    color: #444;
    font-size: 13px;
    padding: 10px 10px 10px 32px;
    position: relative;
    border-radius: 3px;
}

div.alert:before,
div.error:before,
div.justification:before,
div.message:before,
div.info:before,
div.note:before,
div.success:before,
div.warning:before {
    font-family: FontAwesome;
    padding: 0 4px;
    vertical-align: top;
    position: absolute;
    left: 8px;
    top: 10px;
}

div.alert,
div.warning {
    background-color: #ffc;
}
div.alert:before, div.warning:before {
    content: "\f071";
    color: #ffaa66;
}
.text-warning {
    color: #ffaa66;
}

div.error {
    background-color: #ffeaf5;
}
div.error:before {
    content: "\f056";
    color: #993333;
}
.text-error {
    color: #993333;
}


div.message,
div.info {
    background-color: #e4efff;
}
div.message:before,
div.info:before {
    content: "\f05a";
    color: #2d69b8;
}
.text-info {
    color: #2d69b8;
}

div.success {
    background-color: #dbffc9;
}
div.success:before {
    content: "\f00c";
    color: #339933;
}
.text-success {
    color: #339933;
}

.text-default {
    color: grey;
}

div.justification:before {
    content: "\f00c";
    color: #2d69b8;
}

/* hourglass icon for 'waiting' messages */
div.message.waiting:before,
div.info.waiting:before,
div.note.waiting:before {
    content: "\f252";
}

div.message.loginPage,
div.error.loginPage,
div.message.loginPage,
div.note.loginPage {
    top: -40px;
}

/* slightly larger messages */
div.alert.md,
div.error.md,
div.justification.md,
div.message.md,
div.info.md,
div.note.md,
div.success.md,
div.warning.md {
    font-size: 13px;
    padding: 15px 15px 15px 40px;
    line-height: 15px;
    vertical-align: middle;
}

div.alert.md:before,
div.error.md:before,
div.justification.md:before,
div.message.md:before,
div.info.md:before,
div.note.md:before,
div.success.md:before,
div.warning.md:before {
    left: 12px;
    top: 15px;
    font-size: 15px;
}

/* smaller messages */
div.alert.small,
div.warning.small,
div.error.small,
div.message.small,
div.info.small,
div.success.small,
div.justification.small {
    font-size: 11px;
    line-height: 14px;
}

/* messages without the icon */
div.alert.no-icon:before,
div.error.no-icon:before,
div.justification.no-icon:before,
div.message.no-icon:before,
div.info.no-icon:before,
div.note.no-icon:before,
div.success.no-icon:before,
div.warning.no-icon:before {
    content: '';
}

/* allow <p> tags without offset within the message */
div.alert p:first-of-type,
div.error p:first-of-type,
div.justification p:first-of-type,
div.message p:first-of-type,
div.info p:first-of-type,
div.note p:first-of-type,
div.success p:first-of-type,
div.warning p:first-of-type {
    margin-top: 0;
}

#header div.alert,
#header div.error,
#header div.justification,
#header div.message,
#header div.note,
#header div.success,
#header div.warning {
    background-position: 8px 5px;
    margin: 2em 0;
}

#header div span {
    display: inline-block;
    padding: 0 4px;
}

#header .closeNotification {
    float: right;
    cursor: pointer;
    width: 60px;
    text-align: right;
}
#header .closeNotification:hover:before {
    content: 'Close ';
    color: #808080;
    text-transform: uppercase;
    font-size: 9px;
}
#header .closeNotification:hover {
    opacity: 0.8;
}

.warning-inbody {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA91JREFUeNrsWE1oE0EUfpm0NGn9qRSbikriDyIKpQUPempyKAg9GA/qpWBuFjxYELyas6d68GzvvfTgoRdJThYURAWlFyEVoVpaS5q22ybNrvu2O+tk8yadTTZNhHww5GVnZ3fe9828/RiADjpoCAG/H5hIJE6aP/Nmi7u6smZLZjKZvJ/vY00ghZo82Nfm/X4Z85n9h5LJO0nY97StAmkeTN7Lw8LcD6thTN3TVgmYzD4xf2IY9/XqkJzYdPowxms2Yn6qwHzcuA6zdycKcKzPcPoxxmsCZuwxbaPAtNn6MYic3ofJ+9WFBq9hn41+e0zrEzCZjIqT4evd+LMN+vdVq2Es9vGk/VCB+bRxLfYvxoowntgGo6yDkd9xbsAYr2GfS4WZliZgs5/i/6dSGwdBXgPQ/+0BK8ZrJp4+XhcfkbKf0TIFZnkwfG0Xhq/vVbHvVgHvwXv9KqusAfbHxI/WIxn7hAquTZ6yn3XkCjjMjce34NKFkpR9SgUc44cKrE72KyyDU11k7FMqVFakeL0qsEbZx4lEBstglMo12XergGNcKsweSQIyy2BsbFew//pNF4xNhayGMaUC7ptGLQbzOHnSMiD7UKioLLCwGCRjUQXCYqSbrQBpGSz2Xfi1HiBjroKxviUzes+bkoDUMhDsU1hxJ2GOwbGogvMBrMNiMI8bt8IyyNincGagujrxsYTFmPY1AZllUGVfClsFidGL+qlAlWWwElgrNOwERRUEi9GvuqGZAvukZTC0IsBOUTpuSFgyQwOGmgrVFiPqhwJVloH7/VpQTkBQgTB6sw0lILMMFvu7pZoPvnxOJ+PDVHDZ7UMtBlNln1sGFfa9KiCqQFiMdF0JSC2DAvsW6+cNMq6pwl5JZvTuyIYFDzkeDOH/B8lNuDF6sDaNVTORfV2p7o9c0eH2rbK1hHq6FXZbsQyBE2HnROPLtxDvuZnL5V56UYC2DIrsc4yaCWA73qs4wHy29Q4PZ0lM1TI47DcZfH+pniUxZcuwqSktHY65t0HHTmOsDEEFlbMkpnTK4MHzcGxpATL2ooLKWRJTsgwe2beWQNggY68qEEavoqwGXJYhy/+/erHifHX15TXPCTSMUDews6cOqtHXHniWjoi9sUwms+xWgLYMdbDvCwQVap0liQnEycrjce03oyJRRo8HXdRAbhl+L2mwuhSUfe+OBIMFDSJXw85+rFWFPvHg3fswaPl9c/K70GrgHHAuOCcBOSoBpwItfgjDz4870C7AueCcBMxTVSgqZtbmGDGr0OcKBeyylP0PJp/lk6c+ZMk2TyJrz7GDDvzCXwEGAC7iRCnRQ5MiAAAAAElFTkSuQmCC) 10px center no-repeat #ffffaa;
    border: 1px solid #cc8;
    font-size: 16px;
    padding: 10px 10px 10px 70px;
}

#warning_bar {
    background: #ffa;
    border: 1px solid #ee9;
    border-left: none;
    color: #444;
    font-size: 11px;
    line-height: 20px;
    min-height: 20px;
    padding: 2px;
    position: absolute;
/*    left: 0; */
    top: 0;
    vertical-align: middle;
    width: 550px;
}

#warning_bar > span {
    padding: 0 4px;
}

#warning_bar .close:hover {
    cursor: pointer;
}

#warning_bar .tip_text {
    border: none;
}

#warning_bar .tip_text i {
    border-bottom: 1px dotted #888;
    font-style: normal;
}

#warning_bar .tip_text .tip {
    left: 0;
    top: 28px;
    width: 250px;
}

#aspera_messagebar {
    /* positioned dynamically above #layout_content */
    background-color: #fff;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: -1px;
    width: 1000px;
}

#aspera_messagebar .note,
#aspera_messagebar .warning {
    font-size: 14px;
    line-height: 18px;
    top: 0;
    left: 0;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
}

#aspera_messagebar .note {
    background-color: #e7e7e7;
    border-top-color: #c7c7c7;
}

.note .warning-inset,
.warning .warning-inset {
    color: #c60;
    display: inline-block;
    font-weight: bold;
    margin-top: 18px;
    vertical-align: top;
    width: 210px;
}

.note .message-inset,
.warning .message-inset {
    border-left: 1px solid #999;
    display: inline-block;
    padding-left: 30px;
    width: 700px;
}

table.dark {
    background-color: /* #DCDCDC */ #f0f0f0;
    border: 1px solid #ccc !important;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

table.dark th,
table.dark td {
    padding: 4px 8px;
}

a {
    color: /* #2a70c6 */ #084fab;
}

a.link {
    text-decoration: underline !important;
}

a.ulink {
    border-bottom: 1px solid #64bcf1;
}
a.ulink:hover {
    border-bottom-color: #084fab;
}

/* force links to look like links by adding the 'link' class */
a,
a:link,
a:active,
a:focus,
button,
button:enabled,
button:target,
button:active,
button:focus {
    outline: none !important;
}

img {
    /* vertical-align: bottom ; */
    border: none;
    outline: none;
}

hr {
    color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
}

.clear {
    height: 0;
    clear: both;
}

/* //////////  FORM ELEMENTS  ////////// */
input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* 'required' items */
.required i {
    font-style: normal;
    color: #c00;
}

/* base button style */
/* body button,
   body [type="button"],
   body [type="submit"],
   body [type="reset"], */
button, [type="button"], [type="submit"], [type="reset"],
.btn,
.btn1,
.btn2 {
    background-color: #f8f8f8;
    background-image: linear-gradient( #ffffff, #f0f0f0 );
    border: 1px solid #a0a0a0;
    display: inline-block;
    padding: 6px 12px;
    /*max-height: 28px;*/
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    white-space: nowrap;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(153,153,153,0.4);
    margin: 0;
}

/* style for button hover */
.btn:hover,
.btn1:hover,
.btn2:hover,
body button:hover,
body [type="button"]:hover,
body [type="submit"]:hover,
body [type="reset"]:hover {
    box-shadow: none;
    cursor: pointer;
}

/* btn1 gets blue background - gradient image and base color to match the bottom of the background image */
.btn1,
.btn.primary,
.btn.submit,
.btn.save,
input.btn1, .btn1[type="button"], [type="submit"]
/*body input.btn1,
body .btn1[type="button"],
body [type="submit"] */ {
    color: #fff;
    background: #1A75BB linear-gradient( #3C8BC7, #1A75BB );
    /*border: 1px solid #033E77;*/
    border: 1px solid #085895;
    box-shadow: 0 1px 1px #a0a0a0;
}

.btn.error {
    color: #fff;
    background: #993333 linear-gradient( #bf4040, #993333 );
    /*border: 1px solid #033E77;*/
    border: 1px solid #723131;
    box-shadow: 0 1px 1px #a0a0a0;
}

.btn.error:hover {
    background: #993333;
    box-shadow: none;
}

.btn.error:active {
    background: #723131;
    box-shadow: none;
}

/* body button:hover,
body [type="button"]:hover,
body [type="reset"]:hover, */
button:hover, [type="button"]:hover, [type="reset"]:hover,
.btn:hover,
.btn2:hover {
   background: #f0f0f0;
}

/* body button:active,
body [type="button"]:active,
body [type="reset"]:active, */
button:active, [type="button"]:active, [type="reset"]:active,
.btn:active,
.btn2:active {
    background: #e0e0e0;
}

.btn1:hover,
.btn.primary:hover,
.btn.submit:hover,
.btn.save:hover,
input.btn1:hover, .btn1[type="button"]:hover, [type="submit"]:hover
/* body input.btn1:hover,
body .btn1[type="button"]:hover,
body [type="submit"]:hover */ {
    /*background: #096BB7;*/
    background: #1A75BB;
    box-shadow: none;
}

.btn1:active,
.btn.primary:active,
.btn.submit:active,
.btn.save:active,
input.btn1:active, .btn1[type="button"]:active, [type="submit"]:active
/* body input.btn1:active,
body .btn1[type="button"]:active,
body [type="submit"]:active */ {
    background: #145b91;
    box-shadow: none;
}

/* smaller btn */
.btn.btn-sm,
.btn.sm,
.btn.small,
.btn1.btn-sm,
.btn2.btn-sm {
    font-size: 12px !important;
    padding: 5px 9px !important;
}

.btn-inline {
    display: inline-block !important;
}

.btn-inline.right {
    position: absolute;
    right: 0;
}

/* <button> or button-like elements that are disabled or have class="disabled" will LOOK like they're disabled */
.btn.disabled,
.btn1.disabled,
.btn2.disabled,
body button.disabled,
body button:disabled,
body [type="button"]:disabled,
body [type="submit"]:disabled,
body [type="reset"]:disabled {
    opacity: 0.6;
    /*color: #a0a0a0;*/
    /*border-color: #c0c0c0;*/
    /*background: #e0e0e0;*/
    cursor: not-allowed !important;
}

body button.disabled,
body button:disabled,
body button.disabled:hover,
body button:disabled:hover {
    background: #e0e0e0;
    border-color: #c0c0c0;
    cursor: not-allowed !important;
}

/* remove outline from <button> or <input type="button/submit/reset"> elements */
body button:focus,
body input[type="button"]:focus,
body input[type="submit"]:focus,
body input[type="reset"]:focus {
    outline: none !important;
}

/* special 'hidden' button that reveals the click target on hover */
.btn-hover {
    display: inline-block;
    padding: 3px 8px;
    background: none;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
}
.btn-hover:hover {
    background: rgba(32, 32, 32, 0.1);
    border-color: #ccc;
}

.btn-hover > b {
    line-height: 20px;
    vertical-align: middle;
}

/* transparent inline phantom button for filter submitting */
.filter-submit {
    background-color: #1A75BB;
    border-radius: 2px;
    color: #fff;
    cursor: none;
    font-size: 9px;
    line-height: 1;
    opacity: 0.8;
    padding: 4px;
    position: absolute;
    right: 14px;
    top: calc(50% - 9px);
    z-index: 100;
}

/* style for 'X' character */
b.x {
    font-size: 20px;
    line-height: 20px;
    color: #c00;
}
/* style for checkmark character */
b.check,
b.checkmark {
    font-size: 20px;
    line-height: 20px;
    color: #090;
}

input.date_mask {
    font-family: Courier, monospace;
}

select {
    padding: 2px 2px 2px 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

select[multiple] {
    max-width: 200px;
}

/* Chosen menu overrides */
body.xnat .chosen-container {
    font-size: 12px;
    text-align: left;
}

/* page layout styles */
#page_wrapper {
    width: 1160px;
    min-height: 660px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

#layout_content {
    /*width: 1120px;*/
    /*margin: 0 20px;*/
    padding: 0 20px 20px;
    z-index: 0;
    font-size: 13px;
    line-height: 17px;
}

#layout_content.main {
    /*min-width: 960px;*/
    /*width: 940px;*/
}

.ie7 #layout_content.main {
    /*width: 940px;*/
    /*overflow: auto;*/
}

/*#wrapper_table {*/
/*min-width: 940px;*/
/*}*/

/*.ltie9 #wrapper_table {*/
/*width: 940px;*/
/*}*/

/* search results page */
#search_results_container {
    /*min-width: 930px;*/
    /*width: 100%;*/
    margin: 0 10px 0 0;
    padding: 0;
}

#search_tab_module {
    width: 100%;
}

#search_tabs {
    width: 100%;
}

#search_tabs .xT_p,
#search_tabs .xT_c {
    width: 1094px !important;
}

#search_tabs .xT_c {
    min-height: 150px;
}

#search_tabs table.x_rs_t {
    width: 100%;
}

/* login box */
#login_area {
    line-height: 1.3;
    margin: 4em auto;
    padding-bottom: 100px;
    display: table-row; /* for IE 9 */
    vertical-align: top;
    display: flexbox; /* for IE 10 */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}

#login_area .message p {
    margin: 0;
}

.login-box-container-flex {
    padding-right: 6em;
    display: table-cell;
}
.login-box-container-fixed {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    width: 400px;
    display: table-cell;
    flex-grow: 0;
    flex-shrink: 0;
}
.forgot-login .login-box-container-fixed {
    margin: 0 20px;
    background-color: #f0f0f0;
    display: inline-block;
}

/*@media screen and (min-width: 1000px) {*/
/*#login_welcome {*/
/*margin: 0 100px 0 0;*/
/*}*/
/*}*/

#login_box,
#register_box {
    line-height: 1.3;
    padding: 0;
}

.login-box-container-fixed div.message {
    border-radius: 0;
    border-width: 0 0 1px;
    margin-bottom: 0;
}

.login-box-container-fixed [type="submit"] {
    font-size: 13px !important;
}

#login_form,
#merge_form,
#register_form {
    padding: 20px;
}
#login_auth_providers + #login_form {
    border-width: 0 1px 1px;
}

.login-box-container-fixed #login_box,
.login-box-container-fixed #register_box {
    margin: 0;
}

.login-box-container-fixed > h3 {
    height: 26px;
    margin: 20px 20px 0;
    line-height: 26px;
    vertical-align: middle;
}

.login-box-container-fixed > h3 > span {
    float: left;
}

.login-box-container-fixed > h3 > button {
    float: right;
}
#loginBoxMoreOptionsBtn{
    display:none;
}
#loginBoxMoreOptions {
    display:none;
    margin-top: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    font-size: 12px
}

#loginBoxMoreOptions ul{
    list-style-type:none;
    margin: 0px;
    padding-left: 10px;
    padding-top: 10px;
}

#loginBoxMoreOptions ul li {
    list-style-type:none;
    padding-bottom: 10px;
}

#login_auth_providers {
    padding: 20px 20px 10px;
}
#login_auth_providers > div+div {
    border-bottom: 1px solid #ccc; /* Separator if multiple alternate providers are enabled */
}

fieldset.divider {
    border-top: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: block;
    text-align: center;
    margin: 1px;
    padding: 1px;
}

fieldset.divider legend {
    padding: 5px 10px;
}

#register_forgot a,
#register_forgot span.sep {
    margin-right: 12px;
}

#site_description {
    /* */
}

#site_description img {
    width: 100%;
}

#site_description a {
    text-decoration: underline;
}
.user_account_settings {
    width: 400px;
    margin: 2em auto 0;
}
.user_account_settings label:after {
    content: ":";
}

span.sep {
    background-color: #999;
    margin: 0 .25em;
    height: 0.8em;
    width: 1px;
    display: inline-block;
}


/* user bar stuff */
#user_bar {
    height: 25px;
    line-height: 25px;
    font-size: 11px;
/*    letter-spacing: 0.05em; */
    vertical-align: middle;
    color: #fff;
    background: #033769;
}

#user_bar > .inner {
    width: 1160px;
    margin: 0 auto;
}

#user_bar.no_menu {
    /*width: 100%;*/
}

#user_bar > .inner {
    /*margin: 0 auto;*/
}

#user_bar a {
    color: #66c7ff;
}

#last_login {
    display: block;
    float: left;
    padding-left: 1em;
    white-space: nowrap;
}

#user_info {
    display: block;
    margin-right: 1em;
    float: right;
    text-align: right;
}

.ie7 #user_info {
    line-height: 24px;
}

#user_info a {
    font-weight: normal;
    text-decoration: underline;
}

#user_info b {
    padding: 0 5px;
    font-weight: normal;
}

#user_info #timeLeft {
    padding: 0 0 0 1px;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    white-space: nowrap;
}

#header {
    position: relative;
    background: #fff;
    z-index: 2;
}

#header > .pad {
    margin: 20px;
}

#header_logo {
    max-width: 240px;
    max-height: 120px;
    position: relative;
}

#header_logo img {
    display: block;
    /* width: 100% ; height: 100% ; */
    max-width: 240px;
    max-height: 120px;
}

#quickSearchForm {
    position: absolute;
    right: 8px;
    top: 7px;
}

#searchValue {
    width: 140px;
    height: 15px;
    margin: 0 3px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

#searchValue::placeholder {
    font-weight: normal;
}

#searchValue.clean {
    color: #a0a0a0;
    font-weight: normal;
}

/* .ie #searchValue { position: relative ; top: 1px ; } */
/*#quickSearchForm a {*/
/*padding: 2px 8px;*/
/*font-size: 12px;*/
/*font-weight: bold;*/
/*}*/

#quickSearchForm button {
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
}

#search_btn {
    /*color: #fff;*/
}

#advanced_btn {
    /*color: #333;*/
    /*border: 1px solid #aaa;*/
}

#DefaultTopTR td {
    padding: 0;
}

/* warning bar */
#warning_bar {
    width: 520px;
    height: 20px;
    position: absolute;
    top: 0;
    line-height: 20px;
    vertical-align: middle;
    font-size: 11px;
    background: #ffc;
    color: #444;
    border: 1px solid #ee9;
    border-left: none;
}

/* warning bar with no left 'page border' and 960px user bar */
/* #warning_bar { background: none repeat scroll 0 0 #FFFFCC; border: 1px solid #EEEE99; color: #666666; font-size: 11px; height: 20px; left: -22px; line-height: 20px; position: relative; top: -2px; vertical-align: middle; width: 958px; } */
/* warning bar with no left 'page border' and 100% user bar */
/* #warning_bar { background: none repeat scroll 0 0 #FFFFCC; border: 1px solid #EEEE99; color: #666666; display: inline-block; font-size: 11px; height: 22px; left: -22px; line-height: 22px; padding-left: 1px; padding-right: 5px; position: relative; top: -2px; vertical-align: middle; } */
#warning_bar > span {
    padding: 0 4px;
}

#warning_bar .close:hover {
    cursor: pointer;
}

#warning_bar .tip_text {
    border: none;
}

#warning_bar .tip_text i {
    border-bottom: 1px dotted #888;
    font-style: normal;
}

#warning_bar .tip_text .tip {
    left: 20px;
    top: 25px;
    width: 250px;
    padding: 10px 20px;
    line-height: 15px;
    background: #ffc;
    border: 1px solid #ee9;
}

.header-banner {
    height: auto;
    z-index: 9;

}

/* footer graphic */
#xnat_power {
    height: 90px;
    width: 1160px;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    margin-left: -580px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: right;
    background: #fff;
}

#xnat_power a {
    float: inherit;
    margin: 10px;
}

#xnat_power small {
    display: block;
    color: #888;
    font-size: 11px;
    padding: 0 15px;
}

/* hide in popups? */
body.modal-popup #xnat_power {
    display: none;
}

/* overrides to make this thing look better? */
.yui-skin-sam .yui-panel-container {
    padding: 0 1px;
    /* z-index: 999999991 !important; */
}

.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel {
    height: 26px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 27px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
}

.yui-skin-sam .yui-button button,
.yui-skin-sam .yui-button a,
.yui-skin-sam .yui-button a:visited {
    border: 1px solid #848484;
    border-radius: 3px;
    box-shadow: 0 1px 1px #ccc;
    color: #000000;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    vertical-align: middle;
}
.yui-skin-sam .yui-button button:hover,
.yui-skin-sam .yui-button a:hover {
    box-shadow: none;
}
.yui-skin-sam .yui-button .first-child { border:none; }
.yui-skin-sam .yui-button { border: none; }

/*.yui-content { font-size: 12px ; }*/
.yui-skin-sam .yui-dialog .ft span.default button,
.yui-skin-sam .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button {
    background: #07428d url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAeCAIAAACE3ijUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFJJREFUeNqMzsENwDAIA0BH6nrdKbt1rGLTfiqcRyr4nWwB45wXvjmUKND0QoWgJeG14Lb2kxjuXm3ZtvxG7r6WaPAFqXCwA2QTdgdITwqPAAMAHoRQTInXYu8AAAAASUVORK5CYII=) repeat-x center center;
    color: #fff;
    outline: none !important;
}

/*.yui-skin-sam .yui-dialog .ft { height: auto !important ; padding: 14px ; }*/
/*
.yui-skin-sam .yui-dialog .ft span.default button { color: #FFFFFF ; border: none ; outline: none ; }
.yui-skin-sam .yui-dialog .ft span.default button:active { border: none ; outline: none ; }
a, a:active, button, button:active, *:active { outline: none ; border: none ; }
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel { padding-right: 24px; padding-left: 12px ; }
*/
.yui-nav a {
    font-weight: bold;
}

.yui-nav li.disabled {
    position: fixed;
    left: -9999px;
}

.yui-navset .select_add_tab {
    display: none;
}

.yui-skin-sam .yui-button {
    margin: auto 4px;
}

.yui-skin-sam .yui-button a,
.yui-button button {
    font-weight: bold;
    font-size: 12px;
}

.yui-button,
.yui-button button {
    /* border-radius: 0 !important; */
}

.yui-panel-container.yui-dialog {
    margin-top: -180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.yui-skin-sam .yui-panel-container .underlay {
    display: none;
}

.yui-skin-sam .yui-pg-container {
    white-space: normal;
}

/* yui-module yui-overlay yui-panel */
/* yui-panel-container yui-dialog hide-scrollbars yui-simple-dialog shadow yui-overlay-hidden */
div.edit_header1,
div.edit_title {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    padding: 2px 2px 0;
    min-width: 470px;
}
h2.edit_header1 {
    font-weight: normal;
}

div.edit_title {
    margin: 20px 0;
    /*margin-left: 8px;*/
}

.withColor.withThinBorder {
    color: #000;
    background: #f0f0f0;
    border: 1px solid #ccc;
}

.yui-skin-sam .yui-navset .yui-content,
.yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    padding: 8px;
    border-color: #ccc;
}

.yui-content p:first-child {
    margin-top: 0;
}

.yui-skin-sam #actionsMenu {
    height: auto !important;
    overflow: visible !important;
}

.yui-skin-sam .yuimenu .bd {
    background-color: #fff;
    border: 1px solid #aaa;
}

td.highlighted {
    background-color: #f0f0f0;
    border: 1px solid #d8d8d8;
}

.yuimenubaritemlabel,
.yuimenuitemlabel {
    outline: none;
}

body.popup #layout_content {
    margin: 0;
    padding: 0;
    width: 100%;
}

html body.popup {
    background: #fff !important ;
}

body.popup #page_wrapper {
    padding: 30px ;
    /*width: auto;*/
}

body.popup #xnat_power {
    /*margin: 30px; */
    display: none;
}

body.modal-popup #xnat_power,
body.xmodal-popup #xnat_power {
    display: none ;
}

div.containerTitle.withColor {
    font-weight: normal;
    background: #1A75BB;
}

.leftBar a.ygtvlabel {
    text-decoration: underline;
}

#breadcrumbs {
    padding: 0 20px 10px;
}

#breadcrumbs a {
    text-decoration: underline;
}

#breadcrumbs a.nolink {
    color: inherit;
    text-decoration: none;
}

#breadcrumbs a.nolink:hover {
    cursor: default;
}

#breadcrumbs a.last {
    font-weight: bold;
}

.highlight-row:hover {
    background: #e5f2ff;
}

.off-canvas,
.off-screen,
.offscreen,
.html-template {
    position: fixed;
    left: -9999px;
    top: -9999px;
}


#main-nav-backdrop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    /*background: blue;*/
    /*opacity: 0.3;*/
    z-index: 10;
}

#main_nav {
    position: relative;
    /*right: 0;*/
    /*bottom: 0;*/
    height: 40px;
    /*width: !* 578px *! !* 525px *! 728px;*/
    z-index: 11;
    overflow: visible;
    /*color: #fff;*/
    background-color: #04519b;
    background-image: linear-gradient(#04519b, #044687 60%, #033769);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #033769;
}

#main_nav * {
    box-sizing: content-box; /* prevent bootstrap from changing this */
}

#main_nav > .inner {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

#main_nav.hidden {
    overflow: hidden;
}

#main_nav ul.nav li {
    float: left;
    display: block;
    position: relative;
}

#main_nav ul.nav,
#main_nav ul.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*background: #fff;*/
}

#main_nav ul.nav a {
    display: block;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

#main_nav ul.nav a:hover {
    cursor: pointer !important;
}

#main_nav ul.nav li > ul {
    display: none;
}

#main_nav ul.nav li li.active,
#main_nav ul.nav li li.active > a,
#main_nav ul.nav li li.active > a:hover {
    background-color: #cce1f3;
    /*background: #e5f2ff;*/
    /*z-index: 20;*/
}

#main_nav ul.nav li.active > ul {
    display: block;
    z-index: 21;
}

#main_nav ul.nav > li {
    border-right: 1px solid #033769;
}

#main_nav ul.nav > li:first-of-type {
    border-left: 1px solid #033769;
}

/*#main_nav li:hover {*/
/*!*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAkCAIAAAAhPwwfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADFJREFUeNpivHHjBgMMMDEgAXI4LIyMjCRzmJiYiJEhRxk5HIpdQEYYUBzwKByAAAMAcTUDbIMWsYkAAAAASUVORK5CYII=) center center repeat-x;*!*/
/*}*/

#main_nav ul.nav > li > a {
    padding: 0 12px;
    line-height: 40px;
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
}

#main_nav ul.nav > li > a:hover,
#main_nav ul.nav > li.active > a {
    /*color: #000;*/
    background-color: #044687;
}

#main_nav ul.nav > li.more > a {
    padding-right: 26px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAECAYAAABodtTSAAAAMklEQVQYlWPctGnTGQYcwM/PzwSXHDJgYmBgwKWQKANghmDTQLQByIYgayTJAAYGBgYAwQgFQAVsQVAAAAAASUVORK5CYII=);
}

/* second-level menus */
#main_nav ul.nav > li.more > ul {
    top: 40px;
}

/* all subnav */
#main_nav ul.nav ul {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 0;
    padding: 1px;
    background: #fff;
    border: solid #aaa;
    border-width: 0 1px 1px;
    border-top: 1px solid #102040;
}

/* make sure all sub-nav menus are wide enough */
#main_nav ul.nav li li {
    width: 100%;
}

/*#main_nav li li:hover {*/
/*background: !* #D8ECFF *! !* #EDF5FF *! #e5f2ff right center no-repeat;*/
/*}*/

#main_nav ul.nav li li a {
    padding: 0 30px 0 15px;
    line-height: 25px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    background-position: right center;
    background-repeat: no-repeat;
    color: #222;
}

#main_nav ul.nav li li a:hover {
    background-color: #e5f2ff;
}

#main_nav ul.nav li li.more > a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAPElEQVQYlWPctGnTGQYGBhMGKPDz82PAB5ig9Bm8qrBoIFoTExqfoCZ0DSZYVeHQQFAxsgaiFDMwMDAAAK8dBw4CH+ClAAAAAElFTkSuQmCC);
}

/* third-level menus */
#main_nav ul.nav li li ul {
    display: none;
    top: 0;
    margin-left: -2px;
    border: 1px solid #aaa;
}

#main_nav ul.nav ul,
.shadowed {
    -moz-box-shadow: 0 1px 4px rgba(132, 132, 132, 0.8);
    -webkit-box-shadow: 0 1px 4px rgba(132, 132, 132, 0.8);
    box-shadow: 0 1px 4px rgba(132, 132, 132, 0.8);
    /* border: 2px solid rgba(204,204,204,0.5) ;	*/
}

/* leftBar */
.leftBar {
    /* */
}

.leftBarTable {
    /* */
}

.leftBarTableTD {
    /* */
}

.leftBarTableBlank {
    /* */
}

/* home page data */

#home-data {
    /*width: 1120px;*/
    /*margin: 0 auto;*/
}

#projects-container {
    width: 545px;
    float: left;
}

#data-container {
    width: 545px;
    float: right;
}

/* ??? */
.thc {
    padding-bottom: 10px;
    font-weight: normal;
}

.formLabel,
.formLabelRequired,
.formSublabel {
    text-align: left;
    white-space: nowrap;
}
form .formLabel {
    min-width: 100px;
}

.formLabelRequired b {
    color: #cc0000;
    /* font-size: 1.2em ; */
}

.formLabelRequiredStatement {
    color: #555555;
    font-style: italic;
}

tr.requirementStatement {
    font-size: 0.875em;
}

td.requirementStatement {
    padding-left: 3px;
}

td.newProjectSpacer {
    height: 10px;
}

span.noteRequired {
    font-weight: bold;
    color: #cc0000;
}

span.noteOptional {
    font-weight: bold;
    color: #000055;
}

input.requiredField {
    /*padding: 3px 5px 2px 4px;*/
    border: 1px solid #cc0000;
}

input.title,
input.project_title {
    width: auto;
}

input.abbreviation {
    width: auto;
    padding-right: 4px;
}

div.icon-remove {
    width: 16px;
    height: 16px;
    background-position: 0 -1099px;
}

input.invalid {
    background: #ffc;
    border: 1px solid #c00;
}

input.valid {
    border: 1px solid #1dca23;
    box-shadow: 0 0 5px rgba(29,202,35,0.3);
}

select.invalid {
    background: #ffc;
    border: 1px solid #c00;
}

select.valid {
    border: 1px solid #1dca23;
    box-shadow: 0 0 5px rgba(29,202,35,0.3);
}

textarea.invalid {
    background: #ffc;
    border: 1px solid #c00;
}

textarea.valid {
    border: 1px solid #1dca23;
    box-shadow: 0 0 5px rgba(29,202,35,0.3);
}

.summary h3 {
    line-height: 15px;
    margin: 0 !important;
    padding: 3px 0 !important;
}

#project_summary_module {
    width: 840px;
    float: left;
}

/*
.ie7 .containerBody,
.ie7 .containerBody > div { height: auto !important ; overflow: auto !important ; }
*/
#min_projects_list,
#min_expt_list {
    min-height: 320px;
    max-height: 700px;
    overflow-y: scroll;
}
#min_expt_list .fa {
    color: #848484;
}

/*
.ie7 #min_projects_list > div,
.ie7 #min_expt_list > div { height: auto ; overflow: visible ; }
*/
#min_projects_list {
    /* min-width: 409px ; min-height: 350px ; */
}

/*
.ie7 #min_projects_list,
.ie7 #min_expt_list { width: auto ; }
*/
#min_expt_list {
    /* min-width: 289px ; */
}

/* RESET THE ACTIONS MENU */
#actionsMenu,
#actionsMenu * {
    height: auto !important;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
}

/* REBUILD THE ACTIONS MENU */
#actionsMenu {
    float: left;
    margin-left: 20px;
    /* border: 1px solid #eee ; */
}

#actionsMenu ul {
    list-style: none !important;
    border-color: #ddd;
}

#actionsMenu .bd ul {
    padding: 2px 0;
}

#actionsMenu .bd ul ul {
    min-width: 100px;
    max-width: 200px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

#actionsMenu .ic,
#actionsMenu .ic_spacer,
#actionsMenu .topscrollbar,
#actionsMenu .bottomscrollbar {
    display: none !important;
    visibility: hidden !important;
}

#actionsMenu > .bd {
    width: 180px;
}

#actionsMenu > .bd > .first-of-type {
    padding: 0;
}

#actionsMenu > .bd > .first-of-type a {
    padding: 6px 8px;
    font-weight: bold;
    background: #1A75BB;
    color: #fff;
}

#actionsMenu > .bd > .first-of-type a:hover {
    cursor: default;
}

#actionsMenu li a {
    padding: 4px 8px;
}

#actionsMenu li a:hover {
    cursor: pointer;
    background-color: #e5f2ff;
}

#actionsMenu li.yuimenuitem-hassubmenu > a {
    background: transparent url(data:image/png;base64,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) right center no-repeat;
}

#actionsMenu li.yuimenuitem-hassubmenu > a:hover {
    background-color: #e5f2ff;
}

#actionsMenu .yui-menu-body-scrolled {
    overflow: auto;
    height: auto !important;
}

/* ADD/EDIT PROJECT FORM */
#new-project-form,
#edit-project-form {
    width: 960px;
    margin: 0 auto;
}

div.submit-right {
    position: relative;
    margin: 12px 0;
}

div.submit-right input[type="submit"],
div.submit-right button[type="submit"]{
    float: right;
}

/* ADD EXPERIMENT PAGE */
#add_experiment #breadcrumbs {
    margin-bottom: 10px;
}

#add_experiment #form1 * {
    font-size: 13px !important;
}

#add_experiment #form1 p {
    /*margin-bottom: 10px;*/
}

#add_experiment #form1 table {
    border: none;
    font-size: 13px;
}

#add_experiment #form1 td {
    padding: 0;
}

#add_experiment #form1 .label {
    display: inline-block;
    width: 76px;
    font-weight: bold !important;
    color: #000;
}

#add_experiment #form1 #expt_list {
    width: 550px;
}

#add_experiment #form1 #expt_list #expt_list_filter {
    padding: 4px 16px;
    background: #f3f3f3;
}

#add_experiment #form1 #expt_list #expt_list_filter input {
    font-size: 12px !important;
    color: #222;
}

#add_experiment #form1 #expt_list #expt_list_filter #filter_clear {
    padding: 3px 8px;
    color: #333;
    /* background: #e5f2ff ; */
    border: 1px solid #b0b0b0;
}

#add_experiment #form1 #expt_list .label {
    width: 100%;
}

#add_experiment #form1 #expt_list .label i {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    font-style: normal;
    color: #888;
}

#add_experiment #form1 #expt_list .rows {
    margin-top: 8px;
    border: 1px solid #ccc;
}

#add_experiment #form1 #expt_list .rows h4,
#add_experiment #form1 #expt_list .rows p {
    margin: 2px 0;
    padding: 0;
    color: #666;
}

#add_experiment #form1 #expt_list h4 a {
    font-weight: bold !important;
    /* line-height: 18px; */
    text-decoration: underline;
}

#add_experiment #form1 #expt_list div.row {
    display: none;
    margin: 0;
    padding: 12px 16px;
    background: #fff !important;
    border-top: 1px solid #ddd;
}

#add_experiment #form1 #expt_list div.row:hover {
    cursor: pointer;
    background: #e5f2ff !important;
}

/* for filter */
#add_experiment #form1 #expt_list div.row.show,
#add_experiment #form1 #expt_list div.row.match {
    display: block;
    visibility: visible;
}

/* POP-UP ELEMENTS */
body #timeout_dialog_wrapper {
    z-index: 999990 !important;
}

body #session_timeout_dialog_mask {
    z-index: 999991 !important;
}

body #session_timeout_dialog_c {
    z-index: 999992 !important;
}

body #session_timeout_dialog {
    width: 396px !important;
    line-height: 1.5;
    z-index: 999999 !important;
}

body #fileListing_mask {
    z-index: 2001 !important;
}

body #fileListing_c {
    z-index: 2002 !important;
}

body #fileListing {
    z-index: 2003 !important;
}

body #file_remove_confirm_mask {
    z-index: 2004 !important;
}

body #file_remove_confirm_c {
    z-index: 2005 !important;
}

body #file_remove_confirm {
    z-index: 2006 !important;
}

body #fileUploadDialog_mask {
    z-index: 2101 !important;
}

body #fileUploadDialog_c {
    z-index: 2102 !important;
}

body #fileUploadDialog {
    z-index: 2103 !important;
}

body #fileUploadDialog fieldset {
    padding: 5px 8px;
    border: 1px solid #dedede;
}

body #justificationDialog_mask{
    z-index: 2104 !important
}
body #justificationDialog_c{
    z-index: 2105 !important
}

body #fileUploadDialog h3 {
    padding-bottom: 5px;
    /* margin-bottom: 8px !important ; */
    /* border-bottom: 1px solid #dedede ; */
    font-size: 13px;
}

body #rest_deleter_mask {
    z-index: 2201 !important;
}

body #rest_deleter_c {
    z-index: 2202 !important;
}

body #rest_deleter {
    z-index: 2203 !important;
}

span.close {
    padding: 3px;
    margin-left: 6px;
    font-size: 14px;
    opacity: 0.6;
}
.yui-skin-sam .yui-navset .yui-nav a em span.close {
    position: relative;
    right: -8px;
    margin-left: 0;
}
span.close:hover {
    opacity: 1;
}

.yui-dt-button img {
    position: relative;
    top: 2px;
}

.ie .yui-dt-button img {
    top: 1px;
}

#layout_content form * b {
    font-weight: bold !important;
}

#layout_content form * b u {
    font-weight: bold !important;
    text-decoration: underline;
}

#expts_container,
.expts_container {
    display: inline-block;
    width: auto;
}

#expts_link_legend,
.legend {
    min-width: 505px;
    margin-bottom: 10px;
}

#expts_link_legend #expts_header,
.legend .header {
    display: inline-block;
    min-width: 220px;
    padding-left: 5px;
    font-size: 15px;
    font-weight: bold;
}

/* #expts_link_legend #view_all_link, */
#expts_link_legend #toggle_expts_link,
#expts_link_legend #expt_shared_legend,
#expts_link_legend #expt_denied_legend {
    float: right;
    padding: 0 3px;
    font-size: 12px;
    font-weight: normal;
}

#expts_link_legend #expt_shared_legend {
    /* */
}

#expts_link_legend #expt_denied_legend {
    /* */
}

#proj_expts td,
#all_expts td {
    padding: 2px 20px 2px 5px;
    min-width: 100px;
}

#proj_expts td a,
#all_expts td a {
    text-decoration: underline;
}

.yui-pg-container {
    font-size: 12px !important;
}

.yui-calcontainer {
    z-index: 2201;
}

#downloadForm .withColor {
    min-width: 200px;
    color: #000;
    background: #f0f0f0;
    border: 1px solid #ccc;
}

#downloadForm #subTableSessions tr {
    background: #f0f0f0;
    border: none;
}

/* "No more wire inline font-size styles!" */
.smallest_text,
.ie .smallest_text,
.smaller_text,
.ie .smaller_text,
.small_text,
.ie .small_text {
    font-size: 11px !important;
    line-height: 15px !important;
}

/* begin defining defaults for Add Experiment page */
.add_experiment_form {
    /* */
}

.add_experiment_form .results_summary {
    /* */
}

.report_results {
    border: 1px solid #ccc;
}

.report_results td,
.report_results th {
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
}

.report_results th {
    font-size: 15px;
    background: #f0f0f0;
}

.report_results td:nth-child(3) {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

/* results summary for experiment submissions */
.results_summary > * {
    padding: 10px 6px;
    font-size: 15px;
    background: #f0f0f0;
}

.results_summary th,
.results_summary td {
    outline: none;
    border: 4px solid #f0f0f0;
}

.results_summary td {
    background: #fff;
    text-align: center;
}

.report-section {
    margin: 1em 0;
}

/* //////////  styles for tooltips  ////////// */
/* icon and text tooltip common styles */
.tip_text,
.tip_icon {
    display: inline-block;
    position: relative;
    overflow: visible;
}

.tip_text:hover,
.tip_icon:hover {
    cursor: help;
}

/* the tooltip box common styles */
.tip_text .tip,
.tip_icon .tip {
    display: none;
    width: 400px;
    padding: 9px 12px;
    position: absolute;
    left: 20px;
    top: -5px;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    color: #666;
    background: #ffffd0;
    border: 1px solid #ccc;
}

.tip_text:hover .tip,
.tip_icon:hover .tip {
    display: block;
    z-index: /* 11 */ 3000;
}

/* tooltip using text */
.tip_text {
    font-weight: normal;
    border-bottom: 1px dotted #888;
}

.tip_text .tip {
    left: 80px;
}

/* tooltip using icon styles */
.tip_icon {
    width: 14px;
    height: 14px;
}
.tip_icon:before {
    font-family: FontAwesome;
    content: "\f059";
}

.tip_icon .tip {
    /* */
}

.tip_icon.note:before {
    font-size: 16px;
    content: "\f15c";
}

.tip_icon.note .tip {
    font-size: 12px;
    line-height: 15px;
    color: #333;
    background-color: #f0f0f0;
}

.yui-skin-sam .yui-ac-input {
    width: auto !important;
}

#labelDialog {
    height: auto !important;
}

#labelDialog .bd {
    height: auto !important;
}

div.extension {
    background-color: #FF9;
}

div.extension_js {
    background-color: #FF9;
}

.yui-navset .yui-nav {
    /* height: 28px ; overflow: hidden !important ; */
    /* white-space: nowrap !important ; */
}

.yui-navset .yui-nav li select {
    position: relative;
    top: -2px;
    left: -3px;
}

.yui-navset.wrangled ul.yui-nav li {
    white-space: nowrap;
}

body.popup .yui-navset.wrangled {
    margin: 0 auto;
}

#tab_module ul.yui-nav li {
    height: 28px;
    overflow: hidden;
}

#tab_module ul.yui-nav li.selected {
    height: 29px;
}

#tab_module ul.yui-nav select {
    font-size: 11px !important;
    font-weight: normal !important;
}

/* 'fix' for pseudo-YUI tabs */
.yui-skin-sam .yui-navset.bogus-tabs .yui-nav li,
.yui-skin-sam .yui-navset.bogus-tabs .yui-navset-top .yui-nav li,
.yui-skin-sam .yui-navset.bogus-tabs .yui-nav .selected,
.yui-skin-sam .yui-navset.bogus-tabs .yui-navset-top .yui-nav .selected {
    margin-right: -1px;
}

/* overwrite YUI checkbox styles */
.ygtvspacer { height: inherit; }
.icon-f {
    /*display:block; font-size:11px; height: 17px; padding-left: 4px; */
}
.icon-of,
.icon-cf,
.ygtvcheck0,
.ygtvcheck1,
.ygtvcheck2 { background: none !important; }
.icon-of:before,
.icon-cf:before,
.ygtvcheck0 .ygtvspacer:before,
.ygtvcheck1 .ygtvspacer:before,
.ygtvcheck2 .ygtvspacer:before {
    color: #484848;
    font: normal normal normal 14px/1 "FontAwesome";
    padding: 0 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.icon-cf:before { content: "\f07b"; color: #848484 }   /* closed folder */
.icon-of:before { content: "\f07c"; color: #848484 }   /* open folder */
.ygtvcheck0 .ygtvspacer:before { content: "\f096" } /* unchecked box */
.ygtvcheck1 .ygtvspacer:before { content: "\f146"; color: #2d69b8 } /* filled "minus" box */
.ygtvcheck2 .ygtvspacer:before { content: "\f14a"; color: #2d69b8 } /* filled checkbox */
.icon-cf, .icon-of { padding-right: 4px; }

/* overwrite YUI tree view icons */
.ygtvlm, .ygtvlmh,
.ygtvlp, .ygtvlph,
.ygtvtm, .ygtvtmh,
.ygtvtp, .ygtvtph { background: none !important; }
.ygtvlm .ygtvspacer:before,
.ygtvlp .ygtvspacer:before,
.ygtvtm .ygtvspacer:before,
.ygtvtp .ygtvspacer:before,
.ygtvlmh .ygtvspacer:before,
.ygtvlph .ygtvspacer:before,
.ygtvtmh .ygtvspacer:before,
.ygtvtph .ygtvspacer:before {
    color: #484848;
    font: normal normal normal 16px/1.3 "FontAwesome";
    padding: 0 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.ygtvlm .ygtvspacer:before,
.ygtvtm .ygtvspacer:before { content: "\f147" } /* open "minus" box */
.ygtvlp .ygtvspacer:before,
.ygtvtp .ygtvspacer:before { content: "\f196" } /* open "plus" box  */
.ygtvlmh .ygtvspacer:before,
.ygtvtmh .ygtvspacer:before { content: "\f146"; color: #a8a8a8 } /* shaded "minus" box */
.ygtvlph .ygtvspacer:before,
.ygtvtph .ygtvspacer:before { content: "\f0fe"; color: #a8a8a8 } /* shaded "plus" box  */
.ygtvloading { background: none !important; height: inherit; }
.ygtvloading .ygtvspacer:before {
    color: #a8a8a8;
    content: "\f110";
    font: normal normal normal 16px/1.3 "FontAwesome";
    padding: 0 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}


.totals {
    position: relative;
    padding-top: 10px;
}

input::-ms-clear {
    width: 0;
    height: 0;
}

/* gets rid of the 'clear' button in IE 10+ */
.cornflower_border {
    border: /* 1px solid #6D99B6 */ none;
}

.cornflower_border_bottom {
    border-bottom: 1px solid #6D99B6;
}

/* moving scans.css here */
td.quality-usable {
    color: green;
    font-weight: bold;
}

td.quality-questionable {
    color: orange;
    font-weight: bold;
}

td.quality-unusable {
    color: red;
    font-weight: bold;
}

#scan_list {
    /* */
}

#scan_list tr {
    /* */
}

#scan_list th {
    padding: 1px 10px 1px 5px;
}

#scan_list td {
    padding: 0 10px 0 5px;
}

#scan_list table {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d0d0d0;
}

#scan_list table tr {
    /* */
}

#scan_list table th {
    /* */
}

#scan_list table td {
    /* */
}

#scan_list .scan-details > tbody > tr:hover,
#scan_list .scan-details > tr:hover {
    background: #e5f2ff;
}

#scan_list .scan-details th {
    background: none;
    text-align: left;
    font-weight: bold;
}

#scan_list .scan-details th,
#scan_list .scan-details td {
    padding: 4px 2px;
    border-bottom: 1px solid #d0d0d0;
}

.scan-details-table td {
    max-width: 590px;
}

img.scan-snapshot {
    width: 100%;
}

.snapshot-container {
    background-color: #f7f7f7;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ccc;
    height: 300px;
    width: 300px;
}

/* not sure what these spacers do but pretty sure they should go away - let's see what breaks */
span.spacer {
    display: none !important;
}

.w10 { display: inline-block; width: 10px; }
.w20 { display: inline-block; width: 20px; }
.w40 { display: inline-block; width: 40px; }

/* configuration tabs */
.mgmt_container {
    padding: 10px;
}

.mgmt_container p,
.mgmt_container .row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.mgmt_container label {
    display: inline-block;
    width: 160px;
    font-weight: bold;
}

.mgmt_container small {
    display: block;
    margin-top: 5px;
    font-size: 12px !important;
}

.mgmt_container input[type="text"] {
    padding: 2px 6px 1px 5px;
    vertical-align: bottom;
}

.mgmt_container textarea {
    width: 100%;
}

.mgmt_container .buttons {
    margin-top: -5px;
    text-align: right;
}

/* per-tab customizations */
.mgmt_container #anonymization_mgmt_div p,
.mgmt_container #notifications_mgmt_div th,
.mgmt_container #notifications_mgmt_div td {
    padding: 5px 0;
}

.mgmt_container #notifications_mgmt_div th {
    padding-right: 10px;
}

/* styling for "xnat-table" table */
.xnat-table {
    background: #fff;
    border-spacing: 0;
    border: 1px solid #aaa;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.xnat-table th,
.xnat-table td {
    padding: 6px 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-collapse: collapse;
}

.xnat-table th {
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    background: #d8d8d8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAkCAIAAAAhPwwfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBJREFUeNpi/PPnDwMMMDEgAYo5LP///yeZ8+/fP2JkyFFGDodiF5ARBhQHPECAAQDfTksARZ3oFgAAAABJRU5ErkJggg==) left top repeat-x;
    border-color: #aaa;
}

.xnat-table td {
    vertical-align: middle;
    text-align: left;
}

.xnat-table td.checkbox {
    padding: 0;
    text-align: center;
}

.xnat-table td.checkbox label {
    display: block;
    padding: 6px 12px;
}

.xnat-table td.checkbox label:hover {
    cursor: pointer;
}

.xnat-table td.checkbox label:hover input[type="checkbox"],
.xnat-table td.checkbox input[type="checkbox"]:hover {
    cursor: pointer;
    box-shadow: 0 0 5px rgba(8, 80, 180, 0.5);
}

.xnat-table td.checkbox input[type="checkbox"]:active {
    box-shadow: 0 0 5px #0850b4;
}

.xnat-table th:last-of-type,
.xnat-table td:last-of-type {
    border-right: none;
}

.xnat-table tr:last-of-type td {
    border-bottom: none;
}

.xnat-table tr.highlight:hover,
.xnat-table.highlight tr:hover,
.xnat-table.striped.highlight tr:hover {
    background: #e5f2ff;
}

.xnat-table thead tr.highlight:hover,
.xnat-table.highlight thead tr:hover {
    background: inherit;
}

.xnat-table .top {
    vertical-align: top;
}

.xnat-table .middle {
    vertical-align: middle;
}

.xnat-table .bottom {
    vertical-align: bottom;
}

.xnat-table .left {
    text-align: left !important;
}

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

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

/* override .even and .odd styles - these are not needed in .xnat-table tables */
.xnat-table .even,
.xnat-table .odd {
    background: #fff;
    border: none;
}

.xnat-table > tbody > tr:last-child > th {
    border-bottom-width: 0;
}

/* alternate styling options for "xnat-table" tables */
.xnat-table.alt1 {
    border-color: #d0d0d0;
}

.xnat-table.alt1 th {
    background: #f0f0f0;
    text-align: left;
    font-weight: bold;
}

.xnat-table.alt1 th,
.xnat-table.alt1 td {
    border-color: #d0d0d0;
}

.xnat-table.rows th,
.xnat-table.rows td,
.xnat-table.rows-only th,
.xnat-table.rows-only td {
    border-left: none;
    border-right: none;
}

.xnat-table.clean th {
    border-right: none;
}

.xnat-table.clean td {
    border: none;
}

.xnat-table.clean tr:hover {
    /*background: #e5f2ff;*/
}

.xnat-table.compact th,
.xnat-table.compact td {
    padding: 4px 10px;
    font-size: 12px !important;
    line-height: 1.2 !important;
}

.xnat-table.striped tr:nth-of-type(2n) {
    /*background: #e5f2ff;*/
    background: #f0f0f0;
}

.xnat-table.columns th,
.xnat-table.columns td,
.xnat-table.columns-only th,
.xnat-table.columns-only td {
    border-left: none;
    border-right: 1px solid #ccc;
}

.xnat-table.columns th:last-of-type,
.xnat-table.columns td:last-of-type,
.xnat-table.columns-only th:last-of-type,
.xnat-table.columns-only td:last-of-type {
    border-right: none;
}

.xnat-table.borderless,
.xnat-table.borderless tr,
.xnat-table.borderless th,
.xnat-table.borderless td {
    border: none;
}

th.sort {
    position: relative;
}

th.sort > i {
    display: inline-block;
    width: 11px;
    position: relative;
    left: 5px;
    background: transparent right center no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMmJlNTE5OC1mYmZmLTQ0NjEtYTdhMC02YmQzYTY3ODhkNzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTY0MDVCRkEzNTkwMTFFNkE4MTVDNDgzMjYyMDI3OEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTY0MDVCRjkzNTkwMTFFNkE4MTVDNDgzMjYyMDI3OEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI0MmE4NmEyLWFjNGYtNGRkNi05MjM5LTMwOGRmODczNDRhYiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmNiYzY0NjcyLTdkZjgtMTE3OS05N2NlLWI1N2Q4MjFmY2YyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiW8GLkAAABRSURBVHjalFFbCgAgCNPR9Tpt99PwIyjRskFoe0ghqSr5w8w94kEOAPpeDy0ypvdMiHjcjD7A9vAqWmWyQUQGVvMyHh/MAjuPTAgH/GxwCjAA9lxcG/7oussAAAAASUVORK5CYII=);
}

.xnat-table.alt1 th.sort > i {
    position: absolute;
    right: 9px;
    left: auto;
}

th.sort.asc > i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMmJlNTE5OC1mYmZmLTQ0NjEtYTdhMC02YmQzYTY3ODhkNzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTY0MDVCRkUzNTkwMTFFNkE4MTVDNDgzMjYyMDI3OEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTY0MDVCRkQzNTkwMTFFNkE4MTVDNDgzMjYyMDI3OEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI0MmE4NmEyLWFjNGYtNGRkNi05MjM5LTMwOGRmODczNDRhYiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmNiYzY0NjcyLTdkZjgtMTE3OS05N2NlLWI1N2Q4MjFmY2YyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp75C0cAAABXSURBVHjahJABCsAgDAOXsO/52v2vnYMNXE20ULTpRYjIzKMWyYwITLoCx9PCFZhmt1A6V2A1QAV0db7OtgP771z8LjvwF9AZRp1uIR94AtYG0JR+CzAADfpKdzIeuTcAAAAASUVORK5CYII=);
}

th.sort.desc > i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMmJlNTE5OC1mYmZmLTQ0NjEtYTdhMC02YmQzYTY3ODhkNzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzU0QTMyNzUzNTkwMTFFNkE4MTVDNDgzMjYyMDI3OEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzU0QTMyNzQzNTkwMTFFNkE4MTVDNDgzMjYyMDI3OEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI0MmE4NmEyLWFjNGYtNGRkNi05MjM5LTMwOGRmODczNDRhYiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmNiYzY0NjcyLTdkZjgtMTE3OS05N2NlLWI1N2Q4MjFmY2YyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgYovFkAAABSSURBVHjajE8JCsAgDGvCvuf/f9OOwQZaEl1B2lxqo6qiHwBD8YxWJMfcF00ZLXaC4rkz9gCej/+t600eE5kJfsPJuCzoAjNPJyhMd5N66RZgABOvP7UP8NapAAAAAElFTkSuQmCC);
}

th.sort:hover {
    cursor: pointer;
}

/* data-table styles */
.xnat-table.data-table {
    /* fixed layout renders faster and ensures
       fixed headers are the same width as body columns */
    /*table-layout: fixed;*/
}

.xnat-table.data-table tr.filter > td,
.xnat-table.data-table tr.filter > th {
    background: #f0f0f0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.xnat-table.data-table .filter > input {
    box-sizing: border-box;
    width: 100%;
}
.xnat-table.data-table .filter > input + .filter-submit {
    visibility: hidden;
}
.xnat-table.data-table .filter > input:focus + .filter-submit {
    visibility: visible;
}
.xnat-table.data-table .filter > input.truncated:focus + .filter-submit {
    opacity: 0.2;
}

.data-table-wrapper {
    box-sizing: border-box;
    border: 1px solid #ccc;
    /*background: #f0f0f0;*/
    overflow-x: auto;
}
.data-table-wrapper.clean {
    border: none;
}

.data-table-wrapper.loading {
    border: none;
    background: transparent;
}

.data-table-wrapper.fixed .xnat-table,
.xnat-table.fixed,
.xnat-table.fixed-header {
    table-layout: fixed;
}

.data-table-wrapper.no-body {
    border-bottom: none;
}

.data-table-wrapper.no-header {
    border-top: none;
}

.data-table-wrapper .xnat-table.data-table {
    border: none;
    border-right: 1px solid #ccc;
    background: #fff;
}

.data-table-wrapper.no-body .xnat-table.data-table {
    border-bottom: 1px solid #ccc;
}

/* override datatable.css */
.dataTables_length {
    margin-bottom: 1em;
}

.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
    background: none;
}
.paginate_disabled_previous:before, .paginate_enabled_previous:before,
.paginate_disabled_next:after, .paginate_enabled_next:after {
    font-family: "FontAwesome";
    content: "\f053";
    display: inline-block;
    margin: 0 4px;
    width: 1em;
}
.paginate_disabled_next:after, .paginate_enabled_next:after {
    content: "\f054";
}
.paginate_disabled_previous:before, .paginate_disabled_next:before {
    color: #f0f0f0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px 7px;
}
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
    display: inline-block;
    padding-top: 1em;
    width: 50%
}
.dataTables_wrapper .dataTables_paginate {
    text-align: right;
}
table.dataTable thead input,
table.data-table thead input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.word-wrapped {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* container for data tables in report page panels */
.panel-table-container {
    overflow-x: auto;
    width: 800px;
}

/* overrides for Chosen menus (if used) */
html .chosen-container-single .chosen-single {
    color: #000;
}

/* fix for #layout_content being rendered in an xmodal modal */
div.xmodal #layout_content {
    padding-top: 0;
}

/* prearchive file list modal */
table.file-details {
    margin-top: -5px;
    margin-left: -15px;
    width: 100%;
    min-width: 830px;
}

table.file-details th,
table.file-details td {
    padding: 3px 5px;
    white-space: nowrap;
}

/*table.file-details td { border-right: 1px solid #d0d0d0 ; }*/
table.file-details td.scan-image-link {
    max-width: 275px;
    overflow: hidden;
}

table.file-details td.scan-image-size {
    font-family: Courier, monospace;
    font-size: 13px;
}

table.file-details td.scan-image-buttons {
    border: none;
}

/* 'Administer' pages */
#admin-nav {
    margin: 0 0 10px 20px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

#admin-nav td {
    padding: 0;
    font-weight: bold;
}

#admin-nav td b {
    font-weight: inherit;
}

#admin-nav b,
#admin-nav a {
    display: inline-block;
    float: left;
    padding: 6px 12px;
}

#admin-nav a:hover {
    color: #222;
    background: #e8e8e8;
}

#admin-nav .active {
    color: #fff;
    background: #1A75BB;
    border: 1px solid #293D66;
}

.admin-content {
    margin: 20px;
}

.admin-content .header {
    margin: 20px 2px 10px;
}

.admin-content .header b {
    font-size: 15px;
}

.admin-content .header i {
    margin: 0 10px;
    color: #ccc;
    font-weight: normal;
    font-style: normal;
}

.admin-content .data-table th .sortheader {
    position: relative;
    padding: 0 12px;
    color: #000;
}

.admin-content .data-table th .sortarrow[sortdir] {
    display: inline-block;
    position: absolute;
    right: 0;
    opacity: 0.3;
}

.admin-content .data-table th .sortarrow img {
    width: 9px;
}

.admin-content .data-table th .sortarrow img[src*="arrow-none"] {
    display: none;
}

.admin-content .data-table input[type="text"] {
    padding: 3px 5px;
    border: 1px solid #d0d0d0;
}

#edit-user-details {
    margin: 0 10px;
}

body.popup #edit-user-details {
    margin: 0 auto;
}

#edit-user-details th {
    background: #f0f0f0;
}

#edit-user-details h3 {
    padding-left: 10px;
    font-weight: inherit;
}

#edit-user-details th,
#edit-user-details td {
    padding: 8px 4px;
}

#edit-user-details .label {
    text-align: right;
    font-weight: bold;
}

#edit-user-details input[type="text"],
#edit-user-details input[type="password"] {
    padding: 4px;
}

/* Data Types page */
#data-type-table th,
#data-type-table td {
    padding: 6px 4px;
}

#data-type-table .data-type-link {
    padding: 0 6px;
    font-weight: bold;
}

/* Advanced Search wizard pages */
form.search-wizard {
    min-width: 720px;
    max-width: 720px;
}

/* Step-by-step numbers */
.steps {
    padding: 0;
    list-style: none;
}

.steps > li {
    padding: 0 20px 20px 40px;
    margin-bottom: 20px;
    background: url(data:image/gif;base64,R0lGODlhAgACAIAAAP///wAAACH5BAEAAAAALAAAAAACAAIAAAIChFEAOw==) 0 0 no-repeat;
    border-bottom: 1px solid #ccc;
}

.steps > li > h3 {
    line-height: 30px;
    vertical-align: middle;
}

.steps > li > p {
    margin: 10px 0 15px;
}

.steps > li.step1 {
    background-image: url(data:image/gif;base64,R0lGODlhIQAiAPcAAFFbgVVgh1pllFptnHN9nGt5rWt9tXuKrXOGvXuKxnuOxp+fn4yStaCgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v4SWxoSSzoyazpSi1pym1pyq1rW63rXD3r3H58DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f39bb797f7+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///01XewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAIQAiAEAI/gDrCBxIsCCcgwUTJoRDo0oVGiwMvHA4cIBFiwIyDvChRAoYNGzgCGTTBQECAxdT0hCYEqMAAAAWXDjhwwkXkHXgsCHDxYmRAxkzwgRwpyiAAAsWQLjwwYYRm2RCKhx4kI1VNFixWg0pcqrBMg1p0JgR4wWLkxYJKOEChgxIhAThdJlBFkHLASvr3A0KIMIJIVC5ogHDYkDQAQdmbGUzZQYLoUaVNjXiEU1XgToHY5GiRIgPHTZsnAitw4eQjlg+SvWK+WAXh1WsZAXJ9fJUOFZg04ihAG3LoCecpI4KF7PY3XZVskwZNKMNwFyI56zy4oWCu3iXM38J4MDkypkL/mPPrnd7UQEyadp8u5MLEcPN42cseiem5OeBu2YGg8WJEB0nfHABBAQWuNQHJ+gAWGpv3cYGGmSAwQUXm0lhoRRYTNhWg6wZdJBOi31oW4eYTSEWWTGchQALP7TlllUjLpSbQ2Ol2BtKKd0gBVtvxVhHGbq9MENuZ2gHn3MdtbUaZjPS8AKOFuX1W1ATcMQgXAyNdV1LUk6ZUYKUfSQSHFXEkCKUF3W5HUze6aAEFsSRqUBv2Kl5kVDdzQSYmA8mV6eR8BEV00w13RQSGkqMN0AYRkJ2xwFL/QWeTmRgcaQABNCl6QwfAEVUfUnN5CacUsGhWQ/y8UUfqEqJ+qaYS1RB2J8QJgDFHUwCIKVUpPjBaZlBD/Lnkw+ifWAsU8aO5sNTDC4JLIQUcmaEEUJUOy1q0XHIWlVYkREhGOC6qFVxJFIl4rk+EhQQAAA7);
}

.steps > li.step2 {
    background-image: url(data:image/gif;base64,R0lGODlhIQAiAPcAAFFbgVVgh1pllFptnHN9nGt5rWt9tXuKrXOGvXuKxnuOxp+fn4yStaCgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v4SWxoSSzoyazpSi1pym1pyq1rW63rXD3r3H58DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f39bb797f7+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///01XewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAIQAiAEAI/gDrCBxIsCCcgwUTJoRDo0oVGiwMzGhjYMAABGfgWBlwp+OdAD6USAGDhg0cgWy6IEBQ0aJHBHUQeJw5c8GFEz6ccClZBw4bMlycGDlAs2iABQsgXPhgw4hOMiYVDjzIpiqaq1ermjwp1WCZhjRozIjxggVLiwSUcAFDpiRCgnC6zBiLwCJHmlXqnLk7M8IJIU+3ogHDgiaVkloHSyHq8SgEpkZGouEq0OdgLFKUCPGhw4aNE551+BAiEgvJqF0rH+zisIoVrIgPUpaqsTWNGApYzJ1R12XHE05MQ31bOezt3gYMzDQgMAaAmQFsAOYyvGeVFy8U2OV7Z8CZMNxn/h6ALNkyC7sBAFg8cya5+4o0j97MudPkTy5Enhfd3xHpY+mBcWUZGFg4IYQOJ3xwAQQMNqjUByfoAJhpbtHGBhpkgMEFF5hJ4aEUWGzIVoWpGSSbVlXJNluJlU0R1lgxmIUACz+w1VaKJdbmkFgxKnCWSwDcIMVabq0oUBm2vRBDHHBNMUAAM9kgEluoVWbFji9UFMMM27HQE2MeTRAShW8xJJZ2dtEEUx2F0RRhZCSdBEcVMcTYUngw7bXfeDoogcVwcyrg43Yv1cElf3cccBNgcV7YG6EwyYRof/Pp5BYaSvgGAAAzEGceTQco9Vd5PpGBBXcf7LbbBxNA6RFSWjf1+WdUcFzWg36T9pdUrH7GORWGBQphApgzEeCfqAD+OZlBFxIolA+ffSDtUtKC5oNTFFbJLIYcZmaEEUKE+21p1JGYGlVXkZEhGOzamBVxLE6l4rxGFhQQAAA7);
}

.steps > li.step3 {
    background-image: url(data:image/gif;base64,R0lGODlhIQAiAPcAAFFbgVVgh1pllFptnHN9nGt5rWt9tXuKrXOGvXuKxnuOxp+fn4yStaCgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v4SWxoSSzoyazpSi1pym1pyq1rW63rXD3r3H58DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f39bb797f7+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///01XewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAIQAiAEAI/gDrCBxIsCCcgwUTJoRDo0oVGiwMVGkzI0aMMHXgzABwp+OdAD6USAGDhg0cgWy6IEBgYIBLjzAHCJwBs+OCCyd8OOFSMiMbMlycGDlQs2iABQsgXPhgw8hOMiYVDjzIpiqaq1ermjwp1WCZhjRoVHzBgqVLAkq4gCFTEiFBOF1mVETgckDMGQIRFL0T4YSQp1vRgGFRc4bgsGzQUClQ8ygEpkZGouEqEE5iMFikKBHiQ4cNGyc+6/AhRCQWklG7Vj7YxWEVK1hLbqUsFY4V1zRiKDBb92XHE05OQ3VbOWxuunVhxhBogKPHADb+chmescqLFwp63xlgccaZvHsP/kCWbBkNi7oBAAw4HzMjTZhHcerkafInFyLO9+5F+jg6YK7lYeaEEDqc8MEFECSooFIfnKDDX6e1VVtiZIDBBReZSaGhFFhcuJaEqhl0kGVazUZbiJVNEVZFMZSFAAs/rMVWVScudJtDYrW4W0svAXCDFGq1VWMdZeD2QhVxEFQFCwEEAJMNIq2VWmU30vBCS1XE0FsVGdkF0wQhRegWQ2JllxxMeNXhJUwORkbSSXBk2SKPdhlAUBwG6CeeDkpgMVycCuymXUxWCLSmRwfg9NebiSE3aE0C0VDUTTnt1BYaSvgGAAC5eTSAFYkdescBSvlFnmVkYHEoASLIJRdRXJNSyqefUcEhGBY95KefR/zhNOubU6GR6oAmwFoTAfyV6p+fkxl0GRZC+QDaB9QuRW1oPjgV4ZTOCouhZkYYIcS44Zo2HYiqUXUVGRWC4a6MWRGH4lQj1jtiiAEBADs=);
}

.steps > li.step4 {
    background-image: url(data:image/gif;base64,R0lGODlhIQAiAPcAAFFbgVVgh1pllFptnHN9nGt5rWt9tXuKrXOGvXuKxnuOxp+fn4yStaCgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v4SWxoSSzoyazpSi1pym1pyq1rW63rXD3r3H58DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f39bb797f7+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///01XewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAIQAiAEAI/gDrCBxIsCCcgwUTJoRDo0oVGiwMDJiIYIbAAQAA3Nl4J4APJVLAoGEDRyCbLggQSERQUmGdGBxjLrhwwocTLiPrwGFDhosTIwdiCt0YYMECCBc+2DBykwxJlwIPspmKpmrVqSRbQh0Ip0xDGjRmxHjBQuVEAkq4gCEzEiFBOF1miEUwccAMBBwFDuUY4YSQplnRgGExVGMMqoOFFoWg1EhINFp1shGMRYoSIT502LBxYrMOH0JAYhH5dKvOg10cVrFidWTWyArhWFFNI4YCszFm1OV4wslop26jgq1Nt26VAXf0btTIMYCNv1yA66zy4oWCiQZmCFW+90DjxzvR/rCoGwAA8pjcFc+sebMtTy5EmO/da5Txc8Atw4PB4kSIjhMfXADBgAQi9cEJOvw1WlsuhUcGGFxwUZkUFEqBRYRrMWjaWwfthNVrsG0IxxRgiRVDWQiw8MNabE0VokGzORTWibdJNNEdANwghVptvVgGbS8UZ5dOAwQQQEw2gLRWaVHFSMMLNk5kxQAXYSTUBB8t6BZDYV1XFw3npScUgo6JVBIcVcRwoo0swJRXHfPd4Z0OSmABHJoK3DbRGVYMB5ZAEHVH019mTibkAGomqqZAMRhAH0024UQSGkrciKN8AyCgE11DHYCUX+DtRAYW5wlVl6UyrUennU/BQVkPUfLFuVF9NK1qJldojNqfCUENRUB9n95nJ2QGTbbfTz5w9sGySS3bmQ9MLchksblKaJkRRgihLbaiRafhVlJVRcaDYJTL4lXBbchVh+x2aFpAAAA7);
}

.steps > li.step5 {
    background-image: url(data:image/gif;base64,R0lGODlhIQAiAPcAAFFbgVVgh1pllFptnHN9nGt5rWt9tXuKrXOGvXuKxnuOxp+fn4yStaCgoKGhoaKioqOjo6SkpKWlpaampqenp6ioqKmpqaurq6ysrK2tra6urq+vr7CwsLGxsbKysrOzs7S0tLW1tba2tre3t7i4uLm5ubq6uru7u7y8vL29vb6+vr+/v4SWxoSSzoyazpSi1pym1pyq1rW63rXD3r3H58DAwMHBwcLCwsPDw8TExMXFxcbGxsfHx8jIyMnJycrKysvLy8zMzM3Nzc7Ozs/Pz9DQ0NHR0dLS0tPT09TU1NXV1dbW1tfX19jY2NnZ2dra2tvb29zc3N3d3d7e3t/f39bb797f7+Dg4OHh4eLi4uPj4+Tk5OXl5ebm5ufn5+jo6Onp6erq6uvr6+zs7O3t7e7u7u/v7/Dw8PHx8fLy8vPz8/T09PX19fb29vf39/j4+Pn5+fr6+vv7+/z8/P39/f7+/v///01XewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAIQAiAAAI/gDrCBxIsCCcgwUTKlR48CCbhw8bwllIsU7DLlUyWkHDEU1EhBUJwplCg8aMGDFYIEDA4gcYMmQ8spkYEk4ZGlVKnnyh0sCAAQSUcHnpESRDKxlznmShAIHPn3cA3JAytChNg0gz0ojR9OlPqHfunHCC5eXMqwPLJKXxAoEVkWzIBAgb1oYSKWbRWsSZk4XPKgbZAKB7J4CPu2CKDoSTle1TGn4NSJY8mPCEw2XRgIRTciuCrzQMEKZbOWwAG0KccCEzUyBnkwq+Dgg9unbYEzqM4NVsscuMk5+hQpZsm3CEE6lXn62C0u/XOzQIWkFQ/MAHHUqwsD5Y5cWL2M8H/hhAEOOMwBm2rdvQnZi7gqayRw8II3BA7QMXkDtpz6bLSq+2sSAQC7UtkJ8PqsmERnDxjWaAQDEUeGCCD6HBwlcBAPAcXQhYRB1hARh4AoJcFIWGEmABAIABXRBWRX9zEXYABPkJsdtBaIBBIGEDoHFSDBtRUcBoIULwwXo3whEXFvbRNUAPQ4ExxI6jLSAidtqdFRcXRJRWXJULGImaattZlCMWPXj55R1W0ohbdu25tqUTRhywZmFtXnCkEWS25hoaZGDhhBAm2FkbAW26OaZ2vC3GxpmD6nDCBxdAYOmlNH6AW2qZ+ekopEb4YMOkH1BaqqY2+MBnp3rJeaYUTkoI4YMONoxaqw4+CHEXqxQpCSgXWMBqhBFCFDvsrqspVpGvZIDBBbBSRBstFs8S5emyvgLaLBjcvhSTVSEZpGSFHcl0VrgLSaSuUQsFBAA7);
}

/* Advanced Search tabs */
.advanced-search-fields {
    position: relative;
    margin: 10px;
    font-size: 13px;
    line-height: 15px;
}

.advanced-search-fields table td {
    padding: 0 8px 0 0;
    vertical-align: top;
}

.advanced-search-fields h4 {
    margin: 15px 0 5px 0;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}

.advanced-search-fields h5 {
    margin: 5px 0 2px;
    font-size: 13px;
    font-weight: normal;
}

.advanced-search-fields div.search-group {
    margin-bottom: 10px;
    overflow: visible;
}

.advanced-search-fields div.search-group.by-criteria {
    float: left;
    width: 45%;
}

.advanced-search-fields div.search-group.by-id {
    float: right;
    width: 45%;
}

.advanced-search-fields div.search-group.by-id > select {
    margin-top: 10px;
}

.advanced-search-fields div.search-group h3 {
    margin-bottom: 5px;
}

.advanced-search-fields div.search-group .disabled {
    opacity: 0.5;
}

.advanced-search-fields textarea.exact-ids {
    display: block;
    width: 80%;
    margin-top: 5px;
}

.advanced-search-fields .search-item {
    /* generic search item */
    display: inline-block;
    float: left;
    height: 50px;
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    overflow: visible;
    white-space: nowrap;
}

.advanced-search-fields.autogen .search-item {
    /*min-width: 160px;*/
    max-width: 200px;
}

label.search-method-label {
    padding: 2px 12px 2px 10px;
}

/* date range input */
.date-range {
    white-space: nowrap;
}

/* "switch" checkbox widgets - pure css */
label.switchbox > input { display: none; }

label.switchbox > input + .switchbox-outer {
    display: inline-block;
    width: 32px;
    height: 16px;
    background: #d0d0d0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #a0a0a0;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

label.switchbox > input + .switchbox-outer > .switchbox-inner {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: none;
    position: absolute;
    right: auto;
    top: 0;
    border-radius: 1px;
    left: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

label.switchbox > input:checked + .switchbox-outer {
    background: #0a0;
}

label.switchbox > input:checked + .switchbox-outer > .switchbox-inner {
    right: 0; left: auto;
}

label.switchbox > input ~ .switchbox-on,
label.switchbox > input ~ .switchbox-off {
    position: relative; left: 10px; top: -4px;
    color: #1A75BB;
}

label.switchbox > input ~ .switchbox-on {
    display: none;
}

label.switchbox > input ~ .switchbox-off {
    display: inline;
}

label.switchbox > input:checked ~ .switchbox-on {
    display: inline;
}

label.switchbox > input:checked ~ .switchbox-off {
    display: none;
}

label.switchbox.disabled > input + .switchbox-outer {
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    cursor: not-allowed;
}
label.switchbox.disabled > input + .switchbox-outer > .switchbox-inner {
    background: #ccc;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    cursor: not-allowed;
    top: -1px;
}


/* friendlyForm styles. Taken from ConnectomeDB. To be refactored / replaced in XNAT 1.7, most likely */
fieldset,
.friendlyForm fieldset {
    border: solid #e4efff;
    border-width: 4px 0 0;
    margin: 1em 0;
    padding: 1em 0;
}

.friendlyForm fieldset.error {
    background-color: #fffcc9;
    border-color: #cc9;
    color: #d40000;
}

.friendlyForm p {
    line-height: 1.4em !important;
    margin-bottom: 1em;
    position: relative;
}

.friendlyForm p:first-child {
    margin-top: 0;
}

.friendlyForm h4 {
    border-bottom: 1px solid #999;
    font-size: 14px;
    font-weight: bold;
    margin-top: 1em;
    padding-bottom: 6px;
}

.friendlyForm label {
    color: #777;
    display: block;
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.friendlyForm input[type=text],
.friendlyForm input[type=password],
.friendlyForm input[type=file],
.friendlyForm textarea,
.friendlyForm select {
    font-size: 14px !important;
    padding: 6px;
    width: 96%;
}

.friendlyForm input[type=file] {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin: 1em 0;
    margin-bottom: inherit;
    padding: 1em;
}

.inputWrapper {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin-bottom: 2em;
    padding: 20px 0;
    position: relative;
}

.inputWrapper.horizontal {
    display: inline-block;
    vertical-align: top;
    width: 350px;
}

.inputWrapper.highlighted {
    background-color: #e4efff;
}

.inputWrapper.error {
    border: none;
    padding: 6px;
    position: relative;
    top: 0;
    left: 0;
    width: inherit;
    /* override other .error styles */
}

.inputWrapper.error,
.inputWrapper table tr.error {
    background-color: #fde;
}

.inputWrapper.wide {
    width: 600px;
}

.inputWrapper.error h3,
.inputWrapper.error ul {
    margin-left: 30px !important;
}

.friendlyForm p.error {
    color: #c33;
    font-size: 12px !important;
    font-weight: bold;
}

.inputWrapper label {
    color: #37c;
}

.inputWrapper input[type=text],
.inputWrapper input[type=password],
.inputWrapper textarea {
    width: 330px;
}

.inputWrapper.wide input[type=text],
.inputWrapper.wide input[type=password],
.inputWrapper.wide textarea {
    width: 600px;
}

.inputWrapper input:read-only {
    background-color: #f0f0f0;
    color: #999;
}

.inputWrapper .helptext,
.inputWrapper .helptext-error {
    color: #888;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    bottom: 18px;
    left: 425px;
}

.inputWrapper.wide .helptext,
.inputWrapper.wide .helptext-error {
    padding-top: 4px;
    position: inherit;
    bottom: inherit;
    left: inherit;
}

.inputWrapper table {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.inputWrapper td,
.inputWrapper th {
    padding: 3px;
}

.inputWrapper td {
    border-top: 0;
}

.inputWrapper th {
    text-align: left;
    background-color: #f3f3f3;
}

p.form-submit {
    font-size: 12px !important;
    text-align: right;
    margin-bottom: 0;
}

.form-submit input,
.request-access input,
.overlay-action input {
    font-size: 16px !important;
    padding: 6px 12px;
}

.request-access input {
    float: right;
}

.friendlyForm .inputWrapper {
    background-color: #fff;
    border: none;
}

.friendlyForm.mini .inputWrapper {
    padding: 10px;
}

.friendlyForm.mini label {
    display: inline-block;
    width: 200px;
    text-transform: inherit;
}

.friendlyForm.mini input[type=text],
.friendlyForm.mini input[type=password],
.friendlyForm.mini input[type=file],
.friendlyForm.mini textarea {
    font-size: 12px !important;
    padding: 3px;
    width: inherit;
}

.friendlyForm.mini .dataTable label {
    width: 100px;
}

label.disabled {
    color: #a0a0a0;
    font-weight: normal;
}

/* prearchives.css */
/***********************************************/
#prearchive_table {
    left: 35px !important;
}

div.instructions {
    width: 80%;
    margin: 1em;
}

div.instructions p {
    margin-bottom: 1em;
}

div.prearcs {
    width: 85%;
    height: 400px;
    margin-top: 2em;
    margin-bottom: 2em;
}

div.inbox div.content table {
    width: 100%;
    padding: 0.5em;
    padding-top: 0;
    padding-bottom: 0;
}

div.inbox div.actions {
    padding-bottom: 0.5em;
    margin: 0.5em;
    margin-top: 0;
}

div.inbox div.actions input {
    float: right;
}

div.inbox div.importlog {
    margin: 1em;
    padding: 0.5em;
    height: 100px;
    overflow: auto;
    border: 2px solid green;
}

div.inbox div.importlog p {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

div.inbox div.importlog p.header {
    font-size: larger;
    font-weight: bolder;
}

div.inbox div.importlog p.processing {
    /* */
}

div.inbox div.importlog p.warning {
    background: #ccccff;
}

div.inbox div.importlog p.failed {
    background: #ff6666;
}

div.inbox div.importlog p.completed {
    background: #ccffcc;
}

div.prearc-select {
    text-align: center;
}

div.prearc-select select {
    margin: 1em;
}

div.prearc {
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    padding: 0.5em;
    overflow: auto;
}

table.prearc {
    width: 100%;
    padding: 0.5em;
    padding-top: 0;
}

div.match-op {
    width: 80%;
    padding: 1em;
    text-align: right;
}

/* Sessions get background color indicating status */
div.instructions div.colorkey {
    width: 100%;
    text-align: center;
}

div.instructions div.colorkey span {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}

table.prearc tr.RECEIVING {
    background: #ccccff;
}

div.colorkey span.RECEIVING {
    background: #ccccff;
}

table.prearc tr.BUILDING {
    background: #ffccff;
}

div.colorkey span.BUILDING {
    background: #ffccff;
}

/* table.prearc tr.READY { } */
table.prearc tr.ARCHIVING {
    background: #ccffff;
}

div.colorkey span.ARCHIVING {
    background: #ccffff;
}

table.prearc tr.ERROR {
    background: #ff6666;
}

div.colorkey span.ERROR {
    background: #ff6666;
}

/* scans.css */
/***********************************************/
td.quality-usable {
    color: green;
    font-weight: 700;
}

td.quality-questionable {
    color: orange;
    font-weight: 700;
}

td.quality-unusable {
    color: red;
    font-weight: 700;
}

/* uploaded.css */
/***********************************************/
div.submit div.actions {
    text-align: center;
}

hr {
    display: block;
    margin: 20px 0;
}

hr.h20 {
    margin: 10px 0;
}

hr.light {
    color: #f0f0f0;
    border-color: #f0f0f0;
}

pre.json { outline: 1px solid #f0f0f0; padding: 20px; }
pre.json .string { color: green; }
pre.json .number { color: darkorange; }
pre.json .boolean { color: blue; }
pre.json .null { color: magenta; }
pre.json .key { color: red; }
textarea.xml-formatted {
    display: block; padding: 10px; margin: 10px; width: 95%; height: 95%;
    overflow-x: scroll; overflow-y: scroll; border: 1px solid #ccc;
}
.xnat-dialog-content pre.json,
.xmodal .content pre.json {
    overflow-x: auto;
}

/* utility classes */
.pad1 { padding: 1px; }
.pad5 { padding: 5px; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pad1h { padding-left: 1px; padding-right: 1px; }
.pad5h { padding-left: 5px; padding-right: 5px; }
.pad10h { padding-left: 10px; padding-right: 10px; }
.pad20h { padding-left: 20px; padding-right: 20px; }
.pad1v { padding-top: 1px; padding-bottom: 1px; }
.pad5v { padding-top: 5px; padding-bottom: 5px; }
.pad10v { padding-top: 10px; padding-bottom: 10px; }
.pad20v { padding-top: 20px; padding-bottom: 20px; }
.pad1top, .pad-top-1 { padding-top: 1px; }
.pad5top, .pad-top-5 { padding-top: 5px; }
.pad10top, .pad-top-10 { padding-top: 10px; }
.pad20top, .pad-top-20 { padding-top: 20px; }

.inline { display: inline }
.inline-thirds {
    display: inline-block;
    margin-right: 10%;
    vertical-align: top;
    width: 26%;
}
.inline-thirds:last-of-type {
    margin-right: 0;
}

.truncate {
    display: inline-block;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.truncateCell {
    display: block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncateCellNarrow {
    width: 100px;
}
.truncate175 {
    width: 175px;
}
.truncate200 {
    width: 200px;
}

.pull-right {
    float: right !important;
    box-sizing: border-box;
}
.pull-left {
    float: left !important;
    box-sizing: border-box;
}

.dump {
    border-collapse: collapse;
}

.dump .info {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dump thead {
    border-bottom: 1px solid #a0a0a0;
}

.dump th {
    padding: 8px;
    font-size: 14px;
    width: 1%;
}

.dump td {
    padding: 3px 8px;
    vertical-align: top;
}

.dump td.tag,
.dump td.desc {
    white-space: nowrap;
}

.dump tbody tr:hover {
    background: #e5f2ff;
}

.dump .center {
    text-align: center;
}

.dump .left {
    text-align: left;
}


/* Activity tab */
#activity-tab {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: translate3d(0,24px,0);
    transform: translate3d(0,24px,0);
    -webkit-transition: transform .15s cubic-bezier(0.4,0.0,1,1),opacity .15s cubic-bezier(0.4,0.0,1,1),visibility 0ms linear .15s;
    transition: transform .15s cubic-bezier(0.4,0.0,1,1),opacity .15s cubic-bezier(0.4,0.0,1,1),visibility 0ms linear .15s;
    bottom: 24px;
    display: block;
    left: auto;
    max-height: 323px;
    overflow: visible;
    position: fixed;
    right: 24px;
    visibility: hidden;
    z-index: 1001;
}

#activity-tab .panel-header {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background-color: #323232;
    border: 1px transparent solid;
    bottom: 24px;
    color: #fff;
    font-size: 14px;
    height: 52px;
    line-height: normal;
}

#activity-tab .panel-header .title {
    padding: 20px;
    font-size: 1.2em;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    cursor: default;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#activity-tab .actions {
    float: right;
    height: auto;
    margin-left: auto;
    text-align: left;
}

#activity-tab .actions a.icn {
    float: left;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 15px 0 0;
}

#activity-tab .actions a:hover {
    transform: scale(1.3);
    text-decoration: none;
}

#activity-tab .panel-header .actions {
    padding: 20px 0 20px 20px;
}

#activity-tab .panel-header .actions a.icn {
    height: 20px;
    max-width: 20px;
}

#activity-tab .panel-header .actions a.icn {
    color: #fff;
}

#activity-tab .panel-header a.activity-max {
    display: none;
}

#activity-tab .panel-body {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    max-height: 240px;
    min-width: 360px;
    overflow: auto;
    position: relative;
    width: 360px;
    font-size: 1.1em;
    color: #757575;
    padding:0;
}

#activity-tab .panel-body .item {
    border-top: solid 1px #eee;
    display: block;
    padding: 20px 0 20px 20px;
}

#activity-tab .panel-body a.close {
    display: none;
    text-shadow: none;
    font-size: inherit;
}

.prog {
    overflow-wrap: break-word;
    margin-bottom: 3px;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 0;
    }
}
@-moz-keyframes progress-bar-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 0;
    }
}
@-ms-keyframes progress-bar-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 0;
    }
}
@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 0;
    }
}

.pull-progress-div {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #f0f0f0;
    background-color: #f0f0f0;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    margin-top: 5px;
}

.pull-progress-bar {
    text-align: center;
    color: #f0f0f0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
    background-color: #2d69b8;
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%,
    rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    overflow: hidden;
    white-space: nowrap;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 50px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    top: 10px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 50px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

div.upload-complete, div.upload-prog {
    margin-top: 5px;
}

.upload-complete-txt {
    position: relative;
}

.upload-complete-txt .remove, .pull-progress-div .remove {
    display: none;
}

.upload-complete-txt:hover .remove {
    position: absolute;
    display: inline-block;
    color: #B0B0B0;
    margin-top: -5px;
    margin-left: -3px;
    opacity: 0.8;
}

.pull-progress-div:hover .remove {
    position: absolute;
    display: inline-block;
    color: #993333;
    opacity: 0.8;
    top: -9px;
    right: -5px;
}

.upload-complete-txt:hover .remove:hover, .pull-progress-div:hover .remove:hover {
    color: #484848;
    cursor: pointer;
}
.pull-progress-div:hover .remove:hover {
    color: #732626;
    cursor: pointer;
}

/* accommodate smaller viewports */
/***********************************************/
@media screen and (max-width: 1200px) {

    #page_wrapper,
    #xnat_power,
    #main_nav > .inner,
    #user_bar > .inner {
        width: 960px;
    }

    /*#page_wrapper,*/
    /*#header,*/
    /*#layout_content,*/
    /*#home-data,*/
    /*#xnat_power {*/
    /*width: 920px;*/
    /*}*/

    #projects-container,
    #data-container {
        width: 450px;
    }

    #project_summary_module {
        width: 640px;
    }
    .panel-table-container {
        width: 620px;
    }

    #search_tabs,
    .yui-navset.yui-navset-top.wrangled {
        width: 920px !important;
    }


    #data-type-table .name-singular,
    #data-type-table .name-plural {
        display: none;
    }


    #search_tabs .xT_p,
    #search_tabs .xT_c {
        width: 900px !important;
    }

    #prearchive_table {
        left: -65px !important;
    }

    .truncateCell {
        width: 100px;
    }
    .truncateCellNarrow {
        width: 70px;
    }
}
