﻿/* Over-ride for standard bootstrap.css values */
.page-header {
  padding-bottom: 5px;
  margin: 10px;
  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: #002855;
    font-family: 'Barmeno Medium' ;
}

.welcome-text
{
    font-size: 12pt;
    padding-bottom: 12pt;
}

/* 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: #002855;
}
.heading-bold
{
    font-weight:bold;
}
.logo-offset
{
    padding-top: 8px;
    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;
}

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;
}
.menubar
{
    text-align: center;
    padding: 6px;
}
.panel-min-body
{
    min-height:600px;
}


.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
{
    font-style: italic;
    color: #002855;
}

.xpresshost {
  color: white;
  text-decoration: underline;
}
.xpresshost:hover,
.xpresshost:focus {
  color: white;
  text-decoration: underline;
}


.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: auto;
    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: #002855;    
}
.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: 600px;
}
.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: #B89D18;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
/* the following formats the current page number */
.gridpagerstyle span	
{
	color:black;
	background:#B89D18;
	font-weight:bolder;
	font-size:11pt;
	text-align:center;
}
.gridlinkbutton:link
{
    color: #1661AD;
    font-weight: bold;
} 
.gridlinkbutton:visited
{
	color: #1661AD;
	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;
}


.cal .ajax__calendar_container
{
    background-color: #e2e2e2;
    border: 1px solid #cccccc;
    width: 190px;
}

.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;
}

.lstSmall label
{
    text-indent: 8px;
    white-space: nowrap;
    vertical-align: middle;
    font-size:9pt;
    font-weight:normal;
}

