/* Minification failed. Returning unminified contents.
(84,12): run-time error CSS1038: Expected hex color, found '#white'
(638,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */

body {
    background: #f0f0f0;
    font-size: 12px;
    line-height: 16px;
}

a {
    color: #000;
    line-height: 16px;
    padding: 1px;
}

    a:hover {
        background: #000;
        color: #fff;
        cursor: pointer;
    }



.container {
    width: 980px;
    margin: 10px auto;
}

.centeredImage {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: auto;
}

.dismiss {
    float: right;
    color: blue;
    margin-right: 15px;
}

.dismissableMessage {
    display: block;
    position: fixed;
    top: 0;
    background-color: lightyellow;
    width: 100%;
    text-align: center;
    padding: 15px 0 15px 0;
    z-index: 10000;
}


.splink {
    cursor: pointer;
}

.isArchived {
    float: right;
}

    .isArchived input[type=checked] {
        margin: 0;
        padding: 5px 0 0 0;
        vertical-align: middle;
    }

/* this is to fix a Firefox issue where the contacts table overlaps the floating 'isArchived' div above it'*/
#actionContactList {
    clear: right;
}

#statusbar {
}

    #statusbar p {
        margin: 0 0 5px 0;
        text-align: right;
        font-size: 11px;
        color: #666;
    }



#Other {
    color: #white;
}

#IMA {
    color: #15FD03;
}

#LTINA {
    color: white;
}

#PMI {
    color: #00FFFF;
}

#TICCS {
    color: #FFC000;
}

#INT {
    color: #FF0000;
}

#ElfCMSCaseWorkerAddCurrent {
    padding-left: 1em;
    position: relative;
    top: 0;
    bottom: 0;
    width: 90%;
}

    #ElfCMSCaseWorkerAddCurrent input[type=button] {
        float: right;
    }

    #ElfCMSCaseWorkerAddCurrent .status-message {
        position: relative;
        top: .5em;
        font-size: large;
    }

#header {
    background: url(/Aviva/Content/Images/header-bg.gif) repeat-x;
    width: 940px;
    padding: 10px 20px 0 20px;
    position: relative;
}

    #header h1 {
        font-size: 24px;
        color: #fff;
        margin: 0;
        margin-left: 40px;
    }

    #header h2 {
        font-size: 15px;
        color: #91e05c;
        margin: 0;
        margin-left: 40px;
    }

    #header p#step {
        height: 32px;
        width: 32px;
        text-align: center;
        position: absolute;
        top: 15px;
        left: 20px;
        color: white;
        font-size: 20px;
        line-height: 32px;
        font-weight: bold;
    }

        #header p#step.green {
            background: transparent url(/Aviva/Content/Images/steps/green.png) no-repeat;
        }

        #header p#step.amber {
            background: transparent url(/Aviva/Content/Images/steps/amber.png) no-repeat;
        }

        #header p#step.red {
            background: transparent url(/Aviva/Content/Images/steps/red.png) no-repeat;
        }

#caseSearchTableDataTable p#step,
#myCasesDataTable p#step {
    height: 20px;
    width: 20px;
    text-align: center;
    color: white;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

    #caseSearchTableDataTable p#step.green,
    #myCasesDataTable p#step.green {
        background: transparent url(/Aviva/Content/Images/steps/green_small.png) no-repeat;
    }

    #caseSearchTableDataTable p#step.amber,
    #myCasesDataTable p#step.amber {
        background: transparent url(/Aviva/Content/Images/steps/amber_small.png) no-repeat;
    }

    #caseSearchTableDataTable p#step.red,
    #myCasesDataTable p#step.red {
        background: transparent url(/Aviva/Content/Images/steps/red_small.png) no-repeat;
    }


.template {
    float: left;
    width: 300px;
    padding: 0 5px 0 0;
}

    .template div {
        width: 80%;
        padding-left: 5px;
        float: inherit;
        overflow: hidden;
        vertical-align: top;
        margin: inherit;
    }

    .template input[type=checkbox] {
        float: inherit;
        margin: inherit;
        margin-top: 2px;
        padding-top: 0;
    }

#templates {
    margin-bottom: 3em;
}

#templates select {
    width: 250px;
}

.templates {
    max-width: 66%;
    float: left;
}

#selected-document-templates, #selected-email-templates {
    max-width: 30%;
    float: right;
}

    #selected-document-templates .template {
        display: block;
        float: right;
        background-color: #98d6fd;
    }

        #selected-document-templates .template input[type=checkbox], #selected-email-templates .template input[type=checkbox] {
            float: left;
        }

    #selected-email-templates .template {
        display: block;
        float: right;
        background-color: #98d6fd;
    }

#templates label {
    font-weight: normal;
}

#toggle-doc-iframe {
    cursor: pointer;
    margin-right: 5px;
    float: left;
}

    #toggle-doc-iframe.collapsed {
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        background-image: url(/Aviva/Content/Images/icons/details_open.png);
    }

    #toggle-doc-iframe.expanded {
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        background-image: url(/Aviva/Content/Images/icons/details_close.png);
    }

