/*
Theme Name: NKYM default
Description: First produced them for application
Author: jobex
Author E-MAIL: b_bastatas@nkym.com.ph
Version: 1.0
*/

/* Reset default browser styles */
@import url("../styles/reset.css");

/* Rebuild default browser styles */
@import url("../styles/rebuild.css");

html,
body {
  height: 100%;
  font-size: 12px;
}

#wrapper {
  min-height: 100%;
  /*width: 100%;*/
  position: relative;
  background-color: #3d3d3d;
  color: white;
}

#branding {
  position: relative;
  height: 70px;
  width: 100%;
  overflow: hidden;
  margin: auto;
  background-color: white;
}

#companyLogo {
  float: left;
  clear: left;
  margin-left: 1em;
  margin-top: 5px;
}

#companyText {
  float: left;
  margin-top: 3em;
  margin-left: 2em;
}

#access {
  float: right;
  margin-right: 1em;
  position: absolute;
  bottom: 1px;
  right: 0px;
}

#access .menu ul ul {
  display: none;
}

#access .menu li {
  display: inline;
  border: #ffffff solid 1px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-top: 2em;
  padding-top: 10px;
  padding-bottom: 10px;
}

#access .menu li a {
  color: #333333;
  font-size: 15px;
  padding-left: 32px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 3px;
  margin-left: 3px;
  text-shadow: 1px 1px 2px #666, -1px -1px 2px #fff, 1px 1px 1px #666,
    -1px -1px 1px #fff;
  text-decoration: none;
}

#access .menu li #support {
  position: relative;
  left: 2px;
  background: url(../images/support.icon.main.png) no-repeat;
}

#access .menu li #settings {
  position: relative;
  left: 2px;
  background: url(../images/settings.icon.main.png) no-repeat;
}

#access .menu li #logout {
  position: relative;
  left: 2px;
  background: url(../images/logout.icon.main.png) no-repeat;
}

#access .menu li:hover {
  background-color: #cccccc;
  color: #ffff33;
  border: #666666 solid 1px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
.browserjqgrid:hover {
  border: darkorange solid 1px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}

.browserjqgrid {
  position: relative;
  border: #cccccc solid 1px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.pinnedjqgrid {
  background-image: url(../images/push.pin.png);
  width: 22px;
  height: 22px;
  float: right;
  cursor: pointer;
}
.pinnedjqgrid:hover {
  background-image: url(../images/push.pin.gray.png);
  width: 22px;
  height: 22px;
  float: right;
  cursor: pointer;
}
.unpinnedjqgrid {
  background-image: url(../images/push.pin.gray.png);
  width: 22px;
  height: 22px;
  float: right;
  cursor: pointer;
}
.unpinnedjqgrid:hover {
  background-image: url(../images/push.pin.ho.png);
  width: 22px;
  height: 22px;
  float: right;
  cursor: pointer;
}
#navbar {
  height: 50px;
  width: 100%;
  background-color: #E83E04;
  align-items: center;
}

#navbar #navbarhholder {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: auto;
}

#navbar #navbarhholder #userinfo {
  float: left;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  bottom: 12px;
  right: 0px;
  text-shadow: 1.5px 1.5px 2px #333;
  padding-right: 10px;
}

#navbar #navbarhholder #userinfo img {
  position: relative;
  border: 1px solid #333333;
  -moz-box-shadow: 0 0 3px #000000;
  -webkit-box-shadow: 0 0 3px #000000;
  box-shadow: 0 0 3px #000000;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  top: 17px;
}

#main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 201px;
  /* text-align: center; */
}

#container {
  position: relative;
}

#loginmodal {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.pattern.modal.png);
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

#logincontainer {
  top: 2em;
  width: 766px;
  height: 434px;
  margin: auto;
  z-index: 200;
  position: relative;
  background-image: url(../images/erp.logo.login.png);
}

#logformcontainer {
  position: absolute;
  top: 150px;
  right: 60px;
  width: 300px;
  height: 150px;
}

#unamediv,
#passwddiv,
#submitdiv {
  position: absolute;
  left: auto;
  right: 1em;
}

