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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.progressbar {
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #ff6d6d;
}
.progressbar li.active:before {
    border-color: #ff6d6d;
}
.progressbar li.active + li:after {
    background-color:#ff6d6d;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}
.tabs-left {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-left>li  {
    float: none;
    margin-bottom: 2px;
    margin-right: -1px;
    display:block;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display:block;
}
.tab-content {
    min-height: 200px;
}

a.navbar-brand {
    padding-top:5px;
}
.btn-success {
    background-color: #ff6d6d ;
    border-color: #f31616 ;
}
.btn-success:hover , .btn-success:focus , .btn-success:active  {
    background-color: #f31616;
    border-color: #f31616 ;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #ff6d6d;
    border-color: #ff6d6d;
}
.panel-primary {
    border-color: #f31616;
}
/** Begin page/index styling **/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  body {
        background-color:#ddd ;
        margin-top: 30px;
  }
  .summary {
      margin-bottom: 15px;
  }
  
  .button {
    position: relative;
    margin: 0 auto 15px;
    display: block;
    width: 450px;
    height: 82px;
    text-decoration: none;
    background-color:#fdfbfb;
    color: #131313;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 4px #e7e7e7, 0 6px 1px #d0d0d2;
    -webkit-box-shadow: 0 4px #e7e7e7, 0 6px 1px #d0d0d2;
    box-shadow: 0 4px #e7e7e7, 0 6px 1px #d0d0d2;
  }
  .button * {
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .button .title {
    display: block;
    padding: 20px 0 0 20px;
    font-size: 1.25em;
  }
  .button .details {
    display: block;
    clear: both;
    padding: 5px 0 20px 23px;
    font-size: 0.85em;
    color: #9a9ca2;
  }
  .button .price {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    color: #9a9ca2;
  }
  .button .price strong {
    display: inline-block;
    height: 100%;
    width: 36px;
    line-height: 82px;
    font-size: 1.25em;
    text-align: center;
    background-color: #eee;
    color: #ddd;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0;
    border-radius: 0 10px 10px 0;
    text-shadow: 0 -1px #8d8f96;
    -moz-box-shadow: 0 4px #d7d4d4;
    -webkit-box-shadow: 0 4px #d7d4d4;
    box-shadow: 0 4px #d7d4d4;
  }
  .button:before {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 10px;
    -moz-transition: all 0.075s linear;
    -o-transition: all 0.075s linear;
    -webkit-transition: all 0.075s linear;
    transition: all 0.075s linear;
  }
  .button.red:before {
    background-color: #f66d64;
    -moz-box-shadow: 0 4px #dd625a;
    -webkit-box-shadow: 0 4px #dd625a;
    box-shadow: 0 4px #dd625a;
  }
  .button.red:hover:before {
    background-color: #dd625a;
    -moz-box-shadow: 0 4px #bc534d;
    -webkit-box-shadow: 0 4px #bc534d;
    box-shadow: 0 4px #bc534d;
  }
  .button.red:active:before {
    -moz-box-shadow: 0 2px #bc534d;
    -webkit-box-shadow: 0 2px #bc534d;
    box-shadow: 0 2px #bc534d;
  }
  .button:hover {
    -moz-box-shadow: 0 4px #e2e2e2, 0 6px 1px #ccccce;
    -webkit-box-shadow: 0 4px #e2e2e2, 0 6px 1px #ccccce;
    box-shadow: 0 4px #e2e2e2, 0 6px 1px #ccccce;
  }
  .button:hover .price strong {
    background-color: #e9e9e9;
    -moz-box-shadow: 0 4px #d3d0d0;
    -webkit-box-shadow: 0 4px #d3d0d0;
    box-shadow: 0 4px #d3d0d0;
  }
  .button:active {
    top: 1px;
    -moz-box-shadow: 0 2px #e2e2e2, 0 4px 1px #ccccce;
    -webkit-box-shadow: 0 2px #e2e2e2, 0 4px 1px #ccccce;
    box-shadow: 0 2px #e2e2e2, 0 4px 1px #ccccce;
  }
  .button:active .price strong {
    background-color: #e9e9e9;
    -moz-box-shadow: 0 2px #d3d0d0;
    -webkit-box-shadow: 0 2px #d3d0d0;
    box-shadow: 0 2px #d3d0d0;
  }
  .button.blue:before {
    background-color: #337ab7;
    -moz-box-shadow: 0 4px #337ab7;
    -webkit-box-shadow: 0 4px #337ab7;
    box-shadow: 0 4px #285f8f;
}