html,
body {
    height: 100%;
}

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

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

.navbar, .btn-info {
    background-color: #26ACE3;
}
.btn-info:hover {
    background-color: #000;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #000;
}

img.mainlogo {
    width: 50%;
    margin: 0 auto;
}

input.kenteken  {
    background: #F8C313 URL('img/numberplate_bg.png') no-repeat top left;
    padding-left: 50px;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.1em;
}

.guiders_content {
    background: #fff URL('img/ajax-loader.gif') top right/60px 60px no-repeat ;
}


input.kenteken-index  {
    background: #F8C313 URL('img/numberplate_bg.png') no-repeat top left;
    padding-left: 50px;
    text-align: left;
    width: 240px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 1.1em;
}

.text-justify {
    text-align: justify;
}

iframe {
    border: none;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #FFF;
    background: #07ca32 none repeat scroll 0% 0%;
}

.border-right {
    border-width: 0 1px 0 0;
    border-style: solid none none;
    border-color: #EEE;
    border-right: 1px solid #eee;
}

.insurance-title {
    font-size: 1.1em;
    font-weight: 500;
}

.insurance-table {
    width: 100%;
}

table.insurance-table tr.odd {
    background-color: #e4e4e4;
}

table.insurance-table tr.odd td{
    background-color: #eee;
}