html {
  overflow-x: hidden;
}
body {
  background-color: #eef1f9;
  font-family: 'Roboto', sans-serif;
  padding-top: 60px;
  font-size: 14px;
  overflow-x: hidden;
}
:invalid {
    box-shadow: none !important;
}
.hidden {
  display: none !important;
}
.blue-btn, .blue-btn:disabled:hover {
  background: #08aee8;
}
.blue-btn:hover {
  background: #067FA9;
}
.red-btn, .red-btn:disabled:hover {
  background: #E71D36;
}
.red-btn:hover {
  background: #A91628;
}

#ClearDataConfirm .blue-btn, #ClearDataConfirm .red-btn {
  color:#ffffff;
}

.green-btn, .green-btn:disabled:hover  {
  background: #02C39A;
}
.green-btn:hover {
  background: #028E71;
}
.btn-center {
  display: block;
  margin: auto;
}
.btn.focus, .btn:focus {
  box-shadow: none !important;
}

.validation-error {
  color:#ff0000;
}
div#flatroofinfo{
  display: none;
}
.info-box {
  position: absolute;
  display: block;
  width: 100%;
  top: 100%;
  right: 0;
  margin-top: 2px;
  color: #1ab6f1;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.info-box i {
  margin-right: 2px;
}
.privacy-links {
  padding-right: 60px;
  padding-left: 60px;
}
.privacy-links a {
  color:#212529;
}

/*******************************************************************************
  Top Bar
*******************************************************************************/
#top-bar {
  background: -webkit-linear-gradient(to right, #293d9b 0%, #1ab6f1 100%);
  background:    -moz-linear-gradient(to right, #293d9b 0%, #1ab6f1 100%);
  background:     -ms-linear-gradient(to right, #293d9b 0%, #1ab6f1 100%);
  background:      -o-linear-gradient(to right, #293d9b 0%, #1ab6f1 100%);
  background:         linear-gradient(to right, #293d9b 0%, #1ab6f1 100%);
  height: 60px;
  padding: 0;
}
#top-bar .logo {
  max-width: 600px;
}
#top-bar .logo a {
  display: inline-block;
  width: 110px;
  text-align: center;
}
#top-bar .logo img {
  max-height: 60px;
  padding: 10px 0;
}
.logo span {
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    vertical-align: baseline;
    /*display:none;*/
}
#top-bar .dropdown {
  display: inline-block;
}
#top-bar .navbar {
  padding: 0 20px 0 0;
}

/* Search Form */

#search-form {
  display: inline-block;
  position: relative;
}
#search-form i {
  position: absolute;
  left: 20px;
  top: 20px;
  pointer-events: none;
  color: #fff;
}
#search-form input {
  outline: none;
}
#search-form input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  color: transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border: none;
  width: 20px;
  height: 60px;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,.35);
  border-left: 1px solid rgba(255,255,255,.35);
  background: transparent;
}
#search-form input::-webkit-search-decoration,
#search-form input::-webkit-search-cancel-button {
  display: none;
}
#search-form input[type=search]:focus {
  width: 130px;
  padding-left: 50px;
  color: #fff;
  background-color: transparent;
  cursor: auto;
}
#search-form input:-moz-placeholder {
  color: #fff;
}
#search-form input::-webkit-input-placeholder {
  color: #fff;
}
#search-form input[type=search]:hover {
  background-color: transparent;
}
#search-form input:-moz-placeholder {
  color: transparent;
}
#search-form input::-webkit-input-placeholder {
  color: transparent;
}
#search-form input[type=search]:hover {
  background-color: transparent;
}
#search-form input:-moz-placeholder {
  color: transparent;
}
#search-form input::-webkit-input-placeholder {
  color: transparent;
}
#top-bar .client-profile .btn {
  background: transparent;
  height: 60px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  margin-left: 20px;
}
#top-bar .client-profile .dropdown-menu {
  left: auto;
  right: 0;
}
#top-bar .client-profile .btn img {
  max-width: 44px;
  border-radius: 50px;
  margin-right: 5px;
}
#top-bar .client-profile .dropdown-menu .separator {
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(0,0,0,.15);
  margin: 8px 0;
}
.dropdown-toggle::after {
  position: relative;
  top: 2px;
}

/*******************************************************************************
  Sidebar
*******************************************************************************/

#sidebar {
  background-color: #fff;
  min-height: calc(100vh - 60px);
  max-width: 120px;
  -moz-box-shadow:    5px 5px 15px rgba(0,0,0,.10);
  -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.10);
  box-shadow:         5px 5px 15px rgba(0,0,0,.10);
  z-index: 1000;
}
.disabled-sidebar .side-menu {
  opacity: .5;
  pointer-events: none;
}
ul#main-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: calc(100vh - 60px);
  width: 120px;
  position: fixed;
  left: 0;
  top: 60px;
}
ul#main-menu li {
  width: 100%;
}
ul#main-menu li a {
  text-align: center;
  border-right: 3px solid transparent;
}
ul#main-menu li.current a,
ul.data li.data a,
ul.map li.map a {
  border-color: #08aeea;
}
ul#main-menu li a {
  padding: 0 15px;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  transition: ease .3s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 80px;
}
ul#main-menu li a:hover,
ul#main-menu li.active a {
  background: #f8faff;
  border-color: #08aeea;
}
ul#main-menu li.current a:hover {
  background: transparent;
}
ul#main-menu li a i {
  display: block;
  font-size: 26px;
  color: #cacfd6;
  margin-bottom: 6px;
}
ul#main-menu li.current a i {
  color: #08AEE8;
}
ul#main-menu li a span {
  display: block;
  color: #cacfd6;
  font-size: 14px;
  line-height: 1.2em;
}
ul#main-menu li.current a span {
  color: #333;
}
ul#main-menu li a:hover {
  text-decoration: none;
}