#unamediv {
  top: 0em;
}
#passwddiv {
  top: 3em;
}
#langdiv {
  position: absolute;
  left: auto;
  right: 1em;
  top: 6em;
}
#submitdiv {
  top: 9.5em;
}
#unamediv input,
#passwddiv input {
  border: #999 solid 1px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 0.2em;
}
#unamediv input:focus,
#passwddiv input:focus {
  border: #fc3 solid 2px;
}

#formtitle {
  position: absolute;
  font-size: 54px;
  top: 230px;
  left: 230px;
  color: #efefef;
  text-shadow: 1px 1px 4px #666, -1px -1px 4px #666, 1px 0px 4px #666,
    -1px 0px 4px #666;
}

#footer201 {
  position: fixed;
  height: 25px;
  width: 100%;
  bottom: 0px;
  /*overflow: visible;
   background-image: url(../images/footer.bgimage.201h.png);
   border-top: #CCCCCC solid 1.5px;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#59a8e5+0,207cca+49,165399+100 */
  background: #59a8e5; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #59a8e5 0%,
    #207cca 49%,
    #165399 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #59a8e5 0%,
    #207cca 49%,
    #165399 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #59a8e5 0%,
    #207cca 49%,
    #165399 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59a8e5', endColorstr='#165399',GradientType=0 ); /* IE6-9 */
}

#colophon {
  position: relative;
  top: -20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
  width: 970px;
  /*background-image: url(../images/footer.bgimage.201h.png);*/
  background: #bb0000;
  border: #cccccc solid 1.5px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  z-index: 95;
}

#colophon-header {
  clear: both;
  width: 98%;
  height: 28px;
  border-bottom: #efefef 1px solid;
  margin: auto;
  overflow: hidden;
}

#up-hide-button {
  float: right;
  width: 20px;
  height: 20px;
  background: #ccc;
  border: #fff 1px solid;
  font-weight: bolder;
  margin-top: 3px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  border-radius: 13px 13px 13px 13px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  cursor: pointer;
}

#up-hide-button:hover {
  background: #f60;
  color: #fff;
  vertical-align: super;
}

#colophon-body {
  clear: both;
  padding-top: 15px;
  width: 98%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

#module-menu-holder {
  width: 99.5%;
  height: 540px;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-border-radius: 7px 7px 13px 13px;
  -webkit-border-radius: 7px 7px 13px 13px;
  border-radius: 7px 7px 13px 13px;
  border: #666 1px solid;
  background-color: #dd6666;
  position: relative;
}

#module-tap-menu {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

.tap-menu-group-boundery {
  border-bottom: 1px #fff solid;
  -moz-box-shadow: -1px 3px 5px -2px #666;
  -webkit-box-shadow: -1px 3px 5px -2px #666;
  box-shadow: -1px 3px 5px -2px #666;
  color: #333;
}

#module-tap-menu li {
  display: block;
  width: 97%;
  overflow: hidden;
  text-shadow: 1px 2px 3px #666;
}

#module-tap-menu li div[class="family-holder"] {
  display: block;
  width: 100%;
  overflow: hidden;
}

#module-tap-menu li div #group-name {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  text-align: left;

  border-bottom: 1px #fff solid;
  -moz-box-shadow: -1px 3px 5px -2px #666;
  -webkit-box-shadow: -1px 3px 5px -2px #666;
  box-shadow: -1px 3px 5px -2px #666;
  text-shadow: 1px 2px 3px #666;
}

#module-tap-menu li div #group-name #the-expander {
  cursor: pointer;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  overflow: hidden;
  height: 1em;
  width: 1em;
  text-align: center;
  vertical-align: top;
  padding-bottom: 6px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;

  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  margin-top: 0.2em;

  -moz-box-shadow: inset -1px 3px 5px -2px #666;
  -webkit-box-shadow: inset -1px 3px 5px -2px #666;
  box-shadow: inset -1px 3px 5px -2px #666;
}

#module-tap-menu li div #group-name #the-expander:hover {
  background-color: #f60;
}

#module-tap-menu li div div[class="ico"] {
  display: inline;
  float: left;
  width: 24%;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: visible;
  cursor: pointer;
  vertical-align: middle;
  border: 1px #dd6666 dashed;
}

#module-tap-menu li div div[class="ico"]:hover {
  color: white;
  font-weight: bold;
  border: 1px dashed;
  background-color: #ff5555;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

