/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
  padding-top: 50px;
  padding-bottom: 20px;
}
*/
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

#map {
   display: block;
    height: 486px;
   width: 100%;
   background-color: #F6F4EF;
}
#map img { max-width:inherit !important; }
#map .map-error {
  text-align: center;
  padding-top: 48px;
  color: #C0B491;
  font-size: 14px;
}

.signin{
    margin: 0 auto;
    width: 250px;
}
#map_canvas {
    position: relative;
}
.angular-google-map-container { height: 600px; }

.map_report .angular-google-map-container { height: 400px; }

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-mpg {
}
.navbar-mpg .navbar-nav > .open > a,
.navbar-mpg .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #178058  0%, #176145  100%);
  background-image:      -o-linear-gradient(top, #178058  0%, #176145  100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#178058 ), to(#176145 ));
  background-image:         linear-gradient(to bottom, #178058  0%, #176145  100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff178058 ', endColorstr='#ff176145 ', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-mpg .navbar-brand,
.navbar-mpg .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  color: #FFFFFF;
  text-decoration: none;
}

.navbar-mpg .navbar-nav >  :not(.active) > a:hover {
  background-color: transparent;
}

.navbar-mpg .navbar-toggle .icon-bar {
    background-color: #fff;
   
}
.navbar-mpg .navbar-toggle {
   background: #008265;

}
.center-cropped {
  width: 200px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 10px;
}

.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.dragover {
    border: 5px dashed #008164;
}

.upload{
  cursor: pointer;
}

.thumbnail_custom {
    display: block;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail_custom .caption{
  position: relative;
  height: 125px;
  padding: 10px;
}

.thumbnail_custom .caption .status{
  position:absolute;bottom:0px;
}

.panzoomwidget {
  width: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .panzoomwidget .zoom-button {
    text-align: center;
    height: 20px;
    width: 100%;
    background-color: white;
    cursor: hand;
    border: 1px solid black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2); }
  .panzoomwidget .zoom-button:hover {
    background-color: #ccc; }
  .panzoomwidget .zoom-level {
    width: 100%;
    border-left: 2px solid black;
    margin-left: 10px; }
  .panzoomwidget .zoom-slider {
    position: relative;
    cursor: hand; }
  .panzoomwidget .zoom-slider-widget {
    position: absolute;
    width: 20px;
    background-color: white;
    border: 1px solid black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2); }

.card{
    padding-top: 1px;
    padding-bottom: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin: 20px 10px;
    border-radius: 2px;
    background-color: #fff;
}

.card .item:first-child,  .list-inset .item:first-child, .padding > .list .item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.card .item:first-child {
    border-top: 0;
}

.card .item,  .list-inset .item,  .padding > .list .item,  .padding-horizontal > .list .item {
    margin-right: 0;
    margin-left: 0;
}

.card .item {
    border-left: 0;
    border-right: 0;
}

.item-divider {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    background-color: #f5f5f5;
    color: #222;
    font-weight: 500;
}

.item, .item h1, .item h2,  .item h3,  .item h4,  .item h5,  .item h6,  .item p,  .item-content,  .item-content h1,  .item-content h2,  .item-content h3,  .item-content h4,  .item-content h5,  .item-content h6,  .item-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
}

.mini_caption{
  color: #aaaaaa;
  font-size: 14px;
  line-height: normal;
}

a.btn-primary:link{
  color:#fff;
}
a.btn-primary:visited{
  color:#fff;
}
.input-group input{
      height: 34px;
}

.jumbotron{
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.jumbotron p{
  font-size: 20px !important;
}

.big_checkbox label{
  padding-left: 25px;
}

.big_checkbox input[type=checkbox]{
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
}

.col-half-offset{
    margin-left:4.166666667%
}

.compulsory {
  color: red;
  display: inline;
}

.spinner-center{
  position: fixed; 
  left: 50%;
  top: 50%;
  z-index:20000000;
}

.btn.btn-black,
.btn.btn-black:focus{
  background-color:black;
  color:#fff;
  opacity: 0.88;
}

.btn.btn-black:active,
.btn.btn-black.dropdown-toggle:active,
.btn.btn-black:hover{
  background-color:black;
  color:#fff;
}

.modal-overflow{
  overflow-x: auto;  
}

@media (min-width: 768px){
  .modal-xl {
    width: 90%;
    max-width: 100%;
  }
}

.taxon_result{
  color:#ed7d31;
}

.taxon_result_blue{
  color:#3189ed;
  white-space: pre-line;
}

.taxon_box{
  border: solid 1px #ddd;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px
}

.taxon_box_previous{
  border: solid 1px #ddd;
  padding: 15px;
  margin-bottom: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Pest identification modal results */
.white-bottom-border {
  border-bottom-color: white !important;
}

.synonym-color{
  color: #8c8c8c;
}

.spinner:before { 
    background-color: rgba(49, 37, 37, 0.2);
    border-radius: 6px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    content: " ";
  }
