body {
  padding-top: 60px;
  background-color: #fff;
}
.loading-curtain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #efefef;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: auto;
}
.selected-action {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: solid 1px #c0c0c0;
  line-height: 100px;
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(center top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.unselected-action {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: solid 1px;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  line-height: 100px;
  background: #f3f3f3;
}
.nomargin {
  margin: 0px !important;
}
.navbar .links li:hover {
  background: #005cb2;
}
.navbar .links li a:hover {
  color: #aaddff;
  /*color: #AADDFF;*/
}
#delete-form {
  color: red;
}
select[readonly] option[selected],
select[disabled] option[selected] {
  color: #fff;
  background-color: #aca899;
}
.info-icon + a > .help-text {
  margin-left: 0;
}
.margin-left0 {
  margin-left: 0px !important;
}

.navbar ul.nav a i,
.navbar ul.nav label i {
  margin-left: 3px;
  margin-top: 0px;
}
.field-attachment .btn[class*="span"] {
  margin-left: 0 !important;
  margin-right: 10px !important;
  margin-bottom: 18px !important;
  max-width: 60%;
}
.field-attachment .well {
  margin-bottom: 10px;
}
.field-attachment span.btn {
  overflow: hidden;
  position: relative;
}
.field-attachment input[type="file"],
#link-import input[type="file"] {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -moz-transform: translate(-300px, 0px) scale(4);
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 100px 200px;
  cursor: pointer;
  direction: ltr;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#import-records-excel {
  width: auto;
  line-height: 22px;
}
#importDelimiter {
  width: 115px;
  margin: 5px;
}

