﻿/* Standard font for almost everything */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600');

[class^="icon-"],
[class*=" icon-"] {
  margin-top: 2px;
  background-image: url("../images/icons/glyphicons-halflings.png");
}
.icon-white {
  background-image: url("../images/icons/glyphicons-halflings-white.png");
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-top: 2px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: 0px;
}
.btn,
.btn-group > .btn.dropdown-toggle {
  background-color: #f0f0f0;
  border-color: #d7d7d7;
  border-bottom-color: #a5a5a5;
  background-image: none;
  border-radius: 5px;
  box-shadow: none;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.07) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset;
  padding: 4px 8px 4px 8px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -moz-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -ms-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -o-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  transition: background-color ease 0.4s, text-shadow ease 0.4s;
}
.btn:hover,
.btn-group > .btn.dropdown-toggle:hover {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  background-color: #e2e2e2;
  -webkit-transition: background-color ease 0.2s, text-shadow ease 0.2s;
  -moz-transition: background-color ease 0.2s, text-shadow ease 0.2s;
  -ms-transition: background-color ease 0.2s, text-shadow ease 0.2s;
  -o-transition: background-color ease 0.2s, text-shadow ease 0.2s;
  transition: background-color ease 0.2s, text-shadow ease 0.2s;
}
.btn:active,
.btn-group > .btn.dropdown-toggle:active {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.12) inset;
  background-color: #d7d7d7;
  padding: 5px 8px 3px 8px;
  /*#DDDDDD;*/

}
.btn.disabled,
.btn-group > .btn.dropdown-toggle.disabled,
.btn[disabled],
.btn-group > .btn.dropdown-toggle[disabled] {
  background-color: #eeeeee;
  color: #6c6c6c;
  border-color: #cccccc;
  text-shadow: none;
}
.btn.disabled:active,
.btn-group > .btn.dropdown-toggle.disabled:active,
.btn[disabled]:active,
.btn-group > .btn.dropdown-toggle[disabled]:active {
  box-shadow: none;
  padding: 4px 8px 4px 8px;
}
.btn.disabled:hover,
.btn-group > .btn.dropdown-toggle.disabled:hover,
.btn[disabled]:hover,
.btn-group > .btn.dropdown-toggle[disabled]:hover {
  text-shadow: none;
}
.btn-primary {
  background-color: #0054a6;
  border-color: #003b8d;
  border-bottom-color: #00004c;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
}
.btn-primary:hover {
  /*background-color: @color + rgb(17, 17, 17);*/
  background-color: #1b6fc1;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}
.btn-primary:active {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.12) inset;
  background-color: #004fa1;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  box-shadow: none;
  background-color: #378bdd;
  color: #004597;
  border-color: #1468ba;
}
.btn-primary [class^="icon-"],
.btn-primary [class*=" icon-"] {
  background-image: url('../images/glyphicons-halflings-white.png');
}
.btn-info {
  background-color: #5c73b8;
  border-color: #435a9f;
  border-bottom-color: #02195e;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
}
.btn-info:hover {
  /*background-color: @color + rgb(17, 17, 17);*/
  background-color: #778ed3;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}
.btn-info:active {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.12) inset;
  background-color: #576eb3;
}
.btn-info.disabled,
.btn-info[disabled] {
  box-shadow: none;
  background-color: #93aaef;
  color: #4d64a9;
  border-color: #7087cc;
}
.btn-info [class^="icon-"],
.btn-info [class*=" icon-"] {
  background-image: url('../images/glyphicons-halflings-white.png');
}
.btn-success {
  background-color: #35b558;
  border-color: #1c9c3f;
  border-bottom-color: #005b00;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
}
.btn-success:hover {
  /*background-color: @color + rgb(17, 17, 17);*/
  background-color: #50d073;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}
.btn-success:active {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.12) inset;
  background-color: #30b053;
}
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: none;
  background-color: #6cec8f;
  color: #26a649;
  border-color: #49c96c;
}
.btn-success [class^="icon-"],
.btn-success [class*=" icon-"] {
  background-image: url('../images/glyphicons-halflings-white.png');
}
.btn-warning {
  background-color: #f37032;
  border-color: #da5719;
  border-bottom-color: #991600;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
}
.btn-warning:hover {
  /*background-color: @color + rgb(17, 17, 17);*/
  background-color: #ff8b4d;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}
.btn-warning:active {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.12) inset;
  background-color: #ee6b2d;
}
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: none;
  background-color: #ffa769;
  color: #e46123;
  border-color: #ff8446;
}
.btn-warning [class^="icon-"],
.btn-warning [class*=" icon-"] {
  background-image: url('../images/glyphicons-halflings-white.png');
}
.btn-danger {
  background-color: #d2232a;
  border-color: #b90a11;
  border-bottom-color: #780000;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
}
.btn-danger:hover {
  /*background-color: @color + rgb(17, 17, 17);*/
  background-color: #ed3e45;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}
.btn-danger:active {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.12) inset;
  background-color: #cd1e25;
}
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: none;
  background-color: #ff5a61;
  color: #c3141b;
  border-color: #e6373e;
}
.btn-danger [class^="icon-"],
.btn-danger [class*=" icon-"] {
  background-image: url('../images/glyphicons-halflings-white.png');
}
.btn-inverse {
  background-color: #6d6f71;
  border-color: #545658;
  border-bottom-color: #131517;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.15) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
}
.btn-inverse:hover {
  /*background-color: @color + rgb(17, 17, 17);*/
  background-color: #888a8c;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.7);
}
.btn-inverse:active {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.12) inset;
  background-color: #686a6c;
}
.btn-inverse.disabled,
.btn-inverse[disabled] {
  box-shadow: none;
  background-color: #a4a6a8;
  color: #5e6062;
  border-color: #818385;
}
.btn-inverse [class^="icon-"],
.btn-inverse [class*=" icon-"] {
  background-image: url('../images/glyphicons-halflings-white.png');
}
.btn-large {
  padding: 6px 16px 6px 16px;
}
.btn-large:active {
  padding: 7px 16px 5px 16px;
}
.btn-mini {
  /*padding: 2px 6px 3px 6px;*/
  height: 22px;
  padding: 0px 6px 0px 6px;
  vertical-align: middle;
  margin-top: -1px;
}
.btn-mini:active {
  padding: 2px 6px 0px 6px;
}
.btn-group > .btn {
  border-radius: 0px;
}
.btn-group > .btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group > .btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group .btn.dropdown-toggle {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group .btn.dropdown-toggle:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-std-width 
{
    width: 75px !important;
}
.btn-wider-width
{
    width: 100px !important;
}

/*
 *	Contains definitions for all controls (text input, select boxes, datepickers) and containers (form boxes, dropdowns).
 */
.icon-loading {
  background-image: url('../images/icons/loading.png');
  background-position: 0px 0px;
}
.icon-loading-large {
  background-image: url('../images/icons/loadinglarge.png');
  background-position: 0px 0px;
  width: 32px;
  height: 32px;
}
.pop-over {
  border: 1px solid #bcbdc0;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  z-index: 10000;
}
.dropdown-menu {
  border: 1px solid #bcbdc0;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  z-index: 10000;
  margin-left: 0px;
  padding: 0px;
  border-radius: 0px;
}
.dropdown-menu > li {
  margin-left: 0px;
}
.dropdown-menu > li:before {
  position: static;
  left: 0px;
  content: "";
  margin-right: 0px;
}
.dropdown-menu li a {
  padding: 4px 6px;
}
.dropdown-menu li a:hover {
  background-color: #e3e4e5;
  color: inherit;
}
.form-box {
  border-radius: 0px;
  padding: 16px;
  text-shadow: none;
  background-color: #f0f1f2;
  border: 1px solid #e3e4e5;
  color: #333333;
  /*box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);*/
}
.form-box .hr {
  color: #e3e4e5;
}
.form-box .unhighlight {
  color: #6d6f71;
}
.form-box .close {
  right: 0px;
}
.form-box .alert-title {
  font: normal normal 300 18px 'Open Sans', sans-serif;
  line-height: 18px;
  margin-bottom: 4px;
}
.form-box .loading-block {
  margin: auto;
  background-color: transparent;
  border: none;
}
.form-box .form-title {
  font: normal normal 300 18px 'Open Sans', sans-serif;
  line-height: 18px;
  display: inline-block;
}
.form-box .form-project-num {
  font: normal normal 300 18px 'Open Sans', sans-serif;
  float: right;
}
.form-box .form-subheadings {
    overflow: auto;
    clear: both;
}
.form-box .form-subheadings ::after {
    content: "";
    clear: both;
    display: table;
}
.form-box .printable-link {
    margin-top: 7px;
    float: right;
}
.form-box .form-subtitle 
{
    margin-left: 15px;
    margin-top: 7px;
    float: left;
    clear: both;
}
.form-box .form-box {
  background-color: white;
}
.form-box .form-box .form-box {
  background-color: #f0f1f2;
}
.edit-form-box {
  width: 580px;
  float: left;
  margin-bottom: 10px;
}
.form-element-container {
  padding: 9px;
}

.pc-breadcrumb
{
    font-size:12px;
    margin-bottom:8px;
    color:#767676;
}

.pc-breadcrumb a
{
    color:#767676;
}
.pc-breadcrumb a:hover
{
    text-decoration:none;
}


.section-title-div
{
    padding-top:4px;
    border-bottom:1px solid #0054a6;
    width: 100%;
    margin-bottom: 12px;
}

.section-title-text
{
    font-weight:600;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.report-available 
{
    color: #5DA85F;
}
.report-box {
  border-radius: 0px;
  padding: 16px;
  text-shadow: none;
  background-color: #f0f1f2;
  border: 1px solid #e3e4e5;
  color: #333333;
  /*box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);*/
}
.report-box .hr {
  color: #e3e4e5;
}
.report-box .unhighlight {
  color: #6d6f71;
}
.report-box .close {
  right: 0px;
}
.report-box .alert-title {
  font: normal normal 300 18px 'Open Sans', sans-serif;
  line-height: 18px;
  margin-bottom: 4px;
}
.report-box .loading-block {
  margin: auto;
  background-color: transparent;
  border: none;
}
.report-box .report-title {
  font: normal normal 300 18px 'Open Sans', sans-serif;
  line-height: 18px;
}
.report-box .report-box {
  background-color: white;
}
.report-box .report-box .report-box {
  background-color: #f0f1f2;
}
.edit-report-box {
  width: 275px;
  float: left;
}
.report-toolbox
{
    width: 560px;
    overflow-y: auto;
}
.current-form-checkbox-wrapper
{
    margin-bottom: 10px;
}
.autocomplete-box-wrapper
{
    margin-bottom: 5px;
}
.autocomplete-box
{
    border-radius: 5px;
    padding: 4px;
    margin: 4px 0px;
    width: 540px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    color: #333333;
    border: 2px solid #bcbdc0;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1) inset;
    font: normal normal 400 13px 'Open Sans', sans-serif;
}
#editReportTitle 
{
  margin-top: 0px;
}
#editReportTitleText
{
  margin-left: -8px;
}
.edit-report-notice 
{
  width: 254px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px dashed #e3e4e5;
  padding: 10px;
}
.edit-report-placeholder 
{
  width: 240px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFE5BE;
  border: 1px dashed #FFBF89;
  padding: 17px;
}
.edit-report-column 
{
  width: 254px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px dashed #F0F1F2;
  border-left: 1px dashed #F0F1F2;
  border-right: 1px dashed #F0F1F2;
  padding: 8px;
  border-bottom: 1px dotted #CCCCCC;
  overflow: hidden;
  text-overflow: ellipsis;
}
.edit-report-column-highlighted 
{
  background: transparent url('../images/icons/arrow_out.png') no-repeat scroll 99% 5px;
  background-color: #ffffff;
  border: 1px dashed #e3e4e5;
  cursor: pointer;
}
.edit-report-column-title-highlighted 
{
  background: #ffffff;
}
.edit-report-column-selected {
  background-color: #D0EDD7;
  border: 1px dashed #A0E0B2;
  cursor: pointer;
}
.edit-report-column-loading 
{
  width: 240px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 17px;
}
.edit-report-column-loading-icon
{
    vertical-align: middle;
}
.edit-report-toolbox 
{
  position: relative;
  left: 0px;
  width: 330px;
  float: left;
}
.edit-report-column-toolbox 
{
  position: relative;
  left: 10px;
  width: 550px;
  float: left;
  border-top: 0px;
  padding-bottom: 5px;
}
.report-toolbox-left
{
    background-color: #f0f1f2;
    float: left;
}
.report-toolbox-right
{
    background-color: #f0f1f2;
    float: left;
    margin-left: 13px;
}
.report-column-toolbox-item
{
  width: 250px;
  height: 16px;
  margin-bottom: 4px;
  vertical-align: middle;
  text-align: center;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #e3e4e5;
  color: #333333;
  word-wrap: break-word;
  -webkit-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -moz-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -ms-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -o-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  transition: background-color ease 0.4s, text-shadow ease 0.4s;
}
.report-column-toolbox-item-disabled
{ 
  width: 250px;
  height: 16px;
  margin-bottom: 4px;
  vertical-align: middle;
  text-align: center;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #e3e4e5;
  color: #333333;
  opacity: 0.5;
  word-wrap: break-word;
}
.report-column-toolbox-item-highlighted
{
    cursor: pointer;
    background-color: #0054a6;
    border: 1px solid #e3e4e5;
    color: #ffffff;
    display: block;
}
.report-column-toolbox-item-selected
{
    cursor: pointer;
    background-color: #4A842F;
    border: 1px solid #e3e4e5;
    color: #ffffff;
    display: block;
}
.report-column-toolbox-item-opened
{
  margin-bottom: 2px;
}
.expand-column-group-placeholder
{
    width: 16px;
    float: right;
}
.toolbox-group-item
{
  width: 215px;
  margin-bottom: 2px;
  margin-left: 35px;
  margin-right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.toolbox-group-item-last
{
  width: 215px;
  margin-bottom: 8px;
  margin-left: 35px;
  margin-right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.filter-icon
{
    padding-left:5px;
    padding-top:1px;
    vertical-align:bottom;
}

.sensitive-data-icon 
{
    padding-left: 5px;
    width: 16px;
    height: 16px;
    background-image: url('../images/icons/shield_empty.png');
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
}

.sensitive-data-icon-obfuscated {
    padding-left: 5px;
    width: 16px;
    height: 16px;
    background-image: url('../images/icons/shield_fill.png');
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
}

#editFormTitle 
{
  margin-top: 0px;
}
#editFormTitleText
{
  margin-left: -8px;
}
#editFormSubtitleText
{
  margin-left: 0px;
    float: none !important;
}
.edit-form-notice 
{
  width: 559px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px dashed #e3e4e5;
  padding: 10px;
}
.edit-form-placeholder 
{
  width: 545px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #FFE5BE;
  border: 1px dashed #FFBF89;
  padding: 17px;
}
.edit-form-element 
{
  width: 559px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px dashed #F0F1F2;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.edit-form-element-highlighted 
{
  background: transparent url('../images/icons/arrow_out.png') no-repeat scroll 99% 5px;
  background-color: #ffffff;
  border: 1px dashed #e3e4e5;
  cursor: pointer;
}
.edit-form-element-title-highlighted 
{
  background: #ffffff;
}
.edit-form-element-pagination-highlighted 
{
  background: #ffffff;
}
.edit-form-element-selected {
  background-color: #D0EDD7;
  border: 1px dashed #A0E0B2;
  cursor: pointer;
}
.edit-form-element-loading 
{
  width: 545px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 17px;
}
.edit-form-element-loading-icon
{
    vertical-align: middle;
}
.edit-form-page-break 
{
    padding: 10px;
    border-bottom: 3px dashed #0054a6;
}
.edit-form-toolbox 
{
  position: relative;
  left: 0px;
  width: 300px;
  float: left;
  margin-bottom: 10px;
}
.edit-form-field-toolbox 
{
  position: relative;
  left: 10px;
  width: 245px;
  float: left;
  border-top: 0px;
  padding-bottom: 5px;
}
.edit-form-field-toolbox-left-column
{
    background-color: #f0f1f2;
    float: left;
}
.edit-form-field-toolbox-right-column
{
    background-color: #f0f1f2;
    float: right;
}
.edit-form-field-toolbox-type-title
{
    border-top: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    color: #777770;
}
.form-field-toolbox-item
{
  width: 95px;
  height: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e3e4e5;
  color: #333333;
  -webkit-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -moz-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -ms-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -o-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  transition: background-color ease 0.4s, text-shadow ease 0.4s;
}
.form-field-toolbox-item-highlighted
{
  cursor: pointer;
  width: 95px;
  height: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
  padding: 10px;
  background-color: #0054a6;
  border: 1px solid #e3e4e5;
  color: #ffffff;
  display: block;
  -webkit-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -moz-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -ms-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -o-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  transition: background-color ease 0.4s, text-shadow ease 0.4s;
}
div.ui-draggable-dragging {
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
  box-shadow: 2px 2px .5em rgba(0, 0, 0, .8);
  border: 0 none;
}
.submit-btn-group {
  text-align: right;
  margin-top: 16px;
}

.bottom-of-page-btn {
  margin-bottom: 16px;
}

.input-label,
.input-label-unpadded {
  margin-top: 13px;
  color: #333333;
}
.input-label:first-child,
.input-label-unpadded:first-child {
  margin: 0px;
}
td.input-label,
td.input-label-unpadded {
  width: 43%;
  text-align: right;
  padding-top: 13px;
  padding-right: 16px;
}
.input-label-unpadded {
  padding-top: 0px;
  margin-top: 0px;
}
td.input-label-unpadded {
  padding-top: 4px;
}
.input-info {
  color: #777770;
  font-size: 11px;
}
.form-horizontal-2 td.input-label {
  width: 17%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border-radius: 5px;
  padding: 4px;
  margin: 4px 0px;
  width: 240px;
  color: #333333;
  border: 1px solid #bcbdc0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
  border-color: #bcbdc0;
  color: black;
}
textarea:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder,
input[type="datetime-local"]:focus::-webkit-input-placeholder,
input[type="date"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="time"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="color"]:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #939598;
}
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder {
  color: #939598;
}
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #939598;
}
input[type="password"]::-ms-reveal {
    display: none
}
input.highlight-primary,
select.highlight-primary,
textarea.highlight-primary {
  border-color: #0054a6;
  color: #0054a6;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(0, 84, 166, 0.3) inset;
}
input.highlight-primary:focus,
select.highlight-primary:focus,
textarea.highlight-primary:focus {
  box-shadow: 0px 1px 4px 0px rgba(0, 84, 166, 0.5);
  border-color: #0054a6;
}
input.highlight-success,
select.highlight-success,
textarea.highlight-success {
  border-color: #35b558;
  color: #35b558;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(53, 181, 88, 0.3) inset;
}
input.highlight-success:focus,
select.highlight-success:focus,
textarea.highlight-success:focus {
  box-shadow: 0px 1px 4px 0px rgba(53, 181, 88, 0.5);
  border-color: #35b558;
}
input.highlight-warning,
select.highlight-warning,
textarea.highlight-warning {
  border-color: #f37032;
  color: #f37032;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(243, 112, 50, 0.3) inset;
}
input.highlight-warning:focus,
select.highlight-warning:focus,
textarea.highlight-warning:focus {
  box-shadow: 0px 1px 4px 0px rgba(243, 112, 50, 0.5);
  border-color: #f37032;
}
input.highlight-danger,
select.highlight-danger,
textarea.highlight-danger {
  border-color: #d2232a;
  color: #d2232a;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(210, 35, 42, 0.3) inset;
}
input.highlight-danger:focus,
select.highlight-danger:focus,
textarea.highlight-danger:focus {
  box-shadow: 0px 1px 4px 0px rgba(210, 35, 42, 0.5);
  border-color: #d2232a;
}
select {
  color: #333333;
  min-width: 223px;
  max-width: 549px;
  width: auto;
  margin: 4px 0px;
  padding: 3px 4px 5px 4px;
  border-radius: 5px;
}
select optgroup {
  padding: 4px;
  font-weight: 400;
  font-style: normal;
  color: #777770;
}
select optgroup option {
  padding-left: 4px;
  margin-left: 4px;
  color: #333333;
}
select option {
  padding: 1px 4px;
}
select option:hover {
  background-color: #ed1c24;
}
textarea {
  height: 100px;
  resize: none;
}
.add-on {
  border: 1px solid #bcbdc0;
  background-color: #e3e4e5;
}
.add-on [class^="icon-"],
.add-on [class*="icon-"] {
  margin: 2px 0px 0px 1px;
}
.input-prepend,
.input-append,
.input-prepend.input-append {
  margin: 0px;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend.input-append .add-on,
.input-prepend .btn,
.input-append .btn,
.input-prepend.input-append .btn,
.input-prepend input,
.input-append input,
.input-prepend.input-append input {
  border-radius: 0px;
}
.input-prepend .add-on:first-child,
.input-append .add-on:first-child,
.input-prepend.input-append .add-on:first-child,
.input-prepend input:first-child,
.input-append input:first-child,
.input-prepend.input-append input:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.input-prepend .btn:first-child,
.input-append .btn:first-child,
.input-prepend.input-append .btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.input-prepend .add-on:last-child,
.input-append .add-on:last-child,
.input-prepend.input-append .add-on:last-child,
.input-prepend .btn:last-child,
.input-append .btn:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend input:last-child,
.input-append input:last-child,
.input-prepend.input-append input:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.input-prepend .btn:last-child,
.input-append .btn:last-child,
.input-prepend.input-append .btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*.input-append  {
    .add-on:last-child, .btn:last-child {
        border-top-right-radius: @border-radius;
        border-bottom-right-radius: @border-radius;
    }
}*/

.input-file-frame-wrapper iframe {
  display: none;
}
.input-file-wrapper .input-file input[type="text"] {
  background-color: white;
  cursor: default;
  color: #333333;
  width: 268px;
}
.input-file-wrapper .input-file input[type="text"][readonly="readonly"] {
  background-color: #eee;
}
.input-file-wrapper .input-file .file-upload-inner {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.input-file-wrapper .input-file .file-upload-inner .file-upload-innermost {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  width: 70px;
  height: 28px;
  text-align: right;
  overflow: hidden;
}
.input-file-wrapper .input-file .file-upload-inner .file-upload-innermost input[type="file"] {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: red;
  float: right;
  display: inline;
}
.input-file-wrapper .input-file-uploading {
  display: none;
}
.input-file-wrapper .input-file-uploading input[type="text"] {
  background-color: white;
  cursor: default;
  color: #333333;
  width: 268px;
}
.input-file-wrapper .input-file-uploading .file-upload-inner {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.input-file-wrapper .input-file-uploading .file-upload-inner .file-upload-innermost {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  width: 70px;
  height: 28px;
  text-align: right;
  overflow: hidden;
}
.input-file-wrapper .input-file-uploading .file-upload-inner .file-upload-innermost input[type="file"] {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: red;
  float: right;
  display: inline;
}
.input-file-wrapper .input-file-progress-outer {
  display: none;
  position: relative;
}
.input-file-wrapper .input-file-progress-outer .progress {
  position: absolute;
  top: -10px;
  left: 27px;
  width: 276px;
  height: 2px;
  box-shadow: none;
  background-color: transparent;
  border-radius: none;
}
.input-file-wrapper .input-file-uploaded {
  display: none;
}
.input-file-wrapper .input-file-uploaded input[type="text"] {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: default;
  color: #333333;
  font-weight: bold;
  width: 268px;
}
.input-file-wrapper .input-file-uploaded .file-upload-inner {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.input-file-wrapper .input-file-uploaded .file-upload-inner .file-upload-innermost {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  width: 70px;
  height: 28px;
  text-align: right;
  overflow: hidden;
}
.input-file-wrapper .input-file-uploaded .file-upload-inner .file-upload-innermost input[type="file"] {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: red;
  float: right;
  display: inline;
}
.input-file-wrapper .input-file-uploaded input[type="text"] {
  width: 274px;
}
.input-file-wrapper .input-file-status-text {
  display: none;
}
.input-file-wrapper .input-file-allowed-extensions {
  font-size: 11px;
}
.input-date input {
  width: 209px;
}
.ui-datepicker {
  border: 1px solid #bcbdc0;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  z-index: 1000001 !important;
  display: none;
  margin-top: -1px;
  margin-left: 36px;
  padding: 8px;
  width: 196px;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-next {
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-image: url('../images/icons/glyphicons-halflings.png');
  background-position: -456px -72px;
}
.ui-datepicker .ui-datepicker-prev {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-image: url('../images/icons/glyphicons-halflings.png');
  background-position: -432px -72px;
}
.ui-datepicker .ui-datepicker-calendar tr td {
  padding: 4px;
}
.ui-datepicker .ui-datepicker-calendar tr td a {
  display: block;
  width: 20px;
  /*background-color: red;*/

}
.ui-datepicker .ui-datepicker-calendar tr th {
  padding: 4px;
}
.ui-datepicker .ui-datepicker-today {
  background-color: #e3e4e5;
}
.ui-datepicker .ui-datepicker-current-day {
  background-color: #0054a6;
}
.ui-datepicker .ui-datepicker-current-day a {
  color: white;
}
.ui-datepicker .ui-datepicker-other-month a {
  color: #bcbdc0;
}
.ui-dialog {
  border: 1px solid #bcbdc0;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  z-index: 10000;
  border-radius: 0px;
  padding: 16px;
  text-shadow: none;
  background-color: #f0f1f2;
  border: 1px solid #e3e4e5;
  color: #333333;
  /*box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);*/

  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.6);
}
.ui-dialog .hr {
  color: #e3e4e5;
}
.ui-dialog .unhighlight {
  color: #6d6f71;
}
.ui-dialog .close {
  right: 0px;
}
.ui-dialog .alert-title {
  font: normal normal 300 18px 'Open Sans', sans-serif;
  line-height: 18px;
  margin-bottom: 4px;
}
.ui-dialog .loading-block {
  margin: auto;
  background-color: transparent;
  border: none;
}
.ui-dialog .ui-dialog-titlebar {
  font: normal normal 300 18px 'Open Sans', sans-serif;
  line-height: 18px;
  margin-bottom: 4px;
  padding: 8px 8px;
  margin: -8px -8px 0px -8px;
  cursor: move;
}
.ui-dialog .ui-dialog-titlebar-close {
  background-image: url('../images/icons/glyphicons-halflings.png');
  display: inline-block;
  float: right;
  width: 18px;
  height: 18px;
  color: transparent;
  overflow: hidden;
  background-position: -312px -1px;
  opacity: 0.6;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
}
.ui-dialog .ui-dialog-buttonset {
  text-align: right;
  margin-top: 16px;
}
.ui-dialog .ui-dialog-buttonset button {
  margin-left: 4px;
}
.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0px;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-front {
    z-index: 999999;
}
.ui-slider {
  margin-top: 12px;
  width: 238px;
  height: 10px;
  padding-right: 10px;
  background-color: #e3e4e5;
  border: 1px solid #bcbdc0;
  border-radius: 5px;
}
.ui-slider .ui-slider-handle {
  width: 10px;
  height: 20px;
  display: block;
  position: relative;
  top: -6px;
  margin: 0px -1px;
  background-color: #bcbdc0;
  border: 1px solid #939598;
  border-radius: 5px;
  background-color: #f0f0f0;
  border-color: #d7d7d7;
  border-bottom-color: #a5a5a5;
  background-image: none;
  box-shadow: none;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.07) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset;
  padding: 4px 8px 4px 8px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -moz-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -ms-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  -o-transition: background-color ease 0.4s, text-shadow ease 0.4s;
  transition: background-color ease 0.4s, text-shadow ease 0.4s;
  padding: 0px;
}
.ui-slider .ui-slider-handle:hover {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  background-color: #e2e2e2;
  -webkit-transition: background-color ease 0.2s, text-shadow ease 0.2s;
  -moz-transition: background-color ease 0.2s, text-shadow ease 0.2s;
  -ms-transition: background-color ease 0.2s, text-shadow ease 0.2s;
  -o-transition: background-color ease 0.2s, text-shadow ease 0.2s;
  transition: background-color ease 0.2s, text-shadow ease 0.2s;
}
.ui-slider .ui-slider-handle:active {
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.12) inset;
  background-color: #d7d7d7;
  padding: 5px 8px 3px 8px;
  /*#DDDDDD;*/

}
.ui-slider .ui-slider-handle.disabled,
.ui-slider .ui-slider-handle[disabled] {
  background-color: #eeeeee;
  color: #6c6c6c;
  border-color: #cccccc;
  text-shadow: none;
}
.ui-slider .ui-slider-handle.disabled:active,
.ui-slider .ui-slider-handle[disabled]:active {
  box-shadow: none;
  padding: 4px 8px 4px 8px;
}
.ui-slider .ui-slider-handle.disabled:hover,
.ui-slider .ui-slider-handle[disabled]:hover {
  text-shadow: none;
}
ul.ui-autocomplete {
  border: 1px solid #bcbdc0;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  z-index: 10000;
  margin-left: 0px;
  width: 220px;
  list-style-type: none;
}
ul.ui-autocomplete > li {
  margin-left: 0px;
}
ul.ui-autocomplete > li:before {
  position: static;
  left: 0px;
  content: "";
  margin-right: 0px;
}
ul.ui-autocomplete li a {
  display: block;
  margin: 4px;
  padding: 4px;
  cursor: pointer;
}
ul.ui-autocomplete li a#ui-active-menuitem {
  background-color: #0054a6;
  color: white;
}
ul.ui-autocomplete li a:hover {
  text-decoration: none;
}
.ui-tabs ul.ui-tabs-nav {
  margin: 0px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e3e4e5;
  margin-left: 0px;
}
.ui-tabs ul.ui-tabs-nav > li {
  margin-left: 0px;
}
.ui-tabs ul.ui-tabs-nav > li:before {
  position: static;
  left: 0px;
  content: "";
  margin-right: 0px;
}
.ui-tabs ul.ui-tabs-nav li {
  display: inline-block;
  position: relative;
  top: 1px;
  border: 1px solid transparent;
  -ms-transition: border-color linear 0.2s, background-color linear 0.2s;
  -moz-transition: border-color linear 0.2s, background-color linear 0.2s;
  -webkit-transition: border-color linear 0.2s, background-color linear 0.2s;
  -o-transition: border-color linear 0.2s, background-color linear 0.2s;
  transition: border-color linear 0.2s, background-color linear 0.2s;
}
.ui-tabs ul.ui-tabs-nav li a {
  display: block;
  padding: 8px 16px;
  background-color: transparent;
}
.ui-tabs ul.ui-tabs-nav li a:hover {
  text-decoration: none;
}
.ui-tabs ul.ui-tabs-nav li.selected,
.ui-tabs ul.ui-tabs-nav li.ui-state-active {
  background-color: white;
  border-color: #e3e4e5;
  border-bottom-color: white;
}
.ui-tabs ul.ui-tabs-nav li.selected a,
.ui-tabs ul.ui-tabs-nav li.ui-state-active a {
  color: #333333;
}
.ui-tabs .ui-tabs-hide {
  display: none;
}
.form-box .ui-tabs .ui-tabs-nav {
  margin-bottom: 0px;
}
.form-box .ui-tabs .ui-tabs-panel {
  border: 1px solid #e3e4e5;
  border-top: none;
  background-color: white;
  padding: 16px;
}
.tabs-sidebar > ul.ui-tabs-nav {
  list-style: none;
  float: left;
  width: 160px;
  background-color: #f0f1f2;
  border: 1px solid #e3e4e5;
  /*border-top: none;*/
  /*border-left: none;
        margin-left: -52px;*/
  margin-left: 0px;
  margin-right: 16px;
  padding: 4px 4px 4px 4px;
}
.tabs-sidebar > ul.ui-tabs-nav li {
  display: block;
}
.tabs-sidebar > ul.ui-tabs-nav li a {
  padding: 8px 8px;
}
.tabs-sidebar > ul.ui-tabs-nav li.selected,
.tabs-sidebar > ul.ui-tabs-nav li.ui-state-active {
  margin-right: -5px;
  padding-right: 0px;
  background-color: white;
  border: 1px solid #e3e4e5;
  border-right: 1px solid white;
}
.tabs-sidebar > ul.ui-tabs-nav li.selected a,
.tabs-sidebar > ul.ui-tabs-nav li.ui-state-active a {
  color: #333333;
}
.tabs-sidebar > ul.ui-tabs-nav li.selected a:hover,
.tabs-sidebar > ul.ui-tabs-nav li.ui-state-active a:hover {
  text-decoration: none;
}
.tabs-sidebar > .ui-tabs-panel {
  margin-top: 16px;
  width: 734px;
  margin-left: auto;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  display: none;
}
.grid-search {
  text-align: right;
}
.grid-search.grid-search-has-query input {
  width: 209px;
}
.grid-pagination-wrapper td {
  padding: 0px;
}
.grid-pagination-wrapper .grid-pagination-wrapper-page-select {
  width: 0px;
  display: none;
  padding-left: 8px;
}
.grid-pagination-wrapper .grid-pagination-wrapper-page-select .pagination-page-select {
  width: 70px;
  margin-top: 7px;
}
.dataTable th
{
    border-bottom: 0px;
}
.dataTable th.sorting,
.dataTable th.sorting_asc,
.dataTable th.sorting_desc {
  background-image: url('../images/icons/chevron-up-down-light.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
  cursor: pointer;
}
.dataTable th.sorting:hover {
  background-image: url('../images/icons/chevron-up-down.png');
}
.dataTable th.sorting_asc {
  background-image: url('../images/icons/chevron-down.png');
}
.dataTable th.sorting_desc {
  background-image: url('../images/icons/chevron-up.png');
}
.dataTable td.sorting_1 {
  background-color: #f0f1f2;
}
.dataTable.table-zebra tr:hover td.sorting_1 {
  background-color: #e3e4e5;
}
.dataTable tr.even,.dataTable tr.odd
{
    border-top: 1px solid rgb(227, 228, 229);
    border-left: 1px solid rgb(227, 228, 229);
    border-right: 1px solid rgb(227, 228, 229);
}
.info_row 
{
    padding: 0px;
    border-left: 1px solid rgb(227, 228, 229);
    border-right: 1px solid rgb(227, 228, 229);
}

.glowDiv
{
    height:100px;    
    position: absolute;
    z-index: 100;
    pointer-events: none;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(65, 149, 252, .75);
    -moz-box-shadow: 0px 0px 7px 3px rgba(65, 149, 252, .75);
    box-shadow: 0px 0px 7px 3px rgba(65, 149, 252, .75);
}

.progress {
  width: 250px;
  height: 16px;
  border-radius: 5px;
  filter: none;
  margin: 4px 0px;
  background-image: none;
  background-color: #f0f0f0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
.progress .bar,
.progress .ui-progressbar-value {
  filter: none;
  height: 100%;
  background-image: none;
  background-color: #08549e;
  border-color: #003183;
  border-bottom-color: #00095b;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset;
  text-align: right;
  -webkit-transition: background-color ease 0.2s, width ease 0.5s;
  -moz-transition: background-color ease 0.2s, width ease 0.5s;
  -ms-transition: background-color ease 0.2s, width ease 0.5s;
  -o-transition: background-color ease 0.2s, width ease 0.5s;
  transition: background-color ease 0.2s, width ease 0.5s;
}

@keyframes progress-slide {
    0% {
        left: -50px;
    }
    100% {
        left: 100%;
    }
}

.progress-loop .bar,
.progress-loop .ui-progressbar-value {
    filter: none;
    width: 50px;
    height: 100%;
    position: relative;
    background-color: #08549e;
    border-color: #003183;
    border-bottom-color: #00095b;
    box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset;
    text-align: right;
    animation: progress-slide 1.5s linear infinite
}

.progress-success .bar,
.progress-success .ui-progressbar-value {
  filter: none;
  height: 100%;
  background-image: none;
  background-color: #41a95d;
  border-color: #129235;
  border-bottom-color: #006a0d;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset;
  text-align: right;
  -webkit-transition: background-color ease 0.2s, width ease 0.5s;
  -moz-transition: background-color ease 0.2s, width ease 0.5s;
  -ms-transition: background-color ease 0.2s, width ease 0.5s;
  -o-transition: background-color ease 0.2s, width ease 0.5s;
  transition: background-color ease 0.2s, width ease 0.5s;
}
.progress-warning .bar,
.progress-warning .ui-progressbar-value {
  filter: none;
  height: 100%;
  background-image: none;
  background-color: #e8743d;
  border-color: #d04d0f;
  border-bottom-color: #a82500;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset;
  text-align: right;
  -webkit-transition: background-color ease 0.2s, width ease 0.5s;
  -moz-transition: background-color ease 0.2s, width ease 0.5s;
  -ms-transition: background-color ease 0.2s, width ease 0.5s;
  -o-transition: background-color ease 0.2s, width ease 0.5s;
  transition: background-color ease 0.2s, width ease 0.5s;
}
.progress-danger .bar,
.progress-danger .ui-progressbar-value {
  filter: none;
  height: 100%;
  background-image: none;
  background-color: #c62f35;
  border-color: #af0007;
  border-bottom-color: #870000;
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.12) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.18) inset;
  text-align: right;
  -webkit-transition: background-color ease 0.2s, width ease 0.5s;
  -moz-transition: background-color ease 0.2s, width ease 0.5s;
  -ms-transition: background-color ease 0.2s, width ease 0.5s;
  -o-transition: background-color ease 0.2s, width ease 0.5s;
  transition: background-color ease 0.2s, width ease 0.5s;
}
.alert {
  border-radius: 0px;
  padding: 16px;
  text-shadow: none;
  background-color: #f0f1f2;
  border: 1px solid #e3e4e5;
  color: #333333;
  /*box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);*/

}
.alert .hr {
  color: #e3e4e5;
}
.alert .unhighlight {
  color: #6d6f71;
}
.alert .close {
  right: 0px;
}
.alert .alert-title {
  font: normal normal 300 18px 'Open Sans', sans-serif;
  line-height: 18px;
  margin-bottom: 4px;
}
.alert-success {
  background-color: #d0edd7;
  border-color: #a0e0b2;
  color: #145426;
  /*background-color: desaturate(@color, 20%) + rgb(105, 105, 105);
    border-color: @color;
    color: @color;

    .unhighlight {
        color: @color + rgb(50, 50, 50);
    }
    hr {
        border-bottom: 1px solid @color;
    }*/

}
.alert-success .unhighlight {
  color: #6da57d;
}
.alert-success hr {
  border-bottom: 1px solid #a0e0b2;
}
.alert-warning {
  background-color: #ffe5be;
  border-color: #ffbf89;
  color: #a63300;
  /*background-color: desaturate(@color, 20%) + rgb(105, 105, 105);
    border-color: @color;
    color: @color;

    .unhighlight {
        color: @color + rgb(50, 50, 50);
    }
    hr {
        border-bottom: 1px solid @color;
    }*/

}
.alert-warning .unhighlight {
  color: #f68a57;
}
.alert-warning hr {
  border-bottom: 1px solid #ffbf89;
}
.alert-danger,
.alert-error {
  background-color: #feb8bb;
  border-color: #f1898e;
  color: #650002;
  /*background-color: desaturate(@color, 20%) + rgb(105, 105, 105);
    border-color: @color;
    color: @color;

    .unhighlight {
        color: @color + rgb(50, 50, 50);
    }
    hr {
        border-bottom: 1px solid @color;
    }*/

}
.alert-danger .unhighlight,
.alert-error .unhighlight {
  color: #b6575b;
}
.alert-danger hr,
.alert-error hr {
  border-bottom: 1px solid #f1898e;
}
.admin-alert {
    text-align: center; 
    font-weight: 400; 
    font-family: "Open Sans", sans-serif; 
    line-height: 1.5; 
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
}
.admin-info-banner {
    color: #303c60;
    background-color: #dee3f1;
    border-color: #d1d8eb;
}
.admin-warning-banner {
    color: #856404; 
    background-color: #fff3cd; 
    border-color: #ffeeba;
}
.admin-error-banner {
    color: #721c24; 
    background-color: #f8d7da; 
    border-color: #f5c6cb;
}
.loading-block {
  width: 216px;
  vertical-align: middle;
  border-radius: 0px;
  padding: 16px;
  text-shadow: none;
  background-color: #f0f1f2;
  border: 1px solid #e3e4e5;
  color: #333333;
  /*box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.05);*/

}
.loading-block .hr {
  color: #e3e4e5;
}
.loading-block .unhighlight {
  color: #6d6f71;
}
.loading-block .close {
  right: 0px;
}
.loading-block .alert-title {
  font: normal normal 300 18px 'Open Sans', sans-serif;
  line-height: 18px;
  margin-bottom: 4px;
}
.loading-block .loading-block {
  margin: auto;
  background-color: transparent;
  border: none;
}
.loading-block .icon-loading-large {
  float: left;
  margin-right: 16px;
}
.loading-block h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333333;
}
.loading-block .loading-message {
  color: #6d6f71;
}
.loading-block .loading-block-bottom {
  clear: both;
}
.loading-block .progress {
  width: 216px;
}
.alert .loading-block,
.form-box .loading-block {
  margin: auto;
  background-color: transparent;
  border: none;
}
.pagination {
  border: none;
  height: auto;
  margin: 8px 0px;
}
.pagination ul {
  margin-left: 0px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
}
.pagination ul > li {
  margin-left: 0px;
}
.pagination ul > li:before {
  position: static;
  left: 0px;
  content: "";
  margin-right: 0px;
}
.pagination li a {
  line-height: normal;
  padding: 4px 8px;
  border: none;
}
.pagination li a i {
  opacity: 0.25;
}
.pagination li a:hover {
  background-color: #f0f1f2;
}
.pagination li a:hover i {
  opacity: 1;
}
.pagination li.active a {
  background-color: #e3e4e5;
  font-weight: 600;
  color: #5e6062;
}
.pagination li.disabled a:hover,
.pagination li.active a:hover {
  text-decoration: none;
}
.pagination li.disabled a:hover i,
.pagination li.active a:hover i {
  opacity: 0.25;
}
.recaptcha .recaptcha-table {
  width: 302px;
}
.recaptcha .recaptcha-table tr td {
  padding: 0px;
  vertical-align: bottom;
}
.recaptcha #recaptcha_image {
  border: 1px solid #e3e4e5;
}
.recaptcha .recaptcha-buttons {
  text-align: right;
}
.recaptcha .recaptcha-buttons .btn {
  border-radius: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
}
.recaptcha .recaptcha-buttons .btn:first-child {
  border-bottom-left-radius: 5px;
  border-left-width: 1px;
}
.recaptcha .recaptcha-buttons .btn:last-child {
  border-bottom-right-radius: 5px;
}
.recaptcha .recaptcha-response-container {
  vertical-align: top;
}
.recaptcha .recaptcha-logo-container {
  text-align: right;
}
.recaptcha .recaptcha-logo-container .recaptcha-logo {
  margin-top: 4px;
}
.recaptcha #recaptcha_response_field {
  width: 190px;
}
.nav-tabs li a {
  padding: 4px 16px;
  border-radius: 0px 0px 0px 0px;
}
body,
th,
td,
textarea,
input,
select,
button {
  font: normal normal 400 13px 'Open Sans', sans-serif;
}
h1 {
  border-bottom: 1px solid #e3e4e5;
  font: normal normal 300 24px 'Open Sans', sans-serif;
  margin: 16px 0px 8px 0px;
}
h1:first-child {
  margin-top: 0px;
}
h2 {
  font: normal normal 300 20px 'Open Sans', sans-serif;
  margin: 16px 0px 4px 0px;
  color: #6d6f71;
}
h3 {
  font: normal normal 400 14px 'Open Sans', sans-serif;
  margin: 12px 0px 2px 0px;
  color: #6d6f71;
}
.highlight-primary {
  color: #0054a6;
  font-weight: bold;
}
.highlight-info {
  color: #5c73b8;
  font-weight: bold;
}
.highlight-success {
  color: #35b558;
  font-weight: bold;
}
.highlight-warning {
  color: #f37032;
  font-weight: bold;
}
.highlight-danger {
  color: #d2232a;
  font-weight: bold;
}
.unhighlight {
  color: #777770;
}
a {
  color: #0054a6;
  text-decoration: none;
/*  
  -ms-transition: color ease 0.2s, text-decoration ease 0.2s;
  -moz-transition: color ease 0.2s, text-decoration ease 0.2s;
  -webkit-transition: color ease 0.2s, text-decoration ease 0.2s;
  -o-transition: color ease 0.2s, text-decoration ease 0.2s;
  transition: color ease 0.2s, text-decoration ease 0.2s;
*/
  cursor: pointer;
}
a:hover {
  color: #65b4e6;
  text-decoration: underline;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
hr {
  border: none;
  border-top: 0px solid black;
  border-bottom: 1px solid #e3e4e5;
  height: 1px;
  margin: 8px 0px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  color: #777770;
}
td,
th {
  padding: 6px;
  margin: 0px;
  text-align: left;
  vertical-align: top;
  /*&:first-child {
        padding-left: 0px;
    }
    &:last-child {
        padding-right: 0px;	
    }*/

}
th {
  border-bottom: 1px solid #e3e4e5;
}
table.table-zebra tbody tr:hover {
  background-color: #f0f1f2;
}
table.table-no-edge tr td:first-child {
  padding-left: 0px;
}
table.table-no-edge tr td:last-child {
  padding-right: 0px;
}
table.table-horizontal td:first-child {
  color: #777770;
  border-right: 1px solid #e3e4e5;
}
table.table-horizontal td:nth-child(2) {
  padding-left: 16px;
}
tfoot tr:first-child,
.table-footer:first-child {
  border-top: 1px solid #e3e4e5;
}
tfoot th {
  border-bottom: none;
}
tfoot td,
.table-footer td {
  color: #777770;
}
.table-total {
  border-top: 4px double #e3e4e5;
}
.table-buttons {
  text-align: right;
}
.table-buttons .btn-group {
  float: right;
}
ul {
  margin-left: 16px;
  list-style: none;
  list-style-position: outside;
}
/*
ul > li {
  position: relative;
  text-indent: 0em;
  margin-left: 24px;
}
*/
/*
ul > li:before {
  position: absolute;
  left: -24px;
  content: "-";
  color: #939598;
}
*/
ol {
  counter-reset: item;
  list-style: none;
  margin-left: 16px;
}
ol > li {
  position: relative;
  margin-left: 24px;
}
ol > li:before {
  position: absolute;
  left: -24px;
  counter-increment: item;
  content: counter(item) ".";
  color: #939598;
}
.list-plain,
ul.list-plain,
ol.list-plain {
  margin-left: 0px;
}
.list-plain > li,
ul.list-plain > li,
ol.list-plain > li {
  margin-left: 0px;
}
.list-plain > li:before,
ul.list-plain > li:before,
ol.list-plain > li:before {
  position: static;
  left: 0px;
  content: "";
  margin-right: 0px;
}
span.h-spacer-tiny,
span.h-spacer-small,
span.h-spacer,
span.h-spacer-large,
span.v-spacer-tiny,
span.v-spacer-small,
span.v-spacer,
span.v-spacer-large {
  display: inline-block;
}
.h-spacer-tiny {
  width: 4px;
}
.h-spacer-small {
  width: 8px;
}
.h-spacer {
  width: 16px;
}
.h-spacer-large {
  width: 32px;
}
.v-spacer-tiny {
  height: 4px;
}
.v-spacer-small {
  height: 8px;
}
.v-spacer {
  height: 16px;
}
.v-spacer-large {
  height: 36px;
}
code {
  border-radius: 0px;
  color: #333333;
  padding: none;
  margin: none;
  font-family: 'Consolas';
}
code.code-block {
  display: block;
}
.info-box {
  padding: 16px;
  border-radius: 0px;
  /*border-radius: 20px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);*/

}
.info-box h4 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid black;
}
.info-box-secondary {
  padding: 16px;
  border-radius: 0px;
  /*border-radius: 20px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);*/

}
.info-box-secondary h4 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid black;
}
.info-box-tertiary {
  padding: 16px;
  border-radius: 0px;
  /*border-radius: 20px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);*/

}
.info-box-tertiary h4 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid black;
}
ul.list-horizontal {
  margin-left: 0px;
  margin: 0px;
  padding: 0px;
}
ul.list-horizontal > li {
  margin-left: 0px;
}
ul.list-horizontal > li:before {
  position: static;
  left: 0px;
  content: "";
  margin-right: 0px;
}
ul.list-horizontal li {
  display: inline;
  list-style-type: none;
  margin-right: 16px;
}
.divider {
  color: #bcbdc0;
}
.divider:before {
  content: "|";
}


