﻿

/* AJAX Validator Callout  */

/*
ValidatorCallout Css classes
•.ajax__validatorcallout_popup_table: The popup table.
•.ajax__validatorcallout_popup_table_row: The popup table row.
•.ajax__validatorcallout_callout_cell: The callout cell.
•.ajax__validatorcallout_callout_table: The table in the callout cell.
•.ajax__validatorcallout_callout_table_row: The callout table row.
•.ajax__validatorcallout_error_message_cell: The error message cell. 
•.ajax__validatorcallout_icon_cell: The warning icon cell.
•.ajax__validatorcallout_close_button_cell: The close button cell. 
•.ajax__validatorcallout_arrow_cell: The arror cell.
•.ajax__validatorcallout_innerdiv: Inner div of a cell. Used in the close button cell and the arrow cell.
*/

.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px #C9A218;
    background-color: #F9E4D5;
}
.customCalloutStyle .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: auto;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_cell
{
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
.customCalloutStyle .ajax__validatorcallout_error_message_cell
{
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color:#242A38;
    font-weight:400;
    font-size:.8em;
    padding: 5px;
    border-right: none;
    border-left: none;
    /*width: 100%;*/
    text-wrap:normal;
}
.Acc_Subscribe_Agreemnt .customCalloutStyle .ajax__validatorcallout_error_message_cell {
line-height: 16px !important;
}
.customCalloutStyle .ajax__validatorcallout_icon_cell
{
    width: 20px;
    padding: 5px;
    border-right: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
}

/*Error Callout Extender*/
.errorCalloutStyle div, .errorCalloutStyle td
{
    border: solid 1px #FF0101;
    background-color: #FFD5D5;
    
}
.errorCalloutStyle .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.errorCalloutStyle .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: auto;
    background-color: transparent;
    padding: 0px;
}
table[id*="uxWebsiteRegExpValCallOutExt_popupTable"] .ajax__validatorcallout_popup_table_row img {
width:inherit !important
}
.errorCalloutStyle .ajax__validatorcallout_callout_cell
{
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.errorCalloutStyle .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.errorCalloutStyle .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.errorCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}
.errorCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.errorCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
.errorCalloutStyle .ajax__validatorcallout_error_message_cell
{
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color:#242A38;
    font-weight:400;
    font-size:.8em;
    padding: 5px;
    border-right: none;
    border-left: none;
    text-wrap:normal;
    white-space: initial;
    line-height:16px
}
.errorCalloutStyle .ajax__validatorcallout_icon_cell
{
    width: 20px;
    padding: 5px;
    border-right: none;
}
.errorCalloutStyle .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.errorCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
}
.ajax__validatorcallout_callout_arrow_cell_bottomrightpos {
padding-bottom: 0px !important;
}