﻿html {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
}

body {
    background-color: #efeeee;
}

button {
    padding: 3px;
}

/*Font Awesome Icons - default properties per client*/
.icon-default-color {
    color: #97b1c7;
}

.icon-default-size {
    font-size: 25px;
}

/*Action buttons - post back submit types.*/
.ActionButton, input[type=submit], input[type=button] {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 10px auto;
    color: #ffffff;
    background-color: #555;
    /*background: -webkit-linear-gradient(#888, #555);
    background: linear-gradient(#888, #555);*/
    border: 0 none;
    border-radius: 15px;
    /*text-shadow: 0 -1px 0 #000;*/
    /*box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);*/
    cursor: pointer;
    min-width: 200px;
    border-collapse: collapse;
}

    .ActionButton:hover, .ActionButton:focus,
    input[type=submit]:hover, input[type=submit]:focus,
    input[type=button]:hover, input[type=button]:focus {
        color: #ffffff;
        background-color: #003b6f;
        outline: none;
    }

    .ActionButton:active {
        position: relative;
    }

/*ONLY Text inputs not buttons*/
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover, input[type=password]:focus {
    border-width: 1px;
    border-color: #8a8b8c;
    border-radius: 5px;
}
/*ONLY TEXT AREAS - buttons are excluded*/
label, span, input[type=text], input[type=password], select {
    padding: 4px;
    font-size: 10pt;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /*Border set but hidden so when displayed on hover,focus it doesnt move elements on the page creating the twitch affect.*/
    border-width: 1px;
    /*border-color:transparent;*/
}
/*Text area - used on left side of 2 column page. ReadOnly column name labels.*/
.ColorCol {
    padding: 4px;
    font-size: 10pt;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /*Border set but hidden so when displayed on hover,focus it doesnt move elements on the page creating the twitch affect.*/
    border-width: 1px;
    border-color: transparent;
    background-color: rgba(151, 177, 199, 0.67);
    text-align: right;
}

img {
}

/* Center a div block*/
.CenteredDiv {
    position: absolute;
    left: 50%;
    margin-left: -465px;
}

.centered-block {
    text-align: center;
}

    .centered-block table {
        margin: 0 auto;
    }

/* HyperLinks - URLS */
a {
    color: #003b6f;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
}

    a:visited {
        color: #444;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 12px;
    }

    a:link {
        color: #003b6f;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 12px;
    }

    a:hover {
        color: #444;
        font-style: oblique;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 12px;
    }
/*QuickView Links Adjustments*/
#pnlQuickView a {
    text-decoration: none !important;
    font-weight: bold;
    line-height: 22px;
    padding-left: 5px !important;
}

    #pnlQuickView a:hover {
        font-style: normal;
        background-color: #97b1c7 !important;
        color: #FFFFFF !important;
        padding-right: 15px !important;
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

#pnlQuickView {
    background-color: #ffffff;
}

.TwoColumnSplit {
    position: relative;
    margin: 0 auto;
    /*Half of width for 2 column split*/
    width: 465px;
}

