@font-face {
    font-family: RobotoRegular;
    src: url('roboto/Roboto-Regular.woff');
}
@font-face {
    font-family: RobotoThin;
    src: url('roboto/Roboto-Thin.woff');
}
@font-face {
    font-family: RobotoLight;
    src: url('roboto/Roboto-Light.woff');
}
@font-face {
    font-family: RobotoBold;
    src: url('roboto/Roboto-Bold.woff');
}

:root {
    --darkblue:#15325c;
    --grey:#F5F5F5;
    --font:#555;
    --blue:#158cba;
}
.red {
    background: #ff5368 !important;
    border-color: #dd3348 !important;
}
.yellow {
    background: #ff9d09 !important;
    border-color: #ce7d09 !important;
}
.blue {
    background: #158cba !important;
    border-color: #056c9a !important;
}


body {
    font-family: RobotoRegular;
}

a {
    font-family: RobotoRegular;
    color: var(--font);
    font-weight: 900;
}
a:hover{
    color: var(--blue);
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.profile_user_mini img {
    height: 100%;
    width: auto;
}
.profile_user_mini {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    float: left;
    display: block;
    margin: 10px;
    margin-right: -5px;
    overflow: hidden;
    text-align: center;
}

.full-width {
    padding: 0 0
}

.tab-pane {
    padding: 15px 0px 15px 0px;
}

.header-text {
    color: #08c;
    text-decoration: none;
}

.icon-align {
    padding-left: 10px;
    padding-left: 10px;
}

.icon-align-user {
    padding-left: 7px;
    padding-left: 7px;
}

.icon-align-basemap {
    padding-left: 18px;
    padding-left: 18px;
}

.icon-align-layer {
    padding-left: 8px;
    padding-left: 8px;
}

.icon-align-content {
    padding-left: 17px;
    padding-left: 17px;
}

.icon-align-config {
    padding-left: 12px;
    padding-left: 12px;
}

// .front-layout .header-text {
//     color: #fff;
//     text-transform: uppercase;
// }

#big-logo {
    padding: 7px 0 0 0;
    float: right;
}
#big-logo img {
    filter: brightness(0) invert(1);
    height: 50px;
}
#layer-selector > div {
    *padding-left: 20px;
}

.ui-autocomplete.ui-widget {
    font-size: 1em !important;
    max-height: 200px;
    overflow-y: scroll;
}

li.first {
    margin-bottom: 5px;
}


/* override */
.remodal-overlay {
    background: rgba(43, 46, 56, 0.7);
}
.remodal h2 {
    font-weight: 600;
}
.remodal p {
    margin: 10px 80px;
}

/*modal*/
.note-btn.btn-fullscreen {
    display: none;
}

/* override */
.ol-scale-line {
    display: table;
    right: 8px;
}

.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0 spx;
}

.note-editor.note-frame .note-editing-area .note-editable {
    min-height: 200px;
}

#direction-placeholder {
    font-size: 0.9em;
}

#direction-placeholder > div.row {
    margin-top: 10px;
}

#poi-search div {
    animation-duration: 4s;
    animation-timing-function: linear;
    transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
}
#poi-selector {
    // font-size: 18px;
    margin-top: 2px;
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 60%;
    margin-left: 10px;
}
.marker2 {
    display: none;
}
.ol-overlay-container .marker2 {
    display: inherit;
}

/* Loader */
@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes uil-default-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.uil-default-css > div:nth-of-type(1) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(2) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.4166666666666667s;
    animation-delay: -0.4166666666666667s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(3) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.33333333333333337s;
    animation-delay: -0.33333333333333337s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(4) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(5) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.16666666666666669s;
    animation-delay: -0.16666666666666669s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(6) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.08333333333333331s;
    animation-delay: -0.08333333333333331s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(7) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(8) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.08333333333333337s;
    animation-delay: 0.08333333333333337s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(9) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.16666666666666663s;
    animation-delay: 0.16666666666666663s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(10) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(11) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.33333333333333337s;
    animation-delay: 0.33333333333333337s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(12) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.41666666666666663s;
    animation-delay: 0.41666666666666663s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "X";
}
.ol3-geocoder-road, .ol3-geocoder-country {
    font-size: 1em;
}
ul.ol3-geocoder-result>li {
    line-height: 1em;
}
.ol3-geocoder-input-search {

    font-size: 1em;
}
.marker2 {
    font-size: 32px;
    color: #0483ce;
}

.wrapper-top {
    margin-top: 100px;
}
.mdl-button.mdl-js-button {
    outline: none;
    background: white;
    height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    border: none;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
.search-result ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.search-result ul li{
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    border-top: 0px !important;
}
.search-result ul li:hover{
    background: #fafafa;
}
.o2mname {
    padding: 5px;
    font-weight: 900;
    font-size: 16px;
    border-bottom: 2px solid #eee;
    margin: 0px;
}
.icon-img {
    width: 100px;
}

.front-layout {
    overflow: hidden;
}
.map {
  height: 100%;
  width: 100%;
}
#main-map {
    background: white;
}
#main-map>div {
    z-index: 2;
}
#scan-canvas {
    position: fixed;
    top: 0;
    z-index: 1;
    opacity: 1;
}
.float-button-container {
  position: absolute;
  bottom: 20px;
  z-index: 8;
  right: 20px;
  display: block;
}
.float-button-container i.subtitle {
    font-size: 8px !important;
    font-style: normal;
    position: absolute;
    bottom: 10px;
    /* margin: auto; */
    text-align: center;
    width: 100%;
    /* text-transform: uppercase; */
}

.float-button-container > ul {
    margin: 20px 0px;
    margin-top: 30px;
}

.float-button-container button {
    display: block;
    margin-top: 5px !important;
}

.btn-active {
  background-color: #05a !important;
  color: white;
}

.btn-pulse {
    animation: btnpulse 1s infinite;
}

