﻿.cupeal-qc-email {
    margin-left: 12px;
}

.cupeal-qc-positionname {
    margin-left: 0px !important;
    font-weight: bold;
    color: #4d4d4d;
}

.quickcontact div {
    margin: 3px 0 0px 10px;
}

.CUPEALContactOptInLink, .CUPEALContactOptInLink:visited {
    width: 100px;
    height: 100%;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    border: 1px #000 solid;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    padding: 10px 0;
}

    .CUPEALContactOptInLink[data-optin="false"] {
        background-color: #C00;
    }

    .CUPEALContactOptInLink[data-optin="true"] {
        background-color: #090;
    }

    .CUPEALContactOptInLink[data-optin="false"]:hover {
        background-color: #F00;
        color: #FFF;
    }

    .CUPEALContactOptInLink[data-optin="true"]:hover {
        background-color: #0C0;
        color: #FFF;
    }

.cupeal-updatecontactgrid td {
    vertical-align: middle;
}

.cupeal-updatecontactgrid table {
    min-width: 500px;
}

.cupeal-edit-deptemail a {
    background: url("../../../images/edit.png");
    display: block;
    width: 24px;
    height: 24px;
}

.cupeal-deptemail-cancel {
    margin-left: 10px;
}



.cupeal-mymembersgrid {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
}
.cupeal-emailContent textarea {
    height: 220px;
}
.cupeal-emailFooter textarea {
    height: 100px;
}
.dropzone {
    margin-left: 10px;
}
.cupeal-emailCountRed {
    font-family: "Cabin",Arial, Helvetica,Arial,Verdana,sans-serif;
    color: red!important;
    font-size: 17px;
    text-rendering: optimizeLegibility;
    margin-bottom: 14px;
    margin-top: 14px;
    line-height: 26px;
    font-weight: 1000;
}

.pad {
    border: 1px #ccc solid !important;
    background-color: #F0F0F0 !important;
}

.cupeal-oath-chk {
	margin-bottom: 10px;
}

/*# sourceMappingURL=client.css.map */