
body{ 
  display:flex; 
  flex-direction:column; 
  height:100vh;
}

footer{ 
  margin-top:auto; 
}

.df-logo img{
	width: 100px;
}
.custom-switch{
  padding-left: 1.25rem;
}
.ui-datepicker-current-day
{
  background: #7987a1 !important;
}
.ui-datepicker-current-day>a{
  color: #fff !important;
}
.windos_icon{
  background-color: #f5f5f5;
  padding: 15px;
}
.windos_icon img{
  max-width: 100px;
}
.content-auth{
  min-height: calc(100vh - 50px);
}

#ui-datepicker-div{
  z-index: 9999 !important;
}

form .list .repeat .remove{
  margin-top: 28px;
}
@media (min-width: 992px) {
  .navbar-header {
      height: 90px;
  }
  .content-fixed{
    margin-top: 70px;
  }
}

@media (min-width: 1200px) {
  .navbar-header .navbar-right{
    width: auto;
  }
}