input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.larger-transform {
  transform: scale(2);
  margin: 10px;
}

/* Application style for RMK applications */
/* This css file styles commonly used elements and classes throughout the application */

/* versioon 1.0 */
/* /node_modules/bootstrap-css-only */
body {
  background-color: #fdfdfd;
  color: #333333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

select { /* Hide select default arrows */
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand { /* Hide select arrows for IE */
  display: none;
}

input[type=checkbox] {
  visibility: hidden;
}

a {
  color: #333;
}

a:hover {
  color: #555;
}

a:active {
  color: #555;
}

/* reset styles for container */

.hoiatus {
  border-radius: 100px 100px 100px 100px;
  background: #f9a99e;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 900;
  color: black;
  border: 1px solid black;
  cursor: pointer;
}

.maardla {
  float: left;
  width: 32px;
  height: 23px;
  cursor: pointer;

}

.maardla .kopp {
  float: left;
  height: 100%;
  width: 100%;

  background: url(../img/kopp.png) no-repeat;
  transform: translate(0%, 0%) scale(0.8);

}

.maardla .ekskavaator {
  height: 100%;
  width: 100%;

  background: url(../img/ekskavaator.png) no-repeat;
  transform: translate(0%, 0%) scale(0.8);

}

.container-full {
  margin: 0 auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  min-width: 320px !important;
}

#mapView {

  /* Madis 2024-03-13 muutsin selle et liigid-piirangud modal kuvaks/sulgeks oigesti.
  Ei ole kindel kas see midagi katki ei tee.
  Ma kyll ei leidnud, tundub et koik tootab oigesti edasi */
  /*position: relative;*/
  /*top: 0px;*/

  position: fixed;
  top: 65px; /* header area height */

  bottom: 0px;
  left: 0%;
  right: 0px;

  overflow: hidden;
!important;
}

#map {
  height: 100%;
  width: 100%;
  position: relative;
}

.wrap {
  margin-left: 0;
  margin-right: 0;
}

/* bootstrap row padding and margin overwritten for table responsivness fix */

.row {
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}

.header-area {
  height: 65px;
  line-height: 65px;
}

.header-area button, .header-area a {
  transform: translateY(-50%);
  top: 50%;
}

.alert-row {
  padding-right: 1.5em;
  padding-left: 1.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#small-alert {
  position: relative;
  color: red;
}

.mapHeader {

}

/* resetting elements */
.form-control {
  box-shadow: none !important;
}

.form-control:focus {
  color: #444 !important;
  border-color: #a3a3a3;
}

.form-control:active {
  color: #888 !important;
}

.input-lg {
  padding: 5px 10px !important;
}

#startView {
  width: 100%;
  height: 100%;
  background-color: green;
}

/* button color classes */

.btn-transparent {
  background-color: transparent !important;
  color: #333 !important;
}

.btn-transparent:hover {
  border: 1px solid #f8f8f8;
}

.btn-active {
  background-color: #7cc242 !important;
  color: #fff !important;
}

.btn-active:hover {
  background-color: #70b139 !important;
}

.btn-idle {
  background-color: #2b2b2b !important;
  color: #fff !important;
}

.btn-idle:hover {
  background-color: #1e1e1e !important;
}

.btn-cancel {
  background-color: #d9534f !important;
  color: #fff !important;
}

.btn-cancel:hover {
  background-color: #d43f3a !important;
}

.btn-idle-light {
  background-color: #c6c6c6 !important;
  color: #fff !important;
}

.btn-idle-light:hover {
  background-color: #b2b2b2 !important;
}

.btn-notice {
  background-color: #f0ad4e !important;
  color: #fff !important;
}

.btn-notice:hover {
  background-color: #e3a041 !important;
}

.btn-disabled {
  pointer-events: none;
  background-color: #d6d6d6 !important;
  opacity: 0.6;
}

.btn-link {
  color: #333;
}

.btn-link:hover {
  color: #555;
}

.btn-glyphicon-active {
  color: #7cc242 !important;
  font-size: 22px;
}

.btn-glyphicon-active:hover {
  color: #70b139 !important;
}

.btn-glyphicon-cancel {
  color: #d9534f !important;
  font-size: 22px;
}

.btn-glyphicon-cancel:hover {
  color: #d43f3a !important;
}

.positioning {
  border: 3px solid #0815c2 !important;
}

/* button globals */

.square-btn {
  position: relative;
  height: 40px;
  border-radius: 4px;
  outline: 0 !important;
  margin-left: 2px;
  margin-right: 2px;
  padding: 8px;
}

.square-btn p {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
}

.iconBtn span {
  position: relative;
  font-size: 18px;
  margin-right: 8px;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  float: left;
}

.iconBtn p {
  float: right;
}

.circle-btn {
  position: relative;
  height: 50px;
  width: 50px;
  border: 2px solid #7cc242;
  background: transparent;
  border-radius: 50%;
  outline: 0 !important;
  margin-left: 2px;
  margin-right: 2px;
}

.circle-btn-sm {
  position: relative;
  height: 25px;
  width: 25px;
  border: 1px solid #7cc242;
  background: transparent;
  border-radius: 50%;
  outline: 0 !important;
  margin-left: 2px;
  margin-right: 2px;
}

.transparent-btn {
  padding: 0;
  position: relative;
  height: 40px;
  width: 40px;
  border: none;
  background: transparent;
  outline: 0 !important;
  margin-left: 2px;
  margin-right: 2px;
}

/* start menu */

.startContainer {
  width: 90%;
}

.startButtonContainer {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.startButton {
  border-radius: 0px;
  position: relative;
  border: 2px solid #fff;
}

.startButton:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.startButton p {
  top: 68%;
  position: absolute;
  font-size: 16px;
  white-space: pre-line;
  left: 0px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: normal;
  color: #fff;
}

.menuCircle {
  position: absolute;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  border: 2px solid #fff;
  vertical-align: -20%;
  text-align: center;
  bottom: 40%;
  right: 30%;
}

.iconParent {
  position: relative;
  width: 100%;
  height: 100%;
}

.menuIcon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 38px;
  color: #fff;
}

