.application-loading {
  width: 120px;
  height: 120px;
  -webkit-animation: rotation 1.5s infinite linear;
  -moz-animation: rotation 1.5s infinite linear;
  animation: rotation 1.5s infinite linear;
}

body {
  margin: 0;
  zoom:100% !important;  
  font-family: 'Open sans', sans-serif !important;
}
label{
  font-size: 14px !important;
  font-weight: normal !important;
  margin-bottom: 0 !important;
}

.color-forest-green {
  color:#35962B;
}
.color-red-orange{
  color: #EF6B29;
}
.color-purple{
  color: #A0316D;
}

.t-autocomplete {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold !important;
}
.form-input {
  border: 2px solid #777777 !important;
  border-radius: 0 !important;
}
.form-input-required {
  border: 2px solid #F49F25 !important;
  border-radius: 0 !important;
}
.form-input-done {
  border: 2px solid #A9C50E !important;
  border-radius: 0 !important;
}
.form-input:focus {
  border: 2px solid #63949F !important;
}
.form-input-required:focus {
  border: 2px solid #63949F !important;
}
.form-input-done:focus {
  border: 2px solid #63949F !important;
}
.form-control {
  font-weight: bold;
}
.form-control[disabled] {
  background-color: #BBBBBB!important;
  color: #444 !important;
}
.form-control-feedback {
  font-size: 12px;
  padding-right: 5px;
  right: 13px !important;
  top: 20px !important;
}
select.form-control {
  border: 2px solid #777777;
  border-radius: 0px;
  cursor: pointer;
}
select.au-target.form-control.form-input-required {
  border: 2px solid #F49F25 !important;
  border-radius: 0px;
}
select.au-target.form-control.form-input-done {
  border: 2px solid #A9C50E !important;
  border-radius: 0px;
}
select {
  background-image: url(../../assets/images/svg/button-arrow-grey-expanded.svg) !important;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 5px;
  background-size: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px !important;
}
input.form-control {
  border-radius: 0 !important;
  border: 0;
  color: #444444;
}
.btn {
  font-weight: bold !important;
}

.vv-btn {
  border-radius: 10px !important;
}

.vv-btn-reset {
  background-color: #777777 !important;
}

.vv-btn-remove {
    background-color: #E23F37 !important;
  }

::-webkit-input-placeholder {
  font-weight: bold;
  font-style: normal;
}
:-moz-placeholder {
  font-weight: bold;
  font-style: normal;
}
::-moz-placeholder {
  font-weight: bold;
  font-style: normal;
}
:-ms-input-placeholder {
  font-weight: bold;
  font-style: normal;
}
::-ms-input-placeholder {
  font-weight: bold;
  font-style: normal;
}
.icon-button-section-expand-arrow-for-tiles{
  padding-right: 5px;
}
.icon-button-section-expand-arrow-for-tiles-expanded{
  padding-right: 5px;
}

button.form-control {
  background-color: #a9c50e;
  color: #FFFFFF !important;
  border:0;
  font-weight: bold;
}