#adjusting-doc-iframe {
    display: none;
    width: 100%;
}

    #adjusting-doc-iframe img {
        text-align: center;
        display: block;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }

.case-docs-header {
    padding-bottom: 4px !important;
}

#header #right {
    float: right;
    color: #999;
    font-weight: normal;
    font-size: 10px;
    font-family: verdana;
}

    #header #right a {
        color: #fff;
        text-decoration: none;
    }


    #header #right #search_form {
        text-align: right;
    }

        #header #right #search_form input#search_field {
            width: 110px;
            border: 1px solid #25465b;
        }

        #header #right #search_form input#search_button {
            background: #75c53e;
            border: none;
        }

#tabs {
    height: 21px;
    margin: 10px 0 0 0;
    padding: 0;
}

    #tabs li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
        border: none;
        float: left;
    }

    #tabs a:link, #tabs a:visited {
        float: left;
        background: #75c53e;
        font-size: 11px;
        line-height: 14px;
        font-weight: normal;
        padding: 3px 10px;
        margin: 0 -1px 0 0;
        border: 1px solid #036;
        border-bottom: 1px solid #75c53e;
        text-decoration: none;
        color: #333;
    }

        #tabs a:link.current, #tabs a:visited.current {
            border-bottom: 1px solid #fff;
            background: #fff;
            color: #13833b;
            font-weight: bold;
        }

    #tabs a:hover {
        color: #000;
        background: #fff;
        border-bottom: #fff;
    }

#content {
    padding: 15px 0;
    border: 1px solid #ccc;
    border-top: none;
    background: white;
}

    #content h2, .col h2, .overlay h2 {
        font-size: 16px;
        line-height: 18px;
        color: #13833b;
        border-bottom: 1px solid #ccc;
        padding: 0 0 2px 0;
        margin: 0 0 5px;
        font-weight: bold;
    }

    #content h3, .col h3 {
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

#main {
    float: left;
    padding: 0 15px;
    width: 945px;
    height: auto;
}

#mainServices {
    padding: 0 15px;
    width: 945px;
}

