﻿.col-register {
    position: relative;
    min-height: 1px;
    padding: 5px 5px 5px 15px;
    float: left;
    clear: none;
    min-width: 60%;
    text-align: left;
}

.col-register-push-left {
    position: relative;
    min-height: 1px;
    padding: 0;
    float: left;
    clear: left;
    min-width: 20%;
}



.textbox-std {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    float: left;
    min-width: 250px;
}

.textarea-std {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    float: left;
    min-width: 250px;
}

.radio-std {
    float: left;
    padding: 0px 15px 0 0;
}

.textDDL-std {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    float: left;
    min-width: 250px;
}

.textbox-std-label {
    float: left;
    position: relative;
    padding: 5px 10px 0 0px;
    min-width: 200px;
}

.textbox-std-error {
    float: left;
    position: relative;
    padding: 5px 10px 0 0px;
    min-width: 200px;
    clear: none;
}

.register-centered {
    text-align: center;
}

.register-profile-question {
    float: left;
    position: relative;
    min-width: 200px;
    max-width: 200px;
    padding-right: 20px;
}

.register-profile-answer {
    float: left;
}

.register-profile-space {
    float: left;
    clear: both;
    width: 100%;
    min-height: 20px;
    min-width: 1px;
}


@media (max-width: 767px) {
    .col-register-push-left {
        max-width: 1px;
        min-width: 1px;
    }

    .textbox-std {
        min-width: 95%;
    }

    .col-register {
        min-width: 100%;
    }

    .textbox-std-error {
        max-width: 1px;
        min-width: 1px;
        padding: 0;
    }

    .register-profile-question {
        min-width: 100%;
        max-width: 100%;
        padding-right: 0px;
    }

    .textDDL-std {
        min-width: 95%;
    }

    .textarea-std {
        min-width: 95%;
    }

    .register-profile-answer {
        min-width: 100%;
    }
}

.item-wrapper {
    float: left;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
}

.item-inner-wrapper {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 10px;
}

.form-group-row {
    width: 100%;
    float: left;
}

.form-control-cb {
    width: 100%;
    display: inline-block;
}


.btn-wrapper {
    width: 40%;
    float: left;
}

.btn-wrapper-text{
    width:20%;
    float:left;
    text-align:center;
    line-height:35px;
}

.phLogInOrRegister .btn {
    width: 100%;
}

    .internal-terms-of-use{
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    max-height: 200px;
    overflow: auto;
}

.btn-show-register-terms{
    cursor:pointer;
}