div.google-visualization-tooltip {
    pointer-events: none;
}

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    font-family: "FontAwesome";
    content: "\f0d8";
}

a.desc:after {
    font-family: "FontAwesome";
    content: "\f0d7";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.img-website {
    width: 100%;
}

.padding-left-reset {
    padding-left: 0px;
}

#overview-section {
    margin-top:50px;
}

#overview-section div.col-md-10, #chart-section div.col-md-10 {
    margin-top:50px;
    background-color: white;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #dddddd;
}

#overview-section div.col-md-10 .table {
    margin-bottom:11px;
}

#overview-section div.col-md-10 .summary {
    padding-bottom: 22px;
}

#overviewFilterSelect {
    margin-bottom: 10px;
}

.overview-table > thead:first-child > tr:first-child > th {
    font-family: "Open Sans";
    font-size: 12pt;
    background-color:#f9f9f9;
    color: #464d5d;
}

.overview-table > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.overview-table > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 2;
    border-radius: 3px;
}

.overlay img {
    width:50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}