body {
    color: #58585A
}
p {
    margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1 {
    color: #005280;
    font-size: 22pt;
    padding-top: 15px;
    line-height: 22pt;
}
h4,h5 {
    font-weight: bold;
}
.indexHeading h1,
.indexHeading h2,
.indexHeading h3,
.indexHeading h4,
.indexHeading h5,
.indexHeading h6 {
    color: #FAC737;
    font-weight: bold;
}

.indexHeading h4.alt{
    color: #ffffff;
}

.clearTextColour {
    color: #fff;
}
.header {
    background-color: #FFFFFF;
    border-bottom: 4px solid #FAC737;
}
.header img {
    width: 300px;
    height: 50px;
    padding: 11px 0 15px 19px;
    margin: 0;
}
.indexTileBg {
    background-color: #005280
}
.indexTileBg.alt {
    background-color: #E8E8E8;
}
.btn,
.btn-primary,
.btn-index {
    border-radius: 4px 4px 4px 4px;
    min-width: 150px;
    box-shadow: none;
    padding: 8px 30px 8px;
    border: none;
    text-shadow: none;
    color: #333;
    font-size: 12pt;
}
.btn-index {
    background-color: #FAC737;
    background-image: none;
    color: #fff;
}
.btn-primary {
    background-color: #637D85;
    background-image: none;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #3A545C;
}
.clearTextColour a,
.clearTextColor .btn-link {
    color: #007499;
    text-decoration: underline;
}
.clearTextColour a:hover,
.clearTextColour a:focus {
    color: #005280;
    text-decoration: underline;
}
a,
.btn-link {
    color: #007499;
    text-decoration: underline;
}

.welcome {
    float: right;
    color: #fff;
    line-height: 80px;
    margin-right: 30px;
}
.welcome i {
    margin-left: 15px;
}
#menu-container{
    background: #fff;
    background-color: #fff;
}
.menu {
    margin-top: 1px;
}
.menu li {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    background-color: #F8F8F8;
}
.menu li:hover {
    background: #E8E8E8;
}
.menu li.selected {
    background: #FAC737;
    border-top: 1px solid #FAC737;
    border-bottom: 1px solid #FAC737;
    box-shadow: none;
}
ul#nav li:last-child, ul#nav li.lastMenuItem {
    border-right: 1px solid #C8C8C8;
}
ul#nav li:last-child.selected, ul#nav li.lastMenuItem.selected {
    border-right: 1px solid #FAC737;
}
ul#nav li:first-child {
    border-left: 1px solid #C8C8C8;
}
ul#nav li:first-child.selected {
    border-left: 1px solid #FAC737;
}
ul#nav {
    background-color: #fff;
    margin: 0;
    border-bottom: none;
    border-top: none;
    padding-left: 1px;
}
ul#nav span {
    display: inline-block;
}
ul#nav a {
    color: #14467B;
    display: inline-block;
    width: 100%;
    padding: 5px 0 3px 0;
}

