﻿@media (min-height: 320px) {
    .ui.footer.form-page {
        bottom: 0;
        width: 100%;
    }
}

.main {
    min-height: 100%;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer {
    background-color: #0c1036;
    position: absolute;
    margin-top: -50px;
    left: 0;
    width: 100%;
    padding: 15px 0;
}


.ui.table thead th {
    cursor: auto;
    background: #0c1036 !important;
    text-align: inherit;
    color: #ffffff !important;
    padding: 0.92857143em 0.71428571em;
    vertical-align: inherit;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    border-bottom: 0.5px solid #222426;
    border-bottom: 0.5px solid rgba(34, 36, 38, 0.1);
    border-left: none;
}

.ui.blue.button {
    background-color: #0c1036;
    color: #ffffff;
    text-shadow: none;
    background-image: none;
}

.ui.inverted.segment,
.ui.primary.inverted.segment {
    background-color: #0c1036;
    color: #ffffff;
}

.ui.input.icon {
    width: 180px;
}

.ui.label.filtros {
    height: 46px;
}

.ui.checkbox label {
    cursor: pointer !important;
}

.ui.segment2 {
    font-size: 0.92857143em;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 #222426;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    margin: 0 !important;
    padding: 0.2em 1em 0 1em !important;
    border-radius: 0.28571429rem;
    border: 1px solid #222426;
    border: 1px solid rgba(34, 36, 38, 0.15);
}

    .ui.segment2:first-child {
        margin-top: 0;
    }

    .ui.segment2:last-child {
        margin-bottom: 0;
    }

.ui.divider2 {
  margin: 0.5rem 0rem;
  line-height: 1;
  height: 0em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
