﻿html {
    height: 100%;
    box-sizing: border-box;
    font-size: small;
}

body {
    background-color: #f3f3f3 !important;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: black !important;
}


.degrade {
    padding: 30px 30px 15px 30px;    
    
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.12), 0 1px 6px rgba(0,0,0,.12);
    box-shadow: 0 1px 6px rgba(0,0,0,.12), 0 1px 6px rgba(0,0,0,.12);
}

.footer {
    margin-top: 6rem;
    position: absolute;
    bottom: 0;
}

.bg-input {
    background-color: #f6f6f6 !important;
}

/* MISC  
----------------------------------------------------------*/

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.seletor:hover {
    background-color: #5c87b2;
    color: White;
}

.Form {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.12), 0 1px 6px rgba(0,0,0,.12);
    box-shadow: 0 1px 6px rgba(0,0,0,.12), 0 1px 6px rgba(0,0,0,.12);
}

.box-steps {
    margin: 10px;
    border: 2px solid #6c757d;
}

.spinner-border {
    vertical-align: middle;
    margin-top: 150px;
}

.container-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 9999;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #00000073;
}

.card-signin {
    border: 0;
    border-radius: 1rem;
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 80%;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

.form-label-group {
    position: relative;
}

.form-label-group > input {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}

.form-label-group label, .form-label-group a{
    margin-left: 10px;
    margin-top: 5px;
}

.box {
    padding: 60px 0px;
}

.box-part {
    background: #FFF;
    padding: 40px 10px;
    cursor: pointer;
}

.text {
    margin: 20px 0px;
}

.fa {
    color: #4183D7;
}

.bg-danger-50 {
    background-color: #dc35451f;
}

.circle-steps {
    border-radius: 100px !important;
    width: 50px;
    height: 50px;
    margin: 15px;
}

.icon-circle {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 4px;
    font-size: 2em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #dee2e6;
}

