﻿
.template-consent {
    text-align: center;
}

.template-consent .consent-panel {
    display: inline-block;
    width: 400px;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 40px;
}

.template-consent .consent-header {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #eee; 
}

.template-consent .consent-header .client-logo {
    border: none;
    width: 100%;
    height: 60px;
    display: inline-block;
    float: none;
    text-align: center;
    margin-bottom: 10px;
}

.template-consent .consent-header .client-logo img {
    width: 100px;
    height: 60px;
}

.template-consent .consent-header .consent-instructions {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.template-consent .consent-body {
    padding-left: 10px;
    padding-right: 10px;
}

.template-consent .template-alert {
    background-color: #A52E2E;
    border: none;
    color: white;
    text-align: center;
    margin-bottom: 0px;
}

.template-consent .panel {
    display: inline-block;
    border: none;
    margin: 30px 20px 0px 20px;
    text-align: left;
    width: 340px;
    box-shadow: none;
}

.template-consent .panel span {
    font-weight: normal;
}

.template-consent .panel .panel-heading {
    background-color: inherit;
    padding-left: 30px;
}

.template-consent .panel .list-group-item {
    border: none;
    background-color: inherit;
    padding: 5px 15px;
}


.template-consent .panel .list-displayname {
    font-weight: normal;
}

.template-consent .panel .consent-description label {
    font-size: 12px;
    font-weight: normal;
    padding-left: 30px;
}

.template-consent .panel .consent-checkbox {
    margin-right: 5px;
}

.template-consent .consent-buttons {
    height: 30px;
    margin: 30px 20px 40px 20px;
}

.template-consent .consent-buttons .btn-allow {
    float: right;
    background-color: #0A4758;
    outline-style: none;
 }

.template-consent .consent-buttons .btn-not-allow {
    float: left;
    color: #009894;
 }