﻿     @font-face{
         font-family: FontAwesome, "Font Awesome 5 Pro";
         src:url('/fonts/fontawesome-webfont.eot');
         src:url('/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
             url('/fonts/fontawesome-webfont.woff') format('woff'),
             url('/fonts/fontawesome-webfont.ttf') format('truetype'),
             url('/fonts/fontawesome-webfont.svg') format('svg');
      font-weight: normal;
      font-style: normal;
    }

.compact-modal .login-separator-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 700;
    font-family: "Avenir",sans-serif,helvetica,Arial;
    width: 45px;
    display: block;
    margin: -16px auto 20px;
    color: #333;
}

.compact-modal .btn.btn-primary {
    border: 0px;
    background-color: #13689f;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    font-size: 14px;
    border-radius: 4px;
}

.compact-modal .btn.btn-primary.glow:hover {
    -webkit-box-shadow: 0 0 20px rgba(41, 142, 255, 0.7);
    box-shadow: 0 0 20px rgba(41, 142, 255, 0.7);
}

.btn.btn-primary.glow {
    -webkit-box-shadow: 0 0 10px rgba(41, 142, 255, 0.6);
    box-shadow: 0 0 10px rgba(41, 142, 255, 0.6);
}

.compact-modal .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 18px;
    background-color: #fff;
     border: 0px !important; 
}

.compact-modal .form-control {
    display: block;
    width: 100%;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    outline: none !important;
    border: 1px solid #e6e6e6 !important;
    margin: 8px 0 !important;
    box-shadow: none !important
}

.compact-modal .otherOptionsControl {
    margin-top: 14px;
}

.compact-modal .otherOptionsControl a {
    font-size: 14px;
}

#EventLoginModal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 15px 1px rgba(62,57,107,.07);
    box-shadow: 0 1px 15px 1px rgba(62,57,107,.07);
}

#EventLoginModal #socialconnect
,#EventLoginModal .or-separator
, #EventLoginModal .privacyWarning
 {
    display: none;
}

#EventLoginModal svg.feather {
    margin-bottom: -6px;
}

.compact-modal .login-label .feather-icon {
    display: inline-block;
    width: 18px;
    vertical-align: text-top;
    margin-right: 10px;
}

.compact-modal .login-label {
    font-family: "Open Sans", sans-serif !important;
        margin: 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
}

.compact-modal .or-separator {
    color: #b9b9b9;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 5px;
    margin: 20px 0;
}


.compact-modal #connectWithEmail:before {
    font-family: FontAwesome, "Font Awesome 5 Pro";
    content: "\f0e0";
    padding-right: 8px;
}

.compact-modal .Facebook {
    background-color: #3B5998;
}

.compact-modal .lbtn.Facebook:before {
    font-family: FontAwesome, "Font Awesome 5 Pro";
    content: "\f09a";
        padding-right: 8px;
}

.compact-modal .Google {
    background-color: #4C69BA;
  background: #DD4B39;
}

.compact-modal .lbtn.Google:before {
    font-family: FontAwesome, "Font Awesome 5 Pro";
    content: "\f1a0";
        padding-right: 8px;
}

.compact-modal .Twitter {
    background-color: #4C69BA;
  background: #1DA1F2;
  padding: 0 12px 0 12px;
}

.compact-modal .lbtn.Twitter:before {
    font-family: FontAwesome, "Font Awesome 5 Pro";
    content: "\f099";
    padding-right:8px;
}

.compact-modal div#socialLoginList {
    position: relative;
    margin-bottom: 16px;
}

.compact-modal .privacyWarning {
        font-size: 12px;
    text-align: center;
    color: #bdbdbd;
    margin-bottom: 12px;
}



@media only screen and (min-width : 400px) {
    .compact-modal .modal-dialog {
        max-width: 400px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .compact-modal #connectWithEmail {    
        position: absolute !important;
        bottom: 0px;
        right: 3px;
        background: #607D8B;
    }
    #socialconnect button, #socialconnect #connectWithEmail {
        width: 175px;
    }
}

@media only screen and (min-width : 762px) {
    .compact-modal .form-inline .col-sm-6:first-child {
        padding-right: 5px;
    }
    .compact-modal .form-inline .col-sm-6:last-child {
        padding-left: 5px;
    }
}



@media only screen and (max-device-width : 399px) {
    #socialconnect button, #socialconnect #connectWithEmail {
        width: 100%;
        position: relative;
        text-align: center;
    }

}

#interstitial-required-modal #socialconnect, #interstitial-required-modal .login-separator {
    display: none;
}