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

body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
}
body.mode-dev {
    background-color: rgba(200,229,188,0.20);
}
body.mode-stage {
    background-color: rgba(248,239,192,0.10);
}
body.mode-prod {
    background-color: rgba(231,195,195,0.30);
}

.mode-dev header .navbar {
    background-color: #dff0d8;
}
.mode-stage header .navbar {
    background-color: #fcf8e3;
}
.mode-prod header .navbar {
    background-color: #f2dede;
}

.global-wrapper {
    min-height: 100%;
    height: auto;
    padding: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    color: #777;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}

.slick-header-column {
    box-sizing: content-box;
}

.content {
    padding-bottom: 150px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

textarea {
    resize: vertical;
}

.picked {
    background-color: #d9edf7 !important;
}

.user-name {
    display: inline-block;
}

.btn-reset {
    display: inline-block;
    float: right;
    line-height: 1;
}
