/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.logo-box,
.banner-box {
    width: 100%;
    height: 185px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.img-box-wrapper {
    width: 185px;
}

.img-section-title {
    margin: 20px 0 15px;
    font-weight: 700;
}

.avatar .avatar-content {
    width: 64px;
    height: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 48px;
    color: #000000;
}
.box-card-content p {
    font-size:18px;
}
.box-card-content,
.box-card-content h2{
    color: #fff;
}

.avatar {
    background-color: #ffffff;
}

#map {
  height: 300px;
  width: 100%;
}
#map #infowindow-content {
  display: inline;
}
.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}
#pac-input {
/*  background-color: #fff;*/
  /*font-family: Roboto;
  font-size: 15px;
  font-weight: 300;*/
  /* margin-left: 12px; */
/*  padding: 0 11px 0 13px;*/
/*  text-overflow: ellipsis;*/
/*  width: 640px;*/
}

 #pac-input:focus {
  border-color: #4d90fe;
} 
#target {
  width: 345px;
}
.form-group.body_types label {
  width: 100%;
}
.form-group.body_types input {
  float: left;
  display: block;
  width: 31.33%;
/*  width: 45.33%;*/
  margin: 0 2% 10px 0;
}
.tippy-popper {
    display: none;
}
.app-logo {
  max-width:350px;
  width:100%;
  height: auto;
  margin:auto;
}

#dashboard-analytics .card {margin-bottom: 1rem!important;}
#dashboard-analytics .card-body {
  padding: 0.9rem !important;
}
#dashboard-analytics .box-card-content h2 {margin-bottom:0!important;  font-size: 1.2rem!important;}
#dashboard-analytics .box-card-content p {margin-bottom:3px!important; font-size:15px!important;}
#dashboard-analytics .right-gap {padding-right:0!important; padding-left: 8px!important;}

#dashboard-analytics.dash-daily-report .card {
  margin-bottom: 0 !important;
  height: 100%;
}
#dashboard-analytics.dash-daily-report .right-gap {
  padding-right: 0 !important;
  padding-left: 8px !important;
  margin: 0 0 10px 0;
} 

.deleteall {
    background: #fff;
    padding: 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.deleteall input {
    width: 270px;
    margin-right: 10px;
}

@media (max-width: 480px) {
    .content-header .content-header-title {
        font-size: 18px;
        float: none !important;
    }
    .content-header .breadcrumb {
        border-left: 0;
        padding-left: 0 !important;
    }
}

