html { height: 100%; }
body {
    position: relative;
    min-height: 100%;
    padding-bottom: 225px;
}

/**
 * Bootstrap overrides
 */
.container {
    position: relative;
    max-width: 950px;
    text-align: left;
}

#title-container {
    position: relative;
    height: 185px;
}

#big-header-title {
    color: white;
    position: absolute;
    bottom: 0;
}

/**
 * header
 */
.navbar {
    background: white;
}

.navbar-nav, .logo, .navbar-toggle {
    margin: 15px 0 0 0;
}

.header .header_fixed {
    text-align: left;
    margin: 0 auto 0 auto;
    position: relative;
    width: 900px;
}

.header .logo {
    height: 50px;
}

#header-background {
    height: 185px;
    width: 100%;
    top: -20px;
    position: relative;
    background: #9096A0;
    background-size: cover;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
}

.content {
    min-height: 600px;
    padding-bottom: 25px;
}

footer {
    padding-top: 10px;
    background: #333;
    color: #bbb;
    text-align: left;
    height: 225px;
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.navbar-default .navbar-nav > li > a .bg-primary {
    color: white;
}

/**
 * login
 */
.login-panel {
    border-radius: 0;
    padding: 30px 25px 60px 25px;
    margin: 50px auto;
    box-shadow:  0 2px 10px rgba(0,0,0,0.7);
}

@media (max-width: 920px) {
    .login-panel {
        width: 330px;
    }
}
@media (min-width: 920px) {
    .login-panel {
        width: 660px;
    }
}

.full-page-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

/**
 * links table
 */
.icon-circle {
    font-size: 30px;
    width: 75px;
    border-radius: 75px;
    line-height: normal;
}

.list-group-item h3 {
    margin-top: 8px;
    margin-bottom: 0;
}

.list-group-item {
    padding-top: 7px;
    padding-bottom: 7px;
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}

.list-group-heading-blue {
    background: #5983ab;
    color: #2d435a;
    border-color: #5983ab;
}

.list-group-heading-orange {
    background: #d39e4c;
    color: #835c21;
    border-color: #d39e4c;
}

.list-group-heading-green {
    background: #6cab61;
    color: #325a2e;
    border-color: #6cab61;
}

.list-group-heading-purple {
    background: #8a64ab;
    color: #49375a;
    border-color: #8a64ab;
}

.list-group-heading-gray {
    background: #bbbbbb;
    color: #5a5959;
    border-color: #bbbbbb;
}

.list-group-heading-red {
    background: #cc5464;
    color: #882222;
    border-color: #cc5464;
}

.list-group-item .sub-item {
    border: 0;
}

.column-saved_sets {
    max-width: 240px;
}

.job-status-button {
    width: 88px;
}

.job-action-button {
    width: 140px;
}

/**
 * Customizations
 */
#l_con_subsect {
    color: #000000;
    padding: 10px 10px 10px 10px;
    white-space: normal;
    background-color: #FFFFFF;
    text-align: center;
    clear: both;
}

.subsect_slug {
    color: #000066;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 5px;
    clear: both;
    border-bottom: 1px solid #000066;
}

.sub_subsect_slug {
    color: #000066;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 5px;
    clear: both;
    border-bottom: 1px dotted #000066;
    font-style: italic;
}

.run_data_parenthetical {
    color: #000066;
    letter-spacing: normal;
    text-align: right;
    padding-bottom: 2px;
    clear: both;
}

.menuitem {
    color: #000000;
    padding: 5px 5px 5px 5px;
    white-space: nowrap;
    background-color: #FFFFFF;
    text-align: center;
    clear: both;
}

#l_menudiv {
    text-align: center;
    border-bottom: 0 solid #FFFFFF;
}

td {
    vertical-align: top;
}


.formname {
    text-align: right;
}

/***********************************************
 * item_box
 * a container with a light bg and dark border
 *
 ***********************************************/
.item_box {
    text-align: left;
    background-color: #F6F6F6;
    border: 2px solid #335c85;
    padding: 15px;
    width: auto;
    max-width: 600px;
    margin: 5px auto;
}

/***********************************************
 * category_box
 * a container with a light bg and dark border
 *
 ***********************************************/
.category_box {
    text-align: left;
    padding: 0 15px;
    width: auto;
    max-width: 600px;
    margin: 0 auto 0 0;
}

.category_box h3 {
    background-color: #dedede;
}

/***********************************************
 * sql_control_table
 * the table template class sql_control
 *
 ***********************************************/
.sql_control_table table {
    border-collapse: collapse;
    font-size: 12px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

.sql_control_table th {
    color: #003399;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
}

.sql_control_table td {
    color: #666699;
    padding: 8px;
}

.standard_row_odd {
    background-color: #E8EDFF;
}

.standard_row_even {
}

/***********************************************
 * peptide view classes
 *
 *
 ***********************************************/
#protein_table_container {
    padding-right: 20px;
}

