html,
body {
    height: 100%;
}

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

.wrap > .container {
    padding: 70px 15px 20px;
}
.navbar  {
      min-height: 60px;  
}
#w2 {
margin-top:5px;
}
.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;
}
.d20 {
  
  background-image:url('icon-edit.png');
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px;  
}

/* 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;
    
}
.grid-view td {
   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;
}
.form-horizontal .control-label {
  padding-bottom:7px;
      text-align: left;
      white-space: pre-wrap;
}
.form-horizontal .control-label span {
  display: block;  
}
th.action-column {
  width:85px!important;
  }
  
.creditor-row .col-md-2, .amount {
  padding: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;
}
.status-0, .status-1 {
    margin: 0 auto;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #bbbbbb;
}
.form-horizontal .form-group {
      margin-right: 0;
    margin-left: 0;
  
}
#creditors-area .form-control {
    margin-right: 0;
    margin-left: 0;
  padding:0;
}

#creditors-area .col-md-2 {
  padding-right: 5px;
    padding-left: 5px;  
}
#creditors-area .col-md-3{
clear:both; 
  
}
#creditors-area .creditor-sec-line{
  height:45px;
  padding: 5px 0; 
}
#creditors-area  .creditors-line {
  
 clear:both;
 height:1px;
 background-color:#ffc000;
 margin:15px;
}

.status-1 {
    background-color: #00aa00;
}
.grid-view table td a span.glyphicon { margin: auto 3px; }
#calculation { font-size: 1.1em; }
#calculation > div > div { padding: 3px 6px; }
form#application-active-form h2, form#application-active-form h3, form#application-active-form h4 { margin: 0; }
form#application-active-form h2 { padding: 10px 20px; background-color: #ffc000; }

form#application-active-form .filled { background-color: #ffc000; }
.list-group.colored .list-group-item { background-color: #b9cde5 !important; }

iframe[name=printIframe] { visibility: hidden; height: 0; width: 0; }
@media print {
    .noprint {display:none !important;}
    div, p, h1, h2, h3, h4, h5, h6, a, a:link, td {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }
    a:link:after, a:visited:after {
        display: none;
        content: "";
    }
    .list-group.colored .list-group-item {
        background-color: #b9cde5 !important;
    }
    .alert-danger { background: #ff0000 !important;padding: 0.5em; }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-sm-12, .col-md-12 {
        width: 100%;
    }
    .col-sm-11, .col-md-11 {
        width: 91.66666667%;
    }
    .col-sm-10, .col-md-10 {
        width: 83.33333333%;
    }
    .col-sm-9, .col-md-9 {
        width: 75%;
    }
    .col-sm-8, .col-md-8 {
        width: 66.66666667%;
    }
    .col-sm-7, .col-md-7 {
        width: 58.33333333%;
    }
    .col-sm-6, .col-md-6 {
        width: 50%;
    }
    .col-sm-5, .col-md-5 {
        width: 41.66666667%;
    }
    .col-sm-4, .col-md-4 {
        width: 33.33333333%;
    }
    .col-sm-3, .col-md-3 {
        width: 25%;
    }
    .col-sm-2, .col-md-2 {
        width: 16.66666667%;
    }
    .col-sm-1, .col-md-1 {
        width: 8.33333333%;
    }
}