﻿/*******************************************************/
/*                                                     */
/*   Adviser Portal Stylesheet                         */
/*                                                     */
/*   Contains rules for standard data entry styling    */
/*                                                     */
/*******************************************************/

dl { margin: 0px; }

dt
{
    float: left;
    padding-right: 5px;
    font-weight: bold;
}

dd
{
    float: left;
    *float: none; /* IE 7 hack */
    color: #404040;
    margin-bottom: 10px;
}

dd + dt { clear: left; }

.legendPadded dt { padding-right: 10px; }
.legend50 dt { width: 50px; }
.legend75 dt { width: 75px; }
.legend100 dt { width: 100px; }
.legend125 dt { width: 125px; }
.legend150 dt { width: 150px; }
.legend175 dt { width: 175px; }

.legendAbove dt
{
    float: none;
    display: block;
}

.legendAbove dd
{
    float: none;
    display: block;
    color: #86A816;
    line-height: 120%;
    margin-bottom: 10px;
}

.legendSummary
{
    clear: both;
    /* border-top: 1px solid #E0E0E0; */
}

.legendSummary dt
{
    font-weight: bold;
}

.requiredField
{
    float:right;    
}

.requiredFieldStar
{
    font-weight: bold;
    color: #D60405;
    display: inline-block;
    *display: inline; zoom: 1;
    position: relative;
    top: -4px;
}
   
.requiredFieldText
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    color: #D60405;
    display: inline-block;
    *display: inline; zoom: 1;
    vertical-align:top;
}

.autoWidth
{
    width: auto !important;
}




/*********************************/
/*     DEFAULT CONTROL STYLES    */
/*********************************/
input
{
    font-family: "Open Sans",helevetica,sans-serif !important;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=text], input[type=password], input[type=file]
{
    padding: 8px 10px 8px 10px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    margin-bottom: 4px;
    background-color: #FFFFFF;    
}

input[type=checkbox]
{
    padding: 3px;
    margin-bottom: 4px;
}

input[type=image]
{
    box-shadow: none;
}

.panelFilter input[type=checkbox]
{
    margin-bottom: 10px;
}

.panelFilter input[type=checkbox]~label
{
    position: relative;
    top: -2px;
}

input[type=radio]
{
    margin-right: 4px;
    vertical-align: center;
    position: relative;
    top: 1px;
}

input[type=file]
{
    padding: 3px 5px 3px 5px;
}

select
{
    padding: 7px 6px 7px 6px;
    border: 1px solid #B0B0B0;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    margin-bottom: 4px;
    font-family: "Open Sans",helevetica,sans-serif !important;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

fieldset select
{
    min-width: 150px;
    font-family: "Open Sans",helevetica,sans-serif !important;
    font-size: 14px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
}

textarea
{
    padding: 5px 7px 5px 7px;
    font-family: "Open Sans",helevetica,sans-serif !important;
    font-size: 14px;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    width: 96%;
    margin-bottom: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.dataFieldContainer > ul
{
    margin-top: 3px;
}

.dataFieldContainer > ul li
{
    list-style-type: none;
    margin-left: 0px;
}

.dataFieldContainer > ul li input
{
    margin-right: 5px;
}

.filterCheckList
{
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 6px 4px;
}

.filterCheckList li
{
    list-style-type: none;
    margin-left: 0px;
}

.filterCheckList li input
{
    margin-right: 3px;
}

.timeBoxIcon
{
    vertical-align: middle;
    padding-left: 2px;
    *position: relative; /* IE 7 hack */
    *top: -4px; /* IE 7 hack */
}

.dateBoxIcon input[type=text]
{
    vertical-align: top;
}

.dateBoxIcon
{
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-image: url('Images/Icons/calendar.png');
    background-position: right;
    background-repeat: no-repeat;    
    display: inline-block;
    *display: inline; zoom:1;
    vertical-align: top;    
}



/*********************************/
/*    FIELD CONTAINER STYLES     */
/*********************************/
.dataFieldContainer
{
    padding: 0px 9px 5px 9px;
    border: 1px solid transparent;
}

.dataFieldContainerHover
{
    background-color: #FFFECE;
    border: 1px solid #DFDEAE;
}

.dataFieldLabel
{
    color: #0C72B6;
    margin-bottom: 0px;
    display: inline-block;
    *display: inline; zoom: 1;
}

/*******************************************************/
/*                                                     */
/*   Telerik HTML Editor                               */
/*                                                     */
/*******************************************************/

.reContentArea  
{
    background-color:white;
}


.reToolbarWrapper
{
    background-color:#C9C8C7;
}