.problems-yes > .item-text {
  background-image: url(../img/red_exlamation.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 0px 10px;
  padding-left: 45px;
  padding-bottom: 20px;
  padding-top: 20px;


}

.problems-no > .item-text {
  background-image: url(../img/thump_up.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: top right;
  padding-right: 25px;
  padding-bottom: 5px;
  padding-top: 5px;

}

.problem-text {
  color: red;
  font-weight: bold;
  font-size: 5em;
}

/* header buttons and sprites */

.mainBackBtn {
  position: relative;
  width: 25px;
  height: 50px;
  margin-right: 5px;
  background: transparent;
}

.mainBackBtn span {
  position: absolute;
  background: url(../img/back.svg) no-repeat;
  height: 32px;
  width: 18px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  outline: 0;
}

/* icon sprite */
.calendar,
.datatable,
.home,
.check,
.maploc,
.layer,
.layertree,
.maplochollow,
.myloc,
.opacitybtn,
.popuptable,
.ruler,
.send,
.sendarrow,
.mylocationmap,
.save,
.showmap,
.tableicon,
.vormistacheck,
#smallcheck,
.upload {
  position: absolute;
  display: inline-block;
  background: url('../img/sprite/sprite_icon.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
}

.calendar {
  background-position: 0 0;
  width: 40px;
  height: 40px;
}

.datatable {
  background-position: 0 -45px;
  width: 27px;
}

.home {
  background-position: 0 -80px;
  transform: translate(-51%, -51%) scale(0.9);
}

.check {
  background-position: 0 -115px;
}

.maploc {
  background-position: 0 -150px;
  width: 18px;
  height: 26px;
}

.layer {
  background-position: 0 -181px;
  width: 35px;
  height: 35px;
}

.layertree {
  background-position: 0 -221px;
  left: 50%;
}

.maplochollow {
  background-position: 0 -256px;
  width: 20px;
  height: 26px;
}

.myloc {
  background-position: 0 -287px;
}

.opacitybtn {
  background-position: 0 -322px;
  width: 20px;
  height: 20px;
}

.popuptable {
  background-position: 0 -347px;
}

.ruler {
  background-position: 0 -382px;
  width: 50px;
  height: 50px;
}

.send {
  background-position: 0 -437px;
  width: 27px;
}

.sendarrow {
  background-position: 0 -472px;
  width: 20px;
  height: 19px;
}

.mylocationmap {
  background-position: 0 -518px;
  width: 50px;
  height: 50px;
}

.save {
  background-position: 0 -573px;
}

.showmap {
  background-position: 0 -608px;
  width: 35px;
  height: 35px;
  transform: translate(-50%, -50%) scale(0.9);
}

.tableicon {
  background-position: 0 -648px;
  width: 27px;
}

.vormistacheck {
  background-position: 0 -683px;
  width: 27px;
}

#smallcheck {
  background-position: 0 -718px;
  width: 20px;
  height: 20px;
}

.upload {
  background-position: 0 -743px;
  width: 22px;
  height: 20px;
}

/* tool sprite */
.crossing,
.driveoff,
.turnoff,
.parking,
.line,
.passing,
.roadselect,
.point,
.snapdriveoff,
.snappoint,
.turnaround,
.notice,
.pond,
.snapline {
  position: absolute;
  display: inline-block;
  background: url('../img/sprite/sprite_tool.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
}

.turnoff {
  background-position: 0 0;
}

.driveoff {
  background-position: 0 -65px;
}

.crossing {
  background-position: 0 -130px;
}

.passing {
  background-position: 0 -195px;
}

.line {
  background-position: 0 -260px;
}

.snapdriveoff {
  background-position: 0 -325px;
}

.point {
  background-position: 0 -390px;
}

.snapline {
  background-position: 0 -455px;
}

.notice {
  background-position: 0 -520px;
}

.parking {
  background-position: 0 -585px;
}

.pond {
  background-position: 0 -650px;
}

.roadselect {
  background-position: 0 -715px;
}

.snappoint {
  background-position: 0 -780px;
}

.turnaround {
  background-position: 0 -845px;
}

.logOffBtn {
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
  width: 50px;
  height: 50px;
  position: relative;
  background: transparent;
  padding: 10px;
  outline: 0 !important;
}

.logOffBtn span {
  color: #7cc242;
  font-size: 25px;
}

.logOffBtn span:hover {
  color: #d9534f;
}

.mapLocation {
  padding-right: 15px;
  padding-left: 15px;
}

.mapLocation span {
  font-size: 24px;
  color: #7cc242;
}

.mapLocation span:hover {
  color: #70b139;
}

.objThrash {
  padding-right: 15px;
  padding-left: 15px;
}

.objThrash span {
  font-size: 24px;
  color: #d9534f;
}

.objThrash span:hover {
  color: #d43f3a;
}

/* buttons on map */

#editModeButton {
  position: absolute;
  height: 150px;
  width: 150px;
  opacity: 0.8;
  top: 8px;
  right: 1.5%;
  outline: 0;
}

#editModeButton div {
  position: absolute;
  width: 45%;
  height: 45%;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  top: 18%;
  transform: translateX(50%);
  right: 50%;
}

#editModeButton span {
  font-size: 24px;
  color: #fff;
  top: 30%;
}

#editModeButton p {
  position: absolute;
  font-size: 16px;
  color: #fff;
  bottom: 10%;
  width: 80%;
  text-align: center;
}

.mapJoonista {
  border: 5px solid red;
}

/* focus elements */

.select-area:focus,
.select-area select:focus,
.select-area input:focus,
.select-area-large:focus,
.select-area-large select:focus,
.select-area-large input:focus,
.objectComment:focus,
.transparent-btn:focus,
.circle-btn:focus,
.square-btn:focus {
  box-shadow: 0 0 1px 2px rgba(66, 124, 194, .8);
  /*border: 2px solid rgba(66, 124, 194, .8);*/
}

/* checkbox round */

.checkbox-round {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}

.checkbox-round label {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 0;
  top: 0;
  border: 2px solid #7cc242;
}

.checkbox-round label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 23px;
  height: 15px;
  background: transparent;
  top: 13px;
  left: 11px;
  border: 6px solid #7cc242;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-round label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.1;
}

.checkbox-round input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.checkbox-round-small {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}

.checkbox-round-small label {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 0;
  top: 0;
  border: 2px solid #7cc242;
}

.checkbox-round-small label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 18px;
  height: 12px;
  background: transparent;
  top: 10px;
  left: 9px;
  border: 5px solid #7cc242;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-round-small label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.1;
}

.checkbox-round-small input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.checkbox-point {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}

.checkbox-point label {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 0;
  top: 0;
  border: 2px solid #7cc242;
}

.checkbox-point label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 11px;
  height: 9px;
  background: transparent;
  top: 5px;
  left: 5px;
  border: 4px solid #7cc242;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox-point label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.1;
}

.checkbox-point input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* radio button horizontal */
.span-2 label {
  width: 50% !important;
}

.span-3 label {
  width: 33.333% !important;
}

.span-4 label {
  width: 25% !important;
}

.span-5 label {
  width: 20% !important;
}

.span-6 label {
  width: 16.666% !important;
}

.radio-buttons-horizontal {
  width: 100%;
}

.radio-buttons-horizontal input {
  display: none;
}

.radio-buttons-horizontal label {
  float: left;
}

.radio-buttons-horizontal label {
  display: inline-block;
  width: 25%;
  background-color: #fdfdfd;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 13px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  height: 50px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.radio-buttons-horizontal label:hover {
  cursor: pointer;
}

.radio-buttons-horizontal input:checked + label {
  background-color: #7cc242;
  color: #fdfdfd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio-buttons-horizontal label:first-of-type {
  border-radius: 3px 0 0 3px;
}

.radio-buttons-horizontal label:last-of-type {
  border-radius: 0 3px 3px 0;
}

/* radio buttons toggle */

.radio-buttons-toggle {
  position: relative;
  margin: 5px 10px 5px 10px;
}

.radio-buttons-toggle input {
  display: none;
}