@-webkit-keyframes btnpulse {
  0% {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0,85,170, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 0 0 15px rgba(0,85,170, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0,85,170, 0);
  }
}
@keyframes btnpulse {
  0% {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0,85,170, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 0 0 15px rgba(0,85,170, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0,85,170, 0);
  }
}

#poi-icon-box {
    display: block;
    width: auto;
    border-radius: 100%;
    float: left;
    min-width: 40px;
    min-height: 40px;
}
#poi-icon {
    display: block;
    height: 30px;
    padding: 5px;
    margin: 5px;
    /*background: white;*/
}
.noborder {
    border : 0;
}
.nopaddingvert {
    padding-top : 0px;
    padding-bottom: 0px;
}
#poi-fields label {
    text-transform: capitalize;
}
#poi-display-fields label {
    text-transform: capitalize;
}
#poi-buttons button {
    width: 42%;
    height: 40px;
    border-radius: 5px;
    // margin: 0 4%;
    margin-left: 4%;
    float: left;
    // background: #f0f0f0;
    // border-color: #ddd;
    // color: #555555;
    outline: none !important;
    // background: #029edf;
    // border-color: #027eaf;
    // color: white;

    background: #f0f0f0;
    border-color: #eee;
    border: 0;
    color: #555;
}
.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "X";
}
.ol3-geocoder-road, .ol3-geocoder-country {
    font-size: 1em;
}
ul.ol3-geocoder-result>li {
    line-height: 1em;
}
.ol3-geocoder-input-search {

    font-size: 1em;
}
.marker2 .material-icons {
    font-size: 40px;
    color: #0483ce;
}
.panel-title {
    font-size: 14px;
}
#historyTable_filter {
    display: none;
}
#qrcode {
    display: none;
}
#qrdecoder {
    display: none;
}
#form-layer-upload, #kmlimporter {
    display: none;
}
#form-layer-upload-gpx, #gpximporter {
    display: none;
}
.print-form {
    display: none;
}
#image-container img {
    float: none;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 200px;
    padding: 10px 30px;
}
#main-image-container {
    text-align: center;
}
#main-image {
    height: 300px;
}
.accordion .panel {
    border : none;
    border-bottom: 1px solid #e7e7e7;
    border-width: none;
}
.accordion .panel:first-of-type {
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
}
.accordion a .panel-heading{
    padding: 15px 15px;
}
.accordion a.collapsed .panel-heading i{
    color: #888;
}
.accordion a .panel-heading i{
    float: right;
    color: white;
}
.accordion a .panel-heading .panel-title{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 600;
    text-decoration: none;
    float: left;
}
.accordion a{
    text-decoration: none;
}
.accordion a:hover, .accordion a:active{
    text-decoration: none;
}
#accordion-layer {
    margin-bottom: 0px;
}
#poi-editor {
    display: none;
    border: none;
    padding-top: 0px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
#form-image-upload #input-image-upload-wrapper {
    border: 5px dashed #eee;
}
#form-image-upload i {
    position: absolute;
    font-size: 50px;
    color: #eee;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}
#form-image-upload input[type="file"] {
    display: block;
    top: 0;
    right: 0;
    height: 150px;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
}
#share-buttons button {
    color : white;
}
#share-buttons a.btn {
    color : white;
}
.btn-fb {
    background: #3b5999;
    border-color: #3b5999;
}
.btn-tw {
    background: #55acee;
    border-color: #55acee;
}
.btn-wa {
    background: #25D366;
    border-color: #25D366;
}
.layers-container {
    width: 200px;
    cursor: initial;
}
.layers-container i{
    cursor: pointer;
}
.layers-container, .basemap-container{
    background: white;
    cursor: pointer;
    border-top: 1px solid #eee;
    -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
    padding: 10px 30px;
    width: auto;
}
.layers-container:first-of-type, .basemap-container:first-of-type {
    border-top: 1px solid rgba(255,255,255,0);
}
.layers-container.active, .basemap-container.active {
/*    background: #158cba;
    border-top: 1px solid #fff;*/
}
.layers-container h5, .basemap-container h5{
    font-weight: 800;
    color: #888;
    font-size: 13px;
    margin-left: 0px;
    float: left;
}
.layers-container .clear{
    float: right;
}
.layers-container.active h5, .layers-container.active i,
.basemap-container.active h5, .basemap-container.active i{
    /*color: #158cba;*/
}
.layers-container.active i.uncheck,
.basemap-container.active i.uncheck {
    display: none;
}
.layers-container:not(.active) i.zoom {
    display: none;
}
.layers-container:not(.active) i.check,
.basemap-container:not(.active) i.check {
    display: none;
}
.layers-container i,
.basemap-container i {
    float: left;
    height: auto;
    padding: 0px;
    padding-right: 10px;
    line-height: 33px;
    font-size: 18px;
}
#historyTable thead {
    display: none;
}
.remodal {
    border-radius: 10px;
    text-align: center;
}
.remodal .btn {
    min-width: 100px;
}
.remodal div{
    text-align: center;
}
.float-button-container {
    zoom: 0.85;
}
.float-button-container .mfb-component--br .mfb-component__list [data-mfb-label]:after,
.float-button-container .mfb-component--br [data-mfb-label]:after,
.float-button-container .mfb-component--tr .mfb-component__list [data-mfb-label]:after,
.float-button-container .mfb-component--tr [data-mfb-label]:after {
    right: 0px;
    width: 200%;
    height: auto;
    white-space: pre-wrap;
    top: -20px;
    right: -50%;
    text-align: center;
}
[data-mfb-label]:after {
    display: none;
}

[data-mfb-label]:hover:after {
    display: block;
}
.float-button-container .mfb-component,
.float-button-container .mfb-component--bl,
.float-button-container .mfb-component--br,
.float-button-container .mfb-component--tl,
.float-button-container .mfb-component--tr {
    position: relative;
}
.float-button-container .mfb-component__wrap {
    padding: 0px 25px;
    margin: -25px;
}
.float-button-container .mfb-component__wrap a{
    background: white;
    color: #555;
    // zoom: 0.7;
}
.float-button-container .mfb-component__wrap a i{
    font-size: 24px;
}
.float-button-container .mfb-component__wrap a.btn-active {
    background: #05a;
    color: white;
}
.float-button-container .mfb-component__wrap a i.material-text{
    font-size: 12px;
    font-style: normal;
}

