.ts-info-map-container {
    height: calc(100vh - 600px);
    margin-top: 15px;
    width: 100%
}

.ts-info-container {
    margin-top: 15px;
    width: 99%;
    overflow-y: auto;
    height: calc(100vh - 745px);
}
.ts-selected-trailer, .ts-selected-task {
    background-color: #dff0d8;
    font-weight: 700;
}
.ts-trailer-filter .panel-body, .ts-task-filter .panel-body {
	height: calc(100vh - 290px);
}
.ts-trailer-filter .panel-title, .ts-trailer-finder .panel-title, .ts-trailer-position .panel-title, .ts-task-filter .panel-title {
	color: #333;
}
.ts-trailer-filter .trailerInfo, .ts-task-filter .trailerInfo {
	height: 480px;
}
.ts-trailer-filter .mCSB_inside>.mCSB_container, .ts-task-filter .mCSB_inside>.mCSB_container {
	margin-right: 20px !important;
}
.trailerSearchPage .blockHover {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.trailerSearchPage .blockHover:hover {
	cursor: pointer;
	background: #e8e8e8;
}