ul#nav li {
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
}
ul#nav li span {
    color: #005280;
}
ul#nav .selected span {
    color: #fff;
}
.cpwd {
    text-align: left;
    display: inline-block;
    vertical-align: middle\9;
}
#pull {
    background-color: #bfbfbf;
    width: 100%;
    position: relative;
    padding: 10px 0 8px 0px!important;
}
#pull:after {
    content:"";
    background: url('../images/nav-icon.png') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 8px;
}
#pull a {
    color: #fff;
    padding-left: 20px!important;
    text-decoration: none;
    font-weight: bold;
}
.footer {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#fff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-top: 2px solid #FAC737;
    font-size: 11px;
    padding: 10px 0px;
}
.footer img {
    height: 30px;
}
.footer a {
    text-decoration: none;
    white-space: nowrap;
    margin-left: 2px;
}
.footer a:hover, a:focus {
    text-decoration: underline;
}
.footer ul {
    margin: 0;
}
.footer li {
    border-right: 1px solid #555;
    padding: 0 10px;
    line-height: 11px;
    cursor: pointer;
}
.footer li.visible-desktop {
    display: inline-block\9!important;
}
.footer li:last-child {
    border-right: none;
}
.footer li a {
    color: #555;
}
.inlineBlock {
    display: inline-block;
}
.divider {
    margin-bottom: 15px;
}
.bigDivider {
    height: 25px;
}
.smallDivider {
    margin-bottom: 10px;
}
.textcenter {
    text-align: center;
}
label i {
    color: #DD1144;
}
.alert {
    color: #333;
    border: 1px solid #ccc;
    background-color: #F8F8F8 !important;
    border-color: #C6C6C9;
    text-shadow: none;
    margin-top: 15px;
    margin-bottom: 15px;
    background: rgb(248,248,248); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(226,232,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(226,232,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(226,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(226,232,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(226,232,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(226,232,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e2e8e8',GradientType=0 ); /* IE6-9 */

}
.alert p,
.alert ol {
    font-size: 14px;
}
.alert-text {
    vertical-align: text-top;
    font-size: 16px;
    padding-left: 10px;
}
.companion-text {
    vertical-align: top;
}
.text-holder {
    display: inline-block;
    width: 78%;
}
tr {
    border: 1px solid #ccc;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.position-rel {
    position: relative;
}
.position-abs {
    position: absolute;
}
/* Avoka Icons */
.v-bottom {
    vertical-align: sub;
    vertical-align: top\9;
}
.v-top {
    vertical-align: top;
}
/* Account detail page */
i[class^="icon-"] + a {
    color: #555;
    text-decoration: none;
    margin-left: 10px;
    vertical-align: middle;
}
i[class^="icon-"] + a:hover,
i[class^="icon-"] + a:focus {
    text-decoration: underline;
}
/* End account detail page */

[class^="icon-"], [class*=" icon-"] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.icon-home-white {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -97px -133px transparent!important;
}
.icon-password-white {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -30px -195px transparent!important;
}
.icon-account-white {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -65px -165px transparent!important;
}
.icon-history-white {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -33px -165px transparent!important;
}
.icon-form-white {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -97px -165px transparent!important;
}
.icon-tasks-white {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll 0px -133px transparent!important;
}
.icon-logout-white {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -4px -166px transparent!important;
}
.icon-attach-white {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -33px -259px transparent!important;
}
.icon-deliver {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -64px -259px transparent!important;
}
.icon-logout {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -1px -35px transparent!important;
}
.icon-note {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -98px -68px transparent!important;
}
.icon-alert {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -66px -68px transparent!important;
}
.icon-success {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -35px -292px transparent!important;
}
.icon-file {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -1px -68px transparent!important;
}
.icon-account {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -63px -36px transparent!important;
}
.icon-download {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -35px -103px transparent!important;
}
.icon-email {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -4px -102px transparent!important;
}
.icon-history {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -32px -35px transparent!important;
}
.icon-password {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -32px -65px transparent!important;
}
.icon-users {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -1px -292px transparent!important;
}
.icon-folder-white {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -97px -195px transparent!important;
}
.icon-folder {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -64px -99px transparent!important;
}
.icon-delete {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -97px -292px transparent!important;
}
.icon-revert {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -32px -257px transparent!important;
}
.icon-home {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -97px -4px transparent!important;
}
.icon-form {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -97px -35px transparent !important
}
.icon-map {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll -64px -4px transparent !important
}
.icon-tasks {
    background: url("../images/Avoka_Icon_Set_32.png") no-repeat scroll 0px -4px transparent !important
}
/* --- blue icons --- */
li:hover .icon-home-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll -99px -4px transparent!important;
}
.icon-home-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll -99px -132px transparent!important;
}
li:hover .icon-form-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll 0px -67px transparent !important
}
.icon-form-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll 0px -195px transparent!important;
}
li:hover .icon-tasks-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll -2px -4px transparent !important
}
.icon-tasks-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll -2px -132px transparent!important;
}
li:hover .icon-history-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll -35px -35px transparent!important;
}
.icon-history-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll -35px -163px transparent!important;
}
li:hover .icon-account-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll -67px -36px transparent!important;
}
.icon-account-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll -67px -164px transparent!important;
}
li:hover .icon-password-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll -32px -65px transparent!important;
}
.icon-password-blue {
    background: url("../images/Avoka_Icon_Set_blue.png") no-repeat scroll -32px -193px transparent!important;
}
.greenTick {
    background: url("../images/tick.png") no-repeat scroll left top transparent;
    list-style-type: none;
    margin: 8px 0 6px -23px;
    padding-left: 25px;
}
.welcome span,
.pointer {
    cursor:pointer;
}
.infocell {
    display:inline-block;
    width:77%;
    vertical-align: top;
}
.infocell a {
    color: #00447C;
}
.infocell a[class*="btn"] {
    color: #fff;
    text-decoration: none;
}
.iconcell {
    display:inline-block;
    vertical-align: top;
    text-align: right;
    width: 20px;
}
.buttoncell {
    display:inline-block;
    width:30px;
    vertical-align: top;
    float: right;
}
/*home landing*/
.large-icon {
    width: 80px!important;
    height: 80px!important;
}
.icon-forms-large {
    background: url("../images/Portal_large_icons.png") no-repeat scroll 0px 0px transparent!important;
}
.hometab:hover .icon-forms-large {
    background: url("../images/Portal_large_icons.png") no-repeat scroll 0px -80px transparent!important;
}
.icon-task-large {
    background: url("../images/Portal_large_icons.png") no-repeat scroll -160px 0px transparent!important;
}
.hometab:hover .icon-task-large {
    background: url("../images/Portal_large_icons.png") no-repeat scroll -160px -80px transparent!important;
}
.icon-history-large {
    background: url("../images/Portal_large_icons.png") no-repeat scroll -80px 0px transparent!important;
}
.hometab:hover .icon-history-large {
    background: url("../images/Portal_large_icons.png") no-repeat scroll -80px -80px transparent!important;
}


