@charset "UTF-8";
/*
CSS Information
 File name:      style.css
 Author:         Administrator
----------------------------------------------------- */
/* 予約クラス
****************************/
/* clearfix */
.clear {
  display: inline-block;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

* html .clear {
  height: 1px;
}

.clear {
  display: block;
}

/* マージン・インデント */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mrauto {
  margin-right: auto !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mlauto {
  margin-left: auto !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.vat {
  vertical-align: top !important;
}

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

.vab {
  vertical-align: bottom !important;
}

.dispb {
  display: block !important;
}

.dispib {
  display: inline-block !important;
}

.dispi {
  display: inline !important;
}

/* 文字数調整 */
.elps {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* ttl
****************************/
.ttl1 {
  position: relative;
  padding: 0.5em 10px 0.2em 20px;
  border-bottom: 1px solid #eee;
  color: #000;
  font-size: 200%;
  line-height: 1.2;
}

.ttl2 {
  position: relative;
  padding: 0.5em 10px 0.5em 20px;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  color: #000;
  font-size: 134%;
  line-height: 1.2;
}

.ttl3 {
  position: relative;
  padding: 0.5em 10px 0.5em 20px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset, -1px -1px 0 rgba(100, 100, 100, 0.1) inset;
  color: #000;
  font-size: 116%;
  line-height: 1.2;
}

.ttl1 .btn,
.ttl2 .btn,
.ttl3 .btn {
  float: right;
  display: inline-block;
  padding: 5px 10px;
  background-color: #ca4242;
  border: 1px solid #bd3535;
  color: #fff;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ttl1 .btn:hover, .ttl1 .btn:focus, .ttl1 .btn:active,
.ttl2 .btn:hover,
.ttl2 .btn:focus,
.ttl2 .btn:active,
.ttl3 .btn:hover,
.ttl3 .btn:focus,
.ttl3 .btn:active {
  background-color: #b13232;
  border-color: #8e2828;
  text-decoration: none;
}

/* navigation
****************************/
#content .main-nav, #content .sub-nav {
  padding: 5px 0;
}
#content .main-nav {
  padding-bottom: 2px;
  /*  background: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
}
#content .main-nav ul li {
  display: inline;
}
#content .sub-nav ul li {
  display: inline;
}
#content .main-nav ul li .btn {
  display: inline-block;
  padding: 6px 12px;
  min-width: 105px;
  margin-bottom: 3px;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
#content .main-nav ul li .btn:hover, #content .main-nav ul li .btn:focus, #content .main-nav ul li .btn:active, #content .main-nav ul li .btn.active {
  background: #ebebeb;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#content .sub-nav ul li .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 3px;
  min-width: 105px;
  background: #fff;
  border: 1px solid #bd3535;
  border-radius: 4px;
  color: #ca4242;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
#content .sub-nav ul li .btn:hover, #content .sub-nav ul li .btn:focus, #content .sub-nav ul li .btn:active, #content .sub-nav ul li .btn.active {
  color: #ffffff;
  background-color: #bd3535;
  border-color: #962a2a;
  text-decoration: none;
}

/* panel
****************************/
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
}

.panel-body {
  padding: 15px;
}

.information li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}
.information li .heading {
  margin-bottom: 10px;
}
.information li .heading strong {
  display: block;
  float: left;
  max-width: calc(100% - 100px);
  color: #000;
  font-weight: bold;
}
.information li .heading small {
  display: block;
  float: right;
  width: 100px;
  text-align: right;
  color: #999;
}
.information li .body {
  font-size: 93%;
  color: #777;
  line-height: 1.6;
}

/* form
****************************/
.form-for-list {
  padding: 12px 0;
}
.form-for-list fieldset {
  position: relative;
  padding: 13px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.form-for-list fieldset legend {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: -1em;
  padding: 0 1em;
  background: #fff;
  line-height: 2em;
  font-size: 93%;
  font-weight: bold;
}
.form-for-list fieldset p {
  float: left;
  width: 20%;
}
.form-for-list input[type=text] {
  display: block;
  width: 90%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-transform: none;
  margin: 0;
  font: 13px Arial;
}
.form-for-list select {
  display: block;
  width: 90%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-transform: none;
  margin: 0;
  font: 13px Arial;
}
.form-for-list select option {
  vertical-align: middle;
  min-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}
.form-for-list input[type=text]:focus, .form-for-list select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-for-list input[type=text]::-moz-placeholder, .form-for-list input[type=text]:-ms-input-placeholder, .form-for-list input[type=text]::-webkit-input-placeholder {
  color: #999;
}
.form-for-list input[type=submit] {
  display: block;
  padding: 6px 22px;
  height: 33px;
  margin-bottom: 0;
  font-size: 108%;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.form-for-list input[type=submit]:hover, .form-for-list input[type=submit]:focus {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.form-for-list input[type=submit]:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.txtfld {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  vertical-align: middle;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-transform: none;
  margin: 0;
  font: 13px Arial;
}

.selectbox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  vertical-align: middle;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-transform: none;
  margin: 0;
  font: 13px Arial;
}
.selectbox option {
  vertical-align: middle;
  min-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}

.txtfld-s, .selectbox-s {
  display: block;
  width: 100%;
  height: 25px;
  padding: 3px 2px;
  font-size: 85%;
  line-height: 14px;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-transform: none;
  margin: 0;
}

.txtfld:focus, .selectbox:focus, .txtfld-s:focus, .selectbox-s:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.txtfld::-moz-placeholder, .txtfld-s::-moz-placeholder, .txtfld:-ms-input-placeholder, .txtfld-s:-ms-input-placeholder, .txtfld::-webkit-input-placeholder, .txtfld-s::-webkit-input-placeholder {
  color: #999;
}

label.chkbox, label.chkbox-s, label.radiobtn, label.radiobtn-s {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  margin-bottom: 5px;
  cursor: pointer;
}

.list-horizontal label {
  display: block;
}

.chkbox input, .chkbox-s input, .radiobtn input, .radiobtn-s input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.chkbox input + span, .radiobtn input + span {
  position: relative;
  padding: 0 20px 0 30px;
  line-height: 22px;
}

.chkbox-s input + span, .radiobtn-s input + span {
  position: relative;
  padding: 0 20px 0 25px;
  font-size: 93%;
  line-height: 18px;
  cursor: pointer;
}

.radiobtn input + span, .radiobtn-s input + span {
  border-color: #616161;
}

.chkbox span, .chkbox-s span, .radiobtn span, .radiobtn-s span {
  display: inline-block;
}

.chkbox input, .chkbox-s input, .radiobtn input, .radiobtn-s input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.chkbox input + span::before, .chkbox input + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
}

.chkbox-s input + span::before, .chkbox-s input + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
}

.chkbox input + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #616161 solid;
  border-radius: 5px;
}

.radiobtn input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 2px #616161 solid;
  border-radius: 22px;
}

