﻿/* Bootstrap hijacked */

.referrAfriend .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .referrAfriend .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .referrAfriend .form-control[disabled],
    .referrAfriend .form-control[readonly],
    .referrAfriend fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .referrAfriend .form-control[disabled],
    .referrAfriend fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

.referrAfriend textarea.form-control {
    height: auto;
}

.referrAfriend input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .referrAfriend input[type="date"].form-control,
    .referrAfriend input[type="time"].form-control,
    .referrAfriend input[type="datetime-local"].form-control,
    .referrAfriend input[type="month"].form-control {
        line-height: 34px;
    }

    .referrAfriend input[type="date"].input-sm,
    .referrAfriend input[type="time"].input-sm,
    .referrAfriend input[type="datetime-local"].input-sm,
    .referrAfriend input[type="month"].input-sm,
    .referrAfriend .input-group-sm input[type="date"],
    .referrAfriend .input-group-sm input[type="time"],
    .referrAfriend .input-group-sm input[type="datetime-local"],
    .referrAfriend .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    .referrAfriend input[type="date"].input-lg,
    .referrAfriend input[type="time"].input-lg,
    .referrAfriend input[type="datetime-local"].input-lg,
    .referrAfriend input[type="month"].input-lg,
    .referrAfriend .input-group-lg input[type="date"],
    .referrAfriend .input-group-lg input[type="time"],
    .referrAfriend .input-group-lg input[type="datetime-local"],
    .referrAfriend .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.referrAfriend .form-group {
    margin-bottom: 15px;
}

.referrAfriend .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.referrAfriend select.input-sm {
    height: 30px;
    line-height: 30px;
}

.referrAfriend textarea.input-sm,
.referrAfriend select[multiple].input-sm {
    height: auto;
}

.referrAfriend .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.referrAfriend .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.referrAfriend .form-group-sm textarea.form-control,
.referrAfriend .form-group-sm select[multiple].form-control {
    height: auto;
}

.referrAfriend .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.referrAfriend .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.referrAfriend select.input-lg {
    height: 46px;
    line-height: 46px;
}

.referrAfriend textarea.input-lg,
.referrAfriend select[multiple].input-lg {
    height: auto;
}

.referrAfriend .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.referrAfriend .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.referrAfriend .form-group-lg textarea.form-control,
.referrAfriend .form-group-lg select[multiple].form-control {
    height: auto;
}

.referrAfriend .form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.referrAfriend .has-feedback {
    position: relative;
}

    .referrAfriend .has-feedback .form-control {
        padding-right: 42.5px;
    }

.referrAfriend .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.referrAfriend .input-lg + .form-control-feedback,
.referrAfriend .input-group-lg + .form-control-feedback,
.referrAfriend .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.referrAfriend .input-sm + .form-control-feedback,
.referrAfriend .input-group-sm + .form-control-feedback,
.referrAfriend .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.referrAfriend .has-error .help-block,
.referrAfriend .has-error .control-label,
.referrAfriend .has-error .radio,
.referrAfriend .has-error .checkbox,
.referrAfriend .has-error .radio-inline,
.referrAfriend .has-error .checkbox-inline,
.referrAfriend .has-error.radio label,
.referrAfriend .has-error.checkbox label,
.referrAfriend .has-error.radio-inline label,
.referrAfriend .has-error.checkbox-inline label {
    color: #a94442;
}

.referrAfriend .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .referrAfriend .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.referrAfriend .has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.referrAfriend .has-error .form-control-feedback {
    color: #a94442;
}

.referrAfriend .has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.referrAfriend .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.referrAfriend .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .referrAfriend .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .referrAfriend .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .referrAfriend .form-inline .form-control-static {
        display: inline-block;
    }

    .referrAfriend .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .referrAfriend .form-inline .input-group .input-group-addon,
        .referrAfriend .form-inline .input-group .input-group-btn,
        .referrAfriend .form-inline .input-group .form-control {
            width: auto;
        }

        .referrAfriend .form-inline .input-group > .form-control {
            width: 100%;
        }

    .referrAfriend .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .referrAfriend .form-inline .radio,
    .referrAfriend .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .referrAfriend .form-inline .radio label,
        .referrAfriend .form-inline .checkbox label {
            padding-left: 0;
        }

        .referrAfriend .form-inline .radio input[type="radio"],
        .referrAfriend .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .referrAfriend .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.referrAfriend .form-horizontal .radio,