/*small icons*/
.small-icon {
    width: 24px!important;
    height: 24px!important;
    margin-top:0px;
}
.icon-person-small {
    background: url("../images/Avoka_Icon_Set_24.png") no-repeat scroll -97px 0px transparent!important;
}
.icon-complete-small {
    background: url("../images/Avoka_Icon_Set_24.png") no-repeat scroll -26px 0px transparent!important;
}
/*
.icon-paperclip-small {
    background: url("../images/Avoka_Icon_Set_24.png") no-repeat scroll -4px 0px transparent!important;
}
.icon-signature-small {
    background: url("../images/Avoka_Icon_Set_24.png") no-repeat scroll -50px 0px transparent!important;
}
.icon-payment-small {
    background: url("../images/Avoka_Icon_Set_24.png") no-repeat scroll -73px 0px transparent!important;
}
.icon-clock-small {
    background: url("../images/Avoka_Icon_Set_24.png") no-repeat scroll -122px 0px transparent!important;
}    
.icon-task-small {
    background: url("../images/Avoka_Icon_Set_24.png") no-repeat scroll -147px 0px transparent!important;
}
.icon-form-small {
    background: url("../images/Avoka_Icon_Set_24.png") no-repeat scroll -172px 0px transparent!important;
}*/
.icon-paperclip-small-attachment-tile {
    background: url("../images/Avoka_Icon_Set_24.png") no-repeat scroll -4px -2px transparent!important;
}
.icon-arrow-orange,
.icon-clock-small,
.icon-task-small,
.icon-form-small,
.icon-paperclip-small,
.icon-signature-small,
.icon-payment-small
{
    background: url("../images/arrow_orange.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0) !important;
}
.icon-arrow-down
{
    background: url("../images/arrow_orange_down.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0) !important;
}
.margin-small-icon {
    margin-left:24px;
    margin-top:3px;
}

.midstrip {
    padding: 5px 0 15px 0
}
.hometabs {
    text-align: center;
    color: #00447C;
    cursor: pointer;
}
.tabdesc {
    position: relative;
}
.midtab {
    border-left: 1px solid #00447C;
    border-right: 1px solid #00447C;
}
.notShown {
    display: none;
}
.hometabdesc{
    padding-left: 21%;
    padding-right: 21%;
}
#form .arrow {
    left: 9%
}
#history .arrow {
    left: 93%
}
.popover {
    top: 5px;
}
/* login page style */
#heading {
}
.login {
    max-width: 250px;
}
.loginHeading {
    background: url("../images/login_icon.png") no-repeat right;
    padding-bottom: 30px;
    padding-top: 30px;
    max-width: 250px;
}
#loginButton {
    padding-top: 10px;
    padding-bottom: 10px;
}
#loginSubmit {
    width: 220px;
}
.loginlink {
    font-size: 11px;
    line-height: 30px !important;
}
.centered {
    margin: 0 auto;
}

