/* Generated by less 2.2.0 */
HTML,
BODY {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: Helvetica, Tahoma, Verdana, Arial;
  color: #000000;
  font-weight: 400;
  overflow: hidden;
}
A {
  cursor: pointer;
}
.checkbox {
  line-height: 1.8em;
}
/* NO clases */
.no-border {
  border: none;
}
.no-wrap {
  white-space: nowrap;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.no-bg {
  background: none;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-pointer-events {
  pointer-events: none;
}
/* BACKGROUNDS */
.bg-error {
  background-color: #CC3333;
}
.bg-error:hover {
  background-color: #CC3333;
}
/* COLORS */
.color-white {
  color: #FFFFFF;
}
.color-black {
  color: #000000;
}
.color-lightblue {
  color: #DFEEF0;
}
.color-lightgray {
  color: #CCCCCC;
}
.color-lightgray2 {
  color: #BBBBBB;
}
.color-red {
  color: #e2404c;
}
.color-green {
  color: #54a845;
}
.color-blue {
  color: #407ee2;
}
/* HELPERS */
.debug {
  border: 1px solid #000;
}
.margin5px {
  margin: 5px;
}
.margin-left2px {
  margin-left: 2px;
}
.margin-left5px {
  margin-left: 5px;
}
.margin-left10px {
  margin-left: 10px;
}
.cursor-pointer {
  cursor: pointer;
}
.opacity07 {
  opacity: 0.7;
}
.height15px {
  height: 15px;
}
.fit-parent {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.flex-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.full-width {
  width: 100%;
}
.fade-on-enter.ng-enter {
  opacity: 0;
  -webkit-transition: .6s linear all;
  transition: .6s linear all;
}
.fade-on-enter.ng-enter.ng-enter-active {
  opacity: 1;
}
.fade-on-leave.ng-leave {
  opacity: 1;
  -webkit-transition: .6s linear all;
  transition: .6s linear all;
}
.fade-on-leave.ng-leave.ng-leave-active {
  opacity: 0;
}
.fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fb-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fb-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.fb-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.jc-flex-end {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.jc-space-between {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.fd-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.as-flex-end {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}
/* SELECT */
select:disabled {
  cursor: not-allowed;
}
/* Component: BUSY */
.busy-overlay {
  background: #EFEFEF;
  opacity: .8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1001;
  padding: 0px 0px 0px 0px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
}
.busy-spinner-wrap {
  align-self: center;
  -webkit-align-self: center;
}
.busy-spinner {
  width: 22px;
  height: 22px;
  border: solid 4px transparent;
  border-top-color: #54A8CC;
  border-left-color: #25779B;
  border-radius: 20px;
  margin: auto;
  -webkit-animation: busy-spinner 300ms linear infinite;
  -moz-animation: busy-spinner 300ms linear infinite;
  -ms-animation: busy-spinner 300ms linear infinite;
  -o-animation: busy-spinner 300ms linear infinite;
  animation: busy-spinner 300ms linear infinite;
}
@-webkit-keyframes busy-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes busy-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes busy-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Component: TOOLBAR */
.btn-group > .dd-text {
  margin: 5px;
  color: #000000;
}
.toolbar {
  background-color: #1388d8;
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(100, 100, 100, 0.6);
}
.toolbar .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 11px;
  margin-left: 20px;
  margin-right: 7px;
}
.toolbar .counter-box {
  text-shadow: initial;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  background-color: white;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  height: 25px;
  font-family: Helvetica;
  color: #999999;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.toolbar .counter-box INPUT {
  border: none;
  background: none;
  width: 15px;
}
.toolbar .counter-box INPUT:hover {
  background-color: rgba(204, 204, 204, 0.33);
}
.toolbar .toolbar-button {
  padding-left: 4px;
  padding-right: 4px;
  height: 25px;
  cursor: pointer;
  background-color: #e8e8e8;
  border: solid 1px #cccccc;
}
.toolbar .toolbar-button:hover {
  opacity: .75;
}
.toolbar .toolbar-button:disabled {
  cursor: default;
}
.toolbar .toolbar-button.left {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.toolbar .toolbar-button.right {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.toolbar .toolbar-button.gray {
  padding: 2px 12px 0px 12px;
}
.toolbar .toolbar-button.gray:hover {
  opacity: initial;
}
.toolbar .arrow-left {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #7e7e7e;
  margin: 2px;
}
.toolbar .arrow-left.disabled {
  border-right: 4px solid #d3d3d3;
}
.toolbar .arrow-right {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #7e7e7e;
  margin: 2px;
}
.toolbar .arrow-right.disabled {
  border-left: 4px solid #d3d3d3;
}
.toolbar .toolbar-dropdown {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.toolbar .toolbar-dropdown:hover {
  background: #517FB1;
}
.toolbar .toolbar-dropdown .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
.toolbar .toolbar-dropdown .btn-group .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.toolbar .toolbar-dropdown .btn-group .dropdown-toggle.column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.toolbar .toolbar-dropdown-round {
  text-shadow: initial;
  cursor: pointer;
  font-size: 11px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.toolbar .toolbar-dropdown-round .btn-group {
  font-family: Helvetica;
  color: #999999;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 3px;
  border: solid 1px #cccccc;
  height: 25px;
  background: white;
}
.toolbar .toolbar-dropdown-round .btn-group .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.toolbar .toolbar-dropdown-round .btn-group .dropdown-button {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 7px;
  height: 23px;
  cursor: pointer;
  background-color: #e8e8e8;
}
.toolbar .toolbar-dropdown-round .btn-group .dropdown-button:hover {
  opacity: .75;
}
.toolbar .toolbar-dropdown-round .btn-group .dropdown-button:disabled {
  cursor: default;
}
.toolbar .toolbar-dropdown-round .btn-group .arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #7e7e7e;
  margin: 2px;
}
.toolbar .toolbar-dropdown-round .btn-group .dropdown-menu {
  left: -2px;
  min-width: 60px;
}
.toolbar .toolbar-item {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.toolbar .toolbar-item.no-border {
  border-right: none;
}
.toolbar .toolbar-item.no-hover {
  cursor: default;
}
.toolbar .toolbar-item.no-hover:hover {
  background: initial;
}
.toolbar .toolbar-item.disabled {
  opacity: .5;
  cursor: default;
  pointer-events: none;
  text-shadow: none;
}
.toolbar .toolbar-item.disabled:hover {
  background: initial;
}
.toolbar .toolbar-item:hover {
  background: #517FB1;
}
.toolbar .to-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.toolbar .back-arrow {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  /*border-right: 1px solid #54A8CC;*/
}
.toolbar .back-arrow:hover {
  background: #517FB1;
}
.toolbar-bottom {
  background-color: #127fc9;
  text-shadow: none;
}
.option-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.option-box .option {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  cursor: pointer;
  min-width: 27px;
  color: #9bb7ca;
}
.option-box .divider {
  margin: 0 32px;
  background: #5392b9;
  width: 1px;
  height: 27px;
}
.option-box .textul {
  display: inline-block;
  margin-right: 30px;
  margin-left: 10px;
}
.option-box .selected {
  color: white;
}
.onoffswitch {
  position: relative;
  width: 85px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding-left: 40px;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 34px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 0;
  line-height: 22px;
  font-size: 16px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 21px;
  background-color: #26A2ED;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 21px;
  background-color: #6d6d6d;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 16px;
  margin: 3px;
  background: #FFFFFF;
  border: 1px solid #FFFFF;
  border-radius: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* Component: DIALOG BOX */
.tba-dialog-box {
  z-index: 1010;
  position: absolute;
  height: 100%;
  visibility: hidden;
  border-left: 1px solid lightblue;
  background-color: #ffffff;
  -webkit-box-shadow: 8px 0px 60px 0px #000000;
  -moz-box-shadow: 8px 0px 60px 0px #000000;
  box-shadow: 8px 0px 60px 0px #000000;
}
.tba-dialog-box .dialog-header {
  background-color: #6d6d6d;
  height: 48px;
  font-size: 13px;
  font-weight: 700;
  color: #cecece;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.tba-dialog-box .dialog-header .close-button {
  cursor: pointer;
}
.tba-dialog-box-background {
  z-index: 1009;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: .25;
}
/* Component: Drop Zone */
.drop-zone {
  height: 57px;
  width: 100%;
}
.drop-zone .darktext {
  color: #6d6d6d;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.drop-zone .bluetext {
  color: #2c9bee;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
}
.drop-zone .default {
  height: 100%;
  border: dashed #aaaaaa 1px;
  padding: 10px;
  background-color: #ffffff;
}
.drop-zone .over {
  height: 100%;
  border: dashed #3b8958 1px;
  padding: 10px;
  background-color: #f7f7f7;
}
.drop-zone .over .help-text {
  color: #dadada;
}
.drop-zone .success {
  height: 100%;
  background-color: #F0F8F3;
  border: dashed #aaaaaa 1px;
  padding: 10px;
}
.drop-zone .success .icon {
  border-radius: 50%;
  background-color: #88dda8;
  width: 29px;
  height: 29px;
  color: #FCFCFC;
  line-height: 30px;
  text-align: center;
}
.drop-zone .success .strong-text {
  color: #3b8958;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
.drop-zone .success .help-text {
  color: #7a7a7a;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
}
.drop-zone .error {
  height: 100%;
  background-color: #FBF6F6;
  border: dashed #aaaaaa 1px;
  padding: 10px;
}
.drop-zone .error .icon {
  border-radius: 50%;
  background-color: #f38d8d;
  width: 29px;
  height: 29px;
  color: #FCFCFC;
  line-height: 30px;
  text-align: center;
}
.drop-zone .error .strong-text {
  color: #f05050;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
.drop-zone .error .link-text {
  color: #2199f1;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}
.drop-zone .error .help-text {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
}
.drop-zone .drag-over {
  background-color: #d7f0d2;
}
.drop-zone .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.drop-zone .text-container .text-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
/* Component: ALERT */
.alerts {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 999999;
  max-width: 550px;
  width: 500px;
}
.alerts .alert {
  -webkit-box-shadow: 0px 0px 6px #CFCFCC;
  -moz-box-shadow: 0px 0px 6px #CFCFCC;
  box-shadow: 0px 0px 6px #CFCFCC;
  border: 1px solid #CCCCCC;
}
.alerts .alert-success {
  background-color: #F7FEF7;
}
.alerts .alert-danger {
  background-color: #fcf2f2;
}
.alerts .close {
  background-color: #CFD2CF;
  color: #fff;
  border-radius: 50%;
  opacity: 1;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 100;
  text-shadow: none;
}
.slider-ckeckbox {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-user-select: none;
}
.slider-ckeckbox .description {
  display: inline-block;
}
.slider-ckeckbox .switch .on-text {
  color: #3399cc;
  transition: color .2s;
}
.slider-ckeckbox .switch .off-text {
  color: #c0c0c0;
  transition: color .2s;
}
.slider-ckeckbox .switch .edge {
  cursor: pointer;
  width: 45px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  border: solid 1px #2c6a92;
  border-radius: 12px;
  background-color: #1388d8;
  transition: all .2s;
}
.slider-ckeckbox .switch .ball {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: solid 2px #326280;
  margin: 2px 2px;
  background-color: white;
  transition: all .2s;
}
.slider-ckeckbox .switch.off .on-text {
  color: #c0c0c0;
}
.slider-ckeckbox .switch.off .off-text {
  color: #6d6d6d;
}
.slider-ckeckbox .switch.off .edge {
  background-color: white;
  border: solid 1px #acacac;
}
.slider-ckeckbox .switch.off .ball {
  border: solid 2px #9b9b9b;
  margin: 2px 23px;
}
.slider-ckeckbox .switch.disabled {
  opacity: 0.3;
}
.slider-ckeckbox input[type=checkbox] {
  display: none;
}
/*Pin Pointer*/
.pin-pointer {
  min-width: 600px;
  padding: 20px;
}
.pin-pointer form {
  margin-bottom: 50px;
}
.pin-pointer form input[type="checkbox"] {
  position: relative;
  vertical-align: middle;
  bottom: 1px;
  margin: 0 9px 0 0;
}
.pin-pointer form textarea {
  min-height: 150px;
}
.pin-pointer input[type="text"],
.pin-pointer input[type="email"] {
  width: 250px;
}
.pin-pointer form .error-color {
  color: red;
  border-color: red;
}
.pin-pointer .form-group label {
  color: #6D6D6D;
  display: block;
}
.pin-pointer .tips-and-tricks {
  padding-top: 40px;
  border-top: 1px solid #E4E4E4;
}
.pin-pointer .tips-and-tricks img {
  margin-right: 15px;
}
.pin-pointer .tips-and-tricks .texts .title {
  font-size: 13px;
  font-weight: bold;
  color: #656565;
}
.pin-pointer .tips-and-tricks .texts .top,
.pin-pointer .tips-and-tricks .texts .bottom {
  color: #A6A6A6;
  font-size: 11px;
}
.geocoder-suggestions-bg {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: .4;
}
.geocoder-suggestions {
  z-index: 1000;
  position: absolute;
  width: 500px;
  background-color: #ffffff;
  top: 10px;
  left: 10px;
  border: 1px solid #E3E6E8;
}
.geocoder-suggestions .title {
  padding: 5px;
  font-weight: bold;
  color: #fff;
  background-color: #295C80;
}
.geocoder-suggestions .title .close-button {
  float: right;
  font-size: 20px;
  line-height: 19px;
  cursor: pointer;
  margin-right: 4px;
  color: #ffffff;
  opacity: .65;
}
.geocoder-suggestions .title .close-button:hover {
  opacity: 1;
}
.geocoder-suggestions .original {
  padding: 5px;
  color: #fff;
  background-color: #295C80;
}
.geocoder-suggestions .map {
  height: 200px;
  background-color: #ffffff;
}
.geocoder-suggestions .map .original-text {
  background-color: aliceblue;
  opacity: .85;
  margin-left: -10px;
  padding: 0px 1px;
  text-decoration: overline;
}
.geocoder-suggestions .suggestions {
  max-height: 225px;
  overflow-y: auto;
  background-color: #ffffff;
}
.geocoder-suggestions .suggestions .suggestion-row {
  background-color: #fff;
  padding: 5px;
  color: #7A7A7A;
  font-size: 12px;
  font-weight: 100;
  cursor: pointer;
  border-bottom: 1px solid #E3E6E8;
  font-family: Helvetica;
}
.geocoder-suggestions .suggestions .suggestion-row:nth-child(even) {
  background: #F8FBFD;
}
.geocoder-suggestions .suggestions .suggestion-row:hover {
  background-color: #EEF7FE;
}
.geocoder-suggestions .suggestions .suggestion-row.selected {
  background-color: #a6f0b4;
}
.geocoder-suggestions .suggestions .suggestion-row .s-row {
  margin: 0;
}
.geocoder-suggestions .suggestions .suggestion-row .s-row .address {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
}
.geocoder-suggestions .suggestions .suggestion-row span {
  font-weight: bold;
  margin-right: 5px;
}
.geocoder-suggestions .footer {
  padding: 5px;
}
.hidded {
  display: none;
}
.login-view {
  background-image: url("../images/map.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #eef7fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.login-view .login-container {
  width: 400px;
  color: #3286C3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.login-view .login-container .large-title {
  margin-top: 30px;
  font-size: 37px;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: 'Arial', 'Helvetica';
}
.login-view .login-container .title {
  font-size: 20px;
  font-weight: 400;
}
.login-view .login-container .title:last-of-type {
  margin-bottom: 30px;
}
.login-view .login-container .small-title {
  font-size: 11px;
  font-weight: 400;
  color: #8b8b8b;
}
.login-view .login-container FORM .text-danger {
  color: red;
}
.login-view .login-container FORM .blue-text {
  color: #26A2ED;
  margin-left: 20px;
}
.login-view .login-container FORM .forgot-icon {
  display: inline-block;
  margin: 0px 10px;
}
.login-view .login-container FORM .email {
  top: 5px;
  font-size: 16px;
}
.login-view .login-container FORM .check {
  margin-top: -16px;
}
.login-view .login-container FORM .login-texts {
  margin-left: 5px;
  font-size: 11px;
  font-weight: 400;
  padding-right: 7px;
  border-right: 1px solid #E3E3E3;
}
.login-view .login-container FORM .login-texts .top-one {
  color: #8b8b8b;
}
.login-view .login-container FORM .login-texts .bottom-one {
  color: #aaaaaa;
}
.login-view .login-container FORM .error-msg {
  color: red;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0 30px 0;
}
.login-view .login-container FORM .error-color {
  color: red;
  border-color: red;
}
.login-view .login-container FORM .btn-primary {
  width: 85px;
  height: 33px;
  margin-top: 20px;
  font-size: 11px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.login-view .footer {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.login-view .footer .logo {
  vertical-align: middle;
  padding-right: 10px;
  border-right: 1px solid #E3E3E3;
  display: inline-block;
}
.login-view .footer .text {
  margin-left: 10px;
  color: #999999;
  vertical-align: middle;
}
.login-view .footer .text a {
  color: #999999;
}
.forgot-pwd-view {
  background-color: #eef7fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.forgot-pwd-view .login-container {
  max-width: 335px;
  color: #326280;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.forgot-pwd-view .login-container .large-title {
  font-size: 37px;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: 'Arial', 'Helvetica';
}
.forgot-pwd-view .login-container .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
}
.forgot-pwd-view .login-container .small-title {
  font-size: 11px;
  font-weight: 400;
  color: #8b8b8b;
}
.forgot-pwd-view .login-container .small-title:last-of-type {
  margin-bottom: 30px;
}
.forgot-pwd-view .login-container .close-button {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  cursor: pointer;
}
.forgot-pwd-view .login-container FORM {
  width: 100%;
}
.forgot-pwd-view .login-container FORM .divider {
  border-top: 1px solid #c9e7fa;
  margin: 30px 0px 15px 0px;
}
.forgot-pwd-view .login-container FORM .grey-text {
  color: #8b8b8b;
  display: inline-block;
}
.forgot-pwd-view .login-container FORM .forgot-icon {
  display: inline-block;
  margin-right: 10px;
}
.forgot-pwd-view .login-container FORM .login-texts {
  margin-left: 5px;
  font-size: 11px;
  font-weight: 400;
  color: #8b8b8b;
}
.forgot-pwd-view .login-container FORM .error-msg {
  color: red;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px;
  margin: 10px 0 30px 0;
}
.forgot-pwd-view .login-container FORM .error-color {
  color: red;
  border-color: red;
}
.forgot-pwd-view .login-container FORM .grey {
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}
.reset-pwd-view {
  background-color: #eef7fe;
}
.reset-pwd-view .login-container {
  max-width: 335px;
  color: #326280;
}
.reset-pwd-view .login-container .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
}
.reset-pwd-view .login-container .small-title {
  font-size: 11px;
  font-weight: 400;
  color: #8b8b8b;
}
.reset-pwd-view .login-container .small-title:last-of-type {
  margin-bottom: 30px;
}
.reset-pwd-view .login-container .close-button {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  cursor: pointer;
}
.reset-pwd-view .login-container FORM {
  width: 100%;
}
.reset-pwd-view .login-container FORM .divider {
  border-top: 1px solid #c9e7fa;
  margin: 30px 0px 15px 0px;
}
.reset-pwd-view .login-container FORM .grey-text {
  color: #8b8b8b;
  display: inline-block;
}
.reset-pwd-view .login-container FORM .forgot-icon {
  display: inline-block;
  margin-right: 10px;
}
.reset-pwd-view .login-container FORM .login-texts {
  margin-left: 5px;
  font-size: 11px;
  font-weight: 400;
  color: #8b8b8b;
}
.reset-pwd-view .login-container FORM .error-msg {
  color: red;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0 30px 0;
}
.reset-pwd-view .login-container FORM .error-color {
  color: red;
  border-color: red;
}
.reset-pwd-view .login-container FORM .error-messages {
  color: #BA0C0C;
  font-size: 11px;
}
.green-bgd {
  background-color: #f3fcf6;
}
/* TABLES */
.tables-view {
  width: 100%;
  background: #EEF7FE;
}
.tables-view .table-list-container {
  overflow-y: auto;
}
.tables-view .table-item {
  position: relative;
  width: 68px;
  display: inline-block;
  margin: 20px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.tables-view .table-item .tablename {
  margin-left: -10px;
  margin-right: -10px;
}
.tables-view .table-item:hover {
  opacity: .65;
}
.tables-view .table-item.selected .tableback {
  border: 4px solid #084e83;
  border-radius: 4px;
}
.tables-view .tableback {
  height: 68px;
  border: 4px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  background: #2C9BEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.tables-view .tableback img {
  max-height: 50px;
}
.tables-view .bg-green {
  background-color: #5CB85C;
}
.tables-view .bg-blue {
  background-color: #127FC9;
}
.tables-view .tablename {
  margin-top: 5px;
  height: 24px;
  color: #666666;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  text-shadow: 0px 1px 0px #ffffff;
}
.tables-view .status-icon {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0px;
  bottom: 29px;
  left: 0px;
  right: 0px;
}
.tables-view .status-icon .status-type {
  font-size: 40px;
  color: #20254a;
  position: absolute;
  left: 3px;
  top: 3px;
  color: rgba(134, 140, 185, 0.6);
}
.tables-view .status-icon .status-type.working {
  -webkit-animation: 1s pulsate infinite linear;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.3;
  }
}
.tables-view .status-icon .status-progress {
  position: absolute;
  font-size: 27px;
  top: 34px;
  right: 4px;
  font-family: Arial Narrow;
  font-weight: bold;
  color: rgba(87, 93, 131, 0.8);
  text-shadow: 1px 0px #E3E7CA;
}
.tables-view .pinpointers {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #990000;
  color: white;
}
.tables-view .viewicons {
  cursor: pointer;
  border: 2px solid #7bcba6;
  padding: 1px 1px 2px 5px;
  background: white;
}
.tables-view .viewicons .whitebackground {
  background: white;
}
.tables-view .viewicons .greybackground {
  border: 3px solid #e3e5f0;
  background: #e3e5f0;
}
.tables-view .optionsbar {
  margin: 10px 20px 10px 20px;
}
.tables-view .optionsbar .sort-label {
  height: 28px;
  margin: 0 10px 0 0;
  padding: 6px 0px;
  font-family: Arial;
  color: #1388d8;
  font-size: 11px;
  font-weight: 400;
}
.tables-view .optionsbar .sort-option {
  height: 28px;
  margin: 0px 10px;
  padding: 6px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-family: Arial;
  color: #1388d8;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
}
.tables-view .optionsbar .sort-option:hover {
  opacity: .65;
}
.tables-view .optionsbar .sort-option div.image {
  width: 10px;
  height: 10px;
  background: #cecece;
  border-radius: 999px;
  display: inline-block;
  margin-right: 5px;
}
.tables-view .optionsbar .sort-option div.image .small {
  border: 2px solid #eef7fe;
  width: 8px;
  height: 8px;
  margin: 1px;
  border-radius: 999px;
}
.tables-view .optionsbar .sortby {
  border: 1px solid #1388d8;
}
.tables-view .optionsbar .sortby div.image {
  background: #26a2ed;
}
.tables-view .optionsbar .thumbs-icon {
  display: inline-block;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/thumbs-icon.png');
}
.tables-view .optionsbar .thumbs-icon.selected {
  background-image: url('../images/thumbs-icon-selected.png');
}
.tables-view .optionsbar .list-icon {
  display: inline-block;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/list-icon.png');
}
.tables-view .optionsbar .list-icon.selected {
  background-image: url('../images/list-icon-selected.png');
}
.tables-view .sorttables {
  margin-right: 5px;
}
.tables-view .grid {
  width: 28px;
  height: 28px;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
}
.tables-view .grid:hover {
  opacity: .65;
}
.tables-view .list {
  width: 28px;
  height: 28px;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
}
.tables-view .list:hover {
  opacity: .65;
}
.tables-view .selected {
  padding: 0px;
}
.tables-view .grid-icon {
  max-height: 40px;
}
/* TABLE INFO */
.table-info {
  width: 308px;
  font-size: 11px;
  border-left: 1px solid #a1ccec;
  background-color: #fcfcfc;
}
.table-info .notifications {
  color: #FF6161;
  border-bottom: 1px solid #a1ccec;
  padding: 13px 19px;
  font-weight: 700;
}
.table-info .notifications .badge-red {
  background-color: #FF6161;
  border-radius: 50%;
  color: #ffffff;
  padding: 3px 6px;
  margin-right: 7px;
}
.table-info .notifications A {
  color: #FF6161;
}
.table-info .table-editing {
  margin: 20px 0 30px 0;
}
.table-info .table-editing .theicon {
  max-height: 35px;
}
.table-info .table-editing .table-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}
.table-info .table-editing .table-icon img {
  width: 15px;
  max-height: 40px;
  vertical-align: middle;
}
.table-info .table-editing .upload-file {
  margin-bottom: 30px;
}
.table-info .table-block {
  padding: 20px;
}
.table-info .table-name {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.table-info .table-name-input {
  margin-bottom: 15px;
}
.table-info .change-icon {
  padding-right: 5px;
}
.table-info .change-icon-text {
  font-size: 16px;
  text-align: center;
  color: #304e69;
  margin-bottom: 22px;
}
.table-info .change-icon-help-text {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #BBCBD7;
  text-align: center;
}
.table-info .key-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 15px;
}
.table-info .key {
  flex: 1;
  color: #999999;
}
.table-info .value {
  flex: 1;
  font-weight: bold;
  color: #7A7A7A;
}
.table-info .tableback {
  width: 68px;
  height: 68px;
  line-height: 68px !important;
  border: 4px solid #eef7fe;
  background: #2cee6f;
  text-align: center;
}
.table-info .tableback img {
  vertical-align: sub;
  max-height: 50px;
}
.table-info-empty {
  width: 308px;
  font-family: Arial;
  font-size: 13px;
  text-align: center;
  padding: 60px;
  color: #a1a1a1;
  border-left: 1px solid #a1ccec;
  background-color: #f7f7f7;
}
.table-info-empty .bigicon {
  margin-top: 15px;
  margin-bottom: 23px;
}
.table-info-empty .largetext {
  font-size: 17px;
  color: #666666;
}
.table-info-empty .smalltext {
  margin-top: 18px;
  margin-bottom: 35px;
}
/* CREATE TABLE */
.create-table {
  width: 100%;
  min-width: 748px;
}
.create-table .text-danger {
  color: #f05050;
  font-weight: bold;
}
.create-table .columnName {
  max-width: 120px;
  border-color: #73c2f1;
}
.create-table .form-select {
  height: 20px;
  padding: 1px 0px 0px 5px;
  border: 1px solid #73c2f1;
  border-radius: 1px;
  color: #6d6d6d;
  font-size: 12px;
}
.create-table .bar {
  background-color: #6d6d6d;
  height: 48px;
  font-size: 13px;
  font-weight: 700;
  color: #cecece;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.create-table .map {
  background-image: url("../images/create-view-top.png");
}
.create-table .table-settings {
  min-height: 170px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f8f8f8;
}
.create-table .table-settings .table-name {
  margin-bottom: 20px;
  margin-top: 30px;
}
.create-table .table-data {
  padding: 20px;
}
.create-table .bottom-part {
  padding: 20px;
}
.create-table .check-boxes {
  padding: 20px 0px;
  font-size: 12px;
  font-weight: 400;
}
.create-table .inlinediv {
  display: inline-block;
}
.create-table .is-geo {
  padding: 15px 20px 20px 0px;
}
.create-table .upload-icon {
  padding: 0px 20px;
}
.create-table .tablename-input {
  margin-left: 10px;
  padding: 5px 5px;
  border: solid #73c2f1 1px;
  width: 329px;
  color: #666666;
}
.create-table .table-grid {
  border-right: solid 1px #cecece;
  overflow-x: scroll;
  max-height: 275px;
}
.create-table .grid-column {
  border-left: solid 1px #cecece;
  border-top: solid 1px #cecece;
  min-width: 180px;
  height: 100%;
  background-color: #f8f8f8;
  font-family: Helvetica;
  color: #000000;
  font-size: 11px;
  font-weight: 400;
}
.create-table .grid-column .grid-title {
  color: #6d6d6d;
  font-size: 12px;
  height: 40px;
  min-height: 40px;
  border-bottom: solid 1px #cecece;
  padding: 10px;
}
.create-table .grid-column .grid-title input {
  vertical-align: sub;
  margin-right: 5px;
}
.create-table .grid-column .grid-row {
  min-height: 30px;
  height: 30px;
  border-bottom: solid 1px #cecece;
  white-space: nowrap;
}
.create-table .grid-column .grid-row:nth-child(odd) {
  background-color: #FFFFFF;
}
.create-table .grid-column .grid-row .grid-cell {
  overflow: hidden;
  padding: 6px;
}
.create-table .grid-column .grid-row input {
  width: 100%;
  height: 29px;
  background: none;
  border: none;
  padding: 0;
  padding-left: 5px;
}
.create-table .grid-column .grid-selector {
  border-bottom: solid 1px #cecece;
  display: inline-block;
  padding: 1px;
  min-height: 23px;
}
.create-table .grid-column .grid-selector .dropdown-toggle {
  background-color: #ffffff;
  border: solid 1px #73c2f1;
  border-radius: 1px;
  padding: 0px 0px 0px 8px;
}
.create-table .grid-column .grid-selector .caret-box {
  background-color: #d5edfb;
  border-left: 1px solid #86caf3;
  width: 15px;
}
.create-table .grid-column .odd {
  background-color: #ffffff;
}
.create-table .add-line {
  border: solid 1px #e3e3e3;
  border-top: none;
  color: #ffffff;
  font-size: 11x;
  font-weight: 700;
}
.create-table .add-line div {
  background-color: #26a2ed;
  height: 18px;
  border-radius: 3px;
  display: inline-block;
  margin: 10px 10px;
  padding: 0px 15px;
  cursor: pointer;
}
.create-table .missing {
  background-color: #fdf7f7;
  color: #f05050;
  font-size: 11x;
  font-weight: 700;
  padding: 10px 10px;
  border: solid 1px #e3e3e3;
  border-top: none;
}
.create-table .missing .button-box {
  margin-left: 10px;
  height: 38px;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  padding: 9px 0px;
}
.create-table .missing .button-box .add-item-button {
  background-color: #26a2ed;
  height: 18px;
  border-radius: 3px;
  display: inline-block;
  margin: 0px 10px;
  cursor: pointer;
}
.create-table .missing .button-box .add-item-button .field-name {
  background-color: #326280;
  border-radius: 3px;
  padding: 2px 10px;
}
.create-table .missing .button-box .add-item-button .add {
  padding: 2px 4px;
  font-size: 8px;
}
.create-table .missing .button-box .add-item-button:hover {
  background-color: #468867;
}
.create-table .missing .button-box .add-item-button:hover .field-name {
  background-color: #384a55;
}
.create-table .disabled {
  opacity: .75;
  color: #999999;
  background-color: #FAFAFA;
}
.add-button {
  background-color: #26a2ed;
  height: 18px;
  border-radius: 3px;
  display: inline-block;
  margin: 0px 10px 0px 40px;
  padding: 2px 4px;
  font-size: 10px;
  cursor: pointer;
}
.add-button.hover {
  background-color: #468867;
}
.arrow-box {
  position: relative;
  background: #ffffff;
  border: 1px solid #73c2f1;
}
.arrow-box:after,
.arrow-box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.arrow-box:before {
  border-color: rgba(115, 194, 241, 0);
  border-bottom-color: #73c2f1;
  border-width: 8px;
  margin-left: -8px;
}
.add-box {
  border-right: 1px solid #f1f1f1;
  display: inline-block;
}
.edit-box {
  border-right: 1px solid #f1f1f1;
  display: inline-block;
}
.delete-box {
  display: inline-block;
}
.missing-option {
  background-color: #fff2f2;
  color: #AD0000;
}
/* EXPORT */
.export {
  width: 100%;
  min-width: 500px;
  padding: 20px;
}
/* MANAGE FILTERS */
.manage-filters {
  width: 100%;
  min-width: 750px;
  padding: 20px;
}
.manage-filters .form-label {
  color: #6d6d6d;
  font-weight: bold;
}
.manage-filters .form-inline-group {
  margin: 10px 0;
}
.manage-filters .form-inline-group LABEL {
  margin-right: 10px;
}
.manage-filters .form-control {
  border-radius: 0;
  border: 1px solid #26a2ed;
  margin: 0px 10px 0px 0;
}
.manage-filters .form-control:last-child {
  margin-right: 0;
}
.manage-filters .form-control .caret {
  margin-left: 8px;
}
.manage-filters .select-column {
  width: 160px;
}
.manage-filters .select-operation {
  width: 170px;
}
.manage-filters .list-group-item {
  padding: 0;
}
.manage-filters .list-group-item .heading {
  padding: 10px;
  height: 35px;
  cursor: pointer;
}
.manage-filters .list-group-item .heading:hover {
  background-color: #f4f1f1;
}
.manage-filters .list-group-item .heading.active {
  text-shadow: 0px -1px 0px #286090;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #337ab7), color-stop(100%, #2b669a));
  /* Chrome,Safari4+ */
  background: -ms-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  /* IE10+ */
  background: -moz-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  /* FF */
  color: white;
}
.manage-filters .list-group-item .details {
  border-top: 1px solid #cccccc;
  padding: 0 10px;
}
.manage-filters .list-group-item:nth-child(1) .heading {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* manage columns */
.table-schema {
  min-width: 500px;
  padding: 20px;
  color: #1388d8;
  font-size: 12px;
  font-weight: 400;
}
.table-schema a[disabled] {
  pointer-events: none;
  color: #555454;
}
.table-schema .list-group {
  max-height: 575px;
  overflow-y: auto;
}
.table-schema .list-group li:hover {
  background-color: #e7efff;
  cursor: url(../images/open_hand.png), auto;
}
.table-schema .list-group li {
  padding: 2px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.table-schema .list-group li .form-inline {
  padding: 4px;
}
.table-schema .as-sortable-placeholder {
  list-style: none;
  background-color: #f3fcf6;
  border: dashed 1px #a7afaa;
}
.table-schema .as-sortable-item-handle {
  padding: 4px;
}
.table-schema .column-input {
  padding: 3px 5px;
  border: none;
  border-bottom: 1px solid #C8DBF9;
  color: #a35d5d;
}
.table-schema .icon {
  margin-top: 6px;
}
.table-schema .icon .line {
  width: 13px;
  height: 1px;
  border: solid 1px #cccccc;
  margin-bottom: 2px;
  border-bottom: none;
}
.table-schema .tip {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 30px;
  font-family: Arial;
  border-top: solid 1px #e3e3e3;
}
.table-schema .tip .title {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: 20px;
}
.table-schema .tip .description {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 400;
  margin-left: 20px;
}
.table-schema span {
  color: #cccccc;
}
.as-sortable-drag span {
  color: #cccccc;
}
.as-sortable-drag a[disabled] {
  pointer-events: none;
  color: #555454;
}
/* HISTORY */
.history {
  width: 100%;
  min-width: 750px;
  position: relative;
  overflow-y: auto;
}
.history > .tbody-container {
  bottom: 71px;
}
.history .pager-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.history .pager-container .help {
  margin-left: 10px;
  font-size: 11px;
  color: #999;
}
/* EXPLORER */
.table-container .no-results {
  background-color: #e7eaf0;
}
.table-container .no-results .no-results-text {
  font-size: 50px;
  font-weight: bolder;
  color: #bebebe;
}
.filterbox {
  position: absolute;
  right: 8px;
  top: 106px;
  z-index: 1;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
  height: 45px;
  width: 147px;
  border: solid 1px #d4d3cf;
  background-color: #edf6fa;
}
.filterbox .levelbox {
  display: inline-block;
  margin-left: 10px;
}
.filterbox .stayright {
  position: absolute;
  right: 0px;
}
.filterbox .stayright .clickable {
  height: 43px;
  width: 145px;
  padding: 12px 10px;
  border: solid 1px transparent;
}
.filterbox .stayright .bordered {
  border-bottom: solid 1px #d1f0ff;
  border-left: solid 1px #d1f0ff;
}
.filterbox.open {
  border: solid 1px #66ccff;
  width: 300px;
  height: auto;
  background-color: #ffffff;
}
.filterbox .hide {
  display: none;
}
.filterbox .btn-filter {
  margin: 12px 20px;
  font-size: 11px;
  width: 85px;
}
.filterbox .level-box {
  max-width: 300px;
  margin-bottom: 2px;
}
.filterbox .level-box .level {
  padding: 12px 20px;
  height: 65px;
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 700;
  background-color: #ffffff;
  border-bottom: solid 1px #e3e3e3;
}
.filterbox .level-box .level:last-of-type {
  border-bottom: none;
}
.filterbox .level-box .level .progress {
  margin-top: 12px;
  border-radius: 8px;
  border: solid 1px #b6b9c0;
  height: 8px;
  padding: 1px;
  background: white;
}
.filterbox .level-box .level .progress .progress-bar {
  border-radius: 8px;
  background-color: #477091;
}
.filterbox .level-box .level .progress .progress-bar.l6 {
  background-color: #3cca3e;
}
.filterbox .level-box .level .progress .progress-bar.l5 {
  background-color: #f4d646;
}
.filterbox .level-box .level .progress .progress-bar.l4 {
  background-color: #fe9927;
}
.filterbox .level-box .level .progress .progress-bar.l3 {
  background-color: #cd2d2e;
}
.filterbox .level-box .level .progress .progress-bar.l2 {
  background-color: #a691b9;
}
.filterbox .level-box .level .progress .progress-bar.l1 {
  background-color: #d1cfd3;
}
.filterbox .level-box .level .progress .progress-bar.l0 {
  background-color: #7f7f7f;
}
.filterbox .level-box .level:hover {
  background-color: #f4fcf7;
}
.filterbox .level-box .addresses {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  background: #b6b9c0;
  border-radius: 10px;
  padding: 0px 10px;
}
.filterbox .level-box .selected {
  background-color: #f4fcf7;
  background-image: url("../images/filter_pattern.png");
}
.mapmarker svg {
  overflow: visible;
}
.mapmarker svg .inner {
  fill: #477091;
}
.mapmarker svg .inner-border {
  fill: #273e50;
}
.mapmarker svg .outer-border {
  fill: rgba(71, 112, 145, 0.2);
}
.mapmarker.level3 .inner {
  fill: #db641b;
}
.mapmarker.level3 .inner-border {
  fill: #6c320e;
}
.mapmarker.level3 .outer-border {
  fill: rgba(219, 100, 27, 0.2);
}
.mapmarker.level4 .inner {
  fill: #fffece;
}
.mapmarker.level4 .inner-border {
  fill: #cccb8e;
}
.mapmarker.level4 .outer-border {
  fill: rgba(249, 155, 21, 0.2);
}
.mapmarker.level6 .inner {
  fill: #41c572;
}
.mapmarker.level6 .inner-border {
  fill: #226a3d;
}
.mapmarker.level6 .outer-border {
  fill: rgba(65, 197, 114, 0.2);
}
.pulsating {
  filter: drop-shadow(0px 0px 3px #00ff00);
  -webkit-filter: drop-shadow(0px 0px 3px #00ff00);
  -webkit-animation: .6s pulsate infinite linear;
  animation: .6s pulsate infinite linear;
}
.pulsing {
  -webkit-animation: 1.6s pulse infinite ease-out;
  animation: 1.6s pulse infinite ease-out;
}
.reset {
  transform: scale(1, 1);
  opacity: 1;
}
.edit {
  fill: rgba(235, 0, 118, 0.26) !important;
}
.shadow-red {
  filter: drop-shadow(0px 0px 3px #ff0000);
  -webkit-filter: drop-shadow(0px 0px 3px #ff0000);
}
@-ms-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(2, 2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.tba-data-grid table {
  width: 100%;
}
.tba-data-grid thead th {
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 1px solid #DDE8EF;
  cursor: pointer;
  background: #F8F8F8;
  border-top: 1px solid #D0D1D0 !important;
  border-bottom: 1px solid #D0D1D0 !important;
  border-right: 1px solid #D0D1D0 !important;
  height: 40px;
  font-family: Helvetica;
  font-size: 12px;
  text-shadow: 1px 1px white;
  min-width: 40px;
  white-space: nowrap;
  padding: 8px;
  color: #606060;
}
.tba-data-grid thead th:first-child {
  border-left: 1px solid #BBCBD7;
}
.tba-data-grid thead th.sort {
  background: #F7FBFF;
}
.tba-data-grid thead th.sort.desc .column-label {
  display: inline;
}
.tba-data-grid thead th.sort.desc .arrow {
  display: inline-block;
}
.tba-data-grid thead th.sort.desc .arrow:after {
  content: '\25BC';
  display: inline;
  font-size: 7px;
  color: #3399cc;
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}
.tba-data-grid thead th.sort.asc .column-label {
  display: inline;
}
.tba-data-grid thead th.sort.asc .arrow {
  display: inline-block;
}
.tba-data-grid thead th.sort.asc .arrow:after {
  content: '\25B2';
  display: inline;
  font-size: 7px;
  color: #3399cc;
  float: right;
  margin-top: 0px;
  margin-left: 5px;
}
.tba-data-grid tbody tr td {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-right: 1px solid #E3E6E8;
  border-bottom: 1px solid #E3E6E8;
  line-height: 2em;
  font-family: Helvetica;
  color: #7A7A7A;
  font-size: 12px;
  font-weight: 100;
  height: 40px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.tba-data-grid tbody tr td:first-child {
  border-left: 1px solid #DDE8EF;
}
.tba-data-grid tbody tr td.tba-grid-cell {
  min-width: 55px;
  max-width: 500px;
}
.tba-data-grid tbody tr td.tba-grid-cell INPUT {
  width: 100%;
  height: 100%;
}
.tba-data-grid tbody tr td div button {
  cursor: default;
  margin-right: 2px;
}
.tba-data-grid tbody tr td div button:hover {
  opacity: .7;
}
.tba-data-grid tbody tr:nth-child(even) {
  background: #F8FBFD;
}
.tba-data-grid tbody tr:hover {
  background: #EEF7FE;
}
.tbody-container tr:hover {
  background-color: #f2e2ed;
}
.tbody-container tr.active {
  background-color: #a6f0b4 !important;
}
.thead-container {
  overflow: hidden;
}
.tbody-container {
  overflow: auto;
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
}
.tbody-container table {
  margin-top: -41px;
}
.fit-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*  ADVANCED SEARCH  */
.advanced-search label {
  color: #666666;
}
.advanced-search .large-input {
  display: inline;
  width: 251px;
  margin-right: 10px;
}
.advanced-search .small-input {
  display: inline;
  width: 75px;
  margin-right: 10px;
}
.advanced-search .form-group {
  margin-bottom: 10px;
}
/*  ADMINISTRATION  */
.adm-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 600px;
}
.busy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: flex-center;
  -webkit-justify-content: flex-center;
  -ms-justify-content: flex-center;
  justify-content: flex-center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.administration .slim-hr {
  margin-top: 5px;
  margin-bottom: 10px;
}
.administration .group-details .checkbox {
  margin-bottom: 0;
}
.administration .form-input {
  padding: 2px 5px;
  border: 1px solid #C6C8ED;
  border-radius: 3px;
}
.administration .fade-on-enter.ng-enter {
  opacity: 0;
  -webkit-transition: .6s linear all;
  transition: .6s linear all;
}
.administration .fade-on-enter.ng-enter.ng-enter-active {
  opacity: 1;
}
.administration .fade-on-leave.ng-leave {
  opacity: 1;
  -webkit-transition: .6s linear all;
  transition: .6s linear all;
}
.administration .fade-on-leave.ng-leave.ng-leave-active {
  opacity: 0;
}
.administration table.form tbody tr td {
  color: #353535;
  font-size: 11px;
  font-weight: 700;
  padding: 5px;
}
.administration table.form tbody tr td:nth-child(1) {
  color: #999999;
  font-weight: 400;
}
.administration .large-title {
  font-family: Helvetica;
  font-size: 13px;
  padding-bottom: 20px;
  font-weight: 600;
  color: #353535;
}
.administration .large-title div {
  display: inline-block;
  padding-left: 10px;
  padding-top: 8px;
}
.administration .logo {
  background-color: #d5edfb;
  font-size: 11px;
  display: inline-block;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  color: #49b1f0;
}
.administration .form-group {
  margin-bottom: 25px;
}
.administration .error-messages {
  color: #BA0C0C;
  font-size: 11px;
}
.administration label {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 400;
}
.administration .reminder {
  font-family: Helvetica;
  color: #aaaaaa;
  font-size: 11px;
  font-weight: 400;
  padding-top: 20px;
  width: 335px;
}
.administration .help {
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 400;
}
.administration .email {
  color: #26a2ed;
  font-size: 11px;
  font-weight: 700;
}
.administration .admin-titles {
  font-family: Helvetica;
  color: #4f4f4f;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 25px;
}
.administration .selector {
  border: solid 1px #1388d8;
  height: 26px;
  border-radius: 13px;
  cursor: pointer;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  background-color: #cccccc;
}
.administration .selector .item {
  height: 24px;
}
.administration .selector .marker {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  padding: 1px;
  margin-right: 6px;
}
.administration .selector .first {
  border-bottom-left-radius: 13px;
  border-top-left-radius: 13px;
}
.administration .selector .last {
  border-bottom-right-radius: 13px;
  border-top-right-radius: 13px;
}
.administration .selector .mid {
  border-left: solid 1px #b3b3b3;
  border-right: solid 1px #b3b3b3;
}
.administration .selector .active {
  color: #1388d8;
  font-size: 11px;
  font-weight: 400;
  background-color: #ffffff;
}
.administration .selector .active .marker {
  background-color: #1388d8;
}
.administration .selector .active .marker .centerdot {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  border: solid 1px white;
  background-color: #1388d8;
}
.administration .ttable {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
.administration .ttable .table-row {
  font-family: Helvetica;
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 600;
  border-bottom: 1px solid #cecece;
}
.administration .ttable .table-row:hover {
  background-color: #fffece;
}
.administration .ttable .table-row > div {
  padding: 6px 10px;
  border-right: 1px solid #cecece;
}
.administration .ttable .table-row span {
  color: black;
  margin-left: 5px;
}
.administration .ttable .tbl-head {
  font-family: Helvetica;
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 600;
  border-bottom: 1px solid #cecece;
}
.administration .ttable .tbl-head > div {
  padding: 6px 10px;
  border-right: 1px solid #cecece;
}
.administration .ttable .tbl-row {
  font-family: Helvetica;
  color: #7a7a7a;
  font-size: 11px;
  font-weight: 600;
  border-bottom: 1px solid #cecece;
}
.administration .ttable .tbl-row:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.administration .ttable .tbl-row.selected {
  background-color: #B6F2A6 !important;
}
.administration .ttable .tbl-row:hover {
  background-color: #fffece;
}
.administration .ttable .tbl-row .tbl-cell,
.administration .ttable .tbl-row .username,
.administration .ttable .tbl-row .groupname,
.administration .ttable .tbl-row .connection {
  display: inline-block;
  padding: 6px 10px;
  border-right: 1px solid #cecece;
}
.administration .ttable .tbl-row .groupname .glyphicon:hover {
  opacity: .6;
}
.administration .ttable .tbl-row .tbl-cell .glyphicon:hover {
  opacity: .6;
}
.administration .ttable .tbl-row .groupname select {
  width: 100%;
}
.administration .ttable .odd {
  background-color: #f8f8f8;
}
.administration .api-calls-consumption table {
  outline: 0;
}
.administration .api-calls-consumption .calls-left {
  font-weight: bold;
}
.administration .api-calls-consumption .calls-left .calls-label {
  color: #F7BCBD;
}
.administration .api-calls-consumption .calls-left .calls-data {
  color: #EE5255;
  margin-left: 10px;
}
.administration .api-calls-consumption .progress-ruler {
  margin: 20px 0;
}
.administration .api-calls-consumption .progress-ruler .ruler {
  height: 7px;
  background-image: url('../images/ruler.png');
  background-repeat-y: no-repeat;
  background-size: initial;
  margin: 0 4px;
}
.administration .api-calls-consumption .progress-ruler .bar {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 2px;
}
.administration .api-calls-consumption .progress-ruler .bar .fill {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-image: url('../images/api-calls-gradient.png');
  background-repeat-x: no-repeat;
  background-size: 100%;
}
.administration .api-calls-consumption .data-cells-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.administration .api-calls-consumption .data-cells-container .data-cell {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.administration .api-calls-consumption .data-cells-container .data-cell .cell-label {
  color: #cccccc;
}
.administration .api-calls-consumption .data-cells-container .data-cell .cell-data {
  color: #858C96;
  font-weight: bold;
}
.administration .api-calls-consumption .datepickers {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.administration .api-calls-consumption .datepickers input {
  visibility: hidden;
  width: 100px;
}
.administration .api-calls-consumption .datepickers .picker {
  cursor: pointer;
  margin: 0 10px;
}
.administration .api-calls-consumption .datepickers .picker:hover {
  opacity: .5;
}
.administration .api-calls-consumption .datepickers .picker .picker-text {
  color: #333;
  font-weight: bold;
}
.administration .api-calls-consumption .datepickers .picker .picker-icon {
  color: #AAA;
  margin-left: 5px;
}
.administration .api-calls-consumption .datepickers table .btn {
  border: none;
  border-radius: 0;
}
.administration .api-calls-consumption .chart {
  padding: 10px;
  width: 100%;
  height: 320px;
  background-color: #F9FCFE;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.administration .api-calls-consumption .chart .focus-line {
  fill: none;
  stroke: #f00;
  shape-rendering: crispEdges;
}
.administration .api-calls-consumption .chart .danger-line {
  fill: none;
  stroke: #f00;
  shape-rendering: crispEdges;
}
.administration .api-calls-consumption .chart .axis path,
.administration .api-calls-consumption .chart .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.administration .api-calls-consumption .chart .grid {
  fill: none;
  stroke: #e6e3e3;
  shape-rendering: crispEdges;
}
.administration .api-calls-consumption .chart .x.axis path {
  display: none;
}
.administration .api-calls-consumption .chart .line-geo {
  fill: none;
  stroke-width: 1.5px;
  stroke: #4074a0;
}
.administration .api-calls-consumption .chart .line-route {
  fill: none;
  stroke-width: 1.5px;
  stroke: #4fa040;
}
.administration .api-calls-consumption .chart .line-total {
  fill: none;
  stroke-width: 1.5px;
  stroke: #a03064;
}
.administration .api-calls-consumption .chart .fill-geocoder {
  fill: #4074a0;
  stroke-width: 1px;
  stroke: #fff;
}
.administration .api-calls-consumption .chart .fill-routing {
  fill: #4fa040;
  stroke-width: 1px;
  stroke: #fff;
}
.administration .api-calls-consumption .chart .fill-total {
  fill: #a03064;
  stroke-width: 1px;
  stroke: #fff;
}
.administration .api-calls-consumption .chart .overlay {
  fill: none;
  pointer-events: all;
}
.administration .api-calls-consumption .chart .focus circle {
  fill: none;
  stroke: steelblue;
}
.administration .api-calls-consumption .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  margin-top: 10px;
}
.administration .api-calls-consumption .legend .legend-item .legend-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  margin-bottom: -1px;
  margin-right: 3px;
}
.administration .api-calls-consumption .legend .legend-item .legend-color.geocoder {
  background-color: #4074a0;
}
.administration .api-calls-consumption .legend .legend-item .legend-color.routing {
  background-color: #4fa040;
}
.administration .api-calls-consumption .legend .legend-item .legend-color.total {
  background-color: #a03064;
}
/*ADMINISTRATION end */
.settings-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.settings-group .tab {
  display: inline-block;
  color: #bfbfbf;
  font-family: Arial;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  border: solid 1px #bfbfbf;
  border-bottom: solid 1px #5AA557;
  background-color: #f2f2f2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.settings-group .active {
  color: #5AA557;
  border: solid 1px #5AA557;
  border-bottom: solid 1px white;
  background-color: white;
}
.sync-table .top-info {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sync-table .top-info > div {
  display: inline-block;
}
.sync-table .top-info .action {
  color: green;
}
.sync-table .top-info .tablename {
  color: red;
}
/*.repeat-item.ng-enter,
.repeat-item.ng-leave {
-webkit-transition:2s linear all;
transition:2s linear all;
}

.repeat-item.ng-enter,
.repeat-item.ng-leave.ng-leave-active {
opacity:0;

}
.repeat-item.ng-leave,
.repeat-item.ng-enter.ng-enter-active {
opacity:1;

}*/
.map-tooltip.tooltip.in {
  opacity: 1;
}
.map-tooltip .tooltip-arrow {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.map-popup {
  width: 200px;
  background-color: #ffffff;
  padding: 4px;
}
.map-popup hr {
  margin-top: 5px;
  margin-bottom: 10px;
}
.map-popup .block {
  display: block;
}
.map-popup .half-block {
  display: inline-block;
  width: 49%;
}
.map-popup .map-popup-name {
  background-color: #e0dfdf;
  color: #5578b7;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.map-popup .map-popup-field {
  font-size: 10px;
}
.map-popup .map-popup-field .val {
  color: #333333;
}
.map-popup .map-popup-field .desc {
  color: #999999;
}
/* PIN POINTER */
.confirm-point table tbody tr td:nth-child(2) {
  background-color: #F3F2FD;
}
.confirm-point table tbody tr td:nth-child(3) {
  background-color: #E7FFE7;
}
#tbasearch::-webkit-search-cancel-button {
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: gray;
}
#tbasearch::-webkit-search-cancel-button:before {
  margin-left: 6px;
  content: 'x';
  color: white;
}
/* BUTTONS */
/*
.btn { font-size: 11px; }
.btn-primary { 
    background-color: #2c9bee !important; 
    border: none; 
    border-radius: 2px;
    padding: 8px 20px;
}
*/
/* IMAGES */
/* TOOLTIP */
div.tooltip-inner {
  max-width: 350px;
  font-size: 11px;
  background-color: #fff1b4;
  color: #000000;
  text-align: left;
}
div.tooltip-arrow {
  border-top-color: #fff1b4 !important;
  border-bottom-color: #fff1b4 !important;
}
/*BUTTONS*/
.btn {
  border-radius: 3px;
  padding: 5px 12px;
  text-shadow: 1px 1px 0px rgba(50, 50, 50, 0.5);
  font-size: 12px;
}
.btn.btn-xs {
  padding: 2px 9px;
}
.btn:disabled {
  text-shadow: none;
}
.btn IMG,
.btn SPAN {
  margin-bottom: 1px;
  margin-right: 3px;
}
.btn-default {
  color: #666666;
  text-shadow: none;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover {
  background-color: #dddddd;
}
.btn-default:active {
  background-color: #dddddd;
  -webkit-box-shadow: inset 0 0 4px rgba(60, 60, 60, 0.5);
  -moz-box-shadow: inset 0 0 4px rgba(60, 60, 60, 0.5);
  box-shadow: inset 0 0 4px rgba(60, 60, 60, 0.5);
}
.btn-primary {
  background-color: #1388d8;
  border-color: #0f6aa9;
}
.btn-primary:hover {
  background-color: #1179c1;
}
.btn-primary:active {
  background-color: #1179c1;
  -webkit-box-shadow: inset 0 0 4px rgba(60, 60, 60, 0.5);
  -moz-box-shadow: inset 0 0 4px rgba(60, 60, 60, 0.5);
  box-shadow: inset 0 0 4px rgba(60, 60, 60, 0.5);
}
.btn-success {
  background-color: #5cb85c;
  border-color: #449d44;
}
.btn-success:hover {
  background-color: #4cae4c;
}
.btn-success:active {
  background-color: #4cae4c;
  -webkit-box-shadow: inset 0 0 4px rgba(60, 60, 60, 0.5);
  -moz-box-shadow: inset 0 0 4px rgba(60, 60, 60, 0.5);
  box-shadow: inset 0 0 4px rgba(60, 60, 60, 0.5);
}
.form-control {
  border-color: #cccccc;
  border-radius: 3px;
  height: 29px;
  padding: 4px 10px;
  font-size: 13px;
}
.form-control::-ms-clear {
  display: none;
}
.form-control::-ms-reveal {
  display: none;
}
.form-control.compact {
  display: inline;
  width: initial;
  max-width: 300px;
}
.form-control:focus {
  border-color: #A5BCCF;
  -webkit-box-shadow: inset 0 0 4px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: inset 0 0 4px rgba(204, 204, 204, 0.75);
  box-shadow: inset 0 0 4px rgba(204, 204, 204, 0.75);
}
.input-group-image IMG.addon-image {
  float: right;
  margin-right: 6px;
  margin-top: -22px;
  position: relative;
  z-index: 2;
}
.input-group-image SPAN.addon-image {
  float: right;
  position: relative;
  margin-right: 6px;
  margin-top: -26px;
  font-size: 16px;
  z-index: 2;
  color: #ccc;
}
input[type=range].slider {
  -webkit-appearance: none;
  width: 100%;
  margin: 8.5px 0;
}
input[type=range].slider:focus {
  outline: none;
}
input[type=range].slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
  background: #5cb85c;
  border-radius: 3.4px;
  border: 0px solid rgba(1, 129, 204, 0);
}
input[type=range].slider::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(103, 105, 27, 0), 0px 0px 0px rgba(123, 125, 32, 0);
  border: 3px solid #6f6f6f;
  height: 20px;
  width: 20px;
  border-radius: 13px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}
input[type=range].slider:focus::-webkit-slider-runnable-track {
  background: #5cb85c;
}
input[type=range].slider::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 1px #000000, 0px 0px 0px #0d0d0d;
  background: #5cb85c;
  border-radius: 3.4px;
  border: 0px solid rgba(1, 129, 204, 0);
}
input[type=range].slider::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(103, 105, 27, 0), 0px 0px 0px rgba(123, 125, 32, 0);
  border: 3px solid #cccccc;
  height: 20px;
  width: 20px;
  border-radius: 13px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #5cb85c;
  border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
  background: #5cb85c;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
