#page-wrapper{
    min-height: 800px;
}
.navbar-ex1-collapse li{
    font-weight: bold;
}
#demo li{
    font-weight: normal;
}
#footer{
    background-color: rgba(191, 191, 191, 0.93);
    width: 100%;
    padding: 10px;
    text-align: center;
}
th{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
    border-right: 1px solid #dad9c7;
    background-color: #a78e61;
    text-align: center;
    vertical-align: middle !important;
}
th.headerSortDown{
    background-color: #b4d0ec;
}
th.headerSortUp{
    background-color: #b4d0ec;
}
.table-bordered > tbody > tr > td, .table > thead:first-child > tr:first-child > th{
    border: 1px solid #333;
}
.btn-primary{
    margin: 10px 0 10px 0;
}
input[type="checkbox"]{
    margin: 0px;
}
table{
    background-color: #e4cb9c;
}
.btn-primary{
    background-color: #5BC0EB;
    color: #333;
}
.small{
    color: black;
}
.table tbody tr:hover{
    background-color: #e4e4e4 !important;
}
.success{
    font-size: 36px;
    text-align: center;
    background-color: red;
    color: yellow;
}
.error_msg{
    font-size: 36px;
    text-align: center;
    background-color: #aaa;
    color: black;
}
.visszaaru_label{
    font-size: 22px;
    margin: 0px;
    margin-bottom: 4px;
}
.visszaaru_radio{
    display: inline-block;
    width: 50%;
    height: 30px;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    margin: 0px;
}