.referrAfriend .form-horizontal .checkbox,
.referrAfriend .form-horizontal .radio-inline,
.referrAfriend .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.referrAfriend .form-horizontal .radio,
.referrAfriend .form-horizontal .checkbox {
    min-height: 27px;
}

.referrAfriend .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .referrAfriend .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.referrAfriend .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .referrAfriend .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .referrAfriend .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.referrAfriend .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .referrAfriend .btn:focus,
    .referrAfriend .btn:active:focus,
    .referrAfriend .btn.active:focus,
    .referrAfriend .btn.focus,
    .referrAfriend .btn:active.focus,
    .referrAfriend .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .referrAfriend .btn:hover,
    .referrAfriend .btn:focus,
    .referrAfriend .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .referrAfriend .btn:active,
    .referrAfriend .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .referrAfriend .btn.disabled,
    .referrAfriend .btn[disabled],
    .referrAfriend fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.referrAfriend a.btn.disabled,
.referrAfriend fieldset[disabled] a.btn {
    pointer-events: none;
}

.referrAfriend .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .referrAfriend .btn-default:focus,
    .referrAfriend .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .referrAfriend .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .referrAfriend .btn-default:active,
    .referrAfriend .btn-default.active,
    .referrAfriend .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .referrAfriend .btn-default:active:hover,
        .referrAfriend .btn-default.active:hover,
        .referrAfriend .open > .dropdown-toggle.btn-default:hover,
        .referrAfriend .btn-default:active:focus,
        .referrAfriend .btn-default.active:focus,
        .referrAfriend .open > .dropdown-toggle.btn-default:focus,
        .referrAfriend .btn-default:active.focus,
        .referrAfriend .btn-default.active.focus,
        .referrAfriend .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .referrAfriend .btn-default:active,
    .referrAfriend .btn-default.active,
    .referrAfriend .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .referrAfriend .btn-default.disabled:hover,
    .referrAfriend .btn-default[disabled]:hover,
    .referrAfriend fieldset[disabled] .btn-default:hover,
    .referrAfriend .btn-default.disabled:focus,
    .referrAfriend .btn-default[disabled]:focus,
    .referrAfriend fieldset[disabled] .btn-default:focus,
    .referrAfriend .btn-default.disabled.focus,
    .referrAfriend .btn-default[disabled].focus,
    .referrAfriend fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .referrAfriend .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.referrAfriend .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .referrAfriend .btn-primary:focus,
    .referrAfriend .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .referrAfriend .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .referrAfriend .btn-primary:active,
    .referrAfriend .btn-primary.active,
    .referrAfriend .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .referrAfriend .btn-primary:active:hover,
        .referrAfriend .btn-primary.active:hover,
        .referrAfriend .open > .dropdown-toggle.btn-primary:hover,
        .referrAfriend .btn-primary:active:focus,
        .referrAfriend .btn-primary.active:focus,
        .referrAfriend .open > .dropdown-toggle.btn-primary:focus,
        .referrAfriend .btn-primary:active.focus,
        .referrAfriend .btn-primary.active.focus,
        .referrAfriend .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .referrAfriend .btn-primary:active,
    .referrAfriend .btn-primary.active,
    .referrAfriend .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .referrAfriend .btn-primary.disabled:hover,
    .referrAfriend .btn-primary[disabled]:hover,
    .referrAfriend fieldset[disabled] .btn-primary:hover,
    .referrAfriend .btn-primary.disabled:focus,
    .referrAfriend .btn-primary[disabled]:focus,
    .referrAfriend fieldset[disabled] .btn-primary:focus,
    .referrAfriend .btn-primary.disabled.focus,
    .referrAfriend .btn-primary[disabled].focus,
    .referrAfriend fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .referrAfriend .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.referrAfriend .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .referrAfriend .btn-success:focus,
    .referrAfriend .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .referrAfriend .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .referrAfriend .btn-success:active,
    .referrAfriend .btn-success.active,
    .referrAfriend .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .referrAfriend .btn-success:active:hover,
        .referrAfriend .btn-success.active:hover,
        .referrAfriend .open > .dropdown-toggle.btn-success:hover,
        .referrAfriend .btn-success:active:focus,
        .referrAfriend .btn-success.active:focus,
        .referrAfriend .open > .dropdown-toggle.btn-success:focus,
        .referrAfriend .btn-success:active.focus,
        .referrAfriend .btn-success.active.focus,
        .referrAfriend .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .referrAfriend .btn-success:active,
    .referrAfriend .btn-success.active,
    .referrAfriend .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .referrAfriend .btn-success.disabled:hover,
    .referrAfriend .btn-success[disabled]:hover,
    .referrAfriend fieldset[disabled] .btn-success:hover,
    .referrAfriend .btn-success.disabled:focus,
    .referrAfriend .btn-success[disabled]:focus,
    .referrAfriend fieldset[disabled] .btn-success:focus,
    .referrAfriend .btn-success.disabled.focus,
    .referrAfriend .btn-success[disabled].focus,
    .referrAfriend fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .referrAfriend .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.referrAfriend .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .referrAfriend .btn-info:focus,
    .referrAfriend .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .referrAfriend .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .referrAfriend .btn-info:active,
    .referrAfriend .btn-info.active,
    .referrAfriend .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .referrAfriend .btn-info:active:hover,
        .referrAfriend .btn-info.active:hover,
        .referrAfriend .open > .dropdown-toggle.btn-info:hover,
        .referrAfriend .btn-info:active:focus,
        .referrAfriend .btn-info.active:focus,
        .referrAfriend .open > .dropdown-toggle.btn-info:focus,
        .referrAfriend .btn-info:active.focus,
        .referrAfriend .btn-info.active.focus,
        .referrAfriend .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .referrAfriend .btn-info:active,
    .referrAfriend .btn-info.active,
    .referrAfriend .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .referrAfriend .btn-info.disabled:hover,
    .referrAfriend .btn-info[disabled]:hover,
    .referrAfriend fieldset[disabled] .btn-info:hover,
    .referrAfriend .btn-info.disabled:focus,
    .referrAfriend .btn-info[disabled]:focus,
    .referrAfriend fieldset[disabled] .btn-info:focus,
    .referrAfriend .btn-info.disabled.focus,
    .referrAfriend .btn-info[disabled].focus,
    .referrAfriend fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .referrAfriend .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.referrAfriend .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .referrAfriend .btn-warning:focus,
    .referrAfriend .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .referrAfriend .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .referrAfriend .btn-warning:active,
    .referrAfriend .btn-warning.active,
    .referrAfriend .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .referrAfriend .btn-warning:active:hover,
        .referrAfriend .btn-warning.active:hover,
        .referrAfriend .open > .dropdown-toggle.btn-warning:hover,
        .referrAfriend .btn-warning:active:focus,
        .referrAfriend .btn-warning.active:focus,
        .referrAfriend .open > .dropdown-toggle.btn-warning:focus,
        .referrAfriend .btn-warning:active.focus,
        .referrAfriend .btn-warning.active.focus,
        .referrAfriend .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .referrAfriend .btn-warning:active,
    .referrAfriend .btn-warning.active,
    .referrAfriend .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .referrAfriend .btn-warning.disabled:hover,
    .referrAfriend .btn-warning[disabled]:hover,
    .referrAfriend fieldset[disabled] .btn-warning:hover,
    .referrAfriend .btn-warning.disabled:focus,
    .referrAfriend .btn-warning[disabled]:focus,
    .referrAfriend fieldset[disabled] .btn-warning:focus,
    .referrAfriend .btn-warning.disabled.focus,
    .referrAfriend .btn-warning[disabled].focus,
    .referrAfriend fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .referrAfriend .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.referrAfriend .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .referrAfriend .btn-danger:focus,
    .referrAfriend .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .referrAfriend .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .referrAfriend .btn-danger:active,
    .referrAfriend .btn-danger.active,
    .referrAfriend .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .referrAfriend .btn-danger:active:hover,
        .referrAfriend .btn-danger.active:hover,
        .referrAfriend .open > .dropdown-toggle.btn-danger:hover,
        .referrAfriend .btn-danger:active:focus,
        .referrAfriend .btn-danger.active:focus,
        .referrAfriend .open > .dropdown-toggle.btn-danger:focus,
        .referrAfriend .btn-danger:active.focus,
        .referrAfriend .btn-danger.active.focus,
        .referrAfriend .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .referrAfriend .btn-danger:active,
    .referrAfriend .btn-danger.active,
    .referrAfriend .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .referrAfriend .btn-danger.disabled:hover,
    .referrAfriend .btn-danger[disabled]:hover,
    .referrAfriend fieldset[disabled] .btn-danger:hover,
    .referrAfriend .btn-danger.disabled:focus,
    .referrAfriend .btn-danger[disabled]:focus,
    .referrAfriend fieldset[disabled] .btn-danger:focus,
    .referrAfriend .btn-danger.disabled.focus,
    .referrAfriend .btn-danger[disabled].focus,
    .referrAfriend fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .referrAfriend .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.referrAfriend .btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .referrAfriend .btn-link,
    .referrAfriend .btn-link:active,
    .referrAfriend .btn-link.active,
    .referrAfriend .btn-link[disabled],
    .referrAfriend fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .referrAfriend .btn-link,
        .referrAfriend .btn-link:hover,
        .referrAfriend .btn-link:focus,
        .referrAfriend .btn-link:active {
            border-color: transparent;
        }

            .referrAfriend .btn-link:hover,
            .referrAfriend .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .referrAfriend .btn-link[disabled]:hover,
            .referrAfriend fieldset[disabled] .btn-link:hover,
            .referrAfriend .btn-link[disabled]:focus,
            .referrAfriend fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.referrAfriend .btn-lg,
