.skin-black .wrapper, .skin-black .main-sidebar, .skin-black .left-side{
    background-color: red !important;
}

.bg-dark{
    background-color: #2e3538
}

.border-rounded{
    padding-top:0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: solid 1px #f1f1f1;
    box-shadow: 0px 0px 16px #D9D9D9;
}
.image-rounded{
    border-radius: 6px;
    -moz-border-radius: 6px;
    border: solid 0px #f1f1f1;
}

.border-rounded-petition{
    /*padding:15px;*/
    border-radius: 10px;
    opacity: 0.7;
    border: 1px solid #ACB7BB;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    border: solid 1px #f1f1f1;
    background-color: #E3E7E8
}

.petition-point-title{
    font-family: Heebo;
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 41px;
    text-align: center;
}

.petition-point-body{
    font-family: Heebo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 16px;
    margin-top: 16px;
    color: #2E3538;
}


/*BOTAO DARK*/
.btn-dark {
    background-color: #2E3538;
    color: #FFF;
    border-color: #ddd;
    border-radius: 8px 8px 8px 8px;
    padding-left:20px;
    padding-right: 20px;
}

.btn-dark:hover, .btn:focus, .btn.focus {
    color: #FFF;
    text-decoration: none;
    background-color: #455054;
}

/*BOTAO DEFAULT*/
.btn-default-custom{
    background-color: #FFFFFF;
    color: #171B1C;
    border-color: #ddd;
    border-radius: 8px;
    padding-left:20px;
    padding-right: 20px;
}

.btn-default-custom:hover, .btn-default-custom .btn:focus, .btn-default-custom .btn.focus {
    text-decoration: none;
    background-color: #E5E5E5;
    color:#171B1C !important;
}

/*BOTAO SUCCESS*/
.btn-success-custom{
    background-color: #00a65a;
    color: #FFF;
    border-color: #008d4c;
    border-radius: 8px;
    padding-left:20px;
    padding-right: 20px;
}

.btn-success-custom:hover, .btn-success-custom:focus,.btn-success-custom .btn.focus {
    text-decoration: none;
    background-color: #398439;
    color: #FFF;
}

/*BATAO DANGER*/
.btn-danger-custom{
    background-color: #dd4b39;
    color: #FFF;
    border-color: #d73925;
    border-radius: 8px;
    padding-left:20px;
    padding-right: 20px;
}

.btn-danger-custom:hover, .btn-danger-custom:focus,.btn-danger-custom .btn.focus {
    text-decoration: none;
    background-color: #d73925;
    color: #FFF;
}

