/* ==================*/
/* 標準的 Style 元件 */
/* ==================*/
/* Dialog 底色 */
.modal-content {
    background: #6ee0d5 !important;  /* ZeroMed */
}

/* 深色抬頭 */
.styleDark{
	background:#ab8256 !important;
	color:#fff !important;
  	background:#077168 !important;  /* ZeroMed */
}
/* 淺色抬頭 */
.styleMidium{
	background:#fdd580 !important;
  	background:#65c1bb !important;  /* ZeroMed */
}
/* 底色 */
.styleLight{
	/* 用 background-color , 才不會影響 background-image */
 	background-color:#fff7c9 !important;
 	background-color:#c9e9e7 !important;  /* ZeroMed */
}
/* 指定顏色 */
.styleRed{
	/* 用 background-color , 才不會影響 background-image */
	color:#fff;
	background-color:#aa0000 !important;
}
/* 指定顏色 */
.styleGreen{
	/* 用 background-color , 才不會影響 background-image */
	color:#fff;
	background-color: #006837 !important;
	background-color: #a8a837 !important;  /* ZeroMed */
	cursor:pointer;
		/* 圓角*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* 指定顏色 */
.styleLightGreen{
	/* 用 background-color , 才不會影響 background-image */
	color:#fff;
	background-color: #63d063 !important;  /* ZeroMed */
	cursor:pointer;
		/* 圓角*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* 指定顏色 */
.styleBlue{
	/* 用 background-color , 才不會影響 background-image */
	color:#fff;
	background-color:#0000ff !important;
}
/* 指定顏色 */
.styleLightBlue{
	/* 用 background-color , 才不會影響 background-image */
	color:#fff;
	background-color:#8888ff !important;
}
/* 指定顏色 */
.styleGray{
	/* 用 background-color , 才不會影響 background-image */
	color:#000;
	background-color:#eee !important;
}
/* Table th 指定顏色 */
.styleTableHead{
	/* 用 background-color , 才不會影響 background-image */
	color:#fff;
	background-color:#ab8256 !important;
	background-color:#ebbe2f !important;  /* ZeroMed */ 
}
.tabHead {
	font-size: 16px !important;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 4px;
	height : 22px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: #00a9a2;
	/* 圓角*/
	-moz-border-top-right-radius: 16px;
	-webkit-top-right-border-radius: 16px;
	border-top-right-radius: 16px;
	-moz-border-top-left-radius: 16px;
	-webkit-top-left-border-radius: 16px;
	border-top-left-radius: 16px;
}

.tabHeadSelected {
	background: #015036;
}

.img-select {
	border: 0px;
	width: 20px;
	height: 20px;
	background-image: url("resources/images/antifat/select.png");
	background-size: 20px 20px;
	background-position: 3px 0px;
	background-repeat: no-repeat;
}

.img-edit {
	border: 0px;
	width: 20px;
	height: 20px;
	background-image: url("resources/images/antifat/edit.png");
	background-size: 20px 20px;
	background-position: 3px 0px;
	background-repeat: no-repeat;
}

/* ===================*/
/* 基本的表單編輯工具 */
/* ===================*/
/* 表單編輯內容區 */
.datagridBody {
    overflow-y: scroll;
}
/* 表單編輯抬頭 */
.datagridHeader {
    font-family: 'Microsoft JhengHei';
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    background: -webkit-linear-gradient(#e4ecf0,#dbecf4);
    background: -o-linear-gradient(#e4ecf0,#dbecf4);
    background: -moz-linear-gradient(#e4ecf0,#dbecf4);
    background: linear-gradient(#e4ecf0,#dbecf4);
}
/* 表單編輯 Footer */
.datagridFooter {
    height: 60px;
    /*background: -webkit-linear-gradient(#e4ecf0,#dbecf4);*/
    /*background: -o-linear-gradient(#e4ecf0,#dbecf4);*/
    /*background: -moz-linear-gradient(#e4ecf0,#dbecf4);*/
    background: linear-gradient(#e4ecf0,#dbecf4);
}

/* table head */
#datagridTable th {
    font-size: 18px !important;
    padding: 4px !important;
    text-align: center;
    background: -webkit-linear-gradient(#e4ecf0,#dbecf4);
    background: -o-linear-gradient(#e4ecf0,#dbecf4);
    background: -moz-linear-gradient(#e4ecf0,#dbecf4);
    background: linear-gradient(#e4ecf0,#dbecf4);
    /* 圓角*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
/* 文字輸入 */
.datagridText {
    font-family: 'Microsoft JhengHei';
    border: solid 0px #AAA;
    font-weight: bold;
    /*color: #f00;*/
    font-size: 16px !important;
    background: transparent;
    /* 圓角*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
/* table 選取的列 */
.datagrid-table-active {
    background: #0094ff;
    color: #fff;
}
/* ===================*/
/* 診間 SOAP 輸入工具 */
/* ===================*/
/* SOAP 醫令輸入區 */
#soapOrderTable {
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 2px;
}
.soapOrderText {
    font-family: 'Microsoft JhengHei';
    border: solid 0px #AAA;
    font-weight: bold;
    background: transparent;
    /* 圓角*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.soapDiagText {
    font-family: 'Microsoft JhengHei';
    border: solid 0px #AAA;
    font-weight: bold;
    font-size: 16px !important;
    background: transparent;
    /* 圓角*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
/* =================*/
/* =================*/
