/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/10/2014, 03:27:01 PM
    Author     : mau
*/


.list-group-item {
    border: none;
}
.badge {
    background-color: #3c97ac;
}
.box {
    background: none;
}
.btn {
    padding: 6.5px 12px;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.box ul, ol {
    margin-bottom: 10px;
}
.box ul li {
    margin: 0 0 14px 20px;
}
.box ul li a {
    color: #843fd3; /*#19758A;*/
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.box ul li a i {
    margin-right: 12px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.box ul li a span.badge {
    border-radius: 15px;
    float: right;
    padding: 4px 8px;
}
.badge {
    background-color: #843fd3;  /*#3c97ac;*/
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.box h2 {
    padding-bottom: 10px;
}
.page-wrapper .page-content .has-divider { 
    margin-bottom: 50px;
    padding-bottom: 25px;
}
.pagination > li > a, .pagination > li > span {
    cursor: pointer;
}
.bs-callout {
    padding: 5px 10px 10px 30px;
    margin: 20px 0;
    border: none;
    /*border-left-width: 5px;*/
    border-radius: 20px;
    background-color: #3C97AC;
    width: 95%;
}
.bs-callout-pink {
    /*border-left-color: #E84097;*/
}
.bs-callout h1, .page-wrapper .page-content h1 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 300;
}