﻿
input::-webkit-input-placeholder
{
    color: #1572B8;
}

input:-moz-placeholder
{
    color: #1572B8;
}

#dialog-bg
{
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000000;
    display: none;
}

.ie8 #dialog-bg
{
    background: transparent url('../../Sprites/Master/ie8_dialog-bg.png') repeat;
}

.dialog-box
{
    background: #fff;
    border-radius: 5px;
    behavior: url(Content/css/PIE.htc);
    padding: 15px 35px 30px 35px;
    text-align: center;
    color: #444;
    transition: width 2s, height 2s;
    -webkit-transition: width .5s, height .5s;
    -o-transition: width .5s, height .5s;
    -moz-transition: width 2s, height 2s;
}

.dialog-close
{
    z-index: 1100000;
    right: -15px;
    top: -15px;
    position: absolute;
    cursor: pointer;
   
}


.dialog-close-over
{
    opacity: 0;
    filter:0;
}
.ie8 .dialog-close, .ie8 .dialog-close-over
{
    filter: 0;
}

.dialog-lightbox {
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.dialog-title
{
    color: #272829;
    font-size: 1.91666667em;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.dialog-copy
{
    margin-bottom: 20px;
    text-transform: none;
    text-transform: uppercase;
    text-align: left;
}

.ie8 button
{
    box-shadow: none;
}

/*REBRANDING DIALOG POPUP*/
#rebrand-dialog
{
    display: none;
    position: absolute;
    z-index: 1000011;
    height: 306px;
    width: 450px;
    transition: opacity .5s, width .5s, height .5s;
    -webkit-transition: opacity .5s, width .5s, height .5s;
    -o-transition: opacity .5s, width .5s, height .5s;
    -moz-transition: opacity .5s, width .5s, height .5s;
}
.cs-logo-dialog {
    display: block;
    width: 202px;
    height: 35px;
    margin: 5px auto 30px auto;
}
.cs-dialog-upgrade-txt {
    color: #4371b4;
    font-size: 27px;
    font-weight: bold;
    line-height: 1em;
    text-transform:uppercase;
    margin-bottom: 20px;
}
    .cs-dialog-upgrade-txt .super {
        position:absolute;
        font-size: 10px;
        margin-top: -5px;
    }
.cs-dialog-desc-txt {
    color: #616161;
    font-size: 17px;
    font-weight: bold;
     line-height: 1em;
    text-transform:uppercase;
    margin-bottom: 30px;
}
#rebrand-dialog .btnContainer {
    width: 329px;
    height: 40px;
    margin: 5px auto 20px auto;
    float:none;
    clear:both;
    color: #fff;
}


#rebrand-dialog .chipItButton {
    width: 329px;
    height: 40px;
}
.btnContainer a:hover,
.btnContainer a:active {
    color: #fff !important;
}
.cs-dialog-dir-txt {
    color: #a8a5a5;
    font-size: 12px;
    font-weight: bold;
     line-height: 1em;
    text-transform:uppercase;
}
    .cs-dialog-dir-txt a,
    .cs-dialog-dir-txt a:hover,
    .cs-dialog-dir-txt a:active {
        text-decoration:underline;
        color: #4371b4;
    }

/*UNIVERSAL PROGRESS DIALOG*/
#progress-dialog
{
    display: none;
    position: absolute;
    z-index: 1000010;
    height: auto;
    width: auto;
    min-width: 240px;
    transition: opacity .5s, width .5s, height .5s;
    -webkit-transition: opacity .5s, width .5s, height .5s;
    -o-transition: opacity .5s, width .5s, height .5s;
    -moz-transition: opacity .5s, width .5s, height .5s;
}

.progress-dialog-spinner
{
    width: 40px;
    height: 50px;
    margin-right: 20px;
    float: left;
    display: none;
    position: relative;
}