.content-admin-container .panel-heading h2{
    font-family: RobotoRegular;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0px;
}
.btn100{
    width: 100px;
}
.content-admin-container h5 {
    font-weight: 600;
}
.content-admin-container .note-editor.note-frame{
    border: 0;
}
.content-admin-container.wrapper-top .panel-body {
}
.app-layout {
    overflow: auto;
}
.invitation-container p, .invite-user-container p {
    padding: 8px;
    margin: 0px;
    font-weight: 900;
}
.lang .nav-link{
    padding: 14px 5px;
}
.lang .flag-icon {
    width: 24px;
    height: 18px;
    // border-radius: 100%;
    background-size: cover;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    // -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    // -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
    // box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4);
}
.dropdown-menu #profile_img {
    min-width: 0;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 100%;
}
.dropdown-menu .profile_user {
    height: 100px;
    width: 100px;
    top: initial;
    bottom: initial;
    right: initial;
    left: initial;
    width: auto;
    float: left;
}
.dropdown-menu .profile_desc {
    float: left;
    text-align: left;
    padding-top: 15px;
}
.dropdown-menu .profile_name {
    font-size: 17px;
    font-weight: bold;
}
.dropdown-menu .indicator-reputation img{
    width: 25px;
}
.dropdown-menu .indicator-wrapper {
    margin-top: 10px;
}
.dropdown-menu .indicator-wrapper .indicator{
    width: 100%;
    height: auto;
    display: block;
    font-weight: bold;
    float: none;
    text-align: left;
    color: black;
}
.dropdown-menu .indicator-wrapper .indicator a{
    padding: 0;
    height: auto;
    width: 100%;
}
.lang .dropdown-menu .flag-icon {
    margin: 5px;
}
.lang .dropdown-menu {
    cursor: pointer;
    margin: 5px;
}
.marker img{
    width: 45px;
    top: -40px;
    left: -15px;
    position: absolute;
    z-index: 10;
}
.pulse {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    /* border: 2px solid #029edf;
    background: #029edf; */
    cursor: pointer;
    box-shadow: 0 0 0 rgba(2,158,223, 0.4);
    animation: pulse 1s infinite;
    margin: 0px;
    position: absolute;
    left: -4px;
    top: -4px;
    // opacity: 0.5;
    // background: none;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(2,158,223, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(2,158,223, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(2,158,223, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(2,158,223, 0.4);
    box-shadow: 0 0 0 0 rgba(2,158,223, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(2,158,223, 0);
      box-shadow: 0 0 0 30px rgba(2,158,223, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(2,158,223, 0);
      box-shadow: 0 0 0 0 rgba(2,158,223, 0);
  }
}

.fs12 {
    font-size: 12px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs16 {
    font-size: 16px !important;
}
.inline form, .inline div {
    display: inline-block;
}
.hue150 {
    -webkit-filter: hue-rotate(150deg); /* Safari */
    filter: hue-rotate(150deg);
}
.hue300 {
    -webkit-filter: hue-rotate(300deg); /* Safari */
    filter: hue-rotate(300deg);
}
.mr20 {
    margin-right: 20px;
}
.mr10 {
    margin-right: 10px;
}
.mr5 {
    margin-right: 5px;
}
.search-pin {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px;
    cursor: pointer;
    color: #ddd;
    background: white;
}
.search-sidebar {
    top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    outline: none;
    font-size: 16px;
}
.search-pin-sidebar {
    position: relative;
    top: 8px;
    margin-left: 5px;
    margin-right: 10px;
    cursor: pointer;
    color: #555;
    background: white;
}
.icon-sidebar {
    position: relative;
    top: 10px;
    margin-right: 10px;
    cursor: pointer;
    background: white;
    font-size: 30px !important;
}
.search-src .search-pin:hover,  .search-src .search-pin.active{
    color: #00a647;
}
.search-dest .search-pin:hover,  .search-dest .search-pin.active{
    color: #ff5368;
}
.mtb5 {
    margin: 5px 0px;
}
.marker {
    position: absolute;
    left: -100%;
}
.ol-zoom {
    top: 100px;
    right: 25px;
    left: auto;
}
.ol-touch .ol-zoomslider, .ol-zoomslider {
    background-color: transparent;
    // top: 2.3em;
    top: 100px;
    right: 25px;
    margin-top: 2.75em;
    left: auto;
}
.ol-zoom button.ol-zoom-in, .ol-zoom button.ol-zoom-out {
    border-radius: 100%;
    background: white;
    color: black;
    font-weight: 100;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border : 0;
}
.ol-zoomslider button {
    background: white;
    color: black;
    font-weight: 100;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border : 0;
}

.ol-zoom .ol-zoom-out {
    margin-top: 204px;
}
.ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 212px;
}

.ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}

.ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 232px;
}
.form-control:active {
    border-color: #2d78ad;
    outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
.form-control:focus {
    border-color: #2d78ad;
    outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #DDD;
    border-radius: 0px;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
}
.form-control.form-kuesioner{
    border: 1px solid #ddd !important;
}
label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}
/* =============================================== */
/* Navbar */
/* =============================================== */