/*******************************************************************************
  Content
*******************************************************************************/

#content {
  min-height: calc(100vh - 60px);
  overflow: hidden;
}
#content > .container-fluid {
  padding: 20px 20px;	
}
#main-content {
  max-width: 1280px;
}
.card-style {
  position: relative;
  padding-top: 6px;
  border-radius: 6px;
  -moz-box-shadow:    0px 5px 20px rgba(0,0,0,.10);
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,.10);
  box-shadow:         0px 5px 20px rgba(0,0,0,.10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card-style:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: -webkit-linear-gradient(to right, #293d9b 0%, #1ab6f1 100%);
  background:    -moz-linear-gradient(to right, #293d9b 0%, #1ab6f1 100%);
  background:     -ms-linear-gradient(to right, #293d9b 0%, #1ab6f1 100%);
  background:      -o-linear-gradient(to right, #293d9b 0%, #1ab6f1 100%);
  background:         linear-gradient(to right, #293d9b 0%, #1ab6f1 100%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.container-fluid.main-container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

/* Nav Style */

#tab-menu {
  position: absolute;
  width: 100%;
  text-align: center;
}
ul.head-menu {
  padding: 27px 20px 11px;
  margin: 0;
  border: none;
  margin-bottom: 31px;
  border-bottom: 1px solid #e6e9f0;
}
ul.head-menu li.active > ul.sub-menu {
  display: block;
  width: 100%;
  background: #1ab6f1;
  position: absolute;
  height: 32px;
  line-height: 32px;
  padding: 0;
  bottom: 0px;
  left: 0;
}
ul.head-menu li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 25px;
  font-weight: 500;
  line-height: 100%;
}
ul.head-menu li > a {
  color: #cacfd6;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  transition: ease .3s;
}
ul.head-menu li > a:hover {
  color: #293d9b;
  text-decoration: none;
}
ul.head-menu > li.active > a {
  color: #293d9b;
}
ul.sub-menu {
  display: none;
  height: 32px;
  position: absolute;
  bottom: -32px;
  text-align: center;
  padding: 0;
  width: 100%;
  left: 0;
  background: #1ab6f1;
}
ul.head-menu li.active > ul.sub-menu {
  display: block;
}
ul.sub-menu li {
  text-transform: none;
  font-weight: normal;
  font-size: 17px;
}
ul.sub-menu li a {
  color: #9cd5f0;
  line-height: 32px;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  transition: ease .3s;
}
ul.sub-menu li.active a {
  color: #fff;
}
ul.sub-menu li a:hover {
  color: #fff;
  text-decoration: none;
}
ul.sub-menu.show li.active a {
  color: #fff;
}
ul.head-menu > li.with-submenu.active > a {
  position: relative;
}
ul.head-menu > li.with-submenu.active > a::before {
  position: absolute;
  content: '';
  bottom: -20px;
  left: calc(50% - 7px);
  background-color: #1ab6f1;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
li.inverter a.inverter,
li.monitoring a.monitoring,
li.charging a.charging,
li.basic a.basic,
li.property a.property,
li.plant a.plant {
  color: #fff !important;
}

/* Form Style */

.form-block {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.col-block h4 {
  font-size: 22px;
}
.col-block h3, .col-block h4 {
  color: #333;
  border-bottom: 2px solid #eef1f9;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 10px;
  position: relative;
}
.col-block h3::before, .col-block h4::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 4px;
  background-color: #08aeea;
  left: 0;
  bottom: -3px;
}
.form-block label {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 5px;
}
.form-block label.sub-field {
  position: relative;
}
.form-block label.sub-field span:first-child {
  padding-left: 20px;
}
.form-block label.sub-field span:first-child::before {
  content: "\f3bf";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  font-size: 14px;
  width: 14px;
  height: auto;
  line-height: 100%;
  text-align: center;
  left: 2px;
  top: 3px;
  color: #08aee8;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.form-block label > span {
  width: 50%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  padding: 4px 4px 4px 0;
  min-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-block label select, .form-block label input {
  width: 50%;
  padding: 0 4px;
  border: none;
  border-bottom: 2px solid #333;
  font-style: italic;
  color: #6b6b6b;
  letter-spacing: .25px;
  border-radius: 0;
  background: #fff;
}
.form-block label input[type="file"] {
  font-style: normal !important;
  cursor: pointer !important;
}
.form-block label select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-style: italic;
  color: #6b6b6b;
  letter-spacing: .25px;
  padding-right: 24px;
}
.form-block label select:focus, .form-block label input:focus {
  outline: none;
  border-color: #1ab6f1;
  font-style: italic;
  color: #6b6b6b;
  letter-spacing: .25px;
}
.form-block label .select-field {
  width: 50%;
  position: relative;
}
.form-block label .select-field select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-style: italic;
  color: #6b6b6b;
  letter-spacing: .25px;
  padding-right: 24px;
  height: 100%;
  width: 100%;
  min-height: 25px;
  border-radius: 0;
}
.form-block label .select-field:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 2px;
  background: #1ab6f1;
  height: 20px;
  width: 20px;
  pointer-events: none;
}
.form-block label .select-field:after {
  content: '';
  position: absolute;
  right: 6px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  pointer-events: none;
  transition: all .15s;
  -moz-transition: all .15s;
  -webkit-transition: all .15s;
}
.form-block label .select-field.selected::after {
  transform: rotate(225deg);
  bottom: 6px;
}
button.data-btn {
  right: 60px;
  bottom: 30px;
  background: #08aee8;
  color: #fff;
  border: 2px solid transparent;
  padding: 6px 20px;
  min-width: 110px;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: .5px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer;
}
button.data-btn:hover {
  background:#1976C2;
}
button.data-btn:active {
  background:#293d9b;
  outline: none;
}

button.data-btn:focus {
  outline: none;
}
.form-block label .switch {
  position: relative;
  display: inline-block;
  min-width: 100px;
  height: 22px;
  background: #1592bf;
  margin-left: auto;
}
.form-block label .switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 50% !important;
  line-height: 22px !important;
  font-size: 13px;
  color: rgba(51, 51, 51, .4);
  text-align: center;
  cursor: pointer;
}
.form-block label input.switch-input {
  display: none;
}
.form-block label .switch-input:checked + .switch-label {
  color: #fff;
  background: #1ab6f1;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -ms-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
.form-block label .switch-selection {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 22px;
  background: #1ab6f1;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.form-block .switch label {
  display: block;
  margin: 0;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.form-block label input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.form-block label input[type=number]::-webkit-inner-spin-button, 
.form-block label input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}
.form-block label .number-wrapper {
  width: 50%;
  position: relative;
}
.form-block label .number-wrapper input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  min-height: 25px;
  border-radius: 0;
  background: #fff;
}
.form-block label .number-wrapper .step-btn {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  right: 0;
  width: 20px;
  height: calc(50% - 1px);
  cursor: pointer;
}
.form-block label .number-wrapper .step-btn.step-up {
  top: 0;
}
.form-block label .number-wrapper .step-btn.step-down {
  bottom: 2px;
}
.form-block label .number-wrapper .step-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  background: transparent;
  display: block;
  margin: 0 auto;
  border: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  right: 6px;
  pointer-events: none;
}
.form-block label .number-wrapper .step-btn.step-up:before {
  border-bottom: none;
  border-right: none;
  top: 4px;
}
.form-block label .number-wrapper .step-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  background: transparent;
  display: block;
  margin: 0 auto;
  border: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  right: 6px;
  pointer-events: none;
}
.form-block label .number-wrapper .step-btn.step-down:before {
  border-top: none;
  border-left: none;
  bottom: 4px;
}
.form-block.module-info label .number-wrapper .step-btn.step-up:before {
  top: 5.5px;
  right: 8.5px;
}
.form-block.module-info label .number-wrapper .step-btn.step-down:before {
  bottom: 5.5px;
  right: 8.5px;
}
.number-wrapper input {
  width: 100% !important;
  min-height: 25px;
}
.form-block label .with-unit {
  position: relative;
}
.form-block label .with-unit span.unit {
  position: absolute;
  right: 20px;
  bottom: 0px;
  text-align: right;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
  margin-bottom: 2px;
  height: calc(100% - 2px);
  line-height: 25px;
  padding: 0 4px;
}
.form-block label .number-wrapper .step-btn:hover:before {
  border-color: #1ab6f1;
}
.form-block label .number-wrapper .step-btn:active:before {
  border-color: #333;
}
.form-block label .number-wrapper .step-btn:focus {
  outline: none !important;
}
.container-fluid.main-container .row {
  margin-left: -25px;
  margin-right: -25px;
}
.container-fluid.main-container .row.with-menu-tab {
  margin-top: 70px;
}
.container-fluid.main-container .row .col-block {
  padding-left: 25px;
  padding-right: 25px;
}
.form-block label.import-field {
  margin-bottom: 25px;
}
.form-block label.import-field:last-child {
	margin-bottom: 0;
}
.form-block label.import-field > span {
  width: 100%;
}
.form-block label.import-field > input {
  width: 100%;
  padding: 4px 0;
  border: none;
}
.form-block label .add-unit {
  width: 50%;
  position: relative;
}
.form-block label .add-unit input {
  height: 100%;
  width: 100%;
  min-height: 25px;
}
.form-block label .add-unit span.unit {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
  margin-bottom: 2px;
  height: calc(100% - 2px);
  line-height: 25px;
  padding: 0 4px;
}
.form-block label .select-field select:disabled, .form-block label input:disabled {
  cursor: not-allowed !important;
  background: #e8f0fe !important;
  color: #000;
  font-weight: 500;
}
.form-block label input:disabled ~ button {
  opacity: .25 !important;
  pointer-events: none;
}
.form-block label input:disabled ~ span.unit {
  color: #000;
  font-style: normal;
}
.form-block label .select-field.date-picker input {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-style: italic;
  color: #6b6b6b;
  letter-spacing: .25px;
  padding-right: 24px;
  height: 100%;
  width: 100%;
  min-height: 25px;
}
.form-block label .select-field.date-picker input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.form-block label .select-field.date-picker input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 17px;
  width: 10px;
  opacity: 0;
  cursor: pointer;
}

