#actions {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#action-container {
	padding-bottom: 10px;
}
#action-form {
	position: relative;
}
#actions div {
	position: relative;
	text-align: center;
	padding: 0 !important;
}
#actions div:last-child {
	border-right: none;
}
#actions .fa {
	cursor: pointer;
}
#actions .active-action-icon {
	cursor: default;
}
#actions .actioncheckmark {
	display: none;
	position: absolute;
}
#actions .action-image-status {
	display: none;
	font-size: 14px;
	min-height: 19px;
	max-width: 65px;
	margin: 0 auto;
	margin-top: 6px;
}
#actions .action-image-status .alert {
	margin: 0;
	padding: 0;
}
#actions .action-image-status .facebookpostserror {
	position: relative;
	font-weight: bold;
}
#actions .action-image-status .facebookpostserror:before {
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f2dede;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 0;
}
#facebookpostsreconnect {
	cursor: pointer;
}

/* Action Arrow */
#actions .action-image-container {
	position: relative;
}
#actions .action-arrow {
	position: absolute;
	font-size: .8em;
}
#actions .action-call-arrow {
	bottom: 25px;
	right: 10px;
}
#actions .action-email-arrow {
	bottom: 21px;
	right: 23px;
}
#actions .action-twitter-arrow {
	bottom: 2px;
	right: 0;
}
#actions .action-facebook-arrow {
	bottom: 2px;
	right: -8px;
}
/* End action arrow */

#actions .action-completed {
	/*color: #838181;*/
	color: #686767;
}
#actions .action-completed .fa {
	cursor: default;
}

#actionexplanation {
	/*font-style: italic;*/
	margin-bottom: 5px;
}

.actionsubmitbutton {
	display: none;
}

#submitloadingcontainer {
	text-align: center;
	display: none;
}

#completed-container {
	text-align: center;
	display: none;
}

#contactPhoneScript {
	display: none;
}

/* 	COLORS */	
.red {
	color: #f50a0a;
}

.blue {
	color: #3498db;
	font-weight: 900;
}

.green {
	color: #47D447;
}

.orange {
	color:#eca100;
}

.purple {
	color: #9157A4;
}

.gray {
	color: #838181;
}

.legislators-called {
	padding-left: 0;
}

/* Social Styling */
.sharesociallabel {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
/* Twitter Styling*/

#closingmessage {
	font-style: italic;
}

.btn-disabled {
	cursor: default;
}


#errormessage {
	display: none;
}

#previewtweetscontainer {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
body {
	background-color: #47639E;
}

.twitterleg .picture {
	max-height: 200px;
	
	border: 0.2em solid #808080;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
}

.facebookleg .picture {
	max-height: 200px;
	
	border: 0.2em solid #808080;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
}

#advocatepicture {
	border: 0.2em solid #808080;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
	
	max-height: 150px;
	width: 75%;			
}




.bubble, .bubble textarea {
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	border-radius: 5%;
	padding: 5px;
}

.bubble
{
	position: relative;
	width: 100%;
	max-width: 500px;
	min-height: 120px;
	background: #EAEAEA;
	border: 5px solid #47639E;
	padding: 0;
	margin-top: 50px;
	
	-moz-box-shadow:    3px 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px 3px #ccc;
	box-shadow:         3px 3px 3px 3px #ccc;		
}

.bubble:after
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 11px 21px 11px 0;
	border-color: transparent #47639E;
	display: block;
	width: 0;
	z-index: 1;
	left: -21px;
	top: 49px;
	
}

.postingimage {
	display: none;
	height: 22px;
}

#advocatecontainer {	
	margin-top: 15px;
}

#successmessage {
	display: none;
}

.leg-name {
	color:#222;
	font-size:17px;
	line-height:120%;
}
.leg-desc {
	color:#555;
	font-size:14px;
}
.leg-twitter {
	color:#888;
	font-size:14px;
	font-style:italic;
	display:block;
}
.leg-with-photo {
	display:table-cell;
	padding-left:10px;
	vertical-align:middle;
}
.leg-photo {
	display:table-cell;
}

#email-sig {
	font-style: italic;
}

@media (max-width: 767px) {
    .twitterleg .name {
	    font-size: 12px;
    }	
    .facebookleg .name {
	    font-size: 12px;
    }	    
}

