.vvBody {
	font-size: 16px;
    padding: 10px;
	margin: 0;
	/*line-height: normal;*/
}
.vvBody a {
    color: #0B2161;
}
.vvBody span.fa,
.vvBody span.fas,
.vvBody span.far{
    font-family: 'Font Awesome 5 Free';
}	
.vvBody span.fab{
    font-family: 'Font Awesome 5 Brands';
}

/*Recipients of message*/
.vvBody > section > section.vv-recipients-section ul {
    padding-left: 19px;
}

/*para*/
.vvBody > section > section > p.vv_bold  {
	margin-top: -9px;
}

.vvBody > section > header + .vvHeaderAddendum {
    margin: 5px 10px;
    /*margin: -12px 0px 10px 0px;*/
}
.vvDialogHeader {
    height: 30px;
	line-height: 30px;
    font-size: 22px;
}
.vvDialogCloseButton 
{
    font-size: 35px !important;
    margin-right: 5px;
    width: 40px !important;
    height: 40px !important;
}

.vvNavigation {
    margin-top: 5px;
}

.vvNavigation li  {
 	margin-left: auto;
	margin-right: auto;
	margin: 0px 15px;
}
INPUT.vv_button, .vvNavigation a, .vvBody .vvButtonSpace  {
    padding: 8px 5px;
	min-width: 100px;
}
.vvNavigation input 
{
    text-align: center;
    margin-top: 0px;
    border-width: 0px;
    min-width: 110px;
}

.vv-application-navigation input {
    width: 100%;
}

.vvNavigation input,
.vv-application-navigation input {
    padding: 7px 20px 9px 20px;
    height: 55px;
    font-size: 1.3em;
    transition: box-shadow .3s ease-in-out;
}

.vvNavigationProfile input 
{
    margin-top: 0px;
    border-width: 0px;
    min-width: 110px;
    height: 34px;
}

INPUT.vv_button, .vvNavigation a, .vvNavigationProfile input {
	font-size: 1em;
}

.vvCampaignList /*(Advocacy-specific)*/ {
    background-color: #f8f8f8;
    border-color: #E2E2E2;
    border-style: solid;
    border-width: 1px;
}
.vvFieldset {
	padding: 20px;
}

.vv_ProfileSectionPhotoOffSet {
    margin-left: 120px !important; 
}
.vv_ProfilePropertyHeader {
    display: inline-block; 
    width: 25%; 
    vertical-align: top;
    margin-right: 10px;
}
.vv_ProfilePropertyBody {
    display: inline-block; 
    width: 70%; 
    vertical-align: top;
}
.vv_GoogleMap {
	height: 500px;
}

.vvMeetingDetailsActionContainer {
    display: none;
}

.vvBody > section > section.vvMeetingDetailsSection {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 8px;
}


.vv-action-index-container[min-width~="750px"] .vv-content-fill {
    margin-right: 36%;
}

.vv-action-index-container[min-width~="750px"] .vv-content-container {
    margin-right: -33%;
    float: left;
    width: 100%;
}

.vv-action-index-container[min-width~="750px"] .vv-sidebar,
.vv-action-index .vv-sidebar-fixed-content {
    width: 33%;
    float: left;
}

.vv-action-index-container[min-width~="1000px"] .vv-content-fill {
    margin-right: 360px;
}

.vv-action-index-container[min-width~="1000px"] .vv-content-container {
    margin-right: -340px;
}

.vv-action-index-container[min-width~="1000px"] .vv-sidebar,
.vv-action-index .vv-sidebar-fixed-content {
    width: 340px;
}

.vv-action-index-container[max-width~="749px"] .vv-no-actions-message-block {
    display: block !important;
}

.vv-action-index-container[min-width~="750px"] .vv-no-actions-message-inline-block {
    display: block !important;
}

.vv-action-container .vv-sidebar-fixed-content,
.vv-action-container[min-width~="750px"] .vv-sidebar {
    float: left;
}

.vv-action-container[min-width~="750px"] .vv-content-fill {
    margin-right: 400px;
}

.vv-action-container[min-width~="750px"] .vv-content-container {
    margin-right: -380px;
    float: left;
    width: 100%;
}

.vv-action-container[min-width~="750px"] .vv-sidebar {
    width: 380px;
}

.vv-action-container[min-width~="750px"] .vv-sidebar-fixed-content {
    width: 346px;
}

.vv-action-container[min-width~="750px"] .vvNavigationEventRegistered #vvSpinner {
    margin-right: -10px;
}

.vv-action-container[min-width~="750px"] .vv-application-navigation input {
    max-width: 100%;
}

.vv-action-container[min-width~="300px"] .vv-action-bar {
    white-space: nowrap;
}

.vv-action-container[min-width~="300px"] .vv-action-bar-button-container {
    width: 33%;
}

.vv-action-container[min-width~="420px"] .vv-action-bar-button-container {
    width: 100px;
}

.vv-action-container[min-width~="750px"] .vv-action-bar-button-container {
    width: 33%;
}

.vv-action-container[min-width~="750px"] .vvPhoneRecipientAside {
    margin-left: 20px;
}

.vv-action-container[max-width~="749px"] #vvSpinner {
    margin-left: -55px;
    right: auto;
}

.vv-action-container[max-width~="749px"] .vvNavigationEventRegistered #vvSpinner {
    margin-right: 2px;
}

.vv-action-banner[min-width~="450px"] .vv-banner-image-background {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 225px;
}

.vv-action-banner[min-width~="450px"] .vv-banner-image-background span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vv-action-bar-button {
    cursor: pointer;
}

.vv-application-navigation input {
    max-width: 315px;
}

.vvNavigationEventRegistered input {
    width: 44% !important;
    margin-left: 5px;
    margin-right: 5px;
}

section#vv-action-bar-section {
    padding-bottom: 0px !important;
}
.vv-action-bar-button {
    cursor: pointer;
    width: 100%;
}
/*TODO: SM: These colors need to be stylable*/
.vv-action-bar-button-active {
    padding-top: 9px;
    padding-bottom: 9px;
}

.vv-action-bar-icon {
    font-size: 35px !important;
}

.vv-completed-phone-badge,
.vv-completed-badge {
    font-size: 20px;
    position: absolute;
    margin-left: 22px;
    margin-top: -5px;
}

.vv-phone-call-button {
    vertical-align: sub;
    font-size: 3.5em !important;
    margin-right: 10px;
}

.vv-action-footer #vvSpinner {
    bottom: 8px;
}

.vvBody .vvFindLegislationSearch select,
.vvBody .vvFindKeyLegislationSearch select {
     padding: 7px;
}

.vvBody ul.ui-tabs-nav {
    margin-top: -4px;
}

.vv-target-match-thumbnail-container {
    min-height: 62px;
}

.vvArticleSearchTextContainer {
    margin-top: -5px;
}
