﻿html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Calibri;
    font-size: 12px;
    color: #495257;
}

#wrapper {
    min-height: 100%;
    margin: 0 auto -35px;
}

#navbar {
    background-color: #8c979e;
    border-bottom: 2px solid #495257;
    padding-left: 10px;
    padding-right: 10px;
    left: 0px;
    right: 0px;
    top: 0px;
    /*max-width: 1400px;*/
    width: 100%;
}

.T4LLogo {
    width: 160px;
    height: 36px;
    margin-top: 3px;
    display: block;
}

.linavicon {
    float: left;
    display: inline;
    list-style: none;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
}

.navbar-menu {
    display: block;
    list-style: none;
    margin-top: 2px;
    margin-right: 15px;
}

.NavIcon {
    float: right;
    font-size: 16px;
    color: #495257;
}

    .NavIcon:hover {
        color: aliceblue;
    }

.linaviconform {
    display: inline;
    list-style: none;
}

/* menu
----------------------------------------------------------*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?mz94z7');
    src: url('../fonts/icomoon.eot?#iefixmz94z7') format('embedded-opentype'), url('../fonts/icomoon.woff?mz94z7') format('woff'), url('../fonts/icomoon.ttf?mz94z7') format('truetype'), url('../fonts/icomoon.svg?mz94z7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-office:before {
    content: "\e600";
}

.icon-home:before {
    content: "\e601";
}

.icon-cases:before {
    content: "\e602";
}

.icon-users:before {
    content: "\e603";
}

.icon-practice:before {
    content: "\e604";
}

.icon-litigants:before {
    content: "\e605";
}

.icon-hammer:before {
    content: "\e606";
}

.icon-briefcase:before {
    content: "\e607";
}

.icon-info:before {
    content: "\e608";
}

.icon-files:before {
    content: "\e609";
}

.icon-user:before {
    content: "\e60a";
}

.icon-settings:before {
    content: "\e60b";
}

.icon-settings2:before {
    content: "\e60c";
}

.icon-enter:before {
    content: "\e60d";
}

.icon-exit:before {
    content: "\e60e";
}

.icon-file-pdf:before {
    content: "\e60f";
}

.icon-file-word:before {
    content: "\e610";
}

.icon-file-excel:before {
    content: "\e611";
}

.icon-file-excel2:before {
    content: "\e612";
}

.icon-mail:before {
    content: "\e613";
}

#main-content {
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px; /* Height of the footer element */
   /* max-width: 1400px;*/
    width: 100%;
}

#footer {
    position: relative;
    background-color: #8c979e;
    border-top: 2px solid #495257;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 14px;
    color: #33393c;
    /*max-width: 1400px;*/
}
.copyright {
    display: block;
    list-style: none;
    width: 200px;
}

    .copyright a {
        text-decoration: none;
        color: #33393c;
    }

        .copyright a:hover {
            color: aliceblue;
        }

.userinfo {
    display: block;
    list-style: none;
    width: 400px;
    margin-top:-10px;
}
    .userinfo a {
        text-decoration: none;
        color: #33393c;
    }

        .userinfo a:hover {
            color: aliceblue;
        }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


.pagenav {
    float: left;
    width: 100%;
    height: 30px;
}

.tablegrid {
    border: thin;
    border-collapse: collapse;
    border-style: solid;
    border-color: #8c979e;
}

    .tablegrid th {
        border: thin;
        border-collapse: collapse;
        border-style: solid;
        border-color: #8c979e;
        background-color: #d0d0d0;
        padding: 5px 1px 5px 1px;
    }

    .tablegrid td {
        border: thin;
        border-collapse: collapse;
        border-style: solid;
        border-color: #8c979e;
        padding: 5px 1px 5px 3px;
    }

.displaytile {
    border: thin;
    border-style: solid;
    border-color: #8c979e;
    padding: 0px 10px 5px 10px;
    margin: 3px 0px 3px 0px;
    float: left;
    width: 100%;
}

.displayleft {
    margin: 10px 10px 10px 0px;
    min-width: 300px;
    width: 80%;
}

.displayright {
    padding: 0px 0px 5px 0px;
    margin:  10px 10px 10px 0px;
    right: 20px;
}

.displaybutton {
    font: bold 14px Calibri;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 8px 2px 8px;
    border-top: 2px solid #CCCCCC;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    border-left: 2px solid #CCCCCC;
    min-width: 65px;
    float: right;
}

