.red {
  background-color: #E53935 !important; }

.green {
  background-color: #73B819 !important; }

.green.lighten-1 {
  background-color: #A8B729 !important; }

html {
  font-size: 16px;
  background-color: white;
  font-family: Roboto, Arial, sans-serif; }

body {
  display: flex;
  min-height: 100vh;
  min-width: 400px;
  flex-direction: column; }

.clearer {
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  clear: both; }

.dashboard {
  position: relative;
  display: block;
  width: 100%; }
  .dashboard > div {
    position: relative;
    width: 33.3333%;
    display: block;
    float: left; }
    .dashboard > div > a {
      display: block;
      position: relative;
      background-color: #ffffff;
      border: 1px solid #A0A0A0;
      margin: 1rem;
      padding: 1rem;
      width: calc(100% - 2rem);
      height: 4.5rem;
      color: #73B819;
      font-size: 1.2rem; }
      .dashboard > div > a .row {
        margin-bottom: 0;
        height: 100%;
        display: flex;
        align-items: center; }
    @media only screen and (max-width: 1219px) {
      .dashboard > div {
        width: 33.3333%; } }
    @media only screen and (max-width: 979px) {
      .dashboard > div {
        width: 50%; } }
    @media only screen and (max-width: 719px) {
      .dashboard > div {
        width: 100%; } }

span.badge {
  min-width: 2.4rem;
  height: 2.4rem;
  background-color: #A8B729; }

span.badge span {
  width: 100%;
  text-align: center; }

.picker__date-display {
  background-color: #73B819; }

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  background-color: #73B819; }

.picker__day.picker__day--today {
  color: #73B819; }

.picker__close, .picker__today {
  color: #73B819; }

.grid {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #e0e0e0;
  line-height: normal; }
  .grid.fix-height {
    max-height: 700px; }

.grid-table {
  border: none;
  border-collapse: collapse;
  box-sizing: border-box; }
  .grid-table thead, .grid-table tbody {
    border: none;
    padding: 0;
    margin: 0; }
  .grid-table tr:hover {
    background-color: #FAF9F8; }
  .grid-table .blue.lighten-3 td, .grid-table .blue.lighten-3 th {
    background-color: #90CAF9; }
  .grid-table .fix-row th, .grid-table .fix-row td {
    position: sticky;
    z-index: 1; }
  .grid-table thead .fix-row th, .grid-table thead .fix-row td {
    top: 0; }
  .grid-table thead:not(:last-child) .fix-row th:after, .grid-table thead:not(:last-child) .fix-row td:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0; }
  .grid-table tbody .fix-row th, .grid-table tbody .fix-row td {
    top: 2.5rem; }
    .grid-table tbody .fix-row th:after, .grid-table tbody .fix-row td:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 100%;
      border-bottom: 1px solid #e0e0e0; }
  .grid-table .fix-col {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #ffffff; }
  .grid-table .fix-row .fix-col {
    z-index: 2; }
  .grid-table th, .grid-table td {
    white-space: nowrap;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    z-index: 0; }
    .grid-table th .cell-content, .grid-table td .cell-content {
      min-height: 2rem;
      display: flex;
      align-items: center; }
    .grid-table th > div, .grid-table td > div {
      display: inline-block;
      vertical-align: middle; }
  .grid-table tr:last-child td, .grid-table tr:last-child th {
    border: 0; }
  .grid-table th {
    font-weight: normal !important; }
    .grid-table th .cell-sort-link {
      min-height: 2rem;
      display: flex;
      align-items: center; }
    .grid-table th .cell-sort-link {
      color: #e0e0e0; }
      .grid-table th .cell-sort-link svg {
        height: 1.5rem;
        width: 1.5rem;
        fill: #e0e0e0; }
    .grid-table th a.cell-sort-link {
      color: #bdbdbd;
      height: 1.8rem; }
      .grid-table th a.cell-sort-link svg {
        fill: #bdbdbd; }
      .grid-table th a.cell-sort-link:hover {
        color: #73B819; }
        .grid-table th a.cell-sort-link:hover svg {
          fill: #73B819; }
  .grid-table td .cell-link {
    min-height: 2rem;
    display: flex;
    align-items: center; }
  .grid-table td .cell-link {
    color: #e0e0e0;
    margin-left: 0.2rem;
    margin-right: 0.2rem; }
    .grid-table td .cell-link svg {
      height: 1.8rem;
      width: 1.8rem;
      fill: #e0e0e0; }
  .grid-table td a.cell-link {
    color: #bdbdbd;
    height: 1.8rem; }
    .grid-table td a.cell-link svg {
      fill: #bdbdbd; }
    .grid-table td a.cell-link:hover {
      color: #73B819; }
      .grid-table td a.cell-link:hover svg {
        fill: #73B819; }
  .grid-table .cell-checkbox {
    padding: 0;
    width: 3rem; }
    .grid-table .cell-checkbox > div {
      width: 100%;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .grid-table .cell-checkbox > div label {
        margin: 0.2rem 1rem 0 0;
        padding: 0; }

.grid-pagination {
  float: right;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .grid-pagination .pag-pages, .grid-pagination .pag-page-items {
    float: none; }
  .grid-pagination .pag-page-items {
    margin-top: 0.5rem;
    text-align: right; }
  .grid-pagination .pag-button {
    margin: 0 3px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 1.5rem;
    color: #000000;
    border-bottom: 2px solid transparent;
    vertical-align: middle; }
    .grid-pagination .pag-button svg {
      height: 1.5rem;
      width: 1.5rem;
      fill: #A8B729;
      margin: 0;
      padding: 0; }
  .grid-pagination .pag-button.actual {
    border-bottom: 2px solid #A8B729; }

.positive svg {
  fill: #73B819 !important; }

.negative svg {
  fill: #E53935 !important; }

.neutral svg {
  fill: #64B5F6 !important; }

.grid-no-items {
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #e0e0e0; }

.elections-percent .col {
  display: flex;
  align-items: center;
  justify-content: center; }
  .elections-percent .col > div {
    margin: 0 0.5rem; }
    .elections-percent .col > div > div {
      background-color: #F6F6F6;
      border-radius: 2px;
      padding: 0.5rem;
      min-height: 3rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .elections-percent .col > div > div > div, .elections-percent .col > div > div svg {
        margin-right: 0.5rem; }
.elections-percent svg {
  height: 2rem;
  width: 2rem; }

.modal {
  padding: 1rem; }

.modal-footer {
  text-align: center !important; }
  .modal-footer a {
    margin: 0 1rem !important; }

.election {
  background-color: #f9f9f9;
  padding: 0.5rem 0 0.3rem 0;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 1rem; }
  .election .el-district {
    width: 100%;
    padding: 0 0.5rem; }
    .election .el-district h5 {
      margin-top: 0; }
  .election .row {
    margin-bottom: 0.5rem; }
    .election .row:last-child {
      margin-bottom: 0; }
  .election .col:first-child {
    padding-left: 0.5rem; }
  .election .col:last-child {
    padding-right: 0.5rem; }
  .election .el-candidates .el-col > div {
    background-color: #A0A0A0; }
  .election .el-voters .el-col > div {
    background-color: #d0d0d0; }
  .election .el-candidates-title h6, .election .el-voters-title h6 {
    font-size: 1.2rem; }
  .election .el-col {
    padding: 0.5rem;
    width: 16.6666666667%; }
    .election .el-col > div {
      display: flex;
      justify-content: space-between;
      border-radius: 2px;
      padding: 0 0 0 0.5rem; }
      .election .el-col > div > div {
        display: inline-flex;
        align-items: center; }
    @media only screen and (max-width: 1219px) {
      .election .el-col {
        width: 25%; } }
    @media only screen and (max-width: 979px) {
      .election .el-col {
        width: 33.3333333333%; } }
    @media only screen and (max-width: 719px) {
      .election .el-col {
        width: 50%; } }
  .election .el-user-name {
    max-height: calc(100% - 3rem);
    line-height: 1.2rem; }
  .election .el-user-close a {
    padding: 0.5rem;
    line-height: normal;
    vertical-align: middle;
    height: 2.5rem; }
    .election .el-user-close a:hover {
      background-color: grey; }
  .election .el-user-close svg {
    height: 1.5rem;
    width: 1.5rem; }

.success {
  background-color: #73B819; }

.info {
  background-color: #64B5F6; }

.error {
  background-color: #E53935; }

.flash {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 3rem;
  color: #ffffff; }
  .flash .flash-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    height: 100%; }
    @media only screen and (max-width: 1219px) {
      .flash .flash-content {
        width: 960px; } }
    @media only screen and (max-width: 979px) {
      .flash .flash-content {
        width: 700px; } }
    @media only screen and (max-width: 719px) {
      .flash .flash-content {
        width: 90%; } }

ul.error, ul.success {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 3rem;
  color: #ffffff; }
  ul.error li, ul.success li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding-left: 1rem; }

header {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 1.2rem; }
  header .header-row {
    position: relative;
    width: 100vw;
    height: inherit;
    z-index: 3; }
    header .header-row:last-child {
      background-color: #f9f9f9;
      z-index: 2; }
  header .header-content, header .header-content-second {
    position: relative;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto; }
    header .header-content > div, header .header-content-second > div {
      height: 100%;
      margin: 0; }
    header .header-content .header-title, header .header-content-second .header-title {
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      header .header-content .header-title.w100, header .header-content-second .header-title.w100 {
        width: 100%; }
    header .header-content .header-logo, header .header-content-second .header-logo {
      width: 159px;
      height: 4rem;
      display: flex;
      align-items: center; }
    header .header-content .header-menu, header .header-content-second .header-menu {
      width: calc(100% - 159px); }
      header .header-content .header-menu a, header .header-content-second .header-menu a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
        height: 100%;
        width: auto;
        color: #A0A0A0;
        font-size: 0.9rem; }
        header .header-content .header-menu a:hover, header .header-content-second .header-menu a:hover {
          background-color: #F6F6F6; }
    @media only screen and (max-width: 1219px) {
      header .header-content, header .header-content-second {
        width: 960px; } }
    @media only screen and (max-width: 979px) {
      header .header-content, header .header-content-second {
        width: 700px; } }
    @media only screen and (max-width: 719px) {
      header .header-content, header .header-content-second {
        width: 90%; }
        header .header-content .header-title.w100, header .header-content-second .header-title.w100 {
          width: 100%; } }
  header .header-content {
    height: 4rem; }
  header .header-content-second {
    height: 4rem; }
  header .header-line {
    position: relative;
    background-color: #e0e0e0;
    width: 100vw;
    margin: 0;
    height: 1px; }
  header .nav-content {
    height: 4rem; }
    header .nav-content .left {
      display: inline-flex; }
      header .nav-content .left > div {
        height: 100%; }
      header .nav-content .left .btn-flat {
        height: 4rem;
        padding: 0 1rem;
        color: #505050;
        display: flex;
        align-items: center; }
        header .nav-content .left .btn-flat:hover {
          background-color: #E0E0E0; }
        header .nav-content .left .btn-flat svg {
          width: 24px;
          height: 24px;
          fill: #505050; }
      header .nav-content .left .submenu-title {
        height: 4rem;
        line-height: 4rem;
        font-size: 1.3rem;
        padding-left: 10px;
        color: #505050 !important; }

footer {
  width: 100%;
  color: #ffffff;
  background-color: #A0A0A0;
  height: 3rem;
  font-size: 1rem; }
  footer .footer-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    height: 100%; }
    @media only screen and (max-width: 1219px) {
      footer .footer-content {
        width: 960px; } }
    @media only screen and (max-width: 979px) {
      footer .footer-content {
        width: 700px; } }
    @media only screen and (max-width: 719px) {
      footer .footer-content {
        width: 90%; } }
  footer .footer-right {
    margin: 0;
    line-height: normal; }
    footer .footer-right > div {
      height: 3rem;
      display: inline-flex;
      align-items: center;
      padding: 0;
      margin: 0;
      vertical-align: middle; }
      footer .footer-right > div.footer-user {
        padding-right: 0.5rem; }
      footer .footer-right > div a {
        height: 3rem;
        padding: 0.5rem; }
        footer .footer-right > div a:hover {
          background-color: grey; }
    footer .footer-right svg {
      height: 2rem;
      width: 2rem;
      fill: #ffffff; }

main {
  position: relative;
  clear: both;
  width: 100%;
  flex: 1 0 auto;
  margin: 0;
  padding: 0; }
  main .main-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
    height: auto; }
    main .main-content .row:last-child {
      margin: 0; }
    @media only screen and (max-width: 1219px) {
      main .main-content {
        width: 960px; } }
    @media only screen and (max-width: 979px) {
      main .main-content {
        width: 700px; } }
    @media only screen and (max-width: 719px) {
      main .main-content {
        width: 90%; } }

.main-center {
  height: calc(100vh - 7rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn input {
  width: 100%;
  height: 100%; }

i.btn {
  padding: 0; }
  i.btn input {
    padding: 0 2rem; }

.btn.green:hover, .btn-large.green:hover {
  background-color: #A8B729 !important; }

.btn.green:focus, .btn-large.green:focus, .btn-floating.green:focus {
  background-color: #A8B729 !important; }

input:focus:not([readonly]) + label {
  color: #73B819 !important; }

input:focus:not([readonly]) {
  border-bottom-color: #73B819 !important;
  box-shadow: 0 1px 0 0 #73B819 !important; }

.login {
  height: calc(100vh - 7rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .login .login-form {
    height: 300px;
    width: 300px; }

/*# sourceMappingURL=layout.css.map */
