/**
 *  Common
 **/
.page-contain {
    z-index: 100;
    max-width: 900px;
}
.xdebug-var-dump,
.cake-debug {
    position: relative;
    z-index: 9999;
}
a {
    text-decoration: underline;
}
a:hover {
    color: rgba(255, 255, 255,.7) !important;
}
.condition {
    padding: 2px 10px;
    background-color: rgba(255,255,255,.2);
    border-radius: 5px;
    font-size: 14px;
}
/* button */
.primary-button {
    border-radius: 5px;
    background-color: #f0621e;
    color: white !important;
}
.primary-button:hover {
    background-color: #c15618;
}
.normal-button {
    border-radius: 5px;
    background-color: white;
    color: #666 !important;
}
.secondary-button {
    background-color: #efefef;
    border-radius: 5px;
}
.submit-button {
    border-radius: 5px;
    background-color: #08b115;
    color: white !important;
}
.cancel-button {
    background-color: #b31212;
    border-radius: 5px;
    color: white !important;
}
.cancel-button:hover {
    background-color: #850707;
}
/* flash */
.alert {
    background: #fef4f6;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(255,255,255,.4);
    padding: 10px;
}
.error {
    color: #ff0000;
}
.success {
    color: #2d8f62;
}
/* form */
.required {
    color: #e34a00;
}
/**
 *  Marker
 **/