* {
    margin: 0;
}
html, body {
    height: 100%;
}
form {
    padding:0px;
    margin:0px;
    height: 100%;
}
.outer-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -75px;
}
.footer, .push {
    height: 75px;
}

#cpr-banner {
    width: 980px;
    display: flex;
    margin-left: auto; 
    margin-right: auto;
}
#cpr-banner-left {
    text-align: left; 
    margin-left: 0px; 
    margin-top: 0px; 
    width: 300px; 
    float: left;
    padding-top:8px;
    padding-bottom:8px;
}
#cpr-banner-right {
    margin-left: 150px; 
    width: 500px; 
    float: left;
    display: flex;
    justify-content: flex-end;
}
#content-wrapper {
    background-color:white;
}

#content {
    width: 920px;
    padding-top: 8px; 
    padding-left: 32px;
    padding-right: 32px;
    margin-left: auto; 
    margin-right: auto;
}
#content-bottom {
    clear:both;
}

.nav-header {
    font-size: 16pt;
    margin-bottom: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid black;    
}

.nav-main-row {
    padding-top:4px;
    font-weight:600;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    border-bottom:1px solid #e3e4e5;
}
.nav-main-row:first-child {
    border-top:none
}
.nav-main-row:last-child,.nav-main-row:nth-last-child(2n+1) {
    background-color:#f0f1f2
}
.nav-main-row:last-child li.selected a,.nav-main-row:nth-last-child(2n+1) li.selected a,
.nav-main-row:last-child li.selected a:hover,.nav-main-row:nth-last-child(2n+1) li.selected a:hover {
    border-bottom:1px solid white;background-color:white
}
#nav-main-row-support {
    float: right;
}
#inquiry-opener {
    display: inline-block;
    background-color: white;
    border-radius: 1.5em;
    color: black;
    margin: 0.25em 0.5em 0 0.5em;
    padding: 0.5em 1em 0.5em 1em;
    text-shadow: none;
    box-shadow: 2px 2px 2px #00004c;
}
#inquiry-opener:hover {
    background-color: #d8d8d8;
    box-shadow: 4px 3px 3px #00004c;
}
ul.nav-main {
    padding-left:17px;
    padding-right:17px;
    width:968px;
    margin:auto;
}
ul.nav-main li {
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin:0px;
    padding-bottom:4px;
    margin-top:8px
}
ul.nav-main li a {
    padding:6px 16px;
    margin:0px 2px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    color:#939598
}
ul.nav-main li a:hover {
    text-decoration:none
}
ul.nav-main li:first-child a {
    margin-left:0px
}
ul.nav-main li:last-child a {
    margin-right:0px
}
ul.nav-main li.selected a,ul.nav-main li.selected a:hover {
    padding:6px 15px;
    border-top:1px solid #e3e4e5;
    border-right:1px solid #e3e4e5;
    border-left:1px solid #e3e4e5;
    border-bottom:1px solid #f0f1f2;
    background-color:#f0f1f2;
    text-decoration:none;
    border-top:2px solid black
}
ul.nav-main li.tab-right {
    float:right
}
ul.nav-main li a:hover {
    color:#5c73b8
}
ul.nav-main li.selected a,ul.nav-main li.selected a:hover {
    color:#0054a6;
    border-top-color:#0054a6
}