@media (min-width: 768px) {
    .twitterleg .name {
	    font-size: 14px;
    }
    .facebookleg .name {
	    font-size: 14px;
    }
}
@media (min-width: 992px) {
    .twitterleg .name {
	    font-size: 16px;
    }
    .facebookleg .name {
	    font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .twitterleg .name {
	    font-size: 18px;
    }
    .facebookleg .name {
	    font-size: 18px;
    }
}


/*.list-group-item:first-child {
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.list-group-item:last-child {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}*/
.leg-name {
	font-size:15px;
}
#facebookpreviewcontainer {
	font-size:15px;
	margin-left:-15px;
	margin-right:-15px;
}
/*.list-group-item {
	padding:4px 8px;
}*/
ul.legislators-called.row {
	margin-top:5px;
}

#action-tips-container .action-tip {
	display: none;
	font-size: 13px;
	font-style: italic;
}

#actionexplanation .legislators-called li[data-status="COMPLETED"] {
	background: #068751;
}
#actionexplanation .legislators-called .leg-call-icon-completed {
	color: #FFF;
}
#actionexplanation .legislators-called .status-icon * {
	display: none;
}
#actionexplanation .legislators-called .caller-tip {
	font-size: 11px;
    color: #000;
    position: relative;
    background-color: #F2EE76;
    padding-top: 5px;
    padding-bottom: 5px;
}
#actionexplanation .legislators-called .caller-tip:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #F2EE76;
    content: "";
    height: 0;
    left: 26px;
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 0;
}


/*
*	Celebration Animation
*/
#celebration {
	z-index: 9999;
    background: transparent;
    display: none;
}

/* New styles from Facebook */


#campaignFacebookPreview .message-greeting {
    margin-bottom: 5px;
}

.facebook-permissions-warning {
    font-size: 12px;
    display: none;
    text-align: left;
    font-weight: 300;
    line-height: 125%;
    margin-left: 16px;
    margin-right: 12px;
}
.facebook-permissions-warning:first-of-type {
    margin-bottom: 7px;
    margin-top:15px;
}
.facebook-permissions-warning:last-of-type {
    margin-bottom:15px;
}
.facebook-permissions-icon {
    display: table-cell;
    font-size: 19px;
    vertical-align: middle;
    width:20px;
    text-align:center;
}
.facebook-permissions-text {
    display: table-cell;
    padding-left:10px;
    text-align:left;
}

.paper {
    /*background-color:#F8F8F8;*/
    background-color:#555;
    color:#FFF;
    margin:0px 32px 0px 28px;
    position:relative;
}
.paper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 26px 26px 0;
    border-style: solid;
    border-color: #390039 #c3c3c3;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0px 0px rgba(0,0,0,0.3), -2px 2px 1px rgba(0,0,0,0.2);
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
.title {
    background-color:#a061a0;
    padding:5px 15px 5px 10px;
    color:#FFF;
    font-size:16px;
    font-weight:700;
}
.greeting {
    padding:5px 10px 0px 10px;
    font-size:13px;
}
.official-message {
    padding:0px 10px 15px 10px;
    font-size:13px;
    max-height:160px;
    overflow:hidden;
    font-family:'adobe-jenson-pro',Palatino,'proxima-nova',sans-serif;
    font-weight:300;
}
@media(max-width:600px){
    .official-message {
        font-size:14px;
    }
}

