html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 30px;
    font-size: 12px !important;
}

body > .container-fluid {
    padding: 60px 15px 0;
}

h1 {
    font-size: 20px;
    margin: 10px 0;
}

h2 {
    font-size: 18px;
    margin: 10px 0;
}
.clear {
    clear: both;
    height: 0px;
}
table {
    table-layout: fixed;
    word-wrap: break-word;
}

#about .popover {
    position: fixed;
    width: 300px;
}

#message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
}

.layer-front {
    z-index: 10000;
}
.layer-bottom {
    z-index: -1;
}

#inner-message {
    margin: 0 auto;
}
.small-width {
    max-width: 50px;
}
.numbering-width {
    max-width: 80px;
}
tbody .datatable-text-right {
    text-align: right;
}
.alert {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.alert p {
    padding-left: 15px;
    font-size: 12px;
}

#airports button {
    float: right;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 8px;
    padding: 0;
    margin: 0;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container-fluid {
    width: auto;
}

.input-money {
    width: 100px;
}

.width-currency {
    min-width: 150px;
}
.footer {
    position: fixed;
    bottom : 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    font-size: 10px;
    line-height: 30px;
    height: 30px;
}

.navbar-fixed-top .marquee {
    line-height: 50px;
    height: 50px;
}

.form-login {
    max-width: 400px;
    padding: 10px;
    margin: 30px auto;
    border: 1px solid;
    border-radius: 5px;
}

.form-login h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
}

.form-login .form-control {
    margin-bottom: 5px;
    padding: 10px;
}
.footer > .power {
    text-align: right;
}
/* Data Tables Required */

tbody td.details-control {
    background: url('/public/resources/datatables/details_open.png') no-repeat center center;
    cursor: pointer;
}
tbody tr.shown td.details-control {
    background: url('/public/resources/datatables/details_close.png') no-repeat center center;
}
/* End Data Tables Required */