body {
    /* Margin bottom by footer height */


}
body > .container {
    padding: 60px 15px ;

}

html {
    position: relative;
    min-height: 100%;
}
button {
    cursor: pointer;
}
.footer {
    border-top: 1px solid #ddd;
    background: rgba(225,225,225,0.8);
    min-height: 25px;
    height: 25px;
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 20px;
    z-index: 101;
}


#tooltip {
    display:none;
    position: absolute;
    border: 1px solid #999;
    z-index: 9999;
    background: rgba(205,205,205,0.8);

    border-radius: 4px;

}
#tooltipTitle {
    font-size: 14px;
    margin: 0;
    background: rgba(205,205,205,0.9);
    padding: 2px 5px;
}
#tooltipBody {
    font-size: 12px;
    margin: 0;
    padding: 5px;
}

#tooltip th {
    text-align: right;
    padding-right: 3px;
}

.legendBoxButton {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #444;
    border-radius: 2px;
    margin-right: 5px;
}
.legendBoxButton:hover {
    border: 1px solid #000;
}
.dsDelCell:hover .legendBoxButton {
    display:none;
}
.dsRow .dsDelButton {
    display: none;
    cursor: pointer;
}
.dsDelCell:hover .dsDelButton {
    display:inline;
    width: 25px;
    height: 25px;
    border: 1px solid red;
    background: #f5c6cb;
}
.dsRow .dsDelButton img {
    margin-left: -1px;
    height: 19px;
    width: 16px;

}

.selFunctionButton {

    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    margin: 2px;
    padding-top: 2px;
    text-align: center;
}
.selFunctionButton:hover {
    background: #ddd;
}

.curSelLabel {
    background: #eeffee;
    border: 1px dotted #999;

}
.selLabel {
    padding: 0 5px;
    white-space: nowrap;
}
.selMatchTable {
    border-collapse: collapse;
    margin: 5px;
}
.selMatchConflictWrap {
    max-height: 150px;
    overflow-y: auto;
}
.selMatchTable th {
    border-bottom: 1px solid #ddd;
    padding: 2px 10px;
    text-align: center;
}
.selMatchTable td {
    padding: 2px 10px;
    text-align: right;
}
.selCurBut,.selCurButAll {
    margin: 1px;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 1px 6px;
    background: #efefef;
    cursor:pointer;
}
.selCurBut:hover,.selCurButAll:hover {
    background: #cdcdcd;
    text-decoration: none;
}

.selCurMark {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 1px 3px;
    background: #cdffcd;
}
table.dataTable tbody td {
    padding: 3px 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 2px;
}
.matchStatsHdr {
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.statDtBut {
    cursor: pointer;
}
.statDtBut:hover {
    background: #ddd;
}
.toolBlock {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.toolBlock td {
    padding: 5px;
}
.toolBlock .calcHlp {
    font-style: italic;
    color: #888
}
.toolBlock th {
    background: #ddd;
    padding: 3px 10px;
    text-align: right;
}
.errorBox {
    padding: 50px;
    border: 1px solid #ff0906;
    background: #ff9b9a;
    font-size: 1.5em;
    text-align: center;
    border-radius: 10px;
}
.changePop {
    padding: 10px;
}
.changePop label {
    font-size: 1.1em;
}

.panelPop {
    padding: 20px;
    text-align:center;
    font-size: 1.5em;
}

#help h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}
#help h3 {
    margin-bottom: 20px;

}



#workspace {
    margin-bottom: 20px;
}
.workspace-tab {
    padding: 0!important;
}
.workspace_description {
    padding: 8px;
    margin: 0;
}
.projectList {
    margin: 0;
    padding: 0;
}
.projectList .ui-state-highlight {
    list-style: none;
}
.project {
    margin: 3px 0;
    border-radius: 5px;
    border: 1px solid #808080;
    padding: 1px;
    list-style: none;
}
.project h2 {

    line-height: 30px;
    margin: 0;
    padding: 0 5px;
    font-size: 1.2em;
    cursor: move;
}
.project h2 a {
    cursor: pointer;
}
.project h2 button {
    margin-top: 0.2em;
    cursor: pointer;
}


.project_description {
    padding: 7px;
    margin: 1px;
}