input.ng-invalid.ng-touched.ng-invalid-required,
select.ng-invalid.ng-touched.ng-invalid-required,
input.validity-error,
select.validity-error {
  color: red !important;
  border-bottom-color:#e96a6a !important;
  background-color:#edd2d2 !important;
}

input.validity-error.ng-valid {
  background-color:transparent !important;
  border-bottom-color:#333333 !important;
  color: #6b6b6b !important;
}

.fields-val-error {
  color:#E71D36;
  margin-top:10px;
  font-weight:900;
}

/* Pictures */

.form-block label.import-field .image-block {
  margin-top: 10px;
  line-height: 0;
  width:100%;
  height:200px;
  cursor: pointer;
}

.image-block {
  height:120px;
}

#imageBild1Preview, #imageBild2Preview,
#imageBild3Preview, #imageBild4Preview {
  max-height:100px;
  float:left;
}

span#del1, span#del2, span#del3, span#del4 {
    position: absolute;
    left: 30px;
    float:left;
    cursor:pointer;
    color:#ffffff;
}

/* Send Data */

.form-block .btn {
  color: #fff;
  border: 2px solid transparent;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: .5px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer;
  border-radius: 0;
  min-width: 100px;
}
.form-block label.file {
  display: flex;
  flex-direction: column;
}
.form-block label.file > span {
  width: 100%;
}
.form-block label.file input {
  width: 100%;
  padding: 4px 0;
  border: none !important;
}


