/**
* @author    Innovation Software Sp.z.o.o
* @copyright 2018 Innovation Software Sp.z.o.o
* @license   http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @category  apaczkashipment
* @package   apaczkashipment
* @version   1.1
*/

#apaczka-ajaxOverlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: center;
}

#apaczka-message {
    z-index: 3;
    font-size: 18px;
    padding: 10px;
    display: none;
}

.apaczkaAlertSuccess {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.apaczkaAlertDanger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}