.radio-buttons-toggle label {
  display: inline-block;
  float: left;
  width: 42px;
  background-color: #fdfdfd;
  color: #333;
  font-size: 18px;
  padding: 6px 0px;
  font-weight: normal;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.radio-buttons-toggle label:hover {
  cursor: pointer;
}

.radio-buttons-toggle input:checked + label {
  background-color: #7cc242;
  color: #fdfdfd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.radio-buttons-toggle label:first-of-type {
  border-radius: 2px 0 0 2px;
}

.radio-buttons-toggle label:last-of-type {
  border-radius: 0 2px 2px 0;
}

/* input buttons vertical */

.input-buttons-vertical {
  overflow: hidden;
  width: 350px;
}

.input-buttons-vertical-2021-11-10 {
  overflow: hidden;
  width: 750px;
}

.input-addon-area-2021-11-10 div label {
  width: 100px !important
}

.input-btn {
  width: 130px;
  position: relative;
}

.input-btn input {
  display: none;
}

.input-btn label {
  display: inline-block;
  width: 100%;
  height: 50px;
  background-color: #fdfdfd;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.input-btn label:hover {
  cursor: pointer;
}

.input-btn input:checked + label {
  background-color: #7cc242;
  color: #fdfdfd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-buttons-horizontal {
  overflow: hidden;
  width: 100%;
}

.input-btn-horizontal {
  width: 100%;
  position: relative;
}

.input-btn-horizontal input {
  display: none;
}

.input-btn-horizontal label {
  display: inline-block;
  width: 100%;
  height: 50px;
  background-color: #fdfdfd;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.input-btn-horizontal label:hover {
  cursor: pointer;
}

.input-btn-horizontal input:checked + label {
  background-color: #7cc242;
  color: #fdfdfd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-addon-area-horizontal {
  width: 100%;
  position: relative;
}

.input-addon-area-horizontal input {
  display: none;
}

.input-addon-area {
  width: 220px;
  position: relative;
}

.input-addon-area input {
  display: none;
}

.input-addon-area-2021-11-10 {
  width: 600px;
  position: relative;
}

.input-addon-area-2021-11-10 input {
  display: none;
}

.addon-panel {
  display: inline-block;
  height: 50px;
  background-color: #ededed;
  border-radius: 0;
}

.addon-panel-1 {
  display: inline-block;
  height: 50px;
  background-color: #ededed;
  border-radius: 0;
}

.addon-panel-2 {
  display: inline-block;
  height: 50px;
  background-color: #ededed;
  border-radius: 0;
}

.addon-panel-3 {
  display: inline-block;
  height: 50px;
  background-color: #ededed;
  border-radius: 0;
}

.addon-panel.addon-off, .addon-panel-1.addon-off, .addon-panel-2.addon-off, .addon-panel-3.addon-off {
  position: relative;
  left: -220px;
  width: 100%;
  padding-top: 5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.addon-panel.addon-on, .addon-panel-1.addon-on, .addon-panel-2.addon-on, .addon-panel-3.addon-on {
  left: 0px;
  width: 100%;
  padding-top: 5px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.addon-panel.horizontal-addon-off {
  position: relative;
  top: -50px;
  width: 100%;
  padding-top: 6px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.addon-panel.horizontal-addon-on {
  position: relative;
  top: 0px;
  width: 100%;
  padding-top: 6px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.addon-input-radio {
  overflow: hidden;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.addon-input-radio input {
  display: none;
}

.addon-input-radio label {
  float: left;
}

.addon-input-radio label {
  display: inline-block;
  background-color: #fdfdfd;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 7px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 0 0 0 0;
}

.addon-input-radio label:hover {
  cursor: pointer;
}

.addon-input-radio input:checked + label {
  background-color: #7cc242;
  color: #fdfdfd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*.addon-input-radio label:first-of-type {
    border-radius: 4px 0 0 4px;
}
.addon-input-radio label:last-of-type {
    border-radius: 0 4px 4px 0;
}*/
.addon-options-2 label {
  width: 50%;
}

.addon-options-3 {
  width: 95%;
}

.addon-options-3 label {
  width: 33.333%;
}

/* Zoom Buttons */

.zoomArea {
  position: absolute;
  min-height: 260px;
  width: 65px;
  top: 40%;
  right: -22.5%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.zoomButton {
  position: relative;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 45px;
  opacity: 0.9;
  border: none;
  outline: 0 !important;
}

#btnZoom1 {
  position: absolute;
  top: 0%;
}

#btnZoom2 {
  position: absolute;
  top: 25%;
}

#btnZoom3 {
  position: absolute;
  top: 50%;
}

#btnZoom4 {
  position: absolute;
  top: 75%;
}

#toggleLayers {
  position: absolute;
  right: 1.5%;
  border-radius: 50px;
  opacity: 0.8;
  height: 80px;
  width: 80px;
  bottom: 13em;
}

#toggleNorth {
  position: absolute;
  right: 1.5%;
  border-radius: 50px;
  opacity: 0.8;
  height: 80px;
  width: 80px;
  bottom: 20em;
}


.tool-btn-1 {
  position: absolute !important;
  bottom: 0.5em;
  height: 50px;
  width: 60px;
  right: 20px;
  border-radius: 5px;
  opacity: 0.8;
}

.tool-btn-2 {
  position: absolute !important;
  bottom: 0.5em;
  height: 50px;
  width: 60px;
  right: 87px;
  border-radius: 5px;
  opacity: 0.8;
}

.tool-btn-3 {
  position: absolute !important;
  bottom: 0.5em;
  height: 50px;
  width: 60px;
  right: 155px;
  border-radius: 5px;
  opacity: 0.8;
}

/* work tool buttons */

.toolButtonContainer {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-right: 0px;
}

#smallMapButton {
  position: relative;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 45px;
  opacity: 0.9;
  margin-left: 3px;
  margin-right: 3px;
  border: none;
  outline: 0 !important;
  color: #fff !important;
}

#smallMapButton:active {
  color: #fff !important;
}

#smallMapButton:hover {
  color: #fff !important;
}

/* custom input slider */

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}

input[type=range]:focus {
  outline: 0 !important;
}

/* webKit */

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #7cc242;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -5px; /* for chrome */
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

input[type=range]::-webkit-slider-thumb:active {
  height: 18px;
  width: 18px;
  margin-top: -6px;
}

input[type=range]::-webkit-slider-thumb:hover {
  height: 18px;
  width: 18px;
  margin-top: -6px;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #fdfdfd;
  border-radius: 3px;
  border: none;
}

/* Firefox */

input[type=range]::-moz-range-thumb {
  border: 1px solid #7cc242;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fdfdfd;
  cursor: pointer;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}

input[type=range]::-moz-range-thumb:active {
  height: 18px;
  width: 18px;
}

input[type=range]::-moz-range-thumb:hover {
  height: 18px;
  width: 18px;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #fdfdfd;
  border-radius: 3px;
  border: none;
}

/* IE */

input[type=range]::-ms-thumb {
  border: 1px solid #7cc242;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fdfdfd;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

input[type=range]::-ms-thumb:active {
  height: 18px;
  width: 18px;
  margin-top: 0px; /* force IE to center thumb */
}

input[type=range]::-ms-thumb:hover {
  height: 18px;
  width: 18px;
  margin-top: 0px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #fdfdfd;
  border-radius: 2.6px;
}

input[type=range]::-ms-fill-upper {
  background: #fdfdfd;
  border-radius: 2.6px;
}

output {
  color: #fdfdfd;
}

/* alerts */

.alertBox {
  background: #ff4b38;
  color: #fff;
  border: 2px solid #ff4b38;
  border-radius: 2px;
  font-size: 16px;
  text-align: left;
}

.alertBox span {
  margin-right: 5px;
}

.alertBoxSubtle {
  color: #ff4b38;
  border-radius: 2px;
  font-size: 16px;
  text-align: left;
  background: rgba(255, 75, 56, .2);
  border: 2px solid #ff4b38;
}

.alertBoxSubtle span {
  margin-right: 5px;
}

.successBox {
  background: #7CC242;
  color: #fff;
  border: 2px solid #7CC242;
  border-radius: 2px;
  font-size: 16px;
  text-align: left;
}

.successBox span {
  margin-right: 5px;
}

.successBoxSubtle {
  color: #7CC242;
  border-radius: 2px;
  font-size: 16px;
  text-align: left;
  background: rgba(124, 194, 66, .2);
  border: 2px solid #7CC242;
}

.successBoxSubtle span {
  margin-right: 5px;
}

/* helper classes */

.title-text {
  white-space: nowrap;
  margin: auto;
  float: none;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  /* style changes when the screen gets larger */
  .title-text {
    text-align: right;
    padding-right: 2em;
  }
}

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

.col-centered {
  float: none;
  margin: 0 auto;
}

.center-vertically {
  transform: translateY(-50%);
  top: 50%;
}

/* padding classes */
#smallPaddingTop {
  padding-top: 3px;
}

