@charset "UTF-8";

/*
*   Title:「 TMO 」ページ要素CSS
*   File Nmae: customize.css
*/


/*-----------------------------------------------------------
    共通定義
------------------------------------------------------------*/


/* 設定系のフォームスタイル */

.form-element-control {
    box-sizing: border-box;
    display: inline-block;
    height: 34px;
    line-height: 1.42857143;
    /*  margin-right: 2px; */
    vertical-align: middle;
    /*  border-radius: 4px; */
    border: 1px solid #ccc;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-element-control:focus {
    border-color: #9dc7e5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}


/* モーダル */

.modal-content .inner-wrap h5 {
    padding: 5px 0 10px 0;
    font-size: 1.3em;
    font-weight: bold;
    color: #215b82;
}


/* エラーメッセージ */

.errmsg {
    font-size: 0.95em;
    line-height: 1.6;
    color: #df6b6d;
    padding-bottom: 15px;
    overflow-wrap: break-word;
}


/* 文字色 */

.text-primary {
    color: #0f507a;
}

.text-info {
    color: #cfe8f3;
}

.text-danger {
    color: #df6b6e;
}


/* 背景色 */

.bg-default {
    background-color: #fff;
}

.bg-primary {
    background-color: #0f507a;
    color: #fff;
}

.bg-info {
    background-color: #cfe8f3;
    color: #fff;
}


/* 必須のスタイル */

.required {
    margin-left: 8px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.0;
    color: #fff;
    background: #df6b6e;
}


/* 検索キーワード入力欄 */

input.keyword-s {
    float: left;
    width: 192px;
    height: 31px;
    padding: 0px 10px;
    margin: 0px;
    font-size: 0.9em;
    background-color: #fff;
    border: 1px solid #cccccc;
}


/* アプローチリスト管理_フォルダーへリストをドロップ時のホバー */

.droppable-folder-hover {
    border: 2px solid #1775b1 !important;
}


/*  Margin Adjustment
------------------------------*/


/* margin bottom */

.mgn-b0 {
    margin-bottom: 0;
}

.mgn-b2 {
    margin-bottom: 2px;
}

.mgn-b5 {
    margin-bottom: 5px;
}

.mgn-b7 {
    margin-bottom: 7px;
}

.mgn-b8 {
    margin-bottom: 8px;
}

.mgn-b10 {
    margin-bottom: 10px;
}

.mgn-b12 {
    margin-bottom: 12px;
}

.mgn-b15 {
    margin-bottom: 15px;
}

.mgn-b18 {
    margin-bottom: 18px;
}

.mgn-b20 {
    margin-bottom: 20px;
}

.mgn-b25 {
    margin-bottom: 25px;
}

.mgn-b30 {
    margin-bottom: 30px;
}

.mgn-b35 {
    margin-bottom: 35px;
}

.mgn-b40 {
    margin-bottom: 40px;
}

.mgn-b50 {
    margin-bottom: 50px;
}

.mgn-b60 {
    margin-bottom: 60px;
}

.mgn-b70 {
    margin-bottom: 70px;
}

.mgn-l10 {
  margin-left: 10px;
}

.bg-approach-list-confirm-label {
  background: #cfe8f3;
  border-bottom: 1px solid #fff;
}

table.table-tags tr{
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 5px;
}
table.table-tags tr:first-child{
  border-top: 1px solid #cdcdcd;
}
table.table-tags tr td:first-child{
  background: #e3eff4;
  padding: 5px 10px 5px 20px;
}
table.table-tags span.tag {
  background: #f1eff0;
  border: 1px solid #cdd0cf;
  display: initial;
  padding: 5px 7px;
  margin-right: 5px;
  margin-top: 5px;
  line-height: 40px;
}
table.table-tags ul.tagit {
  border: none;
}
.bg-white {
  background: #fff;
}
table.table-tags td {
  border: none;
  border-top: none;
  border-bottom: none;
  padding: 10px 0px 10px 0px;
}
table.table-tags td ul {
  border-radius: initial;
  padding: 5px;
  padding-bottom: 0px;
}

table.table-tags td ul.tag-read-only{
  background: #f1f7fa;
}
table.table-tags td ul li.tagit-choice{
  border-radius: inherit;
  border: 1px solid #d5d8dc;
  padding: 3px 20px 0px 5px;
  margin-bottom: 3px;
  font-size: 14px;
  margin-right: 5px;
  min-width: 90px;
  text-align: left;
  white-space: pre-line;
}
table.table-tags td ul li.tagit-choice-read-only {
  background: #e8ecef;
  padding-right: 7px;
  font-weight: bold;
  color: #525252;
  font-size: 13px;
}
table.table-tags td ul li.tagit-choice a.tagit-close{
  color: #333;
  right: 4px;
  top: 12px;
}
table.table-tags td:last-child{
  border-bottom: 1px solid #d5d8dc;
  padding: 0px;
}
.vertical-align-initial {
  vertical-align: initial !important;
}
.pt-7px{
  padding-top: 7px !important;
}

a.tagit-close span.text-icon {
  font-size: 20px;
}

table.table-tags ul.tagit input[type="text"].ui-widget-content {
  width: 100px !important;
}

/*  Margin Adjustment
------------------------------*/
.prl-10{
  padding-right: 10px !important;
  padding-left: 10px !important;
}
