@import url(../../../../base/groups/template/css/main.css);


/*-- Petitions Roles --*/
#mz-petitions-set-role-popup .bx-menu-ver {
    margin: 0;
}

.bx-cover-wrapper {
    position:relative;
    background-image: url(/m/petitions/template/images/cover.svg);
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}


div.mz_petitions_progress_outer {
	width:100%;
	background-color:#dddddd;
	border:1px solid #0099cc;
	border-radius: 15px;
}

div.mz_petitions_progress_outer div.progress_bar{
	border-radius: 15px;
	background-color:#FFA500;
	height:15px;
	font-size:12px;
	font-weight:bold;
	color:#0099cc;
	text-align:center;
} 


 

/*-- Event Calendar --*/
.mz-petitions-calendar-unit .bx-base-pofile-unit-with-cover {
    position: relative;
    width: 20rem;
}
.bx-layout-column-thin .mz-petitions-calendar-unit .bx-base-pofile-unit-with-cover,
.bx-media-phone .mz-petitions-calendar-unit .bx-base-pofile-unit-with-cover {
    width: 100%;
}
.mz-petitions-calendar-unit .bx-base-pofile-unit-with-cover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}