/**************************************************/
/********** bootstrap override styles *************/
/**************************************************/
.bg-dark {
    background-image: linear-gradient(#6b94bf,#446e9b 50%, #3e648d);
    border: 1px solid #345578;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    height: 68px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 3px 3px 0px 5px;
}
/***********************************************/
body {
    font-size: 8pt;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    /*line-height: 1.166;*/
    margin: 0px;
    padding: 0px;
    background: white;
}

.jumbotron {
    background-color: #F5F7F7;
    border: solid 1px #CCCCCC;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited {
    color: #005FA9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #005FA9;
}

.btn {
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 0;
    font-size: 12px;
    /*font-weight: normal;*/
    font-weight: 500;
    /*font-weight: bold;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.btn-default {
    /*color: #333;*/
    color: #005FA9;
    background-color: #fff;
    border-color: #ccc;
    margin: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:active, .btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-default:active, .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-logout {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    color: #009900;
    background-color: #fff;
    border-color: #ccc;
    margin: 4px;
    margin-left: 0px;
    width: 80%;
    width: 160px;
}

.btn-info {
    color: #fff;
    background-color: #2FA4E7;
    border-color: #033C73;
}

.btn-warning {
    color: #fff;
    background-color: #FFA500;
    border-color: #DD5600;
}

/***********************************************/
.welcomeHeader {
    font-weight: bold;
    font-size: 10pt;
    line-height: 1.5;
    color: gray;
    /*margin: 10px 80px 0px 80px;*/
    margin: 10px 0;
    text-align: center;
}

.welcomeSubHeader {
    position: absolute;
    top: 100px;
    left: 6px;
    right: 6px;
    font-weight: bold;
    font-size: 10pt;
    line-height: 1.5;
    color: gray;
    text-align: center;
}

.mainPageCell {
    position: absolute;
    top: 140px;
    left: 6px;
    right: 6px;
    background-color: #ffffff;
}
/************** pageLeft styles ****************/
.pageLeft {
    float: left;
    width: 186px;
    padding: 0px;
    background-color: #F5f7f7;
    border: solid #cccccc;
    border-width: 1px 1px 1px 1px;
    font: small Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

.pageLeftLinks {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
}

.pageLeftLinks a {
    display: block;
}
/************** pageRight styles ****************/
.pageRight {
    float: right;
    width: 186px;
    padding: 0px;
    background-color: #F5f7f7;
    border: solid #cccccc;
    border-width: 1px 1px 1px 1px;
    font: small Verdana, Arial, Helvetica, sans-serif;
}

.pageRightLinks {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
}

.pageRightLinks a {
    display: block;
}
/************** header tag styles **************/
h1 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #2FA4E7;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
/*
h1 {
    font: bold 120% Verdana, Arial, Helvetica, sans-serif;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

h2 {
    font: bold 114% Verdana, Arial, Helvetica, sans-serif;
    color: #006699;
    margin: 0px;
    padding: 0px;
}

h3 {
    font: bold 100% Verdana, Arial, Helvetica, sans-serif;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

h4 {
    font: 175% Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 0px;
    padding: 0px;
}
*/
h5 {
    font-size: 110%;
    color: #666F74;
    margin: 0px;
    padding: 0px;

    font: bold 114% Verdana, Arial, Helvetica, sans-serif;
    color: #006699;
    margin: 0px;
    padding: 0px;
}

h6 {
    font: bold 140% Verdana, Arial, Helvetica, sans-serif;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

.col-sm-9 {
    padding: 0px 0px 0px 10px;
    background-color: #F5F7F7;
    border: solid #CCCCCC;
    border-width: 1px;
    margin-left: 2px;
}
.col-sm-12 {
    padding: 0px 10px 10px 10px;
    background-color: #F5F7F7;
    border: solid #CCCCCC;
    border-width: 1px;
    margin-left: 2px;
}

.hrBorder {
    border-top: 1px solid #ccc;
    border-left: 0px;
    margin: 6px 0 6px 0;
    width: 200px;
}

.hrBorderLG {
    border-top: 1px solid #ccc;
    border-left: 0px;
    margin: 6px 0 6px 0;
}

.pageLeft .hrBorder {
    border-top: 1px solid #f5f7f7;
    border-left: 0px;
    margin: 6px 0 6px 0;
    width: 184px;
}

.pageRight .hrBorder {
    border-top: 1px solid #f5f7f7;
    border-left: 0px;
    margin: 6px 0 6px 0;
    width: 184px;
}

.styleBold {
    font-weight: bold;
}

.styleXsmall {
    font-size: x-small;
}

.style14 {
    font-size: 14px;
}

.styleRed {
    color: #FF0000;
}

.styleGreen {
    color: #009900;
}

.styleYellow {
    color: #FFDD00;
}

.padLeft4 {
    padding-left: 4px;
}

.padLeft6 {
    padding-left: 6px;
    /*font-size: 11px;*/
}

.padLeft10 {
    padding-left: 10px;
}

.padLeft20 {
    padding-left: 20px;
}

/************** Bottom Nav Bar ******************/
.navBar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
    text-align: center;
    padding: 4px 0px 4px 0px;
    background-color: rgba(245, 247, 247, 0.9);
    border-top: solid 1px #ccc;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 2px;
    font: small Verdana, Arial, Helvetica, sans-serif;
    z-index: 100;
}

@media print {
    .navBar {
        display: none !important;
        content: "";
    }
}
