@charset "UTF-8";

body:lang(en){
	font-family: 'Bitter', serif;
}

body:lang(ja){
	font-family: 'Bitter', 'Noto Sans Japanese', serif;
}
body:lang(zh){
	font-family: 'Bitter', 'Microsoft Yahei','微软雅黑', STXihei, '华文细黑', serif;
}
body:lang(tw){
	font-family: 'Bitter', 'Microsoft Yahei','微软雅黑', STXihei, '华文细黑', serif;
}
body:lang(kr){
	font-family: 'Bitter', 'Malgun Gothic', serif;
}

html{
	height:100%;
}
body{
	height:100%;
   	/* background: #c9f5ff;*/ /* For browsers that do not support gradients */
    /*background: linear-gradient(-10deg, #c9f5ff , #ffffff);*/ /* Standard syntax (must be last) */
    background: #0885d8; /* For browsers that do not support gradients */
    background: linear-gradient(-10deg, #c9f5ff , #0885d8); /* Standard syntax (must be last) */
	background-attachment: fixed;
	font-size:14px !important;
}

h4{
	font-size:18px !important;
}

a{
	color:#337ab7 !important;
}
.active>.page-link, .page-link.active{
	background-color:#337ab7 !important;
}

.pagination{
	--bs-pagination-padding-y:4px;
}

.input-group-text {
	font-size:13px !important;
}

.btnCommon{
	border: 2px #888 solid;
	display: inline-block;
	padding: 5px 7px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	color: #888;
	font-weight: bold;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    font-size:14px !important;
}
.btnCommon:hover:enabled{
	border: 2px #188bcf solid;
	background-color: #188bcf;
	color: #fff;
	font-weight: bold;
}
.btnCommon:disabled{
	border: 2px #e3e3e3 solid;
	background-color: #e3e3e3;
	color: #888;
	font-weight: bold;
}

.btnOK{
	min-width: 100px;
}
.btnOK:hover{
	border: 2px #008080 solid;
	background-color: #0e86e9;
	color: #fff;
	font-weight: bold;
}
.btnCancel{
	min-width: 80px;
}
.btnCancel:hover{
	border: 2px #857110 solid;
	background-color: #d8b71b;
	color: #fff;
	font-weight: bold;
}
.btnDelete{
	/*
	border: 2px #ab320a solid;
	color: #ab320a;
	*/
	min-width: 100px;
	border: 2px #ab320a solid !important;
	/*background-color: #ff0404;*/
	background-color: #ab320a !important;
	color: #fff;
	font-weight: bold;
}
.btnDelete:hover{
	border: 2px #ab320a solid !important;
	/*background-color: #ff0404;*/
	background-color: #ab320a !important;
	color: #fff;
	font-weight: bold;
}
.btnNonEyeCatching{
	border:0;
	background-color: #d3e9fc;
	color: #333;
	cursor: pointer;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    display: inline-block;
}

.btnMenu{
	width: 350px;
}

.btnTab{
	width: 100px;
	border: 2px #888 solid;
	display: inline-block;
	padding: 5px 7px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	color: #888;
	font-weight: bold;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btnTab:hover{
	background-color: #888;
	color: #fff;
	font-weight: bold;
}

.btnTab:disabled{
	border: 2px #333 solid;
	background-color: #eee;
	text-align: center;
	cursor: default;
	color: #333;
	
}

.bthTopControls{
    border-radius: 15px;
	border: 2px #15769f solid;
	display: inline-block;
	padding: 5px 3px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	color: #15769f;
	font-weight: bold;
	width: 70px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
}
.bthTopControls:hover{
	background-color: #97cdee;
}

.btnOthers{
	width: 150px;
}

.divContent{
	border: 2px #000 solid;
	display: inline-block;
	padding: 5px 7px;
	background-color: #fff;
	width: 780px;	
}

.divSubContent{
	border: 1px #333 solid;
	border-radius: 10px;
	display: inline-block;
	padding: 5px 7px;
	width: 760px;
}
.tableConvextivity th{
	font-weight:normal !important;
}
.tableConvextivity tr td{
	margin:0px;
	border-spacing:0px;
	border-padding:0px;
}
.txtConvextivity{
	width: 50px;
	height:30px;
	border: 1px solid #ccc;
	padding-left:3px;
}
.invalidInput{
	background-color:#ffb7c2;
	border: 1px solid #999;
}

/* CSS for testing on ORDER2 */

.divCommon{
	max-width:1200px;
}

.divMain{
	border: 2px #333 solid;
	border-radius: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fafafa;
}
.divSub{
	border: 1px #333 solid;
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	margin-bottom:10px;
}
.divNoBorder{
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:0px;
}
.affix {
	top:0;
	width: 100%;
	z-index: 9999 !important;
}
.modal-dialog{
	margin-top: 85px;
}
.modalLarge{
	width: 95% !important;
	max-width: 95% !important;
}

.lessPadding{
	padding-top: 0px;
	padding-bottom: 0px;
}
.zeroPadding{
	padding:0px;
}
.calendarIcon{
	text-align:center !important;
	padding:0px !important;
}

.txtFrameData{
	width:50px;
}
.txtFrameDataTable{
	width:100%;
	text-align:right;
	border:none;
}
.lblFrameDataSimplified{
	font-size:10px;
}
.txtFrameDataSimplified{
	width:100%;
	text-align:left;
}
.ddlFrameDataSimplified{
	width:100%;
	height:27px;
}

.table-Optional table tr th td{
	border:	0px #c2dffa solid;
	padding: 0px;
}
.table-Optional th{
	font-weight:normal!important;
}
.table-Optional tr td{
	/*background-color: #c2dffa;*/
	/*background-color: #fff;*/
	background-color: #eee;
	border: 0px #c2dffa solid;
}

.table-Thickness table tr th td{
	border: 2px #428da4 solid;
	padding: 1px;
}
.table-Thickness th{
	background-color: #bcecfa;
	border: 2px #428da4 solid;
	padding: 1px;
	text-align:center;
}
.table-Thickness tr td{
	background-color: #fff;
	border: 2px #428da4 solid;
	padding: 1px;
	text-align:right;
}
.tableData tr td{
	border: 1px #006a9d solid;
	font-size:13px;
	text-align:center;
	vertical-align: middle !important;
}
.tableData th{
	font-size:13px;
	border: 1px #fff solid;
	background-color: #0080c0;
	color:white;
	text-align:center;
	vertical-align: middle !important;
}
.tableData tr:nth-child(odd){
	background-color: #fff;
}
.tableData tr:nth-child(even){
	background-color: #e4f7fe;
}
a{
	cursor:pointer;
}

a.MstrMenu{
	color:#555;
	/*font-weight:bold;*/
	text-decoration:none;
	display:block;
	/*height:100%;*/
	/*width:100%;*/
	padding:3px 0px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor:pointer;
}
a.MstrMenu:hover{
	color:#0a587e;
	background-color:#c6edf4;
	font-weight:bold;
}
a.MstrMenuHeader{
	color:#444;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
.collapseMenuHeader{
	padding:5px;
	background-color:#e6f2fd;
	font-weight:bold;
}
.collapseMenuContent{
	padding-left:10px;
}
.collapseMenuPanel{
	max-width:300px;
	margin:0px;
	margin-bottom:3px;
}
.menuTable tbody tr td{
	padding:3px;
}

.menuTable tbody tr:hover {
	background-color: #c2dffa;
}

.txtHCommon{
	font-weight:bold;
	color: #005984;
}
.txtH1{
	font-size:22px;
}
.txtH2{
	font-size:17px;
}
.txtRed{
	color: #b10a0a;
}
.txtSmall{
	font-size:11px;
}
.txtLgNumber{
	font-weight:bold;
	font-size:50px;
	border:0px;
	text-align:center;
	width:100%;
}

/* Overrides */
.input-group-text{
	min-width:30px;
	padding-right:3px;
	padding-left:8px;
	padding-top:0px;
	padding-bottom:0px;
	/*text-align:right !important;*/
	/*font-weight:bold;*/
	font-size:1em;
	background-color:#f0f0f0;
	justify-content: flex-end !important;
}
.form-control{
	min-height:0px;
	/* padding:3px; */
	font-size:14px;
}
.form-select{
	/* min-height:0px; */
	/* padding:0px; */
	font-size:14px !important;
}

.form-control:focus,
.form-select:focus{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(138, 175, 255, 0.6);
}

.input-control{
	min-height:0px;
	padding:0px 3px;
	font-size:16px;
}
.wellTOP{
	/*background-color: #c2dffa !important;*/
	padding: 20px;
	padding-top:50px;
	padding-bottom:35px;
}
.row{
	padding:0px;
}
input[readonly].form-control{
	background-color: white;
	font-size:1em;
}

.pagingBar {
	margin-top: -5px;
	margin-bottom: -5px;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color:#fff;
	color:#444;
	opacity: 0.5;
	z-index: 9999;
	text-align:center;
	padding-top:200px;
	font-weight:bold;
	font-size:50px;
	z-index:99999;
	/*background: url('https://web.archive.org/web/20170914202017im_/http://bradsknutson.com/wp-content/uploads/2013/04/page-loader.gif') 50% 50% no-repeat rgb(111,111,111,0.5);*/
}
.saveInProcess {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color:#0885d8;
	color:#FFF;
	opacity: 0.8;
	z-index: 9999;
	text-align:center;
	padding-top:200px;
	font-weight:bold;
	font-size:50px;
}
.label{
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label-danger{
	background-color: #d9534f !important;
}

.table-condensed td,
.table-condensed th{
	padding:5px !important;
}

/* Tooltip */
.white-tooltip + .tooltip > .tooltip-inner{
	background-color: #ffffff !important;
	border: 2px solid #a0a0a0;
}
.white-tooltip + .tooltip.top > .tooltip-arrow  {border-top: 5px solid #a0a0a0;}
.white-tooltip + .tooltip.bottom > .tooltip-arrow  {border-bottom: 5px solid #a0a0a0;}
.white-tooltip + .tooltip.left > .tooltip-arrow  {border-left: 5px solid #a0a0a0;}
.white-tooltip + .tooltip.right > .tooltip-arrow  {border-right: 5px solid #a0a0a0;}