.referrAfriend .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.referrAfriend .btn-sm,
.referrAfriend .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.referrAfriend .btn-xs,
.referrAfriend .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.referrAfriend .btn-block {
    display: block;
    width: 100%;
}

    .referrAfriend .btn-block + .btn-block {
        margin-top: 5px;
    }

.referrAfriend input[type="submit"].btn-block,
.referrAfriend input[type="reset"].btn-block,
.referrAfriend input[type="button"].btn-block {
    width: 100%;
}

.referrAfriend .btn-group,
.referrAfriend .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .referrAfriend .btn-group > .btn,
    .referrAfriend .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .referrAfriend .btn-group > .btn:hover,
        .referrAfriend .btn-group-vertical > .btn:hover,
        .referrAfriend .btn-group > .btn:focus,
        .referrAfriend .btn-group-vertical > .btn:focus,
        .referrAfriend .btn-group > .btn:active,
        .referrAfriend .btn-group-vertical > .btn:active,
        .referrAfriend .btn-group > .btn.active,
        .referrAfriend .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .referrAfriend .btn-group .btn + .btn,
    .referrAfriend .btn-group .btn + .btn-group,
    .referrAfriend .btn-group .btn-group + .btn,
    .referrAfriend .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.referrAfriend .btn-toolbar {
    margin-left: -5px;
}

    .referrAfriend .btn-toolbar .btn,
    .referrAfriend .btn-toolbar .btn-group,
    .referrAfriend .btn-toolbar .input-group {
        float: left;
    }

    .referrAfriend .btn-toolbar > .btn,
    .referrAfriend .btn-toolbar > .btn-group,
    .referrAfriend .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.referrAfriend .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.referrAfriend .btn-group > .btn:first-child {
    margin-left: 0;
}

    .referrAfriend .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.referrAfriend .btn-group > .btn:last-child:not(:first-child),