#modal-overlay {
    position: fixed;
    z-index: 100;
    background: black;
    display: block;
    opacity: .75;
    filter: alpha(opacity=75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#loading {
    /*position: fixed;
    background: black;
    display: block;
    opacity: .75;
    filter: alpha(opacity=75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
}


.fullWidth {
    width: 945px;
}

.col {
    float: left;
    width: 455px;
    margin-right: 15px;
}

.col2 {
    float: right;
    width: 455px;
    margin-right: 15px;
}

#main.with-sidebar .col {
    width: 290px;
    float: left;
    margin-right: 15px;
}

#main.with-sidebar .twocol {
    width: 595px;
    margin-right: 5px;
    clear: both;
}

#sidebar-borderless {
    width: 225px;
    float: left;
    padding-right: 10px;
}

#sidebar {
    width: 325px;
    float: left;
    border-left: 1px dotted #DCDCDC;
    padding-left: 15px;
}



#main.with-sidebar  {
    width: 610px;
    padding-right: 0;
}

#main .contact {
    float: left;
    margin-right: 15px;
    width: 305px;
}


#main div.last {
    margin-right: 0;
}

#main .contact table {
    height: 165px;
    margin-bottom: 0;
}

    #main .contact table td {
        width: 50%;
        vertical-align: top;
    }

#main .contact .contact-pager {
    float: right;
    font-weight: bold;
    color: #13833B;
}

    #main .contact .contact-pager a {
        color: #13833B;
        text-decoration: none;
    }

#main .contact .archived {
    background: #ececec;
}

#new-documents {
    background: white;
}

    #new-documents a:hover {
        background: white;
    }

#tags {
    color: white;
    max-width: 400px;
    text-align: right;
    margin-top: 1em;
}

    #tags input .k-input {
        border-width: 1px;
    }

    #tags .tagItem {
        color: rgb(146, 205, 220);
    }

#working-list {
    padding-bottom: 10px;
}

    #working-list ul {
        padding-bottom: 30px;
    }

        #working-list ul li div.loadingItem {
            min-width: 400px;
        }

        #working-list ul li div.openCheckbox {
            float: right;
            padding: 0 5px 0 5px;
        }

            #working-list ul li div.openCheckbox input[type=checkbox] {
                margin: 0;
                vertical-align: middle;
            }

        #working-list ul li div.loadingIcon {
            float: left;
            padding-left: 5px;
        }


.action-button {
    float: right;
    min-width: 80px;
}

th, thead th {
    background: none;
    border-bottom: 1px dotted #666666;
    font-size: 11px;
    line-height: 11px;
}

tbody tr:nth-child(even) td {
    background: none;
}

tbody tr.even td {
    background: #f1f1f1;
}

table td {
    vertical-align: middle;
}



    table td input {
        margin-top: 0;
    }

input.date {
    width: 75px;
}

h2 a {
    display: block;
    float: right;
    font-size: 10px;
    font-weight: normal;
}

.sorting {
    cursor: default;
}

.sorting_asc {
    background: url(/Aviva/Content/javascript/DataTables-1.8.1/media/Images/sort_asc.png) no-repeat center right;
    cursor: default;
}

.sorting_desc {
    background: url(/Aviva/Content/javascript/DataTables-1.8.1/media/Images/sort_desc.png) no-repeat center right;
    cursor: default;
}

.dataTables_wrapper {
}

.dataTables_filter {
    width: 200px;
    float: right;
    text-align: right;
}

.dataTables_info {
    float: left;
}

.dataTables_paginate {
    width: 44px;
    * width: 50px;
    float: right;
    text-align: right;
}

.paging_full_numbers {
    width: 400px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
}

    .paging_full_numbers span.paginate_button,
    .paging_full_numbers span.paginate_active {
        border: 1px solid #eee;
        color: #565656;
        padding: 3px 5px;
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
    }

    .paging_full_numbers span.paginate_button {
        background-color: #fff;
    }

        .paging_full_numbers span.paginate_button:hover {
            background-color: #eee;
        }

    .paging_full_numbers span.paginate_active {
        background-color: #eee;
    }

.date, .name {
    font-weight: bold;
}

a.button {
    font-size: 11px;
    font-weight: normal;
}

a.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    background-image: none;
    background-color: #34495e;
    border-color: #34495e;
    color: #FFFFFF;
    border-radius: 3px;
    position: relative;
}
a.btn:hover {
    background-color: #3f5872;
    border-color: #3f5872;
    color: #FFFFFF;
}

a.btn .tag {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #337ab7;
}

.green, a span.green {
    color: #75c53e;
}

td.number {
    text-align: right;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * TableTools styles
 */
div.DTTT_container {
    margin-left: 50%;
}

button.DTTT_button {
    margin: 0;
    font-weight: normal;
    font-size: 11px;
}

button.DTTT_button_xls {
    background: url(/Aviva/Content/Images/datatable/xls.png) no-repeat center right;
}

button.DTTT_button_xls_hover {
    border: 1px solid #999;
    background: #f0f0f0 url(/Aviva/Content/Images/datatable/xls_hover.png) no-repeat center right;
}

button.DTTT_button_print {
    background: url(/Aviva/Content/Images/datatable/print.png) no-repeat center right;
}

button.DTTT_button_print_hover {
    border: 1px solid #999;
    background: #f0f0f0 url(/Aviva/Content/Images/datatable/print_hover.png) no-repeat center right;
}

button.DTTT_button_pdf {
    background: url(/Aviva/Content/Images/datatable/pdf.png) no-repeat center right;
}

button.DTTT_button_pdf_hover {
    border: 1px solid #999;
    background: #f0f0f0 url(/Aviva/Content/Images/datatable/pdf_hover.png) no-repeat center right;
}

button.DTTT_button_collection {
    padding-right: 17px;
    background: url(/Aviva/Content/Images/datatable/collection.png) no-repeat center right;
}

button.DTTT_button_collection_hover {
    padding-right: 17px;
    border: 1px solid #999;
    background: #f0f0f0 url(/Aviva/Content/Styles/.../Images/datatable/collection_hover.png) no-repeat center right;
}

/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */

div.DTTT_collection {
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    overflow: hidden;
    z-index: 2002;
}

div.DTTT_collection_background {
    background: transparent url(/Aviva/Content/Images/background.png) repeat top left;
    z-index: 2001;
}

div.DTTT_collection button.DTTT_button {
    float: none;
    width: 100px;
    margin-bottom: 2px;
    background-color: white;
    padding: 5px 0;
}

/*
 * PRINTING
 * Print display styles
 */

.DTTT_print_info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    background-color: #3f3f3f;
    color: white;
    padding: 10px 30px;
    opacity: 0.9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

    .DTTT_print_info h6 {
        font-weight: normal;
        font-size: 28px;
        line-height: 28px;
        margin: 1em;
        color: white;
    }

    .DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }

body.DTTT_Print {
    background: white;
}

    body.DTTT_Print #content {
        border: none;
    }

.dataTables_length {
    clear: left;
}

textarea {
    overflow-y: scroll;
    resize: none;
}

.red, tr.red td, tr.red a {
    background: #cc3333;
    color: white;
}

.filters {
    position: absolute;
}

.overlay {
    z-index: 5000;
    background: none repeat scroll 0 0 white;
    display: none;
    padding: 20px;
    overflow: scroll;
    height: 500px;
    width: 940px;
    opacity: 0.98;
    border-radius: 6px;
    box-shadow: 0 0 30px 30px #555;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

    .overlay .large-dialog {
        height: 70%;
        width: 70%;
        z-index: 9999;
    }

.fullScreen {
    left: 5%;
    height: 90%;
    width: 90%;
    z-index: 5000;
}

.noScroll {
    overflow: hidden;
}

.tooltip {
    background-color: lightgoldenrodyellow;
    border: black 1px solid;
    margin-top: 50px;
    margin-left: 50px;
}


.window-buttons {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
}

#main .contact .overlay table td {
    vertical-align: middle;
    width: 0;
}


/*Added AE 16/9/11 - DocPicker table needs vertical align = Top*/
table.DocPicker td {
    vertical-align: top;
}

.window-content {
    min-width: 450px;
    overflow: auto;
}

    .window-content ul {
        list-style-type: none;
    }


