/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
/* stylelint-disable */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* IE big X fix */
input[type=text]::-ms-clear { display: none; }
input[type=number]::-ms-clear { display: none; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
body .sortable-item {
  z-index: 1501;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
h1 { font-size: 3.0rem !important; line-height: 1.2; }
h2 { font-size: 2.4rem; line-height: 1.25; }
h3 { font-size: 2.0rem; line-height: 1.3; }
h4 { font-size: 1.6rem; line-height: 1.35; }
h5 { font-size: 1.2rem; line-height: 1.5; }
h6 { font-size: 1rem; line-height: 1.6; }
p {
  font-size: 14px;
  font-size: 0.875rem;   /* font-size declared twice as a fallback for rem units */
  line-height: 1.43;
  text-align: left;
  color: #212121;
  margin: 10px 0 30px;
}
label,
input {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;   /* font-size declared twice as a fallback for rem units */
  line-height: 1.43;
  text-align: left;
  color: #212121;
  padding-bottom: 10px;
}
a {
	cursor: pointer;
}
a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}
/* stylelint-enable */
/* Main
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html,
body {
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
#root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  min-height: 100%;
}
/* IE10+ specific style */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #root {
    max-width: 100%;
    height: 100%;
  }
}
#root > .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.app-body {
  flex: 1;
  position: relative;
}
.MuiDialogActions-root button {
  width: 200px;
}
.map .zoom button {
  background-color: #0097a7;
}
.map .zoom button:hover {
  background-color: #006A74;
}

@media all and (-ms-high-contrast: none) {
  main {
    overflow-y: scroll;
  }
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
}

.app > main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.custom-icon {
  margin-right: 12px;
}

[dir="rtl"] .custom-icon {
  margin-right: 0 !important;
  margin-left: 12px !important;
}

.material-icons {
  vertical-align: middle;
}

img {
  max-width: 60%;
  height: auto;
  width: auto;
  vertical-align: middle;
}

.not-found-container {
  background-color: #5262aa;
  text-align: center;
  line-height: 90vh;
}

.header {
  height: auto !important;
  padding: 0 37px 0 30px !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 0 4px 0 rgba(0, 0, 0, 0.12) !important;
  z-index: 1000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header .left-col,
.header .right-col {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.header img {
  max-height: 80px;
}

.header .btn-flat {
  margin: 17px 10px !important;
}

.header .btn-flat .ico {
  font-size: 18px !important;
  padding-bottom: 2px;
  margin-right: 5px !important;
}

.header .btn-flat div span:last-child {
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: capitalize !important;
}

.header nav {
  margin-left: 43px;
}

[dir="rtl"] .header nav {
  margin-left: inherit;
  margin-right: 43px;
}

.header nav > ul > li {
  color: #f1f1f1;
  font-weight: 500;
  display: inline-block;
}

.header nav > ul > li.active {
  color: #0097a7;
}

.header nav > ul > li::after {
  content: "";
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.header nav > ul > li:last-child::after {
  border: none;
}

.header nav > ul > li > button {
  border: 0;
  background: none;
  color: inherit;
}

.header nav > ul > li > button:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}

section.splashscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: fixed;
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 99999;
  background: rgb(47, 64, 80);
  color: #fff;
}

section.splashscreen .logo {
  max-width: 320px;
  max-height: 120px;
}

.dashboard-content {
  padding: 0 1rem;
  padding-top: 0.5rem;
}

.dashboard-content .pagination {
  text-align: center;
  justify-content: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px !important;
}

.dashboard-content .loading {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.dashboard-content .page-limit {
  display: grid !important;
}

.dashboard-row-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

[dir="rtl"] .dashboard-name {
  text-align: right !important;
}

.discuss-list {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 25px 0;
}

.discuss-list > div:last-child {
  padding: 0 20px;
}

/* title (header) */

.discuss-list .header {
  background: #7f7f7f;
  padding: 20px 0 20px 30px !important;
  box-shadow: none !important;
}

[dir="rtl"] .discuss-list .header {
  padding: 20px 30px 20px 0 !important;
}

.discuss-list .link-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline-color: transparent;
}

.discuss-list .link-btn:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.discuss-list .header h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 !important;
}