#product-logo {
    display:inline-block;
    width:241px;
    background-repeat:no-repeat;
    height:57px;
    background-image:url('../images/logos/pc-logo.png');
    background-position:14px 0;
}

.cpr-footer {
    background-color: #F0F1F2; 
    border-top: 1px solid #D3D4D5;
}
.cpr-footer a {
    color:#5e6062
}
.cpr-footer a:hover {
    color:#65b4e6;
    text-decoration:none
}
#cpr-footer-inner {
    color: #939598; 
    width: 1000px; 
    height: 74px; 
    margin-left: auto; 
    margin-right: auto;
}
#cpr-footer-logo-wrapper {
    text-align: left; 
    margin-left: 45px; 
    margin-top: 20px; 
    width: 300px; 
    float: left;
}
#cpr-footer-logo {
    display: block; 
    width: 224px; 
    height: 35px; 
    margin-right: 52px; 
    background-image: url('../images/logos/horizontal-reg-224.png');
}
#cpr-footer-links {
    text-align: right; 
    margin-top: 25px; 
    margin-left: 180px; 
    width: 400px; 
    float: right;     
}
#cpr-footer-links td {
    vertical-align:middle;
}

#cpr-footer-links li {
    vertical-align:middle;
}

#cpr-footer-glyphs {
    text-align: left; 
    margin-top: 30px; 
    margin-left: 3px; 
    width: 25px; 
    float: left;
}
#cpr-linkedin-glyph {
    display: block;
    width: 22px;	
    height: 22px;
    background-image: url('../images/icons/linkedin.png');
    opacity: 0.6;
}
#cpr-linkedin-glyph:hover {
    opacity: 0.8;
}
#cpr-rss-glyph {
    display: block;
    width: 22px;
    height: 22px;	
    background-image: url('../images/icons/rss.png');
    opacity: 0.7;
}
#cpr-rss-glyph:hover {
    opacity: 0.9;
}
#cpr-twitter-glyph {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url('../images/icons/twitter.png');
    opacity: 0.7;
}
#cpr-twitter-glyph:hover {
    opacity: 0.9;
}

