.cargo-info {
    margin-bottom: 10px;
    overflow: hidden;
}
.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;
  position: relative;
  overflow: hidden;
}
.transport-cart:hover {
    box-shadow: 5px 5px 15px rgba(0,0,0,.2);
    background: #EAEAEA;
    cursor: pointer;
}
.transport-cart:hover .cargo-cart-short {
    background: #dfdfdf;
}
.cargo-cart-short {
    overflow: hidden;
}
.cargo-cart-more {
    overflow: hidden;
    display: none;
}
.cargo-cart-short div {
    float: left;
}

.id-time-route,
.date-route,
.cargo-type-route,
.services-route,
.weight-vol-route,
.tans-type-route {
    padding: 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;
}
.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: 72px;
    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;
}

.tender-block {
    float: right;
    margin: 15px 15px 0 0;
    width: 43%;
}
.tender-block .button {
    float: right;
}
.tender-block textarea {
    width: 399px;
    max-width: 399px;
    outline-style: none;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
}
.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;
    font-size: 0.8em;
}
.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;
}
.btn-edit a {
    color: #001217;
    text-decoration: none;
}

.cargo-cart-short .manage_menu div {
    margin: 0;
}
.transport-cart-short .manage_menu div {
    margin: 0;
}
.tender-title {
    color: #BCBCBC;
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
    text-shadow: 0.1px 0.1px 0.1px rgba(255, 239, 9, 1);
}
.tender-offers {
    border-collapse: collapse;
    color: #313131;
    margin-top: 5px;
    float: left;
}
.tender-offers td {
    padding: 5px 10px;
    border: 1px solid #E1E0E0;
    vertical-align: middle;
    color: #326698;
    background: #f0f6fc;
}
.tender-offers th{
    text-align: center;
    padding: 8px 10px;
    border: 1px solid #E1E0E0;
    vertical-align: middle;
    font: 14px/20px Arial;
    color: #326698;
    background: #DDEEFF;
}
.tender {
    overflow: hidden;
    width: 100%
}
.min-max {
    float: right;
}
.min-max p {
    float: left;
    margin: 15px 15px 0 0;
    color: #305480;
    font-size: 14px;
}
.offers-from {
    float: left;
    margin: 15px 0 15px 15px;
}
.price-rate {
    margin-top: 5px;
}
.tender-block .input {
    margin: 0;
}
.successfully_offer {
    background-color: rgb(184, 197, 105);
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin: 15px;
    padding: 5px;
    text-align: center;
}