﻿
/******************************UserControl: Message*******************/
@media only screen
and (min-width : 800px)
{
.message-box {
    width: 450px;
    display: inline;
    height: auto;
    min-height: 60px;
    /*padding: 25px 12px;*/
    position: fixed;
    right: 35%;
    top: 0%;
    font-size: 15px;
    color: #fff;
    z-index:9997;
}
}
@media only screen
and (max-width : 799px)
{
    .message-box {
    width: 450px;
    display: inline;
    height: auto;
    min-height: 60px;
    /*padding: 25px 12px;*/
    position: absolute;
    right: 0%;
    top: 0%;
    font-size: 15px;
    color: #fff;
    z-index:9997;
}
    }
/*comment*/
.close-btn {
    position: absolute;
    right: 6px;
    top: 0;
    cursor: pointer;
}

    .close-btn:hover {
        opacity: 0.7;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }

.message {
    width: 100%;
    direction:rtl;
    text-align:center;
}

.success
{
    
    background-color: #72A101; /*border: 2px solid #4d6d01;*/
    
    background-repeat: no-repeat;
    font-family: BYekan;
}
.success1
{

    
    background-image: url('../images/NOsave.png');
    background-repeat: no-repeat;
    
}

.error
{
   
    background-color: #cc0000;
    border: 5px solid #983600;
    
    background-repeat: no-repeat;
    font-family: BYekan;
}
.error1
{
   
    /*border: 2px solid #983600;*/
    background-image: url('../images/NOerror.png');
    background-repeat: no-repeat;
   
}
.info
{
    
    background-color: #0285c2;
    /*border: 2px solid #00577f;*/
    
    background-repeat: no-repeat;
    font-family: BYekan;
}
.info1
{
    
    /*border: 2px solid #00577f;*/
    background-image: url('../images/NOwarning.png');
    background-repeat: no-repeat;
    
}
    