﻿
html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #232425;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.35em;
    cursor: default;
}

a {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.35em;
}

body {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
    padding: 0;
}
div {
    margin: 0;
    padding: 0;

}
span {
    margin: 0;
    padding: 0;
}

img {
    vertical-align:middle;
    border:0;
    margin:0;
}

p {
    margin: 0;
    line-height: 1.35em;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom:20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-right-bottom {
    float: right;
    vertical-align: bottom;
}

/*buttons
    ----------------------------------------------------------*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 6px;
    padding: 6px 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.428;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 130px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Arial, Helvetica, 'Sans Serif';
}

.btn-primary {
    color: #ffffff;
    background-color: #41a940;
    border-color: #3a9739;
}

.btn-secondary {
    color: #ffffff;
    background-color: #a7a9aa;
    border-color: #9a9b9c;
}

.btn:hover, .btn:focus {
    color: #7b7c7d;
    text-decoration: none;
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #ffffff;
    background-color: #338432;
    border-color: #296a28;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #ffffff;
    background-color: #8d9091;
    border-color: #7b7c7e;
}

.btn[disabled] {
    color: #d0cece;
    background-color: #efefef;
    border-color: #e0e0e0;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}



/* status bars*/
div.StatusBar {
    border: 2px;
    border-style: inset;
    HEIGHT: 24px;
    background-color: white;
}

/* main layout
----------------------------------------------------------*/
div.page-wrapper {
    padding: 30px 40px 30px 40px;
}

.site-title {
    color: #41a940;
    font-size: 30px;
    line-height: 1.15em;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom:20px;
    margin: 0px;
}

.selector-title {
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

div.companypicklist {
    height: 10em;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid lightgray;
    cursor: default;
    margin-bottom:20px;
}

div.servicepicklist {
    height: 8em;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid lightgray;
    cursor: default;
    margin-bottom:20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
    padding: 0px;
    margin: 0px;
}


    table.picklist {
        width: 100%;
        cursor: default;
    }

tr td {
    padding: 0px;
    border: 0px;
    font-family: Arial;
    font-size: 14px;
}

td.ShowSelector {
    width: 37px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

td.HideSelector {
    width: 10px;
    height: 30px;
}


tr.Selected {
    height: 30px;
    background-color: #41a940;
    color: white;
}

tr.UnSelected {
    height: 30px;
    background-color: inherit;
    color: inherit;
}

td.DirectDepositIndent {
    text-align: right;
    width: 290px;
    padding-right: 10px;
}

div.statusList {
    height: 6em;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid lightgray;
    cursor: default;
}

td.StatusGrahic {
    width: 55px;
    height: 30px;
    align-content: center;
    vertical-align: middle;
    text-align: center;
}

a.WelcomeLink {
    color:#07A1D8;
    text-decoration: none;
}
a.WelcomeLink:link {
    color:#07A1D8;
}

a.WelcomeLink:active {
    color:#07A1D8;
}

a.WelcomeLink:visited {
    color:#07A1D8;
}
a.WelcomeLink:hover {
    color:#07A1D8;
}


