body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
}

a{
	text-decoration:underline;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

#mobile_menu {
  display: none;
}

#footer {
  text-align: center;
  font-size: 10pt;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}

#header {
  background-image: url("../image/bkgdtexture.gif");
  width: 100%;
  height: 100px;
  border-bottom: 2px solid #cc3333;
}

#header_title {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}

.container-fluid {
  height: 100%;
}

.row img {
  float: left;
}

.row #slot_data_table img {
  float: none;
}

#useful_info_table tr td {
	vertical-align: top;
}

.row #useful_info_table img {
  float: none;
}

#left_menu ul {
  list-style-image: url("../image/sidebar_arrow.gif");
  padding-inline-start: 20px;
  font-weight: bold;
}

#left_menu ul li.active a {
  color: red !important;
}

#ul_mobile_menu li.active a {
  color: red !important;
}

#left_menu a {
  color: #0000ff;
}

#header_brand {
  position: absolute;
  right: 10px;
}

#main_container {
  padding: 20px;
}

#main_container img {
  width: auto;
  height: 100%;
}

a {
  color: #000;
}

a:hover {
  color: #ff8040;
}

#left_menu {
  background-color: #eeeeee;
}

#left_menu ul li {
  font-size: 14px;
  padding: 5px 0;
}

#main_content {
  height: calc(100% - 100px);
}

#mobile_menu {
  display: none;
  height: 100vh;
  width: 360px;
  max-width: calc(100% - 50px);
  background: #f6f6f6;
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 999;
}

#mobile_menu ul {
  list-style-type: none;
  padding: 0;
}

#mobile_menu ul li {
  border-left: 10px solid #006d2b;
}

#mobile_menu ul li a {
  font-weight: bold;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}

#mainbar1,
#mainbar_cad,
#mainbar10 {
  cursor: pointer;
}

#mainbar10 {
  padding-left: 80%;
}

.table-center tr td {
  text-align: left;
}

.table-center tr:not(:first-child) td:not(:first-child) {
  text-align: center;
}

.table-center-1 tr td {
  text-align: left;
}

.table-center-1 tr td:not(:first-child) {
  text-align: center;
}

table {
  width: 100%;
}

#cd_table1 tr td {
  border: 1px solid;
}

@media (max-width: 991px) {
  #header_title {
    font-size: 22px;
  }

  #header_brand {
    display: none;
  }

  #left_menu {
    display: none;
  }

  .m-menu-open {
    display: inline;
  }

  .m-menu-open {
    margin-left: 20px;
  }

  #row1_center {
    padding-left: 30px;
  }

  .m-menu-open,
  .m-search-open {
    position: absolute;
    right: 30px;
    top: 0;
    width: 30px !important;
    height: 30px !important;
    z-index: 51;
    text-indent: -9999px;
    margin: 0px 0px 0 0;
    transition: margin 0.3s ease 0s;
    -webkit-transition: margin 0.3s ease 0s;
  }

  #mobile_menu {
    display: inline;
    cursor: pointer;
    list-style-type: none;
    padding-left: 0;
  }

  .m-search-open {
    background: url(../images/search_m.svg);
    background-repeat: no-repeat;
    height: 25px !important;
    margin-right: 15px;
  }

  .m-menu-open:before {
    margin-top: -9px;
  }

  .m-menu-open:after {
    margin-top: 9px;
  }

  .m-menu-open:before,
  .m-menu-open:after,
  .m-menu-open span {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 25px;
    height: 2px;
    background-color: #000000;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .m-menu-close,
  .m-search-close {
    position: absolute;
    left: -50px;
    top: 0;
    text-indent: -9999px;
    width: 50px;
    height: 55px;
    background-color: #00a542;
  }

  .m-menu-close:before,
  .m-search-close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  }

  .m-menu-close:after,
  .m-search-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }

  .m-menu-close:before,
  .m-menu-close:after,
  .m-search-close:before,
  .m-search-close:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
  }

  #main_container img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 700px) {
  #header_title {
    font-size: 18px;
  }

  #mainbar10 {
    padding-left: 0;
  }

  #mainbar1 {
    width: 119px;
    height: auto;
    position: absolute;
    bottom: 0;
  }

  #mainbar_cad {
    width: 165px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 119px;
  }

  #mainbar5 {
    width: 15px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 284px;
  }
}