ul.footerlist li {
    margin-right: 0px;
}

.footerIconCell
{
    padding: 0px;
    width:26px;
}

.copyrightText 
{
    text-align: right; 
    padding-right: 8px;
    font-size: 12px; 
    line-height:12px;
    color:#5e6062;
}

.touText
{
    text-align: right; 
    padding-right: 8px;
    font-size: 10px; 
    line-height:10px;
    color: #A4A4A4;
}

.touText a
{
    color: #5e6062;
}

.info-box {
    background-color: #0054a6;
}
.info-box-secondary {
    background-color: #10357f;
}
.info-box-tertiary {
    background-color: #5c73b8;
}
.info-box,
.info-box-secondary,
.info-box-tertiary {
    color: white;
}
.info-box h4,
.info-box-secondary h4,
.info-box-tertiary h4 {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.action-link-edit {
    cursor: pointer;
}
.action-link-delete {
    cursor: pointer;
}

.nav-toolbox-row {
    padding-top:2px;
    margin-left: 10px;
    margin-right: 11px;
    font-weight:600;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    border-bottom:1px solid #e3e4e5;
    background-color:#ffffff
}
.nav-toolbox-row:first-child {
    border-top:none
}
.nav-toolbox-row:last-child,.nav-toolbox-row:nth-last-child(2n+1) {
    background-color:#f0f1f2
}
.nav-toolbox-row:last-child li.selected a,.nav-toolbox-row:nth-last-child(2n+1) li.selected a,
.nav-toolbox-row:last-child li.selected a:hover,.nav-toolbox-row:nth-last-child(2n+1) li.selected a:hover {
    border-bottom:1px solid white;
    background-color:white
}
ul.nav-toolbox {
    padding-left: 10px;
    width:267px;
}
ul.nav-toolbox li {
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin:0px;
    padding-bottom:4px;
    margin-top:8px
}
ul.nav-toolbox li a {
    padding:6px 16px;
    margin:0px 2px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    color:#939598;
    white-space: nowrap
}
ul.nav-toolbox li a:hover {
    text-decoration:none
}
ul.nav-toolbox li:first-child a {
    margin-left:0px
}
ul.nav-toolbox li:last-child a {
    margin-right:0px
}
ul.nav-toolbox li.selected a,ul.nav-toolbox li.selected a:hover {
    padding:6px 15px;
    border-top:1px solid #e3e4e5;
    border-right:1px solid #e3e4e5;
    border-left:1px solid #e3e4e5;
    border-bottom:1px solid #f0f1f2;
    background-color:#f0f1f2;
    text-decoration:none;
    border-top:2px solid black;
    white-space: nowrap
}
ul.nav-toolbox li.tab-right {
    float:right
}
ul.nav-toolbox li a:hover {
    color:#5c73b8
}
ul.nav-toolbox li.selected a,ul.nav-toolbox li.selected a:hover {
    color:#0054a6;
    border-top-color:#0054a6
}

.report-nav-toolbox-row {
    padding-top: 0px;
    margin-left: 10px;
    margin-right: 11px;
    font-weight:600;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
    border-bottom:1px solid #e3e4e5;
    background-color:#ffffff
}
.report-nav-toolbox-row:first-child {
    border-top:none
}
.report-nav-toolbox-row:last-child,.report-nav-toolbox-row:nth-last-child(2n+1) {
    background-color:#f0f1f2
}
.report-nav-toolbox-row:last-child li.selected a,.report-nav-toolbox-row:nth-last-child(2n+1) li.selected a,
.report-nav-toolbox-row:last-child li.selected a:hover,report-.nav-toolbox-row:nth-last-child(2n+1) li.selected a:hover {
    border-bottom:1px solid white;
    background-color:white
}
ul.report-nav-toolbox {
    padding-left: 10px;
    width:295px;
}
ul.report-nav-toolbox li {
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin:0px;
    padding-bottom:4px;
    margin-top:2px
}
ul.report-nav-toolbox li a {
    padding:6px 16px;
    margin:0px 2px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    color:#939598;
    white-space: nowrap
}
ul.report-nav-toolbox li a:hover {
    text-decoration:none
}
ul.report-nav-toolbox li:first-child a {
    margin-left:0px
}
ul.report-nav-toolbox li:last-child a {
    margin-right:0px
}
ul.report-nav-toolbox li.selected a,ul.report-nav-toolbox li.selected a:hover {
    padding:6px 15px;
    border-top:1px solid #e3e4e5;
    border-right:1px solid #e3e4e5;
    border-left:1px solid #e3e4e5;
    border-bottom:1px solid #f0f1f2;
    background-color:#f0f1f2;
    text-decoration:none;
    border-top:2px solid black;
    white-space: nowrap
}
ul.report-nav-toolbox li.tab-right {
    float:right
}
ul.report-nav-toolbox li a:hover {
    color:#5c73b8
}
ul.report-nav-toolbox li.selected a,ul.report-nav-toolbox li.selected a:hover {
    color:#0054a6;
    border-top-color:#0054a6
}

.checkbox {
    display: block; 
    padding-left: 0px; 
    text-indent: 5px;
    min-height: 18px;
}

.checkbox input[type="checkbox"] {
    width: 13px; 
    height: 13px; 
    padding: 0; 
    margin:0; 
    vertical-align: bottom; 
    position: relative; 
    top: 2px; 
    *overflow: hidden;
}

.status-checkboxlist label
{
    display: inline;
    padding-left: 10px;
}

.choice-checkboxlist label
{
    display: inline;
    padding-left: 10px;
}

#inputChoices {
    margin-left: 15px;    
}
.add_choice,.del_choice{
    cursor: pointer;
}
.move_choice{
    cursor: move;
}
input[type="text"].input-choice {
    width: 160px;
}

