.ods_maiuscula {
    text-transform: uppercase;
}

.preenchimento_obrigatorio {
    color: red;
}

.titulo {
    background: transparent;
}

.titulo p {
    font-size: 20px;
    padding-top: 2px;
}

.hbreadcrumb {
    background: transparent;
    font-size: 13px;
    margin-top: -12px;
}

.profile-picture {
    background: #F7F9FA;

}

#header{
    background-color: #f7f9fa;
}

.header-link {
    width: 181px;
    height: 55px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: #62CB31;
    text-align: center;
}

.navbar-form-custom .form-control {
    width: 320px;
}

.splash{
    background:transparent;

}

.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\276F\00a0";}

.exibir-links {
  margin-bottom: 5px;
  background: #ffffff;
}

.exibir-links .panel-body {
  padding: 6px 20px 8px;
}

.exibir-links:hover .panel-body {
  background: #fafcfd;
}

.landing-page header {
  background: url("/images/logo/header.png") 50% 0 no-repeat;
  height: 480px;
  padding-top: 50px;
  margin-bottom: 30px;
}

/* Toastr custom styles*/
/* Usado para exibir as notificacoes via js */
#toast-container {
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    margin: 10px auto 0;
}

#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success{
    background-image: none;
}

#toast-container > div {
    background: #fff;
    padding: 20px;
    color: #6a6c6f;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 1;
}


#toast-container > div:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toast-close-button {
    color: #000;
    opacity: 0.2;
}

.toast-info {
    background: #fff;
    border-left: 6px solid #3498db;
}
.toast-success {
    background: #fff;
    border-left: 6px solid #62cb31;
}
.toast-warning {
    background: #fff;
    border-left: 6px solid #ffb606;
}
.toast-error {
    background: #fff;
    border-left: 6px solid #e74c3c;
}

.toast-progress {
    opacity: 0.6;
}

.toast-info .toast-progress {
    background-color: #3498db;
}
.toast-success .toast-progress {
    background-color: #62cb31;
}
.toast-warning .toast-progress {
    background-color: #ffb606;
}
.toast-error .toast-progress {
    background-color: #e74c3c;
}
