﻿#content
{
    width:645px;
}
#simulator
{
    background:url(../images/general/nova_background.png);
    background-repeat:no-repeat;
    background-position:center;
    width:645px;
    height:690px;
}
#modulesArea
{
    background:url(../images/general/menuPlace.bmp);
    background-repeat:no-repeat;
    background-position:center;
    width:240px;
    height:320px;
    top: 99px;
    left: 204px;
    position: absolute;
}

#arrowRight, #msgConfirm_Yes {
    bottom: 0;
    position: absolute;
    right: 0;
}

#arrowLeft , #arrowLeftMenu , #msgConfirm_No {
    bottom: 0;
    position: absolute;
    left: 0;
}
#Edit_BtnMenuEdit
{
    left:74px;
      bottom: 0;
    position: absolute;
}
#carouselDropAreaMenuIcons {
    width: 240px;
    height: 320px;

}

.carouselTwoMenuIcons {
    width: 118px!important;
    margin-top: 100px!important;
    float: left;
}
.carouselOneMenuIcon {
    width: 240px!important;
    margin-top: 80px!important;
}
.carouselThreeAndFourMenuIcons {
    width: 118px!important;
    margin-top: 40px;
    float: left;
}
.menuIcon {
    width: 110px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 14px;
}
.menuIcon img {
    width: 64px;
    height: 64px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
}
.carouselOneMenuIcon img {
    width: 84px;
    height: 84px;
}
.carouselTwoMenuIcons img {
    width: 76px;
    height: 76px;
    image-rendering: optimizeQuality;
}
.menuName {
    display: block;
}

#carouselDropArea {
    color: #000;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
}
    
#carouselDropAreaStatusBar {
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    color: #fff;
    height: 15px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10;
    margin-top: 2px;
        top: 0px;
}
#txtGlobalEmployee_Main
{ 
  position: absolute;
  right:10px;
  top: 20px;
}
#menuFieldArea
{
    display:none;
    width: 240px;
    height: 280px;
   
}
.formField
{
    padding-top:20px;
}
.form_topBar
{
    height:25px;
}
.menuTitle ,.menuRecords
{
    padding:2px;
    height:15px;
    float:left;
    width:100px;
}
.menuTitleGlobalEmployee
{
    float:left;
    width:60px;
    padding:2px;
}
.menuRecords
{
    float:right;
    width:60px;
    text-align:right;
}
.separator
{
    height:5px;
}
.form_textbox
{
   
    height:30px;
}
.infomation_label
{
       float:left;
    /*border:solid 1px #000;*/
    width:99%;
    line-height: 20px;
   /* background:#aba9ac; */
    min-height:20px;
}

.textbox_Label, .textbox_Value ,.textbox_Value input
{
    float:left;
   
    width:49%;
    line-height: 24px;
    background:#fff;
   
}
 .textbox_Value input
 {
     width:100%;
     line-height: 18px;
     width:99%;
      border: 2px solid white!important;
 }
 .textbox_Value input:disabled
 {
     background:#aba9ac;
     border: 2px solid white!important;
 }
 .fieldActive .textbox_Value, .fieldActive input
 {
     background:#fff;
 }
 input
 {
     border:none!important;
 }
 
  #btnSCAN 
  {
      top: 523px;
    left: 261px;
  }
  
  #btnESC 
  {
      top: 531px;
    left: 200px;
  } 
  #btnENTER 
  {
    top: 595px;
    left: 375px;
  }
  #btnF2
{
    top: 461px;
    position: absolute;
    left: 261px;
}
  #btnF3
{
    top: 461px;
    position: absolute;
    left: 320px;
}
.novaButton 
 {
     cursor:pointer;
     /**background:url(../images/general/btn_scan_nova.png);*/
    border:none;
    background:none;
    background-repeat:no-repeat;
    display: inline-block;

   /* -webkit-box-shadow:    0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);*/
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 50px;
    color: #fff;
    position:absolute;
    outline:none;
}

.novaButton span {
    display: inline-block;
 /*  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
    background-image: -webkit-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -moz-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));*/

    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.novaButton:hover span {
   
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.novaButton:active, .novaButton:focus {
  /*  -webkit-box-shadow:    0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #c5376d, 0 12px 10px rgba(0, 0, 0, .3);*/
}

.novaButton:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
.menuGreen
{
    /*display:none;*/
}
#msgBox_Message ,#msgConfirm_Message
{
    margin-top:10px;
    text-align: center;
}
#msgBox_Back ,#msgConfirm_background
{
    position: absolute;
    bottom: 0;
    /* left: 93px; */
    width: 100%;
    background: #000;
    left: 0px;
    text-align: center;
    height:40px;
}
#msgBox_Back img
{
    border-left: solid 2px #efefef;
}
.showList
{
    display:none;
    position: absolute;
    z-index: 999;
    height: 268px;
    width: 240px;
    background: #aba9ac;
    margin-top: 0px;
    border: 1px solid black;
  
}
.showList_Title
{
    border:1px solid black;
    background-color:#DCDCDC;
    height:20px;
    line-height:20px;
    padding-left:5px;
    box-shadow: 1px 1px 1px black;
}
.showListContent
{
    padding-left:5px;
}
.showListItem
{
    height:20px;
    line-height:20px;
    font-weight: normal;
}
.showListItem:hover
{
    cursor:pointer;
}
.showListItem.active
{
    background-color:#0066FF;
    color:White;
    border:dashed 1px white;
    margin-left: -5px;
    padding-left: 5px;
}
.showList .showList_Button
{
  position: absolute;
    bottom: 0;
    /* left: 93px; */
    width: 100%;
    background: #000;
    left: 0px;
    text-align: center;
    height:40px;
}
.showListButton
{
    cursor:pointer;
}
.showList .showList_Button img
{
    border-right: 1px solid white;
    border-left: 1px solid white;
    
}
#msgBox 
{
    display:none;
    margin-top: 20px;
    height: 300px;
        top: 0px;
    position: absolute;
    z-index: 999;
    width: 240px;
    background: #aba9ac;
}
#msgConfirm
{
    display:none;
    position: absolute;
    z-index: 9999;
    height: 300px;
    width: 240px;
    background: #aba9ac;
        margin-top: 20px;
}
#msgBox_title, #msgConfirm_title
{
    padding-top: 10px;
}
.hiddenField
{
    display:none;
}
.menuEdit
{
    display:none;
    height: 259px;
    z-index: 9999;
    background: #aba9ac;
    position: absolute;
}
.menuEdit .menuTitle
{
    width:100%;
    float:none;
}

.showListItem td
{
  
}

.showListEditItem {
    display: none;
    position: absolute;
    z-index: 9999;
    height: 260px;
    width: 240px;
    background: #aba9ac;
    margin-top: 20px;
    padding-top:0;
    /* border: 1px solid black; */
}
.showListEditItem .showListContent
{
    border:1px solid #000;
    padding:0px;
    height:207px;
    overflow-y: scroll;
}
.showListEditItem table{
    margin-top: -1px;
}
.showListEditItem  .showList_Button
{
    text-align:center;
    padding-top: 1px;
}
.showListEditItem  .showlistCommand
{
    height:25px;
    background:#fff;
}
.showListEditItem .commandItem
{
    float:left;
    line-height:25px;
    width:33%;
    cursor:pointer;
}
.showListEditItem .commandItem .commandItemText
{
     float:left;
    line-height:25px;
}
.showListEditItem .commandItem img
{
    float:left;
}
