html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 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;
}

.radioListnormal label {

    font-weight: normal;
    margin-right: 10px;

}

.additionalrow {

    background-color: #EBF0F1;

}


.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard { padding: 0 0 10px 0; }
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #2C3E50; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {

  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  background: #405162;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  color:white;
  text-decoration: none;
  padding-top: 8px;
  padding-left: 10px;

}

/*.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #18BC9C; border-radius: 50px; position: absolute; top: 8px; left: 8px; }*/
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 23px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #405162;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

#toTop{
    position: fixed;
    bottom: 60px;
    right: 30px;
    cursor: pointer;
    display: none;
    font-weight: bold;
    opacity: 0.5;
    font-size: 25px;
    /*height: 40px;*/
    /*width: 40px;*/
    padding: 5px;
    padding-left: 10px;
}
#toTop .fa {margin-right: 5px;}

.bs-wizard-dot-sx {
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
  background: #405162;
  margin-left: 15px;
  border-radius: 50%;
  padding-top: 8px;
  padding-left: 10px;
  color:white;
  text-decoration: none;
}

a.bs-wizard-dot-sx { text-decoration: none; color: white; }

.bs-wizard-info-sx {
  display: flex; 
  align-items: center;
  margin-left: 10px;
  color: #2C3E50;
  font-size: 14px;
  height: 36px;
}


.btn-sq {

  width: 120px !important;
  height: 120px;
  font-size: 12px;
  padding:5px;
  color: #405162;
  border-color: #DADADA;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: normal;
  background-color: #DDDDDD;
  cursor: auto;

}

.btn-sq:hover {
  color: #405162;
}
