tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

.login-page {
  min-height: 100%;
  background: url(../img/background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login-box-text {
	background: transparent;
	border: 0;
	/*border-bottom: 1px solid #1b6d8d;*/
	border-bottom: 1px solid #212876;
}

.login-box-body {
    background: rgba(255,255,255,0.85);
}

.login-box-footer {
	padding-top: 20px;
}

.text-white { color: #FFF; }

.ellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
}

.weekDays-selector input {
  display: none!important;
}

.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius: 6px;
  background: #dddddd;
  height: 40px;
  width: 30px;
  margin-right: 3px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked + label {
  background: #00A65A;
  color: #ffffff;
}