.invitationpopupcontainer{

    display: none;

    position: absolute;

    height:100%;

    z-index: 999999;

}



.invitationpopupwrapperbackground {

    display: block;

    position: fixed;

    height: calc(100% - 40px);

    width: 100%;

    top: 51px;

    background-color: rgba(0, 0, 0, .8);

}



.invitationpopupwrapper{

    display: block;

    position: fixed;

    width: 100%;

    height: calc(100% - 41px);

    top: 51px;

    left: 0;

    right: 0;

    bottom: 0;

    overflow: auto;

}



.invitationpopupholder{

    display: block;

    width: calc(100% - 40px);

    max-width: 650px;

    background-color: #FFFFFF;

    margin-top: 100px;

    margin-left: auto;

    margin-right: auto;

    padding: 20px;

    -moz-border-radius: 0.40em;

    -webkit-border-radius: 0.40em;

    border-radius: 0.40em;

    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);

    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);

    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .45);

    overflow: hidden;

}



.invitepopuptoprow{

    display: block;

    position: relative;

    float: left;

    width: 100%;

}

#invitationlinkcopydiv{

    position: relative;

    float: left;

    width: 100%;

    margin-top: 20px;

}



.invitationpopupclose {

    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -7px;
    width: 40px;
    height: 40px;
    background-image: url(../assets/spritesv2/index.png); background-size: 320px 800px;
    background-position: -80px 0px;
    z-index: 1;

}


.invitationpopuptitle {

    display: block;

    width: calc(100% - 40px);

    padding: 0 20px 0 20px;

    text-align: center;

    position: relative;

    float: left;

    font-family: 'Roboto', sans-serif;

    font-weight: bold;

    font-size: 18px;

    color: #666666;

    
    line-height: 24px;

}

.invitationtext {

    display: block;

    width: 100%;

    text-align: center;

    position: relative;

    float: left;

    font-family: 'Roboto', sans-serif;

    font-weight: normal;

    font-size: 12px;

    color: #666666;

    margin-bottom: 10px;

    padding-bottom: 5px;

    border-bottom: 1px solid #dddddd;

}



.receiverinfowrapper {

    display: block;

    position: relative;

    float: left;

    width: 100%;


    padding-top: 20px;

    margin-bottom: 10px;

}



.receiverinfo{

    display: block;

    position: relative;

    float: left;

    width: 100%;

}

.inputwrapper{

    margin-bottom: 5px;

    position: relative;

    display: block;

    width: 100%;


    float: left;


}



.receivernameholder, .receiveremailholder {

    position: relative;

    float: left;

    width: 100%;

    display: block;

}



.receivernametext,.receiveremailtext	{

    position: absolute;

    top: 2px;

    left: 0;

    padding: 10px;

    font-family: 'Roboto', sans-serif;

    font-size: 14px;

    color: #777777;

}



.receiverinfoinput {

    position: relative;

    display: block;

    float: left;

    width: calc(100% - 20px);

    font-family: 'Roboto', sans-serif;

    font-size: 14px;

    color: #222222;

    padding: 10px;

    background-color: transparent;

    border-bottom: 1px solid #dddddd;

}



.receivernameerror, .receiveremailerror {

    display: block;

    position: relative;

    color: #CC0000;

    float: left;

    font-size: 12px;

    margin-left: 8px;

    width: 130px;

    text-align: center;

    line-height: 15px;

}



#invitationnameerrorwrapper{

    width: 100%;

    height: 25px;

    display: block;

    position: relative;

    float: left;

}

.hideerror{

    display: none;

}

.showerror{

    display: block;

}

.hideerrortext{

    display: none;

}

.showerrortext{

    display: block;

}

.erroriconwrong{

    background-image: url(../assets/sprites/icons_redbar.png);

    background-position: -186px -259px;

}

.erroriconright{

    background-image: url(../assets/sprites/icons_redbar.png);

    background-position: -189px -238px;

}

#invitationnameicon{

    margin-right: 15px;

    margin-top: -29px;

    width: 20px;

    height: 20px;

    opacity: .8;

    float: right;

}

#invitationnamediv{

    margin-right: 18px;

    position: relative;

    margin-top: -8px;

    width: 12px;

    height: 8px;

    background-image: url(../assets/sprites/icons_redbar.png);

    background-position: -176px -250px;

    opacity: .8;

    float: right;

}

#invitationnameerror {

    float: left;

    position: relative;

    font-family: 'Roboto', sans-serif;

    width: 100%;


    font-size: 12px;

    line-height: 22px;

    color: #c10000;

    text-align: left;

    border-radius: 6px;

    padding-left: 10px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

#invitationemailerrorwrapper{

    width: 100%;

    height: 25px;

    display: block;

    position: relative;

    float: left;

}

#invitationemailicon{

    margin-right: 15px;

    margin-top: -29px;

    width: 20px;

    height: 20px;

    opacity: .8;

    float: right;

}

#invitationemaildiv{

    margin-right: 18px;

    position: relative;

    margin-top: -8px;

    width: 12px;

    height: 8px;

    background-image: url(../assets/sprites/icons_redbar.png);

    background-position: -176px -250px;

    opacity: .8;

    float: right;



}

