﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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



.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: 13px;
}
@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 */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


body {
    /*background: linear-gradient(to right, #cff5ff, #e9fbff);
    color: #444;*/
}

main{
    margin-top:100px;
}

.wrap-box {
    padding: 20px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    min-height: 180px;
    text-align: center;
    position: relative;
}
.btn {
    border-radius: 18px;
}

.btn-default {
    color: #666;
    background: #fff;
    border: 1px solid #888;
}

    .btn-default:hover {
        background: #f7f7f7;
    }

    .btn i{
        font-size:13px;
        margin-right:5px;
    }

.btn-custom {
    color: #fff;
    background: #1599ff;
}

    .btn-custom:hover {
        color: #fff;
        background: #0076d2
    }

.color-success {
    border: 1px solid #5bb8ff;
    border-top: 5px solid #5bb8ff;
}

.color-danger {
    border-top: 5px solid #ff6876;
}

.color-warning {
    border-top: 5px solid #ffb764;
}

.color-pri {
    border: 1px solid #8BC34A;
    border-top: 5px solid #8BC34A;
}

.form-submit{
    max-width:800px;
    min-width:500px;
    margin:auto;
}

.form-group label{
    font-weight:500;
}

.field-validation-error{
    font-style: italic;
}

.wrap-tab {
    position: absolute;
    left: -1px;
    top: -47px;
}

.tab-box {
    display: inline-block;
    border: 2px solid #5bb8ff;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 15px;
    color: #444;
    text-decoration: none;
    width: 130px;
}

    .tab-box:hover {
        text-decoration: none;
        color: unset;
    }

.wrap-tab .active {
    background: #5bb8ff !important;
    color: #fff !important;
    font-weight: 500;
}

.info-status-search {
    color: #1599ff;
}

.wrap-info-search p {
    margin-bottom: 0.5rem;
}

.table-history-status{
    font-size:15px; 
}

.icon-notice{
    font-size: 32px;
    border: 1px solid #28a757;
    display: inline-block;
    border-radius: 50%;
    padding: 8px 18px;
}

@media screen and (max-width: 440px) {
    .form-submit {
        max-width: 420px;
        min-width: 320px;
        margin: auto;
    }

}
@media (max-height: 1280px) {
    
}
/*@media only screen (min-height : 1290) {
    .contents {
        min-height: 0vh;
    }
}*/  
