
.button-success,
.button-error,
.button-warning,
.button-secondary {
	color: #f4ee44;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(75, 117, 50, 0.5);
	font-weight: 400;
}

.button-success {
	background: #189d37;
	/* this is a green */
}

.button-error {
	background: rgb(202, 60, 60);
	/* this is a maroon */
}

.button-warning {
	background: rgb(223, 117, 20);
	/* this is an orange */
}

.button-secondary {
	background: rgb(66, 146, 221);
	/* this is a light blue */
}

.footer {
    background: rgb(250, 250, 250);
    z-index: 500;
/*    background: #111;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px;
    text-align: center !important;
    padding-top: 1.5em;
}

footer {
    background: #111;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

.pure-menu-heading {
    text-transform: none;
    color: #ffffff !important;
    font-weight: 300 !important;
    font-size: 125% !important;
    padding-top: 1.5em;         
}

.body {
	font-size: 12px !important;
	color: #020202 !important;
        line-height: 1.7em !important ;
}

body {
    line-height: 1.3em;
    color: #020202;
    font-size: 12px;
}

.home-menu {
	background: rgb(214, 18, 45);
	text-align: center !important;
        height:56px;
	/* margin-left: 100px !important;*/
}

.alert {
  position: relative;
  top: 10;
  left: 0;
  width: auto;
  height: auto;
  padding: 10px;
  margin: 10px;
  line-height: 1.8;
  border-radius: 5px;
  cursor: hand;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 400;
}

.alertCheckbox {
  display: none;
}

:checked + .alert {
  display: none;
}

.alertText {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

.alertClose {
  float: right;
  padding-top: 5px;
  font-size: 10px;
}

.clear {
  clear: both;
}

.info {
  background-color: #EEE;
  border: 1px solid #DDD;
  color: #999;
}

.success {
  background-color: #EFE;
  border: 1px solid #DED;
  color: #9A9;
}

.notice {
  background-color: #EFF;
  border: 1px solid #DEE;
  color: #9AA;
}

.warning {
  background-color: #FDF7DF;
  border: 1px solid #FEEC6F;
  color: #C9971C;
}

.error {
  background-color: #FEE;
  border: 1px solid #EDD;
  color: #A66;
}

/* The message box is shown when the user clicks on the password field */
#message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

#message p {
  padding: 10px 35px;
  font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}


.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: tranparent;
  font-size: 14px
}

