﻿


.modalPopup
{
    position: relative;
    text-align: left;
    font-weight: bold;
    font-family: 'robotobold';
    background-color: #FFFFFF;
    width: 250px;
    border: 3px solid #fa6700;
    border-radius: 12px;
    padding: 0;
   visibility: visible;

}
.modalPopupRed
{
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #e70b15;
    border-radius: 12px;
    padding: 0;
}
.modalPopup .header
{
    background-color: #fa6700;
    height: 50px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-family: 'robotobold';
    font-size: 20px;
    letter-spacing: 2px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    vertical-align:middle;

}
.modalPopupRed .headerRed
{
    background-color: #e70b15;
    height: 50px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-family: 'robotobold';
    font-size: 22px;
    letter-spacing: 2px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modalPopupRed .bodyRed
{
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 50px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-family: 'robotobold';
}
.modalPopup .body
{
            
    min-height: 50px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-family: 'robotobold';
}
.modalPopup .footer
{
    text-align: center;
    background-color: #fa6700;
    height: 50px;
    vertical-align: middle;    
    color: White;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'robotobold';
    font-size: 26px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.modalPopup .yes, .modalPopup .no
{
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}
.modalPopup .yes
{
    background-color: #2FBDF1;
    border: 1px solid #0DA9D0;
}
.modalPopup .no
{
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}
