﻿
label.error{
    color:red;
    position: absolute;
    display: inline !important;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
}

.ModalDynamic
{
    background-color:White;
    text-align:left;
    float:left;
    width:450px;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-color: #c8c7c4;
    overflow: auto;
}


.calendarAlign
{
    vertical-align: inherit !important;
}

.hide
{
    display:none;
}

.Dynamic h4
{
    font-size: 16px !important;
    display: inline; /*required as ACP has styles on div that effected the heading when size was changed*/
}

.Dynamic
{
    font-size: 14px !important;
}

.Dynamic td 
{
    padding: 2px;
}