.panel-sub-heading {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 12px;
    background-color: #f6f2e5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.selectedRow {
	background-color: #5B7F00 !important;
	color: #FFFFFF !important;
}

.audit-freshcare-status {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.email-display {
	padding: 4px;
	padding-left: 8px;
}

.inactive {
	opacity: 0.5;
}
.client-site {
	font-style: italic;
	color: #6360a3;
}

.calendar-header {
	text-align: center; 
	border: solid #6E6C42 1px; 
	background-color: #E7E6D5;
	font-weight: normal;
}

.calendar-clash {
	background-color: #f8ac59;
	color: #ffffff;
}

.calendar-appointment {
	background-color: #6eb5ff;
}

.calendar-cell {
	vertical-align: top;
}

.row-error {
  background-color: #ed5565 !important;
  color: #ffffff !important;
}

.row-warning {
  background-color: #f8ac59 !important;
  color: #ffffff !important;
}

.action-field-background {
  background-color: #1ab394;
  color: #ffffff;
}

.audit-field-background {
  background-color: #fed9b4;
}

.auditteam-field-background {
  background-color: #b4eeed;
}

.car-field-background {
  background-color: #d2f498;
}

.contact-field-background {
  background-color: #23c6c8;
  color: #ffffff;
}

.history-field-background {
	background-color: #d7caec;
}

.membership-field-background {
  background-color: #f4cfa4;
}

.quote-field-background {
  background-color: #df98f4;
}

.standard-field-background {
  background-color: #ffc0c0;
}

.subscription-field-background {
  background-color: #f5f773;
  color: #ffffff;
}


.email-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.email-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.subtle-highlight {
	background-color: #ffffd8;
}

.section-divider {
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

.help {
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	color: #676a6c;
	background-color: #e3e8ec;
}

.current-row {
	background-color: #ffeea5 !important;
}

.flat-margin-row {
   margin-left: 0px !important;
   margin-right: 0px !important;
}

.edit-row-toolbar {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.table-icon-cell {
	width: 25px;
}

.subform-edit-container {
	border-width: 1px; 
	border-color: #4E6B7A; 
	border-style: solid;
}

.subform-toolbar-container {
	margin-top: 20px;
	padding-top: 5px;
    background-color: #4E6B7A !important;
}

.edit-row {
    background-color: #BDCDD5 !important;
}

.edit-row-first {
    padding-top: 8px;
}

.edit-row-margins {
	margin-right: 0px; 
	margin-left: 0px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
	margin-left: auto;
	margin-right: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.agile-list-small li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 2px 0;
  padding: 4px;
  border-radius: 4px;
  font-size: 13px;
}

.chosen-container {
    font-size: 13px;
}

.form-control {
    font-size: 13px;
}

.resureforce14 {
	font-size: 14px;
}

@media print {
   .resure-tool-bar {
     display:none;
   }
}

.resure-tool-bar {
	margin-right: 0px; 
	margin-left: 0px;
	border: 2px solid #ffffff;
}

td.filter {
    padding: 4px;
}
/*chosen error */
.has-error .chosen-container {
    border: 1px solid #FF0000;
}

.form-group.required .control-label:after {
  content:" *";
  color:red;
}

.resure-lighter-header {
	background-color: #6EA3DA;
}

th.resure-darker-table-header {
	background-color: #D5D5D5 !important;
}

input.resure-right-align {
	text-align: right;
}

.resure-bottom-align-row {
	position: relative;
}

.resure-bottom-align-col {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 35px;
}

.resure-pointer {
    cursor:pointer;
}
.tab-header-highlight {
	background-color: #dfdcd8 !important;
}
