﻿/*----------------------------------------------------------
    DEFAULTS
----------------------------------------------------------*/

 #insured-claimant-select-div .ui-combobox {
        position: relative;
        display: inline-block;
    }

    #insured-claimant-select-div .ui-combobox-toggle {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -1px;

        /* support: IE7 */
        *height: 1.0em;
        *top: 0.1em;
    }

    #insured-claimant-select-div .ui-combobox-input {
        margin: 0;
        background: #fff;
        color: #000000;
        width: 430px;
        font-size: 12px;
        font-weight: 1px;
        border-radius: 0px;
        border-width: 0px;
        font-family: calibri;
        height: 18px;
    }
    
    #insured-claimant-select-div .ui-button-icon-only {
        width: 1.2em;
        border-radius: 0px;
    }

html, body { height: 100%; }

body {
    background-image: url('images/cronertax/greyback.png');
    background-repeat: repeat-x;
    min-width: 1250px;
    font-family: calibri;
    text-align: left;
    display: flex;
    flex-direction: column;
}

#Form { height: 100%; }

#page {

}

.push {
    height: 3em;
    padding: 0px;
}

/*----------------------------------------------------------
    HEADER
----------------------------------------------------------*/

#header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #572C51;
    height: 114px;
    z-index: 1;
}

#headerLogo {    
    background-color: #FFFFFF;
    height: 74px;
    float:left;
    position: absolute;
    top: 0;
    width: 50%;
    min-width: 590px;
    float:left;
}

/*----------------------------------------------------------
    TOOLBAR
----------------------------------------------------------*/

.menuSlice {
    float:right;
    width: 35px;
    height: 74px;    
}

.searchBar
{
    font-size: 16px;
    padding-left: 20px;
    padding-top: 10px;
}

.searchBar div div input[type='text']
{
    width: 210px;
}

.searchBar div label
{
    color: #E1B200;
    padding-left: 10px;
}

.searchBar div div input
{
    margin-left: 5px;
    margin-right: 5px;
}
.searchBar div div input[type=submit]
{
    background: url(/Content/images/cronerTax/SubmitButtonnew.png) no-repeat scroll left top;
    color:#FFFFFF;
    cursor:pointer;
    font-size:13.5px;
    font-weight:800;
    text-align: center;    
    margin-left: 5px;
    margin-right:5px;
    border-style:none;
}

.searchBar div div select
{
    margin-left: 5px;
    margin-right: 5px;
}

#toolbar {
    width: 40%;
    top: 0px;
    float: right;
    position: absolute;
    
    padding: 0px;
}

#toolbarContent {
    float: right;
    background-color: #572C51;
    width: 49%;
    height: 69px;
    padding: 6px 16px 0 0;
}

.toolbarIcons a {
    width: 32px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    height: 32px;
}


.toolbaricon {
    display: inline-block;
    width: 64px;
    color: #E1B200;
    text-align: center;
    font-size: 12px;
    padding: 2px;
    cursor: pointer;
}

.toolbaricon img {
    width: 40px;
    height: 40px;
}

.toolbartext {
    color: #00AEEF;
    display: inline-block;
    padding: 0px;
    width: 500px;
}

.toolbartext td {
    vertical-align: top;
    padding: 0px;
    padding-right: 5px;
}

.toolbartext tr td:first-child {
    color: white;
    text-align: right;           
}

.toolbartext a {
    color: #00AEEF;
    display: inline-block;
    text-decoration: none;    
}

/*----------------------------------------------------------
    TOOLBAR EXTENSION
----------------------------------------------------------*/

#toolbarExtension {
    width: 328px;
    top: 0px;
    right: 430px;
    position: absolute;
    padding: 0px;
}

#toolbarExtensionContent {
    float: right;
    background-color: #58585A;
    width: 290px;
    height: 64px;
    padding: 10px 0px 0px 0px;
}