nav {
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);*/
    border : 0;
}
nav.navbar-top-head {
    position: absolute;
    top: 0;
    width: 100%;
    background: white;
}
.front-layout nav.navbar-top-head,
#app-layout nav.navbar-top-head {
    position: absolute;
    top: 10px;
    padding: 5px;
    border-radius: 5px;
    left: 20px;
    right: 20px;
    width: auto;
    // left: 2%;
    // width: 96%;
    background: none;
}
nav a {
    font-size: 13px;
}
nav.navbar-top-head a:hover {
    font-size: 13px;
    background: transparent;
}
nav.navbar-top-head a{
    display: block;
    float: left;
}
.navbar-brand {
    float: left;
    padding: 10px 0px;
}
.navbar-brand img {
    display: inline-table;
    // width: 180px;
}
.navbar-default-top-head {
    background-color: white;
}
.front-layout .navbar-default-top-head {
    border: none;
}
.front-layout .navbar-default-top-head {
    background-color: #0296cf;
    background-color: #0288cf;
    background-color: rgba(3, 154, 244, 1);
}
.navbar-header {
    width: 100%;
}
.nav li a:hover {
    cursor: pointer;
}
.nav li a i {
    margin-right: 5px;
    top: 2px;
    font-weight: 900;
    color: #555;
}
.nav li a i.glyphicon {
    font-size: 18px;
}
nav li form {
    padding: 5px 0px;
}
nav.navbar-top-head a{
    display: block;
    float: left;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
nav.navbar-top-head .navbar-nav>li {
    // padding-top: 2px;
}
.profile_user_mini {
    margin-right: 10px;
}
.navbar-right {
    margin-right: 0px;
}
.navbar-nav>li>.dropdown-menu {
    padding: 10px;
    border-radius: 10px;
    overflow: auto;
}
.navbar-nav>li>.dropdown-menu.profile-wrapper{
    width: 300px;
    height: auto;
    margin-left: -100px;
}
nav.navbar-top-head a {
    font-size: 13px;
    background: transparent;
    color: initial;
}
nav.navbar-top-head a:hover {
    font-size: 13px;
    background: transparent;
    color: initial;
}
nav.navbar-top-head a:active {
    font-size: 13px;
    background: transparent;
    color: initial;
}
.nav>li.search-src {
    display: none;
}
.nav>li.search-dest {
    display: none;
}

/*Menu Wrapper*/
.menu-wrapper {
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    margin: 10px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    margin-right: 0px;
    border-radius: 4px;
    background: white;
}
.menu-wrapper:active {
    border-top: 2px solid transparent;
}
.menu-img {
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background: #f0f0f0;
    width: 60px;
    height: 100%;
    float: left;
    border-top: 1px solid transparent;
    border-bottom-width: 3px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.menu-img img {
    margin: 0!important;
    position: relative;
    width: auto;
    height: 100%;
    min-width: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

.menu-wrapper .menu-desc {
    height: 100%;
    float: left;
    padding: 10px;
    padding-left: 25px;
    padding-right: 20px;
    border-left: 0px;
    border-top: 1px solid transparent;
    border-bottom-width: 3px;
}
.menu-wrapper .menu-desc span {
    // height: 50%;
    display: block;
    // padding: 2px;
    font-weight: 900;
    font-size: 12px;
    color: #aaa;
}
.menu-wrapper .menu-desc span:first-of-type{
    font-size: 16px;
    color: #555;
}

/*====================*/
.group-wrapper {
    display: none;
    height: 60px;
    /*float: left;*/
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    margin: 10px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    margin-right: 0px;
    border-radius: 4px;
    background: white;
    /*margin-right: 10px;*/
}
/*.group-wrapper:hover {
    border-top: 1px solid transparent;
}*/
.group-wrapper:active {
    border-top: 2px solid transparent;
}
// .group-wrapper .group-img {
//     background: #ff5368;
//     width: 50px;
//     height: 100%;
//     float: left;
//     border: 1px solid #dd1128;
//     border-bottom-width: 3px;
// }
// .group-wrapper .group-img span{
//     line-height: 50px;
//     margin: auto;
//     display: block;
//     text-align: center;
//     font-weight: 900;
//     color: white;
// }


.group-img {
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;

    background: #f0f0f0;
    width: 60px;
    height: 100%;
    float: left;
    /*border: 1px solid #ddd;
    border-color: #ddd;*/
    border-top: 1px solid transparent;
    /*border-right: 0px;*/
    border-bottom-width: 3px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.group-img img {
    margin: 0!important;
    position: relative;
    width: auto;
    height: 100%;
    min-width: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

.group-wrapper .group-desc {
    height: 100%;
    float: left;
    // margin-left: 5px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 20px;
    /*background: #f0f0f0;*/
    /*border: 1px solid #ddd;*/
    border-left: 0px;
    border-top: 1px solid transparent;
    border-bottom-width: 3px;
}
.group-wrapper .group-desc span {
    // height: 50%;
    display: block;
    // padding: 2px;
    font-weight: 900;
    font-size: 12px;
    color: #aaa;
}
.group-wrapper .group-desc span:first-of-type{
    font-size: 16px;
    color: #555;
}
.mode-wrapper {
    display: none;
    height: 50px;
    float: left;
    cursor: pointer;
    margin: 0px;
    margin-right: 10px;
    // margin: 0px 10px;
}
.mode-wrapper a{
    height: 100%;
}
.mode-wrapper button{
    height: 100%;
    background: #f0f0f0;
    border-color: #ddd;
    outline: none !important;
}
.mode-wrapper button.mode-active{
    background: #029edf;
    border-color: #027eaf;
    color: white;
}
/* =============================================== */
/* Sidebar */
/* =============================================== */
#sidebar {
    z-index: 1000;
    overflow-x: hidden;
    box-shadow: none;
    // height: 100%;
    background-color: white;
    position: absolute;
    width: 400px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
}
#sidebar .select2-container{
    width: 70% !important;
    margin: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
}
#sidebar .select2-container>span{
    line-height: 30px;
    height: 30px;
}
#sidebar .select2-container>span>span{
    line-height: 30px;
    height: 30px;
}
#sidebar .dataTables_wrapper {
    font-size: 12px;
}
#sidebar-right .dataTables_wrapper {
    font-size: 12px;
}
.sidebar-close {
    position: absolute;
    height: auto;
    opacity: 0.6;
    width: 40px;
    cursor: pointer;
    /* border-left: 1px solid #eee; */
    top: 0px;
    z-index: 10000;
    right: 0px;
}
.sidebar-close i{
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
    color: black;
    background: #eee;
    line-height: 40px;
    height: 40px;
    border-bottom-left-radius: 10px;
}
.sidebar-back {
    position: absolute;
    height: auto;
    opacity: 0.6;
    width: 40px;
    cursor: pointer;
    /* border-left: 1px solid #eee; */
    top: 40px;
    z-index: 10000;
    right: 0px;
}
.sidebar-back i{
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
    color: black;
    background: #eee;
    line-height: 40px;
    height: 40px;
    border-bottom-left-radius: 10px;
    // border-top-left-radius: 10px;
}

#sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#sidebar::-webkit-scrollbar-thumb {
    background-color: #c8c8c8;
}
#sidebar {
    overflow-y: auto;
    background: #f4f4f4;
}
.mini-submenu {
    // display: none;
    background-color: rgba(0, 0, 0, 0);
    // border: 1px solid rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    padding: 10px 10px;
    padding-left: 0px;
    /*position: relative;*/
    // width: 42px;

}
.mini-submenu {
    float: left;
}

.mini-submenu:hover {
    cursor: pointer;
}

.mini-submenu .icon-bar {
    border-radius: 1px;
    display: block;
    height: 4px;
    width: 29px;
    margin-top: 3px;
}

.mini-submenu .icon-bar {
    background-color: #08c;
}

#slide-submenu {
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}
.sidebar .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #05e5f6;
    background-color: #808080;
}

#sidebar .menu-sidebar-ul .glyphicon, .menu-icon {
    font-size: 24px;
    position: relative;
    top: 5px;
}

#sidebar .glyphicon.glyphicon-search, #sidebar .glyphicon.glyphicon-random, #sidebar #poi-search .glyphicon {
    font-size: inherit;
}

#sidebar .glyphicon-globe {
    position: relative;
    // left: -10px;
}

#sidebar .title {
    font-size: 24px;
}
#sidebar .menu {
    padding: 10px 0px;
}
#sidebar li input {
    position: relative;
    font-weight: 600;
}

#sidebar li img {
    margin-left: 15px;
}
.menu-sidebar-ul {
    list-style: none;
    padding: 0;
}
.menu-sidebar-ul li a{
    width: auto;
    display: block;
    padding: 15px 10px;
    margin: 0;
    font-size: 14px;
    color: #888;
    font-weight: 600;
}
/* Submenu 2x .panel-collapse */
.menu-sidebar-ul .panel-collapse .panel-collapse li a {
    padding-left: 30px;
}
.menu-sidebar-ul>li>a{
    width: auto;
    display: block;
    padding: 0px;
    margin: 0;
    // color: white !important;
    font-size: 14px;
    color: #888;
    font-weight: 600;
}
.menu-sidebar-ul li div.sidebar-box {
    padding: 2px 10px;
    margin: 8px 10px;
    margin-right: 0px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: white;
}
.menu-sidebar-ul li a:hover {
    // color: white !important;
}
.menu-sidebar-ul li a i{
    margin: 0;
    margin-right: 20px;
    padding: 0;
    font-size: 14px;
}
// .sidebar-admin {
//     background-color: #08c !important;
//     overflow: hidden;
// }
.sidebar-menu-container .logo {
    /*display: none;
    text-align: center;*/
    margin: 20px;
}
.sidebar-menu-container .logo img{
    // filter: brightness(0) invert(1);
    height: 50px;
    width: auto;
}
.sidebar-menu-container h1 {
    // color: white;
    text-transform: capitalize;
    font-size: 24px;
    text-align: center;
}
.sidebar-menu-container .profile_user {
    display: block;
    text-align: center;
    border-radius: 100%;
    height: 120px;
    overflow: hidden;
    width: 120px;
    margin: 30px auto;
    margin-bottom: 10px;
}
.sidebar-menu-container .profile_user img{
    height: 100%;
}
.sidebar-menu-container .profile_desc {
    margin: auto;
}
.sidebar-menu-container .profile_desc .profile_name{
    font-size: 24px;
    font-weight: 900;
    display: block;
    text-align: center;
}
.sidebar-menu-container .profile_desc .indicator-wrapper{
    margin: 10px 50px;
    border-top: 1px solid #eee;
}
.sidebar-menu-container .profile_desc .indicator {
    float: left;
    width: 33%;
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin: 10px 0px;
    font-weight: 900;
    text-transform: capitalize;
}
.sidebar-menu-container .profile_desc .indicator i.material-icons{
    display: none;
    font-size: 18px;
    color: #fff;
    padding: 6px;
    border-radius: 50%;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-bottom-width: 3px;
    margin-bottom: 5px;
}
.sidebar-menu-container {
    // display: none;
}
.sidebar-menu-container a{
    // display: none;
    font-weight: 900;
    color: #888;
}
#sidebar .sidebar-menu-container .menu {
    padding-top: 15px;
}
.sidebar-menu-container a:hover{
    // display: none;
    text-decoration: none;
}
.sidebar-menu-container .counter {
    display: none;
    background: #ff5368;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: auto;
    text-align: center;
    float: right;
    color: white;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 15px;
}
#sidebar-right {
    display: none;
    border-left: 1px solid #eee;
    overflow-x: hidden;
    box-shadow: none;
    z-index: 1001;
    background-color: white;
    min-width: 600px;
    max-width: 600px;
    position: absolute;
    width: 370px;
    top: 80px;
    right: 20px;
    bottom: 20px;
    border-radius: 10px;
}
#sidebar-right .panel {
    border: 0;
    box-shadow: none;
}
#sidebar-right .panel .panel-heading {
    padding: 20px;
    font-family: RobotoBold;
    color: #555;
}
#sidebar-right h5 {
    padding: 20px;
    font-family: RobotoBold;
    color: #555;
}
#sidebar-right .sidebar-close {
    left: 0px;
}
#sidebar-right .sidebar-close i{
    border-radius: 0px;
    border-bottom-right-radius: 10px;
}
.sidebar-menu-container .panel {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
}
.sidebar-menu-container .panel .panel-heading {
    padding: 0;
    background: none;
}
#sidebar .sidebar-menu-container .menu-sidebar-ul i.glyphicon{
    font-size: 15px;
    top: 2px;
    display: none;
}

