/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */


.am-form form {
    border: none;
    background: black;
}

.am-form div.row {
    border: none;
}

.am-form div.element-title label {
    color: white;
}

.am-form div.element-title label {
    color: red;
}

/* reset password form backgound color also login form */
.am-form fieldset legend {
    background: #000;
    background-color: rgb(0, 0, 0);
}

.am-auth-form div.am-row {
    background: #000;
    background-color: rgb(0, 0, 0);
}

/* am-info is a notice on page with border and outlined by color */
.am-info {
  background: black;
  border: 1px solid #ccddeb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}

/* member dashboard modification starts below */
/*media screen*/
.grid tr.grid-row > td {
    background: #003;
}

/*media screen*/
.grid tr.grid-row:hover > td {
    background-color: black !important;
}

/*@media all and (min-width:750px)*/
.am-layout-two-coll .am-layout-two-coll-bottom {
    background: white;
}

/*@media all and (min-width:750px)*/
.am-layout-two-coll .am-layout-two-coll-top {
    background: white;
}

/*@media all and (min-width:750px)*/
.am-layout-two-coll {
    background: black;
}

.am-receipt td {
	background-color: #003;
	padding: 0.5em;
	border: 1px solid white;
}

.am-receipt td.am-receipt-total {
	background-color: #003;
}