.transparent-bg {
    background: rgba(255, 255, 255, 0.9);
}

body {
    background-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider {
    width: 100% !important;
}

.nowrap {
    white-space: nowrap;
}

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.dropzone {
    border: none
}

.attention {
    cursor: default;
}

.footer {
    height: 80px;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0;
}