/**
 *  Do not remove the comment below. It's the markers used by wiredep to inject
 *  sass dependencies when defined in the bower.json of your dependencies
 */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

body,
md-content {
  font-family: 'Roboto', sans-serif;
  background: #f5f5f5 !important;
}

body {
  overflow: hidden;
}

.hidden {
  display: none;
}

div {
  box-sizing: border-box;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.md-avatar {
  border-radius: 40px;
  height: 40px;
  margin: 0px 0 -12px 5px;
}

md-toast {
  margin-top: 65px;
}

md-menu-content.md-enspyrepalette-theme md-menu-item {
  color: #2f3541;
}

.progress-margin {
  margin: 40px auto;
}

.text-center {
  text-align: center;
}

.md-button {
  text-transform: none;
}

a[ng-click] {
  cursor: pointer;
}

md-backdrop.md-dialog-backdrop {
  z-index: 100;
}

.md-dialog-container {
  z-index: 101;
}

.flex-table {
  display: flex;
  flex-flow: column nowrap;
  line-height: 1.5;
  flex: 1 1 auto;
  margin-bottom: 32px;
}

.ft-headers {
  border-bottom: none;
  min-height: 48px;
  height: 48px;
}

.ft-headers > .ft-header {
  white-space: normal;
}

.ft-row {
  cursor: pointer;
  width: 100%;
  padding: 0 15px 0 16px;
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #e0e3e6;
}

.ft-row:last-child {
  border-bottom: none;
  margin-bottom: 32px;
}

.ft-content {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0px;
  white-space: nowrap;
}

.ft-content.grow-2 {
  flex-grow: 2;
}

.ft-content.grow-3 {
  flex-grow: 3;
}

.ft-content .hide-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/**
 *  Do not remove the comment below. It's the markers used by gulp-inject to inject
 *  all your sass files automatically
 */
.nav-bar {
  width: 72px;
  background-color: #2f3541;
  text-align: center;
  padding: 15px 0;
}

.nav-bar a {
  width: 32px;
  height: 32px;
  margin: 15px auto;
}

.nav-bar a .sidebar-icon, .nav-bar a md-icon {
  color: #fff;
  width: 32px;
  height: 32px;
}

.nav-bar a md-icon {
  font-size: 35px;
  color: #fff;
}

.nav-bar .logout {
  margin-top: auto;
  margin-bottom: 20px;
}

.main-toolbar {
  height: 56px;
  min-height: auto;
  padding: 17px 32px;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #e30b3d;
}

.main-toolbar md-icon {
  color: #fff;
}

.main-toolbar div {
  display: inline;
}

.main-toolbar a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.main-toolbar a[href]:hover, .main-toolbar a[ng-click]:hover {
  text-decoration: underline;
}

.internal-view {
  height: calc(100vh - 56px);
}

.secondary-nav-bar {
  width: 160px;
  min-width: 160px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
  padding-top: 8px;
}

.secondary-nav-bar a {
  height: 56px;
  background-color: #ffffff;
  align-items: center;
  display: flex;
  font-size: 13px;
  line-height: 1.5;
  color: #2f3541;
  text-decoration: none;
  outline: none;
}

.secondary-nav-bar a .sidebar-icon {
  width: 17px;
  height: 17px;
  opacity: 0.54;
  margin: 0 16px;
}

.secondary-nav-bar a .sidebar-icon.material-icons {
  height: auto;
  width: auto;
  margin: 0 12px;
}

.secondary-nav-bar a.active {
  background-color: #ffeeef;
  border-left: 2px solid #e30b3d;
  color: #e30b3d;
}

.secondary-nav-bar a.active .sidebar-icon {
  margin-left: 14px;
}

.secondary-nav-bar a.active .sidebar-icon.material-icons {
  margin-left: 10px;
}

.main-content {
  position: relative;
  width: calc(100vw - 232px);
  height: calc(100vh - 56px);
  overflow-y: scroll;
}

.signin-wrap {
  background-color: #c60b36;
}

.signin-left {
  background-image: url("/assets/images/login-bg.jpg");
  background-size: cover;
}

.signin-right {
  background-color: #F5F6F7;
}

.signin-right form {
  position: relative;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  padding: 10%;
}

.signin-right form .first-input {
  margin-top: 72px;
}

.signin-right form .md-errors-spacer {
  display: none;
}

.signin-right form .md-button {
  margin-top: 54px;
  font-size: 20px;
  line-height: 1.4;
  height: 56px;
}

.signin-right form .alt-button {
  margin: 40px 0 -15% 0;
  font-size: 14px;
  line-height: 56px;
  padding: 0 20px;
  display: block;
  align-self: flex-end;
}

.signin-right .logo {
  width: 148px;
  height: auto;
}

.signin-right h3 {
  font-size: 24px;
  line-height: 1.33;
  color: #2e3541;
  margin: 16px 0 8px 0;
  font-weight: normal;
}

.signin-right p {
  font-size: 16px;
  line-height: 1.5;
  color: #2e3541;
  margin: 0;
}

.signin-right .login-error {
  background: #c21239;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
}

.company-classification .md-chips {
  font-size: 13px;
}

.company-classification .md-chips.md-removable md-chip .md-chip-content {
  padding-right: 6px;
}

.company-classification md-chips.md-enspyrepalette-theme md-chip {
  background-color: #e0e0e0;
  color: #424242;
}

.company-classification md-autocomplete.md-enspyrepalette-theme {
  background-color: white;
}

.tag-autocomplete-suggestions.md-autocomplete-standard-list-container.md-enspyrepalette-theme,
.tag-autocomplete-suggestions.md-autocomplete-suggestions-container.md-enspyrepalette-theme {
  background-color: white;
}

.cases-create {
  padding: 32px;
}

.cases-create .questionnaire-screen {
  position: fixed !important;
}

.cases-create .step-title {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #606471;
  margin: 0;
}

.cases-create .step-title span {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}

.cases-create .searchbox-select-wrap {
  height: 72px;
  margin: 24px 0;
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.cases-create .searchbox-select-wrap label {
  display: none;
}

.cases-create .searchbox-select-wrap md-select {
  height: 100%;
  padding: 0 24px;
}

.cases-create .searchbox-select-wrap md-select.md-enspyrepalette-theme .md-select-value.md-select-value {
  color: #2f3541;
  font-size: 20px;
  font-weight: 500;
}

.cases-create .searchbox-select-wrap md-select.md-enspyrepalette-theme .md-select-value {
  border: none;
}

.cases-create .templates > div {
  align-items: center;
  text-align: center;
  padding: 10px;
}

.cases-create .templates .md-card-tile {
  width: 100%;
  height: 221px;
  background-color: #fff;
  padding: 30px 24px;
  text-align: left;
}

.cases-create .templates .md-card-tile .icon {
  height: 48px;
}

.cases-create .templates .md-card-tile .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #2f3541;
}

.cases-create .templates .md-card-tile .description {
  font-size: 16px;
  line-height: 1.5;
  color: #606471;
  padding: 12px 0;
  white-space: normal;
}

.searchbox-select-container {
  top: 100px !important;
  width: calc(100vw - 350px);
}

.searchbox-select-container md-select-menu {
  max-height: none;
  height: calc(100vh - 150px);
}

.searchbox-select-container md-content._md {
  max-height: none;
  height: calc(100vh - 150px);
  background-color: #fff !important;
  padding-top: 0;
}

.searchbox-select-container md-content._md md-optgroup {
  padding-top: 48px;
}

.searchbox-select-container md-content._md md-optgroup md-option {
  background-color: #fff;
}

.searchbox-select-container md-content._md md-optgroup md-option:hover, .searchbox-select-container md-content._md md-optgroup md-option:focus {
  background-color: #eee;
}

.searchbox-select-input {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #fafafa;
}

.searchbox-select-header {
  position: fixed;
  width: 100%;
  z-index: 9;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10px;
  background-color: #fafafa;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.drafts-list .drafts {
  padding: 24px;
}

.drafts-list md-card {
  max-width: 350px !important;
  max-height: 325px !important;
}

.drafts-list md-card .md-card-image {
  height: 120px;
  display: flex;
  background-color: #e8eaed;
  text-align: center;
}

.drafts-list md-card .md-card-image md-icon {
  width: 48px;
  height: 48px;
  opacity: 0.32;
}

.drafts-list md-card md-card-title-text {
  width: 100%;
}

.drafts-list md-card .md-headline {
  word-wrap: break-word;
}

.drafts-list md-card .md-button {
  color: #e30b3d;
}

.cases-create {
  padding: 32px;
}

.cases-create .step-title {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #606471;
  margin: 0;
}

.cases-create .step-title span {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}

.cases-create .searchbox-select-wrap {
  height: 72px;
  margin: 24px 0;
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.cases-create .searchbox-select-wrap label {
  display: none;
}

.cases-create .searchbox-select-wrap md-select {
  height: 100%;
  padding: 0 24px;
}

.cases-create .searchbox-select-wrap md-select.md-enspyrepalette-theme .md-select-value.md-select-value {
  color: #2f3541;
  font-size: 20px;
  font-weight: 500;
}

.cases-create .searchbox-select-wrap md-select.md-enspyrepalette-theme .md-select-value {
  border: none;
}

.cases-create .margin-top-24 {
  margin-top: 24px;
}

.cases-create .input-container {
  margin: 18px 0px 0px 0px;
}

.file-icon {
  margin-right: 7px;
}

.file-btn {
  color: #ffffff;
}

.searchbox-select-container {
  top: 100px !important;
  width: calc(100vw - 350px);
}

.searchbox-select-container md-select-menu {
  max-height: none;
  height: calc(100vh - 150px);
}

.searchbox-select-container md-content._md {
  max-height: none;
  height: calc(100vh - 150px);
  background-color: #fff !important;
  padding-top: 0;
}

.searchbox-select-container md-content._md md-optgroup {
  padding-top: 48px;
}

.searchbox-select-container md-content._md md-optgroup md-option {
  background-color: #fff;
}

.searchbox-select-container md-content._md md-optgroup md-option:hover, .searchbox-select-container md-content._md md-optgroup md-option:focus {
  background-color: #eee;
}

.searchbox-select-input {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #fafafa;
}

.searchbox-select-header {
  position: fixed;
  width: 100%;
  z-index: 9;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10px;
  background-color: #fafafa;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.import-btn {
  color: #fff;
  background-color: #f00;
}

.import-btn md-progress-circular {
  margin: 0 auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.import-contacts .md-chips {
  font-size: 13px;
}

.import-contacts .md-chips.md-removable md-chip .md-chip-content {
  padding-right: 6px;
}

.import-contacts md-chips.md-enspyrepalette-theme md-chip {
  background-color: #e0e0e0;
  color: #424242;
}

.import-contacts md-autocomplete.md-enspyrepalette-theme {
  background-color: white;
}

.tag-autocomplete-suggestions.md-autocomplete-standard-list-container.md-enspyrepalette-theme,
.tag-autocomplete-suggestions.md-autocomplete-suggestions-container.md-enspyrepalette-theme {
  background-color: white;
}

.management-list {
  padding: 15px 32px 50px 32px;
}

.management-list .flex-table {
  min-width: 946px;
}

.management-list .ft-header.ft-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #2f3541;
}

.management-list .ft-header.ft-header .material-icons {
  opacity: 0.54;
  cursor: pointer;
  outline: none;
  margin-left: 5px;
  font-size: 19px;
}

.management-list .ft-contents.ft-row {
  min-height: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #e0e0e0;
  padding: 0 16px;
}

.management-list .ft-contents.ft-row[ui-sref] {
  cursor: pointer;
}

.management-list .ft-contents.ft-row[ui-sref]:hover {
  background-color: #ffeeef;
}

.management-list .ft-row .ft-actions {
  min-width: 45px;
  padding: 0;
  flex-grow: .1;
}

.management-list .ft-content {
  font-size: 14px;
  line-height: 1.5;
  color: #606471;
  align-items: center;
}

.management-list .ft-content md-icon {
  margin: 0 26px 0 0;
  opacity: 0.54;
}

.md-tooltip {
  transform: translateY(20px);
}

.cases-create {
  padding: 32px;
}

.cases-create .step-title {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #606471;
  margin: 0;
}

.cases-create .step-title span {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}

.cases-create .searchbox-select-wrap {
  height: 72px;
  margin: 24px 0;
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.cases-create .searchbox-select-wrap label {
  display: none;
}

.cases-create .searchbox-select-wrap md-select {
  height: 100%;
  padding: 0 24px;
}

.cases-create .searchbox-select-wrap md-select.md-enspyrepalette-theme .md-select-value.md-select-value {
  color: #2f3541;
  font-size: 20px;
  font-weight: 500;
}

.cases-create .searchbox-select-wrap md-select.md-enspyrepalette-theme .md-select-value {
  border: none;
}

.cases-create .margin-top-24 {
  margin-top: 24px;
}

.cases-create .input-container {
  margin: 18px 0px 0px 0px;
}

.file-icon {
  margin-right: 7px;
}

.file-btn {
  color: #ffffff;
}

.searchbox-select-container {
  top: 100px !important;
  width: calc(100vw - 350px);
}

.searchbox-select-container md-select-menu {
  max-height: none;
  height: calc(100vh - 150px);
}

.searchbox-select-container md-content._md {
  max-height: none;
  height: calc(100vh - 150px);
  background-color: #fff !important;
  padding-top: 0;
}

.searchbox-select-container md-content._md md-optgroup {
  padding-top: 48px;
}

.searchbox-select-container md-content._md md-optgroup md-option {
  background-color: #fff;
}

.searchbox-select-container md-content._md md-optgroup md-option:hover, .searchbox-select-container md-content._md md-optgroup md-option:focus {
  background-color: #eee;
}

.searchbox-select-input {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #fafafa;
}

.searchbox-select-header {
  position: fixed;
  width: 100%;
  z-index: 9;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10px;
  background-color: #fafafa;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.import-btn {
  color: #fff;
  background-color: #f00;
}

.import-btn md-progress-circular {
  margin: 0 auto;
}

.cases-create {
  padding: 32px;
}

.cases-create .step-title {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #606471;
  margin: 0;
}

.cases-create .step-title span {
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
}

.cases-create .searchbox-select-wrap {
  height: 72px;
  margin: 24px 0;
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.cases-create .searchbox-select-wrap label {
  display: none;
}

.cases-create .searchbox-select-wrap md-select {
  height: 100%;
  padding: 0 24px;
}

.cases-create .searchbox-select-wrap md-select.md-enspyrepalette-theme .md-select-value.md-select-value {
  color: #2f3541;
  font-size: 20px;
  font-weight: 500;
}

.cases-create .searchbox-select-wrap md-select.md-enspyrepalette-theme .md-select-value {
  border: none;
}

.cases-create .margin-top-24 {
  margin-top: 24px;
}

.cases-create .input-container {
  margin: 18px 0px 0px 0px;
}

.file-icon {
  margin-right: 7px;
}

.file-btn {
  color: #ffffff;
}

.searchbox-select-container {
  top: 100px !important;
  width: calc(100vw - 350px);
}

.searchbox-select-container md-select-menu {
  max-height: none;
  height: calc(100vh - 150px);
}

.searchbox-select-container md-content._md {
  max-height: none;
  height: calc(100vh - 150px);
  background-color: #fff !important;
  padding-top: 0;
}

.searchbox-select-container md-content._md md-optgroup {
  padding-top: 48px;
}

.searchbox-select-container md-content._md md-optgroup md-option {
  background-color: #fff;
}

.searchbox-select-container md-content._md md-optgroup md-option:hover, .searchbox-select-container md-content._md md-optgroup md-option:focus {
  background-color: #eee;
}

.searchbox-select-input {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #fafafa;
}

.searchbox-select-header {
  position: fixed;
  width: 100%;
  z-index: 9;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10px;
  background-color: #fafafa;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.import-btn {
  color: #fff;
  background-color: #f00;
}

.import-btn md-progress-circular {
  margin: 0 auto;
}

.companies-list {
  height: calc(100vh - 54px);
  overflow: scroll;
  padding-top: 56px;
}

.companies-list .first-row {
  margin: 15px 0px 5px 0px;
}

.companies-list .second-row {
  margin: 0px 0px 5px 0px;
}

.companies-list .middle-row {
  margin: 0px 0px 5px 0px;
}

.companies-list .middle-row .apply-filters-btn {
  margin-top: 18px;
}

.companies-list .final-row {
  margin: 0px 0px -5px 0px;
}

.companies-list .final-row md-input-container, .companies-list .final-row button {
  margin-top: 5px;
}

.companies-list .final-row .md-datepicker-button {
  margin-top: -12px;
}

.companies-list .final-row .md-datepicker-input {
  font-size: inherit;
}

.companies-list .md-errors-spacer {
  min-height: 0px;
}

.companies-list md-input-container {
  margin: 18px 0px 0 0;
}

.companies-list .pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  margin: 20px 32px 0px 32px;
}

.companies-list .pagination .progress-lazy-load {
  margin: 10px 10px 0px 0px;
}

.companies-list .flex-item {
  flex-grow: 1;
  /* default 0 */
}

.companies-list .search-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  margin: 15px 32px;
}

.companies-list .search-filters .search-filter {
  min-width: 155px;
  padding-right: 20px;
}

.companies-list .search-filters .clear-filter-container {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 5px 0 0 0;
  vertical-align: middle;
}

.companies-list .search-filters .clear-filter-container .clear-filter {
  width: 25px;
  height: 25px;
}

.companies-list .search {
  position: fixed;
  top: 57px;
  left: 71px;
  right: 15px;
  height: 56px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.companies-list .search .search-icon {
  position: absolute;
  top: 18px;
  left: 25px;
}

.companies-list .search input {
  width: 50%;
  height: 100%;
  padding-left: 67px;
  border: none;
  outline: none;
}

.companies-list .search .assign-wrap {
  position: absolute;
  right: 25px;
  top: 18px;
  margin: 0;
  padding: 0;
}

.companies-list .search .assign-wrap:after {
  font-family: "Material Icons";
  content: "assignment_return";
  opacity: 0.54;
  font-size: 26px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 10px;
}

.companies-list .search .assign-wrap .md-select-value {
  opacity: 0;
}

.companies-list .showmore {
  display: flex;
  align-items: center;
  justify-content: center;
}

.companies-list .showmore .showmore-button {
  outline: none;
  display: flex;
  flex-direction: column;
  width: 203px;
  height: 48px;
  border-radius: 2px;
  background-color: #dcdcdc;
  color: #888888;
}

.companies-list .showmore .showmore-button:not([disabled]):active {
  background-color: #e30a3c;
  color: white;
}

.companies-list .showmore .showmore-text {
  width: 203px;
  height: 13px;
  opacity: 0.4;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.companies-list md-chips.md-enspyrepalette-theme md-chip {
  background-color: #e0e0e0;
}

.companies-list .flex-table {
  min-width: 946px;
  margin: 32px;
}

.companies-list .fill {
  min-width: 946px;
  margin: 0 32px 0 32px;
  background-color: #ffff;
}

.companies-list .fill-row-top {
  margin: 20px 0 10px 49px;
  max-width: 500px;
}

.companies-list .fill-row-bottom {
  margin: 0 0 29px 49px;
  max-width: 500px;
}

.companies-list .ft-headers {
  min-height: 48px;
  height: 48px;
}

.companies-list .ft-header.ft-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #2f3541;
}

.companies-list .ft-header.ft-header .material-icons {
  opacity: 0.54;
  cursor: pointer;
  outline: none;
  margin-left: 5px;
  font-size: 19px;
}

.companies-list .ft-contents.ft-row {
  min-height: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #e0e0e0;
  padding: 0 16px;
}

.companies-list .ft-contents.ft-row[ui-sref] {
  cursor: pointer;
}

.companies-list .ft-contents.ft-row[ui-sref]:hover {
  background-color: #ffeeef;
}

.companies-list .ft-row .ft-actions {
  min-width: 45px;
  padding: 0;
  flex-grow: 0.1;
}

.companies-list .ft-content {
  font-size: 14px;
  line-height: 1.5;
  color: #606471;
  align-items: center;
}

.companies-list .ft-content md-icon {
  margin: 0 26px 0 0;
  opacity: 0.54;
}

.companies-list .ft-check {
  width: 52px;
  min-width: 52px;
  flex-grow: unset;
}

.companies-list .ft-check md-checkbox {
  margin-bottom: 0;
}

.assign-select-container {
  z-index: 99;
  min-height: 400px;
  top: 42px !important;
  box-shadow: 0 16px 16px 0 rgba(158, 166, 183, 0.24), 0 0 16px 0 rgba(158, 166, 183, 0.12);
}

.assign-select-container .assign-to {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #2f3541;
}

.assign-select-container .count {
  font-size: 16px;
  line-height: 1.25;
  color: #606471;
}

.assign-select-container .assign-select-header {
  display: block;
  padding: 16px 20px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  z-index: 9;
}

.assign-select-container .assign-select-header md-progress-circular {
  position: absolute;
  top: 28px;
  right: 74px;
  margin: 0 !important;
}

.assign-select-container md-select-menu,
.assign-select-container md-content {
  min-height: 400px;
}

.assign-select-container md-content._md {
  max-height: none;
  height: calc(100vh - 150px);
  background-color: #fff !important;
}

.assign-select-container md-content._md md-optgroup md-option {
  background-color: #fff;
}

.assign-select-container md-content._md md-optgroup md-option:hover, .assign-select-container md-content._md md-optgroup md-option:focus {
  background-color: #eee;
}

.page-number {
  display: flex;
  justify-content: center;
  align-items: center;
}

md-switch.md-enspyrepalette-theme.md-checked:not([disabled]) .md-bar {
  background-color: #e20a3d40;
}

md-switch.md-enspyrepalette-theme.md-checked:not([disabled]) .md-thumb {
  background-color: #e20a3d;
}

.section-title {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #2e3541;
  padding: 20px 0px 16px 0px;
}

.add-contact-row {
  height: 48px;
}

.add-contact {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #e30b3d;
  right: 48px;
  cursor: pointer;
}

.save-contact {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #e30b3d;
  position: absolute;
  right: 58px;
  cursor: pointer;
}

.cancel-contact {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: black;
  position: absolute;
  right: 230px;
  cursor: pointer;
}

.contact-name {
  text-align: center;
  margin-top: 24px;
  font-size: 23px;
  min-height: 32px;
}

.contact-phone {
  text-align: center;
  margin-top: 3px;
  font-size: 14px;
  color: #9ea6b7;
  height: 20px;
}

.icon-row {
  display: flex;
  flex-direction: row;
}

.spacer {
  width: 85%;
}

.digit-row {
  display: flex;
  flex-direction: row;
}

.first-digit {
  margin-left: 24px;
}

.end-call {
  width: 100%;
  height: 56px;
  border-radius: 2px;
  background-color: #e30b3d;
  cursor: pointer;
}

.end-call-text {
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 18px;
}

.float-right {
  margin-left: auto;
  padding: 0px 5px 0px 0px;
  cursor: pointer;
}

.phone-icon {
  top: 17px;
  left: 17px;
  fill: white;
}

.phone-icon-button {
  top: 17px;
  left: 17px;
  position: relative;
  fill: white;
}

.phone-digit-circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.phone-digit {
  max-width: 50%;
  font-family: Roboto;
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.phone-dial {
  width: 288px;
  height: 499px;
  bottom: 135px;
  right: 48px;
  z-index: 2;
  background-color: white;
  position: absolute;
  box-shadow: 0 1px 0 0 #e0e0e0;
}

.phone-minimized {
  width: 288px;
  height: 25px;
  bottom: 135px;
  right: 48px;
  z-index: 2;
  position: absolute;
  box-shadow: 0 1px 0 0 #e0e0e0;
  background-color: #e30b3d;
  color: #ffffff;
}

.contact-name-min {
  text-align: center;
  width: 30%;
}

.contact-phone-min {
  text-align: center;
  width: 40%;
}

.icon-min {
  width: 15%;
  cursor: pointer;
}

.phone-button {
  width: 56px;
  height: 56px;
  background-color: #e30b3d;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  bottom: 48px;
  right: 48px;
  position: absolute;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.questionnaire-open {
  right: calc(50vw + 68px) !important;
}

.questionnaire-screen {
  width: 50vw;
  height: 100vh;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  position: absolute;
  overflow-y: scroll;
  background-color: #f5f6f7;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.24), 0 0 16px 0 rgba(0, 0, 0, 0.12);
}

.choice-button {
  cursor: pointer;
}

.unchosen-button {
  background-color: white;
}

.chosen-button {
  background-color: rgba(227, 11, 61, 0.24);
}

.qsr-main-small {
  width: 50vw !important;
}

.bottom-space {
  padding-bottom: 300px;
}

.jk-rating-stars-container.no-zero .button:first-child {
  display: none;
}

.manage-view {
  height: calc(100vh - 54px);
}

.manage-view:focus {
  outline: none;
}

.manage-view .tab-bar {
  height: 48px;
  background-color: #c60b36;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.13);
  z-index: 0;
}

.manage-view .tab-bar .md-button {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0px 50px;
  border-radius: 0;
}

.manage-view .tab-bar .md-button.active {
  color: #ffffff;
  border-bottom: 3px solid #fff;
}

.manage-view .tab-bar .page-control {
  float: right;
  padding: 8px 30px 0 0;
  color: #fff;
}

.manage-view .tab-bar .page-control span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.manage-view .tab-bar .page-control .page-button {
  width: 32px;
  height: 32px;
  min-width: 0;
  min-height: 0;
  line-height: 26px;
  border: solid 1px #ffffff;
  border-radius: 0 2px 2px 0;
  padding: 0;
}

.manage-view .tab-bar .page-control .page-button:nth-child(2) {
  border-radius: 2px 0 0 2px;
  margin-right: -5px;
}

.manage-view .tab-bar .page-control .page-button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

.manage-view .tab-bar .page-control .page-button md-icon {
  color: #fff;
}

.manage-view .recordings .title {
  text-align: center;
  font-size: 20px;
  padding: 32px;
}

.manage-view .qsr-main {
  width: calc(100vw - 72px);
}

.manage-view .qsr-main .questions {
  padding-right: 32px;
}

.manage-view .qsr-main .questions .flex-row {
  background: transparent;
  display: flex;
  flex-direction: row;
}

.manage-view .qsr-main .questions .detail-left {
  margin: 0 16px 0 0;
}

.manage-view .qsr-main .questions .detail-right {
  margin: 0 0 0 16px;
}

.manage-view .qsr-main .questions .company-details {
  background: white;
  width: 50%;
}

.manage-view .qsr-main .questions .company-details .row {
  flex-wrap: wrap;
}

.manage-view .qsr-main .questions .company-details input {
  background: none;
  border: none;
  min-width: 20px;
  max-width: 100%;
  color: #000;
  boz-sizing: content-box;
}

.manage-view .qsr-main .questions .company-details input:not([disabled]) {
  border-bottom: 1px solid rgba(41, 233, 0, 0.55) !important;
}

.manage-view .qsr-main .questions .company-details input:focus {
  outline: none;
  background: rgba(41, 233, 0, 0.2);
}

.manage-view .qsr-main .questions .company-details md-input-container input {
  min-width: 150px;
}

.manage-view .qsr-main .questions .company-details md-input-container input.full-min-width {
  min-width: 100%;
}

.manage-view .qsr-main .questions .company-details .address-row md-input-container input {
  min-width: 50px;
}

.manage-view .qsr-main .questions .company-details .md-select-wrap {
  min-width: 130px;
  display: inline-block;
  vertical-align: middle;
  margin: 23px 10px 8px 0;
  position: relative;
}

.manage-view .qsr-main .questions .company-details .md-select-wrap label {
  transform: translate3d(0, 6px, 0) scale(0.75);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
  transform-origin: left top;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54);
}

.manage-view .qsr-main .questions .company-details .md-select-wrap md-select {
  margin-top: 4px;
}

.manage-view .qsr-main .questions .event-details {
  background: white;
  width: 100% !important;
}

.manage-view .questions .question .choices .choice .key:hover {
  border: none;
  background-color: #e30b3d;
  color: #fff;
  cursor: default;
}

.manage-view .md-input.md-input.md-input[disabled] {
  border-bottom: none;
  color: #2f3541;
  background: none;
}

.manage-view .qsr-side {
  height: 100vh;
  width: 50vw;
  transform: translateX(50vw);
  transition: 250ms transform ease-in-out;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: scroll;
  background-color: #f5f6f7;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.24), 0 0 16px 0 rgba(0, 0, 0, 0.12);
}

.manage-view .qsr-side.open {
  transform: translateX(0px);
}

.manage-view .qsr-side .side-header {
  height: 76px;
  min-height: 76px;
  background-color: #fff;
  align-items: center;
  display: flex;
  padding: 24px;
}

.manage-view .qsr-side .side-header .title {
  font-size: 20px;
  font-weight: 500;
  color: #2f3541;
  padding-left: 20px;
}

.manage-view .qsr-side .questions {
  padding: 32px;
}

.manage-view .qsr-backdrop {
  background-color: rgba(0, 0, 0, 0.54);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 250ms opacity ease-in-out;
}

.manage-view .qsr-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.tm-questionnaire-view .questions .question .choices .choice .key:hover {
  cursor: pointer !important;
}

md-input-container .md-input-messages-animation {
  height: 20px;
}

.md-select-placeholder {
  margin-top: -5px;
}

.md-select-placeholder-sub {
  margin-top: 0px;
}

.email-lable:hover {
  word-break: keep-all  !important;
  height: 80px;
  padding: 15px 0px;
}

.email-input:focus {
  width: 250px !important;
}

.force-dropdown-width {
  min-width: 210px;
}

.edm-menu md-icon {
  color: #c70a36 !important;
}

.edm-menu md-menu-item .md-button[disabled],
.edm-menu md-menu-item .md-button[disabled] md-icon {
  color: rgba(0, 0, 0, 0.25) !important;
}

md-progress-circular.loading-pagination {
  display: inline-block;
  vertical-align: middle;
}

md-tabs-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: #f5f6f7 !important;
  z-index: 1000;
  width: 50vw;
}

md-tabs-content-wrapper {
  margin-top: 48px;
}

.contacts-header .material-icons {
  cursor: pointer;
}

.qsr-wrap ng-quill-editor {
  width: 100%;
  padding-right: 20px;
}

.qsr-wrap ng-quill-editor .ql-editor {
  padding-top: 30px;
}

.qsr-wrap ng-quill-editor .ql-tooltip {
  z-index: 1;
}

.qsr-wrap .secondary-nav-bar {
  z-index: 1;
}

.qsr-wrap .secondary-nav-bar .settings {
  padding: 16px 14px 32px 16px;
  overflow-y: scroll;
}

.qsr-wrap .secondary-nav-bar .settings .setting-title {
  font-size: 12px;
  line-height: 1.43;
  color: #8b91a3;
}

.qsr-wrap .secondary-nav-bar .settings .setting-title.company-field {
  font-size: 13px;
  color: #2f3541;
  margin: 20px 0 10px;
}

.qsr-wrap .secondary-nav-bar .settings md-switch {
  direction: rtl;
  justify-content: space-between;
  height: auto;
}

.qsr-wrap .secondary-nav-bar .settings md-switch .md-container {
  margin-right: 0;
}

.qsr-wrap .secondary-nav-bar .settings md-switch .md-label {
  font-size: 14px;
  line-height: 1.5;
  color: #2f3541;
  text-align: left;
  white-space: normal;
}

.qsr-wrap .secondary-nav-bar .settings md-switch .md-bar {
  background-color: #e0e3e6;
}

.qsr-wrap .secondary-nav-bar .settings md-switch.md-checked .md-bar {
  background-color: rgba(255, 87, 34, 0.5);
}

.qsr-wrap .secondary-nav-bar .settings md-switch.md-checked .md-thumb {
  background-color: #e30b3d;
}

.qsr-wrap .secondary-nav-bar .settings md-checkbox {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #8b91a3;
}

.qsr-wrap .secondary-nav-bar .settings md-checkbox .md-icon {
  transform: scale(0.7);
}

.qsr-wrap .secondary-nav-bar .settings md-checkbox .md-label {
  margin-left: 25px;
}

.qsr-wrap .secondary-nav-bar .settings md-checkbox.md-checked .md-icon {
  background-color: #e30b3d;
}

.qsr-main {
  overflow-y: scroll;
  position: relative;
  width: calc(100vw - 232px);
}

.qsr-main .controls-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 16px 32px;
}

.qsr-main .controls-footer .md-button {
  margin: 0;
}

.qsr-main .header {
  width: 100%;
  min-width: 792px;
  height: 168px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
  padding: 25px 32px;
}

.qsr-main .header .back-button {
  align-self: center;
  margin-left: -10px;
}

.qsr-main .header .case-title {
  font-size: 24px;
  font-weight: 500;
  color: #2f3541;
  align-self: center;
}

.qsr-main .header .save-indicator {
  font-size: 11px;
  align-items: center;
  display: flex;
  color: #ccc;
}

.qsr-main .header .save-indicator i {
  margin-left: 5px;
  color: #ccc;
}

.qsr-main .header .save-indicator .saving {
  margin-left: 8px;
  margin-right: -2px;
}

.qsr-main .header .md-menu {
  padding-top: 3px;
}

.qsr-main .header .header-inputs {
  margin: 25px 0 0 -10px;
}

.qsr-main .header .searchbox-select-wrap {
  max-width: 200px;
}

.qsr-main .header md-input-container .md-input {
  background: none;
}

.qsr-main .header .md-select-value {
  border: none;
}

.question-template {
  width: 229px;
  height: 54px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  align-items: center;
  display: flex;
}

.question-template md-icon {
  margin: 0 24px 0 16px;
}

.as-sortable-dragging {
  position: fixed;
  padding: 0 !important;
  opacity: 0.8;
}

.as-sortable-dragging.question {
  width: 100%;
}

.question {
  margin-bottom: 20px;
  position: relative;
}

.question:focus {
  outline: none;
}

.question.selected .qs-content {
  box-shadow: 0 16px 16px 0 rgba(158, 166, 183, 0.24), 0 0 16px 0 rgba(158, 166, 183, 0.12);
}

.question.selected .qs-header {
  font-weight: 500;
}

.question .handle {
  opacity: 0.32;
  align-self: center;
  margin: 0 16px 5px 0;
}

.question .delete {
  opacity: 0.54;
  align-self: center;
  margin: -24px 0 -22px 16px;
  min-height: 0;
  position: absolute;
  right: 0;
  bottom: 50%;
}

.question .copy {
  opacity: 0.54;
  align-self: center;
  margin: -24px 0 -22px 16px;
  min-height: 0;
  position: absolute;
  right: 40px;
  bottom: 50%;
}

.question .qs-header {
  font-size: 16px;
  line-height: 1.5;
  color: #2f3541;
  position: relative;
}

.question .custom-data-details .company-header {
  height: 48px;
  padding: 10px 20px;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: #606471;
  border-radius: 2px 2px 0 0;
  background-color: #e8eaec;
  position: relative;
}

.question .custom-data-details .company-header.editable:after {
  display: inline-block;
  content: ' - Editable';
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #2de07d;
  margin: 0 0 0 5px;
}

.question .custom-data-details .company-header md-icon {
  opacity: 0.54;
  margin-right: 20px;
}

.question .custom-data-details .company-header .custom-data-refresh-button {
  position: absolute;
  right: 0px;
  top: 5px;
}

.question .custom-data-details .company-header .custom-data-add-button {
  position: absolute;
  right: 0;
  top: 5px;
}

.question .custom-data-details .row {
  position: relative;
  border-bottom: 1px solid #e0e3e6;
  padding: 0 20px;
}

.question .custom-data-details .row .delete-button {
  position: absolute;
  right: 0;
  top: 15px;
}

.question .custom-data-details .row .edit-button {
  position: absolute;
  right: 40px;
  top: 15px;
}

.question .custom-data-details .row md-input-container {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 8px;
  margin: 23px 10px 8px 0;
}

.question .custom-data-details .row md-input-container input {
  border-color: transparent !important;
  background: none;
  box-sizing: content-box;
}

.question .custom-data-details .row md-input-container.editable label:after {
  content: ' - Editable';
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #2de07d;
  margin: 0 0 0 5px;
}

.question .custom-data-details .row:last-child {
  border-bottom: none;
}

.question .company-details .company-header {
  height: 48px;
  padding: 10px 20px;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: #606471;
  border-radius: 2px 2px 0 0;
  background-color: #e8eaec;
  position: relative;
}

.question .company-details .company-header.editable:after {
  display: inline-block;
  content: ' - Editable';
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #2de07d;
  margin: 0 0 0 5px;
}

.question .company-details .company-header md-icon {
  opacity: 0.54;
  margin-right: 20px;
}

.question .company-details .company-header .custom-data-add-button {
  position: absolute;
  right: 0;
  top: 7px;
}

.question .company-details .row {
  border-bottom: 1px solid #e0e3e6;
  padding: 0 20px;
}

.question .company-details .row md-input-container {
  margin-right: 10px;
  margin-bottom: 8px;
  margin: 23px 10px 8px 0;
}

.question .company-details .row md-input-container input {
  border-color: transparent !important;
  background: none;
  box-sizing: content-box;
}

.question .company-details .row md-input-container.editable label:after {
  content: ' - Editable';
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #2de07d;
  margin: 0 0 0 5px;
}

.question .company-details .row:last-child {
  border-bottom: none;
}

.question .contacts-details {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.question .contacts-details .row {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #e0e3e6;
  padding: 10px 20px;
}

.question .contacts-details .row.contacts-headers {
  padding: 10px 20px 10px;
  border-radius: 2px 2px 0 0;
  background-color: #fafafa;
  border-bottom: none;
}

.question .contacts-details .row .contacts-header {
  font-size: 13px;
  line-height: 1.54;
  color: #8b91a3;
}

.question .contacts-details .row > div {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  word-break: break-word;
}

.question .contacts-details .row > div.grow-1 {
  flex-grow: 0.8;
}

.question .contacts-details .row > div.grow-2 {
  flex-grow: 1.5;
}

.question .contacts-details .row > div.grow-3 {
  flex-grow: 3;
}

.question .contacts-details .row > div.grow-4 {
  flex-grow: 3.1;
}

.question .contacts-details .row .contacts-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}

.question .contacts-details .row:last-child {
  border-bottom: none;
}

.question .event-details .title {
  box-sizing: border-box;
  padding-left: 36px;
  background-color: #e5f4fe;
}

.question .event-details .title input {
  padding-top: 18px;
}

.question .select-message {
  font-size: 14px;
  color: #e30b3d;
  margin: 0 0 15px 53px;
}

.question .choices {
  padding: 10px 53px 20px;
}

.question .choices .choice {
  height: 36px;
  border-radius: 2px;
  border: solid 1px #e30b3d;
  margin: 0 16px 9px 0;
  position: relative;
}

.question .choices .choice .key {
  position: absolute;
  top: 7px;
  left: 30px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #e30b3d;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.question .choices .choice .key md-icon {
  display: none;
  width: 20px;
  height: 20px;
  min-height: 0;
  min-width: 0;
}

.question .choices .choice .key md-icon svg {
  width: 20px;
  height: 20px;
}

.question .choices .choice .key md-icon path {
  fill: #e30b3d;
}

.question .choices .choice .key:hover {
  border: 1px dotted #e30b3d;
  background-color: #fff;
  color: transparent;
}

.question .choices .choice .key:hover md-icon {
  margin: -1px;
  display: block;
}

.question .choices .choice .drag {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.question .choices .choice .drag md-icon {
  width: 20px;
  height: 20px;
  min-height: 0;
  min-width: 0;
}

.question .choices .choice .drag md-icon svg {
  width: 20px;
  height: 20px;
}

.question .choices .choice .value {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  color: #e30b3d;
  line-height: 36px;
  border: none;
  padding: 0 8px 0 63px;
  height: 100%;
  outline: none;
  box-sizing: border-box;
}

.question .choices .choice .value:focus {
  color: #9ea6b7;
}

.question .choices .choice .value.disabled {
  padding: 0;
}

.question .choices .choice.choice-option_scale {
  margin-right: -1px;
  border-radius: 0;
}

.question .choices .choice.choice-option_scale:first-child {
  border-radius: 2px 0 0 2px;
}

.question .choices .choice.choice-option_scale:last-child {
  border-radius: 0 2px 2px 0;
}

.question .choices .choice.add {
  min-width: 36px;
  height: 36px;
  align-items: center;
  text-align: center;
  margin: 0;
  line-height: 1;
}

.question .choices .choice.add md-icon path {
  fill: #e30b3d;
}

.question .choices.layout-column .choice {
  margin: 0 auto 9px 0;
}

.question .choices.layout-column .choice:last-child {
  margin-bottom: 0;
}

.question .choices-view {
  padding: 10px 53px 20px;
}

.question .choices-view .choice {
  min-width: 80px;
  border-radius: 2px;
  border: solid 1px #e30b3d;
  margin: 0 16px 9px 0;
  position: relative;
}

.question .choices-view .choice .key {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #e30b3d;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.question .choices-view .choice .key md-icon {
  display: none;
  width: 20px;
  height: 20px;
  min-height: 0;
  min-width: 0;
}

.question .choices-view .choice .key md-icon svg {
  width: 20px;
  height: 20px;
}

.question .choices-view .choice .key md-icon path {
  fill: #e30b3d;
}

.question .choices-view .choice .key:hover {
  border: 1px dotted #e30b3d;
  background-color: #fff;
  color: transparent;
}

.question .choices-view .choice .key:hover md-icon {
  margin: -1px;
  display: block;
}

.question .choices-view .choice .drag {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.question .choices-view .choice .drag md-icon {
  width: 20px;
  height: 20px;
  min-height: 0;
  min-width: 0;
}

.question .choices-view .choice .drag md-icon svg {
  width: 20px;
  height: 20px;
}

.question .choices-view .choice .value {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  color: #e30b3d;
  border: none;
  padding: 10px 8px 10px 33px;
  height: 100%;
  outline: none;
  box-sizing: border-box;
}

.question .choices-view .choice .value:focus {
  color: #9ea6b7;
}

.question .choices-view .choice .value.disabled {
  padding: 0;
}

.question .choices-view .choice.choice-option_scale {
  margin-right: -1px;
  border-radius: 0;
}

.question .choices-view .choice.choice-option_scale:first-child {
  border-radius: 2px 0 0 2px;
}

.question .choices-view .choice.choice-option_scale:last-child {
  border-radius: 0 2px 2px 0;
}

.question .choices-view .choice.add {
  min-width: 36px;
  height: 36px;
  align-items: center;
  text-align: center;
  margin: 0;
  line-height: 1;
}

.question .choices-view .choice.add md-icon path {
  fill: #e30b3d;
}

.question .choices-view.layout-column .choice {
  margin: 0 auto 9px 0;
}

.question .choices-view.layout-column .choice:last-child {
  margin-bottom: 0;
}

.question.qs-yes_no .choice {
  text-transform: uppercase;
}

.question.qs-yes_no input {
  text-align: center !important;
}

.question.qs-rating .choices .button .material-icons {
  font-size: 28px;
}

.question.qs-rating .choices .star-button {
  text-shadow: none;
}

.question.qs-rating .choices .star-button.star-on .material-icons {
  color: #e30b3d;
}

.question.qs-rating .choices .star-button.star-off .material-icons {
  opacity: 0.48;
  color: #2f3541;
}

.question .qs-number {
  display: none;
  font-size: 13px;
  line-height: 1.54;
  color: #8b91a3;
  align-self: center;
  margin: 5px -5px 0 -15px;
}

.question.qs-yes_no .qs-number, .question.qs-multiple_choice .qs-number, .question.qs-option_scale .qs-number, .question.qs-text .qs-number, .question.qs-rating .qs-number {
  display: inline-flex;
}

.question.qs-yes_no .title,
.question.qs-yes_no .description, .question.qs-multiple_choice .title,
.question.qs-multiple_choice .description, .question.qs-option_scale .title,
.question.qs-option_scale .description, .question.qs-text .title,
.question.qs-text .description, .question.qs-rating .title,
.question.qs-rating .description {
  margin-left: 33px;
}

.qs-content {
  min-height: 52px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
  margin-top: 8px;
}

.qs-content .as-sortable-placeholder,
.qs-content .fake-placeholder {
  width: 100px !important;
  height: 34px !important;
  margin: 0 16px 0px 0 !important;
  padding: 0 !important;
  border-radius: 2px;
  border: dashed 2px #bec5d4;
}

.qs-content .as-sortable-placeholder:after,
.qs-content .fake-placeholder:after {
  content: 'Place here' !important;
  width: 100px !important;
  height: 34px !important;
  display: block !important;
  text-align: center;
  font-size: 14px !important;
  line-height: 36px !important;
  color: #9ea6b7;
}

.qs-content .as-sortable-dragging {
  opacity: 0.8 !important;
}

.qs-content .md-errors-spacer {
  display: none;
}

.qs-content .title {
  display: flex;
  margin: 0;
}

.qs-content .title .ql-editor {
  white-space: inherit;
}

.qs-content .title .ql-editor p {
  font-size: initial;
}

.qs-content .title .md-resize-wrapper {
  width: 100%;
}

.qs-content .title md-icon {
  position: static;
  margin-left: -20px;
  opacity: 0.54;
}

.qs-content .title md-icon + input {
  padding-left: 10px;
}

.qs-content .title input {
  padding: 24px 20px 20px;
  border-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  color: #2f3541;
}

.qs-content .title textarea {
  height: 70px;
  padding: 24px 20px 20px;
  border-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  color: #2f3541;
}

.qs-content .description {
  display: flex;
  margin: 0;
}

.qs-content .description .ql-editor {
  white-space: inherit;
}

.qs-content .description .ql-editor p {
  font-size: initial;
}

.qs-content .description.answer-details {
  margin-left: 48px;
  margin-right: 48px;
}

.qs-content .description.answer-details .md-resize-wrapper {
  width: 100%;
}

.qs-content .description.answer-details textarea {
  padding-left: 5px;
  background: none;
  border-bottom-color: #eee;
  width: 100%;
}

.qs-content .description textarea {
  padding: 5px 20px 5px 20px;
  border-color: transparent;
  font-size: 14px;
  line-height: 1.43;
  color: #757575;
}

.qs-content .description:last-child textarea {
  margin-bottom: 20px;
}

.questions-wrap {
  min-height: calc(100vh - 232px);
}

.questions-wrap .question-templates {
  z-index: 999;
  position: fixed;
  top: 250px;
  right: 24px;
  bottom: 24px;
  width: 55px;
  transition: transform 200ms ease-in-out, width 200ms ease-in-out;
}

.questions-wrap .question-templates:hover {
  width: 213px;
}

.questions-wrap .question-templates:hover .question-template {
  width: 213px !important;
}

.questions-wrap .question-templates .question-templates-sortable {
  height: 100%;
  justify-content: space-between;
}

.questions-wrap .question-templates .question-templates-sortable .question-template {
  overflow: hidden;
  width: 55px;
  margin-bottom: 5px;
  transition: transform 200ms ease-in-out, width 200ms ease-in-out;
}

.questions-wrap .question-templates .question-templates-sortable .question-template:hover {
  transform: translateX(-16px);
}

.questions-wrap .questions {
  min-height: calc(100vh - 232px);
  padding: 32px 92px 64px 32px;
}

.questions-wrap .questions.empty:after {
  content: 'Empty Questionnaire';
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #9ea6b7;
}

.questions-wrap .questions .as-sortable-placeholder,
.questions-wrap .questions .fake-placeholder {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  border: dashed 2px #bec5d4;
  margin: 20px 0;
}

.questions-wrap .questions .as-sortable-placeholder:after,
.questions-wrap .questions .fake-placeholder:after {
  content: 'Place here';
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #9ea6b7;
}

.recordings {
  overflow: scroll;
  padding: 32px 32px 100px;
  position: relative;
}

.recordings .recording {
  background: #fff;
  min-height: 60px;
}

.recordings .recording .ft-content {
  align-items: center;
}

.recordings .recording input[type="text"] {
  font-size: 14px;
  width: 100%;
  color: #2f3541;
  margin: -10px 0;
  border: none;
}

.recordings .recording .status-select {
  margin-bottom: -3px;
  margin-top: -3px;
}

.player {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 72px;
  right: 0;
  height: 80px;
  background-color: #fafafa;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.player .left-icon {
  align-items: center;
  justify-content: center;
  display: flex;
  min-width: 80px;
  min-height: 80px;
  background: #e0e3e6;
}

.player .left-icon md-icon {
  color: #80858C;
}

.player .details {
  padding: 16px 32px;
}

.player .details .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  white-space: nowrap;
}

.player .details .date {
  font-size: 12px;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.54);
  white-space: nowrap;
}

.player .details .date md-icon {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  display: inline;
}

.player .slider {
  padding: 0 32px;
}

.player .slider span {
  line-height: 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.player .slider .md-track-container {
  height: 8px;
  top: 20px;
}

.player .slider .md-thumb:after {
  border-color: #e30b3d;
  background-color: #fff;
}

.player .slider .md-track {
  background: #e0e0e0;
}

.player .slider .md-track.md-track-fill {
  background: #e30b3d;
}

.player .slider .md-track-fill, .player .slider .md-thumb-container {
  transition: all 0.2s linear;
}

.player .controls {
  align-items: center;
}

.player .controls .md-button[disabled] {
  opacity: 0.5;
}

.player .controls md-icon {
  color: #8c8f96;
}

.player .controls .close-button {
  color: #e30b3d;
  height: 100%;
}
