#frame {
    font-size: 15px;
}

.ttext {
    font-size: 22px;
}

label {
    font-weight: 600;
}

.col-sm-4.nopad input[type="radio"] {
    margin-right: 5px;
}

span.error {
    color: red;
}

.signerr {
    border: 1px solid red;
}

.ralign {
    text-align: right;
}

.centr {
    text-align: center;
}

#error_msg {
    color: red;
    display: none;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.sig {
    border-radius: 3px;
    height: 110px;
    margin-top: 5px;
    overflow: hidden;
    width: 655px;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    right: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.radiolabel {
    /*float: left;*/
    margin: 3px 5px;
}

.radioinput {
    position: absolute;
    display: none;
    opacity: 0;
}

.radiospn {
    border-radius: 3px;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
}

.rgreen {
    background: #d4d0d0;
    color: #000;
}

.rred {
    background: #d4d0d0;
    color: #000;
}

.rgray {
    background: #d4d0d0;
    color: #000;
}

span.radiospn:hover {
    cursor: pointer;
}

.rgreen:hover {
    background: #45a045;
    color: #FFF;
}

.rred:hover {
    background: #f75757;
    color: #FFF;
}

.rgray:hover {
    background: #ef8921;
    color: #FFF;
}

;

input:checked+span.false {}

input[type="radio"]:checked+span.rgreen {
    background: #45a045 !important;
    color: #FFF;
}

input[type="radio"]:checked+span.rred {
    background: #f75757 !important;
    color: #FFF;
}

input[type="radio"]:checked+span.rgray {
    background: #ef8921 !important;
    color: #FFF;
}