﻿/* feedback */

p.mesaga {
    font-size:12px;
}

.content .feedback table {
    margin-bottom:15px;
}
.content .feedback table td {
    padding-bottom:1px;
    border:none;
    vertical-align:top;
    text-align: left !important;
}
.content .feedback table td.left {
    padding-left:0px;
    padding-top:4px;
    padding-right:20px;
}

.feedback input[type="text"],
.feedback textarea {
    width:295px;
    padding:2px 3px 3px 3px;
}
.feedback input[type="text"]{
    height:24px;
}
.feedback input[type="text"].alert{
    border: 1px solid red;
}
.feedback textarea.alert{
    border: 1px solid red;
}
.bb_fdb_right input.alert, .bb_fdb_right textarea.alert{
    border: 1px solid red;
}
.feedback textarea {
    height:85px;
    resize:none;
}

.feedback select {
    width:293px;
    height:22px;
}

.feedback td.captcha img {
  margin:0;
}


.feedback td.captcha a,
.feedback td.captcha a:visited {
    position:relative;
    top: -6px;
}

.content .feedback table tr:last-of-type > td.p-inp {
    padding-top: 15px;
}

.feedback input[type="submit"]{
	width: auto;
}
.feedback input[type="submit"]:active{
	position:relative;
	top:1px;
	left:1px;
}

td.captcha br {
  line-height: 1px;
}

.content .feedback td.for_send {
   padding-top:9px;
}

.fileCaption {
    max-width: 170px;
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
}

.sncs-vs {
    width: 564px;
    height: 321px;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #585858;
    display: none;
}

.btnFile{
    max-width: 129px;
    width: 129px;
    flex: none;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0px 2px 2px #023b76;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-image: -moz-linear-gradient(top, #6897b2, #52819c);
    background-image: -webkit-linear-gradient(top, #6897b2, #52819c);
    background-image: -o-linear-gradient(top, #6897b2, #52819c);
    background-image: -ms-linear-gradient(top, #6897b2, #52819c);
    background-image: linear-gradient(top, #6897b2, #52819c);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FF6897b2, endColorstr=#FF52819c)";
    border-top: 1px solid #5b849c;
    border-left: 1px solid #5b849c;
    border-right: 1px solid #477088;
    border-bottom: 1px solid #477088;
    border-radius: 8px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 18px 0 0;

}
.btnFile:hover,
.btnFile:focus{
    color: #ffffef;
text-shadow: 0px 1px 1px #023b76;
background-image: -moz-linear-gradient(top, #52819c, #6897b2);

background-image: -webkit-linear-gradient(top, #52819c, #6897b2);

background-image: -o-linear-gradient(top, #52819c, #6897b2);

background-image: -ms-linear-gradient(top, #52819c, #6897b2);

background-image: linear-gradient(top, #52819c, #6897b2);

-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FF52819c0, endColorstr=#FF6897b2)";
}


.fileSeleted{
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 295px;
    color: #545454;
    font-size: 12px;
}
.fileReset{
    max-width: 10px;
    width: 10px;
    height:10px;
    border: none;
    flex: none;
    background: #fff;
    margin: 0 0 0 10px;
    display: none;
}
.fileReset img{
    width: 100%;
    height: 100%;
    border-radius: 0;
border: none;
display: block;
}
.fileReset_active{
    display: block;
}

.content .feedback table tr:last-of-type > td{
    padding-top: 0;
}
.fieldFile_noValid{
    color: red;
}
.fieldFile_valid{
    color: green;
}
.saveProfile {
    opacity: .8;
}
.send_form{
    opacity: .8;
}
.checkbox{
    display: flex;
    flex-flow: row nowrap;
    color: #000;
    font-size: 12px;}
.check {
    position: relative;
    width: 21px;
    height: 21px;
    flex: none;
    margin: 0 18px 0 0;
    overflow: hidden;
    background: #fff;}
.checkbox_1 label {
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/design/fs-check-box.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;}
.checkbox input {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;}
.checkbox_1 .check_active label {
    background: url(../images/design/fs-check-box.png) no-repeat -23px 0;}
.feedback .PrivacyPolicy span, .bb_fdb_feedback .PrivacyPolicy span  {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
}

.bb_fdb_feedback .PrivacyPolicy a, .bb_fdb_feedback .PrivacyPolicy a:visited {
    color: #000;
    font-size: 12px;
    line-height: 1;
}
.feedback .PrivacyPolicy a, .feedback .PrivacyPolicy a:visited {
    color: #55849f;
    font-size: 12px;
    line-height: 1;
}
.feedback .PrivacyPolicy{
    max-width: 300px;
}
.bb_fdb_feedback  .PrivacyPolicy {
    margin: 0 0 0 103px;
}


.saveProfile_mess {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #a2acb1;
    background-color: #ffc0c0;
    padding: 10px 40px 10px 20px;
    color: #454545;
    font-weight: bold;
    margin-top: 10px;
    opacity: 0;
}

.df_jc_end {
    display: flex;
    justify-content: flex-end;
}

.for-submit {
    position: relative;
}
.for-submit-click {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.bb_fdb_feedback {
    position: relative;
}

.bb_fdb_feedback .saveProfile_mess {
    position: absolute;
    left: -135px;
    top: 47px;
    width: 234px;
    height: 82px;
}

h2.accardeon {
    border: 1px solid #ddd;
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 50%, rgba(245,245,245,1) 100%);
    padding: 12px 20px 11px;
    cursor: pointer;
}
h2.accardeon:hover {
    background: linear-gradient(0deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 50%, rgba(250,250,250,1) 100%);
}

h2.accardeon.active {
    border: 1px solid #ddd;
    background: linear-gradient(0deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 50%, rgba(250,250,250,1) 100%);
}

.fd {
    display: none;
}





