﻿.hide {
    display: none;
}

.register-panel {
    width: 380px;
    margin: auto;
    padding: 20px;
    border: #ddd 1px solid;
    overflow: hidden;
}

#top-image-container {
    margin: 20px auto 30px auto;
    text-align: center;
    overflow: hidden;
}

.ph-logo {
    max-width: 300px;
    max-height: 150px;
}

.profile-image {
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}

#loading-container {
    display: none;
    text-align: center;
}

.loading-icon {
    width: 31px;
    height: 31px;
    margin: 40px auto 40px auto;
}

.loading-icon img {
    width: 31px;
    height: 31px;
}

#error-container {
    text-align: center;
}

.error-icon {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 10px;
}

.error-icon img {
    width: 50px;
    height: 50px;
}

#error-message {
    color: #DA4F49;
}

#success-container {
    text-align: center;
}

.success-icon {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 10px;
}

.success-icon img {
    width: 50px;
    height: 50px;
}

.register-panel form {
    margin: 0;
}

.register-panel h4 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}

.register-panel input[type="text"], .register-panel input[type="email"], .register-panel input[type="password"], .register-panel select, .register-panel textarea {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 15px;
    height: 50px;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.register-panel textarea {
    padding: 15px 15px;
    height: 100px;
}

.radio input {
    font-size: 15px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    width: 1em;
    height: 1em;
    -webkit-appearance: radio;
}

.radio label {
    font-size: 15px;
    line-height: 22px;
}

.radio-container {
    display: inline-block;
    margin-bottom: 25px;
}
    .radio-container label.error {
        top: 0;
    }

#lbl-team-manager {
    display: inline-block;
    margin-bottom: 20px;
}

#ph-agree-container {
    display: inline-block;
    margin-bottom: 20px;
}
    #ph-agree-container a:hover {
        text-decoration: underline;
    }

#comp-agree-container {
    display: inline-block;
    margin-bottom: 20px;
}

    #comp-agree-container a:hover {
        text-decoration: underline;
    }

.register-panel input:focus, .register-panel select:focus, .register-panel textarea:focus {
    border: 2px solid #07a7e3 !important;
}

.register-panel button {
    background: #07a7e3;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px !important;
    font-weight: 700;
    text-align: center;
    transition: all 300ms linear 0s;
    display: block;
    width: 100%;
    margin-top: 40px;
    border-radius: 0px;
    border: none;
}
    .register-panel button:hover {
        background: #65c2e4;
        border-color: #65c2e4;
    }

.recaptcha-container {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#recatcha-error {
    color: #DA4F49;
}

.g-recaptcha div:first-child {
    margin: auto;
}

.label-container, .link-container {
    margin: 0 0 15px 0;
    font-size: 12px;
}

a:hover {
    cursor: pointer;
    color: #08c;
    text-decoration: none;
}

select {
    height: 20px;
    line-height: 20px;
}



label.error {
    color: #DA4F49;
    margin-bottom: 0px;
    position: relative;
    top: -20px;
}

span.note {
    font-style: italic;
}

#dob {
    cursor: default;
    background-color: #fff;
}

.ui-datepicker select {
    width: 45% !important;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 2px !important;
    padding: 1px !important;
}

#btn-reload {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.spacer {
    height: 100px;
}

@media only screen and (max-width: 500px) {
    .register-panel {
        width: auto;
        border: none;
    } 
}

.ui.form .field .prompt.label {
    white-space: normal;
    background: #fff!important;
    border: 0px !important;
    color: #9f3a38!important;
    text-shadow: none !important;
    text-decoration: none !important;
}

.logo {
    max-width: 280px;
    margin: 0 auto;
    padding: 0px 0px;
    z-index: 111;
}