.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.title01{
    display: block;
    position: relative;
    /*z-index: 9999;*/
    font-weight: 700;
    font-size: 25pt;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0 0 0.6em 0.1e;
    color: #025c38;
}

.menu-nav{
    background-color: #025c38;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    font-weight: 600;
}
.menu-nav a{
    color: #fff;
    font-size: 10pt;
    font-style: initial; 
}
.menu-nav a>span{
    font-size: 16pt; 
}
.menu-nav a:hover{
    color: #000;
}
.navbar-toggle{
    background-color: #fff;
}
.navbar-nav>li>a.active,.navbar-header>a.active{
    color: #000;
}
.modal-content{
    border-style: groove;
    border-width: 10px;
    border-radius: 0;
}
.btn{
    border-radius: 0;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

footer{
    border-top-width: 1px;
    border-top-color: #025c38;
    margin-bottom: 20px;
    margin-top: 20px;
}
footer hr{
    background-color: #025c38;
    height: 1px;
    margin-bottom: 5px;
}
.dropdown-toggle:before{
    display:none;
}
.window-caption{
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
.fc-event-container:hover{
	cursor: url(http://intranet.fiern.org.br/sistemas/eventos/view/img/lupa-clientes.cur), default;
}

