﻿/* Over-ride for standard bootstrap.css values */
.page-header
{
    margin: 4px;
    border-bottom: 0px solid #eee;
}

.correct-row
{
    padding: 0 15px
}

.welcome-name
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.tagline
{
    text-align: center;
    background-color: #000000;
    margin-top: 8px;
    color: #E5322C;
    font-family: 'Barmeno Medium' ;
}

.title-text
{
    font-size: 36pt;
    font-family: 'Times New Roman' , Times, serif;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
}
.welcome-panel
{
    text-align: right;
    vertical-align: bottom;
    padding-right: 20px;
}
.welcome-text
{
    font-size: 14pt;
    padding-bottom: 14pt;
}

.text-center
{
    text-align:center;
}

/* use with row to set all columns to same height */
.equal, .equal > div[class*='col-'] {  
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.img-float-left
{
    float: left;
    margin: 20px;
    width: 45%;
}
.img-float-right
{
    float: right;
    margin: 20px;
    width: 45%;
}
.img-center
{
    margin: 0 auto;
}
.img-pad-bottom
{
    padding-bottom:20px;
}
.img-shadow
{
    border-color: #C0C0C0;
    border-width: thick;
    border-right-style: ridge;
    border-bottom-style: ridge;
}
.img-slide-top
{
    width:100%;
    max-height: 400px;
    max-width: 533px;
}
.img-slide-side
{
    height:100%;
    max-height: 500px;
    max-width: 375px;
}

.brand-color
{
    color: #E5322C;
}
.heading-bold
{
    font-weight:bold;
}
.logo-offset
{
    padding-top: 4px;
    padding-left: 20px;
    vertical-align: middle;
}
.header-image-right
{
    background-image: url('../images/header-right.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.table-no-border>thead>tr>th, 
.table-no-border>tbody>tr>th, 
.table-no-border>tfoot>tr>th, 
.table-no-border>thead>tr>td, 
.table-no-border>tbody>tr>td, 
.table-no-border>tfoot>tr>td {
  border-top: none; 
}

.table-padded-12>thead>tr>th, 
.table-padded-12>tbody>tr>th, 
.table-padded-12>tfoot>tr>th, 
.table-padded-12>thead>tr>td, 
.table-padded-12>tbody>tr>td, 
.table-padded-12>tfoot>tr>td { 
    padding: 12px; }



.background-light
{
    background-color: #FAFAFA;
}
.page-footer-dark
{
    background-color: #000000;
    color: White;
    font-size: x-small;
    padding-top: 2px;
}
.row-border-top
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #eee;
}
.row-border-bottom
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
}
.row-pad-bottom
{
    padding-bottom: 4px;
}

.email-fieldlabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    width: 80px;
    text-align: right;
}
.email-data
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight:bold;
}
.text-slide-title
{
    color: #FFFFFF;
    line-height: 52px;
    vertical-align: middle;
    font-size: 18pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.text-character-count
{
    border-style: solid;
    border-width: 0px;
    font-size: 8pt;
    font-style: italic;
    color: #C0C0C0;
    background-color: transparent;
    width: 100%;
    float: right !important;
}
.x-small
{
    font-size:x-small;
}
.input-xsm 
{
    display: block;
    width: 100%;
    padding: 4px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
    border: 1px solid #ccc;
    border-radius: 3px;
}
table.ContentTable
{
    width: 100%;
    border-width: 0px;
    border-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
td.ContentHeader
{
	border-style: ridge;
	color: #B89D18;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	height: 24px;
	background: #fff url( "images/backGold@64.png" ) repeat left top;		/* color = #EDE6C5 */

}
table.AdminContentTable
{
	width: 100%;
	border-width: 0px;
	border-spacing: 0px;
	background-color: #E6E6E6;
}
td.fieldlabel
{
	text-align:right;
	width:136px;
}
td.fieldlabelveryshort
{
	text-align:right;
	width:48px;
}
td.normal
{
    padding: 2px 8px 2px 8px;
}
td.normalveryshort
{
	width:88px;
}
td.normalshort
{
	width:120px;
}
td.suffix
{
	text-align: left;
	width: 200px;
	padding-left: 8px;
}
td.searchsuffix
{
    text-align: left;
    width: 200px;
    font-style: italic;
    color: #CC3300;
    font-size: 9pt;
}
td.fieldlabelhalf
{
	text-align:right;
	width:50%;
}
td.half
{
	width:50%;
}
.textboxdataentry
{
	border: 1px solid #C0C0C0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.textboxdate
{
	border: 1px solid #C0C0C0;
	width: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.textboxhalf
{
	border: 1px solid #C0C0C0;
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.textboxthreerows
{
	font-size: 10pt;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 42pt;
	text-align: left;
}
.textboxdataentrysmall
{
	border: 1px solid #C0C0C0;
	font-size: 10pt;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
}

.textwarning
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.validation-error
{
    color: Red;
}
.primary_field
{
    font-weight: bold;
    font-size: 10pt;
}
.required-field
{
    background-color: #E0D2D0;
}
.menubar
{
    text-align: center;
    padding: 6px;
}
.panel-min-body
{
    min-height:400px;
}
.panel-error
{
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    width: 100%;
}
.panel-claim-admin
{
    background-color: #E0E0E0;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}
    
.last-updated
{
    font-size: xx-small;
    text-align: right;
    padding-right: 24px;
    padding-bottom: 4px;
}

.lblFieldDisplaySmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.lblFieldDisplay
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.lblFieldDisplayLarge
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
}

.instructions
{
    border-width: thin;
    border-color: #CC3300;
    font-style: italic;
    color: #CC3300;
    border-top-style: solid;
    border-bottom-style: solid;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
}

.xpresshost {
  color: white;
  text-decoration: underline;
}
.xpresshost:hover,
.xpresshost:focus {
  color: white;
  text-decoration: underline;
}
.form-checkbox
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}
.form-checkbox-bordered
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    
}
.form-checkbox-bordered:focus {
  border-color: #E5322C;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(229, 50, 44, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(229, 50, 44, 0.6);
}
.form-checkbox-bordered[disabled],
.form-checkbox-bordered[readonly],
fieldset[disabled] .form-checkbox-bordered {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.carousel-inner > .item > img { margin: 0 auto; } /* center carousel images */


.linkbutton-small
{
    font-size: small;
}


.btn-wait-disabled:disabled
{
    cursor:wait;
}

.alert-default {
  color: #555555;
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.panel-title-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}

.outer-container
{
    padding-left: 8px;
    padding-right: 8px;
}

/* 04-23-15 RRE */
.wizard-body
{
}

.wizard-steps
{
    /* 04-23-15 RRE */
    overflow: auto;
    max-height:600px;
}
.wizard-footer
{
    background-color: #f5f5f5;
    height: 30px;
    text-align: right;
}
.wizard-steps-title
{
    font-weight: bold;
    font-size: medium;
}
.wizard-step
{
    font-size:small;
}
.wizard-step-selected
{
    font-size:small;
    font-weight: bold;
  color: #E5322C;    
}
.wizard-step-image
{
    text-align:right;
    padding-right:2px;
}
.wizard-slide
{
    /*border-width: thin;
    border-style: groove;*/
    text-align: left;
}
.wizard-slide-body
{
    padding: 12px;
    min-height: 450px;
}
.wizard-build-course-body
{
    padding: 12px;
}


.html-control
{
	width: 100%;
	height: 175pt;
	background-color: #ffffff;
	text-align: left;
}



.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.link-over-primary {
    color: #FFFFFF;
    text-decoration: none;
}.link-over-primary:hover,
.link-over-primary:focus {
  color: #FFFFFF;
}
.link-over-primary.text-primary:hover {
  color: black;
}
.link-over-primary.bg-primary:hover {
  background-color: black;
}

.wizard-step-disabled {
    color: black;
    text-decoration: none;
}.wizard-step-disabled:hover,
.wizard-step-disabled:focus {
  color: black;
  text-decoration:none;
}
.wizard-step-disabled.text-primary:hover {
  color: black;
}
.wizard-step-disabled.bg-primary:hover {
  background-color: black;
}


.course-title
{
    font-size: 48pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.course-subtitle
{
    font-size: 32pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.slide-title-section
{
    background-color: black;
    margin-bottom: 16px;
    height: 52px;
}

.datagridheader
{
	font-size: 10pt;
	font-family: Arial;
	background-color: #666666;
	color: white;
	width: 100%;
}
.datagridheader a	/* this element formats the column heading when sortable */
{
	color: White;
}
.datagridheader a:visited
{
	color:  White;
}
.datagridheader a:hover
{
	color: #280200;
}
.datagridheader a:active
{
	color: #280200;
}
.datagridrow
{
	background-color:white;
	font-size: 10pt;
	width: 100%;
	color: black;
	font-family: Arial;
}
.datagridrow caption
{
	color: #000000;
	text-align: left;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.datagridalternaterow
{
	background-color: #DFDFDF;
	color: black;
	font-size: 10pt;
	font-family: Arial;
	width: 100%;
}
.datagridselectedrow
{
	font-size: 10pt;
	width: 100%;
	color: white;
	font-family: Arial;
	background-color: #999999;
}
.gridpagerstyle
{
	font-family: Arial;
	background-color: black;
	color: #E5322C;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
/* the following formats the current page number */
.gridpagerstyle span	
{
	color:black;
	background:#E5322C;
	font-weight:bolder;
	font-size:11pt;
	text-align:center;
}
.gridlinkbutton:link
{
    color: #b32406;
    font-weight: bold;
} 
.gridlinkbutton:visited
{
	color: #b32406;
	font-weight: bold;
}
.gridlinkbutton-inactive:link
{
	color: black;
	font-weight: bold;
} 
.gridlinkbutton-inactive:visited
{
	color: black;
	font-weight: bold;
}



.form-control-display {
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px 2px;
}
.no-top-pad
{
    padding-top: 0px;
}

.rbl label
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    padding-left: 4pt;
}

.rbl td
{
    padding-right: 4px;
    padding-left: 4px;
}

.lstSmall label
{
    text-indent: 8px;
    white-space: nowrap;
    vertical-align: middle;
    font-size:9pt;
    font-weight:normal;
}

.RadioButtonList
{
	font-size: 8pt;
	margin: 1px;
	font-family: Arial;
	text-align: left;	
}

.news-title
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 12pt;
    font-weight: bold;
}

.news-body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}


.cal .ajax__calendar_container {
    background-color: #e2e2e2;
    border: 1px solid #cccccc;
    width: 190px;
    z-index: 1000;  /* 08-05-19 JJF */
}

.cal .ajax__calendar_header  {
    background-color: #ffffff; 
    margin-bottom: 4px;
}

.cal .ajax__calendar_title,
.cal .ajax__calendar_next,
.cal .ajax__calendar_prev    {
    color: #004080; 
    padding-top: 3px;
}

.cal .ajax__calendar_body
{
    background-color: #e9e9e9;
    border: 1px solid #cccccc;
    width: 170px;
}

.cal .ajax__calendar_dayname {
    text-align:center; 
    font-weight:bold; 
    margin-bottom: 4px; 
    margin-top: 2px;
}

.cal .ajax__calendar_day {
    text-align:center;
}

.cal .ajax__calendar_hover .ajax__calendar_day,
.cal .ajax__calendar_hover .ajax__calendar_month,
.cal .ajax__calendar_hover .ajax__calendar_year,
.cal .ajax__calendar_active  {
    color: #004080; 
    font-weight: bold; 
    background-color: #ffffff;
}

.cal .ajax__calendar_today   {
    font-weight:bold;
    color: #004080;
}

.cal .ajax__calendar_other,
.cal .ajax__calendar_hover .ajax__calendar_today,
.cal .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}


