﻿
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #263849;
    width: 100%;
    position: relative;
    border-bottom: 5px solid #263849;
    white-space: nowrap;
}

div.menu {
    padding: 1px 1px 1px 1px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: inherit;
        position: relative;
    }

.ui-custom-core {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    background-color: whitesmoke;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: inherit;
    position: relative;
}

    div.menu ul li a, div.menu ul li a:visited {
        background: #dfeffc url(../Images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
        color: #2e6e9e;
        display: block;
        line-height: 1.35em;
        padding: 5px 50px;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: bold;
        white-space: nowrap;
        border: 1px solid #c5dbec;
    }

        div.menu ul li a:hover {
            text-decoration: none;
            border: 1px solid #79b7e7;
            background: #d0e5f5
        }

        div.menu ul li a:active {
            background-color: #f5f8f9;
            color: #cfdbe6;
            text-decoration: none;
            color: #e17009;
            border: 1px solid #79b7e7
        }

        div.menu ul li a.selected {
            background: #f5f8f9;
            color: #e17009;
            text-decoration: none;
            border: 1px solid #79b7e7;
        }

div.menu li:first-child a, li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.menu li:last-child a, li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*CSS Fix for asp.net menu flickerign issue trial 1 */
div.menu ul li {
    position: relative;
    float: left;
    list-style: none;
    background-color: #dfeffc;
}

    div.menu ul li ul {
        display: none;
        background-color: #f5f8f9;
    }

#nav img
/*Google Chrome and FireFox Fix */ {
    display: none;
    position: relative;
    background-color: #d0e5f5;
}
/* DEFAULTS
----------------------------------------------------------*/
body {
    /*background-image: url("../images/animus-mix2.jpg");*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    background: #F2F5FE url(../Images/bg_header_new.gif) repeat-x top;
    color: #454545;
    /*white-space:nowrap;*/
}

.homePage {
    background: url(../Images/weber4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#body_login {
    background-position: center top;
    height: 790px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 450px;
    color: white;
}


a:link, a:visited {
    color: #1d60ff;
    text-decoration: none;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

/*----Active links for individual icons ----*/


.icon a:link, .icon a:visited {
    color: #000000;
    text-decoration: none;
}

.icon a:hover {
    color: #1d60ff;
    text-decoration: none;
}

.icon a:active {
    color: #034af3;
}

/*-- end of active links for icons --*/

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

/* (old header styles) h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}*/

h1 {
    font-size: 1.6em;
    color: #666666;
    text-transform: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    border-bottom: 2px solid #bebebe;
}

h2 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: left;
}

h3 {
    font-size: 1.2em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}

h4 {
    font-size: 1.1em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}

h5, h6 {
    font-size: 1em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    /* width: 960px;*/
    width: 100%;
    /*--background-image: url("../images/bck_gray_white.png");
	background-repeat:repeat-x;--*/
    margin: 0px; /* auto 0px auto;*/
    margin-bottom: 23px;
    /*border: 1px solid #496077;*/
    /*white-space:nowrap;*/
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    /*width: 100%;*/
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        border: none;
        line-height: 2em;
        font-size: 2em;
        color:currentColor;
    }

.main {
    background: #FFFFFF;
    padding: 5px 5px 5px 5px;
    overflow: visible;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #75A1D0;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    background: #BEBEBE;
    color: #000000;
    text-align: right;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    position: fixed;
    height: 22px;
}

.version {
    text-align: right;
    float: left;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 400px;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

p input.text {
    width: 275px;
    font: bold 18px Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: -1px;
    vertical-align: bottom;
    background: #EEE;
    padding: 5px;
    border-radius: 5px;
}

.login-chk {
    margin-left: -3px;
}
/* MISC  
----------------------------------------------------------*/
.loginBody {
    margin: 150px auto;
    padding: 10px;
    color: white;
    border: 1px solid #ccc;
    background: #263849;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.25);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.25);
}
    .loginBody h1 {
        color: white;
    }

#LoginUser_LoginButton {
    border: none;
    background: url(../Images/ui-bg_glass_75_d0e5f5_1x400.png) repeat bottom;
    cursor: pointer;
    color: Black;
    font-weight: bold;
    padding: 2px 8px;
    width: 80px;
}

.login-lbl {
    font-size: 12px;
    float: left;
    line-height: 15px;
    width: 100px;
    padding: 10px 0 0 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
    color: White;
}

#LoginUser_LoginButton:hover {
    border: none;
    color: Navy;
    background: url('../Images/bg_header_new.gif') repeat center;
    padding: 2px 8px;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
}

    .loginDisplay a:link {
        color: #454545;
    }

    .loginDisplay a:visited {
        color: #454545;
    }

    .loginDisplay a:hover {
        color: #454545;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.pad5 {
    padding: 5px;
}