.progress-dialog-loadbar
{
    width: 180px;
    height: 24px;
    margin: 20px auto 0 auto;
    float: none;
    clear: both;
    display: none;
    position: relative;
    border: 1px solid #666666;
    box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.progress-dialog-loadbar-inner
{
    height: 24px;
    position: absolute;
    left: 0;
    width: 0%;
    background: rgb(51,86,137); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(51,86,137,1) 0%, rgba(67,113,180,1) 33%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,86,137,1)), color-stop(33%,rgba(67,113,180,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(51,86,137,1) 0%,rgba(67,113,180,1) 33%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335689', endColorstr='#4371b4',GradientType=0 ); /* IE6-9 */
}

#progress-dialog .dialog-copy
{
    width: auto;
    float: left;
    position: relative;
}
/*DELETE CONFIRMATION DIALOG BOX*/
#delete-dialog
{
    display: none;
    position: fixed;
    z-index: 1000001;
}

.delete-dialog-cancel-btn, .delete-dialog-delete-btn
{
    display: inline-block;
    margin: 5px 10px 0 10px;
    width: 90px;
    height: 40px;
    text-align: center;
    position: relative;
}

    .delete-dialog-cancel-btn .button .buttonTxt,
    .delete-dialog-delete-btn .button .buttonTxt
    {
        margin-left: 23px;
    }

/* DELETE ACCOUNT DIALOG BOX */

.delete-account-dialog
{
    display: none;
    position: fixed;
    z-index: 1000002;
}

.delete-account-dialog-delete-btn, .delete-account-dialog-cancel-btn
{
    display: inline-block;
    margin: 5px 10px 0 10px;
    width: 90px;
    height: 40px;
    text-align: center;
    position: relative;
}

    .delete-account-dialog-delete-btn .button .buttonTxt,
    .delete-account-dialog-cancel-btn .button .buttonTxt
    {
        margin-left: 23px;
    }

/*TOS ACCEPT DIALOG BOX*/
#tos-dialog
{
    display: none;
    position: fixed;
    z-index: 1000003;
}
    #tos-dialog a
    {
        color: #1572B8;
    }
    #tos-dialog a:hover
    {
        text-decoration:underline;
    }

.tos-dialog-checkbox
{
    text-align: center;
    font-size: 1.1666667em;
    margin-top: 12px;
}

.tos-dialog-cancel-btn, .tos-dialog-accept-btn
{
    display: inline-block;
    margin: 20px 10px 0 10px;
    width: 90px;
    height: 40px;
    text-align: center;
    position: relative;
}

    .tos-dialog-cancel-btn .button .buttonTxt, .tos-dialog-accept-btn .button .buttonTxt
    {
        margin-left: 23px;
    }



/*LOG ON CHOOSER DIALOG BOX*/

#logonchooser
{
    position: fixed;
    display: none;
    z-index: 1000004;
    min-width: 470px;
}

    #logonchooser.dialog-box
    {
        padding: 15px 35px 45px 30px;
    }

    #logonchooser .dialog-title
    {
        margin-bottom: 43px;
    }

.logInSide
{
    float: left;
    width: 205px;
}

.facebookSide
{
    float: right;
    width: 205px;
}

.middleOr
{
    float: left;
    text-align: center;
    width: 60px;
    margin: 0px auto;
    position: relative;
    font-size: 1.1666667em;
    font-style: italic;
    font-weight: bold;
    color: #272829;
}

.middleOr-vLine
{
    height: 58px;
    width: 1px;
    margin: 5px auto 0 auto;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
}

    .middleOr-vLine.top
    {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        /*transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);*/
        margin: 0px auto 3px auto;
    }

.ie8 .middleOr-vLine.top
{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-8 */
}

.textInput_Error
{
    color: #951800;
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 8px;
}

#textInputLogin_UserName,
#textInputLogin_Password,
#textInputLogin_Password2
{
    height: 40px;
    width: 185px;
    margin-bottom: 10px;
    text-transform: none;
}

#forgotPassword
{
    font-size: .75em;
    text-align: left;
    float: left;
    text-transform: none;
    font-weight: bold;
}

    #forgotPassword .dialog-copy, #feedback-dialog .dialog-copy
    {
        text-align: center;
    }

    #forgotPassword:hover
    {
        text-decoration: underline;
    }

.cp_ResetPasswordSuccess
{
    display: none;
}

#loginSubmitContainer
{
    width: 88px;
    height: 40px;
    float: right;
    background-color: #4371b4;
    border-radius: 5px;
    /*behavior: url(Content/css/PIE.htc);*/
    box-shadow: 0px 2px 4px rgba(0,0,0,.5);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#loginSubmitBtn
{
    width: 88px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    line-height: 40px;
    color: white;
    display: block;
    border: none;
    text-transform: uppercase;
    background-color: transparent;
    font-family: "myriad-pro",Tahoma,Sans-Serif !important;
    font-size: 1em !important;
}

.textInput_PanelError
{
    font-size: 0.91666667em;
    font-weight: bold;
    color: #B00E0E;
    text-transform: none;
    text-align: left;
    margin-top: -20px;
    padding-bottom: 10px;
}

#facebookConnectContainer
{
    width: 205px;
    height: 80px;
    margin-top: 30px;
    background-color: #4371b4;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0,0,0,.5);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#facebookConnectButton
{
    width: 205px;
    height: 80px;
    padding: 10px 0;
    cursor: pointer;
    font-weight: bold;
    font-style: italic;
    line-height: 30px;
    color: white;
    display: block;
    position: absolute;
    font-size: 1.1666667em;
}

.logo-facebookTxt
{
    display: block;
    margin: 0 auto;
}

#registerBtnContainer
{
    width: 205px;
    height: 40px;
    margin: 40px auto 0 auto;
    background-color: #4371b4;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0,0,0,.5);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#logonchooser_register_btn
{
    width: 205px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    color: white;
    display: block;
    position: absolute;
}



/*REGISTER DIALOG BOX*/
#logonregister
{
    position: fixed;
    display: none;
    z-index: 1000005;
}

    #logonregister.dialog-box
    {
        padding: 15px 15px 45px 15px;
    }

    #logonregister .dialog-title
    {
        margin-bottom: 0px;
    }

    #logonregister .dialog-copy
    {
        margin-bottom: 10px;
        text-align: center;
        font-size: .91666667em;
        padding: 0 10px;
    }

#logonRegisterContent
{
    width: 300px;
    /* height: 365px;*/
}

#textInput_UserName,
#textInput_Email,
#textInput_Password,
#textInput_PasswordRepeat,
#textInputPasswordError1,
#textInputPasswordError2
{
    height: 40px;
    width: 280px;
    margin-bottom: 10px;
}


#registerHuman{
    color: #b00e0e;
    opacity: 0;
}
#registerHumanText{
    display: none;
}

#registerSubmitButton
{
    width: 225px;
    height: 40px;
    position: relative;
    margin: 10px auto 0 auto;
    float: none;
}

    #registerSubmitButton button
    {
        border: none;
        text-transform: uppercase;
        background-color: transparent;
        font-family: "myriad-pro",Tahoma,Sans-Serif !important;
    }


#textInputPasswordError1, #textInputPasswordError2, #textInputResetPasswordError1, #textInputResetPasswordError2
{
    display: none;
}


/*RESET PASSWORD DIALOG BOX*/
#account-reset-dialog
{
    position: fixed;
    display: none;
    z-index: 1000006;
}

    #account-reset-dialog.dialog-box
    {
        padding: 15px 35px 45px 30px;
    }

    #account-reset-dialog .dialog-copy
    {
        margin-bottom: 10px;
    }

#resetpassword_content
{
    width: 290px;
    /* height: 365px;*/
}

#textInput_ResetPassword,
#textInput_ResetPasswordRepeat,
#textInputResetPasswordError1,
#textInputResetPasswordError2
{
    height: 40px;
    width: 205px;
    margin-bottom: 10px;
}

#resetPassword_button
{
    width: 225px;
    height: 40px;
    position: relative;
    margin: 10px auto 0 auto;
    float: none;
}

    #resetPassword_button button
    {
        border: none;
        text-transform: uppercase;
        background-color: transparent;
        font-family: "myriad-pro",Tahoma,Sans-Serif !important;
    }


#textInputResetPasswordError1, #textInputResetPasswordError2
{
    display: none;
}

/*FORGOT PASSWORD DIALOG BOX*/

#forgotpassword
{
    position: fixed;
    display: none;
    z-index: 1000007;
}

#forgotPasswordContent
{
    width: 260px;
}
#forgotpassword .dialog-title
    {
        margin-bottom: 0px;
    }

    #forgotpassword .dialog-copy
    {
        margin-bottom: 10px;
        text-align: center;
    }

#textInput_Panel_ForgotPassword
{
    height: 40px;
    width: 205px;
    margin-bottom: 10px;
}

#resetPassword_button
{
    width: 225px;
    height: 40px;
    position: relative;
    margin: 10px auto 0 auto;
    float: none;
}

    #resetPassword_button button
    {
        border: none;
        text-transform: uppercase;
        background-color: transparent;
    }

#account-reset-dialog
{
    display: none;
}

/*INVITE FRIEND DIALOG BOX*/

#inviteFriends
{
    position: fixed;
    display: none;
    z-index: 1000008;
}

#inviteFriendContent
{
    width: 225px;
}

#inviteFriendContent .dialog-title
    {
        margin-bottom: 0px;
    }

    #inviteFriendContent .dialog-copy
    {
        margin-bottom: 10px;
        text-align: center;
    }

.invite_intro
{
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: normal;
}

.invite_toFrom
{
    text-align: left;
    margin-bottom: 0;
    text-transform: none;
}

    .invite_toFrom .small
    {
        font-size: 0.8333333em;
        text-transform: none;
        letter-spacing: 0;
    }

#invite_error
{
    font-size: 0.8333333em;
    text-transform: none;
    letter-spacing: 0;
    color: #b00e0e;
}

#inviteFriendUsername,
#inviteFriendEmails
{
    height: 40px;
    width: 205px;
    margin-bottom: 10px;
}

#inviteFriend_button
{
    width: 225px;
    height: 40px;
    position: relative;
    margin: 10px auto 0 auto;
    float: none;
}

    #inviteFriend_button button
    {
        border: none;
        text-transform: uppercase;
        background-color: transparent;
        font-family: "myriad-pro",Tahoma,Sans-Serif !important;
    }


#inviteFriends_spinnerBG
{
    width: 350px;
    height: 321px;
    background-color: white;
    opacity: .9;
    position: absolute;
    z-index: 1000009;
    top: 30px;
    left: 0px;
    display: none;
}

#inviteFriends_spinner
{
    background: transparent url(../images/loader.gif) no-repeat center center;
    width: 100px;
    height: 40px;
    position: absolute;
    top: 143px;
    left: 124px;
}

#loading_spinnerInvite_header
{
    color: #1074B2;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-family: "myriad-pro",Tahoma,Sans-Serif;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 132px;
    text-align: center;
}






#passwordReset_Header_Success
{
    text-align: center;
    display: none;
    color: #272727;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 40px 0 0;
    text-transform: uppercase;
    line-height: 24px;
}

    #passwordReset_Header_Success a
    {
        color: #272727;
        text-decoration: underline;
    }



/* FEEDBACK FORM */

#feedback-dialog
{
    position: fixed;
    display: none;
    z-index: 1000010;
    padding: 15px 15px 30px 15px;
}

#feedbackContent
{
    width: 300px;

}

#feedback-dialog .dialog-title
    {
        margin-bottom: 0px;
    }

    #feedback-dialog .dialog-copy
    {
        margin-bottom: 10px;
        text-align: center;
    }
#feedbackEmail
{
    height: 40px;
    width: 280px;
    margin-bottom: 10px;
}

#feedbackText
{
    width: 280px;
    height: 70px;
    text-transform: none;
    font-size: 1em;
    padding: 10px;
    font-family: inherit;
}

#feedbackContent .recaptcha{
    margin-top: 5px;
}
#feedbackHuman{
    color: #b00e0e;
    opacity: 0;
}
#feedbackHumanText{
    display: none;
}
#feedback-dialog .group{
    width: 75%;
    margin: 0 auto;
}
#feedback-dialog-cancel
{
    width: 95px;
    height: 40px;
    position: relative;
    margin: 10px auto;
    float: right;
}

    #feedback-dialog-cancel .button
    {
        font-size: 1em;
    }

        #feedback-dialog-cancel .button .buttonTxt
        {
            margin-left: 23px;
        }

