﻿/* 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-aspect-ratio: 8/5) {*/
/*  body {*/
/*    height: 100%; */
/*  }*/
/*}*/

.wallpager {
  height: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  height: auto;
  text-align: left;
}

.main {
  padding-top: 86px;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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

.bg-o365-red {
  background: #f65314
}

.bg-ms-blue {
  background: #0078d7
}

.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 *!*/
/*}*/
.bg-light {
  background-color: ghostwhite !important;
}
.footer-bg {
  border-top: 1px solid #263a8b;
  background-color: #3E3E3E;
  min-height: 180px;
}
.footer-link {
  height: auto;
  padding: 0
}

.footer-link ul {
  padding: 20px 0;
  text-align: center;
}

.footer-link ul li {
  position: relative;
  padding: 0 10px;
  display: inline-block;
}

.footer-link ul li:first-child {
  padding-left: 10px;
}

.footer-link ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 14px;
  margin-top: -6px;
  background: #dcdcdc;
}

.footer-link ul li:first-child:before {
  display: none;
}

.footer-link ul li a {
  color: #CCCCCC;
  font-size: 13px;
}

.footer-link ul li.policy a {
  color: #000;
  font-weight: 500;
}

.footer-link li.policy:after {
  display: none;
}

.footer-link ul:after {
  display: block;
  content: '';
  clear: both;
}

.footer-link .sns {
  position: absolute;
  right: 0;
  margin-top: -44px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.footer-blog{
  margin-right:5px;
}
.footer-home {
  margin-right: 20px;
}
.text-middle {
  vertical-align: middle;
}

.footer-middle {
  text-align: center;
  vertical-align: middle;
  margin: auto;
}

.footer-logo {
  text-align: right;
}

.footer-text-title {
  color: #CCCCCC;
}

.footer-text {
  text-align: left;
  color: #CCCCCC;
}
.footer-hr {
  margin-top:0px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #CCCCCC;
}

.middle {
  text-align: center;
  padding: 3% 0% 3% 0%;
}

.main-page {

  height:auto;
}

.main-bg{
  background-color:#F9f9f9;
}
.main-bar{
  background-color:#10438f;
  height:83px;
}
.main-font {
  text-align: center;
  line-height: 25px;
  letter-spacing: -0.08em;
}

.guide-box {
  width: 100%;
  height: 300px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.guide-box:hover{
  border: solid 1px #1353b3;
}

.guide-btn {
  color: #1353B3;
  background-color: transparent;
  background-image: none;
  border-color: #1353B3;
  border-radius: 0px !important;
  width: 196px;
  height: 42px;
}

.guide-btn:hover {
  color: #fff !important;
  background-color: #1353B3 !important;
}

.help-box {
  width: 100%;
  height: auto;
  background-color: #F1F1F1;
  padding: 3px 5px;
}
.help-btn {
  background-color: #1353B3;
  color: #fff;
  font-weight:bold;
  width: 35%;
  height: 40px;
}

.help-btn :hover{
  color:#fff;
}

.input-group-text {
  /*border-right: none;*/
}
.bg-readonly {
  border-left: none; 
  background-color: #e9ecef;
}

.btn-primary {
  background-color: #263A8B !important;
}
.help-btn-primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}