/* -------------------------------------------------------------------
	ФОРМЫ
------------------------------------------------------------------- */

.input-text {
    border: 1px solid #ddd;
    color: #555555;
    padding: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px white;
    border-radius: 3px 3px 3px 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-text:focus,
select {
    outline: none;
}

.modal .input-text,
.input-text.style-1 {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    text-shadow: 1px 1px 0 #FFF;
    padding: 10px;
    font-size: 14px;
}

#popup-login-form .input-text {
    padding: 10px 50px 10px 10px;
}

select.style-1 {
    background: #fff;
    height: 40px;

    padding-left: 8px;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    font-size: 16px;
}


.input-checkbox {
    position: relative;
    top: 1px;
    margin: 0 2px 0 1px;
}

.input-width-full {
    width: 100%;
}

.input-width-50 {
    width: 50px;
}

.input-width-100 {
    width: 100px;
}

.input-width-150 {
    width: 150px;
}

.input-width-200 {
    width: 200px;
}

.input-width-250 {
    width: 250px;
}

.input-width-300 {
    width: 300px;
}

.input-width-400 {
    width: 400px;
}

.input-width-500 {
    width: 500px;
}

textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    padding: 9px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

fieldset {
    margin-bottom: 30px;
    padding-top: 20px;
    /*border-top: 1px solid #eaeaea;*/
}

fieldset legend {
    color: #000;
    font-size: 18px;
    padding-right: 10px;
}

#form-topic-add {
    background: none repeat scroll 0 0 #fff;
    padding: 23px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

form p {
    margin-bottom: 15px;
    position: relative;
}

form label {
    color: #555555;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

form .icon-question-sign {
    cursor: help;
    position: absolute;
    right: 11px;
    top: 37px;
}
form .icon-ok-green {
    position: absolute;
    right: 30px;
    top: 37px;
}

.note {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    margin: 5px 0 0;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.note.style-1 {
    float: left;
    margin-left: 45px;
}

.note.note-header {
    margin-bottom: 20px;
}

.captcha-image {
    vertical-align: top;
    width: 63px;
    height: 35px;
}

dl.form-item {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
}

dl.form-item dt {
    float: left;
    width: 135px;
    padding-top: 4px;
    padding-right: 15px;
    overflow: hidden;
}

dl.form-item dd {
    float: left;
    width: 300px;
}

.form-profile {
    position: relative;
}
.form-profile label {
    font-size: 16px;
}

.form-profile .avatar-change {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 10px;
    background: #f7f7f7;
    font-size: 11px;
}

/* Placeholder */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aaa;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aaa;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aaa;
}

.placeholder {
    color: #aaa;
}

.mceEditor {
    display: block;
    margin-bottom: 20px;
}

/* Валидатор
---------------------------------------------------------------*/
.validate-error-hide {
    display: none;
}

.validate-error-show {
    background: none repeat scroll 0 0 #E74C3C;
    border: 1px solid #C0392B;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 1px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    width: 93%;
    margin-left: 3px;
    line-height: 12px;
    border-radius: 0 0 3px 3px;
}