/*The following is from the (now removed) elf_extra.css*/
.display-none {
    display: none;
}

table.elf-form {
    margin: 1px;
    padding: 1px;
}

    table.elf-form tr {
        text-align: left;
        margin: 1px;
        padding: 1px;
    }

        table.elf-form tr td {
            margin: 1px;
            padding: 1px;
        }

            table.elf-form tr td:first-child {
                width: 33%;
                text-align: right;
                margin: 0px;
                border: 0px solid black;
                padding: 10px 10px 0px 0px;
                height: 10px;
            }

/* 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;
}

/*  for table from styles ; divs with class overlay, that contain form, that contain table, that contain tr that contain td */
div[class*="overlay"] form table tr td {
    vertical-align: top;
}

/* for table from styles ; e.g style labels with for attributes, <label for="Person_Surname">Surname</label> */
label[for] {
    padding: 0px 2px 0px 0px;
}

.AddNewCarpSelected {
    background-color: #CCFFCC;
}

span[id*=AddNewCarp_Label] {
    font-weight: 900;
}

.ajaxReport {
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: xx-small;
    text-align: right;
}

td input[type="text"], td select {
    width: 200px;
}

    td input[type="text"]:focus, td select:focus, a.button:focus {
        border-radius: 2px;
        box-shadow: 0 0 2px 2px #050;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-box-shadow: 0 0 2px #050;
        -webkit-box-shadow: 0 0 2px #050;
    }

/* get the ContactButtonBarContainer at the bottom of the contact card*/
#main .contact {
    min-height: 300px;
    position: relative;
}

.ContactButtonBarContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ContactButtonBarContainerRightButtons {
}

/* 
http://simplyaccessible.com/article/required-form-fields/
http://justaddwater.dk/2006/03/29/how-to-indicate-required-or-optional-form-fields/
http://www.sitepoint.com/fancy-form-design-css-7/
*/

/* for those input that have required attribute,  */
input[required="required"], textarea[required="required"] {
    background-color: #FFF4F4;
}
/* for those input that have required attribute 
and are followed by em tag ; 
show a asterisk character 
float it left, so it appears before any label
*/
/*
input[required="required"] + em:after , textarea[required="required"] + em:after
{
    content: "*";
    color: #FF6699  ;
    position: relative;
    top : -15px ; 
    left : 0px ; 
}
*/

/*
td input[required]:focus, td select[required]:focus{
    border-radius: 2px;
    box-shadow: 0 0 2px 2px red;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-box-shadow: 0 0 2px red ;
    -webkit-box-shadow: 0 0 2px red ;
}
*/

/*
http://stackoverflow.com/questions/211383/which-method-of-clearfix-is-best

#content
{
    background-color: red;
}
#main
{
    background-color: green;
    overflow: hidden;
    display: inline-block; 
    display: block; 
}
.container
{
    background-color: pink;
}

#main
{
    background-color: Aqua;
    overflow: hidden; 
    zoom: 1;  
    display: block; 
}
*/

/* cms case conacts add new carp highlighting */
.searchResultSuccess {
    font-weight: bolder;
}

.searchResultZero {
    font-style: italic;
}

input[type=time], .timeEntry {
    /* width: 50px !important;
  
	border:1px solid #ccc;
	padding:2px;
	text-align:center;
	-moz-box-shadow:0 0 10px #eee inset;
	-webkit-box-shadow:0 0 10px #eee inset;*/
}


.fullWidthInputCell input[type="text"],
.fullWidthInputCell select {
    width: 100%;
}

.autoWidthInputCell input[type="text"],
.autoWidthInputCell select {
    width: auto;
}


/* CMS/Case/Rehabilitation */

.hideRehabSection {
    /*display:none;*/
}

.rehabLabel, .assessmentsLabel {
    vertical-align: top;
    font-weight: bold;
    padding-top: 15px;
}

.rehabNoEdit, .assessmentsNoEdit {
    vertical-align: top;
    padding-top: 15px;
}

.rehabAddRow label {
    font-weight: normal;
}

#caseCalendarFilter {
    width: 325px;
    height: 200px;
    position: relative;
}

#caseCalendarStart,
#caseCalendarEnd {
    width: 160px;
}

#caseCalendarStart {
    position: absolute;
    top: 0;
    left: 0;
}

#caseCalendarEnd {
    position: absolute;
    top: 0;
    right: 0;
}

    #caseCalendarStart .ui-datepicker-inline,
    #caseCalendarEnd .ui-datepicker-inline {
        width: auto !important;
        font-size: 80% !important;
    }

    #caseCalendarStart .ui-state-highlight,
    #caseCalendarEnd .ui-state-highlight {
        background: #F5F5F5; /*"Images/ui-bg_flat_100_f5f5f5_40x100.png") repeat-x scroll 50% 50% */
        border: 1px solid #AAAAAA;
        color: #565656;
        font-weight: bold;
    }

.caseCalendarStart a.ui-state-default {
    background: #C7F3BA !important;
    border: 1px solid #13833B !important;
    color: #13833B !important;
}

