html {
  position: relative;
  min-height: 100%;
}
body {
	min-height: 100%;
	margin-bottom: 100px;
	background: linear-gradient(to bottom, white 60%, #a6c714 40%);
	/*  
	 * to fix shifting of content on the left
	 * after modal is shown 
	 */
	padding-right:0 !important;
}
.my-h2 {
	font-size: 14px !important;
	font-family: 'Helvetica';
	color: grey;
}
/*  
 * to fix shifting of content on the left
 * after modal is shown 
 */
.modal-open {
	overflow:auto;
	padding-right:0 !important;
}
.form-signin {
  max-width: 350px;
  padding: 15px;
  margin: 0 auto;
  font-weight: normal;
}
.form-signin-heading {
   margin-bottom: 10px;
   text-align: center;
}
.form-signin 
.form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  background-color: #e6e1e1;
  border-radius: 25px;
}
.form-signin 
.form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  padding-left: 40px;
  background-image: url("../img/username.png");
  background-repeat: no-repeat;
  background-position: 7px 7px;
  background-color: #e6e1e1;
  background-size: 20px;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  padding-left: 40px;
  background-image: url("../img/password.png");
  background-repeat: no-repeat;
  background-position: 7px 7px;
  background-color: #e6e1e1;
  background-size: 20px;
}
.message-to-user {
  margin-top: 10px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: white;
}
.text-muted {
  margin: 20px 0;
}

.info{
	width: 3%;
	height: 3%;
}

.btn-custom-ok {
	background-color: #a6c714; 
	color: white; 
	border-radius: 25px;
}

.btn-custom-no {
	background-color: #e6e1e1;
	color: white;
	border-radius: 25px;
}

.bootbox-alert div div div button.btn-primary{
	background-color: #a6c714;
	color: white; 
	border-radius: 25px;
}

.legend-title {
	background-color: #246db4;
	color: white;
	text-align: center;
	font-weight: bold;
}

.h1-title {
	background-color: #a6c714;
	color: white;
	text-align: center;
	font-weight: bold;
}

/*
* Text transformation
*/
.capitalize {
	text-transform:capitalize;
}
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.initial {
	text-transform:initial;
}

@media (min-width: 768px) {
	.logo {
		width: 25%;
		height: 25%;
	}
}
@media (max-width: 767px) {
	.logo {
		width: 25%;
		height: 25%;
	}
	.my-h1 {
		font-size: 25px !important;
	}
	.my-h2 {
		font-size: 14px !important;
		font-family: 'Helvetica';
		color: grey;
	}
	.jumbotron {
		margin-bottom: 0px !important;
		background-color: white;
	}
}