﻿.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.modalPopup
{
    /* background-color: #FFFFFF;*/
    width: 450px;
   border: 1px solid grey;
    border-radius: 12px;
    padding: 0;
}
.modalPopup .mpheader
{
     background-color: #fbb900;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 17px;
}
.modalPopup .mpbody
{
    background-color: #FFFFFF;
    padding: 10px;
    min-height: 50px;
    text-align: justify;
    line-height: 25px;
    font-size: 17px;
}
.modalPopup .mpfooter
{
    padding: 6px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 12px 12px;
}
.modalPopup .yes, .modalPopup .no
{
    height: 23px;
    width: 60px;
    color: White;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}
.modalPopup .yes
{
    font-family: "Source Sans Pro", light,Tahoma, Geneva, sans-serif;
    font-size: 17px;
    color: #333;
    background: #f09c06;
    cursor: pointer;
    height: 25px;
    padding: 0px 10px;
    border: 1px solid #f09c06;
}
.modalPopup .yes:hover {
  background: #f09c06;
    text-decoration: none;
    border: none;
    color: #FFF;
  }
.modalPopup .no
{
    font-family: "Source Sans Pro", light,Tahoma, Geneva, sans-serif;
    font-size: 17px;
    color: #333;
    background: #f09c06;
    cursor: pointer;
    height: 25px;
    padding: 0px 7px;
      border: 1px solid #f09c06;
}
.modalPopup .no:hover {
 background: #f09c06;
    text-decoration: none;
    border: none;
    color: #FFF;
  }
.hTimer
{
    position: fixed;
    top: 0px;
    right: 0;
    background-color: #777;
    color: #fff;
    width: 290px;
    text-align: center;
    font-size: 18px;
}

.modeldisplaynone
{
 display:none;   
}

.alertimgcontainer
{
    width: 40%; float: left;
}
.cssAlertImg
{
    height: 24px; float: right; padding-top: 4px;
}
.cssAlertText
{
    float: right; width: 59%; text-align: left;font-size: 17px;
}
.modalalertPopup
{
    background-color: #FFFFFF;
width: 390px;
border: solid #797d80 2px;
border-radius: 4px;
padding: 0;
}
.modalalertPopup .mpheader
{
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background-color: #797d80;
}
.modalalertPopup .mpbody
{
    padding: 10px;
    min-height: 50px;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
}
.modalalertPopup .mpfooter
{
    padding: 10px;
}
.modalalertPopup .yes, .modalalertPopup .no
{
    height: 23px;
    width: 60px;
    color: White;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}
.modalalertPopup .yes
{
    background-color: #797d80;
    outline :none;
    border: 1px solid #797d80;
}
.modalalertPopup .no
{
    background-color: #f09c06;
    outline :none;
    border: 1px solid #f09c06;
}