#module-tap-menu li div div[class="ico"] div:hover {
  overflow: visible;
}

#module-tap-menu li div div[class="ico"] div img:hover {
  margin-top: -2px;
}

.module-menu {
  list-style: none;
  width: 98%;
  height: 500px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
}

.module-menu li {
  float: left;
  display: inline;
  overflow: hidden;
  font-family: Verdana, Geneva, sans-serif;
  height: 100%;
}

.module-menu li div[class="group"] {
  width: 800px;
  border-left: #fff 3px solid;
  background-color: #b33;
  color: white;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.module-menu li div span[class="groupname"] {
  display: block;
  position: absolute;
  cursor: pointer;
  font-size: 2em;
  top: 0.5em;
  left: 5px;
  /*   border: #000 1px solid;*/
  white-space: pre-wrap;
  width: 1.2em;
  line-height: 1;
}

.module-menu li div span[class="groupcontents"] {
  position: absolute;
  left: 4em;
  /*    border-left:#fff 1px solid;*/
  width: 120px;
  padding: 1em;
  height: 30%;
}
.labelTextArea {
  height: 45px;
  border: #cccccc solid 1px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.labelTextArea:focus {
  border: #fc3 solid 1px;
}
.labelTextAreaModified {
  height: 45px;
  border: #cc0000 solid 1px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.common-textbox {
  border: #fc3 solid 1px;
  border: #cccccc solid 1px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 0 5px;
}
.common-textbox:focus {
  border: #fc3 solid 1px;
}
.labelGridChange {
  color: darkblue;
  font-size: x-small;
}
.labelGridChangeColumnCaption {
  color: #fc3;
  font-size: large;
  font-weight: bold;
}
.labelGridChangeColumnCaption:hover {
  border: #cccccc solid 1px;
  color: #ffffff;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}

.buttonAddRow {
  border: #ccc solid 1px;
  background-image: url("../images/button.add.png");
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
  vertical-align: middle;
  padding-left: 16px;
}
.buttonAddRow:hover {
  border: darkorange solid 1px;
  cursor: pointer;
}
.buttonAddRow:disabled {
  border: #333333 solid 1px;
  cursor: default;
  background-color: #666;
  background-image: url("../images/button.add.disabled.png");
}

.buttonRemoveRow {
  border: #ccc solid 1px;
  background-image: url("../images/button.remove.png");
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
  vertical-align: middle;
  padding-left: 16px;
}

.buttonRemoveRow:hover {
  border: darkorange solid 1px;
  cursor: pointer;
}

.buttonRemoveRow:disabled {
  border: #333333 solid 1px;
  cursor: default;
  background-color: #666;
  background-image: url("../images/button.remove.disabled.png");
}

.btn-browser-inline {
  background-image: url("../images/browse16x16.png");
  border: #999 solid 1px;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
  vertical-align: middle;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
}
.btn-browser-inline:hover {
  border: darkorange solid 1px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-left-color: darkorange;
  border-right-color: darkorange;
  cursor: pointer;
}
.btn-browser-inline:disabled {
  background-image: url("../images/browse16x16_disable.png");
  border: none;
  background-color: transparent;
  cursor: default;
}
.btn-action-inline {
  border: #773333 solid 1px;
  /*    background-image:url(../images/button.bgimage.png);*/
  background-color: #ffddd7;
  cursor: pointer;

  border-left-width: 4px;
  border-right-width: 4px;
  border-left-color: #98160a;
  border-right-color: #98160a;
  vertical-align: middle;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}
.btn-action-inline:hover {
  border: darkorange solid 1px;
  background-color: transparent;
  cursor: pointer;
  border-left-width: 4px;
  border-right-width: 4px;
  border-left-color: darkorange;
  border-right-color: darkorange;
}

.div-action-command {
  border: #ff3333 1px;
  background-image: url(../images/button.bgimage.png);
  /*    background-color:#c41808;*/
  height: 39px;
  text-align: right;
  padding-right: 20px;
}
.btn-action-command {
  border: 1px;
  border-style: outset;
  border-color: #98160a;
  height: 34px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: white;
  background-repeat: no-repeat;
  /*background-color: #FFEEEE;*/
  background-color: transparent;

  background-position: left;
  vertical-align: middle;
}
.btn-action-command:hover {
  color: #fbd850;
  margin-top: 1px;
  cursor: pointer;
}
.btn-action-command:disabled {
  /*background-color: #da3131;*/
  border-style: groove;
  color: #888;
  border-color: #773333;
  cursor: default;
}
.btn-action-command-common {
  background-image: url(../images/button.bgimage.png);
  border: 1px;
  border-style: outset;
  border-color: #98160a;
  height: 34px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: white;
  background-position: left;
  vertical-align: middle;
}
.btn-action-command-common:hover {
  color: #fbd850;
  margin-top: 1px;
  cursor: pointer;
}
.btn-action-command-common:disabled {
  /*background-color: #da3131;*/
  border-style: groove;
  color: #888;
  border-color: #773333;
  cursor: default;
}

.ui-widget-header-info-background {
  border: #c4c7d0 solid 1px;
  background-color: #efefef;
  /*    color: #BB0000;*/
  font-weight: bold;
}
.ui-widget-tabheader-info-background {
  /*    background-color:#fce0d5;*/
  background-color: #efefef;
  /*    color: #BB0000;*/
  font-weight: bold;
}
#divPdcStockAccessoriesGroupSearchContainer {
  display: block;
  white-space: nowrap;
}

.ui-jqgrid {
  font-size: 14px !important;
}
.ui-jqdialog {
  font-size: 14px !important;
}

#frnav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  margin: auto;
  background-image: url(../images/mu/nav_bg_1.jpg) !important;
  background-repeat: repeat;
  height: 60px;
  width: 100%;
}
#frnav ul li {
  display: inline;
  vertical-align: middle;
}
#frnav ul li a {
  margin-left: auto;
  margin-right: auto;

  display: block;
  width: 10%;
  height: 60px;
  float: left;
  text-decoration: none;
  color: #000000;
}
#accordion {
  position: relative;
  border-left: 1px solid #960001;
  border-right: 1px solid #960001;
  border-bottom: 1px solid #960001;
  border-top: 1px solid #960001;
  height: 100%;
}
#accordion h3 {
  text-align: center;
}
#accordion h3 a {
  text-decoration: none;
  color: #ffffff;
}
#accordion p {
  height: 500px;
  text-align: center;
}
.style-button {
  width: 130px !important;
  height: 56px !important;
  background: #eeeeee !important;
  background: -moz-linear-gradient(top, #eeeeee 0%, #9e9e9e 100%) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #eeeeee),
    color-stop(100%, #9e9e9e)
  ) !important;
  background: -webkit-linear-gradient(top, #eeeeee 0%, #9e9e9e 100%) !important;
  background: -o-linear-gradient(top, #eeeeee 0%, #9e9e9e 100%) !important;
  background: -ms-linear-gradient(top, #eeeeee 0%, #9e9e9e 100%) !important;
  background: linear-gradient(top, #eeeeee 0%, #9e9e9e 100%) !important;
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEE',endColorstr='#4AA400',GradientType=0);*/
  font-weight: bold !important;
  font-size: 12px !important;
  color: #000000 !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border: 1px solid #9e9e9e !important;
  white-space: normal !important;
  text-align: center !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  cursor: hand;
}
#fmain {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#ftop {
  overflow: hidden;
  height: 60px;
  width: 100%;
  min-width: 1400px;
  background: url(../images/mu/top_navbar_strip.jpg);
}

#fleft-logo {
  float: left;
  width: 216px;
}

#fright-logo {
  float: right;
  width: 321px;
}

#fcenter-logo {
  display: inline-block;
  height: 60px;
  text-align: center;
}

#fleft {
  height: 100%;
  width: 216px;
  overflow-y: hidden;
  background: #ffcccc;
  margin-top: 10px;
}
#fwindow {
  overflow: auto;
  width: 90vw;
  /*height:100%;*/
}
.fwindowclass {
  /* background:url(../images/mu/bgmain.jpg) repeat;*/
  box-shadow: inset #999 2px 2px 3px;
  -moz-box-shadow: inset #999 2px 2px 3px;
  -webkit-box-shadow: inset #999 2px 2px 3px;
  overflow: auto;
}
.mMenuNav {
  text-decoration: none;
  color: #ffffff;
}
#wrapper {
  overflow: auto;
}