#feedback-dialog-send
{
    width: 95px;
    height: 40px;
    position: relative;
    margin: 10px auto;
    float: left;
}

    #feedback-dialog-send button
    {
        border: none;
        text-transform: uppercase;
        background-color: transparent;
        font-size: 12px;
        font-family: "myriad-pro",Tahoma,Sans-Serif !important;
        margin-top: -1px;
    }

#feedback-dialog a, #report-dialog a
{
    color: #4371b4;
}

    #feedback-dialog a:hover, #report-dialog a:hover
    {
        text-decoration: underline;
    }

/* REPORT DIALOG */


#report-dialog
{
    position: fixed;
    display: none;
    z-index: 1000011;
    padding: 15px 15px 30px 15px;
}

#reportContent
{
    width: 300px;
    height: 290px;
}

    #reportContent .dialog-copy
    {
        text-align: center;
        width: 90%;
        margin: 0 auto 20px auto;
    }

#reportEmail
{
    height: 40px;
    width: 280px;
    margin-bottom: 10px;
}

#reportText
{
    width: 280px;
    height: 70px;
    text-transform: none;
    font-size: 1em;
    padding: 10px;
    font-family: inherit;
}

#reportContent .recaptcha{
    margin-top: 5px;
}
#reportHuman{
    color: #b00e0e;
    opacity: 0;
}
#reportHumanText{
    display: none;
}

