﻿/* 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 {
    src: url("../lib/font-awesome/webfonts/fa-light-300.ttf") format("ttf"), url("../lib/font-awesome/webfonts/fa-light-300.woff") format("woff"), url("../lib/font-awesome/webfonts/fa-light-300.svg") format("svg"), url("../lib/font-awesome/webfonts/fa-light-300.eot") format("eot");
    font-family: "Font Awesome Light";
}

@font-face {
    src: url("../fonts/TitilliumWeb-Semibold-webfont.ttf") format("ttf"), url("../fonts/TitilliumWeb-Semibold-webfont.woff") format("woff"), url("../fonts/TitilliumWeb-Semibold-webfont.svg") format("svg"), url("../fonts/TitilliumWeb-Semibold-webfont.eot") format("eot");
    font-family: "Titillium Web SemiBold";
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}


main[role="main"] {
    padding: 0 !important;
}

main[role="main"] .form-control {
    border-radius: 0;
    height: 40px;
    max-width: 100%;
    font-size: 14px;
}

main[role="main"] h1 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 35px;
    font-weight: 600;
}

h5 {
    font-family: "Titillium Web SemiBold";
    letter-spacing: 1px;
    font-weight: 600;
    color: #444444;
    font-size: 20px;
}

h6 {
    font-family: "Titillium Web SemiBold";
    letter-spacing: 1px;
    font-weight: 600;
    color: #444444;
    font-size: 20px;
}

.default-label, label {
    font-family: "Titillium Web SemiBold";
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
}

textarea {
    resize: none;
}

.w-20 {
    width: 20%;
}

a {
    background-color: #3862af;
    background-image: -webkit-linear-gradient(left, #2e355f 0%, #bf3c58 50%, transparent 50%);
    background-position: 100% 0;
    background-size: 200% 200%;
    color: transparent;
    -webkit-transition: .1s .2s;
    -webkit-background-clip: text;
    border-bottom: 1px solid #3862af;
}
a:hover{
    background-position: 0 0;
    color: transparent;
    -webkit-transition: .4s 0;
    text-decoration: none;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-md-blue, .btn-primary {
    font-family: 'Titillium Web SemiBold', sans-serif;
    letter-spacing: 1px;
    padding: 11px 40px;
    font-size: 16px;
    color: $white;
    background: #1c3763;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 40px;
}

.btn-md-blue:hover, .btn-primary:hover {
    color: #ffffff;
    background: #162b4d;
}

.form-control-file {
    font-family: 'Open Sans', sans-serif;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

.form-control {
    border: 1px solid #ccc;
}

.form-control:focus {
    box-shadow: none;
}

.custom-select {
    height: 42px;
    font-size: 14px;
    background: none !important;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ccc;
    display: block;
    border-radius: 0;
}

Select:focus {
    box-shadow: none !important;
}

.select-md-arrow {
    position: relative;
}

.select-md-arrow:after {
    font-family: "Font Awesome Light";
    content: '\f107';
    color: #1c3763;
    display: block;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 35px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.issue {
    display: none;
}
/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*Popup Modal Style*/
.modal-header h5, .modal-title {
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 600;
}

#modal-AcctDetails .modal-title {
    font-size: 35px;
}

.modal-body label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0;
    font-size: 15px;
}

.modal-body .form-control {
    border-radius: 30px;
}

.modal-body input.form-control {
    height: 40px;
    max-width: 100%;
    padding: 5px 20px;
}

#CPwdResultMsgText {
    letter-spacing: 0;
}

.modal-footer {
    display: block;
}

.downloadDesc {
    letter-spacing: 0;
}

.close {
    color: #333;
    margin: 15px;
}
