.gdprplugin tr td {
    padding-bottom:10px;
}
.k-button {
    padding-bottom: .37em;
    padding-top: .37em;
}
.date-of-birth select[disabled] {
    background-color: #eee;
    opacity: 1;
}

.date-of-birth select {
    width: 31%;
    max-width:82px;
    border: 1px solid #ddd;

}
.date-of-birth select + select {
        margin: 0 0 0 5px;
    }
.required{color:red;}
td.adminData input[type="checkbox"]{margin-right:10px;}
.consentText p {
    text-align: center;
}

.consentDetail {
    background: #fff;
    width:100%;
    margin: 20px auto;
    border-radius: 3px;
}

    .consentDetail tr td, .consentDetail tr th {
        border: 1px solid #ccc;
        padding: 5px 10px;
        border-bottom: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        font-size: 12px;
        color: #444;
		text-align: left !important;
   
    }

.consentList .consentDetail tr td:last-child, .consentList .consentDetail tr th:last-child {
   text-align: center !important;
}



    .consentList .consentDetail tr td:first-child, .consentList .consentDetail tr th:first-child {
        text-align: left;
    }
.consentList .buttons {
text-align:center;
}

    .consentList .buttons .button-1 {
        min-width: 140px;
        border: none;
        background-color: #4ab2f1;
        padding: 10px 30px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .consentList .buttons .button-1:hover {
            background-color: #248ece;
        }
.k-grid-header .k-header{font-weight:bold;}
.consent {
    overflow: auto;
    max-height: 440px;
    margin-bottom: 10px;
}
.master-column-wrapper, .master-wrapper-content {
    position: inherit;
}


.customer-delete-info .modal-dialog {
    top: 40%;
    border-radius: 5px;
}

.customer-delete-info .modal-content {
    text-align: center;
    border-radius: 3px;
}

.customer-delete-info .modal-header, .customer-delete-info .modal-footer {
    border: none;
    text-align: center;
}

.btn-primary {
    background-color: #4ab2f1;
    border-radius:0;
    border:0;
    min-width:80px;
}
    .btn-primary:hover {
        background-color: #248ece;
    }
.consentstore tr td a{color: #4ab2f1;}
.validation-summary-errors ul{padding:0; margin:0 14px;}
.gdprText{font-size:16px}
.consentDetail.infoDetail tr td, .consentDetail.infoDetail tr t{text-align:left;}
.downloadinfo .inputs label:last-child{text-align:left;}