.avatar-profile img {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
    border: 0 none;
}

.pac-container {
    z-index: 1311 !important;
}

.select2-dropdown {
    z-index: 1311 !important;
}

.gmap {
    height: 100%;
    width: 100%;
    /* position: fixed !important; */
    top: 0;
    left: 0;
}

.bg-full {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    height: 100%;
}

.slogan h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 1px 3px rgba(0, 0, 0, 1);
    color: #ffffff;
}

.home-header {
    padding-top: 30px;
}

.home-label {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #1a1f21;
}

.home-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.home-avatar {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#address_search {
    background-color: #1a1f21;
    border: #1a1f21;
}

.info-box-wrap {
    background: #fff;
    overflow: hidden;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.08);
}

.info-box-text-wrap {
    height: 110px !important;
    width: 180px;
    float: left;
    overflow: hidden;
}

.action-btns {
    float: left;
    width: 100px;
    overflow: hidden;
    position: relative;
    top: 12px;
    left: 6px;
}

.action-btns i {
    font-size: 18px;
    color: #78a737;
    margin-left: 3px;
}

.action-btns i:hover {
    transition: color 0.5s ease;
    color: #ccc;
    cursor: pointer;
}

.action-btns i.fa-heart-o {
    font-weight: bold;
}

.info-box-text-wrap h6.address {
    padding: 6px 5px 1px 0;
    margin: 0 0 0 0;
    color: #0c99c8;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.info-box-text-wrap p {
    padding: 2px 0 0 0;
    margin: 0 0 0 0;
    word-wrap: break-word;
}

.info-box-text-wrap p.description {
    color: #1a1f21;
}

.info-box-wrap img {
    width: 130px !important;
    height: 100px;
    float: left;
    margin-right: 10px;
    padding-top: 0;
    margin-top: 0;
}

.day-enabled {
    display: inline-block;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #4397e6;
    color: #ffffff;
}

.day-disabled {
    display: inline-block;
    border-radius: 100%;
    background: #dddddd;
    height: 35px;
    width: 35px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    cursor: not-allowed;
}

.dia {
    top: 0;
    position: absolute;
}

.no-border,
.no-border td {
    border: none !important;
}

.weekDays-selector {
    padding-top: 0.7em;
}

.weekDays-selector input {
    display: none !important;
}

.weekDays-selector input[type="checkbox"] + label {
    display: inline-block;
    border-radius: 100%;
    background: #dddddd;
    height: 35px;
    width: 35px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.weekDays-selector input[type="checkbox"]:checked + label {
    background: #4397e6;
    color: #ffffff;
}

.weekDays-selector input[type="checkbox"]:disabled + label {
    background: #ddd;
    color: #ffffff;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}
@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}
