/*** text ***/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

@media (max-width: 991px) {
    .sidebar::before {
        opacity: .9;
        background: linear-gradient(to top, #505285 0%, #585e92 12%, #65689f 25%, #7474b0 37%, #7e7ebb 50%, #8389c7 62%, #9795d4 75%, #a2a1dc 87%, #b5aee4 100%);
    }
    .sidebar::after {
        background: linear-gradient(to top, #505285 0%, #585e92 12%, #65689f 25%, #7474b0 37%, #7e7ebb 50%, #8389c7 62%, #9795d4 75%, #a2a1dc 87%, #b5aee4 100%);
    }

}   
@media (min-width: 991px) { 
    .sidebar::before {
        opacity: .9;
        background: linear-gradient(to top, #505285 0%, #585e92 12%, #65689f 25%, #7474b0 37%, #7e7ebb 50%, #8389c7 62%, #9795d4 75%, #a2a1dc 87%, #b5aee4 100%);
    }
    .sidebar::after {
        background: unset;
    }
}

.name_p {
    color:#000;
}
.name_p:hover {
    color:#00BBFF;
}
.banner_area {
    margin: 0px 0 10px;
    overflow-x: auto;
}
.banner_card {
    padding: 15px;
    margin-top: 4px;
}
.prompt_img {
    margin-top: 10px;
}

.banner_link_select {
   padding: 2px 10px;
}

.btn_banner_upload {
    display:inline-block;
    margin-top: -92px; 
    color: #AAAAAA;
    border-color: #AAAAAA; 
    width: 100px;
    height: 30px;
    padding: 0; 
    cursor: pointer; 
}
.btn_banner_upload:hover {
    color: #DDDDDD;
    border-color: #DDDDDD;   

}

.btn_save{
  background: #00AA55;
  opacity:.8;
  border:1px solid  #008844;
  color:#fff;
}
.btn_save:hover{
  opacity:1;
  background: #00AA55;
  border:1px solid  #008844;
  color:#fff;

}
.btn_save:active:focus{
  opacity:1;
  background: #00AA55;
  border:1px solid  #008844;
  color:#fff;

}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 10px;
  font-size: 28px;
  line-height: 0;
  border-radius: 25px;
}

.div_email {
  color:#0088A8;
}

.div_phone {
  color:#00AA55;
}

.color-pink {
    color:#FF77FF;
}

.color-blue {
    color:#00BBFF;
}

.span_zipcode {
   color:#FF8888;
}
/* Toggle Button *************************************(Start)*/
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #99DD00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #99DD00;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Toggle Button *************************************(End)*/

.cate-row {
  padding: 8px 0px;
  border-bottom: 1px dashed #ccc;
}

.drop-select a:after{
  position:absolute;
  right:20px;
  content: "\2714";
  font-size: 1.0em;
  color: #333;
  display: inline;
  transform: rotate(20deg);
}
.drop-select a{
  background: #ecf5ff;
}

.spec {
  color: #9A9A9A;
  font-size: 10px;
}

.status_on {
  font-size:12px;
  color:#64a600;
}

.status_off {
  font-size:12px;
  color:#ff0000;
}

.product_set_label {
  font-size: 12px;
  color: #4f4f4f;
}

.product-intro-area {
  padding:10px;
  margin-bottom: 5px;
  box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

.btn_recycle_upload {
    display:block;
    margin-top: -30px; 
    color: #666;
    border-color: #AAAAAA; 
    width: 80px;
    height: 30px;
    padding: 0; 
    cursor: pointer;
    margin-left: 40px;
    background: #fff;
    border: 1px solid #aaa; 
    font-size:11px;
    border-radius: 5px;
    opacity:0.7;
}
.btn_recycle_upload:hover {
    color: #000;
    border-color: #DDDDDD; 
    background: #fff !important; 
    opacity:0.9;

}

.btn_recycle_del {
    display:block;
    margin-top: -100px; 
    color: #666;
    border-color: #AAAAAA; 
    width: 20px;
    height: 20px;
    padding: 0; 
    cursor: pointer;
    margin-left: 0px;
    background:none;
    border: 0px solid #aaa; 
    font-size:11px;
    border-radius: 50%;
    opacity:1;
}
.btn_recycle_del:hover {
    color: #000;
    border-color: #DDDDDD; 
    
    opacity:0.9;

}
.img-del {
    color:#000;
    font-size:20px !important;
    background: #fff;
    border-radius: 50%;
    line-height: 10px !important;
    border: 0px solid #000;
}

.img-del:hover {
    color:#444444;
    
}

.editor_book {
    width:800px;
    height:400px;
    background: #fff;
    outline: 0.1rem solid #999;
    display: inline-block;
    position:absolute;
    top:20px;
    left:20px;
    overflow: hidden;
}

.left-arrow {
    display: inline-block;
    margin-top: 35vh;
}

.right-arrow {
    display: inline-block;
    margin-top: 35vh;
}

.navbar-btn {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.res-title {
  width:100%;
}

.res-layout {
  margin:3px 0;
  cursor: pointer;
}

.res-background {
  margin:3px 0;
  cursor: pointer;
}

.res-icon {
  margin:3px 3px;
  cursor: pointer;
}

.res-txt {
  font-size: 1.5rem;
  margin:3px 3px;
  cursor: pointer;
  border:1px solid #fff;
  border-radius: 5px;
  
}

.res-txt span{
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
} 

.res-photo {
  width:100px;
  margin:3px 3px;
  cursor: pointer;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
  border: 0.01rem solid #fff;
}

.edit-i {
  cursor: pointer;
}

.edit-i-choose {
  outline:0.15rem dashed #666;
}

.edit-t {
  cursor: pointer;
  border:2px dashed #ccc;
  padding:0.25rem 0.5rem;
}

.sjx-hdl-mc {
  /*visibility: hidden !important;*/
}

.edit-l {
  position: absolute;
  outline:0.15rem dashed #EE7700;
  outline-offset: -0.15rem;
  overflow: hidden;
  border:0.15rem dashed #EE7700;

}

.edit-p {
  position: absolute;

}

.btn_zoom_front {
    position:absolute; top:3px; left:5px; width:20px; height:20px;
    cursor:pointer;
    border: 0rem solid burlywood;
    padding: 0;
    background: none;
    visibility: hidden;
}
.sjx-drag .btn_zoom_front {
    visibility: visible;
}

.btn_zoom_back {
    position:absolute; top:3px; left:28px; width:20px; height:20px;
    cursor:pointer;
    border: 0rem solid burlywood;
    padding: 0;
    background: none;
    visibility: hidden;
}
.sjx-drag .btn_zoom_back {
    visibility: visible;
}

.btn_zoom_front_new {
    position:absolute; top:3px; left:5px; width:20px; height:20px;
    cursor:pointer;
    border: 0rem solid burlywood;
    padding: 0;
    background: none;
    
}

.btn_zoom_back_new {
    position:absolute; top:3px; left:28px; width:20px; height:20px;
    cursor:pointer;
    border: 0rem solid burlywood;
    padding: 0;
    background: none;
    
}

.btn_txt_color {
    position:absolute; top:7px; left:56px; width:16px; height:16px;
    cursor:pointer;
    border: 0.1rem solid #000;
    background:#000000;
    padding: 0;
    border-radius: 0.2rem;
    
}  

.btn_txt_size {
    position:absolute; top:6px; left:80px; width:40px; height:20px;
    cursor:pointer;
    border: 0.1rem solid #000;
    padding: 0.1rem;
    border-radius: 0.2rem;
    
}  

.setting_block {
    position:absolute; top:-34px; left:0px; width:120px; height:30px;
    border: 0rem solid burlywood;
    padding: 0;
    background: -webkit-linear-gradient(top, rgba(222,239,255,1) 91%,rgba(152,190,222,1) 100%);
    border-radius: 0.5rem;
    visibility: hidden;

}

.setting_color {
    position:absolute; top:-94px; left:0px; width:120px; height:60px;
    border: 0.1rem solid burlywood;
    padding: 0;
    background: #fff;
    border-radius: 0.5rem;
    visibility: hidden;

}

.text_setting {
  position:absolute;
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 86%,rgba(109,109,109,1) 87%,rgba(81,81,81,1) 100%,rgba(225,225,225,1) 100%);
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  z-index: 9999;
  width:180px; height:40px; 
}

.dz-default {
  width: 80%;
  padding:10px;
  margin-left: 10%;
  border: 1px dashed #fff;
  text-align: center;
  border-radius: 5px;
  cursor:pointer;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%);
  background: none;
}

.dz-default:hover{
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 98%,rgba(0,0,0,0.65) 100%);
}  

.dz-preview {
  /*width:100%;*/
  text-align: center;

}

.dz-image img {
  width:100px;
  margin:3px 3px;
  cursor: pointer;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
  border: 0.01rem solid #fff;
}

/*
.dz-success-mark {
  position: absolute;
  margin-top: -100px;
  margin-left: 100px;
}

.dz-error-mark {
  display: none;
}

.dz-error-message {
  display: none;
}
*/
/******************************** DragResize ********************************/
/* Required CSS classes: must be included in all pages using this script */

/* Apply the element you want to drag/resize */
.drsElement {
 position: absolute;
 border: 1px solid #333;
}

/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/
.drsMoveHandle {
 height: 20px;
 background-color: #CCC;
 border-bottom: 1px solid #666;
 cursor: move;
}

/*
 The DragResize object name is automatically applied to all generated
 corner resize handles, as well as one of the individual classes below.
*/
.dragresize {
 position: absolute;
 width: 5px;
 height: 5px;
 font-size: 1px;
 background: #EEE;
 border: 1px solid #333;
}

/*
 Individual corner classes - required for resize support.
 These are based on the object name plus the handle ID.
*/
.dragresize-tl {
 top: -8px;
 left: -8px;
 cursor: nw-resize;
}
.dragresize-tm {
 top: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: n-resize;
}
.dragresize-tr {
 top: -8px;
 right: -8px;
 cursor: ne-resize;
}

.dragresize-ml {
 top: 50%;
 margin-top: -4px;
 left: -8px;
 cursor: w-resize;
}
.dragresize-mr {
 top: 50%;
 margin-top: -4px;
 right: -8px;
 cursor: e-resize;
}

.dragresize-bl {
 bottom: -8px;
 left: -8px;
 cursor: sw-resize;
}
.dragresize-bm {
 bottom: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: s-resize;
}
.dragresize-br {
 bottom: -8px;
 right: -8px;
 cursor: se-resize;
}

/******************************** DragResize ********************************/
