﻿.rate-this-topic {
    background-color: #00a3c8;
    color: white;
	position: relative;
	z-index:10;
}

.rate-this-topic button:disabled,
.rate-this-topic label:disabled,
.rate-this-topic textarea:disabled {
    opacity: .3;
}

.rate-this-topic label {
    font-size: 15pt;
    font-weight: normal;
    padding: 9px 0 10px 0;
    margin: 0;
    cursor: auto;
}

.rate-this-topic button {
    background-color: white;
    border: none;
    color: #00a3c8;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
    padding: 10px 28px;
    font-size: 9pt;
    margin: 0 0 0 20px;
    opacity: .7;
}

.rate-this-topic button:disabled {
    opacity: .3;
}

.rate-this-topic button:not([disabled]):hover {
    opacity: 1;
}

.rate-this-topic input[type=checkbox] {
    position: absolute;
    left: -9000px;
}

.rate-this-topic textarea {
    background-color: white;
    width: 100%;
    height: 90px;
    color: grey;
    padding: 10px;
    margin-bottom: 20px;
}

.rate-this-topic .checkbox {
    color: #b2e3ee;
}

.rate-this-topic .checkbox label {
    font-size: 11pt;
    padding: 0;
    cursor: pointer;
}

.rate-this-topic .checkbox label:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #b2e3ee;
    content: '';
    box-sizing: border-box;
    text-align: center;
    margin: 0 20px 0 0;
    line-height: 13px;
    border-radius: 2px;
    font-size: 13px;
    vertical-align: middle;
    color: #00a3c8;
}

.rate-this-topic .checkbox label:hover:before {
    border-color: white;
}

.rate-this-topic .checkbox input:checked + label:before {
    background-color: #b2e3ee;
    border-color: #b2e3ee;
    content: '✓';
}

.rate-this-topic .checkbox input:checked:hover + label:before {
    background-color: white;
}

.rate-this-topic-panel {
    margin: 0 auto;
    padding: 30px 0;
}

.rate-this-topic-panel .container {
    width: 100%;
}

.rate-this-topic-back {
    display: inline-block;
    width: 12px;
    height: 12px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border: solid white;
    border-width: 0 1px 1px 0;
    margin: 6px;
    cursor: pointer;
    opacity: .7;
}

.rate-this-topic-back:hover {
    opacity: 1;
}

#rate-this-topic-panel-0 {
    max-width: 550px;
}

#rate-this-topic-panel-0 .row:nth-child(2) {
    display: none;
}

#rate-this-topic-panel-1 {
    max-width: 550px;
    display: none;
}

#rate-this-topic-panel-2 {
    max-width: 800px;
    display: none;
}

#rate-this-topic-panel-3 {
    text-align: center;
    display: none;
}

#rate-this-topic-back {
    background-color: transparent;
    font-size: 30pt;
    color: #b2e3ee;
    padding: 0;
    margin: 0;
}

#rate-this-topic-skip-feedback {
    float: right;
}

#rate-this-topic-back-soon {
    text-align: center;
    margin: 0;
    font-size: 1.5em;
}

@media only screen and (max-width: 1024px) {
    #rate-this-topic-panel-0 {
        text-align: center;
    }
}