@CHARSET "UTF-8";

li {
    list-style-type: none;
}

form input[type="input"] {
    padding: 5px;
    width: 300px
}

form input[type="checkbox"] {
    width: 15px !important;
}

form textarea {
    padding: 5px;
    width: 300px;
    height: 100px;
}

ul.errors li {
    padding: 0;
    margin: 0;
    color: red;
    font-size: 12px !important;
}

form li {
    margin: 0px 0 3px 0;
}

form .desc {
    font-weight: bold;
}

form p.desc, form .hint {
    font-size: 12px !important;
    display: block;
}

form select {
    padding: 5px;
    width: 315px;
}

form .element {
    margin: 5px 0 5px 0;
}

#user_role ul li {
    float: left;
    padding: 5px;
}

.submit-group {
    width: 300px;
    padding-top: 10px;
}

.file-element {
    padding: 8px 0 0 15px;
}

#code, #captchaCode-id {
    display: none;
}

#code-input, #captchaCode-input {
    float: left;
    width: 50px;
    margin-left: 25px;
}

#code-input-label, #captchaCode-input-label {
    font-size: 12px !important;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

.captcha {
    margin-bottom: 15px;
}

#code-input, #captchaCode-input {
    margin-right: 10px;
}

.hint {
    margin: 0px 0 10px 0;
}

form .small-input {
    width: auto;
}

td.radios {
    width: 300px;
}

#supplier {
    /*height: 450px;*/
}

fieldset {
    border-color: #cccccc;
}

.settings-form {
    float: left;
}

.passwd-form {
    float: left;
}

.doc-group {
    float: left;
    margin-top: 5px;
    clear: both;
}

.success {
    clear: both;
    color: green;
    font-weight: bold;
}

.upload-documents {
    width: 100%;
}

.upload-documents fieldset {
    width: 100%;
}

.upload-documents input[type="text"] {
    width: 80px;
}

.upload-documents input[type="file"] {
    width: 200px;
}

form legend {
    border-bottom: 1px solid grey;
    font-size: 12px;
}

form fieldset {
    border: none;
}

.form-content {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}

.buttons-list {
    height: 20px;
    margin: 15px 0 10px 0;
}

.buttons-list p {
    display: inline;
    margin-left: 10px;
}

.form-content {
    width: 410px;
}

.form-content-right {
    width: 400px;
}

.form-content-padding {
    padding: 15px 0 0 0;
}

.form-content ul, .form-content-right ul {
    padding: 0;
    margin: 0;
}

.documents-list, .selected-products {
    width: 330px;
    padding-left: 20px;
}

.login-form .element input {
    border: 1px solid grey;
    padding: 3;
    margin: 0;
}

.login-form .element input[type="text"] {
    width: 100px !important;
}

.login-form .element input[name="password"] {
    margin-left: 0px;
    width: 100px;
}

input[type="submit"], button {
    font-size: 12px !important;
}

.login-form ul li {
    padding: 0;
    margin: 0;
    height: 50px;
}

.login-form ul li .desc {
    margin: 11px 5px 0 0;
}

.login-form  .submit-group {
    padding: 0;
    width: 70px !important;
    margin: 3px 0 0 0px;
}

.login-form  .submit-group input {
    width: 70px !important;
}

.login_form {
    color: #616161;
    height: 200px;
}

.reg-doc {
    padding-right: 10px;
}

/* QUALIFICATION */

form.qualification table tr td li div span.hint {
    display: block !important;
    margin: 15px 0 0 0;
}

form.qualification select {
    width: 100px !important;
}

.small-input {
    /*width: 85px !important;*/
    padding: 5px;
    border: 1px solid #c8c8c8;
    background: #f9f9f9 url(../images/input_bg.gif) repeat-x top left;
}

.legend-container {
    margin-bottom: 15px;
    padding-top: 15px; /*border-bottom: 1px solid #D2D2D2;*/
    float: left;
    margin-right: 15px;
}

.field-input {
    display: block;
}

/*form#tender-filter dt .element input[type="text"],*/
/*form#tender-filter dt .element input[type="password"], form dt .element textarea, form .element select {*/
    /*border: 1px solid #c8c8c8;*/
    /*background: #f9f9f9 url(../images/input_bg.gif) repeat-x top left;*/
    /*padding: 5px;*/
    /*font-size: 12px;*/
    /*color: #000000;*/
    /*width: 269px;*/
/*}*/