/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

 ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

 audio,
 canvas,
 iframe,
 img,
 svg,
 video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

 fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden,
 [hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

 .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

 .sr-only.focusable:active,
 .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

 .invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

 .clearfix::before,
 .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }

  @media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]::after {
      content: " (" attr(href) ")";
    }

    abbr[title]::after {
      content: " (" attr(title) ")";
    }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
   a[href^="#"]::after,
   a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
   thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


.color-primary-0 { background-color: #00A1A1 } /* Main Primary color */
.color-primary-1 { background-color: #98BFBF }
.color-primary-2 { background-color: #349898 }
.color-primary-3 { background-color: #007C7C }
.color-primary-4 { background-color: #005F5F }
.color-secondary-1-0 { background-color: #1343B1 } /* Main Secondary color (1) */
.color-secondary-1-1 { background-color: #A5B0CA }
.color-secondary-1-2 { background-color: #4664AA }
.color-secondary-1-3 { background-color: #09308A }
.color-secondary-1-4 { background-color: #03226A }
.color-secondary-2-0 { background-color: #FFAA00 } /* Main Secondary color (2) */
.color-secondary-2-1 { background-color: #FFEDCA }
.color-secondary-2-2 { background-color: #FEC656 }
.color-secondary-2-3 { background-color: #CF8A00 }
.color-secondary-2-4 { background-color: #9E6900 }
.color-complement-0 { background-color: #FF7400 }  /* Main Complement color */
.color-complement-1 { background-color: #FFE2CA }
.color-complement-2 { background-color: #FEA256 }
.color-complement-3 { background-color: #CF5E00 }
.color-complement-4 { background-color: #9E4800 }



body{
  /*background-color: #eee;*/
  background-image: radial-gradient(708px,green,#fff8f1 0%,#00a0a1);
  color: #236f6e;
  background-attachment: fixed;
}
input{
  outline: none;
}
.titulo{
  color: #225454;
  /*position: sticky;
  top: 2px;*/
  /*background: radial-gradient(#AAb9b8AA, #4ab9b800, #4ab9b800);*/
  z-index: 1000;
  font-size: 150%;
  text-shadow: #e0e0dc 1px 1px 1px;
  /*border-radius: 96px;*/
}
.size80{
  font-size: 80%;
}
.size90{
  font-size: 90%;
}
.size125{
  font-size: 125%;
}
.size150{
  font-size: 150%;
}
.size200{
  font-size: 200%;
}
.size250{
  font-size: 250%;
}
.step-start-input,.step-start-input:focus{
  width: 100%;
  border: 1px solid gray;
  background-color: #ffffffCC;
  border-radius: 0.25em;
  padding: 12px;
  padding-left: 20px;
  color: #225454;
}

.step-start-input:focus{
  border:1px solid #225454;
  color: #225454;
  background-color: #ffffffee;
}

input.step-start-input:placeholder-shown+.input-search-close-button{
      display: none;
}

.step-start-search{
  margin:  20px;
  padding:  10px 25px;
  border-radius: 10px;
  border: none;
  margin-bottom: 0px;
}


.align-center{
  text-align: center;
}

.bg-blue{
  background-color: #0064aa44;
}

.bg-green{
  background-color: #225454;
  color: white;
}
.bg-green-2{
  background-color: #225454;
  color: white;
}

.bg-green:hover,.bg-green:active{
  background-color: #124444;
  color: white;
}

.bg-red{
  background-color: #a91a1a;
  color: white;
}

.bg-red:hover,.bg-red:active{
  background-color: #852222;
  color: white;
}

.text-green{
  color: #225454;
}

.text-white{
  color: #FFF;
}

div.search-results{
  margin-top: 10px;
}

.search-results .item-result{

  color: #236f6e;
  background-color: #dddddd88;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  border: 2px solid #51b0af;
  margin: 4px;
  text-align: left;
}

.search-results .item-result:hover{
  background-color: #eeeeeeba;
  font-size: 100%;
}

.search-results .item-result img{
  border: 2px solid #367878;
  border-radius: 10px;
  max-width: 100%;
  max-height:  100%;
  background: radial-gradient(white, #6cb9b1);
}

.search-results .item-price{
  float: right; 
  font-size: 100%; 
  border: 1px solid #316f6e; 
  padding: 6px 10px; 
  border-radius:10px; 
  background-color: #dfeaea;
}

@keyframes zoomOnce{
  0% {
      transform: scale(1.0);
  }
  20% {
      transform: scale(0.8);
  }
  80% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1.0);
  }
}

.zoomOnce{
  animation-name:  zoomOnce;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

@keyframes pulse {
  0% {
      background-image: radial-gradient(708px, green, #fff8f1 0%, #00a0a1);
  }
  50% {
      background-image: radial-gradient(708px, blue, #fff8f1 0%, #00a0a1);
  }
  100% {
      background-image: radial-gradient(708px, green, #fff8f1 0%, #00a0a1);
  }
}


.transition{
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.item-result:hover .item-price{
  /*transform: scale(1.1,1.1);*/
  border: 1px solid #236f6e;
  color: #236f6e;
  background-color: #FEC656;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;

}

.item-result-img-hover{
  cursor: pointer;
  position: absolute;
  width: 8.45em;
  font-size: 80%;
  background-color: #ffffffDD;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 4px;
  opacity: 0;
  -webkit-transform:translate(2px, -19px);
  -moz-transform: translate(2px, -19px);
  -ms-transform: translate(2px, -19px);
  -o-transform: translate(2px, -19px);
  transform: translate(2px, -19px);
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.item-result:hover .item-result-img-hover,.item-result-img-hover:hover{
  -webkit-transform: translate(2px, -29px);
  -moz-transform: translate(2px, -29px);
  -ms-transform: translate(2px, -29px);
  -o-transform: translate(2px, -29px);
  transform: translate(2px, -29px);
  opacity: 1;
  
}
.item-result:hover{
  cursor: pointer;
}

.pull-right{
  float: right;
}

.margin5{
  margin: 5px;
}

.div-scroll-top{
  opacity: 0.6;
  position: fixed;
  right:7%;
  bottom: 5%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-transform: scale(1.5,1.5);
     -moz-transform: scale(1.5,1.5);
      -ms-transform: scale(1.5,1.5);
       -o-transform: scale(1.5,1.5);
          transform: scale(1.5,1.5);
}
.div-scroll-top:hover{
  opacity: 0.9;
}
.w40{
  width: 40%;
}

.item-history{
  color: #236f6e;
  background-color: #dddddd88;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  border: 2px solid #51b0af;
  margin: 4px;
  text-align: left;
  clear: both;
}

.item-history img{
  border: 2px solid #367878;
  border-radius: 10px;
}

.history-btn-panel{
  float: right;
}

.btn-search-options{
  min-width: 94px !important;
  font-size: 90%;
}

.history-btn-panel button,.btn-open-map,.btn-comum{
  padding: 7px 14px;
  border-radius: 10px;
  margin: 1px;
  border: none;
  min-width: 150px;
  transition: all .3s ease-in;
}

.storage-results .item-history{
  display: inline-block;
  transition: all .3s ease-in;
}

button.btn-padrao{
  padding: 10px 25px;
  border-radius: 10px;
  border: none;
  margin: 5px;
}

.label{
    
    border-radius: 31px;
    padding:  5px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: white;
    font-size: 90%;
}
.label.label-green{
  background: radial-gradient(#9e9e9e, #225454);
  margin-bottom: 3px;
}

.margin-right-5{
  margin-right:  5px;
}

.open-search-results{
  min-width:  200px;
}

.border-panel{
  border:  2px solid #51b0af
}

input[type=radio]{
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

div.div-range-group,div.div-order-group{
  font-size: 88%;
}

.bootstrap-dialog .modal-header{
background: linear-gradient(45deg, #215453, #63aba8);
}






/* MENU ESQUERDA */
.nav-side-menu {
  overflow: auto;
  font-size: 16px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
  z-index: 9999;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.nav-side-menu .brand:hover{
  cursor:pointer;
}

.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding: 12px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 1025px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff82;
    color: #225454;
    width: 40px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}

.navbar{
  background-color: #38b4b3;
  min-height: 68px;
}

.navbar-default{
  border: 0;
}

.navbar-default .navbar-nav>li>a{
  color: #225454;
}

.navbar-right .dropdown a{
  font-size: 20px;
  padding: 10px;
  color: #225454;
  text-shadow: #e0e0dc 1px 1px 1px;
  padding: 20px !important;
  line-height: 30px !important;
}

.panel{
    margin-top: 10px;
    background-color: #dddddd88;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #51b0af;
}

.tela-inicio .panel:hover{
  background-color: #dddddd66;
  transition: all .2s ease-in;
  cursor: pointer;
  user-select: none;
}

@media (min-width: 100px){
  div.main-content{
    grid-template-rows: 20% 65% 7% !important;
  }
  div.panel{
    margin: 10px;
  }
}

.select2-container .select2-selection--single{
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 30px;
}

/* style do toggle switch*/
.onoffswitch {
    position: relative;
    width: 115px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in-out 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 26px;
    padding: 0;
    line-height: 28px;
    font-size: 14px;
    /* color: white; */
    ont-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Ativada";
    padding-left: 13px;
    background-color: #3a9e461c;
    color: #3A9E46;
}
.onoffswitch-inner:after {
    content: "Inativa";
    padding-right: 13px;
    background-color: #ddd;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 40px;
    margin: 0px;
    background: #fbfbfb;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 75px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #3A9E46; 
}
/* fim do style do toogle switch*/

#map-container {
      height: 100%;
      width: 100%;
      flex:1;
}

.fullscreen-dialog .modal-dialog {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

.fullscreen-dialog .modal-content {
  height: 100% !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}

.fullscreen-dialog .bootstrap-dialog-body,.fullscreen-dialog .bootstrap-dialog-message{
  flex: 1;
  width: 100%;
  height: 100%;
}


.skeleton{
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    #e0e0e099 25%,
    #f0f0f099 50%,
    #e0e0e099 75%
  );
  background-size: 200% 100%;
  animation: loading2 1.3s ease-in infinite;
}

@keyframes loading2 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