.referrAfriend .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.referrAfriend .btn-group > .btn-group {
    float: left;
}

    .referrAfriend .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .referrAfriend .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .referrAfriend .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .referrAfriend .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.referrAfriend .btn-group .dropdown-toggle:active,
.referrAfriend .btn-group.open .dropdown-toggle {
    outline: 0;
}

.referrAfriend .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.referrAfriend .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.referrAfriend .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .referrAfriend .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.referrAfriend .btn .caret {
    margin-left: 0;
}

.referrAfriend .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.referrAfriend .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.referrAfriend .btn-group-vertical > .btn,
.referrAfriend .btn-group-vertical > .btn-group,
.referrAfriend .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .referrAfriend .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .referrAfriend .btn-group-vertical > .btn + .btn,
    .referrAfriend .btn-group-vertical > .btn + .btn-group,
    .referrAfriend .btn-group-vertical > .btn-group + .btn,
    .referrAfriend .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .referrAfriend .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .referrAfriend .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .referrAfriend .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .referrAfriend .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .referrAfriend .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .referrAfriend .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .referrAfriend .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.referrAfriend .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .referrAfriend .btn-group-justified > .btn,
    .referrAfriend .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .referrAfriend .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .referrAfriend .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

.referrAfriend [data-toggle="buttons"] > .btn input[type="radio"],
.referrAfriend [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.referrAfriend [data-toggle="buttons"] > .btn input[type="checkbox"],
.referrAfriend [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.referrAfriend .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .referrAfriend .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .referrAfriend .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .referrAfriend .input-group .form-control:focus {
            z-index: 3;
        }

.referrAfriend .input-group-lg > .form-control,
.referrAfriend .input-group-lg > .input-group-addon,
.referrAfriend .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.referrAfriend select.input-group-lg > .form-control,
.referrAfriend select.input-group-lg > .input-group-addon,
.referrAfriend select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

.referrAfriend textarea.input-group-lg > .form-control,
.referrAfriend textarea.input-group-lg > .input-group-addon,
.referrAfriend textarea.input-group-lg > .input-group-btn > .btn,
.referrAfriend select[multiple].input-group-lg > .form-control,
.referrAfriend select[multiple].input-group-lg > .input-group-addon,
.referrAfriend select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.referrAfriend .input-group-sm > .form-control,
.referrAfriend .input-group-sm > .input-group-addon,
.referrAfriend .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.referrAfriend select.input-group-sm > .form-control,
.referrAfriend select.input-group-sm > .input-group-addon,
.referrAfriend select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

.referrAfriend textarea.input-group-sm > .form-control,
.referrAfriend textarea.input-group-sm > .input-group-addon,
.referrAfriend textarea.input-group-sm > .input-group-btn > .btn,
.referrAfriend select[multiple].input-group-sm > .form-control,
.referrAfriend select[multiple].input-group-sm > .input-group-addon,
.referrAfriend select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.referrAfriend .input-group-addon,
.referrAfriend .input-group-btn,
.referrAfriend .input-group .form-control {
    display: table-cell;
}

    .referrAfriend .input-group-addon:not(:first-child):not(:last-child),
    .referrAfriend .input-group-btn:not(:first-child):not(:last-child),
    .referrAfriend .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.referrAfriend .input-group-addon,
.referrAfriend .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.referrAfriend .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .referrAfriend .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .referrAfriend .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .referrAfriend .input-group-addon input[type="radio"],
    .referrAfriend .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .referrAfriend .input-group .form-control:first-child,
    .referrAfriend .input-group-addon:first-child,
    .referrAfriend .input-group-btn:first-child > .btn,
    .referrAfriend .input-group-btn:first-child > .btn-group > .btn,
    .referrAfriend .input-group-btn:first-child > .dropdown-toggle,
    .referrAfriend .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .referrAfriend .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .referrAfriend .input-group-addon:first-child {
        border-right: 0;
    }

    .referrAfriend .input-group .form-control:last-child,
    .referrAfriend .input-group-addon:last-child,
    .referrAfriend .input-group-btn:last-child > .btn,
    .referrAfriend .input-group-btn:last-child > .btn-group > .btn,
    .referrAfriend .input-group-btn:last-child > .dropdown-toggle,
    .referrAfriend .input-group-btn:first-child > .btn:not(:first-child),
    .referrAfriend .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .referrAfriend .input-group-addon:last-child {
        border-left: 0;
    }

.referrAfriend .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .referrAfriend .input-group-btn > .btn {
        position: relative;
    }

        .referrAfriend .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .referrAfriend .input-group-btn > .btn:hover,
        .referrAfriend .input-group-btn > .btn:focus,
        .referrAfriend .input-group-btn > .btn:active {
            z-index: 2;
        }

    .referrAfriend .input-group-btn:first-child > .btn,
    .referrAfriend .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .referrAfriend .input-group-btn:last-child > .btn,
    .referrAfriend .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.referrAfriend .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .referrAfriend .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .referrAfriend .alert .alert-link {
        font-weight: bold;
    }

    .referrAfriend .alert > p,
    .referrAfriend .alert > ul {
        margin-bottom: 0;
    }

        .referrAfriend .alert > p + p {
            margin-top: 5px;
        }

.referrAfriend .alert-dismissable,
.referrAfriend .alert-dismissible {
    padding-right: 35px;
}

    .referrAfriend .alert-dismissable .close,
    .referrAfriend .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.referrAfriend .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .referrAfriend .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .referrAfriend .alert-success .alert-link {
        color: #2b542c;
    }

.referrAfriend .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .referrAfriend .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .referrAfriend .alert-info .alert-link {
        color: #245269;
    }

.referrAfriend .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .referrAfriend .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .referrAfriend .alert-warning .alert-link {
        color: #66512c;
    }

.referrAfriend .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .referrAfriend .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .referrAfriend .alert-danger .alert-link {
        color: #843534;
    }

.referrAfriend .clearfix:before,
.referrAfriend .clearfix:after,
.referrAfriend .dl-horizontal dd:before,
.referrAfriend .dl-horizontal dd:after,
.referrAfriend .container:before,
.referrAfriend .container:after,
.referrAfriend .container-fluid:before,
.referrAfriend .container-fluid:after,
.referrAfriend .row:before,
.referrAfriend .row:after,
.referrAfriend .form-horizontal .form-group:before,
.referrAfriend .form-horizontal .form-group:after,
.referrAfriend .btn-toolbar:before,
.referrAfriend .btn-toolbar:after,
.referrAfriend .btn-group-vertical > .btn-group:before,
.referrAfriend .btn-group-vertical > .btn-group:after,
.referrAfriend .panel-body:before,
.referrAfriend .panel-body:after,
.referrAfriend .modal-header:before,
.referrAfriend .modal-header:after,
.referrAfriend .modal-footer:before,
.referrAfriend .modal-footer:after {
    display: table;
    content: " ";
}

.referrAfriend .clearfix:after,
.referrAfriend .dl-horizontal dd:after,
.referrAfriend .container:after,
.referrAfriend .container-fluid:after,
.referrAfriend .row:after,
.referrAfriend .form-horizontal .form-group:after,
.referrAfriend .btn-toolbar:after,
.referrAfriend .btn-group-vertical > .btn-group:after,
.referrAfriend .panel-body:after,
.referrAfriend .modal-header:after,
.referrAfriend .modal-footer:after {
    clear: both;
}

.referrAfriend .pull-right {
    float: right !important;
}

.referrAfriend .pull-left {
    float: left !important;
}

/* SmashFly Icon Font */
@font-face {
    font-family: "Smashfly Referral Icons";
    src: url(../fonts/smashfly-icons.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

.referrAfriend [class^="sfi-"]:before, .referrAfriend [class*=" sfi-"]:before {
    font-family: 'Smashfly Referral Icons';
    speak: none;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.referrAfriend .sfi-login:before {
    content: "\e638";
}

.referrAfriend .sfi-logout:before {
    content: "\e639";
}

.referrAfriend .sfi-referral:before {
    content: "\e649";
}

.sponsor-portal {
    padding-left: 5px;
}

    .sponsor-portal li {
        width: 19%;
        min-width: 200px;
        padding: 6px 4px;
        float: left;
    }

    .sponsor-portal .card {
        box-shadow: 0 1px 4px rgba(0,0,0,.35);
        border-radius: 4px;
        background-color: #fff;
        padding: 10px;
        height: 315px;
        overflow: auto;
        position: relative;
    }

.pending-invite {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px;
    width: 100%;
}

.sponsor-portal .card h3:first-child {
    margin-top: 0;
    border-bottom: 1px solid #eee;
}

.sponsor-portal .card > div {
    margin-bottom: 10px;
    font-size: 15px;
}

.sponsor-portal .card .portal-label {
    color: #888;
    font-size: 12px;
}

#sponsorAgreementText,
#sponsorAgreementConfirm {
    height: calc(100% - 65px);
    overflow-y: auto;
}

td.portalTD {
    padding: 5px 0 5px 0;
    font-size: 12px/20px;
}

td.refName {
    color: #009cda;
}

/* info and errors */
.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.referrAfriend .required {
    color: #a94442;
}

.referrAfriend .field-validation-error {
    font-size: 10px;
    float: right;
}

.referrAfriend #socialFind li {
    padding: 4px 8px;
    border-bottom: 1px solid #eee;
}

    .referrAfriend #socialFind li:nth-child(even) {
        background-color: #f8f8f8;
    }

    .referrAfriend #socialFind li:last-child {
        border-bottom: none;
    }

.referrAfriend .friendPicture {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    width: 100px;
}

.referrAfriend .friendInfo {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: calc(100% - 180px);
}

    .referrAfriend .friendInfo div {
        padding: 0 8px;
    }

.referrAfriend .friendButton {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}

    .referrAfriend .friendButton .btn {
        white-space: normal;
        line-height: 1;
    }

#searchButton {
    border: 1px solid #4a91d3;
    background-color: #4a91d3;
    color: #fff;
    border-radius: 4px;
}

