/* cmsms stylesheet: Feedback modified: 19.07.2018 08:55:06 */
/* cmsms stylesheet: Feedback modified: 14.06.2018 20:47:54 */
.gh-feedback p {
    max-width: 100%;
}

.gh-feedback {
    padding: 30px 20px 30px 20px;
    background-color: #f2f2f2;
    margin-top: 50px;
}

.gh-feedback-btn.active {    
    line-height: 38px;
    padding: 3px 18px;
    font-size: 16px;
    background-color: #ED3E59;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    width: inherit;
    border: none;
    -webkit-appearance: none;
}

.gh-feedback input[type="text"], .gh-feedback input[type="email"],.gh-feedback textarea {
    width:100%
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #bbbbbb;
    color: #395467;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: inherit;
    font-weight: 600;
    position: relative;
    resize: none;
    border-radius: 2px;
}


.gh-feedback-t {
    display:  table;
    width:  100%;
}

.gh-feedback-r {
    display:  table-row;
}

.gh-feedback-c {
    display:  table-cell;
}

.gh-feedback-r > .gh-feedback-c:first-child {
    padding-right:  10px;
}

.gh-feedback-r > .gh-feedback-c:last-child {
    padding-left:  10px;
}

.gh-feedback-checkbox label {

    text-align: left;
    vertical-align: middle;
    display: block;
    padding-left: 32px;
    padding-right: 10px;
    padding-bottom: 25px;
}

.gh-feedback-checkbox input {
    float:  left;
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

.gh-reaction-icon {
    display:  inline-block;
    height: 24px;
    width:  24px;
    border-radius: 50%;
    border: 2px solid grey;
}

.gh-feedback input[type="radio"] + label:after {
    border-radius: 50%;
    content: "";
    height: 39px;
    width: 39px;
    position:  absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: box-shadow .2s;
    box-shadow: 0 0 0 0 #009fe300;
}

.gh-feedback input[type="radio"] + label {
    position:  relative;
    height:  39px;
    width: 39px;
}

.gh-feedback input[type="radio"] + label svg {
    z-index: 2;
    position:  absolute;
    left:  0;
    top: 0;
}

.gh-feedback input[type="radio"]:checked + label:after {
    box-shadow: 0 0 0 4px #009fe3;
}

.gh-feedback input[type="radio"] + label:before {
    border-radius: 50%;
    content: "";
    height: 39px;
    width: 39px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.32);
}

span.gh-reaction-icon {}


.gh-feedback-checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gh-feedback-reaction input[type="radio"] {
    display:  none;
}



.gh-feedback-reaction {
    text-align: center;
    margin-bottom: 25px;
}

.gh-reaction {
    margin: 3px;
    display:  inline-block;
    cursor:  pointer;
}

.gh-comment {
    padding: 20px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    border-radius: 0px 10px 10px 10px;
}

span.gh-comment-name {
    font-size:  16px;
    font-weight: 600;
    margin-right: 5px;
}


span.gh-comment-reaction {
    height:  16px;
    width:  16px;
    display:  inline-block;
    border-radius: 50%;
    vertical-align: text-bottom;
    margin-bottom:  2px;
    margin-right: 5px;
}

.gh-comment-i {margin-bottom: 15px;}

.gh-comment-count {
    text-align: center;
    border-top: 2px solid #e8e8e9;
    margin-top: 60px;
    padding: 30px 30px 30px 30px;
}

.gh-feedback-success {
    text-align: center;
    margin-top: 45px;
}

.gh-comment:nth-child(2n) {
    background-color: #dee3e6;
}
.gh-feedback-datecount:before {
    content: "	\0025CF";
    margin-right: 10px;
    margin-left: 10px;
    font-weight:  bold;
    font-size: 10px;
    vertical-align: top;
    display:  inline-block;
    margin-top: 7px;
}
.gh-feedback-datecount img {
    height:  18px;
    width: 18px;
    display:  inline-block;
    margin-right:  5px;
    vertical-align:  text-top;
    margin-top: 3px;
}
.gh-feedback-datecount {
    cursor: pointer;
}

.gh-feedback-datecount.small:before {
    margin-top: 14px;
}

.gh-feedback-datecount.small img {
    margin-top:  1px;
}

span.gh-feedback-datecount.small {
    color: initial;
}