/* general table style */

.discuss-list table thead,
.discuss-list table tbody {
  background-color: #fff;
}

.discuss-list table th,
.discuss-list table td {
  color: #212121 !important;
}

.discuss-list table th:not(:first-child),
.discuss-list table td:not(:first-child) {
  text-align: center !important;
}

/* thead */

.discuss-list table thead tr {
  height: auto !important;
}

.discuss-list thead .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.discuss-list thead th:first-child .header-row {
  justify-content: flex-start;
}

.discuss-list .sort-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}

.discuss-list .sort-icon {
  font-size: 15px !important;
  cursor: pointer !important;
}

.discuss-list table tbody tr:hover {
  background: rgba(0, 151, 167, 0.5);
  color: #fff !important;
}

img {
  max-width: 60%;
  height: auto;
  width: auto;
  vertical-align: middle;
}

.discuss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.discuss .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 1rem;
}

.discuss .loading {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.discuss .nav {
  padding-top: 0.3rem;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -2vh;
  height: 100vh;
  width: 105%;
  background-color: #5262aa;
}

.not-found-img {
  height: 85vh;
  width: 110vh;
}

main.layers {
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  padding-bottom: 1.5rem;
}

main.layers .sidebar {
  flex: 0 1 25%;
  align-self: auto;
  padding-left: 1px;
}

main.layers .sidebar .button {
  margin-bottom: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
}

main.layers .sidebar .button button {
  margin-bottom: 0.5rem;
  text-align: right !important;
}

/* button layout */

main.layers .sidebar .button button > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main.layers .sidebar .button button > div > div > span.icon-ico-add::before {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

main.layers .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-self: auto;
  margin: 0 1.5rem;
}

/* middle column top btns - temporarily hidden, untill their functionality is added */

main.layers .panel .buttons {
  height: 3.8rem;
  text-align: right;
  visibility: hidden;
}

/* Fake (pseudo) element, that enables vertical-align */

main.layers .panel .buttons::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

main.layers .panel .buttons > * {
  vertical-align: middle;
}

main.layers .panel .list {
  position: relative;
  flex-grow: 1;
  border: 1px dashed #b6b6b6;
}

main.layers .panel .list .scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 1.5rem;
}

main.layers .panel .list .scrollable > div {
  width: 100%;
}

main.layers .preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 25%;
  align-self: auto;
  flex-direction: column;
}

main.layers .preview .map {
  position: relative;
  flex-grow: 1;
}

