﻿
.displayNone {
    display: none;
}

.pnlConsentPopup .rblOptInOptOut {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.pnlConsentPopup .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: -40px 0px;
    cursor: pointer;
    z-index: 1103;
}
.pnlConsentPopup .chkOptOut {
    vertical-align:top;
    padding-top:1px;
}
.pnlConsentPopup .rblOptInOptOut td {
    width: 50%;
    text-align: center;
}

.pnlConsentPopup .div-radio-button-list {
    width: 50%;
    float: left;
    text-align: left;
    font-weight: bold;
}

.pnlConsentPopup .div-table-row {
    width: 100%;
    overflow: auto;
}
.pnlConsentPopup .consentHeaderTable {
    width:100%;
}

.pnlConsentPopup .EmailOptOut {
    font-weight: bold;
    margin-bottom: 3%;
}

.pnlConsentPopup .communicationOptionRadioCell {
    float: left;
    width: 38%;
    text-align: left;
    padding: 10px 0px 0px 5px;
}

.pnlConsentPopup .CommunicationOption {
    float: left;
    text-align: left;
    width: 60%;
    padding-top: 10px;
    word-wrap:break-word;
}

.pnlConsentPopup .CommunicateType-Header {
    width: auto;
    font-weight: bold;
    text-align: left;
    min-width: 60%;
    min-height: 19px;
}

.pnlConsentPopup .CommunicationPreference-optin-optout-header {
    font-weight: bold;
    width: 20%;
    text-align: center;
    padding: 5px;
    word-break: break-word;
    min-height: 19px;
}

.pnlConsentPopup .clsOptOut, .pnlConsentPopup .clsOptIn {
    margin-left: 10px;
}

.pnlConsentPopup .border {
    border-right: 1px solid rgb(229, 229, 229);
    /*border-bottom: 1px solid rgb(229, 229, 229);
    border-top: 1px solid rgb(229, 229, 229);*/
}

.pnlConsentPopup .border-right {
    border-right: 1px solid rgb(229, 229, 229);
}

.pnlConsentPopup .LinkPrivacyPolicy {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
   }

.pnlConsentPopup .div-help-statememnt {
    float: left;
    text-align: left;
    width: 90%;   
}

.pnlConsentPopup .h1-title {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    clear: both;
    margin:0 0 .5em;
}

.pnlConsentPopup .PrivacyPolicy {
    margin-top: 3%;
    }

.pnlConsentPopup .chkLabel {
}

.pnlConsentPopup .ConsentOptionHeader {
    background-color: #ffffff;
    min-height: 25px;
    border-top: 1px solid rgb(229, 229, 229);
    border-bottom: 1px solid rgb(229, 229, 229);
    border-right: 1px solid rgb(229, 229, 229);
}

.pnlConsentPopup .FieldRequired {
    color: red;
}

.pnlConsentPopup .ConsentOptionRow {
    background-color: #ffffff;
   min-height: 30px;
        height: auto;
}
.pnlConsentPopup .consents {
    overflow: auto;
    max-height: 300px;
}
p {
    font-size: 14px;
    font-family: sans-serif;
    display: block;
    margin: 0 0 10px;
}

.pnlConsentPopup .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .pnlConsentPopup .modal.pnlConsentPopup .fade .pnlConsentPopup .consent-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;
    }

.pnlConsentPopup .consent-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.pnlConsentPopup .consent-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;
}

.pnlConsentPopup .consent-body {
    position: relative;
    padding: 20px;
}

.pnlConsentPopup .consent-footer {
    padding: 5px 20px 20px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}

    .pnlConsentPopup .consent-footer:before,
    .pnlConsentPopup .consent-footer:after {
        display: table;
        content: " ";
    }

    .pnlConsentPopup .consent-footer:after {
        clear: both;
    }

 
@media screen and (min-width: 500px) {
    .pnlConsentPopup .consent-dialog {
        right: auto;
        left: 30%;
        width: 400px;
        height: 500px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pnlConsentPopup .consent-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      }
}

.pnlConsentPopup .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    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;
}

.pnlConsentPopup .btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    float: left;
}

.pnlConsentPopup .btn-submit {
    clear: both;
    margin-top: 5%;
   }

.pnlConsentPopup .btn:hover,
.pnlConsentPopup .btn:focus {
    color: #333333;
    text-decoration: none;
}

.pnlConsentPopup .btn:active,
.pnlConsentPopup .btn.pnlConsentPopup .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);
}

.pnlConsentPopup .ConsentSeparatorRow{
    font-weight:bold;
}
