:root {
  --main-color: #395441;
  --hover-color: #5a8768;
  --second-color: #45674f;
  --menu-color: #3d523e;
  --side-bar-color: #2d3c30;
  --third-color: #324432;
  --light-color: #fff;
  --almost-light-color: #f9f9f9;
  --dark-color:#2b2b2b;
  --stripe-light: #ececec;
  --stripe-light-nth: #dadada;
  --light-gray:#f1f1f1;
  --medium-gray:#cccccc;
}

.mdl-layout__header {
    background-color: var(--main-color) !important;
}

.sidebar-nav .metismenu {
    background: white !important;
}

.sidebar-nav ul {
    background:  var(--second-color) !important;
}

::-moz-selection {
    background: var(--main-color) !important;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: var(--main-color) !important;
}

a {
    color: var(--main-color) !important;
}

.mdl-menu__outline{
    border-radius: 15px !important;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.14), 0 5px 2px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important
}

.button-rodape {
    position: fixed !important;
    bottom: 2vh;
    right: 1.8vh;
}