/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #555555;
  /* Font color */
  margin: 0;
  padding: 0;
  background-color: #efefef;
  position: relative; }

.fc-gray {color: #999999;}

a {
  color: #555555;
  cursor: pointer; }

a:hover {
  color: #58b4e9; }

input[type="text"], input[type="password"], select {
  border: solid 1px #d3d3d3;
  padding: 10px;
  text-align: center;
  margin: 5px;
  color: #555555;
  width: 200px; }

select {
  width: 222px; }

input[type="checkbox"] {
  border: solid 1px #d3d3d3;
  height: 38px;
  margin: 5px;
  color: #555555; }

input:focus, select:focus, textarea:focus {
  border: solid 1px #4d9bc8;
  outline: none; }

input[readonly], select[disabled], textarea[readonly] {
  background-color: #efefef;
  color: #999999; }

input[readonly]:focus, textarea[readonly]:focus {
  border: solid 1px #d3d3d3;
  outline: none; }

textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  resize: none;
  height: 45px;
  border: solid 1px #d3d3d3;
  padding: 10px;
  margin: 5px;
  color: #555555;
  width: 400px; }

textarea.w200 {
  width: 200px; }

img.loading {
  padding: 10px 0;
  margin: 5px;
  display: none;
  vertical-align: middle; }

/* === LOGIN SECTION === */
#login_container {
  height: 300px;
  width: 400px;
  margin: 10% auto 0; }

input.blue_button {
  cursor: pointer;
  border: none;
  padding: 10px 30px; }

div.blue_button {
  cursor: pointer;
  border: none;
  padding: 12px 30px 8px;
  height: 16px;
  margin-left: 20px; }

a.blue_button {
  cursor: pointer;
  border: none;
  padding: 12px 30px 8px;
  height: 16px;
  width: 100px; }

.blue_button:hover {
  background-color: #4d9bc8;
  color: #ffffff; }

.login_bar {
  height: 1px;
  width: 350px;
  margin: 2px auto; }

.vertical_bar {
  height: 100px;
  width: 1px;
  margin: 0px auto; }

.horizontal_bar {
  height: 1px;
  width: 100%;
  margin: 2px auto; }

/* === CONTENT SECTION === */
.main_container {
  width: 90%;
  min-width: 940px;
  margin: 0 0 0 50px;
  padding: 50px 20px 50px 50px; }

.id_container {
  height: 100px; }

.section_container {
  width: 49%; }

.thumb_container {
  width: 20%; }

.label {
  width: 200px;
  float: left; }

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

.table th {
  border-bottom: solid 1px #4d9bc8;
  background-color: #e5e5e5; }

.table tr {
  border-bottom: solid 1px #FFFFFF; }

.table tr:last-child {
  border-bottom: solid 0px; }

.table .item_thumb {
  margin: 5px;
  height: 70px; }

.activity_th {
  width: 70%;
  padding: 10px; }

.p10_th {
  width: 10%;
  padding: 10px; }

.p15_th {
  width: 15%;
  padding: 10px; }

.p20_th {
  width: 20%;
  padding: 10px; }

.p30_th {
  width: 30%;
  padding: 10px; }

.tb2 td {
  border-bottom: solid 1px #ffffff; }

form table td {
  height: 52px; }

.empty_row {
  height: 20px; }

.function_bar {
  width: 100%;
  height: 50px; }

.function_bar input[type="text"] {
  border: solid 1px #d3d3d3;
  padding: 10px;
  text-align: left;
  margin: 5px;
  color: #555555;
  width: 200px; }

.function_bar input[type="text"]:focus {
  border: solid 1px #4d9bc8;
  outline: none; }

.thumb_img {
  height: 40px;
  width: 60px;
  background-color: #d0d0d0;
  border: solid 5px #ffffff;
  padding-top: 20px; }

.thumb2_img {
  height: 55px;
  width: 90px;
  background-color: #d0d0d0;
  border: solid 5px #ffffff;
  padding-top: 35px; }

.pagination_container {
  width: 100%;
  height: 50px; }

.pagination ul {
  list-style-type: none; }

.pagination li {
  display: inline;
  padding: 0 10px; }

.left_arrow {
  width: 50px;
  height: 20px;
  background: url(../img/arrow_left.png) no-repeat; }

a.small_icon {
  padding: 7px 15px;
  margin: 0 5px; }

.trash_icon {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  padding: 0 5px;
  background: url(../img/trash_ico.png) no-repeat;
  cursor: pointer; }

a.trash_icon:hover {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  padding: 0 5px;
  background: url(../img/trash_ro.png) no-repeat; }

.pen_icon {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  padding: 0 5px;
  background: url(../img/pen_ico.png) no-repeat; }

a.pen_icon:hover {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  padding: 0 5px;
  background: url(../img/pen_ro.png) no-repeat; }

.block_icon {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  padding: 0 5px;
  background: url(../img/block_ico.png) no-repeat; }

a.block_icon:hover {
  background: url(../img/block_ro_ico.png) no-repeat; }

.unblock_icon {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  padding: 0 5px;
  background: url(../img/unblock_ico.png) no-repeat; }

a.unblock_icon:hover {
  background: url(../img/unblock_ro_ico.png) no-repeat; }

.view_sub_icon {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  padding: 0 5px;
  background: url(../img/view_sub.png) no-repeat; }

a.view_sub_icon:hover {
  background: url(../img/view_sub_ro.png) no-repeat; }

.add_sub_icon {
  width: 30px;
  height: 30px;
  margin-top: -5px;
  padding: 0 5px;
  background: url(../img/addsub_ico.png) no-repeat; }

a.add_sub_icon:hover {
  background: url(../img/addsub_ro_ico.png) no-repeat; }

.add_icon {
  width: 50px;
  height: 50px;
  margin-top: -5px;
  padding: 0 5px;
  background: url(../img/add_ico.png) no-repeat; }

.container800 {
  width: 800px; }

.container800 input[type="text"] {
  border: solid 1px #d3d3d3;
  padding: 10px;
  text-align: left;
  margin: 5px;
  color: #555555;
  width: 300px; }

.container800 input[type="text"]:focus {
  border: solid 1px #4d9bc8;
  outline: none; }

.container800 textarea {
  border: solid 1px #d3d3d3;
  padding: 10px;
  text-align: left;
  margin: 5px;
  color: #555555;
  width: 420px;
  height: 100px;
  font-family: Helvetica, Arial, sans-serif;
  color: #555555;
  resize: none; }

.container800 textarea:focus {
  border: solid 1px #4d9bc8;
  outline: none; }

.grey_container {
  width: 740px;
  height: 100px; }

.label1 {
  width: 170px;
  padding-top: 20px; }

table .label1 {
  padding-top: 0; }

.std_form input[type="text"] {
  text-align: left; }

.save_btn {
  width: 100px;
  margin: 30px auto 0; }

#save_btn {
  display: none; }

#edit_btn {
  display: none; }

textarea.item {
  height: 100px; }

table.image_files div.thumb_load {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: url(../img/loading_circle.gif) no-repeat center center;
  border: #ffffff 5px solid; }

table div.thumb_load {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  background: url(../img/loading_circle.gif) no-repeat center center;
  border: #ffffff 5px solid; }

table.image_files td.image {
  width: 100px; }

table.image_files td.title {
  width: 200px; }

table.image_files td.menu {
  width: 50px; }

table.w500 {
  width: 500px; }

table.w600 {
  width: 600px; }

table#order_grand_total {
  background-color: #FFFFFF;
  width: 100%;
  border-spacing: 10px; }

div.files div.image_file,
div.docFiles div.image_file{
  float: left;
  width: 150px;
  height: 125px;
  margin: 20px 10px;
  text-align: center; }

div.files div.image_file div.thumb_load,
div.docFiles div.image_file div.thumb_load{
  position: relative;
  margin: 0 auto 10px auto;
  width: 70px;
  height: 70px;
  background: url(../img/loading_circle.gif) no-repeat center center;
  border: #ffffff 5px solid; }

div.files div.image_file div.thumb_load.selected,
div.docFiles div.image_file div.thumb_load.selected{
  border: #457d9d 5px solid; }

div.files div.image_file div.thumb_load img.remove,
div.docFiles div.image_file div.thumb_load img.remove{
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  display: none; }

div.files div.image_file div.thumb_load img.thumb,
div.docFiles div.image_file div.thumb_load img.thumb{
  width: 70px;
  height: 70px; }

div.files div.image_file div.thumb_load div.select,
div.docFiles div.image_file div.thumb_load div.select{
  position: absolute;
  bottom: 0;
  width: 70px;
  padding: 5px 0;
  font-size: 9px;
  background-color: #000000;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: none; }

div.files div.image_file div.thumb_load.editable:hover img,
div.docFiles div.image_file div.thumb_load.editable:hover img{
  cursor: pointer; }

div.files div.image_file div.thumb_load.editable:hover img.remove,
div.docFiles div.image_file div.thumb_load.editable:hover img.remove{
  display: block; }

div.files div.image_file div.thumb_load.editable:hover div.select,
div.docFiles div.image_file div.thumb_load.editable:hover div.select{
  cursor: pointer;
  display: block; }

div.choose_file_btn {
  cursor: pointer;
  background: url(../img/browse_ico.png) no-repeat center center;
  position: relative;
  margin: 5px;
  padding: 15px 25px;
  display: inline; }

div.choose_file_btn.disabled {
  background: url(../img/browse_dis_ico.png) no-repeat center center;
  cursor: default; }

div.choose_file_btn input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  cursor: pointer;
  height: 40px; }

div.choose_file_btn input[disabled] {
  cursor: default; }

div.files div.image_file span.title {
  font-size: 12px; }

div#frame_popup {
  position: fixed;
  display: none;
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  top: 0;
  right: 0; }

div#popup {
  position: absolute;
  display: none;
  min-width: 300px;
  min-height: 125px;
  text-align: center;
  padding: 15px;
  background: white url(../img/loading.gif) center no-repeat; }

div#popupChooseItem {
  position: absolute;
  display: none;
  width: 60%;
  left: 20%;
  min-height : 200px;
  background: white;
}

div#popupChooseItem select {
  text-align:left !important;
}

div#popupChooseItem ul.product_added {
  margin-left: 20px;
}

div#popupChooseItem ul li {
  margin: 5px;
}

div#popupChooseItem table tr:nth-child(1), div#popupChooseItem table tr:nth-child(2) {
  height: 60px;
}

