/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#wrap > .container {
    padding: 60px 0 0;
}

#wrap > .row,
#wrap > .row-fluid {
    padding: 60px 10px 0;
}

#wrap > .row-2nd,
#wrap > .row-fluid-2nd {
    padding: 0;
}

.container .credit {
    margin: 20px 0;
}

code {
    font-size: 80%;
}

#wrap tbody tr {
    cursor: pointer;
}

#wrap .searchbar {
    /*margin-top: 20px;*/
    margin-bottom: 10px;
}

.required:after { 
    color: red;
    content:" *"; 
}

.optional:after { 
    content:" *"; 
    visibility: hidden;
}

.required-text {
    color: red;
}

span.glyphicon {
    margin-left: 5px;
    margin-right: 5px;
}

.fullscreen {  
    position: fixed;
    top: 53px;
    left: 0;
    width: 100%;
}

.output {
    height: 480px;
    overflow: auto;
}

form .btn-group {
    margin-bottom: 20px;
}