.chkbox-s input + span::before {
  z-index: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 2px #616161 solid;
  border-radius: 4px;
}

.radiobtn-s input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px #78909c solid;
  border-radius: 18px;
}

.chkbox input + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}

.chkbox-s input + span::after {
  z-index: 1;
  margin: 4px 6px;
  width: 6px;
  height: 9px;
}

.chkbox input:checked + span::before, .chkbox-s input:checked + span::before {
  background-color: #616161;
}

.radiobtn input:checked + span::before, .radiobtn-s input:checked + span::before {
  border-width: 6px;
}

.chkbox input:checked + span::after, .chkbox-s input:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.txtarea {
  border: 0;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  color: #555555;
  margin: 0;
  width: 100%;
  height: 100%;
  font: 13px Arial;
  line-height: 1.8;
}
.txtarea.area-xs {
  height: 5em;
}
.txtarea.area-s {
  height: 10em;
}
.txtarea.area-l {
  height: 25em;
}
.txtarea.area-x {
  height: 50em;
}

.fileup {
  overflow: hidden;
  position: relative;
}
.fileup .change-btn {
  display: none;
}
.fileup.upload-now .change-btn {
  display: inline;
}
.fileup.upload-now .up-btn {
  display: none;
}
.fileup input {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.file-preview {
  display: inline-block;
  margin-top: 10px;
  padding: 10px;
  max-width: 100%;
  max-height: 200px;
  border: 1px solid #ddd;
  border-radius: 5px;
  clear: both;
}
.file-preview img {
  max-width: 100%;
  max-height: 180px;
}

/* 単体のチェックボックス */
.checkbox {
  display: none;
}
.checkbox + .icon {
  position: relative;
  vertical-align: middle;
}
.checkbox + .icon::before, .checkbox + .icon::after {
  position: absolute;
  top: -11px;
  left: -11px;
  display: inline-block;
  content: "";
  box-sizing: border-box;
  cursor: pointer;
}
.checkbox + .icon::before {
  z-index: 0;
  background-color: #fff;
  width: 22px;
  height: 22px;
  border: 2px #616161 solid;
  border-radius: 5px;
}
.checkbox + .icon::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.checkbox:checked + .icon::before {
  background-color: #616161;
}
.checkbox:checked + .icon::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* list
****************************/
.list-horizontal li {
  float: left;
}

.cast-list li {
  background: #fff;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  width: calc(20% - 10px);
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: move;
}
.cast-list li.disabled {
  background: #eeeeee;
}
.cast-list li .thumb {
  position: relative;
  width: 100%;
  height: 174px;
  border-radius: 4px;
  overflow: hidden;
}
.cast-list li.disabled .thumb {
  background: #000;
}
.cast-list li.disabled .thumb img {
  opacity: 0.3;
}
.cast-list li .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.schedule-list li .name {
  display: block;
  width: 100%;
}
.schedule-list li .thumb {
  position: relative;
  width: 100%;
  height: 110px;
  border-radius: 4px;
  overflow: hidden;
}
.schedule-list li .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.schedule-list li .modal {
  cursor: pointer;
}

/* grid
****************************/
.grid {
  float: left;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col4 {
  width: 25%;
}

.col5 {
  width: 20%;
}

/* table
****************************/
.legend {
  text-align: right;
}
.legend dt, .legend dd {
  display: inline;
  line-height: 20px;
}
.legend dt {
  display: inline-block;
  font-size: 139%;
}
.legend dt.ready {
  width: 20px;
  color: #fcf8e3;
  background: #fcf8e3;
  border: 1px solid #fbeed5;
}
.legend dt.disable {
  width: 20px;
  color: #bababa;
  background: #bababa;
  border: 1px solid #ddd;
}
.legend dd {
  margin-right: 20px;
}
.legend dd:last-of-type {
  margin-right: 0;
}

.list-table {
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed;
}

.schedule-list .list-table {
  margin-bottom: 1px;
}

.list-table .shop_name {
  width: calc(70% - 120px);
}
.list-table .item_name {
  width: calc(100% - 420px);
}
.list-table .btns, .list-table .check {
  width: 60px;
}
.list-table .sort {
  width: 100px;
}
.list-table th, .list-table td {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  word-break: break-all;
  vertical-align: middle;
}
.list-table th {
  font-size: 93%;
  font-weight: bold;
  text-align: center;
}

.schedule-list .list-table th {
  background: #f9f9f9;
}
.schedule-list .list-table th:nth-of-type(n+2) {
  font-size: 16px;
}
.schedule-list .list-table th.sat {
  color: #428bca;
}
.schedule-list .list-table th.sun {
  color: #d9534f;
}

.list-table.sortable .ui-sortable-helper img {
  max-width: 600px;
}
.list-table.sortable td.withHandle {
  padding-left: 30px;
  position: relative;
}
.list-table.sortable td .handle {
  cursor: move;
  display: block;
  height: 20px;
  left: 3px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.schedule-list .list-table td {
  vertical-align: top;
}
.schedule-list .list-table td.error {
  background: #f2dede !important;
}
.schedule-list .list-table td.disable {
  background: #999999 !important;
}

.list-table tr td:nth-of-type(n+3) {
  text-align: center;
}

.schedule-list .list-table tr td:nth-of-type(n+3) {
  text-align: left;
}

.list-table > tbody > tr:nth-child(odd) > td {
  background: #f9f9f9;
}

.schedule-list .list-table > tbody > tr:nth-child(odd) > td {
  background: #fff;
}

.schedule-list .list-table .modal > div,
.schedule-list .list-table .copy > div {
  height: 180px;
  position: relative;
}

.schedule-list .list-table td .cp {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.list-table > tbody > tr.ready > td {
  background: #fcf8e3;
}
.list-table > tbody > tr.disable > td {
  background: #bababa;
}
.list-table td span {
  display: inline-block;
  max-width: calc(100% - 1.5em);
  vertical-align: middle;
}

.schedule-list .list-table td span {
  max-width: 100%;
}
.schedule-list .list-table td span.error {
  color: #b94a48;
}

.list-table .btn {
  display: inline-block;
  padding: 1px 5px;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #333;
  font-size: 93%;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
.list-table .btn:hover, .list-table .btn:focus {
  background-image: none;
  background-color: #ebebeb;
  border-color: #adadad;
  text-decoration: none;
}
.list-table .btn:active {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.list-table .btn.disabled {
  background: #ddd;
  border-top-color: rgba(0, 0, 0, 0.2);
  color: #999;
  cursor: default;
  box-shadow: none;
}
.list-table .btn.disabled:hover, .list-table .btn.disabled:focus, .list-table .btn.disabled:active {
  background: #ddd;
  border-top-color: rgba(0, 0, 0, 0.2);
  color: #999;
  cursor: default;
  box-shadow: none;
}
.list-table .arrow-btn {
  margin: 0 2px;
  padding: 1px 10px;
  font-weight: bold;
}

.edit-table {
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed;
}
.edit-table .head {
  width: 20%;
}
.edit-table .body {
  width: 80%;
}
.edit-table th, .edit-table td {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.edit-table th {
  background: #f5f5f5;
  font-size: 108%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.edit-table th span.required {
  display: inline-block;
  margin-left: 10px;
  padding: 0 0.5em;
  background: #b94a48;
  border-radius: 3px;
  color: #fff;
}

/* pager
****************************/
.pager {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pager > li {
  display: inline;
}
.pager > li > a, .pager > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  font-size: 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pager > li:first-child > a, .pager > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pager > li:last-child > a, .pager > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager > li > a:hover, .pager > li > span:hover, .pager > li > a:focus, .pager > li > span:focus {
  background-color: #eeeeee;
}
.pager > .active > a, .pager > .active > span, .pager > .active > a:hover, .pager > .active > span:hover, .pager > .active > a:focus, .pager > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #ca4242;
  border-color: #ca4242;
}
.pager > .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pager > .disabled > span:hover, .pager > .disabled > span:focus {
  color: #999999;
  cursor: default;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pager > .disabled > a {
  color: #999999;
  cursor: default;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pager > .disabled > a:hover, .pager > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pager-sm > li:first-child > a, .pager-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pager-sm > li:last-child > a, .pager-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* message
****************************/
.msg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.msg a {
  font-weight: bold;
}

.msg-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.msg-warning a {
  color: #a47e3c;
}

.msg-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.msg-success a {
  color: #356635;
}

.msg-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.msg-info a {
  color: #2d6987;
}

.msg-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.msg-danger a {
  color: #953b39;
}

/* button
****************************/
.cmn-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.col2 .cmn-btn, .col4 .cmn-btn, .col5 .cmn-btn {
  display: block;
  width: 100%;
}

.cmn-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cmn-btn:hover, .cmn-btn:focus {
  color: #333333;
  text-decoration: none;
}
.cmn-btn:active, .cmn-btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-large {
  padding: 10px 16px;
  font-size: 18px;
  margin: 5px;
  border-radius: 6px;
}

.btn-small {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.btn-xsmall {
  padding: 2px 4px;
  font-size: 12px;
}

.btn-warning, a.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-danger, a.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-success, a.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-info, a.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-default, a.btn-default {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
}