﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2015-11-27 11:54:12
 * @version $Id$
 */


/**::after,
*::before {
    content: '';
}*/




.cd-faq-items {
    height: 100%;
    width: 100%;
    
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translateX(0%);
    -moz-transform: translateZ(0) translateX(0%);
    -ms-transform: translateZ(0) translateX(0%);
    -o-transform: translateZ(0) translateX(0%);
    transform: translateZ(0) translateX(0%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.cd-faq-items.slide-in {
    -webkit-transform: translateZ(0) translateX(0%);
    -moz-transform: translateZ(0) translateX(0%);
    -ms-transform: translateZ(0) translateX(0%);
    -o-transform: translateZ(0) translateX(0%);
    transform: translateZ(0) translateX(0%);
}

.cd-faq-group.selected {
    display: block;
}

.cd-faq-group .cd-faq-title {
    background: transparent;
    box-shadow: none;
    margin: 1em 0;
}

.no-touch .cd-faq-group .cd-faq-title:hover {
    box-shadow: none;
}

.cd-faq-group .cd-faq-title h2 {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #bbbbc7;
}

.no-js .cd-faq-group {
    display: block;
}

.cd-faq-group > li {
    position: relative;
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}

.cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
}

.cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
}

.cd-faq-trigger {
    position: relative;
    display: block;
    /*margin: 1.6em 0 .4em;*/
    color: #00468e;
    line-height: 1.2;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
    z-index: 999;
}






/* --------------------------------------------------------------------------------------------------------------------------------------------- */
.feedback_user{
    /*position: relative;*/
}


.cd-faq-top{
    padding: 10px 0px 20px 0px;
    /*text-align: right;*/
}

.cd-faq-top .cd-faq-content{
    position: relative;
    background: #fff;
    border: 4px;
    margin-top:40px;
    padding-bottom: 10px;
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}

