﻿.be-content .main-content.container-fluid {
    max-width: 1200px;
}

.panel-cat .breadcrumb-item {
    font-size: 13px;
}

.panel-cat .breadcrumb {
    background-color: white;
    margin-bottom: 0px;
}

table .best-fit {
    text-align: center;
    width: 1px !important;
    white-space: nowrap;
}

table .fas,
table .fa {
    color: #a1a1a1;
    font-size: 15px;
}

table button .fas,
table button .fa {
    color: #a1a1a1;
    cursor: pointer;
}

    table button .fas:hover,
    table button .fa:hover {
        color: #656565;
        cursor: pointer;
    }

table .toggleOn {
    color: #9acd32 !important;
}

table .toggleOff {
    color: #b3b3b3 !important;
}

td.dt-body-right{
    text-align: right;
}

td.dt-body-left{
    text-align: left;
}

td.dt-body-center{
    text-align: center;
}

td.dt-body-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

tr.dtrg-group.dtrg-start i.fas {
    margin-right: 10px;
}

tr.dtrg-group.dtrg-start i.fas {
    margin-right: 10px;
}

tr.dtrg-group.dtrg-start.dtrg-level-1 i.fas {
    font-size: 0.9em;
}

.colored-header .modal-content .modal-header {
    padding: 20px 20px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.md-search-z1052 {
    z-index: 1052;
}

.md-search-z1053 {
    z-index: 1053;
}

@media (max-width: 767.98px) {
    .be-top-header .page-title-estacion {
        display: none;
    }
}

.ui-autocomplete {
    max-width: 597px;
    background: #fff;
    padding: 4px 8px;
    list-style: none;
    border: 1px solid #ccc;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}