﻿.account .referred-by {
  margin-bottom: 20px;
}
.account .referred-by > div {
  align-items: flex-start;
  display: flex;
}
.account .referred-by > div > div[data-picker=account] {
  flex: 1 1 auto;
}
.account .referred-by > div > a {
  flex: 0 0 auto;
  margin-left: 10px;
}
.background-thumbnail > #bg-modify-thumbnail.modal {
  width: 670px;
}
.panel.background > .panel-heading label {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
.panel.background > .panel-heading label > select {
  margin-bottom: 0;
}
.panel.background > .panel-heading label > span {
  margin-right: 10px;
}
.gv-form {
  display: flex;
  flex-wrap: wrap;
}
.gv-form .gv-input {
  flex: 1 1 auto;
  width: 100%;
  /* Block */
}
.gv-form .gv-input.block > input,
.gv-form .gv-input.block > select,
.gv-form .gv-input.block > textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.gv-form .gv-input.required > span::after {
  color: #4AB37E;
  content: '*';
  font-size: 16px;
  font-weight: bold;
}
.gv-form .gv-input.width-50p {
  flex: 1 0 0%;
  width: 50%;
}
.gv-form .gv-input > span {
  color: #777777;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
}
.gv-form .gv-input > input,
.gv-form .gv-input > select,
.gv-form .gv-input > textarea {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: none;
  height: auto;
  outline: none;
  padding: 5px 8px;
}
.gv-disable {
  cursor: not-allowed;
  opacity: 0.5;
}
.gv-missing-data {
  color: #777777;
  padding: 40px 20px;
  text-align: center;
}
.gv-missing-data > .icon {
  display: inline-block;
  font-size: 36px;
}
.gv-missing-data > .message {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.gv-page-header {
  color: #333333;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 5px;
}
.gv-pagination > select {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  outline: none;
  width: auto;
}
.gv-tab-container > ul.tabs {
  border-bottom: 1px solid #CCCCCC;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.gv-tab-container > ul.tabs > li.tab {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  color: #999999;
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 6px 20px;
  position: relative;
  top: 1px;
}
.gv-tab-container > ul.tabs > li.tab.active {
  border-bottom-color: #FFFFFF;
  border-left-color: #CCCCCC;
  border-right-color: #CCCCCC;
  border-top-color: #CCCCCC;
  color: #777777;
}
.gv-tab-container > ul.tabs > li.tab:not(.active):hover {
  background-color: #F4F4F4;
  border-bottom-color: #CCCCCC;
  color: #4AB37E;
}
.gv-tab-container > div.tab-content {
  padding: 20px 10px;
}
.design-services > div {
  border-top: 1px solid #CCCCCC;
  margin-top: 20px;
  padding-top: 20px;
}
.design-services > div.away-messages > button.btn {
  display: block;
  width: 100%;
}
.design-services > div.away-messages > ol {
  display: block;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.design-services > div.away-messages > ol > li {
  background-color: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  display: flex;
  padding: 6px 10px;
  transition-duration: 0.25s;
  transition-property: background-color;
  transition-timing-function: ease;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.design-services > div.away-messages > ol > li:first-child {
  border-top: 0;
}
.design-services > div.away-messages > ol > li:hover {
  background-color: #F4F4F4;
}
.design-services > div.away-messages > ol > li > div {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.design-services > div.away-messages > ol > li > div:last-child {
  display: block;
  flex: 1 1 auto;
  margin-left: 10px;
}
.design-services > div.away-messages > ol > li > div:last-child > strong {
  background-color: #4AB37E;
  border-radius: 6px;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.design-services > div.away-messages > ol > li > div:last-child > ul.actions {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.design-services > div.away-messages > ol > li > div:last-child > ul.actions > li {
  cursor: pointer;
  display: block;
}
.design-services > div.away-messages > ol > li > div > div,
.design-services > div.away-messages > ol > li > div > span {
  flex: 0 0 auto;
}
.design-services > div.away-messages > ol > li > div > span {
  margin: 0 5px;
}
.design-services > div.away-messages div.date {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  display: inline-block;
  padding: 2px;
  text-align: center;
  width: 45px;
}
.design-services > div.away-messages div.date > small,
.design-services > div.away-messages div.date > span,
.design-services > div.away-messages div.date > strong {
  display: block;
}
.design-services > div.away-messages div.date > small {
  background-color: #CCCCCC;
  border-radius: 0 0 4px 4px;
  color: #333333;
  font-size: 10px;
  font-weight: bold;
}
.design-services > div.away-messages div.date > span {
  color: #333333;
  font-size: 24px;
  margin: 5px 0;
}
.design-services > div.away-messages div.date > strong {
  background-color: #333333;
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.design-services > div.away-messages div.time {
  background-color: #999999;
  border-radius: 6px;
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin-top: 2px;
  text-align: center;
  text-transform: uppercase;
}
.design-services > div.employees .search > input {
  max-width: 100%;
}
.design-services > div.employees ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.design-services > div.employees ul > li {
  align-items: center;
  background-color: #FFF;
  display: flex;
  padding: 4px 8px;
  position: relative;
}
.design-services > div.employees ul > li > small {
  flex: 0 0 auto;
}
.design-services > div.employees ul > li > small > a {
  cursor: pointer;
  font-size: 16px;
  margin-left: 5px;
}
.design-services > div.employees ul > li > span {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
}
.design-services > div.employees ul > li > span > input {
  margin-left: 8px;
}
.design-services > div.employees ul > li:hover {
  background-color: #F0F0F0;
}
.gv-form.away-message label.gv-input > textarea {
  height: 125px;
  width: 465px;
}
.modal-body.edit-design-service-settings {
  position: relative;
}
.modal-body.edit-design-service-settings.working > div.working-spinner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-body.edit-design-service-settings > div.working-spinner {
  background-color: #FFFFFF;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.modal-body.edit-design-service-settings > div.working-spinner > i {
  color: #4AB37E;
  font-size: 40px;
}
.modal-body.edit-design-service-settings > div > div {
  display: flex;
  flex-wrap: wrap;
}
.modal-body.edit-design-service-settings > div > div > label {
  flex: 0 0 auto;
  margin-bottom: 15px;
  margin-left: 0;
  width: 50%;
}
.modal-body.edit-design-service-settings > div > div > label.wide {
  width: 100%;
}
.modal-body.edit-design-service-settings > div > div > label.textbox {
  width: 100%;
}
.modal-body.edit-design-service-settings > div > div > label.textbox > span {
  display: block;
  width: 100%;
}
.modal-body.edit-design-service-settings > div > div > label.textbox > textarea {
  height: 75px;
  width: calc(100% - 10px);
}
.modal-body.edit-design-service-settings > div > strong {
  display: block;
  margin-bottom: 20px;
}
.modal-body.edit-design-service-settings > ol {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.modal-body.edit-design-service-settings > ol > li {
  flex: 0 0 auto;
  margin-bottom: 10px;
  width: 50%;
}
#messaging-container {
  position: relative;
}
#messaging-container > div {
  bottom: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#messaging-container > div > div {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
#messaging-container > div > div.messaging-header {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  flex: 0 0 auto;
  flex-direction: row;
  margin-bottom: 25px;
  padding: 5px;
}
#messaging-container .messaging {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
}
#messaging-container .messaging > * {
  display: flex;
  flex: 1 1 50%;
  margin-left: 5px;
  flex-direction: column;
  max-width: 50%;
  position: relative;
}
#messaging-container .messaging > *:first-child {
  margin-left: 0;
}
#messaging-container .messaging .conversation {
  display: flex;
}
#messaging-container .messaging .conversation > div {
  flex: 0 0 auto;
}
#messaging-container .messaging .conversation > div.conversation-list {
  border: 1px solid #CCCCCC;
  flex: 1 1 auto;
  position: relative;
}
#messaging-container .messaging .conversation > div.conversation-list > div {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
#messaging-container .messaging .message {
  border: 1px solid #CCCCCC;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: white;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
#messaging-container .messaging .message.in {
  margin-left: 10%;
}
#messaging-container .messaging .message.out {
  margin-right: 10%;
}
#messaging-container .messaging .message .attachment {
  display: inline-block;
  padding: 10px;
}
#messaging-container .messaging .message .message-body {
  color: #333333;
}
#messaging-container .messaging .messagerow {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#messaging-container .messaging .messagerow .date {
  font-size: 14px;
}
#messaging-container .messaging .messagerow .name {
  font-size: 15px;
}
#messaging-container .messaging .messagerow .preview {
  font-size: 12px;
}
#messaging-container .messaging .messagerow > li > span {
  display: flex;
}
#messaging-container .messaging .messagerow > li > span.border {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 3px;
}
#messaging-container .messaging .messagerow > li > span.top {
  padding-top: 3px;
}
#messaging-container .messaging .messagerow > li > span > span {
  flex: 0 0 auto;
  margin-left: 5px;
}
#messaging-container .messaging .messagerow > li > span > span:first-child {
  flex: 1 1 auto;
  margin-left: 0;
}
#messaging-container .messaging .panel {
  margin-bottom: 0;
}
#messaging-container .messaging .panel > .panel-body {
  flex: 1 1 auto;
  position: relative;
  overflow: auto;
}
#messaging-container .messaging .panel > .panel-body > ul {
  bottom: 15px;
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}
#messaging-container .messaging .panel > .panel-heading {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
#messaging-container .messaging .panel > .panel-heading > input {
  flex: 0 0 auto;
  margin-bottom: 0;
}
#messaging-container .messaging .panel > .panel-heading > span {
  flex: 1 1 auto;
}
#messaging-container .messaging .sent-message {
  flex: 1 1 auto;
  border: 1px solid #CCCCCC;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
