/* --- source : /Caolila/Core/wfp/themes/wfp/scss/include/_define.scss --- */
/* --- source : /Caolila/Core/wfp/themes/wfp/scss/include/_functions.scss --- */
/* --- source : /Caolila/Core/wfp/themes/wfp/scss/640-/style.pc.scss --- */
.wfp_sp {
  display: none;
}
body {
  background-color: #fff;
}
#wfp_content {
  background-color: #aaa;
  width: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
#wfp_contentHeader {
  z-index: 102;
  width: 100%;
  position: fixed;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
#wfp_contentMain {
  z-index: 101;
  position: relative;
  background-color: #f6f5f0;
  /*background-color:#f4f4f4;*/
}
#wfp_contentMenu {
  z-index: 100;
  position: fixed;
}
/**-------------------
 * Header Height
 */
#wfp_contentHeader {
  height: 3rem;
}
#wfp_contentHeader .headerTitle {
  line-height: 1em;
  font-size: calc(3rem - 1.2rem);
  margin-top: 0.5rem;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 700;
  padding-left: 1em;
  float: left;
}
#wfp_contentHeader .headerRight {
  float: right;
  font-size: 1.2em;
  line-height: 1em;
  padding-right: 1em;
  margin-top: calc(3rem / 2 - 0.6em);
}
#wfp_contentHeader .operation {
  font-size: 80%;
  opacity: 0.8;
}
#wfp_contentMenu, #wfp_contentMain {
  margin-top: 3rem;
}
#wfp_contentMain {
  top: 0;
  left: 0;
  min-height: calc(100% - 3rem);
}
#wfp_contentMenu {
  top: 0;
  height: calc(100% - 3rem);
}
/**-------------------
 * Menu Width
 */
#wfp_contentMain {
  left: 18rem;
  width: calc(100% - 18rem);
  transition: 0.3s width, 0.3s left;
}
#wfp_contentMenu {
  width: 18rem;
  left: 0;
  transition: left 0.3s;
}
.wfp_menuClosed #wfp_contentMain {
  width: calc(100% - 2rem);
  left: 2rem;
  transition: 0.3s left, 0.3s width;
}
.wfp_menuClosed #wfp_contentMenu {
  left: calc(2rem - 18rem);
  transition: left 0.3s;
}
/**-------------------
 * Color
 */
#wfp_contentHeader {
  background-color: #007bff;
}
#wfp_contentHeader a {
  /*background-image: -webkit-linear-gradient(-30deg, #00004d 0%, #5333ed 49%, #2cd4d9 100%);*/
  color: #eee;
}
#wfp_contentMain {
  /*background-color:#AAAAAA;*/
}
#wfp_contentMenu {
  background-color: #ddd;
}
#wfp_contentMenu ul li.wp_subOpen {
  background-color: rgba(0, 0, 0, 0.05);
}
#wfp_contentMenu ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05);
}
/**-------------------
 * MENU
 */
#wfp_contentMenuButton {
  height: 2rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
