#posts-filter
{
 opacity: .0;
}
.md-wrap-popupform {
    position: fixed;
    top: 50px;
    left: 15%;
    z-index: 99999;
    display: none;
    overflow: hidden;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
	-webkit-box-shadow: 0 0 10px #173859;
	-moz-box-shadow: 0 0 10px #173859;
	box-shadow: 0 0 10px #173859;
    color: black;
    font-size: 16px;
    font-family: 'arial';
    width: 515px;
   /*  height: 375px; */
}
#imagewaitfbl {
    display: block;
    /* margin: 0px; */
    margin-top: -30px;
    margin-left: 500px;
    margin-right: 0px;
    position: absolute;
    width: 30px;
    /* clear: both; */
}
.button.cardealer-close-submit
{
  margin-top:-28px !important;
}
.button.cardealer-close-dialog
{
    margin-top: -28px;
    margin-left: 100px;
}
/*
.cardealer-wrap-edit
  {
	margin: .5em;
  	margin-bottom: 1em;  
    margin-right: 2em;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #173859;
	-moz-box-shadow: 0 0 10px #173859;
	box-shadow: 0 0 10px #173859;
    width: 500px;
    height: 375px;
    padding: 10px;
    font-size: 16px;
}
*/
.md_info_popup {
    position: fixed;
    top: 48%;
    left: 48%;
    z-index: 1001;
    display: none;
    overflow: hidden;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: green;
    -webkit-box-shadow: 
        inset 0 0 0 1px rgba(0,0,0,.6), 
        inset 0 0 0 2px rgba(255,255,255,.2);
    -moz-box-shadow: 
        inset 0 0 0 1px rgba(0,0,0,.6), 
        inset 0 0 0 2px rgba(255,255,255,.2);
    box-shadow: 
        inset 0 0 0 1px rgba(0,0,0,.6), 
        inset 0 0 0 2px rgba(255,255,255,.2);
    color: #fff;
    font-size: 22px;
    font-family: 'arial';
    z-index: 999999;
}
.cardealer-editform-title
{
 font-size:  30px;
 color: #006799;
 max-width: 100%;
 border-bottom: 1px solid gray;
 padding: 5px;
 padding-right: 0px;
 padding-bottom: 10px;
 margin-bottom: 10px;
 display:block;
}
#cardealer_form_help
{
  width: 30px;
}
.cardealer_range, .cardealer_range_slider
{
  margin-top: -10px;
  margin-bottom: 10px;
}
.cardealer-close-submit
{
    margin-top:  20px;
}
.bill-vote {
	overflow: auto;
	color: #111;
}
.bill-vote-wrap {
	margin: .5em;
    max-width:650px;
    margin-right: 2em;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #173859;
	-moz-box-shadow: 0 0 10px #173859;
	box-shadow: 0 0 10px #173859;
    font-size: 14px;
}
.ACTIVATED_BOATDEALERPLUGIN,
.ACTIVATED_CARDEALERPLUGIN,
 .ACTIVATED_ANTIHACKERPLUGIN,
 .ACTIVATED_REPORTATTACKS,
 .ACTIVATED_STOPBADBOTS,
 .BOATDEALERPLUGIN-wrap-vote,
 .CARDEALERPLUGIN-wrap-vote,
 .ANTIHACKERPLUGIN-wrap-vote,
 .REPORTATTACKS-wrap-vote,
 .STOPBADBOTS-wrap-vote 
  {
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #173859;
	-moz-box-shadow: 0 0 10px #173859;
	box-shadow: 0 0 10px #173859;
    margin: 0px auto;
    max-width: 750px;
    text-align:center !important;
    margin: 1em auto;
}
.boat_dealer_plugin-wrap-deactivate,
.cardealer_dealer_plugin-wrap-deactivate,
.report_attacks-wrap-deactivate,
.anti_hacker-wrap-deactivate,
.stop_bad_bots-wrap-deactivate
  {
	margin: .5em;
    margin-right: 2em;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #173859;
	-moz-box-shadow: 0 0 10px #173859;
	box-shadow: 0 0 10px #173859;
    width: 650px;
}
.bill-vote-clear {
	height: 0;
	clear: both;
}
.bill-vote-gravatar {
	float: left;
	width: 90px;
}
.bill-vote-gravatar img {
	margin: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.bill-vote-message {
	overflow: auto;
	margin-left: 90px;
	padding: 0 2em;
	background: #fff;
	border-left: 1px solid #ddd;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    text-align: left;
}
.bill-vote-message p {
	margin: 1.5em 0;
	line-height: 1.5;
    font-size: 14px;
}
.bill-vote-message a.button,
.bill-vote-message span 
{ 
    margin-right: 0.5em; 
    margin-top: 0.5em;
}