/* login page style end */
.error {
    background-color: #F2DEDE !important;
}
a.toggle {
    padding-left: 10px;
}
.form-search label {
    display: block;
}
input.percentageWidth {
    width: 95% !important;
}
input[type="text"], input[type="password"], select {
    height: 28px !important;
}
label.checkbox{
    padding: 16px 0 0 36px;
}
.cvvImg .well {
    padding:5px !important;
    background-color:#ffffff !important;
}
#termsAndConditions {
    padding-bottom: 20px;
}
.tileButton {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 20px;
    white-space: nowrap;
}
#todoAck input.btn {
    margin-bottom: 5px;
}
.fixed150 {
    width: 150px!important;
}
.right-align {
    text-align:right;
}
.no-wrap {
    white-space:nowrap;
}
#smallerFont {
    color: #555;
    font-size: 11px;
}
.border-dummy-content {
    height:300px;
}
/* style for submission-e-signature page */
.sigContainer {
    height: 60%;
}
.sigPanel {
    height: 100%;
    width: 95%;
    margin: 0 auto;
    background-color: #808080;
    border-radius: 4px;
}
.sigPanel a {
    color: #fff!important;
    display: inline-block;
    padding: 14px;
}
.topSpace {
    margin-top: 15px;
}
.topSpace.menu {
    margin-top: 20px;
}
#page-container {
    background-color: #fff;
}
/* style end for submission-e-signature page */
.tooltipImg {
    padding-bottom: 5px;
    padding-left: 5px;
}
.corner {
    background: url("../images/corner.png") no-repeat scroll -11px -1px transparent\9;
}
:root div.corner {
    background: none \0/IE9 !important;
}
.buttonCentre .btn {
    margin: 0 auto !important;
}
.tile-display {
    height: 148px;
}
.tile-display h5 {
    margin-top: 0;
}
.img-building {
    background: url("../images/index/building.jpg") no-repeat scroll center center transparent;
}
.img-med {
    background: url("../images/index/insurance.jpg") no-repeat scroll center center transparent;
}
.img-kids {
    background: url("../images/index/kids.jpg") no-repeat scroll center center transparent;
}
/* style for attachment page */
.greenBox {
    background: url("../images/tick.png") no-repeat scroll 99% 10px transparent; /*#DFF0D8;*/
}
input#comment {
    width: 300px;
}
#requiredAttachmentsListHolder {
    margin-bottom: 20px;
}
#optionalAttachmentTiles {
    margin-bottom: 20px;
}
#requiredAttachmentTiles .btn,
#optionalAttachmentTiles .btn {
    position: relative; /* For the file input object */
}
#confirmationButton {
    background-color: #637D85;
    color: #FFF;
}
#requiredAttachmentTiles .btn-primary{
    background-color: #637D85!important;
}
#requiredAttachmentTiles .btn-primary:hover,
#confirmationButton:hover{
    background-color: #3A545C!important;
}
#optionalAttachmentTiles .btn-primary{
    color:#333333;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
    background-color:#f5f5f5;
    background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#e6e6e6;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border:1px solid #cccccc;
    *border:0;
    border-bottom-color:#b3b3b3;
}
#optionalAttachmentTiles .btn-primary:hover {
    background-color: #e6e6e6;
}

#uploadForm_attachmentFile {
    cursor: pointer;
    font-family: Arial;
    font-size: 118px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
/* end of style for attachment page */
.hidden {
    display: none !important;
}
#menu-line {
    height: 4px;
    background-color: #14467B;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
}
.fileBoundary {
    border-bottom: 1px solid #ddd;
}
.clearMargin {
    margin-left: 0;
}
.glow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
a:focus {
    outline: 0;
}
#radiogroup label {
    display: inline-block;
    margin-top: 10px;
    padding: 0 10px;
    vertical-align: text-top;
}
.radioBox {
    padding: 5px 0;
}
.radioBox label {
    vertical-align: text-top;
    display: inline-block;
    margin: 0 0 0 8px;
}
.radioBox input {
    margin: 0;
}
.popover{
    max-width:836px!important;
    background-color: #F5F5F5;
}
.popover.bottom .arrow:after {
    border-bottom-color: #F5F5F5;
}

.popover-content {
    background-color: #F5F5F5;
}
.form-search{
    margin: 0;
}
.well{
    padding: 0px;
}
table {
    border-collapse: inherit;
}
td {
    min-width: 140px;
}
table.fields {
    white-space: normal;
}
table.portal {
    text-align: left;
}
table.portal td {
    min-width: 40px;
}
.calendar td {
    min-width: 0px;
}
.calendar {
	line-height: initial;
}
td label {
    display: inline-table;
    padding-right: 5px;
}
.small-right-pad{
    padding-right: 5px;
}
.fixedPadding {
    padding: 5px 0px;
}
.textLink, .btn-secondary, #confirmationForm_return, #confirmationForm_cancel {
    /* Remove all decorations to look like normal text */
    background: none;
    border: none;
    display: inline;
    font: inherit;

    padding: 0em;
    outline: none;
    outline-offset: 0em;
    /* Additional styles to look like a link */
    cursor: pointer;
    text-decoration: underline;

    max-width: 260px;
    color: #007499 !important; /* override hover color */
    font-size: 13px;
    font-weight: bold;
    border-radius: 0px;
}
.userShortcut {
    opacity: 0.3;
    border: 1px solid #000000;
    background: url("../images/icon-person.png") no-repeat scroll 0 0 #fff;
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer;
}
#shortlist {
    z-index: 100;
    top: 58px;
    right: 15px;
    opacity: 1;
}
#shortlist.item {
    border-bottom: 1px solid #fff;
}
.headerList {
    list-style: none;
    border: 1px solid #bfbfbf;
    background-color: #F2F2F2;
    width: 250px;
}
.headerList li {
    padding: 6px 22px;
    cursor: pointer;
}
.headerList li:hover {
    background-color: #E8E8E8;
}
.headerList li .shortlink {
    padding-left: 10px;
    color: #005280;
}