select.field-choice {
    width: 225px;
}

.attachment-add 
{
    font-size: 11px;
}

.signatory-add 
{
    font-size: 11px;
}   

input[type="submit"].btn-next {
    background-image: url("../images/icons/btnnext.png");
    background-position: right center;
    padding-left: 16px;
    padding-right: 26px;
}

input[type="submit"].btn-back {
    background-image: url("../images/icons/btnback.png");
    background-position: left center;
    padding-left: 26px;
    padding-right: 16px;
}

input[type="submit"].btn-payment {
    background-image: url("../images/icons/btnnext.png");
    background-position: right center;
    padding-left: 16px;
    padding-right: 26px;
}

.back-next-btn-group {
    margin-top: 8px;
    margin-bottom: 16px;
    text-align: center;
}

.toolbox-child {
    border: 1px solid #BCBDC0;
    padding: 10px;
}

.toolbox-child input[type="text"] {
    width: 213px;
    min-width: 200px;
}

.required-indicator {
    color: #d2232a;
}

.edit-form-title {
    border-bottom: 1px dotted #CCCCCC;
}
#formTitle 
{
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}

.edit-form-pagination {
    border-bottom: 1px dotted #CCCCCC;
    padding: 0px;
    width: 579px;
}
.edit-form-pagination-overflow {
    overflow-x: scroll;
}

