/* my subscriptions */

.subscription-checks {
    font-size: 15px;
    padding: 30px 0;
}

    .subscription-checks h3 {
        margin-bottom: 15px;
    }

    .subscription-checks .form-check-group:first-of-type {
        padding-top: 0 !important;
    }

    .subscription-checks .form-check-group:last-of-type {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

.form-check-group {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.form-check {
    position: relative;
    cursor: pointer;
    padding: 5px 0;
}

    .form-check input {
        position: absolute;
        left: 0;
        top: 8px;
        cursor: pointer;
    }

    .form-check label {
        padding-left: 30px;
        cursor: pointer;
        display: block;
        margin-bottom: 0;
    }

        .form-check label strong {
            font-weight: 500;
            text-transform: uppercase;
            font-size: 19px;
            line-height: 1.4;
            color: #293338;
            display: block;
        }

/* special form check group */

.form-check-group-heading {
    padding-left: 30px;
}

    .form-check-group-heading h4 {
        text-transform: uppercase;
        padding-top: 5px;
    }

    .form-check-group-heading p {
        margin: 0 0 10px 0;
    }


p.recaptcha-label {
    margin-bottom: 18px;
}

#recaptcha {
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.auth-form .btn-default,
#dnn_ctr14603_Dispatch_Registration_ctlOAuthLogin_lnkTest {
    margin-bottom: 30px;
}


/* New Login Styles */
.auth-form-container {
    display: flex;
    justify-content: center;
}

.auth-form {
    max-width: 400px;
}

    .auth-form small {
        font-size: 15px;
    }

    .auth-form .form-group {
        position: relative;
    }

        .auth-form .form-group .auth-form-feedback {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }


/*OAuth Styling*/

.oauth-column {
    max-width: 400px;
    margin: 0 auto;
}

/*.ModPASSPASSRegistrationC .oauth-column {
	max-width: 100% !important;
	display: flex;
	margin: 0 -15px;
}

.ModPASSPASSRegistrationC .oauth-column .oauth-panel {
	flex: 1;
	padding: 0 15px;
}

.ModPASSPASSRegistrationC .oauth-column a.oauth-link {
	
}*/

a.oauth-link {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 1rem !important;
    text-align: left;
    text-transform: none !important;
    font-weight: 400;
}

.oauth-panel {
}

    .oauth-panel:last-of-type > a.oauth-link {
        margin-bottom: 0 !important;
    }

a.oauth-link:visited {
    color: #ffffff !important;
}

a.oauth-link:hover {
    color: #ffffff !important;
}

.oauth-link span.oauth-icon {
    display: inline-block;
    text-align: center;
}

span.oauth-label {
    display: inline-block;
    padding: 0 5px;
    min-width: 160px;
    font-size: 13px !important;
}

.oauth-link span.oauth-icon {
    /*display: inline-block;
	vertical-align: middle;
	border-right: 1px solid rgba(0,0,0,0.1);
	padding: 0 15px 0 0;
	margin-right: 15px;*/
}

/*.oauth-link span:nth-of-type(2) {
	font-weight: 400 !important;
}*/

/*.btn-mslive {
	background: rgb(0, 161, 241);
}

.btn-google {
	background: rgb(214, 45, 32);
}*/

.btn-twitter,
.btn-twitter:visited,
.btn-twitter:focus,
.btn-twitter:active {
    background: rgba(0, 172, 237,1);
    color: #fff;
}

    .btn-twitter:hover {
        background: rgba(0, 147, 212,1);
    }

.btn-facebook,
.btn-facebook:visited,
.btn-facebook:focus,
.btn-facebook:active {
    background: rgba(59, 89, 152,1);
    color: #fff;
}

    .btn-facebook:hover {
        background: rgba(34, 64, 127,1);
    }

.btn-linkedin,
.btn-linkedin:visited,
.btn-linkedin:focus,
.btn-linkedin:active {
    background: rgba(0, 123, 181,1);
    color: #fff;
}

    .btn-linkedin:hover {
        background: rgba(0, 98, 156,1);
    }

.login-or-divider {
    margin: 25px 0px 25px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    position: relative;
    font-size: 13px;
    font-weight: 400;
}

    .login-or-divider:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 1px;
        width: 100%;
        background: #DDD;
        color: #DDD;
		left: 0;
		top: 15px;
    }

    .login-or-divider span {
        display: inline-block;
        background: #fff;
        padding: 10px;
        position: relative;
        z-index: 2;
    }