.toolbarExtIcons a {
    width: 70px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

/*----------------------------------------------------------
    SITE MENU
----------------------------------------------------------*/

a {
    color: #FFFFFF;
    font-size: 12px;
}

#sitenav {
    bottom: 0;
    padding-left: 10px;
    position: absolute;
    z-index: 4;
    display: block;
}

#sitenav a.menuItemStyle {
    display: block;
    font-size: 1.1em !important;
    color: #FFFFFF;
    padding: 0px 10px 5px 10px;
    text-decoration: none;
}

#sitenav a.menuItemStyle:hover { color: #E1B200; }

#sitenav a.menuHoverStyle, a.menuMenuItemSelectedStyle { color: #E1B200; }

#sitenav th, #sitenav td, #sitenav caption { padding: 0px; }

#bannerSubHeader {
    background-image: url('images/cronerTax/barloginlong.png');
    background-repeat: no-repeat;
    min-height: 24px;
}

.siteMenuPracticeText {
    color: #E1B200;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

/*----------------------------------------------------------
    POLICY SUB MENU
----------------------------------------------------------*/

#subMenu {
    position: absolute;
    z-index: 4;
    display: block;
}

#subMenu a.subMenuItemStyle {
    display: block;
    font-size: 14px !important;
    color: #FFFFFF;
    padding: 0px 10px 5px 10px;
    text-decoration: none;
}

#subMenu a.subMenuHoverStyle, a.subMenuItemSelectedStyle { color: #00AEEF; }

#subMenu th, #subMenu td, #subMenu caption { padding: 0px; }

/*----------------------------------------------------------
    MAIN CONTENT
----------------------------------------------------------*/

#MainContent {
    margin-top: 20px;
    margin-left: 20px;
}

#main a { color: #00AEEF; }

.content {
    z-index: 10;
}

.contentContainer {
    height: 100%;
    position: relative;
    clear: both;
    margin: 0px auto;
    z-index: 10;
}

.content1024px {
    width: 1024px;
    z-index: 10;
}

.content1130px {
    width: 1130px;
    z-index: 10;
}

#SearchCriteria {
    float: left;
    width: 220px;
    padding: 10px 10px 10px 0px;
}

#SearchResults {
    float: right;
    width: 860px;
    padding: 10px;
}

.searchHeader {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}

/*----------------------------------------------------------
    CONTACTS & COMMENTS
----------------------------------------------------------*/

#addPracticeContact {
    width: 97%;
    height: 100%;
}

#addPracticeComment {
    width: 97%;
    height: 100%;
}

.dataListPosition {
    width: 1000px;
    margin-left: -5px;
}

.datalistHeader {
    background-image: url('images/cronertax/greyback.png');
    font-weight: bold;
    border-top: 1px dotted #AAAAAA;
    border-bottom: 1px dotted #AAAAAA;
}

.datalistItem { border-bottom: 1px dotted #CCCCCC; }

.datalistButton {
    width: 10px;
    padding: 5px 5px 0px 5px;
}

#bespokeOffer {
    float: left;
    width: 45%;
    height: 100%;
}

#externalSpecialist {
    float: left;
    width: 90%;
    height: 100%;
}

/*----------------------------------------------------------
    GREY & BLUE BARS
----------------------------------------------------------*/

.barGrey {
    left: 0px;
    background-image: url('images/cronerTax/bargrey.png');
    width: 1024px;
    height: 30px;
}

.barGrey > a { display: none !important; }

.barGrey1130 {
    float: left;
    left: 0px;
    background-image: url('images/cronertax/bar grey 1130.png');
    width: 1130px;
    height: 30px;
}

.barGrey1130 > a { display: none !important; }

.barGreyText {
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 20px;
    color: #FFFFFF;
    font-size: small;   
}

.barBlue {
    left: 0px;
    background-image: url('images/cronerTax/barblue.png');
    width: 1008px;
    height: 20px;
    margin-bottom: 10px;
}

.barBlueSmall {
    left: 0px;
    background-image: url('images/cronerTax/barblue650.png');
    width: 650px;
    height: 20px;
    margin-bottom: 10px;
}

