﻿/* 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. */

.logo {
    width: 250px;
}

.font-header{
    font-size: 1rem;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #014C60;
}

.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 */
}


a:link {
    text-decoration: none;
}

a:hover {
    color: #014C60;    
    text-decoration: none
}

a:visited {
    color: #014C60;
    text-decoration: none
}

button[disabled] {
    cursor: not-allowed !important;
}

.card-body {
    color: #014C60 !important;
}

.btn-primary {
    background-color: #014C60 !important;
}


/* ------------------------------------------------------------------------------
 *
 *  # Login and related forms
 *
 *  Styles related to user login - logins, registration, password revovery, unlock etc.
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.login-cover {
    background: url('../images/login_cover.jpg') no-repeat;
    background-size: cover;
}

.login-container .page-container {
    padding-top: 40px;
    position: static;
}

    .login-container .page-container .login-form {
        width: 320px;
    }

        .login-container .page-container .login-form .thumb {
            margin: 0 auto 20px auto;
        }

    .login-container .page-container .login-form,
    .login-container .page-container .registration-form {
        margin: 0 auto 20px auto;
    }

@media (max-width: 480px) {
    .login-container .page-container .login-form,
    .login-container .page-container .registration-form {
        width: 100%;
    }
}

.login-container .page-container .nav-tabs.nav-justified {
    margin-bottom: 0;
}

    .login-container .page-container .nav-tabs.nav-justified > li > a {
        border-top: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #f5f5f5;
    }

    .login-container .page-container .nav-tabs.nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 3px 0 0 0;
    }

    .login-container .page-container .nav-tabs.nav-justified > li:last-child > a {
        border-right: 0;
        border-radius: 0 3px 0 0;
    }

    .login-container .page-container .nav-tabs.nav-justified > li.active > a {
        background-color: transparent;
    }

@media (max-width: 768px) {
    .login-container .page-container .nav-tabs.nav-justified {
        padding: 0;
        border-width: 0 0 1px 0;
        border-radius: 0;
    }

        .login-container .page-container .nav-tabs.nav-justified:before {
            content: none;
        }

        .login-container .page-container .nav-tabs.nav-justified > li > a {
            border-width: 0 !important;
        }
}

.login-container .footer {
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
    .login-options,
    .login-options .text-right {
        text-align: center;
    }
}


/* Estilos para validacion de login*/

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.nav-pills .nav-link.active {
    background-color: #014C60;
    border-color: #014C60;
}