@media screen and (min-width: 480px) {
	.change-username-container,
    .sign-in-with-pass {
        display: inline-block;
        padding: 30px;
        border-radius: 3px;
        box-shadow: 0 0 4px rgba(0,0,0,0.1);
    }
	*::-ms-backdrop, .sign-in-with-pass { border: 1px solid rgba(0,0,0,0.1)} /* IE11 */
	.sign-up-with-pass {
		min-width: 400px;
	}
}

h2.sign-in-with-pass-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    /*	display: flex;
	align-items: center;
	justify-content: center;*/
}

/*h2.sign-in-with-pass-title span.pass-logo {
	width: 44px;
	overflow: hidden;
	margin-right: 10px;
}*/

.sign-in-with-pass .form-group:last-of-type {
    margin-bottom: 0 !important;
}


/* change username */

.change-username-container {
	font-size: 15px;
}
.change-username-container p {
	margin-bottom: 15px;
}
.change-username-container .form-group.alert {
	margin-bottom: 15px;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-3 {
	margin-bottom: 15px !important;
}
.text-small {
	font-size: 15px;
}
.text-smaller {
	font-size: 13px;
}

.form-group-change-labels label {
	min-width: 170px;	
}

.font-weight-bold {
	font-weight: bold;
}

/*Registration Styles*/
.mat-form {
    font-size: 18px;
    min-height: 500px;
    margin: 0 auto;
    /*padding: 1em;*/
    text-align: left;
}

    .mat-form h1 {
        margin-top: 0;
    }

    .mat-form p {
        font-size: inherit;
    }

    .mat-form .mat-form-group {
        margin-bottom: 15px;
        /*position: relative;*/
    }

        .mat-form .mat-form-group label {
            display: inline-block;
            max-width: 100%;
            margin: 0px;
            font-size: .9em;
        }

    .mat-form .mat-ctrl {
        display: block;
        width: 100%;
        height: 37px;
        color: #444;
        font-size: inherit;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 3px;
        /*removed to add compatibility for mobile browsers*/
        /*-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 .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .mat-form select.mat-ctrl {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .mat-form .mat-form-group.loading .mat-ctrl-container::after,
    .mat-form .mat-form-group.validated .mat-ctrl-container::after,
    .mat-form .mat-form-group.taken .mat-ctrl-container::after {
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 30px;
        line-height: 20px;
        font-family: FontAwesome;
    }

    .mat-form .mat-form-group.loading .mat-ctrl-container::after {
        content: "\f021";
        -webkit-animation: fa-spin 2.2s infinite linear;
        animation: fa-spin 2.2s infinite linear;
    }

    .mat-form .mat-form-group.validated .mat-ctrl-container::after {
        content: "\f05d";
        color: #7cca64;
    }

    .mat-form .mat-form-group.taken .mat-ctrl-container::after {
        content: "\f05c";
        color: #ff5f5f;
    }

.mat-form-group.has-error .mat-ctrl,
.mat-form-group.has-error .mat-ctrl:focus {
    box-shadow: inset 0 -2px 0 #ff5f5f;
}

.mat-form .mat-ctrl:focus {
    -webkit-box-shadow: inset 0 -2px 0 #2196f3;
    box-shadow: inset 0 -2px 0 #2196f3;
    outline: 0;
}

.mat-form .mat-ctrl {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
}

.mat-btn.btn-primary {
    border: 1px solid #ef4b41 !important;
}

.mat-btn.btn-info {
    border: 1px solid #2dccd3 !important;
}

/*.mat-form a.mat-btn,.mat-form button.mat-btn
{
    margin-bottom: 1rem;
    display: inline-block;
    height: 38px;
    padding: 0 5px;
    color: #555;
    text-align: center;
    font-size: inherit;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 45%;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
	.mat-form a.mat-btn,.mat-form button.mat-btn {
		padding: 0 30px;
	}
}

.mat-form button.mat-btn:disabled{
    background: #ccc;
    border-color: #ccc;
    text-shadow: none;
    opacity: .5;
}

.mat-form .primary
{
    background-color: #3195E1 !important;
    color: #fff !important;
}*/

.mat-form .mat-info {
    font-size: .8em;
}

.mat-form .mat-error {
    color: #ff5f5f;
    font-size: .8em;
}

.mat-error a {
    text-decoration: underline;
}

/* Chosen stuff*/
.mat-form .chosen-container {
    background: none;
    font-size: inherit;
}

.mat-form .chosen-container-single .chosen-single {
    background: none;
    border: none;
    font-size: inherit;
    padding: 0;
    line-height: 37px;
    height: 37px;
    border-radius: 0;
    box-shadow: none;
}

.mat-form .mat-form-group.has-error .chosen-container {
    box-shadow: inset 0 -2px 0 #ff5f5f;
}

.mat-form .mat-error-email {
    color: #ff5f5f;
    font-size: .8em;
}

.mat-form .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    background-image: none;
    outline: 0;
}

.mat-form .chosen-container .chosen-drop {
    border: none;
    margin-top: 0px;
}

.mat-form .chosen-container-single .chosen-single div {
    height: 0;
    top: 50%;
    margin-top: -10px;
}

    .mat-form .chosen-container-single .chosen-single div b {
        height: 18px;
        background: none;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

        .mat-form .chosen-container-single .chosen-single div b:before {
            content: "\f0d8";
        }

.mat-form .chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: "\f0d7";
}

.mat-form .chosen-container-single .chosen-search {
    padding: 3px 0px;
}

    .mat-form .chosen-container-single .chosen-search input[type="text"] {
        background: none;
    }

.mat-form .chosen-container-single .chosen-single abbr {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: none;
    top: 50%;
    margin-top: -10px;
}

    .mat-form .chosen-container-single .chosen-single abbr:before {
        content: "\f00d";
    }

.mat-form .chosen-container .chosen-results {
    padding: 0;
}

    .mat-form .chosen-container .chosen-results li {
        font-size: .8em;
    }

.mat-form .chosen-container-multi .chosen-choices {
    border: 0;
    background: none;
    padding: 0;
}

.mat-form .chosen-container-multi .chosen-results {
    margin: 3px 0 0;
}

.mat-form .chosen-container-active .chosen-choices {
    box-shadow: none;
}

.mat-form .chosen-container, .mat-form select { /* also add support for native HTML select tag */
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
}

.mat-form .chosen-container-active {
    -webkit-box-shadow: inset 0 -2px 0 #2196f3;
    box-shadow: inset 0 -2px 0 #2196f3;
}

.mat-form .chosen-container-multi .chosen-choices li.search-field {
    font-size: inherit;
}

    .mat-form .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        line-height: 37px;
        height: 37px;
        font-size: 17px;
        min-width: 120px;
    }

