*{padding: 0; margin: 0;}
#main{
  margin-top: 10px;
}
body { 
    background-color: #fff;
    color: #333;
    text-align: center;
}
#banner{
    background-color: white;
}
a { color: #010101; }
a:link{
    text-decoration: none;
}
#list_message a:visited,#list_post a:visited,#vacationmanlist a:visited {
	color: purple;
	font-style:italic;
	}
a:active {
	color:orange;
	}
del{
    color: red;
}
.login{
    bottom: 5px;
    right: 20px;
    width : 140px;
    height:22px;
    position: absolute;
    color: #ffff19;
    padding-top: 3px;
    font-style: normal;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ebf193;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ebf193;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #5c4545;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #5c4545;
}
.box-shadow{
   box-shadow: inset 0px 0px 50px 0px #ABABAB,0px 1px 10px 3px #242424;
  -webkit-box-shadow: inset 0px 0px 50px 0px #ABABAB,0px 1px 10px 3px #242424;
  -moz-box-shadow: inset 0px 0px 50px 0px #ABABAB,0px 1px 10px 3px #242424;
  -o-box-shadow: inset 0px 0px 50px 0px #ABABAB,0px 1px 10px 3px #242424;
  border:0;
}

#login_screen{
    width:220px;
    height:280px;
    margin:auto;
    /*background-image: url(/images/skin/flower/login.png);*/
}
/* 由link組成 按鈕群或單一按鈕 */
.button-group{
    background-color: #f5f318;
/*    width : 120px; 
    height:20px; */
    color: #ffff19;
    border-bottom-style: inset;
    border-bottom-color: #010101;
    border-bottom-width: 1px;
    border-right-style: inset;
    border-right-color: #010101;
    border-right-width: 1px;
    overflow:auto;
    display:inline;
/*    margin-left: auto;
    margin-right: auto; */
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 2px;
    margin-left: 3px;
}

#mainframe{
    padding-top:3em;
}
#footer{
    bottom: 10px;
    position:fixed;
    height:30px;
    bottom:0px;
    width:100%;
    text-align:center;
    color: #CFCFCF;
    background: #000000;
    margin-top:50%;
    /*text-shadow: 1px 1px #271C1C;*/
    /*border-radius: 5 5 0 0px;*/
    font: bold 12px "Helvetica Neue", Sans-Serif;
    letter-spacing: 0.1em;
    /*box-shadow: 0 0 5px #666;*/
    /*-webkit-box-shadow: inset 0px 0px 10px 2px #BBE28D;
    -moz-box-shadow: inset 0px 0px 10px 2px #BBE28D;
    /*box-shadow: inset 0px 0px 5px 2px #95C260; */
}
#messages:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -10px;
    border: 6px solid;  
    border-color: transparent transparent #444 transparent;      
}
#messages{
    position:fixed;
    right: 70px;
    top: 40px;
    width: 150px;
    height: 100px;
    z-index: 100;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#messages td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@-webkit-keyframes blinker{
  0%{
    top: 40px;
    opacity: 0.6; 
  }
  50%{
    top: 50px; 
    opacity: 0.6;
    border-bottom-right-radius:25px;
  }
  100%{
    top: 40px;
    opacity: 0.6;
  }
}
@-moz-keyframes blinker{
  0%{
    top: 40px;
    opacity: 0.6; 
  }
  50%{
    top: 50px; 
    opacity: 0.6;
    border-bottom-right-radius:25px;
  }
  100%{
    top: 40px;
    opacity: 0.6;
  }
}

#messages:hover {
    opacity: 1;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    /* should be set to 100% opacity as soon as the mouse enters the box; when the mouse exits the box, the original animation should resume. */
}
#columns{
    padding-top:4em;
}

#side{
    width: 14em;
}
table{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    overflow: hidden;
    border:1px #d3d3d3 solid;    
    border-collapse:collapse;
    background:#fefefe;
    width: 98%;
    margin-top:0px;
    -moz-border-radius:8px; /* FF1+ */
    -webkit-border-radius:8px; /* Saf3-4 */
    border-radius:8px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#order_title{
    width: 80%;
}
td{
 word-wrap: break-word;   
 padding: 5px 0px 5px 2px ;
 border: 1px #EFEFEF solid;    
}
.halftable{
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    text-align: left
}
body, p, ol, ul, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:   small;
    line-height: 18px;
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}


.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    margin: auto;
    width: 600px;
    max-width: 95%;
}

#error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: small;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#error_explanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#error_explanation ul li {
    padding: 5px;
    font-size: 12px;
    list-style: square;
    text-align: left;
}
div.uploadStatus {
    margin: 5px;
}

div.progressBar {
    margin: 5px;
}

div.progressBar div.border {
    background-color: #fff;
    border: 1px solid gray;
    width: 100%;
}

div.progressBar div.background {
    background-color: #333;
    height: 18px;
    width: 0%;
}

#tools{
    background-color: #f5df33;
    text-align: left;
}

