html,
body {
    height: 100%;
}

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

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

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



input.oraallas {
    text-align: right;
}

.input-xsm
{
  height: 24px;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 3px;
  font-size: 14px;
  line-height: 1.5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

div#oraallas-table.grid-view > .table > tbody > tr > td {
  padding: 6px;
  line-height: 1.42857;
  vertical-align: middle;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
}

div#oraallas-table .form-group {
    margin-bottom: 0px;
}

.table {
    margin-bottom: 0px;
}

div#oraallas-table.grid-view > .table-striped > tbody > tr:nth-of-type(2n+1),
div#oratortenet-table.grid-view > .table-striped > tbody > tr:nth-of-type(2n+1)
{
    background-color: transparent;
}


div#oraallas-table.grid-view > .table-striped > tbody > tr:nth-of-type(2n+1) > td,
div#oratortenet-table.grid-view > .table-striped > tbody > tr:nth-of-type(2n+1) > td
{
    background-color: #F9F9F9;
}

div#oraallas-table.grid-view > .table-striped > tbody > tr:nth-of-type(2n+1):last-child > td:first-child,
div#oratortenet-table.grid-view > .table-striped > tbody > tr:nth-of-type(2n+1):last-child > td:first-child
{
    border-bottom-left-radius: 4px;
}

div#oraallas-table.grid-view > .table-striped > tbody > tr:nth-of-type(2n+1):last-child > td:last-child,
div#oratortenet-table.grid-view > .table-striped > tbody > tr:nth-of-type(2n+1):last-child > td:last-child
{
    border-bottom-right-radius: 4px;
}

a.navbar-brand img {
    display: inline;
    margin-right: 20px;
    margin-top: -15px;
}