.mat-form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    margin-top: -6px;
    top: 50%;
}

.mat-form .chosen-container-multi .chosen-choices li.search-choice {
    font-size: inherit;
    line-height: 23px;
}

.mat-form .reg-steps {
    /*border: 2px solid #bbb;*/
    text-align: center;
}

    .mat-form .reg-steps .step {
        margin: 6px 0;
        line-height: 50px;
        border: 2px solid #bbb;
        background-color: #e5e5e5;
        text-align: left;
    }

@media (min-width: 768px) {
    .mat-form .reg-steps .step {
        border-right: 0;
        text-align: center;
    }
}

.mat-form .reg-steps .step-1.active:after, .mat-form .reg-steps .step-2.active:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 114px;
    color: #3195E1;
    right: -27px;
    transform: scaleX(.4);
    top: 1.5px;
    position: absolute;
    z-index: 1;
}

/* on small screens, don't show the angle on the steps */

@media screen and (max-width: 479px) {
    .mat-form .reg-steps .step-1.active:after, .mat-form .reg-steps .step-2.active:after {
        display: none;
    }
}

.mat-form .reg-steps .step span:last-of-type {
    text-transform: uppercase;
}

.mat-form .reg-steps .step.completed {
    background-color: #fff;
}

    .mat-form .reg-steps .step.completed .fa {
        color: #7cca64;
    }

.mat-form .reg-steps .step:last-of-type {
    border-right: 2px solid #bbb;
}

