.panel-body-file-template {
	min-height: 34.5em !important;
}

.input-folder-name {
	width: 337px !important;
}

.input-sm-setting
{
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-control-setting {
  /*display: block;*/
  width: 98%;
  height: 30px;
  margin-left: 10px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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-control:focus {
  border-color: #66afe9;
  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);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}

.file-template-list-column-width-number {
    width: 10%;
    max-width: 10%;
}

.file-template-list-column-width-folder-name {
    width: 70%;
    max-width: 70%;
}

.file-template-list-column-width-check {
    width: 10%;
    max-width: 10%;
}

.file-template-list-column-width-button {
    width: 10%;
    max-width: 10%;
}

.file-template-list-column-width-move {
    width: 10%;
    max-width: 10%;
}

.file-template-list-label-folder-name {
    padding-left:20px;
}

.file-template-btn-area {
    padding: 5px 0 10px;
}

.file-template-check-panel {
    margin-top:10px;
    padding-left:20px;

    //ダブルクリックでのテキスト選択を無効に
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.file-template-message-panel {
    padding-top:10px;
}

.file-template-remark-panel {
    padding-left:20px;
    color:red;
}

.file-template-title {
    width: 100%;
    padding: 12px 15px 9px;
    margin-bottom: 5px;
    text-align:center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
}

.file-template-label {
    color:#808080;
    padding-bottom:3px;
}

.file-template-col-bars {
  cursor: pointer;
}

.panel-body-file-template .ui-sortable-helper {
  cursor: pointer;
}

.panel-body-file-template .item-fixed .file-template-col-bars{
    cursor:auto !important;
}

input::placeholder {
  color: #808080;
}

/* IE */
input:-ms-input-placeholder {
  color: #808080;
}

/* Edge */
input::-ms-input-placeholder {
  color: #808080;
}

.file-template-folder-name {
    padding-right: 35px;
}

.file-template-normal-folder {
    padding-left: 25px;
    background: url(../../images/FileView-NormalFolder.svg) no-repeat left center;
}

.file-template-key-folder {
    padding-left: 25px;
    background: url(../../images/FileView-KeyFolder.svg) no-repeat left center;
}

