﻿/**--------------------------------------------------------------------
    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.*/
a, a:active, a:focus {
  outline: none; }

.topHeader {
  background: none repeat scroll 0 0 #FFF;
  border-radius: 0;
  border-style: none;
  display: block;
  height: 72px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed !important;
  width: 100%;
  /*border-bottom: 2px solid $TopHeaderBorderColor;*/
  top: 0;
  z-index: 4;
  padding: 15px 0; }
  .topHeader.layout, .topHeader.layoutNew {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: var(--satisfi-surface-base) !important; }
    .topHeader.layout #tblLoggedUserDetail, .topHeader.layoutNew #tblLoggedUserDetail {
      color: #FFF !important; }

.bodyContent {
  margin-top: 72px;
  z-index: 3; }

#tblLoggedUserDetail {
  position: relative;
  top: -7px;
  font-family: "Sora", sans-serif;
  color: #000;
  left: 8px; }

#tblLoggedUserDetail tr {
  display: table-row !important; }

.right-padding-5 {
  padding-right: 5px; }

.right-padding-35 {
  padding-right: 35px; }

.font10 {
  font-size: 10px; }

.font13 {
  font-size: 13px; }

.font30 {
  font-size: 30px !important; }

.top-menu-icons {
  font-size: 20px !important;
  transition: all 0.2s ease; }

div.headerMenu > ul > li > .support-menu-icon {
  padding-bottom: 0;
  margin-top: -3px;
  margin-left: 8px;
  display: flex;
  color: #FFF; }

.button-link {
  display: inline-block;
  color: #666;
  text-decoration: none;
  border: none;
  font-weight: normal;
  background: transparent;
  padding: 0;
  margin-top: -2px; }

.button-link:hover {
  color: #000 !important; }

.button-link:active, .button-link:focus {
  outline: none; }

.button-link:focus {
  outline-offset: -2px; }

ul.TopMenu > li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: 0px solid #FFF;
  white-space: nowrap;
  height: 22px;
  vertical-align: top; }

ul.TopMenu > li:last-child {
  border-right: none; }

ul.TopMenu > li a {
  display: inline-block;
  color: var(--satisfi-surface-muted);
  text-decoration: none; }

ul.TopMenu > li > a table tr:hover td {
  background-color: transparent; }

ul.TopMenu > li > a {
  padding: 0 2px; }

ul.TopMenu > li:last-child > a {
  padding-right: 0; }

ul.TopMenu > li ul.SubMenu {
  position: absolute;
  right: 0;
  top: 1.5em;
  background-color: #333;
  margin: 0;
  padding: 0;
  z-index: 10;
  display: none; }

ul.TopMenu > li:hover ul.SubMenu {
  display: block; }

ul.TopMenu > li ul.SubMenu li {
  list-style-type: none;
  white-space: nowrap; }

ul.TopMenu > li ul.SubMenu li a {
  display: block;
  font-size: 12px;
  padding: 6px 8px;
  border: 1px solid #222;
  border-bottom: none; }

ul.TopMenu > li ul.SubMenu li a:hover {
  background-color: #555; }

ul.TopMenu > li ul.SubMenu li:last-child a {
  border-bottom: 1px solid #222; }

h1.Logo {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 0 0 4px 4px;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0 8px;
  position: absolute;
  left: 0;
  top: 8px; }

h1.Logo img {
  width: 214px; }

.header {
  padding-top: 5px; }

.topHeader > .header {
  min-width: 960px; }

.headerLogo {
  padding-left: 30px;
  float: left; }

.headerMenu {
  font-size: 13px;
  float: right;
  font-size: 13px;
  padding-right: 30px;
  padding-top: 0; }

#Footer {
  clear: both;
  padding: 25px 20px;
  text-align: left;
  font-size: 11px;
  color: #A5A5A5;
  float: right;
  font-family: "Sora", sans-serif; }

#Content {
  position: relative;
  padding: 16px;
  min-height: 300px; }

.dashboardPanel {
  border-radius: 0;
  border-style: none;
  /*height: 225px;*/
  width: 400px; }

.marginBottomPanel {
  margin-bottom: 35px; }

.panelImg {
  position: relative;
  width: 100%;
  /* for IE 6 */ }

.panelImg span {
  position: absolute;
  /*top: 155px;
    top: 140px;
    left: 47px;*/
  top: 73%;
  left: 5%;
  width: 90%;
  font-size: 1.5em;
  color: white;
  font-weight: bold; }

.panelImg label {
  position: absolute;
  /*top: 54px;
    top: 30px;*/
  top: 10%;
  /*left: 50px;*/
  left: 5%;
  width: 50%;
  font-size: 4em;
  color: white;
  font-weight: bold; }

.dashboardChartPanel {
  border-radius: 0;
  border-style: none;
  /*height: 375px;*/
  background-color: #F2F2F2;
  border: 1px solid grey;
  margin-top: 10px; }

.dashboardChartPanel label {
  font-size: 2em;
  color: grey;
  font-weight: bold;
  padding-left: 25px; }

.dashboardLineChart {
  /*border-radius: 0;
    border-style: none;
    height: 275px;
    background-color: white;
    border: 1px solid grey;*/
  /*margin: 30px 25px 25px 25px;
    width: 80%;
    overflow: auto;*/
  /*margin-left: 42px;*/
  overflow: auto; }

.dashboardPieChart {
  /*border-radius: 0;
    border-style: none;
    width: 50%;*/
  height: auto;
  background-color: white;
  border: 1px solid grey;
  float: right;
  margin: 30px 25px 25px 25px;
  overflow: auto; }

.panelWidth {
  max-width: 400px; }

@media all and (min-width: 103.125em) {
  .DashboardAlignmentLeft {
    width: 16.666667% !important; }
  .DashboardAlignment {
    width: 66.666667% !important; }
  .DashboardAlignmentRight {
    width: 16.666667% !important; } }

@media all and (max-width: 1325px) {
  .panelImg span {
    position: absolute;
    top: 73%;
    left: 5%;
    width: 90%;
    font-size: 1.1em;
    color: white;
    font-weight: bold; } }

.pointerCursor {
  cursor: pointer; }

.successColorText {
  color: #337AB7 !important; }

.failureColorText {
  color: red !important; }

.whiteField {
  -webkit-box-shadow: inset 0 0 0 2000px white !important; }

.marginTop2Less {
  margin-right: -2px; }

.width160Dots {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 275px !important; }

.systemTableAdjust {
  width: 1200px; }

/*@media screen and (min-width: 700px) and (max-width: 1152px) {
    .systemTableAdjust {
        width: 1200px;
        max-width: none;
    }
}

@media screen and (max-width: 768px) {
    .systemTableAdjust {
        width: 768px;
    }
}*/
@media (max-width: 768px) {
  .width160Dots {
    max-width: 230px !important; }
  .browser-ios .width160Dots {
    max-width: 200px !important; } }

.copyEmbedScript {
  display: inline-block;
  position: relative; }
  .copyEmbedScript::before {
    display: inline-block;
    width: 15px;
    margin: 0 auto; }
  .copyEmbedScript.copied::after {
    position: absolute;
    top: 2px;
    right: 20px;
    display: inline-block;
    content: "Copied!";
    font-family: "Sora", sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: .35em .65em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #0d6efd;
    border-radius: 50rem !important;
    opacity: 1;
    will-change: opacity, transform;
    animation: showcopied 0.6s ease; }
  .copyEmbedScript:hover {
    font-weight: 400; }

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(50%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