.caseCalendarEnd a.ui-state-default {
    background: #FF8080 !important;
    border: 1px solid #FF0000 !important;
    color: #FF0000 !important;
}

.caseCalendarHasEvent a.ui-state-default {
    background: #8080FF !important;
    border: 1px solid #0000FF !important;
    color: #0000FF !important;
}

.rehabilitation TEXTAREA {
    width: 335px;
    height: 50px;
}

/* CMS/Case/Assesment */
.assessments TEXTAREA {
    width: 335px;
    height: 50px;
}

.assessmentsReport TEXTAREA {
    width: 95%;
    height: 50px;
}

.assessmentsLabel {
    width: 30%;
}

.assessments .dateCell input[type="text"] {
    width: 75px;
}

.assPreInjury {
    /*border-left: 2px solid black;*/
    padding-left: 60px;
}
/* ../CMS/Case/ActionSetCreate/{CaseID} */
#ActionSetForm textarea {
    height: 160px;
}

/* the width of date timer pickers should be 100 */
input[class*=JQueryToolsDatePicker] {
    width: 75px !important;
}


/**/
.headerContainer {
    height: 72px;
    background-color: Purple;
    /*
    height:72px;
    background-color:Purple;    
    */
}

.headerR1C1 {
    display: inline;
    width: 40%;
    position: absolute;
    left: 0%;
    height: 71px;
    overflow: hidden;
    bottom: 0px;
    top: 0;
    /*
    background-color:red;
    */
}

.headerR1C2 {
    display: inline;
    width: 40%;
    position: absolute;
    left: 39%;
    overflow: hidden;
    text-align: right;
    /*
    background-color:green;
    */
}

.headerR1C3 {
    display: inline;
    left: 80%;
    width: 20%;
    position: absolute;
    height: 71px;
    overflow: hidden;
    bottom: 7px;
    text-align: right;
    /*
    background-color:Fuchsia;
    */
}

.headerMenuTabs {
    display: inline;
    width: 100%;
    position: absolute;
    left: 3%;
    bottom: 1px;
    z-index: 1;
    /*
    background-color:pink;
    */
}

/* REFACTOR  : override if elf.css #right */
#header a {
    color: #fff;
    text-decoration: none;
}

/* REFACTOR  : override if elf.css #right */
#header #search_form {
    text-align: right;
}

    /* REFACTOR  : override if elf.css #right */
    #header #search_form input#search_field {
        width: 110px;
        border: 1px solid #25465b;
    }

    /* REFACTOR  : override if elf.css #right */
    #header #search_form input#search_button {
        background: #75c53e;
        border: none;
    }

.headerTexList {
    color: #fff;
    text-decoration: none;
}

.DocumentPickerTable tbody form td {
    border-bottom: 1px dotted;
}

.DocumentPickerTable tbody form tr:hover {
    background-color: #eee;
}

.overlay div.scrollingcontent {
    height: 80%;
    overflow: auto;
}


#caseStepMilestones {
    display: none;
}

    #caseStepMilestones .step-trigger span {
        color: #009800 !important;
    }

    #caseStepMilestones .proceed-to-closure span {
        color: #ff0000 !important;
    }

    #caseStepMilestones .milestone label {
        font-weight: normal;
        display: block;
        padding-left: 15px;
        text-indent: -15px;
    }

    #caseStepMilestones .milestone input {
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        *overflow: hidden;
    }

    #caseStepMilestones .no-checkbox span {
        margin-left: 1.8em;
    }

    #caseStepMilestones .step-title {
        font-weight: bold;
        font-size: 1.2em;
    }

    #caseStepMilestones .step-category {
        font-weight: normal;
        font-style: italic;
    }

    #caseStepMilestones input[type="checkbox"] {
        margin: 0 0.5em 0 0 !important;
        vertical-align: middle;
        text-align: center;
    }

    #caseStepMilestones.k-state-selected, #caseStepMilestones .k-state-hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        border-color: #ffffff !important;
    }

/*tbody tr:nth-child(even) td {
    
    background-color: #474747;
  
 
}*/

/*Css for pathway boxes*/

#pathway {
    /*margin:4px;*/
   
    float:left;
}

#pathway label {
    float:left;
    width:36px;
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
       
}

#pathway label span {
    text-align:center;
    font-size: 14px;
    padding:9px 0px;
    display:block;
}

#pathway label input {
    position:absolute;
    top:-20px;
}

#pathway input:checked + span {
    background-color:#75c53e;
    color:#F7F7F7;
}

#pathway .gray {
    background-color:#f6f6f6;
    color:#333;
}

#pathway .disabledColour {
    background-color:#d0cece;
    color:#333;
}

#pathway .blue {
    background-color:#00BFFF;
    color:#333;
}
.display-none {
    display: none;
}

div.formError {
    z-index: 5001;
}

.left-inline {
    float: left;
    padding-left: 10px;
    display: inline;
    min-height: 30px;
}
/*#letter-request-grid {
    width: 100%;
}*/

#letter-request-grid {
    height: 500px;
}

#contact-list input[type=text] {
    width: 400px;
}

ul.checklist {
    list-style: none;
}

