﻿.divPopUp, .divPopUpActionNew, .divPopUpAlert, .divPopUpActionMaster {
    height:auto;
    overflow:auto;
}
.divPopUpHeader
{
    
    /*width:530px;*/
    height:65px;
    line-height:65px;
    padding-left:30px;
    padding-right:30px;

    background-color:#86D3E5;
    color:black;
    font-size:22px;
}
.divPopUpHeader img {
    margin-top:20px;
    float:right;
}
.divPopUpHeader a {
    float:right;
}
.divPopupContent {
    padding:30px;
    /*width:530px;*/
    height:auto;
    overflow:auto;
    background-color:white;

}
.divPopUpFooterButtons {
    height: 45px;
    padding:30px;
    /*width:530px;*/
    background-color:white;

}
.btnPopUp, .btnLightBluPopUp, .btnokGDPRPopUp, .btnMoreRowsPopUp {
    float: right;
    width: 205px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
    color: white !important; /*to override jquery .ui-widget-content a*/
    background-color: #45555F;
}

.btnLightBluPopUp, .btnMoreRowsPopUp {
    background-color: #86D3E5;
    margin-left: 5px;
}

.btnokGDPRPopUp {
    background-color:#F48132;
    color:black;
    margin-left: 5px;
    white-space: normal;
    width: 100%;
    height: auto;
    line-height: 25px;
}

.btnMoreRowsPopUp {
    white-space:normal;
    line-height:15px;
    font-size:12px;
}
.aClosePopUp {
    float: right;
}