﻿/*******************************************************************************
 * Module Name  : cssSite.css                                                  *
 * Description  : CSS for smk site(for all screen)                             *
 *******************************************************************************/
/* --------------------------
    For package
-----------------------------*/
/* -----------------------------*/
/* 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.html") 50% 50% repeat-x; /* Whisper */
}
.ui-state-highlight .jqGridFixed {
    border: 1px solid #d3d3d3;
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.html") 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.html") 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 CTTAX
-----------------------------*/
/* 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;
}

/* --------------------------
    For Site Window
-----------------------------*/
#siteback {
	display: block;
	/*display: none;*/
	position: fixed;
	width: 100%;
	height: 100%;
    top:0;
    left:0;
	background-color: #e6e6e6;  /* Whisper */
	z-index:5;
}

/* --------------------------
    For item screen
-----------------------------*/
#itemback {
	display: none;
	position: fixed;
	width: 100%;
	height: 73%;
    bottom:90px;
    left:0;
	background-color:black;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	z-index:5;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {  /* applied if over this size */
    .body-content {
        padding: 0;
    }
}

/* --------------------------
    for child screen
-----------------------------*/
.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 header div
-----------------------------*/
.divHeader {
    padding-left:5px;
    padding-right:30px;
    margin-top: -20px;
    margin-bottom: 0px;
    height: 16px;
    width:70px;
    background-color: #e6e6e6; /*rgb(230,229,225);*/
    /*text-shadow: 1px 1px 3px rgb(250, 250, 250);*/
    white-space:nowrap;
}

/* --------------------------
    for bullten board on main menu screen
-----------------------------*/
/* Remove border line */
#BulletinBoard .ui-jqgrid tr.ui-row-ltr td { border-right-color: transparent; }
#BulletinBoard .ui-jqgrid tr.ui-row-ltr td { border-bottom-color: transparent; }
/* hide border at header title grid */
#BulletinBoard th.ui-th-column { border-right-color: transparent !important }

/* ----------------------------------------*/
/* Basic Control                           */
/* ----------------------------------------*/

/* ----------------------------------------*/
/* Lable                                   */
/* ----------------------------------------*/
label {
    font-weight: normal;
}
/* Label/Link common */
.lblTitle,
.lblTitle-Receipt,
.lnkSMK {
    display:block;
    padding:0px;
    margin:0px;
    white-space:nowrap;
    vertical-align:bottom;
    float:left;
    width:100px;
}
/* Lable title */
.lblTitle,
.lblTitle-Receipt {
    pointer-events:none;    /* disabled OnClick event */
}
/* Label for receipt */
.lblTitle-Receipt {
    font-size:x-small;
}
.lblSMK {
    /*text-align:left;*/
    float:right;
    display:block;
    width:100px;
}
.lblSMK-Receipt {
    float:none;
    display:block;
    width:270px;
    font-size:x-small;
}
.lblSMK-alert-red {
    color:white;
    background-color:red;
}
.lblSMK-alert-blue {
    color:white;
    background-color:royalblue;
}
.lblSMK-alert-yellow {
    color:black;
    background-color:yellow;
}
.lblSMK-alert-green {
    color:white;
    background-color:#32B232;   /* Lime green */
}

/* Link */
.lnkSMK {
    color:blue;
    text-decoration:underline;
    cursor:auto;
}
.lnkSMK[disabled] {
    color:black;
    text-decoration:none;
    cursor:default;
}
.lnkSMK-inline {
    float:none;
    display:inline;
}
/* float right */
.floatRight {
    float:right;
}
/* 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;
}
.lblSize130 {
    width:130px;
}
.lblSize140 {
    width:140px;
}
.lblSize150 {
    width:150px;
}
.lblSize160 {
    width:160px;
}

/* -----------------------------*/
/* 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:central;
}
.ui-search-input > input:focus,
.ui-pg-input:focus,
.txtBox:focus,
.searchTxtBox:focus,
.txtareaBox:focus {
  border: 1px solid #66afe9;
  /*padding-bottom:3px;*/
  /*padding-right:3px;*/
  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;
}