.bold_score {
    display: inline;
    font-weight: bold;
    color: #a52a2a;
}

.browser_add_column {
    height: inherit;
    overflow-y: scroll;
    white-space: nowrap;
    overflow-x: hidden;
}

.table-small-text {
    font-size: 12px;
}

.table-small-text.table-condensed>tbody>tr>td {
    padding: 2px 5px 0px 5px;
    vertical-align: middle;
}

table.table-small-text .form-control {
    font-size: 12px;
}

.summary_section .form-group {
    margin-bottom: 5px;
}

/*
 * summary table/config stuff
 * the field with the view options, filters, etc.
 */

.selected_tab_content {
    width: 900px;
    margin: 0 auto;
    display: run-in;
}

.secondary_tab_content {
    display: none;
}

.selected_tab {
    color: red;
    font-weight: bold;
}

.summary_table {
    text-align: left;
    border-collapse: separate;
    border-spacing: 2px 0;
    margin-bottom: 10px;
}

.summary_section th {
    text-align: left;
}

.summary_section fieldset {
    border: 0;
}

.section_menu {
    height: 200px;
    width: 200px;
}

.section_menu a {
    padding-left: 10px;
    padding-right: 25px;
    padding-top: 3px;
    display: block;
    white-space: nowrap;
}

.section_menu p {
    margin: 0;
    padding-left: 10px;
    padding-top: 3px;
    display: block;
}

.section_menu ul {
    padding: 0;
}

.section_menu li {
    height: 20px;
    list-style-type: none;
}

.section_menu li:hover {
    height: 20px;
    list-style-type: none;
    background-color: #C9DBFF;
}

/*
 * style rules for each field in the summary form
 */
.summary_field td {
    width: 100px;
    padding: 0 15px 5px 10px;
}

.add_column_field {
    width: 200px;
}

.submit_field {
    width: 100px;
}

/*
 * summary config submit buttons
 */
.summary_table input[type='button'], .summary_table input[type='submit'] {
    width: 100px;
    margin-bottom: 3px;
}

.summary_table input[type='text'], .summary_table select {
    height: 21px;
    margin-bottom: 3px;
}

/***********************************************
 * classes for the js sortable table
 *
 *
 ***********************************************/
.table-autosort th {
    vertical-align: middle;
}

th.table-sortable {
    background: url(../images/sortable.gif) no-repeat left center;
    padding-left: 15px;
}

th.table-sortable:hover {
    background: #ccf url(../images/sortable.gif) no-repeat left center;
}

th.table-sorted-desc {
    background: url(../images/sorted_down.gif) no-repeat left center;
}

th.table-sorted-asc {
    background: url(../images/sorted_up.gif) no-repeat left center;
}

/***********************************************
 * peptide view columns
 *
 *
 ***********************************************/
.peptide_column {
    text-align: left;
}

.peptide_score1_column {
    font-weight: bold;
}

.ppm {
    text-align: right;
}

/***********************************************
 * peptide view links at the top
 *
 *
 ***********************************************/
.sql_commands pre {
    text-align: left;
    font-size: 12px;
    white-space: pre-wrap;
}

/* ********************************* */
#manage_ms_table {
    border: 1px solid #006666;
    padding: 0 0 0 0;
}

#manage_scans_table {
    border: 1px solid #006666;
    padding: 0 0 0 0;
}

#manage_searches_table {
    padding-right: 0;
}

.manage_table_header {
    border-bottom: 1px solid #006666;
    background-color: #CCCCCC;
}

.manage_table_row {
    border-bottom: 1px solid #000000;
}

.manage_table_datarow {
    border-top: 1px solid #000000;
    margin-top: 0;
    padding-top: 0;
}

.warning-box {
    border: 1px solid #990000;
    padding: 0 0 0 0;
    background-color: #FFCCCC;
}

.light_blue {
    color: #617094;
}

.shaded_bg_blue {
    color: #E2ECFF;
}

.unshaded_bg_blue {
    color: #F2FAFF;
}

.dark_blue {
    color: #003366;
}

.red {
    color: red;
}

.pink {
    color: #F0C;
}

.green {
    color: green;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
    border: 0;
    background: transparent;
    padding: 4px 1em;
    margin: 0 0 0 1px;
    height: auto;
    text-decoration: none;
    position: relative;
    top: -1px;
}

ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
    background: url(../images/bg-tab.png) repeat-x 0 50%;
    color: #fff;

}

ul.primary li.active a,
ul.secondary li.active a {
    font-weight: bold;
}

#tabs-wrapper {
    margin: 0 -26px 0 1em;
    padding: 0 26px;
    position: relative;
    width: 900px;
}

#tabs-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0 0;
}

#tabs-wrapper ul li {
    display: inline-block;
}

#tabs-wrapper ul li {
    display: inline;
}

.listbg1 {
    background-color: #E2ECFF
}

.listbg2 {
    background-color: #F2FAFF
}

.badge-primary {
    background-color: #337ab7;
}