.list-line-even{
    background-color: #FBFBF9 ;
    color: #000000;
    font-size: small;
} 
.list-line-odd{
    color: #000000 ;
    font-size: small;
    background-color: #E8F7E5;
}
.list-selected{
    background-color: #9EE385;
}
.list-alert{
    background-color: #FFC8D0;
}

.delete-line{
    font-size: small;
    background-color: #d5d5ce;
    font-style: italic;
    text-decoration: line-through;
    color: #f5fd63;
}
.table-title{
    background-color: #341A19;
    color: #ffffff;
    border: 2px;
    text-align: center;
    height: 30px;
}
.table-title-detail{
    background-color:  #341A19;
    color: #FFFFFF;
    text-align: center;
    font-size: small;
    height: 30px;
}
th{
    text-align: center;
    border: 2px #FFFFFF solid;
}
.table-title a {
    color: #ffffff;
}
tr:hover a{
    color: #000000;
}
tr:hover a:hover{
    background-color: #d3f6c2;
    color: #000000;
}
.list-line-even:hover{
    background-color: #ACF0F4;
    color: #000000;
}
.list-line-odd:hover{
    background-color: #ACF0F4;
    color: #000000;
}
.list-line:hover{
    background-color: #C8F5F8;
    color: #000000;
}
.list-line-even:hover li{
    color: #4f321e
}
.list-line-odd:hover li{
    color: #4f321e
}

input:focus{
    background-color: #fafa9a;
}
td.rowtitle{
    width: 160px;
}
strong{
    /*color: #640f0f;
    background-color: yellow;
    */
    background-color:  #341A19;
    color: #fefefe;
}
em{
    color: #100892;
    background-color:  #FFFFFF;
}
.red{
    color: #FF0202;
    background-color:  #FFFFFF;
}
.blue{
    color: #022DFF;
    background-color:  #FFFFFF;
}
.gray{
    color: rgb(0, 0, 0);
    background-color:  rgb(214, 214, 214);
}
#logo{
    position:absolute;
    left:10px;
    z-index:2;
    top:2px;
    width :170px;
    /*height:35px;*/
}
.hover{
    background-color:#888888;
}
#all_process_list ul li,#all_obj_list tr,#all_who_list tr,#visit_customer_list ul,li,#all_customer_list tr{
    list-style:none;
    cursor: pointer;
}
#quotespec,#costtitle,#listtitle{
    background-color: #d9f1f3;
    float:left;
    width: 200px;/**12%;**/
    left: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left:5px;
}
#quotespec input[type='text'],#quotespec select{
    width:95%;
}
#listtitle input[type='text'],#listtitle select{
    width:95%;
}
#quotedetail,#costdetail,#listdetail{
    margin-left:200px;
    margin-right:0px;
    padding-top: 0px;
    padding-right: 0px;
    top:0px;
}
/* 針對比較特殊的 a link  */
.speciallink{
    color: red!important;
    font-size: 12px !important;
}

input.add{
    width:8px;
    height:8px;
    padding-right:0px;
    font-size:4pt;
    float:right;
    background-color: blue;
}
input.del{
    width:8px;
    height:8px;
    padding-right:0px;
    font-size:4pt;
    float:right;
    background-color: red;
}
/* 針對每個頁面TITLE標題  */
.form_title{  
  font-size: medium;
  color: #AEF4F6;
  background: #000000;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: -10px;
  position: fixed;
  padding: 5px 10px 5px 10px;
  bottom: 30px;
  -webkit-box-shadow: 4px -4px 22px -3px rgba(0,0,0,0.67);
  -moz-box-shadow: 4px -4px 22px -3px rgba(0,0,0,0.67);
  box-shadow: 4px -4px 22px -3px rgba(0,0,0,0.67);
}
.frametitle{ 
/*  position:relative; 
  box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset; 
  margin: 5px 0px 5px 0px; 
  padding: 5px; 
*/
  font-size: 16px;
  margin: 0px;
  position: relative; 
  top: 0px; 
  left: 0; 
  text-align: center; 
  width: 100%; 
  color: #949494;
  float: left;
  display: block;
  padding: 3px; 
} 
.howtoorder li ul {
    margin-left: 4em;
}
.howtoorder input[type=text],.howtoorder select{
    width:120px;
}
ul:not(#menu) li {
    list-style-type: disc;
    list-style-position: inside;
}
.popupname{
    color: #e31820;
    font-size: medium;
}
.pagination {
    padding: 3px; margin: 3px; } 
.pagination a { 
    padding: 2px 5px 2px 5px; 
    margin: 1px; 
    border: 1px solid #3EADE4; text-decoration: none; color: #442428; 
    background-color: #FFFFFF;
  } 
