.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield, .ui-state-default, .ui-button, .ui-widget, .ui-state-default, .ui-corner-all, .ui-button-text-only, .ui-button-text, .ui-c, .ui-helper-hidden-accessible {
    all: unset;
}

/* Space out content a bit */
body {
    background: url("/javax.faces.resource/logicalmazes/karpiel/bg.jpg.xhtml?ln=images")
                    no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

/* Custom page footer */
/*.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}*/

.footer .panel .panel-body {
    background-color: #F6F6F6 !important;
}

.panel.panel-default {
    font-size: 17px;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}
.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

/* Bootstrap FIX for XHTML */
button.btn.dropdown-toggle {
    height: 38px !important;
}

ul.list-no-style {
    list-style-type: none;
}

table.input-table {
    width: 50%;
    margin: 0 auto;
}

table.input-table td {
    padding: 0px 5px;
}

table.input-table td label {
    padding: 0px 5px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

table.input-table td .invalid {
    display: inline-block;
    color: red;
    font-size: 13px;
    margin-bottom: 15px;
}

table.input-table td input.form-control {
    margin-bottom: -10px;
}

table.input-table td .btn {
    padding: 6px 12px !important;
    font-size: 14px;
}

p.alone-text {
    margin-top: 85px !important;
    margin-bottom: 15px !important;
}