.InputLabels {
    text-align: right;
    font-size: 10pt;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.InputFields {
    text-align: left;
    font-size: 10pt;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.NormalValidator {
    font-size: 10pt;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #d31010;
}

.StatusMessage /*was the red message after a postback that lead to a failure/error message to appear*/ {
    font-size: 10pt;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #d31010;
}

/*TABLES*/
table th, td {
    padding: 3px;
}

table {
    border-spacing: 0px; /*cellspacing*/
    border-collapse: collapse;
}

.Table100Percent {
    width: 100%;
}

.TableBorder {
    border: 0px;
    border-style: none;
    border-color: transparent;
}

.CenteredTable {
    text-align: center;
    /*position: absolute;
	left:50%;*/
    /*margin-left:-465px;*/
}

/*Sign In Pages*/
.NoBorderLogo {
    /*border:hidden;*/
    border: none;
    border-collapse: collapse;
    text-align: center;
    Width: 931px;
}

.NoBorder {
    /*border:hidden;*/
    border: none;
    border-collapse: collapse;
    text-align: center;
}

/*TEXT CLASSES*/
.CenteredText {
    text-align: center;
}

.CenteredButtons, .ButtonRow {
    text-align: center;
    padding: 10px;
}

.BigHeading, .BigHeading span {
    color: #003b6f;
    font-size: 12pt !important;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background: #97b1c7;
    text-align: center;
    height: 30px;
    /*width:100%;*/
    padding: 0px;
}
/*Handles titles with 2 lines vs the normal 1*/
.BigHeadingTaller {
    height: 40px;
}
/* Used for Main Site Header */
/* Used for Login Image Select List*/
.BorderStyleTitleWrapper {
    border-color: #003b6f;
    border-style: solid;
    border-width: 2px;
    /*border-radius:15px;*/
    padding: 4px !important;
    box-shadow: 0 1px 0 #003b6f, 0 5px 0 #003b6f, 0 6px 6px #003b6f;
    /*THIS SOLVE ALL OLDER BROWSER ISSUES with modern style options like box-shadow etc.*/
    /*behavior: url(/CSS3Pie/PIE.htc);*/
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=140, Color=#604478, positive=true)";
    /* For IE 5.5 – 7 */
    /*filter:progid:DXImageTransform.Microsoft.Shadow(Strength='5', Direction='140', Color='#604478');*/
    /*filter:progid:DXImageTransform.Microsoft.DropShadow(color=#604478,offX=5,offY=5,positive=true);*/
    margin: 3px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.SmallHeading, .SmallHeading span
/*#pnlQuickView u*/ /*QuickView headers*/ {
    background: #003b6f;
    /*color:#d3cfcf;*/
    color: #ffffff;
    font-size: 12pt !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: bolder;
    /*height:30px;*/
    min-height: 25px;
    /*width:100%;*/
    padding: 0px;
}
/*Handles titles with 2 lines vs the normal 1*/
.SmallHeadingTaller {
    height: 40px;
}
/*header like big and small, just a third option*/
.MinorHeading, .MinorHeading span {
    background: #ffffff;
    color: #003b6f;
    font-size: 12pt !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: bolder;
    height: 20pt;
    /*width:100%;*/
    padding: 0px;
}
/*header like big, small, and minor- just a forth option for things above images or groupings*/
.TitleHeading, .TitleHeading span {
    background: #ffffff;
    color: #003b6f;
    font-size: 12pt !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: bolder;
    height: 20pt;
    /*width:100%;*/
    padding: 0px;
}
/*MESSAGE block - Info message block*/
.InfomationBlock, .InfomationBlock span {
    padding: 20px;
    background: #97b1c7;
    color: #003b6f;
    font-style: oblique;
    font-size: 10pt !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/*MESSAGE block - Warning message block*/
.WarningBlock, .WarningBlock span {
    padding: 20px;
    /*background:#eebdbd;*/
    /*border:1px,solid,#e26d6d;*/
    /*background:#f5e16f;*/
    color: #d31010;
    font-style: oblique;
    font-size: 10pt !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/*MESSAGE block - Action message to choose to do something*/
.ActionBlock, .ActionBlock span {
    padding: 20px;
    background-color: #cdcecf;
    color: #003b6f;
    font-weight: 500;
    font-size: 10pt;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* GRID COMPONENTS*/
.GridTitle {
    padding: 1px 0px 3px 0px;
    font-size: 12pt;
    font-weight: bold;
    color: #003b6f;
}

.GridDataHeader {
    background: #97b1c7;
    border-color: #97b1c7 !important;
    border-width: 1px;
    color: #003b6f;
    font-size: 10pt !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: bolder;
    height: 20pt;
}

.GridHeaderFirst {
    border-width: 0px;
    background-color: White;
    border-color: White;
    font-size: 9pt !important;
    font-weight: bold;
    color: #003b6f;
}

.GridHeaderSecond {
    background-color: White;
    border-color: White;
    font-size: 9pt !important;
    font-weight: bold;
    color: #003b6f;
    vertical-align: middle;
}

.GridGroup {
    background-color: #003b6f;
}

.GridData {
    background-color: #FFFFFF;
    font-size: 9pt !important;
    color: #003b6f;
    width: 40px;
    vertical-align: middle;
}

.GridAltData {
    background-color: #efeeee; /*#e8e5e5; #b7d9ca;  #CECED0;*/
    font-size: 9pt;
    color: #003b6f;
    width: 40px;
    vertical-align: middle;
}

.GridDataFirst {
    background-color: #FFFFFF;
    font-size: 9pt !important;
    color: #003b6f;
    vertical-align: middle;
}

.GridAltDataFirst {
    background-color: #efeeee; /*#e8e5e5; #b7d9ca;  #CECED0;*/
    font-size: 9pt;
    color: #003b6f;
    vertical-align: middle;
}

.Grid {
    border-width: 2px;
    border-color: #003b6f;
}

.GridPaging table {
    border: 0px;
    border-style: none;
    border-color: transparent;
    font-size: 12pt;
    color: #003b6f;
}

.GridButton {
    width: 100px !important;
    min-width: 50px !important;
    padding: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    vertical-align: baseline;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.GridButtonColumn {
    width: 45px;
    padding-left: 12px;
    padding-right: 12px;
}

.GridFooter {
    background-color: #97b1c7;
    font-weight: bold;
    color: White;
    text-align: center;
}

.HiddenColumn {
    display: none;
    visibility: hidden;
    overflow: hidden;
    white-space: nowrap;
    width: 0px;
}

.NoWrap {
    white-space: nowrap;
}

.GridDataInnerTable {
    border: 0px;
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    white-space: nowrap;
    text-indent: 0px;
}

.FieldsetGrid {
    padding-right: 10px;
    border: 0px;
    border-style: none;
}

.FieldsetGrid_border {
    padding-right: 10px;
    border: 2px;
    border-style: solid;
    border-color: Black;
}

.ColHead {
    font-size: 12pt;
    color: #003b6f;
    background-color: #97b1c7;
    height: 20pt;
    vertical-align: middle;
    font-weight: bolder;
}


/*MISC SHARED DIRECT PROPERTIES*/
.BoldLabels {
    font-weight: bold;
}

.Width100Percent {
    width: 100%;
}

.Width180px {
    width: 180px;
}

.NoPadding {
    padding: 0px !important;
}

.LineHeight20 {
    line-height: 20px !important;
}

.FontSize12 {
    font-size: 12pt !important;
}

.FontSize10 {
    font-size: 10pt !important;
}

.MinWidth100 {
    min-width: 100px !important;
}

.UnderLine {
    text-decoration: underline;
}

.Padding4 {
    padding: 4px !important;
}

.text-style-reset {
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.link-badge-hl
{
	background-color: #6b8eab;	
}

.link-badge-inactive
{
	background-color: #999;
}

.link-badge
{
	color: white;
	padding: 2px 4px 2px 4px;
	display: inline-block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	margin-top: 4px;
	font-size: .9em!important;
	margin-left: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.grid-cap-sr-only caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.fieldset-group {
    border: none;
    padding: 0;
    margin: 0;
    font: inherited;
}

    .fieldset-group legend {
        padding: 0;
        margin: 0;
    }

.font-weight-bold {
    font-weight: bold;
}

.no-style {
    padding: 0;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.tbl-header-left thead th {
    text-align: left;
}

.tbl-header-center thead th {
    text-align: center;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left;
}

.text-light, .text-light:visited, .text-light:active, .text-light:focus {
    color: white !important;
}

.btn-link {
    font-size: 1.0em !important;
    text-decoration: none !important;
}

.label-required {
    font-weight: bold;
}

.info-panel {
}

    .info-panel.no-bold dt, .info-panel-sm.no-bold dt, .info-panel-75.no-bold dt, .info-panel-75-sm.no-bold dt,
    .info-panel.no-bold-md dt, .info-panel-sm.no-bold-md dt, .info-panel-75.no-bold-md dt, .info-panel-75-sm.no-bold-md dt,
    .info-panel.no-bold-sm dt, .info-panel-sm.no-bold-sm dt, .info-panel-75.no-bold-sm dt, .info-panel-75-sm.no-bold-sm dt {
        font-weight: normal;
    }


    .info-panel dt, .info-panel-sm dt, .info-panel-75 dt, .info-panel-75-sm dt, .info-panel-25 dt, .info-panel-25-sm dt {
        display: inline-block;
        text-align: right;
        margin: 0;
        padding: 4px 8px 4px 0;
        vertical-align: middle;
    }

    .info-panel.top dt, .info-panel-sm.top dt, .info-panel-75.top dt, .info-panel-75-sm.top dt, .info-panel-25.top dt, .info-panel-25-sm.top dt {
        vertical-align: top !important;
    }

    .info-panel dt, .info-panel-sm dt {
        width: 49%;
    }

.info-panel-75-sm dt, .info-panel-75 dt, .info-panel-25-sm dd, .info-panel-25 dd {
    width: 74%;
}

.info-panel dd, .info-panel-sm dd, .info-panel-75 dd, .info-panel-75-sm dd, .info-panel-25 dd, .info-panel-25-sm dd {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 4px 0 4px 8px;
    vertical-align: middle;
}

.info-panel dd, .info-panel-sm dd {
    width: 49%;
}

.info-panel-75-sm dd, .info-panel-75 dd, .info-panel-25-sm dt, .info-panel-25 dt {
    width: 24%;
}


.info-panel-mixed {
}

    .info-panel-mixed dt, .info-panel-mixed-sm dt {
        width: 49%;
        display: inline-block;
        text-align: right;
        margin: 0;
        padding: 4px 8px 4px 0;
        vertical-align: middle;
    }

    .info-panel-mixed dd, .info-panel-mixed-sm dd {
        width: 49%;
        display: inline-block;
        text-align: left;
        margin: 0;
        padding: 4px 0 4px 24px;
        vertical-align: middle;
    }

