﻿/* 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: 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 */
}


/* */
.val-msg {
}

.invalid.val-msg {
    border: 2px solid #cf321d !important;
}

.radiogroup.val-msg {
    padding: 3px;
    display: inline-block;
}

.radiogroup.invalid.val-msg {
    margin: 6px;
}



:root {
}

* {
    /*padding: 0;
    margin: 0;
    box-sizing: border-box;*/
    font-family: 'Alata', sans-serif;
}

.page-container {    
    display: flex;
    justify-content: center;
    align-items: center;
}

.shadow {
    -webkit-box-shadow: 27px 43px 43px -26px rgba(89,89,89,0.39);
    -moz-box-shadow: 27px 43px 43px -26px rgba(89,89,89,0.39);
    box-shadow: 27px 43px 43px -26px rgba(89,89,89,0.39);
}

.login-form-container {
    background: #f5f5f5;
    width: 860px;
    height: 540px;
    display: flex;
    flex-direction: row;
    box-shadow: 10px black;
    border-radius: 10px;
}

.login-form-right-side {
    width: 42%;
    border-radius: 10px 0px 0px 10px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background: #FF9842;
}

    .login-form-right-side h1 {
        color: white;
        font-size: 36px;
        width: 100%;
        text-align: center;
        opacity: 0.9;
        font-weight: bold;
        margin-top: 80px;
    }

    .login-form-right-side h3 {
        font-size: 16px;
        text-align: center;
        opacity: 0.8;
        font-weight: bold;
    }

    .login-form-right-side p {
        font-size: 12px;
        text-align: center;
        opacity: 0.8;
        margin-top: 85px;
    }

.login-form-left-side {
    width: 58%;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background: rgb(255,255,255);
    background: linear-gradient(287deg, rgba(255,255,255,1) 0%, rgba(243,244,244,1) 0%, rgba(255,255,255,1) 100%);
    
}
    .login-form-left-side h2 {
        font-size: 24px;
        width: 100%;
        text-align: left;
        opacity: 0.9;
        margin-top: 30px;
        font-weight: bold;
    }
         

.login-input-container {
    padding-top: 120px;
    width: 300px;
}

    .login-input-container .login-input-wrap {
        width: 300px;
        height: 45px;
        margin-top: 20px;
        border-radius: 2px;
        border-bottom: solid 2px #2178ff;
    }

        .login-input-container .login-input-wrap i {
            color: #2178ff;
            line-height: 45px;
        }

        .login-input-container .login-input-wrap input {
            background: none;
            border: none;
            line-height: 45px;
            padding-left: 10px;
            width: 267px;
        }

            .login-input-container .login-input-wrap input:focus {
                outline: none;
            }

.login-btn-wrap {
    margin-top: 50px;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
    background: #FF9842;
    font-weight: bold;
}

    .login-btn-wrap .login-btn {
        width: 95px;
        height: 35px;
        color: white;
        border: 0;
        border-radius: 4px;
        background: #FF9842;
    }

    .login-btn-wrap a {
        margin-top: 10px;
        text-decoration: none;
        font-size: 11px;
        color: #A6A6A6;
    }


.hamie-icon {
    display: inline-block;
    -webkit-mask: url('/images/hamie_icon.svg') no-repeat center;
    mask: url('/images/hamie_icon.svg') no-repeat center;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

    .hamie-icon.hamie-icon-sm {
        width: 20px !important;
        height: 20px !important;
    }

    .hamie-icon.hamie-icon-lg {
        width: 60px !important;
        height: 60px !important;
    }

    .hamie-icon.hamie-gray {
        background-color: gray;
    }

    .hamie-icon.hamie-red {
        background-color: #b22326;
    }

    .hamie-icon.hamie-yellow {
        background-color: #ffa500;
    }

    .hamie-icon.hamie-green {
        background-color: #5c9c36;
    }

    .hamie-icon.hamie-orange {
        background-color: #ff9628;
    }


/* ボタン 用 */

.btn-info {
    color: #fff;
    background-color: #ff9c34;
    border-color: #ff8300;
}

    .btn-info:hover {
        color: #fff;
        background-color: #ff8300;
        border-color: #ff8300;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 131, 0, 0.50);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #bababa;
        border-color: #bababa;
    }
    .btn-info.show {
        color: #fff;
        background-color: #ff8300;
        border-color: #ff8300;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #ff8300;
        border-color: #ff8300;
    }

    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 131, 0, 0.50);
    }

:root {
    --dt-row-selected-text: rgba(0, 0, 0, 1) !important;
    --dt-row-selected: 255, 236, 178 !important;
}