#invitationemailerror {

    float: left;

    position: relative;

    font-family: 'Roboto', sans-serif;

    width: 100%;


    font-size: 12px;

    line-height: 22px;

    color: #c10000;

    text-align: left;

    border-radius: 6px;

    padding-left: 10px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

#invitationsenderrorwrapper{

    display: none;

    position: relative;

    float: right;

    clear: both;

    margin-top: -38px;


}

#invitationsendicon{

    margin-right: 0px;

    margin-top: 0px;

    width: 20px;

    height: 20px;

    opacity: .8;

    float: right;

}

#invitationsenddiv{

    position: relative;

    width: 12px;

    height: 8px;

    background-image: url(../assets/sprites/icons_redbar.png);

    background-position: -176px -250px;

    opacity: .8;

    float: right;



}

#invitationsenderror {

    display: inline;

    float: left;

    position: relative;

    font-family: 'Roboto', sans-serif;

    width: 100%;


    font-size: 12px;

    line-height: 22px;

    color: #c10000;

    text-align: left;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.addinvitation {

    display: block;

    position: relative;

    float: right;

    font-family: 'Roboto', sans-serif;

    font-weight: bold;

    font-size: 14px;

    color: #666666;

}

.addinvitation:hover{

    cursor: pointer;

    text-decoration: underline;

}

.addinvitationicon {

    background: url(../assets/sprites/icons_redbar.png);

    background-position: -179px -319px;

    height: 20px;

    width: 20px;

    cursor: pointer;

}

.invitedpeoplewrapper {

    display: none;

    position: relative;

    float: left;

    width: 100%;

}



.invitedpeopleholder {

    position: relative;

    float: left;

    width: 100%;

}

.invitedpeoplelist{

    position: relative;

    float: left;    width: 100%;



}



.invitedpeople {

    position: relative;

    display: block;


    float: left;

    padding: 5px;

    margin: 5px;


    background-color: #CFCFCF;

    border-radius: 3px;

}



.invitedpeople:hover {

    cursor: pointer;

    background-color: #CFCFCF;

}



.itemnum {

    display: none;



}



.invitedpeopleinfoholder {

    display: block;

    position: relative;

    float: left;

    width: calc(100% - 20px);

}



.invitedpeoplename {

    position: relative;

    float: left;

    font-family: 'Roboto', sans-serif;

    font-size: 13px;


    font-weight: normal;

    color: #333333;


    white-space: nowrap;


}

.invitedpeoplename_ellipsis{

    max-width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}



.invitedpeopleemail {

    display: none;

    position: absolute;

    top: -33px;

    padding: 5px;

    line-height: 15px;

    background-color: #666666;

    z-index: 1;

    left: -5px;

    font-family: 'Roboto', sans-serif;

    font-size: 10px;

    color: #FFFFFF;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

}



.invitationremove {

    position: relative;
    float: right;
    width: 13px;
    height: 13px;
    background-image: url(../assets/sprites/cross_icon.png);
    background-position: 0 0;
    background-size: 13px 26px;

}



.invitationremove:hover {

    cursor: pointer;


}



.invitationremove:active {



}



.alreadyinvited {

    display: inline;

    position: relative;

    cursor: pointer;

    float: right;

    height: 17px;

    width: 17px;

    margin-top: 10px;

    margin-right: 20px;

    background: url(../assets/nav/useracceptactivefullsize.png);

}



.invitationpopupbuttonscontainer {

    position: relative;

    float: left;

    display: block;

    width: 100%;


    margin-top: 20px;

    text-align: center;

}

.invitationbuttonsholder {

    display: inline-block;
    width: 110px;
    margin: 0 10px;
    position: relative;

}

.invitesbuttoninfo{

    position: absolute;
    left: -40px;
    top: -5px;
    width: 40px;
    height: 40px;
    background-color: #666666;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(../assets/spritesv2/index.png); background-size: 320px 800px;
    background-position: -200px -240px;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

#invitationemailnotifywrapper{
    display: none;
    width: 200px;
    position: relative;
    float: left;
    padding: 5px;
    line-height: 15px;
    background-color: #666666;
    z-index: 1;
    top: -80px;
    left: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);

}



.invitationpopupbutton {

    display: block;

    position: relative;

    width: 110px;

    float: right;

    font-family: 'Roboto', sans-serif;

    font-size: 14px;

    color: #FFFFFF;

    padding: 7px 0 7px 0;

    -webkit-border-radius: 1.5em;

    -moz-border-radius: 1.5em;

    border-radius: 1.5em;

    background-color: #5dabf8;

    -webkit-appearance: none;

}



.invitationpopupbutton:hover {

    cursor:pointer;

    background-color:#7abafa;

}



.invitationpopupbutton:active {

    cursor:pointer;

    background-color:#549ae0;

}



.notify{

    text-align: center;

    position: relative;

    float: left;

    width: 100%;

    display: block;

    height: 20px;

    bottom: 5px;

    top: 10px;

    font-family: 'Roboto', sans-serif;

    font-size: 11px;

}

