@charset "UTF-8";

/* navbar-fixed-topは以下必須 */


/*body { padding-top: 50px; }*/


/* メインンコンテンツ部 */

#main {}


/*全体*/

td,
th {
    word-break: break-all;
}

.control-label.required:after {
    content: "*";
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* チェックボックス選択時の表示 */

.btn-radio.active:not(.btn-custom),
.btn-checkbox.active:not(.btn-custom) {
    border-color: #46b8da;
    background-color: #5bc0de;
    color: white;
}

.btn-radio.active.btn-custom,
.btn-checkbox.active.btn-custom {
    color: #333!important;
}

.btn-custom {
    background-color: #ccc !important;
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#ccc");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
    background-image: -moz-linear-gradient(top, #fff, #ccc);
    background-image: -ms-linear-gradient(top, #fff, #ccc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
    background-image: -webkit-linear-gradient(top, #fff, #ccc);
    background-image: -o-linear-gradient(top, #fff, #ccc);
    background-image: linear-gradient(#fff, #ccc);
    border-color: #ccc;
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69);
    -webkit-font-smoothing: antialiased;
}


/*開閉パネル*/

.panel-heading {
    padding: 0;
    /*padding: 10px 15px;*/
}

.panel-title {
    /*padding: 0;*/
    padding: 5px 10px;
}

a.accordion-toggle {
    display: block;
    padding: 5px;
}

.accordion-toggle {
    display: inline-block;
    /* background: transparent url(../images/common/icon_close.png) 100% 50% no-repeat; */
}

.accordion-toggle.collapsed {
    /* background: transparent url(../images/common/icon_open.png) 100% 50% no-repeat; */
}


/* ** データ領域のスクロールテーブル ** */

.js-scroll-table .thead-div {
    margin: 0;
    padding: 0;
}

.js-scroll-table .tbody-div {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}


/* *** 見出しスタイル *** */

.navbar-inverse {
    background-color: #519a97;
    border-color: #297470;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

navbar-inverse {
    background-color: #519a97;
    border-color: #297470;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}

nav .logo {
    vertical-align: middle;
    line-height: 48px;
}

nav .logo img {
    height: 35px;
    width: auto;
}


/* ** メニュー ** */

#sidebar {
    display: -moz-inline-box;
    display: block;
    position: fixed;
    top: 0;
    /* ↓navbar-fixed-top */
    /*top: 50px;*/
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #519a97;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #ccc;
    width: 150px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar ul li.side-tgl-menu {
/*    background: transparent url(../images/sidebar/nav_icon_toggle.png) 100% 0 no-repeat;*/
}

#sidebar ul li:hover {
    background-color: #3e6b69;
}

#sidebar ul li.open {
    background-position: 100% -40px;
}

#sidebar ul li#side-close {
/*    background-image: url(../images/sidebar/nav_icon_close.png);*/
    background-position: 11px 50%;
    background-repeat: no-repeat;
    font-size: 0.86em;
    color: #dcebea;
    height: 40px;
    line-height: 40px;
    padding-left: 31px;
    cursor: pointer;
}

#sidebar ul li.current {
    background-color: #fff;
}

#sidebar ul li#side_home.current a {
    color: #297470;
    background-image: url(../images/sidebar/nav_icon_home_crnt.png);
}


/* 15/7/21 mitsunaga */

#sidebar ul li > a:not(.link-logout),
#sidebar ul li > span {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 31px;
    color: #fff;
    border-bottom: 1px solid #297470;
    background-repeat: no-repeat;
    background-position: 12px 50%;
    cursor: pointer;
    text-decoration: none !important;
}

#sidebar ul li#side_home a {
    background-image: url(../images/sidebar/nav_icon_home.png);
}

#sidebar ul li#side_basic span {
    background-image: url(../images/sidebar/nav_icon_basic.png);
}

#sidebar ul li#side_info span {
    background-image: url(../images/sidebar/nav_icon_info.png);
}

#sidebar ul li#side_result span {
    background-image: url(../images/sidebar/nav_icon_result.png);
}

#sidebar ul li#side_system span {
    background-image: url(../images/sidebar/nav_icon_system.png);
}

#sidebar ul li > ul {
    padding: 5px 0;
    background-color: #dcebea;
    display: none;
}

#sidebar ul li.open > ul {
    display: block;
}

#sidebar ul li > ul li {
    font-size: 0.93em;
    background: none;
}

#sidebar ul li > ul li:hover {
    background-color: #fff;
}

#sidebar ul li > ul li a {
    height: auto;
    line-height: 2;
    border: none;
    color: #157753;
/*    background: transparent url(../images/sidebar/nav_icon_arw.png) 17px 50% no-repeat !important;*/
}

#sidebar #side-open {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
/*    background: #519a97 url(../images/sidebar/nav_icon_open.png) 50% 50% no-repeat;*/
    text-indent: -9999em;
    display: none;
    cursor: pointer;
    //margin-top:-64px;
}


/*Loadingのくるくる*/

#loading {
    width: 60px;
    height: 60px;
    margin: -10px 0 0 -10px;
    padding: 5px;
    background: #FFF;
    opacity: 0.75;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
}


/*ブラウザのスピンボタンを無効化 ※ただし、FireFoxはどうにもできない*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0;
}


/*管理画面 未使用行の背景色 15/01/05 sakamoto*/

table tr.row_not_use {
    background-color: #dfdfdf;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0;
}

table thead th {
    background-color: #ededed;
}

