﻿html, body, form {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

form {
    position: absolute;
}

/*
MainFrame styles
*/
.MainFrame .Border {
    padding: 0 16px 0 0;
}

body.MainFrame {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    background-color: #F5F5F5;
    /*overflow: auto;*/
    position: fixed; /*IE 11 change*/
}

.MainFrame .Header {
    font-family: Verdana;
    font-size: 9px;
    color: #54688E;
    padding: 10px 0px 5px 0px; /*IE 11 change*/
    white-space: nowrap;
    vertical-align: middle;
}

.MainFrame .Footer {
    font-family: Verdana;
    font-size: 9px;
    color: #54688E;
    padding-left: 16px;
    height: 15px;
    padding-top: 8px;
}

    .MainFrame .Footer a, .MainFrame .Footer a:hover, .MainFrame .Footer a:visited {
        color: #54688E;
    }

    .alignLeft{
        text-align:left !important;
    }
.MainFrame .Content {
    background-color: white;
}

.MainFrame .LeftBar {
    width: 15px;
    border-right: solid 5px #AFC6B6;
    background-color: #F5F5F5;
}

.MainFrame .VerticalSplitter {
    background-color: #F5F5F5;
    background-image: url(img/v_splitter.gif);
    /*width: 8px;*/ /*IE 11 change*/
    width: 6px; /*IE 11 change*/
    border-right: solid 1px #999999;
    border-left: solid 1px #D2D2D2;
    cursor: w-resize;
}

.MainFrame .LeftSplitterPane {
    border-left: solid 1px #999999;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #D2D2D2;
}

.MainFrame .RightSplitterPane {
    border-top: solid 1px #999999;
    border-bottom: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
}

.MainFrame .TreeFrame {
    overflow: auto;
    height: 100%; /*-- ch IE11 Changes --*/
}

.MainFrame .SearchPanel {
    border-top: solid 0px White;
    border-left: solid 0px White;
    border-right: solid 0px #999999;
    border-bottom: solid 1px #999999;
    background-color: #EEEEEE;
    padding: 10px 10px 10px 10px;
}

    .MainFrame .SearchPanel TABLE {
        font-family: Verdana;
        font-size: 10px;
        color: #54688E;
    }

    .MainFrame .SearchPanel TD {
        width: 35px;
    }

    .MainFrame .SearchPanel A {
        color: #54688E;
    }

.MainFrame .LoginLeftBar {
    width: 16px;
    background-color: #F5F5F5;
}

.MainFrame .LoginPanel {
    border-left: solid 1px #999999;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
    padding: 20px 20px 20px 20px;
}

.MainFrame .LoginBackground {
    background-image: url(img/login_bg.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 100px;
    padding-left: 110px;
}

.MainFrame .LogoffBackground {
    background-image: url(img/login_bg.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 100px;
    padding-left: 110px;
    font-family: Arial;
    font-size: 12px;
    color: GrayText;
}

/*
Login styles
*/
.Login {
}

    .Login .Label {
        font-weight: bold;
        color: Black;
        font-size: 11px;
        font-family: Arial, Helvetica;
        padding-left: 3px;
    }

    .Login .CheckBox {
        font-weight: normal;
        font-size: 10px;
        color: black;
        font-family: Arial, Helvetica;
    }

        .Login .CheckBox INPUT {
            margin-top: 0px;
        }

    .Login .TextBox {
        font-weight: normal;
        font-size: 12px;
        color: black;
        font-family: Arial;
        background-color: #F5F5F5;
        border-left: solid 1px #999999;
        border-top: solid 1px #999999;
        border-bottom: solid 1px #D2D2D2;
        border-right: solid 1px #D2D2D2;
        margin-bottom: 5px;
        margin-top: 0px;
        width: 150px;
    }

    .Login INPUT {
        margin-top: 5px;
        margin-right: 5px;
    }

.PoweredBy {
    font-family: Arial;
    font-size: 12px;
}

/*
LanguageSwitch styles
*/
.LanguageSwitch SPAN {
    font-weight: bold;
    color: Black;
    font-size: 11px;
    font-family: Arial, Helvetica;
    padding-left: 5px;
}

.LanguageSwitch SELECT {
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Arial;
    width: 150px;
    background-color: #F8F8F8;
    border-left: solid 1px #AFAFAF;
    border-top: solid 1px #AFAFAF;
    border-bottom: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
    margin-left: 2px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*
ContentPage styles
*/
body.ContentPage {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    background-color: white;
    overflow: auto;
}

.ContentPage .SiteMapPath {
    background-color: #EEEEEE;
    border-bottom: solid 1px #D2D2D2;
    font-family: Verdana;
    font-size: 11px;
    color: Black;
    padding: 5px 5px 5px 5px;
}

    .ContentPage .SiteMapPath A {
        color: Black;
        white-space: nowrap;
    }

        .ContentPage .SiteMapPath A:hover {
            color: Black;
            white-space: nowrap;
            text-decoration: none;
        }

.ContentPage .ContentFrame {
    /*overflow: auto;*/ /*IE11 change*/
}

.ContentPage .PageHeader {
    height: 39px;
    background-color: #8091AF;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Arial;
    border-bottom: solid 5px #AFC6B6;
    white-space: nowrap;
}

.ContentPage .RemoveWhiteLine {
    display: inline; /*IE11 change*/
    height: 1px;
    border-top: solid 1px #afc6b6;
}

/*
Content form styles
*/
body.ContentForm {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    background-color: white;
    overflow: auto;
}

.ContentForm TD.PageHeader, .ContentForm Li.PageHeader {
    background-color: #8091AF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 5px #afc6b6;
    font-weight: normal;
    font-size: 11px;
    color: White;
    font-family: Arial;
    height: auto; /*IE 11 change*/
}

.ContentForm .PageHeader TABLE, .ContentForm .PageHeader Ul {
    background-color: #8091AF;
    font-weight: normal;
    font-size: 11px;
    color: White;
    font-family: Arial;
}

.ContentForm .PageHeader A {
    color: White;
    margin-right: 5px;
}

    .ContentForm .PageHeader A:hover {
        color: White;
        margin-right: 5px;
        text-decoration: none;
    }

.ContentForm .PageHeader .Title {
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Arial;
    padding-bottom: 5px;
    border-bottom: solid 1px white;
    border: 1px;
}

.ContentForm .PageFooter {
    height: 39px;
    background-color: #8091AF;
    padding-left: 0px; /*IE 11 change change*/
    /*padding-right: 5px;*/ /*IE 11 change change*/
    border-top: solid 5px #afc6b6;
}

    .ContentForm .PageFooter .Button, .ActionButton {
        width: 14ex;
        /*color: #333366;*/ /*--IE11 Changes --*/
        font-family: Verdana;
        font-size: 11px;
    }

.ContentForm .ContentFrame {
    width: 100%;
    height: 100%;
    background-color: white;
    /*overflow: auto;*/ /*--IE11 Changes --*/
}

    .ContentForm .ContentFrame .MinWidthBlock {
        background-color: #afc6b6;
    }
/*--IE11 Changes --*/
/*.ContentForm .ContentFormArea
{
	width: 100%;
	height: 100%;
	overflow: auto;
}*/

/*
Form elements styles
*/
.SectionBody {
    padding: 5px 25px 10px 15px; /*IE 11 change*/
    /*width: 100%;*/ /*IE 11 change*/
    font-size: 13px;
    font-family: Arial;
}

.SectionHeaderBg {
    height: 34px;
    background-image: url(img/section_header_bg.jpg);
}

.SectionHeader {
    height: 34px;
    background-image: url(img/section_header.jpg);
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 13px;
    color: #0F1B42;
    font-family: Arial;
    padding-left: 25px;
    padding-top: 5px;
    /*width: 100%;*/ /*IE 11 change*/
    text-align: left;
}

.CompositeSectionBody {
    width: 100%;
}

.CompositeSectionHeaderBg {
    height: 34px;
    background-image: url(img/section_header_bg.jpg);
}

.CompositeSectionHeader {
    height: 34px;
    background-image: url(img/section_header.jpg);
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 13px;
    color: #0F1B42;
    font-family: Arial;
    padding-left: 25px;
    padding-top: 5px;
    width: 100%;
    text-align: left;
}

.ErrorSectionBody {
    /*padding: 0 25 5 25;*/ /*--IE11 Changes --*/
    /*padding-bottom:5px;*/ /*--IE11 Changes --*/
    width: 100%;
    text-align: center;
}

    .ErrorSectionBody TABLE, .ErrorSectionBody Ul {
        font-size: 12px;
        color: #990000;
        font-family: Arial;
        font-weight: normal;
    }

.AltSectionHeaderBg {
    height: 34px;
    background-image: url(img/alt_section_header_bg.jpg);
}

.AltSectionHeader {
    height: 34px;
    background-image: url(img/alt_section_header.jpg);
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 13px;
    color: #2A4F26;
    font-family: Arial;
    padding-left: 25px;
    padding-top: 5px;
    width: 100%;
    text-align: left;
}

.AltSectionBody {
    padding: 5px 25px 10px 15px;
    width: 100%;
}

.SubSectionBody {
    padding: 5px 25px 10px 15px;
    width: 100%;
    background-color: #EEEFF1;
}

.SubSectionHeaderBg {
    height: 18px;
    background-color: #EEEFF1;
}

.SubSectionHeader {
    height: 18px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    font-family: Arial;
    padding-left: 9px;
    padding-top: 3px;
    width: 150px;
    text-align: left;
    margin-left: 16px;
    background-color: #A4ABBD;
}

.AltSubSectionBody {
    padding: 5px 25px 10px 15px;
    width: 100%;
    background-color: #FFFFFF;
}

.AltSubSectionHeaderBg {
    height: 18px;
    background-color: #FFFFFF;
}

.AltSubSectionHeader {
    height: 18px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    font-family: Arial;
    padding-left: 9px;
    padding-top: 3px;
    width: 150px;
    text-align: left;
    margin-left: 16px;
    background-color: #A4ABBD;
}

.Table {
    font-weight: normal;
    font-size: 12px;
    color: #666699;
    font-family: Arial;
    table-layout: fixed;
    width: 100%;
    /*padding-left: 6px;*/ /*--IE11 Changes --*/
    padding-top: 2px;
    padding-bottom: 5px; /*--IE11 Changes --*/
}

    /*-------------------------IE11 Changes ----------------------------*/
    .Table td {
        padding-left: 10px;
        padding-top: 5px;
        overflow: hidden;
    }
        /*--------------------------Changes done by ruchika for alignment issue in non compatible mode 5-1-2018----------Start------------*/
        /*.forpadding {
    padding-top: 1px!important;
}

.forextra {
    padding-top: 3px!important;
}

.forlocation {
    vertical-align: middle!important;
    padding-top: 0px!important;
}*/
        /*---------end--------------------*/
        .Table td table tr td {
            /*padding-left: 10px;*/
            /*padding-top: 5px;*/
        }

.Calendar td {
    padding-left: 0px!important;
    padding-top: 0px!important;
}

.Lookup td {
    padding-left: 0px!important;
    padding-top: 0px!important;
}



.Table TD {
    vertical-align: middle;
}

.Table LABEL, .Table SPAN, .UL LABEL, .UL SPAN {
    white-space: nowrap;
    margin-right: 4px;
}

    .Table SPAN.LabelModeTextBox, .UL SPAN.LabelModeTextBox {
        color: black;
        white-space: normal;
    }

    .Table SPAN.WrapLabel, .Table LABEL.WrappedLabel, .UL SPAN.WrappedLabel, .UL LABEL.WrappedLabel {
        white-space: normal;
    }
	

.Table .NewLineCell SPAN, .UL .NewLineCell SPAN {
    color: black;
    width: 100%;
    border-top: solid 1px #CCCCCC;
    padding-bottom: 4px;
    white-space: normal;
    display: block; /*--IE11 Changes --*/
    min-height: 14px; /*Ie11 Changes*/
}




.Table INPUT, .Table SELECT, .Table TEXTAREA, .UL INPUT, .UL SELECT, .UL TEXTAREA {
    font-weight: normal;
    font-size: 12px;
    color: black;
    font-family: Arial !important;
    width: 100%;
    background-color: #F8F8F8;
    border-left: solid 1px #AFAFAF;
    border-top: solid 1px #AFAFAF;
    border-bottom: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
    
}

.Table .CheckBox INPUT, .UL .CheckBox INPUT {
    width: 25px;
    border-style: none;
    background-color: Transparent;
}

.Table INPUT.Button, .UL INPUT.Button {
    padding-left: 15px; /*--IE11 Changes --*/
    /*padding-left: 30px;*/ /*--IE11 Changes --*/
}

.ValidationSummary {
    font-weight: bold;
    font-size: 13px;
    color: #990000;
    font-family: Arial;
}

    .ValidationSummary A {
        font-size: 12px;
        color: #000000;
        font-family: Arial;
        font-weight: normal;
    }

    .ValidationSummary OL {
        text-align: left; /*--IE11 Changes --*/
        margin: 0 0 0 0; /*--IE11 Changes --*/
        font-size: 12px;
        font-family: Arial;
        font-weight: bold;
    }

.ValidatorRequired {
    font-family: Tahoma;
    font-size: 11px;
    padding-left: 2px;
    color: Red;
}

.ValidatorRequiredDisabled {
    font-family: Tahoma;
    font-size: 11px;
    padding-left: 2px;
    color: Red;
}

.ValidatorRequiredLableMode {
    font-family: Tahoma;
    font-size: 11px;
    padding-left: 2px;
    display: none;
}

/*
Claim styles
*/
.JobHeader {
    background-image: url(img/job_operation_header.jpg);
    font-weight: normal;
    font-size: 13px;
    color: #0F1B42;
    font-family: Arial;
    width: 100%;
}



    .JobHeader TD, .JobHeader li {
        white-space: nowrap;
        padding: 0px 25px 0px 25px; /* IE 11 change*/
        height: 26px;
        font-weight: bold;
    }

    .JobHeader .Buttons {
        background-image: url(img/job_operation_buttons.jpg);
        border-left: solid 2px white;
        border-right: solid 2px white;
        padding: 0px 10px 4px 10px;
        font-family: Arial, Verdana;
        font-size: 11px;
        color: white;
        font-weight: normal;
    }

    .JobHeader A {
        color: white;
    }

.JobLeft {
    padding-left: 11px;
    background-color: #E9EBF5;
}

.JobPanel {
    padding: 5px 25px 10px 2px;
    width: 100%;
    background-color: White;
    border-left: solid 2px #CAD3DD;
}

.JobPartHeader {
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    height: 20px;
    width: 100%;
}

    .JobPartHeader .Name {
        background-image: url(img/job_operation_part_header.jpg);
        color: White;
        width: 180px;
        border-left: solid 2px #CAD3DD;
        padding: 0px 10px 0px 10px;
        white-space: nowrap;
    }

    .JobPartHeader .Info {
        background-image: url(img/job_operation_part_info.jpg);
        color: #0F1B42;
        white-space: nowrap;
        padding: 0px 25px 0px 10px;
    }

    .JobPartHeader .Buttons {
        background-image: url(img/job_operation_part_buttons.jpg);
        border-left: solid 2px white;
        border-right: solid 2px white;
        padding: 0px 10px 0px 10px;
        font-family: Arial, Verdana;
        font-size: 11px;
        color: white;
        font-weight: normal;
        width: 50px;
        text-align: center;
    }



    .JobPartHeader A {
        color: white;
    }

.JobPartPanel {
    padding: 5px 25px 10px 2px;
    width: 100%;
    border-left: solid 2px #CAD3DD;
}

    .JobPartPanel .LinkButton {
        background-image: url(img/job_operation_header.jpg);
        padding: 2px;
        display: inline-block;
        text-align: center;
        color: #546ADF;
    }

.JobFooter {
    background-color: #8091AF;
    height: 10px;
    padding-left: 11px;
    font-size: 0px;
}

    .JobFooter .Inner {
        font-size: 0px;
        background-color: #CAD3DD;
        border-left: solid 2px White;
        border-bottom: solid 2px White;
        height: 8px;
    }

.Link {
    background-color: #E9EBF5;
    padding: 2px 4px;
    display: inline-block;
    text-align: center;
    color: #546ADF;
}

.Linkx {
    background-color: #E9EBF5;
    padding: 2px 4px;
    display: inline-block;
    text-align: center;
    color: #a0a0ae;
}

.TopPad {
    padding-top: 20px;
}

.TopPad_1 {
    padding-top: 20px !important;
}

/*
Lookup styles
*/
TABLE.Lookup TD {
    width: 20px;
}

.Lookup INPUT.Button {
    background-image: url(img/lookup.gif);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin-bottom: 2px;
    background-position: center;
    width: 20px;
}

.Lookup INPUT.ButtonDisabled {
    background-image: url(img/lookup_d.gif);
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin-bottom: 2px;
    background-position: center;
    width: 20px;
}

.CompletionListElement {
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
}

/*
Calendar styles
*/
TD.Calendar {
    width: 20px;
}

    TD.Calendar INPUT {
        background-image: url(img/calendar.gif);
        background-color: Transparent;
        background-repeat: no-repeat;
        background-position: right;
        border: none;
        margin-bottom: 2px;
        background-position: center;
        width: 20px;
    }

    TD.Calendar .CalendarButtonDisabled {
        background-image: url(img/calendar_d.gif);
    }

.CalendarFrame {
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
    border-top: solid 1px #D2D2D2;
    border-left: solid 1px #D2D2D2;
    padding: 5px 5px 5px 5px;
}

    .CalendarFrame TABLE {
        font-weight: normal;
        font-size: 9px;
        color: #666699;
        font-family: Verdana;
        text-align: center;
    }

.CalendarWeekday {
    width: 5ex;
    font-size: 10px;
    color: Black;
    border-bottom: solid 1px #D2D2D2;
}

.CalendarWeekend {
    width: 5ex;
    font-size: 10px;
    color: Red;
    border-bottom: solid 1px #D2D2D2;
}

.CalendarDisabled {
    color: #CCCCCC;
}

.CalendarFooter {
    font-weight: normal;
    font-size: 10px;
    color: White;
    font-family: Verdana;
    text-align: center;
    background-color: #8091AF;
    padding: 2px 2px 2px 2px;
}

TABLE.CalendarHeader {
    font-weight: normal;
    font-size: 10px;
    color: White;
    font-family: Verdana;
    text-align: center;
    background-color: #8091AF;
    padding: 2px 2px 2px 2px;
}

.CalendarToday {
    font-weight: bold;
    text-decoration: underline;
    color: #61806e;
}

.CalendarNormal {
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 1px White;
}

.CalendarSelected {
    border: solid 1px Red;
}

/*
Panel styles
*/
.LabelPanel {
    background-color: #cecece;
    color: Black;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 17px;
}

.ProgressPanel {
    position: absolute;
    background-color: white;
}

.ButtonPanel {
    text-align: right;
    padding-bottom: 7px;
    padding-top: 7px;
}

    .ButtonPanel INPUT.Button {
        width: 13ex;
        color: #333366;
        font-family: Verdana;
        font-size: 11px;
    }

    .ButtonPanel A {
        text-decoration: underline;
        font-weight: normal;
        font-size: 11px;
        font-family: Tahoma;
        color: #787d8c;
    }

/*
Grid view styles
*/
.GridViewPanel {
    background-color: White;
    overflow: auto;
}

.GridViewPanelScrollX {
    background-color: White;
    overflow-x: scroll;
}

.GridView {
    width: 100%;
    border-style: none;
    color: Black;
    font-size: 12px;
    font-family: Arial;
}

    .GridView TD {
        white-space:normal;
        border-bottom: solid 1px #E3E3E3;
        border-right: solid 1px #E3E3E3;
        overflow: hidden; /*--IE11 Changes --*/
        padding-left: 5px; /*--IE11 Changes --*/
    }

    .GridView .FirstRow TD, .GridView .FirstSelectedRow TD {
        border-top: solid 1px #E3E3E3;
        overflow: hidden; /*--IE11 Changes --*/
    }

    .GridView .Sel, .GridView .FirstSelectedRow {
        background-color: #BDC6DA;
        padding-left: 5px;
        overflow: hidden; /*--IE11 Changes --*/
    }

    .GridView .Row, .GridView .FirstRow {
        background-color: White;
        padding-left: 5px;
        overflow: hidden; /*--IE11 Changes --*/
    }

    .GridView .Alt {
        background-color: #F6F6F6;
        padding-left: 5px;
        overflow: hidden; /*--IE11 Changes --*/
    }

.ButtonPanel_1 {
    text-align: right;
    padding-bottom: 7px;
    padding-top: 10px;
}

    .ButtonPanel_1 INPUT.Button {
        width: 13ex;
        color: #333366;
        font-family: Verdana;
        font-size: 11px;
    }

    .ButtonPanel_1 A {
        text-decoration: underline;
        font-weight: normal;
        font-size: 11px;
        font-family: Tahoma;
        color: #787d8c;
    }

.GridView .Header TH {
    background-image: url(img/grid_header_bg.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    height: 12px;
    border-top: solid 1px white;
    border-left: solid 1px White;
    border-right: solid 1px #A2A2A2;
    border-bottom: solid 1px white; /*--IE11 Changes --*/
    white-space: nowrap;
    padding-bottom: 4px;
    overflow: hidden; /*--IE11 Changes --*/
    padding-left: 0px; /*--IE11 Changes --*/
    padding-right: 0px; /*--IE11 Changes --*/
}

.GridView .Header A, .GridView .Header A:Hover {
    color: Black;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
}

.GridView .Pager {
    background-color: #AFC6B6;
    color: Black;
    text-align: center;
    font-size: 10px;
    font-family: Verdana;
}

    .GridView .Pager TD {
        border-width: 0px;
    }

        .GridView .Pager TD Table {
            border-width: 0px; /*--IE11 Changes --*/
            display: inline; /*--IE11 Changes --*/
        }

    .GridView .Pager A {
        color: Black;
        font-size: 10px;
        font-family: Verdana;
        font-weight: bold;
        text-decoration: underline;
        margin: 0px 5px 0px 5px;
    }

/*
RichGridView styles
*/
.RichGridView {
    width: 100%;
    height: 100%;
}

.RichGridViewHeader {
    background-color: White; /*#AFC6B6;*/
    /*padding: 5 5 5 5;*/
    font-family: Verdana;
    font-size: 11px;
    color: Black;
    white-space: nowrap;
    padding: 5px 0px 5px 0px; /*--IE11 Changes --*/
    width: 100%; /*--IE11 Changes --*/
    /*table-layout:fixed;*/ /*--IE11 Changes --*/
}

.DistCountryOrganization {
    background-color: White; /*#AFC6B6;*/
    padding: 5px 5px 5px 5px;
    font-family: Verdana;
    font-size: 11px;
    color: Black;
    white-space: nowrap;
    width: 100%;
}

.RichGridViewFooter {
    background-color: #8091AF;
    padding: 5px 5px 5px 5px;
    font-family: Verdana;
    font-size: 11px;
    white-space: nowrap;
    border-top: solid 5px #AFC6B6;
}

.RichGridView INPUT, SELECT {
    font-family: Verdana;
    font-size: 11px;
}

.RichGridView .Button {
    width: 13ex;
    /*color: #333366;*/ /*--IE11 Changes --*/
    font-family: Verdana;
    font-size: 11px;
}

/*
Popup styles
*/
body.Popup {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    background-color: white;
    overflow: hidden;
}

.Popup .PageHeader {
    height: 39px;
    background-color: #8091AF;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Arial;
    border-bottom: solid 1px white;
    white-space: nowrap;
}



.Popup .PageFooter {
    height: 39px;
    background-color: #8091AF;
    padding-left: 5px;
    padding-right: 5px;
    border-top: solid 1px white;
    text-align: right;
}

.Popup .ContentFrame {
    overflow: auto;
}

.Popup .PageFooter .Button {
    width: 13ex;
    /*color: #333366;*/ /*--IE11 Changes --*/
    font-family: Verdana;
    font-size: 11px;
}

/*
Tree styles
*/
.TreeNode {
    color: Black;
    font-family: Verdana;
    font-size: 11px;
    padding-left: 1px;
    padding-right: 1px;
}

.DialogTreeFrame {
    overflow: auto;
}

.SelectedTreeNode A {
    background-color: #BDC6DA;
}

/*
Menu syles
*/
.MenuStatic A {
    color: #54688E;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
    white-space: nowrap;
    padding: 0 0 0 0;
}

.MenuStatic img {
	padding-bottom:2px; 

}
.MenuDynamic {
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
    border-left: solid 1px #D2D2D2;
    border-top: solid 1px #D2D2D2;
    padding: 5px 10px 5px 10px;
    background-color: White;
    text-align:left !important;
}

.MenuDynamicItem {
    padding: 5px 0px 5px 0px; /*IE11 change*/
    color: #54688E;
    font-family: Verdana;
    font-size: 11px;
}

    .MenuDynamicItem A {
        text-decoration: underline;
        white-space: nowrap;
    }

.MenuStaticSelected A {
    text-decoration: none;
}

.MenuStatic A:Hover {
    text-decoration: none;
}

.MenuDynamicSelected A {
    text-decoration: none;
}

/*
Wizard styles
*/
body.Wizard {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    background-color: white;
    overflow: hidden;
}

.Wizard .Info {
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: White; /*#8091AF;*/
    font-weight: bold;
    color: #8091AF; /*White;*/
}

.Wizard .PageHeader {
    height: 34px;
    background-color: #8091AF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Arial;
    border-bottom: solid 5px #AFC6B6;
    white-space: nowrap;
}

.Wizard .Content {
    font-weight: normal;
    font-size: 12px;
    color: #666699;
    font-family: Verdana;
}

.Wizard .Footer {
    height: 39px;
    background-color: #8091AF;
    padding-left: 5px;
    padding-right: 5px;
    border-top: solid 5px #afc6b6;
    padding-bottom: 6px; /*IE11 change*/
}

    .Wizard .Footer .Button {
        width: 13ex;
        /*color: #333366;*/ /*--IE11 Changes --*/
        font-family: Verdana;
        font-size: 11px;
    }

/*
MessageBox styles
*/
.MessageBox {
    border-left: solid 1px #D2D2D2;
    border-top: solid 1px #D2D2D2;
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #F5F5F5;
}

    .MessageBox .Title {
        background-color: #8091AF;
        font-size: 14px;
        color: white;
        font-family: Arial;
        font-weight: bold;
        white-space: nowrap;
        padding: 2px 5px 2px 5px;
    }

    .MessageBox .Buttons {
        background-color: #F5F5F5; /*IE11 changes*/
        padding: 5px 5px 5px 5px; /*IE11 changes*/
        text-align: right;
    }

        .MessageBox .Buttons INPUT {
            width: 13ex;
            color: #333366;
            font-family: Verdana;
            font-size: 11px;
        }

    .MessageBox TD.Content {
        vertical-align: middle;
        font-size: 12px;
        font-family: Arial;
        text-align: center;
        background-color: #F5F5F5;
        padding-right: 10px;
        padding-left: 20px;
        padding-bottom: 10px;
        padding-top: 30px;
    }

    .MessageBox .ScrollableContent {
        margin: 0 0 0 0;
        text-align: left;
    }

    .MessageBox TD.Icon {
        padding: 10px 10px 0 10px;
        vertical-align: top;
        text-align: center;
        background-color: #F5F5F5;
    }

.ModalPopupBackground {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.Barcode {
    padding: 5px 5px 5px 5px;
    border-left: solid 1px #AFAFAF;
    border-top: solid 1px #AFAFAF;
    border-bottom: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
    text-align: center;
}

.CollapsedFormSectionPanel {
    overflow: hidden;
}

.ClaimNavigationPanel .Button {
    width: 7ex;
    color: #333366;
    font-family: Verdana;
    font-size: 11px;
}

/*
MasterDetails styles
*/
.MasterDetails {
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
}

    .MasterDetails .MasterDetailsHeader {
        table-layout: fixed;
        width: 100%;
    }

.MasterDetailsHeader .MasterDetailsTitle {
    padding: 5px 5px 3px 12px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    color: #23293C;
}

.MasterDetailsHeader .MasterDetailsButtons {
    padding: 5px 20px 3px 5px;
    text-align: right;
    font-weight: normal;
    font-size: 11px;
    font-family: Tahoma;
    color: #A4ABBD;
}

.MasterDetailsButtons INPUT {
    overflow: visible;
    border-style: none;
    background-color: white;
    cursor: pointer;
    text-decoration: underline;
    font-weight: normal;
    font-size: 11px;
    font-family: Tahoma;
    color: #A4ABBD;
}

.MasterDetails .MasterDetailsGrid {
    table-layout: fixed;
    width: 100%;
    text-align: left;
    background-color: #D2D2D2;
    border: solid 1px #D2D2D2;
}

.MasterDetailsGrid .MasterDetailsGridHeader {
    height: 24px;
    text-decoration: underline;
    text-align: center;
    font-size: 11px;
    font-family: Verdana;
    color: #FFFFFF;
    background-color: #A4ABBD;
}

.MasterDetailsGridHeader TH {
    font-weight: normal;
    border-left: solid 1px #D2D2D2;
}

.MasterDetailsGrid .EdgeColumn {
    border-left-width: 0px;
}

.MasterDetailsGrid .ButtonsColumn {
    width: 60px;
    border-left-width: 0px;
}

.MasterDetailsGrid .RecordCell {
    white-space: nowrap;
    padding: 0px 2px 0px 8px;
    font-weight: normal;
    font-size: 11px;
    font-family: Tahoma;
    color: #666666;
    background-color: white;
    border-top: solid 1px #D2D2D2;
}

.MasterDetailsGrid .RecordButtonsCell {
    background-color: white;
    border-top: solid 1px #D2D2D2;
}

.MasterDetailsGrid .MasterDetailsSection {
    background-color: #EEEFF1;
    border-top: solid 1px #D2D2D2;
}

.MasterDetailsSection .MasterDetailsSectionHeader {
    width: 100%;
    height: 20px;
    background-color: #B9BECA;
}

.MasterDetailsSection .SectionButtons {
    width: 60px;
}

.MasterDetailsSection .SectionTitle {
    padding: 3px 5px 3px 28px;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
    color: White;
}

.MasterDetailsSection .SectionButtonsContainer {
    width: 45px;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    background-color: #EEEEEE;
}

.RecordButtonsCell .RecordButtonsContainer {
    width: 45px;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.MasterDetailsSection .Table {
    padding: 10px 14px 20px 10px;
    font-weight: normal;
    font-size: 11px;
    font-family: Tahoma;
    color: #8F9195;
}

/*
CustomGridFooter
*/
.CustomGridFooter .Button {
    border-left: solid 1px #ffffff;
    border-right: solid 2px #bbbbbb;
    border-top: solid 1px #ffffff;
    border-bottom: solid 2px #bbbbbb;
    padding: 1px 20px 1px 10px;
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    background-color: #e2e2e2;
    border-style: solid;
}

.SecuredControlGroup {
    border: solid 1px #eeeeee;
}

/*
ListItem
*/
.ListItem {
    padding: 3px 18px 3px 18px;
    vertical-align: middle;
}

    .ListItem A {
        font-size: 11px;
        font-family: Tahoma;
        color: #54688E;
        vertical-align: middle;
    }
/*
ReportViewer
*/
.ReportViewerTD {
    border-top: solid 1px #999999;
}

.loadingImage {
    opacity: 0.5;
    background: url(img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
}

.LabelStyle {
    font-weight: normal;
    Padding-left: 2px;
    font-family: Tahoma;
    Font-Size: 11px;
    color: red;
}

.MessageBoxStyle {
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-family: Arial;
    background-color: #F5F5F5;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.SearchBtn {
    padding-left: 4px;
}

.SearchBtn_GO {
    padding-left: 5px;
}


.UL_Li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
}

.GridView .Pager td table {
    display: inline;
    border-width: 0px;
}

.div {
    height: 100%;
}

.div_Border {
    height: 100%;
    width: 100%;
    overflow: auto;
}

/*.Contentframediv .ContentFrame {
        width: 99.8%;
         height: 99.8%; 
       
          position: absolute;
    }*/

.VendorLogo {
    padding-left: 16px;
}


.Copyright {
    font-family: Arial;
    font-size: 12px;
    padding-left: 24%; /*--IE11 Changes[To align Footer Logo 40% is deceases to 24%] --*/
    padding-top: 8px; /*--IE11 Changes[To align Footer Logo padding-top is added] --*/
}

.ContentForm .PageFooter div {
    width: 100%;
    /*padding-top:5px;*/
}



.ValidationSummaryUl /*IE11 change[alignment of Validation Summary]- */ {
    display: inline-table;
    list-style-type: none;
    margin: 0px;
    padding: 0px 25px 5px 25px; /*--IE11 Changes --*/
    width: auto;
    height: auto;
    text-align: left;
}

.RichGrid1 {
    /*display:inline-block;*/
}

.SSNLabel {
    padding-left: 0px;
}


.li_Header1 {
    white-space: nowrap;
    float: right;
    /*margin-right:25%;*/
    /*padding-left:5px;*/
    overflow: hidden;
}

.div1 {
    display: inline-block;
}

.div3 {
    display: inline-block;
    padding-right: 5px;
}

.div_inline {
    display: inline;
}

.div_1 {
    float: left;
    width: 30%;
    padding-left: 5px;
}

.div_2 {
    float: left;
    width: 39%;
}

.div_3 {
    float: right;
    right: 4%;
    position: absolute;
}

.div_4 {
    right: 0px;
    position: absolute;
}



.li_Header2 {
    white-space: nowrap;
    overflow: hidden;
}
/*.li_Header3 {
    white-space:nowrap;
    position:absolute;
    right:0px;
    overflow:hidden;
    padding-right:5px;
}*/

.Section a[disabled] /*--IE11 Changes[assign color to disable] --*/ {
    color: #A0A0A0;
}

input[disabled] /*--IE11 Changes[assign color to disable] --*/ {
    color: #A0A0A0;
    opacity: 0.7;
}

.NewLineCell input[disabled] /*--IE11 Changes[assign color to disable] --*/ {
    color: #A0A0A0;
}

.Table span[disabled] /*--IE11 Changes[assign color to disable] --*/ {
    color: #A0A0A0 !important;
}

.ctl00_Header_MainMenu_4 td:first-child {
    padding-right: 2px;
    padding-left: 2px;
}
.ctl00_Header_MainMenu_6:parent {
    text-align: left;
}


select[disabled] /*--IE11 Changes[assign color to disable] --*/ {
    color: #A0A0A0;
    opacity: 0.7;
}

.Link[disabled] /*--IE11 Changes[assign color to disable] --*/ {
    color: #A0A0A0;
}

a[disabled] /*--IE11 Changes[assign color to disable] --*/ {
    color: #d3d3d3;
}

.gridheader {
    text-align: right;
    padding-right: 5px;
    padding-bottom:5px;
}

.cc1_RichGridView1 {
    float: left;
}

/*.MinWidthBlock {
width:0px !important;
}*/

.table_ReviewField {
    table-layout: fixed;
    position: absolute;
    width: 100%;
}

.AD_HeaderExtension {
    display: inline;
    padding-left: 5px;
}

.RepeaterClass /*--IE11 Changes[assign width to img icons] --*/ {
    width: 130px !important;
}

.NewsHeader {
    padding-top: 0px !important;
}

.PIPGrid {
    display: block !important;
}

.UL .FileUpload1, .Table .FileUpload1 {
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
}

.Dig_ControlsPanel {
    padding-top: 1px;
}

.MainFrameSplitter {
    position: absolute;
}

.tree td div {
    height: 20px !important;
}

.tree td img{
    display: block !important;
}

.tree1 td div {
    height: 20px !important;
}

.tree1 td {
    padding-top: 0px !important;
}



.ProductTypesRepeater span {
    display: inline-block;
}

.paddingTop {
    padding-top: 0px !important;
}

.RightpanelLi {
    display: inline;
    position: relative;
}

.LeftPane {
    width: auto;
}

.RightPane {
    width: auto;
}

.PaddingR {
    padding-right: 5px;
}

.PaddingT {
    padding-top: 0px !important;
}

.tdhtmlBtn {
    width: 1px;
}

.widthhtmlBtn {
    width: 21px;
    padding-right: 0px !important;
}

.removeTopPadding table table tr td {
    padding-top: 0px !important;
}

.forPadding9 TABLE TD {
    padding-top: 1px !important;
}

.forPadding4 TABLE TD {
    padding-top: 4px !important;
}

.ClaimPartHeaderRemovePading TABLE:first-child, .SecClaimPadding {
    padding-top: 5px !important;
}

div[id$="_Jo_PartDiv"] * {
    padding-top: 0px !important;
    /*padding-bottom: 3px !important;*/
}

.ProblemTypeSelectorPadding, .PartItemRemovePaddaing {
    padding-top: 1px !important;
}

.RegionPadding {
    padding-top: 3px !important;
}

.ClaimSearchPadding, div[id$="_Jo_PartDiv"] .ClaimSearchPadding {
    padding-top: 7px !important;
}

.ClaimSearchSerialPadding TABLE TD {
    padding-top: 1.5px !important;
}

.RegSearchPadding TABLE TD {
    padding-top: 3px !important;
}

.ClaimPartHeader TABLE {
    margin-top: 7px !important;
    padding-bottom: 0px !important;
}

.CPHeaderTable1 {
    padding-bottom: 5px !important;
}

.JobPartPanel Table {
    padding-bottom: 0px !important;
}

    .JobPartPanel Table Tr Td {
        /*padding-bottom: 3px !important;*/
    }

.PartRPadding {
    padding-top: 2px !important;
    vertical-align: bottom !important;
    padding-bottom: 6px !important;
}

div[id$="CP_PartDiv"] TD {
    /*Kpadding-bottom:3px !important;*/
}

div[id$="_Jo_PartDiv"] table tr td {
    padding-bottom: 3px !important;
}
INPUT

	{
	box-sizing:border-box !important;
	}

textarea {
    box-sizing: border-box;
}

 SELECT
{
	padding-right:0px !important;
}

.ActiveLinkBorder {
    border:none !important;
}