/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 1.1em;
}

.alert {
    padding: 10px 15px 0 15px; !important;
    margin-bottom: 0; !important;
}

*[hidden] {
    display: none;
}
.row {
    /*outline: blue solid 1px;*/
}
.panel {
    margin-bottom: 0;
}
.panel-title > a {
    color: #fff; !important;
    margin-top: -7px;
}
.btn-lg {
    padding: 60px 10px;
}
h3 small {
    font-size: 75%; !important;
}

.gvp-pencil {
    width: 35px;
}

.gvp-btn-print {
    background-color: #f9f9f9;
    border-color: #adadad;
    color: #333;
}

.gvp-btn-align-bottom {
    margin-bottom: 0;
    margin-top: 20px;
}

.gvp-vert-sp-1 {
    height: 1em;
}

.gvp-vert-sp-2 {
    height: 2em;
}

.gvp-vert-sp-3 {
    height: 3em;
}

.gvp-vert-sp-4 {
    height: 4em;
}

.gvp-vert-sp-6 {
    height: 6em;
}

.gvp-bedrag {
    /*min-width: 100px;*/
    width: 100px;
}

.gvp-datum,
th.gvp-datum.sorting {
    width: 80px !important;
}

.gvp-installatie {
    width: 200px !important;
}

.gvp-checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.gvp-button-lg {
    padding: 50px 60px;
    height: 150px;
    font-size: 35px;
}
.gvp-outline {
    outline: red solid 1px;
}
.gvp-margin-left {
    margin-left: 10px;
}
.row {
    /*outline: 1px red solid;*/
}

.checkbox {
    margin-top: 0;
}

input[type=checkbox] {
    margin: 2px 0 0;
}

/*table > td.text-right,*/
/*table > th.text-right {*/
    /*padding-right: 40px !important;*/
/*}*/
.gvp-dataTable {
    font-size: 0.89em;
}
.gvp-dataTable > tbody > tr > td,
.gvp-dataTable > tbody > tr > th,
.gvp-dataTable > tfoot > tr > td,
.gvp-dataTable > tfoot > tr > th,
.gvp-dataTable > thead > tr > td,
.gvp-dataTable > thead > tr > th {
	padding-right: 30px !important;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  line-height: 30px; /* Vertically center the text there */
  background-color: #222;
}
