﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(/fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto/Roboto-Bold.ttf);
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto/Roboto-Light.ttf);
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto/Roboto-Thin.ttf);
    font-display: swap;
    font-weight: 200;
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto/Roboto-Medium.ttf);
    font-display: swap;
    font-weight: 400;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #fff;
}

table td {
    padding: 5px 10px;
}

.er-move-menu-150p {
    transition: .7s ease-out;
    margin-left: 150px;
}

.er-menu-list {
    list-style: none;
    color: #fff;
    padding: 0px 20px;
}

.er-menu-list-option {
    padding: 10px 0px;
    font-weight: 300 !important;
    font-size: 21px !important;
    cursor: pointer;
}

    .er-menu-list-option a {
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #fff !important;
    }

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

a {
    text-decoration: none !important;
    transition: .14s ease-out;
    color: #9FC53D;
}

    a:hover {
        color: #9FC53D !important;
    }

body {
    /* Margin bottom by footer height */
/*    margin-bottom: 60px;
*/    font-family: Roboto !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* ENERGY RING STYLES */
body {
    min-height: 100%;
    background: #EDEFED;
    background-size: cover;
}

.phase {
    display: none;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox label {
    padding-left: 0;
}

    .checkbox label:before {
        content: "";
        width: 20px;
        color: #000;
        height: 20px;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 10px;
        line-height: 20px;
        text-align: center;
        background-color: #fff;
        border: 2px solid gray;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        font-family: "Font Awesome 5 Pro";
    }

.checkbox input[type="checkbox"]:checked + label::before {
    content: "\f00c";
}

.navbar {
    background-color: #2E2E2E !important;
    border: 0px !important;
}

.phase {
    margin-bottom: 20px;
    padding: 0px 15px;
}

#image-box {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#image-box-c {
    height: 100px;
    max-height: 100px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.box-user-content {
    background-color: #fff;
    border-radius: 2px;
    min-height: 27px;
    padding: 4px 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

#login-info {
    font-size: 17px;
    color: #ff4e4e;
}

.upload-button {
    background-color: lightgray;
    text-align: center;
    height: 100px;
    transition: .14s ease-out;
}

    .upload-button:hover {
        background-color: gray;
    }

.upload-icon {
    transition: .14s ease-out;
    font-size: 40px;
    color: #fff;
}

#er-menu {
    height: 100%;
    width: 210px;
    position: fixed;
    top: 0;
    background-color: #2e2e2e;
    z-index: 9999999;
    left: -500px;
}

.er-label {
    width: 100%;
    margin-top: 10px;
}

.er-link {
    color: #18C47C;
}

.er-button {
    background-color: #9FC53D;
    color: #fff;
    border: 0px;
    font-size: 17px;
    text-transform: uppercase;
    padding: 9px 35px 8px;
    outline: none !important;
    transition: .14s ease-out;
}

    .er-button:disabled {
        background-color: #555555 !important;
        color: lightgray !important;
    }

.er-button:hover {
    background-color: #2e2e2e;
    box-shadow: 0px 2px 8px #2e2e2e;
}

.er-button-dashed {
    border: 2px dashed #9FC53D;
    background-color: transparent;
    outline: none !important;
    transition: .3s ease-out;
    border-radius: 5px;
    padding: 10px;
}

    .er-button-dashed:hover {
        border: 2px solid #2e2e2e;
        background-color: #2e2e2e;
        color: #fff;
        box-shadow: 0px 2px 4px #2e2e2e;
    }

.er-button-icon {
    transition: .14s ease-out;
}

    .er-button-icon:hover {
        color: #9FC53D;
    }

.er-input-file {
    background-color: #9FC53D;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 10px 30px;
    cursor: pointer;
    transition: .14s ease-out;
}

    .er-input-file:hover {
        background-color: #2e2e2e;
        box-shadow: 0px 2px 8px #2e2e2e;
    }

.er-input {
    border-radius: 1px;
    width: 100% !important;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    padding: 3px 10px;
    border: 2px solid #9FC53D;
    background-color: transparent;
    transition: .14s ease-out;
    color: #1c1c1c;
}

.er-input:hover {
    border: 2px solid #9FC53D !important;
}

.er-input-white {
    border: 0px;
    text-align: center;
    width: 120px;
    border-radius: 3px;
    outline: none;
}

.footer-content {
    background-color: #2E2E2E !important;
}

.all-but-footer {
    min-height: calc(100vh - 100px);
}

.item-footer {
    color: #fff;
}

.item-footer:hover {
    color: green;
}

.er-input-b-w {
    background-color: #fff;
}

.er-input-c-b {
    color: #000;
}

.er-input:focus {
    border: 2px solid #18C47C;
}

.er-bar {
    border-bottom: 2px solid #9FC53D;
    margin: 0px;
}

.overlay {
    background-color: rgb(0 0 0 / 56%);
    color: #fff !important;
    padding: 15px 10px 15px 35px;
}

.alert {
    position: fixed;
    background-color: red;
    left: -500px;
    bottom: 25px;
    color: #fff;
    max-width: calc(100% - 55px);
}

.success {
    background-color: green;
}

.warning {
    background-color: yellow;
}

.info {
    background-color: cornflowerblue;
}

.Logo {
    padding: 0px 10px 0px 20px;
    height: 110px;
}

.LogoAfter {
    font-weight: 900;
    color: #18C47C;
}

.GreenText {
    color: #9FC53D;
    font-size: 20px;
}

#descricao {
    font-family: Roboto;
    font-size: 18px;
    color: #747474;
    font-weight: 400;
    line-height: 21px;
}

label {
    margin-bottom: 0px;
}

h1 {
    color: #777777;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 400;
    line-height: 125%;
}

.Text {
    font-size: 20px;
}

.MediumText {
    font-size: 18px;
}

.SmallText {
    font-size: 15px;
}

.WhiteText {
    color: #fff !important;
}

.BlackText {
    color: #2e2e2e !important;
}

.Thin {
    font-weight: 300;
}

.Medium {
    font-weight: 400;
}

.Bold {
    font-weight: 500;
}

.UpperCase {
    text-transform: uppercase;
}

div#ui-datepicker-div {
    z-index: 999 !important;
}

.page-header {
    display: none !important;
}

body::before {
    background: unset !important;
}