/* input/text box */
.ui-pg-input,
.txtBox,
.searchTxtBox,
.txtareaBox {
    vertical-align:central;
}
/* 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;
}

/* @@@ later remove */
.outTxtBox {
    background-color:#dcdcdc; /* light dark gray */
    vertical-align:central;
}
/* 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;
}

/* --------------------------
    Button
-----------------------------*/
/* Cross Reference */
.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;
}

/* Function button */
div .funcBtn {
    width:100%;
    margin-top:2px;
    margin-bottom:2px;
    padding:0;
    padding-left:10px; 
    padding-right:5px; 
}
.btnFnc,
.btnFuncSubWin,
.btnFncSubWin,
.btnFncDisabled,
.btnFncPrint {
    border-radius: 4px;
    box-sizing: border-box;
}
.btnFnc,
.btnFncDisabled,
.btnFncPrint {
    width: 90.5px;
}
.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;
}
.btnFuncSubWin {
    width:121.4px;
}
.btnFncSubWin {
    width:80px;
}

/* button for print @@@ later remove */
.btnFncPrint {  
    background: #e6e6e6; /* Whisper */
    color: #a3a3a3; /* Dark gray */
    border: 1px solid #999999;  /* Sunken gray */
    border-radius: 4px;
    box-sizing: border-box;
}

/*  @@@ later change name to btnFncPrint */
.btnPrint {
    font-size:11px;
    width: 130px;
}


/* --------------------------
    Select box
-----------------------------*/
.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;
}

/* -----------------------------*/
/* smkMaster                    */
/* -----------------------------*/
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;
}

/* -----------------------------*/
/* Site.Master Footer           */
/* -----------------------------*/
#lblMessage {
    overflow:auto;
    box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,0.6);
    margin-right: 0px;
    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:6px;
    background-color:#ffffff;
    /*white-space: nowrap;*/
    height: 24px;
}

/* ---------------------------------------------*/
/* Page Move Fade in and Fade out.              */
/* ---------------------------------------------*/
#fade {
	position: absolute; /* ie6 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

/* -----------------------------*/
/* Loading image                */
/* -----------------------------*/
.imgLoading {
	width: 100%;
	height: 100%;
    background: url(../../images/gif-loadnew.html) no-repeat center;
}
/* -----------------------------*/
/* 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.html) repeat-x bottom;height:21px; }
.CustomTabStyle .ajax__tab_header .ajax__tab_inner {padding-left:3px;background:url(../../images/ajax__tab_left.html) no-repeat;}
.CustomTabStyle .ajax__tab_header .ajax__tab_tab {padding:4px;margin:0px;background:url(../../images/ajax__tab_center.html) 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.html) no-repeat right;height:21px;}
.CustomTabStyle .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {cursor:pointer;background:url(../../images/ajax__tab_hover_left.html) no-repeat;}
.CustomTabStyle .ajax__tab_header .ajax__tab_hover .ajax__tab_tab {cursor:pointer;background:url(../../images/ajax__tab_hover_center.html) 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.html) no-repeat right;}
.CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_inner {background:url(../../images/ajax__tab_active_left.html) no-repeat;}
.CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_tab {background: url(../../images/ajax__tab_active_center.html) 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.html) no-repeat right;}
.CustomTabStyle .ajax__tab_body {border:1px solid #999;border-top:0;padding:5px 8px;overflow-y: auto;}

/* -----------------------------*/
/* ReConfigration Bootstrap     */
/* -----------------------------*/
.bg-success{
    background-color: rgb(128,255,128);
    color:rgb(0,0,255);
}
.text-info {
    color:rgb(34,68,255);   /* Blue */
}
        
.text-red {
    background-color:red;   /* red */
}
.text-yellow {
    background-color:yellow;   /* yellow */
}
.text-green {
    background-color:lime;   /* lime */
}


/* -----------------------------*/
/* ReConfigration Bootstrap     */
/* PC Size 1024*768 Fixed       */
/* -----------------------------*/

