/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#loading{
	position: relative;
	top: 5px;  
	width:40px;
	height:40px;
	background:url(../i/gears.gif);
	display:inline-block;
}
.loadspan {
	width:40px;
	height:40px;	
	margin: 0px;
	padding: 0px;
	margin-right: 100px;
}

.help-block {
	color: #ff0000;
}	

.ktulxu{
  position: relative;
  top: 20px;
  margin-right: 100px;
}

.ktulxu {
transition:All 0.4906s ease-out;
-webkit-transition:All 0.4906s ease-out;
-moz-transition:All 0.4906s ease-out;
-o-transition:All 0.4906s ease-out;
transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-ms-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
}
.ktulxu:hover{
transform: rotate(4deg) scale(0.979) skew(19deg) translate(2px);
-webkit-transform: rotate(4deg) scale(0.979) skew(19deg) translate(2px);
-moz-transform: rotate(4deg) scale(0.979) skew(19deg) translate(2px);
-o-transform: rotate(4deg) scale(0.979) skew(19deg) translate(2px);
-ms-transform: rotate(4deg) scale(0.979) skew(19deg) translate(2px);
}

.ui-datepicker td.ui-state-disabled>span{background:#5FBA7D;}
.ui-datepicker td.ui-state-disabled{opacity:100;}

.ui-datepicker td.olddays a{
  background: #fda588;
}

.ui-datepicker td.newdays a{
  background: #ffffff;
}

#moncal .ui-datepicker, #moncal .ui-datepicker-inline {
  width: 100%;
}

#moncalclick {
  cursor: pointer;
}

.clickcaption {
	  cursor: pointer;
	  font-size: 120%;
	  font-style: italic;
	  color: #337ab7;
	  margin-left:50px;
	  text-decoration: underline;
}
#hiderow {
	display: none;
	margin-top:40px;
}