.barBlueArrowButton {
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 3px;
    height: 18px;
    width: 30px;
    float: right;
}

.expanded { background-image: url('images/cronerTax/ArrowUp.png'); }

.collapsed { background-image: url('images/cronerTax/ArrowDown.png'); }

.barBlue1114 {
    float: left;
    left: 0px;
    background-image: url('images/cronerTax/bar blue 1114.png');
    width: 1114px;
    height: 20px;
    margin-bottom: 10px;
}

.barBlueText {
    padding-left: 10px;
    color: #FFFFFF;
    font-size: small;
}

/*----------------------------------------------------------
    FOOTER
----------------------------------------------------------*/

#footer {
    background-color: #572C51;
    text-align: center;
    color: #CCCCCC;
    margin-top: auto;
    padding: 0.5rem 0;
   }

#footer a { color: #FFFFFF; }

/*----------------------------------------------------------
    MISC
----------------------------------------------------------*/

input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea, select { margin: 0; }

table {
    margin-bottom: 0px;
    width: auto;
    font-size: small;
}

table.form tr { height: 23px; }

.bold { font-weight: bold; }

.clear { clear: both; }

.push {
    height: 3em;
    padding: 0px;
}

.hidden { display: none; }

.visible { }

.floatLeft { float: left; }

.floatRight {
    float: right;
    padding-top: 10px;
}

.formButtons {
    float: right;
    text-align: center;
}

.formLabel {
    padding: 3px 0px 0px 10px;
    display: inline-block;
}

.formValidation {
    color: #FF0000;
    padding: 0px;
    margin: 0px;
}

.emphasised {
    font-weight: bold;
    font-size: medium;
}

.iconButtons { margin-right: 40px; }

/*----------------------------------------------------------
    RadAsyncUpload CONTROL STYLES
----------------------------------------------------------*/

.RadUpload input.ruFakeInput { display: none; }

/*----------------------------------------------------------
    STYLES THAT ARE REQUIRED FOR THE jQuery TO WORK ON
    THE PREMIUM BANDING DESCRIPTION DDL
----------------------------------------------------------*/

.ddlDesc { }

.lblDesc {
    padding: 3px 0px 0px 10px;
    display: inline-block;
}

.txtDesc {
    padding: 3px 0px 0px 10px;
    display: inline-block;
}

.btnAdd {
    padding: 3px 0px 0px 10px;
    display: inline-block;
}

.btnCancel {
    padding: 3px 0px 0px 10px;
    display: inline-block;
}

/*----------------------------------------------------------
    STYLES THAT ARE REQUIRED FOR THE jQuery TO WORK ON
    THE CLIENT LIST IN-LINE EDITOR (ADD CLIENT PAYMENT)
----------------------------------------------------------*/

.ckbAddPayment { }

.paymentLabel { display: none; }

.paymentField { display: none; }

.businessClientsValidation, .privateClientsValidation, .paymentFormValidation, .paymentFormAmountPaidPositiveInputValidation, .paymentFormAmountPaidNegativeInputValidation, .paymentFormAmountPaidAnyNumericInputValidation {
    color: #FF0000;
    padding: 0px;
    margin: 0px;
}

.transactionCodeSelection { }

.radDatePickers { }

.clientListAmountPaid { }

.premiumCalculationFormTemplate { }

.hyperLinkHand { cursor: pointer; }

td.filler { width: 150px; }

td.resultsLabel {
    margin: 0px;
    padding: 0px;
    padding-right: 4px;
    text-align: right;
    width: 200px;
    font-weight: bold;
}

td.resultsText {
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 150px;
}


table.results { padding-bottom: 10px; }

