﻿/**--------------------------------------------------------------------
    SD-7582: Color Theme Palette
---------------------------------------------------------------------*/
/*Setting apply to Tables.*/
/*Setting apply to Message Bubble.*/
/*Settings apply to primary Buttons.*/
/*Settings apply to secondary White Buttons.*/
/*These settings apply to panel buttons.*/
/*These settings apply to records on grids.*/
/*Option selection*/
/*These settings apply to records on dropdown lists.*/
/*These Apply to All Entry Forms.*/
/*Form Icons color.*/
/*Chat page CSS.*/
/*Settings for Tags*/
/*Response Editor Tab Css*/
/*Settings applied to Input field.*/
/*Setting for font awesome*/
/*Settings for Page Creation.*/
label.Label {
  font-weight: bold; }

input, select, textarea {
  color: #555; }

button, a.Button {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 4px 12px 5px;
  text-decoration: none;
  border-radius: 2px;
  text-align: center; }

.explorer a.Button, .firefox a.Button {
  padding-bottom: 4px;
  padding-top: 5px; }

button.SatisfiBtn, a.SatisfiBtn, .SatisfiBtn {
  color: #FFF;
  background: var(--satisfi-surface-base) !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(var(--satisfi-surface-base)), to(var(--satisfi-surface-base)));
  background: -moz-linear-gradient(top, var(--satisfi-surface-base), var(--satisfi-surface-base));
  background: linear-gradient(top, var(--satisfi-surface-base), var(--satisfi-surface-base));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$BaseColor', endColorstr='$BaseColor');
  box-shadow: inset 0 1px 1px var(--satisfi-surface-base);
  border: 1px solid var(--satisfi-surface-base); }

span.field-validation-error {
  display: inline;
  color: #ff2b2b;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  /*padding: 4px 0;*/
  padding-right: 1%; }

.validation-summary-errors {
  padding: 6px 0 0 0; }

.validation-summary-errors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #ff2b2b; }

.SuccText {
  font-family: "Sora", sans-serif !important;
  color: #808080;
  padding-right: 1%; }

.FailText {
  color: #FF1B17;
  font-family: "Sora", sans-serif !important;
  padding-right: 1%; }

#setCaptureAreaName {
  border: 1px solid #AAA;
  padding: 0.35em 2px;
  height: 34px; }

#setCaptureAreaName i:hover {
  cursor: pointer; }

#setCaptureAreaName i {
  padding-top: 3px; }