.mat-form .reg-steps .step.active {
    color: #fff;
    margin: 0;
    border-top: 8px solid #3195E1;
    border-bottom: 8px solid #3195E1;
    border-left: 0;
    border-right: 0;
    background-color: #3195E1;
    position: relative;
}

@media screen and (min-width: 768px) {
    .mat-form .reg-steps .step.active + .step {
        border-left: 0;
    }
}

.mat-form .reg-steps .step {
    color: #a5a5a5;
}

    .mat-form .reg-steps .step span.fa-stack i.num {
        font-weight: bold;
        font-family: Gotham;
    }

.mat-form .mat-tiles .col-sm-4 {
    margin-bottom: 15px;
}

.mat-form .mat-tile-container {
    border-radius: 5px;
    color: #293338;
    background: #F5F5F5;
}

@media screen and (min-width: 768px) {
    .mat-form .mat-tile-container {
        min-height: 180px;
    }
}

.newsletter-bg {
}


@media screen and (max-width: 767px) {
    .ModPASSPASSRegistrationC .mat-form .mat-tile-title {
        padding: 15px 15px 30px 15px !important;
    }
}

.gdpr-section {
    font-size: 15px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    background: #f5f5f5;
    padding: 30px;
}

    .gdpr-section p {
        font-weight: 500;
        margin: 0 0 5px 0;
    }

    .gdpr-section label {
    }

.mat-form .mat-tile-btn {
    position: relative;
    left: 15px;
    bottom: 15px;
    /*height: 38px;
    color: inherit;
    padding: 0 15px;
    text-align: center;
    font-size: inherit;.mat-form .mat-tile-title
    line-height: 38px;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #00345C;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: bold;*/
}

@media screen and (min-width: 768px) {
    .mat-form .mat-tile-btn {
        position: absolute;
        bottom: 15px;
        left: 30px;
    }
}

.mat-form-group .chosen-select {
    width: 100%;
}

.mat-form-group-multi {
    margin-bottom: 30px;
}
/*.mat-form .reg-steps .step span:before
{
    font-family: FontAwesome;
}


.mat-form .reg-steps .step span:before
{
    margin-right: 7px;
}
.mat-form .reg-steps .step span:before
{
    content: "\f1db";
    color: limegreen;
}

.mat-form .reg-steps .step.completed span:before
{
    content: "\f05d";
    color: limegreen;
}*/
/* "\f1db"
.mat-form .chosen-container-active.chosen-container-multi .chosen-choices li.search-field input[type="text"]
{
    -webkit-box-shadow: inset 0 -2px 0 #2196f3;
    box-shadow: inset 0 -2px 0 #2196f3;
}*/
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .mat-form .chosen-rtl .chosen-search input[type="text"], .mat-form .chosen-container-single .chosen-single abbr, .mat-form .chosen-container-single .chosen-single div b, .mat-form .chosen-container-single .chosen-search input[type="text"] {
        background-image: none !important;
    }
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

    .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        color: #999999;
    }

        .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top;
        }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single span, .chosen-choices .search-field input.default, select.chosen-select, ::placeholder {
    color: #777 !important;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('/DesktopModules/PASS/PASSRegistration/images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('/DesktopModules/PASS/PASSRegistration/images/chosen-sprite.png') no-repeat 0px 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type="text"] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: white url('/DesktopModules/PASS/PASSRegistration/images/chosen-sprite.png') no-repeat 100% -20px;
        background: url('/DesktopModules/PASS/PASSRegistration/images/chosen-sprite.png') no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 15px;
        list-style: none;
        line-height: 25px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #ef4b41;
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                line-height: normal;
                border-radius: 0;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            max-width: 100%;
            border-radius: 2px;
            background-color: #eeeeee;
            font-size: 14px !important;
            color: #333;
            line-height: 15px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word;
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url('/DesktopModules/PASS/PASSRegistration/images/chosen-sprite.png') -42px 1px no-repeat;
                font-size: 1px;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
            background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
            color: #666;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #222 !important;
    }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: white url('/DesktopModules/PASS/PASSRegistration/images/chosen-sprite.png') no-repeat -30px -20px;
        background: url('/DesktopModules/PASS/PASSRegistration/images/chosen-sprite.png') no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
/* @end */