.project_data {
    border-collapse: collapse;
    margin: 5px;
    width2: 99%;
}
.tName {
    color: #337ab7!important;
}
.project_data th {
    padding: 2px 5px;
}
.project_data td {
    padding: 2px 10px;
    border-bottom: 1px solid #ddd;
}
.editableF {
    cursor: pointer;
    border-bottom:1px dotted #aaa;
}
.dsBox {
    cursor: pointer;
    width: 18px;
    height: 18px;
    float: left;
    border: 1px solid black;
    border-radius: 3px;
    margin-right: 1px;
}
.wsMain {
    margin: 0 25px;

}
.selectionOptions td {
    vertical-align: middle;
    white-space: nowrap;
    border-top: 1px solid #eee;

}
.selectionOptions td input[type="checkbox"] {
    float: left;
    margin-top: 3px;
    cursor: pointer;
}
.selectionOptions td input[type="color"] {
    width: 30px;
    cursor: pointer;

}
.selectionOptions th {
    vertical-align: middle;
    white-space: nowrap;
    border-top: 1px solid #eee;
}
#selectionsBox {

    padding-bottom: 15px;
}
#saveSelectionBox p {
    font-size: 1.1em;
}
#saveSelectionBox label {
  font-weight: bold;
}
#saveSelTitle {
    font-size: 1.1em;
    font-weight: bold;
}
.projectRestore a {
    color: #0c75d2;
    font-weight: bold;
}
.projectRestore {
    padding: 5px 0px 5px 25px;
    font-style: italic;
    font-size: 0.8em;
}
.noselections {
    padding: 10px 20px;
    font-style: italic;
}
#main .dropdown-menu a {
    white-space: nowrap;
    padding: 0 5px
}

.selNameEditPop th {
    padding: 2px 10px;
    text-align: center;
}
.selNameEditPop td {
    padding: 2px 10px;
    text-align: center;
}
.timeseriesTable {
    border-collapse: collapse;
}
.timeseriesTable th {
    padding: 5px 10px;
    text-align: center;
}
.tpCount {
    font-weight: bold;
    background: #eee;
    text-align: right;
    padding-right: 5px;
}
.timeseriesTable td {
    border-bottom: 1px solid #ddd;
    padding: 3px 10px;
}
.tpLoopBox {
    padding: 10px 5px;
    font-size: 1.1em;
    border-bottom: 1px solid #eee;
}
.tpStar {
    margin-right: 10px;
    font-size: 1.2em;
}
.warnLog {
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 3px;
    font-size: 0.9em;
    font-family: Courier;
}

.postHl {
    font-size: 0.8em;
    font-style: italic;
    color: #888;
}
.postCl {
    font-family: Courier;
}
.img-thumbnail {
    max-width: 300px;
    max-height: 300px;
}

.help-img {
    padding-left: 10px;
    margin-bottom: 10px;
}


#advOptBut {
    background: none;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0px 3px;
    margin: 3px;
}
#advOptBut:hover {
    background: #eee;
    color: blue;
}
#defSaveBut {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0px 3px;
    margin: 3px;
}
#defSaveBut:hover {
    background: #eee;
    color: blue;
}

#export_buttons .dt-buttons {
    float:right;
}
#export_buttons .dt-buttons button {
    margin: 0;
    padding: 4px 10px;
    line-height: 1em;
}
#toolList {
    border-collapse: collapse;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#toolList th {
    padding: 5px 10px;
    text-align:center;

}
#toolList td {
    padding: 5px 10px;
    border-top: 1px solid #ddd;
}
#toolList button {
    width: 100%;
}

#helpMenu {
    z-index: 100;
}

a[name] {
    padding-top: 50px;
    margin-top: -50px;
    display: inline-block;
}
input[type=submit],input[type=reset] {
    cursor: pointer;
}

#overlapCalc th {
    text-align: center;
}

#overlapCalc .overlapParam th {
    font-size: 0.8em;
}
#speciesCompare .overlapParam th {
    background: #efefef;
    text-align: center;
    font-size: 0.8em;
}

#selUpload {
    text-align: right;
    border-bottom: 1px solid #eee;
}
#selFile {
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
label.fileUpload {
    background: none;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0px 3px;
    margin: 3px;
    cursor: pointer;
}
label.fileUpload:hover {
    background: #eee;
    color: blue;
}
.legendColorBox {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #444;
    border-radius: 2px;
    margin-right: 5px;
}
.colLegend {

    border-collapse: collapse;
}
.colLegend th {

}

.colLegend td {
    padding-left: 10px;

    text-align: left;
}