.mediumPaddingTop {
  padding-top: 6px;
}

.largePaddingTop {
  padding-top: 20px;
}

#smallPaddingBottom {
  padding-bottom: 3px;
}

.mediumPaddingBottom {
  padding-bottom: 6px;
}

.largePaddingBottom {
  padding-bottom: 20px;
}

#smallPaddingLeftOnly {
  padding-left: 3px !important;
  padding-right: 0px !important;
}

#smallPaddingRightOnly {
  padding-left: 0px !important;
  padding-right: 3px !important;
}

.padded-row {
  padding: 8px;
}

.footer-padding {
  padding-bottom: 3em;
}

/* margin classes */
.largeMarginBottom {
  margin-bottom: 20px;
}

.largeMarginTop {
  margin-top: 20px;
}

#smallMarginRight {
  margin-right: 3px;
}

#smallMarginLeft {
  margin-left: 3px;
}

.mediumMarginRight {
  margin-right: 6px;
}

.mediumMarginLeft {
  margin-left: 6px;
}

.largeMarginRight {
  margin-right: 20px;
}

.largeMarginLeft {
  margin-left: 20px;
}

.mediumMarginTop {
  margin-top: 6px;
}

.mediumMarginBottom {
  margin-bottom: 6px;
}

#smallMarginTop {
  margin-top: 3px;
}

#smallMarginBottom {
  margin-bottom: 3px;
}

.margin-row {
  margin: 8px;
}

/* padding reset */
.noHorizontalPadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.noPaddingLeft {
  padding-left: 0px !important;
}