ul.checklist input[type=checkbox] {
    vertical-align: middle;
}

ul.checklist label {
    min-width: 270px;
    display: inline-block;
}

.icon-ready-to-send{
    background-image: url(/Aviva/Content/Images/icons/actionInvoiced.png);
    height: 16px;
    width: 16px;
    display: block;
}
.icon-vetting{
    background-image: url(/Aviva/Content/Images/icons/actionBillingItemLinked.png);
    height: 16px;
    width: 16px;
    display: block;
}
.icon-error{
    background-image: url(/Aviva/Content/Images/icons/stop.png);
    height: 16px;
    width: 16px;
    display: inline-block;
}

.padded {
    padding: 5px;
}

.padded .big {
    padding-top: 100px; 
}


table.elf-form {
    margin: 1px;
    padding: 1px;
}

    table.elf-form tr {
        text-align: left;
        margin: 1px;
        padding: 1px;
    }

        table.elf-form tr td {
            margin: 1px;
            padding: 1px;
        }

            table.elf-form tr td:first-child {
                width: 33%;
                text-align: right;
                margin: 0px;
                border: 0px solid black;
                padding: 10px 10px 0px 0px;
                height: 10px;
            }

.page {
    float: left;
    padding: 0 15px;
    width: 945px;
}

    .page td textarea {
        width: 600px;
        height: 160px;
    }

/* 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;
}

/*  for table from styles ; divs with class overlay, that contain form, that contain table, that contain tr that contain td */
div[class*="overlay"] form table tr td {
    vertical-align: top;
}

/* for table from styles ; e.g style labels with for attributes, <label for="Person_Surname">Surname</label> */
label[for] {
    padding: 0px 2px 0px 0px;
}

.AddNewCarpSelected {
    background-color: #CCFFCC;
}

span[id*=AddNewCarp_Label] {
    font-weight: 900;
}

.ajaxReport {
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: xx-small;
    text-align: right;
}

td input[type="text"], td input[type="password"], td select {
    width: 200px;
}

    td input[type="text"]:focus, td input[type="password"]:focus, td select:focus, a.button:focus {
        border-radius: 2px;
        box-shadow: 0 0 2px 2px #050;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-box-shadow: 0 0 2px #050;
        -webkit-box-shadow: 0 0 2px #050;
    }

/* get the ContactButtonBarContainer at the bottom of the contact card*/
#main .contact {
    min-height: 300px;
    position: relative;
}

.ContactButtonBarContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ContactButtonBarContainerRightButtons {
}

/* 
http://simplyaccessible.com/article/required-form-fields/
http://justaddwater.dk/2006/03/29/how-to-indicate-required-or-optional-form-fields/
http://www.sitepoint.com/fancy-form-design-css-7/
*/

/* for those input that have required attribute,  */
input[required="required"], textarea[required="required"] {
    background-color: #FFF4F4;
}
/* for those input that have required attribute 
and are followed by em tag ; 
show a asterisk character 
float it left, so it appears before any label
*/
/*
input[required="required"] + em:after , textarea[required="required"] + em:after
{
    content: "*";
    color: #FF6699  ;
    position: relative;
    top : -15px ; 
    left : 0px ; 
}
*/

/*
td input[required]:focus, td select[required]:focus{
    border-radius: 2px;
    box-shadow: 0 0 2px 2px red;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-box-shadow: 0 0 2px red ;
    -webkit-box-shadow: 0 0 2px red ;
}
*/

/*
http://stackoverflow.com/questions/211383/which-method-of-clearfix-is-best

#content
{
    background-color: red;
}
#main
{
    background-color: green;
    overflow: hidden;
    display: inline-block; 
    display: block; 
}
.container
{
    background-color: pink;
}

#main
{
    background-color: Aqua;
    overflow: hidden; 
    zoom: 1;  
    display: block; 
}
*/

/* cms case conacts add new carp highlighting */
.searchResultSuccess {
    font-weight: bolder;
}

.elf-anchor {
    cursor: pointer;
}

.searchResultZero {
    font-style: italic;
}

input[type=time], .timeEntry {
    /* width: 50px !important;
  
	border:1px solid #ccc;
	padding:2px;
	text-align:center;
	-moz-box-shadow:0 0 10px #eee inset;
	-webkit-box-shadow:0 0 10px #eee inset;*/
}


.fullWidthInputCell input[type="text"],
.fullWidthInputCell select {
    width: 100%;
}

.autoWidthInputCell input[type="text"],
.autoWidthInputCell select {
    width: auto;
}


/* CMS/Case/Rehabilitation */

.hideRehabSection {
    /*display:none;*/
}

.rehabLabel, .assessmentsLabel {
    vertical-align: top;
    font-weight: bold;
    padding-top: 15px;
}

.rehabNoEdit, .assessmentsNoEdit {
    vertical-align: top;
    padding-top: 15px;
}

.rehabAddRow label {
    font-weight: normal;
}

#caseCalendarFilter {
    width: 325px;
    height: 200px;
    position: relative;
}

#caseCalendarStart,
#caseCalendarEnd {
    width: 160px;
}

#caseCalendarStart {
    position: absolute;
    top: 0;
    left: 0;
}

