.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
  background-color: #3e444c;
  box-shadow: 1px 1px 2px 2px #555d68;
  border-radius: 5px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}
.form-signin input.password {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input.password2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .form-input {
  margin-bottom: 10px;
}
.form-signin .form-input .errors {
  background-color: #63696f;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 1s;
}
.form-signin .form-input .errors.active {
  border-color: #666666;
}
.form-signin .form-input .errors .error {
  margin: 3px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.form-signin .form-input .errors .error.ng-hide-add {
  transition: max-height 0.5s;
  max-height: 60px;
  display: block!important;
}
.form-signin .form-input .errors .error.ng-hide-add.ng-hide-add-active {
  max-height: 0px;
}
.form-signin .form-input .errors .error.ng-hide-remove {
  transition: max-height 0.5s;
  max-height: 0px;
  display: block!important;
}
.form-signin .form-input .errors .error.ng-hide-remove.ng-hide-remove-active {
  max-height: 60px;
}
.form-signin .form-input .errors .error:before {
  content: 'Error:';
  display: inline-block;
  color: #FA3F3C;
  font-weight: 800;
  width: 40px;
  vertical-align: top;
}
.form-signin .form-input .errors .error p {
  display: inline-block;
  white-space: normal;
  margin: 0;
}
.form-signin .form-input .errors .error p:first-child {
  width: 40px;
  vertical-align: top;
}
.form-signin .form-input .errors .error p:last-child {
  width: 316px;
}
.form-signin .form-signin-heading {
  font-weight: 800;
  text-shadow: 2px 2px 4px black;
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
  margin-bottom: 10px;
}
.ring-input {
  width: 50px;
}
/* when hiding the div */
/*.ng-hide-add { 
  animation:0.5s fadeOutDown;
}*/
/* when showing the picture */
/*.ng-hide-remove { 
  animation:0.5s fadeInDown;
}*/
/* google map */
.angular-google-map-container {
  height: 387px;
}
/* replacement for header*/
.hr {
  width: 95%;
  font-size: 1px;
  color: rgba(0, 0, 0, 0);
  line-height: 1px;
  background-color: grey;
  margin-top: -6px;
  margin-bottom: 10px;
}
.selected-location {
  padding: 10px;
  border-radius: 15px;
  border: 2px solid #FFCC00;
}
/*  */
#small-map .angular-google-map-container {
  height: 150px;
  width: 200px;
}
/* style checkbox to look like a radio button*/
.checkbox-as-radio {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
  /* not currently supported */
  -o-appearance: radio;
  /* not currently supported */
}
.container {
  -webkit-backface-visibility: hidden;
}
.loading-jumbo {
  text-align: center;
  cursor: progress;
}
@media (max-width: 991px) {
  .hidden-devices {
    display: none !important;
  }
}
.login-error {
  height: 0;
  overflow: hidden;
  transition: height 1s;
}
.login-error.active {
  height: 50px;
}
.btn {
  transition-duration: .5s;
  transition-property: color, background-color;
  transition-timing-function: ease;
}
.jumbotron h1 {
  text-shadow: 1px 1px 1px grey;
}
/*angucomplete*/
.angucomplete-holder {
  position: relative;
}
.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  /*top: 32px;
    left: 0px;
    */
  margin-top: -6px;
  background-color: #ffffff;
}
.angucomplete-searching {
  color: #acacac;
  font-size: 14px;
}
.angucomplete-description {
  font-size: 14px;
}
.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both;
}
.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff;
}
.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}
.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}
.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}
.highlight {
  color: red;
}
/* 
   abn-tree.css

   style for the angular-bootstrap-nav-tree
   for both Bootstrap 2 and Bootstrap 3

*/
/* ------------------------------------------
AngularJS Animations...

The first selector is for Angular 1.1.5
The second selector is for Angular 1.2.0

*/
.abn-tree-animate-enter,
li.abn-tree-row.ng-enter {
  transition: 200ms linear all;
  position: relative;
  display: block;
  opacity: 0;
  max-height: 0px;
}
.abn-tree-animate-enter.abn-tree-animate-enter-active,
li.abn-tree-row.ng-enter-active {
  opacity: 1;
  max-height: 30px;
}
.abn-tree-animate-leave,
li.abn-tree-row.ng-leave {
  transition: 200ms linear all;
  position: relative;
  display: block;
  height: 30px;
  max-height: 30px;
  opacity: 1;
}
.abn-tree-animate-leave.abn-tree-animate-leave-active,
li.abn-tree-row.ng-leave-active {
  height: 0px;
  max-height: 0px;
  opacity: 0;
}
/* 
------------------------------------------
Angular 1.2.0 Animation 
*/
/*
   end animation stuff
-----------------------------------------
   begin normal css stuff
*/
ul.abn-tree li.abn-tree-row {
  padding: 0px;
  margin: 0px;
}
ul.abn-tree li.abn-tree-row a {
  padding: 3px 10px;
}
ul.abn-tree i.indented {
  padding: 2px;
}
.abn-tree {
  cursor: pointer;
}
ul.nav.abn-tree .level-1 .indented {
  position: relative;
  left: 0px;
}
ul.nav.abn-tree .level-2 .indented {
  position: relative;
  left: 20px;
}
ul.nav.abn-tree .level-3 .indented {
  position: relative;
  left: 40px;
}
ul.nav.abn-tree .level-4 .indented {
  position: relative;
  left: 60px;
}
ul.nav.abn-tree .level-5 .indented {
  position: relative;
  left: 80px;
}
ul.nav.abn-tree .level-6 .indented {
  position: relative;
  left: 100px;
}
ul.nav.nav-list.abn-tree .level-7 .indented {
  position: relative;
  left: 120px;
}
ul.nav.nav-list.abn-tree .level-8 .indented {
  position: relative;
  left: 140px;
}
ul.nav.nav-list.abn-tree .level-9 .indented {
  position: relative;
  left: 160px;
}
/*hide native datepicker */
input::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
/*ui.bootstrap - instead of empty href*/
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
custom-bullet li {
  display: block;
}
.custom-bullet li:before {
  /*Using a Bootstrap glyphicon as the bullet point*/
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  float: left;
  margin-top: 4px;
  color: #CCCCCC;
}
/*required fields with red background*/
.form-group.required input {
  background-color: #FFE5E5;
}
.form-group.required select {
  background-color: #FFE5E5;
}
.form-group.minus input {
  background-color: #ff4d4d;
}
.form-group.plus input {
  background-color: #70db70;
}
/*fields with blue background*/
.form-group.repeated input {
  background-color: #d9edf7;
}
.form-group.repeated select {
  background-color: #d9edf7;
}
/*fields with blue background*/
.form-group.ringnumber input {
  background-color: #BFEDA4;
}
.form-group.ringnumber select {
  background-color: #BFEDA4;
}
/* clickable span - change cursor to hand*/
.clickable-span {
  cursor: pointer;
}
/*clickable list item*/
.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
/*align image in navbar verically*/
.navbar img {
  margin-top: 18px;
}
/* reduce size of form inputs */
.form-horizontal .form-group {
  margin-bottom: 2px;
  margin-top: 2px;
}
.form-horizontal .form-control {
  margin-bottom: 2px;
  margin-top: 2px;
}
/*fit image into div*/
.img-fit {
  max-width: 100%;
  max-height: 100%;
}
.img-container {
  height: 200px%;
}
/*disable stretching textarea outside of father*/
textarea {
  max-width: 100%;
  max-height: 100%;
}
/*leave some space at the botton of confirmation box*/
.confirmation {
  margin-bottom: 11px;
}
.confirmation-alert {
  font-size: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.h32 {
  height: 32px;
}
.mymap {
  cursor: auto;
}
.hidden {
  display: none;
}
/*bold font and underline*/
.font-bold {
  font-weight: bold;
}
.undeline {
  text-decoration: underline;
}
