@charset "UTF-8";
/* CSS Document */
/* Make sure to include this after the core Bootstrap CSS. */

/* The fixed navbar will overlay your other content, unless you add padding to the top of the <body>. */
/* Try out your own values or use Bootstrap's snippet below. */
/* Tip: By default, the navbar is 50px high. */
/*body{
    padding-top: 50px;
    padding-bottom: 50px;
}*/
body{
  font-size: 13px;
}

textarea {
    resize: vertical;
    min-height: 50px;
    max-height: 500px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.30;
}

.breadcrumb-bg-none {
    padding: 2px 15px;
    list-style: none;
    font-size:12px;
    margin: 20px 0 0px;
}
.breadcrumb-bg-none>li {
    display: inline-block
}
.breadcrumb-bg-none>li+li:before {
    padding: 0 4px;
    color: #a3a3a3;
    content: ">\00a0";
}
.breadcrumb-bg-none>.active {
    color: #777;
}

#categoryList .ui-state-highlight{
    height: 60px;
}

.required_content:after {
    color: #C30;
    content: "\00a0*";
    font-weight: bold;
}

.warning {
    color: #C30;
    font-weight: bold;
}

/* table */
table {
    border: 1px #ddd solid;
}
/*table thead {
    background-color: #eaeaea;
}*/
.table > thead > tr > th {
    border-bottom: 0px;
}
table#categoryList tbody tr:hover{
    cursor: pointer;
}
table .btn[disabled]{
    border-color: #ccc;
    background-color: #a0a0a0;
}
/*table img {
    max-height: 50px;
    margin: 0 4px;
}*/

.vertical-align {
    vertical-align: middle !important;
}

.flashMsg {
    position: fixed;
    top: 60px;
    left: 240px;/* side-bar(230px)から10px離れた位置 */
    right: 10px;
}

/* 横並びチェックボックスの余白調整 */
.form-inline input[type=checkbox], input[type=radio]{
    margin: 4px;
}
.form-inline label{
    margin-right: 20px;
}

.search-box {
    float: right;
    margin-bottom:10px;
}

.text-sub {
    font-size: 85%;
}

.capitalize {
    text-transform: capitalize;
}

.content-tree {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.content-tree li {
    position: relative;
    display: block;
}

.content-tree li a,
.content-tree li span {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.content-tree li a:hover {
    background-color: #f5f5f5;
}

.content-tree-nest {
    padding-left: 15px;
}

input[type="date"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.parameter-boxes .box {
    border-radius: 0;
}

.inline-checkboxes .checkbox {
    position: relative;
    display: inline-block !important;
    margin-right: 6px;
    text-align: center;
}
.inline-checkboxes .checkbox label {
    background-color: #eee;
    border-radius: 4px;
    color: #777;
    cursor: pointer;
    padding: 5px 8px;
}
.inline-checkboxes .checkbox.checked label {
    color: #fff;
    background-color: #3c8dbc;
}
.inline-radios .radio {
    position: relative;
    display: inline-block !important;
    margin-right: 6px;
    text-align: center;
}
.inline-radios .radio label {
    background-color: #eee;
    border-radius: 4px;
    color: #777;
    cursor: pointer;
    padding: 5px 8px;
}
.inline-radios .radio.checked label {
    color: #fff;
    background-color: #3c8dbc;
}
.inline-radios input[type=radio] {
    display: none;
}
/*
.skin-blue .inline-checkboxes .checkbox input[type=checkbox]:checked {
    background-color: #3c8dbc;
}
.skin-green .inline-checkboxes .checkbox input[type=checkbox]:checked {
    background-color: #00a65a;
}
.skin-yellow .inline-checkboxes .checkbox input[type=checkbox]:checked {
    background-color: #f39c12;
}
*/
.inline-checkboxes input[type=checkbox] {
    display: none;
}

.category-box > .box:not(:last-of-type) {
    margin-bottom: 0px;
    border-bottom: 1px solid #f4f4f4;
}

/** 
 * koenpunt/chosen-bootstrap.css
 * https://gist.github.com/koenpunt/6424137
 */
select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-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;
    background-image:none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top:4px;
    color:#000;
}

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;

}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li , 
select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image:none;
}
select.form-control + .chosen-container .chosen-results li:hover, 
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted
{
    color: #FFF;
    text-decoration: none;
    background-color: #428BCA;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height:auto;
    padding:5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {

    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top:8px;
    right:6px;
}

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus{
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected{
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}

label.error{
    font-size:12px;
    font-weight: normal;
    color:#e00;
    margin-top:5px;
    margin-bottom:0;
}