/*******************************************************************************
  Map
*******************************************************************************/

#map {
  height: 600px;
}
.google-map {
  position: relative;
}
#map .gmnoprint .gm-style-mtc div {
  padding: 0 !important;
  width: 100%;
  text-align: center !important;
}
#map .gmnoprint .gm-style-mtc div[role="button"] {
  padding: 10px 15px !important;
  min-width: 100px !important;
}
#map .gmnoprint .gm-style-mtc div > div {
  padding: 10px 0 !important;
}
#map .gmnoprint .gm-style-mtc div > div span {
  position: relative;
  bottom: 5px;
}
#map .gmnoprint .gm-style-mtc div > div label {
  margin-bottom: 0 !important;
}
#pac-input {
  --search-width: 400px;
  margin-top: 10px;
  width: var(--search-width);
  height: 40px;
  left: calc(50% - (var(--search-width)/2)) !important;
  padding: 10px;
  font-size: 15px;
  line-height: 100%;
  font-family: 'Roboto', sans-serif;
  text-overflow: ellipsis;
  border-radius: 2px;
  border: 2px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
#pac-input:focus {
  outline: none;
  border-color: #1ab6f1;
}
.map-controls label .switch {
  position: relative;
  display: inline-block;
  min-width: 100px;
  height: 32px;
  background: #1592bf;
  margin-left: auto;
  overflow: hidden;
  width: 100%;
}
.map-controls label .switch {
  background: transparent;
}
.map-controls .switch label {
  background: #1592bf;
}
.map-controls label .switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 50% !important;
  line-height: 32px !important;
  font-size: 15px;
  color: rgba(51, 51, 51, .4);
  text-align: center;
  cursor: pointer;
}
.map-controls label input.switch-input {
  display: none;
}
.map-controls label .switch-input:checked + .switch-label {
  color: #fff;
  background: #1ab6f1;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -ms-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
.map-controls label .switch-selection {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 32px;
  background: #1ab6f1;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.map-controls .switch label {
  display: block;
  margin: 0;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.map-controls label.main-label {
  margin-bottom: 0;
}
.map-controls .btn {
  color: #fff;
  border: 2px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: .5px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer;
  border-radius: 0;
  min-width: 140px;
}
.map-controls .btn + .btn {
  margin-left: 4px;
}
.map-controls .btn:focus {
  box-shadow: none;
  outline: none;
}
.map-controls span.info {
  font-size: 16px;
  font-weight: 500;
}
.map-controls span.info i {
  opacity: .25;
}
.map-controls span.info i.active-icon {
  opacity: 1;
}
.map-controls label i.skew-icon {
  transform: skew(-25deg);
}
.map-controls span.info i + i {
  margin-left: 25%;
}
.map-controls .switch-btns.mt-fix {
  margin-top: 33px;
}
.map-controls .switch-btns .switch-div + .switch-div {
  margin-left: 5px;
}
.map-controls .btns-div {
  margin-bottom: 10px;
}
.btn.disabled, .btn:disabled {
  opacity: .4 !important;
  cursor: not-allowed !important;
  color: #fff;
}
.switch-input:disabled + .switch-label, .switch-input.disabled + .switch-label {
  cursor: not-allowed !important;
  color: #fff !important;
  opacity: .4 !important;
}
.google-map.container-fluid {
  padding-bottom: 25px;
}
.map-section {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e9f0;
}
.map-section.map-controls {
  padding-bottom: 15px;
}
.map-section.info-section {
  padding-left: 60px;
  padding-right: 60px;
  border: none;
}
.map-section .btn-row {
  margin-bottom: 5px;
}
.map-section .btn-row input {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px;
}
#popup-box button:hover,
#popup-box div:hover {
  cursor:pointer;
}
.table.table-bordered {
  border: 1px solid #fff;
}
.table thead th {
  vertical-align: middle;
}
.table td, .table th {
  padding: 0 15px;
  vertical-align: middle;
  border: none;
  line-height: 1.2;
}
.table thead tr {
  background: #1ab6f1; 
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  font-size: 16px;
}
.table thead tr th, .table thead td {
  border: none;
}
.table tbody td {
  text-align: center;
}
.table tbody td span#module-tip {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
}
.table tbody tr:nth-child(even) {
  background: #e8f0fe;
}
.table tr {
  height: 38px;
}
.table tr.total {
  height: 76px;
  border: 2px solid #08aeea;
  font-size: 20px;
  font-weight: bold;
}
.module-info {
  width: auto;
  margin-bottom: 0;
  display: flex;
}
.info-section .module-info {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.module-info label {
  flex-direction: row;
  height: 32px;
}
.module-info label .select-field {
  width: 100%;
  position: relative;
  background: transparent;
}
.module-info label > span {
  padding: 5px 0 5px;
  text-align: left;
}
.module-info label .select-field select {
  padding-right: 30px;
  padding-left: 5px;
  border: 2px solid #1ab6f1;
}
.module-info label .select-field::before {
  right: 2px;
  bottom: 2px;
  height: calc(100% - 4px);
  width: 36px;
}
.module-info label .select-field::after {
  right: 15px;
  bottom: 17.5px;
}
.module-info label .number-wrapper {
  margin-left: auto;
  width: auto;
  max-width: 100px;
}
.module-info label input {
  border: 2px solid #1ab6f1;
  padding-right: 40px !important;
  padding-left: 5px;
}
.module-info label select:disabled, .module-info label input:disabled {
  background: #fff;
}
.module-info label .with-unit span.unit {
  right: 30px;
  padding: 0 5px 0 0;
}
.module-info label .number-wrapper .step-btn {
  background: #1ab6f1;
  height: calc(50% - 2px);
  width: calc(30px - 2px);
  right: 2px;
}
.module-info label .number-wrapper .step-btn.step-up {
  top: 2px;
}
.module-info label .number-wrapper .step-btn.step-down {
  bottom: 2px;
}
.module-info label .number-wrapper .step-btn:before {
  border: 2px solid #fff;
}
.module-info label .number-wrapper .step-btn:hover:before {
  border-color: #333;
}
.module-info label .number-wrapper .step-btn:active:before {
  border-color: #fff;
}
.module-info label .select-field select:disabled, .module-info label input:disabled {
  opacity: .5 !important;
  cursor: not-allowed !important;
  color: rgba(0,0,0,.7);
  background: #fff;
  font-weight: normal;
}
.module-info label input:disabled ~ button {
  opacity: .5 !important;
  pointer-events: none;
}
.module-info label input:disabled ~ span.unit {
  opacity: .5 !important;
  color: rgba(0,0,0,.7);
}
.module-info table {
  margin-bottom: 0;
}
.map-controls .switch-div i#ver-panel {
  transform: scale(.6, 1);
}
.map-controls .switch-div i#hor-panel {
  transform: scale(1, .6);
}