#sidebar .sidebar-menu-container .menu-sidebar-ul li a{
    // font-family: RobotoLight;
}
.sidebar-menu-container .panel .panel-heading i.material-icons{
    float: right;
    font-size: 20px;
    // padding: 0px 30px;
}
.sidebar-menu-container a:hover {
    text-decoration: none;
}
.sidebar-menu-container a {
    text-decoration: none;
}
.sidebar-menu-container .panel-collapse li{
    padding-left: 20px;
}
.sidebar-menu-container li {
    border-top: 1px solid #f0f0f0;
}
.sidebar-menu-container li.no-border {
    border-top: none;
}
// .sidebar-menu-container li:first-of-type {
//     border-top: 1px solid #f0f0f0;
// }
.profile_user, .profile_user_mini {
    position: relative !important;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}
.profile_user img, .profile_user_mini img {
    position: relative !important;
    width: auto;
    height: 100%;
    min-width: 100%;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
}
.profile_user_mini {
    margin: 0px 5px;
    top: 10px;
}
nav.navbar-top-head .nav-profile a{
    padding: 0px 10px;
}
nav.navbar-top-head .nav-profile a span{
    position: relative;
    top: 15px;
}
.sidebar-menu-box {
    position: absolute;
    width: 100%;
    /*bottom: 100px;*/
    top: 0px;
}
.sidebar-counter-box {
    top: 0;
    right: 0;
    position: absolute;
    width: 30%;
    /*margin: 20px 35%;*/
}

.sidebar-counter-box .clustrmaps-map-container {
    /*border-radius: 5px;*/
    height: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.sidebar-counter-box .clustrmaps-date {
    display: none;
}
.sidebar-counter-box a#clustrmaps-widget-v2,.sidebar-counter-box  #clustrmaps-widget-v2 {
    min-height: 0;
}
.sidebar-counter-box .clstm.clustrmaps-visitors {
    font-size: 9px !important;
    font-family: RobotoRegular;
    font-weight: 900;
    height: 12px;
}
.sidebar .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #959595;
    font-size: 12px;
    font-style: italic;
}
.submenu-wrapper {
    background: white;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    border-radius: 5px;
    margin: 10px;
    overflow: hidden;
}
/* =============================================== */
/* Content */
/* =============================================== */
.content-wrapper {
    // display: none;
    overflow-x: hidden;
    z-index: 20;
    background-color: white;
    position: absolute;
    top: 80px;
    left: 400px;
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
}
.front-layout .content-wrapper {
    display: none;
}
#app-layout .content-wrapper {
    display: block;
}
.content-wrapper .container{
    padding: 0px;
    width: 100%;
}
.content-wrapper .panel{
    border: 0;
    box-shadow: none;
}
.panel.panel-kuesioner{
  border: 1px solid #ddd !important;
}
.content-wrapper .panel-title {
    font-size: 18px;
    padding: 5px;
    font-weight: 900;
    color: #555;
}
.content-wrapper-close {
    display: none;
    position: absolute;
    height: auto;
    opacity: 0.6;
    width: 40px;
    cursor: pointer;
    /* border-left: 1px solid #eee; */
    top: 0px;
    z-index: 10000;
    right: 0px;
}
.content-wrapper-close i{
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
    color: black;
    background: #eee;
    line-height: 40px;
    height: 40px;
    border-bottom-left-radius: 10px;
}

/*============================*/
/* DataTable */
/*============================*/

.dataTables_wrapper .col-sm-7 {
    width: 100%;
}
.dataTables_wrapper select,
.dataTables_wrapper input {
    box-shadow: none;
    border-radius:  10px;
}
.content-admin-container .dataTables_info {
    display: none;
}
.dataTables_wrapper {
    // overflow-x: auto;
}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
}
.dataTables_wrapper table a:not(.btn), .dataTables_wrapper table a:not(.btn) {
    text-decoration: none;
}
.dataTables_wrapper td.action {
    min-width: 200px
}
.dataTables_wrapper .table-action-button {
    font-size: 12px;
    padding: 3px 10px;
    margin: 2px 5px;
    height: auto;
    border-radius: 10px;
    background: #f0f0f0;
    border-color: #ddd;
    float: left;
    border: 1px solid #ddd;
}

.dataTables_wrapper .row {
    overflow-x: auto;
}
.dataTables_wrapper {
    margin-bottom: 20px;
}
table.dataTable {
    font-size: 14px;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: initial;
}
table.dataTable.display tbody tr.odd {
    background-color: white;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white;
}
table.dataTable.display tbody tr td {
    border-top: 1px solid #eee !important;
}
.table-striped>tbody>tr>td{
    border-top: 1px solid #eee !important;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: white;
}
/* Content Wrapper */
.content-container {
    padding : 30px;
}
.content-container .content-title{
    display: block;
    text-align: center;
    margin: 20px auto;
    font-size: 30px;
    font-weight: 600;
}
.content-container .content-title{
    display: block;
    text-align: center;
    margin: 20px auto;
    font-size: 30px;
    font-weight: 600;
}
.content-container .content-subtitle {
    display: block;
    text-align: center;
    margin: 20px auto;
    font-size: 14px;
    // font-weight: 600;
    // color: #888;
    padding: 0px 100px;
}
.workspace-box {
    float: left;
    width: 200px;
    height: auto;
    background: #fafafa;
    border-color: #eee;
    border: 1px solid #eee;
    border-bottom-width: 6px;
    margin: 20px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}
