﻿.content_model .button_link {
    cursor: pointer;
}

.topNotify {
    position:fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 30px;
    background-color: #FFCC00;
    text-align: center;
    align-items: center;
    z-index:999;
}
.topNotify .message{
    align-items: center;
    color: #fff;
    min-height: 30px;
    padding: 5px 20px;
    text-align: center;
}
i.loadding{
    background-image: url(../images/loading.gif);
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;

}
.selected{
    background-color:#00FA9A;
}
.topNotify {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 30px;
    background-color: #FFCC00;
    text-align: center;
    align-items: center;
    z-index: 999;
}
.topNotify .message {
    align-items: center;
    color: #fff;
    min-height: 30px;
    padding: 5px 20px;
    text-align: center;
}
i.loadding{
    background-image: url(../images/loading.gif);
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;

}