﻿/* Import fonts */
@font-face {
    font-family: 'segoe_uiregular';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/segoeui-webfont.eot');
    src: url('fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoeui-webfont.woff') format('woff'),
         url('fonts/segoeui-webfont.ttf') format('truetype'),
         url('fonts/segoeui-webfont.svg#segoe_uiregular') format('svg');
}

@font-face {
    font-family: 'segoe_uilight_italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/seguili-webfont.eot');
    src: url('fonts/seguili-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/seguili-webfont.woff') format('woff'),
         url('fonts/seguili-webfont.ttf') format('truetype'),
         url('fonts/seguili-webfont.svg#segoe_uilight_italic') format('svg');
}

@font-face {
    font-family: 'segoe_uilight';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/segoeuil-webfont.eot');
    src: url('fonts/segoeuil-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoeuil-webfont.woff') format('woff'),
         url('fonts/segoeuil-webfont.ttf') format('truetype'),
         url('fonts/segoeuil-webfont.svg#segoe_uilight') format('svg');
}

/* style for html page & body */

#exportmsg {
    float: left;
    font-family: segoe_uilight, "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 12px;
    padding-top: 5px;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: scroll;
    overflow-y: scroll;
}

body { font-size: 12px; }

/* Replaced by Global Style 25-07-2014
* { font-family: segoe_uilight, "Lucida Sans Unicode", Arial, Verdana, sans-serif; }
*/

/* text */

hr {
    background-color: rgb(107, 128, 146);
    border: 0;
    color: #253b86;
    height: 2px;
}

p, ul {
    line-height: 1.6em;
    margin-bottom: 20px;
}

a {
    color: #253b86;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

a img { border: none; }

a.ul {
    border: none;
    text-decoration: none;
}

a.ul span {
    color: #253b86;
    text-decoration: none;
}

a.ul:hover span { text-decoration: underline; }

/* Replaced by Global Style 25-07-2014
input[type="text"],
input[type="password"],
textarea {
    border: solid 1px #aacfe4;
    color: #696969;
    font-size: 13px;
    height: 20px;
    padding: 2px 2px;
    width: 200px;
}
*/

select {
    height: 26px;
    line-height: 26px;
    width: auto;
}

/* Replaced by Global Style 25-07-2014
input[type="submit"],*/

input[type="button"],
button {
    border: solid 1px #aacfe4;
    color: #555;
    cursor: pointer;
    height: 24px;
    margin: 15px 15px 15px 0;
    padding-left: 35px;
}

h1, h2, h3, h4, h5, h6 {
    color: #77c043;
    font-size: 1.5em;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #77c043; }

h1 {
    font-size: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
}

h2 {
    font-weight: bold;
    margin-bottom: 8px;
}

h3 {
    color: #555;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

h4 {
    border-bottom: solid 1px rgb(107, 128, 146);
    color: #555;
    font-size: 11px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

h5, h6 { font-size: 1em; }

/* Replaced by Global Style 25-07-2014
label {
    display: inline-block;
    font-weight: bold;
    text-align: right;
    margin-bottom:2px;
}*/

label span { font-weight: normal; }

.field {
    display: block;
    height: 18px;
    padding: 0 10px 2px 0;
    padding-top: 3px;
    vertical-align: middle;
}

.fieldWithFloat {
    display: block;
    float: left;
    padding: 0 10px 2px 0;
    padding-top: 3px;
    vertical-align: middle;
}

.detailsTable tr th {
    border-bottom: thin solid black;
    min-width: 125px;
    text-align: left;
    vertical-align: top;
}

.detailsTable tr td {
    min-width: 125px;
    vertical-align: top;
}

.detailsHeader { font-size: 14px }

.detailsSection { font-size: 14px }

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2 { margin-top: 0; }

.leftColumn { float: left; }

.cbList { display: inline !important; }

/* file upload */

DIV.ProgressBar {
    border: 1px solid black;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    height: .75em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0;
    width: 100px;
    zoom: 1;
}

DIV.ProgressBar DIV {
    background-color: Green;
    float: left;
    font-size: 1pt;
    height: 100%;
}

SPAN.asyncUploader OBJECT {
    left: 10px;
    position: relative;
    top: 5px;
}

/* construct */

.logo { margin: 30px 25px -10px 25px; }

.page {
    margin: 0 auto 0;
    width: 100%;
}

#header {
    background-color: #007193;
    color: #000;
    margin-bottom: 0;
    min-width: 1220px;
    padding: 0;
    position: relative;
}

#header h1 {
    border: none;
    color: #fff;
    font: 32px/2em Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
}

#main {
    background-color: #fff;
    margin-bottom: 20px;
    min-width: 1220px;
    padding: 10px 10px 10px 10px;
    _height: 1px;
}

.UserRoleCheckList input { height: 18px; }

.ui-multiselect-menu label { text-align: left !important; }

#footer {
    border-top: 3px solid rgb(107, 128, 146);
    color: #999;
    font-size: .9em;
    line-height: normal;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

#logindisplay {
    color: #ffffff;
    font-size: 1.1em;
    margin: 5px 10px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 2px;
    vertical-align: middle;
}

