html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  /* padding: 70px 15px 20px; */
  padding:120px 15px 20px;
  
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* temporaray */
@media (min-width: 1200px) {
  .container {
    width: 1350px !important;
  }
}

/* ui-datepicker styling-settings */
.ui-widget.ui-widget-content {
  width: 100% !important;
}

.ui-datepicker td {
  padding: 1em 1em;
  border: 1px solid #e0e0e0;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1;
}
.ui-widget.ui-widget-content {
  width: 100% !important;
  border: 0px;
}
.ui-datepicker .ui-datepicker-title {
  /* margin: 5px 2.3em; */
  margin: 5px 1em;
  /* font-family: Montserrat Light; */
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #fff 50% 50% repeat-x;
  font-weight: normal;
  color: #000;
  text-align: center !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  border-radius: 50%;
}
.ui-widget-header {
    background: #fff 50% 50% repeat-x;
    color: #616161;
    font-size: 18px;
    /* margin: 0px 2px -1px 3px; */
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-widget {
  font-family: "Roboto", sans-serif;
}
.ui-datepicker {
  padding: 0px;
}

.ui-datepicker th {
    padding: 0.5em 0.3em;
    text-align: center;
    border: 1px solid #e0e0e0;
    background-color: #FFF;
}
.ui-datepicker th {
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  zoom: 2;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  /* width: 2.8em;
  height: 2.3em;
  border: 1px solid #999999;
  background-color: #dadada; */
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
  font-weight: bold;
  color: #212121;
  border-radius: 50%;
  background: #d6d6d6;
  transition: 0.3s;
}
.ui-datepicker-today>a{
  border: 1px solid #d6d6d6 !important;
  border-radius: 50% !important;
}
.ui-datepicker-month{
  float:left;
}
.ui-datepicker-year{
  color: #e8e8e8;
  font-size: 1.5em;
  font-weight: normal;
  float: right;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: -50px;
  width: 1.8em;
  height: 1.8em;
}