﻿/* 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: 12px;
}

@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 */
    padding-top: 46px;
    /*padding-bottom: 20px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

.login-box {
    width: 100%;
    max-width: 500px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    font-size: 12px !important;
    font-family: Meiryo;
    margin-left: auto;
    margin-right: auto;
}

.dropdown-toggle::after {
    color: #000;
}

#loading {
    display: none;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .9 ) url('../img/loading.gif') 50% 50% no-repeat;
}

.login .title {
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: 0px !important;
}

.login .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.login .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}
@media (min-width: 576px) {
    .login .col-sm-6 {
        max-width: 57.5% !important;
    }
}

.home-btn {
    position: relative;
    padding: 15px 5px;
    margin-bottom: 10px;
    min-width: 80px;
    height: 65px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px;
}
    .home-btn i {
        font-size: 20px;
    }


.widget {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-color: lightgray;
}

.widget .widget-header {
    padding: 0 10px;
    height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    background-color: #2f353a;
    color: #ddd;
}

@media screen and (max-width: 480px) {
    .widget .widget-header {
        height: 100%;
    }
}

.widget .widget-header h3 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-family: "latobold";
    font-size: 1.1em;
    margin: 0;
    line-height: 35px;
    float: left;
}

@media screen and (max-width: 480px) {
    .widget .widget-header h3 {
        float: none;
    }
}

.widget .widget-content {
    padding: 20px 10px;
}

.btn-pill {
    border-radius: 10px;
    color: white;
    font-size: 12px;
    min-height:34px;
    text-overflow:clip;
    width:inherit;
    white-space:pre-wrap;
}

.default.btn-pill {
    background: #d9d9d9;
}

.success.btn-pill {
    background: #9cbb59;
}

.primary.btn-pill {
    background: #4bacc6;
}

.danger.btn-pill {
    background: #c0504d;
}

/*.left-sidebar {
    margin-top:-17px;
}*/
.main-menu a{
    cursor: pointer;
}