table.MonthEndBar {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.MonthEndBarCell1 {
    margin: 0px;
    padding: 0px;
    width: 80%;
}

.MonthEndBarCell2 {
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    width: 20%;
}

/* policy summary styling - pulled from the inline in the user control */

.policySummaryTextbox80 {
    width: 100px;
    border-style: none;
    background-color: #F7F7F7;
    color: #BF0000;
}

.policySummaryTextbox100 {
    width: 100px;
    border-style: none;
    background-color: #F7F7F7;
    color: #BF0000;
}

.policySummaryTextbox160 {
    width: 160px;
    border-style: none;
    background-color: #F7F7F7;
    color: #BF0000;
}

.practiceSummaryLabel180 {
    width: 180px;
    border-style: none;
    background-color: #F7F7F7;
    color: #BF0000;
}

.Width40pc { width: 40%; }

.Width44pc { width: 44%; }

.Width49pc { width: 49%; }

.Width50pc { width: 50%; }

.Width55pc { width: 55%; }

.width200px { width: 200px; }


.validation-summary-errors, .field-validation-error { color: red; }


.sitenav_0 {
    background-color: white;
    visibility: hidden;
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
}

.sitenav_1 { text-decoration: none; }

.sitenav_2 { }

.sitenav_3 { border-style: none; }

.sitenav_4 { }

.sitenav_5 { border-style: none; }

.sitenav_6 { }

.sitenav_7 { border-style: none; }

.sitenav_8 { }


.datatable {

    width: 70%;
    border: 1px solid #58585A;    
}

.datatable tr:first-child td {
    background: #58585A;
    color: #fff;
    font-size: large;
}


#message {
    border: 2px solid #00AEEF;
    background-color: orange;
    padding: 5px;
    color: #000;
}

/*
Styles for tab bars 
-----------------------------------*/

.tab {
    list-style: none;
    text-align: center;
    padding-top: 0px;
    color: #005378;
    font-size: 14px;
    width: 185px;
    height: 25px;
    background-image: url('/Content/images/tabbar/tab.png');
    display: inline-block;
    cursor: pointer;
}

.selectedTab {
    list-style: none;
    text-align: center;
    width: 185px;
    height: 25px;
    padding-top: 2px;
    color: #005378;
    font-size: 14px;
    background-image: url('/Content/images/tabbar/tabSelected.png');
    display: inline-block;
    cursor: pointer;
}

#tabContainer {
    display: inline-block;
    width: 5px;
}

/*---------------------------
Grids tables etc
-----------------------------*/

#PaymentScheduleGrid,
#PremiumBandingsGrid,
#ExternalSpecialistsGrid,
#ChargeOutRatesTable,
#PolicyDocumentsGrid,
#ContractDocumentsGrid,
#PolicyHistoryGrid,
#ClientsGrid,
#ClaimsPoliyListGrid,
#ClaimsResultsGrid,
#ClaimsPoliySelectorGrid,
#ClaimsPolicySelectorGrid,
#UploadedDocumentsGrid,
.t-upload-files,
#HelpContactTable,
#DeclarationsGrid,
#DeclarationGrid,
#AdditionalPaymentGrid { width: 997px; }

.TextLayoutTableNoMargin {
    padding-left: 7px;
    width: 1008px;
    border-bottom: 1px solid #ccc;
}

.TextLayoutTableNoMargin td {
    padding: 0px;
    width: 252px;
}


.TextLayoutTable {
    padding-left: 7px;
    width: 1008px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;       
}


.TextLayoutTable td {
    padding: 0px;
    width: 252px;
}

.TextLayoutTable .headings td, .headings { font-weight: bold; }

.headings td {
    text-align: left;
    vertical-align: top;    
}

.TextLayoutTable .greybarheader td {
    font-weight: bold;
    background-image: url('images/cronertax/greyback.png');
    background-repeat: repeat-x;
    font-weight: bold;
    border-top: 1px dotted #AAAAAA;
    border-bottom: 1px dotted #AAAAAA;
}


.TextLayoutTable .values td { color: #005378; }

.TextLayoutTable .spacer td { height: 20px; }

.TextLayoutTable .values td a 
{ 
    color: #005378; 
    vertical-align: middle;
    position:relative;
    top:-0.25em;
    font-weight:bold;
    font-size: 13.5px;
}


.tableDash { color: gray; }

#tblClaimEstimateTotal 
{
	margin-top: 15px;
	width: 97% !important;
	margin-bottom: 15px;
}

#ClaimsPoliyListGrid { overflow-y: auto; }

.lightBorder { border: 1px dotted grey; }

.files-on-hold {
    width: 1000px;
    margin-bottom: 10px;
}

#documents-on-hold {
    width: 970px;
    margin-left: 30px;
    word-wrap: break-word;
    padding-right: 30px;
}


