﻿  .close {
    position: absolute;
    top: 4px;
    right: 1px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.div-table-cell {
    float: left;
    width: 30%;
}
.divTitle{
    width:445px;
    word-wrap: break-word;
    display: table-cell;
    vertical-align: middle;
}
.divParentTitle{
    display:table;
    margin-top:15px;
}
.pageError{
    display: inline-block;
    background-color: LightCoral;
    width: 100%;
    margin-top: 25px;
}

.displayNone {
    display:none;
}

.rblOptInOptOut {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.rblOptInOptOut td {
        width: 50%;
    }

.div-radio-button-list {
    float: left;
}

.div-table-row {
    width: 445px;
    overflow: hidden;
}

.bold {
    font-weight:bold;
    margin-bottom:3%;
}
.div-table-cell-width20 {
    float: left;
    width: 45%;
    text-align: left;
    overflow:hidden;
    word-wrap: break-word;
}

.div-table-cell-width50 {
    width: 38%;
    float: left;
    text-align: left;
    word-wrap: break-word;
}

.div-table-cell-width50-header {
    width: auto;
    float: left;
    text-align: left;
    min-width: 60%;
    height: 20px;
    padding: 5px 5px 5px 0px;
    display: none;
}

.div-table-cell-width20-header {
    float: left;
    width: 15%;
    text-align: left;
    height: auto;
    padding: 5px;
    word-wrap: break-word;
}
.clsOptOut,.clsOptIn {
    display: block;
    float: left;
    width: 50%;
}
.border {
    border-top: 1px solid rgb(229, 229, 229);
}

.border-right {
    border-right: 1px solid rgb(229, 229, 229);
    border-left: 1px solid rgb(229, 229, 229);

}

.Link {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.div-help-statememnt {
    height:auto;
    text-align: left;
    word-wrap: break-word;
    overflow: hidden;
    margin-top: 15px;
}

.h1-title {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    clear: both;
}

.PrivacyPolicy {
    margin-top: 3%;
}

#consentOptionOverlayErrorMessages
{
   margin-left: 7px;
}

.rptr-header {
    height: auto;
    border-top: 1px solid rgb(229, 229, 229);
    border-bottom: 1px solid rgb(229, 229, 229);
    display: none;
}

.FieldRequired {
    color: #DF0000;
}

.rptr-odd-row {
    background-color: #ffffff;
    height: auto;
    width: 445px;
    padding-bottom: 11px;
}
.overlayTitle {
    text-align: left;
    padding-left: 19px;
}
.ConsentSeparatorRow{
    font-weight: bold;
}

.rptr-even-row {
    height: auto;
    width: 445px;
    padding-bottom: 11px;
}

.consentModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

.consentModal.fade .consentModal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

.consentModal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.consentModal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.consentModal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .consentModal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .consentModal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.consentModal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .consentModal-header .close {
        margin-top: -2px;
    }

.consentModal-title {
    margin: 0;
    line-height: 1.428571429;
}

.consentModal-body {
    position: relative;
    padding: 20px;
}

.consentModal-footer {
    text-align: left;
    width: 445px;
    padding-bottom:15px;
}

    .consentModal-footer:before,
    .consentModal-footer:after {
        display: table;
        content: " ";
    }

    .consentModal-footer:after {
        clear: both;
    }

    .consentModal-footer:before,
    .consentModal-footer:after {
        display: table;
        content: " ";
    }

    .consentModal-footer:after {
        clear: both;
    }

    .consentModal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .consentModal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .consentModal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width: 500px) {
    .consentModal-dialog {
        right: auto;
        left: 30%;
        width: 475px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .consentModal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 30px;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    float: left;
}

.btn-submit {
    clear: both;
    margin-top: 5%;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:active,
.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);
}



.ui-dialog {
    margin: 0 auto;
    position: fixed;
}

    .ui-dialog[aria-describedby="divConfirmationMessage"] {
        z-index: 103 !important;
    }

    .ui-dialog[aria-describedby="divSendMessage"] {
        z-index: 102 !important;
    }

.BBDirectoryMessageDialogForm, .BBConfirmMessageDialog {
    font-family: Tahoma, Verdana, Arial;
    font-size: 10pt;
    margin: 10px;
}

    .BBDirectoryMessageDialogForm input {
        font-family: Tahoma, Verdana, Arial;
        font-size: 10pt;
    }

    .BBDirectoryMessageDialogForm .BBDirectoryFieldset {
        padding: 2px 5px 15px 2px;
    }

        .BBDirectoryMessageDialogForm .BBDirectoryFieldset .BBDirectoryControl {
            padding: 4px;
        }

    .BBDirectoryMessageDialogForm .BBDirectoryTextArea {
        -moz-appearance: textfield-multiline;
        border: 1px solid gray;
        height: 180px;
        overflow: auto;
        padding: 2px;
        width: 99%;
        resize: none;
    }

    .BBDirectoryMessageDialogForm .BBRevieverEmail {
        padding-left: 25px;
    }

.DirectoryFormSelectControl {
    height: 103px;
}

.BBDirectorySendButton {
    float: left;
    margin-left: 5%;
}

.BBDirectoryCancelButton {
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    height: 40px;
    width: 100px;
    margin-left: 10px;
}

.BBOkButton {
    width: 70px;
    height: 15px;
    text-align: center;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    height: 40px;
    width: 70px;
    background-color: #666666;
    color: white;
}

.BBConfirmMessageInnerText {
    padding: 2px;
    font-weight: bold;
    display: block;
    text-align: left;
}


.BBDirectoryLabelRequired {
    color: red;
}

.BBRequired {
    color: red;
    padding-left: 2px;
}

.BBCaptchaControlCell {
    margin-left: -28px;
    clear: right;
    margin-top: 3px;
    width: 300px;
}

.dialog-width {
    width: 28%;
}

.consentOptionOverlayErrorMessages {
    background-color: #fff;
    color: #DF0000;
    text-align: left;
}
.buttonColor
    {
        background-color:#1871A8;
    }