@import url("./ui-helpers.css");

body {
	font-family: "Tahoma", Verdana, sans-serif;
    font-size: 11pt;
    background: rgb(221,221,221);
}

input.login-input {
	padding: 5px 10px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	width: 100%;
}

button.btn-gray {
	background: rgb(221,221,221);
	padding: 7px 10px;
	border: none;
}

/* iCheck plugin Minimal skin, black
        ----------------------------------- */
.check {
  margin: 6px 0px;
  cursor: pointer;
  display: inline-block;
  background: #fff;
}
.check .icheckbox_minimal-grey,
.check .iradio_minimal-grey {
  margin-right: 0px;
  margin-top: -5px;
}
.check.disabled {
  color: #AAA;
}
.icheckbox_minimal-grey,
.iradio_minimal-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("../img/icheck/grey.png") no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal-grey {
  background-position: 0 0;
}
.icheckbox_minimal-grey.hover {
  background-position: -20px 0;
}
.icheckbox_minimal-grey.checked {
  background-position: -40px 0;
}
.icheckbox_minimal-grey.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal-grey.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal-grey {
  background-position: -100px 0;
}
.iradio_minimal-grey.hover {
  background-position: -120px 0;
}
.iradio_minimal-grey.checked {
  background-position: -140px 0;
}
.iradio_minimal-grey.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal-grey.checked.disabled {
  background-position: -180px 0;
}
/* END icheckbox */
.days-input {
	width: 30px;
	padding: 0;
	margin-top: 5px;
	height: 20px;
	font-size: 12px;
	margin-right: 0;
	display: inline-block;
}