/* -----------------------------*/
/* ReConfigration Bootstrap     */
/* 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:502px;
}
/* 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;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 30px;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) { /* applied if over this size */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  /* padding: 15px 15px; */
  font-size: 34px;
  font-weight:900;
  text-shadow: 0 1px 3px #000;
  /* line-height: 20px; */
  /* height: 50px; */
  background:url(../../images/header_icon.html) no-repeat;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  text-shadow: 0 1px 3px #000;
}
@media (max-width: 767px) { /* applied if over this size */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) { /* applied if over this size */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.dropdown-menu > li > a {
    color: #cccccc;
}
.dropdown-menu .divider {
    height: 1px;
    /* margin: 9px 0; */
    margin:5px 0;
    overflow: hidden;
    background-color: #cccccc;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-width:0px;
  background-color: #5d6368;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.navbar-nav > li > .dropdown-menu li a {
  /* color:#cccccc; */
  /* color:  #ffffff; */
  text-shadow: 0 1px 1px #000;
}
.dropdown-menu {
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 6px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  /*background-color: #428bca;*/
  background: rgb(255,132,0); /* Orange */
  background: -moz-linear-gradient(rgb(255,132,0) 0%, rgb(236,101,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255,132,0)), color-stop(100%, rgb(236,101,0)));
  background: -webkit-linear-gradient(rgb(255,132,0) 0%, rgb(236,101,0) 100%);
  background: linear-gradient(rgb(255,132,0) 0%, rgb(236,101,0) 100%);
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) { /* applied if over this size */
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #3a3f44;
  border-color: #2b2e32;
}
.navbar-default .navbar-brand {
  color: #c8c8c8;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: none;
}
.navbar-default .navbar-text {
  color: #c8c8c8;
}
.navbar-default .navbar-nav > li > a {
  color: #c8c8c8;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #272b2e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #272b2e;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #272b2e;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #272b2e;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #c8c8c8;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #2b2e32;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #272b2e;
  color: #ffffff;
}
@media (max-width: 767px) { /* applied if bellow this size */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #c8c8c8;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #272b2e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #272b2e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #c8c8c8;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #c8c8c8;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #7a8288;
  border-color: #62686d;
}
.navbar-inverse .navbar-brand {
  color: #cccccc;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: none;
}
.navbar-inverse .navbar-text {
  color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #cccccc;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #5d6368;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #5d6368;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #5d6368;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #5d6368;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #697075;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #5d6368;
  color: #ffffff;
}
@media (max-width: 767px) { /* applied if bellow this size */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #62686d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #62686d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #cccccc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #5d6368;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #5d6368;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #cccccc;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #cccccc;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #cccccc;
}

.navbar-logout {
    color:#ffff00;  /* yellow */
}
/* ------------------------------*/
/* Bootstrap NavBar add sub-menu */
/* ------------------------------*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  background-color: #5d6368;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-right .btn {
    box-sizing:border-box;
    height:35px;
}
.navbar-right .btn:hover {
    margin-top:1px;
    height:34px;
}
.btn
,.form-control
,.dropdown-menu {
    font-size:11px;
}

/* for modal window*/
.modal-body-style {
    padding-top:0px;
    padding-left:0;
    padding-right:0;
    background-color:#e6e6e6;   /* Whisper */
}
/* for balloon tooltip*/
.balloon{
	font-size:14px;
	color:#ffffff;
	background:#31374c;
	padding:10px 20px;
	position:absolute;
	display:none;
}

/* for common message area*/
.msg-text-success {
    color:blue;
    background-color:white;
}

.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;
}

.visible-true {
    visibility:visible; /* visible */
}
.visible-false {
    visibility:hidden; /* hide */
}
/* text-align:left */
.txtAlignLeft {
    text-align:left;
}
/* text-align:center */
.txtAlignCenter {
    text-align:center;
}
/* text-align:right */
.txtAlignRight {
    text-align:right;
}
/* vertical-align:central */
.VerticalAlignCentral {
    vertical-align:central;
}

/* -------------------------------------*/
/* Overwrite bootstrap : bootstrap.css  */
/* -------------------------------------*/
.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;
  height:543px
}
.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;
}

