@charset "UTF-8";
/* SewerRobotics */

@import url(https://fonts.googleapis.com/css?family=Muli:400,500,700&display=swap);
@import url('bootstrap.min.css');

html,body{height:100%;}
body{padding-top:50px; font-family:'Muli', sans-serif; font-size:14px; font-weight:400; background-color:#000;}

/*resets etc*/
.noSelect{-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.showCursor{cursor:pointer;}

 /*background colors*/
.bg-dark{background-color:#222629!important;}
.bg-warning{background-color:#ea660d!important;}

/*links*/
a:link,a:hover,a:visited,a:active{text-decoration:none;}
a.linkOrange{color:#ea660d;}

/*headings*/
h1{font-size:20px; font-weight:400;}
h2{font-size:22px; font-weight:500;}
h5{font-size:16px; font-weight:400;}

/*text*/
font-weight-medium{font-weight:500;}
.text-dark{color:#222629!important;}
.text-grey{color:#999;}


/*top*/
.top{box-shadow:0px 3px 3px 0px rgba(0,0,0,0.2);}
.top ul{padding:15px 0; font-size:0; line-height:1;}
.top ul li{display:inline-block;}
.top ul li:not(:last-child){margin-right:20px;}
.top ul li a{padding:15px 0; font-size:19px; color:#999;}

.toggleNav{padding:15px; font-size:19px; color:#999;}
.toggleNav.active{display:none;}
.closeNav{padding:15px; display:none; font-size:19px; color:#999;}
.closeNav.active{display:block;}


/*navigation*/
.navMobile{height:calc(100% - 49px); top:49px; bottom:0; z-index:-1 !important; display: none !important; opacity:0; ; background-color:#121315; transition:all .4s linear;}
.navMobile.active{display: block !important; opacity:1; z-index:99999 !important;}
.navMobile .d-table .d-table-row:last-child{height:1%;}
.navMobile ul li{padding:10px 0;}
.navMobile ul li a{color:#FFF;}
.navMobile img{margin-bottom:15px; width:calc(100% / 3);}
.navMobile ul li a i{display: none;}

.navMain{height:100%; position:fixed; top:0; left:0; z-index:1031}
.navMain .d-table-row:last-child{height:1%;}

.navMain ul{padding-top:50px; line-height:1;}
.navMain ul li{padding:0 15px; border-top:solid 1px #666; font-size:12px;}
.navMain ul li:last-child{border-bottom:solid 1px #666;}
.navMain ul li i{margin-right:15px; font-size:16px;}
.navMain ul li a{padding:10px 0 11px 0; color:#888; transition:color .3s linear;}
.navMain ul li.active a, .navMain ul li a:hover{color:#fefefe;}
.navMain ul li .current{margin:2px 9px 0 0; width:3px; height:16px; display:none;}
.navMain ul li.active .current{display:inline-block;}
.navMain ul li .notification{width:auto;; height:20px; text-align: center; overflow:hidden; font-size:10px; line-height:20px; font-weight:400; border-radius: 10px !important; padding: 0 3px;}

.navMain .logo{width:calc(100% - 50px); height:auto;}


/*info blocks*/
.infoBlocks{width:calc(100% + 15px); font-size:0; line-height:1;}
.infoBlocks li{padding:15px 10px 15px 10px; width:50%; display:inline-block; border-right:solid 15px #000; border-bottom:solid 15px #000; background-color:#222629;}
.infoBlocks li.inactive{display:none; background-color:#121315;}
.infoBlocks li .d-table{font-size:24px;}
.infoBlocks.cleaning li .d-table{font-size:14px;}
.infoBlocks span{font-size:9px; line-height:1.5em; opacity:.5;}
.infoBlocks span span {opacity:1;}


/*content*/
.contentWrapper{padding:30px 15px 0 15px;}
.content{padding:20px 15px 15px 15px;}
.contentForm{padding:20px 15px 15px 15px;}


/*tables*/
.tableContent, .tableContent a{line-height:1.4; color:#999;}
.tableContent .d-table-row:first-child .d-table-cell, .tableContent .d-table-row:first-child .d-sm-table-cell, .tableContent .d-table-row:first-child .d-md-table-cell{border-bottom:solid 1px #CCC;}
.tableContent .d-table-row:nth-child(odd){background-color:#f7f7f7;}
.tableContent .d-table-row:nth-child(even){background-color:#FFF;}
.tableContent .d-table-row:first-child{background-color:#FFF;}
.tableContent .d-table-row .d-table-cell{padding:20px calc(15px / 2);}
.tableContent .d-table-row .d-table-cell:first-child, .tableContent .d-table-row .d-md-table-cell:first-child{padding-left:15px; width:1%; min-width: 110px; }
.tableContent .d-table-row .d-table-cell:last-child{padding-right:15px; width:1%;}
.tableContent .d-table-row .d-table-cell.edit, .tableContent .d-table-row .d-table-cell.map, .tableContent .d-table-row .d-table-cell.assign{width:1%;}
.tableContent .d-table-row .d-table-cell.view a{padding:5px 10px 6px 10px; font-weight:400; color:#FFF; border-radius:4px; background-color:#222629;}
.tableContent .d-table-row .d-table-cell.assign label{padding:7px 10px 8px 10px; font-weight:400; color:#FFF; border-radius:4px; background-color:#999;}
.tableContent .d-table-row .d-table-cell.assign select{width:100px; overflow:hidden;}

.tableNav{line-height:1; background-color:#999;}
.tableNav .d-table-cell{padding:20px 10px;}
.tableNav .d-table-cell:first-child{padding-left:10px; color:rgba(255,255,255,0.5)}
.tableNav .d-table-cell:last-child{padding-right:10px; width:1%;}
.tableNav a{color:#FFF;}


/*forms & buttons*/
label{color:#999;}
.form-control, .form-control:focus{font-size:14px; border:none; border-radius:5px; background-color:#ccc; box-shadow:none;}
.custom-select{display:inline-block; background:#CCC url(../img/select-ico.svg); background-position:right; background-repeat:no-repeat;}
.custom-select:disabled{border-color:#CCC; background:#CCC url(../img/select-ico-disabled.svg); background-position:right; background-repeat:no-repeat;}
.custom-select:focus{box-shadow:none;}
.custom-radio .custom-control-input:checked~.custom-control-label::before{background:#FFF;}
.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url(../img/radio-dot.svg);}
.custom-control-input:checked~.custom-control-label::before{border-color:#999}

.btn, .btn:focus{font-size:14px; border:none!important; border-radius:5px; box-shadow:none!important; text-decoration: none !important;}
.btn-light, .btn-light:hover, .btn-light:focus, .btn-light:active{color:#222629!important; background-color:#FFF!important;}
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active{color:#FFF!important; background-color:#ea660d!important;}
.btn-success:hover, .btn-success:focus, .btn-success:active{background-color:#28a745!important;}

.formsFrontend{width:290px; box-shadow:0px 0px 15px 0px rgba(0,0,0,1); background-color:#000;}
.formsFrontend a{color:#FFF;}
.logoFrontend{width:auto; height:30px;}

/*search*/
.searchBar{padding:15px; background-color:#121315;}
.searchBar .d-table .d-table-cell:last-child{width:1%;}
.searchBar i{margin-right:13px;}
.searchBar form{width:calc(100% - 61px);}
.searchBar .form-control{line-height:1; background-color:#121315; transition:all .3s linear; color: #fff;}
.searchBar .form-control:focus{background-color:#222629;}
.searchBar img{width:auto; height:14px;}


/*map*/
.mapFilters{padding:0 15px;right:25px;; z-index:1; line-height:1; visibility:hidden; opacity:0; transition:all .4s linear;}
.mapFilters.active{visibility:visible; opacity:1;}
.mapFilters li{border-bottom:solid 1px #ccc;}
.mapFilters li:last-child{border-bottom:none;}
.mapFilters li span{padding:10px 0; display:block; color:#121315; transition:opacity .3s linear;}
.mapFilters li span:hover{opacity:.7;}
.mapFilters li i{margin-right:9px;}
.mapFilters li a{padding:10px 0; display:block; color:#121315; transition:opacity .3s linear; text-decoration: none;}

.mapFilters hr { display: block; padding: 0; margin: -1px 0 0 0; height: 1; background-color: #000; border-bottom: 1px dashed #fff; box-sizing: border-box;}

.mapPopup{width:calc(100% - 30px); display:none; background-color:rgba(18,19,21,0.9)}
.mapPopup.active{display:block;}
.mapPopupClose{font-size:20px;}
.mapPopupContent{width:100%; border:solid 1px #333; box-shadow:0px 0px 15px 0px rgba(0,0,0,1); background-color:#121315; overflow:hidden}
.mapPopupContent

.mapPopupCarousel .carouselControls{width:28px; height:24px; position:absolute; right:15px; top:7px; z-index:10; font-size:24px; line-height:1;}
.mapPopupCarousel .carouselCounter{position:absolute; right:54px; top:7px; font-size:14px; color:#FFF; line-height:auto;}
.mapPopupCarousel h4{padding:10px 10px 10px 10px; font-size:12px; font-weight:400; border-bottom:solid 1px #333;}
.mapPopupCarousel ul{width:100%; font-size:0;}
.mapPopupCarousel ul li{padding:10px 0px 10px 10px; width:calc(100% / 3); display:inline-block; font-size:12px; white-space:nowrap;}
/* .mapPopupCarousel ul li:first-child{padding-left:10px;} */
.mapPopupCarousel ul li:last-child{padding-top:0; padding-left:10px; width:100%; vertical-align:middle; border-bottom:none;}
.mapPopupCarousel ul li i{font-size:16px;}
.mapPopupCarousel ul li span{display:block;}
.mapPopupCarousel ul li .d-table{padding:10px; border-radius:5px; background-color:#222629;}
.mapPopupCarousel ul li .d-table .d-table-row .d-table-cell:first-child{padding-right:15px; width:1%;}
.mapPopupCarousel button{margin:0 auto 15px auto;}

.mapPopupMap{padding:10px;}
.mapPopupMap img{width:100%; height:auto;}
.mapPopupVideo{padding:0 10px 10px 10px;}
.mapPopupVideo video{width:100%; height:auto;}
.mapPopupVideo video:focus{outline:none;}
.mapPopupNoticifactions{padding:0 10px 10px 10px; clear:both;}
.mapPopupNoticifactions span{padding:10px; border-radius:5px; font-size:12px; background-color:#222629;}

.mapPopupCarousel .cleaningsoverviewcontainer {
  font-size: 13px !important;
}
.mapPopupCarousel .d-table-cell, .mapPopupCarousel .d-md-table-cell {
    padding: 6px 10px !important;
}
.mapPopupCarousel .d-table-cell, .mapPopupCarousel .view a {
  display: block;
  padding: 4px 6px !important;

}

.gm-style .gm-style-iw{font-family:'Muli', sans-serif; font-size:14px!important;}
.gm-style .gm-style-iw hr{margin:10px 0 8px 0;}
.gm-style .gm-style-iw table td{padding:3px 0 2px 0;}
.gm-style .gm-style-iw table tr:last-child td{padding-top:5px;}
.gm-style .gm-style-iw a, .viewDetails{padding:8px 10px 10px 10px; color:#FFF; line-height:1; cursor: pointer; border-radius:5px; background-color:#ea660d;}
.gm-style-iw{width: 300px!important;}
.map-popup h5{font-family:'Muli', sans-serif;}


@media(max-width:768px){
/*tables*/
.tableContent .d-table-row .d-table-cell.client{padding-left:15px; width:1%; white-space:nowrap;}
.tableContent.robots .d-table-row .d-table-cell:first-child{width:auto;}
.tableContent .d-table-row .d-table-cell.assign div{width:1px; height:1px;}
.tableContent .d-table-row .d-table-cell.assign select{margin-top:-100px; width:1px; height:1px;}

body{font-size:13px;}
}


@media(min-width:768px){
/*info blocks*/
.infoBlocks li{padding:25px 25px 25px 25px; width:calc(100% / 3);}
.infoBlocks li .d-table{font-size:32px;}
.infoBlocks.cleaning li .d-table{font-size:22px;}
.infoBlocks span{font-size:13px;}


/*content*/
.contentWrapper{padding:40px 25px 0 25px;}
.content{padding:20px 15px 15px 15px;}
.content h2{margin-bottom:15px;}
.contentForm{padding:20px 10px 15px 10px;}


/*tables*/
.tableContent .d-table-row .d-table-cell, .tableContent .d-table-row .d-md-table-cell{padding:20px calc(25px / 2);}
.tableContent .d-table-row .d-table-cell:first-child, .tableContent .d-table-row .d-md-table-cell:first-child{}
.tableContent .d-table-row .d-table-cell:last-child{padding-right:25px;}

.tableNav .d-table-cell{padding:20px calc(25px / 2);}
.tableNav .d-table-cell:first-child{}
.tableNav .d-table-cell:last-child{padding-right:25px; width:1%;}

/*map*/
.mapPopup{width:calc(100% - 30px); background-color:rgba(18,19,21,0.5)}
.mapPopupClose{font-size:20px;}
.mapPopupContent{width:668px; border:none;}

.mapPopupCarousel h4{padding:10px 15px 10px 15px; font-size:14px;}
.mapPopupCarousel ul{display:table; border-bottom:solid 1px #333;}
.mapPopupCarousel ul li{padding:15px 15px 15px 0; width:calc(50% / 4); display:table-cell;}
.mapPopupCarousel ul li:first-child{padding-left:15px;}
.mapPopupCarousel ul li:last-child{padding-top:15px; padding-left:15px; width:50%; border-left:solid 1px #333;}
.mapPopupCarousel ul li i{font-size:20px;}
.mapPopupCarousel ul li .d-table{padding:15px;}

.mapPopupMap{padding:15px 0 15px 15px; width:calc(50% - calc(15px / 2 )); float:left;}
.mapPopupVideo{padding:15px 15px 15px 0; width:calc(50% - calc(15px / 2 )); float:right;}
.mapPopupNoticifactions{padding:0 15px 15px 15px;}
.mapPopupNoticifactions span{padding:15px; border-radius:5px;}
}

@media(min-width:992px){
/*info blocks*/
.infoBlocks{display:table; }
.infoBlocks li{padding:35px 40px 35px 40px; width:20%; display:table-cell;}
.infoBlocks.cleaning li{padding:25px 15px 25px 15px; width:20%; display:table-cell;}
.infoBlocks li.inactive{display:table-cell;}
.infoBlocks li .d-table{font-size:32px;}
.infoBlocks.cleaning li .d-table{font-size:15px;}
.infoBlocks span{font-size:11px;}
}

@media(min-width:1200px){
/*info blocks*/
.infoBlocks{display:table; }
.infoBlocks li{padding:35px 40px 35px 40px; width:20%; display:table-cell;}
.infoBlocks.cleaning li{padding:25px 30px 25px 30px; width:20%; display:table-cell;}
.infoBlocks li.inactive{display:table-cell;}
.infoBlocks li .d-table{font-size:32px;}
.infoBlocks.cleaning li .d-table{font-size:24px;}
.infoBlocks span{font-size:13px;}
}

/* added by Job */
.msgs  {
}
.msgs p {
    padding: 15px;
    margin: 0px;
}

.has-error label {
    color: #cb2131 !important;
}
.has-error input {
    border: 1px solid #cb2131 !important;
    background-color: #f5c6cb;
    color: #721c24;
}

.disabled {
    opacity:0.5;
}
.loginscreen .msgs p {
    padding: 10px;
    margin: 0px;
}
.loginscreen .col-lg-10 {
    max-width: none !important;
}
.loginscreen .offset-lg-2 {
    margin: 0 0 15px 0;
}


#cleaningmap {
        width: 100%;
        /*height: calc((100% / 16) * 9); */
        padding-top: 50%;
        border:solid 1px #999;
}

.mapfilter {
    min-width: 142px;
}

.mapfilter img {
        float: left;
    }

.activeprio {
    float: right;
    white-space: nowrap;
    line-height: 14px;
}

.activeprio i {
    margin-right: 6px;
}


.activeprio {
    float: right;
    white-space: nowrap;
    line-height: 14px;
}


.text-grey a {
  color: #fff;
  text-decoration: underline;
}
.paginator-select {
  width: auto;
  display: inline-block;
  margin-left: 8px;
  line-height: 32px;
  height: 32px;
  padding: 0 28px 0 8px;
}


@media(max-width:500px){
  .paginator-select {
    display: block;
    margin: 10px auto 0 auto;
  }
}
.orderlinks .d-table-cell {

}
.orderlinks i {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 0px;
}

.orderlinks a {
  color: #000;
  width: 100%;
  position: relative;
  padding-right: 15px;
}
.orderlinks a:hover {
    color: #ea660d;
}

.loader {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 9999999;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
}

.loader i {
  color: #fff;
  font-size: 40px;
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
}

.accbtn {
  opacity:0.5;
}

#loader {
  color: #fff;
  display: none;
  font-size: 22px;
  margin-left: 10px;
}
#loader i {
}
#imgoutput {display: none;}

#imgoutput h5 {
width: calc(50% - 20px);
float: left;
padding-left: 20px;
}

#loading, #loadingdownload {
 display: none;
 background-color: rgba(0,0,0,0.85);
 color: #fff;
 position: fixed;
 top: 0;
 width: 100vw;
 text-align: center;
 height: 100vh;
 left: 0;
 z-index: 99999;
 padding: 30vh 30px 0 30px;
 font-size: 16px;
}
#loading i, #loadingdownload i {
  margin-bottom: 20px;
  font-size: 36px;
}

.fancybox {
  border: none !important;
  background-color: transperant !important;
  padding: 0 !important;
}


#thumbnailContainer img {
	width: 50%;
	height: auto;
  margin-bottom: 10px;
  float: left;
}
#piemenu {
  width: 50%;
  float: left;
}
#piemenu > svg { width: 100%; height: auto; }
#piemenu { height: 200px; width: 200px; margin:auto; }
@media (max-width: 1200px) {
   #piemenu { float: none; }
   #thumbnailContainer img { float: none; width: 100%; }
   #imgoutput h5 { width: 100%;
     padding: 0;
 }
}
/*@media (max-width: 800px) { #piemenu { height: 100px; width: 100px; } } */
[class|=wheelnav-piemenu-slice-basic] { fill: #ea660d; fill-opacity: 0.75; stroke: none; }
[class|=wheelnav-piemenu-slice-selected] { fill: #ea660d; fill-opacity: 1; stroke: none; }
[class|=wheelnav-piemenu-slice-hover] { fill: #ea660d;  stroke: none; fill-opacity: 0.9; cursor: pointer; }

[class|=wheelnav-piemenu-title-basic] { fill: #333; stroke: none; }
[class|=wheelnav-piemenu-title-selected] { fill: #fff; stroke: none; }
[class|=wheelnav-piemenu-title-hover] { fill: #222; stroke: none; cursor: pointer; }
[class|=wheelnav-piemenu-title] > tspan { font-family: sans-serif; font-size: 14px; }

.observationform {
  clear: both;
}
.codestep2, .codestep3, .otherstep {
  margin-top: 10px;
  display: none;
}
.timelinevideo {
  width: 100%;
  border-bottom: 2px solid #bbb;
  position: relative;
  height: 30px;
  margin-bottom: 15px;
}

.videoblock span {
  display: block;
  float: left;
  line-height: normal;
  min-height: 40px;
  margin-right: 6px;
}

.framepointer {
  color: #bbb;
  font-size: 11px;
  line-height: 16px;
  display: block;
  position: absolute;
  bottom: -1px;
  cursor: pointer;
}
.framepointer span, .videoblock .framepointer span {
  display: none !important;
  position: absolute;
  background-color: #000;
  color: #fff;
  line-height: 13px;
  padding:4px 4px;
  top: -36px;
  min-width: 200px;
}

.framepointer i {
  font-size: 16px;
  margin-bottom: -1px;
}

.framepointer:hover {
  color: #ffffff;
}

.flagactive {
  color: #ea660d;
}
.framepointer:hover span {
  display: block !important;
}
video::-webkit-media-controls {
  position: relative;
  padding: 0;
}
audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    width: 100% !important;
    left: 0;
    margin-left: 0 !important;
    padding: 0 !important;
}
video::-moz-media-controls-timeline {
    width: 100% !important;
    left: 0;
    margin-left: 0 !important;
    padding: 0 !important;
}

.clockfase {
  display: block;
}

.cfilter {
  display: none;
}


.cleaningoverview .m-label {
  display: none;
  background-color: #ccc;
  line-height: 20px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 8px;
}

@media (max-width: 768px) {
.cleaningoverview .m-label {
  display: block;
  text-align: left;
}
  .orderlinks {
    display: block !important;
    border-bottom: 1px solid #ccc !important;
  }
.cfilter {
  display: block;
  text-align: right;
  padding: 8px 10px;
  cursor: pointer;
}
.cfilter i {
  position: relative;
  float: right;
  margin-left: 6px;
}
    .cleaningsoverviewcontainer {
      width: 100% !important;
      display: block !important;
    }
    .cleaningoverview {
      width: 100% !important;
      display: block !important;
      position: relative;
      padding: 10px 0 !important;
    }
    .cleaningoverview::after {
      content: "";
      clear: both;
      display: table;
    }
  .cleaningoverview  .d-table-cell {
      display: block !important;
      width: calc(100% - 55px) !important;
      padding: 4px 20px !important;
      line-height: 20px;
      min-height: 28px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left !important;
    }
  .cleaningoverview  .d-table-cell br {
    display: none;
  }
.cleaningoverview  .d-table-cell p {
  margin: 0;
  padding: 0;
}
.cleaningoverview  .client br {
  display: none;
}
    .cleaningoverview .adminedit, .cleaningoverview .view {
      display: block !important;
      width: 40px !important;
      position: absolute;
      top: 15px;
      right: 10px;
      text-align: center;
      padding: 0 !important;
      overflow: visible;
    }
    .cleaningoverview .adminedit a {
      display: block;
      margin: 0 auto;
    }
    .cleaningoverview .adminedit {
      top: 45px;
    }

      .orderlinks .mfilter {
        display: none !important;
        width: 100% !important;
        border:none !important;
        padding: 6px 20px !important;
        border-top: 1px solid #ccc !important;
        text-align: left !important;
      }
      .orderlinks .d-none, .m-none {
        display: none !important;
      }
  .cleaningoverview .adminedit2 {

      display: block !important;
      width: 25% !important;
      float: left;
      text-align: center;
      padding-top: 8px;
      font-size: 18px;
  }
}

.othercontainer {
  display: none;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 25;
  left: 0;
  top: 0;
  position: fixed;
  padding-top: 40vh;
  padding-left: calc(50vw - 125px);
}
.othercontainer .layerclose {
  width: 280px;
  text-align: right;
  padding-bottom: 8px;
  color: #fff;
}
.othercontainer .form-group {
  width: 280px;
  padding: 15px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0);
    background-color: #121315;
    overflow: hidden;
}
.othercontainer .form-group input {
  float: left;
  width: calc(100% - 50px);
}
.othercontainer .form-group .btn {
  float: right;
}

.form-group a {
  display: block;
  line-height: 30px;
}
.nopipeidextra {
  display: none;
}
.collapseitem {
  cursor: pointer;
}

.collapseitem .btn {
  padding: 0;
  width: 28px;
  line-height: 28px;
  text-align: center;
}

.topinfocleaning {
  width: 100%;
}

.topinfocleaning .w-20 {
  width: 20%;
  padding-left: 10px;
}

.topinfocleaning .w-20:first-child {
  padding-left: 0;
}
.topinfocleaning .w-40 {
  width: 40%;
  padding-left: 10px;
}

.topinfocleaning a {
  color: #999;
}

.obsertvations-row {
  position: relative;
}

.mobile-observation-desc {
  display: none !important;
  position: absolute;
}

@media (max-width: 768px) {
  .obsertvations-row .view {
    padding-bottom: 62px !important;
  }
  .mobile-observation-desc {
    display: block !important;
    width: 100% !important;
    left: 0px;
    bottom: 0px;
    background: #efefef;
    padding: 10px;
    height: 52px;
  }
    .mobile-observation-desc span {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: normal;
      line-height: 16px;
      height: 32px;
    }

}

.setMap .loadcontainer {
  display: block;
  margin: 20% auto;
  text-align: center;
  }
.setMap .loadcontainer .fa-spinner {
  color: #fff;
  font-size: 22px;
}


.manhole-icon-c {
	display: block;
  clear: both;
}

.manhole-icon, .pipe-icon {
	display: block;
	height: auto;
	width: 20px;
    height: 20px;
  float: left;
  margin-right: 6px;
  background-color: #444;
}

span.pipe-icon {
  -webkit-mask: url(../img/pipe-icon.svg) no-repeat center;
  mask: url(../img/pipe-icon.svg) no-repeat center;
}

span.manhole-icon {
  -webkit-mask: url(../img/manhole-icon.svg) no-repeat center;
  mask: url(../img/manhole-icon.svg) no-repeat center;
}

.plot {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.field50w {
  width: calc(50% - 20px) !important;
  background-color: #212529 !important;
  display: inline-block;
  margin: 0 5px !important;
}
.leganda {
  display: block;
  clear: both;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.leganda .block {
  float: left;
  width: 50%;
}
.leganda .item {
  float: left;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  color: #ccc;
}
.leganda .item hr {
  display: block;
  height: 4px;
  background-color: #ccc;
  border:3px solid #fff;
  border-radius: 5px;
  float: left;
  width: 30px;
  margin: 6px 6px 6px 0;
  padding: 0;
}

.leganda .pipeusage hr {
  border:3px solid rgba(0,0,0,0.5);
}

.leganda::after, .leganda .item::after  {
  content: "";
  clear: both;
  display: table;
}
@media (max-width: 900px) {
  .leganda .block {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 500px) {
  .leganda .item {
    width: 100%;
  }
}
