html, body{
    margin: 0;
    padding: 0;
    height: 100%;
}
.wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    margin: 0 auto;
    border-bottom: 1px #f5f5f5 solid;
}
.fatlink {
    background: #97d9b3;

    margin: 5px;
    padding: 10px;
}

.borderarea {
    border-style: solid;
    border-width: medium;
    border-color: #1f2746;
    padding: 10px;
}
.button-link {
    display: inline-block;
    padding: 10px;
    background-color: white;
    color: black;
    border-radius: 10px;
    font-size: 22px;
}
.text-link {
    color: white;
    text-decoration: underline
}
.text-link:hover {
    color: #e0e0e0;
    text-decoration: none;
}
div.groupbox {
    border: 1px solid #CCC;
    border-radius: 6px;
    padding: 10px;
    margin: 5px;
    /*background-color: #2e6da4;
    color: #ffffff;*/
}
@media (min-width: 768px) {
    .grid-third {
        width: 33.3333%;
        float: left;
    }
    .grid-half {
        width: 50%;
        float: left;
    }
}

.filterbox label {
    width: 100px;
    text-align: right;
    padding-right: 20px;
}

.filterbox select {
    width: 150px;
}

.categorybox a {
    color: #222222;
    font-size: 11pt;
}

.categorybox ul {
    padding-left: 20px;
}

.ui-button .ui-icon {
    display: none;
}

table.datatable {
    border: 1px solid black;
}
.datatable th {
    border: 1px solid black;
    padding: 5px;
    background-color:grey;
    color: white;
    text-align:right;
    letter-spacing: 1px;
}
.datatable td {
    border: 1px solid black;
    padding: 5px;
}

#main {
    margin: -20px auto 125px;
    width: 100%;
}

.navbar-default .navbar-nav>li>a {
    color: white !important;
}

.shadowdeep {
    text-shadow: 0px 2px 1px rgba(0,0,0,.6);
}

.shadow {
    text-shadow: 0px 1px 1px rgba(0,0,0,.6);
}

.navbar-nav > li > a {
    font-size: 13pt;
}

.searchbar {
    max-width: 900px;
    border: thin white solid;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
}

.searchbar label {
    color: #ffffff;
    font-size: 18px;
    display: block;
    width: 100%;
}
#graphTitle h4 {
    font-size: 20px;
}

.searchbox {
    width: 525px;
    display: inline-block;
    margin-top: -2px;
}
.select2-selection {
    height: 40px !important;
    padding-top: 5px !important;
}
.select2-results__options {
    font-size: 16px;
}
.select2-search--dropdown {
    height:50px
}
.searchbox > div {
    background-color: white;
}

.button.invert {
    background: white;
    font-size: 18px;
}

button.tipButton {
    border-radius: 8px;
    border: 1px solid #CCC;
    text-shadow: 0px 1px 1px rgba(0,0,0,.6);
    color:black;
}

div.tipButton {
    background-image: url(../img/tooltip.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: bottom;
}

th.clearcell {
    border: none;
    background: none;
}

.filterbox select, .filterbox input {
    color: black;
}

.amcharts-export-menu {
    display:none;
}

.amcharts-category-axis .amcharts-axis-label {
    font-size: 13px;
    display: block;
}

.btn-blue {
    background-color: #265c8a;
    border-color: #3276b2;
    color: #ffffff;
}
.btn-blue:hover {
    background-color: #2e6da4;
    border-color: #204d73;
    color: #ffffff !important;
}
.bluetext {
    font-weight: bold;
    color: #204d73;
}
.ui-widget {
    font-size: 14px !important;
}
.ui-widget-content a {
    color: #222222;
    font-size: 13px;
}

/* Drop downs */
.selector {
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 40px;
    color: #444;
    font-size: 18px;
    padding-top: 8px;
    padding-left: 6px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    min-width: 80px;
}

.select2-results__options {
    max-height: 300px !important;
}