.colorRed {
    color: Red;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

.ErrorBox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    background: #fff7d7;
    /*	padding: 20px; */
    border-width: thin;
    border-color: #FF0000;
    border-style: solid;
    width: 97%;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*Panel styles
------------------------------------------------------------------------------*/
.panelHead, .panelFooter {
    background-color: #94BE00;
    border-color: #94BE00;
    color: #FFFFFF;
}


/*Admin Menu
-----------------------------------------------------------------------------*/


/* TAB MENU   
----------------------------------------------------------*/

.adminMenu {
    background: url("../images/but_active.png") repeat-x scroll left center transparent;
    border-bottom: 5px solid #DBE1E6;
    margin-right: 8px;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFF;
}

.groupMenu {
    border-bottom: 5px solid #DBE1E6;
    margin-right: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

.adminMenuHover {
    background-color: #465c71;
}

.adminMenuSelected {
    background-color: #465c71;
}

.content {
    margin: 0px auto;
    width: 90%;
    position: relative;
}


/*Table style- Boxes
---------------------------------------------------------------*/
.topTable {
    border-top: 1px solid #CCCCCC;
}

.gradientBoxBottom {
    padding: 4px 25px;
}

.gradientBoxMiddle {
    background: transparent url("../images/gradient_box_middle.gif") repeat-y scroll 0 0;
    width: 625px;
}

.gradientBoxBottom {
    background: transparent url("../images/gradient_box_bottom.gif") no-repeat scroll 0 bottom;
    padding: 26px;
    position: relative;
}

.gradientBoxTop {
    background: transparent url("../images/gradient_box_top.gif") no-repeat scroll 0 top;
}


.pageTable {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
}

.page_tr:hover {
    background: url('../images/bck_white_50.png') top left;
}

.pageTable.mceLayout tr:hover {
    background: none;
}

.page_th {
    background: url('../images/header.gif') top left repeat-x #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
    line-height: 22px;
    padding: 4px 6px 4px 6px;
    color: #333333;
    white-space: nowrap;
}

    .page_th.full {
        width: 100%;
    }

.page_thead td {
    background: url('../images/header.gif') top left repeat-x #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
    line-height: 22px;
    padding: 4px 6px 4px 6px;
    white-space: nowrap;
}

.page_td {
    background: url('../images/bck_white_50.png') top left;
    border-bottom: 1px solid #DDDDDD;
    line-height: 22px;
    padding: 4px 6px 4px 6px;
}

.pageTable .icon16 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.page_td.title {
    background: url('../images/bck_white_75.png') top left;
    font-weight: bold;
    white-space: nowrap;
}

.page_td.center {
    text-align: center;
}

.page_td.vcenter {
    vertical-align: middle;
}

.page_td p {
    padding-bottom: 3px;
    padding-top: 3px;
}

.page_tbody th {
    background: url('../images/bck_white_75.png') top left;
    font-weight: bold;
    white-space: nowrap;
    color: #666666;
}



/*** content boxes ***/

.content-box {
    border: 1px solid #DDDDDD;
    background: url('~/images/bck_black_5.png');
    margin-bottom: 30px;
    position: relative;
}

    .content-box .box-header {
        background: url('../images/bck_black_10.png');
        border: 3px solid #B18260;
        border-bottom-width: 0px;
        padding: 9px 9px 9px 20px;
    }

    .content-box .box-body {
        border: 3px solid #B18260;
        border-top-width: 0px;
        padding: 20px 20px 10px 20px;
    }

.box-header h2 {
    line-height: 22px;
    margin-bottom: 0px;
    padding: 0px;
}

.box-header .tabs {
    float: right;
}

    .box-header .tabs li {
        float: left;
        margin-left: 2px;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }

        .box-header .tabs li a {
            background: url('../images/but_off.gif') center left repeat-x;
            border: 1px solid #FFFFFF;
            display: block;
            color: #333333;
            text-decoration: none;
            padding: 0px 20px 0px 20px;
        }

            .box-header .tabs li a:hover {
                color: #0084FF;
                text-decoration: none;
            }

        .box-header .tabs li.active a {
            color: #FFFFFF;
            background: url('../images/but_active.gif') center left repeat-x;
            border: 1px solid #333333;
        }

        .box-header .tabs li a.selected {
            color: #FFFFFF;
            background: url('../images/but_active.gif') center left repeat-x;
            border: 1px solid #333333;
        }



/*DataTables Styles
 ---------------------------------------------------------------*/
.dataTables_wrapper {
}

    .dataTables_wrapper table {
        width: 100% !important;
        margin: 0px 0px 20px 0px;
    }

    .dataTables_wrapper .dataTables_length {
        float: left;
        margin: 0px 0px 15px 0px;
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        margin: 0px 0px 15px 0px;
    }

        .dataTables_wrapper .dataTables_filter input {
            display: inline;
            border: 1px solid #B8B8B8;
            font-size: 12px;
            font-family: arial;
            color: #333333;
            height: 16px;
            padding: 2px 4px 2px 4px;
        }

.datatable {
    clear: both;
}

.datatable_thead th {
    cursor: pointer;
}

/********************************AJAX STYLES START********************************/
.ajaxWaterMark {
    color: #d6d7d9;
    font-style: italic;
    font-size: 12px;
}

.ajaxProgressBarOuter {
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    /*Alternate method to opacity - PNG Transparent image*/
    background: transparent url('../Images/ajax_indicator_graybg.png') repeat;
    z-index: 99998;
}

.ajaxProgressBarInner {
    width: 400px;
    height: 120px;
    font-size: 12px;
    font-weight: bold;
    /*Center Div Layer*/
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -60px;
    z-index: 99999;
}

.ajaxProgressBarMessage {
    font-size: 12px;
    font-weight: bold;
    color: Black;
    background-color: White;
}
/********************************AJAX STYLES START********************************/
/*******************************COLLAPSIBLE PANEL STYLES START**************************/
.collapsible-panel-ruler {
    padding: 5px 5px;
    cursor: pointer;
    text-align: center;
    margin: 1px;
    font-weight: bold;
    background: #F2F5FE url(../Images/bg_header_new.gif) repeat-x top;
}
/*******************************COLLAPSIBLE PANEL STYLES END**************************/
.reportTitle {
    font-size: large;
    font-family: Segoe UI;
    color: #484848;
    font-weight: bold;
}

.css-vertical-text {
    /*	color:#333; */
    /*	border:0px solid red; */
    writing-mode: tb-rl;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    width: 20px;
    height: 20px;
    /*	font-family: ‘Trebuchet MS’, Helvetica, sans-serif; */
    font-size: 10px;
    font-weight: normal;
    /*	text-shadow: 0px 0px 1px #333; */
}

.screen-vertical-text {
    writing-mode: vertical-rl;
    /*transform: rotate(7deg);*/
    /*-ms-transform: rotate(90deg);*/ /* IE 9 */
    /*-moz-transform: rotate(90deg);*/ /* Firefox */
    /*-webkit-transform: rotate(90deg);*/ /* Safari and Chrome */
    /*-o-transform: rotate(90deg);*/ /* Opera */
    /*white-space: nowrap;*/
    /*display: block;*/
    /*bottom: 0;*/
    font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.oddGridRow {
    color: Black;
    background-color: White;
}

.evenGridRow {
    color: Black;
    background-color: LightGrey;
}

.ajaxProgressBarOutter {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent url( '../Images/ajax_indicator_graybg.png' ) repeat;
    z-index: 99998;
}

.invisible {
    display: none;
}
/********************** COLLAPSE PANELS *********************************/
#firstpane .access_head {
    padding: 5px 5px;
    cursor: pointer;
    text-align: center;
    margin: 1px;
    font-weight: bold;
    font-size: 14px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background: #F2F5FE url(../Images/bg_header_new.gif) repeat-x top;
}

#firstpane .menu_body {
    display: none;
}

#firstpane .menu_body2 {
    display: inherit;
}