.button-expanded {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.leaflet-control-custom{
  background-color: white;
  width: 30px;
  height: 30px;
  opacity: 0.85;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

.leaflet-top .leaflet-control{
  margin-top: 15px !important;
}


.leaflet-container .leaflet-control-mouseposition {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px #bbb;
  padding: 0 5px;
  margin:0;
  color: #333;
  font: 13px/1.5 'Open Sans', sans-serif;
  position: fixed;
  bottom: 22px;
  left: 81px;
		font-weight: 600;
}


.leaflet-container {
    position: fixed;
    top:0;
    right: 0;
    left : 0;
    bottom: 0;
    cursor: context-menu;
  }
  .leaflet-control-container {
    position: absolute;
    top: 50px;
  }
  .leaflet-contextmenu a.leaflet-contextmenu-item:hover {
    background-color: #f4f4f4;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;}
    
  .leaflet-control-scale-line {
				font-family: 'Open Sans', sans-serif;
				font-size: 13px;
				background: rgba(255, 255, 255, 0.9);
				width: 66px !important;
  }

  .leaflet-control-scale
  {
    position: fixed;
				bottom: 0;
				margin-bottom: 22px !important;
    margin-left: 10px !important;
  }

.splash {
  text-align: center;
  margin: 10% 0 0 0;
  box-sizing: border-box;
}

.splash .message {
  font-size: 72px;
  line-height: 72px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.splash .fa-spinner {
  text-align: center;
  display: inline-block;
  font-size: 72px;
  margin-top: 50px;
}

.page-host {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

@media print {
  .page-host {
    position: absolute;
    left: 10px;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow-y: inherit;
    overflow-x: inherit;
  }
}

section {
  margin: 0 20px;
}

.navbar-nav li.loader {
  margin: 12px 24px 0 6px;
}

.pictureDetail {
  max-width: 425px;
}

/* animate page transitions */
section.au-enter-active {
  -webkit-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
}

div.au-stagger {
  /* 50ms will be applied between each successive enter operation */
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}

.card-container.au-enter {
  opacity: 0;
}

.card-container.au-enter-active {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.card {
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  background-color: #337ab7;
  color: rgb(136, 172, 217);
  margin-bottom: 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.card .content {
  margin-top: 10px;
}

.card .content .name {
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, .5);
  font-size: 18px;
}

.card .header-bg {
  /* This stretches the canvas across the entire hero unit */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px #FFF solid;
  border-radius: 6px 6px 0 0;
}

.card .avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}

.card .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px #FFF solid;
}

/* yeollow postit note for making notes in the map. */
.postit-tooltip {
  border: none;
  padding: 0;
  white-space: normal;
}
.postit {
    line-height: 1;    
    text-align:center;     
    width: 200px;    
    min-height:180px;
    max-height:180px;
    padding-top:15px;
    padding-right: 10px;
    padding-left: 10px;
    position:relative;   
    border:4px solid #FFFFFF;  
    display:inline-block;    
    background-color: #F9C100;
    font-family: 'Open Sans', sans-serif;
}
/* .postit:after {     
    content: "";
    position:absolute;
    z-index:-1;
    width:160px;
    height: 25px;
} */
.textarea-postit {
  background: transparent !important;
  color: #FFFFFF;
  resize: none;
  border: 0 none;
  width: 100%;
  font-size: 14px;
  outline: none;
  height: 100px;
  padding-top: 10px;
}
.close-postit {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 0px;
  width: 24px;
  height: 24px;
  line-height: 16px;
  color: white;
  cursor: pointer;
}
.label-postit {
  font-size: 13px;
  font-weight: 600;
}
.leaflet-popup-content{
    margin: 0px;
    line-height: .4;
    width: inherit !important;
}
.leaflet-popup-content-wrapper {
    padding: 0px;
    text-align: left;
    border-radius: 90px;
    width: auto;
}

.search-popup {
  width: 300px;
  min-height: 130px;
  overflow: auto;
  line-height: 1.4em;
  border-radius: 0px;
  background-color: white;
  padding: 5px 5px 0 10px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, .5);
}
.search-popup > h3 {
  margin-top: 5px;
}

.information {
  border-radius: 14px;
  padding: 2px 6px;
  background-color: #d0cccc;
  margin-left: 7px;
  font-size: 0.7em;
  color: #000;
  font-style: italic;
  text-decoration: none;
  vertical-align: text-top;
}
abbr[title] {
  border-bottom: none !important;
}
.text-labels {
  position: absolute;
  top:3px;
  left:3px;
  padding: 10px;
  border: 1 solid #ccc !important;
  border-radius: 5px;
  background-color: #fff;
}
.draggable {
  z-index: 1000;
  position: absolute;
  cursor: move;
}

/* animation definitions */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.loading-container {
  position: relative;
  width: 200px !important;
  height: 200px !important;
  top: 30px;
  margin: auto;
}

.loading-container .item {
  width: 100px;
  height: 100px;
  position: absolute;
}

.loading-container .item-1 {
  background-color: #1F6575;
  top: 0;
  left: 0;
  z-index: 1;
  animation: item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loading-container .item-2 {
  background-color: #E23F37;
  top: 0;
  right: 0;
  animation: item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loading-container .item-3 {
  background-color: #35962B;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.loading-container .item-4 {
  background-color: #F49F25;
  bottom: 0;
  left: 0;
  animation: item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

@keyframes item-1_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(100px, 0)} 
  50% {transform: translate(100px, 100px)} 
  75% {transform: translate(0, 100px)} 
}

@keyframes item-2_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(0, 100px)} 
  50% {transform: translate(-100px, 100px)} 
  75% {transform: translate(-100px, 0)} 
}

@keyframes item-3_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(-100px, 0)} 
  50% {transform: translate(-100px, -100px)} 
  75% {transform: translate(0, -100px)} 
}

@keyframes item-4_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(0, -100px)} 
  50% {transform: translate(100px, -100px)} 
  75% {transform: translate(100px, 0)} 
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
  font-weight: bold;
  font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
  font-weight: bold;
  font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
  font-weight: bold;
  font-style: italic;
}
/* ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 16px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 40px grey;
  border-radius: 4px;
} */
