body {
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}

body.panel-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}

.main-wrapper {
  flex: 1;
}

.site-content {
  padding-top: 0em;
}

div {
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
}

.container, .container-resp {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.col1, .col1-2, .col1-3, .col1-4, .col2-3, .col3-4, .col1-5, .col2-5, .col3-5, .col4-5, .col1-6, .col5-6, .col1-12, .col5-12, .col7-12, .col11-12 {
  box-sizing: border-box;
  margin-left: 1%;
  padding-left: 1%;
}

.col1 {
  width: 98%;
}

.col1-2 {
  width: 48%;
}

.col1-3 {
  width: 31.333%;
}

.col1-4 {
  width: 23%;
}

.col1-5 {
  width: 18%;
}

.col1-6 {
  width: 14.666%;
}

.col2-3 {
  width: 64.666%;
}

.col3-4 {
  width: 73%;
}

.col2-5 {
  width: 38%;
}

.col3-5 {
  width: 58%;
}

.col4-5 {
  width: 78%;
}

.col5-6 {
  width: 81.333%;
}

@media (max-width: 980px) {
  .container-resp .col1-3, .container-resp .col1-4, .container-resp .col1-5, .container-resp .col2-5, .container-resp .col1-6, .container-resp .col2-3, .container-resp .col3-4, .container-resp .col3-5, .container-resp .col4-5, .container-resp .col5-6, .container-resp .col1-12, .container-resp .col5-12 {
    width: 48%;
  }
}
@media (max-width: 580px) {
  .container-resp .col1-2, .container-resp .col1-3, .container-resp .col1-4, .container-resp .col2-3, .container-resp .col3-4, .container-resp .col1-5, .container-resp .col2-5, .container-resp .col3-5, .container-resp .col4-5, .container-resp .col1-6, .container-resp .col5-6, .container-resp .col7-12, .container-resp .col11-12 {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .none-sm {
    display: none;
  }
}

@media (max-width: 980px) {
  .none-md {
    display: none;
  }
}

.none {
  display: none !important;
}

.clear:after, .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

body {
  padding-top: 90px;
  background: #fafafa;
}
@media (max-width: 1220px) {
  body {
    padding-top: 105px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  font-family: "Roboto", sans-serif;
}
.header .top-header {
  background: #e5f0f6;
  height: 80px;
  border-bottom: 2px solid #b5d0df;
  padding: 0;
}
.header .top-header .wrapper > div {
  display: inline-block;
  vertical-align: top;
  height: 80px;
}
.header .top-header .wrapper .logo {
  float: left;
  border-left: 1px solid #b5d0df;
  border-right: 1px solid #b5d0df;
  padding: 1px 1em;
  display: flex;
}
.header .top-header .wrapper .logo img {
  width: 175px;
}
.header .top-header .wrapper .logo img.emblemat {
  display: none;
}
.header .top-header .main-menu {
  float: left;
}
.header .top-header .main-menu > a {
  border-right: 1px solid #b5d0df;
  color: #f3f0f0;
  height: 80px;
  text-align: center;
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 0.85em;
  transition: all 0.25s ease;
  cursor: pointer;
  float: left;
  box-sizing: border-box;
  min-width: 140px;
}
.header .top-header .main-menu > a i {
  font-size: 1.7em;
  margin: 0.6em auto;
  display: block;
  transition: all 0.25s ease;
}
.header .top-header .main-menu > a:hover {
  color: #fff;
  background: #2fb4e9;
}
.header .top-header .main-menu > a:hover > i {
  color: #fff;
}
.header .top-header .main-menu > a.active {
  background: #2fb4e9;
  border-bottom: 2px solid #b5d0df;
  color: #fff;
}
.header .top-header .main-menu > a.active i {
  color: #2fb688;
}
.header .top-header .user-panel {
  float: right;
  border-left: 1px solid #b5d0df;
  border-right: 1px solid #b5d0df;
  padding: 0 50px 0 110px;
  position: relative;
  color: #f3f0f0;
}
.header .top-header .user-panel .user-avatar {
  height: 60px;
  width: 90px;
  margin-top: 10px;
  border: 1px solid #b5d0df;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  margin-right: 0.3em;
  position: absolute;
  left: 0.5em;
}
.header .top-header .user-panel .user-avatar img {
  max-height: 100%;
}
.header .top-header .user-panel .user-info {
  height: 100%;
  display: flex;
  align-items: center;
  width: 180px;
  justify-content: center;
  color: #2fb4e9;
}
.header .top-header .user-panel .user-info h4, .header .top-header .user-panel .user-info h5 {
  text-overflow: ellipsis;
  overflow: hidden;
}
.header .top-header .user-panel .user-info h5 {
  font-weight: normal;
  text-transform: uppercase;
}
.header .top-header .user-panel .user-menu-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  border-left: 1px solid #b5d0df;
  border-bottom: 1px solid #b5d0df;
  box-sizing: border-box;
  line-height: 80px;
  font-size: 1.5em;
  padding: 0 0.4em;
  transition: all 0.25s ease;
  color: #2fb4e9;
}
.header .top-header .user-panel .user-menu-btn:hover {
  background: #2fb4e9;
  color: #fff;
}
.header .top-header .user-panel .user-menu-btn.active {
  background: #2fb4e9;
  color: #2fb688;
}
.header .top-header .user-panel .user-panel-submenu {
  display: none;
  position: absolute;
  right: 0;
  top: 80px;
  width: 300px;
  background: #2fb4e9;
  border-top: 1px solid #b5d0df;
  color: #fff;
}
.header .top-header .user-panel .user-panel-submenu > a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  line-height: 3em;
  font-size: 0.9em;
  padding: 0 10px;
  border-bottom: 2px solid #2fb4e9;
  display: block;
  transition: all 0.25s ease;
}
.header .top-header .user-panel .user-panel-submenu > a:hover, .header .top-header .user-panel .user-panel-submenu > a.active {
  background: #2fb4e9;
}
@media (max-width: 1220px) {
  .header {
    position: absolute;
  }
  .header .top-header {
    height: auto;
  }
  .header .top-header .wrapper {
    padding: 0;
    position: relative;
  }
  .header .top-header .wrapper > div {
    display: block;
    height: auto;
  }
  .header .top-header .wrapper .logo {
    float: none;
    height: 80px;
  }
}
@media (max-width: 1220px) and (max-width: 600px) {
  .header .top-header .wrapper .logo img {
    width: 150px;
    padding-top: 15px;
  }
}
@media (max-width: 1220px) and (max-width: 400px) {
  .header .top-header .wrapper .logo {
    content: "../img/emblemat-dark.svg";
  }
  .header .top-header .wrapper .logo img {
    display: none;
  }
  .header .top-header .wrapper .logo img.emblemat {
    display: block;
    width: 60px;
    padding-top: 10px;
  }
}
@media (max-width: 1220px) {
  .header .top-header .wrapper .main-menu {
    float: none;
    border-top: 2px solid #b5d0df;
    display: flex;
    justify-content: stretch;
  }
  .header .top-header .wrapper .main-menu > a {
    width: 100%;
    float: none;
    min-width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.7em;
    height: 65px;
  }
}
@media (max-width: 1220px) {
  .header .top-header .wrapper .user-panel {
    position: absolute;
    float: none;
    right: 0;
    top: 0;
    height: 80px;
  }
}
@media (max-width: 1220px) and (max-width: 600px) {
  .header .top-header .wrapper .user-panel {
    padding-left: 20px;
    font-size: 0.9em;
    padding-top: 15px;
  }
  .header .top-header .wrapper .user-panel .user-avatar {
    display: none;
  }
  .header .top-header .wrapper .user-panel h4, .header .top-header .wrapper .user-panel h5 {
    width: 150px;
  }
}

.sub-header {
  background: #2fb688;
  border-bottom: 1px solid #1e976d;
}
@media (max-width: 1024px) {
  .sub-header .wrapper {
    padding: 0;
  }
}

.sub-menu {
  display: flex;
  flex-wrap: wrap;
}
.sub-menu > a {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.85em;
  line-height: 40px;
  height: 40px;
  text-shadow: 0px 1px 1px rgba(21, 104, 74, 0.8);
  display: block;
  box-sizing: border-box;
  padding: 0 1em;
  border-bottom: 1px solid #1e976d;
  border-right: 1px solid #1e976d;
  cursor: pointer;
  transition: all 0.25s ease;
}
.sub-menu > a:first-child {
  border-left: 1px solid #1e976d;
}
.sub-menu > a:hover {
  background: #28ab7e;
}
.sub-menu > a.active {
  background: #28ab7e;
  font-weight: 600;
}
@media (max-width: 800px) {
  .sub-menu > a {
    width: 50%;
  }
}
@media (max-width: 350px) {
  .sub-menu > a {
    width: 100%;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1090;
  background: #032a48;
  opacity: 0.9;
  display: none;
  text-align: center;
}
.loader > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loaderr {
  font-size: 15vw;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #263238;
  box-sizing: border-box;
  text-shadow: 0 0 2px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  margin-top: 18%;
  margin-bottom: 18%;
}

.loaderr::after {
  content: "CityFit";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  animation: animloader 1s linear infinite;
}

@keyframes animloader {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.footer {
  text-align: center;
  margin-top: 1.5em;
}
.footer .top-footer {
  padding: 1em;
  background: #e5f0f6;
}
.footer .top-footer img {
  max-width: 150px;
}
.footer .bottom-footer {
  padding: 1em;
  color: rgb(89, 98, 103);
  font-size: 0.7em;
  text-transform: uppercase;
  background: #2fb4e9;
}

.rectangle {
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border: 1px solid #9c979c;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  -moz-box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  width: 370px;
  height: 240px;
  float: left;
  margin: 10px;
}

.recLabel {
  width: 100%;
  display: block;
  height: 10%;
  border-bottom: rgb(219, 219, 219) solid 1px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: rgb(89, 98, 103);
  line-height: 0;
}

.rec_buttons {
  padding: 10px;
  width: 370px;
  height: 240px;
  float: left;
  display: flex;
  align-content: stretch;
  align-items: center;
  margin: 10px;
}

.noData {
  display: none;
}

.noDataPic {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  padding: 1px;
  font-size: 24px;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.8);
  color: deepskyblue;
}

.spanSemiRed {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: rgb(246, 105, 101);
}

.spanSemiGreen {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: rgb(128, 195, 99);
}

.external-page {
  background: url("/resources/img/bg.jpg") center center no-repeat #e5f0f6;
  background-size: cover;
  padding-top: 30px;
  text-align: center;
  min-height: 100vh;
}

.login-form {
  background: #fff;
  padding: 1.5em;
  max-width: 500px;
  margin: 2em auto;
  border: 1px solid #b5d0df;
  border-radius: 0.3em;
  text-align: center;
}
.login-form img {
  width: 150px;
}
.login-form input {
  text-align: center;
}
.login-form .form-submit {
  text-align: center;
}
.login-form p:last-child, .login-form .form-submit:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  outline: none !important;
  background: inherit;
  padding: 0;
  border: none;
}

.btn {
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid;
  border-radius: 0.4em;
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn > i {
  display: inline-block;
  margin: -0.7em 1em -0.7em -1.5em;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-right: 1em;
  padding-left: 1em;
  border-right: 1px solid;
  transition: all 0.25s ease;
}
.btn > i:before {
  display: inline-block;
  transition: all 0.25s ease;
}
.btn:hover > i:before {
  transform: scale(1.15);
}
.btn.btn-small {
  font-size: 0.65em;
}
.btn.btn-small:hover > i:before {
  transform: none;
}
.btn.btn-big {
  font-size: 1em;
}
.btn.btn-icon > i {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-right: none;
}
.btn.btn-primary {
  background: rgb(89, 98, 103);
  border-color: rgb(89, 98, 103);
}
.btn.btn-primary > i {
  background: rgb(89, 98, 103);
  border-color: #b5d0df;
}
.btn.btn-primary:hover {
  background: rgb(89, 98, 103);
}
.btn.btn-secondary {
  background: #2fb4e9;
  border-color: #b5d0df;
}
.btn.btn-secondary > i {
  background: #2fb4e9;
  border-color: #b5d0df;
}
.btn.btn-secondary:hover, .btn.btn-secondary.active {
  background: #2f87e9;
}
.btn.btn-ternary {
  background: #f7d14d;
  border-color: #e5b612;
}
.btn.btn-ternary > i {
  background: #f2c838;
  border-color: #e5b612;
}
.btn.btn-ternary:hover, .btn.btn-ternary.active {
  background: #f2c838;
}
.btn.btn-quadrary {
  background: #d83d4f;
  border-color: #b52738;
}
.btn.btn-quadrary > i {
  background: #cd3143;
  border-color: #b52738;
}
.btn.btn-quadrary:hover, .btn.btn-quadrary.active {
  background: #cd3143;
}
.btn.btn-b-primary, .btn.btn-b-primary > i {
  background: none;
  border-color: rgb(89, 98, 103);
  color: rgb(89, 98, 103);
}
.btn.btn-b-primary:hover, .btn.btn-b-primary.active, .btn.btn-b-primary > i:hover, .btn.btn-b-primary > i.active {
  background: rgb(89, 98, 103);
  border-color: rgb(89, 98, 103);
  color: #f3f0f0;
}
.btn.btn-b-secondary, .btn.btn-b-secondary > i {
  background: none;
  border-color: #28ab7e;
  color: #28ab7e;
}
.btn.btn-b-secondary:hover, .btn.btn-b-secondary.active, .btn.btn-b-secondary > i:hover, .btn.btn-b-secondary > i.active {
  border-color: #1e976d;
  color: #1e976d;
}
.btn.btn-b-ternary, .btn.btn-b-ternary > i {
  background: none;
  color: rgb(89, 98, 103);
}
.btn.btn-b-ternary.active, .btn.btn-b-ternary > i.active {
  background: rgb(89, 98, 103);
  border-color: rgb(89, 98, 103);
  color: #f3f0f0;
}
.btn.btn-b-ternary:hover, .btn.btn-b-ternary > i:hover {
  background-color: rgb(89, 98, 103);
  color: #f3f0f0;
}
.btn.btn-b-ternary > option, .btn.btn-b-ternary > i > option {
  background-color: #f3f0f0;
  color: rgb(89, 98, 103);
}
.btn.btn-b-quadrary, .btn.btn-b-quadrary > i {
  background: none;
  border-color: #d83d4f;
  color: #d83d4f;
}
.btn.btn-b-quadrary:hover, .btn.btn-b-quadrary.active, .btn.btn-b-quadrary > i:hover, .btn.btn-b-quadrary > i.active {
  border-color: #b52738;
  color: #b52738;
}
.btn.disabled, .btn.btn-disabled {
  pointer-events: none;
  background: #f3f0f0;
  color: #e5f0f6;
  opacity: 0.75;
  cursor: not-allowed;
  border-color: #dbdbdb;
}
.btn.disabled i, .btn.btn-disabled i {
  background: #f3f0f0;
  color: #e5f0f6;
  border-color: #dbdbdb;
}
.btn.disabled.btn-icon i, .btn.btn-disabled.btn-icon i {
  background: inherit;
  color: #dbdbdb;
}
@media (max-width: 350px) {
  .btn:not(.btn-icon) > i {
    display: none;
  }
}

.text-link {
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease;
}
.text-link.uppercase {
  text-transform: uppercase;
}
.text-link.col-primary {
  color: #e5f0f6;
}
.text-link.col-secondary {
  color: #2fb688;
}
.text-link.col-ternary {
  color: #f7d14d;
}
.text-link.col-quadrary {
  color: #d83d4f;
}
.text-link:hover {
  color: #2fb688;
}

.buttons-panel {
  margin-bottom: 1em;
  text-align: right;
}
.buttons-panel .btn {
  margin-left: 1em;
  margin-right: 0;
  margin-bottom: 0.6em;
}
.buttons-panel.left {
  text-align: left;
}
.buttons-panel.left .btn {
  margin-right: 1em;
  margin-left: 0;
}
@media (max-width: 580px) {
  .buttons-panel {
    text-align: left;
  }
  .buttons-panel .btn {
    margin-left: 0em;
    margin-right: 1em;
  }
}

.btn-inplace {
  font-size: 0.6em;
  padding: 0.4em 0.6em;
  vertical-align: middle;
  display: inline-block;
  margin: 0 1em;
  border-radius: 0.5em;
  border: 1px solid;
  transition: all 0.3s ease;
}
.btn-inplace.col-primary {
  color: #e5f0f6;
}
.btn-inplace.col-primary:hover {
  background: #e5f0f6;
  color: #fff;
}
.btn-inplace.col-secondary {
  color: #2fb688;
}
.btn-inplace.col-secondary:hover {
  background: #2fb688;
  color: #e5f0f6;
}
.btn-inplace.col-ternary {
  color: #f7d14d;
}
.btn-inplace.col-ternary:hover {
  background: #f7d14d;
  color: #e5f0f6;
}
.btn-inplace.col-quadrary {
  color: #d83d4f;
}
.btn-inplace.col-quadrary:hover {
  background: #d83d4f;
  color: #fff;
}

.buttons-import {
  display: flex;
  justify-content: space-around;
}

.buttons-import .button-import:first-child {
  flex-grow: 1;
}

.no-align {
  text-align: left !important;
}

.import-no-margin a, .import-no-margin button, .import-no-margin .disabled {
  margin-left: 0 !important;
}

.btn-flex {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid;
  border-radius: 0.4em;
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  height: 2.5em;
  text-decoration: none;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-flex.btn-b-primary, .btn-flex.btn-b-primary > i {
  background: none;
  border-color: #596267;
  color: #596267;
}

.btn-flex.btn-b-primary:hover, .btn-flex.btn-b-primary.active, .btn-flex.btn-b-primary > i:hover, .btn-flex.btn-b-primary > i.active {
  background: #596267;
  border-color: #596267;
  color: #f3f0f0;
}

.btn-flex.btn-b-ternary, .btn-flex.btn-b-ternary > i {
  background: none;
  color: #596267;
}

.btn-flex.btn-b-ternary:hover, .btn-flex.btn-b-ternary > i:hover {
  background-color: #596267;
  color: #f3f0f0;
}

.btn-flex.btn-b-ternary > option, .btn-flex.btn-b-ternary > i > option {
  background-color: #f3f0f0;
  color: #596267;
}

input[type=text], input[type=number], input[type=time], input[type=password], input[type=email], select, .ms-choice {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  line-height: 2.5em;
  padding: 0 0.6em;
  font-size: 0.9em;
  width: 100%;
  outline: none !important;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fcfcfc;
  font-family: "Roboto", sans-serif;
}
input[type=text].form-error, input[type=number].form-error, input[type=time].form-error, input[type=password].form-error, input[type=email].form-error, select.form-error, .ms-choice.form-error {
  border-color: #b52738;
  color: #d83d4f;
}
input[type=text].disabled, input[type=text]:disabled, input[type=number].disabled, input[type=number]:disabled, input[type=time].disabled, input[type=time]:disabled, input[type=password].disabled, input[type=password]:disabled, input[type=email].disabled, input[type=email]:disabled, select.disabled, select:disabled, .ms-choice.disabled, .ms-choice:disabled {
  background: #dbdbdb;
  opacity: 0.7;
}

textarea, textarea.ckeditor {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  border-radius: 3px;
  resize: none;
  border: 1px solid #dbdbdb;
  padding: 8px;
  background-color: #fcfcfc;
}
textarea:focus, textarea.ckeditor:focus {
  background: #fff;
}

.form-error input[type=text], .form-error input[type=password], .form-error input[type=email], .form-error select {
  border-color: #b52738;
  color: #d83d4f;
}

select {
  height: 2.5em;
  font-family: "Roboto", sans-serif;
}

input[type=checkbox], input[type=radio] {
  margin-right: 5px;
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
}

input:focus, select:focus, textarea:focus {
  border-color: #e5f0f6;
  background: #fff;
}

.form-top, .form-left, .form-submit, .form-checkbox, .form-file {
  margin-bottom: 1.1em;
  position: relative;
}

.form-top {
  display: block;
}

.form-top-long {
  min-height: 160px;
  margin-bottom: 1.1em;
  position: relative;
}

.form-top-medium {
  min-height: 100px;
  margin-bottom: 1.1em;
  position: relative;
}

.form-left input[type=text], .form-left input[type=password], .form-left input[type=email], .form-left select, .form-left > textarea, .form-left .ckeditor {
  width: 78%;
  float: right;
}
@media (max-width: 580px) {
  .form-left input[type=text], .form-left input[type=password], .form-left input[type=email], .form-left select, .form-left > textarea, .form-left .ckeditor {
    width: 100%;
    display: block;
    float: none;
  }
}
.form-left > p {
  padding-top: 6px;
}

.form-submit {
  text-align: right;
}
.form-submit .btn {
  margin-left: 10px;
}

.form-checkbox label {
  display: inline;
  line-height: 1.4em;
  font-size: 0.9em;
}
.form-checkbox .label-top, .form-checkbox.form-top label:first-child {
  display: block;
  line-height: inherit;
}

.form-file > input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-file > label:not(:first-child) {
  margin-bottom: 10px;
}

.form-top > label:first-child, .label-top {
  font-size: 0.9em;
  font-weight: bold;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2em;
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.form-top > label:first-child.col-secondary, .label-top.col-secondary {
  color: #2fb688;
}

.form-left label {
  display: inline-block;
  width: 20%;
  line-height: 2em;
  margin-right: 2%;
  float: left;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 580px) {
  .form-left label {
    width: auto;
    float: none;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0.2em;
  }
}

.label-top-placehold {
  padding-top: 1em;
}
.label-top-placehold.form-checkbox {
  padding-top: 1.5em;
}
@media (max-width: 980px) {
  .label-top-placehold {
    padding-top: 0;
  }
}

.form-double-input > input[type=text], .form-double-input input[type=password], .form-double-input input[type=number], .form-double-input input[type=email], .form-double-input select, .form-double-input .ms-parent {
  width: 48.5%;
  float: left;
}
.form-double-input .spacer {
  float: left;
  width: 3%;
  text-align: center;
  display: inline-block;
  line-height: 2em;
}
.form-double-input:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.form-left.form-double-input > input[type=text], .form-left.form-double-input input[type=password], .form-left.form-double-input input[type=email], .form-left.form-double-input select, .form-left.form-double-input .ms-parent {
  width: 37%;
}
.form-left.form-double-input > input[type=text]:last-child, .form-left.form-double-input input[type=password]:last-child, .form-left.form-double-input input[type=email]:last-child, .form-left.form-double-input select:last-child, .form-left.form-double-input .ms-parent:last-child {
  float: right;
}
@media (max-width: 580px) {
  .form-left.form-double-input {
    width: 48.5%;
    float: left;
  }
  .form-left.form-double-input:last-child {
    float: right;
  }
}

.hasDatepicker {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

input[type=number], .number-input {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.captcha {
  margin-bottom: 1em;
}

.ms-choice {
  height: auto;
  color: #e5f0f6;
}
.ms-choice > div {
  top: 5px;
}
.ms-choice > span {
  position: static;
  padding: 0 20px 0 0;
}

.ms-drop {
  background-color: #fcfcfc;
  border-color: #dbdbdb;
  color: #e5f0f6;
}
.ms-drop ul {
  padding: 0;
}
.ms-drop ul > li {
  font-size: 0.9em;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.ms-drop ul > li label {
  padding: 0.8em;
  border-top: 1px solid #dbdbdb;
}
.ms-drop ul > li label input[type=checkbox], .ms-drop ul > li label label input[type=radio] {
  margin-right: 10px;
}
.ms-drop ul > li:first-child label {
  border-top: 0;
}
.ms-drop ul > li.selected {
  background: #f3f0f0;
}
.ms-drop ul > li.selected label {
  font-weight: bold;
}
.ms-drop .ms-no-results {
  padding: 0.5em !important;
  text-align: center;
  text-transform: uppercase;
}

.ms-search {
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.ms-search input, .ms-search input:focus {
  background: #fcfcfc url("/javax.faces.resource/img/multiple-select.png.xhtml") no-repeat 100% -18px;
  background-position: calc(100% - 8px) -18px;
  min-height: 0;
  font-size: 0.8em;
}

.fixed-size-button {
  min-width: 15em;
}

.container_chart {
  position: relative;
}

.container_back {
  height: 30px;
}

.container_main {
  width: 630px;
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border: 1px solid #9c979c;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  -moz-box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  height: auto;
  float: left;
  margin: 10px;
}

table {
  width: 100%;
  margin-top: 10px;
}

.th_location {
  width: 25%;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  color: rgb(89, 98, 103);
}

.th_nps {
  width: 5%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  color: rgb(89, 98, 103);
}

.th_chart {
  width: 65%;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 13px;
  color: rgb(89, 98, 103);
}

.tr_tr {
  font-family: "Roboto", sans-serif, serif;
  font-style: normal;
  font-size: 13px;
  color: rgb(89, 98, 103);
}

.container_head {
  width: 100%;
  display: inline-table;
  height: 10%;
  border-bottom: #dbdbdb solid 1px;
  text-align: left;
  font-family: "Roboto", sans-serif, serif;
  font-style: normal;
  color: rgb(89, 98, 103);
  padding-top: 10px;
  padding-bottom: 10px;
}

.container_footer {
  width: 100%;
  display: block;
  height: 10%;
  padding-bottom: 10px;
  border-top: #9c979c solid 1px;
  white-space: nowrap;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: rgb(89, 98, 103);
}

.row {
  display: flex;
  align-items: stretch;
  height: 25px;
  flex: 0 0 120px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.row .bar-container {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.row .bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.val-a {
  background: rgb(128, 195, 99);
  border-radius: 0 12px 12px 0;
  outline: 5px solid white;
  z-index: 1;
  font-size: smaller;
  color: #fff;
}

.val-b {
  background: rgb(228, 240, 246);
  border-radius: 0 12px 12px 0;
  outline: 5px solid white;
  z-index: 2;
  font-size: smaller;
}

.val-c {
  background: rgb(246, 105, 101);
  border-radius: 12px 12px 12px 12px;
  outline: 5px solid white;
  z-index: 3;
  font-size: smaller;
  color: #fff;
}

.questionTooltip {
  float: right;
  margin-top: -29px;
}

.tooltip {
  position: relative;
  display: inline-block;
  color: #a1a1a1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 443px;
  background-color: #fcfcfc;
  color: #a1a1a1;
  text-align: center;
  border-radius: 9px;
  border: #e9e4e4 solid 1px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -37px;
  right: 20%;
  margin-left: -60px;
  box-shadow: 0 0 5px 3px rgba(194, 194, 194, 0.5);
  font-family: "Roboto", serif;
  /* Fade in tooltip - takes 2 seconds to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 2s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 850px) {
  .tooltip .tooltiptext {
    width: 170px;
  }
}
.opinions_footer {
  width: 100%;
  border-top: #9c979c solid 1px;
  color: rgb(89, 98, 103);
  margin-top: auto;
}

.hg-left {
  float: left;
  margin-left: 10px;
}

.hg-right {
  float: right;
  margin-right: 10px;
}

.opinions {
  display: flex;
  flex-direction: column;
}

.scrollBox {
  overflow: hidden;
  height: 33.33%;
  padding: 10px 20px 35px 10px;
  text-overflow: clip;
  text-align: start;
  font-family: "Roboto", sans-serif, serif;
  font-style: normal;
  font-size: 13px;
  color: rgb(89, 98, 103);
}

.scrollBox:hover {
  overflow-y: auto;
}

.ellipsis {
  height: 33.333%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Roboto", sans-serif, serif;
  color: rgb(89, 98, 103);
}

.ellipsis:focus, .ellipsis:hover {
  color: transparent;
}
.ellipsis:focus:after, .ellipsis:hover:after {
  content: attr(data-text);
  overflow: visible;
  text-overflow: inherit;
  background: #e4f0f6;
  position: absolute;
  left: auto;
  top: auto;
  width: auto;
  max-width: 20rem;
  border: 1px solid #eaebec;
  padding: 1.3rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
  border-radius: 20px;
  white-space: normal;
  word-wrap: break-word;
  display: block;
  color: rgb(89, 98, 103);
  margin-top: -1.25rem;
  margin-left: 3rem;
}

.th_main {
  font-size: 40px;
  color: rgb(89, 98, 103);
}

.td_footer {
  vertical-align: baseline;
  font-size: 10px;
  color: rgb(89, 98, 103);
  line-height: 12px;
  text-align: center;
}

.th_main_1 {
  vertical-align: bottom;
  text-align: center;
}

.th_main_2 {
  vertical-align: baseline;
}

.arrow_up:before {
  content: "\f062";
  color: rgb(128, 195, 99);
  display: inline-block;
  font-family: "Font Awesome 5 Free", serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: large;
  font-style: normal;
}

.arrow_down:before {
  content: "\f063";
  color: rgb(246, 105, 101);
  display: inline-block;
  font-family: "Font Awesome 5 Free", serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: large;
  font-style: normal;
}

.arrow_down_detractors:before {
  content: "\f063";
  color: rgb(128, 195, 99);
  display: inline-block;
  font-family: "Font Awesome 5 Free", serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: large;
  font-style: normal;
}

.arrow_up_detractors:before {
  content: "\f062";
  color: rgb(246, 105, 101);
  display: inline-block;
  font-family: "Font Awesome 5 Free", serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: large;
  font-style: normal;
}

.green_color {
  color: rgb(128, 195, 99);
}

.red_color {
  color: rgb(246, 105, 101);
}

.promoters_head, .passives_head, .detractors_head {
  font-size: 20px;
  padding-right: 20px;
  font-weight: bold;
}

.promoters_head {
  color: rgb(128, 195, 99);
}

.passives_head {
  color: #a6afb3;
}

.detractors_head {
  color: rgb(246, 105, 101);
}

.promo2 {
  border-radius: 13px;
  background: #80c363;
  color: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
  width: 80%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.passive2 {
  border-radius: 13px;
  background: #a6afb3;
  color: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
  width: 80%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detra2 {
  border-radius: 13px;
  background: rgb(246, 105, 101);
  color: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
  width: 80%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo_value {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 25px;
  background: #80c363;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
}

.passive_value {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 25px;
  background: #a6afb3;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
}

.detractors_value {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 25px;
  background: rgb(246, 105, 101);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
}

.td_value {
  font-size: 35px;
  color: #596267;
  font-weight: bold;
  padding: 6px 20px 6px 6px;
}

.td_percent_value {
  font-size: 13px;
  text-align-last: center;
  height: 24px;
  vertical-align: top;
  font-weight: 600;
}

.percent_value {
  font-size: 15px;
  color: #596267;
  font-weight: bold;
  text-align: center;
}

.total_value {
  font-size: 17px;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  background: #aeb1ae;
  width: 100%;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
}

.cutwrap {
  position: relative;
  display: block;
  width: 100%;
  height: 18px;
  white-space: normal;
  color: transparent !important;
}

.cutwrap::selection {
  color: transparent !important;
}

.cutwrap:before {
  content: attr(data-cutwrap);
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

.tr_Sent {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 13px;
  color: rgb(89, 98, 103);
}

.tr_SentNoDisplay {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 13px;
  color: rgb(89, 98, 103);
}

.tr_SentNoDisplay:hover::after {
  overflow: visible;
  text-overflow: inherit;
  background: #e4f0f6;
  left: auto;
  top: auto;
  width: auto;
  max-width: 18rem;
  border: 1px solid #eaebec;
  padding: 1rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  white-space: normal;
  word-wrap: break-word;
  margin-left: -19rem;
  position: absolute;
  margin-top: -1rem;
  color: rgb(89, 98, 103);
  z-index: 999;
}

.td_roundValue {
  font-weight: bold;
  background: #e7f7ff;
  border-radius: 17px;
  font-size: small;
  width: 34px;
  height: 34px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainBox {
  display: flex;
  border: 2px solid #f3f3f3;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  box-shadow: 0 0 8px 3px rgba(47, 180, 233, 0.0509803922);
  color: transparent;
  padding: 15px;
  background: #ffffff;
  position: relative;
}

.npsAll {
  font-size: 40px;
  color: rgb(89, 98, 103);
  font-weight: bold;
}

.disabled_tick {
  pointer-events: none;
  color: #AAA;
  background: #F5F5F5;
}

.disabled {
  display: none;
}

.cutBack {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.cutBack:focus, .cutBack:hover {
  color: transparent;
}
.cutBack:focus:after, .cutBack:hover:after {
  content: attr(data-text);
  overflow: visible;
  text-overflow: inherit;
  background: rgb(249, 249, 249);
  position: absolute;
  width: auto;
  max-width: 14rem;
  line-height: 20px;
  white-space: normal;
  word-wrap: break-word;
  display: block;
  color: rgb(118, 129, 135);
  margin-top: -22px;
  margin-left: -5px;
  padding: 5px;
  border-radius: 10px;
  z-index: 100;
}

.dataSourceTooltip {
  position: relative;
  color: #a1a1a1;
}

.dataSourceTooltip .dSTooltipText {
  visibility: hidden;
  width: 75px;
  background-color: #fcfcfc;
  color: #a1a1a1;
  text-align: center;
  border-radius: 9px;
  border: #e9e4e4 solid 1px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -44px;
  margin-left: -35px;
  box-shadow: 0 0 5px 3px rgba(194, 194, 194, 0.5);
  font-family: "Roboto", serif;
  /* Fade in tooltip - takes 2 seconds to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.dataSourceTooltip:hover .dSTooltipText {
  visibility: visible;
  opacity: 1;
}

.statsValue .statsFullValue {
  display: none;
}

.statsValue {
  display: flex;
  align-items: center;
  justify-content: center;
}

.statsValue:hover .statsClearValue {
  display: none;
}

.statsValue:hover .statsFullValue {
  display: inline;
}

#heatHide {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  justify-content: center;
}

.tabs-menu-wrapper {
  height: 90px;
}

.tabs-menu {
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.tabs-menu a {
  display: block;
  border: 1px solid #dbdbdb;
  background: #fff;
  border-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  padding: 0.8em 1.2em;
  box-sizing: border-box;
  border-top-right-radius: 0.3em;
  border-top-left-radius: 0.3em;
  margin: 0 5px;
  transition: all 0.25s ease;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.tabs-menu a .caret {
  display: none;
}
.tabs-menu a .number {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 25px;
  background: #f3f0f0;
  font-weight: bold;
  font-size: 13px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.tabs-menu a:hover {
  background: #f3f0f0;
}
.tabs-menu a:hover .number {
  background: #dcd4d4;
}
.tabs-menu a.active, .tabs-menu a.active:hover {
  background: #e5f0f6;
  border-color: #b5d0df;
  color: #fff;
}
.tabs-menu a.active .caret, .tabs-menu a.active:hover .caret {
  display: block;
  position: absolute;
  color: #e5f0f6;
  font-size: 25px;
  bottom: -14px;
  left: 47%;
  left: calc(50% - 7px);
}
@media (max-width: 580px) {
  .tabs-menu a.active .caret, .tabs-menu a.active:hover .caret {
    display: none;
  }
}
.tabs-menu a.active .number, .tabs-menu a.active:hover .number {
  background: #2fb688;
  color: #e5f0f6;
}
.tabs-menu a:first-child {
  margin-left: 0;
}
.tabs-menu a:last-child {
  margin-right: 0;
}
@media (max-width: 580px) {
  .tabs-menu {
    flex-wrap: wrap;
  }
  .tabs-menu > a {
    margin: 0;
  }
  .tabs-menu > a:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.bar-compare-rect {
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border: 1px solid #9c979c;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  -moz-box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  float: left;
  margin: 10px;
  width: 100%;
  height: 361px;
}

.bar-compare-label {
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-bottom: #dbdbdb solid 1px;
  white-space: nowrap;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: rgb(89, 98, 103);
  padding-top: 10px;
  padding-bottom: 10px;
}

.bar-compare-select-one {
  width: auto;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: rgb(89, 98, 103);
  margin-right: 10px;
  margin-left: 10px;
}

.column {
  float: left;
  width: 33.33%;
  border: 14px solid transparent;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 20px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 10px rgb(255, 255, 255);
  -moz-box-sizing: border-box;
  min-height: 240px;
}

.column1a {
  float: left;
  width: 33.33%;
  border: 14px solid transparent;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 20px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 10px rgb(255, 255, 255);
  -moz-box-sizing: border-box;
  min-height: 240px;
}

.column2a {
  float: left;
  width: 50%;
  border: 14px solid transparent;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 20px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 10px rgb(255, 255, 255);
  -moz-box-sizing: border-box;
  text-align: -webkit-center;
}

.column3 {
  float: left;
  width: 100%;
  border: 14px solid transparent;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 20px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 10px rgb(255, 255, 255);
  -moz-box-sizing: border-box;
  text-align: -webkit-center;
}

.columnHeat {
  float: left;
  width: 100%;
  border: 14px solid transparent;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 20px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 10px rgb(255, 255, 255);
  -moz-box-sizing: border-box;
  text-align: -webkit-center;
}

.columnFilter {
  float: left;
  width: 100%;
  align-items: center;
}

.column4 {
  float: left;
  width: 50%;
  border: 14px solid transparent;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 20px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 10px rgb(255, 255, 255);
  -moz-box-sizing: border-box;
  text-align: -webkit-center;
}

.column4z {
  float: left;
  width: 66.66%;
  border: 14px solid transparent;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 20px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 10px rgb(255, 255, 255);
  -moz-box-sizing: border-box;
  text-align: -webkit-center;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .column2a, .column4 {
    width: 100%;
    order: 1;
    height: auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .column {
    width: 50%;
    order: 2;
  }
  .column2a, .column1a {
    width: 100%;
    order: 1;
    height: auto;
  }
  .column4, .column4z {
    width: 100%;
  }
  .bar-compare-label {
    flex-wrap: wrap;
  }
  .statisticsOne {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .column, .column1a {
    width: 100%;
    order: 3;
  }
  .column2a {
    width: 100%;
    order: 1;
    height: auto;
  }
  .column4, .column4z {
    width: 100%;
  }
  .bar-compare-label {
    flex-wrap: wrap;
  }
  .statisticsOne {
    flex-wrap: wrap;
  }
}
.statisticsOne {
  display: flex;
}

.innerDiv {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid rgb(219, 219, 219);
  -webkit-box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  -moz-box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  box-shadow: 3px 3px 9px -2px rgba(194, 194, 194, 0.5);
  width: 100%;
  min-height: 249px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
}

.innerDiv:hover {
  background: #fafafa;
}

.headingText {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  color: rgb(89, 98, 103);
  padding-left: 20px;
  display: block;
  margin-bottom: 10px;
}

.title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 30px;
  color: rgb(89, 98, 103);
  padding-left: 20px;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 44px;
  border-bottom: 2px solid #dbdbdb;
}

.googleGageChartAdminLabel {
  margin-top: -20px;
  display: flex;
  justify-content: space-evenly;
  font-weight: bold;
  font-family: "Roboto", sans-serif, serif;
}

.googleGageChartNotAdminLabel {
  margin-top: -20px;
  display: flex;
  justify-content: space-evenly;
  font-weight: bold;
  font-family: "Roboto", sans-serif, serif;
  padding-right: 15px;
}

.googleGageLabelAll {
  background: #d9d9d9;
  border-radius: 10px;
  width: 80px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.googleGageLabelSelected {
  background: #aeb1ae;
  border-radius: 10px;
  width: 80px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.applyTransparent {
  background: transparent !important;
  color: transparent !important;
}

.filter-panel {
  box-sizing: border-box;
  padding-left: 10%;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  background: white;
}

.filter-panel > i {
  position: absolute;
  width: 10%;
  left: 0;
  height: 100%;
  background: rgb(228, 240, 246);
  color: rgb(47, 180, 233);
  box-sizing: border-box;
  padding: 10px;
  font-size: 2em;
  text-align: center;
  border-radius: 10px;
}

.filter-panel > i:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 0.5em);
}

.filter-panel > i:before, .filter-panel > .number:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 0.5em);
}

.container-resp {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1%;
  font-family: "Roboto", sans-serif;
  padding-right: 10px;
  color: rgb(89, 98, 103);
}

.btnLeft {
  height: 23px;
  width: 33%;
  border: 1px solid #29354D;
  border-radius: 10px 0 0 10px;
  float: left;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 13px;
  align-items: center;
  font-family: "Roboto", serif;
}

.btnRight {
  height: 23px;
  width: 33%;
  border: 1px solid #29354D;
  border-radius: 0 10px 10px 0;
  float: left;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 13px;
  align-items: center;
  font-family: "Roboto", serif;
}

.btnRight:hover, .btnLeft:hover {
  background-color: #3F4B62;
  color: white;
  cursor: pointer;
}

.btn-active {
  background-color: #3F4B62 !important;
  color: white;
}

.alert-warning {
  padding: 1.25rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  color: rgb(133, 100, 4);
  background-color: rgb(255, 243, 205);
  border: 1px solid rgb(227, 209, 152);
  float: left;
  margin-top: 1rem;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0deg, 1%, 50%, 0.05);
}

.table {
  border-collapse: collapse;
  margin-bottom: 15px;
  margin-top: 20px;
}

.google-reviews-op {
  width: 100%;
  color: #000000;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  cursor: pointer;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
}

.google-reviews-op:hover {
  overflow: visible;
  white-space: normal;
}

.placeholder-box {
  font-size: 1.2em;
  text-align: center;
  padding: 1.5em;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fbfbfb;
  color: #dbdbdb;
  border-radius: 1em;
  border: 1px dashed #dbdbdb;
  margin-bottom: 1.5em;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}

.placeholder-box > i {
  margin-bottom: 0.23em;
  font-size: 4em;
}

#outline-one-chart {
  width: 63%;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.opValue {
  font-weight: bold;
  background: #e7f7ff;
  border-radius: 20px;
  padding: 6px;
  width: 20px;
  color: #596267;
  margin-left: -7px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
}

.opMain {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Roboto", sans-serif;
  color: #596267;
  margin-top: auto;
  font-size: 13px;
}

.g_head {
  background-color: #E5F0F6;
  font-variant-caps: all-small-caps;
  height: 79px;
  width: 100%;
  float: left;
  color: #929CA2;
  display: flex;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 36px;
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 13px rgb(255, 255, 255);
  margin-top: 50px;
}

.g_head_img {
  background-color: #E5F0F6;
  width: 58px;
  height: 58px;
  display: flex;
  border-radius: 28px;
  align-items: center;
  justify-content: center;
  margin-top: -34px;
}

.g_head2 {
  float: left;
  display: flex;
  width: 100%;
  justify-content: center;
}

.points_google {
  color: #596267;
  font-size: 6rem;
  font-family: "Montserrat", serif;
  font-weight: bolder;
  -webkit-text-stroke-width: 5px;
}

.points_google_main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.g-column, .g-stats-column {
  float: left;
  border: 14px solid transparent;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 20px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 10px rgb(255, 255, 255);
  -moz-box-sizing: border-box;
  min-height: 240px;
}

.g-column {
  width: 35%;
}

.g-stats-column {
  width: 65%;
}

@media screen and (max-width: 600px) {
  .g-column {
    width: 100%;
  }
  .g-stats-column {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .points_google {
    font-size: 5rem;
  }
}
.buttonNoComments {
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  width: 50px;
}

.buttonNoComments:focus, .buttonNoComments:hover {
  color: transparent;
}
.buttonNoComments:focus:after, .buttonNoComments:hover:after {
  content: "tylko z opiniami";
  overflow: visible;
  text-overflow: inherit;
  background: rgb(250, 250, 250);
  position: absolute;
  width: auto;
  max-width: 17rem;
  line-height: 16px;
  white-space: normal;
  word-wrap: break-word;
  display: block;
  color: rgb(89, 98, 103);
  margin-top: -15px;
}