#tableData {
    width: 100%;
}

/********************* Left Labels ********************************/



table.tablesorter {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.tablesorter thead tr .header {
        background-image: url('../Images/bg.gif');
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url('../Images/asc.gif');
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url('../Images/desc.gif');
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

.buttonGraySmall {
    background-color: #999999;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#5B5B5B));
    background: -webkit-linear-gradient(top, #999999, #5B5B5B);
    background: -moz-linear-gradient(top, #999999, #5B5B5B);
    background: -ms-linear-gradient(top, #999999, #5B5B5B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#5B5B5B');
    background: -o-linear-gradient(top, #999999, #5B5B5B);
    border: #3b6e22 1px solid;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.buttonGreenSmall {
    background-color: #69a74e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#69a74e), to(#4A7437));
    background: -webkit-linear-gradient(top, #69a74e, #4A7437);
    background: -moz-linear-gradient(top, #69a74e, #4A7437);
    background: -ms-linear-gradient(top, #69a74e, #4A7437);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69a74e', endColorstr='#4A7437');
    background: -o-linear-gradient(top, #69a74e, #4A7437);
    border: #3b6e22 1px solid;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.buttonRedSmall {
    background-color: #EB1C1C;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EB1C1C), to(#A41414));
    background: -webkit-linear-gradient(top, #EB1C1C, #A41414);
    background: -moz-linear-gradient(top, #EB1C1C, #A41414);
    background: -ms-linear-gradient(top, #EB1C1C, #A41414);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB1C1C', endColorstr='#A41414');
    background: -o-linear-gradient(top, #EB1C1C, #A41414);
    border: #994145 1px solid;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.width300 {
    width: 300px;
}

.width200 {
    width: 200px;
}

.with150 {
    width: 150px;
}

.with60 {
    width: 60px;
}

.with80 {
    width: 80px;
}


table.tablesorter {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.tablesorter thead tr .header {
        background-image: url('../Images/bg.gif');
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url('../Images/asc.gif');
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url('../Images/desc.gif');
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

/**************************************************************************************************/
.error {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/dialog_error.png');
}

tr.alt-expiring td {
    background-color: rgb(224, 168, 168);
}

tr.expiring td {
    background-color: rgb(243, 212, 212);
}

tr.alt-expiring2 td {
    background-color: rgb(255, 255, 132);
}

tr.expiring2 td {
    background-color: rgb(255,255,15);
}

ul.stations {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

    ul.stations li.extended {
        display: none;
    }

tr.high-contrast th {
    background-color: rgb(221,217,196);
    font-weight: normal;
}

/**************Start ACH Viewer***********************************/
#pnlACH {
    width: 100%;
    height: 100%;
}

#LeftPane, #RightPane {
    padding: 5px 5px 5px 5px;
}

.lbFiles {
    width: 100%;
    border: 0;
    overflow-x: auto;
    font-weight: bold;
}

#txtFileInfo {
    min-width: 800px;
    min-height: 96%;
    border: 0;
    font-size: 14px;
    overflow-y: auto;
}

#runningTotal {
    display: none;
    color: #888888;
    font-weight: bold;
    background-color: #efffff;
    width: 180px;
    height: 75px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #008888;
    position: relative;
    left: 0;
    top: 0;
}


#fileSelected {
    float: right;
    color: #ffffff;
    background-color: #999999;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    display: none;
}

.fwb {
    font-weight: bold;
}

.hide {
    display: none;
}

.achSentFiles {
    border: 1px solid #aaaaaa;
    /*height: 80px;
     overflow:auto; */
}
/******jQuery DatePicker****************************************/
.ui-datepicker-week-end, .ui-datepicker-week-end, a.ui-state-default {
    color: #ffffff;
    background-color: #777777;
}

.ui-datepicker-current-day {
    background: #33FF00;
}

.sentFileMatch {
    background-color: #00ff00;
}

.missingAchFile {
    background-color: #ff0000;
    color: #ffffff;
}
/**************End ACH Viewer***********************************/

td.vir-descriptions-text {
    font-size: 9pt;
}


/* OBD Monitor*/
.dialog {
    display: none;
}

.monitor {
    width: 10em;
    float: left;
}

.form-div {
    width: 100%;
}

.monitor-label {
    width: 33%;
    margin-right: 4px;
    display: inline-block;
}

.monitor-input-text {
    width: 60%;
}

.holds-the-iframe {
    background: url(../images/loader.svg) center center no-repeat;
}
.template-body-tr, .template-header {
    border-color: #f2f2f2;
    border-style: solid;
    border-width: thin;
    color: #3d3d3d;
}
.template-header {
    background-color: #DBE1E6;
}
.template-dl > tbody > tr:nth-of-type(odd) .template-body-tr {
    background-color: #f2f5fe
}

.floatingSpan2 {
    display: inline-block;
    width: 450px;
    margin-right: 10px;
    margin-left: 20px;
    vertical-align: top;
    text-align: left;
    padding-right: 10px;
    margin-bottom: 10px;
}
.td-wd-20{
    width:20%;
}