@charset "UTF-8";
/* Bootstrap 4.6.2 counter theme overrides */

/** ベースのフォントサイズ */
:root {
    font-size: 14px;
}

/** 見出し行のマージン */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/** ラベルのウェイト等スタイル */
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

/** チェックボックス、ラジオの位置調整 */
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

/** btn-defaultのスタイル */
.btn-default {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-default:active,
.btn-default.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default .badge {
    text-shadow: none;
}

.btn-default {
    transition: none;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #e0e0e0;
    background-image: none;
}

/** フルサイズモーダル */
.modal-full {
    max-width: none;
}

.modal-header .close {
    padding: 3px;
    margin: -2px -2px -2px auto;
}

/** 検索対象を選ぶの線の部分 */
hr {
    overflow: hidden;
}

/** 検索モーダルの段組み */
.flex-fill {
    flex: 1 !important;
    max-width: none !important;
}

/** 検索モーダルのnav タブ */
.nav-link {
    padding: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #000;
}

/** 問題番号検索のアイコン表示 */
.has-feedback label~.form-control-feedback {
    top: 35px;
    right: 15px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

/** Utilityクラス　デフォルトのtext-rightなどにスタイルが当たっているため */
.text-r {
    text-align: right !important;
}

.text-l {
    text-align: left !important;
}

/** チェックボックス、ラジオのラベル調整 */
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio label input,
.checkbox label input {
    padding-left: 5px;
    margin-bottom: 0;
    margin-right: 3px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    display: inline-block;
}

.card {
    display: none;
}

/** 選択問題一覧　背景色調整 */
.bg-primary {
    background-color: #337ab7 !important;
}

/** 関連問題モーダル　背景色調整 */
.panel-primary > .panel-heading {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

/** プログレスバー　幅調整 */
.exec_progress_modal .modal-dialog .modal-content {
    max-width: 250px !important;
}

/** プログレスバー　背景色調整 */
.progress-bar {
    background-color: #337ab7 !important;
}

/** 全選択modal　幅調整 */
#selectAllModal.modal {
    width:auto !important;
    height:auto !important;
    right: 0 !important;
    bottom: 0 !important;
}
@media (min-width: 695px) {
    #selectAllModal .modal-dialog .modal-content {
        display: inline-block;
        max-width:100%;
    }
}
@media (max-width: 695px) {
    #selectAllModal .modal-dialog .modal-content {
        max-width: 50% !important;
    }
}

/** datepicker　アイコン指定 */
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png) !important;
}

/** 類問検索　ボタン色調整 */
.btn-warning {
    color: #fff !important;
    background-color: #ec971f !important;
    border-color: #ec971f !important;
}
.btn-primary {
    background-color: #2c699e !important;
    border-color: #2c699e !important;
}


/** 保存modal　幅調整 */
#SaveModal.modal {
    width:auto !important;
    height:auto !important;
    right: 0 !important;
    bottom: 0 !important;
}
@media (min-width: 832px) {
    #SaveModal .modal-dialog {
        max-width: 50% !important;
    }
}
@media (max-width: 832px){
    #SaveModal .modal-dialog {
        max-width: 415px !important;
    }
}

#ruimon-tabcontent-modal .modal-dialog {
    width: auto;
    max-width: none;
    margin: .5rem auto;
}
@media (min-width: 768px) {
  #ruimon-tabcontent-modal .modal-dialog {
    width: 600px;
    max-width: 600px;
    margin: 1.5rem auto;
  }
}

@media (max-width: 992px) {
    #ruimon-searchmodal .modal-dialog {
        max-width: 100%;
    }
}

table#send_history_table > thead > tr > th,
table#send_history_table > tbody > tr > td,
table#send_history_table > tbody > tr.active > td{
    padding: 8px;
}
