/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 900px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

.dates label {
	margin-left: 20px;
}

.dates .form-control {
	display: inline;
    width: 150px;
}

.nilvim select {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.nilvim .form-control, .kirva {
	margin-left: 0px;
}

.nilvim > div {
	display: none;
	margin-bottom: 5px;
}

.nilvim label {
	margin-left: 2px;
    margin-right: 5px;
}

.container form {
	padding-bottom: 60px;
}

select.kirva {
	width: initial !important;
}

.terms {
	border: 1px solid #ccc;
    height: 120px;
    overflow: auto;
	padding: 10px;
}

form[name="form"] table {
	border-spacing: 5px;
}

form[name="form"] table label {
	margin-bottom: 0;
}

.close {
	float: left !important;
}

label {
	display: inline;
}

.tiuldesc {
	resize: none;
	width: 400px;
}

.tiulname {
	margin-bottom: 10px;
	width: 400px;
}

.tiulspan {
	display: inline-block;
    vertical-align: top;
    width: 110px !important;
}

.tiulform {
	display: inline-block;
}

.userstable td {
	vertical-align: middle !important;
}

legend {
	margin-bottom: 5px;
}