.image-holder {
  display: inline-block;
  margin-top: 5px;
}
ul.field-container > li {
  margin-top: 10px;
}
ul.field-container > li input[type="radio"] + label,
ul.field-container > li input[type="checkbox"] + label {
  display: inline-block;
}
table.mceLayout {
  width: 100% !important;
}
.label-bold {
  font-weight: bold;
}
.char-count {
  display: block;
  padding-top: 3px;
  text-align: right;
}
.loader {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/loader.gif) no-repeat 0 0;
}
.control-label .loader {
  position: static;
}
.loader-left {
  padding-left: 25px;
  background: url(../img/loader.gif) no-repeat 0 3px;
  color: #dfdfdf;
}
.field-static-text {
  float: none;
  margin-left: 0px;
  padding: 0px 4px;
  word-wrap: break-word;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.navbar .form-header {
  border-radius: 0;
  background-color: #0074cc;
  *background-color: #0074cc;
  background-image: -ms-linear-gradient(top, #0074cc, #005bb5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0074cc),
    to(#005bb5)
  );
  background-image: -webkit-linear-gradient(top, #0074cc, #005bb5);
  background-image: -o-linear-gradient(top, #0074cc, #005bb5);
  background-image: linear-gradient(top, #0074cc, #005bb5);
  background-image: -moz-linear-gradient(top, #0074cc, #005bb5);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0074cc', endColorstr='#005bb5', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  border-bottom-color: #043c68;
}

#link-import > span {
  cursor: pointer;
}
.navbar .links li {
  border-left: 1px solid #1f85d2;
  border-right: 1px solid #024c8c;
}
.navbar .links a {
  width: 33px;
}
.navbar .links .nbsp {
  display: none;
}

.navbar .links {
  text-align: center;
}
.create-footer {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px solid #dddddd;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 1020;
  left: 0px !important;
  right: 0px !important;
}
.auditbtns {
  background: none;
  border: none;
  margin-right: 33px;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 40px;
}

#footer-buttons a {
  margin: 6px 0px 5px 0px;
}
.footer-btns {
  margin-right: 6%;
}
.navbar .links li:first-child {
  border-left: medium none;
  height: 60px;
}
.navbar .btn-navbar {
  display: none;
}
.subnav.subnav-fixed {
  border-color: #4d4d4d;
  border-radius: 0 0 0 0;
  border-width: 0 0 1px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1020;
  border-radius: 0;
  background-color: #3b73b9;
  color: #ffffff;
  height: 46px;
  margin-top: -8px;
  width: 100%;
}
.xOverflow {
  overflow-x: auto;
}
.yOverflow {
  overflow-y: auto;
}
.radioWidth {
  width: 100px;
}
.form-inline .radio-horizontal {
  vertical-align: top;
}
/*SURVEYS*/
#survey {
  background-color: #76b900 !important;
  background-repeat: repeat-x;
}
/*SURVEYS*/
#user-actions b {
  margin-top: 22px;
}
.user-image img {
  width: 36px;
  height: 36px;
}
.ppl-list > li .wordwrap {
  width: 250px;
}
.choices-box .ppl-list > li .wordwrap ~ .wordwrap {
  width: 75px;
}
.choices-box {
  height: 155px;
  line-height: 18px;
  margin-bottom: 9px;
  /*overflow: hidden;*/
  padding: 0;
}
.clearfix:after {
  display: block;
  content: ".";
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}
.error input[type="button"].datetime-button {
  border: 1px solid #b94a48;
}
input[type="button"].datetime-button {
  text-align: left;
  display: inline-block;
  height: 28px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.subform-refresh-icon {
  position: absolute;
  right: 5px;
  width: 15px;
}
.subform-refresh-icon-rating {
  width: 15px !important;
}
.rotate-icon-by-180 {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.date-time-wrapper {
  position: relative;
}
.wordwrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-menu a {
  cursor: pointer;
}
.bucadn-slash {
  font-size: 16px;
  margin: 0 10px;
}
input.bucadn {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 45%;
}
.ui-autocomplete {
  -webkit-box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.15);
  max-height: 250px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #ffffff;
}
.saving-status-message {
  left: 50%;
  position: fixed;
  top: 49px;
  z-index: 1035;
  display: inline-table;
}
select:focus {
  outline: 0;
}
/* The wordwrap property was cropping the default browser focus box */
.choices-container span {
  display: inline-block;
  line-height: 19px;
  width: 99%;
}
.field-bucadn .add-on {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 10%;
}
.field-bucadn input.buc {
  border-radius: 3px 0 0 3px;
}
.field-bucadn input.adn {
  border-radius: 0 3px 3px 0;
}

.mandatory {
  background-image: url("../img/records-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -440px -0px;
  height: 14px;
  width: 7px;
  margin-left: -2px;
}
.key {
  background-image: url("../img/records-sprite.png");
  background-repeat: no-repeat;
  background-position: -448px 0;
  height: 13px;
  width: 13px;
  margin-left: 5px;
  display: inline-block;
}
.clearfloat {
  float: none !important;
  clear: both;
}
.subImport {
  margin-top: -5px;
  margin-right: 10px;
}
.icon_import {
  background-image: url("../img/import_blk.png");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  padding-left: 20px;
}
i[class^="icon-forms-"] {
  background-image: url("../img/records-sprite.png");
  height: 25px;
  width: 25px;
}
i[class^="icon-forms-"].small {
  height: 16px;
  width: 16px;
}
i[class^="icon-forms-menu-"].small {
  height: 14px;
  width: 14px;
}
.icon-forms-home {
  background-position: -521px 0;
}
.icon-forms-records {
  background-position: -572px 0;
}
.icon-forms-create {
  background-position: -547px 0;
}
.icon-forms-help {
  background-position: -599px 0;
}
.icon-forms-user {
  background-position: -547px -26px;
}
.icon-forms-logout {
  background-position: -573px -26px;
}
.icon-forms-import {
  background-position: -521px -26px;
}
.icon-forms-user.small {
  background-position: -236px -17px;
}
.icon-forms-logout.small {
  background-position: -253px -17px;
}
.icon-excel {
  background-image: url("../img/records-sprite.png");
  background-position: -15px 0px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 13px;
  line-height: 13px;
  margin-top: 1px;
}
.icon-multiuser {
  background-image: url("../img/records-sprite.png");
  background-position: 0 -18px;
}
.user-image {
  line-height: 60px;
  width: 36px;
  padding-right: 5px;
}
#user-actions {
  cursor: pointer;
}
.icon-trash-red {
  background-image: url("../img/records-sprite.png");
  background-position: -52px 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 13px;
  line-height: 10px;
  margin-left: 1px;
  margin-right: 2px;
  width: 11px;
}
.modal {
  z-index: 2100;
}
.big-modal {
  margin-left: -35%;
  width: 70%;
}
.error-margin {
  margin-top: 20px;
  margin-left: 0px;
}
/**
  ======================
  IE blocker
  ======================
  **/
#ie6blocker .modal-backdrop,
#noJavascriptBlocker .modal-backdrop {
  z-index: 2100;
}
#ie6blocker .modal,
#noJavascriptBlocker .modal {
  z-index: 2101;
}
/**
  ======================
  Utilities
  ======================
  **/
.center {
  margin: 0 auto !important;
}
.relative {
  position: relative;
}
.align-center {
  text-align: center;
}

.middle {
  vertical-align: middle;
}
textarea {
  resize: none;
}
.rte-wrapper {
  margin-bottom: 0px;
}
.rte-wrapper textarea {
  min-height: 68px !important;
}
.hidden,
.hide {
  display: none;
}
/**
  ======================
   * Records pages
  ======================
  */
.wordbreak {
  word-wrap: break-word;
}
.arrow-container {
  background: -moz-linear-gradient(center bottom, #f9f9f9, #efefef) repeat
    scroll 0 0 transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9f9f9),
    to(#efefef)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#EFEFEF');
  border: 1px solid #d0d0d0;
  border-left: none;
  border-right: none;
  height: 30px;
  width: 100%;
}
.arrow-container.down {
  background: -moz-linear-gradient(center bottom, #efefef, #f9f9f9) repeat
    scroll 0 0 transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#efefef),
    to(#f9f9f9)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#F9F9F9');
}
.lnk-arrow-container {
  display: block;
  height: 30px;
  padding-top: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
#footer-buttons {
  margin-top: 15px;
  margin-bottom: 41px;
}

#footer-buttons .pull-right {
  text-align: right;
}

.section-heading {
  padding: 5px 10px;
  margin: 9px 0px;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#e5e5e5)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.subform-col .section-heading {
  padding: 10px 0 60px 0;
  margin: 9px;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#e5e5e5)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
#btn-delete:hover {
  color: #fff;
}
.icon-GE-monogram {
  background-image: url("../img/ge-monogram.png");
  background-position: 0 0;
  height: 20px;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 10px;
  width: 20px;
}
#main-container {
  margin-top: 10px;
}
.create-record-container {
  margin-bottom: 100px;
}
.search-bar {
  margin-right: 0px;
  margin-top: 10px;
}
.wordwrap.fixed-widht {
  display: inline-block;
  width: 210px;
}
/**
  ======================
  User Profile Popover
  ======================
  **/
.profile-popover {
  z-index: 7010;
}
.profile-container .image-holder {
  width: 32%;
  margin: 5px 10px 0 0;
}
.profile-container .image-holder img {
  max-width: 98%;
}
.profile-container .info-holder,
.profile-container .info-other {
  width: 63%;
  /*word-break: break-all;*/
  word-wrap: normal;
}
.profile-container .info-other,
.profile-container .info-other ul {
  width: 100%;
}
.profile-container .info-other div {
  width: 63%;
}
.profile-container .info-other li > div:first-child {
  width: 37%;
}
/**
  ======================
  Audit Trail
  ======================
  **/
#audit-trail {
  font-weight: bold;
  margin: 0 10px;
}
.current-trail {
  max-width: 75%;
}
/* TEMPORAL SOLUTION FOR BOOTSTRAP 2.1.1 issue */
.modal-open > .tooltip {
  z-index: 99999;
}
/**
  ======================
  Prefix
  ======================
  **/

.add-on.prefix,
.add-on.suffix {
  width: 20%;
  height: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.add-on.suffix {
  border-radius: 0 3px 3px 0;
}

input.prefix-field,
input.suffix-field {
  width: 80%;
  margin-bottom: 5px;
  box-sizing: border-box;
}

input.prefix-suffix-field {
  width: 60% !important;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.controls_subform_width {
  width: 100.5%;
}
/**
  ======================
  Quarter & monthYear pickers
  ======================
  **/

div.ui-datepicker .ui-month-quarter-buttonpane {
  margin: 0;
}

/**
  ======================
  Global Page Handler
  ======================
  **/

.error-page-img {
  background: url("../img/error.png") no-repeat scroll transparent;
  display: block;
  height: 463px;
  margin: 30px auto !important;
  width: 290px;
}

.global-catch {
  background-color: #f1f2f4;
}

/*
  Boostrap updates
  */
.label-primary {
  background-color: #428bca;
}

/*Survey tables*/
.rating-controls {
  width: 100%;
  margin: 0px auto 10px;
}
.rating-controls .choices-container {
  overflow: auto;
  position: relative;
  border: 1px solid #cccccc;
  max-height: 376px;
  background: white;
}
.rating-controls table.rating {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto; /*height: 100%;*/
  margin-bottom: 0px;
}
.rating-controls table.rating th,
.rating-controls table.rating td {
  text-align: center;
  vertical-align: middle;
}
.rating-controls table.rating th:first-child,
.rating-controls table.rating td:first-child {
  max-width: 20%;
  text-align: left;
  word-wrap: break-word;
}
.icon-shuffle {
  background-image: url("../img/icon-move.png");
  width: 7px;
  height: 15px;
  background-position: 0 0;
  margin: 3px 0px 0px 0px;
}
.rating-controls .choices-container .table thead th {
  vertical-align: middle;
  width: 11%;
  word-wrap: break-word;
}
.ratinglabel {
  padding: 14px 0px 9px 16px;
} /*Added padding for Labels on elements */
.choices-box.scrollable.ratingbox {
  padding: 4px 0 10px;
}
.choice-list-element:hover {
  background-color: #f3f3f3;
}
.noLRborder {
  border-right: none !important;
  border-left: none !important;
}
.width25 {
  width: 25%;
}
#field-properties .control-label small {
  color: #8b8b8b;
  font-weight: normal;
}
/*Take Survey Table*/

.take-survey-table {
  overflow: auto;
  position: relative;
  border: 1px solid #cccccc;
  max-height: 610px;
}
.take-survey-table table.ratingview {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 0px;
}
.take-survey-table table.ratingview th,
.take-survey-table table.ratingview td {
  text-align: center;
  vertical-align: middle;
}
.take-survey-table table.ratingview th:first-child,
.take-survey-table table.ratingview td:first-child {
  text-align: left;
}
.control-group .ratinglabel {
  padding: 0px;
}

/* Rating unordered Listing */
.ratingList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
table th .ratingList li {
  display: inline;
  padding: 10px 3px;
  border-right: 1px solid #bfc2c5;
  display: table-cell;
  min-width: 100px;
  height: 100%;
}
table td .ratingList li {
  display: inline;
  padding: 0 3px;
  border-right: 1px solid #bfc2c5;
  display: table-cell;
  min-width: 100px;
}
.ratingList li:last-child {
  border: none;
}
.bdrTop {
  border-top: 1px solid #bfc2c5;
}

table.ratingDataTable thead th.rating_matrix,
table.ratingDataTable thead th.ranking,
table.ratingDataTable tbody td.ranking_rating {
  padding: 0px;
  text-align: center;
}

/*Rating table for single view*/

.viewRatingRecord {
  position: relative;
  overflow: auto;
  width: 98%;
  border: #cccccc solid 1px;
  margin: 10px auto;
  max-height: 300px;
}
.viewRatingRecord table.view-table-rating {
  width: 100%;
  height: 100%;
  margin: 0px;
}
table.view-table-rating th {
  background: #dddddd;
  vertical-align: middle !important;
}
table.view-table-rating th,
table.view-table-rating td {
  text-align: center;
  vertical-align: middle;
}

/*Common styles for userinfo in single view page for rating and subform*/
.js-subform-fields div label {
  text-align: left !important;
}
.width25 {
  width: 25%;
}
.marginR5 {
  margin-right: 5px;
}
.marginL10 {
  margin-left: 10px;
}
.marginT8 {
  margin-top: 8px;
}
ul.userinfo {
  background: #f4f4f4;
  margin-bottom: 10px !important;
}
ul.userinfo li {
  display: inline-block;
  border-right: #dddddd solid 1px;
  width: 47%;
  border-bottom: none;
}
ul.userinfo li:last-child {
  border-right: none;
}
ul.userinfo li,
ul.userinfo li label,
input,
button,
select,
textarea {
  font-size: 12px;
}
li.viewSubform .records-container {
  margin: 0px;
  padding: 0px;
}
ul.record-detail li.viewSubform {
  padding: 0px;
}
.db {
  display: block;
}

/* use this class to make cursor pointer */
.cursor-pointer {
  cursor: pointer;
}

/*Subform -media queries*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
  ul.userinfo li {
    width: 100%;
    border: none;
  }
}

/*Subform builder container*/
.sf-container .form-horizontal .control-group {
  margin-bottom: 0;
  margin-top: 10px;
}
.sf-container .controls .well {
  margin-bottom: 15px;
}

/* Footer */
.home-footer {
  bottom: 0;
  left: 0;
  height: 30px;
  padding: 5px 0px;
  position: fixed;
  width: 100%;
  border-top: 1px solid #ededed;
  background: -moz-linear-gradient(center top, #414141, #333333) repeat scroll 0
    0 transparent;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#414141),
    to(#333333)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#333333');
  z-index: 1000;
  background-color: #414141;
}
.home-footer p {
  color: #3b73b9;
  margin: 0;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}
.ge-logo {
  background: url("../img/cg-monogram.svg") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 21px;
  margin-right: 6px;
  width: 21px;
  vertical-align: middle;
}
.ge-forms-message {
  display: inline-block;
  position: relative;
  color: #ffffff;
  vertical-align: middle;
}
.subformsection-heading {
  padding: 5px 10px;
  margin: 9px 0;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#e5e5e5)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
  background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.keyfield-bottom {
  margin-bottom: 43px;
}
.marginT10 {
  margin-top: 10px;
}
.js-email-templates {
  margin-top: -10px;
}
/*==== IE 11=== */
input::-ms-clear {
  display: none;
}
/*====  Manage Filter Redesigned --  CSS */

.filterMatch {
  margin: 0 4px 0 0 !important;
}

.span11_fil {
  width: 83% !important;
}
.span3_fil {
  width: 25.7% !important;
}
.span3_costmized {
  width: 2015px;
}
.clear_link a {
  color: #953a3b;
  font-size: 12px;
}
.modal_filter {
  width: 300px !important;
  margin-left: -150px;
}
.filterTableContainer {
  height: 100px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tbl_filter tr {
  border-top: 1px solid #ccc;
}

.tbl_filter td {
  padding: 2px !important;
}

.highlight_filter {
  background-color: #efefef;
}
.highlight_filter:hover {
  background-color: #efefef;
}

.filter_manage_width {
  width: 323px;
}
.line_y {
  background: url(../img/line_y.png) repeat-y right top;
}

.marginLeftFilter {
  margin-left: 18px !important;
}

.small_note {
  font-size: 11px;
  color: #666;
}
.cursor_icon {
  cursor: pointer;
}

.icon-copy {
  background-position: 0 1px;
  background-image: url("../img/manage_filter_icons.png");
}
.icon-manage {
  background-position: -12px 1px;
  background-image: url("../img/manage_filter_icons.png");
}
/* styles for tinymce modal window */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .mce-window {
    max-width: 90% !important;
  }
  .mce-panel {
    max-width: 100% !important;
  }
  .mce-tabs {
    max-width: 100% !important;
  }
  .mce-container-body {
    max-width: 100% !important;
  }
  .mce-container {
    max-width: 100% !important;
  }
  .mce-container-body.mce-abs-layout .mce-textbox {
    max-width: 40% !important;
  }
  .mce-listbox {
    max-width: 42.4% !important;
  }
  .mce-menu-align {
    max-width: 42.4% !important;
    left: 143px !important;
    position: fixed !important;
  }
  .mce-combobox {
    box-shadow: none !important;
  }
  .mce-i-checkbox {
    left: 0px !important;
  }
  .mce-checkbox {
    left: 0px !important;
  }
  .mce-foot .mce-container-body .mce-first {
    right: 80px !important;
    left: inherit !important;
  }
  .mce-foot .mce-container-body .mce-last {
    right: 10px !important;
    left: inherit !important;
  }
  .mce-widget ~ .mce-textbox {
    max-width: 40% !important;
  }
  .mce-container.mce-last.mce-abs-layout-item {
    height: 100px !important;
  }
  .mce-checkbox.mce-last.mce-abs-layout-item {
    top: 35px !important;
  }
  .mce-label {
    font-size: 13.5px !important;
  }
  .mce-container-body.mce-abs-layout {
    overflow: visible !important;
  }
  .mce-container-body.mce-abs-layout .mce-multiline {
    max-width: 84% !important;
  }
  label + input.mce-textbox.mce-abs-layout-item {
    width: 100% !important;
  }
  .mce-abs-end + input.mce-first {
    width: 20% !important;
    position: relative !important;
  }
  .mce-label {
    position: relative !important;
  }
  div.mce-abs-layout-item input:nth-child(4) {
    left: 86px !important;
    width: 42px !important;
  }
  .mce-reset .mce-container-body {
    top: -2px !important;
  }
}

.row-fluid .widthCostmized {
  width: 99%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .row-fluid .widthCostmized {
    width: 101.6%;
  } /*==== Chrome Hacks for Filter Table */
}

.search-btn-margin {
  margin-left: 17px !important;
  margin-left: 11px\0/ !important;
}

.input_IE8 {
  width: 180px\0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search-btn-margin {
    margin-left: 24px !important;
  } /*==== Chrome Hacks for Search button */
}

/*setting  subform field width -- reverted to 100% */
div.subform-field-width90 {
  width: 100%;
}

.validation-modal-field-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  width: 45%;
}

.js-optout-container {
  display: none;
}
.opt-out-message {
  height: 130px;
  width: 100%;
}
#btn-optout {
  width: 90px;
  margin-left: 6% !important;
}
#hide-optout-block {
  margin-left: 6% !important;
}
.btn-optout-block {
  margin-right: 10px !important;
}

.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.warning-message {
  margin-top: 3px;
  color: #ffb115;
  word-break: break-all;
}

.icon-warning {
  background: url(../img/icon-warning.png) no-repeat;
  background-size: 14px 14px;
}
.elipsis-90px {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* nps star rating css */
.nps-rating {
  unicode-bidi: bidi-override;
  min-width: 200px;
}

.nps-rating input {
  position: absolute;
  left: -999999px;
}

.nps-rating label {
  display: inline-block;
  font-size: 0;
}

.nps-rating > label:before {
  position: relative;
  font: 40px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #ccc;
  background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nps-rating > label.active:before,
.nps-rating > label.selected:before {
  color: #f0ad4e;
  background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* nps emoji rating css */
.default-3 {
  background: url("../img/smileys/Smile_default.png") no-repeat;
  background-size: contain;
}
.clicked-3 {
  background: url("../img/smileys/Smile_clicked.png") no-repeat;
  background-size: contain;
}
.fade-3 {
  background: url("../img/smileys/smile_fade.png") no-repeat;
  background-size: contain;
}
.default-2 {
  background: url("../img/smileys/neutral_default.png") no-repeat;
  background-size: contain;
}
.clicked-2 {
  background: url("../img/smileys/neutral_clicked.png") no-repeat;
  background-size: contain;
}
.fade-2 {
  background: url("../img/smileys/neutral_fade.png") no-repeat;
  background-size: contain;
}
.default-1 {
  background: url("../img/smileys/sad_default.png") no-repeat;
  background-size: contain;
}
.clicked-1 {
  background: url("../img/smileys/sad_clicked.png") no-repeat;
  background-size: contain;
}
.fade-1 {
  background: url("../img/smileys/sad_fade.png") no-repeat;
  background-size: contain;
}

#smileys-gallery {
  min-width: 270px;
}
.smiley-wrapper {
  float: left;
  margin: 0px 5px 0px 5px;
}
.smileys-default {
  opacity: 0.5;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.smileys-default.active {
  opacity: 1;
}
.smileys-default.smile-clicked,
.smileys-default.neutral-clicked,
.smileys-default.sad-clicked {
  opacity: 1;
}
.smileys-label {
  width: 80px;
  text-align: center;
}
.smileys-label.active {
  font-weight: bold;
}

/* nps scale rating css */
.nps-rating-scale {
  width: 325px;
}
.nps-rating-scale ul > li {
  display: inline;
}
.nps-rating-scale ul > li > a,
.nps-rating-scale ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.nps-rating-scale ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.nps-rating-scale li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.nps-rating-scale ul li a {
  color: #5c5f63;
  padding: 0px 12px;
  font-size: 12px;
}
.nps-rating-scale ul li:nth-child(-n + 6) a {
  border-bottom: 3px solid red;
}
.nps-rating-scale ul li:nth-child(-n + 6) a.selected {
  background: red;
  color: white;
}
.nps-rating-scale ul li:nth-child(-n + 6) a:hover {
  background: red;
  color: white;
}
.nps-rating-scale ul li:nth-child(n + 7):nth-child(-n + 8) a {
  border-bottom: 3px solid #ffb115;
}
.nps-rating-scale ul li:nth-child(n + 7):nth-child(-n + 8) a.selected {
  background: #ffb115;
  color: white;
}
.nps-rating-scale ul li:nth-child(n + 7):nth-child(-n + 8) a:hover {
  background: #ffb115;
  color: white;
}
.nps-rating-scale ul li:nth-child(n + 9):nth-child(-n + 10) a {
  border-bottom: 3px solid #76b900;
}
.nps-rating-scale ul li:nth-child(n + 9):nth-child(-n + 10) a.selected {
  background: #76b900;
  color: white;
}
.nps-rating-scale ul li:nth-child(n + 9):nth-child(-n + 10) a:hover {
  background: #76b900;
  color: white;
}
.disabled-rating {
  opacity: 0.5;
}
.label-wrapper {
  margin: 5px 0px 0px 0px;
  width: 325px;
}
.label-wrapper .selected {
  font-weight: bold;
}
.detractor-label {
  display: inline-block;
  width: 184px;
}
.neutral-label {
  display: inline-block;
  width: 63px;
}
.promoter-label {
  display: inline-block;
  width: 70px;
}
.logo-surveys {
  background-position: -222px 0;
}
