﻿.msg-tooltip {
    display: none;
    position: fixed;
    left: 20%;
    right: 20%;
    bottom: 10px;
    height: auto;
    min-height: 28px;
    max-height: 50px;
    line-height: 16px;
    text-align: center;
    z-index: 15000;
    padding-top: 7px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
}

.msg-tooltip-title {
    font-family: ClearSans-Bold;
}

.msg-tooltip.box-loading {
    border-color: #9F6000;
    color: #9F6000;
    background-color: #FEEFB3;
}

.msg-tooltip.box-error {
    border-color: #D8000C;
    color: #D8000C;
    background-color: #FFBABA;
}

.msg-tooltip.box-info {
    border-color: #00529B;
    color: #00529B;
    background-color: #BDE5F8;
}

.msg-tooltip.box-success {
    border-color: #4F8A10;
    color: #4F8A10;
    background-color: #DFF2BF;
}

.i-msg {
    position: fixed;
    bottom: 18px;
    right: 21%;
}

    .i-msg:hover {
        cursor: pointer;
    }