.form-pagination 
{
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 8px;
    text-align: center;
}
.form-pagination-arrow {
    display: inline-block;
    width: 5%;
    vertical-align: top; 
    text-align: center;
}
.form-pagination-arrow-highlighted {
    cursor: pointer;
}
.form-pagination-tab-container {
    display: inline-block;
    width: 88%;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.form-page-header {
    padding: 0px;
    padding-bottom: 17px;
    margin: 0px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    white-space: normal;
    position: absolute;
    top: 0px;
}
.form-submit-button-group {
    position: relative;
}
.form-back-button {
    position: absolute;
    left: 0px;
}
.form-next-button {
    position: absolute;
    right: 0px;
}

.pagination-num {
    background-color: #6d6d6d;
    color: white !important;
    display: block;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
    height: 23px !important;
    line-height: 23px !important;
    width: 23px !important;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}
.pagination-num-active {
    background-color: #0054A6;
}
.pagination-num-complete {
    background-color: #297A29;                          
}
.pagination-num-highlighted {
    cursor: pointer;
    border: 3px solid #99ADEB;
    margin-top: 0px;
    margin-bottom: 0px;
}

.pagination-text {
    display: block;
    float: none;
    clear: both;
    padding-top: 3px !important;
}
.pagination-text-active {
    font-weight: bold;
}
.pagination-text-highlighted {
    cursor: pointer;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.required-list {
    list-style-type: circle;
}
.required-list-item:before {
    content: "";
}

.failure-list {
    list-style-type: circle;
}
.failure-list-item:before {
    content: "";
}

.link-delete {
    margin-left: 25px;
}

.pv-system-element hr {
    width: 100%;
}
.pv-array-div {
    margin-left: 30px;
    margin-top: 10px;
    display: none;
}
.editor-pv-array-div {
    margin-left: 30px;
    margin-top: 10px;
}

.output-calculator {
    width: 850px;
    margin-top: 20px;
}

.pv-tilt-azimuth-shading-box {
    margin-left: 70px;
    display: none;
}

.pv-system-element .input-errors li {
    display: none;
    list-style-type: none;
    color: #d2232a; 
}

.pv-system-element .input-errors {
    text-align: center;
    list-style-type: none;
}

.model-select {
    min-width: 230px;
    display: none;
}

.pv-array-model-select {
    margin-left: 3px;
}

.edit-model-select {
    min-width: 200px;
    width: 200px;
}

.manufacturer-select {
    min-width: 200px;
    width: 200px;
}

.edit-manufacturer-select {
    min-width: 140px;
    width: 140px;
}

.inverter-div {
    margin-left: 20px;
    margin-top: 5px;
}

.tilt-azimuth-tracking-inputs {
    margin-left: 18px;
}

.tilt-azimuth-tracking-inputs select {
    min-width: 100px;
    width: 100px; 
    margin-left: 5px; 
    margin-right: 15px
}

.tilt-azimuth-tracking-inputs input {
    width: 25px; 
    margin-left: 5px; 
    margin-right: 15px
}

.shading-table {
    width: 500px;
}

.shading-table tr td {
    vertical-align: middle;
}

.shading-label-row td {
    height: 10px;
    padding: 0;
    margin: 0;
    font-size: 9px;
    text-align: center;
}

.shading-note {
    font-size: 9px;
}

.shading-input-row td {
    height: 15px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.shading-input-row td input {
    width: 25px
}

.tilt-azimuth-tracking-row td {
    height: 15px;
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.tilt-azimuth-tracking-row td input {
    width: 25px;
}

.inverter-btn-div {
    margin-left: 20px;
    margin-top: 8px;
}

.inverter-div > input {
    width: 25px;
    margin-left: 30px;
}

.pv-array-div > input {
    width: 25px;
    margin-left: 30px;
}

.pv-array-div > input.pv-array-quantity {
    width: 42px;    /* Support 5-digit quantity */
    margin-left: 13px; 
}

.editor-pv-array-div > input {
    width: 25px;
    margin-left: 30px;
}

.add-array-btn-div {
    margin-left: 60px;
    margin-top: 8px;
    display: none;
}

.editor-add-array-btn-div {
    margin-left: 60px;
}

.equipment-div {
    margin-left: 30px;
    margin-top: 10px;
    display: none;
}

.editor-equipment-div {
    margin-left: 30px;
    margin-top: 10px;
}
.equipment-div > input {
    width: 25px;
    margin-left: 30px;
}

.equipment-div > input.equipment-quantity {
    width: 42px; /* Support 5-digit quantity */
    margin-left: 13px;
}

.equipment-model-select {
    margin-left: 3px;
}

.equipment-retrieving-indicator {
    margin-left: 25px;
    display: inline-block;
}

.editor-equipment-div > input {
    width: 25px;
    margin-left: 30px;
}

.add-equipment-btn-div {
    margin-left: 60px;
    margin-top: 8px;
    display: none;
}

.editor-add-equipment-btn-div {
    margin-left: 60px;
}

.calculate-btn {
    float: right;
    margin-top: 25px;
}

.incentive-calc-btn, .incentive-processing-indicator
{
    float: right;
    margin: 4px 0px 0px 7px;
}

.incentive-calc-details
{
    margin-left: 15px;
    font-style: italic;
}

#LoginButton {
    float: right;
}

#LoginDiv {
    float: right;
    width: 210px;
    margin-top: 65px;
    padding: 10px;
    border: 2px solid #939598;
    border-radius: 15px 15px 15px 15px;
}

#LoginDiv h2 {
    margin: 0 0 10px 0;
    text-align: center
}

#LoginDiv .login-text-input {
    margin-top: 0;
    margin-bottom: 5px;
    width: 200px;
}

