
#measureAreaOnMap {
  position: absolute;
  z-index: 100;
  bottom: 0.5em;
  height: 50px;
  width: 60px;
  right: 87px;
  border-radius: 5px;
  opacity: 0.8;
}
/* Will be added to the sprite */
#measureAreaOnMap span {
  position: absolute;
  height: 45px;
  width: 45px;
  background: url(../img/area-ruler.svg) no-repeat;
  transform: translate(-50%, -50%);
  top: 47%;
  left: 52%;
}

.accessRoadBtn-common {
  position: absolute;
  z-index: 100;
  bottom: 0.5em;
  height: 50px;
  width: 130px;
  border-radius: 5px;
  opacity: 0.8;
}

#accessRoadBtn {
  right: 225px;
}

#accessRoadClearBtn {
  right: 360px;
}

/* for some reason bootstrap border border-warning does not work,
maybe because of our bootstrap version 3.3.5, therefore using this workaround */
.red-border-5 {
  border: 5px solid red;
}

.planning-icon {
  position: absolute;
  height: 35px;
  width: 35px;
  background: url(../img/planning.svg) no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(.9);
  -ms-transform: translate(-50%, -50%) scale(.9);
  transform: translate(-50%, -50%) scale(.9);
  top: 50%;
  left: 50%;
}
.home-icon {
  position: absolute;
  height: 35px;
  width: 35px;
  background: url(../img/home.svg) no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 48%;
  left: 48%;
}
.back-icon  {
  position: absolute;
  height: 35px;
  width: 35px;
  background: url(../img/back.svg) no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 48%;
  left: 48%;
}
.comment-icon span {
  position: absolute;
  height: 35px;
  width: 35px;
  background: url(../img/comment.svg) no-repeat;
  transform: translate(-50%, -50%) scale(.9);
  top: 50%;
  left: 50%;
}
.comment-icon-sm span {
  position: absolute;
  height: 19px;
  width: 19px;
  background: url(../img/comment.svg) no-repeat;
  transform: translate(-50%, -50%) scale(.9);
  top: 50%;
  left: 50%;
}
.proovitykk-icon span {
  position: absolute;
  height: 35px;
  width: 35px;
  background: url(../img/proovitykk.svg) no-repeat;
  transform: translate(-50%, -50%) scale(.9);
  top: 50%;
  left: 50%;
}
.notice-icon {
    position: relative;
    height: 40px;
    width: 40px;
    border: none;
    background: transparent;
    outline: 0 !important;
    margin-left: 2px;
    margin-right: 2px;
    z-index: 50;
}
.notice-icon span {
  position: absolute;
  height: 35px;
  width: 35px;
  background: url(../img/notice.svg) no-repeat;
  transform: translate(-50%, -50%) scale(0.8);
  top: 50%;
  left: 50%;
}
.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}
.tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  border-top-color: #ffcc33;
}
.light-border {
  border-bottom: 1px solid #ddd !important;
  border-top: 1px solid transparent !important;
}
.light-border:last-child {
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
}
/* zoom slider */
.zoomSliderArea {
  position: absolute;
  min-height: 280px;
  width: 40px;
  top: 110px;
  right: -60px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.zoomSliderArea .ol-zoomslider {
  position: absolute;
  min-height: 260px;
  width: 10px;
  top: 10px;
  left: 15px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: rgba(253, 253, 253, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.zoomSliderArea .ol-zoomslider:hover {
  background-color: rgba(253, 253, 253, 0.9);
}

.zoomSliderArea .ol-zoomslider-thumb {
  height: 30px;
  width: 30px;
  margin: -12px;
  filter: none;
  background-color: rgba(124, 194, 66, .9);
  border-radius: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.zoomSliderArea .ol-zoomslider-thumb:focus {
  background-color: rgba(124, 194, 66, .9);
}
.zoomSliderArea .ol-zoomslider-thumb:hover {
  background-color: rgba(112, 177, 57, .9);
}
.zoomSliderArea .ol-zoom {
  position: absolute;
  height: 330px;
  top: -25px;
  background: none;
}

.zoomSliderArea .ol-zoom  .ol-zoom-in {
  position:absolute;
  top: -3px;
  left: -5px;
  font-size: 18px;
  width: 35px;
  background-color: rgba(124, 194, 66, .9);
}
.zoomSliderArea .ol-zoom .ol-zoom-out {
  position:absolute;
  bottom:-3px;
  left:-5px;
  font-size: 18px;
  width: 35px;
  background-color: rgba(124, 194, 66, .9);
}
@media only screen and (max-width: 450px){
  .zoomSliderArea {
    right: -50px;
  }
}
@media only screen and (max-width: 550px){
  .zoomSliderArea {
    right: -50px;
  }
}
@media screen and (max-width: 450px) , screen and (max-height: 580px) {

  .zoomSliderArea .ol-zoomslider {
    display: none;
  }
  .zoomSliderArea {
    background: transparent;
    height: 69px;
    top: 65%;
  }
  .zoomSliderArea .ol-zoom {
    position: absolute;
    height: 69px;
    top: -75px;
  }
  .zoomSliderArea .ol-zoom  .ol-zoom-in {
    position:absolute;
    top: -3px;
    left: -5px;
    font-size: 18px;
    width: 50px;
    height: 35px;
    border-radius: 30px 30px 0 0;
    background-color: rgba(124, 194, 66, .9);
  }
  .zoomSliderArea .ol-zoom .ol-zoom-out {
    position:absolute;
    bottom:-3px;
    left:-5px;
    font-size: 18px;
    width: 50px;
    height: 35px;
    border-radius: 0 0 30px 30px;
    background-color: rgba(124, 194, 66, .9);
  }
}
.btn-badge {
    margin-left: 5px;
    margin-top: 1px;
    color: #222 !important;
    background-color: #fdfdfd !important;
    padding: 4px 10px !important;
}
.btn-notice-badge {
  position: absolute !important;
  padding: 4px;
  left: 31px !important;
  top: 27px !important;
  color: #fff;
  background-color: #FF3333;
  height: 20px;
  width: 20px;
}

.span-3 label {
  width: 33.333% !important;
}
.span-4 label {
  width: 25% !important;
}
@keyframes show {
    0% {
        display: none;
        height: 0;
    }
    1% {
        display: block;
    }
    100% {
        display: block;
        height: 100%;
    }
}
@keyframes hide {
    0% {
        display: block;
        height: 100%
    }
    99% {
        display: block;
    }
    100% {
        display: none;
        height: 0;
    }
}

.datepicker-custom {
  top: 55px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.search-custom {
  color: #7cc242;
  font-size: 18px;
}
.width-custom-worktype {
  width: 70px;
}
@media only screen and (max-width: 991px) {
  .width-custom-worktype {
    width: 60px;
  }
}
.has-error input {
  border: 2px solid #ff1515 !important;
  -moz-box-shadow:    0px 0px 3px 0px #ff1515;
  -webkit-box-shadow: 0px 0px 3px 0px #ff1515;
  box-shadow:         0px 0px 3px 0px #ff1515;
  z-index: 100;
}
/*
.zoomSliderArea a.ol-zoomslider-handle:hover {
  background-color: red;
}
*/

/* pagination */

.custom-pagination > .pagination > li > a {
  font-size: 14px;
  color: #444;
  background-color: #fdfdfd;
  outline: 0 !important;
  padding: 8px 13px;
}
.custom-pagination > .pagination > li > a:active,
.custom-pagination > .pagination > li > a:focus {
  background-color: #7cc242;
  color: #fdfdfd;
}
.custom-pagination > .pagination > .active > a {
  background-color: #7cc242;
  border: 1px solid #7cc242;
  color: #fdfdfd;
}
.custom-group-btn {
  height: 40px;
  border: 1px solid #ddd;
  padding-top: 9px;
  font-weight: 600;
  width: 65px;
}
.filter-small-icon {
  cursor: pointer;
  color: #7cc242;
  font-size: 18px;
  top: 4px;
}

.datepicker-wrapper tr, .datepicker-wrapper td {
  height: auto !important;
  padding: 1px !important;
}
.datepicker-wrapper th {
  height: auto !important;
  padding: 3px !important;
}
.show-only-first-label {
  color: #fdfdfd;
}
.show-only-first-label:first-child {
  color: #333;
}

.select-plus span {
  position: absolute;
  height: 48px;
  width: 48px;
  background: url(../img/select-plus.svg) no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(.9);
  -ms-transform: translate(-50%, -50%) scale(.9);
  transform: translate(-50%, -50%) scale(.9);
  top: 50%;
  left: 50%;
}
.select-minus span {
  position: absolute;
  height: 48px;
  width: 48px;
  background: url(../img/select-minus.svg) no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(.9);
  -ms-transform: translate(-50%, -50%) scale(.9);
  transform: translate(-50%, -50%) scale(.9);
  top: 50%;
  left: 50%;
}
.select-plus-minus span {
  position: absolute;
  height: 48px;
  width: 48px;
  background: url(../img/select-plus-minus.svg) no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(.9);
  -ms-transform: translate(-50%, -50%) scale(.9);
  transform: translate(-50%, -50%) scale(.9);
  top: 50%;
  left: 50%;
}
.tool-select-container {
  position: absolute;
  bottom: 0.5em;
  right: 220px;
  height: 50px;
  width: 186px;
}
.tool-btn-select {
  position: absolute !important;
  z-index: 100;
  right: 0;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  opacity: 0.8;
  color: #fff !important;
  background-color: transparent;
  outline: 0 !important;
  padding-top: 6px;
}
.tool-btn-select span {
  padding: 6px !important;
  border-radius: 30px !important;
  background-color: rgba(124, 194, 66, .9) !important;
}
.tool-close span {
  transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tool-open span {
  transform: rotate(90deg);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tool-select-shown {
  display: block;
}
.tool-select-hidden {
  display: none;
}
.tool-select-content {
    position: absolute;
    border-radius: 2px;
    z-index: 100;
    left: 0;
    bottom: 8%;
}

.tool-select-content a {
    color: #fdfdfd;
    padding: 14px 14px 15px 14px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.tool-idle {
  color: #fdfdfd;
  background-color: rgba(43, 43, 43, .8);
}
.tool-idle:hover {
  background-color: rgba(43, 43, 43, .6);
}
.tool-selected {
  color: #fdfdfd;
  background-color: rgba(124, 194, 66, .8);
}
.tool-selected:hover {
  background-color: rgba(124, 194, 66, .6);
}
.row-border {
  border-top: 1px solid #ddd;
}
.row-border:first-child {
  border-top: 1px solid transparent;
}

.simple-notification-wrapper {
  z-index: 1100 !important;
}

.row-nowrap th, .row-nowrap td{
    white-space: nowrap;
}
.fullTableSideScroll {
    display: block;
    overflow-x: auto;
}
.fullTableSideScroll th {
    width: 1%;
}
.checkbox-disabled {
    pointer-events: none;
    opacity: 0.3;
}
.checkbox-disabled label:after {
    display: none;
}
.test-bg {

  background: url(../img/sprite/test.png);
}

.large-select-button {
  height: 70px;
  border-radius: 0;
  width: 100%;
  white-space: normal;
  font-size: 16px;

}
