/* Messages */
@import url("../../vendor/jgrowl/jquery.jgrowl.min.css");
div.jGrowl {
    z-index: 999999;
}

div.jGrowl > .ui-state-highlight {
    background: inherit;
    color: inherit;
    border: inherit;
}
.market-message-success { background-color: green !important; }
.market-message-error { background-color: brown !important; }
.market-message-info { background-color: black !important; }

/* Order */
.market-form .required-star { display: none; }
.market-form .required .required-star { display: inline; }
.market-form .error { border: 1px solid brown !important; }
.market-form .required-star { color: brown; }

.market-spinner {
    display: none;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    background: url(../../img/spinner.gif);
    z-index: 9999;
}


/*********************************************************/
.req-el.disabled > .req-el__cover {
    display: block!important;
}

.conv-message.market-dialog-remind {
    font-style: italic;
    background: gainsboro;
    padding: 10px;
}

.conv-message.market-dialog-tender {
    font-style: italic;
    background: gainsboro;
    padding: 10px;
}
.conv-message.market-dialog-new {
    background: #f7500036;
    padding: 10px;
}

.tm-filter-reactions-wrapper label, .tm-filter-offers-wrapper label {
    cursor: pointer;
}
.tm-filter-reactions-wrapper .active, .tm-filter-offers-wrapper .active {
    color: #f75000;
}
.tm-filter-reactions-wrapper .active .tm-filter-suggestion, .tm-filter-offers-wrapper .active .tm-filter-suggestion {
    _display: none;
}

a.req-states__item.active {
    color: #f75000;
}
.tm-files-wrapper.active {
    padding: 30px 0 0 0;
}
.tm-files-wrapper > span {
    margin-right: 10px;
}

.conversation__cntrl-update {
    text-decoration: underline;
    font-size: 1em;
    opacity: .9;
    cursor: pointer;
}

.conversation__messages .conversation__list-mes {
    display: flex;
    flex-direction: column;
}
.market-offer-tender {
    order: -1;
}



.market-form button[disabled], .market-form a[disabled] {
    opacity: 0.5;
    cursor: auto;
}
.market-form button[disabled]:hover, .market-form a[disabled]:hover {
    cursor: not-allowed;
}


/** offer */
.prep__desc {
    white-space: -moz-pre-line;
    white-space: pre-line;
}


/* markItUpEditor */

.req-step__descr.markItUpEditor {
    height: 120px;
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    appearance: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    overflow: hidden;
    padding-top: 10px;
    font-size: 1em;
    font-family: "Open Sans";
    height: 120px;
    -webkit-flex: 0 1 590px;
    -ms-flex: 0 1 590px;
    flex: 0 1 590px;
    resize: none;
    margin-right: 30px;
    font-size: 1.167em;
}
@media screen and (max-width: 550px) {
    .markItUp {
        width:  100%!important;
    }
    .req-step__descr.markItUpEditor {
        width: 100%!important;
    }
}



