/* here you can put your own css to customize and override the theme */

/*Popular Petitions*/

.popular-petitions .petition {
    padding: 0;
    background-color: #fff;
    color: #333;
    margin-bottom: 15px;
}

.popular-petitions .petition .inner {
    border: 1px solid #cdcece;
    border-bottom: 1px solid #b7b7b7;
    padding: 8px 10px 0;
    -webkit-box-shadow: 0 1px 0px #cdcece;
    -moz-box-shadow: 0 1px 0px #cdcece;
    box-shadow: 0 1px 0px #cdcece;
}

.popular-petitions .petition .inner:hover {
    border: 1px solid rgb(173, 173, 173);
    cursor: pointer;
}

.popular-petitions .petition .inner .dateline {
    margin-top: 5px;
    color: #333;
}

.popular-petitions .petition .inner .dateline span {
    margin-right: 5px;
}

.popular-petitions .petition .inner .dateline i {
    margin-top: 0px;
}

.popular-petitions .petition .inner .title {
    position: relative;
    padding: 0px 4px 4px 0px;
    margin: 0px;
}

.popular-petitions .petition .inner .title h4 {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: normal;
    overflow: hidden;
    height: 56px;
}

.popular-petitions .petition .inner .title h4 a {
    color: rgb(87, 87, 87);
    font-weight: bold;
    font-size: 13px;
}

.popular-petitions .petition .inner .title h4 a:hover {
    text-decoration: none;
    color: #28708a;
}

.popular-petitions .petition .inner .status {
    width: auto;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    width: 100%;
    color: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
    font-family: "arial rounded mt bold", helvetica, arial, sans-serif;
    text-transform: lowercase;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.popular-petitions .petition .inner .bottom {
    padding-top: 5px;
    margin-bottom: 5px;
    height: 28px;
}

.popular-petitions .petition .inner .bottom .stats-narrow {
    display: block;
    float: left;
    margin: 0;
}

.popular-petitions .petition .inner .bottom  .stats span {
    display: inline-block;
    margin-right: 3px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

.popular-petitions .petition .inner .bottom  .stats strong {
    font-family: tahoma;
    font-size: 18px;
    font-weight: bold;
}

.popular-petitions .petition .inner .bottom  .stats .picture a {
    color: #333;
}

.popular-petitions .petition .inner .bottom  .stats .picture a:hover {
    text-decoration: underline;
}

.popular-petitions .petition .inner .bottom  .stats .picture i {
    margin-top: 0px;
}

.popular-petitions .petition .inner .bottom  .action {
    float: right;
}

.pet-graph {
    position: relative;
    margin: 20px 0px 0px 0px;
}

.pet-graph .thermometer {
    background-color: #5b5b5b;
    background-color: rgba(91, 91, 91, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

.mercury {
    min-width: 0%;
    max-width: 100%;
    background-color: #ed2d23;
    -moz-transition: width 10s ease-in-out;
    -webkit-transition: width 10s ease-in-out;
    -o-transition: width 10s ease-in-out;
    transition: width 10s ease-in-out;
    height: 5px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

.header {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 20px;
}

.header h3 {
    text-shadow: #fff 1px 1px 0;
    color: #5b5b5b;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.q1 {
    margin-left: 17px;
    font-weight: bold;
}

.picture-upload {
    display: none;
}

.header .pull-right {
    margin-top: 0px;
}

.header .filter a {
    font-weight: bold;
}

.header h1 {
    font-size: 18px;
    font-style: normal;
    line-height: 22px;
    margin: 5px 0;
    padding: 0px;
    text-shadow: #fff 1px 1px 0;
    color: #5b5b5b;
}

.header .pull-right {
    margin-top: 10px;
}

.container-create .btn-like {
    width: 270px;
    padding: 10px 25px;
}

.filter-body .form-actions .btn-like {
    padding: 11px 50px;
}

.btn-like {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    moz-box-shadow: #c31910 0 1px 0;
    -webkit-box-shadow: #c31910 0 1px 0;
    -o-box-shadow: #c31910 0 1px 0;
    box-shadow: #c31910 0 1px 0;
    background-color: #ed2d23;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f05149), color-stop(70%, #ed2d23));
    background-image: -webkit-linear-gradient(#f05149, #ed2d23 70%);
    background-image: -moz-linear-gradient(#f05149, #ed2d23 70%);
    background-image: -o-linear-gradient(#f05149, #ed2d23 70%);
    background-image: -ms-linear-gradient(#f05149, #ed2d23 70%);
    background-image: linear-gradient(#f05149, #ed2d23 70%);
    border: none;
}

.btn-like:hover,
.btn-like:active,
.btn-like.active,
.btn-like.disabled,
.btn-like[disabled] {
    color: #fff;
    -moz-box-shadow: #f43f06 0 1px 0;
    -webkit-box-shadow: #f43f06 0 1px 0;
    -o-box-shadow: #f43f06 0 1px 0;
    box-shadow: #f43f06 0 1px 0;
    background-color: #f94c16;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa6b3e), color-stop(70%, #f94c16));
    background-image: -webkit-linear-gradient(#fa6b3e, #f94c16 70%);
    background-image: -moz-linear-gradient(#fa6b3e, #f94c16 70%);
    background-image: -o-linear-gradient(#fa6b3e, #f94c16 70%);
    background-image: -ms-linear-gradient(#fa6b3e, #f94c16 70%);
    background-image: linear-gradient(#fa6b3e, #f94c16 70%);
}

.btn-pet {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .25);
    background-color: #019ad2;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#33bcef), to(#019ad2));
    background-image: -moz-linear-gradient(#33bcef, #019ad2);
    background-image: -ms-linear-gradient(#33bcef, #019ad2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33bcef), color-stop(100%, #019ad2));
    background-image: -webkit-linear-gradient(#33bcef, #019ad2);
    background-image: -o-linear-gradient(#33bcef, #019ad2);
    background-image: linear-gradient(#33bcef, #019ad2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#33bcef', endColorstr = '#019ad2', GradientType = 0);
    border-color: #057ed0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.btn-pet:hover,
.btn-pet:active,
.btn-pet.active,
.btn-pet.disabled,
.btn-pet[disabled] {
    background-color: #c43c35;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -moz-linear-gradient(#ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(#ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(#ee5f5b, #c43c35);
    background-image: -o-linear-gradient(#ee5f5b, #c43c35);
    background-image: linear-gradient(#ee5f5b, #c43c35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ee5f5b', endColorstr = '#c43c35', GradientType = 0);
    border-color: #a93730;
    border-bottom-color: #952f2a;
    color: #fff;
}

.icon-thumbs-up {
    background-position: -96px -144px;
}


.hotb {
    background-color: #ed2d23 !important; /* Petition signatures if greater than 50% */
}

.hott {
    color: #ed2d23 !important; /* Petition signatures if greater than 50% */
}

.openb {
    background-color: #0097C6 !important;
}

.opent {
    color: #0097C6 !important;
}

.label-info,
.badge-info {
    background-color: #3a87ad;
}

.label {
    border-radius: 3px;
}