@charset "UTF-8";
/*
 * acms.css Ver.1.1.2 (http://www.a-blogcms.jp)
 * Copyright a-blog cms | MIT License
 *
 * カスタマイズする場合は、オリジナルのテーマにコピーしてご利用ください。
 */
.acms-container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

.acms-grid, .acms-grid-r {
  margin-left: -10px;
  margin-right: -10px;
  zoom: 1;
}

.acms-grid-r:after, .acms-grid-r:before, .acms-grid:after, .acms-grid:before {
  content: " ";
  display: table;
}

.acms-grid-r:after, .acms-grid:after {
  clear: both;
}

.acms-grid-negative {
  margin-left: 0;
  margin-right: 0;
}

[class*=acms-col] {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 960px) {
  .acms-grid, .acms-grid-r {
    margin-left: -10px;
    margin-right: -10px;
  }
  [class*=acms-col] {
    padding-left: 0px;
    padding-right: 0px;
  }
}

[class*=acms-col], [class*=acms-col]:after, [class*=acms-col]:before {
  box-sizing: border-box;
}

.acms-col-1 {
  float: left;
  width: 8.33333333%;
}

.acms-col-2 {
  float: left;
  width: 16.66666667%;
}

.acms-col-3 {
  float: left;
  width: 25%;
}

.acms-col-4 {
  float: left;
  width: 33.33333333%;
}

.acms-col-5 {
  float: left;
  width: 41.66666667%;
}

.acms-col-6 {
  float: left;
  width: 50%;
}

.acms-col-7 {
  float: left;
  width: 58.33333333%;
}

.acms-col-8 {
  float: left;
  width: 66.66666667%;
}

.acms-col-9 {
  float: left;
  width: 75%;
}

.acms-col-10 {
  float: left;
  width: 83.33333333%;
}

.acms-col-11 {
  float: left;
  width: 91.66666667%;
}

.acms-col-12 {
  float: none;
  width: 100%;
}

[class*=acms-push], [class*=acms-pull] {
  position: relative;
}

.acms-push-1 {
  left: 8.33333333%;
}

.acms-push-2 {
  left: 16.66666667%;
}

.acms-push-3 {
  left: 25%;
}

.acms-push-4 {
  left: 33.33333333%;
}

.acms-push-5 {
  left: 41.66666667%;
}

.acms-push-6 {
  left: 50%;
}

.acms-push-7 {
  left: 58.33333333%;
}

.acms-push-8 {
  left: 66.66666667%;
}

.acms-push-9 {
  left: 75%;
}

.acms-push-10 {
  left: 83.33333333%;
}

.acms-push-11 {
  left: 91.66666667%;
}

.acms-pull-1 {
  right: 8.33333333%;
}

.acms-pull-2 {
  right: 16.66666667%;
}

.acms-pull-3 {
  right: 25%;
}

.acms-pull-4 {
  right: 33.33333333%;
}

.acms-pull-5 {
  right: 41.66666667%;
}

.acms-pull-6 {
  right: 50%;
}

.acms-pull-7 {
  right: 58.33333333%;
}

.acms-pull-8 {
  right: 66.66666667%;
}

.acms-pull-9 {
  right: 75%;
}

.acms-pull-10 {
  right: 83.33333333%;
}

.acms-pull-11 {
  right: 91.66666667%;
}

@media (min-width: 640px) {
  [class*=acms-col-sm] {
    float: left;
  }
  .acms-col-sm-1 {
    width: 8.33333333%;
  }
  .acms-col-sm-2 {
    width: 16.66666667%;
  }
  .acms-col-sm-3 {
    width: 25%;
  }
  .acms-col-sm-4 {
    width: 33.33333333%;
  }
  .acms-col-sm-5 {
    width: 41.66666667%;
  }
  .acms-col-sm-6 {
    width: 50%;
  }
  .acms-col-sm-7 {
    width: 58.33333333%;
  }
  .acms-col-sm-8 {
    width: 66.66666667%;
  }
  .acms-col-sm-9 {
    width: 75%;
  }
  .acms-col-sm-10 {
    width: 83.33333333%;
  }
  .acms-col-sm-11 {
    width: 91.66666667%;
  }
  .acms-col-sm-12 {
    float: none;
    width: 100%;
  }
  [class*=acms-push-sm] {
    position: relative;
    right: auto;
  }
  .acms-push-sm-auto {
    left: auto;
  }
  .acms-push-sm-1 {
    left: 8.33333333%;
  }
  .acms-push-sm-2 {
    left: 16.66666667%;
  }
  .acms-push-sm-3 {
    left: 25%;
  }
  .acms-push-sm-4 {
    left: 33.33333333%;
  }
  .acms-push-sm-5 {
    left: 41.66666667%;
  }
  .acms-push-sm-6 {
    left: 50%;
  }
  .acms-push-sm-7 {
    left: 58.33333333%;
  }
  .acms-push-sm-8 {
    left: 66.66666667%;
  }
  .acms-push-sm-9 {
    left: 75%;
  }
  .acms-push-sm-10 {
    left: 83.33333333%;
  }
  .acms-push-sm-11 {
    left: 91.66666667%;
  }
  [class*=acms-pull-sm] {
    position: relative;
    left: auto;
  }
  .acms-pull-sm-auto {
    right: auto;
  }
  .acms-pull-sm-1 {
    right: 8.33333333%;
  }
  .acms-pull-sm-2 {
    right: 16.66666667%;
  }
  .acms-pull-sm-3 {
    right: 25%;
  }
  .acms-pull-sm-4 {
    right: 33.33333333%;
  }
  .acms-pull-sm-5 {
    right: 41.66666667%;
  }
  .acms-pull-sm-6 {
    right: 50%;
  }
  .acms-pull-sm-7 {
    right: 58.33333333%;
  }
  .acms-pull-sm-8 {
    right: 66.66666667%;
  }
  .acms-pull-sm-9 {
    right: 75%;
  }
  .acms-pull-sm-10 {
    right: 83.33333333%;
  }
  .acms-pull-sm-11 {
    right: 91.66666667%;
  }
}

[class*=acms-col-md] {
  float: left;
}

.acms-col-md-1 {
  width: 8.33333333%;
}

.acms-col-md-2 {
  width: 16.66666667%;
}

.acms-col-md-3 {
  width: 25%;
}

.acms-col-md-4 {
  width: 33.33333333%;
}

.acms-col-md-5 {
  width: 41.66666667%;
}

.acms-col-md-6 {
  width: 50%;
}

.acms-col-md-7 {
  width: 58.33333333%;
}

.acms-col-md-8 {
  width: 66.66666667%;
}

.acms-col-md-9 {
  width: 75%;
}

.acms-col-md-10 {
  width: 83.33333333%;
}

.acms-col-md-11 {
  width: 91.66666667%;
}

.acms-col-md-12 {
  float: none;
  width: 100%;
}

[class*=acms-push-md] {
  position: relative;
  right: auto;
}

.acms-push-md-auto {
  left: auto;
}

.acms-push-md-1 {
  left: 8.33333333%;
}

.acms-push-md-2 {
  left: 16.66666667%;
}

.acms-push-md-3 {
  left: 25%;
}

.acms-push-md-4 {
  left: 33.33333333%;
}

.acms-push-md-5 {
  left: 41.66666667%;
}

.acms-push-md-6 {
  left: 50%;
}

.acms-push-md-7 {
  left: 58.33333333%;
}

.acms-push-md-8 {
  left: 66.66666667%;
}

.acms-push-md-9 {
  left: 75%;
}

.acms-push-md-10 {
  left: 83.33333333%;
}

.acms-push-md-11 {
  left: 91.66666667%;
}

[class*=acms-pull-md] {
  position: relative;
  left: auto;
}

.acms-pull-md-auto {
  right: auto;
}

.acms-pull-md-1 {
  right: 8.33333333%;
}

.acms-pull-md-2 {
  right: 16.66666667%;
}

.acms-pull-md-3 {
  right: 25%;
}

.acms-pull-md-4 {
  right: 33.33333333%;
}

.acms-pull-md-5 {
  right: 41.66666667%;
}

.acms-pull-md-6 {
  right: 50%;
}

.acms-pull-md-7 {
  right: 58.33333333%;
}

.acms-pull-md-8 {
  right: 66.66666667%;
}

.acms-pull-md-9 {
  right: 75%;
}

.acms-pull-md-10 {
  right: 83.33333333%;
}

.acms-pull-md-11 {
  right: 91.66666667%;
}

@media (min-width: 1280px) {
  [class*=acms-col-lg] {
    float: left;
  }
  .acms-col-lg-1 {
    width: 8.33333333%;
  }
  .acms-col-lg-2 {
    width: 16.66666667%;
  }
  .acms-col-lg-3 {
    width: 25%;
  }
  .acms-col-lg-4 {
    width: 33.33333333%;
  }
  .acms-col-lg-5 {
    width: 41.66666667%;
  }
  .acms-col-lg-6 {
    width: 50%;
  }
  .acms-col-lg-7 {
    width: 58.33333333%;
  }
  .acms-col-lg-8 {
    width: 66.66666667%;
  }
  .acms-col-lg-9 {
    width: 75%;
  }
  .acms-col-lg-10 {
    width: 83.33333333%;
  }
  .acms-col-lg-11 {
    width: 91.66666667%;
  }
  .acms-col-lg-12 {
    float: none;
    width: 100%;
  }
  [class*=acms-push-lg] {
    position: relative;
    right: auto;
  }
  .acms-push-lg-auto {
    left: auto;
  }
  .acms-push-lg-1 {
    left: 8.33333333%;
  }
  .acms-push-lg-2 {
    left: 16.66666667%;
  }
  .acms-push-lg-3 {
    left: 25%;
  }
  .acms-push-lg-4 {
    left: 33.33333333%;
  }
  .acms-push-lg-5 {
    left: 41.66666667%;
  }
  .acms-push-lg-6 {
    left: 50%;
  }
  .acms-push-lg-7 {
    left: 58.33333333%;
  }
  .acms-push-lg-8 {
    left: 66.66666667%;
  }
  .acms-push-lg-9 {
    left: 75%;
  }
  .acms-push-lg-10 {
    left: 83.33333333%;
  }
  .acms-push-lg-11 {
    left: 91.66666667%;
  }
  [class*=acms-pull-lg] {
    position: relative;
    left: auto;
  }
  .acms-pull-lg-auto {
    right: auto;
  }
  .acms-pull-lg-1 {
    right: 8.33333333%;
  }
  .acms-pull-lg-2 {
    right: 16.66666667%;
  }
  .acms-pull-lg-3 {
    right: 25%;
  }
  .acms-pull-lg-4 {
    right: 33.33333333%;
  }
  .acms-pull-lg-5 {
    right: 41.66666667%;
  }
  .acms-pull-lg-6 {
    right: 50%;
  }
  .acms-pull-lg-7 {
    right: 58.33333333%;
  }
  .acms-pull-lg-8 {
    right: 66.66666667%;
  }
  .acms-pull-lg-9 {
    right: 75%;
  }
  .acms-pull-lg-10 {
    right: 83.33333333%;
  }
  .acms-pull-lg-11 {
    right: 91.66666667%;
  }
}

@media (min-width: 1440px) {
  [class*=acms-col-xl] {
    float: left;
  }
  .acms-col-xl-1 {
    width: 8.33333333%;
  }
  .acms-col-xl-2 {
    width: 16.66666667%;
  }
  .acms-col-xl-3 {
    width: 25%;
  }
  .acms-col-xl-4 {
    width: 33.33333333%;
  }
  .acms-col-xl-5 {
    width: 41.66666667%;
  }
  .acms-col-xl-6 {
    width: 50%;
  }
  .acms-col-xl-7 {
    width: 58.33333333%;
  }
  .acms-col-xl-8 {
    width: 66.66666667%;
  }
  .acms-col-xl-9 {
    width: 75%;
  }
  .acms-col-xl-10 {
    width: 83.33333333%;
  }
  .acms-col-xl-11 {
    width: 91.66666667%;
  }
  .acms-col-xl-12 {
    float: none;
    width: 100%;
  }
  [class*=acms-push-xl] {
    position: relative;
    right: auto;
  }
  .acms-push-xl-auto {
    left: auto;
  }
  .acms-push-xl-1 {
    left: 8.33333333%;
  }
  .acms-push-xl-2 {
    left: 16.66666667%;
  }
  .acms-push-xl-3 {
    left: 25%;
  }
  .acms-push-xl-4 {
    left: 33.33333333%;
  }
  .acms-push-xl-5 {
    left: 41.66666667%;
  }
  .acms-push-xl-6 {
    left: 50%;
  }
  .acms-push-xl-7 {
    left: 58.33333333%;
  }
  .acms-push-xl-8 {
    left: 66.66666667%;
  }
  .acms-push-xl-9 {
    left: 75%;
  }
  .acms-push-xl-10 {
    left: 83.33333333%;
  }
  .acms-push-xl-11 {
    left: 91.66666667%;
  }
  [class*=acms-pull-xl] {
    position: relative;
    left: auto;
  }
  .acms-pull-xl-auto {
    right: auto;
  }
  .acms-pull-xl-1 {
    right: 8.33333333%;
  }
  .acms-pull-xl-2 {
    right: 16.66666667%;
  }
  .acms-pull-xl-3 {
    right: 25%;
  }
  .acms-pull-xl-4 {
    right: 33.33333333%;
  }
  .acms-pull-xl-5 {
    right: 41.66666667%;
  }
  .acms-pull-xl-6 {
    right: 50%;
  }
  .acms-pull-xl-7 {
    right: 58.33333333%;
  }
  .acms-pull-xl-8 {
    right: 66.66666667%;
  }
  .acms-pull-xl-9 {
    right: 75%;
  }
  .acms-pull-xl-10 {
    right: 83.33333333%;
  }
  .acms-pull-xl-11 {
    right: 91.66666667%;
  }
}

.acms-entry .acms-col-12 {
  clear: both;
}

.acms-btn {
  display: inline-block;
  padding: 14px 10px;
  border: 1px solid #a7a7aa;
  border-radius: 3px;
  background-color: #ccc;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
  color: #333;
}