#dataSaved {
  width: 50%;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  padding: 4px 4px 4px 0;
  min-height: 25px;
  color:#08aee8;
  text-transform:uppercase;
}

/*******************************************************************************
  Send Page
*******************************************************************************/

img.mail-img {
  width: 100%;
  max-width: 250px;
}

.map-col {
  max-width: 680px;
}
#de_map svg {
  width: 100%;
  height: auto;
}
.region-cities {
  pointer-events: none;
}
.country-region .bg-color {
  fill: #222;
}
.country-region:hover {
  cursor: pointer;
}
.country-region:hover .bg-color {
  fill: #1ab6f1;
}
.country-region.active .bg-color {
  fill: #1ab6f1;
  cursor: pointer;
}
.city .marker {
  fill: #fff;
}
.city .city-name {
  fill: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  text-shadow: 0px 2px 4px rgba(0,0,0,.7);
}
.city.small-city .city-name {
  font-size: 13px;
}
.city.medium-city .city-name {
  font-size: 14px;
}
.city.big-city .city-name {
  font-size: 15px;
}
.email-box {
  display: none;
  pointer-events: none;
}
.email-box.active {
  display: block;
}

.email-box > div {
  display: block;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  text-align: center;
  width: 100% !important;
  height: auto;
  padding: 15px 0;
  background-image: -webkit-linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,.85) 50%);
  background-image:    -moz-linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,.85) 50%);
  background-image:     -ms-linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,.85) 50%);
  background-image:      -o-linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,.85) 50%);
  background-image:         linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,.85) 50%);
  border: 2px solid #1ab6f1;
  position: relative;
  border-radius: 6px;
  pointer-events: auto !important;
}
.email-box > div::after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 18px);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 20px solid rgba(255, 255, 255, 1);
}
.email-box > div button i {
  margin-right: 5px;
}
.email-box > div button {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 0 8px;
}
.email-box > div button:hover {
  color: #08aee8;
}
.email-box > div button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.email-box > div button:active {
  background-color: #08aee8;
  color: #fff;
  border-radius: 30px;
  outline: none !important;
  box-shadow: none !important;
}

/**********************************
***********************************
              L O A D E R
***********************************
***********************************/


#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

#cover-spin::after {
  content:'';
  display:block;
  position:absolute;
  left:48%;top:40%;
  width:40px;height:40px;
  border-style:solid;
  border-color:black;
  border-top-color:transparent;
  border-width: 4px;
  border-radius:50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

#test #draw-tab ~ #nav-tab #nav-draw-tab.active  {
  color: red;
  display: block;
}

/*******************************************************************************
  Help Page
*******************************************************************************/