main.layers .preview .map .target {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.target {
  position: relative;
  width: 100%;
}

.zoom {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 2;
}

.zoom button {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  color: #fff;
  /* background-color: #4285f4 !important; */
  display: block;
  border-width: 0;
  height: 30px;
  width: 30px;
  margin: 5px;
}

.zoom button:hover {
  cursor: pointer;
  /* background-color: #4078dd !important; */
}

/* ++ Main element -- */

.layerswitcher {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  transition: background 0.5s ease-in-out;
  z-index: 1;
}

.layerswitcher .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.layerswitcher.active .overlay {
  position: absolute;
}

.layerswitcher > .container {
  position: absolute;
  top: 1.5vw;
  right: calc(2 * 1.5vw + 56px);
  max-height: 250px;
  max-width: 200px;
  padding: 12px 16px;
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
  font-size: 12px;
  overflow-x: hidden;
}

/* ++ Main element ++ */

/* ++ Lists ++ */

.layerswitcher ul {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.layerswitcher .item {
  margin: 5px 0;
}

.layerswitcher .item > div > div {
  margin-right: 4px !important;
}

.layerswitcher .item svg {
  fill: #4285f4 !important;
}

.layerswitcher .item label {
  font-size: 12px !important;
  padding-bottom: 0 !important;
  white-space: nowrap;
}

/* -- Lists -- */

/* ++ Icon button ++ */

.layerswitcher > .material-icons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  top: 1.5vw;
  right: 1.5vw;
  width: 56px;
  height: 56px;
  background-color: #4285f4;
  cursor: pointer;
  color: #fff !important;
  font-size: 24px !important;
  font-size: 1.5rem !important; /* font-size declared twice as a fallback for rem units */
  font-weight: normal;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.24), 0 0 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.layerswitcher > .material-icons::after {
  content: '';
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.layerswitcher > .material-icons:hover::after {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: rgba(0, 0, 0, 0.0784314);
}

@media screen and (max-width: 1366px) {
  .layerswitcher > .container {
    right: calc(2 * 1.5vw + 4vw);
  }
  .layerswitcher > .material-icons {
    width: 4vw;
    height: 4vw;
    font-size: 2vw;
  }
  .layerswitcher > .material-icons::after {
    width: 4vw;
    height: 4vw;
  }
}

.zoom-level {
  margin-right: 20px;
}

.layer_dialog_invalid_key {
  font-size: 12px;
  line-height: 12px;
  color: rgb(244, 67, 54);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.file-loader {
  padding: 15px 0;
}

.file-loader .error {
  font-size: 12px;
  margin-bottom: 8px;
  color: rgb(244, 67, 54);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.sortable-item.empty {
  font-size: 11px;
  color: #9b9b9b;
  font-style: italic;
}

.sortable-item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  margin: 15px 0;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}

.sortable-item .container--wrapped {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.sortable-item .handle,
.sortable-item .name,
.sortable-item .visibility,
.sortable-item .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  align-content: center;
  align-items: center;
}

.sortable-item .handle {
  height: 100% !important;
  padding: 0 0.25rem;
  background: #f0f0f0;
  cursor: -webkit-grab;
  cursor: grab;
}

body > .sortable-item,
body > .sortable-item .handle {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.sortable-item .handle span {
  font-size: 14px !important;
  color: #b6b6b6 !important;
}

.sortable-item .name {
  flex-grow: 1;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem 1rem;
  flex-direction: column;
}

.sortable-item .name h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.sortable-item .name h6 {
  font-size: 11px;
  font-weight: 400;
  margin: 0;
}

.sortable-item .visibility label,
.sortable-item .visibility input {
  padding: 0;
}

.sortable-item .actions button,
.sortable-item .actions span {
  min-width: 0 !important;
}

.sortable-item .actions button {
  padding: 0 0.5rem !important;
}

@media all and (-ms-high-contrast: none) {
  .sortable-item .actions button {
    overflow: visible !important;
  }
}

.map-configuration-ctr {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.map-configuration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  padding-bottom: 1rem;
}

.map-configuration-ctr .cancel-btn {
  padding-right: 1rem;
  margin-top: 1rem;
}

.map-configuration > section.sidebar {
  position: relative;
  width: 30%;
  margin-right: 1rem;
}

.map-configuration > section.sidebar .btn {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.map-configuration > section.sidebar .result-not-found {
  position: absolute;
  color: rgb(244, 67, 54);
  font-size: 12px;
  margin-top: -4px;
}

.map-configuration > section.sidebar .save-edit-btn > div {
  margin-bottom: 1rem;
}

.map-configuration > section.sidebar .btn > button > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-configuration > section.sidebar .action-btn > button > div div {
  justify-content: center;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.map-configuration > section.sidebar article {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map-configuration > section.sidebar article .slider {
  padding-left: 8px;
}

.map-configuration > section.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.map-configuration > section.map .map {
  flex-grow: 1;
  position: relative;
}

.map-configuration > section.map .map .target {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

[dir='rtl'] .map-configuration > section.sidebar {
  margin-left: 1rem;
}

.color-picker-component {
  position: relative;
}

.color-picker-component > div {
  padding: 0 0 20px;
}

.color-picker-component .swatch {
  padding: 5px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border: 1px solid black;
}

.color-picker-component .color {
  width: 36px;
  height: 14px;
  border-radius: 2px;
}

.color-picker-component .popover {
  position: absolute;
  z-index: 2;
  top: -110px;
  left: 100px;
}

.color-picker-component .cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.color-picker-component .sketch-picker {
  z-index: 99999;
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.map .target {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map .zoom {
  position: absolute;
  top: 20px;
  left: 20px;
}

.map .zoom button {
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-size: 0.875rem; /* font-size declared twice as a fallback for rem units */
  color: #fff;
  border: 0;
  border-radius: 2px;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  display: block;
  cursor: pointer;
}

.field.range > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: row;
  margin: 16px auto 0;
}

.field.range > .container > .slider {
  flex: 1;
}

.field.range > .container .value {
  flex: 0;
  margin-top: -17px;
  padding: 15px 8px 15px 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.field.range .slider > div > div {
  margin: 16px 0 8px !important;
}

.field.range > .container .value div {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  padding: 5px;
  border-radius: 50px;
  line-height: 24px;
  white-space: nowrap;
}

.questions .btn-ico-before {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.questions .btn-ico-before > button > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* flex layout for the disabled button ( m-ui changes structure of the component with the 'disabled' property ) */

.questions .btn-ico-before > button:disabled > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.questions .btn-ico-before .ico {
  font-size: 16px !important;
  padding: 12px 6px 15px 10px;
  margin: 0 !important;
}

.questions .btn-ico-before .slider {
  font-size: 6px !important;
  padding: 12px 6px 13px 10px;
  margin: 0 !important;
}

.questions .btn-ico-before .eye {
  font-size: 14px !important;
  padding: 12px 6px 13px 10px;
  margin: 0 !important;
}

.questions > .sidebar .btn_input {
  margin: -15px 0 20px;
}

@media all and (-ms-high-contrast: none) {
  .questions > .sidebar article {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.questions > .sidebar .card {
  background-color: #fff !important;
  box-shadow: none !important;
}

.questions > .sidebar .card .header {
  padding: 0 0 10px 10px !important;
  box-shadow: none !important;
  margin-left: -8px;
}

.questions > .sidebar .card .header > div > span:first-child {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.4;
  color: #212121;
  margin-left: -2px;
}

.questions > .sidebar .card .header button {
  padding-right: 0 !important;
}

.questions .sidebar .card .btn-ico-before {
  margin-bottom: 10px;
}

/* right hand side section--------------------------------------------------------------------------- */

.questions > .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-self: auto;
}

/* right hand side section top buttons --------------------------------------- */

.questions > .panel > .btns > .btn-ico-before {
  margin-left: 10px;
}

.questions > .panel > .btns > .divider {
  height: 40px;
  border-left: solid 1px #797979;
  margin: 0 5px -12px 15px;
  display: inline-block;
}

/* buttons are temporarily hidden, untill their functionality is added */

.questions > .panel > .btns {
  display: none;
}

/* list of elements: empty OR drawbuttons and questions ------------------------------- */

.questions > .panel > article.list {
  border: 1px dashed #b6b6b6;
  position: relative;
  overflow-y: auto;
  flex-grow: 1;
}

/* empty list with a heading and a button ------------------------- */

.questions > .panel > article.list > div.empty {
  height: auto;
  height: initial;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.questions > .panel > article.list > div.empty > h6 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #9b9b9b;
}

.questions > .panel > article.list > div.empty > .new-page {
  border-width: 1px !important;
  border-style: solid !important;
}

.questions > .panel > article.list > div.empty > .new-page > button > div > div {
  padding: 0 15px !important;
}

/* drop area bottom padding for the drawbutton and for the question element */

.questions > .panel > article.list .drawbutton-body > .sortable {
  padding-bottom: 50px;
}

.questions > .panel > article.list > div > div.tab-content > div > div.page > div.sortable {
  padding-bottom: 50px;
}

#drag-element {
  z-index: 10000;
  position: absolute;
  pointer-events: none;
  width: 26vw;
}

#drag-element .btn-ico-before {
  width: 26vw;
}

.page-card {
  border: 1px solid #bdbaba;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}

.page-card.active {
  background: #fff;
}

.page-card .page-content {
  margin-top: 10px !important;
  position: relative;
}

.page-card.active.drop-area .page-content {
  background-color: #fff;
}

.page-header {
  padding: 0 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#fff)) !important;
  background: linear-gradient(to right, #f0f0f0 0%, #fff 100%) !important;
}

.page-title {
  margin-left: 10px;
  align-self: center;
}

.add-page {
  margin-bottom: 20px;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
}

.drop-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: -60px 15px 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: white;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
  background-color: grey;
  height: 30px;
}

.color-picker {
  margin-top: 5px;
  position: relative;
}

.color-picker > div {
  padding: 0 0 20px;
}

.sortable-item .actions .color-picker div {
  padding: 0;
}

.color-picker > h6 {
  display: none;
}

.color-picker .swatch {
  padding: 5px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border: 1px solid black;
}

.color-picker .color {
  width: 36px;
  height: 14px;
}

.color-picker .popover {
  position: absolute;
  z-index: 9999;
  top: -160px;
  left: -250px;
}

.color-picker .cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.color-picker .sketch-picker {
  z-index: 99999;
}

.advanced > div > button {
  padding-right: 0 !important;
}

.sortable {
  width: 100%;
}

.questions .sortable {
  padding-bottom: 60px;
}

.sortable ul {
  padding: 1px 15px;
  background: white;
}

.sortable.active ul {
  padding: 1px 15px;
  background: #fff;
}

.sortable-item.empty {
  font-size: 11px;
  color: #9b9b9b;
  font-style: italic;
}

.sortable-item .dropped-item {
  background: rgb(250,250,250);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  border: 1px solid #bdbaba;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}

.sortable-item .handle,
.sortable-item .text-field,
.sortable-item .name,
.sortable-item .visibility,
.sortable-item .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  align-content: center;
  align-items: center;
}

.sortable-item .handle {
  padding: 0 0.25rem;
  background: rgb(250,250,250);
  cursor: -webkit-grab;
  cursor: grab;
}

body > .sortable-item,
body > .sortable-item .handle {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.sortable-item .handle span {
  font-size: 14px !important;
  color: #b6b6b6 !important;
}

.sortable-item .text-field {
  flex: 1;
  flex-grow: 1;
  min-width: 140px;
}

.sortable-item .name {
  flex-grow: 1;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem 1rem;
  flex-direction: column;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sortable-item .name h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  max-width: 40vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sortable-item .name div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sortable-item .actions button,
.sortable-item .actions span {
  min-width: 0 !important;
}

.sortable-item .name div span {
  font-size: 14px !important;
  padding-right: 8px;
}

.sortable-item .name div span.icon-ico-wizzard-new_range {
  font-size: 6px !important;
}

.sortable-item .name div h6 {
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  align-self: center;
}

.sortable-item .visibility label,
.sortable-item .visibility input {
  padding: 0;
}

.sortable-item .actions button {
  padding: 0 0.5rem !important;
}

.sortable-item.active {
  background: grey;
  padding-top: 40px;
  background-image: linear-gradient(to bottom, grey 50px);
}

.drawbutton-body .sortable ul {
  padding-top: 10px !important;
}

@media all and (-ms-high-contrast: none) {
  .sortable-item .actions button {
    overflow: visible !important;
  }
}

.empty-sortable-container-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: auto;
  height: initial;
  width: 100%;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  padding-bottom: 10px;
}

.container.dropped-item .sortable-content {
  width: 100%;
}

.container.dropped-item .drawbutton-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #f0f0f0;
}

.handle {
  height: 100%;
}

.sortable-item.active {
  text-align: center;
  margin-top: -11px;
  padding-top: 20px;
  color: white;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.sortable-item.active div {
  color: black;
  font-size: medium;
  font-size: initial;
  letter-spacing: normal;
  letter-spacing: initial;
  text-transform: none;
  text-transform: initial;
  font-weight: normal;
  font-weight: initial;
}

.container.dropped-item .title-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 21px;
  border-bottom: solid 1px #f0f0f0;
}

.sortable-item.title {
  margin: 0 15px;
}

/* ==========================================================================
   typography
   ========================================================================== */

.summary section > h2 {
  background-color: #0097a7;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  margin: -2px;
  letter-spacing: 1px;
  font-weight: 500;
}

/* ==========================================================================
   general style
   ========================================================================== */

.summary {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

/* container which allows layout with inner scroll */

.summary > .ctr {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: initial;
}

/* permissions, section, privacy-policy */

.summary .permissions,
.summary .section,
.summary .privacy-policy {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
  border-image-slice: 1;
  margin-right: 3px;
  margin-bottom: 25px;
  margin-left: 3px;
  box-sizing: border-box;
}

/* text editor */

.summary .rdw-editor-wrapper {
  min-height: 200px;
  border-radius: 2px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
  border-style: 1px solid #000;
  margin-bottom: 27px;
  padding-bottom: 50px;
}

/* text editor toolbar */

.summary .rdw-editor-wrapper > .rdw-editor-toolbar {
  padding: 6px 0 0;
}

.rdw-editor-main {
  padding: 0 20px;
}

/* ==========================================================================
   landing page section
   ========================================================================== */

.summary .permissions > .ctr {
  padding: 25px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* radio button group ctr */

.summary .permissions > .ctr > div {
  flex-basis: 50%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #summary-wp {
    height: 100%;
    min-height: 50vh;
  }
}

/*
   radio buttons
   ========================================================================== */

/**
 * in order to build layout according to the project while still using the material-ui components, it was necessary to
   build a layout consisting of two horizontal rows ( radio buttons on top '.radio-group', and their labels/content
   below '.radio-labels' ), with three sections each ( for three options represented by three radiobuttons )
*/

/* radio button group + its content ctr */

.summary .permissions > .ctr > div > .radio-group,
.summary .permissions > .ctr > div > .radio-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* radio button svg icon */

.summary .permissions > .ctr > div > .radio-group > div > div > div {
  margin: 0 0 15px 50% !important;
  transform: translateX(-50%);
}

.summary .permissions > .ctr > div > .radio-labels > .pic-and-txt,
.summary .permissions > .ctr > div > .radio-labels > .txt-only {
  max-width: 100%;
  border: solid 1px #979797;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.summary .permissions > .ctr > div > .radio-labels > .pic-and-txt .picture {
  background-color: #fafafa;
  padding: 32px 0;
}

.summary .permissions > .ctr > div > .radio-labels > .pic-and-txt .text {
  background-color: #afaaaa;
  padding: 32px 0;
  border: solid 1px #979797;
}

.summary .permissions > .ctr > div > .radio-labels > .txt-only {
  max-width: 100%;
  background-color: #fafafa;
  padding: 23px 0;
  border: solid 1px #979797;
}

.summary .permissions > .ctr > div > .radio-labels > .txt-only .text {
  background-color: #afaaaa;
  padding: 49px 0;
  border: solid 1px #979797;
  margin: 0 30px;
}

/*
   text editor
   ========================================================================== */

/* text editor ctr */

.summary .permissions > .ctr > .editor-ctr {
  flex-basis: 50%;
  padding: 40px 0 0 40px;
}

/* ==========================================================================
   last page section
   ========================================================================== */

/* last page ctr */

.summary .section > .ctr {
  padding: 20px;
}

/* radio-group statuses-list ctr */

.summary .section > .ctr > .statuses-list {
  padding: 1rem 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  margin-top: 2rem;
}

.summary .section > .ctr > .statuses-list > .statuses-list-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 1rem;
}

.summary .section > .ctr > .statuses-list > .statuses-list-row .text-field,
.summary .section > .ctr > .statuses-list > .statuses-list-row .actions {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  align-content: center;
  align-items: center;
}

.summary .section > .ctr > .statuses-list > .statuses-list-row .text-field {
  flex: 1;
}

.summary .section > .ctr > .statuses-list > .statuses-list-row .actions {
  padding-top: 1rem;
  padding-left: 0;
}

.summary .section > .ctr > .statuses-list > .statuses-list-row .actions > .color-picker-component {
  margin-top: 5px;
}

.summary .section > .ctr > .statuses-list > .statuses-list-row .actions > .color-picker-component > div {
  padding: 0;
}

.summary .section > .ctr > .statuses-list > .statuses-list-row .actions > .color-picker-component .popover {
  position: absolute;
  top: -120px;
  left: -300px;
}

.deleteIcon {
  align-self: center;
}

.error {
  font-size: 12px;
  color: rgb(244, 67, 54);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

#summary-statuses > div > div.error {
  padding: 10px 0 0;
  margin: 0;
}

.additional-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

/* ==========================================================================
   privacy policyt section
   ==========================================================================
*/

#summary-privacy-policy .ctr {
  padding: 15px;
  width: 50%;
}

.hint-text {
  padding-left: 32px;
  display: block;
  font-size: 11px;
  margin: 0 0 0 8px;
  color: #727272;
  margin-top: -10px;
  margin-bottom: 10px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15) !important;
  justify-content: space-between;
}

/* nav btns ctr */

.footer > .right-col {
  text-align: right;
}

.footer > .left-col {
  text-align: left;
}

.footer > .right-col > .btn-next {
  margin-left: 5px;
  margin-right: 5px;
  width: 142px;
  vertical-align: bottom;
}

.footer > .right-col > .btn-prev {
  width: 167px;
}

.footer > .left-col > .btn-cancel {
  width: 140px;
}

/* nav btn: prev */

.footer > .right-col > a:first-child {
  margin-right: 15px;
}

/* nav btns: prev/next */

.footer > .right-col > a > div {
  min-width: 350px !important;
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.nav li {
  background-color: #f0f0f0;
  padding: 0 !important;
  margin: 0 !important;
  flex-grow: 1;
  position: relative;
  flex-basis: 1;
  cursor: pointer;
}

.nav li > div {
  padding: 11px 0 7px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #727272;
}

.nav li:first-child {
  padding-left: 10px;
}

.nav li > div::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 33px 33px;
  border-color: transparent transparent transparent #f0f0f0;
  filter: drop-shadow(3px 1px 1px grey);
  z-index: 1000;
  content: '';
  position: absolute;
  top: -1px;
  right: -32px;
}

.nav li > div > div {
  margin-top: -4px;
}

[dir='rtl'] .nav li > div {
  padding-right: 42px;
  padding-left: 0;
}

.nav h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.29;
  margin: 0;
}

[dir='rtl'] .nav h2 {
  margin-left: 10px;
}

.nav h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 8px;
}

.nav h6 {
  font-size: 11px;
  line-height: 1.29;
  margin: 0 0 0 8px;
}

.nav li:hover,
.nav li:active {
  background-color: rgb(250, 250, 250);
}

.nav li > div:hover::after {
  border-color: transparent transparent transparent rgb(250, 250, 250);
}

.nav li > div.disabled {
  color: #ebebe4;
  cursor: default;
}

.nav li > div.disabled:hover {
  background-color: #f0f0f0;
}

.nav li > div.disabled:hover::after {
  border-color: transparent transparent transparent #f0f0f0;
}

.nav li > div.active::after {
  border-color: transparent transparent transparent rgb(250, 250, 250);
}

@media screen and (max-width: 1100px) {
  .nav ul {
    margin-right: 33px;
  }

  .nav li {
    min-width: 220px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    border: 1px solid rgb(250, 250, 250);
    flex-basis: 1;
  }

  .nav li:first-child {
    padding-left: 42px;
  }
}

