* {
    box-sizing: border-box;
}

sup {
    color: red;
}

div.image {
    position: relative;
    width: 300px;
}

div.image button {
    position: absolute;
    right: 5px;
    top: 5px;
}

.warning {
    color: #B93D3C;
    font-style: italic;
}

#warning_antrian,
#warning_data,
#warning_cek {
    float: left;
    color: #B93D3C;
}

#perseorangan_nama_wakil_label,
#perseorangan_nik_wakil_label,
#perseorangan_lamp_ktp_wakil_label,
#perseorangan_lamp_surat_kuasa_label {
    display: none;
}

#antrian label.btn {
    display: block;
    width: 32.3%;
    margin: 0 0 1% 1%;
    padding: 0;
    height: 85px;
    float: left;
    cursor: pointer;
    position: relative;
}

    #antrian label.btn .time {
        display: inline-block;
        width: 100%;
        height: 34px;
        line-height: 34px;
        padding-left: 10px;
        text-align: left;
        font-size: 12px;
        color: #2B4263;
        border-bottom: 1px solid #ccc;
    }

    #antrian label.btn .info {
        display: block;
        line-height: 45px;
        font-size: 14px;
        width: 100%;
    }

#antrian input[type=radio] {
    position: absolute;
    left: -10000px;
}

#antrian input[type=radio] {
	cursor: not-allowed !important;
    position: absolute;
    left: -10000px;
}

#antrian1 {
    cursor: not-allowed !important;
}

    #antrian input[type=radio]:disabled + label {
		cursor: not-allowed !important;
        background-color: #D2D2D2;
		cursor: not-allowed;
    }

    #antrian input[type=radio]:checked + label {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