#socialFind .linkedin_message {
    display: none;
}

#login .field-validation-error {
    width: 150px;
    margin-right: -5px;
    right: 50%;
    font-size: 10px;
}

.k-header {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

textarea.form-control {
    resize: vertical;
}

#td_EmailMsg textarea {
    max-width: 100%;
}

#wnd .k-content-frame {
    overflow: hidden;
}

#registerForm .k-window-content, .k-content-frame, .modal-body {
    overflow: hidden;
}

/* REFERRAL WINDOW*/
.input-cell,
.label-cell {
    vertical-align: top !important;
}

    .label-cell label,
    .input-cell label {
        padding-top: 8px;
    }

    .input-cell p {
        margin: 0px;
    }

.friendTable {
    width: 95%;
    min-height: 83px;
}

    .friendTable td {
        text-align: left;
        clear: both;
        border-collapse: collapse;
    }

        .friendTable td.sendTd {
            width: 160px;
        }

.referrAfriend .button.blue {
    background-color: #1EAEFF;
    background-image: linear-gradient(to bottom, #1EAEFF 0%, #0249FB 1%, #02499B 100%);
}

    .referrAfriend .button.blue:hover {
        background-color: #1EAEFF;
        background: linear-gradient(to bottom, #1EAEFF 0%, #0299FD 1%, #02698A 100%);
    }

/*Social Buttons */
a.button-facebook,
a.button-linkedin,
a.button-email,
a.button-facebook:visited,
a.button-linkedin:visited,
a.button-email:visited {
    position: relative;
    border-radius: 3px;
    box-shadow: 0 1px 1px #999;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 10px 2px 10px 0;
    padding: 5px 10px;
    text-align: center;
    text-indent: 22px;
    vertical-align: top;
    text-decoration: none;
}

    a.button-facebook:before,
    a.button-linkedin:before,
    a.button-email:before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 4px;
        left: 4px;
        background: url(../Images/Social-Icons.png) 0 0 no-repeat;
    }

    a.button-linkedin:before {
        background-position: 0 -22px;
    }

    a.button-email:before {
        background-position: 0 -44px;
    }

a.button-facebook {
    background-color: #2b4170; /* Old browsers */
    background-image: linear-gradient(to bottom, #3b5998 0%,#2b4170 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #2b4170;
    text-shadow: 0 -1px -1px #1f2f52;
}

    a.button-facebook:hover {
        background-color: #3b5998; /* fallback color */
        background-image: linear-gradient(to-bottom, #2b4170, #3b5998);
    }

a.button-linkedin {
    background-color: #0073b2; /* fallback color */
    background-image: linear-gradient(to bottom, #009cda, #0073b2);
    border: 1px solid #0073b2;
    text-shadow: 0 -1px -1px #005486;
}

    a.button-linkedin:hover {
        background-color: #009cda; /* fallback color */
        background-image: linear-gradient(to bottom, #0073b2, #009cda);
    }

a.button-email {
    background-color: #2c4762; /* fallback color */
    background-image: linear-gradient(to bottom, #3a5876, #2c4762);
    border: 1px solid #2c4762;
    text-shadow: 0 -1px -1px #203448;
}

    a.button-email:hover {
        background-color: #3a5876; /* fallback color */
        background-image: linear-gradient(to bottom, #2c4762, #3a5876);
    }

.referrAfriend .closeStrip {
    width: 95%;
    float: right;
    text-align: right;
}

.referrAfriend .inline {
    display: inline;
}

.trsendName {
    border: 0;
}

.referrAfriend table.sendTable td {
    padding-bottom: 10px;
}

.referrAfriend.k-window-content {
    overflow: hidden;
}

.referrAfriend .sponsor-agreement {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.welcome-message a {
    color: white;
}

    .welcome-message a:hover {
        text-decoration: underline;
    }

.referrAfriend .button[disabled] {
    opacity: 0.5;
    color: #ababab;
}

.referrAfriend .sponsor-agreement .back-button {
    text-align: center;
}

.referrAfriend a.button {
    height: auto;
    padding: 5px 10px;
    text-decoration: none;
}

/*Jquery UI Popup  */
.ui-dialog {
    overflow: hidden;
    border: 1px #c3c3c3 solid;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.4);
}

.ui-dialog-titlebar {
    margin: 0;
    padding: 10px;
    background: #2b404e;
    color: #eeeeef;
    font-weight: bold;
    font-size: 16px;
}

.k-window div.k-window-content {
    overflow: hidden;
}

div.k-window-content {
    padding: 0;
}

.fbLogin {
    color: red !important;
}

/*Mobile Login*/
@font-face {
    font-family: "Smashfly Referral Icons";
    src: url('../fonts/smashfly-icons.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.mobile-login .sfi-referral:before {
    content: '\e649';
}

.mobile-login .sfi-referral {
    font-family: "Smashfly Referral Icons";
    speak: none;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    font-size: 22px;
    display: block;
}

/*Mobile Referral*/
.mobile-rememberme {
    display: block !important;
    font-size: 12px !important;
}

.mobile-referral-list .sponsor-portal li {
    width: auto;
    display: block;
}

.portal-user-status {
    background-color: #4a91d3; /*url("../images/sfi_referral.svg") no-repeat 10px center;*/
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    min-width: 220px;
    margin-bottom: 6px;
    padding: 6px 6px 6px 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
    position: relative;
}

    .portal-user-status .sfi-referral {
        position: absolute;
        font-size: 36px;
        left: 10px;
        top: 50%;
        margin-top: -18px;
        color: white;
    }

    .portal-user-status > h4.welcome-message {
        color: #fff;
        font-size: 16px;
        font-weight: 300 !important;
        margin: 0 0 6px 0;
        white-space: nowrap;
    }

    .portal-user-status > a.sign-up,
    .portal-user-status > div.name-container {
        background-color: #fff;
        border: 1px solid #2b4966;
        border-radius: 3px;
        box-sizing: border-box;
        color: #2b4966;
        display: inline-block;
        font-size: 12px;
        margin-right: 2px;
        padding: 4px 8px;
        text-decoration: none;
        vertical-align: middle;
    }

    .portal-user-status > a.sign-up {
        min-width: 92px;
        text-align: center;
        cursor: pointer;
    }

    .portal-user-status > div.name-container {
        margin-right: -6px;
        padding-right: 10px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90px;
    }

        .portal-user-status > div.name-container.name-container-sso {
            width: 100%;
        }

a.log-in {
    cursor: pointer;
    text-decoration: underline;
}

.portal-user-status > a.log-in,
.portal-user-status > a.log-out {
    background-color: #2b4966;
    border: 1px solid #2b4966;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}

.portal-user-status > a > img.icon {
    height: 12px;
    width: 12px;
    margin-bottom: 2px;
    vertical-align: middle;
}

.portal-user-status > a.sign-up:hover,
.portal-user-status > a.log-in:hover,
.portal-user-status > a.log-out:hover {
    color: #4a91d3;
}

.referrAfriend .center {
    text-align: center;
}

.referrAfriend .message {
    background-color: white;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.5);
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    width: 500px;
    height: 300px;
    overflow: auto;
    left: calc(50% - 250px);
    top: calc(50% - 150px);
    display: none;
    z-index: 9999;
}

.referrAfriend #message {
    width: 100%;
    height: 80%;
}

/*Tooltip*/
.tooltip-job-container {
    text-align: left;
    max-height: 400px;
    max-width: 400px;
    padding-top: 20px;
}

.tooltip-jobs {
    overflow-y: auto;
    max-height: 350px;
}

.k-tooltip-closable .k-tooltip-content {
    padding-right: 0;
}

.tooltip-job {
    margin-bottom: 10px;
}

div.tooltip-job span{
    padding:2px;
}

.job-title{
    font-weight:bold;
}

.tooltip-job-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}