#wfp_contentMenuButton:after {
  position: absolute;
  top: 0.2rem;
  right: 0.3rem;
  display: block;
  line-height: 1rem;
  text-align: center;
  padding-top: 0.2rem;
  content: "clear";
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 2rem;
}
.wfp_menuClosed #wfp_contentMenuButton:after {
  content: "chevron_right";
}
.quickFormCheck li:before {
  content: "crop_din ";
  font-family: 'Material Icons';
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
  color: #00cb73;
}
.loadingOverlay {
  float: left;
  height: 100%;
  filter: invert(100%);
}
.loadingPng {
  height: 1rem;
  margin-top: calc((3rem - 1rem) / 2);
  margin-left: 2rem;
  animation: rotate-anime 0.6s linear infinite;
  animation-timing-function: steps(12);
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**-------------------
 * パネル
 */
#wfp_panelContainer {
  width: calc(100% - 1rem);
  padding-top: 0.5rem;
  height: fit-content;
  min-height: calc(100vh - 5rem);
  background-color: transparent;
  margin: 0.5rem;
  margin-bottom: 0;
  position: relative;
}
#wfp_panelContainerMasonry {
  width: 100%;
  overflow: visible;
  min-height: calc(100vh - 6rem);
  background-color: transparent;
}
.wfp_panel {
  background-color: #fff;
  border: #eee 1px solid;
  border-radius: 0.3rem;
}
.wfp_panel .singleCard {
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.14);*/
  min-height: calc(100vh - 6rem - 4em);
}
.grid-sizer {
  width: calc(8.333334% - 0.5rem);
  margin: 0.25rem;
  /*width:calc(19.6% - 1rem);*/
}
.grid-item {
  margin: 0.25rem;
}
.grid-item1 {
  width: calc(100% - 0.5rem);
}
.grid-item2 {
  width: calc(50% - 0.5rem);
}
.grid-item3 {
  width: calc(33.33% - 0.5rem);
}
.grid-item4 {
  width: calc(25% - 0.5rem);
}
#wfp_contentMain .wfp_panelContainerFull {
  width: 100%;
  margin: 0;
  padding-top: 0;
}
#wfp_contentMain .wfp_panelContainerFull .grid-item {
  width: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
}
/* --- source : /usr/local/apache2/htdocs/daemondocs/c/yak/shougaiSticker/Caolila/app/Caolila/Project/Views/scss/Sticker.640-.scss --- */
#wfp_contentHeader {
  background-color: #006dba;
}
#wfp_contentHeader .headerTitle {
  font-weight: 100;
}
#wfp_contentHeader .headerTitle #kartelogo {
  width: 0.8em;
  margin-right: 0.2em;
}
#wfp_contentHeader .headerRight {
  color: #eee;
}
#wfp_contentHeader .headerRight .operation {
  opacity: 1;
}
#wfp_contentHeader .headerRight .operation a {
  display: inline-block;
  background-color: #fff;
  padding: 0.2em 1em;
  line-height: 1;
  font-size: 0.8em;
  color: #006dba;
  border-radius: 0.2em;
}
#wfp_contentMenu {
  background-color: #fff;
}
#wfp_contentMenu .material-icons {
  color: #006dba;
}
#wfp_contentMenu #wfp_contentMenuButton {
  background-color: #333;
}
#wfp_contentMain {
  background-color: #eee;
}
/* --- source : /usr/local/apache2/htdocs/daemondocs/c/yak/shougaiSticker/Caolila/app/Caolila/Project/Views/scss/stickerAdmin.640-.scss --- */
body.stickerAdmin #wfp_contentHeader {
  background-color: #6dba00;
}
body.stickerAdmin #wfp_contentHeader .headerTitle {
  font-weight: 100;
}
body.stickerAdmin #wfp_contentHeader .headerTitle #kartelogo {
  width: 0.8em;
  margin-right: 0.2em;
}
body.stickerAdmin #wfp_contentHeader .headerRight {
  color: #eee;
}
body.stickerAdmin #wfp_contentHeader .headerRight .operation {
  opacity: 1;
}
body.stickerAdmin #wfp_contentHeader .headerRight .operation a {
  display: inline-block;
  background-color: #fff;
  padding: 0.2em 1em;
  line-height: 1;
  font-size: 0.8em;
  color: #006dba;
  border-radius: 0.2em;
}
body.stickerAdmin #wfp_contentMenu {
  background-color: #333;
}
body.stickerAdmin #wfp_contentMenu .material-icons {
  color: #aaa;
}
body.stickerAdmin #wfp_contentMenu #wfp_contentMenuButton {
  background-color: #666;
}
body.stickerAdmin #wfp_contentMenu .wfp_subMenuOpenner {
  opacity: 0.3;
}
body.stickerAdmin #wfp_contentMenu ul li a {
  color: #fff;
  font-weight: 700;
}
body.stickerAdmin #wfp_contentMain {
  background-color: #eee;
}
/* --- source : /usr/local/apache2/htdocs/daemondocs/c/yak/shougaiSticker/Caolila/app/Caolila/Project/Views/scss/stickerTrainee.640-.scss --- */
body.stickerTrainee #wfp_contentHeader {
  background-color: #006dba;
}
body.stickerTrainee #wfp_contentHeader .headerTitle {
  font-weight: 100;
}
body.stickerTrainee #wfp_contentHeader .headerTitle #kartelogo {
  width: 0.8em;
  margin-right: 0.2em;
}
body.stickerTrainee #wfp_contentHeader .headerRight {
  color: #eee;
}
body.stickerTrainee #wfp_contentHeader .headerRight .operation {
  opacity: 1;
}
body.stickerTrainee #wfp_contentHeader .headerRight .operation a {
  display: inline-block;
  background-color: #fff;
  padding: 0.2em 1em;
  line-height: 1;
  font-size: 0.8em;
  color: #006dba;
  border-radius: 0.2em;
}
body.stickerTrainee #wfp_contentMenu {
  background-color: #fff;
}
body.stickerTrainee #wfp_contentMenu .material-icons {
  color: #006dba;
}
body.stickerTrainee #wfp_contentMenu #wfp_contentMenuButton {
  background-color: #333;
}
body.stickerTrainee #wfp_contentMain {
  background-color: #eee;
}
