﻿.footer-container {
    width: 100%;
    height: 150px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
}

    .footer-container.fixed-bottom {
        position: fixed;
        bottom: 0;
        z-index: 10;
    }

/* #region ~ ФУТЕР ДЛЯ СТРАНИЦ ~ */

.footer-dashboard {
    width: 100%;
    height: 150px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
}

    .footer-dashboard.fixed-bottom {
        position: fixed;
        bottom: 0;
        z-index: 10;        
    }

/* ============================== */

.footer-event {
    width: 100%;
    height: 150px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
}

    .footer-event.fixed-bottom {
        position: fixed;
        bottom: 0;
        z-index: 10;
    }

/* ============================== */

.footer-orderdoc {
    width: 100%;
    height: 150px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.1);    
}

    .footer-orderdoc.fixed-bottom {
        position: fixed;
        bottom: 0;
        z-index: 10;
    }

/* ============================== */

/* #endregion */