.help { margin-right: 25px; }

.help img {
    float: left;
    margin-right: 0;
    margin-top: -5px;
}

#logindisplay a { color: #ffffff; }

.clear { clear: both; }

.selectedBranch > span > a { font-weight: bold; }

/* Replaced by Global Style 25-07-2014
.breadCrumb {
    color: #777;
    display: inline;
    float: right;
}

.breadCrumb a {
    border-color: #777;
    color: #777;
    line-height: 13px;
}
*/

#GridNoResults {
    font-size: larger;
    font-weight: bold;
    margin-top: 25px;
}

.search {
    background: rgb(217, 226, 233);
    border: solid 2px rgb(107, 128, 146);
    margin-bottom: 20px;
    padding: 10px;
}

.filter {
    background: rgb(217, 226, 233);
    border: solid 2px rgb(107, 128, 146);
    padding: 10px;
}

.search img {
    float: left;
    margin: 4px 0;
}

.search label {
    float: left;
    font-weight: bold;
    padding: 0 0 0 5px;
    text-align: right;
}

.search label span {
    display: block;
    font-weight: normal;
}

.search label.single { line-height: 32px; }

.search input[type="text"],
.search input[type="checkbox"],
.search input[type="password"] { float: left; }

.search select { float: left; }

.search input[type="submit"],
.search input[type="button"],
.search button {
    margin: 4px 0 4px 15px;
    padding: 0 20px 0 35px;
}

#messages {
    background: url("images/icons/info_16.png") no-repeat 6px 60% #eaeaea;
    border: solid 2px #ccc;
    margin: 0 0 20px;
    padding: 4px 0 4px 30px;
}

#messages li { list-style: none; }

.info {
    background: url("images/icons/info_16.png") no-repeat 6px 5px #eaeaea;
    border: solid 2px #ccc;
    margin: 0 0 10px;
    padding: 4px 0 4px 30px;
}

