/*!
    Created by Fabio Lobo
    http://fabiolobo.com.br
    contato@fabiolobo.com.br
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

:focus {
    outline-color: #568CBA;
    outline-style: dotted;
    outline-width: 1px;
}

html {
    font-size: 18px;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.66667rem;
}

body {
    background: #FFF;
    color: #231F20;
    font-family: Arial, sans-serif;
    margin: 0;
    min-width: 320px;
    padding-top: 60px;
}

figure,
picture {
    display: block;
    margin: 0;
}

img {
    border: 0;
    max-width: 100%;
    transition: opacity .3s ease-out;
}

img:not(.lazyload):not(.lazyloading) {
    height: auto;
}

a img:hover {
    opacity: 0.8;
}

a {
    color: #568CBA;
    text-decoration: none;
    transition: all .3s ease-out;
    transition-property: color, background-color, border, opacity;
}

a:active,
a:hover {
    color: #9DBA56;
    text-decoration: none;
}

p {
    margin: 30px 0;
}

ul,
ol {
    list-style: none;
    margin: 60px 0;
    padding: 0 0 0 30px;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul ul,
ol ol {
    margin-bottom: 0;
    margin-top: 0;
}

dl {
    margin: 60px 0;
}

dl :last-child {
    margin-bottom: 0;
}

dt {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

dd {
    margin: 7.5px 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

b,
strong {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

small {
    display: block;
    font-size: .66667rem;
    line-height: 1rem;
}

hr {
    background: #DDD;
    border: 0;
    clear: both;
    height: 3px;
    margin: 60px 0;
    width: 100%;
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    font-size: 0;
    line-height: 1;
}

.skip-to-content {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px 0 0 -30px;
    padding: 0;
    position: relative;
    width: calc(100% + 30px);
    font-size: 0;
    line-height: 1;
}

.cols--middle {
    align-items: center;
}

.cols--rtl {
    margin-top: -30px;
}

@media (min-width: 769px) {
    .cols--rtl {
        justify-content: flex-end;
    }
}

.col {
    display: inline-block;
    margin: 30px 0 0 30px;
    position: relative;
    vertical-align: top;
    width: 100%;
    font-size: 1.16667rem;
    line-height: 2rem;
}

.col--1-1 {
    max-width: calc(100% - 30px);
}

@media (max-width: 640px) {
    .col--1-2 {
        max-width: calc(100% - 30px);
    }
}

@media (min-width: 641px) {
    .col--1-2 {
        max-width: calc(50% - 30px);
    }
}

@media (min-width: 641px) and (max-width: 981px) and (min-width: 768px) {
    .col--1-2 {
        max-width: calc(100% - 30px);
    }
}

.col > :first-child {
    margin-top: 0;
}

.col > :last-child {
    margin-bottom: 0;
}

.max {
    width: 100%;
    clear: both;
    position: relative;
}

.wrapper {
    margin: 0 auto;
    min-width: 320px;
    position: relative;
    width: 100%;
}

.wrapper::after {
    clear: both;
    content: "";
    display: table;
}

@media (max-width: 768px) {
    .wrapper {
        padding: 0 15px;
    }
}

@media (min-width: 769px) {
    .wrapper {
        padding: 0 30px;
    }
}

.wrapper--login {
    align-items: center;
    border-top: 5px solid #6F8E3A;
    display: flex;
    justify-content: center;
    margin-top: -60px;
    min-height: 100vh;
}

.action {
    color: #568CBA;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    transition: color .3s ease-out;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 0;
    line-height: 1;
}

.action + .action {
    margin-left: 15px;
}

.action--disabled {
    display: none;
}

.action:hover {
    color: #9DBA56;
}

.action__text {
    margin-left: 5px;
    vertical-align: middle;
    font-size: .83333rem;
    line-height: 1.16667rem;
}

@media (max-width: 480px) {
    .action__text {
        display: none;
    }
}

.action--notext .action__text {
    display: none;
}

.action--resource.action--active svg > g > path:first-child,
.action--resource.action--active svg > g > circle:first-child {
    fill: #9DBA56;
}

.action--off path {
    fill: #9DBA56;
}

.color {
    color: #568CBA;
}

.color--ok {
    color: #9DBA56;
}

.color--caution {
    color: #DB931F;
}

.color--ohno {
    color: #BA5656;
}

.form {
    display: block;
    width: 100%;
}

.form__check {
    border: 1px solid #DDD;
    height: 15px;
    vertical-align: middle;
    width: 15px;
    margin: 0 7.5px 0 0;
}

.form__select,
.form__text,
.form__textarea {
    border: 1px solid #DDD;
    display: block;
    min-width: 150px;
    width: 100%;
}

.form__select,
.form__text {
    height: 30px;
}

.form__select__field,
.form__text,
.form__textarea {
    color: #231F20;
    font-family: Arial, sans-serif;
}

@media (max-width: 980px) {
    .form__select__field,
    .form__text,
    .form__textarea {
        font-size: .83333rem;
        line-height: 1rem;
    }
}

@media (min-width: 981px) {
    .form__select__field,
    .form__text,
    .form__textarea {
        font-size: 1rem;
        line-height: 1.16667rem;
    }
}

.form__select {
    position: relative;
    font-size: 0;
    line-height: 1;
}

.form__select::after {
    position: absolute;
    right: 5px;
    top: 50%;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 3.5px solid #231F20;
    content: "";
    display: inline-block;
    margin-left: 5px;
    transition: transform .3s ease-out;
    vertical-align: middle;
    width: 0;
}

.form__select__field {
    appearance: menulist-text;
    -webkit-appearance: menulist-text;
    height: 100%;
    padding: 0 2.5px;
    width: 100%;
}

.form__text {
    padding: 0 5px;
}

.form__term {
    font-weight: normal;
    font-size: .83333rem;
    line-height: 1rem;
}

.form__textarea {
    min-height: 120px;
    padding: 5px;
}

.form__button {
    background: #568CBA;
    border: 0;
    color: #FFF;
    cursor: pointer;
    display: block;
    text-align: center;
    transition: background .3s ease-out;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

@media (max-width: 768px) {
    .form__button {
        height: 45px;
        padding: 0 15px;
        font-size: .83333rem;
        line-height: 1.16667rem;
    }
}

@media (min-width: 769px) {
    .form__button {
        height: 60px;
        padding: 0 30px;
        font-size: 1rem;
        line-height: 1.33333rem;
    }
}

.form__button:hover {
    background: #9DBA56;
}

.form__obs {
    display: block;
    margin-top: 5px;
    font-size: .83333rem;
    line-height: 1.16667rem;
}

.form__obs--validate {
    color: #BA5656;
}

.graph__image {
    border: 1px solid #DDD;
    padding: 15px;
}

.graph__caption {
    display: block;
    margin-top: 10px;
    font-size: 0;
    line-height: 1;
}

.graph__caption__icon {
    display: inline-block;
    font-style: normal;
    margin-right: 30px;
    vertical-align: top;
    font-size: .83333rem;
    line-height: 1.16667rem;
}

.graph__caption__icon::before {
    background: #568CBA;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.graph__caption__icon--line::before {
    height: 3px;
    vertical-align: middle;
    width: 30px;
}

.graph__caption__icon--ok::before {
    background: #9DBA56;
}

.graph__caption__icon--caution::before {
    background: #DB931F;
}

.graph__caption__icon--ohno::before {
    background: #BA5656;
}

.graph__caption__icon:last-child {
    margin-right: 0;
}

.icon {
    display: inline-block;
    height: auto;
    position: relative;
    vertical-align: middle;
    font-size: 0;
    line-height: 1;
}

.icon svg {
    overflow: visible;
    transition: opacity .3s ease-out;
}

.icon svg:hover {
    opacity: 0.8;
}

.icon svg path {
    transition: fill .3s ease-out;
}

.icon--responsive svg {
    height: 100%;
    width: 100%;
}

.status {
    background: #568CBA;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-left: 7.5px;
    vertical-align: middle;
    width: 10px;
    font-size: 0;
    line-height: 1;
}

.status--ok {
    background: #9DBA56;
}

.status--caution {
    background: #DB931F;
}

.status--ohno {
    background: #BA5656;
}

.status--task {
    flex-shrink: 0;
}

@media (min-width: 981px) {
    .status--task {
        height: 15px;
        margin: 0 7.5px 0 0;
        width: 15px;
    }
}

@media (max-width: 980px) {
    .status--task {
        margin: 0 10px 0 0;
    }
}

.table {
    border-collapse: collapse;
    background: #DDD;
    width: 100%;
    table-layout: auto;
}

@media (max-width: 980px) {
    .table {
        font-size: .83333rem;
        line-height: 1.16667rem;
    }
}

@media (min-width: 981px) {
    .table {
        font-size: 1rem;
        line-height: 1.66667rem;
    }
}

.table--account-info {
    font-size: .83333rem;
    line-height: 1.16667rem;
}

.table tr {
    background: #DDD;
}

.table th {
    background: #F5F5F5;
}

.table td {
    background: #FFF;
}

.table th,
.table td {
    border: 1px solid #DDD;
    color: #231F20;
    text-align: left;
    width: auto;
}

@media (max-width: 980px) {
    .table th,
    .table td {
        padding: 11.5px 10px;
    }
}

@media (min-width: 981px) {
    .table th,
    .table td {
        padding: 15px;
    }
}

.table th:empty,
.table td:empty {
    background: transparent;
}

.table--account-info th,
.table--account-info td {
    padding: 11.5px 10px;
}

.table tfoot th,
.table tfoot td {
    padding: 0;
}

.table__nowrap {
    white-space: nowrap;
}

.task {
    align-items: center;
    background: #F5F5F5;
    border: 1px solid #DDD;
    color: #231F20;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

@media (max-width: 980px) {
    .task {
        padding: 12px 15px;
        font-size: .83333rem;
        line-height: 1.16667rem;
    }
}

@media (min-width: 981px) {
    .task {
        padding: 18px 15px;
        font-size: 1rem;
        line-height: 1.33333rem;
    }
}

.task:hover {
    color: #568CBA;
}

.task__text {
    flex-grow: 1;
}

.title {
    display: block;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

p + .title {
    margin-top: 60px;
}

@media (max-width: 980px) {
    .title--smaller {
        font-size: .83333rem;
        line-height: 1.16667rem;
    }
}

@media (min-width: 981px) {
    .title--smaller {
        font-size: 1rem;
        line-height: 1.66667rem;
    }
}

.title--small {
    font-size: 1rem;
    line-height: 1.33333rem;
}

.title--medium {
    font-size: 1.16667rem;
    line-height: 1.5rem;
}

@media (max-width: 768px) {
    .title--big {
        font-size: 1.16667rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 769px) {
    .title--big {
        font-size: 1.33333rem;
        line-height: 1.66667rem;
    }
}

.login {
    max-width: 300px;
    padding: 15px 0;
    width: 100%;
}

.login__logo {
    display: table;
    margin: 0 auto 30px auto;
}

.login__forgot {
    color: #BA5656;
    display: table;
    margin-top: 15px;
    font-size: .83333rem;
    line-height: 1.16667rem;
}

.login__forgot:hover {
    color: #568CBA;
}

.header {
    background: #6F8E3A;
    color: #FFF;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    font-size: 0;
    line-height: 1;
}

.header__bar {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 60px;
}

.header__logo {
    background: #9DBA56;
    height: 60px;
    padding: 15px;
    text-align: center;
    width: 60px;
}

@media (max-width: 768px) {
    .header__logo {
        margin-left: -15px;
    }
}

@media (min-width: 769px) {
    .header__logo {
        margin-left: -30px;
    }
}

.header__logo svg path {
    fill: #6F8E3A;
}

.header__has-submenu {
    cursor: pointer;
    transition: opacity .3s ease-out;
}

.header__has-submenu::after {
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 3.5px solid #FFF;
    content: "";
    display: inline-block;
    margin-left: 5px;
    transition: transform .3s ease-out;
    vertical-align: middle;
    width: 0;
}

.header__has-submenu--active::after {
    transform: rotate(180deg);
}

.header__has-submenu:hover {
    opacity: .8;
}

.header__submenu {
    background: #231F20;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 120%;
    transition: all .3s ease-out;
    width: 180px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .83333rem;
    line-height: 1.16667rem;
}

.header__submenu--active {
    max-height: 100vh;
    opacity: 1;
    overflow: visible;
    top: calc(100% + 19.5px);
}

.header__submenu::after {
    transition: top .3s ease-out;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6F8E3A;
    content: "";
    left: calc(10px - 5px);
    position: absolute;
    top: -5px;
    width: 0;
}

.header__submenu--active::after {
    top: 0;
}

.header__submenu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    padding: 12px 15px;
    transition: background .3s ease-out;
}

.header__submenu li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.header__submenu li:first-child {
    border-top: 0;
}

.header a {
    color: #FFF;
}

.header a:hover {
    color: #FFF;
    opacity: .8;
}

.header__account {
    flex-grow: 1;
    position: relative;
}

@media (max-width: 768px) {
    .header__account {
        padding: 0 15px;
    }
}

@media (min-width: 769px) {
    .header__account {
        padding: 0 30px;
    }
}

.header__account .icon {
    margin-right: 10px;
}

.header__account__domain {
    display: inline-block;
}

.header__account__name {
    display: inline-block;
    height: 21px;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .header__account__name {
        margin-left: -10px;
        font-size: 0;
        line-height: 1;
    }
}

@media (min-width: 481px) {
    .header__account__name {
        font-size: .83333rem;
        line-height: 1.16667rem;
    }
}

.header__account__info {
    font-size: .83333rem;
    line-height: 1.16667rem;
}

@media (max-width: 480px) {
    .header__account__info {
        left: -60px;
        min-width: 320px;
        width: 100vw;
    }

    .header__account__info::after {
        left: calc(90px + 7.5px - 5px);
    }
}

@media (min-width: 481px) {
    .header__account__info {
        left: 15px;
        width: 300px;
    }

    .header__account__info::after {
        left: calc(15px + 7.5px - 5px);
    }
}

.header__account__status {
    border: 1px solid #FFF;
}

@media (max-width: 640px) {
    .header__account__disk {
        display: none;
    }
}

@media (min-width: 641px) {
    .header__account__disk {
        display: inline-block;
        padding-left: 30px;
    }
}

.header__account__consumed {
    border-radius: 4.5px;
    border: 1px solid #FFF;
    display: inline-block;
    height: 6px;
    overflow: hidden;
    vertical-align: middle;
    width: 90px;
}

.header__account__consumed__bar {
    background: #FFF;
    display: block;
    height: 100%;
    width: 100%;
}

.header__options {
    font-weight: bold;
    position: relative;
}

@media (max-width: 768px) {
    .header__options {
        font-size: 0;
        line-height: 1;
    }
}

@media (min-width: 769px) {
    .header__options {
        font-size: .83333rem;
        line-height: 1.16667rem;
    }
}

@media (min-width: 769px) {
    .header__options .icon {
        margin-right: 10px;
    }
}

.header__options__server {
    display: inline-block;
}

.header__options__server > span {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .header .header__options__server > .icon {
        margin-right: 0;
    }
}

.header__options__links.header__submenu--active {
    top: 100%;
}

@media (max-width: 768px) {
    .header__options__links {
        right: 48px;
    }

    .header__options__links::after {
        left: auto;
        right: calc((18px / 2) + 10px - 5px);
    }
}

@media (min-width: 769px) {
    .header__options__links {
        left: 0;
    }
}

.header__options__support {
    margin-left: 30px;
}

.main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.sidebar {
    background: #231F20;
    flex-shrink: 0;
    min-height: calc(100vh - 60px);
}

@media (max-width: 768px) {
    .sidebar {
        margin-left: -15px;
        margin-right: 15px;
        text-align: center;
        font-size: 0;
        line-height: 1;
    }
}

@media (min-width: 769px) {
    .sidebar {
        margin-left: -30px;
        margin-right: 30px;
        width: 255px;
        font-size: .83333rem;
        line-height: 1.33333rem;
    }
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.menu__item--active::after {
    border-bottom: 7.5px solid transparent;
    border-right: 7.5px solid #FFF;
    border-top: 7.5px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 7.5px);
    width: 0;
}

@media (max-width: 768px) {
    .menu__item__text {
        display: none;
    }
}

@media (min-width: 769px) {
    .menu__item__text {
        margin-left: 15px;
        vertical-align: middle;
    }
}

.menu__item a {
    height: 60px;
    min-width: 60px;
}

@media (max-width: 768px) {
    .menu__item a {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .menu__item a {
        color: #FFF;
        display: block;
        padding: 18px 15px;
    }
}

.menu__item--active a,
.menu__item a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #FFF;
}

.content {
    flex-grow: 1;
    overflow: hidden;
}

@media (max-width: 768px) {
    .content {
        max-width: calc(100vw - 60px - 30px);
        min-width: calc(100% - 60px);
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

@media (min-width: 769px) {
    .content {
        max-width: calc(100vw - 255px - 60px);
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.content__wrapper {
    margin: 0 auto;
    max-width: 1110px;
    width: 100%;
}

.content__wrapper > :last-child {
    margin-bottom: 0;
}

.content__heading {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    font-size: 0;
    line-height: 1;
}

.content__heading .title {
    flex-grow: 1;
}

.content__box {
    border: 1px solid #DDD;
    padding: 15px;
}

.content__button {
    background: #568CBA;
    border: 0;
    color: #FFF;
    cursor: pointer;
    display: block;
    margin: 30px auto;
    max-width: 300px;
    text-align: center;
    transition: background .3s ease-out;
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.content__button:hover {
    background: #9DBA56;
    color: #FFF;
}

@media (max-width: 980px) {
    .content__button {
        padding: 12px 15px;
        font-size: .83333rem;
        line-height: 1.16667rem;
    }
}

@media (min-width: 981px) {
    .content__button {
        padding: 18px 15px;
        font-size: 1rem;
        line-height: 1.33333rem;
    }
}

.content__cols {
    margin-bottom: 60px;
}

.content__qrcode {
    display: block;
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
}

.content__table {
    margin-bottom: 60px;
    overflow: auto;
    width: 100%;
}

.content__table .content__heading {
    margin-bottom: 0;
}

.content__text {
    background: #F5F5F5;
    border: 1px solid #DDD;
    margin-bottom: 60px;
    padding: 15px;
}

@media (max-width: 980px) {
    .content__text {
        font-size: .83333rem;
        line-height: 1.33333rem;
    }
}

@media (min-width: 981px) {
    .content__text {
        font-size: 1rem;
        line-height: 1.66667rem;
    }
}

.content__text > :first-child {
    margin-top: 0;
}

.content__text > :last-child {
    margin-bottom: 0;
}

.footer {
    margin-top: 60px;
}

@media (max-width: 640px) {
    .footer {
        font-size: .66667rem;
        line-height: 1rem;
    }
}

@media (min-width: 641px) {
    .footer {
        align-items: flex-start;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        font-size: .83333rem;
        line-height: 1.16667rem;
    }
}

.footer__credits,
.footer__version {
    display: block;
}