#loginError {
    display: none;
}

#registerLinkSpan {
    width: 100px;
}

.login-spacer {
    width: 680px;
    float: left;
}

#RoleContent {
    margin-top: 30px;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.role-column {
    height: 100%;
}

#RoleContent > #ColumnOne {
    float: left;
}

#RoleContent #ColumnTwo label, .admin-privilege label {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

.role-column > div {
    height: 60px;
}

.admin-privilege ul {
    width: 45%;
}

.admin-privilege li {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px;
}

#RoleContent > #ColumnTwo {
    float: right;
}

#registerForm label {
    display: inline;
}

#PersonalInfoTable td {
    width: 250px;
}

#RoleSelectionTitle {
    margin-left: 5px;
}

#RoleSelectionBody td {
    width: 250px;
}

#registerForm td {
    vertical-align: middle;
}

#RoleSelectionBody select {
    width: 100%;
}

#ProgramSelectionTitle {
    margin-left: 6px;
}

#ProgramSelectionBody {
    margin-top: 10px;
    display: none;
}

#ProgramSelectionBody span {
    margin-left: 5px;
    font-size: 13px;
    display: inline;
    float: left
}

#ProgramSelectionBody p {
    width: 248px;
    float: right;
    padding-right: 4px;
    margin-left: 170px;
    font-weight: bold
}

#ProgramSelectionBody table label {
    display: inline;
}

#registerBody {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 700px;
}

#registerBody .submit-registration {
    float: right;
}

#ProgramsTable  {
    width: 600px;
}

#ProgramsTable td {
    width: 100px;
    padding-left: 20px;
}

#ProgramsTable td .roleCheckbox {
    margin-right: 5px;
}

#errorMessages {
    margin-bottom: 20px;
}

#userIncorrect {
    display: none;
}

#noProgramsChecked {
    display: none;
}

#addProgramsDialog {
    text-align: center;
}

.add-programs-dialog-btn {
    margin: 10px;
}

#Content_programList {
    margin-bottom: 20px;
}

.EditPersonalInfoDiv {
    margin-left:80px;
    margin-top:40px;
    height:200px;
}

.EditPersonalInfoColumn1 {
    width: 240px;
    height:200px;
    display:inline-block;
    vertical-align:top;
}

.EditPersonalInfoDiv div div {
    height:80px;
}

.EditPersonalInfoColumn2 {
    width: 580px;
    height:200px;
    display:inline-block;
    vertical-align:top;
}

.EditPersonalInfoColumn1 div {
    margin-top:4px;
}

.EditPersonalInfoColumn1 label {
    display:inline;
}

.EditPersonalInfoColumn2 label {
    margin-left: 260px;
}

.EditPersonalInfoColumn2 input {
    float: left;
}

div.capsule-perimeter 
{    
    border: silver 1px solid; 
    margin-bottom:14px;
}

