/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/* CUSTOM */
.badge-red {
  background-color: #ff0e0e40 !important;
  color: #ad1212;
  font-size: 13px;
  padding: 4px;
  border-radius: 5px;
  font-weight: 700;
}

.badge-orange{
  background-color: #ff9f433b !important;
  color: #ff9f43;
  font-size: 13px;
  padding: 4px;
  border-radius: 5px;
  font-weight: 700;
}

.badge-bluee{
  background-color: #0077b629 !important;
  color: #0077b6;
  font-size: 13px;
  padding: 4px;
  border-radius: 5px;
  font-weight: 700;
}

.badge-greenn {
  background-color: #28c76f30 !important;
  color: #28c76f;
  font-size: 13px;
  padding: 4px;
  border-radius: 5px;
  font-weight: 700;
}

.card-cuaca {
  margin: 20px 8px;
  padding: 15px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.card-cuaca h4 {
  font-size: 17px;
  margin-bottom: 7px;
}

.card-cuaca h2{
    color: #0077B6;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}

.card-cuaca span {
  font-size: 18px;
  color: #0077B6;
  font-weight: 700;
  margin-bottom: 0;
}
.card-cuaca p {
  font-size: 13px;
  margin-bottom: 0;
}


.card-cuaca .icons{
  width: 100%;
}

.card-cuaca .info i {
  font-size: 25px;
  margin-left: 14px;
  top: -3px;
  position: relative;
  color: #0077b6;
}

#demo-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  height: 560px;
  background: white;
}

#map-box {
  width: 80%;
  float: left;
}


#side-box {
  float: right;
  width: 16%;
  margin: 100px 1% 0;
  padding-left: 1%;
  border-left: 1px solid silver;
  display: none;
}

#info-box {
  margin-top: 10px;
}

.or-view-as {
  margin: 0.5em 0;
}

#up {
  line-height: 30px;
  height: 30px;
  max-width: 400px;
  margin: 0 auto;
}

#up a {
  cursor: pointer;
  padding-left: 40px;
}

#chkDataLabels {
  display: inline;
}

.selector {
  height: 40px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

.selector .prev-next {
  position: absolute;
  padding: 0 10px;
  font-size: 30px;
  line-height: 20px;
  background: white;
  font-weight: bold;
  color: #999;
  top: -2px;
  display: none;
  border: none;
}

.selector .custom-combobox {
  display: block;
  position: absolute;
  left: 40px;
  right: 65px;
}

.selector .custom-combobox .custom-combobox-input {
  position: absolute;
  font-size: 14px;
  color: silver;
  border-radius: 3px 0 0 3px;
  height: 32px;
  display: block;
  background: url("https://www.highcharts.com/samples/graphics/search.png") 5px 8px no-repeat white;
  padding: 1px 5px 1px 30px;
  width: 100%;
  box-sizing: border-box;
}

.selector .custom-combobox .ui-autocomplete-input:focus {
  color: black;
}

.selector .custom-combobox .ui-autocomplete-input.valid {
  color: black;
}

.selector .custom-combobox-toggle {
  position: absolute;
  display: block;
  right: -32px;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 32px;
}

.selector #btn-next-map {
  right: -12px;
}

.ui-autocomplete {
  max-height: 500px;
  overflow: auto;
}

.ui-autocomplete .option-header {
  font-style: italic;
  font-weight: bold;
  margin: 5px 0;
  font-size: 1.2em;
  color: gray;
}

.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

.ui-button-icon-only .ui-button-text {
  height: 26px;
  padding: 0 !important;
  background: white;
}

#info-box .button {
  border: none;
  border-radius: 3px;
  background: #a4edba;
  padding: 5px;
  color: black;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 3px;
  line-height: 30px;
}

@media (max-width: 768px) {
  #demo-wrapper {
      width: auto;
      height: auto;
  }

  #map-box {
      width: auto;
      float: none;
  }

  #side-box {
      float: none;
      width: auto;
      margin-top: 0;
      border-left: none;
      border-top: 1px solid silver;
  }
}

.icon-sub{
    font-size: 30px;
    background: #e7f3fd;
    align-self: center;
    padding: 6px;
    margin-right: 15px;
    border-radius: 5px;
    color: #0077b6b0;
}

.icon-card{
  font-size: 30px;
  background: #e7f3fd;
  align-self: center;
  padding: 17px;
  margin-right: 15px;
  border-radius: 5px;
  color: #00B4D8;
}