﻿.swFixedHelp {
    position: fixed;
    left: 5px;
    bottom: 20px;
}

.swFixedHelp.swRight {
    left: auto;
    right: 5px !important;
}

.swFixedHelp:hover {
cursor: pointer;
}



.swFixedHelp img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.swFixedHelp img:hover {
    filter: brightness(120%);
}

.swFixedHelp .swInfo {
    font-size: 12px;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
}

.swFixedHelp.swRight .swInfo {
    margin-right: 5px;
}

.swFixedHelp .swClose {
    width: 16px;
    height: 16px;
    color: white;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: black;
    margin-left: -12px;
    vertical-align: top;
    display: inline-block;
}