div.capsule-header 
{
    border-bottom: silver 1px solid; 
    background-color: #f0f0f0;
    height: 1.5em;
    font-weight: bolder;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

div.capsule-contents
{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    overflow:auto;
}

div.inquiry-conversation 
{
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 600px;
    overflow-y: auto;
}

.clearfloat
{
    float:none;
    clear:both;
}

#submitPanel
{
    padding:10px;
    text-align:center;
    background-color:#e5eecc;
    border:solid 1px #c3c3c3;
    display:none;
}

#warningPanel
{
    padding:10px;
    text-align:center;
    background-color:#ffb6c1;
    border:solid 1px #c3c3c3;
    display:none;
}

.menuimg
{
    display: block;
    height: 60px;
    width: 60px;
    margin-left:auto;
    margin-right:auto;
    border-radius: 5px;
    border:1px solid rgba(255, 255, 255, 0);
}

.menuimg:hover {
    opacity: 0.6;
    border-radius: 5px;
    border:1px solid #999999;
    background-color:#65b4e6;
}

.pagetitleimg
{
    height: 60px;
    width: 60px;
    margin-left: -10px;
    margin-right: -4px;
}

.pagetitle
{
    font-size:22px;
    font-weight:bold;
    display:inline-block; 
    vertical-align:middle;
    margin-top: -1px;
}

.hidden
{
    display: none;
}

.signatory-entry-project
{
    color: #777770;
    font-size: 11px;
    margin-left:10px;
}

.signatory-status-entry
{
    color: #777770;
    font-size: 11px;
    margin-left:10px;
}

.document-status-text
{
    margin-left:15px;
}

.document-ready
{
    color: #77CC88;
}

.document-not-ready
{
    color: #993300;
}

.resend-email-btn
{
    float: right;
    margin-right: 10px;
}

.signature-requested
{
    color: #0054A6;
}

.recipient-status
{
    margin-left:15px;
}

.recipient-ready
{
    color: #77CC88;
}

.recipient-not-ready
{
    color: #993300;
}

.statusText
{
    margin-left:15px;
}

.cancel-sig
{
    width: 80% !important;
    margin-left:10% !important;
    margin-right: 10% !important;
}

#pages 
{
    overflow:hidden;
    width:100%;
}

.form-page
{
    width:100%;
    position:relative;
    display:none;    
    left:100%;
    min-height:400px;
}

#formElements
{
    width:100%;
}

#NextButton
{
    float: right;
}

#BackButton
{
    float: left;
}

#SubmitButton
{
    clear: both;
}

#PaymentButton
{
    float: right;
}

.summation-choice
{
    min-width: 200px; 
    width: 200px;
}

.summation-select-prototype
{
    display: none;
}

.hyperlink-displaytext-error,
.hyperlink-href-error,
.hyperlink-href-warning
{
    display: inline-block;
    font-size: smaller;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hyperlink-datatag 
{
    font-weight: bold;
    display: inline;    
}

.hyperlink-choice 
{
    white-space: nowrap;
    min-width: 180px;
    width: 180px;
}

.hyperlink-select-prototype
{
    display: none;
}

.choice-container-prototype
{
    display: none;
}


#changeList > h3
{
    color: #7c7e80;
    font-weight: bold;
}

.program-change
{
    font-weight: bolder;
    display:inline-block;
}

.program-change-add
{
    color: #77CC88;
}

.program-change-modify
{
    color: #0272a7;
}

.program-change-delete
{
    color: #993300;
}

.program-change-violation
{
    color: #993300;
}

.program-change-none
{
    font-style: italic;
    color: #6c6c6c;
}

.program-change-aggregate
{
    font-weight: normal;
    display: inline-block;
}

.aggregate-header
{
    font-weight: bolder;
}

.toolbox-item-tall
{
    height: 32px;
}

.menu-test-env
{
    opacity: 0.4;
    background-color:#65b4e6;   
}

.test-program-description
{
    background-color: #aa4411;
    color: #fafafa;
}

.test-program-banner container
{
    position: relative;
    width: 100%;
    overflow:hidden;
}
.test-program-banner-background
{
    background-image: url("../images/icons/yellow-and-black-stripes-repeat.png");
    background-position: center left; 
    background-repeat: repeat-x;   
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.2;
    z-index: 9;
    position: absolute;
    width: 100%;
    overflow:hidden;
}

.test-program-banner-text
{
    position: relative;
    text-align: center;
    font-weight: 900;
    z-index: 10;
}

.locked-project-banner-container
{
    position: relative;
    width: 100%;
    overflow:hidden;
}
.locked-project-banner-background
{
    background-image: url("../images/icons/yellow-and-black-stripes-repeat.png");
    background-position: center left; 
    background-repeat: repeat-x;   
    margin-left: auto;
    margin-right: auto;
    opacity: .2;
    z-index: 9;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow:hidden;
}

.locked-project-banner-text
{
    position: relative;
    text-align: center;
    font-weight: 900;
    font-size: x-large;
    z-index: 10;
}

.unsupported-browser-warning-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.unsupported-browser-warning-background {
    background-color: #FFC36A;
    z-index: 9;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    overflow: hidden;
}

.unsupported-browser-warning-text {
    position: relative;
    text-align: center;
    font-weight: 900;
    z-index: 10;
}

.cpr-diag-item
{
    margin-right: 20px;
}

.CPRAdminText
{
    color: #FFC36A !important;
    text-shadow: 1px 1px 1px #000000;
}

.promote-div
{
    display:inline-block;
    float:right;
}

.sync-submit-btns
{
    margin-top: 10px;
}

.upshift
{
    position: relative; 
    top: -32px; 
    z-index: 1;
}

.contact-label
{
    color: #6e6e6e;
    font-style: italic;
    font-weight:lighter;
}

.admin-privilege
{
    display: none;
}

.inverter-rating, .module-rating, .item-display 
{
    margin: 2px 0px 6px 0px;
}

.rating-label, .display-label
{
    font-weight: bold;
}

.signatory-delete-btn
{
    display: block;
    width: 20%;
    margin-right:5%;
    margin-left:75%;
}

.message-info-td
{
    vertical-align: middle;
    width: 70px;

}

.edit-user-cell
{
    width: 424px;   
}

.no-close .ui-dialog-titlebar-close 
{
  display: none;
}
.no-title .ui-dialog-titlebar
{
  display: none;
}
.min-max-error 
{
    display: none;
    font-size: smaller;
}

.literal-error 
{
    display: none;
    margin-left:15px;
    font-size: smaller;
}

.color-box
{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #ccc;
    border-radius: 3px;
    vertical-align: middle;
}

.incomplete-page-num
{
    cursor: pointer;
}

.project-note
{
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #D9D9D9; 
    background-color: #F0F0F0;
    padding: 7px 9px 8px 7px;
    margin-top: 6px;
    overflow: hidden;
    max-width: 95%;
    float: left;
}

.project-note-older {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background-color: #F0F0F0;
    padding: 7px 9px 8px 7px;
}

.project-note-admin
{
    display: block;
    border-radius: 5px;
    border: 1px solid #D9D9D9; 
    background-color: #8AC5FF;
    padding: 7px 9px 8px 7px;
    margin-top: 6px;
    overflow: hidden;
    max-width: 95%;
    float: left;
}

.project-note-admin-older {
    display: block;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background-color: #8AC5FF;
    padding: 7px 9px 8px 7px;
    float: right;
}

.project-note-status-change 
{
    display: inline-block;
    padding: 7px 9px 8px 7px;
    margin-top: 6px;
    float: left;
    font-weight: bold;
    width: 95%;
}

.project-note-wrapper {
    display: inline-block;
    width: 100%;
}

.project-note-content
{
    font-style: italic;
    white-space: pre-wrap;
    margin-left: 20px;
    margin-top: 2px;
}

.project-notes-ellipsis
{
    display: inline-block;
    font-weight: bold;
    margin: -10px 0px -3px 30px;
    font-size: 24px;
}

#NewUserButton {
    margin-bottom: 10px;
}

.role-visibility {
    display: inline; 
    margin-right: 10px;
}

.form-field-label {
    display: inline;
}

.showWhiteSpace {
    white-space: pre-wrap;
}

.link-disable 
{
    pointer-events: none;
}

/*Styles for esignatureControl.js*/
.edit-recipient-btn
{
    margin: 2px 10px;
}

.warning-text 
{
    font-weight: bold;
}

/*Styles for FormMath/editFormula.js*/
.formula-expression-section 
{
    padding: 6px 0    
}

.formula-expression-section-open 
{
    /* Only exists for WebUI tests because Selenium's 'Displayed' property is buggy */    
}

.formula-expression-section-header
{
    border-top: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
    padding: 6px 0 6px 25px;
    text-align: left;
    color: black;
    font-weight: bold;
    background: transparent url('../images/icons/chevron-up.png') no-repeat 5px;
}

.formula-expression-section-header:hover
{
    background-color: lightgrey;
    cursor: pointer;
}

.formula-expression-section-header-open 
{
    background: transparent url('../images/icons/chevron-down.png') no-repeat 5px;
}

/*Styles for FormMath/expression.js*/
.formula-expression 
{
    /*border: 1px solid red;*/
    border-radius: 5px / 10px;
    padding: 1px;
    margin: 0 2px;
    display: inline-block;
    white-space: nowrap;
    align-items: center;
    font-size: 0;
}
.formula-expression-hover {
    background-color: lightgrey;
    cursor: pointer;
}
.formula-expression-error {
    background-color: lightpink;
}
.formula-expression-select {
    background-color: lightgreen;
}
.expression-operand-container 
{
    display: inline-flex;
    align-items: stretch;
    /*margin: -1px 1px;*/
}
.expression-operand
{
    display: inline-block;
    align-items: center;
    z-index: 10;
}
.expression-operand-view 
{
    display: inline-block;
    align-items: center;    
}
.expression-operand-droppable 
{
    min-width: 25px;
    min-height: 25px;
    border-radius: 5px;
    background-color: cornflowerblue;
}
.expression-operand-droppable-num
{
    border-radius: 10px;
    background-color: rgb(91, 116, 183);
}
.expression-operand-droppable-bool
{
    border-radius: 10px;
    background-color: rgb(242, 112, 50);
}
.expression-operand-droppable-string
{
    border-radius: 10px;
    background-color: rgb(0, 156, 143);
}
.expression-operand-droppable-date {
    border-radius: 10px;
    background-color: rgb(204, 102, 255);
}
.expression-operand-active {
    background-color: blue;
}
.expression-operand-hover {
    background-color: red;
}

.paren {
    width: 20px;
    border-radius: 5px / 10px;
    box-shadow: 0 0 0 0 black;
    z-index: 0;
}
.num-paren {
    color: rgb(91, 116, 183);
}
.bool-paren {
    color:rgb(242, 112, 50);
}
.string-paren {
    color:rgb(0, 156, 143);
}
.date-paren {
    color: rgb(204, 102, 255);
}
.leftParen {
    box-shadow: -3px 0 0 0 currentColor;
    margin-right: -15px;
    margin-left: 2px;
}

.rightParen {
    box-shadow: 3px 0 0 0 currentColor;
    margin-left: -15px;
    margin-right: 2px;
}
.leftParen-thin {
    box-shadow: -1px 0 0 0 black;
    margin-right: -17px;
    margin-left: 2px;
}

.rightParen-thin {
    box-shadow: 1px 0 0 0 black;
    margin-left: -17px;
    margin-right: 2px;
}
.expression-plus {
    background-image: url("../images/icons/plus.svg");
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
}
.expression-minus{
    background-image: url("../images/icons/minus.svg");
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
}
.expression-times {
    background-image: url("../images/icons/times.svg");
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
}
.expression-equal {
    background-image: url("../images/icons/equals.svg");
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
}
.expression-not-equal {
    background-image: url("../images/icons/notEqual.svg");
    width: 4px;
    height: 10px;
    background-size: 4px 10px;
}
.expression-greater {
    background-image: url("../images/icons/greater.svg");
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
}
.expression-less {
    background-image: url("../images/icons/less.svg");
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
}
.expression-and {
    background-image: url("../images/icons/and.svg");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.expression-or {
    background-image: url("../images/icons/or.svg");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.expression-not {
    background-image: url("../images/icons/not.svg");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.expression-if {
    background-image: url("../images/icons/if.svg");
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.expression-then {
    background-image: url("../images/icons/then.svg");
    width: 45px;
    height: 30px;
    background-size: 45px 30px;
}
.expression-else {
    background-image: url("../images/icons/else.svg");
    width: 37.5px;
    height: 30px;
    background-size: 37.5px 30px;
}
.expression-exponent {
    background-image: url("../images/icons/exp.svg");
    background-size: 10px 10px;
    background-position: 2px 0;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    padding-bottom: 10px
}
/*Styles for FormMath/formulaResultElement.js*/
.calc-result-elem-output-error {
    font-style: italic;
    color: red;
    display: inline-block;
}
.calc-result-elem-output {
    display: inline-block;
}
.calc-result-elem-output-detail {
    font-weight: bold;
    font-size: 125%;
}

/* Styles for Other Information Admin panel */

.other-info-row {
    display: table-row;
}
.other-info-cell {
    display: table-cell;
    padding: 2px 8px 2px 0;
}
/*Styles for validation messages in admin status pane*/
.validation-error {
    color: #d2232a;
    font-weight: bold;
}
.potential-action {
    color: #6e6e6e;
    font-weight: bold;
}
.indent-panel {
    margin-left: 30px;
}

.pv-monthly-output-labels {
    display: block;
    margin-left: 20px;
}

.pv-monthly-output-label {
    display: inline-block;
    width: 65px;
    text-align: center;
}

.pv-zip-code-warning {
    color:gray;
    font-size:9px;
}

.pv-monthly-output-values {
    display: block;
    margin-left: 20px;    
}

.pv-monthly-individual-month {
    display: inline-block;
    width: 68px;
    text-align: center;
}

.calculated-output-label {
    display: inline-block;
    width: 230px;
}

.pv-processing-indicator {
    padding-top: 25px;
    display: none;
    float: right;
}

.capitalizeFirstWord {
    display: inline-block;
}
.capitalizeFirstWord:first-letter {
    text-transform: capitalize;
}

/*Styles for milestones*/
.chevron-text {
    font-weight: bold;
    word-wrap: break-word;
    width: 100%;
    text-align: center;
}
.chevron-present-milestone, .chevron-disabled-milestone, .chevron-past-milestone, .chevron-designer-milestone {
    background: transparent;
    
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 20px;
    max-width: 105px;
    min-height: 20px;
    padding: 5px 1% 5px 1.5%;
    margin: 5px 0 5px 10px;
            
    border: 0;
    z-index: 1;
    position: relative;
}

.chevron-present-milestone, .chevron-past-milestone, .chevron-designer-milestone {
    color: #000000;
}
.chevron-present-milestone:after, .chevron-present-milestone:before, 
.chevron-disabled-milestone:after, .chevron-disabled-milestone:before, 
.chevron-past-milestone:after, .chevron-past-milestone:before, 
.chevron-designer-milestone:after, .chevron-designer-milestone:before {
    content: "";
    z-index: -10;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 50%;
}
.chevron-present-milestone:after, .chevron-disabled-milestone:after, .chevron-past-milestone:after, .chevron-designer-milestone:after {
    left: 0;
    top: 0;
    transform: skew(25deg);
    border-bottom: 0 solid transparent;
}
.chevron-present-milestone:before, .chevron-disabled-milestone:before, .chevron-past-milestone:before, .chevron-designer-milestone:before {
    left: 0;
    bottom: 0;
    transform: skew(-25deg);
    border-top: 0 solid transparent;
}

.chevron-present-milestone:after, .chevron-present-milestone:before {
    background-color: #e7edff;
    border-right: 3px solid #5c73b8;
    border-left: 3px solid  #5c73b8;
}
.chevron-present-milestone:after {
    border-top: 3px solid #5c73b8;
}
.chevron-present-milestone:before {
    border-bottom: 3px solid #5c73b8;
}

.chevron-disabled-milestone {
    color: darkgray;
}

.chevron-past-milestone:after, .chevron-past-milestone:before, .chevron-disabled-milestone:after, .chevron-disabled-milestone:before {
    background-color: white;
    border-right: 2px solid #caccce;
    border-left: 2px solid #caccce;
}
.chevron-past-milestone:after, .chevron-disabled-milestone:after {
    border-top: 2px solid #caccce;
}
.chevron-past-milestone:before, .chevron-disabled-milestone:before {
    border-bottom: 2px solid #caccce;
}
/*END Styles for milestones*/

.notification-new {
    animation: notification-new 2s ease-out 1
}

.notification {
    padding: 4px 2% 4px 2% !important; 
    width: 95% !important;
    cursor: pointer
}

.notification-title {
    font-weight: bold;
    flex-grow: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notification-content {
    line-height: 16px;
    margin-bottom: 5px;
    max-height: 48px;
}

.attachment-table-label-head {
    padding-left: 0;
    padding-bottom: 0;
}
.attachment-table-note-head {
    width: 240px;
    padding: 6px 4px 0 4px;
}
.attachment-table-note {
    margin: 4px 0;
    padding: 4px 0;
}
.attachment-table-status-head {
    width: 78px;
    padding: 6px 4px 0 4px;
}
.attachment-table-status {
    margin: 4px 0;
    padding: 4px 0;
}
.attachment-approved {
    color: #77cc88;
}
.attachment-rejected {
    color: #d2232a;
}
.image-left {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.image-right {
    display: inline;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.image-caption-center {
    display: block;
    text-align: center;
}

@keyframes notification-new {
    0% {
        background: #ceedfd
    }
    100% {
        background: #f4f4f4
    }

}