.overlay {
    background-color:#FFF;
    padding:14px;
    box-shadow:0px 0px 15px #999;
    /*border-radius:6px;*/
    border:1px solid #ccc;
    height:105px;
    z-index:9999;
}
.badge-add-message {
    position:relative;
    top:-24px;
    background-color:#a061a0;
    width:150px;
    font-size:11px;
    color:#FFF;
    font-weight:700;
    text-transform:uppercase;
    padding:4px 6px 4px 6px;
    /* 	left:11px; */
    left:1px;
    display:inline;
    border-left:2px solid #390039;
    box-shadow:1px 1px 2px #390039;
}
.badge-add-message:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -2px;
    border-width: 0px 0px 12px 12px;
    border-style: solid;
    border-color: #390039 transparent;
    display: block;
    width: 0;
    z-index: 1040;
}
.tweetcontentcontainer textarea {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

textarea.tweet-overlength {
  background-color: rgb(223, 113, 120);
  color: rgb(255, 255, 255);
}

.user-message {
    /*background-color:#ccc;*/
    position:relative;
    top:-15px;
    height:70px;
    font-size:15px;
    font-weight:700;
    color:#000;
    display:block;
    width:100%;
    border:none;
    resize:none;
}
.user-message:focus {
    outline: none;
}
.official-message a {
    text-decoration:none;
    color:#fff;
}
.official-message a:hover {
    text-decoration:underline;
    color:#fff;
}
.facebook-profile-link {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    background-color: #BFD0F2;
    padding: 1px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #AFC0E2;
    font-weight: 400;
}
.mce-panel {
    border:none;
    background-color:#FFF;
    background-image:none;
    background-repeat:none;
    height:82px;
    top:-20px;
    overflow: hidden;
}
#tinymce p {
    font-size:15px;
    font-family:proxima-nova,'proxima-nova','proxima nova',sans-serif;
    font-weight:700;
    color:#000;
    margin-top:4px;
    margin-bottom:4px;
    line-height:130%;
}
.official-list {
    margin:0px 32px 0px 28px;
    background-color:#555;
    z-index:10;
    position:relative;
}
.share-link-with {
    margin-top: 20px;
}
.badge-sendto {
    position:relative;
    top:-7px;
    background-color:#a061a0;
    width:150px;
    font-size:11px;
    color:#FFF;
    font-weight:700;
    text-transform:uppercase;
    padding:4px 6px 4px 6px;
    left:-12px;
    display:inline;
    border-left:2px solid #390039;
    box-shadow:1px 1px 2px #390039;
}
.badge-sendto:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: -2px;
    border-width: 12px 0 0 12px;
    border-style: solid;
    border-color: #390039 transparent;
    display: block;
    width: 0;
    z-index:9999;
}
ul.officials {
    background-color:#333;
    color:#FFF;
    list-style:none;
    padding:0px;
    position:relative;
}
ul.officials li {
    padding:10px 14px 10px 14px;
    border-top:1px #333 solid;
    cursor:pointer;
}
ul.officials li:first-child {
    padding-top:12px;
    border-top:none;
}
.official-name {
    font-size:15px;
    font-weight:700;
    line-height:99%;
}
.official-subtext {
    font-size:11px;
    padding-left:0px;
    font-weight:300;
}
.official-title {
    display:table-cell;
    padding-right:10px;
}
.official-party {
    display:table-cell;
}
.official-left {
    /*display:table-cell;*/
    font-size:22px;
    width:30px;
    float:left;
}
.official-my-own-timeline {
    position: relative;
    top: -9px;
}
.official-right {
    margin-left:35px;
    display:block;
}
.official-post {
    margin-left: 5px;
    padding: 10px;
    padding-left: 0;
}
.button-contain {
    text-align:center;
}
.post-button {
    background: #a061a0;
    /*box-shadow: 0px 4px 0px 0px #390039;*/
    border-radius: 5px;
    text-align: right;
    display: inline-block;
    margin: 5px 5px 5px 5px;
    min-width: 70px;
    border:none;
    padding:0px 7px 0px 15px;
}
.post-left {
    font-size:28px;
    padding:8px 15px 4px 0px;
    float:left;
    width:26px;
}
.post-right {
    font-size:20px;
    font-weight:700;
    display:block;
    margin-left:39px;
    padding:13px 5px 0px 0px;
}
.post-right i {
    font-size:16px;
    margin-left:5px;
}
.post-button:active {
    box-shadow:none;
    border:none;
    position:relative;
    top:1px;
    outline:none;
}
.post-button:hover {
    outline:none;
    border:none;
}

.official-available {
    border-left:3px solid #aaa;
}

.official-selected {
    background-color:#349600;
    border-left:3px solid #59FF00;
}

/*.official-list:before, .official-list:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 92%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.official-list:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}*/

#campaignFacebook .modal-footer, #campaignFacebookPreview .modal-footer {
    text-align: center;
}
#campaignFacebook .advocate-profile-picture {
    display:table-cell;
}
#campaignFacebook .advocate-intro {
    display:table-cell;
    padding-left:10px;
    vertical-align:middle;
}
#campaignFacebook .advocate-intro-container {
    margin-bottom: 20px;
}

span.modtitle.message-subject {
    font-weight: 700;
    font-size: 21px;
}

.phone-info-icon {
    position: absolute;
    top: 7px;
    left: 150px;
    color: #888;
}

.heading {
    background-color: #0B294F;
    padding: 15px;
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
    font-family: 'proxima-nova',sans-serif;
    margin-bottom: 20px;
    text-align:center;
}
