﻿/* 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. */



@media (min-width: 1500px)  {
    .container {
        max-width: 1340px;
    }
}
.card {
    border: 1px solid #92d2f4;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.breadcrumb {
    background-color: #f8f8f8;
    content: ">";
}
hr.headerrule {
    border: 1px solid #92d2f4;
}
a {
    color: #0074CC;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
    color: #161616;
    font-weight: 700;
}

h1 {
    font-size: 4.0rem;
    line-height: 5.0rem;
    color: #000;
}

th {
    background-color: #00478f;
    color: #fff;
}

body {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #4d4d4d;
    background-color: #f8f8f8;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    font-size: 22px;
}
.largemargin {
    margin-top: 8em!important;
}
.btn-primary {
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: .8rem;
    border: 0;
    /*background-color: #0061c2;*/
    background-color: #00478f;
    color: #fff;
    padding: .8rem 2.4rem;
    line-height: 2.4rem;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.btn-small {
    font-size: 1.1rem;
    padding: .5rem 1.4rem;
    line-height: 1.4rem;
}

.btn-primary:hover {
    background-color: #00478f !important;
    text-decoration: underline
}

a .bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #00478f !important;
}

.nav {
    background-color: #f8f8f8;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0061c2;
    border-color: #0061c2;
}

/* 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 */
}



/*Modal Login*/
.modal-login {
    color: #636363;
    width: 350px;
}

.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.modal-login h4 {
    text-align: center;
    font-size: 26px;
}

.modal-login .form-group {
    position: relative;
}

.modal-login i {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 18px;
}

.modal-login .form-control {
    padding-left: 40px;
}

.modal-login .form-control:focus {
    border-color: #00ce81;
}

.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-login .hint-text {
    text-align: center;
    padding-top: 10px;
}

.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-login .btn, .modal-login .btn:active {
    border: none;
    background: #00ce81 !important;
    line-height: normal;
}

.modal-login .btn:hover, .modal-login .btn:focus {
    background: #00bf78 !important;
}

.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
    justify-content: center;
}

.modal-login .modal-footer a {
    color: #999;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

