.transport-info {
    margin-bottom: 10px;
    overflow:hidden;
}
.transport-info div {
    text-align: center;
    padding: 5px 5px 0 5px;
}
.transport-info p {
    float:left;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.transport-info p:nth-child(1){
    width: 110px;
}
.transport-info p:nth-child(2){
    width: 350px;
}
.transport-info p:nth-child(3){
    width: 100px;
}
.transport-info p:nth-child(4){
     width: 150px;
 }
.transport-info p:nth-child(5){
    width: 190px;
}
.transport-cart {
    border: 1px solid #BBB;
    border-radius: 4px;
    margin: 0 0 15px 0;
    box-shadow: 3px 3px 15px rgba(0,0,0,.2);
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.transport-cart-short div {
    float: left;
}
.transport-cart:hover {
    box-shadow: 5px 5px 15px rgba(0,0,0,.2);
    background: #EAEAEA;
    cursor: pointer;
}
.transport-cart:hover .transport-cart-short {
    background: #dfdfdf;
}
.transport-cart-short {
    overflow: hidden;
    position: relative;
}
.id-time-route,
.date-route,
.cargo-type-route,
.services-route,
.weight-vol-route,
.tans-type-route {
    padding: 5px 5px 0 5px;
}
.id-time-route p {
    text-align: center;
    margin: 0;
}
.start-country-route,
.end-country-route {
    font-size: 13px;
    padding: 5px 5px 0 5px;
}
.start-country-route img,
.end-country-route img{
    float: left;
}
.start-country-route p,
.end-country-route p {
    float: right;
    margin: 0;
    width: 100px;
}
.date-route p,
.weight-vol-route p {
    font-size: 13px;
    margin: 0;
}
.cargo-type-route p,
.tans-type-route p {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
.services-route img {
    width: 35%;
    margin: 3px;
}
.cargo-info div {
    text-align: center;
    padding: 5px 5px 0 5px;
}
.weight-vol-route,
.tans-type-route {
    text-align: center;
}
.cart-info {
    margin-top: 15px;
}
.sys_map_canvas {
    height: 333px;
    margin-top: 15px;
    float: right;
}
.transport-cart-more {
    display: none;
    overflow: hidden;
}
.info-table {
    float: left;
    margin: 15px;
    font-size: 12px;
    width: 400px;
    border: 1px solid #BBB;
}
.transport-cart h3 {
    padding: 5px;
}
.cargo-filter-lable {
    margin: 0 0 -3px 15px;
    font-weight: bold;
}
.openBlock {
    position: absolute;
    right: 6px;
    bottom: 0;
    cursor: pointer;
}
.add_to_favorite {
    position: absolute;
    display: none;
    right: 36px;
    top: 67px;
    line-height: 0;
    border-radius: 3px;
    color: #305480;
    font-size: 16px;
}
.remove_favorite {
    line-height: 12px;
}
.cargo-bid:hover .add_to_favorite,
.cargo-bid:hover .remove_favorite {
    display: block;
}
.geo-area {
    font-weight: bold;
}
.edition-blocks {
    float: left;
}
.print-version {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.print-version a {
    text-decoration: none;
    color: #305480;
}
.print-version a:hover {
    text-decoration: underline;
}
.print-version a,
.print-version img {
    float: right;
    margin-left: 5px;
}
.info-application-block {
    overflow: hidden;
    float: right;
}
.info-application {
    float: left;
    margin: 0 15px 10px 0;
}
.info-application p {
    float: left;
}
.status {
    position: absolute;
    right: 8px;
    bottom: 3px;
    color: #305480;
    font-weight: bold;
}
.completed {
    color: #305480;
}
.active {
    color: #75b523;
}
.canceled {
    color: #BD2627;
}
.sys_rename .button {
    width: 150px;
    text-align: center;
}
.edit-app {
    background: url("../images/open_new_window.png") no-repeat;
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 5px;
    top: 30px;
}
.manage_menu {
    font-size: 13px;
}
.manage_menu p {
    margin: 0;
}
.transport-cart-short .manage_menu div {
    margin: 0;
}
.transport-cart-short .manage_menu .btn-edit {
    margin: 5px 0 0 34px;
    padding: 2px 5px 2px 5px;
    border-radius: 4px;
}
.btn-edit a  {
    color: #001217;
    text-decoration: none;
}