/* -----------------------------*/
/* Adjustment each screen hight */
/* -----------------------------*/
.pageContent .rowMAIN {
    height:0px;
}
.pageContent .rowKCPM1 {
    height:0px;
}
.pageContent .rowKCPM2 {
    height:30px;
}
.pageContent .rowKCPM3 {
    height:0px;
}
.pageContent .rowKIRM1 {
    height:5px;
}
.pageContent .rowKERM2 {
    height:6px;
}
.pageContent .rowK3LI {
    height:20px;
}
.pageContent .rowK8LI {
    height:18px;
}
.pageContent .rowKIRM9 {
    height:0px;
}
.pageContent .rowKMSA1 {
    height:105px;
}
.pageContent .rowKMSA2 {
    height:0px;
}
.pageContent .rowKM4B1 {
    height:0px;
}
.pageContent .rowKM4E1 {
    height:0px;
}
.pageContent .rowKM4E2 {
    height:0px;
}
.pageContent .rowKM4E3 {
    height:0px;
}
.pageContent .rowKM5B1 {
    height:0px;
}
.pageContent .rowKM5E1 {
    height:0px;
}
.pageContent .rowKM5E2 {
    height:0px;
}
.pageContent .rowKM5E3 {
    height:0px;
}
.pageContent .rowKWLM2 {
    height:0px;
}
.pageContent .rowKCOR1 {
    height:10px;
}
.pageContent .rowUSS01 {
    height:0px;
}

/* -----------------------------*/
/* for each screen css          */
/* -----------------------------*/
.tab-content > .tab-paneKCPM2 {
  display: none;
  visibility: hidden;
  padding-right: 15px;
  padding-left: 15px;
  height:543px
}

.tab-content > .tab-paneKM4E3 {
  padding-right: 15px;
  padding-left: 15px;
  height:510px
}

.tab-content > .tab-paneKM5E3 {
  padding-right: 15px;
  padding-left: 15px;
  height:510px
}

div .HeaderRow {
    padding-right: 5px;
    padding-left: 5px; 
}
.tab-contentSCMP1 > .tab-pane {
  height:510px
}


/* --------------------------
    For print
-----------------------------*/
@media print {  /* applied when print */
    .NoPrint {
        display:none;
    }
}

body-print {
    padding-top: 5px;
    padding-bottom: 5px; 
    font-size: 9px; /* Normal 14px */
    font-family: Verdana, Arial, sans-serif;
    line-height:1.4;
    color:#111; /* dark black */
    background-color:#ffffff;  /* white */
    overflow-x:hidden;
}

#printback {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
    top:0;
    left:0;
	background-color: #e6e6e6; /* rgb(230,229,225); /* Whisper */
	z-index:5;
}

.border-header {
    border: thin solid #dfdfdf;  /* light gray */
    border-width:1px;
    height:1px;
}

.page-break-after-always {
    page-break-after:always;
}

.reldocprt-table-Header th,
.reldocprt-table-Detail td {
    text-align:left;
    vertical-align:central;
    padding:0px;
    margin:0px;
    font-weight:normal;
    border:0px none;
    background:#ffffff;
}

.reldocprt-table-Header-title {
    text-align:left;
    font-size:medium;
    font-weight:bold;
    width:300px;
}

.reldocprt-table-Detail td {
    font-size:9px;
}

.reldocprt-table-Detail_label {
    width:140px;
}

.reldocprt-table-Detail_outTxt {
    width:400px;
}

.reldocprt-table-cont table,
.reldocprt-table-item table,
.reldocprt-table-vehicle table {
    border-collapse: collapse;
    table-layout: fixed;
}

.reldocprt-table-cont td,
.reldocprt-table-item td,
.reldocprt-table-vehicle td {
    text-align:left;
    vertical-align:middle;
    padding:2px;
    font-weight:normal;
    border:1px solid #ccc;
    background:#ffffff;
    font-size:9px;
}

.reldocprt-table-cont td {
    text-align:left;
    width:300px;
}

.reldocprt-table-item th,
.reldocprt-table-vehicle th {
    text-align:center;
    vertical-align:middle;
    padding:2px;
    font-weight:normal;
    border:1px solid #ccc;
    background:#ffffff;
    font-size:9px;
    width:100px;
}

