.no-overflow {
    overflow: hidden !important;
    height: 0;
}
.mdl-cell--8-col {
    width: 720px;
}
.-cell--4-col {
    width: 340px;
}
.navigation {
    margin: 0 auto;
    width: var(--width-view);
}
@media screen and (max-width: 1194px) {
    .navigation {
        margin: 0;
    }

}
.list-info-gara {
    background: #00b0ff;
    display: flex;
    min-height: 210px;
    margin-top: 20px;
    border-radius: 5px;
}
.ul-info {
    padding: 0;
    margin-left: 10px;
}
.transport-route {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.navigation-title {
    display: inline-flex;
    margin: 0 10px;
    background: #006DB6;
    height: 40px;
    border-radius: 5px;
}
.navigation-title-route {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-title-list{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.route-transportation-type {
    display: inline-block;
    color: #F7822C;
    border-radius: 5px;
    margin-left: 2px;
    margin-top: 7px;
    font-size: smaller;
    padding: 1px 5px;
}
.span-description {
    font-weight: bold;
    font-size: 18px;
}
.time-run-title {
    display: inline;
    font-weight: normal;
    color: #999;
    line-height: 1.5;
}
.working-day-ul .working-day-li {
    background: #F2F2F2;
}
.ul-transportation .time-run-text,.route-transportation-text {
    border-radius: 5px;
    padding: 1px 5px;
    display: inline-flex;
    background: #F2F2F2;
}
.route-transportation-text {
    margin: 2px;
}
.info-time-run {
    width: 100%;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    justify-items: center;
    margin-bottom: 10px;
}
.ul-transportation .working-day-li, .time-run-text {
    display: inline-block;
    border-radius: 3px;
    width: 50px;
    text-align: center;
    margin-left: 2px;
    margin-bottom: 2px;
}
.text-date-and-time {
    display: inline-flex;
    width: 20%;
    align-items: center;
    justify-items: center;
}
.route-transportation {
width: 80%;
}
.transport-route {
font-size: 13px;
color: #0A73B9;
margin-right: 20px;
font-weight: normal;
}
.transport-route-title {
color: #F78633;
font-size: 22px;
}
.transport-route-title-list {
color: white;
font-size: 22px;
}
.img-route-ts {
width: 100%;
height: fit-content;
display: inline-block;
}
/*.img-route-ts:first-child {*/
/*margin: 0 10px;*/
/*}*/

.img-route-ts img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
}

.phone-number {
    margin: 0;
    color: #2883C1;
    font-size: 20px;
    font-weight: 700;
}
.phone-number i {
    font-size: 16px;
    margin-right: 5px;
    font-weight: 700;
}

.container-review .review-panel {
    display: inline-block;
    width: 100%;
}
.container-slide {
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    z-index: 9999;
    padding: 10% 15%;
    display: inline-block;
}
.container-slide .w3-display-container {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
}
.container-slide .w3-display-container .mySlides {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mySlides {
    display:none;
}
.close-slide {
    position:absolute;
    top: 0;
    right: 0;
    color: white;
    background: transparent;
    font-size: 20px;
    margin: 5px;
    font-weight: 700;
}
.close-slide:focus, .btn-action-slide:focus {
    outline: none;
    box-shadow: none;
}
.img-thumb-biz-unit {
    cursor: pointer;
}
.btn-action-slide {
    color: white;
    font-size: 20px;
    font-weight: 700;
    background: transparent;
}
.btn-action-slide:hover {
    background: transparent;
}
.hot-new {
    height: 200px;
    top: 0;
    position: relative;
    z-index: -1;
}
/* Style the list */
div.breadcrumb {
    padding: 0;
    list-style: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: white !important;
}
ul.breadcrumb {
    padding: 0;
    list-style: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: white !important;
}

/* Display list items side by side */
div.breadcrumb {
    padding: 0;
    list-style: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: white !important;
    display: inline-block;
}
ul.breadcrumb {
    padding: 0;
    list-style: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: white !important;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font: bold 12px/25px Arial, Helvetica;
}

ul.breadcrumb li:first-child {
    padding-top: 1px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 5px;
    color: #999;
    content: "»";
    font-size: 14px;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #999;
    text-transform: none;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    display: inline-block;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
    background: white;
}

.container-favorite-garage {
    margin-bottom: 0;
    margin-top: 0;
}

.lb-favorite-garage {
    width: 100%;
    background: linear-gradient(to left, #2ac7de , #0295f8);
    color: white;
    display: inline-block;
    padding: 0 4px;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    font-weight: 700;
}

.type-vehicle {
    display: inline-block;
    float: none;
}

.route {
    display: inline-block;
    float: none;
}

.horizontal-scrollable {
    margin-bottom: 0 !important;
}

.list-item-favorite-garage {
    margin: 2.5px;
    width: 400px;
    cursor: pointer;
}

.img-hot-new {
    position: relative;
}

.number-car {
    background: #5f5245;
    opacity: .75;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 5px;
}

.name-garage {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.name-hot-new {
    padding: 5px;
}

fieldset {
    border: 1px solid silver !important;
    margin: 0 2px !important;
    padding: .35em .625em .75em !important;
}

legend {
    width: auto !important;
    margin-bottom: 0 !important;
    border: none !important;
}

.img-transportation-profile {
    width: 150px;
    height: 100px;
    float: left;
    margin: 5px;
    border-radius: 5px;
}

.img-transportation-profile img {
    width: 150px;
    height: 100px;
    display: block;
    border-radius: 5px;
    object-fit: cover;
}
.mdl-dialog__actions {
    margin-right: 15px;
}
.p-profile {
    padding: 0;
}
.p-profile span{
    width: 100%;
    color: cornflowerblue;
    padding: 0;
}
.p-profile {
    font-size: 16px;
}

.container-type-vehicle, .container-garage-route, .container-trips {
    margin-bottom: 3px;
}

.horizontal-scrollable, .container-type-vehicle, .container-route, .div-suggestion-routed {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
}

.container-type-vehicle::-webkit-scrollbar,
.container-route::-webkit-scrollbar, .div-suggestion-routed::-webkit-scrollbar {
    height: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.horizontal-scrollable > li, .container-type-vehicle > .type-vehicle, .container-route > .route,
.div-suggestion-routed > .route-result {
    display: inline-block;
    float: none;
}

.type-vehicle {
    background: #FEF7F0;
    color: var(--highlight-color);
    padding: 0 5px;
    border-radius: 5px;
    font-size: 10px;
    margin: 0 2.5px;
}

.route {
    background: #FEF7F0;
    color: var(--highlight-color);
    padding: 0 5px;
    border-radius: 5px;
    font-size: 10px;
    margin: 0 2.5px;
}
.list-item-favorite-garage {
    min-width: 400px;
    min-height: 226px;
}
p {
    margin-left: 5px;
}
#show-profile-description {
    height: 100% !important;
    overflow: auto;
}
.content-profile p, .content-profile span {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}
.time-run-text, .working-day-li, .route-transportation-text {
    color: #999;
}
.div-button-show-des {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.btn-show-popup-des {
    background-color: var(--highlight-color) !important;
    height: 40px !important;
    min-width: 140px !important;
}

.horizontal-scrollable li:first-child {
    float: left;
}

.lb-like, .btn-share {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.total-like {
    font-size: 12px;
    text-align: center;
    border: 1px solid rgba(24, 119, 241, 0.51);
    border-radius: 5px 5px 0 0;
    width: 100%;
    background: white;
}

.lb-like {
    background: #1877F1;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.lb-like-trip {
    border-radius: 0 0 5px 5px;
}

.btn-share {
    width: 60px;
    background: #1877F1;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    border-radius: 0 0 5px 5px;
    margin: 0 !important;
}

.lb-like:hover, .btn-share:hover {
    background: #235af1;
}

.btn-share:focus, .btn-like:focus, .btn-like-trip:focus {
    outline: 0;
}

.like-cb {
    display: none;
}

.like-cb + span {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    background: url("/images/icon/icon_facebook_like.png") left top no-repeat;
    background-size: 13px 13px;
    cursor: pointer;
}

.like-cb:checked + span {
    background: url("/images/icon/icon_checked_like.png") left top no-repeat;
    background-size: 13px 13px;
}
.btn-like, .btn-like-trip {
    background: #1877F1;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    width: 100%;
    border: none !important;
    margin: 0;
    cursor: pointer;
}
.btn-like:hover, .btn-like-trip:hover {
    background: #235af1;
    color: white;
    text-decoration: none;
}
.btn-like-trip {
    border-radius: 0 0 5px 5px;
}

.container-action-like-share-trip {
    float: right;
    margin-top: -150px;
    margin-right: 10px;
}

fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; }

.link-return-back {
    margin-top: 10px;
}

.div-action-right-header {
    width: 15%;
    float: right;
    height: fit-content;
    text-align: right;
    display: inline-flex;
}