.headerList li a {
    color: #555555;
}
.headerList li:first-child {
    background-color: #005280;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor:inherit;
}
hr {
    border-top-color: #BFBFBF;
}
.scheduledDate {
    color: green;
    font-weight: bold;
}
.expiryDate {
    color: firebrick;
    font-weight: bold;
}
.assignedTo {
    color: darkblue;
    font-weight: bold;
}
.referenceNumber {
    color: #FAC737;
    font-size: 20pt;
    font-weight: normal;
    padding: 0px;
}
.errorColor {
    color: red;
}
.offsetMarginLeft {
    margin-left: -30px;
}
.offsetMarginLeft div[class*="span"] {
    padding-left: 0px;
    margin-left: 30px;
}
.noMarginLeft { 
	margin-left: 0px;
}
.externalLink, .externalLink:hover, .externalLink:visited{
    color:#007499;
}
.todoSort, .todoFilter{
    width:43px;
    display:inline-block;
}
.bold{
    font-weight:bold;
}
.red{
    color: red;
}
.blue{
    color:blue;
}
.navy{
    color:navy;
}
.green{
    color:green;
}
.whiteBackground{
    background-color: white;
}
.confirmationForm{
    margin-top:1em;
}
.lastEditInfo{
    margin-top:15px;
    margin-bottom:10px;
}
.quickLink > a{
    cursor:pointer;
}
.quickLink > a > div{
    position:relative;
}
.quickLink > a > div > span{
    position:absolute;
    padding-top:4px;
}
.description .mainHeader{
    font-size:14px;
    padding-bottom:4px;
}
.footerSeparator{
    width: 100%;
    height: 40px;
}
.search-form{
    padding-left: 30px;
}
.searchField{
    width: 270px;
    display: inline-block;
    margin-right:10px;
}
.searchDate{
    width: 100px;
    display: inline-block;
    margin-right:10px;
}
.searchButton{
    width:94px;
    display: inline-block;
    margin-right:10px;
}
.searchButton input {
    min-width: inherit;
}
.searchFilter{
    display: inline-block;
    margin-right:10px;
    width:156px;
}
.searchGroup{
    display: inline-block;
    margin-right:10px;
    width:146px;
}
.no-float{
    float:none;
}
.noItems p {
    color:#58585A;
    padding-top: 4px;
}
.radio, .checkbox {
    min-height: 30px;
}
.linkWithIcon{
    margin-bottom:10px;
}
.clear-both{
    clear:both;
}
.menuIcon{
    vertical-align: bottom;
}
.signatureStep{
    display: inline-block;
    width: 210px;
    vertical-align: top;
}
.signatureDescription{
    display: inline-block;
    padding-top: 10px;
}
#signatureMethodForm_continueSubmit{
    background-color: #637D85 !important;
}
#signatureMethodForm_continueSubmit:hover{
    background-color: #3A545C !important;
}
h5{
    color: rgb(0,116,153);
    font-size: 12pt;
    font-weight: normal;
}
.btn-block{
    border: 1px #bfbfbf solid;
}
.btn{
    border: 1px #bfbfbf solid;
    margin-left:8px;
    margin-right:8px;
}
.btn.btn-primary,
.btn.btn-secondary{
    border:0px;
    margin-left:0px;
    margin-right:0px;
}

.alert.referenceBanner{
    margin-right: 0px;
    padding-left: 30px;
}
.help-block.btn{
    vertical-align: super;
    margin-left: 10px;
}
.jobItemPadding {
	margin-left: 30px;
}
#logo {
    background: url('../images/Portal_logo.png');
    background-size: 100%;
    width: 150px;
    height: 50px;
    margin: 10px 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left
}
.mobileOnly {
    display: none !important;
}
.taskTileMargin {
	margin-left: 10px;
}
.taskSectionMargin {
	margin-top: 10px;
}
.jobTitle {
	padding-left: 0px;
  	margin-bottom: 5px;
    margin-top: 15px;
}