@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

* {
	font-family: "League Spartan", sans-serif !important;
}

.cac-basic-wrapper {
	margin: 200px;
}

.green-button
 {
    color: #fff !important;
    text-align: center;
    font-family: League Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .51px;
    text-transform: uppercase;
    border-radius: 25px;
    background: #79c038;
    border: 3px solid #79c038;
    padding: 17px 29px 12px;
    text-decoration: none !important;
}

/** .navbar {
   background: #142658
}



.collapse.navbar-collapse ul a.nav-link {
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .3s;
} **/

/* Valley Water table bootstrap overrides */

.vw-table {
   margin: auto;
  width: 1200px;
  max-width:100%;
}

.vw-table tbody tr:nth-child(even) td {
  background-color: #dae2e6 !important;
}
.vw-table td {
  padding: 10px !important;
}
.dtext {
    color: #3b56a7;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.vw-table .white-cell {
	background-color:#ffffff !important;
	border: 1px solid #b7b7b7;
	color:#434343;
	font-family:Roboto;
	font-weight:normal;
	overflow:hidden;
	padding:2px 8px;
	white-space:clip;
	wrap-strategy:3;
}

.vw-table .gray-cell {
	background-color:#d9d9d9 !important;
	border:1px solid #b7b7b7;
	color:#434343;
	font-family:Roboto;
	font-weight:normal;
	overflow:hidden;
	padding:2px 8px;
	white-space:clip;
	wrap-strategy:3;
}

.sum-cell {
	border:1px solid #b7b7b7;
	overflow:hidden;
	padding:2px 3px;
	text-align:center;
}