/**
 *  Do not remove the comments below. It's the markers used by wiredep to inject
 *  less dependencies when defined in the bower.json of your dependencies
 */
/**
 *  If you want to override some bootstrap variables, you have to change values here.
 *  The list of variables are listed here bower_components/bootstrap/less/variables.less
 */
/*
*Alter o valor das diretivas abaixo para mudar o padrão de cores do portal
*
*/
.principal-color {
  background-color: #006b2d;
}
.primary-text-color {
  color: #006b2d;
}
.secondary-color {
  background-color: #a81612;
}
footer.page-footer {
  background-color: #a81612;
}
.browsehappy {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
.thumbnail {
  height: 200px;
}
.thumbnail img.pull-right {
  width: 50px;
}
.white {
  background-color: white;
}
.header-imput input {
  color: #333333;
}
@media only screen and (min-width: 601px) {
  nav,
  nav .nav-wrapper i,
  nav a.button-collapse,
  nav a.button-collapse i {
    height: 84px;
    line-height: 84px;
  }
}
.brand-logo > img {
  height: 60px;
}
.header-search-wrapper {
  /* margin: 10px auto 0 240px;
   width: 600px;
   height: 40px;*/
  display: inline-block;
  position: relative;
}
.header-imput {
  display: inline;
  padding: 0 0 0 20px;
  max-width: 200px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.no-margin,
div.no-margin,
.row .no-margin {
  margin: 0;
}
.no-display {
  display: none;
}
main {
  margin-top: 30px;
  min-height: 300px;
  padding-left: 300px;
  padding-right: 60px;
}
li.logo {
  padding: 10px 0;
  text-align: center;
}
ul.side-nav > li > a.text-white {
  color: white;
}
.space {
  display: block;
  height: 120px;
}
#toast-container {
  left: 0;
  width: 100%;
}
#toast-container > div {
  float: none;
  margin: auto;
  margin-bottom: 10px;
}
#toast-container > div.error {
  background-color: #e53935;
}
#toast-container > div.success {
  background-color: #43a047;
}
#toast-container > div.warning {
  background-color: #ffa000;
}
#toast-container > div.info {
  background-color: #0288d1;
}
.pagination li.active {
  background-color: #006b2d;
}
.margin-left {
  margin-left: 20px;
}
.padding-left {
  padding-left: 20px;
}
.margin-right {
  margin-right: 20px;
}
.border-top {
  margin-top: 10px;
  border-top: 1px solid #dddddd;
}
td {
  padding: 5px;
}
h6.padding-10 {
  padding: 10px;
  line-height: 30px;
}
img.padding-right-20 {
  margin-right: 20px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a81612;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a81612;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a81612;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a81612;
}
.breadcrumb:before,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
small {
  font-weight: bold;
}
input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.5);
}
.md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar),
md-toolbar.md-hue-1:not(.md-menu-toolbar) {
  background-color: #a81612;
}
a.md-button.md-default-theme.md-accent.md-raised,
a.md-button.md-accent.md-raised,
a.md-button.md-default-theme.md-accent.md-fab,
a.md-button.md-accent.md-fab,
.md-button.md-default-theme.md-accent.md-raised,
.md-button.md-accent.md-raised,
.md-button.md-default-theme.md-accent.md-fab,
.md-button.md-accent.md-fab {
  background-color: #006b2d;
}
a.md-button.md-default-theme.md-accent.md-raised:not([disabled]):hover,
a.md-button.md-accent.md-raised:not([disabled]):hover,
a.md-button.md-default-theme.md-accent.md-fab:not([disabled]):hover,
a.md-button.md-accent.md-fab:not([disabled]):hover,
.md-button.md-default-theme.md-accent.md-raised:not([disabled]):hover,
.md-button.md-accent.md-raised:not([disabled]):hover,
.md-button.md-default-theme.md-accent.md-fab:not([disabled]):hover,
.md-button.md-accent.md-fab:not([disabled]):hover {
  background-color: #006b2d;
}
a.md-button.md-default-theme.md-primary,
a.md-button.md-primary,
.md-button.md-default-theme.md-primary,
.md-button.md-primary {
  color: #006b2d;
}
mdp-date-picker .md-button.md-icon-button {
  margin: 0;
}
md-input-container {
  margin: 0;
}
.input-field md-input-container label {
  top: -20px;
}
.input-field md-input-container label.active {
  font-size: 1.2em;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label,
md-input-container:not(.md-input-invalid).md-input-focused label {
  color: #a81612;
}
.btn,
.btn-large {
  background-color: #006b2d;
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.side-nav a {
  height: auto;
  line-height: normal;
}
.side-nav li a.spaced {
  padding-top: 20px;
  padding-bottom: 20px;
}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 10px 37.5px 10px 45px;
}
h6.resume {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
h5.left-spaced {
  margin-left: 30px;
}
/* Dropdown Button */

.dropbtn {
  cursor: pointer;
}
/* Dropdown button on hover & focus */

.dropbtn:hover,
.dropbtn:focus {
  background-color: #cccccc;
}
/* The container <div> - needed to position the dropdown content */

.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.Mydropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
/* Links inside the dropdown */

.Mydropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */

.Mydropdown-content a:hover {
  background-color: #f1f1f1;
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {
  display: block;
}
/**
 *  Do not remove the comments below. It's the markers used by gulp-inject to inject
 *  all your less files automatically
 */