.step-by-step .card {
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding-left: 60px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.step-by-step .card .card-header {
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-left: -60px;
}
.step-by-step .card .card-header .btn {
  border: none;
  height: auto;
  min-height: 50px;
  padding: 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  white-space: normal;
  padding-left: 60px;
  line-height: 1.2;
  -webkit-transition: ease .2s;
     -moz-transition: ease .2s;
       -o-transition: ease .2s;
          transition: ease .2s;
}
.step-by-step .card .card-header .btn:hover, .step-by-step .card .card-header button:focus {
  text-decoration: none;
}
.step-by-step .card .card-header .btn:hover {
  color: #08aeea;
}
.step-by-step .card .card-header .btn.collapsed:hover .num-box .number {
  background-color: #08aeea;
}
.step-by-step .card .card-header .btn .num-box {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.step-by-step .card .card-header .btn .num-box .number {
  background-color: #08aeea;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  display: block;
  border-radius: 50%;
}
.step-by-step .card .card-header .btn.collapsed .num-box .number {
  background-color: #333;
  -webkit-transition: ease .2s;
     -moz-transition: ease .2s;
       -o-transition: ease .2s;
          transition: ease .2s;
}
.step-by-step .card .card-header .btn.collapsed .num-box .number:before {
  background-color: #333;
  -webkit-transition: ease .2s;
     -moz-transition: ease .2s;
       -o-transition: ease .2s;
          transition: ease .2s;
}
.step-by-step .card .card-header .btn:before {
  content: '';
  position: absolute;
  width: 10px;
  height: calc(100% - 26px);
  background-color: #08aeea;
  top: 48px;
  left: 20px;
  z-index: -1;
}
.step-by-step .card .card-header .btn.collapsed:before {
  background-color: #333;
}
.step-by-step .card:last-child .card-header .btn:before {
  display: none;
}
.step-by-step .card .card-body {
  background-color: #f7f8f9;
  padding: 25px 20px 5px;
  display: table;
  border: none;
  border-radius: 3px;
  margin-top: 10px;
}
.step-by-step .card .card-body img {
  max-width: calc(100% + 40px);
  margin-top: -25px;
  margin-bottom: 25px;
  margin-left: -20px;
  margin-right: -20px;
}
.step-by-step .card .card-body ol {
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px;
}
.step-by-step .card .card-body ol li {
  position: relative;
  counter-increment: step-counter;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
  border-bottom: 1px dashed #ddd;
}
.step-by-step .card .card-body ol li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.step-by-step .card .card-body ol li::before {
  position: absolute;
  display: block;
  left: 0;
  top: -1px;
  content: counter(step-counter, upper-latin);
  font-size: 85%;
  background-color: #08ace7;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

.btn-control {
  display: table;
}
.btn-control button {
  position: relative;
  display: inline-block;
  background-color: #1ab6f1;
  color: #fff;
  border: none;
  width: 25px;
  height: 25px;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
}
.btn-control button:active, .btn-control button:focus {
  outline: none;
}
.btn-control button:before {
  content: '';
  display: block;
  position: absolute;
}
.btn-control .btn-up:before {
  width: 100%;
  height: 12.5px;
  left: 0;
  top: 100%;
  border-top: 12.5px solid #1ab6f1;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-bottom: 0;
}
.btn-control .btn-up:hover:before {
  border-top-color: #1592bf;
}
.btn-control .btn-up:active:before {
  border-top-color: #212529;
}
.btn-control .btn-up:disabled:hover:before, .btn-control .btn-up:disabled:active:before {
  border-top-color: #1ab6f1;
}
.btn-control .btn-left:before {
  height: 100%;
  width: 12.5px;
  left: 100%;
  top: 0;
  border-top: 12.5px solid transparent;
  border-left: 12.5px solid #1ab6f1;
  border-right: 0;
  border-bottom: 12.5px solid transparent;
}
.btn-control .btn-left:hover:before {
  border-left-color: #1592bf;
}
.btn-control .btn-left:active:before {
  border-left-color: #212529;
}
.btn-control .btn-left:disabled:hover:before, .btn-control .btn-left:disabled:active:before {
  border-left-color: #1ab6f1;
}
.btn-control .btn-right:before {
  height: 100%;
  width: 12.5px;
  right: 100%;
  top: 0;
  border-top: 12.5px solid transparent;
  border-left: 0;
  border-right: 12.5px solid #1ab6f1;
  border-bottom: 12.5px solid transparent;
}
.btn-control .btn-right:hover:before {
  border-right-color: #1592bf;
}
.btn-control .btn-right:active:before {
  border-right-color: #212529;
}
.btn-control .btn-right:disabled:hover:before, .btn-control .btn-right:disabled:active:before {
  border-right-color: #1ab6f1;
}
.btn-control .btn-down:before {
  width: 100%;
  height: 12.5px;
  left: 0;
  bottom: 100%;
  border-top: 0;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-bottom: 12.5px solid #1ab6f1;
}
.btn-control .btn-down:hover:before {
  border-bottom-color: #1592bf;
}
.btn-control .btn-down:active:before {
  border-bottom-color: #212529;
}
.btn-control .btn-down:disabled:hover:before, .btn-control .btn-down:disabled:active:before {
  border-bottom-color: #1ab6f1;
}
.btn-control button {
  margin: 1px;
}
.btn-control .btn-left {
  margin-right: 13.5px;
}
.btn-control .btn-right {
  margin-left: 13.5px;
}
.btn-control button:hover {
  background-color: #1592bf;
}
.btn-control button:active {
  background-color: #212529;
}
.btn-control button:disabled {
  opacity: .4 !important;
  cursor: not-allowed !important;
  color: #fff;
}
.btn-control button:disabled:hover, .btn-control button:disabled:active {
  background-color: #08aee8;
}
.btn-control .btn-up {
  padding-top: 5px;
}
.btn-control .btn-left {
  padding-left: 5px;
}
.btn-control .btn-right {
  padding-right: 5px;
}
.btn-control .btn-down {
  padding-bottom: 5px;
}

@supports (-ms-ime-align: auto) {
  .email-box > div {
    width:330px;
    left:80px;
  }
}
#floating-panel {
  position: absolute;
  top: 10px;
  left: 10px;
}
.floating-panel-block {
  filter: blur(1.5px);
  pointer-events: none;
}
.panel-card {
  background-color: #fff;
  width: 400px;
  max-width: 400px;
  transition: ease .3s;
  border-radius: 6px;
  opacity: .8;
}
.panel-card:hover {
  opacity: 1;
}
.panel-card .card-title {
  padding: 15px 15px 10px;
  margin: 0;
  position: relative;
}
.panel-card .card-title h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding-right: 30px;
  transition: ease .3s;
}
.panel-card .card-content .card-body {
  padding: 10px 15px 20px;
}
.panel-card .card-body .card-row + .card-row {
  margin-top: 15px;
}
.panel-card .card-body .card-row .btn {
  background-color: rgba(255,255,255,.6);
  border-color: #dedede;
}
.panel-card .card-body .card-row .btn:hover {
  background-color: #fff;
}
.panel-card .card-body p {
  font-size: 16px;
  margin-bottom: 10px;
}
.panel-card .card-body p:last-of-type {
  margin-bottom: 0;
}
.panel-card .card-content .card-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 15px;
  background-color: transparent;
}
.panel-card .card-content .card-footer .btn:last-of-type {
  margin-left: auto;
}
.panel-card .card-content .card-footer .btn {
  background-color: #08aee8;
  color: #fff;
  padding: 5px 20px;
}
.panel-card .card-content .card-footer .btn:hover {
  background-color: #067FA9;
}
.panel-card .card-content .card-footer .btn.disabled,
.panel-card .card-content .card-footer .btn:disabled {
  pointer-events: none;
}
.panel-card .card-content .card-footer 
.panel-card .card-body p + .module-info {
  margin-top: 10px;
}
.panel-card .card-body .module-info + .module-info {
  margin-top: 5px;
}
.panel-card .card-body .module-info .select-field {
  height: 40px;
  position: relative;
}
.panel-card .card-body .module-info .select-field select {
  padding: 0 55px 0 15px;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #dedede;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  border-radius: .25rem;
}
.panel-card .card-body .module-info .select-field select:focus {
  outline: none;
}
.panel-card .card-body .module-info .select-field select::-ms-expand {
  display: none;
}
.panel-card .card-body .module-info .select-field > .arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #08aee8;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  pointer-events: none;
}
.panel-card .card-body .module-info .select-field > .arrow::before {
  content: '';
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.panel-card .checkbox {
  position: relative;
}
.panel-card .checkbox > input {
  display: none;
}
.panel-card .checkbox > label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  min-height: 20px;
  color: #333;
  cursor: pointer;
  user-select: none;
}
.panel-card .checkbox > label::before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: .25rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.panel-card .checkbox > label:hover::before {
  background-color: #e3e3e3;
}
.panel-card .checkbox input:checked + label::before {
  background-color: #08aee8;
  border-color: transparent;
}
.panel-card .checkbox input:checked + label::after {
  content: '';
  width: 7px;
  height: 12px;
  display: block;
  left: 6px;
  top: 2px;
  position: absolute;
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.panel-card .switch-div {
  display: flex;
}
.panel-card .switch-div .switch {
  display: flex;
  width: 90px;
  height: 30px;
  background-color: #08aee8;
  border-radius: .25rem;
  overflow: hidden;
}
.panel-card .switch-div .switch > input {
  display: none;
}
.panel-card .switch-div .switch > label {
  background-color: rgba(0,0,0,.15);
  color: rgba(255,255,255,.4);
  margin: 0;
  width: 50%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
}
.panel-card .switch-div .switch > input:checked + label {
  background-color: transparent;
  color: #fff;
}
.panel-card .switch-div > span {
  font-size: 16px;
  color: #333;
  padding: 6px 0 0 10px;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  box-shadow: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #dedede;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 8px 0px rgba(0 0 0 / 15%);
  border: 1px solid #dedede;
  height: 30px;
  width: 30px;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
  background-image: url("images/range-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  box-shadow: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #dedede;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 8px 0px rgba(0 0 0 / 15%);
  border: 1px solid #dedede;
  height: 30px;
  width: 30px;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  background-image: url("range-btn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.range-wrapper .divisions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 15px;
}
.range-wrapper .divisions > span {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  width: 30px;
  text-align: center;
  color: #333;
}
.range-wrapper .divisions > span::before {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background-color: #aaa;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -15px);
}
.range-wrapper .divisions > span.empty::before {
  height: 6px;
}
.range-label {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.range-label label {
  font-size: 15px;
  font-weight: 500;
  margin-right: auto;
  margin-bottom: 0;
}
.range-label .info-box {
  position: relative;
  width: auto;
  margin: 0 0 0 auto;
  margin-right: 0;
}
.range-label input {
  margin-left: 10px;
  height: 30px;
  padding: 0px 5px;
  border-radius: 0;
  border: 1px solid #dedede;
  width: 50px;
  text-align: center;
  font-size: 16px;
}
.range-label input:focus {
  outline: none;
}
.range-label {
  position: relative;
}
.panel-card .range-label input,
.panel-card .range-label input::-webkit-outer-spin-button,
.panel-card .range-label input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance:textfield;
}
.panel-card .range-label > .unit {
  font-size: 20px;
  position: relative;
  top: -4px;
  padding-left: 4px;
  font-weight: 300;
}
.panel-card .radio-btns .checkbox + .checkbox {
  margin-top: 10px;
}
.panel-card .radio-btns .checkbox > label::before {
  border-radius: 50%;
}
.panel-card .radio-btns .checkbox input:checked + label::before {
  background-color: #fff;
  border-color: #dedede;
}
.panel-card .radio-btns .checkbox input:checked + label::after {
  width: 10px;
  height: 10px;
  border: none;
  background-color: #08aee8;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 10px;
  left: 10px;
}
.panel-card .card-row.info-text p {
  font-size: 13px;
  font-weight: 500;
}
.panel-card .card-row.info-text p span {
  border: 1px solid #dedede;
  background-color: #fff;
  padding: 2px 5px;
  border-radius: 0.25rem;
}
.panel-card .card-body .card-row .btn {
  color: #333;
}
.panel-card #pac-input {
  position: relative;
  left: unset !important;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  border: 1px solid #333;
  border-radius: 4px;
  box-shadow: none;
}
.grid-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(5, minmax(52px, auto));
  width: 100%;
}
.table-cell {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-cell > div:first-child {
  font-weight: 700;
  margin-right: 10px;
}
.table-cell > div:last-child {
  text-align: right;
}
.table-cell > div.multiresult > div {
  font-size: 13px;
}
.table-cell > div.multiresult > div + div {
  margin-top: 3px;
}
.table-head {
  background-color: #08aee8;
  color: #fff;
  padding: 10px 5px;
  font-size: 17px;
  font-weight: 600;
  justify-content: center;
  text-align: center;
}
.table-cell.row-3,
.table-cell.row-5 {
  background-color: #eef1f9;
}
.head-cell {
  font-weight: 700;
  display: flex;
}
.table-cell.result-cell {
  /* grid-column: span 2; */
  border: 2px solid #08aee8;
  background-color: #fff;
  font-size: 17px;
}
.table-cell.row-1 {
  grid-row: 1;
}
.table-cell.row-2 {
  grid-row: 2;
}
.table-cell.row-3 {
  grid-row: 3;
}
.table-cell.row-4 {
  grid-row: 4;
}
.table-cell.row-5 {
  grid-row: 5;
}
.map-section.info-section {
  padding: 15px 15px 0;
}

.custom-switch {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.custom-switch .txt {
  margin-left: 10px;
}
.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-switch .slider {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.custom-switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.custom-switch input:checked + .slider {
  background-color: #2196F3;
}
.custom-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.custom-switch input:checked + .slider:before {
  -webkit-transform: translate(26px,-50%);
  -ms-transform: translate(26px,-50%);
  transform: translate(26px,-50%);
}
/* Rounded sliders */
.custom-switch .slider.round {
  border-radius: 34px;
}
.custom-switch .slider.round:before {
  border-radius: 50%;
}
.manual-drawing {
  margin-top: 10px;
}
.manual-drawing .row + .row {
  margin-top: 10px;
}
.manual-drawing .input-wrapper {
  display: flex;
  align-items: center;
}
.manual-drawing .input-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin-right: 5px;
  height: 30px;
  padding: 0px 5px;
  border-radius: 0;
  border: 1px solid #dedede;
  width: 50px;
  text-align: center;
  font-size: 16px;
}
.manual-drawing .input-wrapper label {
  margin-bottom: 0;
}
.manual-drawing .btn {
  background-color: #08aee8 !important;
  color: #fff !important;
  padding: 6px 10px !important;
  width: 100% !important;
  border: none !important;
}
.manual-drawing .btn:hover {
  background-color: #067FA9 !important;
}
.manual-drawing .btn.disabled,.manual-drawing .btn:disabled {
  pointer-events: none !important;
}
.manual-drawing .select-field {
  position: relative;
  margin-left: 10px;
  width: 100%;
}
.manual-drawing .select-field::before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 2px;
  background: #1ab6f1;
  height: calc(100% - 4px);
  width: 36px;
  pointer-events: none;
}
.manual-drawing .select-field::after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 17.5px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  pointer-events: none;
  transition: all .15s;
  -moz-transition: all .15s;
  -webkit-transition: all .15s;
}
.manual-drawing .select-field select {
  padding: 0 55px 0 15px;
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #dedede;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  border-radius: .25rem;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .grid-table {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(10, minmax(52px, auto));
  }
  .table-cell.t-row-6 {
    grid-row: 6;
  }
  .table-cell.t-row-7  {
    grid-row: 7;
  }
  .table-cell.t-row-8  {
    grid-row: 8;
  }
  .table-cell.t-row-9  {
    grid-row: 9;
  }
  .table-cell.t-row-10  {
    grid-row: 10;
  }
  .table-cell {
    padding: 5px 15px;
  }
  .map-section.info-section {
    padding: 15px 15px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .grid-table {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(20, minmax(52px, auto));
  }
  .table-cell.m-row-6 {
    grid-row: 6;
  }
  .table-cell.m-row-7 {
    grid-row: 7;
  }
  .table-cell.m-row-8 {
    grid-row: 8;
  }
  .table-cell.m-row-9 {
    grid-row: 9;
  }
  .table-cell.m-row-10 {
    grid-row: 10;
  }
  .table-cell.m-row-11 {
    grid-row: 11;
  }
  .table-cell.m-row-12 {
    grid-row: 12;
  }
  .table-cell.m-row-13 {
    grid-row: 13;
  }
  .table-cell.m-row-14 {
    grid-row: 14;
  }
  .table-cell.m-row-15 {
    grid-row: 15;
  }
  .table-cell.m-row-16 {
    grid-row: 16;
  }
  .table-cell.m-row-17 {
    grid-row: 17;
  }
  .table-cell.m-row-18 {
    grid-row: 18;
  }
  .table-cell.m-row-19 {
    grid-row: 19;
  }
  .table-cell.result-cell {
    grid-row: 20;
  }
  .map-section.info-section {
    padding-top: 20px !important;
  }
}