﻿.msgIcon {
    height: 40px;
    padding: 0px 20px;
}

.msgContent {
    text-align: center;
}

.error {
    border: 2px solid red !important;
}

.errorMsg {
    color: red;
}

.buttonMedium {
    border-radius: 10px;
    width: 100px;
    line-height: 25px;
    font-size: 16px !important;
    background: rgb(31, 106, 138) !important;
    color: #fff !important;
}

.buttonLarge {
    border-radius: 10px;
    width: 150px;
    line-height: 25px;
    font-size: 16px !important;
    background: rgb(31, 106, 138) !important;
    color: #fff !important;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity = 70) !important;
    display: none;
    z-index: 1000;
}

.overlayContent {
    position: fixed;
    top: 50px;
    text-align: center;
    display: none;
    overflow: hidden;
    z-index: 1001;
}
.disableRating{
    pointer-events: none;
    cursor: default;
}

.note{
    font-style:italic;
    font-size:10px;
}