.pagination a:hover,.pagination a:active { 
    border: 1px solid #59291E; color: #000; } 
.pagination .current { 
    padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #442428; font-weight: bold; background-color: #442428; color: #FFF; 
} 
.pagination span.disabled { 
    padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #eee; color: #ddd; }
.center,.nextpage{
    text-align: center;
}
.left{
    text-align: left;
}
.uploadlist {
    list-style-type:none;
}
.uploadlist li {
    display:block;
    float:left;
    position:relative;
}
.uploadlist li a {
    display:block;
    overflow:hidden;
    position:relative;
}
.uploadlist li a:hover {
    background-color: #fdfb78;
}
.numeric{
    text-align: right;
    padding-right: 5px;
}
.toolbar{
    width: 20px;
    text-align: center;
}
a img{
    -webkit-transition: 0.5s;
}
a img:hover{
    -webkit-transform:scale(1.3);
    -webkit-transition: 0.5s;
    transform:scale(1.3);
}
.check{
    width: 50px;
    text-align: center;
}
.legend table {
  border-spacing: 5px;
  width:250px;
}
.legendColorBox{
  width:5px;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  text-align: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 0px 0;
  margin: 0px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
/*使用於tooltip */
/*  .ui-tooltip {*/
    .tooltip{
    /* 讓tooltip不會跳 */
    position: absolute;
    padding: 1px 2px 1px;
    color: #000000;
    /*text-shadow: 1px 1px #333;*/
    border-radius: 5px;
    font: bold 12px "Helvetica Neue", Sans-Serif;
    letter-spacing: 0.1em;
    /*box-shadow: 0 0 5px #666;
    -webkit-box-shadow: inset 0px 0px 10px 2px #BBE28D;
    -moz-box-shadow: inset 0px 0px 10px 2px #BBE28D;
    box-shadow: inset 0px 0px 5px 2px #95C260; 
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,1);   */
  }
.tooltip-inner {
    max-width: none;
    color: #FFFFFF;
    background-color: rgba(20%,20%,20%,0.9);;
    border: 1px solid #000000; 
}  
.tooltip-inner table{
    border: 1px #280E0E solid;
    color: #000000;
    background-color: #FFFFFF; 
}
.tooltip.in {
  opacity: 1;
}
  /* 把jQuery tooltip出現在頁面最下方的div藏起來 */
.ui-helper-hidden-accessible {
  display:none; 
}
/*使用於tooltip到此 */
#postlight li{
    width: 100%;
}
#postlight{
    width: 100%;
}
.ui-front {
    z-index:10000;
}
.popup_toolbar{
    display:none;
    position:fixed;
    z-index:999;
    transition: all 0.2s ease-in-out;
    } 
.popup_toolbar table{
    height: 32px;
    min-width: 100px;
}
.popup_toolbar tr{
    background-color: #BDE7E8;
}
.popup_windows,.popup_form{
    background-color: rgb(0, 0, 0);
    width: auto;
    max-height: 500px;
    overflow: auto;
    display: none;
    position: fixed;
    z-index: 999;
    transition: all 0.2s ease-in-out;
} 
.popup_windows,.popup_form table{
    min-width: 350px;
}
.borevalue:hover{
    color: #8F2323;
    font-size: medium;
}
.disabled-image{
-webkit-filter:opacity(.1);  
}
.blink {
  animation: blink-animation 0.8s steps(5, start) infinite;
  -webkit-animation: blink-animation 0.8s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
:-webkit-input-placeholder{    /*Webkit browsers*/
      color:#E9E9E9;
}
:-moz-placeholder{                 /*Mozilla Firefox*/
      color:#E9E9E9;
     opacity:1;
}
:-ms-input-placeholder{          /*Internet Explorer 10+*/
      color:#E9E9E9;
}
input[type="button"],input[type="submit"] {
    background-color: #0541FF; /* Green */
    border: none;
    color: white;
    padding: 3px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
input[type="button"]:hover,input[type="submit"]:hover {
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19);
}
input[type="button"]:disabled,input[type="submit"]:disabled{
    background-color: #DBDBDB; /* Green */
    border: none;
    color: white;
    padding: 3px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.disabled{
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;   
   cursor: help;

}
.setting{
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;   
    cursor: pointer;
}
.food .detail,.drink .detail{
  font-size: 10px;
  color: #FFFFCE;
  text-align: left;
}
.foodmenu{
  position: relative;
}
.rt_toolbar{
  position: absolute;
  top: 5px;
  right: 5px;
}
.button-bottom{
  width: 100%;
  position: fixed; 
  bottom: 30px;
  z-index: 100;
}
.close_button{
    position:absolute;
    top:5px;
    right:10px;
    width:24px;
    height:24px;
    z-index:100;}
.right_bottom{
    position:absolute;
    bottom: 5px;
    right: 10px;
    z-index:100;}
.tree {
    margin: auto;
    width: 60%;
    text-align: left;
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#dcffff;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 20px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover {
    background:#0186ba;
    border:1px solid #94a0b4;
    color:rgb(250, 250, 250)
}
.tree li:not(.parent_li)>span:hover {
    background:#00b118;
    border:1px solid #94a0b4;
    color:rgb(250, 250, 250)
}
.color-main{
    background-color: #341A19;
    color: #ffffff;
}









@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
