.form_left_column {
    width: 49%;
    float: left;
}
.form_right_column {
    width: 49%;
    float: right;
}


.form_left_13_column {
    width: 30%;
    float: left;
}
.form_right_23_column {
    width: 68%;
    float: right;
}


.half_left_column {
    width: 30%;
    padding-left:15%;
    float: left;
}
.half_right_column {
    padding-right:15%;
    width: 30%;
    float: right;
}
.gtitle {
    padding: 5px 0px;
    margin-bottom: 10px;
    padding-top: 20px;
    border-bottom: 2px solid red;
}

fieldset {
    border: 0 !important;
    padding: 0;
}

.q_desc {
    display: none;
    background: #fffdc0;
    padding: 5px 15px 5px 15px;
    margin-top: 15px;
}

div.form {
    margin-bottom: 0.5em;
    clear: both;
}

#gus {
    border: 1px solid #dbe1e5;
    width:150px;
    background: #eee;
    line-height: 30px;
}
.form button {
    float: right;
    background: none;
    border: 1px solid #dbe1e5;
    width: 100px;
    text-align: center;
    line-height: 18px;
}

.fr80 {
    margin-left: 150px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #959595;
    border-radius: 5px;
    line-height: 25px;
}

button {
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    border: 2px solid #959595;
    background: #d0d0d0;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    line-height: 25px;
}

.button_submit {
    border: 1px solid #dbe1e5;
    width: 150px;
    background: #eee
}
.validateForm .form-group {position:relative;}

/*
.form-group label,
.validateForm .form label {
    display: block;
    float: left;
    text-align: right;
    padding: 13px 5px 0px 5px;
    font-weight: normal;
    width: 150px;
}*/

.form-group input,
.form-group select,
.validateForm .form input, .validateForm .form select {
    width: 100%;
    font-size: 13px;
    color: #606365;
    border-radius: 5px;
    padding: 10px 5px 10px 5px;
    margin: 5px 0 5px 0;
    background: #fff;
    box-sizing: border-box;
    border:1px solid #999;
}

.form-group .checkbox label {position:relative}

.form-group label,
.validateForm .form label {
    position:absolute;
    left:10px; top:-7px;
    display: block;
    padding: 2px 7px 0 7px;
    font-weight: normal;
    background: #fff;
    border-radius: 3px;
}

.form-group .checkbox label {display: block;
float:none; text-align: left;
    left:auto;
    top:auto;
    width:auto;
}

.form-group .checkbox label input {
    width:auto;
}

@media (max-width: 1400px) {
    .half_right_column, .half_left_column {
        width: 48%;
        padding: 0;
    }
    #panel_title .tabs {

    }
}

@media (max-width: 600px) {
    .form_right_23_column, .form_left_13_column,
    .form_right_column, .form_left_column,
    .half_right_column, .half_left_column {
        width: 98%;
        margin: auto;
        float: none;
        padding: 0;
    }

    .half_right_column left, .half_left_column label {
        text-align: left
    }


    .fr80 {
        float: none;
        margin: 15px auto;
        font-size: 12px;
        display: block;
        padding: 5px 10px
    }
}