.cd-faq-top .cd-faq-content .arrow{
    width: 10px;
    height: 10px;
    top: -5px;
    right: 230px;
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.cd-faq-top .submit{
    background: #96b97d;
    font-size: 12px;
    padding:5px 12px 4px 12px;
     margin-top: -1px;
    /*margin-left: -6px;
    border-radius: 0 4px 4px 0;*/
}


.cd-faq-contents .cd-faq-content{
    width: 650px; padding: 0px;
}

.cd-faq-img, .cd-faq-contents{
   float: left;
   vertical-align: top;
}

.cd-faq-img{
    margin: 30px 25px 10px 30px;
    width: 80px; 
    text-align: center;
    font-size: 1.2px;
    line-height: 18px;
}

.cd-faq-img img, .con-reply-img img{
    max-width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*margin-bottom: 10px;*/
    /*-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);*/

    box-sizing: border-box;
}

.cd-faq-title{
    padding-top: 20px;
    color: #00468e;
   /* font-size: 1.5rem;
    font-weight: 300;*/
}

.cd-faq-contents{
    margin:20px 0 0 0;
    
}

.cd-faq-contents .con-text{
    position: relative;
    border-radius: 5px;
    padding: 10px 24px 10px 24px;
    width: 650px;
    border: 1px solid rgba(108, 125, 142, 0.25);
    /*margin-bottom: 10px;*/
    background: rgba(231, 237, 244, 0.43); 
}

.cd-faq-contents .con-text .arrow{
    background: rgb(247, 250, 255); 
    border: 1px solid rgba(108, 125, 142, 0.25);
    width: 10px;
    height: 10px;
    position: absolute; top: 30px; left: -7px;
    border-top: 0; border-right:0;     
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-faq-contents .con-reply .arrow{
    background: rgb(247, 250, 255); 
    border: 1px solid rgba(108, 125, 142, 0.25);
    width: 10px;
    height: 10px;
    position: absolute; top: -7px; left: 40px;
    border-bottom: 0; border-right:0;     
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*

*/
.cd-faq-contents .con-reply{
    padding: 10px 15px;
    width:670px;
    border: 1px solid rgba(108, 125, 142, 0.25);
    /*padding:10px 20px 10px 20px;*/
    font-size: 12px;
    border-radius: 5px;
    margin: 15px 0;
    display: table;
    position: relative;
}

.con-reply-img, .con-reply-text{
    display: table-cell;
    line-height: 20px;
    vertical-align: middle;
}

.con-reply-img img, .con-reply-img p{
    display: inline-block;
    vertical-align:middle;
}

.con-reply-img {
    width: 60px; margin-right: 10px;
}

.con-reply-text{
    padding:0 10px;
}

/*.con-reply-img {
    text-align: center;
}*/

.cd-faq-contents h1{
    color: #00468e;
    margin:5px 0 ;
    font-size:18px ;
    font-weight: normal;
}

.cd-faq-contents h1 span{
    font-size: 12px;
}

.cd-faq-form{
    padding: 20px 0 0 10px;
}

.cd-faq-form div{
    margin-bottom: 10px;
}


.cd-faq-form input, .cd-faq-form select, .cd-faq-top input{
    border:1px solid #ccc;
    /*box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;*/
    padding: 5px 10px;
    vertical-align:  top;
    border-radius: 3px;
}

.cd-faq-form input{
    padding:6px 10px; 
}

.cd-faq-form  textarea{
    width: 95%;
    border:1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
}

.cd-faq-form input:focus, .cd-faq-form textarea:focus, .cd-faq-form select:focus {
    /*background: #fff; 
    border:1px solid #e6e6e6; */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9;
}

.cd-faq-form input:focus:invalid, .cd-faq-form textarea:focus:invalid {
    /*background: #fff url(images/invalid.png) no-repeat 98% center;*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9*/
}

.cd-faq-form .submit{
    background: #96b97d;
    font-size: 12px;

   /* margin: -10px 0 0 15px;
    border-radius: 0 0 4px 4px;*/
        /*padding: 3px 12px;*/
}


.cd-faq-login-before, .cd-faq-login-after, .cd-faq-serach, .cd-faq-top .issue{
    /*position: absolute; top: 0 ; right: 0;*/
    /*width: 100%;*/
    float: left;
}

.cd-faq-login-before, .cd-faq-login-after{
    margin-right: 10px; margin-left: 20px;
}


.cd-faq-serach{
    margin:0 0px 0 15px;
}

.cd-faq-login-before input{
    width: 100px;
}


.cd-faq-login-after{
    /*display: none;*/
}


#loginOut-btn, .Preview-btn{
    font-size: 12px; color: #000;
}


/* -------------------------------------------------------------------------------------------------------------------------------- */

.cd-faq-trigger::before,
.cd-faq-trigger::after {
    /* arrow icon on the right */
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #e61b1e;
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
}

.cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.download::before, .download::after{
    background: none;   font-family: 'FontAwesome'; top:30%;
     -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.download::before{
     content: '\f019'; 
}



.cd-faq-content p {
    font-size: 14px;
    clear: both;
    color: #6c7d8e;
}

.cd-faq-content .more, .cd-faq-contents .btn, .cd-faq-top .issue, .cd-faq-login .login-btn{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.cd-faq-contents .btn{
    padding:0px 12px; font-size: 12px;
    margin: 0 0 0 15px;
    border-radius:0 0 4px 4px  ;
    line-height: 20px;
}


.cd-faq-top .issue{
    font-size: 12px;
    padding:0px 12px ;
    margin-top: -1px;
    /*display: none;*/
}

.cd-faq-login .login-btn{
    font-size: 12px;
    padding:0 12px;
    margin-right: 15px;
}


.cd-faq-content {
    display: none;
    padding: 0 24px 30px;
}



/*------------------------------------------------------------------------*/

.cd-faq-form .uploader {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default;
    padding: 0;
    margin: 0;
    /*margin: 10px 0px;*/
    -moz-box-shadow: 0px 0px 5px #ddd;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.filename {
    float: left;
    display: inline-block;
    outline: 0 none;
    /*height: 32px;
    width: 180px;*/
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    cursor: default;
    border: 1px solid;
    border-right: 0;
    
    color: #777;
    text-shadow: 1px 1px 0px #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f5f5f5));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f5f5f5', GradientType=0);
    border-color: #ccc;
    -moz-box-shadow: 0px 0px 1px #fff inset;
    -webkit-box-shadow: 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 1px #fff inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cd-faq-form .button {
    float: left;
    /*height: 32px;*/
    display: inline-block;
    outline: 0 none;
    padding: 6px 12px 5px 12px;
    margin: 0;
    margin-left: -1px;
    cursor: pointer;
    border: 1px solid;
    font-size: 12px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    -moz-box-shadow: 0px 0px 1px #fff inset;
    -webkit-box-shadow: 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 1px #fff inset;
}

.uploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    height: 30px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}


.white .button{
color:#555;
text-shadow:1px 1px 0px #fff;
background:#ddd;
background:-moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0);
border-color:#ccc;
}

.white:hover .button{
background:#eee;
background:-moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eeeeee));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=0);
}



/*------------------------------------------------------------------------*/


button.submit {
    /*background-color: #d9534f;*/
    background: none;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);*/
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    /*box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;*/
    color: white;
    
    
    padding: 5px 15px;
    /*margin:0 auto;*/

 
    
    /*text-shadow: 0 -1px 0 #396715;*/
    font-family: "\5fae\8f6f\96c5\9ed1", sans-serif; font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
button.submit:hover {
    /*opacity:.85;*/
    background-color: #E41913; 
    cursor: pointer; 
}