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


#toolbar-administration {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 501 !important; /* Drupal's default is usually 500; 501 pushes it above almost everything */
}

/* Ensure the sub-menus (trays) also stay on top */
.toolbar-tray {
  z-index: 501 !important;
}

/* If you are logged in and the toolbar is present */
body.user-logged-in {
  margin-top: 39px !important; /* Height of the main black bar */
}

body.user-logged-in.toolbar-tray-open {
  margin-top: 79px !important; /* Height of bar + sub-menu tray */
} 

.menu-toggle {
	margin-right: 50px;
}

/** BUTTONS **/

.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;
}

.green-button:hover {
    outline: 0;
    text-decoration: none;
    color: #fff;
    border:none;
}

/* 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;
}