#facebox-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1041;
    overflow-y: auto;
    display: block
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left
}

#facebox .facebox-content {
    position: relative;
    width: 400px;
    margin-bottom: 50px;
    display: table;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, .3);
    box-shadow: 0 0 18px rgba(0, 0, 0, .3)
}

@media (max-width: 768px) {
    #facebox {
        top: 10px !important;
        left: 0 !important;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    #facebox .facebox-content {
        width: 100% !important;
        min-width: 250px
    }
}

.facebox-open {
    overflow: hidden
}

.fbox-header {
    border-top: rgba(0, 0, 0, .2) solid 1px;
    border-right: rgba(0, 0, 0, .2) solid 1px;
    border-left: rgba(0, 0, 0, .2) solid 1px;
    padding: 12px;
    background-color: #F6F7F8;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 3px 3px 0 0
}

.fbox-header h4 {
    font-family: "Helvetica Neue", "Open Sans", arial;
    margin: 0;
    font-weight: 400;
    color: #141823;
    font-size: 13pt
}

.fbox-container {
    border-bottom: 1px rgba(0, 0, 0, .2) solid;
    border-left: 1px rgba(0, 0, 0, .2) solid;
    border-right: 1px rgba(0, 0, 0, .2) solid;
    background-color: #FFF;
    border-radius: 0 0 3px 3px;
    padding: 10px 12px
}

.fbox-content {
    font-size: 10pt;
    padding-top: 4px;
    padding-bottom: 14px;
    font-weight: 300
}

.fbox-footer {
    border-top: 1px solid #E5E5E5;
    padding-top: 12px;
    text-align: right;
    border-radius: 0 0 3px 3px
}

.fbox-footer .btn-default {
    background: #fcfcfc
}

#facebox fieldset {
    border: 0;
    padding: 0
}