html,
body {
    height: 100%;
}

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

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

.footer {
    height: 60px;
    /*background-color: #f5f5f5;*/
    /*background-color: rgba(245, 245, 245, 0.75);*/
    background-color: white;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

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

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*NAV TABS*/
.tab-content {
    padding: 35px 0 15px;
}

.nav .badge {
    margin-bottom: 3px;
}

.table-questioner th,
.table-report th
{
    text-align: center;
    vertical-align: middle !important;
}
.table-questioner td,
.table-report td
{
    vertical-align: middle;
}

/*https://codepen.io/rstrahl/pen/yyEYBx*/
input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio].with-font ~ label:before,
input[type=checkbox].with-font ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: lightgray;
    width: 1.4em;
}

input[type=radio].with-font:checked ~ label:before,
input[type=checkbox].with-font:checked ~ label:before  {
    content: "\f00c";
    font-size: 1.2em;
    color: darkgreen;
    letter-spacing: 5px;
}
input[type=checkbox].with-font ~ label:before {
    content: "\f096";
}
input[type=checkbox].with-font:checked ~ label:before {
    content: "\f046";
    color: darkgreen;
}
input[type=radio].with-font:focus ~ label:before,
input[type=checkbox].with-font:focus ~ label:before,
input[type=radio].with-font:focus ~ label,
input[type=checkbox].with-font:focus ~ label
{
    color: green;
}

/*Segmented Progress Bar*/
.progress-bar:after {
    content: ' ';
    width: 2px;
    background: #FFF;
    height: 100%;
    float: right;
}

.field-registry-is_have_payment_contract {
    padding-top: 21px;
}

/*.col-xs-11.col-sm-3.alert.animated.fadeInDown {
    top: 60px !important;
}*/

.navbar-default {
    box-shadow: 2px 2px 5px rgba(38, 38, 38, 0.77);
}

.btn-labeled {
    padding-left: 10px;
    padding-right: 10px;
}

.navmenu.offcanvas {
    background-color: #222222;
    border-color: #121212;
    box-shadow: 2px 2px 5px rgba(38, 38, 38, 0.77);
}

.navmenu.offcanvas a {
    color: white !important;
}

.panel-heading[data-toggle=collapse] {
    cursor: pointer;
}

/* New Product List */
.row.products a:hover,
.row.products a:focus
{
    text-decoration-line: none;
}

.row.products p {
    color: white;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.77);
    font-weight: bolder;
    font-size: 32px;
    margin-top: 21px;
    margin-bottom: 10.5px;
}