#report-dialog .group{
    width: 75%;
    margin: 0 auto;
}
#report-dialog-cancel-btn
{
    width: 95px;
    height: 40px;
    position: relative;
    margin: 10px auto;
    float: right;
}

    #report-dialog-cancel-btn .button
    {
        font-size: 1em;
    }

        #report-dialog-cancel-btn .button .buttonTxt
        {
            margin-left: 23px;
        }

#report-dialog-report-btn
{
    width: 95px;
    height: 40px;
    position: relative;
    margin: 10px auto;
    float: left;
}

    #report-dialog-report-btn button
    {
        border: none;
        text-transform: uppercase;
        background-color: transparent;
        font-size: 1em;
        font-family: "myriad-pro",Tahoma,Sans-Serif;
    }

#report-dialog p.dialog-copy
{
    text-align: center;
    margin: 5px auto;
}

#report-dialog a:hover
{
    text-decoration: underline;
    color: #4371b4;
}

#privacycheckbox {
	width: 300px;
	height: 75px;
    display: flex;

}

#privacycheckbox:hover {
    opacity: 1;
}

input[type='checkbox'] {
    position: relative;
    margin-right: 10px;
}

.privacytext{
top: 10px;
position: inherit;
color: 272829;
cursor: pointer;
text-align: left;
font-size: 2.25ex;
flex-shrink: 1;
width: 270px;
} 

.privacytext a {
    text-decoration: underline;
}