.noPaddingRight {
  padding-right: 0px !important;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.border-none {
  border: none !important;
}

.border-none th, .border-none td, .border-none tr {
  border: none !important;
}

/* width classes */
.width-50 {
  width: 50px !important;
}

.width-70 {
  width: 70px !important;
}

.width-80 {
  width: 80px !important;
}

.width-90 {
  width: 90px !important;
}

.width-100 {
  width: 100px !important;
}

.width-120 {
  width: 120px !important;
}

.width-150 {
  width: 150px !important;
}

.width-170 {
  width: 170px !important;
}

.width-200 {
  width: 200px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-600 {
  width: 600px !important;
}

.width-2-percents {
  width: 2%;
}

.width-5-percents {
  width: 5%;
}

.width-10-percents {
  width: 10%;
}

.width-15-percents {
  width: 15%;
}

.width-20-percents {
  width: 20%;
}

.width-30-percents {
  width: 30%;
}

.width-29-percents {
  width: 29%;
}

@media only screen and (max-width: 1622px) {
  .width-29-percents {
    width: 10%;
  }
}

@media only screen and (max-width: 1449px) {
  .width-29-percents {
    width: 20%;
  }
}

@media only screen and (min-width: 2299px) {
  .width-29-percents {
    width: 12%;
  }

  .mediumMarginRight .marginLeft {
    margin-left: -50px;
  }
}

.mediumMarginRight .marginLeft {
  margin-left: -40px;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .mediumMarginRight .marginLeft {
    margin-left: -30px;
  }

}

.noBorder {
  border: 0px !important;
}

.noTableBorder table, .noTableBorder tr, .noTableBorder th, .noTableBorder td {
  border: 0px !important;
}

.topLineArea {
  background-color: #7cc242;
  color: #fff !important;
}

.topLineArea th {
  background-color: #7cc242;
  color: #fff !important;
}

.topLineArea a {
  background-color: #7cc242;
  color: #fff !important;
}

.header-green {
  background-color: #7cc242;
  color: #fff !important;
}

.header-green th {
  background-color: #7cc242;
  color: #fff !important;
}

.header-green a {
  background-color: #7cc242;
  color: #fff !important;
}

.header-dark {
  background-color: #555;
  color: #fff !important;
}

.header-dark th {
  background-color: #555;
  color: #fff !important;
}

.header-dark a {
  background-color: #555;
  color: #fff !important;
}

.header-red {
  background-color: #d9534f;
  color: #fff !important;
}

.header-orange {
  background-color: #f0ad4e;
  color: #fff !important;
}

.underline {
  text-decoration: underline;
}

.label-area {
  position: relative;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
}

.label-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
  width: auto;
}

.label-text-back {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
  width: auto;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.display-inline {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.row-nowrap th, .row-nowrap td {
  white-space: nowrap;
}

/* table */

.odd {
  background-color: #f3f3f3;
}

.even {
  background-color: #fdfdfd;
}

.bg-alert {
  background-color: #FFDCC5;
}

.cell-row {
  height: 50px;
  vertical-align: middle !important;
}

.large-cell-row {
  height: 70px;
  vertical-align: middle !important;
}

.table-row th,
.table-row td {
  height: 55px;
  /*padding: 0px 5px 0px 5px !important;*/
  vertical-align: middle !important;
}

.data-table-row th,
.data-table-row td {
  height: 35px;
  /*padding: 0px 5px 0px 5px !important;*/
  vertical-align: middle !important;
}

.alignedCells th,
.alignedCells td {
  height: 50px;
  text-align: center !important;
  vertical-align: middle !important;
}

.leftAlignTable th,
.leftAlignTable td {
  height: 50px;
  text-align: left !important;
  vertical-align: middle !important;
}

.ng-invalid.ng-touched {
}

.ng-valid.ng-touched input {
}

.mapJoonista {
  border: 5px solid red;
}

.warningDialog .modal-content {
  background-color: #f0ad4e;
}

/* dropdown select */

.select-area {
  position: relative;
  font-weight: normal;
  width: 100%;
}

.select-area select, .select-area input, .select-area .multiselect {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  height: 2.6em;
  font-size: 16px;
  padding: 3px 3px 0px 5px;
  resize: none;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.select-area select, .select-area multiselect {
  padding-right: 24px;
}

.select-area > .glyphicon {
  font-size: 14px;
  color: #222;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  pointer-events: none;
}

.select-area > .addon-button {
  font-size: 20px;
  color: #7cc242;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  pointer-events: auto;
  cursor: pointer;
}

.select-area input[disabled], .select-area select[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
  background: #ededed;
  border: 1px solid #c6c6c6 !important;
}

.select-area-large {
  position: relative;
  font-weight: normal;
  width: 100%;
}

.select-area-large select, .select-area-large input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 1px;
  color: #333;
  display: inline-block;
  height: 3.2em;
  font-size: 15px;
  padding: 3px 3px 0px 5px;
  resize: none;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.select-area-large > .glyphicon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.readonly-text {
  position: relative;
  top: 10px;
  font-size: 16px;
}

.readonly-text-large {
  position: relative;
  top: 13px;
  font-size: 16px;
}

.input-icon-active {
  color: #7cc242;
  font-size: 18px;
  padding-bottom: 4px;
}

.input-icon-active {
  color: #70b139;
}

.input-icon-cancel {
  color: #d9534f;
  font-size: 18px;
  padding-bottom: 4px;
}

.input-icon-cancel:hover {
  color: #d43f3a;
}

.eraldis-markmed {
  text-align: right;
  cursor: pointer;
  float: right;
  margin: 0;
  padding: 0 20px;
  font-size: 1.2em;
  border-radius: 5px;
  color: #d43f3a;
  background-color: #f0cbcf;

}

.input-icon-idle {
  color: #2b2b2b;
  font-size: 18px;
  padding-bottom: 4px;
}

.input-icon-idle:hover {
  color: #1e1e1e;
}

.input-icon-notice {
  color: #f0ad4e;
  font-size: 18px;
  padding-bottom: 4px;
}

.input-icon-notice:hover {
  color: #e3a041;
}

/* comment */
textarea.expandable {
  padding: 12px 8px 0px 8px;
  resize: none;
  overflow: hidden !important;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
  outline: none !important;
}

textarea.expandable:focus {
  height: 7em !important;
  overflow: auto !important;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.objectComment {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.42857;
  padding: 12px 8px 0px 8px;
  height: 3em;
  width: 100%;
  outline: 0 !important;
  resize: none;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
}

.objectCommentSearch {
  border: 1px solid #c6c6c6;
  color: #555;
  display: inline-block;
  font-size: 16px;
  line-height: 1.42857;
  padding: 6px;
  width: 100%;
  background-color: #fff;
  background-image: none;
  resize: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}

.planningObjectIdList > .row {
  padding: 10px !important;
}

.object-error-msg-container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.expandable-table-show {
  display: block;
}

.expandable-table-hide {
  display: none;
}

/* Particular_data */

/* Planeeringu vormid */

.selectParticularToggle {
  width: 100%;
  border-radius: 0;
  height: 40px;
  outline: 0 !important;
}

.select-cell {
  height: 30px;
  padding-top: 4px;
  border: 1px solid #ededed;
  border-radius: 0 !important;
  min-width: 100px;
  text-align: center;
  outline: 0 !important;
}

.input-addon {
  font-size: 1em;
  padding-left: 20px;
  padding-right: 20px;
}

.input-group-addon.input-lg {
  font-size: 16px !important;
  background-color: #ededed !important;
}

.dataCell td {
  height: 35px !important;
  vertical-align: middle !important;
  border-top: none !important;
  border-right: 1px solid #b2b2b2;
}

.dataCell td:last-child {
  border-right: none !important;
}

.dataCell tr {
  border-bottom: 1px solid #b2b2b2;
}

.dataCell tr:last-child {
  border-bottom: none !important;
}

.panelDataCell td {
  height: 35px !important;
  vertical-align: middle !important;
  border-top: none !important;
  border-right: 2px solid #fdfdfd;
}

.panelDataCell td:last-child {
  border-right: none !important;
}

.panelDataCell tr {
  border-bottom: 2px solid #fdfdfd;
}

.panelDataCell tr:last-child {
  border-bottom: none !important;
}

.dataBtn {
  margin-right: 2px;
  margin-left: 2px;
  padding: 10px;
  color: #fff;
  outline: 0;
  background-color: #c6c6c6;
}

.dataBtn:hover {
  background-color: #b2b2b2;
  color: #fff;
}

.cell-area-padding {
  padding-right: 5px;
}

.data-cell {
  width: auto;
}

.data-cell-date {
  width: auto;
  min-width: 85px;
}

/* tooltip */

.tooltipArea {
  position: relative;
  display: inline-block;
  outline: 0 !important;
  font-weight: normal;
}

.tooltipArea .tooltipText {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px;
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .5s;
  transition-delay: 1s;
  pointer-events: none;
}

.tooltipArea:hover .tooltipText {
  visibility: visible;
  opacity: 0.9;
  pointer-events: none;
}

.tooltipText:after {
  content: " ";
  position: absolute;
  pointer-events: none;
}

.point-right {
  top: 50%;
  transform: translateY(-50%);
  left: 120%;
}

.point-left {
  top: 50%;
  transform: translateY(-50%);
  right: 120%;
}

.point-down {
  top: 120%;
  transform: translateX(-50%);
  left: 50%;
}

.point-up {
  bottom: 120%;
  transform: translateX(-50%);
  left: 50%;
}

.point-right::after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.point-left::after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555;
}

.point-down::after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.point-up::after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* tooltip alert */

.tooltipArea .tooltipAlert {
  background-color: #F44336;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 6px;
  position: absolute;

  opacity: .8;
  height: auto;
  transition: opacity .5s;
  transition-delay: 2s;
  pointer-events: none;
}

.tooltipAlert:after {
  content: " ";
  position: absolute;

}

.point-down-alert {
  top: 120%;
  transform: translateX(-50%);
  left: 50%;
}

.point-down-alert::after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #F44336 transparent;
}

.point-up-alert {
  bottom: 120%;
  transform: translateX(-50%);
  left: 50%;
}

.point-up-alert::after {
  top: 114%;
  left: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #F44336 transparent transparent transparent;
}

.point-right-alert {
  top: 50%;
  transform: translateY(-50%);
  left: 120%;
}

.point-right-alert::after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #F44336 transparent transparent;
}

.point-left-alert {
  top: 50%;
  transform: translateY(-50%);
  right: 120%;
}

.point-left-alert::after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #F44336;
}

/* header searchbar */

.headerSearchArea {
  position: relative;
  width: 85%;
  top: 9px;
}

.headerSearchBar {
  border: 1px solid #fff;
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 1.42857;
  padding: 13px 3px 13px 3px;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
}

.searchIcon {
  width: 15%;
  padding: 0;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  line-height: 0px;
  top: 21px;
  right: 8px;
  text-align: right;
}

.searchOpen {
  color: #7cc242;
}

.searchClose {
  color: #d9534f;
}

.searchOpen:hover {
  color: #70b139;
}

.searchClose:hover {
  color: #d43f3a;
}

#searchBar-slideout {
  background: rgba(255, 255, 255, .9);
  line-height: 1.1;
  position: fixed;
  min-width: 250px;
  max-width: 350px;
  width: 30%;

  right: 0;
  max-height: 75%;
  overflow-y: scroll;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 2px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#searchBar-slideout form {
  display: block;
  padding: 15px;
}

.headerSearchTable {
  width: 100%;
}

.headerSearchTable td,
.headerSearchTable th {
  height: 35px;
  text-align: left !important;
  vertical-align: middle !important;
}

.headerSearchTable tr {
  border-bottom: 1px solid #c6c6c6;
}

.headerSearchTable a {
  cursor: pointer;
  text-decoration: underline;
}

.headerSearchTable span {
  cursor: pointer;
  color: #7cc242;
  font-size: 18px;
}

.headerSearchTable:hover span {
  color: #70b139;
}

