.subjectInput {
    width: 100%;
}
.messageInput {
    width: 100%;
    height: 100px;
}
.messageInputAux {
    width: 100%;
	height: 60px;
}
.signatureInput {
    display: block;
    max-width: 17.8em;
    width: 100%;
}
.signatureInput-part {
    max-width: 12em;
    width: 48%;
}

.vvBody > section > .vvCookieMissing {
    background: white;
    position: relative;
    text-align: center;
}
.vvGreyed {
    -moz-opacity: 0.50; /* FireFox */
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    filter: alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
}

.vvStandAloneAlertDetails
{
    background-color: #F2F2F2;
}
.vvSpotlight{
	background-color: #F3E2A9;
}
.vvBody .vvPhoneRecipientAside {
    color: green;
    padding: 0;
    padding-left: 0.2em;
    padding-right: 0.2em;
    min-width: 0;
    margin-left: -20px;
    margin-right: 0;
    text-indent: 0;
}
.vvBody .vvPhoneRecipientAside > a {
    color: red;
    font-weight: bold;
}

#phoneCallDialog {
    padding-left: 20px;
}

.vvBody > section.vvPhoneCallDialogSection > section {
    margin-bottom: 18px;
}
.vvBody > section.vvPhoneCallDialogSection > section > .vvPhoneAnswer {
    margin-top: 10px;
}
nav.vvDialogNavigation {
    margin-left: 0;
}
.vvBody > section > section > table {
    border-collapse: collapse;
    width: 100%;
}
.vvBody > section > section > table > thead {
    border-bottom: 1px solid lightgray;
}
.vvBody > section > section > table th {
    text-align: left;
}
.vvCookieMissing {
	color: red;
	padding: 3px;
	margin: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}
.vvBody section > ul.vvRecipientsListLess > li.vvRecipientMore {
    display: none;
}

/* begin social media compose styles */

.hidden-compose-form { display: none !important; }

.vvBody .vv-social-media-instructions { margin-bottom: 20px; }

.vvBody .vv-social-media-remark {
    font-style: italic;
    text-align: center;
}

/* end social media compose styles */

.vvBody .remaining-message-count-error {
    color: red;
}

.vvBody .vv-target-undeliverable {
    opacity: 0.6;
    font-style: italic;
}
.vvBody .vv-target-undeliverable-message {
    font-size: 75%;
}
.vvBody .vv-undeliverable-message {
    font-style: italic;
    margin-top: 1em;
    margin-bottom: 3em;
}

/*Recipients of message*/
.vvBody > section > section.vv-recipients-section ul {
    margin-top: 0;
    line-height: normal;
}

.vvBody > section > section.vv-recipients-section > ul li {
    font-size: 1em;
    background: none;
    margin-bottom: 5px;
}

.vv-recipients-section .vvMore {
    white-space: nowrap;
    margin-bottom: 10px;
}

.vv-compose-footer {
    width: 100%;
}

.vv-compose-carousel {
    min-height: 20px;
}

.vv-message-counter-container {
    display: inline-block;
}

.vv-message-counter-container-hidden {
    display: none;
}