/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    padding-top: 66px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}
.ui-slider-handle{
  -ms-touch-action: none;
  touch-action: none;
}
#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: #f3f3f3;
    color: #424242;
    z-index: 300;
    transition: all 0.3s;
    box-shadow: 0 1px 6px rgba(57,73,76,.35);

}

#sidebar.active {
    margin-left: -270px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #b8e6e2;
}

#sidebar ul.components {
    /*padding: 20px 0;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    padding-left: 20px;
    font-size: 1.1em;
    display: block;
    color: #424242;
    font-weight: 400;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #f3f3f3;
}

.option-li {
    padding: 10px;
    padding-left: 20px;
    font-size: 1.1em;
    display: block;
    color: #424242;
    font-weight: 400;
}
.option-li:hover {
    color: #7386D5;
    background: #fff;
    cursor: pointer;
}

.option-li.active{
    color: #fff;
    background: #f3f3f3;
}

.option-ul{
  background-color: #f3f3f3;
}

.text-side{
    color: #424242 !important;
    font-weight: 400;
    
}
p.text-side{
    background: #ffffff;
    text-align: center;
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
    color: #424242;
}

.nav-link::before{
    display: none !important;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}



ul ul a {
    font-size: 0.9em !important;
    padding-left: 20px !important;
    background: #f3f3f3;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #f3f3f3 !important;
    color: #fff !important;
}

li.status-side:hover {
    background: #f3f3f3 !important;
    color: #fff !important;
}

.bg-custom{
  background-color: #3f8a7b;
}

p{
    color: #424242;
}
.content-panel{
  background: #f3f3f3;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 270px);
    padding: 0px;
    background: white;
/*    position: absolute;
    top: 0;
    right: 0;*/
}
#content.active {
    width: 100%;
}

#btn-district, #btn-status, #btn-category, #btn-city,
#btn-cost, #btn-year, #btn-vote, #btn-search{
  margin: 8px;
  margin-top: 10px;
  border: solid 2px;
}
.collapse.navbar-collapse.navbar-collapse-toolbar{
  background: #f1f4f5; 
}
.mCustomScrollBox{
  height: auto !important;
}
.filter-mobile{
  display: none;
}
.filter-desktop{
  display: block;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -270px;
    }
    #sidebar.active {
        margin-left: 0;
        position: absolute;
        height: calc(100% - 68px);
    }
    #content {
        width: 100%;
        position: absolute;
        bottom: 0;
        top: 68px;
        overflow-y: scroll;
    }
    #content.active {
        /*left: 270px;*/
        /*width: calc(100% - 270px);*/
    }
    #sidebarCollapse span {
        display: none;
    }
    #btn-filter{
       display: block;
    }
    #content{
      /*padding-top: 50px;*/
      margin-left: 0;
    }
    .feedback-btn{
      text-align: center;
      padding-bottom: 40px;
    }
    .fd-learn{
      border-right: solid 0px !important;
      border-bottom: solid 1px #acacac;
      text-align: center;
    }
    .fd-more{
      padding-bottom: 30px;
    }
    .fd-design{
      padding-left: 15px !important;
      padding-top: 30px;
      text-align: center;
    }
    #map {
      display: none;
    }
    .filter-mobile{
      display: block;
    }
    .filter-desktop{
      display: none;
    }
    #btn-district, #btn-status, #btn-category, #btn-city, #btn-year, #btn-vote, #btn-cost{
      margin-top: 15px;
    }
    .profile-location{
      display: block;
    }
}

.nav.nav-tabs.nav-tabs-line{
    background: #b8e6e2;
}

.input-search{
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
}
.form-control.search-form{
    border-radius: 0;
    border: 0;
    font-size: 12px;
    color: #424242;
    height: 45px;
    font-weight: 400;
    padding-left: 3em;
}
.input-search .input-search-icon {
    font-size: 16px;
    left: 0px;
    text-align: center;
    pointer-events: none;
    color: #000000;
}

