﻿.xm-icon-logout::before 
{
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background:url("icons/Logout.svg") no-repeat 0 0;
    background-size: 100%;
}

.xm-icon-reset-password::before
{
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background:url("icons/ResetPassword.svg") no-repeat 0 0;
    background-size: 100%;
}

.xm-icon-maximize::before
{
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background:url("icons/Maximize.svg") no-repeat 0 0;
    background-size: 100%;
}

.xm-icon-minimize::before
{
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background:url("icons/Minimize.svg") no-repeat 0 0;
    background-size: 100%;
}

.xm-icon-restore::before
{
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background:url("icons/Restore.svg") no-repeat 0 0;
    background-size: 100%; 
}

.xm-icon-arrow {
}

.xm-icon-arrow::before
{
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background:url("icons/ArrowHeadRight-WF.svg") no-repeat 0 0;
    background-size: 100%;
}

.footer {
    background: transparent;
    pointer-events: none;
    z-index: 1000;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 280px;
}