﻿body {
    margin-top:182px;
}

.container-full {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.logo-main{
    height: 100px;
    margin: 4px;
}
.header-new {
    background-color:white;
}
.welcome-panel
{
    text-align: right;
    padding-right: 20px;
    padding-top:4px;
}
.welcome-name
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.panel-welcome-content{
    min-height:300px;
    font-size:large;
    font-weight:bold;
    text-align:center;
    color:#CB3B32;
}
.plain{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size:medium;
}
.title-text
{
    font-size: 20pt;
    font-family: Arial, sans-serif;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    color:#CB3B32;
}
.section-text
{
    font-size: 10pt;
    font-weight: bold;
    width: 100%;
    text-align:center;
    border-bottom: solid;
    border-width:1px;
    margin-top:8px;
    margin-bottom:8px;
}
.panel-min-body
{
    min-height:600px;
}
.panel-title-large {
  margin-top: -8px;
  margin-bottom: -8px;
  font-size: 16px;
  font-weight:bold;
  color: inherit;
}
.panel-title-small {
  margin-top: -9px;
  margin-bottom: -12px;
  font-size: 12px;
  font-weight:bold;
  color: inherit;
}


.panel-fixed-top {
  position: fixed;
  z-index: 1000;
  top: 182px;
  margin-right: auto;
  margin-left: auto;
  height:217px;
}
@media (min-width: 768px) {
  .panel-fixed-top {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .panel-fixed-top {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .panel-fixed-top {
    width: 1140px;
  }
}
.panel-placeholder-fixed-top{
    height:224px;
}


.panel-fixed-top-large {
  position: fixed;
  z-index: 1000;
  top: 182px;
  margin-right: auto;
  margin-left: auto;
  height:230px;
}
@media (min-width: 768px) {
  .panel-fixed-top-large {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .panel-fixed-top-large {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .panel-fixed-top-large {
    width: 1140px;
  }
}

.panel-placeholder-fixed-top-large {
    height:240px;
}

.menubar
{
    text-align: center;
    padding: 0px;
    padding-top: 12px;
}

.menubar-top
{
    text-align: center;
    padding: 0px;
    padding-bottom: 12px;
}
.padded_row{
    padding-top:2px;
    padding-bottom: 2px;
}
.shaded{
    background-color: whitesmoke;
}
.bordered{
    width:100%;
    border-width:1px;
    border-style:solid;
    border-color:black;
}
.padded_right{
    padding-right:80px;
}


.compliment:link
{
    color:#CB3B32;
    font-weight: bold;
    text-decoration: underline;
} 
.compliment:visited
{
	color: #CB3B32;
	font-weight: bold;
    text-decoration: underline;
}
.estimate_document_options{
    padding-left: 20px;
    padding-right: 0px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
}








.text-bold
{
    font-weight:bold;
}

.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;
}

.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;
}
.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.ContentTable
{
    width: 100%;
    border-width: 0px;
    border-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: whitesmoke;
}

.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%;
	font-family: Arial;
    background-color:#CCEDFF;
}
.gridpagerstyle
{
	font-family: Arial;
	background-color: black;
	color: #CB3B32;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
/* the following formats the current page number */
.gridpagerstyle span	
{
	color:black;
	background:#CB3B32;   /* 07-08-16 JJF - changed from 3D3365 */
	font-weight:bolder;
	font-size:11pt;
	text-align:center;
}
.datagridfooter{
    width:100%;
}
.gridlinkbutton:link
{
    color: #CB3B32;
    font-weight: bold;
    text-decoration: underline;
} 
.gridlinkbutton:visited
{
	color: #CB3B32;
	font-weight: bold;
    text-decoration: underline;
}
.gridlinkbutton-inactive:link
{
	color: black;
	font-weight: bold;
    text-decoration: underline;
} 
.gridlinkbutton-inactive:visited
{
	color: black;
	font-weight: bold;
    text-decoration: underline;
}

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.right
{
    text-align:right;
}
td.suffix
{
	text-align: left;
	width: 200px;
	padding-left: 8px;
}
td.searchsuffix
{
    text-align: left;
    width: 100px;
    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: 60pt;
    text-align: left;
}
.textboxdataentrysmall
{
	border: 1px solid #C0C0C0;
	font-size: 10pt;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
.textboxReadOnly
{
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}
.textwarning
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.textblue
{
	color: #CB3B32;
}

.lstSmall label
{
    text-indent: 8px;
    white-space: nowrap;
    vertical-align: middle;
    font-size:9pt;
    font-weight:normal;
}

.search-panel{
    padding:8px;
    margin-bottom:8px;
}

.form-control-other
{
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.center{
    text-align:center;
}
 .w900 {
    width: 900px;
  }
 
 /* 05-19-16 JJF */ 
.rbl label
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    padding-left: 4pt;
    
/* 11-22-16 JBS */
    padding-right: 12pt;
}

.rbl td
{
    padding-right: 4px;
    padding-left: 4px;
}
.chk{
    padding-right: 8px;
}
.chk label
{
    padding-left: 8px;
}

.center-label {
    padding-top:0.4em;
    vertical-align: middle;
}

.control-label {
    padding-top:0.4em;
}
 
.center-horizontal {
    display: block;
    text-align: center;
    position: center;
}

.checklist-number {
    width: 15px;
    border: solid;
    border-width: 0px 1px 0px 0px;
}

/* 01-27-17 JBS */
.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;
}

.btn-custom {
  color: #ffffff;
  background-color: #C34F2D;
  border-color: black;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  background-image: none;
}
.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-custom,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
  background-color: #C34F2D;
  border-color: black;
}

/* 02-02-17 JBS */
.cbl label{
    padding-left: 5px;
    margin-left: 5px;
}