.option-side{
    margin: 7px;
    background-color: #ffffff;
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
}
#sidebar.nav-tabs-line .nav-item.open .nav-link, .nav-tabs-line .nav-item.open .nav-link:focus, .nav-tabs-line .nav-item.open .nav-link:hover, .nav-tabs-line .nav-item.show .nav-link, .nav-tabs-line .nav-item.show .nav-link:focus, .nav-tabs-line .nav-item.show .nav-link:hover, .nav-tabs-line .nav-link.active, .nav-tabs-line .nav-link.active:focus, .nav-tabs-line .nav-link.active:hover {
    color: #3f51b5;
    border-bottom: 2px solid #3f897a;
    background-color: transparent;
}

.tab-menu{
    width: 100px;
    text-align: center;
}
.rangeUi-bar{
    background-color: #000000;
    height: 3px;
}
.rangeUi-selected {
    background-color: #009688;
    height: 3px;
}
.rangeUi-pointer{
    width: 14px;
    height: 14px;
    top: -5px;
    background-color: #009688;
    border: 0;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    font-size: 1em;
}
.range-side{
    margin: 7px;
}
.status-side{
    background-color: #f3f3f3;
}
.btn-warning, .btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    border-color: #ffea00;
    background-color: #ffea00;
}
.btn .icon{
    margin: 0;
}
.panel{
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
}
p{
    margin-bottom: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  background-color: #000000;
  height: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
  width: 14px;
  height: 14px;
  top: -5px;
  background-color: #009688;
  border: 0 !important;
  border-radius: 50%;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #009688;
  height: 3px;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-state-focus, .ui-state-active, .ui-state-hover{
    border: 0px !important;
}
.navbar-toggler {
  float: left;
}
.navbar-default .navbar-toggler{
  font-size: 15px;
}
.site-navbar .navbar-header{
  width: 100%;
}
.navbar-brand.nav-item{
  font-size: 15px;
}
.st-btn .st-first .st-last{
  padding-left: 0 !important;
}
@media (max-width: 479px) {
  .nav-menubar li a{
    padding-right: 0px;
  }
  #google_translate_element{
    padding-right: 0px;
  }
  .navbar-brand{
    padding-left: 15px !important;
    padding-right: 5px !important;
  }
  .nav-link {
    font-size: 12px;
  }
  .footable-header{
    display: none;
  }
  #content{
   /* padding-top: 50px;*/
  }
  .goog-te-gadget-simple .goog-te-menu-value span {
    font-size: 12px !important;
  }
  .btn-profile{
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .page{
  padding-top: 68px;
  } 
}
.collapse.navbar-collapse.navbar-collapse-toolbar.show{
  border: 0;
}
@media (min-width: 768px) {
  .collapse.navbar-collapse.navbar-collapse-toolbar.show{
    /*padding: 10px;*/
    padding-left: 300px;
  }

}
.overlay {
    position: absolute;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    display: none;
    top: 0;
}
.mCSB_container{
  padding-bottom: 200px;
}
.btn_findout{
  background-color: transparent;
  border: 0;
}
/*
.ui-menu .ui-menu-item:hover:before {
    content: '' !important;
    font-family: 'Font Awesome';
    font-weight: normal;
    font-style: normal;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    vertical-align: middle;
    float: left;
    color: white !important;
}*/
.ui-menu .ui-menu-item .ui-menu-item-wrapper:before {
    content: '' !important;
    font-family: 'Font Awesome';
    font-weight: normal;
    font-style: normal;
    margin-left: 10px;
    margin-right: 10px;    
    vertical-align: middle;
    float: left;
}
.ui-menu .ui-menu-item .ui-state-active{
  background: #3f897a;
  padding-left: 7px;
    
}
.site-footer {
  padding: 0;
  height: auto;
}
.footer-feedback{
  background-color: #3f8a7b;
  min-height: 68px;
  color: white;
}
.feedback-title{
  font-size: 1.3em;
  color: white;
}
.profile-title{
  font-size: 1.3em;
  color: #424242;
}
.btn-feedback{
  background-color: #b8e6e2;
  color: #3c3c3c;
  width: 140px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16)
}
.btn-profile{
  background-color: #b8e6e2;
  color: #3c3c3c;
  width: 290px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16)
}
.footer-content{
  background-color: #464646;
  color: white;
  padding: 20px 8% 20px 8%;
}
.fd-content{
  font-family: Roboto,sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}