#documents-on-hold td input[type='text'] { width: 100%; }

#documents-on-hold td input[type='button']:hover { border: 1px solid gray; }

#documents-on-hold td input[type='button'] {
    background: url('/Content/images/cronertax/delete.png');
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid lightgray;
    height: 20px;
    width: 20px;
}

.HelpContactTableTitle {
    text-align: left;
    vertical-align: top;
    font-weight: bolder;
    width: 400px;
}

/*------------------------------
Pager
-------------------------------*/

.pagerlink, .pagerlinkDisabled {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.pagerlinkDisabled { color: gray; }

#pagerDiv {
    width: 990px;
    background-color: #D6E5F3;
    height: 28px;
    padding-top: 7px;
    padding-left: 7px;
    text-align: left;
    border-left: 1px solid #5D8CC9;
    border-right: 1px solid #5D8CC9;
    border-bottom: 1px solid #5D8CC9;
    font-size: larger;
}

#btnAddNewClaim {
    float: right;
    margin-right: 23px;
    margin-top: 10px;
}

/*---------------------------------
Form error stuff
---------------------------------*/

.errorinfo { color: black; }

.errorInfoBox, .validation-summary-errors {  
   
    color: red;
    width: 978px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    top: -10px;
    background-image: url(/Content/images/errorsBackground.gif);
    background-repeat: no-repeat;
}

.errorInfoBox span { display: block; }


/* -- ADD CLAIM FEE ESTIMATE FIELD SIZING -- */

.FeeEstimateNumberOfHoursTextbox {
    width: 50px;
    font-family: calibri;
}

.FeeEstimatePerHourTextbox {
    width: 60px;
    font-family: calibri;    
}

.FeeEstimateTableHeading {
    font-weight: bold;
    text-decoration: underline;
    height: 55px;
    vertical-align: text-top;
}

.chargeOutRateTotalTextbox {
    padding: 0px;
    width: 70px;
    text-align: right;
}

input.chargeOutRateTotalTextbox {
    width: 70px;
    background-color: transparent;
    border: 0px solid;
    text-align: left;
}

.FeeEstimateTableSubHeading { font-weight: bold; }

.chargeOutRateTotal {
    font-weight: bold;
    text-align: right;
}


#claimTotal {
    padding-top: 4px;
    font-size: 1.1em;
}

.MassiveDropdown { width: 250px; }

.AlternateClaimantNameTextBox { width: 300px; }

.AddClaimantPopupStyle {
    width: 900px;
    border: solid 1px black;
    z-index: 9999;
}