.errors {
    background-color: #f08080;
    background-image: url("images/icons/warning_48.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border: 1px solid red;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-top: 10px;
    vertical-align: middle;
}

.errors li { color: #fff !important; }

.errorlittle {
    background-color: #f08080;
    background-image: url("images/icons/warning_16.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border: 1px solid red;
    float: left;
    padding: 5px 5px 5px 35px;
    vertical-align: middle;
}

/* Styles for buttons
-----------------------------------------------------------*/

.add { background: url("images/icons/add1_16.png") no-repeat 0% 50%; }

.addWithBG {
    background: url("images/icons/add1_16.png") no-repeat 5% 50% #f0f0f0;
    width: auto !important;
}

.resetpassword { background: url("images/icons/update-password-icon-bg.png") no-repeat 0% 50%; }

.accept { background: url("images/icons/check_16.png") no-repeat 5% 50% #f0f0f0; }

.acknowledge { background: url("images/icons/check_16.png") no-repeat 5% 50% #f0f0f0; }

.select { background: url("images/icons/check_16.png") no-repeat 5% 50% #f0f0f0; }

.next { background: url("images/icons/next_16.png") no-repeat 5% 50% #f0f0f0; }

.searchbtn { background: url("images/icons/search_08_16.png") no-repeat 5% 50% #f0f0f0; }

.savebtn { background: url("mages/icons/floppy_2_16.png") no-repeat 5% 50% #f0f0f0; }

.view, .viewmedical, .review { background: url("images/icons/view_16.png") no-repeat 5% 50% #f0f0f0; }

.previous { background: url("images/icons/Previous-outline.png") no-repeat 5% 50% #f0f0f0; }

.cancel { background: url("images/icons/cancel_16.png") no-repeat 5% 50% #f0f0f0; }

.edit { background: url("images/icons/edit_16.png") no-repeat 0% 50%; }

.takedown { background: url("images/icons/takedown_16.png") no-repeat 0% 50%; }

.issuecard { background: url("images/icons/contact_16.png") no-repeat 0% 50%; }

.assigncard { background: url("images/icons/contact_16.png") no-repeat 0% 50%; }

.cancelcard { background: url("images/icons/cancel_16.png") no-repeat 0% 50%; }

.bookvisit { background: url("images/icons/cal_16.png") no-repeat 0% 50%; }

.adddelivery { background: url("images/icons/shipping_16.png") no-repeat 0% 50%; }

.re-issuecard { background: url("images/icons/redo_16.png") no-repeat 0% 50%; }

.editbutton { background: url("images/icons/edit_16.png") no-repeat 5% 50% #f0f0f0; }

.pause { background: url("images/icons/pause_16.png") no-repeat 5% 50% #f0f0f0; }

.play { background: url("images/icons/play_16.png") no-repeat 5% 50% #f0f0f0; }

.printbutton { background: url("images/icons/printer_16.png") no-repeat 5% 50% #f0f0f0; }

.medicalbutton { background: url("images/icons/medical_16.png") no-repeat 5% 50% #f0f0f0; }

.editvalidators { background: url("images/icons/edit_16.png") no-repeat 0% 50%; }

.delete, .deleterole, .deleteuser { background: url("images/icons/delete_16.png") no-repeat 0% 50%; }

.deletebtn { background: url("images/icons/delete_16.png") no-repeat 0% 50%; }

.export { background: url("images/icons/export_16.png") no-repeat 0% 50%; }

.exportbtn { background: url("images/icons/export_16.png") no-repeat 0% 50%; }

.recordresult { background: url("images/icons/medical_16.png") no-repeat 0% 50%; }

com, grid
.icon { padding-left: 35px !important; }

.gridColumnCentre { text-align: right !important; }

/* forms */

.photo {
    cursor: pointer;
    float: left;
    padding: 2px 15px 14px 14px;
    text-align: center;
}

.photo a { border: none; }

.photo a span {
    color: #253b86;
    text-decoration: underline;
}

.photo a:hover span { text-decoration: underline; }

.formContainer {
    float: left;
    padding: 2px 14px 14px 14px;
}

.formContainer h4 { margin: 0 0 15px; }

.form, .formCompact, .formAlt, .formLW {
    background: rgb(217, 226, 233);
    border: 1px solid rgb(107, 128, 146);
    clear: both;
    float: left;
    margin-bottom: 5px;
    padding: 14px 14px 0;
}

.formColumn0 {
    float: left;
    margin: 0 0 15px;
    width: 470px;
}

.formColumn520 {
    float: left;
    margin: 0 0 15px;
    width: 520px;
}

.formColumn540 {
    float: left;
    margin: 0 0 15px;
    width: 540px;
}

.formColumn100 {
    float: left;
    margin: 0 0 15px;
    padding-right: 30px;
    width: 400px;
}

.formColumn600 {
    float: left;
    margin: 0 0 15px;
    padding-right: 30px;
    width: 600px;
}

.formColumn700 {
    float: left;
    margin: 0 0 15px;
    padding-right: 30px;
    width: 700px;
}

.formColumn800 {
    float: left;
    margin: 0 0 15px;
    padding-right: 30px;
    width: 800px;
}

.formColumn100 div { line-height: normal; }

.formColumn1 {
    float: left;
    margin: 0 0 15px;
    padding: 0 15px 0 0;
    width: 460px;
}

.formColumn2 {
    border-left: solid 1px rgb(107, 128, 146);
    float: left;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    width: 460px;
}

.vtabContainer {
    margin: 5px 5px 30px 10px;
    min-height: 500px
}

.dashSubHead {
    background: rgb(217, 226, 233);
    font-size: larger;
    font-weight: bold;
    margin-top: 30px;
    padding: 5px;
}

.dashSubHeadTop {
    background: rgb(217, 226, 233);
    font-size: larger;
    font-weight: bold;
    padding: 5px;
}

.dashSubHeadPadded {
    background: rgb(217, 226, 233);
    font-size: larger;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px;
    padding-left: 30px;
}

.dashSubHeadTopPadded {
    background: rgb(217, 226, 233);
    font-size: larger;
    font-weight: bold;
    padding: 5px;
    padding-left: 30px;
}

/* Styles for card renders
-----------------------------------------------------------*/

.cardRender {
    float: left;
    padding-left: 30px;
}

#card {
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 270px;
    width: 430px;
}

.cardRender p {
    color: red;
    float: left;
    font-size: 80px;
    font-weight: bold;
    height: 280px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 420px;
}

.small {
    color: #666666;
    display: block;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    width: 220px;
}

/* Styles for form
-----------------------------------------------------------*/

.form label {
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    height: 18px;
    padding-right: 5px;
    padding-top: 3px;
    vertical-align: middle;
    width: 180px;
}

.formLW label {
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    height: 18px;
    padding-right: 5px;
    padding-top: 3px;
    vertical-align: middle;
    width: 260px;
}

.formCompact label {
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    height: 18px;
    padding-right: 5px;
    padding-top: 3px;
    vertical-align: middle;
    width: 180px;
}

.form label span {
    color: #999;
    display: block;
    font-size: 11px;
}

.formLW input,
.formLW select,
.formLW textarea {
    display: block;
    margin-bottom: 2px;
    width: 250px;
}

.form input,
.form select,
.form textarea {
    margin-bottom: 2px;
    width: 250px;
}

.form textarea {
    height: 200px;
    margin-bottom: 20px;
}

.form input[type="checkbox"], .form input[type="radio"] {
    display: block;
    height: 20px;
    width: auto;
}

.formLW input[type="checkbox"], .formLW input[type="radio"] {
    display: block;
    height: 20px;
    width: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .form input[type="checkbox"] {
        float: left;
        height: 18px !important;
    }
}

.form select { width: 256px; }

.formAlt label {
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    height: 22px;
    padding-right: 5px;
    padding-top: 2px;
    width: 140px;
}

.formAlt label span {
    color: #999;
    display: block;
    font-size: 11px;
}

.formAlt input,
.formAlt select,
.formAlt textarea { margin-bottom: 8px; }

.form2 input[type="checkbox"], .form input[type="radio"] { width: auto; }

/* Replaced by Global Style 25-07-2014
.formContainer input[type="submit"], */

.formContainer input[type="button"],
.formContainer button {
    margin: 15px 15px 0 0;
    padding-left: 35px;
}

.formContainer h2 { margin-bottom: 0; }

.formContainer hr { margin-top: 0; }

.swipes input[type="text"] { width: 90px; }

.modifiedBy {
    color: #888;
    padding-top: 15px;
}

.modifiedBy a {
    border-color: #888;
    color: #888;
}

/* people tree */

.PeopleTreeTable { width: 100%; }

.PeopleTree {
    border: solid 1px rgb(107, 128, 146);
    border-top: none;
    padding: 15px;
    width: 300px;
}

.PeopleTreeResults {
    border: solid 1px rgb(107, 128, 146);
    border-top: none;
    padding: 15px;
}

.PeopleTreeTable .search { margin: 0; }

.PeopleTreeHeading {
    background: rgb(217, 226, 233);
    border: solid 2px rgb(107, 128, 146);
    padding: 10px 10px 10px 15px;
}

.PeopleTreeGap { width: 15px; }

/* quals */

.expiredQual { color: Red; }

.Red { color: Red; }

.Green { color: Green; }

.soonToExpireQual { color: Orange; }

/* tables */

.table td {
    padding: 5px;
    vertical-align: top;
}

.table {
    border: solid 2px #ccc;
    color: #696969;
    padding: 5px;
}

.table th {
    background-color: #007193;
    color: #fff;
    padding: 5px;
}

.table td {
    border-spacing: 0;
    padding: 5px;
    vertical-align: top;
}

.table a {
    border-color: #696969;
    color: #696969;
}

/* dashboard */

.Db { width: 100%; }

.DbTable {
    height: 100%;
    width: 100%;
}

.DbTableHeading {
    background: rgb(217, 226, 233);
    border: solid 2px rgb(107, 128, 146);
    padding: 10px 10px 10px 15px;
}

.DbTableContent {
    border: solid 1px rgb(107, 128, 146);
    border-top: none;
    height: 350px;
    padding: 15px;
}

.DbTableContentShort {
    border: solid 1px rgb(107, 128, 146);
    border-top: none;
    height: 250px;
    padding: 15px;
}

.DbStatsTable {
    font-size: 36px;
    width: 100%;
}

.DbStatsTable td:first-child {
    padding-right: 15px;
    text-align: right;
}

.DbStatsTable a {
    border-color: #777;
    color: #777;
    font-size: 12px;
    text-decoration: none;
    vertical-align: super;
}

.DbStatsTable .dashboardNonLink {
    border-color: #777;
    color: #777;
    font-size: 12px;
    text-decoration: none;
}

.DbStatsTable a:hover {
    color: #253b86;
    text-decoration: none;
}

.DbStatsTable span { color: #f66; }

.DbStatsTable span a {
    border-color: #f66;
    color: #f66;
}

/* swipe plan */

.PeopleTable {
    border-bottom: solid 2px #ccc;
    float: left;
    width: 200px;
}

.SwipeTable {
    overflow: auto;
    width: auto;
}

.Table {
    border: solid 2px #ccc;
    color: #696969;
    float: left;
}

.rowHeader {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.row,
.rowAlt {
    border-top: solid 1px #ccc;
    clear: both;
    margin: 1px 0;
    text-align: center;
}

.row2 {
    clear: both;
    font-weight: bold;
    height: 21px;
    text-align: center;
}

.row2start { border-top: solid 2px #ccc; }

.row a, .row2 a {
    border-color: #696969;
    color: #696969;
}

.cellTotal {
    display: inline;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 100px;
}

.cell,
.cellAlt {
    display: inline;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 30px;
}

.cell200,
.cell200Indent {
    border-left: solid 2px #ccc;
    display: inline;
    float: left;
    height: 20px;
    padding-left: 10px;
    text-align: left;
}

.cell200Indent { padding-left: 25px; }

.cell200 a { border: none; }

.shift,
.zone1,
.zone2,
.zone3 {
    display: inline;
    filter: alpha(opacity=80);
    float: left;
    font-size: 8px;
    height: 12px;
    margin-top: 4px;
    opacity: 0.8;
    position: absolute;
    z-index: 10;
}

.zone1 { background-color: #ff6666; }

.zone2 { background-color: #fff132; }

.zone3 { background-color: #00eb7e; }

/* tree views */

.treeview a {
    border: none;
    color: #253b86;
    text-decoration: none;
}

.treeview a:hover {
    color: #253b86;
    text-decoration: none;
}

.treeview a img {
    padding-right: 5px;
    vertical-align: top;
}

.ShiftValid { position: relative; }

.ShiftNoStart { background-color: #ff0; }

.ShiftNoEnd { background-color: #f00; }

.cellContainer {
    left: 0;
    overflow: hidden;
    position: relative;
}

.cell2 {
    color: #000000;
    list-style-type: square;
    margin-left: 15px;
}

.cellAlt { background-color: #eee; }

/* menu */

#menucontainer {
    height: 39px;
    margin-right: 10px;
}

ul#menu {
    margin: 0;
    min-width: 1220px;
    padding: 0 0 6px;
    position: relative;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    color: #fff;
    font-weight: bold;
    line-height: 2.8em;
    padding: 10px 20px;
    text-decoration: none;
}

ul#menu li a {
    background-color: rgb(217, 226, 233);
    border: none;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    height: 35px;
    line-height: 2.8em;
    margin-bottom: 5px;
    padding: 0 19px;
    text-decoration: none;
}

ul#menu li a:hover {
    background: #77c043;
    color: #FFFFFF;
    text-decoration: none;
}

ul#menu li.selected a {
    background: #fff;
    color: #000;
}

ul#menu li.active a {
    background: #77c043;
    color: #FFFFFF;
}

ul#menu li:first-child a {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

ul#menu li:last-child a {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

/* jquery overrides */

.ui-tabs { padding: 0; }

#tabs .ui-tabs-panel {
    -moz-border-radius: 0 !important;
    border: solid 2px rgb(107, 128, 146);
    border-top: none;
    padding: 15px;
}

#tabs .ui-tabs-nav {
    background: rgb(217, 226, 233);
    border: solid 2px rgb(107, 128, 146);
    padding-left: 5px;
}

.ui-widget-header { border: none; }

#tabs .ui-tabs-nav a {
    border: none;
    color: #666;
    font-weight: normal;
}

#tabs .ui-state-default {
    background: #e8eef4;
    border: solid 2px rgb(107, 128, 146);
    border-bottom: solid 2px rgb(107, 128, 146) !important;
    margin-right: 5px;
    padding: 0;
    position: relative;
    top: 3px;
}

#tabs .ui-state-active {
    background: #fff;
    border-bottom: solid 2px #fff !important;
}

#tabs .ui-state-active a { color: #253b86; }

#tabs .ui-state-hover a {
    background: #fff;
    color: #253b86;
}

#tabs .ui-corner-top { -moz-border-radius: 0 !important }

.ui-widget-content { border: none; }

.ui-widget-content a { border-color: #222; }

.ui-widget-content a:hover { border-color: #253b86; }

.ui-widget-header {
    background: rgb(217, 226, 233);
    border: solid 2px rgb(107, 128, 146);
    color: #555;
}

.ui-corner-all {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.datePicker {
    float: left;
    width: 85px !important;
}

#ui-datepicker-div { z-index: 99999 !important; }

a.ui-dialog-titlebar-close,
a.ui-datepicker-prev,
a.ui-datepicker-next { border: none; }

/* misc */

.Expired {
    color: #f00;
    font-weight: bold;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000 !important;
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
}

.validation-summary-valid { display: none; }

.cancelled { display: none }

.filterlink {
    background-color: lightgrey;
    border: 1px solid black;
    color: black;
    float: left;
    margin-bottom: 10px;
    margin-right: 2px;
    padding: 3px;
    width: 45%;
}

.filterlinkActive {
    background-color: lightgrey;
    border: 1px solid black;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 2px;
    padding: 3px;
    width: 45%;
}

/* Styles for tables
-----------------------------------------------------------*/

.ResultTable tr:nth-child(even) { background: #CCC }

.ResultTable tr:nth-child(odd) { background: #FFF }

.ResultTable th {
    background: rgb(92, 135, 178);
    color: white;
    padding: 8px;
    text-align: left;
    white-space: nowrap;
    width: auto;
}

.ResultTable td {
    color: Black;
    padding: 4px;
}

.ResultTable th a {
    color: White !important;
    margin-right: 10px;
    text-decoration: underline;
}

/* TAB OVERRIDES TO MAKE VERTICAL
-----------------------------------------------------------*/

#tabs {
    padding-left: 13em;
    position: relative;
}

#tabs .ui-widget-header {
    border-color: rgb(107, 128, 146);
    margin: -3.3px;
}

#tabs .ui-tabs-nav {
    background: rgb(107, 128, 146);
    bottom: 0.25em;
    left: 0.25em;
    padding: 1em 0 0.9em 0.7em;
    position: absolute;
    top: 0.25em;
    width: 12.5em;
}

#tabs .ui-tabs-nav li {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-bottom-width: 1px !important;
    border-radius: 4px 0 0 4px;
    border-right: none;
    margin-bottom: 3px;
    overflow: hidden;
    width: 100%;
}

#tabs .ui-tabs-nav li.ui-tabs-selected { border-right: 1px solid transparent; }

#tabs .ui-tabs-nav li a {
    float: right;
    padding-left: 0;
    text-align: right;
    width: 100%;
}

#tabs .ui-tabs-nav li a:hover {
    background: #77c043;
    color: White;
}

#tabs .ui-tabs-panel {
    border: 1px solid rgb(107, 128, 146);
    min-height: 600px;
    padding: 10px 0 0 10px;
}

#tabs .ui-tabs-selected {
    background: #77c043;
    border: 0 !important;
    padding: 0 !important;
}

#tabs .ui-tabs-selected a {
    background: #77c043;

    color: White !important;
}

#tabs .ui-tabs-nav li a {
    color: #333333;
    font-weight: bold;
}

#tabs .ui-tabs-nav li { border: 0 !important; }

.CardCheckName {
    float: left;
    font-weight: bold;
    vertical-align: top;
}

.CardCheckVal {
    float: left;
    padding: 0;
    vertical-align: top;
}

.additionalFilterDiv { clear: both; }

.test { width: 500px; }

/*Reporting*/

.DbTableReport tr:nth-child(even) { background: #CCC }

.DbTableReport tr:nth-child(odd) { background: #FFF }

.DbTableReport th {
    background: rgb(92, 135, 178);
    color: white;
    padding: 8px;
    text-align: left;
}

.DbTableReport td {
    color: Black;
    padding: 4px;
}

.DbTableReport th a {
    color: White !important;
    margin-right: 10px;
    text-decoration: underline;
}

.SearchFont {
    color: rgb(92, 135, 178);
    font-weight: bold;
}

.spacer10 {
    clear: both;
    height: 10px;
}

.highlight { border: 1px solid red; }

.selectItems {
    font-size: 12px;
    width: 500px;
}

.selected {
    background-color: rgb(92, 135, 178);
    width: 500px;
}

.unselected { background-color: white; }

.quicksearch { font-size: 10px; }

.additionalFilterDiv { clear: both; }

/*End Reporting*/

/* Loading Display*/

.overlay {
    -moz-opacity: 0.30;
    background-color: #FFFFFF;
    filter: Alpha(Opacity=30);
    height: 100%;
    left: 0;
    opacity: 0.30;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

* html .overlay {
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    position: absolute;
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.loaderaction {
    left: 50%;
    margin-left: -60px;
    position: fixed;
    top: 50%;
    width: 120px;
    z-index: 100;
}

* html .loaderaction {
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    position: absolute;
}

/* End Loading Display*/

.DashBoardText {
    color: #888888;
    font-style: italic;
}

.certificate {
    padding: 14px;
    width: 700px;
}

.no-close .ui-dialog-titlebar-close { display: none; }