﻿html {
  font-family:  "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    /*padding-top: 70px;*/
}

h5 {
    color:#333;
}

.header
{
    background-color: #ffffff;
    border-bottom: 1px solid #CCC;
}
.header-img
{
    display: block;
    padding: 10px 0 10px 0;
}
.login-title
{
    font-size: 22px;
    padding: 10px 0px 0px 0px;
}

.normal-text
{
    padding: 0px 0px 0px 20px;
    color: #333;
}
.smallest-text
{
    padding: 10px 0px 0px 0px;
    color: #333;
    font-size:11px;
}

.text-pre-line {
    white-space: pre-line;
}

.field-validation-error{
    color: red;
    font-size:12px;
}

.text-indent{
    text-indent:-9999px;
}

/* Spacing */

.h-0 {
    height: 0%;
}

.w-0 {
    width: 0%;
}
.w-5 {
    width: 5%;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}
.w-65 {
    width: 65%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-85 {
    width: 85%;
}
.w-90 {
    width: 90%;
}
.w-95 {
    width: 95%;
}

/* Font */

.f-10 {
    font-size: 10px;
}

.f-12 {
    font-size: 12px;
}

/*メインコンテンツ****************************************************************************************/
#wrapper{
    width:auto;
    padding:5px;
    margin-top: 15px;
    text-align:left;
    clear:both
}

div.section {
    background-color: white;
    padding-bottom: 10px;
    border:solid 1px #7A889C;
    border-radius: 2px;
}

div.section .title {
    padding: 5px 10px;
    border-bottom: 4px double #EEE;
    background-color: #899ab4;
    color: #ebeff8;
    font-size:1.0em;
}

div.section .sub-container {
    padding: 10px;
}

/* 必須マーク */
.must {
    background:#cc3300;
}

/* 任意マーク */
.free {
    background:#ccc;
}

.must,
.free {
    color:#FFF;
    border-radius:3px;
    font-size:12px;
    margin-right:5px;
    padding:3px 8px;
    letter-spacing:0.2em;
}

.logout{
    color: #666;
    font-size:1.8em;
}

.logout:hover{
    color: #f078b4;
    font-size:2.0em;
}

/*ボタンコンテンツ****************************************************************************************/
.btn {
    cursor: auto;
}

.btn-logout{
    border-color:#666 !important;
    font-size:1em !important;
}

button.btn-add {
    color: #272B33;
    border-color: #737578;
    background-color: #EEF2F8;
}

button.btn-add:hover:not(:disabled) {
    border-color: #8FA694;
    background-color: #C5E6CD;
    box-shadow: #58665B 0.2px 0.2px inset;
}

/* カーソル */
.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

/*テーブル*/
table {
    border-spacing: 0;
}

table.form-table {
    border-collapse: separate;
    border:solid 1px #7A889C;
    font-size: 1em;
    width:100%;
}
table.form-table th {
    background-color: #e7ebf2;
}
table.form-table tr/*:not(:last-child)*/ > th {
    border-bottom:solid 1px rgba(122, 136, 156, 0.33 );
}
table.form-table th/*:not(:last-child)*/ {
    border-right:solid 1px rgba(122, 136, 156, 0.33 );
}
table.form-table th, table.form-table td {
    padding: 5px 5px;
}
table.form-table tr/*:not(:last-child)*/ > td {
    border-bottom:solid 1px rgba(122, 136, 156, 0.33 );
}
table.form-table td/*:not(:last-child)*/ {
    border-right:solid 1px rgba(122, 136, 156, 0.33 );
}

table.form-table th.title {
    color :#fff;
    background-color: #197dc8;
}

table.list-table {
    border-collapse: separate;
    border-radius: 2px;
    border:solid 1px #7A889C;
    width:100%;
    font-size: 0.9em;
}
table.list-table th, table.list-table td {
    padding: 5px;
}
table.list-table th {
    background-color:#e7ecf2;
}
table.list-table th/*:not(:last-child)*/ {
    border-right:solid 1px rgba(122, 136, 156, 0.33 );
}
table.list-table td/*:not(:last-child)*/ {
    border-right: solid 1px rgba(122, 136, 156, 0.33 );
}
table.list-table th, table.list-table tr/*:not(:last-child)*/ > td {
    border-bottom: solid 1px rgba(122, 136, 156, 0.33 );
}
table.list-table tr:hover {
    background-color: rgba(231, 236, 242, 0.33);
}

table.list-table-multirow {
    border-collapse: separate;
    border-radius: 2px;
    border:solid 1px #7A889C;
    width:100%;
    font-size: 0.9em;
}
table.list-table-multirow th, table.list-table-multirow td {
    padding: 5px;
}
table.list-table-multirow th {
    background-color:#e7ecf2;
}
table.list-table-multirow th {
    border-right:solid 1px rgba(122, 136, 156, 0.33 );
}
table.list-table-multirow td {
    border-right: solid 1px rgba(122, 136, 156, 0.33 );
}
table.list-table-multirow th, table.list-table-multirow tr > td {
    border-bottom: solid 1px rgba(122, 136, 156, 0.33 );
}
table.list-table-multirow tbody:hover {
    background-color: rgba(231, 236, 242, 0.33);
}

