﻿html {
	height: 100%;
}

body {
	min-height: 100%
}

.siteContentContainer {
	min-height: 100%;
}

.siteContainer {
	min-height: 100%;
}

.footer {
	background-color: #f5f5f5;
	padding: 1rem;
}

.dashboardDisplay .card {
	min-width: 16rem;
	max-width: 16rem;
	margin-bottom: 1rem;
}

.dashboardDisplay .customerHeading {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.3rem;
}

.dashboardDisplay .card-body p {
	margin-bottom: 0.3rem;
}

.dashboardDisplay .card .siteHeading {
	font-size: 1.15rem;
	font-weight: 500;
}

.dashboardDisplay .customerDisplay {
	margin-top: 0.5rem;
}

.navbarUserInfo {
	color: white;
	font-size: 0.8rem;
}

.navbarUserInfo a.logoutLink {
	color: white;
	margin-left: 0.5rem;
	text-decoration: underline;
}

.body-content > h2 {
	margin-top: 1rem;
}

h2 + form {
	margin-top: 2rem;
}

.dateInput {
	width: 11em;
}

.formResultDisplay {
	margin-top: 4rem;
}

.dashboardSortByControl {
    margin: 0 0 20px 0;
}

.siteHeadingInfoButton {
	float: right;
}

.afterSearchFormCreateLink {
	margin-top: 2rem;
}

.custom-control.customCheckbox label::before {
	border-radius: .25rem;
}

.custom-control.customCheckbox label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}


/* remove this after replaceing image with real graph */
.rainfallReportDisplay img {
	width: 30rem;
	height: 20rem;
}

.top-settings {
    color: white;
    font-size: 1.5em;
}

.footer {
    position: relative !important;
}

.body-container {
    min-height: 100%;
}

#login .wrapper-page {
    margin: 5px auto;
}


@media print {
    #topnav .navbar-custom, .menu-extras, footer {
        display: none !important;
    }
    .navbar {
        display: -ms-flexbox;
        display: flex;
    }
    .page-title-box {
        display: none;
    }
    .wrapper {
        padding-top: 70px !important;
    }
    .btn {
        display: none;
    }
    .download-options {
        display: none;
    }
    .radar {
        display: none;
    }
}

.form-inline * {
    margin-right: 5px;
}

h5.card-header {
    margin: 0;
}

.body-container {
    min-height: 77.4vh;
}

.card-body a:hover {
    text-decoration: underline;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    /*width: 1%;  removed for consistency within IE */
}

@media(min-width: 992px) {
    .scrollable-menu {
        height: 500px;
        overflow-y: hidden;
        overflow-y: auto;
    }

    .rainfallSearchCard .row label {
        text-align: left !important;
    }
}

.customer-site-caret {
    padding-left: 5px;
    position: absolute;
    margin-top: 2px;
}

.tablesorter-header-inner {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    color: #797979;
    font-size: 13px;
}

#siteListTbody tr {
    font-family: "Poppins", sans-serif !important;
    color: #797979 !important;
    font-size: 13px !important;
}

#site-dropdown:hover {
    cursor: pointer;
}

.rainfallSearchCard {
    overflow-x: auto;
    white-space: nowrap;
}

@media (min-width: 320px) and (max-width: 767px) {
    .rainfallSearchCard .row label {
        text-align: left !important;
    }
}