﻿/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for basic forms
-----------------------------------------------------------*/

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border: 1px solid #D4D4D4; /*padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;*/
}

legend
{
    font-size: 12px;
    /*font-weight: bold;*/
}

textarea
{
    /*min-height: 75px;*/
    rows: 3;
    resize: vertical;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}

.ModelPopup
{
    position: absolute;
    display: none;
    z-index: 999999;
    background-color: transparent;
    /*height: 378px;
    width: 580px;
    padding: 9px;
    float: left;
    */
}

.PopupOverLay
{
    z-index: 1004;
    width: 1343px;
    display: block;
}

.imgEdit
{
    background-image: url(../../images/ic_edit.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    height: 16px;
    margin-left: 45%;
}

.imgNomarginedit
{
    background-image: url(../../images/ic_edit.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
}

.imgRights
{
    background-image: url(../../images/rights.gif);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin-left: 45%;
}

.imgDelete
{
    background-image: url(../../images/ic_delete.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    margin-left: 45%;
}

.imgAdd
{
    background-image: url(../../images/ic_plus.png);
    background-repeat: no-repeat;
    text-indent: 20px;
    display: block;
}

a.imgPlus
{
    background-image: url(../../images/ic_plus.png);
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    text-indent: -9999px; 
    border:0;
}

a.imgPlus:hover
{
   background: url(../images/ic_plus.png) 0px -16px no-repeat;
   cursor:pointer;
}

.gridNoBorder
{
    background: #ccdadf;
    border: none;
    border-collapse: collapse;
}

    .gridNoBorder th
    {
        background: #dee9f0;
        color: #495e69;
        padding: 8px 2px;
        border: none;
        border-collapse: collapse;
        font-weight: normal;
    }
    /*font-weight:bold; */
    .gridNoBorder td
    {
        padding: 4px 3px 5px 1px;
        border: none;
        font-size: 11px;
        border-collapse: collapse;
        color: #474747;
    }

    .gridNoBorder .row1
    {
        background: #FFF;
        border: none;
        border-collapse: collapse;
    }

    .gridNoBorder .row2
    {
        background: #f7fafb;
        border: none;
        border-collapse: collapse;
    }


.informationVisible
{
    background: #d7f0f9;
    border: 1px solid #99cbdc;
    padding: 8px;
    font-size: 13px;
}

    .informationVisible span
    {
        font-weight: bold;
        color: #317a9f;
    }

    .informationVisible img
    {
        vertical-align: -3px;
        padding-right: 8px;
    }

.successVisible
{
    background: #e7efc7;
    border: 1px solid #b5c47c;
    padding: 8px;
    font-size: 13px;
}

    .successVisible span
    {
        font-weight: bold;
        color: #528404;
    }

    .successVisible img
    {
        vertical-align: -3px;
        padding-right: 8px;
    }

.errorVisible
{
    background: #f8dedc;
    border: 1px solid #d18b8b;
    padding: 8px;
    font-size: 13px;
}

    .errorVisible span
    {
        font-weight: bold;
        color: #9c413a;
    }

    .errorVisible img
    {
        vertical-align: -3px;
        padding-right: 8px;
    }

.information
{
    background: #d7f0f9;
    border: 1px solid #99cbdc;
    padding: 8px;
    font-size: 13px;
    display: none;
}

    .information span
    {
        font-weight: bold;
        color: #317a9f;
        display: none;
    }

    .information img
    {
        vertical-align: -3px;
        padding-right: 8px;
        display: none;
    }

.success
{
    background: #e7efc7;
    border: 1px solid #b5c47c;
    padding: 8px;
    font-size: 13px;
    display: none;
}

    .success span
    {
        font-weight: bold;
        color: #528404;
        display: none;
    }

    .success img
    {
        vertical-align: -3px;
        padding-right: 8px;
        display: none;
    }

.error
{
    background: #f8dedc;
    border: 1px solid #d18b8b;
    padding: 8px;
    font-size: 13px;
    display: none;
}

    .error span
    {
        font-weight: bold;
        color: #9c413a;
        display: none;
    }

    .error img
    {
        vertical-align: -3px;
        padding-right: 8px;
        display: none;
    }

em
{
    color: gray;
}

h3.title
{
    color: gray;
    font-size: 17px;
}

.grayContent
{
    color: gray;
}

.ui-datepicker-trigger
{
    margin-left: 5px;
    vertical-align: middle;
}

.txtDatePicker
{
    width: 77px;
}

.txtDatePickerFocus
{
    width: 77px;
}

.ui-datepicker-title select
{
    height: 25px !important;
}

.textgrey
{
    color: Gray !important;
}

.textGroup
{
    color: #2F25EA !important; /*#03499E*/
}

.clsFCFEComponent
{
    color: #d1762d !important; /*#03499E*/
}


.familyratioGroup
{
    color: #2F25EA !important;
    /*background-color: #99CCFF; */
}

.TabbedPanelsContentGroup select
{
    width: 212px !important;
}

/*For Bond Issu Navigation*/
a.ar_left_nav
{
    background: url("../../images/ar_left_nav.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 28px;
    position: relative;
    top: 4px;
    width: 26px;
}

    a.ar_left_nav:hover
    {
        background: url(../images/ar_left_nav_h.png) 0px 0px no-repeat;
    }

a.ar_right_nav
{
    background: url(../images/ar_right_nav.png) 0px 0px no-repeat;
    display: block;
    width: 26px;
    height: 28px;
    position: relative;
    top: 4px;
}

    a.ar_right_nav:hover
    {
        background: url(../images/ar_right_nav_h.png) 0px 0px no-repeat;
    }

a.ar_left_nav_Disable
{
    background: url(../../images/ar_left_nav_disable.png) 0px 0px no-repeat;
    display: block;
    width: 26px;
    height: 28px;
    cursor: default;
    position: relative;
    top: 4px;
}

a.ar_left_nav_Enable
{
    background: url(../../images/ar_left_nav_h.png) 0px 0px no-repeat;
    display: block;
    width: 26px;
    height: 28px;
    cursor: default;
    position: relative;
    top: 4px;
}

a.ar_right_nav_Enable
{
    background: url(../../images/ar_right_nav_h.png) 0px 0px no-repeat;
    display: block;
    width: 26px;
    height: 28px;
    cursor: default;
    position: relative;
    top: 4px;
}

a.ar_right_nav_Disable
{
    background: url(../../images/ar_right_nav_disable.png) 0px 0px no-repeat;
    display: block;
    width: 26px;
    height: 28px;
    cursor: default;
    position: relative;
    top: 4px;
}


.nos
{
    background: #CC3300;
    text-align: center;
    padding: 0.3em;
    color: White;
    font-size: 18px;
    font-weight: bold;
}

a.langButton
{
    float: left;
    display: block;
    background: url(../images/btnlink.png) top left no-repeat;
    height: 28px;
    padding: 0 0 0 10px;
    color: #FFF;
    text-decoration: none;
    font-family: "Calibri",Arial;
    font-size: 14px;
}

    a.langButton span
    {
        float: left;
        display: block;
        background: url(../images/btnspan.png) top right no-repeat;
        height: 23px;
        padding: 5px 4px 0 0;
        cursor: pointer;
    }

    a.langButton:hover
    {
        background: url(../images/btnlink_h.png) top left no-repeat;
    }

        a.langButton:hover span
        {
            background: url(../images/btnspan_h.png) top right no-repeat;
        }

.langButtonBg
{
    background: none;
    border: none;
    display: block;
    height: 23px;
    color: #FFF;
    font-family: "Calibri",Arial;
    font-size: 14px;
    padding-bottom: 15px;
    width: 60px;
    margin-left: -8px;
    margin-right: -1px;
    cursor: pointer;
}

input[type=checkbox]
{
    margin-top: -1px;
    padding: 0px;
}

.setDivHeight
{
    overflow-y: auto;
}

.table_fixed_header
{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.body_panel
{
    display: inline-block;
    width: 100%;
    overflow-y: auto;
}

.body_content td
{
    overflow: hidden;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
}

.warpContent
{
    overflow: hidden !important;
    white-space: pre-wrap !important;
    text-overflow: ellipsis !important;
}

.headersummary
{
    /*border: 2px solid #C3C3C3;*/
    border: 2px solid #3D4F5C;
    padding: 5px;
    border-radius: 8px;
}


.selectedRowbg
{
    background-color: #D2DEFF !important;
}

.companyDataLabel
{
    color: #2E5078 !important; /*font-weight: bold;*/ /*font-size:13px;*/
    /*cursor:pointer;*/
}

.companydataInfo
{
    /*color: #375F92;*/
    color: #4274B0 !important;
}

.companydatabg
{
    background-color: #EAEAEA;
    border: 1px solid #BBBBBB;
    /*border: 1px solid #3D4F5C;*/
}

.fixdatacompanydatabg
{
    border-bottom: 1px solid #BBBBBB;
    background-color: #E3E2CF !important;
}

.fieldTitle
{
    color: #535353 !important;
}

.RecordAccurate
{
    color: #817861;
    font-size: 11px;
}

.selectedRowbg2
{
    background-color: #375F92 !important;    
}
.selectedRowbg2td
{
    color: #FFFFFF !important;
}

.setBottomRowPadding {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        border-top: 1px solid #BBBBBB !important;
    }
.errorFontColor {
    color:red !important;
}