/*工程師新增*/

/*翻譯用遮罩*/
#bodyblock {position:relative; z-index:9999;}
#shader{position:fixed; top:0px; left:0px; display:block; width:100%; height:100%; background-color:#FFF;}
/*驗證提示文字*/
div.radio-style {margin-bottom:10px;}
div.select-style{margin-bottom:20px;}

label.error{position: relative; top:10px; color:#B74848 !important;}
div.error{color:#B74848 !important;}

label.selectError {position: relative; top:-10px; color:#B74848 !important;}
label.checkboxError {position: relative; top:-10px; color:#B74848 !important;}


/*編輯器圖片設定style尺寸可縮放*/
.img-responsive{
  display:block;
  max-width:100%;
  max-height:100% !important;  /*這個會影響banner高度*/
}

/*非編輯器圖片(banner 或產品圖)設定style尺寸可縮放*/
.img-rwd{
  display:block;
  max-width:100%;  
}