#caseCalendarEnd {
    position: absolute;
    top: 0;
    right: 0;
}

    #caseCalendarStart .ui-datepicker-inline,
    #caseCalendarEnd .ui-datepicker-inline {
        width: auto !important;
        font-size: 80% !important;
    }

    #caseCalendarStart .ui-state-highlight,
    #caseCalendarEnd .ui-state-highlight {
        background: #F5F5F5; /*"images/ui-bg_flat_100_f5f5f5_40x100.png") repeat-x scroll 50% 50% */
        border: 1px solid #AAAAAA;
        color: #565656;
        font-weight: bold;
    }

.caseCalendarStart a.ui-state-default {
    background: #C7F3BA !important;
    border: 1px solid #13833B !important;
    color: #13833B !important;
}

.caseCalendarEnd a.ui-state-default {
    background: #FF8080 !important;
    border: 1px solid #FF0000 !important;
    color: #FF0000 !important;
}

.caseCalendarHasEvent a.ui-state-default {
    background: #8080FF !important;
    border: 1px solid #0000FF !important;
    color: #0000FF !important;
}

.date-col {
    width: 30px;
}

.time-col {
    width: 20px;
}

.case-manager-col {
    width: 140px;
}

.select-col {
    width: 30px;
}

.rehabilitation TEXTAREA {
    width: 335px;
    height: 50px;
}

.left-search-grid {
    float: left;
    width: 610px;
}

.search-criteria {
    float: left;
    margin-left: 1em;
}

.left-table {
    width: auto;
}

    .left-table .label {
        min-width: 160px;
    }

    .left-table .content {
        min-width: 160px;
    }

    .left-table .short {
        min-width: 50px;
    }

td select.short {
    width: auto;
}

/* CMS/Case/Assesment */
.assessments TEXTAREA {
    width: 335px;
    height: 50px;
}

.assessmentsReport TEXTAREA {
    width: 95%;
    height: 50px;
}

.assessmentsLabel {
    width: 30%;
}

.assessments .dateCell input[type="text"] {
    width: 75px;
}

.assPreInjury {
    /*border-left: 2px solid black;*/
    padding-left: 60px;
}
/* ../CMS/Case/ActionSetCreate/{CaseID} */
#ActionSetForm textarea {
    height: 160px;
}

/* the width of date timer pickers should be 100 */
input[class*=JQueryToolsDatePicker] {
    width: 75px !important;
}

p.section-summary {
    color: #13833b;
}


/**/
.headerContainer {
    height: 72px;
    background-color: Purple;
    /*
    height:72px;
    background-color:Purple;    
    */
}

.headerR1C1 {
    display: inline;
    width: 50%;
    position: absolute;
    left: 0%;
    height: 71px;
    overflow: hidden;
    bottom: 7px;
    /*
    background-color:red;
    */
}

.headerR1C2 {
    display: inline;
    width: 40%;
    position: absolute;
    left: 42%;
    overflow: hidden;
    text-align: right;
    z-index: 2;
    /*
    background-color:green;
    */
}

.headerR1C3 {
    display: inline;
    left: 80%;
    width: 20%;
    position: absolute;
    height: 71px;
    overflow: hidden;
    bottom: 7px;
    text-align: right;
    /*
    background-color:Fuchsia;
    */
}

.headerMenuTabs {
    display: inline;
    width: 100%;
    position: absolute;
    left: 3%;
    bottom: 1px;
    /*
    background-color:pink;
    */
}

/* REFACTOR  : override if elf.css #right */
#header a {
    color: #fff;
    text-decoration: none;
}

/* REFACTOR  : override if elf.css #right */
#header #search_form {
    text-align: right;
}

    /* REFACTOR  : override if elf.css #right */
    #header #search_form input#search_field {
        width: 110px;
        border: 1px solid #25465b;
    }

    /* REFACTOR  : override if elf.css #right */
    #header #search_form input#search_button {
        background: #75c53e;
        border: none;
    }

.letter-sending-grid {
    display: inline-block;
    float: left;
    max-width: 60%;
}

.letter-sending-new {
    max-width: 40%;
    display: inline-block;
    float: left;
    padding: 1em;
}

.headerTexList {
    color: #fff;
    text-decoration: none;
}

.DocumentPickerTable tbody form td {
    border-bottom: 1px dotted;
}

.DocumentPickerTable tbody form tr:hover {
    background-color: #eee;
}

.overlay div.scrollingcontent {
    height: 80%;
    overflow: auto;
}


#caseStepMilestones {
    display: none;
}

    #caseStepMilestones .step-trigger span {
        color: #009800 !important;
    }

    #caseStepMilestones .proceed-to-closure span {
        color: #ff0000 !important;
    }

    #caseStepMilestones .milestone label {
        font-weight: normal;
        display: block;
        padding-left: 15px;
        text-indent: -15px;
    }

    #caseStepMilestones .milestone input {
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
        *overflow: hidden;
    }

    #caseStepMilestones .no-checkbox span {
        margin-left: 1.8em;
    }

    #caseStepMilestones .step-title {
        font-weight: bold;
        font-size: 1.2em;
    }

    #caseStepMilestones .step-category {
        font-weight: normal;
        font-style: italic;
    }

    #caseStepMilestones input[type="checkbox"] {
        margin: 0 0.5em 0 0 !important;
        vertical-align: middle;
        text-align: center;
    }

    #caseStepMilestones .k-state-selected, #caseStepMilestones .k-state-hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        border-color: #ffffff !important;
    }

  
