@charset "UTF-8";






/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
受注管理
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


/*-------------------------------------------------------------
箔押し作成
-------------------------------------------------------------*/
#main.foilStampList .btnPDF { position: relative; text-decoration: none !important; line-height: 1; font-weight: bold; display: inline-flex; align-items: center; cursor: pointer; border-radius: 3px; transition: all 0.2s; border: 0; font-size: 1em; padding: 0px 10px 0 30px; margin-left: 0; height: 28px; background: url("../images/ico_print.svg") no-repeat 10px center; background-size: 16px 18px; color: #FFF; background-color: #707070; }
#main.foilStampList .btnPDFAndCSV { position: relative; text-decoration: none !important; line-height: 1; font-weight: bold; display: inline-flex; align-items: center; cursor: pointer; border-radius: 3px; transition: all 0.2s; border: 0; font-size: 1em; padding: 0px 10px 0 45px; margin-left: 0; height: 28px; background: url("../images/ico_print_csv.svg") no-repeat 10px center; background-size: 29px 16px; color: #FFF; background-color: #707070; }
#main.foilStampList .btnCSV {position: relative; text-decoration: none !important; line-height: 1; font-weight: bold; display: inline-flex; align-items: center; cursor: pointer; border-radius: 3px; transition: all 0.2s; border: 0; font-size: 1em; padding: 0px 10px 0 30px; margin-left: 0; height: 28px; background: url(../images/ico_file_csv.svg) no-repeat 10px center; background-size: 14px 16px; color: #FFF; background-color: #106B37; }
#main.foilStampList .checkBtnBox input[type="checkbox"]:checked + label.checkBtn.alPrinted { border-color: #55A8D0; background-color: #55A8D0; }
#main.foilStampList a[class^="btnOrder"] { font-size: 1.1em; }
#main.foilStampList .subTabBox,
#main.foilStampList .scrollTable { font-size: 1.2em; }
#main.foilStampList .scrollTable a[class^="btn"],
#main.foilStampList .scrollTable input[class^="btn"] { font-size: 0.85em; }
#main.foilStampList .scrollTable textarea { font-size: 1.3em; }
#main.foilStampList .scrollTable thead th:first-of-type { width: 185px; padding-right: 5px; }
#main.foilStampList .scrollTable td div.receptionNo { font-size: 1.1em; font-weight: bold; padding-bottom: 3px; }




