﻿.top {
    text-align: center;
    position: relative;
}

.top span#alert {
    line-height: 52px;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
}

.top a#addToFavorites {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('/Mvc/Content/images/Alert/star-outline.png') no-repeat;
    background-size: cover;
}

.top a#addToFavorites.in-favorites {
    background: url('/Mvc/Content/images/Alert/star-yellow.png') no-repeat;
    background-size: cover;
}

.common-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30000;
    background-color: rgb(0,0,0,0.5);
    display: none;
}

.common-loading-img {
    width: 60px;
    height: 60px;
    z-index: 30001;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: url('/Mvc/Content/images/loader.gif') center center no-repeat;
    background-size: contain;
}