.workspace-box:hover{
    border-top: 2px solid transparent;
    border-bottom-width: 5px;
}
.workspace-box:active {
    border-top: 4px solid transparent;
    border-bottom-width: 3px;
}
.workspace-desc {
    padding: 10px 20px;
    width: 100%;
    height: 150px;
    overflow: auto;
}
.workspace-name {
    font-weight: 900;
    font-size: 16px;
    display: block;
}
.workspace-subtitle {
    font-weight: 900;
    font-size: 11px;
    color: #aaa;
    display: block;
}
.workspace-note {
    font-size: 13px;
    display: block;
}
.workspace-img {
    width: 100%;
    height: 150px;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}
.workspace-img img {
    position: relative;
    width: auto;
    height: 100%;
    min-width: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}



/* Form */
/* Disabled */

select.form-control {
    text-indent: 0px;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: initial;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    font-weight: 900;
}
select.form-control {
    border : 1px solid #ccc;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
}
select.form-control[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0px;
    text-overflow: '';
}
.form-readonly .form-control {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-weight: 900;
}
.form-readonly select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0px;
    text-overflow: '';
}
.form-horizontal .control-label {
    // font-size: 12px;
    font-weight: 600;
}
.content-wrapper .select2-container .select2-selection{
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.075);
    box-shadow: inset 0 2px 0 rgba(0,0,0,0.075);
    background: white;
    border-color: #e7e7e7;

    border: none;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 2px solid #DDD;
}
.separator-1 {
    border-top: 1px solid #eee;
    margin: 30px;
}
.panel-heading.subtitle {
    background: transparent;
}
.panel-heading.subtitle .panel-title{
    font-size: 16px;
}
.bold-title.panel-heading {
    font-size: 18px;
    font-weight: 900;
    color: #555;
    padding: 15px 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
    height: auto;
}
.mfb-menu-edit {
    display: none;
}
.bbox-btn {
    display: block;
    float: left;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.16),0 1px 4px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.16),0 1px 4px 0 rgba(0,0,0,.12);
    cursor: pointer;
    border: 0;
}
.bbox-btn i {
    height: 40px;
    font-size: 26px;
    padding: 7px;
    font-weight: 900;
}
.bbox-btn.active {
    background: #029edf;
}
.bbox-btn.active i {
    color: white;
}


.sidebar-counter-box > a{
    float: right;
    margin: 0px;
}
.logout-wrapper {
    display: block;
    width: 100%;
    margin: 0px;
    height: auto;
}
.logout-wrapper a {
    margin: 10px;
    margin-left: 100px;
    padding: 6px 20px;
    height: auto;
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    padding: 6px 20px !important;
    height: auto!important;
}
/* =============================================== */
/* Mobile */
/* =============================================== */
@media (max-width: 768px) {
    .sidebar-counter-box {
        top: 0;
        right: 0;
        position: absolute;
        width: 80%;
        /*margin: 20px 35%;*/
    }
    .sidebar-menu-box {
        overflow-y: scroll;
    }

    .workspace-box {
        zoom: 0.8;
    }
    .ol-zoom {
        top: 150px;
    }
    .ol-touch .ol-zoomslider, .ol-zoomslider {
        top: 150px;
    }
    .ol-overlaycontainer-stopevent {
        // zoom: 0.8;
    }
    .float-button-container {
        zoom: 0.7;
    }
    .float-button-container .mfb-component, .float-button-container .mfb-component--bl, .float-button-container .mfb-component--br, .float-button-container .mfb-component--tl, .float-button-container .mfb-component--tr {
        position: relative;
        // zoom: 0.7;
    }
    .nav>li.nav-profile {
        /* display: none; */
    }
    .navbar-nav>li>.dropdown-menu.profile-wrapper {
        zoom: 0.8;
    }
    .content-container .content-subtitle {
        display: block;
        text-align: left;
        margin: 20px auto;
        font-size: 14px;
        padding: 10px 20px;
    }
    .group-mode-wrapper {
        // display: none;
        position: fixed;
        top: 80px;
        left: 20px;
        right: 20px;
        padding: 10px 10px;
        background: white;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        border: 0;
        z-index: 1;
    }
    .group-mode-wrapper>div {
        zoom: 0.8;
    }
    .front-layout nav.navbar-top-head a.navbar-brand {
        display: none;
    }
    // .front-layout .icon-img {
    //     display: none;
    // }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: white;
        border: 1px solid #e7e7e7;
    }

    .import_buttons, .export_buttons {
        // display: none;
    }
    .navbar-nav {
        // float: left;
        float: right;
        margin: 0;
    }
    .navbar-nav li {
        float: left;
    }
    .navbar-nav.navbar-right {
        float: right;
        margin: 0;
    }
    // .navbar-nav.navbar-right li {
    //     float: right;
    // }
    // .navbar-nav li:not(.mobile){
    //     display:none;
    // }
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .remodal-wrapper {
        padding: 30px;
    }
    .navbar-nav .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    // Sidebar
    .sidebar-menu-container {
        display: block;
    }
    #sidebar {
        // min-width: 100%;
        // max-width: 100%;
        zoom:0.8;
        right: 100px;
        width: auto;
        max-width: none;
        min-width: inherit;
        display: none;
        z-index: 1001;
    }
    .content-wrapper {
        left: 20px;
        width: auto;
        max-width: none;
        min-width: inherit;
    }
    #sidebar-right {
        left: 20px;
        width: auto;
        max-width: none;
        min-width: inherit;
        display: none;
        z-index: 1002;
    }
    #sidebar-right .panel-body {
        overflow: auto;
    }
    .content-wrapper {
        z-index: 1004;
    }
    .content-wrapper-close {
        display: block;
    }
    #app-layout .content-wrapper {
        z-index: 1000;
    }
    .content-container .content-title {
        display: block;
        text-align: left;
        margin: 20px auto;
        padding: 0px 20px;
        font-size: 20px;
        font-weight: 600;
    }
    /*.sidebar-counter-box {
        bottom: 0;
        position: absolute;
        width: 60%;
        margin: 20px 20%;
    }*/
}