.T4L-button[disabled] > .T4L-badge {
    background: #ccc;
    background: rgba(0,0,0,0.2);
    color: inherit;
}

.T4L-button-primary[disabled] > .T4L-badge {
    background: #ccc;
    background: rgba(255,255,255,.25);
}

.T4L-button > .T4L-badge, .T4L-tabs .menu-item .T4L-badge {
    top: -1px;
}


.T4L-button, a.T4L-button, .T4L-button:visited {
    background: #f2f2f2;
    background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -moz-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -ms-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -o-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: linear-gradient(to bottom,#fff 0,#f2f2f2 100%);
    border: 1px solid #ccc;
    border-radius: 3.01px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-variant: normal;
    font-weight: normal;
    height: 2.1428571428571em;
    line-height: 1.42857142857143;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    vertical-align: baseline;
    white-space: nowrap;
}

    .T4L-button ~ .T4L-button {
        margin-left: 10px;
    }

    a.T4L-button:hover, a.T4L-button:active, a.T4L-button:focus {
        text-decoration: none;
    }

    .T4L-button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .T4L-button:focus, .T4L-button:hover, .T4L-button-subtle.T4L-button:focus, .T4L-button-subtle.T4L-button:hover {
        background: #f7f7f7;
        background: -webkit-linear-gradient(top,#fff 0,#f7f7f7 100%);
        background: -moz-linear-gradient(top,#fff 0,#f7f7f7 100%);
        background: -ms-linear-gradient(top,#fff 0,#f7f7f7 100%);
        background: -o-linear-gradient(top,#fff 0,#f7f7f7 100%);
        background: linear-gradient(to bottom,#fff 0,#f7f7f7 100%);
        border-color: #999;
        color: #000;
        text-decoration: none;
    }

    .T4L-button:active, .T4L-button.active, .T4L-header .T4L-button-split-more.active, .T4L-button-subtle.T4L-button:active, .T4L-button-subtle.T4L-button.active {
        background-image: none;
        background-color: #f2f2f2;
        box-shadow: inset 0 3px 6px rgba(0,0,0,.1);
        text-shadow: none;
        text-decoration: none;
    }

    .T4L-button.T4L-button-primary, .T4L-button.T4L-button-primary:visited {
        background: #3068a2;
        background: -webkit-linear-gradient(top,#4687ce 0,#3068a2 100%);
        background: -moz-linear-gradient(top,#4687ce 0,#3068a2 100%);
        background: -ms-linear-gradient(top,#4687ce 0,#3068a2 100%);
        background: -o-linear-gradient(top,#4687ce 0,#3068a2 100%);
        background: linear-gradient(to bottom,#4687ce 0,#3068a2 100%);
        border-color: #486582;
        color: #fff;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        text-shadow: 0 1px 0 #205081;
    }

        .T4L-button.T4L-button-primary:hover, .T4L-button.T4L-button-primary:focus {
            background: #3673B5;
            background: -webkit-linear-gradient(top,#5A94D3 0,#3673B5 100%);
            background: -moz-linear-gradient(top,#5A94D3 0,#3673B5 100%);
            background: -ms-linear-gradient(top,#5A94D3 0,#3673B5 100%);
            background: -o-linear-gradient(top,#5A94D3 0,#3673B5 100%);
            background: linear-gradient(to bottom,#5A94D3 0,#3673B5 100%);
            border-color: #205081;
            color: #fff;
            text-shadow: 0 1px 0 #205081;
        }

        .T4L-button.T4L-button-primary:active {
            background: #3673B5;
            background-image: none;
            background-color: #3673B5;
            box-shadow: inset 0 3px 6px rgba(0,0,0,.1);
            text-shadow: none;
            text-decoration: none;
        }

    .T4L-button.T4L-button-link, .T4L-button.T4L-button-link:visited {
        background: transparent;
        border-color: transparent;
        color: #3b73af;
        padding: 5px 0;
        text-decoration: none;
        text-shadow: none;
        box-shadow: none;
    }

        .T4L-button.T4L-button-link:focus, .T4L-button.T4L-button-link:hover, .T4L-button.T4L-button-link:active, .T4L-buttons .T4L-button.T4L-button-link:focus, .T4L-buttons .T4L-button.T4L-button-link:hover, .T4L-buttons .T4L-button.T4L-button-link:active, .T4L-buttons .T4L-button.T4L-button-link[aria-pressed="true"] {
            background: transparent;
            border-color: transparent;
            box-shadow: none;
            text-decoration: underline;
        }

    .T4L-button.T4L-button-subtle {
        background: transparent;
        border-color: transparent;
        color: #707070;
    }

.T4L-buttons .T4L-button.T4L-button-subtle {
    border-radius: 3.01px;
}

.T4L-button.T4L-button-subtle .T4L-icon {
    margin-right: 1px;
}

.T4L-button.T4L-button-compact {
    font-size: 10px;
    height: 2.16666666666667em;
    padding: 2px 8px 2px 8px;
    line-height: 1.66666666666667;
}

.T4L-buttons {
    display: inline-block;
    font-size: 0;
}

    .T4L-buttons:after {
        clear: both;
        content: "";
        display: table;
    }

    .T4L-buttons .T4L-button {
        border-radius: 0;
        margin: 0;
    }

        .T4L-buttons .T4L-button:first-child {
            border-top-left-radius: 3.01px;
            border-bottom-left-radius: 3.01px;
        }

        .T4L-buttons .T4L-button:last-child {
            border-top-right-radius: 3.01px;
            border-bottom-right-radius: 3.01px;
        }

    .T4L-buttons + .T4L-buttons {
        margin-left: 10px;
    }

    .T4L-buttons .T4L-button:focus, .T4L-buttons .T4L-button:hover, .T4L-buttons .T4L-button:active {
        border-color: #999;
    }

    .T4L-buttons .T4L-button[disabled], .T4L-buttons .T4L-button[disabled]:hover, .T4L-buttons .T4L-button[disabled]:focus, .T4L-buttons .T4L-button[disabled]:active, .T4L-buttons .T4L-button[aria-disabled="true"], .T4L-buttons .T4L-button[aria-disabled="true"]:hover, .T4L-buttons .T4L-button[aria-disabled="true"]:focus, .T4L-buttons .T4L-button[aria-disabled="true"]:active {
        border-color: #ccc;
    }

    .T4L-buttons .T4L-button.T4L-button-primary {
        background: #f2f2f2;
        background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
        background: -moz-linear-gradient(top,#fff 0,#f2f2f2 100%);
        background: -ms-linear-gradient(top,#fff 0,#f2f2f2 100%);
        background: -o-linear-gradient(top,#fff 0,#f2f2f2 100%);
        background: linear-gradient(to bottom,#fff 0,#f2f2f2 100%);
        border-color: #ccc;
        color: #3b73af;
        text-shadow: none;
    }

    .T4L-buttons .T4L-button ~ .T4L-button {
        border-left-width: 0;
        padding-left: 11px;
    }

    .T4L-buttons .T4L-button.T4L-button-primary:hover, .T4L-buttons .T4L-button.T4L-button-primary:focus, .T4L-buttons .T4L-button.T4L-button-primary:active {
        border-color: #999;
        color: #205081;
    }

    .T4L-buttons .T4L-button ~ .T4L-button:hover, .T4L-buttons .T4L-button ~ .T4L-button:focus, .T4L-buttons .T4L-button ~ .T4L-button:active {
        border-width: 1px;
        margin-left: -1px;
        position: relative;
    }

    .T4L-button[aria-pressed="true"], .T4L-buttons .T4L-button[aria-pressed="true"], .T4L-buttons .T4L-button[aria-pressed="true"].T4L-button-primary, .T4L-buttons .T4L-button[aria-pressed="true"].T4L-button-subtle {
        background: #ccc;
        background: -webkit-linear-gradient(top,#ccc 0,#ddd 13%);
        background: -moz-linear-gradient(top,#ccc 0,#ddd 13%);
        background: -ms-linear-gradient(top,#ccc 0,#ddd 13%);
        background: -o-linear-gradient(top,#ccc 0,#ddd 13%);
        background: linear-gradient(to bottom,#ccc 0,#ddd 13%);
    }

        .T4L-button[aria-pressed="true"].T4L-button-subtle, .T4L-buttons .T4L-button[aria-pressed="true"].T4L-button-subtle {
            color: #333;
            border-color: #ccc;
        }

        .T4L-buttons .T4L-button[aria-pressed="true"]:active {
            background: #ccc;
            box-shadow: inset 0 3px 6px rgba(0,0,0,.2);
        }

.T4L-button[disabled], .T4L-button[disabled]:hover, .T4L-button[disabled]:focus, .T4L-button[disabled]:active, .T4L-button[aria-disabled="true"], .T4L-button[aria-disabled="true"]:hover, .T4L-button[aria-disabled="true"]:focus, .T4L-button[aria-disabled="true"]:active, .T4L-button[aria-disabled="true"][aria-pressed] {
    background: #f2f2f2;
    background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -moz-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -ms-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -o-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: linear-gradient(to bottom,#fff 0,#f2f2f2 100%);
    border-color: #ccc;
    box-shadow: none;
    color: #999;
    cursor: default;
    text-shadow: none;
}

.T4L-button.T4L-button-subtle[disabled], .T4L-button.T4L-button-subtle[aria-disabled="true"] {
    border: 0;
    background: none;
}

.T4L-button.T4L-button-primary[disabled], .T4L-button.T4L-button-primary[disabled]:hover, .T4L-button.T4L-button-primary[disabled]:focus, .T4L-button.T4L-button-primary[disabled]:active, .T4L-button.T4L-button-primary[aria-disabled="true"], .T4L-button.T4L-button-primary[aria-disabled="true"]:hover, .T4L-button.T4L-button-primary[aria-disabled="true"]:focus, .T4L-button.T4L-button-primary[aria-disabled="true"]:active {
    background: #97b3d0;
    background: -webkit-linear-gradient(top,#a2c3e6 0,#97b3d0 100%);
    background: -moz-linear-gradient(top,#a2c3e6 0,#97b3d0 100%);
    background: -ms-linear-gradient(top,#a2c3e6 0,#97b3d0 100%);
    background: -o-linear-gradient(top,#a2c3e6 0,#97b3d0 100%);
    background: linear-gradient(to bottom,#a2c3e6 0,#97b3d0 100%);
    border-color: #7f9cb9;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}

.T4L-button.T4L-button-link[disabled], .T4L-button.T4L-button-link[disabled]:hover, .T4L-button.T4L-button-link[disabled]:focus, .T4L-button.T4L-button-link[disabled]:active, .T4L-button.T4L-button-link[aria-disabled="true"], .T4L-button.T4L-button-link[aria-disabled="true"]:hover, .T4L-button.T4L-button-link[aria-disabled="true"]:focus, .T4L-button.T4L-button-link[aria-disabled="true"]:active {
    background: transparent;
    border-color: transparent;
    color: #999;
    text-shadow: none;
    text-decoration: none;
}

.T4L-buttons .T4L-button.T4L-button-primary[disabled], .T4L-buttons .T4L-button.T4L-button-primary[disabled]:hover, .T4L-buttons .T4L-button.T4L-button-primary[disabled]:focus, .T4L-buttons .T4L-button.T4L-button-primary[disabled]:active, .T4L-buttons .T4L-button.T4L-button-primary[aria-disabled="true"], .T4L-buttons .T4L-button.T4L-button-primary[aria-disabled="true"]:hover, .T4L-buttons .T4L-button.T4L-button-primary[aria-disabled="true"]:focus, .T4L-buttons .T4L-button.T4L-button-primary[aria-disabled="true"]:active {
    background: #f2f2f2;
    background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -moz-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -ms-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -o-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: linear-gradient(to bottom,#fff 0,#f2f2f2 100%);
    border-color: #ccc;
    color: #9dbbd9;
    text-shadow: none;
}

.T4L-button.T4L-button-compact .T4L-icon {
    margin-top: -1px;
}

.T4L-button.T4L-dropdown2-trigger:first-child.active, .T4L-button.T4L-dropdown2-trigger.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-width: 0;
    padding-bottom: 5px;
}

.T4L-button-link.T4L-dropdown2-trigger:first-child.active, .T4L-button-link.T4L-dropdown2-trigger.active {
    border-bottom-width: 1px;
    box-shadow: none;
    padding-bottom: 5px;
}

.T4L-buttons .T4L-button.T4L-button-subtle.T4L-dropdown2-trigger.active, .T4L-button.T4L-button-subtle.T4L-dropdown2-trigger.active {
    border-color: #ccc;
}

.T4L-button.T4L-button-subtle.T4L-dropdown2-trigger:hover {
    border-color: #999;
}

.T4L-button.T4L-dropdown2-trigger {
    padding-right: 23px !important;
    position: relative;
}

.T4L-button.T4L-button-compact.T4L-dropdown2-trigger {
    padding-right: 21px !important;
}

    .T4L-button.T4L-button-compact.T4L-dropdown2-trigger:after {
        margin-left: -16px;
    }

    .T4L-button.T4L-button-compact.T4L-dropdown2-trigger:after {
        top: 11px;
    }

.T4L-button.T4L-dropdown2-trigger.T4L-button-compact:first-child.active, .T4L-button.T4L-dropdown2-trigger.T4L-button-compact.active {
    padding-bottom: 3px;
}

.T4L-button.T4L-dropdown2-trigger:after {
    border: 4px solid transparent;
    content: "";
    height: 0;
    left: 100%;
    margin-left: -18px;
    margin-top: -2px;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 0;
}

.T4L-button.T4L-dropdown2-trigger:after, .T4L-buttons .T4L-button.T4L-button-primary.T4L-dropdown2-trigger:after {
    border-top-color: #333;
}

.T4L-button.T4L-button-primary.T4L-dropdown2-trigger:after {
    border-top-color: #fff;
}

.T4L-button.T4L-dropdown2-trigger:hover:after, .T4L-button.T4L-dropdown2-trigger.active:after {
    opacity: 1;
}

.T4L-button.T4L-dropdown2-trigger:after {
    margin-top: 0;
    top: 13px;
}

.T4L-button.T4L-dropdown2-trigger > .icon-dropdown, .T4L-button.T4L-dropdown2-trigger > .T4L-icon-dropdown {
    display: none;
}

input.T4L-button.T4L-dropdown2-trigger {
    padding-right: 10px !important;
}

    input.T4L-button.T4L-dropdown2-trigger:after {
        display: none;
    }

.T4L-button.T4L-dropdown2-trigger.T4L-button-split-more, .T4L-button.T4L-dropdown2-trigger.T4L-button-split-more.active {
    padding-left: 5px;
    padding-right: 10px;
    text-align: left;
    text-indent: -9999em;
}

.T4L-button-split-main {
    border-right: 0;
}

.T4L-button.T4L-dropdown2-trigger.T4L-button-split-more:hover {
    border-left: 0;
    margin-left: 0;
}

.T4L-button.T4L-dropdown2-trigger.T4L-button-split-more:before {
    border-left: 1px solid #ccc;
    bottom: 4px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 4px;
}

.T4L-button.T4L-button-split-main:hover + .T4L-button.T4L-dropdown2-trigger.T4L-button-split-more:before, .T4L-button.T4L-dropdown2-trigger.T4L-button-split-more.active:hover:before, .T4L-button.T4L-dropdown2-trigger.T4L-button-split-more.active:before, .T4L-button.T4L-dropdown2-trigger.T4L-button-split-more:hover:before {
    border-left-color: #999;
    bottom: -1px;
    top: -1px;
}

.T4L-button.T4L-dropdown2-trigger.T4L-button-split-more.active:before {
    border-left-color: #ccc;
}

.RememberMeCheckbox {
    margin-left: 0px;  
}

.LargeCheckbox {
    width: 25px;
    height: 25px;
    margin-right: 6px !important;  
    vertical-align: middle; 
}
.LargeCheckboxLabel {
    display: inline-block;
    position: center;   
}

.page-menu {
        padding: 0px 0px 0px 0px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%;
    }

.pagetitle {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px 5px 0px;
    margin-top: 5px;
    display: block;
    left: 20px;
    float: left;
}
.cspayment {
    background-color: #efefef;
    width: 100%;
    border: 1px solid #495257;
}

.csbtn {
    margin-left: auto;
    margin-right: auto;
    padding: 3px 3px 3px 3px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 3px;
    margin-right: 3px;
}

.income-field {
    text-align: right;
    width: 100px;
    border: 1px solid #495257;
    height: 20px;
    color: black!important;
}

.tax-setting-field, .tax-result, .csw-field {
    text-align: right;
    width: 100px;
    border: 1px solid #495257;
    height: 20px;
    /*font-size: 14px;*/
    padding: 0px 8px 0px 8px;
}

.tax-setting-dropdown {
    text-align: right;
    width: 118px;
    border: 1px solid #495257;
    height: 20px;
    font-size: 10px;
}

.case-number {
    text-align: right;
    width: 100px;
    border: 1px solid #495257;
}

.case-footnote {
    font-size: 10px;
    font-weight: bolder;
    font-style: italic;
    height: 20px;
    vertical-align: text-top;
    text-align: center;
}

.case-litigant {
    text-align: right;
    width: 130px;
    border: 1px solid #495257;
}

.income-grid {
    border: 1px solid #495257;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
   /* margin-top: 20px;*/
    background-color: lightgray;
}

    .income-grid tr, .income-tax-table tr, .calculated-tax-table tr {
        border: 1px solid #dfdfdf;
    }

        .income-grid tr td, .income-tax-table tr td, .calculated-tax-table tr td {
            border: 1px solid #dfdfdf;
            font-size: 12px;
            padding: 2px 3px 2px 3px;
        }


.income-header, .cs-header {
    font-weight: bold;
    text-align: center;
    background-color: #dfdfdf;
    background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -moz-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -ms-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -o-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: linear-gradient(to bottom,#fff 0,#f2f2f2 100%);
    border: 1px solid #ccc;
    border-radius: 3.01px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    font-weight: bold;
    vertical-align: baseline;
    white-space: nowrap;
    width: 30px;
}

#cs-header-labels, .cs-header-labels {
    font-weight: bold;
    text-align: center;
    background-color: #dfdfdf;
    background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -moz-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -ms-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -o-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: linear-gradient(to bottom,#fff 0,#f2f2f2 100%);
    border: 1px solid #ccc;
    border-radius: 3.01px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    font-weight: bold;
    vertical-align: baseline;
    white-space: nowrap;
    width: 100%;
}

.income-header-cat {
    font-weight: bold;
    text-align: center;
    background-color: #dfdfdf;
    background: -webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -moz-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -ms-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: -o-linear-gradient(top,#fff 0,#f2f2f2 100%);
    background: linear-gradient(to bottom,#fff 0,#f2f2f2 100%);
    border: 1px solid #ccc;
    border-radius: 3.01px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    font-weight: bold;
    vertical-align: baseline;
    white-space: nowrap;
    width: 100%;
}

.cs-header {
    font-weight: bold;
    text-align: center;
}

.income-row {
    height: 34px;
}

.income-grid, .income-tax-table, .calculated-tax-table, .child-support-table, .case-info {
    border: 1px solid #495257;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
    /*margin-top: 5px;*/
    background-color: #E0E0E0;
}

.income-tax-table {
    background-color: #F1CECE;
}

.case-info {
    border: none;
}
    .case-info tr td {
        border: 1px solid #dfdfdf;
        font-size: 12px;
        padding: 2px 3px 2px 3px;
    }

.income-grid {
    background-color: lightgray;
}

    .income-grid tr, .income-tax-table tr, .calculated-tax-table tr {
        border: 1px solid #dfdfdf;
    }

        .income-grid tr td, .income-tax-table tr td, .calculated-tax-table tr td {
            border: 1px solid #dfdfdf;
            font-size: 12px;
            padding: 2px 3px 2px 3px;
        }

.calculated-tax-table {
    background-color: #A0A0A0;
    margin-top: 5px;
}

.child-support-table {
    background-color: #BCD9F5;
}


.csw-label, .tax-label {
    text-align: center;
    vertical-align: central;
    width: 150px;
    height: 30px;
}

.tax-button {
    padding: 3px 30px 3px 30px;
}

.tax-button-row {
    align-content: center;
}

.cspayment-label {
    width: 33%;
    vertical-align: top;
    text-align: center;
    height: 15px;
}

.cspayment-display {
    width: 33%;
    vertical-align: bottom;
    text-align: center;
    height: 15px;
}

.cs-formheader {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding: 0px 0px 10px 5px;
}

.csprepworksheet {
    text-align: center;
    padding: 2px 0px 2px 0px;
}

.CSWWindows {
    width: 100%;
    min-width:495px;
    /*border: 1px solid #495257;*/
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: #F0F0F0;
}

.csw3rdPartyRow .tax-setting-field {
    width: 50px;
}

.case-info {
    width: 100%;
}

div#CaseInfo.panel, div#TaxInfo.panel {
    margin-bottom: 0px;
}

div#CaseInfo.panel-body, div#TaxInfo.panel-body {
    padding-bottom: 0px;
}

input[type="text"].tax-result:disabled {
    background-color: white !important;    
}​


#loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../imgs/wait_progress.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/*Payment CSS definition*/

div.PaymentOptionDiv, div.PaymentLicenseHolderDiv, div.OrderTotalDiv {
    margin-top: 20px;
    border: 1px solid #dfdfdf;
    padding:5px;
    /*background-color: lightgray;*/
}