.acms-btn.acms-btn-hover, .acms-btn:hover {
  border: 1px solid #868688;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
  color: #333;
  text-decoration: none;
}

.acms-btn.acms-btn-active, .acms-btn:active, .acms-btn:hover, .acms-btn:link, .acms-btn:visited {
  color: #333;
}

.acms-btn.acms-btn-active, .acms-btn:active {
  border: 1px solid #AAA;
  background-color: #e1e1e1;
  box-shadow: inset 0 1px 2px #b2b2b2;
  color: #333;
  text-decoration: none;
}

.acms-btn:focus {
  outline: 0;
  border-color: #137AF3;
}

.acms-btn.acms-btn-primary {
  border: 1px solid #004cc5;
  background-color: #004cc5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005cee', endColorstr='#ff004cc5', GradientType=0);
  background-image: linear-gradient(top, #005cee, #004cc5);
  color: #fff;
}

.acms-btn.acms-btn-primary.hover, .acms-btn.acms-btn-primary:hover {
  border: 1px solid #002b6e;
  background-color: #0050cf;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0364ff', endColorstr='#ff0050cf', GradientType=0);
  background-image: linear-gradient(top, #0364ff, #0050cf);
  color: #fff;
  text-decoration: none;
}

.acms-btn.acms-btn-primary:active, .acms-btn.acms-btn-primary:hover, .acms-btn.acms-btn-primary:link, .acms-btn.acms-btn-primary:visited {
  color: #fff;
}

.acms-btn.acms-btn-primary.active, .acms-btn.acms-btn-primary:active {
  border: 1px solid #002b6e;
  background-color: #004cc5;
  box-shadow: inset 0 1px 2px #002b6e;
  color: #fff;
  text-decoration: none;
}

.acms-btn.acms-btn-primary:focus {
  outline: 0;
  border-color: #002b6e;
}

.acms-btn.acms-btn-info {
  border: 1px solid #4b4b4b;
  background-color: #4b4b4b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f5f5f', endColorstr='#ff4b4b4b', GradientType=0);
  background-image: linear-gradient(top, #5f5f5f, #4b4b4b);
  color: #fff;
}

.acms-btn.acms-btn-info:hover {
  border: 1px solid #202020;
  background-color: #505050;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a6a6a', endColorstr='#ff505050', GradientType=0);
  background-image: linear-gradient(top, #6a6a6a, #505050);
  color: #fff;
  text-decoration: none;
}

.acms-btn.acms-btn-info:active, .acms-btn.acms-btn-info:hover, .acms-btn.acms-btn-info:link, .acms-btn.acms-btn-info:visited {
  color: #fff;
}

.acms-btn.acms-btn-info.active, .acms-btn.acms-btn-info:active {
  border: 1px solid #202020;
  background-color: #4b4b4b;
  box-shadow: inset 0 1px 2px #202020;
  color: #fff;
  text-decoration: none;
}

.acms-btn.acms-btn-info:focus {
  outline: 0;
  border-color: #202020;
}

.acms-btn.acms-btn-success {
  border: 1px solid #618e00;
  background-color: #618e00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7db700', endColorstr='#ff618e00', GradientType=0);
  background-image: linear-gradient(top, #7db700, #618e00);
  color: #fff;
}

.acms-btn.acms-btn-success:hover {
  border: 1px solid #263700;
  background-color: #689800;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bcb00', endColorstr='#ff689800', GradientType=0);
  background-image: linear-gradient(top, #8bcb00, #689800);
  color: #fff;
  text-decoration: none;
}

.acms-btn.acms-btn-success:active, .acms-btn.acms-btn-success:hover, .acms-btn.acms-btn-success:link, .acms-btn.acms-btn-success:visited {
  color: #fff;
}

.acms-btn.acms-btn-success.active, .acms-btn.acms-btn-success:active {
  border: 1px solid #263700;
  background-color: #618e00;
  box-shadow: inset 0 1px 2px #263700;
  color: #fff;
  text-decoration: none;
}

.acms-btn.acms-btn-success:focus {
  outline: 0;
  border-color: #263700;
}

.acms-btn.acms-btn-warning {
  border: 1px solid #c57300;
  background-color: #c57300;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee8b00', endColorstr='#ffc57300', GradientType=0);
  background-image: linear-gradient(top, #ee8b00, #c57300);
  color: #fff;
}

.acms-btn.acms-btn-warning:hover {
  border: 1px solid #6e4000;
  background-color: #cf7900;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9603', endColorstr='#ffcf7900', GradientType=0);
  background-image: linear-gradient(top, #ff9603, #cf7900);
  color: #fff;
  text-decoration: none;
}

.acms-btn.acms-btn-warning:active, .acms-btn.acms-btn-warning:hover, .acms-btn.acms-btn-warning:link, .acms-btn.acms-btn-warning:visited {
  color: #fff;
}

.acms-btn.acms-btn-warning.active, .acms-btn.acms-btn-warning:active {
  border: 1px solid #6e4000;
  background-color: #c57300;
  box-shadow: inset 0 1px 2px #6e4000;
  color: #fff;
  text-decoration: none;
}

.acms-btn.acms-btn-warning:focus {
  outline: 0;
  border-color: #6e4000;
}

.acms-btn.acms-btn-danger {
  border: 1px solid #c5001d;
  background-color: #c5001d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee0023', endColorstr='#ffc5001d', GradientType=0);
  background-image: linear-gradient(top, #ee0023, #c5001d);
  color: #fff;
}

.acms-btn.acms-btn-danger:hover {
  border: 1px solid #6e0010;
  background-color: #cf001f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0328', endColorstr='#ffcf001f', GradientType=0);
  background-image: linear-gradient(top, #ff0328, #cf001f);
  color: #fff;
  text-decoration: none;
}

.acms-btn.acms-btn-danger:active, .acms-btn.acms-btn-danger:hover, .acms-btn.acms-btn-danger:link, .acms-btn.acms-btn-danger:visited {
  color: #fff;
}

.acms-btn.acms-btn-danger.active, .acms-btn.acms-btn-danger:active {
  border: 1px solid #6e0010;
  background-color: #c5001d;
  box-shadow: inset 0 1px 2px #6e0010;
  color: #fff;
  text-decoration: none;
}

.acms-btn.acms-btn-danger:focus {
  outline: 0;
  border-color: #6e0010;
}

.acms-btn .acms-btn-link:active, .acms-btn .acms-btn-link:hover, .acms-btn .acms-btn-link:visited, .acms-btn.acms-btn-link {
  border: 0 !important;
  color: #428bca;
  text-decoration: underline;
  background: 0 0;
  border-radius: 0;
}

.acms-btn.acms-btn-link:hover {
  color: #2e67a5;
}

.acms-btn.acms-btn-link:active {
  box-shadow: none;
}

.acms-btn-flat {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #d6d6d6;
  color: #666;
}

.acms-btn-flat.acms-btn-hover, .acms-btn-flat:hover, a.acms-btn-flat:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #666;
  background-color: #eee;
  border: 1px solid #a7a7a7;
  text-decoration: none;
}

.acms-btn-flat:visited, a.acms-btn-flat:visited {
  color: #666;
}

.acms-btn-flat.acms-btn-active, .acms-btn-flat:active, .acms-btn-flat:focus, a.acms-btn-flat:active, a.acms-btn-flat:focus {
  background-color: #d6d6d6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #a6a6a6;
  color: #666;
}

.acms-btn-flat-primary {
  background-color: #005cee;
  border: 1px solid #004cc5;
  color: #fff;
}

.acms-btn-flat-primary.acms-btn-hover, .acms-btn-flat-primary:hover, a.acms-btn-flat-primary:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #0364ff;
  border: 1px solid #002b6e;
  text-decoration: none;
}

.acms-btn-flat-primary:visited, a.acms-btn-flat-primary:visited {
  color: #fff;
}

.acms-btn-flat-primary.acms-btn-active, .acms-btn-flat-primary:active, .acms-btn-flat-primary:focus, a.acms-btn-flat-primary:active, a.acms-btn-flat-primary:focus {
  background-color: #004cc5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #004cc5;
  color: #fff;
}

.acms-btn-flat-info {
  background-color: #5f5f5f;
  border: 1px solid #4b4b4b;
  color: #fff;
}

.acms-btn-flat-info.acms-btn-hover, .acms-btn-flat-info:hover, a.acms-btn-flat-info:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #6a6a6a;
  border: 1px solid #202020;
  text-decoration: none;
}

.acms-btn-flat-info:visited, a.acms-btn-flat-info:visited {
  color: #fff;
}

.acms-btn-flat-info.acms-btn-active, .acms-btn-flat-info:active, .acms-btn-flat-info:focus, a.acms-btn-flat-info:active, a.acms-btn-flat-info:focus {
  background-color: #4b4b4b;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #4b4b4b;
  color: #fff;
}

.acms-btn-flat-success {
  background-color: #7db700;
  border: 1px solid #618e00;
  color: #fff;
}

.acms-btn-flat-success.acms-btn-hover, .acms-btn-flat-success:hover, a.acms-btn-flat-success:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #8bcb00;
  border: 1px solid #263700;
  text-decoration: none;
}

.acms-btn-flat-success:visited, a.acms-btn-flat-success:visited {
  color: #fff;
}

.acms-btn-flat-success.acms-btn-active, .acms-btn-flat-success:active, .acms-btn-flat-success:focus, a.acms-btn-flat-success:active, a.acms-btn-flat-success:focus {
  background-color: #618e00;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #618e00;
  color: #fff;
}

.acms-btn-flat-warning {
  background-color: #ee8b00;
  border: 1px solid #c57300;
  color: #fff;
}

.acms-btn-flat-warning.acms-btn-hover, .acms-btn-flat-warning:hover, a.acms-btn-flat-warning:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #ff9603;
  border: 1px solid #6e4000;
  text-decoration: none;
}

.acms-btn-flat-warning:visited, a.acms-btn-flat-warning:visited {
  color: #fff;
}

.acms-btn-flat-warning.acms-btn-active, .acms-btn-flat-warning:active, .acms-btn-flat-warning:focus, a.acms-btn-flat-warning:active, a.acms-btn-flat-warning:focus {
  background-color: #c57300;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #c57300;
  color: #fff;
}

.acms-btn-flat-danger {
  background-color: #ee0023;
  border: 1px solid #c5001d;
  color: #fff;
}

.acms-btn-flat-danger.acms-btn-hover, .acms-btn-flat-danger:hover, a.acms-btn-flat-danger:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #ff0328;
  border: 1px solid #6e0010;
  text-decoration: none;
}

.acms-btn-flat-danger:visited, a.acms-btn-flat-danger:visited {
  color: #fff;
}

.acms-btn-flat-danger.acms-btn-active, .acms-btn-flat-danger:active, .acms-btn-flat-danger:focus, a.acms-btn-flat-danger:active, a.acms-btn-flat-danger:focus {
  background-color: #c5001d;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #c5001d;
  color: #fff;
}

.acms-btn-admin, .formEntryActionUnit .btn {
  display: inline-block;
  padding: 14px 10px;
  border: 1px solid #a7a7aa;
  border-radius: 3px;
  background-color: #ccc;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
  color: #333;
}

.acms-btn-admin.hover, .acms-btn-admin:hover, .formEntryActionUnit .btn.hover, .formEntryActionUnit .btn:hover {
  border: 1px solid #868688;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
  color: #333;
  text-decoration: none;
}

.acms-btn-admin.active, .acms-btn-admin:active, .acms-btn-admin:hover, .acms-btn-admin:link, .acms-btn-admin:visited, .formEntryActionUnit .btn.active, .formEntryActionUnit .btn:active, .formEntryActionUnit .btn:hover, .formEntryActionUnit .btn:link, .formEntryActionUnit .btn:visited {
  color: #333;
}

.acms-btn-admin.active, .acms-btn-admin:active, .formEntryActionUnit .btn.active, .formEntryActionUnit .btn:active {
  border: 1px solid #AAA;
  background-color: #e1e1e1;
  box-shadow: inset 0 1px 2px #b2b2b2;
  color: #333;
  text-decoration: none;
}

.acms-btn-admin:focus, .formEntryActionUnit .btn:focus {
  outline: 0;
  border-color: #137AF3;
}

@-moz-document url-prefix() {
  a.acms-btn-admin, button.acms-btn-admin {
    line-height: normal;
  }
}

.formEntryActionUnit .btn:hover {
  border: 1px solid #868688;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
  color: #333;
  text-decoration: none;
}

.acms-btn-admin-primary {
  border: 1px solid #004cc5;
  background-color: #004cc5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005cee', endColorstr='#ff004cc5', GradientType=0);
  background-image: linear-gradient(top, #005cee, #004cc5);
  color: #fff;
}

.acms-btn-admin-primary.hover, .acms-btn-admin-primary:hover {
  border: 1px solid #002b6e;
  background-color: #0050cf;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0364ff', endColorstr='#ff0050cf', GradientType=0);
  background-image: linear-gradient(top, #0364ff, #0050cf);
  color: #fff;
  text-decoration: none;
}

.acms-btn-admin-primary:active, .acms-btn-admin-primary:hover, .acms-btn-admin-primary:link, .acms-btn-admin-primary:visited {
  color: #fff;
}

.acms-btn-admin-primary.active, .acms-btn-admin-primary:active {
  border: 1px solid #002b6e;
  background-color: #004cc5;
  box-shadow: inset 0 1px 2px #002b6e;
  color: #fff;
  text-decoration: none;
}

.acms-btn-admin-primary:focus {
  outline: 0;
  border-color: #002b6e;
}

.acms-btn-admin-info {
  border: 1px solid #4b4b4b;
  background-color: #4b4b4b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f5f5f', endColorstr='#ff4b4b4b', GradientType=0);
  background-image: linear-gradient(top, #5f5f5f, #4b4b4b);
  color: #fff;
}

.acms-btn-admin-info:hover {
  border: 1px solid #202020;
  background-color: #505050;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a6a6a', endColorstr='#ff505050', GradientType=0);
  background-image: linear-gradient(top, #6a6a6a, #505050);
  color: #fff;
  text-decoration: none;
}

.acms-btn-admin-info:active, .acms-btn-admin-info:hover, .acms-btn-admin-info:link, .acms-btn-admin-info:visited {
  color: #fff;
}

.acms-btn-admin-info.active, .acms-btn-admin-info:active {
  border: 1px solid #202020;
  background-color: #4b4b4b;
  box-shadow: inset 0 1px 2px #202020;
  color: #fff;
  text-decoration: none;
}

.acms-btn-admin-info:focus {
  outline: 0;
  border-color: #202020;
}

.acms-btn-admin-danger {
  border: 1px solid #c5001d;
  background-color: #c5001d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee0023', endColorstr='#ffc5001d', GradientType=0);
  background-image: linear-gradient(top, #ee0023, #c5001d);
  color: #fff;
}

.acms-btn-admin-danger:hover {
  border: 1px solid #6e0010;
  background-color: #cf001f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0328', endColorstr='#ffcf001f', GradientType=0);
  background-image: linear-gradient(top, #ff0328, #cf001f);
  color: #fff;
  text-decoration: none;
}

.acms-btn-admin-danger:active, .acms-btn-admin-danger:hover, .acms-btn-admin-danger:link, .acms-btn-admin-danger:visited {
  color: #fff;
}

.acms-btn-admin-danger.active, .acms-btn-admin-danger:active {
  border: 1px solid #6e0010;
  background-color: #c5001d;
  box-shadow: inset 0 1px 2px #6e0010;
  color: #fff;
  text-decoration: none;
}

.acms-btn-admin-danger:focus {
  outline: 0;
  border-color: #6e0010;
}

a.acms-btn, a.acms-btn-admin, a.acms-btn-aqua, a.acms-btn-flat {
  text-decoration: none;
}

a.acms-btn, a.acms-btn-admin {
  border: 1px solid #A7A7AA;
}

.acms-btn-admin.acms-float-right.acms-btn-admin-danger {
  margin-right: 4px;
}

.acms-btn-admin-save {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.acms-btn-disabled, button[disabled], fieldset[disabled] .acms-btn, input[disabled] {
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

@media (min-width: 768px) {
  .formEntryActionUnit .btn, [class*=acms-btn] {
    padding: 7px 10px;
    font-size: 11px;
  }
}

.acms-btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
}

.acms-inline-btn {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}

.acms-btn-small {
  padding: 4px 6px;
  font-size: 10px;
}

.acms-btn-large {
  padding: 12px 15px;
  font-size: 18px;
  border-radius: 6px;
}

.acms-btn-unstyled {
  padding: 0;
  background: 0;
  border: 0;
}

.acms-btn-unstyled:focus {
  outline: 0;
}

.acms-h1, .acms-style h1 {
  font-size: 30px;
}

.acms-h2, .acms-style h2 {
  font-size: 24px;
}

.acms-h3, .acms-style h3 {
  font-size: 18px;
}

.acms-h4, .acms-style h4 {
  font-size: 16px;
}

.acms-h5, .acms-style h5 {
  font-size: 14px;
}

.acms-h6, .acms-style h6 {
  font-size: 12px;
}

.acms-h1, .acms-h2, .acms-h3, .acms-h4, .acms-h5, .acms-h6 {
  margin: 0 0 20px;
}

* + .acms-h1, * + .acms-h2, * + .acms-h3, * + .acms-h4, * + .acms-h5, * + .acms-h6 {
  margin-top: 35px;
}

.acms-p, .acms-style p {
  margin: 0 0 15px;
}

* + .acms-p, * + .acms-style p {
  margin-top: 15px;
}

.acms-dl, .acms-ol, .acms-style dl, .acms-style ol, .acms-style ul, .acms-ul {
  margin-top: 0;
}

.acms-list-nostyle {
  list-style: none;
  padding-left: 0;
}

.acms-list-inline {
  padding-left: 0;
}

.acms-list-inline li {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 5px;
}

.acms-dl dt, .acms-entry dl dt, .acms-style dl dt {
  font-weight: 700;
}

.acms-dl dd, .acms-entry dl dd, .acms-style dl dd {
  margin-left: 0;
  margin-bottom: 10px;
}

.acms-dl-horizontal dt, .acms-dl-line dt {
  clear: left;
  float: left;
  width: 160px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.acms-dl-horizontal dd, .acms-dl-line dd {
  padding-left: 0;
  zoom: 1;
}

.acms-dl-horizontal dd:after, .acms-dl-horizontal dd:before, .acms-dl-line dd:after, .acms-dl-line dd:before {
  content: " ";
  display: table;
}

.acms-dl-horizontal dd:after, .acms-dl-line dd:after {
  clear: both;
}

.acms-dl-line dd {
  padding-bottom: 10px;
  border-bottom: solid 1px #CCC;
}

@media (min-width: 768px) {
  .acms-dl-horizontal dt, .acms-dl-line dt {
    float: left;
    text-align: right;
  }
  .acms-dl-horizontal dd, .acms-dl-line dd {
    padding-left: 180px;
  }
}

.acms-blockquote, .acms-entry blockquote, .acms-style blockquote {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  border-left: solid 5px #CCC;
}

.acms-icon {
  padding-right: 10px;
}

[class*=acms-icon-] {
  font-family: acms-fonts;
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.acms-pre, .acms-style pre {
  padding: 10px;
  background-color: #FAFAFA;
  border: solid 1px #DFDFDF;
  border-radius: 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.acms-code, .acms-pre code, .acms-style code {
  padding: 5px;
  background-color: #FAFAFA;
  border: solid 1px #DFDFDF;
  border-radius: 5px;
  color: #F92D74;
}

.acms-code, .acms-pre, .acms-pre code, .acms-pre kbd, .acms-pre samp, .acms-style code, .acms-style kbd, .acms-style pre, .acms-style samp {
  font-family: Consolas,monospace,serif;
}

button, input, select, textarea {
  margin: 0;
  box-sizing: border-box;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox], input[type=radio], select {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

label {
  display: inline-block;
}

.acms-form input[type=text], .acms-form input[type=password], .acms-form input[type=datetime], .acms-form input[type=datetime-local], .acms-form input[type=date], .acms-form input[type=month], .acms-form input[type=time], .acms-form input[type=week], .acms-form input[type=number], .acms-form input[type=email], .acms-form input[type=url], .acms-form input[type=search], .acms-form input[type=tel], .acms-form input[type=color] {
  font-size: 15px;
  padding: 14px 5px 11px 5px;
  border: 1px solid #a7a7aa;
  border-radius: 3px;
  color: #333;
  line-height: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.acms-form input[type=text]:focus, .acms-form input[type=password]:focus, .acms-form input[type=datetime]:focus, .acms-form input[type=datetime-local]:focus, .acms-form input[type=date]:focus, .acms-form input[type=month]:focus, .acms-form input[type=time]:focus, .acms-form input[type=week]:focus, .acms-form input[type=number]:focus, .acms-form input[type=email]:focus, .acms-form input[type=url]:focus, .acms-form input[type=search]:focus, .acms-form input[type=tel]:focus, .acms-form input[type=color]:focus {
  outline: 0;
  border-color: #137af3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.acms-form input[type=text]:disabled, .acms-form input[type=password]:disabled, .acms-form input[type=datetime]:disabled, .acms-form input[type=datetime-local]:disabled, .acms-form input[type=date]:disabled, .acms-form input[type=month]:disabled, .acms-form input[type=time]:disabled, .acms-form input[type=week]:disabled, .acms-form input[type=number]:disabled, .acms-form input[type=email]:disabled, .acms-form input[type=url]:disabled, .acms-form input[type=search]:disabled, .acms-form input[type=tel]:disabled, .acms-form input[type=color]:disabled {
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

.acms-form input[type=text]:-moz-input-placeholder, .acms-form input[type=text]:-ms-input-placeholder, .acms-form input[type=text]::-webkit-input-placeholder, .acms-form input[type=password]:-moz-input-placeholder, .acms-form input[type=password]:-ms-input-placeholder, .acms-form input[type=password]::-webkit-input-placeholder, .acms-form input[type=datetime]:-moz-input-placeholder, .acms-form input[type=datetime]:-ms-input-placeholder, .acms-form input[type=datetime]::-webkit-input-placeholder, .acms-form input[type=datetime-local]:-moz-input-placeholder, .acms-form input[type=datetime-local]:-ms-input-placeholder, .acms-form input[type=datetime-local]::-webkit-input-placeholder, .acms-form input[type=date]:-moz-input-placeholder, .acms-form input[type=date]:-ms-input-placeholder, .acms-form input[type=date]::-webkit-input-placeholder, .acms-form input[type=month]:-moz-input-placeholder, .acms-form input[type=month]:-ms-input-placeholder, .acms-form input[type=month]::-webkit-input-placeholder, .acms-form input[type=time]:-moz-input-placeholder, .acms-form input[type=time]:-ms-input-placeholder, .acms-form input[type=time]::-webkit-input-placeholder, .acms-form input[type=week]:-moz-input-placeholder, .acms-form input[type=week]:-ms-input-placeholder, .acms-form input[type=week]::-webkit-input-placeholder, .acms-form input[type=number]:-moz-input-placeholder, .acms-form input[type=number]:-ms-input-placeholder, .acms-form input[type=number]::-webkit-input-placeholder, .acms-form input[type=email]:-moz-input-placeholder, .acms-form input[type=email]:-ms-input-placeholder, .acms-form input[type=email]::-webkit-input-placeholder, .acms-form input[type=url]:-moz-input-placeholder, .acms-form input[type=url]:-ms-input-placeholder, .acms-form input[type=url]::-webkit-input-placeholder, .acms-form input[type=search]:-moz-input-placeholder, .acms-form input[type=search]:-ms-input-placeholder, .acms-form input[type=search]::-webkit-input-placeholder, .acms-form input[type=tel]:-moz-input-placeholder, .acms-form input[type=tel]:-ms-input-placeholder, .acms-form input[type=tel]::-webkit-input-placeholder, .acms-form input[type=color]:-moz-input-placeholder, .acms-form input[type=color]:-ms-input-placeholder, .acms-form input[type=color]::-webkit-input-placeholder {
  font-size: 11px;
  padding-top: 2px;
}

.acms-form input[type=text].acms-form-large, .acms-form input[type=password].acms-form-large, .acms-form input[type=datetime].acms-form-large, .acms-form input[type=datetime-local].acms-form-large, .acms-form input[type=date].acms-form-large, .acms-form input[type=month].acms-form-large, .acms-form input[type=time].acms-form-large, .acms-form input[type=week].acms-form-large, .acms-form input[type=number].acms-form-large, .acms-form input[type=email].acms-form-large, .acms-form input[type=url].acms-form-large, .acms-form input[type=search].acms-form-large, .acms-form input[type=tel].acms-form-large, .acms-form input[type=color].acms-form-large {
  height: 48px;
  font-size: 20px;
}

.acms-form input[type=text].acms-form-large:-moz-input-placeholder, .acms-form input[type=text].acms-form-large:-ms-input-placeholder, .acms-form input[type=text].acms-form-large::-webkit-input-placeholder, .acms-form input[type=password].acms-form-large:-moz-input-placeholder, .acms-form input[type=password].acms-form-large:-ms-input-placeholder, .acms-form input[type=password].acms-form-large::-webkit-input-placeholder, .acms-form input[type=datetime].acms-form-large:-moz-input-placeholder, .acms-form input[type=datetime].acms-form-large:-ms-input-placeholder, .acms-form input[type=datetime].acms-form-large::-webkit-input-placeholder, .acms-form input[type=datetime-local].acms-form-large:-moz-input-placeholder, .acms-form input[type=datetime-local].acms-form-large:-ms-input-placeholder, .acms-form input[type=datetime-local].acms-form-large::-webkit-input-placeholder, .acms-form input[type=date].acms-form-large:-moz-input-placeholder, .acms-form input[type=date].acms-form-large:-ms-input-placeholder, .acms-form input[type=date].acms-form-large::-webkit-input-placeholder, .acms-form input[type=month].acms-form-large:-moz-input-placeholder, .acms-form input[type=month].acms-form-large:-ms-input-placeholder, .acms-form input[type=month].acms-form-large::-webkit-input-placeholder, .acms-form input[type=time].acms-form-large:-moz-input-placeholder, .acms-form input[type=time].acms-form-large:-ms-input-placeholder, .acms-form input[type=time].acms-form-large::-webkit-input-placeholder, .acms-form input[type=week].acms-form-large:-moz-input-placeholder, .acms-form input[type=week].acms-form-large:-ms-input-placeholder, .acms-form input[type=week].acms-form-large::-webkit-input-placeholder, .acms-form input[type=number].acms-form-large:-moz-input-placeholder, .acms-form input[type=number].acms-form-large:-ms-input-placeholder, .acms-form input[type=number].acms-form-large::-webkit-input-placeholder, .acms-form input[type=email].acms-form-large:-moz-input-placeholder, .acms-form input[type=email].acms-form-large:-ms-input-placeholder, .acms-form input[type=email].acms-form-large::-webkit-input-placeholder, .acms-form input[type=url].acms-form-large:-moz-input-placeholder, .acms-form input[type=url].acms-form-large:-ms-input-placeholder, .acms-form input[type=url].acms-form-large::-webkit-input-placeholder, .acms-form input[type=search].acms-form-large:-moz-input-placeholder, .acms-form input[type=search].acms-form-large:-ms-input-placeholder, .acms-form input[type=search].acms-form-large::-webkit-input-placeholder, .acms-form input[type=tel].acms-form-large:-moz-input-placeholder, .acms-form input[type=tel].acms-form-large:-ms-input-placeholder, .acms-form input[type=tel].acms-form-large::-webkit-input-placeholder, .acms-form input[type=color].acms-form-large:-moz-input-placeholder, .acms-form input[type=color].acms-form-large:-ms-input-placeholder, .acms-form input[type=color].acms-form-large::-webkit-input-placeholder {
  font-size: 20px;
}

.acms-form input[type=text].acms-form-small, .acms-form input[type=password].acms-form-small, .acms-form input[type=datetime].acms-form-small, .acms-form input[type=datetime-local].acms-form-small, .acms-form input[type=date].acms-form-small, .acms-form input[type=month].acms-form-small, .acms-form input[type=time].acms-form-small, .acms-form input[type=week].acms-form-small, .acms-form input[type=number].acms-form-small, .acms-form input[type=email].acms-form-small, .acms-form input[type=url].acms-form-small, .acms-form input[type=search].acms-form-small, .acms-form input[type=tel].acms-form-small, .acms-form input[type=color].acms-form-small {
  font-size: 11px;
}

.acms-form input[type=search] {
  -webkit-appearance: none;
}

.acms-form textarea {
  font-size: 15px;
  padding: 5px 5px 4px;
  border: 1px solid #a7a7aa;
  border-radius: 3px;
  color: #333;
  line-height: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  line-height: 1.7;
}

.acms-form textarea:focus {
  outline: 0;
  border-color: #137af3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.acms-form textarea:disabled {
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

.acms-form textarea.acms-form-large {
  height: 48px;
  font-size: 20px;
  vertical-align: middle;
}

.acms-form textarea.acms-form-small {
  height: 20px;
  font-size: 10px;
}

.acms-form textarea:-moz-input-placeholder, .acms-form textarea:-ms-input-placeholder, .acms-form textarea::-webkit-input-placeholder {
  font-size: 11px;
  padding-top: 2px;
}

.acms-form select {
  display: inline-block;
  padding: 14px 10px;
  border: 1px solid #a7a7aa;
  border-radius: 3px;
  background-color: #ccc;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
  color: #333;
  padding-top: 17px;
  padding-bottom: 15px;
  text-align: left;
}

.acms-form select.hover, .acms-form select:hover {
  border: 1px solid #868688;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: linear-gradient(top, #fcfcfc, #e1e1e1);
  color: #333;
  text-decoration: none;
}

.acms-form select:focus {
  outline: 0;
  border-color: #137af3;
}

.acms-form select:disabled {
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

.acms-form select[multiple=multiple] {
  padding: 7px 10px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.acms-form select[multiple=multiple].hover, .acms-form select[multiple=multiple]:hover {
  padding: 7px 10px;
}

.acms-form select[multiple=multiple]:focus {
  outline: 0;
  border-color: #137af3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.acms-form select[multiple=multiple]:disabled {
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .acms-form select {
    -webkit-appearance: button;
    background-color: #f0f0f0;
    padding-left: 10px;
    padding-right: 30px;
    background: url(../images/marker/arrow_black03.png), linear-gradient(top, #f9f9f9, #e1e1e1);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .acms-form select.hover, .acms-form select:hover {
    border: 1px solid #868688;
    -webkit-appearance: button;
    background-color: #f0f0f0;
    padding-left: 10px;
    padding-right: 30px;
    background: url(../images/marker/arrow_black03.png), linear-gradient(top, #fcfcfc, #e1e1e1);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: none;
  }
  .acms-form select[multiple=multiple] {
    -webkit-appearance: none;
    background: #fff;
  }
}

.acms-form-block {
  display: block;
}

.acms-form-inline, .acms-form-inline label {
  display: inline;
}

.acms-form-group {
  zoom: 1;
  margin-bottom: 10px;
}

.acms-form-group:after, .acms-form-group:before {
  content: " ";
  display: table;
}

.acms-form-group:after {
  clear: both;
}

.acms-form-action {
  display: table;
}

.acms-form-action .acms-form-side, .acms-form-action .acms-form-side-btn, .acms-form-action input {
  display: table-cell;
}

.acms-form-action .acms-form-side {
  width: 1%;
  padding: 0 6px;
  background: #EEE;
  border: 1px solid #999;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 1.5;
}

.acms-form-action .acms-form-side:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.acms-form-action .acms-form-side:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.acms-form-action .acms-form-side-btn {
  position: relative;
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}

.acms-form-action .acms-form-side-btn:first-child > .acms-btn, .acms-form-action .acms-form-side-btn:first-child > .acms-btn-admin {
  vertical-align: top;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.acms-form-action .acms-form-side-btn:last-child > .acms-btn, .acms-form-action .acms-form-side-btn:last-child > .acms-btn-admin {
  vertical-align: top;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.acms-form-action .acms-form-side .acms-form-checkbox, .acms-form-action .acms-form-side .acms-form-radio {
  padding: 0;
}

.acms-form-action .acms-form-side .acms-ico-checkbox, .acms-form-action .acms-form-side .acms-ico-radio {
  margin-right: 0;
  vertical-align: -50%;
}

.acms-form-action input[type=text], .acms-form-action input[type=password], .acms-form-action input[type=email], .acms-form-action input[type=url], .acms-form-action input[type=search] {
  height: 44px;
  width: 100%;
}

.acms-form-action input[type=text]:first-child, .acms-form-action input[type=password]:first-child, .acms-form-action input[type=email]:first-child, .acms-form-action input[type=url]:first-child, .acms-form-action input[type=search]:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.acms-form-action input[type=text]:last-child, .acms-form-action input[type=password]:last-child, .acms-form-action input[type=email]:last-child, .acms-form-action input[type=url]:last-child, .acms-form-action input[type=search]:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

@media (min-width: 768px) {
  .acms-form-action input[type=text], .acms-form-action input[type=password], .acms-form-action input[type=email], .acms-form-action input[type=url], .acms-form-action input[type=search] {
    height: 27px;
  }
}

.acms-form-error {
  border-color: #dc8d99;
  background: #fff8f8;
  color: #c91032;
}

.acms-text-error {
  display: block;
  color: red;
}

.acms-form-width-full {
  width: 100%;
}

.acms-form-width-3quarters {
  width: 75%;
}

.acms-form-width-half {
  width: 50%;
}

.acms-form-width-quarter {
  width: 25%;
}

.acms-form-width-large {
  max-width: 540px;
  width: 100%;
}

.acms-form-width-medium {
  max-width: 380px;
  width: 100%;
}

.acms-form-width-small {
  max-width: 220px;
  width: 100%;
}

.acms-form-width-mini {
  max-width: 140px;
  width: 100%;
}

.acms-ico-checkbox, .acms-ico-radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: auto\9;
  height: auto\9;
}

.acms-ico-checkbox {
  background: url(../images/marker/ico_input.png) no-repeat left top;
  background-size: 40px 60px;
  background-image: none\9;
}

.acms-form-checkbox input:checked + .acms-ico-checkbox {
  background: url(../images/marker/ico_input.png) no-repeat left -20px;
  background-size: 40px 60px;
}

.acms-form-checkbox input:disabled + .acms-ico-checkbox {
  background: url(../images/marker/ico_input.png) no-repeat left -40px;
  background-size: 40px 60px;
  cursor: not-allowed;
}

.acms-ico-radio {
  background: url(../images/marker/ico_input.png) no-repeat -20px top;
  background-size: 40px 60px;
  background-image: none\9;
}

.acms-form-radio input:checked + .acms-ico-radio {
  background: url(../images/marker/ico_input.png) no-repeat -20px -20px;
  background-size: 40px 60px;
}

.acms-form-radio input:disabled + .acms-ico-radio {
  background: url(../images/marker/ico_input.png) no-repeat -20px -40px;
  background-size: 40px 60px;
  cursor: not-allowed;
}

.acms-form-checkbox, .acms-form-radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
  position: static\9;
}

.acms-form-checkbox input, .acms-form-radio input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=100);
  position: static\9;
  opacity: 1\9;
}

.acms-form-radio {
  padding: 3px 0 0 4px;
}

.acms-form-radio::before, .acms-form-radio:before {
  width: 16px;
  height: 16px;
  border-radius: 10px;
}

.acms-btn-checkbox label, .acms-btn-radio label {
  width: auto;
}

.acms-btn-checkbox {
  display: none;
}

.acms-btn-checkbox + label {
  display: inline-block;
  position: relative;
  padding: 9px;
  border: 1px solid #CACECE;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  background-color: #FAFAFA;
}

.acms-btn-checkbox + label:active, .acms-btn-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.acms-btn-checkbox:checked + label {
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  background-color: #BBB;
  color: #FFF;
}

.acms-btn-checkbox:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  color: #99a1a7;
  font-size: 14px;
}

.acms-btn-radio {
  display: none;
}

.acms-btn-radio + label {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  padding: 9px;
  border: 1px solid #CACECE;
  border-radius: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  background-color: #FAFAFA;
}

.acms-btn-radio:checked + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  text-shadow: 0;
  font-size: 32px;
}

.acms-btn-radio:checked + label {
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #BBB;
  color: #FFF;
}

.acms-btn-radio .acms-btn-radio:checked + label:active, .acms-btn-radio + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .acms-form input[type=text], .acms-form input[type=password], .acms-form input[type=datetime], .acms-form input[type=datetime-local], .acms-form input[type=date], .acms-form input[type=month], .acms-form input[type=time], .acms-form input[type=week], .acms-form input[type=number], .acms-form input[type=email], .acms-form input[type=url], .acms-form input[type=search], .acms-form input[type=tel], .acms-form input[type=color] {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 4px;
  }
  .acms-form textarea {
    font-size: 13px;
  }
  .acms-form select {
    padding: 7px 10px;
    font-size: 11px;
    padding-right: 30px;
  }
}

.acms-table {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #ddd;
}

.acms-table td, .acms-table th {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.acms-table th {
  vertical-align: top;
  text-align: left;
}

.acms-table.acms-table-none {
  border-top: 0;
}

.acms-table.acms-table-none td, .acms-table.acms-table-none th {
  border-bottom: 0;
}

.panel-body .acms-table td, .panel-body .acms-table th {
  padding: 5px;
}

.panel-body .acms-table .acms-table-container {
  padding: 10px 5px;
}

.acms-admin-mini-table, .acms-admin-mini-table td, .acms-admin-mini-table th, .acms-admin-mini-table tr, .acms-table, .acms-table-admin-edit, .acms-table-admin-edit td, .acms-table-admin-edit th, .acms-table-heading, .acms-table-heading td, .acms-table-heading th, .acms-table:after, .acms-table:before {
  box-sizing: border-box;
}

.acms-table-heading {
  border-top: 1px solid #ccc;
}

.acms-table-heading td, .acms-table-heading th {
  border-bottom: 1px solid #ccc;
}

.acms-table-heading th {
  padding: 5px 10px;
  border-top: solid 1px #25242c;
  background-color: #25242c;
  color: #fff;
  font-weight: 400;
}

.acms-table-bordered {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.acms-table-bordered td, .acms-table-bordered th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.acms-table-striped tr.odd, .acms-table-striped tr:nth-of-type(odd) {
  background: #fff;
}

.acms-table-striped tr.even, .acms-table-striped tr:nth-of-type(even) {
  background: #eee;
}

.acms-table-hover tr:hover td {
  background: #e3eefc;
  cursor: pointer;
}

.acms-table-hover-line tr:hover {
  background: #e3eefc;
}

.acms-table-edit {
  border-top: none;
}

.acms-table-edit td, .acms-table-edit th {
  vertical-align: middle;
}

.acms-table-edit th {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .acms-table-admin-edit tbody td, .acms-table-admin-edit tbody th, .acms-table-admin-edit thead td, .acms-table-admin-edit thead th {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .acms-table-admin-edit tbody th {
    padding: 10px 10px 5px;
    text-align: left;
  }
  .acms-table-admin-edit tbody td {
    padding: 0 10px 15px;
  }
  .acms-table-admin-edit tr:last-child td, .acms-table-admin-edit tr:last-child th {
    border-bottom: none !important;
  }
}

.acms-table-sortable-active td, .acms-table-sortable-active th, .acms-table-sortable-active tr.even td, .acms-table-sortable-active tr.even th, .acms-table-sortable-active tr:nth-of-type(even) td, .acms-table-sortable-active tr:nth-of-type(even) th {
  background-color: #fff;
}

@media (max-width: 767px) {
  .acms-table-responsive {
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .acms-table-responsive td, .acms-table-responsive th {
    white-space: nowrap;
  }
  .acms-table-entry td, .acms-table-entry th {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .acms-table-entry th {
    padding-bottom: 0;
    text-align: left;
  }
  .acms-table-entry td {
    padding-top: 3px;
  }
  .acms-table-entry .detail-fade-body td, .acms-table-entry .detail-fade-body th {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.acms-table-admin {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.acms-table-admin thead {
  border: none;
}

.acms-table-admin thead th {
  padding: 5px;
  font-size: 13px;
  font-weight: 700;
}

.acms-table-admin td, .acms-table-admin th {
  padding: 13px 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.3;
}

.acms-table-admin th {
  text-align: left;
}

.acms-table-admin td {
  background-color: #f2f2f4;
}

.acms-table-admin-striped tr.odd, .acms-table-admin-striped tr:nth-of-type(odd) {
  background: #fff;
}

.acms-table-admin-striped tr.even, .acms-table-admin-striped tr:nth-of-type(even) {
  background: #f2f2f4;
}

.acms-table-admin-edit {
  width: 100%;
  border-top: 1px solid #ccc;
  background: #f2f2f4;
}

.acms-table-admin-edit tr {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.acms-table-admin-edit th {
  width: 270px;
  font-weight: 700;
  text-align: right;
  vertical-align: top;
}

.acms-table-admin-edit td, .acms-table-admin-edit th {
  padding: 5px 10px;
}

.acms-table-admin-edit tr:first-child td {
  padding: 5px 10px 15px;
}

.acms-table-admin-edit tr:first-child th {
  padding: 10px 10px 5px;
}

.acms-table-admin-edit tr:last-child td, .acms-table-admin-edit tr:last-child th {
  padding: 5px 10px 20px;
  border-bottom: 1px solid #ccc;
}

.acms-table-admin-edit tr:only-child td, .acms-table-admin-edit tr:only-child th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.acms-table-admin-edit thead tr:last-child td, .acms-table-admin-edit thead tr:last-child th {
  padding: 5px 10px 5px;
  border-bottom: 1px solid #ccc;
}

.acms-table-admin-edit tbody tr:last-child th {
  padding: 10px 10px 5px;
  border-bottom: 1px solid #ccc;
}

.acms-table-admin-edit tr:last-child td {
  padding: 5px 10px 15px;
  border-bottom: 1px solid #ccc;
}

.acms-table-admin-edit tfoot tr:last-child td, .acms-table-admin-edit tfoot tr:last-child th {
  padding: 5px 10px 20px;
  border-bottom: 1px solid #ccc;
}

.acms-table-admin-edit table {
  width: 100%;
}

.acms-table-admin-edit table td, .acms-table-admin-edit table th, .acms-table-admin-edit table tr, .acms-table-admin-edit table tr:first-child td, .acms-table-admin-edit table tr:first-child th, .acms-table-admin-edit table tr:last-child td, .acms-table-admin-edit table tr:last-child th {
  padding: 5px 10px !important;
  border: none !important;
}

@media (min-width: 768px) {
  .acms-table-admin-edit tr {
    border-bottom: 0;
  }
  .acms-table-admin-edit tr:first-child td, .acms-table-admin-edit tr:first-child th {
    padding: 20px 10px 5px;
  }
  .acms-table-admin-edit tbody tr:last-child th, .acms-table-admin-edit tr:last-child td, .acms-table-admin-edit tr:last-child th {
    padding: 5px 10px 20px;
  }
  .acms-table-admin-edit tbody tr:only-child th, .acms-table-admin-edit tr:only-child td, .acms-table-admin-edit tr:only-child th {
    padding: 10px;
  }
}

.acms-tabs-panel .acms-table-admin-edit {
  border: 0;
}

.acms-tabs-panel .acms-table-admin-edit tr {
  border: 0;
}

.acms-tabs-panel .acms-table-admin-edit tr:last-child td, .acms-tabs-panel .acms-table-admin-edit tr:last-child th {
  border: 0;
}

.acms-table-admin-edit-bordered {
  width: 100%;
  border-top: 1px solid #ccc;
  background: #f2f2f4;
}

.acms-table-admin-edit-bordered tr {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.acms-table-admin-edit-bordered th {
  max-width: 270px;
  font-weight: 700;
  text-align: right;
  vertical-align: top;
}

.acms-table-admin-edit-bordered td, .acms-table-admin-edit-bordered th {
  padding: 5px 10px;
}

.acms-table-admin-edit-bordered tr:first-child th {
  padding-top: 10px;
}

.acms-table-admin-edit-bordered tr:first-child td {
  padding-bottom: 15px;
}

.acms-table-admin-edit-bordered tr:last-child th {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.acms-table-admin-edit-bordered tr:last-child td {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.acms-table-admin-edit-bordered thead tr:last-child td, .acms-table-admin-edit-bordered thead tr:last-child th {
  border-bottom: 1px solid #ccc;
}

.acms-table-admin-edit-bordered tbody tr:last-child td, .acms-table-admin-edit-bordered tbody tr:last-child th, .acms-table-admin-edit-bordered tfoot tr:last-child td, .acms-table-admin-edit-bordered tfoot tr:last-child th {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.acms-table-admin-edit-bordered table td, .acms-table-admin-edit-bordered table th, .acms-table-admin-edit-bordered table tr, .acms-table-admin-edit-bordered table tr:first-child td, .acms-table-admin-edit-bordered table tr:first-child th, .acms-table-admin-edit-bordered table tr:last-child td, .acms-table-admin-edit-bordered table tr:last-child th {
  padding: 5px 10px !important;
  border: none !important;
}

@media (min-width: 768px) {
  .acms-table-admin-edit-bordered tr:first-child td {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .acms-table-admin-edit-bordered tr:last-child td, .acms-table-admin-edit-bordered tr:last-child th {
    padding-bottom: 5px;
    padding-bottom: 10px;
  }
}

.acms-table-admin-edit table tr {
  border: none\9;
}

.acms-admin-mini-table {
  width: 100%;
  margin: 0 0 30px 0;
}

.acms-admin-mini-table thead {
  background: #fff;
  border-bottom: 2px solid #ccc;
}

.acms-admin-mini-table td, .acms-admin-mini-table th, .acms-admin-mini-table tr {
  padding: 7px 10px;
}

.acms-admin-mini-table th {
  text-align: left;
}

.acms-admin-mini-table tbody tr:nth-of-type(odd) td {
  background: #f7f7f8;
}

.acms-admin-mini-table tbody tr:nth-of-type(even) td {
  background: #fff;
}

.acms-admin-mini-table tbody {
  border-bottom: 1px solid #ccc;
}

.acms-admin-mini-table + p {
  margin-top: -15px;
}

.acms-admin-mini-table .acms-admin-mini-table-action {
  width: 80px;
}

.acms-admin-mini-table .acms-admin-mini-table-import-action {
  width: 120px;
}

.acms-admin-mini-table ul {
  margin-bottom: 0;
  padding-left: 1em;
}

.acms-table .acms-table-action {
  width: 50px;
}

.acms-table-hover .acms-table-info:hover, .acms-table-hover .acms-table-info:hover td, .acms-table-hover .acms-table-info:hover th, .acms-table-info, .acms-table-info td, .acms-table-info th {
  background: #bccce2;
}

.acms-table-hover .acms-table-success:hover, .acms-table-hover .acms-table-success:hover td, .acms-table-hover .acms-table-success:hover th, .acms-table-success, .acms-table-success td, .acms-table-success th {
  background: #aad9cd;
}

.acms-table-hover .acms-table-warning:hover, .acms-table-hover .acms-table-warning:hover td, .acms-table-hover .acms-table-warning:hover th, .acms-table-warning, .acms-table-warning td, .acms-table-warning th {
  background: #e1d7bb;
}

.acms-table-danger, .acms-table-danger td, .acms-table-danger th, .acms-table-hover .acms-table-danger:hover, .acms-table-hover .acms-table-danger:hover td, .acms-table-hover .acms-table-danger:hover th {
  background: #e1bcc4;
}

.acms-table-admin .acms-table-center, .acms-table-admin-edit .acms-table-center, .acms-table-center {
  text-align: center;
}

.acms-table-admin .acms-table-left, .acms-table-admin-edit .acms-table-left, .acms-table-left {
  text-align: left;
}

.acms-table-nowrap {
  white-space: nowrap;
}

.acms-heading {
  margin-bottom: 10px;
  padding: 5px 0;
  color: #333;
  font-size: 18px;
  border-bottom: 2px solid #333;
}

.acms-heading a {
  color: inherit;
  text-decoration: none;
}

.acms-page-header {
  margin-top: 45px;
  margin-bottom: 10px;
  border-bottom: 2px solid #333;
}

.acms-page-header a {
  color: inherit;
  text-decoration: none;
}

.acms-page-header .acms-page-heading {
  font-size: 28px;
}

.acms-list-group-heading {
  margin-bottom: 0;
  padding: 5px 0;
  color: #333;
  border-bottom: 2px solid #333;
}

.acms-list-group-heading a {
  color: inherit;
  text-decoration: none;
}

.acms-list-group {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.acms-list-group-heading + .acms-list-group {
  border-top: 0;
}

.acms-list-group + .acms-list-group {
  margin: 0 0 10px 0;
}

.acms-list-group-item {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

a.acms-list-group-item:hover {
  background: #EEE;
}

a.acms-list-group-item:active, a.acms-list-group-item:focus, a.acms-list-group-item:hover, a.acms-list-group-item:visited {
  color: #333;
  text-decoration: none;
}

.acms-list-group-title-link {
  margin: 0 10px;
  text-decoration: none;
}

.acms-list-group-title-link:active, .acms-list-group-title-link:focus, .acms-list-group-title-link:hover, .acms-list-group-title-link:visited {
  text-decoration: underline;
}

.acms-label {
  padding: 3px 7px;
  border-radius: 3px;
  background-color: #999;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
}

.acms-label a {
  color: #fff !important;
}

a.acms-label:hover {
  color: #fff;
  text-decoration: none;
  background: #6e6e6e;
  cursor: pointer;
}

.acms-label:active, .acms-label:focus, a.acms-label:visited {
  color: #fff;
}

.acms-label-large {
  font-size: 16px;
}

.acms-label-group .acms-label:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.acms-label-group .acms-label:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.acms-label-group .acms-label-side:first-child {
  border-right: 1px solid #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.acms-label-group .acms-label-side:last-child {
  border-left: 1px solid #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.acms-label-success {
  background-color: #4ac0a4;
}

a.acms-label-success:hover {
  background: #2e8570;
}

.acms-label-success:active, .acms-label-success:focus, a.acms-label-success:visited {
  color: #fff;
}

.acms-label-info {
  background-color: #7096cd;
}

a.acms-label-info:hover {
  background: #3b68ab;
}

.acms-label-info:active, .acms-label-info:focus, a.acms-label-info:visited {
  color: #fff;
}

.acms-label-warning {
  background-color: #cdb770;
}

a.acms-label-warning:hover {
  background: #ab903b;
}

.acms-label-warning:active, .acms-label-warning:focus, a.acms-label-warning:visited {
  color: #fff;
}

.acms-label-danger {
  background-color: #cd7086;
}

a.acms-label-danger:hover {
  background: #ab3b56;
}

.acms-label-danger:active, .acms-label-danger:focus, a.acms-label-danger:visited {
  color: #fff;
}

.acms-admin-labelbox {
  min-width: 55px;
}

.acms-badge {
  padding: 3px 7px;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  background-color: #999;
}

.acms-badge-success {
  background-color: #4ac0a4;
}

.acms-badge-info {
  background-color: #7096cd;
}

.acms-badge-warning {
  background-color: #cdb770;
}

.acms-badge-danger {
  background-color: #cd7086;
}

.acms-badge-approval {
  background-color: #E20020;
}

.acms-panel {
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.acms-panel-header {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f0f0f0;
}

.acms-panel-body + .acms-panel-header {
  border-top: 1px solid #d9d9d9;
}

.acms-panel-header [class*=acms-icon] {
  font-size: 20px;
}

.acms-panel-title {
  margin: 0;
  font-size: 15px;
}

.acms-panel-title > a {
  color: inherit;
}

.acms-panel-title > a:hover {
  color: inherit;
  opacity: .6;
}

.acms-panel-body {
  padding: 10px;
}

.acms-panel-footer {
  padding: 10px;
  border-top: 1px solid #DDD;
}

.acms-panel-info.acms-panel {
  border-color: #bbcde8;
}

.acms-panel-info .acms-panel-header, .acms-panel-info .acms-panel-header a {
  border-color: #bbcde8;
  background-color: #e9eff7;
  color: #7096cd;
}

.acms-panel-info .acms-panel-footer {
  border-color: #bbcde8;
}

.acms-panel-danger.acms-panel {
  border-color: #e8bbc6;
}

.acms-panel-danger .acms-panel-header, .acms-panel-danger .acms-panel-header a {
  border-color: #e8bbc6;
  background-color: #f7e9ec;
  color: #cd7086;
}

.acms-panel-danger .acms-panel-footer {
  border-color: #e8bbc6;
}

.clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
}

.column-image-left, .column-media-left {
  display: inline;
  float: left;
  margin-bottom: 10px;
}

.column-image-right, .column-media-right {
  display: inline;
  float: right;
  margin-bottom: 10px;
}

.column-image-center, .column-media-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center;
}

.column-file-left {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.column-file-right {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

.column-file-center {
  float: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.column-map-auto {
  margin-bottom: 10px;
  overflow: hidden;
}

.column-map-left {
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
}

.column-map-right {
  float: right;
  margin-bottom: 10px;
  overflow: hidden;
}

.column-map-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  overflow: hidden;
}

.column-yolp-auto {
  margin-bottom: 10px;
  overflow: hidden;
}

.column-yolp-left {
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
}

.column-yolp-right {
  float: right;
  margin-bottom: 10px;
  overflow: hidden;
}

.column-yolp-center {
  display: block;
  float: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  overflow: hidden;
}

.column-video-left, .column-youtube-left {
  display: inline;
  float: left;
}

.column-video-right, .column-youtube-right {
  display: inline;
  float: right;
}

.column-video-center, .column-youtube-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.column-eximage-left {
  display: inline;
  float: left;
}

.column-eximage-right {
  display: inline;
  float: right;
}

.column-eximage-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.column-quote-left {
  float: left;
}

.column-quote-right {
  float: right;
}

.column-quote-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

[class*=column-quote-] {
  margin: 0 10px;
}

[class*=column-quote-] blockquote {
  padding: 20px 10px 20px 20px;
}

[class*=column-quote-] .quoteImageContainer {
  position: relative;
  float: left;
  max-width: 154px;
  margin-right: 25px;
}

[class*=column-quote-] .quoteImage {
  display: block;
  max-width: 100%;
  height: auto;
}

[class*=column-quote-] .quoteTitle {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
}

[class*=column-quote-] .quoteTitleLink {
  color: #006CD8;
}

[class*=column-quote-] .quoteSiteName {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 11px;
  color: #666;
}

[class*=column-quote-] .quoteDescription {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #333;
}

[class*=column-image-], [class*=column-media-] {
  max-width: 100%;
}

[class*=column-media-] a {
  display: block;
  text-align: center;
}

.acms-entry [class*=acms-col-] {
  padding: 0;
}

.acms-entry dl, .acms-entry h2, .acms-entry h3, .acms-entry h4, .acms-entry h5, .acms-entry h6 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.acms-entry p {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.acms-entry .entry-container {
  margin-left: 10px;
  margin-right: 10px;
}

.acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-], .acms-entry [class*=column-video-], .acms-entry [class*=column-eximage-].nocaption {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.acms-entry [class*=column-map-] {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.acms-entry [class*=column-map-] > div {
  max-width: 100%;
}

.acms-entry [class*=column-image-], .acms-entry [class*=column-media-], .acms-entry [class*=column-eximage-] {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.acms-entry [class*=column-image-] a, .acms-entry [class*=column-media-] a, .acms-entry [class*=column-eximage-] a {
  display: block;
}

.acms-entry [class*=column-image-] .caption, .acms-entry [class*=column-media-] .caption, .acms-entry [class*=column-eximage-] .caption {
  padding: 0;
}

[class*=column-image-] img, [class*=column-media-] img, [class*=column-eximage-] img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.column-eximage-left, .column-image-left, .column-media-left {
  float: left;
  margin-right: 0;
}

@media (max-width: 479px) {
  .acms-grid-r .column-eximage-left, .acms-grid-r .column-eximage-right, .acms-grid-r .column-image-left, .acms-grid-r .column-image-right, .acms-grid-r .column-media-left, .acms-grid-r .column-media-right {
    float: none;
  }
}

@media (max-width: 479px) {
  .acms-grid-r [class*=column-image-], .acms-grid-r [class*=column-media-], .acms-grid-r [class*=column-eximage-] {
    padding-left: 10px;
    padding-right: 10px;
    width: auto !important;
  }
  .acms-grid-r [class*=column-image-] img, .acms-grid-r [class*=column-media-] img, .acms-grid-r [class*=column-eximage-] img {
    padding: 0;
    box-sizing: border-box;
  }
  [class*=column-yolp-], [class*=column-map-] {
    width: auto !important;
    max-width: 100%;
  }
  [class*=column-yolp-] > div, [class*=column-map-] > div {
    max-width: 100%;
  }
  [class*=column-yolp-] > div {
    width: 100% !important;
  }
  [class*=column-eximage-] {
    width: auto !important;
  }
  [class*=column-youtube-], [class*=column-video-] {
    display: block;
    width: 100% !important;
    max-width: 100%;
  }
}

.acms-entry-unit-full [class*=column-image-], .acms-entry-unit-full [class*=column-media-], .acms-entry-unit-full [class*=column-youtube-], .acms-entry-unit-full [class*=column-video-], .acms-entry-unit-full [class*=column-eximage-], .acms-entry-unit-full [class*=column-map-] {
  width: 100% !important;
  max-width: 100%;
}

.column-iframe, .column-youtube {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.column-iframe embed, .column-iframe iframe, .column-iframe object, .column-youtube embed, .column-youtube iframe, .column-youtube object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class*=column-map-] > img {
  max-width: 100%;
}

[class*=column-yolp-] img, [class*=column-map-] img {
  width: auto;
  height: auto;
}

[class*=column-yolp-] {
  width: auto !important;
}

.entryFormColumnBody .entryFormFileentryFormImages, .entryFormColumnBody .formColumnMapTd {
  padding-right: 10px !important;
}

.highlight1 {
  background-color: #FF6;
  color: #000;
}

.highlight2 {
  background-color: #a0FFFF;
  color: #000;
}

.highlight3 {
  background-color: #9F9;
  color: #000;
}

.highlight4 {
  background-color: #F99;
  color: #000;
}

.highlight5 {
  background-color: #F6F;
  color: #000;
}

.highlight6 {
  background-color: #800;
  color: #000;
}

.acms-img-rounded, .acms-img-rounded img {
  max-width: 100%;
  border-radius: 6px;
}

.acms-img-rounded .acms-img-caption, .acms-img-rounded img .acms-img-caption {
  border-radius: 0 0 6px 6px;
}

.acms-img-shadow {
  max-width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.acms-img-bordered {
  max-width: 100%;
  padding: 4px;
  border: 1px solid #DDD;
  background-color: #FFF;
}

.acms-img-captionBox {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.acms-img-captionBox:hover .acms-img-hover {
  opacity: 1;
}

.acms-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px 20px 12px;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.acms-img-captionBox img {
  display: block;
  max-width: 100%;
  height: auto;
}

.acms-img-hover {
  opacity: 0;
  transition: all .2s ease-in-out;
}

.acms-thumbnail {
  display: block;
  float: left;
  margin-bottom: 10px;
  padding: 6px;
  border: 1px solid #DDD;
  border-radius: 6px;
  background-color: #FFF;
  color: #333;
  text-decoration: none;
}

.acms-thumbnail img {
  max-width: 100%;
}

.acms-thumbnail:hover {
  border: 1px solid #CCC;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

a.acms-thumbnail:hover {
  color: #666;
}

.acms-summary {
  display: table;
  width: 100%;
}

.acms-summary + .acms-summary {
  margin-top: 10px;
}

.acms-summary-image {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}

.acms-summary-image + .acms-summary-body {
  padding-left: 10px;
}

.acms-summary-image .acms-summary-body {
  padding-right: 10px;
}

.acms-summary-body {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.acms-summary-heading {
  margin: 0 0 10px 0;
}

.acms-navbar {
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
  background-color: #333;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  list-style: none outside none;
  z-index: 20;
}

.acms-navbar ul {
  margin: 0 auto;
  padding: 0;
  display: block;
  list-style: none;
}

.acms-navbar #viewing, .acms-navbar a:active, .acms-navbar a:hover, .acms-navbar a:link, .acms-navbar a:visited {
  display: block;
  padding: 0 30px;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0 !important;
  line-height: 4.5;
}

.acms-navbar #viewing, .acms-navbar a:hover {
  background: grey;
  text-decoration: none;
}

.acms-navbar .stay a, .acms-navbar a:active {
  background: #666;
}

.acms-navbar #viewing {
  background: #EEE;
}

.acms-navbar li {
  position: relative;
  top: 0;
  white-space: nowrap;
  font-weight: 700;
  border-left: solid 1px #CCC;
}

.acms-navbar li:last-child {
  border-right: solid 1px #CCC;
}

.acms-navbar ul ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: auto;
  padding: 0;
  z-index: 10;
}

.acms-navbar ul ul li {
  position: relative;
  clear: left;
  width: 100%;
  height: 40px;
  border-left: none;
  border-right: none;
  font-size: 13px;
}

.acms-navbar ul ul a {
  height: 40px !important;
  padding: 0 20px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #999;
  background: #333;
  font-size: 13px;
  line-height: 3 !important;
}

.acms-navbar ul ul a:hover {
  background-color: grey;
}

.acms-navbar ul li.stay ul a {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  background-color: #333;
}

.acms-navbar ul li.stay ul a:hover {
  background-color: grey;
}

.acms-navbar ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

.acms-navbar ul ul ul a {
  background: #222;
  border-top: solid 1px #333;
  border-bottom: solid 1px #999;
}

.acms-navbar ul li:hover > ul {
  display: block;
}

@media (min-width: 768px) {
  .acms-navbar {
    height: 60px;
  }
  .acms-navbar ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 940px;
  }
  .acms-navbar li {
    float: left;
  }
  .acms-navbar #viewing, .acms-navbar a:active, .acms-navbar a:hover, .acms-navbar a:link, .acms-navbar a:visited {
    height: 60px;
  }
  .acms-navbar ul ul {
    position: absolute;
    top: 60px;
    left: 0;
  }
  .acms-navbar ul ul li {
    position: relative;
    width: 100%;
    height: 40px;
  }
  .acms-navbar ul ul a {
    height: 40px !important;
    padding: 0 20px;
  }
}

.acms-navbar-admin {
  height: 30px;
  padding: 0 20px;
  zoom: 1;
}

.acms-navbar-admin:after, .acms-navbar-admin:before {
  content: " ";
  display: table;
}

.acms-navbar-admin:after {
  clear: both;
}

.acms-navbar-admin-nav {
  float: left;
  margin: 0;
  padding-left: 0;
}

.acms-navbar-admin-nav > li {
  float: left;
  margin-left: 20px;
  list-style: none;
}

.acms-navbar-admin-nav > li a {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.2;
}

.acms-navbar-admin-nav > li .acms-btn {
  padding: 8px 10px;
}

.acms-navbar-admin-right {
  float: right;
}

.acms-sidebar {
  padding-bottom: 40px;
}

.acms-sidebar ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.acms-sidebar dl {
  margin-top: 0;
}

.acms-sidebar dd {
  margin: 0;
}

.acms-sidebar-title {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  background-color: #15141c;
  color: #999;
}

@media (min-width: 768px) {
  .acms-sidebar-title {
    padding: 5px 20px;
    border-top: 1px solid #666;
    font-size: 11px;
    background-color: inherit;
    color: #fff;
  }
}

.acms-sidebar-link a {
  display: block;
  padding: 11px 20px;
  line-height: 1.2;
}

.acms-sidebar-link a:hover {
  background-color: #4F4F4F;
  color: #E0E0E0;
}

.acms-sidebar-link .stay, .acms-sidebar-link .stay a:hover {
  background-color: #FFF;
}

.acms-sidebar-link .stay a {
  color: #333;
}

.acms-sidebar-childlink {
  background: #353438;
}

.acms-sidebar-sp {
  display: block;
}

@media (min-width: 768px) {
  .acms-sidebar-sp {
    display: none;
  }
}

.acms-sidebar-sp p {
  margin: 0;
}

.acms-sidebar-sp li {
  border-bottom: solid 1px #FFF;
}

.acms-sidebar-sp .acms-sidebar-box {
  padding: 15px 20px;
  border-bottom: solid 1px #FFF;
}

.acms-sidebar-sp .acms-dropdown a {
  background: url(../images/marker/arrow_white03.png) no-repeat 95% center;
}

.acms-topicpath {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 11px;
  line-height: 1;
}

@media (max-width: 767px) {
  .acms-topicpath.acms-float-right {
    float: none;
  }
}

.acms-topicpath li {
  float: left;
  margin-right: 5px;
  color: #999;
}

.acms-topicpath li + li:before {
  content: "/";
  margin-right: 5px;
  color: #999;
}

.acms-topicpath a {
  color: #333;
  font-size: 11px;
  line-height: 1;
}

.acms-topicpath a:link {
  text-decoration: none;
}

.acms-topicpath a:hover {
  text-decoration: underline;
}

.acms-pager {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 13px;
  color: #333;
  zoom: 1;
}

.acms-pager:after, .acms-pager:before {
  content: " ";
  display: table;
}

.acms-pager:after {
  clear: both;
}

.acms-pager li {
  float: left;
  margin-left: 4px;
  text-align: center;
}

.acms-pager li:first-child {
  margin-left: 0;
}

.acms-pager li > a:link {
  text-decoration: none;
}

.acms-pager li span > a, .acms-pager li.cur span, .acms-pager li > a {
  display: inline-block;
  padding: 14px 10px;
  border: 1px solid #a7a7aa;
  border-radius: 3px;
  background-color: #ccc;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: linear-gradient(top, #f9f9f9, #e1e1e1);
  color: #333;
  padding: 14px;
  color: #333;
}

.acms-pager li a:hover {
  background-color: #e1e1e1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffe1e1e1', GradientType=0);
  background-image: linear-gradient(top, #fcfcfc, #e1e1e1);
  color: #333;
  border: solid 1px #868688;
  text-decoration: none;
}

.acms-pager li.cur span {
  border: 1px solid #AAA;
  background: #CCC;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffcccccc', GradientType=0);
  text-decoration: none;
}

.acms-pager li > a:active {
  border: 1px solid #AAA;
  background-color: #e1e1e1;
  box-shadow: inset 0 1px 2px #b2b2b2;
  color: #333;
  text-decoration: none;
}

@media (min-width: 768px) {
  .acms-pager {
    margin-left: 0;
    margin-right: 0;
  }
  .acms-pager li span > a, .acms-pager li.cur span, .acms-pager li > a {
    padding: 7px 10px;
    font-size: 11px;
  }
}

.acms-alert {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #737373;
  background: #bfbfbf;
  border-radius: 5px;
  color: #4d4d4d;
  -webkit-animation: anime1 2s ease 1 alternate;
  animation: anime1 2s ease 1 alternate;
}

@-webkit-keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.acms-alert-info {
  border: 1px solid #7096cd;
  background: #cedbee;
  color: #7096cd;
}

.acms-alert-info .js-acms-alert-close {
  color: #7096cd;
}

.acms-alert-danger {
  border: 1px solid #cd7086;
  background: #eeced6;
  color: #cd7086;
}

.acms-alert-danger .js-acms-alert-close {
  color: #cd7086;
}

.js-acms-alert-close {
  float: right;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  outline: 0;
  font-size: 14px;
  padding: 0;
  margin-top: -3px;
}

.acms-timeline {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.acms-timeline:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #ddd;
}

.acms-timeline-mark {
  position: absolute;
  left: -55px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.acms-timeline-side {
  position: relative;
  left: -15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.acms-timeline-label {
  padding: 5px 10px;
  font-size: 14px;
}

.acms-timeline-status-label {
  float: left;
  margin-right: 10px;
  line-height: 1.2;
}

.acms-timeline-item-group {
  list-style: none;
  margin-top: 30px;
}

.acms-timeline-item {
  position: relative;
}

.acms-timeline-panel {
  margin: 5px 0 20px;
  padding: 10px;
  border: 1px solid #ddd;
}

.acms-timeline-panel [class*=acms-icon] {
  font-size: inherit;
}

.acms-timeline-time {
  float: right;
  color: #AAA;
}

.acms-panel.acms-timeline-panel {
  padding: 0;
}

.acms-btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.acms-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.acms-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.acms-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.acms-btn-group > .js-acms-dropdown-toggle:not(:first-child) {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.js-acms-dropdown-toggle {
  position: relative;
  margin: 0;
  outline: 0;
}

.acms-btn-group .js-acms-dropdown-btn {
  position: absolute;
  top: 0;
}

.js-acms-dropdown-toggle .acms-btn-admin:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.js-acms-dropdown-toggle .acms-btn-admin:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.js-acms-dropdown-menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 160px;
  margin: 2px 0;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px #CCC \9;
}

.js-acms-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.js-acms-dropdown-menu a:link, .js-acms-dropdown-menu a:visited {
  color: #333;
}

.js-acms-dropdown-menu a:hover {
  background: #5e5e5e;
  color: #FFF;
}

.js-acms-dropdown-menu > li.acms-divider {
  height: 1px;
  margin: 9px 0;
  background-color: #e5e5e5;
}

.acms-dropdown-right .js-acms-dropdown-menu {
  left: inherit;
  right: 0;
}

.acms-dropdown-title {
  padding: 3px 20px;
  color: #999;
}

.acms-arrow-bottom {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border: 4px solid #000;
  border-color: transparent;
  border-top-color: #999;
}

.acms-btn-group .acms-arrow-bottom {
  margin-left: 0;
}

.acms-tooltip {
  position: absolute;
  display: inline-block;
  padding: 6px 10px;
  max-width: 300px;
  background: #333;
  color: #FFF;
  border-radius: 4px;
  opacity: .9;
  font-size: 11px;
  z-index: 1000000;
}

.acms-tooltip:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #333;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}

.acms-tooltip.bottom:after {
  border-top-color: transparent;
  border-bottom-color: #333;
  top: 0;
  margin-top: -10px;
}

.acms-tooltip.right:after {
  border-top-color: transparent;
  border-right-color: #333;
  top: 50%;
  right: 100%;
  left: auto;
  margin-top: -5px;
  margin-left: 0;
}

.acms-tooltip.left:after {
  border-top-color: transparent;
  border-left-color: #333;
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -5px;
  margin-left: 0;
}

.acms-table-admin-edit .acms-icon-tooltip {
  margin-left: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .acms-tooltip {
    left: 0 !important;
    max-width: 150px;
  }
}

.acms-tabs .acms-tabs-panel {
  padding: 10px;
  border: 1px solid #CFCFCF;
  background: #F2F2F4;
}

.acms-tabs .js-acms_admin_tabs, .acms-tabs .js-acms_tabs {
  zoom: 1;
  margin: 0;
  padding: 0;
}

.acms-tabs .js-acms_admin_tabs:after, .acms-tabs .js-acms_admin_tabs:before, .acms-tabs .js-acms_tabs:after, .acms-tabs .js-acms_tabs:before {
  content: " ";
  display: table;
}

.acms-tabs .js-acms_admin_tabs:after, .acms-tabs .js-acms_tabs:after {
  clear: both;
}

.acms-tabs .js-acms_admin_tabs li, .acms-tabs .js-acms_tabs li {
  list-style: none;
  float: left;
  margin-right: 2px;
}

.acms-tabs .js-acms_admin_tabs li:first-child, .acms-tabs .js-acms_tabs li:first-child {
  margin-left: 10px;
}

.acms-tabs .js-acms_admin_tabs a, .acms-tabs .js-acms_tabs a {
  display: block;
  padding: 10px 8px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  outline: 0;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  border-radius: 3px 3px 0 0;
}

.acms-tabs .js-acms_admin_tabs a:hover, .acms-tabs .js-acms_tabs a:hover {
  color: #666;
  background: #F2F2F4;
}

.acms-tabs .js-acms_admin_tabs a.js-acms_tab-active, .acms-tabs .js-acms_tabs a.js-acms_tab-active {
  color: #006DEC;
  background: #F2F2F4;
  position: relative;
}

.acms-tabs .js-acms_admin_tabs a.js-acms_tab-active:before, .acms-tabs .js-acms_tabs a.js-acms_tab-active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #F2F2F4;
}

.acms-tabs-inverse .acms-tabs-panel {
  padding: 10px;
  background: #FFF;
}

.acms-tabs-inverse .js-acms_admin_tabs, .acms-tabs-inverse .js-acms_tabs {
  zoom: 1;
  margin: 0;
  padding: 0;
}

.acms-tabs-inverse .js-acms_admin_tabs:after, .acms-tabs-inverse .js-acms_admin_tabs:before, .acms-tabs-inverse .js-acms_tabs:after, .acms-tabs-inverse .js-acms_tabs:before {
  content: " ";
  display: table;
}

.acms-tabs-inverse .js-acms_admin_tabs:after, .acms-tabs-inverse .js-acms_tabs:after {
  clear: both;
}

.acms-tabs-inverse .js-acms_admin_tabs li, .acms-tabs-inverse .js-acms_tabs li {
  list-style: none;
  float: left;
  margin-right: 2px;
}

.acms-tabs-inverse .js-acms_admin_tabs li:first-child, .acms-tabs-inverse .js-acms_tabs li:first-child {
  margin-left: 10px;
}

.acms-tabs-inverse .js-acms_admin_tabs a, .acms-tabs-inverse .js-acms_tabs a {
  display: block;
  padding: 10px 8px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  outline: 0;
  border-bottom: 1px solid #CFCFCF;
  border-radius: 3px 3px 0 0;
  background: #F2F2F4;
}

.acms-tabs-inverse .js-acms_admin_tabs a:hover, .acms-tabs-inverse .js-acms_tabs a:hover {
  text-decoration: none;
  background: #FFF;
  border-bottom: 1px solid #FFF;
}

.acms-tabs-inverse .js-acms_admin_tabs a.js-acms_tab-active, .acms-tabs-inverse .js-acms_tabs a.js-acms_tab-active {
  background: #FFF;
  border-bottom: 1px solid #FFF;
}

.acms-tabs-panel > .acms-admin-title2 {
  margin-top: 0;
}

.acms-tabs-panel .acms-admin-title2 + .acms-table-admin-edit {
  margin-bottom: 10px;
}

.js-acms-tab-select-panel {
  display: none;
}

.js-acms-tab-select-active {
  display: block;
}

.acms-progress {
  height: 28px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.acms-progress-bar {
  float: left;
  height: 100%;
  background-color: #4ac0a4;
  color: #fff;
  text-align: center;
  transition: width .6s ease;
}

.acms-progress-bar-info {
  background-color: #96b1da;
}

.acms-progress-bar-danger {
  background-color: #da96a6;
}

.acms-progress-striped .acms-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.acms-progress.acms-active .acms-progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@font-face {
  font-family: acms-fonts;
  src: url(../fonts/acms-fonts-a75316e7951549c82bfbdbd6a700a19c.eot);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: acms-fonts;
  src: url(../fonts/acms-fonts-a75316e7951549c82bfbdbd6a700a19c.eot);
  src: url(../fonts/acms-fonts-a75316e7951549c82bfbdbd6a700a19c.eot?#iefix) format("embedded-opentype"), url(../fonts/acms-fonts-a75316e7951549c82bfbdbd6a700a19c.woff) format("woff"), url(../fonts/acms-fonts-a75316e7951549c82bfbdbd6a700a19c.ttf) format("truetype"), url(../fonts/acms-fonts-a75316e7951549c82bfbdbd6a700a19c.svg?#acms-fonts) format("svg");
  font-weight: 400;
  font-style: normal;
}

.acms-icon {
  font-family: acms-fonts;
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.acms-icon-add-below:before {
  content: "\e001";
}

.acms-icon-add-duplicate:before {
  content: "\e002";
}

.acms-icon-alias:before {
  content: "\e003";
}

.acms-icon-app:before {
  content: "\e004";
}

.acms-icon-attention:before {
  content: "\e005";
}

.acms-icon-backup:before {
  content: "\e006";
}

.acms-icon-blog-children:before {
  content: "\e007";
}

.acms-icon-blog:before {
  content: "\e008";
}

.acms-icon-briefcase:before {
  content: "\e009";
}

.acms-icon-cart:before {
  content: "\e00a";
}

.acms-icon-category:before {
  content: "\e00b";
}

.acms-icon-change-blog:before {
  content: "\e00c";
}

.acms-icon-checklist:before {
  content: "\e00d";
}

.acms-icon-clip:before {
  content: "\e00e";
}

.acms-icon-close:before {
  content: "\e00f";
}

.acms-icon-comment:before {
  content: "\e010";
}

.acms-icon-config:before {
  content: "\e011";
}

.acms-icon-control-edit:before {
  content: "\e012";
}

.acms-icon-control-move:before {
  content: "\e013";
}

.acms-icon-control-remove:before {
  content: "\e014";
}

.acms-icon-dashboard:before {
  content: "\e015";
}

.acms-icon-delete:before {
  content: "\e016";
}

.acms-icon-down:before {
  content: "\e017";
}

.acms-icon-entry:before {
  content: "\e018";
}

.acms-icon-exit:before {
  content: "\e019";
}

.acms-icon-flag:before {
  content: "\e01a";
}

.acms-icon-form:before {
  content: "\e01b";
}

.acms-icon-graph:before {
  content: "\e01c";
}

.acms-icon-import:before {
  content: "\e01d";
}

.acms-icon-left:before {
  content: "\e01e";
}

.acms-icon-lock:before {
  content: "\e01f";
}

.acms-icon-logo:before {
  content: "\e020";
}

.acms-icon-mail:before {
  content: "\e021";
}

.acms-icon-media:before {
  content: "\e022";
}

.acms-icon-mobile:before {
  content: "\e023";
}

.acms-icon-module:before {
  content: "\e024";
}

.acms-icon-money:before {
  content: "\e025";
}

.acms-icon-open:before {
  content: "\e026";
}

.acms-icon-pin:before {
  content: "\e027";
}

.acms-icon-publish:before {
  content: "\e028";
}

.acms-icon-right:before {
  content: "\e029";
}

.acms-icon-rule:before {
  content: "\e02a";
}

.acms-icon-schedule:before {
  content: "\e02b";
}

.acms-icon-shortcut:before {
  content: "\e02c";
}

.acms-icon-sort:before {
  content: "\e02d";
}

.acms-icon-sort2:before {
  content: "\e02e";
}

.acms-icon-tag:before {
  content: "\e02f";
}

.acms-icon-time:before {
  content: "\e030";
}

.acms-icon-tooltip:before {
  content: "\e031";
}

.acms-icon-trash:before {
  content: "\e032";
}

.acms-icon-unit-eximage:before {
  content: "\e033";
}

.acms-icon-unit-file:before {
  content: "\e034";
}

.acms-icon-unit-image:before {
  content: "\e035";
}

.acms-icon-unit-image_h2:before {
  content: "\e036";
}

.acms-icon-unit-map:before {
  content: "\e037";
}

.acms-icon-unit-text:before {
  content: "\e038";
}

.acms-icon-unit-youtube:before {
  content: "\e039";
}

.acms-icon-up:before {
  content: "\e03a";
}

.acms-icon-user-group:before {
  content: "\e03b";
}

.acms-icon-user:before {
  content: "\e03c";
}

.acms-icon-workflow:before {
  content: "\e03d";
}

.acms-icon-config_access:before {
  content: "\e03e";
}

.acms-icon-config_alias_list:before {
  content: "\e03f";
}

.acms-icon-config_api_bing_image-search:before {
  content: "\e040";
}

.acms-icon-config_api_bing_web-search:before {
  content: "\e041";
}

.acms-icon-config_api_instagram_users_media_liked:before {
  content: "\e042";
}

.acms-icon-config_api_instagram_users_media_recent:before {
  content: "\e043";
}

.acms-icon-config_api_twitter_list_members:before {
  content: "\e044";
}

.acms-icon-config_api_twitter_list_statuses:before {
  content: "\e045";
}

.acms-icon-config_api_twitter_search:before {
  content: "\e046";
}

.acms-icon-config_api_twitter_statuses_home-timeline:before {
  content: "\e047";
}

.acms-icon-config_api_twitter_statuses_user-timeline:before {
  content: "\e048";
}

.acms-icon-config_authorize:before {
  content: "\e049";
}

.acms-icon-config_banner:before {
  content: "\e04a";
}

.acms-icon-config_blog_child-list:before {
  content: "\e04b";
}

.acms-icon-config_cache:before {
  content: "\e04c";
}

.acms-icon-config_calendar_month:before {
  content: "\e04d";
}

.acms-icon-config_category_entry-list:before {
  content: "\e04e";
}

.acms-icon-config_category_entry-summary:before {
  content: "\e04f";
}

.acms-icon-config_category_list:before {
  content: "\e050";
}

.acms-icon-config_column_list:before {
  content: "\e051";
}

.acms-icon-config_common:before {
  content: "\e052";
}

.acms-icon-config_default:before {
  content: "\e053";
}

.acms-icon-config_edit:before {
  content: "\e054";
}

.acms-icon-config_entry_archive-list:before {
  content: "\e055";
}

.acms-icon-config_entry_body:before {
  content: "\e056";
}

.acms-icon-config_entry_calendar:before {
  content: "\e057";
}

.acms-icon-config_entry_continue:before {
  content: "\e058";
}

.acms-icon-config_entry_headline:before {
  content: "\e059";
}

.acms-icon-config_entry_list:before {
  content: "\e05a";
}

.acms-icon-config_entry_photo:before {
  content: "\e05b";
}

.acms-icon-config_entry_summary:before {
  content: "\e05c";
}

.acms-icon-config_entry_tag-relational:before {
  content: "\e05d";
}

.acms-icon-config_export:before {
  content: "\e05e";
}

.acms-icon-config_feed_ex-list:before {
  content: "\e05f";
}

.acms-icon-config_feed_rss2:before {
  content: "\e060";
}

.acms-icon-config_field_value-list:before {
  content: "\e061";
}

.acms-icon-config_function:before {
  content: "\e062";
}

.acms-icon-config_import:before {
  content: "\e063";
}

.acms-icon-config_links:before {
  content: "\e064";
}

.acms-icon-config_mail:before {
  content: "\e065";
}

.acms-icon-config_navigation:before {
  content: "\e066";
}

.acms-icon-config_output:before {
  content: "\e067";
}

.acms-icon-config_plugin_schedule:before {
  content: "\e068";
}

.acms-icon-config_property:before {
  content: "\e069";
}

.acms-icon-config_reset:before {
  content: "\e06a";
}

.acms-icon-config_shop_cart_list:before {
  content: "\e06b";
}

.acms-icon-config_sitemap:before {
  content: "\e06c";
}

.acms-icon-config_tag_cloud:before {
  content: "\e06d";
}

.acms-icon-config_tag_filter:before {
  content: "\e06e";
}

.acms-icon-config_theme:before {
  content: "\e06f";
}

.acms-icon-config_topicpath:before {
  content: "\e070";
}

.acms-icon-config_unit:before {
  content: "\e071";
}

.acms-icon-config_user_profile:before {
  content: "\e072";
}

.acms-icon-config_user_search:before {
  content: "\e073";
}

.acms-icon-arrow-down:before {
  content: "\e074";
}

.acms-icon-arrow-left:before {
  content: "\e075";
}

.acms-icon-arrow-right:before {
  content: "\e076";
}

.acms-icon-arrow-small-down:before {
  content: "\e077";
}

.acms-icon-arrow-small-left:before {
  content: "\e078";
}

.acms-icon-arrow-small-right:before {
  content: "\e079";
}

.acms-icon-arrow-small-up:before {
  content: "\e07a";
}

.acms-icon-arrow-up:before {
  content: "\e07b";
}

.acms-icon-bike:before {
  content: "\e07c";
}

.acms-icon-book:before {
  content: "\e07d";
}

.acms-icon-book2:before {
  content: "\e07e";
}

.acms-icon-bus:before {
  content: "\e07f";
}

.acms-icon-business:before {
  content: "\e080";
}

.acms-icon-car:before {
  content: "\e081";
}

.acms-icon-children:before {
  content: "\e082";
}

.acms-icon-company:before {
  content: "\e083";
}

.acms-icon-cup:before {
  content: "\e084";
}

.acms-icon-custom-field:before {
  content: "\e085";
}

.acms-icon-domain:before {
  content: "\e086";
}

.acms-icon-facebook-square:before {
  content: "\e087";
}

.acms-icon-facebook:before {
  content: "\e088";
}

.acms-icon-gallery:before {
  content: "\e089";
}

.acms-icon-gift:before {
  content: "\e08a";
}

.acms-icon-gplus-square:before {
  content: "\e08b";
}

.acms-icon-gplus:before {
  content: "\e08c";
}

.acms-icon-home:before {
  content: "\e08d";
}

.acms-icon-install:before {
  content: "\e08e";
}

.acms-icon-ios-app:before {
  content: "\e08f";
}

.acms-icon-lisence-code:before {
  content: "\e090";
}

.acms-icon-lisence:before {
  content: "\e091";
}

.acms-icon-logout:before {
  content: "\e092";
}

.acms-icon-lunch:before {
  content: "\e093";
}

.acms-icon-man:before {
  content: "\e094";
}

.acms-icon-manual:before {
  content: "\e095";
}

.acms-icon-map-pin:before {
  content: "\e096";
}

.acms-icon-map:before {
  content: "\e097";
}

.acms-icon-news:before {
  content: "\e098";
}

.acms-icon-person:before {
  content: "\e099";
}

.acms-icon-plane:before {
  content: "\e09a";
}

.acms-icon-role:before {
  content: "\e09b";
}

.acms-icon-scissors:before {
  content: "\e09c";
}

.acms-icon-search:before {
  content: "\e09d";
}

.acms-icon-senior:before {
  content: "\e09e";
}

.acms-icon-server:before {
  content: "\e09f";
}

.acms-icon-ship:before {
  content: "\e0a0";
}

.acms-icon-shop:before {
  content: "\e0a1";
}

.acms-icon-support:before {
  content: "\e0a2";
}

.acms-icon-target-blank:before {
  content: "\e0a3";
}

.acms-icon-tel:before {
  content: "\e0a4";
}

.acms-icon-train:before {
  content: "\e0a5";
}

.acms-icon-truck:before {
  content: "\e0a6";
}

.acms-icon-twitter-square:before {
  content: "\e0a7";
}

.acms-icon-twitter:before {
  content: "\e0a8";
}

.acms-icon-unlimited:before {
  content: "\e0a9";
}

.acms-icon-user-add:before {
  content: "\e0aa";
}

.acms-icon-version:before {
  content: "\e0ab";
}

.acms-icon-woman:before {
  content: "\e0ac";
}

.acms-icon-youtube:before {
  content: "\e0ad";
}

.acms-fade-in-strong {
  opacity: .3;
  transition: opacity 500ms;
}

.acms-fade-in-strong:hover {
  opacity: 1;
  will-change: opacity;
}

.acms-fade-in {
  opacity: .5;
  transition: opacity 500ms;
}

.acms-fade-in:hover {
  opacity: 1;
  will-change: opacity;
}

.acms-fade-in-light {
  opacity: .7;
  transition: opacity 500ms;
}

.acms-fade-in-light:hover {
  opacity: 1;
  will-change: opacity;
}

.acms-fade-out-strong {
  opacity: 1;
  transition: opacity 500ms;
}

.acms-fade-out-strong:hover {
  opacity: .3;
  will-change: opacity;
}

.acms-fade-out {
  opacity: 1;
  transition: opacity 500ms;
}

.acms-fade-out:hover {
  opacity: .5;
  will-change: opacity;
}

.acms-fade-out-light {
  opacity: 1;
  transition: opacity 500ms;
}

.acms-fade-out-light:hover {
  opacity: .7;
  will-change: opacity;
}

.no-js .acms-slide-bottom, .no-js .acms-slide-left, .no-js .acms-slide-right, .no-js .acms-slide-top {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.acms-slide-top {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(-80px);
  -ms-transform: translateX(0) translateY(-80px);
  transform: translateX(0) translateY(-80px);
  transition: opacity 500ms, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.active .acms-slide-top {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  will-change: opacity,transform;
}

.acms-slide-bottom {
  opacity: 0;
  -webkit-transform: translateX(0) translateY(80px);
  -ms-transform: translateX(0) translateY(80px);
  transform: translateX(0) translateY(80px);
  transition: opacity 500ms, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.active .acms-slide-bottom {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  will-change: opacity,transform;
}

.acms-slide-left {
  opacity: 0;
  -webkit-transform: translateX(-80px) translateY(0);
  -ms-transform: translateX(-80px) translateY(0);
  transform: translateX(-80px) translateY(0);
  transition: opacity 500ms, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.active .acms-slide-left {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  will-change: opacity,transform;
}

.acms-slide-right {
  opacity: 0;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
  transition: opacity 500ms, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 500ms, transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.active .acms-slide-right {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  will-change: opacity,transform;
}

.acms-zoom-in {
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.acms-zoom-in:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  will-change: opacity,transform;
}

.acms-zoom-in-show {
  opacity: 0;
  transition: opacity 500ms,-webkit-transform 500ms;
  transition: opacity 500ms,transform 500ms;
  transition: opacity 500ms,transform 500ms,-webkit-transform 500ms;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.acms-zoom-in-show.active, .active .acms-zoom-in-show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: opacity,transform;
}

.acms-zoom-out {
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.acms-zoom-out:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  will-change: opacity,transform;
}

.acms-zoom-out-show {
  opacity: 0;
  transition: opacity 500ms,-webkit-transform 500ms;
  transition: opacity 500ms,transform 500ms;
  transition: opacity 500ms,transform 500ms,-webkit-transform 500ms;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.acms-zoom-out-show.active, .active .acms-zoom-out-show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  will-change: opacity,transform;
}

.no-js .acms-zoom-in-show, .no-js .acms-zoom-out-show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.acms-popup-top-child .acms-popup-child {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.acms-popup-top-child:hover .acms-popup-child {
  -webkit-transform: translateX(0) translateY(-5px);
  -ms-transform: translateX(0) translateY(-5px);
  transform: translateX(0) translateY(-5px);
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
}

.acms-popup-top {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.acms-popup-top:hover {
  -webkit-transform: translateX(0) translateY(-5px);
  -ms-transform: translateX(0) translateY(-5px);
  transform: translateX(0) translateY(-5px);
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
}

.acms-popup-right-child .acms-popup-child {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.acms-popup-right-child:hover .acms-popup-child {
  -webkit-transform: translateX(5px) translateY(0);
  -ms-transform: translateX(5px) translateY(0);
  transform: translateX(5px) translateY(0);
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
}

.acms-popup-right {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.acms-popup-right:hover {
  -webkit-transform: translateX(5px) translateY(0);
  -ms-transform: translateX(5px) translateY(0);
  transform: translateX(5px) translateY(0);
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
}

.acms-popup-bottom-child .acms-popup-child {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.acms-popup-bottom-child:hover .acms-popup-child {
  -webkit-transform: translateX(0) translateY(5px);
  -ms-transform: translateX(0) translateY(5px);
  transform: translateX(0) translateY(5px);
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
}

.acms-popup-bottom {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.acms-popup-bottom:hover {
  -webkit-transform: translateX(0) translateY(5px);
  -ms-transform: translateX(0) translateY(5px);
  transform: translateX(0) translateY(5px);
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
}

.acms-popup-left-child .acms-popup-child {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.acms-popup-left-child:hover .acms-popup-child {
  -webkit-transform: translateX(-5px) translateY(0);
  -ms-transform: translateX(-5px) translateY(0);
  transform: translateX(-5px) translateY(0);
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
}

.acms-popup-left {
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}

.acms-popup-left:hover {
  -webkit-transform: translateX(-5px) translateY(0);
  -ms-transform: translateX(-5px) translateY(0);
  transform: translateX(-5px) translateY(0);
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  will-change: transform;
}

.acms-delay-first, .acms-delay:nth-child(1) {
  transition-delay: .1s;
}

.acms-delay-second, .acms-delay:nth-child(2) {
  transition-delay: .25s;
}

.acms-delay-third, .acms-delay:nth-child(3) {
  transition-delay: .3s;
}

.acms-delay-fourth, .acms-delay:nth-child(4) {
  transition-delay: .45s;
}

.acms-delay-reverse-fourth, .acms-delay-reverse:nth-child(4) {
  transition-delay: .1s;
}

.acms-delay-reverse-third, .acms-delay-reverse:nth-child(3) {
  transition-delay: .25s;
}

.acms-delay-reverse-second, .acms-delay-reverse:nth-child(2) {
  transition-delay: .3s;
}

.acms-delay-reverse-first, .acms-delay-reverse:nth-child(1) {
  transition-delay: .45s;
}

.no-js .acms-slide-bottom, .no-js .acms-slide-left, .no-js .acms-slide-right, .no-js .acms-slide-top {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.no-js .acms-zoom-in-show, .no-js .acms-zoom-out-show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

.clearfix {
  zoom: 1;
}

.acms-float-right {
  float: right;
}

.acms-float-left {
  float: left;
}

.acms-clear {
  clear: both;
}

.acms-text-center {
  text-align: center;
}

.acms-text-right {
  text-align: right;
}

.acms-text-left {
  text-align: left;
}

.acms-text-nowrap {
  white-space: nowrap;
}

.acms-text-primary {
  color: #004cc5;
}

.acms-text-info {
  color: #4b4b4b;
}

.acms-text-success {
  color: #618e00;
}

.acms-text-warning {
  color: #C57300;
}

.acms-text-danger {
  color: #C5001D;
}

.acms-round {
  border-radius: 10%;
}

.acms-circle {
  border-radius: 50%;
}

.acms-icon-bg {
  padding: 8px;
  font-size: 18px;
  color: #fff;
  background-color: #999;
}

.acms-icon-bg-info {
  background-color: #7096cd;
}

.acms-icon-bg-success {
  background-color: #4ac0a4;
}

.acms-icon-bg-warning {
  background-color: #cdb770;
}

.acms-icon-bg-danger {
  background-color: #cd7086;
}

.acms-icon-bg > [class*=acms-icon-] {
  vertical-align: baseline;
}

.acms-padding-small {
  padding: 10px;
}

.acms-padding-medium {
  padding: 15px;
}

.acms-padding-large {
  padding: 20px;
}

.acms-margin-bottom-mini {
  margin-bottom: 5px;
}

.acms-margin-bottom-medium {
  margin-bottom: 20px;
}

.acms-margin-bottom-large {
  margin-bottom: 30px;
}

.acms-margin-left-mini {
  margin-left: 5px;
}

.acms-margin-left-medium {
  margin-left: 20px;
}

.acms-margin-left-large {
  margin-left: 30px;
}

.acms-inline-space {
  display: inline;
  margin-right: 10px;
}

.acms-inline-space-left {
  display: inline;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .acms-float-none-sp {
    float: none;
  }
  .acms-width-sp {
    width: 100% !important;
  }
  .acms-width-auto-sp {
    width: auto !important;
  }
  .acms-margin-sp {
    margin-bottom: 10px !important;
    margin-left: 10px !important;
  }
  .acms-margin-top-bottom-sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .acms-margin-bottom-sp {
    margin-bottom: 10px !important;
  }
  .acms-border-top-sp {
    border-top: 1px solid #CCC !important;
  }
  .acms-border-bottom-sp {
    border-bottom: 1px solid #CCC !important;
  }
  .acms-table-admin-edit .acms-border-bottom-sp {
    border-bottom: 1px solid #BBB !important;
  }
  .acms-title-sp {
    margin-bottom: 10px !important;
    font-size: 16px !important;
  }
  .acms-form input[type=text], .acms-form textarea {
    width: 100%;
  }
}

.acms-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.acms-width-max {
  width: 100% !important;
}

.acms-height-max {
  height: 100% !important;
}

.acms-width-height-max, .acms-width-height-max body, .acms-width-height-max html {
  width: 100%;
  height: 100%;
}

.acms-block {
  display: block !important;
}

.acms-inline {
  display: inline !important;
}

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

.acms-table-cell {
  display: table-cell !important;
}

.acms-hide {
  display: none !important;
}

@media (max-width: 767px) {
  .acms-show-sp {
    display: block !important;
  }
  .acms-show-inline-sp {
    display: inline !important;
  }
  .acms-hide-sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .acms-show-tablet {
    display: block !important;
  }
  .acms-hide-tablet {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .acms-show-pc {
    display: block !important;
  }
  .acms-hide-pc {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .acms-block-xs {
    display: block !important;
  }
  .acms-inline-xs {
    display: inline !important;
  }
  .acms-inline-block-xs {
    display: inline-block !important;
  }
  .acms-table-cell-xs {
    display: table-cell !important;
  }
  .acms-hide-xs {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .acms-block-sm {
    display: block !important;
  }
  .acms-inline-sm {
    display: inline !important;
  }
  .acms-inline-block-sm {
    display: inline-block !important;
  }
  .acms-table-cell-sm {
    display: table-cell !important;
  }
  .acms-hide-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .acms-block-md {
    display: block !important;
  }
  .acms-inline-md {
    display: inline !important;
  }
  .acms-inline-block-md {
    display: inline-block !important;
  }
  .acms-table-cell-md {
    display: table-cell !important;
  }
  .acms-hide-md {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .acms-block-lg {
    display: block !important;
  }
  .acms-inline-lg {
    display: inline !important;
  }
  .acms-inline-block-lg {
    display: inline-block !important;
  }
  .acms-table-cell-lg {
    display: table-cell !important;
  }
  .acms-hide-lg {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .acms-block-xl {
    display: block !important;
  }
  .acms-inline-xl {
    display: inline !important;
  }
  .acms-inline-block-xl {
    display: inline-block !important;
  }
  .acms-table-cell-xl {
    display: table-cell !important;
  }
  .acms-hide-xl {
    display: none !important;
  }
}

.acms-hide-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media print {
  .acms-print-block {
    display: block !important;
  }
  .acms-print-inline {
    display: inline !important;
  }
  .acms-print-inline-block {
    display: inline-block !important;
  }
  .acms-print-hide {
    display: none !important;
  }
}