/* normal */
.marker-pink {
    background: linear-gradient(transparent 60%, #ff99cc 0%);
}
.marker-Purple {
    background: linear-gradient(transparent 60%, #cc99ff 0%);
}
.marker-orange {
    background: linear-gradient(transparent 60%, #ffa500 0%);
}
.marker-blue {
    background: linear-gradient(transparent 60%, #99ccff 0%);
}
.marker-green {
    background: linear-gradient(transparent 60%, #5bed3b 0%);
}
.marker-yellow {
    background: linear-gradient(transparent 60%, #ffff00 0%);
}
/* pastel */
.marker-P-red {
    background: linear-gradient(transparent 60%, #ffcccc 0%);
}
.marker-P-pink {
    background: linear-gradient(transparent 60%, #ffd6ff 0%);
}
.marker-P-orange {
    background: linear-gradient(transparent 60%, #ffddbc 0%);
}
.marker-P-Purple {
    background: linear-gradient(transparent 60%, #ead6ff 0%);
}
.marker-P-blue {
    background: linear-gradient(transparent 60%, #ccffff 0%);
}
.marker-P-green {
    background: linear-gradient(transparent 60%, #ccffcc 0%);
}
.marker-P-yellow {
    background: linear-gradient(transparent 60%, #ffffa8 0%);
}
/* monotone */
.marker-gray1 {
    background: linear-gradient(transparent 60%, #eeeeee 0%);
}
.marker-gray2 {
    background: linear-gradient(transparent 60%, #e0e0e0 0%);
}
.marker-gray3 {
    background: linear-gradient(transparent 60%, #c0c0c0 0%);
}
.marker-brown {
    background: linear-gradient(transparent 60%, #C49958 0%);
}
.marker-darkgreen {
    background: linear-gradient(transparent 60%, #98AE66 0%);
}
/**
 *  Dashboard
 **/
.menu-block {
    margin-top: 40px;
    transform: scale(1);
    transition: .2s transform linear;
}
.menu-block:hover {
    transform: scale(1.1);
    transition: .2s transform linear;
}
.bg-table {
    background: rgba(255, 255, 255, .2);
    padding: 0 15px;
    border-radius: 10px;
}
/**
 *  Modal
 **/
.modal-close-button {
    background: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
}
/**
 *  Login Page
 **/
.login-logo {
    max-width: 250px;
}
/* profile */
.name-title {
    margin-top: 20px;
    margin-right: -20px;
}
/* input */
.blur-input {
    overflow: hidden;
}
.blur-input label {
    color: white;
}
.blur-input .uk-input,
.blur-input .uk-select,
.blur-input .uk-textarea {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 5px;
    color: white;
}
input:-webkit-autofill {
    -webkit-transition: background-color 9999s;
    transition: background-color 9999s;
}
.blur-input .uk-input:focus,
.blur-input .uk-select:focus,
.blur-input .uk-textarea:focus {
    border-color: #f01e1e;
}
.blur-input .uk-checkbox {
    background-color: rgba(255,255,255,0);
    border: 1px solid rgb(229,229,229);
}
.blur-input .uk-checkbox:focus {
    background-color: transparent !important;
}
.blur-input a,
.blur-input i,
.blur-input p,
.blur-input div,
.blur-input td,
.blur-input th {
    color: white;
}
.blur-input a.uk-icon:hover {
    color: white;
}
.blur-input h1,
.blur-input h2,
.blur-input h3,
.blur-input h4,
.blur-input h5,
.blur-input h6 {
    color: white;
}
/* card */
.card-blur {
    padding: 30px;
    backdrop-filter: blur(5px);
    background-color: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
}
/* login bg */
.bg-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-blur {
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
}
/* bg animation */
.bg-anime{
    position: absolute;
    top: 0;
    background: #4e54c8;  
    background: linear-gradient(to right bottom, #4ec2c8, #fb8f8f);
    width: 100%;
    height:100vh;
    overflow: hidden;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;   
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
/**
 *  My Page
 **/
/* blur-box */
.blur-box {
    background-color: rgba(255,255,255,.2);
    color: white;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 15px;
}
.blur-box.today {
    border: 2px solid #fff;
}
.blur-box .uk-grid > div:first-child {
    border-right: 1px solid #fff;
    max-width: 110px;
}
/* training  */
.training-day {
    font-size: 30px;
}
.training-day-text {
    font-size: 18px;
    margin-left: 5px;
}
.training-name {
    font-size: 18px;
}
.training-time {
    font-size: .875rem;
    line-height: 1.5;
}
.parameter-button {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    right: 15px;
    margin: auto;
    line-height: 1;
}
/**
 *  Training Add
 **/
/* time table */
.light-table {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
}
.light-table th {
    color: #ffffff;
    text-align: center;
}
.calendar-day {
    color: #666 !important;
    font-size: 16px;
}
.calendar-day.sunday {
    color: #ff0000 !important;
}
.calendar-day.saturday {
    color: #0000ff !important;
}
.calendar-reserve {
    margin: 0;
}
.calendar-reserve a {
    color: #1aaf27;
    font-size: 30px;
}
.reserve-time-table th {
    vertical-align: middle;
}
/**
 *  Training Modal
 **/
/* time */
.end-hour,
.end-minutes {
    padding: 7px 0;
}
/* staff card */
.staff-card {
    margin-bottom: 30px !important;
    text-align: center;
}
.staff-photo {
    width: 100px;
}
.confirm-staff-photo {
    width: 100px;
}
.staff-card .secondary-button {
    color: #666666;
}
.staff-card:hover .secondary-button {
    color: #666666;
    background-color: #bbbbbb;
}
.uk-active .staff-card .secondary-button {
    background-color: #a864db;
    color: #ffffff;
}
.staff-card .uk-radio {
    display: none;
}
/**
 *  Loading
 **/
.loading div {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 10px;
}
/* Media Query
================================================ */
/* 大ディスプレイ */
@media screen 
    and (min-width: 1200px) {}
/* 小ディスプレイ */
@media screen 
    and (max-width: 1024px) {}
/* タブレット（Landscape） */
@media screen 
    and (min-width: 769px) 
    and (max-width: 1024px) {}
/* タブレット（Portrait） */
@media screen 
    and (min-width: 736px)
    and (max-width: 768px) {}
/* タブレット（Portrait） + スマートフォン */
@media screen 
    and (max-width: 768px) {
        /**
         *  Training Add
         **/
        .calendar-day {
            font-size: 12px;
        }
        .calendar-reserve a {
            font-size: 20px;
        }
    }
/* スマートフォン */
@media screen 
    and (max-width: 736px) {}
/* スマートフォン */
@media screen 
    and (max-width: 320px) {}