﻿/* 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. */

.search-input {
    border: 1px;
    border-style: solid;
    border-color: #000000;
}
#leftSilder {
    height: 600px;
    overflow: auto;
}
.institution-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 1em auto;
}

.institution-icons .institution-icon {
    flex: 0 0 16%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.institution-icons .institution-icon span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #FCEEDB;
}

.institution-icons .institution-icon img {
    height: 30px;
}

.institution-icons .institution-icon p {
    margin-left: 1em;
    font-size: 0.9rem;
}

@media (max-width: 575.98px) {

    .institution-icons {
        width: 97.5%;
        flex-wrap: wrap;
        justify-content: left;
        margin-left: 20px;
    }

    .institution-icons .institution-icon {
        flex: 0 0 50%;
        margin: 0.5em 0;
        justify-content: left;
    }
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* 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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.company-color {
    background-color: #35668e;
}

.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background: #d3d3d3;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}

.drawer-close .drawer-hamburger-icon {
    background-color: #d3d3d3;
}

/* Chrome, Safari */
.form-control::-webkit-input-placeholder {
    color: #a9a9a9;
}

/* Firefox */
.form-control::-moz-placeholder {
    color: #a9a9a9;
}

/* Firefox 18以前 */
.form-control:-moz-placeholder {
    color: #a9a9a9;
}

/* IE */
.form-control:-ms-input-placeholder {
    color: #a9a9a9;
}

/* Toggle Bottun */
.toggle-btn-outline {
    color: #007bff;
    border-color: #007bff;
}

    /*
        .toggle-btn-outline:hover {
    }
    */

    .toggle-btn-outline:focus, .toggle-btn-outline.focus {
        box-shadow: none;
    }

    .toggle-btn-outline.disabled, .toggle-btn-outline:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .toggle-btn-outline:not(:disabled):not(.disabled):active, .toggle-btn-outline:not(:disabled):not(.disabled).active,
    .show > .toggle-btn-outline.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .toggle-btn-outline:not(:disabled):not(.disabled):active:focus, .toggle-btn-outline:not(:disabled):not(.disabled).active:focus,
        .show > .toggle-btn-outline.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.badge-assigned, .badge-assigned:hover, .badge-assigned:focus {
    color: #fff;
    background-color: #00a1e9;
}

    .badge-assigned:hover, .badge-assigned:focus {
        color: #fff;
        background-color: #00a1e9;
    }

    .badge-assigned:focus, .badge-assigned.focus {
        outline: 0;
        /*box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
    }

.badge-assigned-female, .badge-assigned-female:hover, .badge-assigned-female:focus {
    color: #fff;
    background-color: #fa96e4;
}

    .badge-assigned-female:hover, .badge-assigned-female:focus {
        color: #fff;
        background-color: #fa96e4;
    }

    .badge-assigned-female:focus, .badge-assigned-female.focus {
        outline: 0;
        /*box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
    }

.badge-unassigned, .badge-unassigned:hover, .badge-unassigned:focus {
    color: #fff;
    background-color: #d06d8c;
}

    .badge-unassigned:focus, .badge-unassigned.focus {
        outline: 0;
        /*box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);*/
    }

.trim-image-to-circle {
    background-image: url("/img/2304981.rsz.png");
    background-size: cover;
    width: 150px; /* ※縦横を同値に */
    height: 150px; /* ※縦横を同値に */
    border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
    background-position: center center; /* 横長画像の左上を基準に表示 */
    border: 3px solid #35668e;
}

.relative {
    position: relative;
    width: 180px;
}

.absolute {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: #000;
    width: 180px;
}

.absolute p {
    text-align: center;
}

.custom-default-control{
    border-color: #5c5c5c;
}

div.dataTables_scrollBody.dropdown-visible {
    overflow: visible !important;
}

.delete-row{
    background-color: darkgray;
}

.deduction-item {
    color: red;
}

.deduction-default {
    color: blue;
}

.card {
    overflow: visible !important;
}

.font-small {
    font-size:0.8rem;
}