.indicator a:hover {
    text-decoration: underline;
}

.loader,
.loader:before,
.loader:after {
    background: #FFF;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
}
.loader:before {
    left: -1.5em;
}
.loader {
    text-indent: -9999em;
    margin: 8em auto;
    position: relative;
    font-size: 12px;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: 1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #FFF;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}
.loader2 {
    font-size: 19px;
    margin: 5em auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load2 1.3s infinite linear;
    animation: load2 1.3s infinite linear;
}
@-webkit-keyframes load2 {
    0%,
    100% {
        box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
    }
    12.5% {
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    25% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    37.5% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    50% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    62.5% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    75% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
    }
    87.5% {
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
    }
}
@keyframes load2 {
    0%,
    100% {
        box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
    }
    12.5% {
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    25% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    37.5% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    50% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    62.5% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    75% {
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
    }
    87.5% {
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
    }
}

.loader3 {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load3 1.1s infinite ease;
    animation: load3 1.1s infinite ease;
}
@media only screen and (min-width: 768px) {
    .loader3 {
        margin: 4em auto;

    }
}
@-webkit-keyframes load3 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 1), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2), 2.5em 0em 0 0em rgba(2, 158, 223, 0.2), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.2), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.2), -2.6em 0em 0 0em rgba(2, 158, 223, 0.5), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.7), 1.8em -1.8em 0 0em rgba(2, 158, 223, 1), 2.5em 0em 0 0em rgba(2, 158, 223, 0.2), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.2), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.2), -2.6em 0em 0 0em rgba(2, 158, 223, 0.2), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.5), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.7), 2.5em 0em 0 0em rgba(2, 158, 223, 1), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.2), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.2), -2.6em 0em 0 0em rgba(2, 158, 223, 0.2), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.2), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.5), 2.5em 0em 0 0em rgba(2, 158, 223, 0.7), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.2), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.2), -2.6em 0em 0 0em rgba(2, 158, 223, 0.2), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.2), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2), 2.5em 0em 0 0em rgba(2, 158, 223, 0.5), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.7), 0em 2.5em 0 0em rgba(2, 158, 223, 1), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.2), -2.6em 0em 0 0em rgba(2, 158, 223, 0.2), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.2), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2), 2.5em 0em 0 0em rgba(2, 158, 223, 0.2), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.5), 0em 2.5em 0 0em rgba(2, 158, 223, 0.7), -1.8em 1.8em 0 0em rgba(2, 158, 223, 1), -2.6em 0em 0 0em rgba(2, 158, 223, 0.2), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.2), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2), 2.5em 0em 0 0em rgba(2, 158, 223, 0.2), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.5), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.7), -2.6em 0em 0 0em rgba(2, 158, 223, 1), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.2), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2), 2.5em 0em 0 0em rgba(2, 158, 223, 0.2), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.2), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.5), -2.6em 0em 0 0em rgba(2, 158, 223, 0.7), -1.8em -1.8em 0 0em rgba(2, 158, 223, 1);
    }
}
@keyframes load3 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 1), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2), 2.5em 0em 0 0em rgba(2, 158, 223, 0.2), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.2), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.2), -2.6em 0em 0 0em rgba(2, 158, 223, 0.5), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.7), 1.8em -1.8em 0 0em rgba(2, 158, 223, 1), 2.5em 0em 0 0em rgba(2, 158, 223, 0.2), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.2), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.2), -2.6em 0em 0 0em rgba(2, 158, 223, 0.2), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.5), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.7), 2.5em 0em 0 0em rgba(2, 158, 223, 1), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.2), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.2), -2.6em 0em 0 0em rgba(2, 158, 223, 0.2), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.2), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.5), 2.5em 0em 0 0em rgba(2, 158, 223, 0.7), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.2), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.2), -2.6em 0em 0 0em rgba(2, 158, 223, 0.2), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.2), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2), 2.5em 0em 0 0em rgba(2, 158, 223, 0.5), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.7), 0em 2.5em 0 0em rgba(2, 158, 223, 1), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.2), -2.6em 0em 0 0em rgba(2, 158, 223, 0.2), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.2), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2), 2.5em 0em 0 0em rgba(2, 158, 223, 0.2), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.5), 0em 2.5em 0 0em rgba(2, 158, 223, 0.7), -1.8em 1.8em 0 0em rgba(2, 158, 223, 1), -2.6em 0em 0 0em rgba(2, 158, 223, 0.2), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.2), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2), 2.5em 0em 0 0em rgba(2, 158, 223, 0.2), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.5), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.7), -2.6em 0em 0 0em rgba(2, 158, 223, 1), -1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(2, 158, 223, 0.2), 1.8em -1.8em 0 0em rgba(2, 158, 223, 0.2), 2.5em 0em 0 0em rgba(2, 158, 223, 0.2), 1.75em 1.75em 0 0em rgba(2, 158, 223, 0.2), 0em 2.5em 0 0em rgba(2, 158, 223, 0.2), -1.8em 1.8em 0 0em rgba(2, 158, 223, 0.5), -2.6em 0em 0 0em rgba(2, 158, 223, 0.7), -1.8em -1.8em 0 0em rgba(2, 158, 223, 1);
    }
}

.loader4:before,
.loader4:after,
.loader4 {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load4 1.8s infinite ease-in-out;
    animation: load4 1.8s infinite ease-in-out;
}
.loader4 {
    margin: 8em auto;
    font-size: 12px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}
.loader4:before {
    left: -3.5em;
}
.loader4:after {
    left: 3.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
}
.loader4:before,
.loader4:after {
    content: "";
    position: absolute;
    top: 0;
}
@-webkit-keyframes load4 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #FFF;
    }
}
@keyframes load4 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff;

    }
    40% {
        box-shadow: 0 2.5em 0 0 #FFF;
    }
}
.adjust
{min-height:40px; height:auto;}
.mt
{ margin-top:50px;}

.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;
}