/* カテゴリ設定 カテゴリ一覧用 */
table.list-table-multirow2 {
    border-collapse: separate;
    border-radius: 2px;
    border:solid 1px #7A889C;
    width:100%;
    font-size: 0.9em;
}
table.list-table-multirow2 th, table.list-table-multirow2 td {
    padding: 5px;
}
table.list-table-multirow2 th {
    background-color:#e7ecf2;
}
table.list-table-multirow2 th {
    border-right:solid 1px rgba(122, 136, 156, 0.33);
}
table.list-table-multirow2 td {
    border-right: solid 1px rgba(122, 136, 156, 0.33);
}
table.list-table-multirow2 th, table.list-table-multirow2 tr > td {
    border-bottom: solid 1px rgba(122, 136, 156, 0.33);
}

table tr.bg-primary-subtle{
    background-color: #cfe2ff;
}

table.no-border {
    border-collapse: separate;
    border:0px;
    font-size: 0.9em;
    width:100%;
}

/*table.form-table td:not(:last-child) {
    border-right:0px;
}*/

table.layout-fixed {
    table-layout:fixed
}

.disabledCell {
    background-color:lightgray;
}

/*bootstrap上書き****************************************************************************************/
.dropdown-item {
  font-weight: 200;
  color: #333;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.9);
}

html {
    font-size: 14px;
}

.input-group-addon {
  padding: 9px 10px !important;
}

/* Tempus Dominus 上書き***********************************************************************************/
.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td {
    border: none !important;
    padding: 0.3rem;
    background-color: white;
}

/*フォームコントロール****************************************************************************************/
.form-radio-lg input[type='radio'] {
    width: 1.2rem;
    height: 1.2rem;
}
.form-radio-lg label {
    font-size: 1.2rem;
    padding-left: .25rem;
    padding-right: 1.25rem;
}

.form-radio-xl input[type='radio'] {
    width: 1.5rem;
    height: 1.5rem;
}
.form-radio-xl label {
    font-size: 1.5rem;
    padding-left: .25rem;
    padding-right: 1.25rem;
}

/* FireFox 対応 */
.form-radio-lg input[type="radio"] {
    display:none;
}
.form-radio-lg input[type="radio"]+label {
    position: relative;
}
.form-radio-lg input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #545454;
    border-radius: 100%;
    margin-right: 0.5rem;
}
.form-radio-lg input[type="radio"]:checked + label::before {
    background: #187fc3;
    background: linear-gradient(145deg, #529fd2, #187fc3);
    border-color: #187fc3;
}
.form-radio-xl input[type="radio"] {
    display:none;
}
.form-radio-xl input[type="radio"]+label {
    position: relative;
}
.form-radio-xl input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border: 1px solid #545454;
    border-radius: 100%;
    margin-right: 0.5rem;
}
.form-radio-xl input[type="radio"]:checked + label::before {
    background: #187fc3;
    background: linear-gradient(145deg, #529fd2, #187fc3);
    border-color: #187fc3;
}

/*Border Styles****************************************************************************************/
.border-dotted {
    border-style: dotted;
}

.border-dashed {
    border-style: dashed;
}

/*Select2関連****************************************************************************************/
.select2-container {
  font-size: 0.95rem;
}

.select2-container .select2-selection--single {
  border: 1px solid #ced4da;
  padding: 0.08rem 0.45rem;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.125rem;
  color: #495057;
  font-weight: 300;
  border-radius: 0.375rem;
  transition: border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
   border-color: #ced4da transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ced4da transparent;
  border-width: 0px 4px 5px 4px;
}

.select2-container--default .select2-selection--single:hover {
  border-color: #8fa4b8;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #007bff;
}

.select2-results__option[aria-selected]{
    padding:0.25rem 0.8rem;
}

/* Sticky footer */
.footer-sticky {
    position: sticky;
    bottom: 0;
    z-index: 99;
}

/*#menu-navbar {
    background-color: #efffff;
}*/

/* 演題登録フォームloading画面 */
#loading {
	position: fixed;
    height: 100%;
    width: 100%;
    transition: 1s;
    background-color: #ffffff;
    z-index: 99000;
    cursor: pointer;
   
}
#loading span {
  display: inline-block;
  margin: 0 -.05em;
  animation: loading 1.2s infinite alternate;
  
}

#loading span:nth-child(2) {
  animation-delay: .1s;
  
}
#loading span:nth-child(3) {
  animation-delay: .2s;
}
#loading span:nth-child(4) {
  animation-delay: .3s;
}
#loading span:nth-child(5) {
  animation-delay: .4s;
}
#loading span:nth-child(6) {
  animation-delay: .5s;
}
#loading span:nth-child(7) {
  animation-delay: .6s;
}
@keyframes loading {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}

#pointer-hand {
    width: 200px;
    margin: auto;
    text-align: center;
    cursor: grab;
}

#pointer-hand:active {
    cursor: grabbing;
}
