@charset 'utf-8';

/* js */

body table.fm-enquete tr.non-required,
body table.fm-enquete tr.required{position:relative;}
/*
body table.fm-enquete tr.non-required.error{background-color:rgba(255, 0, 56, 0.06);}
body table.fm-enquete tr.required.error{background-color:rgba(255, 0, 56, 0.06);}
body table.fm-enquete tr.required.correct{background-color:rgba(0,161,255,0.06);}
body table.fm-enquete tr.non-required.error:after,
body table.fm-enquete tr.required.error:after,
body table.fm-enquete tr.required.correct:after{content:'';display:block;width:30px;height:30px;margin:20px 0 0 -50px;border-radius:50%;background-repeat:no-repeat;background-position:center center;}
body table.fm-enquete tr.non-required.error:after,
body table.fm-enquete tr.required.error:after{background-size:4px auto;background-color:#f33;background-image:url(../img/ico_miss.png);}
body table.fm-enquete tr.required.correct:after{background-size:16px auto;background-color:#0c76b2;background-image:url(../img/ico_ok.png);}
body table.fm-enquete tr.required input:not([disabled]),
body table.fm-enquete tr.required select,
body table.fm-enquete tr.required textarea{border-color:#c66;background-color:#fee;}
body table.fm-enquete tr.required input.correct,
body table.fm-enquete tr.required select.correct,
body table.fm-enquete tr.required textarea.correct{border-color:#0c76b2;background-color:#d7f1ff;}
body table.fm-enquete tr td.fm-question img{display:none;}
body table.fm-enquete tr.required td.fm-question span{font-weight:normal;}

body table.fm-enquete input[type='text']:focus,
body table.fm-enquete textarea:focus,
body table.fm-enquete select:focus{box-shadow:rgba(204, 204, 204, 0.6) 0 0 8px 3px;}

body table.fm-enquete input[type='text']:focus,
body table.fm-enquete textarea:focus,
body table.fm-enquete select:focus{box-shadow:rgba(204, 204, 204, 0.6) 0 0 8px 3px;}
body table.fm-enquete tr.required input:not([disabled]):focus,
body table.fm-enquete tr.required select:focus,
body table.fm-enquete tr.required textarea:focus{box-shadow:rgba(204,102,102, 0.6) 0 0 8px 3px;}
body table.fm-enquete tr.required input.correct:focus,
body table.fm-enquete tr.required select.correct:focus,
body table.fm-enquete tr.required textarea.correct:focus{box-shadow:rgba(12,118,178, 0.6) 0 0 8px 3px;}
*/

body table.fm-enquete td.fm-answer .message{width:327px;margin:5px 0;padding:3px 5px;border:none;border-radius:3px;background-color:#f33;color:#fff;}

.submitArea input{min-width:402px;margin:10px 20px;padding:18px 0;border:1px solid #175bd9;border-radius:1px;background:rgb(49,128,226);background:-moz-linear-gradient(top, rgba(49,128,226,1) 0%, rgba(49,120,226,1) 100%);background:-webkit-linear-gradient(top, rgba(49,128,226,1) 0%,rgba(49,120,226,1) 100%);background:linear-gradient(to bottom, rgba(49,128,226,1) 0%,rgba(49,120,226,1) 100%);color:#fff;font-weight:bold;font-size:150%;letter-spacing:1px;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3180e2', endColorstr='#3178e2',GradientType=0 );}
.submitArea #wcf5start,
.submitArea #confirm,
.submitArea input:last-child{border-color:#d96517;background:rgb(218,106,32);background:-moz-linear-gradient(top, rgba(218,106,32,1) 96%, rgba(226,128,49,1) 100%);background:-webkit-linear-gradient(top, rgba(218,106,32,1) 96%,rgba(226,128,49,1) 100%);background:linear-gradient(to bottom, rgba(218,106,32,1) 96%,rgba(226,128,49,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6a20', endColorstr='#e28031',GradientType=0 );}
.submitArea input:hover{opacity:0.7;}