.prt-table-Header th {
    text-align:left;
    vertical-align:central;
    padding:0px;
    margin:0px;
    font-weight:normal;
    border:0px none;
    background:#ffffff;
    font-size:small;
    text-align:left;
}

.table-RCMS1 {
    vertical-align:middle;
    padding:2px;
    font-weight:normal;
    font-size:medium;
}
.table-RCMS1 th {
    text-align:center;
    border:1px solid #ccc;
    background:#ffff89;
}
.table-RCMS1 td {
    text-align:right;
    border:1px solid #ccc;
}

.table-RCMS2 {
    vertical-align:middle;
    padding:2px;
    font-weight:normal;
    font-size:x-small;
    table-layout: fixed;
    width:100px;
}

.table-RCMS2 th,
.table-RCMS2 td {
    text-align:right;
    border:1px solid #ccc;
    width:107px;
}

.report-title-RCMS2 {
    display:block;
    width:100%;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}
.report-title-RCMS2-printed {
    display:block;
    width:150px;
    font-size:9px;
    font-weight:normal;
    text-align:right;
}
.display-inline-block {
    display:inline-block;
}

.KCOR-Header-title {
    text-align:center;
    font-size:large;
    font-weight:bold;
}
.table-KCOR2,
.table-KCOR2-list {
    text-align:left;
    vertical-align:middle;
    padding:2px;
    font-weight:normal;
    font-size:small;
    table-layout: fixed;
}
.table-KCOR2 td {
    text-align:left;
    border:none;   
}
.table-KCOR2-list th {
    text-align:center;
    border:1px solid #ccc;   
    font-weight:bold;
}
.table-KCOR2-list td {
    text-align:center;
    border:1px solid #ccc;   
}

.button-USS01 {
    width:80px;
}

/* for scroll table */
/* Outbox */
div.y_data_area {
    width: 1020px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
}
 
/* Title part */
table.y_data_title {
    width: 1010px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

table.y_data_title th {
    border-top: 1px solid #CCC;
    background-color: #FFFF99;
    text-align:center;
}
 
table.y_data_title th,
table.y_data_title td {
  padding: 2px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  width:60px;
}
 
table.y_data_title th.r_none,
table.y_data_title td.r_none {
  border-right: none; /* Protect right border overlap */
}

/* Data part */
div.y_scroll_box {
  width: 1010px;
  overflow-x: hidden; /* Horizontal scroll not display */
  overflow-y: scroll; /* Vertical scroll */
}
 
div.y_head,
div.y_detail {
  overflow: hidden; 
  padding: 0 0 10px; 
}
 
table.y_data {
  width: 1010px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background-color:white;
  text-align:right;
}
 
table.y_data th,
table.y_data td {
  padding: 1px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  width:60px;
}
 
table.y_data td {
  overflow: hidden; 
  white-space: nowrap; 
}
 
table.y_data tr:hover{
  color:black;
  background: rgb(196,255,255); /* light cyan */
  background: linear-gradient(rgb(196,255,255) 0%, rgb(196,255,255) 100%);
  border: 1px solid rgb(196,255,255);
}

.table-KFOM2-H,
.table-KFOM2-D,
.table-MAIN {
    width: 100%;
    vertical-align:middle;
    padding:2px;
    font-weight:normal;
    font-size:x-small;
    table-layout: fixed;
}

.table-KFOM2-H th {
    text-align:left;
    border:none;
    background-color:#FFFFDD;   /* light yellow*/
}

.table-KFOM2-D th {
    width: 100px;
    text-align:center;
    border:1px solid #ccc;
    background-color:#FF9966;   /* Orange */
    font-size:x-small;
}

.table-KFOM2-D td {
    text-align:right;
    border:1px solid #ccc;
    background-color:white;
}
 
.table-MAIN th {
    text-align:center;
    font-size:11px;
    border:1px solid #ccc;
    background-color:#FFFFDD;   /* light yellow*/
}

.table-MAIN td {
    font-size:11px;
    border:1px solid #ccc;
    background-color:white;
}


/* 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 */
