.fma-modal {
  position: fixed;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
/*  z-index: 1050;*/
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;


	z-index:9999;
}
/*
.fma-modal.fma-modal-fade .fma-modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
*/
.fma-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.fma-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.fma-modal-backdrop.fma-modal-fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.fma-modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.fma-modal-header {
  min-height: 50px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.fma-modal-header .close {
  margin-top: -2px;
}

.fma-modal-header {
    border-color: #990700;
    position: relative;
    padding: 25px 0px 20px;
}




.fma-modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.fma-modal-body {
  position: relative;
  padding: 20px;
}
.fma-modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.fma-modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.fma-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.fma-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .fma-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .fma-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .fma-modal-sm {
    width: 300px;
  }
  .fma-modal-lg {
    width: 900px;
  }
}



.fma-modal-header { border-color: #990700; position: relative; padding: 25px 0 20px; }
.fma-modal-header .close { margin: -15px 20px; }
.fma-modal-header .btn-actions { margin: 15px 20px 0 0; }

.fma-modal-title { font-size:28px; font-weight:bold; text-transform: uppercase; color: #666666; line-height: 1em;;
padding-left: 20px; }
.fma-modal-title .badge { background: #f90; color: #000; text-align: center; vertical-align: middle; white-space: nowrap; -webkit-border-radius: 2px;
-moz-border-radius: 2px; border-radius: 2px; font-size: 21px; padding: 3px 4px; margin: 0 0 6px;  }
.btn img { vertical-align: middle; margin-right: 10px; }

.fma-modal-body h3 { font-size: 22px; color: #990700; }
.fma-modal-body .profile-img { border-radius: 3px; }
.fma-modal-body input { box-shadow:none; font-size: 15px; margin-bottom: 10px; }


.fma-modal .btn-danger:hover .fma-icon {
	opacity:1;
}

.fma-row {
	margin-right: -15px;
	margin-left: -15px;
	overflow:hidden;
}

.match-reasons {
    clear: both;
    margin: 0px 0px 10px;
    padding: 10px 0px;
    background: none repeat scroll 0% 0% #F60;
    border-radius: 4px;
    font-size: 12px;
    color: #FFF;
}

.fma-modal-body h3 {
    margin-top: 0px;
    font-size: 22px;
    color: #990700;
}

.match-reasons h3 {
//    padding: 10px 10px 5px 15px !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.match-reasons .fma-row {
	margin-right:15px;
	margin-left:15px;
}

ul.twitter-info {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    width: 70%;
}

ul.twitter-info li {
    line-height: 1.1em;
	font-size:15px;
}

.fma-modal-body p {
    font-size: 16px;
	margin:0px;
}
p.twitter-desc {
    margin-top: 10px;
    height: 90px;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.twitter-info li label {
    font-weight: normal;
	display:inline-block;
	margin-bottom:5px;
}

ul.twitter-info li span {
    float: right;
}




	
/* ENGAGE MODAL --------- */
	.confirm-mesg { position: absolute; top: 0; left: 0; width: 100%; padding: 10px 15px 5px; font-size: 12px;
			background: rgba(153,203,132,0.85); display: none; overflow: hidden; }
		.confirm-mesg p .fma-icon { margin-right: 6px; }
	
	/* Initial State --------- */
	.engage .fma-row { margin: 10px; }

	.engage { font-size:14px; border: 1px solid #ddd; padding:0px; margin: 10px 0;  }
	.engage.collapsed { font-size: 14px; padding: 0; background: #eee; }
 		.engage.collapsed a { color: #333; }
		
	.engage input, .engage .input-group > * { border-radius: 0; }
	
	.engage .initial a { padding:8px; border:2px solid transparent; display: block; color: #333; }
	.engage.collapsed .initial a { padding: 8px;  border: 2px solid #fff; }
	
	.engage .initial i { display: inline-block; width: 11px; height: 11px; background: url(../assets/images/caret_down.png) no-repeat; }
	.engage.collapsed .initial i  {background-image: url(../assets/images/caret_right.png); }
	.engage .initial a:hover, .engage .initial a:active, .engage .initial a:focus { text-decoration: none; }
	
	.engage .after { margin-top: 25px; }
	.engage.collapsed > .after { display: none; }
	.engage.collapsed > .initial { display: block; }
	.engage.inactive .engage-form, .engage.login-mode .engage-form { display: none; }	
	
	.engage .twitter-login { display: none; }
	.engage.login-mode .twitter-login { display: block; }
	.engage.login-mode .engage-form, .engage.login-mode .engage-mesg { display: none; }
	
	.engage .engage-mesg { display: none; }
	.engage.login-mode .engage-mesg { display: none !important; }
	.engage.inactive .engage-mesg { display: block; }

	.tweet-control { border: 1px solid #ccc; }
	.tweet-control textarea { border: 0; box-shadow: none; height: 75px; }
	.tweet-control .action-bar { text-align: right; padding: 7px; border-top: 1px solid #ddd; color: #999; }
	.tweet-control .action-bar .btn { color: #fff; background: #2d99c1; font-weight: bold; border-radius: 4px; }
	.tweet-control .action-bar .btn:hover { background: #0084b4; }
	.inactive .tweet-control .action-bar { color: #ccc; }
	
	.inactive .tweet-control{ border-color: #eee; }
	.inactive .tweet-control textarea[disabled] { background: #f2f2f2 }
	

	.tweet-control button img,
	.followButton img {
		vertical-align: middle; margin-right: 10px;
	}




	#basic-addon1, #basic-addon4 { padding: 6px 15px; font-weight: bold; }
	
	.engage .input-group { margin-bottom: 10px; }
	.engage .input-group:last-child { margin: 0; }
	.engage .input-group select { box-shadow: none; }
	
	.engage .engage-mesg { background: #eee; border: 2px solid #990700; padding: 15px; color: #777; text-align: center; min-height: 122px }
	.engage .engage-mesg p { font-size: 90%; }
	.engage .engage-mesg .btn { text-transform: uppercase; }


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}



	


.audience-type {
    margin-left: 10px;
}


div.tweet-pane { height: 220px; overflow: auto; margin-top: 0; border: 1px solid #eee; }
div.tweet-pane ul { list-style-type: none; padding-left: 0; margin: 0; }
div.tweet-pane ul li { margin-bottom: 15px; padding: 10px 10px 0; border-bottom: 1px solid #eee; }
div.tweet-pane ul li:nth-child(odd) { background: #f0f0f0; }
div.tweet-pane ul li:last-child { border-bottom: none; }
div.tweet-pane ul li span { font-size: 13px; color: #8899a6; }
div.tweet-pane ul li span a { color: #8899a6; }
div.tweet-pane ul li span a:hover { text-decoration: underline; color: #0084b4; }
div.tweet-pane ul li p { margin-bottom: 0; font-size: 15px; }

div.twitter-icons { background: url(../assets/images/icons_twitter.png) no-repeat; width: 178px; height: 14px; cursor: pointer; margin: 10px 0; }


.gr-member-summary {
    background: none repeat scroll 0% 0% #EEE;
    border-radius: 3px;
    padding: 10px;
    border: 5px solid #FFF;
}

.gr-member-summary img {

    width: 70px;
    border-radius: 3px;
    margin: 0px 10px 0px 0px;

}
.gr-member-summary h4 {

    margin: 0px 0px 3px;
    font-size: 14px;
    font-weight: 600;

}
.gr-member-summary ul {

    margin: 0px;
    padding: 0px;
    list-style: outside none none;

}
.gr-member-summary li {

    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
    overflow: hidden;
    font-size: 12px;
	margin:0px;
}




.twitter-can-reply {
	border:0;margin-bottom:10px;margin-right:31px;margin-top:10px;cursor:pointer;

	background:url('../assets/images/twitter-reply-hover.png');
	background-repeat:no-repeat;
	height:19px;
	width:16px;
	opacity:0.5;
	display:block;
	float:left;
}
.twitter-can-reply:hover {
	opacity:1;
}

.twitter-can-retweet {
	border:0;margin-bottom:10px;margin-right:31px;margin-top:10px;cursor:pointer;

	background:url('../assets/images/twitter-retweet-hover.png');
	background-repeat:no-repeat;
	height:19px;
	width:16px;
	opacity:1;
	display:block;
	float:left;
}
.twitter-can-retweet:hover, .twitter-can-retweet[data-iveretweeted=false]:hover {
	opacity:1;
}
.twitter-can-retweet[data-iveretweeted=true] {
	background:url('../assets/images/twitter-retweet-on.png');
}
.twitter-can-retweet[data-iveretweeted=false] {
	opacity:0.5;
}


.twitter-can-favorite {
	border:0;margin-bottom:10px;margin-right:31px;margin-top:10px;cursor:pointer;

	background:url('../assets/images/twitter-favorite-hover.png');
	background-repeat:no-repeat;
	height:19px;
	width:16px;
	opacity:1;
	display:block;
	float:left;
}
.twitter-can-favorite:hover, .twitter-can-favorite[data-myfavorite=false]:hover {
	opacity:1;
}
.twitter-can-favorite[data-myfavorite=true] {
	background:url('../assets/images/twitter-favorite-on.png');
	background-repeat:no-repeat;
}
.twitter-can-favorite[data-myfavorite=false] {
	opacity:0.5;
}



.faves-section-header {
	font-size:14px;font-weight: bold;color: #808080;margin-bottom:5px;
}

.faves-channel-separator {
	border-bottom: 1px solid #ccc;margin-bottom: 10px;
}


.tweetActions {
	overflow:hidden;
	float:clear;
}

.twitter-following {
	font-weight:bold;
}

.twitter-following img {
    display: none;
}




.fma-modal ul {
        list-style-type:none;
        padding-left:0px;
}

.fma-modal ul li {
        margin:0px;
}

.fma-modal hr {
    border-right: 0px none;
    border-left: 0px none;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 1px 0px;
    border-style: solid none;
    border-color: #DDD -moz-use-text-color #FAFAFA;
}

