﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}














body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}






















.campos {
    background-color: whitesmoke;
    left: 50%;
    top: 50%;
}

    .campos ul {
        list-style-type: none;
        list-style-position: outside;
        margin: 0px;
        padding: 0px;
    }

    .campos li {
        padding: 12px;
        border-bottom: 1px solid #eee;
        position: relative;
    }

        .campos li:first-child {
            border-top: 1px solid #777;
        }

        .campos li:last-child {
            border-bottom: 1px solid #777;
        }

    .campos label {
        width: 250px;
        display: inline-block;
        float: left;
        padding: 3px;
    }

input[type=submit] {
    background-color: #68b12f;
    border: 1px solid #509111;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    margin-bottom: 5px;
}

    input[type=submit]:hover {
        opacity: .85;
        cursor: pointer;
        background-color: #68b12f;
    }

.campos input, .campos textarea {
    border: 1px solid #aaa;
}

    .campos input:focus, .campos textarea:focus {
        background: #fff;
        border: 1px solid #555;
    }

*::-webkit-input-placeholder {
    font-size: 0.9em;
    font-style: italic;
}

*:-moz-placeholder {
    /* FF 4-18 */
    font-size: 0.9em;
    font-style: italic;
}

*::-moz-placeholder {
    /* FF 19+ */
    /*color: red;*/
    font-size: 0.9em;
    font-style: italic;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    /*font-size: 0.9em;*/
    font-style: italic;
}
