.table-demands {
    width: 100%;
}

.table-demands th {
    text-transform: uppercase;
}

.table-demands .nums {
    color: #69A54B;
}

.table-demands .demand-options {
    margin: 0 5px 0 0;
    height: 12px;
    display: inline-block;
}

.table-demands .demand-options .dropdown-options .cog {
    margin: 2px 0 0 0;
    display: block;
}

.table-demands img {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 10px 0 0;
    width: 70px;
    height: 70px;
}

.table-demands tr.warning td.published {
    color: #D5694B;
    font-weight: bold;
}

.table-demands tr.success td.published {
    color: #69A54B;
    font-weight: bold;
}

div.demands-module-picture {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 15px 15px 15px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

div.demands-module-picture img {
    width: 100px;
    height: 100px;
}

div.demands-module-hint {
    display: inline-block;
    width: 350px;
    padding: 12px 0 0 0;
}

div.demands-add {
    margin: 15px 0;
    text-align: left;
}

.demand-form select.price-type {
    display: inline-block;
}

.demand-form .price-selector .catalog-id,
.demand-form .price-selector .price-id {
    display: none;
    margin: 10px 0 0 170px;
    max-width: 200px;
}

section.demand {
    text-align: left;
}

section.demand .left-col {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 220px;
}

section.demand .right-col {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    width: 250px;
}

section.demand .right-col h1 {
    /*color: #E6BF4F;*/
    color: #ff9933;
    text-align: left;
    text-transform: uppercase;
    word-break: normal;
}

section.demand .text {
    margin: 10px 0;
    white-space: pre;
    white-space: pre-line;
}

section.demand .related-price {
    position: relative;
    display: block;
    clear: both;
    font-weight: bold;
}

section.demand .related-price a {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.demand-form .connect-object-btn .icon {
    margin: 0 0 0 5px;
}
.demand-form .connect-object-btn {
    position: relative;
    padding: 5px 7px 5px 24px;
    margin: 10px 20px 0 0;
    color: #6AA54B;
    display: inline-block;
    border-radius: 3px;
    /*width: 90px;*/
    transition: background-color 0.3s ease;
}
.demand-form a.connect-object-btn:focus {
    text-decoration: none;
}
.demand-form a.connect-object-btn:hover {
    text-decoration: none;
    background-color: #6AA54B;
    color: #fff;
    transition: background-color 0.5s ease;
    padding: 5px 16px 5px 15px;
    text-align: center;
    /*width: 107px;*/
}
.demand-form a.connect-object-btn:hover span {
    display: none;
}

.demand-form .map-btn {
    cursor: pointer;
    font-size: 12px;
}

.demand-form .map-btn.map-add-point {
    border-bottom: 1px dashed #0a59bb;
}

.demand-form .map-btn.map-remove-point {
    border-bottom: 1px dashed #ff3b36; margin-left: 50px; color: #ff3b36; float: right;
}

.demand-form .map-btn.map-add-point.disabled,
.demand-form .map-btn.map-remove-point.disabled {
    color: #afafaf;
    border-bottom: 1px dashed #afafaf;
    cursor: not-allowed;
}

.demand-form input[readonly] {
    background-color: #eeeeee;
    color: #7e7e7e;
}
.demand-form input[readonly]:hover {
    cursor: not-allowed;
}

.demand-form a span.remove {
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: url(/site/image/main/spec-icons.png) -120px 0 no-repeat;
    margin-left: 5px;
}

.demand-object-connected ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.demand-object-connected ul li {
    list-style: disc;
    margin-top: 4px;
}