.ReadOnly { color: #003399; }



.docIcon {
    height: 30px;
    width: 30px;
    text-align: right;
    vertical-align: middle;    
}

.EstimateAmountTotal {
    font-weight: bold;
    width: 80px;
}

input.EstimateAmountTotal {
    background-color: transparent;
    border: 0px solid;
}

.CalculatedTotal { width: 80px; }

input.CalculatedTotal {
    background-color: transparent;
    border: 0px solid;
}

.tableLayoutButtons {
    text-align: right;
    padding-top: 6px;
}

.ClaimActionDescriptionColumn p {
    padding-top: 10px;
    font-weight: bold;
    width: 380px;
    word-wrap: break-word;
    padding-right: 20px;
}

.ClaimCreatedByColumn { width: 90px; }

.ClaimDetailsTableLayout {
    padding-left: 7px;
    width: 800px;
    padding-bottom: 14px;
}

.ClaimDetailsTableLayout .headings td, .headings { font-weight: bold; }

.ClaimDetailsTableLayout .values td { color: #003399; }

.ClaimDetailsTableLayout .values td p {
    width: 80px;
    font-weight: bold;
}

.ClaimDetailsTableLayout #ClaimDetailsColumn p {
    width: 570px;
    word-wrap: break-word;
}

.ClaimDetailsTableLayout #ClaimCodeColumn p { width: 30px; }

.closeButtonContainer { text-align: center; }

.WideTextArea {
    width: 95%;
    height: 200px;
}

.BigWideTextArea {
    width: 95%;
    height: 300px;
}

.AuthoriseClaimAuthorisationNote {
    width: 100%;
    height: 100px;
}

.action-read { margin-top: 20px; }

.action-read div { width: 390px; }

.action-read-note {
    width: 400;
    word-wrap: break-word;
    padding-right: 20px;
}

.action-field-title { font-weight: bold; }

.action-read-field-title { font-weight: bold; }

.action-text {
    top: 0px;
    float: right;
    font-weight: normal;
    top: 0em;
}

.blueText { color: #003399; }

.addAction {
    text-align: right;
    width: 80px;    
}

.addAction div {
    width: 200px;
    border: solid 1px #003399;
    position: absolute;
    background-color: beige;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-left: -150px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 10px 10px 15px grey;
}

.addAction img {
    float: right;
    cursor: hand;
    cursor: pointer;
    margin-bottom: 10px;
}

.addAction div ul { list-style-type: none; }

.addAction div ul li a {
    text-decoration: none;
    color: #003399;
}

.addAction div ul li a:hover {
    color: black;
    text-decoration: underline;
}

.TextLayoutClaimActionTable {
    padding-left: 7px;
    width: 1008px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;       
}

.TextLayoutClaimActionTable td { padding: 0px; }

.TextLayoutClaimActionTable .headings td, .headings { font-weight: bold; }

.headings td {
    text-align: left;
    vertical-align: top;    
}

.TextLayoutClaimActionTable .greybarheader td {
    font-weight: bold;
    background-image: url('images/cronertax/greyback.png');
    background-repeat:repeat-x;
    font-weight: bold;
    border-top: 1px dotted #AAAAAA;
    border-bottom: 1px dotted #AAAAAA;
}


.TextLayoutClaimActionTable .values td { color: #003399; }

.TextLayoutClaimActionTable .spacer td { height: 20px; }

.AddPaddingRightActionLog { padding-right: 3em !important; }


#popUpContent .files-on-hold { width: 870px; }

#popUpContent #documents-on-hold { width: 835px; }

#popUpContent .WindowLayoutContent { width: auto; }

.WindowLayoutContent {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#popUpContent .action-read {
    font-size: 10px;
    word-wrap: break-word
}

#popUpContent .barBlue {
    left: 0px;
    background-image: url('images/cronertax/barblue870.png');
    width: 870px;
    height: 20px;
    margin-bottom: 10px;
}

#claimDetailRecord { width: 1024px; }

.ReadOnly p { word-break: break-all; }

#AuthFeeIncreaseReadContent {
    font-size: 10px;
    text-align: justify;
}

#AuthFeeIncreaseReadContent span { font-weight: bold; }

#AuthFeeIncreaseReadContent table {
    font-size: 10px;
    text-align: justify;
}

#popUpContent .TextLayoutTableNoMargin {
    font-size: 10px;
    width: 850px;
}

#popUpContent #divPaymentRequestRead {
    font-size: 10px;
    width: 850px;
}

#popUpContent table { font-size: 10px; }

#PaymentType { margin-left: 0; }

#popUpContent .action-text {
    margin-left: 140px;
    float: right;
}

.loginTextBox { width: 200px; }

#claimList .t-grid table { table-layout: fixed; }

#claimList .t-grid .t-grid-header .t-header .t-link { height: auto; }

#claimList .t-grid .t-grid-header .t-header, .t-grid .t-grid-header .t-last-header { white-space: normal; }

#AuthClaimDetails { margin-bottom: 20px; }

#AuthFeeIncreaseSum { margin-bottom: 40px; }

