.mdl-shadow{
    box-shadow:0 2px 2px 0 rgba(0,0,0,.1),0 3px 1px -2px rgba(0,0,0,.1),0 1px 5px 0 rgba(0,0,0,.1);
    border-bottom: 1px solid #dddddd;
}
.mdl-shadow-1dp {
    box-shadow:0 1px 1px 0 rgba(0,0,0,.1),0 1px 1px -1px rgba(0,0,0,.1),0 1px 1px 0 rgba(0,0,0,.1);
    /*border-bottom: 1px solid #dddddd;*/
}
.mdl-shadow-1dp:hover {
    box-shadow:0 1px 1px 0 rgba(0,0,0,.3),0 1px 1px -1px rgba(0,0,0,.3),0 1px 1px 0 rgba(0,0,0,.3);
}

.div-header-search {
    width: 100%;
    height: 350px;
    display: inline-block;
    position: relative;
    background-image: url("/images/background_transportation.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
}

.title-search-header {
    width: 650px;
    color: white;
    font-weight: bold;
    font-size: 35px;
    line-height: 1em;
    text-align: center;
    position: relative;
}

.input-search-header {
    width: 650px;
    color: white;
    padding: 20px;
    position: relative;
    margin: 15px 0;
}

.suggest-search-header {
    width: 650px;
    color: white;
    font-size: 14px;
}

.container-list-image {
    width: var(--width-view);
    height: fit-content;
    margin-left: calc((100% - var(--width-view))/2);
    display: inline-block;
}

.container-tag-keyword {
    border-bottom: 2px solid #b7b7b7;
    background: white;
}

.container-tag-keyword {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
}

.container-tag-keyword::-webkit-scrollbar {
    height: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.container-tag-keyword > .tag-keyword {
    display: inline-block;
    float: none;
}

.tag-keyword {
    color: #b7b7b7;
    font-size: 14px;
    padding: 3px 5px;
    margin: 10px 5px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    cursor: pointer;
}

.selected {
    color: white;
    background: var(--highlight-color);
    border: 1px solid var(--highlight-color);
}

.left-panel {
    width: calc(70% - 10px);
    height: fit-content;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    float: left;
}

.right-panel {
    width: 30%;
    height: fit-content;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    float: left;
}

.container-grid-image {
    width: 100%;
    height: fit-content;
    display: inline-block;
    overflow-x: hidden;
    padding-top: 5px;
}

.item-image {
    width: calc((100% / 3) - 10px);
    height: fit-content;
    /*float: left;*/
    /*display: inline-flex;*/
    margin: 5px;
}

.container-top-view {
    width: 100%;
    display: inline-block;
    height: fit-content;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.header-panel {
    width: 100%;
    background: white;
    border-radius: 3px 3px 0 0;
    color: var(--highlight-color);
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    float: left;
    line-height: 26px;
    text-align: left;
    border-bottom: 2.5px solid var(--highlight-color);
}

.container-content-view {
    width: 100%;
    display: inline-block;
    border-radius: 0 0 3px 3px;
    background: white;
    height: fit-content;
    padding: 10px 10px 0 10px;
}


.elm-load-more-data {
    width: 100%;
    height: 2px;
    background: transparent;
}

.container-detail-image {
    width: var(--width-view);
    height: fit-content;
    margin-left: calc((100% - var(--width-view))/2);
    display: inline-block;
    position: relative;
    padding: 0 5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-detail-image {
    width: 100%;
    height: fit-content;
    background: white;
    padding: 10px;
    display: inline-block;
    position: relative;
}

.loader {
    margin-left: calc(50% - 15px);
    margin-top: 10px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid blue;
    border-bottom: 4px solid blue;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

 /*Gallery Photo */
#photos {
    /* Prevent vertical gaps */

    -webkit-column-count: 3;
    -webkit-column-gap:   0px;
    -moz-column-count:    3;
    -moz-column-gap:      0px;
    column-count:         3;
    column-gap:           0px;
    position: relative;
}

#photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}

#photos .inner:first-child {
    margin-top: 0;
}

.inner {
    margin: 5px 2.5px;
    position: relative;
    cursor: pointer;
}

.inner img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.title-image {
    background: rgba(255, 152, 0, 0.18);
    color: white;
    font-weight: bolder;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    display: none;
}

.inner:hover .title-image {
    display: block;
}

.no-overflow {
    overflow: hidden !important;
}
.container-slide {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    left: 0;
    z-index: 9999;
    display: inline-block;
}
.container-content-profile-photo {
    width: 100%;
    height: 100%;
    background: white;
    display: inline-block;
    position: relative;
}
.close-slide {
    position:absolute;
    top: -28px;
    right: -33px;
    color: black;
    background: transparent;
    font-size: 50px;
    font-weight: lighter;
}
.btn-action-slide {
    color: black;
    font-size: 35px;
    background: transparent;
    position: absolute;
    top: calc(50% - 10px);
}
.btn-previous {
    left: 0;
}
.btn-next {
    right: calc(30% - 10px);
}
.close-slide:focus, .btn-action-slide:focus {
    outline: none;
    box-shadow: none;
}
.div-container-slide {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.div-container-slide .mySlides {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.slides-div {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    object-fit: cover;
    float: left;
    padding: 20px;
}
.div-container-slide .mySlides .thumb {
    width: auto;
    height: auto;
    min-width: 50%;
    max-width: 100%;
    min-height: 80%;
    max-height: 100%;
    object-fit: cover;
}
.info-photo {
    width: 30%;
    height: 100%;
    float: left;
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 20px;
}
.info-photo span {
    display: inline-block;
}
.mySlides {
    display:none;
}

#ul-filter-category {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
#ul-filter-category li {
    float: left;
    font-weight: bold;
    font-size: 12px;
    margin: 0 2px;
    min-height: 30px;
    cursor: pointer;
    margin-left: 10px;
}
#ul-filter-category li:hover {
    display: inline-block;
    font-size: 12px;
    border-bottom: 2px solid #f5a62382;
}
.event-list-category:hover {
    background: inherit;
    color: inherit;
    text-decoration: none;
}
.active-action {
    display: inline-block;
    border-bottom: 2px solid #F5A623;
    cursor: pointer;
    color:#F5A623;
}

.active-district {
    background-color: #F5A623;
    color: white !important;
}

#slide-photos-modal {
    overflow: hidden;
    padding: 50px;
    background-color: white;
}

#slide-photos-modal .modal-wrapper {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: transparent;
    border: 0;
    box-shadow: none;
}

#slide-photos-modal .modal-wrapper .modal-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border: 0;
}
