﻿/*******************************************************************************
 * Module Name  : cssSite.css                                                  *
 * Description  : CSS for smk site(for all screen)                             *
 *******************************************************************************/
/* --------------------------
    for package
-----------------------------*/
/* -----------------------------*/
/* Ajax Control Toolkit         */
/* -----------------------------*/
.CustomTabStyle .ajax__tab_disabled { cursor: default; color: #A0A0A0;}
/* CustomTabStyle theme top / default */
.CustomTabStyle .ajax__tab_header {background:url(/images/ajax__tab_header.gif) repeat-x bottom;height:21px; }
.CustomTabStyle .ajax__tab_header .ajax__tab_inner {padding-left:3px;background:url(/images/ajax__tab_left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_header .ajax__tab_tab {padding:4px;margin:0px;background:url(/images/ajax__tab_center.gif) repeat-x;color:rgb(119,119,119);outline: none;width:100px;line-height:14px;}
.CustomTabStyle .ajax__tab_header .ajax__tab_outer {padding-right:4px;background:url(/images/ajax__tab_right.gif) no-repeat right;height:21px;}
.CustomTabStyle .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {cursor:pointer;background:url(/images/ajax__tab_hover_left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_header .ajax__tab_hover .ajax__tab_tab {cursor:pointer;background:url(/images/ajax__tab_hover_center.gif) repeat-x;color:rgb(240,240,240);text-shadow: -1px -1px 5px rgba(0,0,0,0.4);}
.CustomTabStyle .ajax__tab_header .ajax__tab_hover .ajax__tab_outer {cursor:pointer;background:url(/images/ajax__tab_hover_right.gif) no-repeat right;}
.CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_inner {background:url(/images/ajax__tab_active_left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_tab {background: url(/images/ajax__tab_active_center.gif) repeat-x;color:black;font-weight:600;text-shadow: none;}
.CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_outer {background:url(/images/ajax__tab_active_right.gif) no-repeat right;}
.CustomTabStyle .ajax__tab_body {border:1px solid #999;border-top:0;padding:5px 8px;overflow-y: auto;}

/* -------------------------------------*/
/* Overwrite bootstrap : bootstrap.css  */
/* -------------------------------------*/
.bg-success{
    background-color: rgb(128,255,128);
    color:rgb(0,0,255);
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 8px;
  padding-left: 8px;
}
.tab-content > .tab-pane {
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  padding-right: 8px;
  padding-left: 8px;
}


/* -----------------------------*/
/* Navigation Bar               */
/* -----------------------------*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #3e444c;
}
.nav > li.disabled > a {
  color: #7a8288;
  text-shadow: none;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #7a8288;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #3e444c;
  border-color: #ffffff;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 2px 10px;
  font-weight:900;
  color: #999999;   /* Sunken gray */
  background-color: #b6b6b6;
  border: 1px solid #b6b6b6;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  /* background-color: #3e444c;*/
  text-decoration: none;
  outline:none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #3e444c;
  border-color: #b6b6b6;
}
.nav-tabs {
  border-bottom: 1px outset #b6b6b6;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  min-width:94.6px;
  text-align: center;
}
.nav-tabs > li > a {
  margin-right: 3px;
  /* line-height: 1.42857143;*/
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  border-bottom:  1px outset #b6b6b6;
}

.nav-tabs > li > a:hover {
  /*border-color: #1c1e22 #1c1e22 #1c1e22;*/
  border-left:  1px solid #b6b6b6;
  border-top:1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  box-shadow: 0 0 1px rgba(255,255,255,1) inset;
  background-image: linear-gradient(to top, #9D9D9D 0, #E6E6E6 100%);
  color: #efefef;
  text-shadow:0 0 3px #9D9D9D;
}
.tab-pane {
	border-top:none;
	border-left:  1px outset #b6b6b6;
	border-bottom:1px outset #b6b6b6;
	border-right: 1px outset #b6b6b6;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:5px;
	padding-bottom:2px;
    box-shadow: 1px 1px 3px rgba(255, 255, 255, 1);
    min-height:480px;
}
/* Normal Active Tab */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-image: none;
  text-shadow:none;
  background-color:#e6e6e6; /* rgb(230,229,225); /* Same Body's Backgroud-Color */
  border-bottom: 1px solid #e6e6e6; /* rgb(230,229,225); /* Same Body's Backgroud-Color */
  border-left: 1px outset #b6b6b6;
  border-top: 1px outset  #b6b6b6;
  border-right: 1px outset #b6b6b6;
  cursor:pointer;
  box-shadow: none;
  outline:none;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) { /* applied if over this size */
    .row > .col-sm-6 {
        padding-right: 2px;
    }
    .col-sm-6 + .col-sm-6 {
        padding-left: 3px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) { /* applied if over this size */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #1c1e22;
}
@media (min-width: 768px) { /* applied if over this size */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #1c1e22;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #272b30;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) { /* applied if over this size */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #1c1e22;
}
@media (min-width: 768px) { /* applied if over this size */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #1c1e22;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #272b30;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}


/* -----------------------------*/
/* jqGrid                       */
/* -----------------------------*/
.ui-jqgrid-bdiv{
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Safari、Chrome */
    -ms-user-select: none; /* IE10- */
}
.ui-widget,
.ui-jqgrid .ui-jqgrid-view {
    font-size: 11px;
}
.ui-jqgrid .ui-pg-input {
    height: 18px;
    font-size: 0.9em;
    /*font-size: 0.8em;*/
}
.ui-jqgrid .ui-jqgrid-view > div.ui-jqgrid-bdiv {
	background-color: rgb(183,183,181); /* Gray */
    box-shadow: inset 1px 1px 5px rgb(0, 0, 0);
}
.jqGridFixed {
    text-align:center;
    border: 1px solid #d3d3d3;  /* Light gray */
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x; /* Whisper */
}
.ui-state-highlight .jqGridFixed {
    border: 1px solid #d3d3d3;
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    color:black;
    text-shadow: 1px 1px 1px white;
}
tr.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border-top: 1px solid #999999;  /* Sunken gray */
    border-left: 1px solid #999999;
	border-bottom: 1px solid #77d5f7;   /* Light sky blue */
	border-right: 1px solid #77d5f7;
	background: #0078ae url("images/ui-bg_glass_45_0078ae_1x400.png") 50% 50% repeat-x;
    color: black;
}

ui-jqgrid tr.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #FFFACD 50% 50% repeat-x;   /* lemonchiffon */
	border-bottom: 1px solid #999999;   /* Sunken gray */
	border-right: 1px solid #999999;
}

.ui-search-input > input{
    height:20px;
    border-right: 1px solid rgba(255,255,255,0.7); /* White */
    border-bottom: 1px solid rgba(255,255,255,0.7); /* White */
    border-top:1px solid #cccccc; /* Gray */
    border-left:1px solid #cccccc; /* Gray */    
    border-radius: 3px;
    border: 1px solid rgb(153,153,153);
}
.ui-jqgrid .ui-pg-table td {
	padding-top:2px;
	height:26px;
}
.ui-jqgrid .ui-pg-table .ui-state-hover td:hover {
	padding-top:0px;
}
.ui-pg-input + span {
 vertical-align:0;
}

/* --------------------------
    for Application
-----------------------------*/
/* --------------------------
    for all applicatin
-----------------------------*/
*, *:before, *:after {
    box-sizing: border-box;
}

/* --------------------------
    for Common master
-----------------------------*/
/* body */
.body {
    /* padding-top: 50px; */
    /* padding-bottom: 20px; */
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px; /* Normal 14px */
	/*font-family: "MS Sans-Serif",Sans-Serif;*/
    font-family: Verdana, Arial, sans-serif;
	background-color: #e6e6e6; /* Whisper */
    line-height:1.4;
}

/* Banner */
.divBanner
{
    margin-left:-6px;
    margin-top:-4px;
    margin-right:-6px;
    margin-bottom:-4px;
}
.imgBanner
{
    width:100%;
}

/* for header title(Sub window)
   (Screen ID,current date/time access server,user)
*/
.header-sub-win 
{
    margin-left:5px;
    margin-top:0px;
    margin-right:2px;
    margin-bottom:0px;
    border-color: rgba(255, 255, 255, 0.8);
}

/* for header title(Sub window)
   (Title,sub title)
*/
.TabHeaderTitle
{
    margin-left:10px;
    margin-top:2px;
    margin-right:300px;
    margin-bottom:0px;
	padding-left: 5px;
	background-color: white;
	color: navy;
	font-weight: bold;
	width:98%;
	height:20px;
}	
.TabHeaderSubTitle
{
    margin-left:9px;
    margin-top:0px;
    margin-right:300px;
    margin-bottom:0px;
	padding-left: 10px;
	padding-top: 3px;
	background-color: #666666;
	color: white;
	font-size: 11px;
	font-weight: bold;
	width:98%;
	height:25px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {  /* applied if over this size */
    .body-content {
        padding: 0px;
        margin-left:20px;
        width: 96%;
    }
}

div .pageContent {
    margin:0;
    padding:0;
}
div .frame {
    margin:0;
    border-color: rgba(255, 255, 255, 0.8);
    border-style: groove;
    border-width: 2px;
    border-radius:6px;
}
.pageContent .row {
    margin-top:3px;
    margin-bottom:2px;
    padding-right: 6px;
    padding-left: 6px; 

}

.pageContent .frame {
    margin-top:8px;
    margin-bottom:2px;
    padding:10px;
    padding-bottom:5px;
}

.pageContent {
    margin-top:2px;
    margin-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:0;
}

.frame-height {
    height:580px;
    padding-left:100px;
    padding-right:100px;
}

div .frame-sub-win {
    margin-left:10px;
    margin-right:10px;
    height:560px;
}

div .contets-area 
{
    height:570px;
    width:1025px;
    overflow-x:hidden;
    overflow-y:auto;
}

/* --------------------------
    for Site master
-----------------------------*/
/* footer */
#lblMessage {
    overflow:auto;
    box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,0.6);
    margin-left: 5px;
    margin-right: 5px;
    padding-left:7px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:1px;
    /*border-color:#eee;
    border-style:groove;
    border-width:1px;*/
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-bottom:1px solid white;
    border-right:1px solid white;
    border-radius:4px;
    background-color:#ffffff;
    /*white-space: nowrap;*/
    height: 24px;
}

.lblMsgLogin 
{
    display:inline-block;
    width:300px;
    color:red;
    text-align:center;
    background-color:#e6e6e6;
    border:note;
    border-color:#e6e6e6;
    font-size:14px;
    box-shadow:none;
    overflow:visible;
}

#siteback {
	display: block;
	/*display: none;*/
	position: fixed;
	width: 100%;
	height: 100%;
    top:0;
    left:0;
	background-color: #e6e6e6;  /* Whisper */
	z-index:5;
}

/* --------------------------
    for child master
-----------------------------*/
.childScreen #imgLogoSMK2 {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.childScreen #imgLogoSMK2:hover, 
.childScreen #imgLogoSMK2:focus {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); 
    transform: rotateY(180deg);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

/* --------------------------
    for modal window
-----------------------------*/
.modal-body-style {
    padding-top:0px;
    padding-left:0;
    padding-right:0;
    background-color:#e6e6e6;   /* Whisper */
}

/* Cross Reference */
.imgCrosRef {
    border-style: none;
    border-color: #ffffff;
    border-width: 0;
    height: 18px;
    width: 18px;
}
.btnRef {
    padding:0 2px;
    vertical-align: bottom;
    height:19px;
    line-height:1;
    text-align: center;
    background-color:#e6e6e6;   /* Whisper */
    box-shadow:none;
    border: 1px outset rgb(250,250,250);
    border-radius: 3px;
}
.btnRef:active {
    border: 1px solid rgb(160,160,160);
    border-bottom: 1px solid rgba(255,255,255,0.8);
    border-right: 1px solid rgba(255,255,255,0.8);
    border-radius: 3px;
}
#btnRef:disabled {
    color: #808080; /* gray */
    background: #C0C0C0;    /* silver */
}

/* Message box */
.btnMsgBox {
    background: linear-gradient(#97be10 0%, #79980d 100%);
    color: #ffffff;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #79980d;
    border-radius: 4px;
    box-sizing: border-box;
    height:18px;
}
.btnMsgBox:hover{
  color: #ffffff;
  background: rgb(255,132,0); /* Orange */
  background: linear-gradient(rgb(255,132,0) 0%, rgb(236,101,0) 100%);
  border: 1px solid rgb(255,181,0); /* light Orange */
}
.btnMsgBox:active{
  color: #ffffff;
}

/* ---------------------------------------------*/
/* Page Move Fade in and Fade out.              */
/* ---------------------------------------------*/
#fade {
	position: absolute; /* ie6 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

/* for common message area*/
.msg-text-success {
    color:blue;
    background-color:white;
}

/* -----------------------------*/
/* Loading image                */
/* -----------------------------*/
.imgLoading {
	width: 100%;
	height: 100%;
    background: url(/AEOPay/images/imgLoading.gif) no-repeat center;
}

/* --------------------------
    for balloon tooltip
-----------------------------*/
.balloon{
	font-size:14px;
	color:#ffffff;
	background:#31374c;
	padding:10px 20px;
	position:absolute;
	display:none;
}

/* --------------------------
    color
-----------------------------*/
.text-blue {
    color:rgb(34,68,255);   /* Blue */
}
.text-green {
    color:green; 
}
       
.text-back-red {
    background-color:red;  
}
.text-back-yellow {
    background-color:yellow;   
}
.text-back-lime {
    background-color:lime;  
}
.msg-text-danger {
    color:red;
    background-color:white;
}

.out-text-info {
    background-color:#c6c6c6; /* Light Gray */
}

.out-text-danger,
.out-label-danger {
    color:white;
    background-color:red;
}

.out-label-default {
    color:black ;
    background-color:#c6c6c6; /* Light Gray */
}

.out-text-Warning,
.out-label-Warning {
    color:black ;
    background-color:yellow;
}

.out-label-success {
    color:black;
    background-color:blue;
}

.text-bg-color-cyan {
    background-color:cyan;
}

/* --------------------------
    Alighnment
-----------------------------*/
.txtAlignLeft {
    text-align:left;
}
.txtAlignCenter {
    text-align:center;
}
.txtAlignRight {
    text-align:right;
}
.verAlignTop {
    vertical-align:top;
}
.verAlignMiddle {
    vertical-align:middle;
}
.verAlignBottom {
    vertical-align:bottom;
}

/* --------------------------
    Visibility
-----------------------------*/
.visible-true {
    visibility:visible; /* visible */
}
.visible-false {
    visibility:hidden; /* hide */
}

/* ----------------------------------------*/
/* Basic Control                           */
/* ----------------------------------------*/
/* ----------------------------------------*/
/* Lable(Letteral)                         */
/* ----------------------------------------*/
label {
    font-weight: normal;
}
/* Label/Link common */
.lblCoron,
.lblTitle,
.lnkTTX {
    display:block;
    padding:0px;
    margin:0px;
    white-space:nowrap;
    vertical-align:middle;
    float:left;
    width:100px;
}
.lblTTX {
    display:inline-block;
    padding:0px;
    margin:0px;
    vertical-align:middle;
    width:200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;    
}
.lblCoron {
    width:5px;
}
/* Lable title */
.lblTitle {
    pointer-events:none;    /* disabled OnClick event */
}

.lblTTX-alert-red {
    color:white;
    background-color:red;
}
.lblTTX-alert-blue {
    color:white;
    background-color:royalblue;
}
.lblTTX-alert-yellow {
    color:black;
    background-color:yellow;
}
.lblTTX-alert-green {
    color:white;
    background-color:#32B232;   /* Lime green */
}

/* Link */
.lnkTTX {
    color:blue;
    text-decoration:underline;
    cursor:auto;
}
.lnkTTX[disabled] {
    color:black;
    text-decoration:none;
    cursor:default;
}
.lnkTTX-inline {
    float:none;
    display:inline;
}

/* float right */
.floatRight {
    float:right;
}

/* -----------------------------*/
/* Input text box               */
/* -----------------------------*/
input {
    /*font-family: "Courier New",Sans-Serif;*/
    /*font-size: 12px; /* Normal 13.3333330154419px */
    /*line-height:1;*/
    box-sizing:border-box;
}
.text-strong {
    font-weight:900;
}
.font-weight-bold {
    font-weight: bold;
}

/* input/text box/textarea common */
.ui-pg-input,
.txtBox,
.searchTxtBox,
.txtareaBox {
    padding:2px 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .7) inset;
    border-right: 1px solid rgba(255,255,255,0.7); /* White */
    border-bottom: 1px solid rgba(255,255,255,0.7); /* White */
    border-top:1px solid #cccccc; /* Gray */
    border-left:1px solid #cccccc; /* Gray */
    border-radius: 2px;
    vertical-align:middle;
}
.ui-search-input > input:focus,
.ui-pg-input:focus,
.txtBox:focus,
.searchTxtBox:focus,
.txtareaBox:focus {
  border: 1px solid #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* text box */
.txtBox[disabled],
.txtBox[readonly] {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .7) inset;
  border-right: 1px solid rgba(255,255,255,0.7); /* White */
  border-bottom: 1px solid rgba(255,255,255,0.7); /* White */
  border-top:0;
  border-left:0;
  opacity: 1;
}
.txtBox[disabled] {
    background-color:#dcdcdc; /* light dark gray */
}
.txtBox[readonly] {
  cursor: not-allowed;
}
.txtBox,
.searchTxtBox {
    height:18px;
    overflow-y:auto;
    white-space:nowrap;
}
/* textarea */
.txtareaBox {
    vertical-align:top;
}

.outTxtBox {
    background-color:#dcdcdc; /* light dark gray */
    vertical-align:middle;
}

.outLblBox {
    background-color:#e6e6e6; /* Whisper */
    border:none;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.outLblBox::-ms-clear { /* Clear input clear x */
    visibility:hidden
}

.text-nowrap
{
    white-space:nowrap;
}

.chkBox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: top;
}    

.trans-uppercase {
    text-transform:uppercase;
}
.trans-lowercase {
    text-transform:lowercase;
}


/* --------------------------
    Button
-----------------------------*/
/* Function button */
div .funcBtn {
    width:100%;
    margin-left: 5px;
    margin-top:2px;
    margin-right: 5px;
    margin-bottom:2px;
    padding:0;
    padding-left:10px; 
    padding-right:5px; 
}
.btnFnc,
.btnFuncSubWin,
.btnFncSubWin,
.btnFncDisabled {
    border-radius: 4px;
    box-sizing: border-box;
}
.btnFnc,
.btnFncDisabled {
    width: 88px;
}
.btnFnc {
    background: linear-gradient(#97be10 0%, #79980d 100%);
    color: #ffffff;
    border: 1px solid #79980d;
}
.btnFnc > span {
    border: 1px solid #97be10; /* Green Border */
}
.btnFnc:hover{
    background: rgb(255,132,0); /* Orange */
    background: linear-gradient(rgb(255,132,0) 0%, rgb(236,101,0) 100%);
    text-shadow: 0 1px 2px  rgb(255,181,0); /* light Orange */
    border: 1px solid rgb(255,181,0); /* light Orange */
}
.btnFnc:active {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 12px rgba(236,101,0, .7);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btnFnc::before, .btnFnc::after {
	box-sizing: border-box;
	transition: all .3s;
}
.btnFncDisabled{
    color:#999999;                /* Sunken gray */
    background-color: #e6e6e6;    /* Whisper */
    border: 1px solid #999999;    /* Sunken gray */
    box-sizing: border-box;
}
.btnFncSubWin {
    width:95px;
}

/* --------------------------
    Select box
-----------------------------*/
.selTTX {
    width:100px;
    display:inline-block;
    border-radius:3px;
}
.selOptTTX:hover{
    color:black;
    background-color:cyan;
}

/* --------------------------
    Radio button
-----------------------------*/
input[type='radio']:focus {
    outline:none;
}
label input[type='radio']:focus + span {
    outline:dotted 1px black;
}

/* -----------------------------*/
/* Size                         */
/* -----------------------------*/
/* textbox width(calculate from charactor size) */
.txtBoxSize1 {
	width:15px;
}
.txtBoxSize2 {
	width:22.5px;
}
.txtBoxSize3 {
	width:30px;
}
.txtBoxSize4 {
	width:37.5px;
}
.txtBoxSize5 {
	width:45px;
}
.txtBoxSize6 {
	width:52.5px;
}
.txtBoxSize7 {
	width:60px;
}
.txtBoxSize8 {
	width:67.5px;
}
.txtBoxSize9 {
	width:75px;
}
.txtBoxSize10 {
	width:82.5px;
}
.txtBoxSize11 {
	width:90px;
}
.txtBoxSize12 {
	width:97.5px;
}
.txtBoxSize13 {
	width:105px;
}
.txtBoxSize14 {
	width:112.5px;
}
.txtBoxSize15 {
	width:120px;
}
.txtBoxSize16 {
	width:127.5px;
}
.txtBoxSize17 {
	width:135px;
}
.txtBoxSize18 {
	width:142.5px;
}
.txtBoxSize19 {
	width:150px;
}
.txtBoxSize20 {
	width:157.5px;
}
.txtBoxSize21 {
	width:165px;
}
.txtBoxSize22 {
	width:172.5px;
}
.txtBoxSize23 {
	width:180px;
}
.txtBoxSize24 {
	width:187.5px;
}
.txtBoxSize25 {
	width:195px;
}
.txtBoxSize26 {
	width:202.5px;
}
.txtBoxSize27 {
	width:210px;
}
.txtBoxSize28 {
	width:217.5px;
}
.txtBoxSize29 {
	width:225px;
}
.txtBoxSize30 {
	width:232.5px;
}
.txtBoxSize31 {
	width:240px;
}
.txtBoxSize32 {
	width:247.5px;
}
.txtBoxSize33 {
	width:255px;
}
.txtBoxSize34 {
	width:262.5px;
}
.txtBoxSize35 {
	width:270px;
}
.txtBoxSize36 {
	width:277.5px;
}
.txtBoxSize37 {
	width:285px;
}
.txtBoxSize38 {
	width:292.5px;
}
.txtBoxSize39 {
	width:300px;
}
.txtBoxSize40 {
	width:307.5px;
}
.txtBoxSize41 {
	width:315px;
}
.txtBoxSize42 {
	width:322.5px;
}
.txtBoxSize43 {
	width:330px;
}
.txtBoxSize44 {
	width:337.5px;
}
.txtBoxSize45 {
	width:345px;
}
.txtBoxSize46 {
	width:352.5px;
}
.txtBoxSize47 {
	width:360px;
}
.txtBoxSize48 {
	width:367.5px;
}
.txtBoxSize49 {
	width:375px;
}
.txtBoxSize50 {
	width:382.5px;
}
.txtBoxSize51 {
	width:390px;
}
.txtBoxSize52 {
	width:397.5px;
}
.txtBoxSize53 {
	width:405px;
}
.txtBoxSize54 {
	width:412.5px;
}
.txtBoxSize55 {
	width:420px;
}
.txtBoxSize56 {
	width:427.5px;
}
.txtBoxSize57 {
	width:435px;
}
.txtBoxSize58 {
	width:442.5px;
}
.txtBoxSize59 {
	width:450px;
}
.txtBoxSize60 {
	width:457.5px;
}
.txtBoxSize61 {
	width:465px;
}
.txtBoxSize62 {
	width:472.5px;
}
.txtBoxSize63 {
	width:480px;
}
.txtBoxSize64 {
	width:487.5px;
}
.txtBoxSize65 {
	width:495px;
}
.txtBoxSize66 {
	width:502.5px;
}
.txtBoxSize67 {
	width:510px;
}
.txtBoxSize68 {
	width:517.5px;
}
.txtBoxSize69 {
	width:525px;
}
.txtBoxSize70 {
	width:532.5px;
}
.txtBoxSize71 {
	width:540px;
}
.txtBoxSize72 {
	width:547.5px;
}
.txtBoxSize73 {
	width:555px;
}
.txtBoxSize74 {
	width:562.5px;
}
.txtBoxSize75 {
	width:570px;
}
.txtBoxSize76 {
	width:577.5px;
}
.txtBoxSize77 {
	width:585px;
}
.txtBoxSize78 {
	width:592.5px;
}
.txtBoxSize79 {
	width:600px;
}
.txtBoxSize80 {
	width:607.5px;
}
.txtBoxSize81 {
	width:615px;
}
.txtBoxSize82 {
	width:622.5px;
}
.txtBoxSize83 {
	width:630px;
}
.txtBoxSize84 {
	width:637.5px;
}
.txtBoxSize85 {
	width:645px;
}
.txtBoxSize86 {
	width:652.5px;
}
.txtBoxSize87 {
	width:660px;
}
.txtBoxSize88 {
	width:667.5px;
}
.txtBoxSize89 {
	width:675px;
}
.txtBoxSize90 {
	width:682.5px;
}
.txtBoxSize91 {
	width:690px;
}
.txtBoxSize92 {
	width:697.5px;
}
.txtBoxSize93 {
	width:705px;
}
.txtBoxSize94 {
	width:712.5px;
}
.txtBoxSize95 {
	width:720px;
}
.txtBoxSize96 {
	width:727.5px;
}
.txtBoxSize97 {
	width:735px;
}
.txtBoxSize98 {
	width:742.5px;
}
.txtBoxSize99 {
	width:750px;
}
.txtBoxSize100 {
	width:757.5px;
}
.txtBoxSize105 {
	width:808.5px;
}
.txtBoxSize110 {
	width:832.5px;
}

/* Label width(px) */
.lblSize30 {
    width:30px;
}
.lblSize40 {
    width:40px;
}
.lblSize50 {
    width:50px;
}
.lblSize60 {
    width:60px;
}
.lblSize65 {
    width:65px;
}
.lblSize70 {
    width:70px;
}
.lblSize80 {
    width:80px;
}
.lblSize85 {
    width:85px;
}
.lblSize90 {
    width:90px;
}
.lblSize100 {
    width:100px;    /* lblTitle class default size */
}
.lblSize110 {
    width:110px;
}
.lblSize120 {
    width:120px;
}
.lblSize125 {
    width:128px;
}
.lblSize130 {
    width:130px;
}
.lblSize140 {
    width:140px;
}
.lblSize150 {
    width:150px;
}
.lblSize160 {
    width:160px;
}

/* --------------------------
    for screen common
-----------------------------*/
/* --------------------------
    for header div
    (Using by comment string on frame)
-----------------------------*/
.divHeader {
    padding-left:5px;
    padding-right:30px;
    margin-top: -20px;
    margin-bottom: 0px;
    height: 16px;
    width:70px;
    color:blue;
    background-color: #e6e6e6; /*rgb(230,229,225);*/
    /*text-shadow: 1px 1px 3px rgb(250, 250, 250);*/
    white-space:nowrap;
}

div .HeaderRow {
    margin:0px;
    padding-right: 5px;
    padding-left: 5px; 
}

/* for smkUpdate */
.cssload-loader {
	width: 344px;
	height: 69px;
	line-height: 69px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	font-family: helvetica, arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: 900;
	font-size:25px;
	color:palevioletred;
	letter-spacing: 0.2em;
}
.cssload-loader::before, .cssload-loader::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background:palevioletred;
	position: absolute;
	animation: cssload-load 0.81s infinite alternate ease-in-out;
		-o-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}
.cssload-loader::before {
	top: 0;
}
.cssload-loader::after {
	bottom: 0;
}
@keyframes cssload-load {
	0% {
		left: 0;
		height: 41px;
		width: 21px;
	}
	50% {
		height: 11px;
		width: 55px;
	}
	100% {
		left: 323px;
		height: 41px;
		width: 21px;
	}
}
@-o-keyframes cssload-load {
	0% {
		left: 0;
		height: 41px;
		width: 21px;
	}
	50% {
		height: 11px;
		width: 55px;
	}
	100% {
		left: 323px;
		height: 41px;
		width: 21px;
	}
}
@-ms-keyframes cssload-load {
	0% {
		left: 0;
		height: 41px;
		width: 21px;
	}
	50% {
		height: 11px;
		width: 55px;
	}
	100% {
		left: 323px;
		height: 41px;
		width: 21px;
	}
}
@-webkit-keyframes cssload-load {
	0% {
		left: 0;
		height: 41px;
		width: 21px;
	}
	50% {
		height: 11px;
		width: 55px;
	}
	100% {
		left: 323px;
		height: 41px;
		width: 21px;
	}
}
@-moz-keyframes cssload-load {
	0% {
		left: 0;
		height: 41px;
		width: 21px;
	}
	50% {
		height: 11px;
		width: 55px;
	}
	100% {
		left: 323px;
		height: 41px;
		width: 21px;
	}
}
/* End of for smkUpdate */

/* -----------------------------*/
/* for each screen css          */
/* -----------------------------*/
/* for Announcement */
#Jqgrid_Ann tr td,
#Jqgrid_Rmd tr td {
    white-space: normal;
    height:10px;
}
.row-table{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.home-head-title {
	background:  linear-gradient(#777, #444);
	color: #fff;
    font-weight : bold;
    margin:1px;
	padding: 2px;
	position: relative;
	text-shadow: 0 1px 0 #000;
}
.cell-rm-title1,
.cell-rm-title2,
.cell-rm-title3,
.cell-rm-title4,
.cell-rm-title5,
.cell-rm-title6,
.cell-rm-title7,
.cell-title1,
.cell-title2,
.cell-title3 {
	color: #fff;
    font-weight : bold;
	padding: 1px;
	position: relative;
	text-shadow: 0 1px 0 #000;
    text-align:center;	
	display: table-cell;
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	background:  linear-gradient(#777, #444);
}
.cell-rm-1,
.cell-rm-2,
.cell-rm-3,
.cell-rm-4,
.cell-rm-5,
.cell-rm-6,
.cell-rm-7,
.cell-1,
.cell-2,
.cell-3 {
	display: table-cell;
    background:#FFFFFF;
    padding:3px;
    vertical-align:middle;
    font-weight:300;
    color: black;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
}
.cell-title1,
.cell-1 {
    width:58%;
}
.cell-title2,
.cell-2 {
    width:25%;
}
.cell-title3,
.cell-3 {
    width:17%;
}
.cell-rm-title1,
.cell-rm-1 {
    width:30px;
    text-align:center;
}
.cell-rm-title2,
.cell-rm-2 {
    width:80px;
}
.cell-rm-title3,
.cell-rm-3 {
    width:100px;
}
.cell-rm-title4,
.cell-rm-4 {
    width:70px;
}
.cell-rm-title5,
.cell-rm-5 {
    width:70px;
}
.cell-rm-title6,
.cell-rm-6 {
    width:70px;
}
.cell-rm-title7,
.cell-rm-7 {
    width:40px;
    text-align:center;
}
.cell-login-title {
	display: table-cell;
	width: 20%;
	background:white;
	color: blue;
    margin:1px;
	padding: 2px;
	position: relative;
	text-shadow: 0 1px 0 #000;
    text-align:center;	
}
.cell-login-item1,
.cell-login-item2,
.cell-login-item3 {
	display: table-cell;
	color: black;
    margin:0px;
	padding:0px;
    word-wrap:break-word;
}
.cell-login-item1 {
	width: 62px;
}
.cell-login-item2 {
	width: 5px;
}
.cell-login-item3 {
	width: 122px;
}

.home-ans-title {
    width:200px;
    text-align:center;
    color:white;
    background-color:darkgrey;
}

.home-login-info {
    width:200px;
    text-align:center;
    color:blue;
    background-color:white;
    font-weight:bold;
}


/* for JavaScript loading */
.cssload-loader {
	margin-top:400px;
	width: 300px;
	height: 100px;
	line-height: 69px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	font-family: helvetica, arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: 900;
	font-size:25px;
	color:palevioletred;
	letter-spacing: 0.2em;
	overflow:hidden;
}
.cssload-loader::before, .cssload-loader::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background:palevioletred;
	position: absolute;
	animation: cssload-load 0.81s infinite alternate ease-in-out;
		-o-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-ms-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-webkit-animation: cssload-load 0.81s infinite alternate ease-in-out;
		-moz-animation: cssload-load 0.81s infinite alternate ease-in-out;
}
.cssload-loader::before {
	top: 0;
}