/* footer */
footer {
    background-color: #fcfcfc !important;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 6px 0;
}

footer ul li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #e2e2e2;
}

footer ul li:first-child {
    border-left: none;
}

/* full screen modal */
.fullscreen-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.fullscreen-modal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
