﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.less-padding {
    padding: 5px !important;
}
.scrollable {
    height: 800px;
    overflow-y: scroll;
}
.validation-error {
    background-color: rgba(255, 0, 0, 0.15) !important;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px; /* half width of the spinner gif */
    margin-top: -100px; /* half height of the spinner gif */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 210px; /* width of the spinner gif */
    height: 212px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.spinner-chart {
    margin: auto;
    width: 30%;
    padding: 10px;
}
.small-legend{
    font-size:14px;
}
.font-medium{
    font-size:11px;
}
.small-table-cell {
    font-size: 10px;
    padding: 1px !important;
    margin: 0px;
    text-align: center;
    border-color: #C9CEA6 !important;
    background-color: white !important;
}


.small-header-cell {
    font-size: 10px;
    padding: 1px !important;
    margin: 0px;
    text-align: center;
    background-color: #C9CEA6; /*was 58852C*/
    color: white;
    width: 100px;
    border-color: #C9CEA6 !important;
    vertical-align: middle !important;
}
.small-footer-cell {
    font-size: 10px;
    padding: 1px !important;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    border-color: #C9CEA6 !important;
    border-top-style: double !important;
    border-width: 2px;
}
table.table.table-striped tr.green-background td {
    background-color: #d9ffe0;
}

.tableFixHead {
    overflow-y: auto;
    height: 900px;
    z-index: 250;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 250;
        background-color: lightgray;
    }

.form-control {
    font-size: small !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    max-height:22px;
}
.form-control-large {
    font-size: x-large;
    height: 180px;
    width: 100px;
    max-width: 100px;
}
.form-control-narrow {
    max-width: 60px !important;
}
.form-control-moderate {
    max-width: 150px !important;
}
.font-small{
    font-size:small;
}
.font-x-small {
    font-size: x-small;
}
.font-xx-small {
    font-size: xx-small !important;
}
.font-xxx-small {
    font-size: 6px !important;
}
.number-button{
    margin-bottom:2px;
    
}

td {
    padding: 1px !important;
    margin: 1px !important;
}
span {
    font-size: small;
}
.btn-sm {
    max-height: 24px !important;
    font-size: small !important;
    padding-top: 1px !important;
    padding-bottom: 2px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}
label {
    margin-bottom: 0px !important;
    font-size: small;
}
.form-group {
    margin-bottom: 1px !important;
}
.link-btn{
    color:blue !important;
}
.pseudo-tab-link {
    color: darkblue !important;
    padding-top: 6px !important;
    /*margin-top: 30px !important;
    padding-bottom:0px;
    margin-bottom:0px;*/
}