#shareinvitelinktext{

    position: relative;

    float: left;

    font-family: 'Roboto', sans-serif;

    font-weight: bold;

    font-size: 14px;

    color: #666666;

    margin-bottom: 10px;

}

.invitelinkshareicongroupformobile{

    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;

}

.invitelinkshareiconsformobile{

    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: url(../assets/spritesv2/common.png); background-size: 360px 800px;
    cursor: pointer;
    margin: 0 10px
}

.invitelinkshareiconsformobile:active{
    box-shadow: 0 4px 10px -5px black;
}

.facebookshareformobileinvitelink{

    background-position: -200px 0;

}

.twittershareforfacebookinvitelink{

    background-position: -200px -40px;

}

.linkedinshareformobileinvitelink{

    background-position: -200px -80px;

}

/*.googleshareformobileinvitelink{*/

/*    background-position: -67px -124px;*/

/*}*/

.whatsappshareformobileinvitelink{

    background-position: -200px -120px;

}

.vibershareformobileinvitelink{

    background-position: -200px -200px;

}

.messengershareformobileinvitelink{

    background-position: -200px -160px;

}

.emailshareformobile{

    background-position: -67px -465px;

}

#invitationlinksharewrapper{

    position: relative;

    float: left;

    width: 100%;

    margin-top: 20px;

    text-align: center;

}

#invitationlinksharediv{

    position: relative;

    float: left;

    width: 100%;

}







.share_invitation_url_holder{

    position: relative;

    float: left;

    width: calc(100% - 22px);

    border: 1px solid #CFCFCF;

    padding: 10px;

    margin-top: 5px;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

}

.share_invitation_url_copy_button{

    position: absolute;

    right: 0;

    top: 0;

    font-family: 'Roboto', sans-serif;

    background-color: #cfcfcf;

    font-size: 12px;

    line-height: 14px;

    padding: 10px;

}

.share_invitation_url_copy_button:hover{

    cursor: pointer;

    background-color: #bfbfbf;

}

.share_invitation_url_text{

    position: relative;

    float: left;

    width: calc(100% - 42px);

    font-family: 'Roboto', sans-serif;

    font-size: 12px;

    font-weight: normal;

}

.share_invitation_gradient_ellipse{

    position: absolute;

    width: 100px;

    height: 34px;

    top: 0;

    right: 51px;

    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 100%);

    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 5%, rgb(255, 255, 255) 100%);

    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 100%);

}

.share_invitation_url_copied_confirmation{

    position: absolute;

    right: -500px;

    top: -23px;

    font-family: 'Roboto', sans-serif;

    background-color: #444444;

    color: #FFFFFF;

    padding: 5px;

}



@media only screen and (max-width: 425px){

    .invitationpopupholder{

        width: calc(100% - 20px);

        min-width: 300px;

        min-height: calc(100% - 20px);

        padding: 20px 10px 0 10px;

        position: absolute;

        top: 0;

        left: 0;

        -webkit-border-radius: unset;

        -moz-border-radius: unset;

        border-radius: unset;

        -webkit-box-shadow: none;

        -moz-box-shadow: none;

        box-shadow: none;

        background-color: rgba(0, 0, 0, 0.6);

    }

    /*.invitationpopupclose{*/

    /*    z-index: 1;*/
    /*    width: 18px;*/
    /*    height: 18px;*/
    /*    margin-top: 2px;*/
    /*    background-size: 18px 36px;*/
    /*    background-position: 0 -18px;*/

    /*}*/

    .invitationpopuptitle, .receivernametext, .receiveremailtext, .receiverinfoinput, .addinvitation, #shareinvitelinktext, #shareinvitelinktext{

        color: #FFFFFF;

    }
    .invitationpopuptitle{
        font-size: 16px;
    }

    .share_invitation_url_holder{

        border: 1px solid #888888;

        background-color: #222222;

    }

    .share_invitation_url_text{

         background-color: transparent;

         color: #FFFFFF;

     }

    .share_invitation_url_copy_button{

        background-color: #444444;

        color: #FFFFFF;

    }

    .share_invitation_url_copy_button:hover{

        background-color: #555555;

    }

    .share_invitation_gradient_ellipse{

        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, rgb(68, 68, 68) 100%);

        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 5%, #444444 100%);

        background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 40%, rgb(68, 68, 68) 100%);

    }

    .invitelinkshareiconsformobile {

        margin: 5px;

    }

}

@media only screen and (max-width: 325px){

    .receiverinfowrapper{

        margin-bottom: 0px;

    }

    .invitationpopuptitle{

        padding: 0 5px 0 5px;
        width: calc(100% - 10px);
        font-size: 15px;
    }

    .inputwrapper{

        margin-bottom: 0px;

    }

    .invitationmsgwrapper{

        -webkit-transform: scale(.95);

        -moz-transform: scale(.95);

        -ms-transform: scale(.95);

        -o-transform: scale(.95);

        transform: scale(.95);

    }

}