div#popup img.close_btn, div#popupChooseItem img.close_btn {
  position: absolute;
  top: 10px;
  right: 10px; }

div#select_item {
  background-color: #e5e5e5;
  padding: 10px 30px;
  margin: 15px 0; }

div.piechart {
  width: 500px;
  height: 330px;
  margin: 10px 0 0 0; }

div.columnbarchart {
  width: 1000px;
  height: 300px;
  margin: 10px 0; }

div.status_box {
  padding: 10px 5px;
  width: 95px;
  margin: 5px;
  float: left;
  background-color: #e5e5e5;
  text-align: center;
  cursor: pointer; }

div.status_box:hover {
  background-color: #4d9bc8;
  color: #ffffff; }

div.status_box.disable {
  background-color: #ffffff;
  cursor: auto; }

div.status_box.disable:hover {
  color: #555555; }

div.status_box.selected {
  background-color: #38657f;
  cursor: auto;
  color: #ffffff; }

div.status_box.selected:hover {
  color: #ffffff; }

ul.package-items {
  margin-left: 20px;
  margin-bottom: 10px;
}

ul.package-items li {
  margin: 5px;
}

a.del-item-btn {
  text-decoration: underline;
  font-size:10px;
}

/* === POPUP WINDOW === */
.window_container {
  width: auto;
  margin: 0 auto; }

.window_container img {
  width: 100px; }

/* === NAVIGATION SECTION === */
#side_bar_container {
  height: 100%;
  width: 58px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  border-right: solid 1px #d3d3d3;
  background-image: url(../img/side_block_bg.gif);
  background-repeat: repeat-y;
  z-index: 100; }

#side_bar {
  height: 100%;
  position: relative; }

#side_bar a {
  color: #555555; }

#side_bar a:hover {
  color: #4d9bc8; }

.btn_txt {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px; }

.footer_txt {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 22px; }

.block0 {
  height: 20px; }

.block3 {
  height: 52px;
  background: url(../img/blue3.gif) repeat-y;
  padding-left: 8px;
  position: relative; }

div.block3 img.icon_border {
  border-color: #d3d3d3;
  border-right: solid 1px #ffffff; }

.block2 {
  height: 52px;
  background: url(../img/blue2.gif) repeat-y;
  padding-left: 8px;
  position: relative; }

div.block2 img.icon_border {
  border-color: #d3d3d3; }

.block1 {
  height: 52px;
  background: url(../img/blue1.gif) repeat-y;
  padding-left: 8px;
  position: relative; }

div.block1 img.icon_border {
  border-color: #d3d3d3; }

.block4 {
  width: 60px;
  height: 52px;
  position: absolute;
  bottom: 20px;
  background: url(../img/grey.gif) repeat-y;
  padding-left: 8px; }

div.block4 div.ro_container3 {
  display: none; }

div.block4 img.icon_border {
  border-color: #d3d3d3; }

.icon {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff; }

a.main_icon {
  position: relative;
  z-index: 5; }

.border {
  border: solid 1px #d3d3d3; }

.smallicon_container {
  position: absolute;
  bottom: 0;
  right: 10px;
  bottom: 10px; }

.ro_container1 {
  position: absolute;
  left: 58px;
  top: 0;
  height: 150px;
  min-width: 200px;
  z-index: 1;
  display: none; }

.ro_type1 {
  position: relative;
  height: 110px; }

.ro_container2 {
  position: absolute;
  left: 57px;
  top: 0;
  height: 50px;
  width: 100px;
  z-index: 1;
  display: none;
  border-left: 0; }

.ro_type2 {
  position: relative;
  height: 50px; }

.ro_container3 {
  position: absolute;
  left: 57px;
  top: 0;
  height: 50px;
  width: 220px;
  z-index: 1;
  display: none; }

.ro2 {
  padding: 10px 0;
  width: 200px;
  position: absolute;
  top: -1px;
  left: 100px;
  list-style-type: none;
  background-color: #ffffff; }

div.ro_container2 ul.ro2 {
  display: none; }

/*div.ro_container2:hover ul.ro2 {display:block;}*/
@media (max-height: 650px) {
  .ro2.long_nav {
    bottom: -1px;
    top: auto; } }
.ro2_block {
  width: 180px;
  margin: 0 auto;
  padding: 6px 0 6px 20px; }

.ro2 li:hover a.ro2_block {
  background-color: #f3f3f3;
  color: #4d9bc8;
  cursor: pointer; }

.ro3 {
  display: none;
  padding: 10px 0;
  width: 150px;
  position: absolute;
  top: -11px;
  left: 200px;
  list-style-type: none;
  background-color: #ffffff; }

.ro3_block {
  width: 110px;
  margin: 0 auto;
  padding: 10px 0 10px 20px; }

.shipment {
  background: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.shipment p {
  line-height: 15px;
}
.shipment table td {
  vertical-align: top;
  padding: 5px;
}

/* === COLOR LIBRARY === */
.blue1_bg {
  background-color: #4d9bc8; }

.blue2_bg {
  background-color: #457d9d; }

.blue3_bg {
  background-color: #38657f; }

.grey_bg {
  background-color: #4e5d64; }

.lgrey_bg {
  background-color: #e3e3e3; }

.white_bg {
  background-color: #ffffff; }

.blue1 {
  color: #4d9bc8; }

.blue2 {
  color: #457d9d; }

.blue3 {
  color: #38657f; }

.blue4 {
  color: #6eb9e4; }

.white {
  color: #ffffff; }

.red {
  color: #cc0000; }

.green {
  color: #669933; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px; }

.modal-header .close {
  float: right;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }



table.stockHistory {
  border-collapse: collapse;
  width: 100%;
}

table.stockHistory td {
  border: 1px solid black;
  padding: 5px;
  margin: 0;
}

/* === Coupon === */
.itemCat input[type="checkbox"], .itemCat div {float: left;}
.itemCat li:after {
  content: "";
  display: table;
  clear: both;
}
.itemCat div {width: 75%;}

/* Overwrite jquery-ui style */
.files.ui-state-default {border: none;}
.image_file.ui-state-default {border: none; background: transparent;}