
.mte-tabs {
    padding: 0;
    height: 25px;
    margin-left: 60px;
}

.mte-tabs div.tab {
    float: left;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid;
    border-color: #2980b9;
    margin-right: 10px;
}

.mte-tabs .active {
    background: #2980b9;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
}

.mte-tabs a {
    text-decoration: none;
}

.lotList {
    margin: 25px 60px;
}

.procedureInfo {
    margin: 25px 60px;
    padding: 10px;
}

.procedureInfo.status-formation, .procedureInfo.status-prepared, procedureInfo.status-refused {
    background-color: #e3f2f9;
    border: 1px #2980b9 solid;
    border-radius: 2px;
}

.procedureInfo.status-published {
    background-color: #c6f1b5;
    border: 1px #52af4f solid;
}

.procedureInfo h3 {
    font-weight: normal;
    font-size: 1.2em;
}

.procedureInfo p {
    margin: 10px 0 0 0;
}

.procedureInfo span {
    padding-right: 15px;
}

.procedureInfo button {
    margin-right: 10px;
    float: right;
}

.procedureInfo button#procedure-publish {
    font-weight: bold;
}

#documents-element {
    width: 100%;
}

#documents-element .mte-form-fieldset-content fieldset {
    border: 0;
    padding: 0;
}

#documents-element .mte-form-fieldset-content dd {
    padding: 0;
}

#documents-element .mte-form-fieldset-content fieldset legend {
    display: none;
}

#lot-productInfo-element .mte-form-fieldset-content fieldset {
    border: 0;
    padding: 0;
}

#lot-productInfo-element .mte-form-fieldset-content dd {
    padding: 0;
}

#lot-productInfo-element .mte-form-fieldset-content fieldset legend {
    display: none;
}

#lot-productInfo-element .formInfo {

}

#lot-lotCustomers-element {
    width: 100%;
}

#lot-lotCustomers-element .mte-form-fieldset-content fieldset {
    border: 0;
    padding: 0;
}

#lot-lotCustomers-element .mte-form-fieldset-content dd {
    padding: 0;
}

#lot-lotCustomers-element .mte-form-fieldset-content fieldset legend {
    display: none;
}

#customer_search_form.search-block input[type="password"], .search-block input[type="text"], .search-block input[type="file"] {
    width: 370px !important;
}

.mte-form input[type="text"].okdp-selector, .mte-form input[type="text"].okved-selector,
.mte-form input[type="text"].okei-selector, .mte-form input[type="text"].customer-selector {
    width: 94%;
}

.mte-form .longtext textarea {
    height: 120px;
}