/*    
    tbody tr:nth-child(even) td {
    
    background-color: #474747;
  
 
}

// moved to kendo.cms.css
.k-state-focused {
    
    background-color: #474747;

}

td.k-state-selected
{
     background-color: #94c0d2  !important;
    
}



.k-today{
    background-color: #f1f1f1 !important;
}*/

/* styling for Customer Portal header */
#header .title {
    display:inline;
    position:absolute;
    left:0;
    overflow:hidden;
    top:25px;
}

#header .title h1 {
    margin-left: 20px;
    color: #00CC00;
}
.crash {
    padding-top: 20%;
}
#header .logo {
    display:inline;
    right:20px;
    position:absolute;
    overflow:hidden;
    top:25px;
    text-align:right;
}

#header .identity {
    display:inline;
    right:20px;
    position:absolute;
    overflow:hidden;
    top:5px;
    text-align:right;
    color: #ffffff;
    white-space: nowrap;
    font-size: .9em;
}

#header .identity a {
    margin-left: 5px;
    text-decoration: underline;
}
.fill-the-portal {
    position: absolute;
    height: 100%;
}
/* styling for Customer Portal main content layout */
#main.with-sidebar-left .sidebar-left {
    width: 225px;
    float: left;
    border-right: 1px dotted #DCDCDC;
    padding-right: 10px;
}

#main.with-sidebar-left .sidebar-left-borderless {
    width: 225px;
    float: left;
    
    padding-right: 10px;
}

#main.with-sidebar-left .twocol {
    float: right;
    width: 695px;
    margin-right: 5px;
}

/*  portal display table */
.portal-display tr td:first-child {
    vertical-align: top;
    font-weight: bold;
    white-space: nowrap; 
}

/* portal-disclaimer */
.portal-disclaimer {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
    font-size: .8em;
    color: #bdbdbd;
}

/* options */
#options {
    padding-bottom: 20px;
}

#options ul {
    list-style-type: none;
    padding:0; 
    margin:0; 
}

/* search */
#search-pending-triage-state label,
#search-case-state label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    font-weight: normal;
    float: left;
    margin-right: 15px;
}

table.left-table select{
    width: 200px;
}

#search-pending-triage-state input,
#search-case-state input {
    width: 15px;
    height: 15px;
    padding: 0;
    margin:0;
    padding-right: 3px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

#search-pending-triage-state {
    margin-top: 10px;
    margin-bottom: 40px;
}

#search-results .caseRefs {
    float: left;
}

/* announcements */
#announcements .date {
    font-weight: normal;
    font-style: italic;
}

#announcements .title {
    font-weight: bold;
}

/* welcome */
.welcome .welcome-title {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-style: italic;
    text-align: center;
}

.welcome p {
    /*text-align: justify;    */
}

/* change password */
#password-help .reason {
    
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-style: italic;
    text-align: center;
}

#password-help ul {
    padding-top: 10px;
}

/* CASE DETAILS */

/* rehab client summary */
.rc-summary .address {
    line-height: 2;
}
.rc-summary .date {
    font-weight: bold;
}

/* status note summary */
.status-note-summary {
}

.status-note-summary .signature {
    width: 100%;
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* case manager summary */
.cm-summary .name {
    font-size: 1.3em;
    white-space: initial;
}

/* Aviva */
.aviva-welcome {
    text-align: center;
}

.aviva-welcome .aviva-logo {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 175px;
    height: 123px;
}

/* overide the validation summary formatting */
.validation-summary-errors {
    font-weight: normal;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding:0; 
    margin:0; 
}


/* manage users */
.manageUsersFilter {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2;
    padding-top: 5px;
    padding-bottom: 5px;
   
}

.manageUsersFilter a {
    margin-left: 10px;
    margin-right: 10px;
}

.manageUsersFilter a.selected {
    font-weight: bolder;
    font-size: 1.2em;
}

.status-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    padding: 0 2%;
}

.status-wrapper .status-item {
    width: 32%;
    border-left: 3px solid #ccc;
    position: relative;
    align-self: stretch;
}

.status-wrapper .status-item .green {
    color: green;
}
.status-wrapper .status-item .blue {
    color: blue;
}
.status-wrapper .status-item .red2 {
    color: red;
}
.status-wrapper .status-item .amber {
    color: orange;
}

.status-wrapper .status-item:first-child {
    border: 0;
}

.status-wrapper .status-item > div {
    padding: 10px;
}

.status-item p {
    margin: 0;
}

.status-item h1 {
    font-size: 20px;
}

.status-item-alert {
    padding: 20px;
    color: white;
    margin-bottom: 15px;
}
.status-item-alert.error {
    background-color: #f44336; /* Red */
}
.status-item-alert.info {
    background-color: #2196F3;
}