/* slideout panels */
.overflow-wrap {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.slider-row-1 {
  top: 80px;
}

.slider-row-2 {
  top: 145px;
}

.slider-row-3 {
  top: 210px;
}

.slider-row-1 .right-slideout-button-xs {
  top: 70px !important;
}

.slider-row-2 .right-slideout-button-xs {
  top: 125px !important;
}

.right-slideout-button {
  right: 400px;
  width: 70px;
  height: 55px;
  position: absolute;
  font-size: 30px;
  text-align: left;
  opacity: 0.9;
  outline: 0 !important;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 0px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.right-slideout-button-xs {
  display: none;
}

.slideout-text-er:after {
  position: relative;
  bottom: 2px;
  content: "Er";
}

.slideout-text-lg:after {
  position: relative;
  bottom: 2px;
  content: "Lg";
}

.slideout-right {
  background: rgba(124, 194, 66, .9);
  border-right: none !important;
  color: #fdfdfd;
  font-weight: 600;
  position: fixed;
  width: 400px;
  z-index: 50;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 5px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  bottom: 10%;
}

.slideout-right form {
  display: block;
  padding: 20px;
}

.left-slideout-button {
  left: 400px;
  width: 70px;
  height: 55px;
  position: absolute;
  font-size: 30px;
  text-align: right;
  opacity: 0.9;
  outline: 0 !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 30px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.left-slideout-button-xs {
  display: none;
}

.slideout-left {
  background: rgba(124, 194, 66, .9);
  border-right: none !important;
  color: #fdfdfd;
  font-weight: 600;
  position: fixed;
  width: 400px;
  z-index: 50;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  bottom: 10%;

}

.slideout-left form {
  display: block;
  padding: 20px;
}

/* slideout toggle */
.slideout-1-left-on {
  left: 0;
}

.slideout-1-left-off {
  left: -410px;
}

.slideout-2-left-on {
  left: 0;
}

.slideout-2-left-off {
  left: -410px;
}

.slideout-3-left-on {
  left: 0;
}

.slideout-3-left-off {
  left: -410px;
}

.slideout-1-right-on {
  right: 0;
}

.slideout-1-right-off {
  right: -410px;
}

.slideout-2-right-on {
  right: 0;
}

.slideout-2-right-off {
  right: -410px;
}

.slideout-3-right-on {
  right: 0;
}

.slideout-3-right-off {
  right: -410px;
}

/* layer tree panel content */

.layerTreeGroupSelect {
  height: 35px;
  font-size: 14px;
  color: #fff;
  background: rgba(112, 177, 57, .8);
  font-weight: lighter;
  border-style: hidden;
  outline: 0;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.layerTreeGroupSelect span {
  min-width: 15%;
  display: inline-block;
  padding-top: 9px;
  padding-left: 15px;
}

.layerTreeGroupSelect p {
  text-align: left;
  min-width: 85%;
  display: inline-block;
}

.ungroupedLayerArea {
  width: 100%;
}

.layerArea {
  width: 90%;
}

.layerAreaHidden {
  display: none;
}

.layerTreeItemSelect {
  height: 35px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  font-weight: lighter;
  border-style: hidden;
  outline: 0;
  border: none;
  width: 80%;
  margin: 0px;
  padding: 0px;
}

.layerTreeItemSelect span {
  min-width: 15%;
  display: inline-block;
}

.layerTreeItemSelect p {
  min-width: 85%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.layerTreeItemSelect:hover {
  background: rgba(112, 177, 57, 0.75);
  outline: 0;
}

.layerTreeItemSelect:active {
  background: rgba(124, 194, 66, .9);
  outline: 0;
}

.layerTreeSliderButton {
  height: 35px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  font-weight: lighter;
  border-style: hidden;
  outline: 0 !important;
  border: none;
  width: 20%;
  margin: 0px;
  padding: 0px;
}

.layerTreeSliderButton:hover {
  background: rgba(112, 177, 57, 0.75);
  outline: 0;
}

.layerTreeSliderButton:active {
  background: rgba(124, 194, 66, .9);
  outline: 0;
}

.slider-shown {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider-hidden {
  display: none;
}

.layerRadioArea {
  position: absolute;
  bottom: -45px;
  width: 100%;
}

.layerRadioArea button:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.layerRadioArea button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.layerTreeRadio {
  width: 75px; /*oige? */
  height: 35px;
  font-size: 14px;
  font-weight: lighter;
  border-style: hidden;
  outline: 0;
  border: none;
  margin: 0px;
  padding: 0px;
  opacity: 0.9;
}

.layerTreeRadio p {
  padding: 7px;
}

.layersTreeBorder {
  border-bottom: 2px solid #fdfdfd;
}

.layersTreeBorder:last-child {
  border-bottom: 0px;
}

.selectLayer span {
  color: #fdfdfd;
  font-size: 14px;
}

.selectLayer p {
  margin: 0;
}

/* fixed footer */

.fixedBottom {
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
  min-height: 30px;
  max-height: 60px;
  background: rgba(252, 252, 252, .7);
  color: #555;
  padding-top: 5px;

  pointer-events: none;
}

/* priority */

.priorityLow span:first-child {
  height: 20px;
  width: 25px;
  background: #7cc454;
}

.priorityLow span {
  display: inline-block;
  height: 20px;
  width: 25px;
  background: #fff;
  border: 1px solid #bdbdbd;
}

.priorityLow span:last-child {
  height: 20px;
  width: 25px;
  background: #fff;
  border: 1px solid #bdbdbd;
}

.priorityMed span:first-child {
  height: 20px;
  width: 25px;
  background: #7cc454;
}

.priorityMed span {
  display: inline-block;
  height: 20px;
  width: 25px;
  background: #7cc454;
}

.priorityMed span:last-child {
  height: 20px;
  width: 25px;
  background: #fff;
  border: 1px solid #bdbdbd;
}

.priorityHigh span:first-child {
  height: 20px;
  width: 25px;
  background: #7cc454;
}

.priorityHigh span {
  display: inline-block;
  height: 20px;
  width: 25px;
  background: #7cc454;
}

.priorityHigh span:last-child {
  height: 20px;
  width: 25px;
  background: #7cc454;
}

/* fullscreen panel */
.openPanelButton {
  position: absolute;

  top: 5%;
  right: 5%;
}

.closePanelButton {
  position: absolute;

  top: 5%;
  right: 5%;
}

.fullpage-slideout-panel {
  background: rgba(255, 255, 255, .9);
  border-radius: 5px;
  color: #333;
  font-family: 'open-sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 98%;
  height: 98%;

}

.fullpage-slideout-panel form {
  padding: 30px;
  text-align: center;
}

/* modal */

.full-screen-modal {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0 none;

  background-color: #2a2d27;
}

.priorModalArea {
  position: fixed;
  width: 100% !important;
  left: 0%;
  margin: auto;
}

.modalSelectItemArea {
  max-width: 1200px !important;
  padding-top: 5%;
}

.modalItemSelect {
  height: 75px;
  max-width: 1200px;
  font-size: 30px;
  color: #fff;
  background: #2a2d27;
  font-weight: lighter;
  border-style: hidden;
  outline: 0;
  border: none;
  margin: 0px;
  padding: 0px;
}

.modalItemSelect p {
  text-align: center;
}

.modalItemSelect:hover {
  background: #22241f;
}

.modalAreaTop {
  border-bottom: 1px solid transparent;
  background: #7cc242;
  text-align: center;
  padding: 15px;
}

.modalAreaTop h3 {
  color: #fff;
}

.modalContent {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 16px;
}

.modalAreaBottom {
  border-top: 1px solid transparent;
  background: #fff;
  padding: 15px;
}

.modalButton {
  color: #fff;
  height: 40px;
  width: 150px;
  font-size: 16px;
  border-radius: 2px;
  font-weight: bold;
}

.full-screen-modal .modal-dialog {

}

.full-screen-modal-content .modal-body {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.select-btn-xlarge {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 50px;
}

.warningDialog .modal-content {
  background-color: #f0ad4e;
}

/* map setings fullscreen */

/* container */
.menuContainer {
  background: #2a2d27;
  padding: 5px 40px 20px;
}

/* menu header */
.menuHeader {
  max-width: 1200px;
  height: 40px;
}

.closeMenuButton {
  font-size: 38px;
  color: white;
  cursor: pointer;
  color: #fff;
  height: 40px;
  width: 40px;
  margin-top: 7px;
  text-align: center;
}

/* menu row */
.itemBorder {
  border-bottom: 3px solid #5c6751;
  max-width: 1200px;
}

.itemBorder:last-child {
  border-bottom: 3px solid transparent;
  max-width: 1200px;
}

.menuItem {
  height: 75px;
  font-size: 36px;
  color: #fff;
  background: #2a2d27;
  font-weight: lighter;
  text-align: center;
  border-style: hidden;
}

.menuItem:hover {
  background: #22241f;
}

/* loader element */
.search-loader {
  display: inline-block;
  font-size: 10px;
  margin-top: 8px;
  margin-right: 12px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  top: 34%;
  right: 10px;
  color: #7cc242;
  font-size: 4px;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0) translateY(-50%);
  -ms-transform: translateZ(0) translateY(-50%);
  transform: translateZ(0) translateY(-50%);
}

.header-loader {
  display: inline-block;
  font-size: 5px;
  margin-top: 9px;
  margin-right: 12px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* Togglable classes for panels, modals, transition etc */

/* --- slider panel --- */
.classifiers-panel-out {
  right: 0;
}

.classifiers-panel-in {
  right: -420px;
}

.particulars-panel-out {
  right: 0;
}

.particulars-panel-in {
  right: -420px;
}

.layerTree-panel-out {
  left: 0;
}

.layerTree-panel-in {
  left: -420px;
}

@media only screen and (max-width: 655px) {
  .layerTree-panel-in {
    left: -340px !important;
  }

  .classifiers-panel-in {
    right: -340px !important;
  }

  .particulars-panel-in {
    right: -340px !important;
  }
}

/* --- fullscreen panel --- */
.fullpage-panel-on {
  top: 50%;
  transition-timing-function: ease-in;
  transition: 0.5s;
}

.fullpage-panel-off {
  top: 150%;
  transition-timing-function: ease-out;
  transition: .2s;
}

.bg-blur-on {
  background: rgba(50, 50, 50, .8);
  -webkit-transition: all .7s ease-in;
  -moz-transition: all .7s ease-in;
  -o-transition: all .7s ease-in;
  transition: all .7s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


}

.bg-blur-off {
  background: transparent;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* --- header search ---*/

.searchBar-panel-out {
  top: 65px;
  z-index: 50;
}

.searchBar-panel-in {
  top: -100%;
  z-index: 50;
}

/* @media only queries */

@media only screen and (max-width: 485px), screen and (max-height: 350px) {
  #editModeButton {
    height: 100px;
    width: 100px;
  }

  #editModeButton div {
    border: 1px solid transparent;
    bottom: 45%;
  }

  #editModeButton span {
    font-size: 24px;
    color: #fff;
  }

  #editModeButton p {
    font-size: 14px;
    bottom: 0;
    width: 100%;
    transform: translateX(-15%);
  }
}

@media only screen and (max-width: 500px) {
  .modalButton {
    width: 100px;
  }
}

@media only screen and (max-height: 600px) {
  .zoomArea {
    top: 22%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}

@media only screen and (max-width: 600px) {
  .menuItem {
    font-size: 26px;
    height: 55px;
  }

  .menuItemSelect {
    font-size: 26px;
    height: 55px;
  }

  .subMenuTitle h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 655px) {
  /*.centerText {
      display: none;
  }*/
  .searchIcon {
    width: 25%;
  }


  @media only screen and (max-width: 1600px) {
    .largeTableSideScroll {
      display: block;
      overflow: auto;
    }
  }

  @media only screen and (max-width: 1200px) {
    .padded-row-md {
      padding: 10px;
    }
  }

  @media only screen and (max-width: 991px) {
    #small-buttons {
      width: 50%;

    }

    .small-search {
      width: 200px;
      position: fixed;
      top: 60px;

      right: 60px;
    }

    #small-header {
      position: absolute;
      max-width: 300px !important;
      top: 3px;
      left: 320px;

    }

    .title-text {
      font-size: 18px;
    }

    .headerSearchArea {
      position: relative;
      width: 75%;
      top: 10px;
    }

    .padded-row-sm {
      padding: 10px;
    }

    .input-buttons-vertical {
      width: 300px;
    }

    .input-btn {
      width: 100px;
    }

    .input-addon-area {
      width: 200px;
    }

    .slider-row-1 {
      top: 125px;
    }

    .slider-row-2 {
      top: 180px;
    }

    .slider-row-3 {
      top: 255px;
    }

    .slideout-left {
      width: 400px;
    }

    .left-slideout-button {
      display: none;
    }

    .left-slideout-button-xs {
      display: block;
      width: 50px;
      height: 50px;
      position: fixed;
      font-size: 24px;
      line-height: 1.2 !important;
      text-align: right;
      opacity: 0.9;
      outline: 0 !important;
      top: 110px;
      left: 5px;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      padding-top: 10px
    }

    .slideout-1-left-on {
      left: 0;
    }

    .slideout-1-left-off {
      left: -410px;
    }

    .slideout-2-left-on {
      left: 0;
    }

    .slideout-2-left-off {
      left: -410px;
    }

    .slideout-3-left-on {
      left: 0;
    }

    .slideout-3-left-off {
      left: -410px;
    }

    .slideout-right {
      bottom: 0;

      width: 50%;
      padding-bottom: 20px;
    }

    .right-slideout-button {
      display: none;
    }

    .right-slideout-button-xs {
      display: block;
      width: 50px;
      height: 50px;
      position: fixed;
      font-size: 24px;
      line-height: 1.2 !important;
      text-align: right;
      opacity: 0.9;
      outline: 0 !important;
      top: 70px;
      right: 5px;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      padding-top: 10px
    }

    .slideout-1-right-on {
      right: 0;
    }

    .slideout-1-right-off {
      right: -100%;
    }

    .slideout-2-right-on {
      right: 0;
    }

    .slideout-2-right-off {
      right: -100%;
    }

    .slideout-3-right-on {
      right: 0;
    }

    .slideout-3-right-off {
      right: -100%;
    }
  }

  @media only screen and (max-width: 1200px) {
    #small-buttons {
      width: 50%;

    }

    .small-search {
      width: 200px;
      position: fixed;
      top: 60px;

      right: 60px;
    }

    #small-header {
      position: absolute;
      top: 3px;
      left: 300px;
      width: 600px;
      text-overflow: ellipsis;
    }

    .dataBtn {
      margin-top: 4px;
    }

    .padded-row-xs {
      padding: 10px;
    }

    .title-responsive-wrap {

      background-color: rgba(255, 255, 255, 0.4);
      margin: auto;
      text-align: center;
      border-radius: 0 0 0.2em 0.2em;
      padding-left: 2em;
      padding-right: 2em;

      pointer-events: none;
      height: 55px;
      line-height: 55px;
    }
  }

  @media only screen and (max-width: 700px) {
    #small-buttons {
      width: 50%;

    }

    .small-search {
      width: 200px;
      position: fixed;
      top: 60px;

      right: 60px;
    }

    #small-header {
      position: absolute;

      top: 3px;
      left: 320px;
      width: 160px;
      text-overflow: ellipsis;
    }

    .tableSideScroll {
      display: block;
      overflow: auto;
    }

    #toggleLayers {
      height: 70px;
      width: 70px;
      bottom: 14em;
    }

    #toggleNorth {
      height: 70px;
      width: 70px;
      bottom: 20em;
    }

    .startContainer {
      padding-top: 2.5em;
    }

    .title-responsive-wrap {

      background-color: rgba(255, 255, 255, 0.4);
      margin: auto;
      text-align: center;
      border-radius: 0 0 0.2em 0.2em;
      padding: 0;
      pointer-events: none;
      height: 55px;
      line-height: 55px;
    }

    .header-area {
      min-width: 200px;
    }
  }

  @media only screen and (max-width: 570px), screen and (max-height: 480px) {
    #small-buttons {
      width: 50%;

    }

    .small-search {
      width: 200px;
      position: fixed;
      top: 60px;

      right: 60px;
    }

    #small-header {
      position: absolute;
      max-width: 300px !important;
      top: 3px;
      left: 320px;
    }

    .slideout-left {
      bottom: 0;

      width: 100%;
      padding-bottom: 20px;
    }

    .left-slideout-button {
      display: none;
    }

    .left-slideout-button-xs {
      display: block;
      width: 50px;
      height: 50px;
      position: fixed;
      font-size: 24px;
      line-height: 1.2 !important;
      text-align: right;
      opacity: 0.9;
      outline: 0 !important;
      top: 70px;
      left: 5px;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      padding-top: 10px
    }

    .slideout-1-left-on {
      left: 0;
    }

    .slideout-1-left-off {
      left: -100%;
    }

    .slideout-2-left-on {
      left: 0;
    }

    .slideout-2-left-off {
      left: -100%;
    }

    .slideout-3-left-on {
      left: 0;
    }

    .slideout-3-left-off {
      left: -100%;
    }

    .slideout-right {
      bottom: 0;

      width: 75%;
      padding-bottom: 20px;
    }

    .right-slideout-button {
      display: none;
    }

    .right-slideout-button-xs {
      display: block;
      width: 50px;
      height: 50px;
      position: fixed;
      font-size: 24px;
      line-height: 1.2 !important;
      text-align: right;
      opacity: 0.9;
      outline: 0 !important;
      top: 70px;
      right: 5px;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      padding-top: 10px
    }

    .slideout-1-right-on {
      right: 0;
    }

    .slideout-1-right-off {
      right: -100%;
    }

    .slideout-2-right-on {
      right: 0;
    }

    .slideout-2-right-off {
      right: -100%;
    }

    .slideout-3-right-on {
      right: 0;
    }

    .slideout-3-right-off {
      right: -100%;
    }

    .layerRadioArea {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
    }

    .layerRadioArea button:first-child {
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }

    .layerRadioArea button:last-child {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }

    .layerTreeRadio {
      height: 45px;
      font-size: 14px;
      font-weight: lighter;
      border-style: hidden;
      outline: 0;
      border: none;
      margin: 0px;
      padding: 0px;
      opacity: 0.9;
      border-top: 1px solid #fdfdfd;
    }

    .layerTreeRadio p {
      padding: 11px;
    }
  }

  @media only screen and (max-width: 450px) {
    #small-buttons {
      width: 50%;

    }

    .small-search {
      width: 200px;
      position: fixed;
      top: 60px;

      right: 60px;
    }

    #small-header {
      position: absolute;
      max-width: 300px !important;
      top: 3px;
      left: 320px;
    }

    .startButton p {
      bottom: 10% !important;
      font-size: 12px;
    }

    .menuIcon {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      font-size: 28px;
      color: #fff;
    }

    .slideout-left {
      margin-top: 55px;
    }

    .left-slideout-button-xs {
      top: 125px;
    }

    .slideout-right {
      margin-top: 55px;
      border-top-left-radius: 3px;
    }

    .right-slideout-button-xs {
      top: 125px;
    }

    .title-responsive-wrap {
      width: 100%;
    }

    .slider-row-1 .right-slideout-button-xs {
      top: 125px !important;
    }

    .slider-row-2 .right-slideout-button-xs {
      top: 180px !important;
    }
  }

  @media only screen and (max-height: 700px) {

    #toggleLayers {
      height: 70px;
      width: 70px;
      bottom: 14em;
    }

    #toggleNorth {
      height: 70px;
      width: 70px;
      bottom: 20em;
    }
  }

  @media only screen and (max-height: 580px) {

    #toggleLayers {
      bottom: 10em;
      height: 65px;
      width: 65px;
    }

    #toggleLayers span {
      transform: translate(-50%, -50%) scale(.8);
    }

    #toggleNorth {
      bottom: 15em;
      height: 65px;
      width: 65px;
    }
  }

  @media only screen and (min-height: 520px) {
    .tool-combo-button {
      display: none;
    }

    .tool-modal-area {
      display: none;
    }
  }

  @media only screen and (max-height: 520px) {

    #toggleNorth {
      display: none;

      position: absolute !important;

      bottom: 4.5em;
      height: 50px;
      width: 60px;
      right: 20px;
      border-radius: 5px;
      opacity: 0.8;
    }

    #toggleLayers {
      display: none;

      position: absolute !important;

      bottom: 4.5em;
      height: 50px;
      width: 60px;
      right: 87px;
      border-radius: 5px;
      opacity: 0.8;
    }

    .tool-btn-1, .tool-btn-2, .tool-btn-3 {
      display: none;
    }

    .open-tool-combo-button {
      position: absolute !important;

      bottom: 0.9em;
      height: 50px;
      width: 50px;
      right: 0.5em;
      border-radius: 50%;
      opacity: 0.8;
    }

    .tool-modal-area {
      position: absolute;
      bottom: 0.5em;
      right: 5.2em;
      height: 4.3em;
      padding: 0.4em;
      background-color: rgba(245, 245, 245, 0.8);
    }

    .tool-combo-button-1 {
      position: relative;

      height: 50px;
      width: 60px;
      border-radius: 5px;
      opacity: 0.8;
    }

    .tool-combo-button-2 {
      position: relative;

      height: 50px;
      width: 60px;
      border-radius: 5px;
      opacity: 0.8;
    }
  }

  @media only screen and (max-width: 480px) {
    #small-buttons {
      width: 50%;

    }

    .small-search {
      width: 200px;
      position: fixed;
      top: 60px;

      right: 60px;
    }

    #small-header {
      position: absolute;
      max-width: 300px !important;
      top: 3px;
      left: 320px;
    }

    .header-loader {
      font-size: 4px;
    }

    .searchIcon {
      font-size: 20px;
      top: 23px;
      right: 5px;
    }

    .circle-btn {
      height: 45px;
      width: 45px;
    }

    .circle-btn span {
      transform: translate(-50%, -50%) scale(.9);
    }

  }
}

.date-selected {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.superuser {
  color: #F44336;
  text-decoration: underline;
}

#dropdown-basic li {
  height: 60px;
  padding-left: 10px;
}

.button-wrapper {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
}

.b-header {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .a-header {
    display: none;
  }

  .b-header {
    display: unset;
  }

}

.has-saemees-erinevus {
  color: red;

}

.has-saemees-erinevus input {
  color: red !important;

}

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

/* BsModal jaoks tootab ainult siis kui panna siia yldisesse .css-i, komponentides ei toota. */
.bs-modal-xl {
  width: 75%;
}

.bs-modal-xxl {
  width: 100%;
}

.red-notification {
  color: red;
}

input.year {
  width: 70px;
}

input.month {
  width: 50px;
}

form.mkt input {
  height: 2.6em;
  font-size: 14px;
  display: block;
  border: 1px solid #c6c6c6 !important;
  margin:auto;
}