.fd-link{
  font-size: 1.2em;
  font-family: Roboto,sans-serif;
  font-weight: 400;
}
.fd-learn{
  border-right: solid 1px #acacac;
}
.table a{
  color: #424242;
}
#map {
/*  position: relative;*/
  width: 33.333333%;
  height: 60%;
  margin-top: 15px;
  z-index: 30000;
  box-shadow: 0 1px 6px rgba(57,73,76,.35);
}
.ui-front {
  z-index: 1000;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-widget-content {
  color: #333333;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.input-search.sidebar-search{
  box-shadow: 0 1px 6px rgba(57,73,76,.35) !important;
}
.nav-tabs-horizontal.ui-tabs.ui-corner-all.ui-widget.ui-widget-content.sidebar-tab{
  border: none;
}
#slider-range.ui-widget-content{
  background: #000000;
  height: 3px;
}
#slider-range-year.ui-widget-content{
  background: #000000;
  height: 3px;
}
#slider-range-vote.ui-widget-content{
  background: #000000;
  height: 3px;
}

#slider-range.ui-widget.ui-widget-content{
  border: 0;
}

#slider-range-year.ui-widget.ui-widget-content{
  border: 0;
}

#slider-range-vote.ui-widget.ui-widget-content{
  border: 0;
}

#sidebar ul li.active > a.nav-link.ui-tabs-anchor{
  background-color: unset;
  color: #424242;
}
.nav-tabs-line, .nav-link.active{
  border-bottom: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
  border: unset;
  border-bottom: 2px solid #3f897a;
}
.ui-loader.ui-corner-all.ui-body-a.ui-loader-default{
  display: none;
}
.fd-link{
  display: block;
}
.pagination>li {
  margin: 5px;
}
.pagination>li>a, .pagination>li>span{
  width: 41px;
  height: 41px;
  background-color: transparent;
  border-radius: 50%;
  background-color: #e1e1e1;
  border: solid 2px #acacac;
  font-weight: 400;
  font-size: 20px;
  color: #424242;
  padding: 5px 13px 19px 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #3f8a7b;
  border: solid 2px #acacac;
  font-weight: 600;
  font-size: 20px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
  border-radius: 50% !important;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
  border-radius: 50% !important;
}
.table a {
    color: #424242 !important;
}
.tab-content>.active {
  background: #f4f3f3;
}
.profile_name{
  color: #424242 !important;
  font-weight: 500;
  cursor: pointer;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
  background: white !important;
}
#st-el-2 .st-btns  .st-btn{
    display: none !important;
}
#st-el-2 .st-btn[data-network='facebook'] {
    display: inline-block !important;
}
#st-el-2 .st-btn[data-network='email'] {
    display: inline-block !important;
}
#st-el-2 .st-btn[data-network='linkedin'] {
    display: inline-block !important;
}
#st-el-2 .st-btn[data-network='print'] {
    display: inline-block !important;
}
#st-el-2 .st-btn[data-network='twitter'] {
    display: inline-block !important;
}
.nav-tabs{
  cursor: pointer;
}
.ui-helper-hidden-accessible{
  display: none !important;
}
#download_csv{
  position: absolute;
  right: 10px;
  top: 12px;
  background-color: #b8e6e2;
  color: #424242;
  border: 0;
}
.table-responsive{
  border-color: transparent;
}
#download_form{
  display: none;
}
.community-link{
  display: block;
  font-family: inherit;
  font-size: 1.05em;
  line-height: inherit;
  text-decoration: underline;
}
.link-title-board{
  font-weight: 400;
}
.link-title{
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}