.silesia-wrapper{
    display: block;
    float: left;
    width:100%;
}
.types-list .type-item{
    display: inline-block;
    float: left;
    margin:0 15px 5px 0;
}
.types-list .type-item label{
    font-size: 14px;
    padding-left: 7px;
    font-weight: 400;
    position: relative;
    top:1px;
    cursor: pointer;
}
.types-list .type-item input{
    cursor: pointer;
}
.route-map{
    width: 100%;
    display: block;
    float: left;
    height:450px;
    margin-top: 20px;
}
.silesia-tabs{
    padding:0;
    display: block;
    float: left;
    width:100%;
    border-bottom: 1px solid #e5e5e5;
}
.silesia-tabs li{
    display: inline-block;
    float: left;
}
.silesia-tabs a{
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #444;
    padding: 11px 25px 7px;
    text-decoration: none;
    background-color: #fff;
    margin-bottom: -1px;
    position: relative;
    z-index:1;
}
.silesia-tabs a.active{
    border:1px solid #e5e5e5;
    border-bottom: none;
}
.silesia-tabs a:hover{
    background-color:#fafafa;
}
.list--results a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px 5px 14px;
    margin-bottom: 7px;
}
.list--results a:hover{
    opacity:0.9;
}
.results-view table{
    width:100%;
}
.results-view{
    overflow: hidden;
    margin-top: 35px;
}
.results-view th{
    background-color:#e5e5e5;
    padding: 8px;
    font-size: 13px;
}
.results-view td{
    padding: 8px;
    font-size: 12px;
    border-bottom:1px solid #e5e5e5;
}
.results-view tr:hover td{
    background-color: #fafafa;
}
.results-view  .search-results{
    position: relative;
}
.results-view  .search-results input, .results-view  .search-results button{
    display: inline-block;
    float: left;
}
.results-view  .search-results input{
    width:300px;
}
.results-view  .search-results button{
    padding-right: 50px;
    margin-left:10px;
}
.results-view .results-footer a{
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
}
.results-view .results-content{
    position: relative;
}
.results-view .results-header{
    position: absolute;
    left:0;
    top:0;
}
.results-view .results-header .table-head{
    background-color: #e5e5e5;
    font-size:13px;
    display: block;
    width:100%;
    float: left;
}
.results-view .results-header .table-head div{
    display: inline-block;
    float: left;
    padding:8px;
}
.results-view .results-footer{
    margin-top: 20px;
}
.results-view .results-body{
    max-height: 400px;
    overflow: auto;
}
.results-view .results-header table td{
    height:1px;
    opacity: 0;
}
.results-view{
    display: none;
}
input.ng-invalid:not(.ng-untouched), select.ng-invalid:not(.ng-untouched){
    border-color: #f44336!important;
    background-color: rgba(2454, 67, 54, 0.2)!important;
}
.silesia-panel--table-wrapper{
    overflow: auto;
}
@media(max-width:1024px){
    .silesia-panel--table-wrapper .silesia-panel--table{
        width:1000px;
    }
}