


/* Start:/bitrix/components/edcommunity/top.slider/templates/.default/style.css*/
.calendar-call:before {
    background: none;
    content: normal;
    height: auto;
    margin-top: 0px;
    position: inherit;
    right: 14px;
    top: 0px;
    width: auto;
}
/* End */



/* Start:/bitrix/components/edcommunity/certificates.form/templates/.default/style.css*/
.content-left {
    float: left;
    width: 970px;
}

.header-label {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 18px;
}

.field-list {
    width: 770px;
    margin-left:auto;
    margin-right:auto;
}

.field-list td{
    padding-bottom: 6px;
}

.field-list td.label {
    width: 280px;
    text-align: left;
}

.field-list td.field {
    text-align: left;
}
.layout {
    background: none repeat scroll 0 0 #f5f5f5;
    margin-top: 14px;
    padding: 17px 15px 19px 13px;
}

.field-list input[type="text"]{
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 12px 3px 12px;
    position: relative;
    width: 95%;
}
.request_button {
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

span.s-required {
    padding-left: 1px;
    color: red
}

.error-field {
    background-color: pink;
    border: 2px solid red;
}

.selectbox .select.error-field{
    background-color: pink;
}
/* End */