table tbody th {
    background-color: #fafafa;
}


/* 数値入力の小サイズ用。 */

.number-short {
    width: 100px !important;
    text-align: right;
}


/* ファイルアップロード用 */

.fileupload-box {
    /*float: left;*/
    display: table-cell;
    /*height: 31px;*/
    height: 29px;
    overflow: hidden;
    position: relative;
    width: 93px;
}

.fileupload-box .btn-dummy,
.fileupload-tenp-box .btn-dummy {
    position: absolute;
    right: 0;
    z-index: 1;
}

.fileupload-box input[type="file"],
.fileupload-tenp-box input[type="file"] {
    cursor: pointer;
    font-size: 315px;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.ajax-file-upload span.file-name {
    padding-left: 10px;
}

.ajax-file-upload .delete {
    padding-left: 30px;
}

.ajax-file-upload span.file-name,
.ajax-file-upload .delete {
    /*    vertical-align: middle;*/
    height: 29px;
    display: table-cell;
}

.ajax-file-upload .delete label {
    margin-top: 0 !important;
}

.ajax-file-upload img {
    max-width: 300px;
    max-height: 300px;
}

.fileupload-tenp-box {
    float: left;
    height: 31px;
    margin-left: 100px;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
    width: 46px;
}


/* 案件画像の幅 */

.article-image img {
    max-width: 200px;
}


/* 合計行共通クラス */

.total-row {
    color: #337ab7;
    font-weight: bold;
}

.total-row td,
.total-row th {
    border-top-width: 2px!important;
}


/* 15/5/28 mitsunaga form-control一行分に高さを抑えたテキストエリア */

textarea.narrow {
    height: 34px;
}


/*　151212_nagata　追加　*/

.navbar-brand {
    font-size: 1.7em;
    color: #EB953A !important;
}

h1 {
    color: #5f5f5f;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}

h2 {
    border-left: 7px solid #EB953A;
    color: #003559;
    font-size: 135%;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
}

h3 {
    /*background-color: #003559;*/
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-radius: 5px;
    color: #fff;
    margin-top: 5px;*/
}

label {
    display: inline-table;
    /*margin-left: 5px;*/
    margin-bottom: 0!important;
    margin-top: 8px;
    color: #444;
}

.kbn {
    width: 100%;
    border-bottom: 3px solid #e29924;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.width-0 {
    width: 0!important
}

.width-20 {
    width: 20px!important
}

.width-30 {
    width: 30px!important
}

.width-40 {
    width: 40px!important
}

.width-50 {
    width: 50px!important
}

.width-60 {
    width: 60px!important
}

.width-70 {
    width: 70px!important
}

.width-80 {
    width: 80px!important
}

.width-90 {
    width: 90px!important
}

.width-100 {
    width: 100px!important
}

.width-110 {
    width: 110px!important
}

.width-120 {
    width: 120px!important
}
.width-170 {
    width: 170px!important
}

.mL10 {
    margin-left: 10px!important
}

.mL20 {
    margin-left: 20px!important
}

.mL30 {
    margin-left: 30px!important
}

.mL40 {
    margin-left: 40px!important
}

.mL50 {
    margin-left: 50px!important
}

.va-none {
    vertical-align: baseline!important;
}

.d-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.mx-1 {
    margin: 0 4px;
}
.mr-1 {
    margin: 0 4px 0 0;
}
.w-25 {
    width: 25%;
}
.w-25-important {
    width: 25% !important;
}
.w-32-5 {
    width: 32.5%;
}
.w-50 {
    width: 50%;
}
.w-50-important {
    width: 50% !important;
}

/* 複写ボタン用 */
.btn-copy {
    color: #ffffff;
    background-color: #f1c40f;
    border-color: #d4ac0d;
}
.btn-copy:hover,
.btn-copy:focus {
    color: #ffffff;
    background-color: #d4ac0d;
    border-color: #b7950b;
}
.btn-copy:active,
.btn-copy.active,
.open > .dropdown-toggle.btn-copy {
    color: #ffffff;
    background-color: #b7950b;
    border-color: #9a7d0a;
}
.btn-copy:active:hover,
.btn-copy.active:hover,
.open > .dropdown-toggle.btn-copy:hover,
.btn-copy:active:focus,
.btn-copy.active:focus,
.open > .dropdown-toggle.btn-copy:focus,
.btn-copy:active.focus,
.btn-copy.active.focus,
.open > .dropdown-toggle.btn-copy.focus {
    color: #ffffff;
    background-color: #9a7d0a;
    border-color: #7f6109;
}
.btn-copy.disabled,
.btn-copy[disabled],
fieldset[disabled] .btn-copy,
.btn-copy.disabled:hover,
.btn-copy[disabled]:hover,
fieldset[disabled] .btn-copy:hover,
.btn-copy.disabled:focus,
.btn-copy[disabled]:focus,
fieldset[disabled] .btn-copy:focus,
.btn-copy.disabled.focus,
.btn-copy[disabled].focus,
fieldset[disabled] .btn-copy.focus,
.btn-copy.disabled:active,
.btn-copy[disabled]:active,
fieldset[disabled] .btn-copy:active,
.btn-copy.disabled.active,
.btn-copy[disabled].active,
fieldset[disabled] .btn-copy.active {
    background-color: #f1c40f;
    border-color: #d4ac0d;
    opacity: 0.65;
}
.btn-copy .badge {
    color: #f1c40f;
    background-color: #ffffff;
}