#AuthClaimDetails span, #AuthFeeIncreaseSum span { font-weight: bold; }

#AuthClaimDetails div {
    float: left;
    width: 250px;
}

#AuthFeeIncreaseSum div {
    float: left;
    width: 340px;
}

#popUpContent #AuthClaimDetails div {
    font-size: 10px;
    float: left;
    width: 200px;
}

#popUpContent #AuthFeeIncreaseSum div {
    font-size: 10px;
    float: left;
    width: 250px;
}

#popUpContent #AuthClaimDetails, #popUpContent #AuthFeeIncreaseSum { margin-bottom: 40px; }

.AuthFeeIncreasAmountsDiv {
    width: 310px;
    float: left;
    height: 30px;
    padding-right: 30px;
    font-weight: bold;
}

#AuthFeeIncreasAmounts {
    margin-bottom: 10px;
    overflow: auto;
}

#AuthFeeIncreasAmounts div.t-numerictextbox {
    float: right;
    width: 150px;
    font-weight: normal;
}

.AuthFeeIncreasAmountsDiv span { float: right; }

.AddClaimToolBar {
     background: url('images/cronerTax/addclaim.png') no-repeat;
    display: block;
    width: 40px;
    text-indent: -9999px;
    height: 40px;
    background-size: 100%;
    padding-bottom: 5px;
}

.DeclareToolBar {
    background: url('images/cronertax/declare.png') no-repeat;
    display: block;
    width: 40px;
    text-indent: -9999px;
    height: 40px;
    background-size: 100%;
    padding-bottom: 5px;
}

.EmailRequested { padding-bottom: 10px; }

#popUpContent span { font-size: 10px; }

.DocRowCategory {
    color: #003399;
    width: 250px;
}

.DocRowCreateDate {
    color: #003399;
    width: 100px;
}

.DocRowView a {
    color: #003399;
    float: right;
}

.changePassword { margin: 20px; }

.changePassword span a { color: blue; }
.hrefLink {
	color: #0066CC;
}
.emailOptionsContainer {
	padding-bottom: 20px;
}

.practiceRepDivLeft{
	float: left;
	width: 50%;
}

.practiceRepDivRight
{
	float: left;
	width: 50%;
}
#practice-representative-email div
{
	font-weight: bold;
}

#practiceRepContainer .practiceRepDivLeft
{
	width: 57.5%;
}

#practiceRepContainer span {
	font-weight: normal;
	
}

#practiceRepContainer .practiceRepDivRight
{
	width: 42%;
}

#practiceRepContainerDetail .practiceRepDivLeft
{
	width: 31%;
}

#practiceRepContainerDetail span {
	font-weight: normal;
	color: #003399;
}
#practiceRepContainerDetail div {
	color: black;
}

#divUpdateClaimRep span{
	font-weight: normal;
}

#divUpdateClaimRep {
	margin-bottom: 40px;
}

.practiceHistoryDivLeft{
	float: left;
	width: 33%
}

#paymentSummaryDiv .t-grid table
{
	table-layout: fixed;
}

#paymentSummaryDiv .t-grid .t-status
{
	display: none;
}
        
#paymentSummaryDiv
{
	 width: 1000px;
}


#externalSpecialistSelection 
{
	padding-top: 20px;
	width:62%
}

#externalSpecialistSelectionDraft
{
	padding-top: 20px;
	width:65.5%
}
#uploadProgressDiv {
    display: none;
    font-weight: bold;
}

.word-file-icon{
     width:30px;
    height:30px;
    background: url(images/icons/page/filetypes.png);
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
    background-color: #bccadd;
    color: #384e73;
    border-color:#8ba0bc;
    padding: 2px 5px;
    border-width: 1px;
    border-style:solid;
    font-family: inherit;
    font-size:100%;
    line-height: 1.435;
    text-align: center;
    border-radius: 3px;
    margin-bottom:2px;
    margin-top:1px;
}

    input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]:hover {
    background-color:#f3d64a;
    border-color:#d6b436;
    color:#384e73;
    border-width:1px;
    }