#messaging-container .messaging .sent-message td {
  font-size: 12px;
}
#messaging-container .messaging .sent-message .attachment {
  display: inline-block;
  padding: 10px;
}
#messaging-container .messaging .sent-message .message-body {
  padding-left: 10px;
  font-size: 12px;
  padding-top: 10px;
}
#messaging-container .messaging .sent-message .reply {
  margin-top: 5px;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #CCCCCC;
}
#messaging-container .messaging .sent-message .subject {
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
#messaging-container .messaging .top {
  vertical-align: top;
}
.designer-header {
  background-color: #F4F4F4;
}
.designer-header > .container {
  font-size: 14px;
  margin: -16px auto 10px auto;
  padding: 10px 0;
}
.designer-header > .container > a {
  color: #4AB37E;
  margin: 0 10px;
}
.dbparser .form {
  display: flex;
  align-items: center;
}
.dbparser .form textarea {
  width: 500px;
}
.dbparser .response-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
}
.dbparser .response-container .response p {
  font-weight: bold;
}
.dbparser .response-container .response textarea {
  width: 100%;
  cursor: copy;
}
.filesync .input-append {
  padding: 5px;
}
.filesync select {
  width: 110px;
}
.filesync input {
  width: 300px;
}
.error-logs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.error-logs > div {
  height: 80vh;
  overflow: auto;
}
.error-logs .filters {
  flex: 0 0 auto;
  padding-right: 10px;
  width: 20vw;
}
.error-logs .filters.hidden {
  display: none;
}
.error-logs .filters .activeFilters > div {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.error-logs .filters .activeFilters > div > div {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.error-logs .filters .activeFilters > div > div .value {
  word-break: break-word;
  flex: 1 1 auto;
  text-align: right;
  padding: 0 10px;
}
.error-logs .filters .filterMenu label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.error-logs .list {
  flex: 2 1 auto;
  word-break: break-word;
}
.error-logs .list td.message {
  cursor: pointer;
}
.error-logs .list td.info {
  background: #6ac4ff;
}
.error-logs .list td.warn {
  background: #fff474;
}
.error-logs .list td.err {
  background: #ffc26c;
}
.error-logs .list td.unhandled {
  color: white;
  background: #ff6262;
}
.error-logs .list td.urgent {
  color: white;
  background: black;
}
.error-logs .list .expanded > td {
  color: black;
  background: #b5e1cb;
}
.error-logs .detail {
  width: 40vw;
  word-break: break-word;
}
.error-logs .detail.single {
  width: 100%;
}
.error-logs .detail > * {
  border: 2px solid #F4F4F4;
  padding: 10px;
  margin-bottom: 10px;
}
.error-logs .detail .exception .head {
  display: flex;
  justify-content: space-between;
}
.error-logs .detail .exception .head.info {
  background: #6ac4ff;
}
.error-logs .detail .exception .head.warn {
  background: #fff474;
}
.error-logs .detail .exception .head.err {
  background: #ffc26c;
}
.error-logs .detail .exception .head.unhandled {
  color: white;
  background: #ff6262;
}
.error-logs .detail .exception .head.urgent {
  color: white;
  background: black;
}
.error-logs .detail .exception span,
.error-logs .detail .exception a {
  margin: 2px;
}
.error-logs .detail .expander > strong {
  display: block;
  background: #F4F4F4;
  padding: 10px;
  margin: -10px;
  cursor: pointer;
}
.error-logs .detail .expander > div {
  display: flex;
  flex-flow: row wrap;
  margin: 10px 0;
}
.error-logs .detail .expander > div > div {
  margin: 5px;
}
.error-logs .severity.info {
  background: #6ac4ff;
}
.error-logs .severity.warn {
  background: #fff474;
}
.error-logs .severity.err {
  background: #ffc26c;
}
.error-logs .severity.unhandled {
  color: white;
  background: #ff6262;
}
.error-logs .severity.urgent {
  color: white;
  background: black;
}
.modal.event-info > .modal-body > div {
  display: flex;
}
.modal.event-info > .modal-body > div > label {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  text-align: right;
  width: 80px;
}
.modal.event-info > .modal-body > div > span {
  flex: 1 1 auto;
  font-size: 16px;
  text-align: left;
}
div.marketing-push-notifications .account-search.results > div.paging {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
div.marketing-push-notifications .account-search.results > div.paging > a {
  cursor: pointer;
  flex: 0 0 auto;
  text-decoration: none;
}
div.marketing-push-notifications .account-search.results > div.paging > a.disable {
  color: #CCCCCC;
  cursor: not-allowed;
  opacity: 0.5;
}
div.marketing-push-notifications .account-search.results > div.paging > span {
  flex: 0 0 auto;
  margin: 0 20px;
}
div.marketing-push-notifications .account-search.search > button {
  display: block;
  width: 100%;
}
div.marketing-push-notifications div.recipients > div > label {
  display: inline-flex;
  align-items: center;
}
div.marketing-push-notifications div.recipients > div > label > span {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}
div.marketing-push-notifications div.recipients > ol {
  margin-bottom: 10px;
}
div.marketing-push-notifications label {
  display: block;
  margin-bottom: 10px;
}
div.marketing-push-notifications label > input[type=text],
div.marketing-push-notifications label > select {
  box-sizing: border-box;
  display: block;
  height: 28px;
  width: 100%;
}
div.marketing-push-notifications label > span {
  display: block;
  margin-bottom: 5px;
}
div.marketing-push-notifications ol.account-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.marketing-push-notifications ol.account-list > li {
  display: block;
  width: 25%;
}
div.marketing-push-notifications ol.account-list > li > a {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #333333;
  cursor: pointer;
  display: block;
  padding: 5px 8px;
  margin: 4px;
  text-decoration: none;
}
div.marketing-push-notifications ol.account-list > li > a:hover {
  background-color: #4AB37E;
  border-color: #4AB37E;
  color: #FFFFFF;
}
div.marketing-push-notifications ol.account-list > li > a.recipient {
  background-color: #4AB37E;
  border-color: #4AB37E;
  color: #FFFFFF;
}
div.marketing-push-notifications ol.account-list > li > a.recipient:hover {
  background-color: #F4F4F4;
  border-color: #CCCCCC;
  color: #333333;
}
div.marketing-push-notifications ol.account-list > li > a > small {
  display: block;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.marketing-push-notifications ol.account-list > li > a > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.marketing-push-notification-templates > div.content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
section.marketing-push-notification-templates > div.content > .main {
  flex: 1 1 auto;
}
section.marketing-push-notification-templates > div.content > .main > table > tbody > tr > td.actions,
section.marketing-push-notification-templates > div.content > .main > table > thead > tr > td.actions,
section.marketing-push-notification-templates > div.content > .main > table > tbody > tr > th.actions,
section.marketing-push-notification-templates > div.content > .main > table > thead > tr > th.actions {
  text-align: center;
  width: 150px;
}
section.marketing-push-notification-templates > div.content > .main > table > tfoot > tr > td > div {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-items: center;
}
section.marketing-push-notification-templates > div.content > .main > table > tfoot > tr > td > div > button:first-child {
  margin-right: 10px;
}
section.marketing-push-notification-templates > div.content > .main > table > tfoot > tr > td > div > button:last-child {
  margin-left: 10px;
}
section.marketing-push-notification-templates > div.content > .main > table > tfoot > tr > td > div > select {
  margin-bottom: 0;
  width: auto;
}
section.marketing-push-notification-templates > div.content > .sidebar {
  border-right: 1px solid #F4F4F4;
  flex: 0 0 auto;
  margin-right: 20px;
  padding-right: 20px;
}
section.marketing-push-notification-templates > div.content > .sidebar > button {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
section.marketing-push-notification-templates div.working {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  width: 100%;
}
section.marketing-push-notification-templates div.working > i {
  color: #4AB37E;
  font-size: 48px;
}
section.marketing-push-notification-templates div.working > span {
  color: #333333;
  display: block;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
section.marketing-push-notification-templates #modalModifyTemplate {
  margin-left: -375px;
  width: 750px;
}
.stamp-category-page {
  display: flex;
}
.stamp-category-page .side {
  flex: 1 0 auto;
  max-width: 200px;
  padding: 10px;
}
.stamp-category-page .stamps-container {
  display: flex;
  flex-flow: row wrap;
}
.stamp-category-page .stamps-container .stamp-container {
  background-color: #eee;
  margin: 5px;
}
.stamp-category-page .stamps-container .stamp-container.selected {
  background-color: #ffc;
}
.stamp-category-page .stamps-container .stamp-container > div:not(.desc) {
  display: flex;
  justify-content: center;
  margin: 5px;
}
.stamp-category-page .stamps-container .stamp-container .image {
  cursor: pointer;
}
.stamp-category-page .stamps-container .stamp-container .desc {
  cursor: pointer;
}
.stamp-category-page .stamps-container .stamp-container .desc:hover {
  opacity: 0.7;
}
.stamp-category-page .stamps-container .stamp-container > div.actions {
  justify-content: space-between;
}
.stamp-category-page .stamps-container .stamp-container > div.actions .fa-arrows {
  cursor: grab;
}
.stamp-category-page .stamps-container .stamp-container > div.actions .fa-arrows:active {
  cursor: grabbing;
}
.stamp-category-page .stamps-container .stamp-container .label {
  margin: 0 1px;
}
.stamp-category-page .ui-sortable-disabled .move {
  display: none;
}
.category-swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid black;
}
#modalEditCategoriesOrientations .stamps-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
#modalEditCategoriesOrientations .stamps-container .stamp {
  margin: 5px;
}
#modalEditCategoriesOrientations .categories-container {
  display: flex;
  justify-content: space-around;
}
#modalEditCategoriesOrientations .categories-container .categories {
  margin: 5px;
}
.ddWebsiteMode {
  width: 100px;
  margin-bottom: 0;
}
#cp_divLargePurchasePersonal {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 8px 14px;
}
#cp_divLargePurchasePersonal > b {
  display: block;
  flex: 1 1 auto;
  text-align: center;
}
#cp_divLargePurchasePersonal > em {
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}
#cp_divLargePurchasePersonal > em > i {
  color: #ED4949;
  flex: 0 0 auto;
  font-size: 22px;
}
body {
  padding-top: 60px;
}
.inline {
  display: inline;
}
.margin-t-5 {
  margin-top: 5px;
}
.margin-r-5 {
  margin-right: 5px;
}
.margin-b-0 {
  margin-bottom: 0 !important;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-l-5 {
  margin-left: 5px;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-r-10 {
  margin-right: 10px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-l-20 {
  margin-left: 20px;
}
.no-wrap {
  white-space: nowrap;
}
.panel {
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel.panel-default {
  border: 1px solid #ddd;
  border-bottom-width: 2px;
}
.panel > .panel-body {
  padding: 15px;
}
.panel > .panel-footer {
  padding: 15px;
}
.panel > .panel-heading {
  background-color: #F5F5F5;
  border-bottom: 2px solid #ddd;
  border-radius: 3px 3px 0 0;
  color: #333;
  padding: 10px 15px;
}
.panel > .panel-heading > .panel-title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.pointer {
  cursor: pointer;
}
.red-medium-text {
  color: #CC0000;
}
.text-center {
  text-align: center!important;
}
.text-right {
  text-align: right!important;
}
.width-150 {
  width: 150px;
}
.width-500 {
  width: 500px;
}
.width-100p {
  width: 100%;
}
.width-auto {
  width: auto;
}
.accounts-review tr[data-status="40"] > td,
.accounts-review tr[data-priority="true"] > td {
  background-color: #FFD641 !important;
}
#alertbar {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  max-width: 600px;
  position: fixed;
  top: 90px;
  z-index: 15000;
}
.browser-logs {
  display: flex;
}
.browser-logs > .data {
  flex: 1 1 auto;
}
.browser-logs > .data table td {
  white-space: nowrap;
}
.browser-logs > .data table td.notes {
  white-space: normal;
}
.browser-logs > .data table td > em {
  display: block;
  padding: 15px;
  text-align: center;
}
.browser-logs > .data table > tfoot .loading {
  font-size: 18px;
  padding: 15px;
  text-align: center;
}
.browser-logs > .filters {
  flex: 0 0;
  padding: 85px 15px 15px 15px;
}
.browser-logs > .filters > label {
  white-space: nowrap;
}
.design-service-request .details {
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
  padding: 10px;
}
.design-service-request .details ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.design-service-request .details ol > li {
  margin-bottom: 10px;
}
.design-service-request .details ol > li ol,
.design-service-request .details ol > li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.design-service-request .details ol > li ol > li,
.design-service-request .details ol > li ul > li {
  display: inline-block;
}
.design-service-request .details ol > li ol > li:not(:last-child),
.design-service-request .details ol > li ul > li:not(:last-child) {
  margin-right: 4px;
}
.design-service-request .details ol > li ol > li:not(:last-child)::after,
.design-service-request .details ol > li ul > li:not(:last-child)::after {
  content: ",";
}
.design-service-request .details ol > li ol.colors > li > em,
.design-service-request .details ol > li ul.colors > li > em {
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin-right: 4px;
  vertical-align: middle;
  width: 26px;
}
.design-service-request .details ol > li ol.colors > li > span,
.design-service-request .details ol > li ul.colors > li > span {
  vertical-align: middle;
}
.design-service-request .details ol > li > span.input,
.design-service-request .details ol > li > span.textarea {
  background-color: #FEFEFE;
  border: 1px solid #CCCCCC;
  padding: 6px 10px;
}
.design-service-request .details ol > li > span.input.textarea,
.design-service-request .details ol > li > span.textarea.textarea {
  display: block;
  min-height: 50px;
}
.design-service-request .details ol > li > strong {
  display: block;
  margin-bottom: 4px;
}
.design_tags .sortHeader {
  cursor: pointer;
  white-space: nowrap;
}
.design_tags .tag {
  border: 1px solid #777;
  border-radius: 3px;
  color: #777777;
  float: left;
  margin: 2px;
  padding: 4px 4px 4px 32px;
  z-index: 1029;
}
.design_tags .tag > .drag-handle {
  background-color: #CCC;
  border: 1px solid #777;
  border-radius: 3px 0 0 3px;
  margin: -5px 0 0 -33px;
  padding: 4px 4px 4px 5px;
  position: absolute;
}
.design_tags .tag > .drag-handle > i.fa {
  cursor: move;
  padding-left: 0;
}
.design_tags .tag.keywordTag {
  background-color: lightpink;
}
.design_tags .tag.designTag {
  background-color: lightblue;
  cursor: pointer;
}
.design_tags .tag a {
  color: inherit;
  cursor: pointer;
}
.design_tags .tag i {
  cursor: pointer;
  padding-left: 5px;
}
.lining-preview {
  background-position: 40px 40px;
  background-size: 96px 50px;
  border: 1px solid #cccccc;
  display: inline-block;
  height: 40px;
  margin-right: 16px;
  width: 40px;
  vertical-align: top;
}
.marketing-images .add {
  border: 1px solid #999;
  display: inline-block;
  padding: 4px 6px;
  margin: 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.marketing-images .add > label {
  display: inline-block;
  margin-bottom: 0;
}
.marketing-images .add > label > input:focus {
  outline: none;
}
.marketing-images ol {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.marketing-images ol > li {
  display: inline-block;
  margin: 8px;
  position: relative;
}
.marketing-images ol > li > .actions {
  background-color: #FFF;
  border: 1px solid #999;
  border-radius: 12px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  display: none;
  padding: 2px 6px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.marketing-images ol > li > .actions > a {
  display: inline-block;
  font-size: 20px;
  padding: 4px;
}
.marketing-images ol > li > span.image {
  background-clip: content-box;
  background-color: #EEE;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #999;
  border-radius: 4px;
  display: block;
  height: 200px;
  width: 200px;
}
.marketing-images ol > li > span.name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}
.marketing-images ol > li:hover > .actions {
  display: block;
}
.marketing-images #modalPublicImageUrl input[type='text'] {
  width: 98%;
}
.navbar .brand {
  color: white;
}
.navbar .fa {
  font-size: 19px;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
}
.navbar .navbar-inner {
  background-image: none;
  background-color: #4AB37E;
}
.navbar .nav-alert {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  margin-left: 5px;
  vertical-align: middle;
  width: 22px;
}
.navbar .nav-alert > .fa {
  flex: 0 0 auto;
  font-size: 22px;
}
.navbar .nav-alert > .fa.red {
  color: #ED4949 !important;
}
.navbar .nav-alert > .fa.yellow {
  color: #FFD641 !important;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #4AB37E;
  text-decoration: none;
  background-color: #FFFFFF;
}
.navbar .nav > li > a {
  color: #FFFFFF;
  text-shadow: none;
}
.navbar .nav li .menuspan {
  float: none;
  display: none;
  margin-left: 5px;
}
.navbar .nav li:hover {
  border-bottom: solid 2px white;
}
.navbar .nav li:hover .menuspan,
.navbar .nav li.active .menuspan {
  display: inline-block;
}
.style-brightness-report em.color {
  border: 1px solid #999999;
  border-radius: 4px;
  display: inline-block;
  height: 18px;
  margin-left: 4px;
  vertical-align: bottom;
  width: 18px;
}
.style-brightness-report h1 {
  position: relative;
}
.style-brightness-report h1 > span {
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  right: 8px;
}
.style-brightness-report h1 > span > var {
  font-style: normal;
}
.style-brightness-report img.card-preview {
  margin: 10px 0;
  max-height: 150px;
  max-width: 150px;
}
.style-brightness-report button {
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  width: 140px;
}
.style-brightness-report button.light {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 14px;
}
.style-brightness-report button.regular {
  border: none;
  color: #FFFFFF;
  padding: 15px;
}
[data-picker][data-readonly] div.display div.result {
  margin-top: 0;
}
[data-picker][data-readonly] div.display div.result a {
  display: none;
}
[data-picker] div.display {
  margin: 0;
  padding: 0;
  width: 100%;
}
[data-picker] div.display div.result {
  background-color: #4ab37e;
  border: 1px solid #4ab37e;
  border-radius: 4px;
  color: #fff;
  margin-top: -4px;
  padding: 4px;
  width: calc(100% - 8px);
}
[data-picker] div.display div.result a {
  color: #fff;
  position: relative;
  top: -4px;
}
[data-picker] input[type='text'] {
  padding: 4px;
  width: calc(100% - 8px);
}
li.ui-menu-item.picker-search-result .ui-menu-item-wrapper strong,
li.ui-menu-item.picker-search-result .ui-menu-item-wrapper i {
  display: block;
}
li.ui-menu-item.picker-search-result .ui-menu-item-wrapper.ui-state-hover,
li.ui-menu-item.picker-search-result .ui-menu-item-wrapper .ui-state-active {
  background-color: #4ab37e;
  background-image: none;
  border: none;
  color: #fff;
}
div#spinner {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  left: 0;
  padding-top: 200px;
  position: fixed;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  top: 0;
  width: 100%;
  z-index: 99999;
}
div#spinner > .spinner {
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 64px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  padding: 16px 24px;
  text-align: center;
}
div#spinner > .spinner > i.fa {
  font-size: 24px;
  line-height: 24px;
}
.stamp-orientation-picker > .toggle {
  cursor: pointer;
  display: block;
  padding: 4px 8px;
  text-align: center;
}
.stamp-orientation-picker > .menu {
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.25) 3px 3px;
  display: none;
  margin: 0 8px;
  padding: 8px;
  position: absolute;
  text-align: left;
  z-index: 99999;
}
.stamp-orientation-picker > .menu > ul {
  list-style-type: none;
  margin: 8px;
  padding: 0;
}
.stamp-orientation-picker.show > .menu {
  display: block;
}
ul.horizontal-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 10px 0 10px 0;
}
ul.horizontal-list > li {
  margin-right: 10px;
}
.form-horizontal .controls {
  margin-left: 0;
}
.form-horizontal .control-label {
  padding-right: 10px;
  float: none;
}