/* ----------- START GLOBAL STYLE ----------- */
body {
  background: url(../img/resources/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 17px;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
  position: relative !important;
  letter-spacing: 0.1px !important;
}
.container {
  padding: 0;
}
.row {
  margin-left: -0px;
  margin-right: -0px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #fff;
}
a {
  color: #40a600;
}
a:hover {
  color: #40a600;
  font-weight: bold;
}

.input-read {
  background-color: #ccc !important;
}

select,
select option {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 7px !important;
  padding-left: 8px !important;
}
textarea {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 7px !important;
  padding-left: 8px !important;
}
input[type="number"] {
  padding: 0 !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #00ff00;
}
:-moz-placeholder {
  font-style: italic;
  color: #00ff00;
}
::-moz-placeholder {
  font-style: italic;
  color: #00ff00;
}
:-ms-input-placeholder {
  font-style: italic;
  color: #00ff00;
}
/* ----------- END GLOBAL STYLE ----------- */

/* ----------- START CLASS STYLE ----------- */
.no_mar {
  margin: 0;
}
.no_pad {
  padding: 0;
}
.no_marpad {
  margin: 0;
  padding: 0;
}
.color_white {
  color: #fff;
}
.color_black {
  color: #000;
}
.color_red {
  color: #f00;
}
.color_blue {
  color: #00f;
}
.color_green {
  color: #0f0;
}
.fontsize_12 {
  font-size: 12px;
}
.fontsize_14 {
  font-size: 14px;
}
.fontsize_16 {
  font-size: 16px;
}
.fontsize_18 {
  font-size: 18px;
}
/* ----------- END CLASS STYLE ----------- */

/* ----------- START Header ----------- */
.home_header {
  color: #fff;
  padding: 0;
  min-width: 1060px;
  width: 100%;
}
#header_fixed {
  width: 1060px;
  height: 162px;
  margin: 30px auto;
  background-color: #0c1d00;
}
#header_logo {
  width: 180px;
  margin: 0;
  margin-left: 15px;
  padding: 7px 0px;
  float: left;
  display: inline-block;
}
#logo {
  width: 172px;
  height: 110px;
  padding: 0;
}

#header_login {
  background: url(../../../others/img/resources/bg-user-green.png) repeat-x;
  height: 63px;
  border-radius: 5px;
  margin-top: 32px;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 10px;
  width: 488px;
  box-shadow: 0 0 5px 3px #000;
  display: inline-block;
}
#tabel_login {
  width: 100%;
  padding: 0;
  margin: 0;
}
#tabel_login tr {
  border: 0;
}
#tabel_login tr td {
  padding: 5px 4px;
  margin: 0;
  vertical-align: middle;
}
#username_log,
#pass_log,
#letters_code {
  background-color: #234405 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border-radius: 0 !important;
  color: #00ff00 !important;
  text-transform: italic;
  border: 1px solid #00ff00;
  font-size: 14px;
  width: 100px;
  height: 27px;
  padding: 0 10px;
  display: inline-block;
}
#captcha {
  text-align: center;
}
#captchaimg {
  height: 25px;
}
#btn_login {
  background-image: url(../../../others/img/resources/btn.png);
  border-radius: 7px;
  line-height: 10px;
  color: #fff;
  width: 73px;
  height: 27px;
  float: right;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: 10px;
}
#btn_login:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#btn_login:hover {
  background: url(../../../others/img/resources/btn-red.png) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#btn_login:hover:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

header .activity-user {
  padding: 0;
  float: right;
  display: inline-block;
  margin-top: 3px;
  margin-right: 7px;
}
header .activity-user .box-deal {
  background: url(../../../others/img/resources/box-invoice.png) no-repeat;
  width: 171px;
  height: 110px;
  float: left;
  position: relative;
  margin: 5px;
}
header .activity-user .box-deal h3 {
  text-align: center;
  line-height: 25px;
  color: #0e1e00;
  font-size: 12px;
  margin: 0;
  font-weight: 700;
}
header .activity-user .box-deal:last-child {
  float: right;
}

#wrapper-slider {
  position: absolute;
  top: 27px;
  left: 10px;
  overflow: hidden;
  width: 150px;
  height: 76px;
}
#wrapper-slider #carousel-depo .item {
  float: left;
  font-size: 10px;
  width: 150px;
  color: #fff;
}
#wrapper-slider #carousel-depo .item > div {
  overflow: hidden;
}
#wrapper-slider #carousel-depo .item div.text {
  float: left;
  position: relative;
  width: 150px;
}
#wrapper-slider #carousel-depo .item div.text p {
  margin: 0;
  display: block;
  clear: both;
  color: #05e5f9;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
}

#wrapper-slider #carousel-depo .item div.text p span {
  font-weight: 700;
  float: right;
}
#wrapper-slider #carousel-depo .item div.text:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin-top: -10px;
  position: absolute;
  left: -20px;
  top: 50%;
}
#wrapper-slider #carousel-wd .item {
  float: left;
  font-size: 10px;
  width: 150px;
  color: #fff;
}
#wrapper-slider #carousel-wd .item > div {
  overflow: hidden;
}
#wrapper-slider #carousel-wd .item div.text {
  float: left;
  position: relative;
  width: 150px;
  margin-top: 3px;
}
#wrapper-slider #carousel-wd .item div.text p {
  margin: 0;
  display: block;
  clear: both;
  color: #fd5318;
  font-size: 10px;
  line-height: 15px;
  font-weight: 700;
}
#wrapper-slider #carousel-wd .item div.text p span {
  font-weight: 700;
  float: right;
}
#wrapper-slider #carousel-wd .item div.text:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin-top: -10px;
  position: absolute;
  left: -20px;
  top: 50%;
}
#home_pengumuman {
  height: 50px;
  color: #fff;
  padding: 0;
}
.marquee {
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.marquee span {
  display: inline-block;
  padding-left: 100%; /* show the marquee just outside the paragraph */
  animation: marquee 80s linear infinite;
  font-size: 18px;
}
.marquee span:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
#pengumuman1 {
  margin-right: 100px;
  font-weight: bold;
  color: #00ff00;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
#pengumuman2 {
  margin-left: 100px;
  margin-right: 100px;
  font-weight: bold;
  color: #00ff00;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
header .nav-menu {
  margin: 30px 0px 15px 0px;
  padding: 0;
  display: block;
}
header .nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: url(../../../others/img/resources/bg-nav.png) repeat-x;
  height: 33px;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  display: block;
}
header .nav-menu ul li {
  float: left;
  line-height: 33px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
header .nav-menu ul li:first-child a {
  border-radius: 5px 0 0 5px;
}
header .nav-menu ul li a {
  color: #2b2b2b;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 10px 45px 7px;
  border-right: 1px solid #a8a1a1;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1px;
}
header .nav-menu ul li a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .nav-menu ul li a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../../../others/img/resources/bg-nav-hover.png) repeat-x;
  color: #00ff00;
  border-bottom: 1px solid #000;
}
header .nav-menu ul li a:hover:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .nav-menu ul li .select {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../../../others/img/resources/bg-nav-hover.png) repeat-x;
  color: #00ff00;
  border-bottom: 1px solid #000;
}
header .nav-menu ul li .select:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* ----------- END Header ----------- */

#div_container {
  width: 1060px !important;
  margin: 0 auto !important;
  display: block;
  min-height: 500px;
}
#home_body {
  width: 1060px;
  margin: 0 auto;
}
#body_container {
  padding: 0;
}

/* ----------- START Body SLIDER ----------- */
#body_slider {
  float: left;
  display: inline-block;
}
#carousel {
  margin-top: 10px;
  padding: 0;
}
/* ----------- END Body SLIDER ----------- */

/* ----------- START Body MARKET ----------- */
.list-server {
  background: url(../../../others/img/resources/bg-box.png) repeat;
  box-shadow: inset 0 0 10px 2px #000;
  border: 2px solid #000;
  border-left: 0;
  padding: 0;
  display: inline-block;
  width: 534px;
}
.list-server .result-server {
  padding: 0;
  width: 375px;
  float: left;
}
.list-server .result-server .box-result {
  background: url(../../../others/img/resources/box-result.png) no-repeat;
  height: 61px;
  width: 297px;
  margin: 0 auto;
}
.list-server .result-server .box-result h3 {
  margin: 5px 0 5px -5px;
  padding: 5px;
  padding-top: 10px;
  color: #f0d800;
  font-size: 14px;
  letter-spacing: 0.1px;
  width: 100px;
  height: 50px;
  background: #000;
  border-right: 3px solid #00ff00;
  display: inline-block;
  float: left;
}
.list-server .result-server .box-result .result {
  float: left;
  display: inline-block;
  height: 50px;
  margin: 5px 0 0;
  padding: 0 5px 0;
  width: 140px;
  letter-spacing: 0.1px;
}
.list-server .result-server .box-result .result p {
  color: #d8e2ce;
  font-size: 12px;
  text-align: center;
  margin: 0 0 3px;
  letter-spacing: 0.1px;
}
.list-server .result-server .box-result .result ul {
  margin: 0 0 0 3px;
  padding: 0;
  list-style: none;
  display: table;
  letter-spacing: 0.1px;
}
.list-server .result-server .box-result .result ul li {
  float: left;
  margin: 0 3px 0 0;
  background: url(../../../others/img/resources/ball-green.png) no-repeat;
  height: 28px;
  line-height: 29px;
  font-size: 14px;
  padding-left: 2px;
  font-weight: 800;
  width: 28px;
  text-align: center;
}
.list-server .result-server .box-result .see-now {
  float: right;
  padding: 5px;
  margin: 5px -5px 5px 0;
  background: #61a51d;
  color: #000;
  width: 60px;
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  height: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  letter-spacing: 0.1px;
}
.list-server .result-server .box-result .see-now:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: bold;
}
.list-server .result-server .box-result .see-now:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #f0d800;
}
.list-server .result-server .box-result .see-now:hover:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* ----------- END Body MARKET ----------- */

/* ----------- START Body BANK ----------- */
.list-server .bank {
  padding: 0;
  float: right !important;
  background: url(../../../others/img/resources/bg-box.png) repeat;
  width: 150px;
  height: 425px;
  padding: 10px;
  box-shadow: inset 0 0 10px 2px #000;
  display: inline-block;
}
.list-server .bank .list-bank {
  background: #000;
  padding: 12px;
  height: 405px;
}
.list-server .bank .list-bank ul {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}
.list-server .bank .list-bank ul li {
  margin: 0 0 15px;
  background: url(../../../others/img/resources/bank.png) no-repeat;
  width: 106px;
  height: 50px;
  text-align: center;
  line-height: 35px;
}
.list-server .bank .list-bank ul li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.list-server .bank .list-bank ul li a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.list-server .bank .list-bank ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.list-server .bank .list-bank ul li a:hover:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.list-server .bank .list-bank ul li.online {
  background-position: 0 0;
}
.list-server .bank .list-bank ul li.offline {
  background-position: 0 -61px;
}

/* ----------- END Body BANK ----------- */

/* ----------- START Body MARKET ----------- */
#body_market {
  width: 245px;
  padding: 0 5px;
  float: right;
  display: inline-block;
  height: 360px;
}
.psr_result {
  float: right;
}
.each_result {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0 5px;
  margin-right: 5px;
}
#date_open {
  color: #fff;
  font-size: 14px;
}
/* ----------- END Body MARKET ----------- */

/* ----------- START CONTACT ----------- */
.casino {
  position: absolute;
  top: 620px;
  background: url(../../../others/img/resources/box-casino.png) no-repeat;
  height: 78px;
  width: 520px;
  background-size: 100%;
  background-position: 0 4px;
  margin: 10px 0;
  box-shadow: 0 5px 5px 0px #000;
  padding: 0 !important;
}
.casino .head-img {
  position: relative;
  left: -8px;
  top: 1px;
  display: inlin-block;
  float: left;
}
.casino img {
  margin-right: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.casino img:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.casino img:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.7;
}
.casino img:hover:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact {
  position: absolute;
  top: 710px;
  padding: 0 !important;
  height: 78px;
  width: 530px !important;
  float: right !important;
  background-position: 0 0;
  margin: 10px 0;
  box-shadow: 0 5px 5px 0px #000;
}
.contact .inner-contact {
  height: 70px;
  position: absolute;
  top: 4px;
  z-index: -1;
  left: 0;
  width: 520px;
}
.contact .head-img {
  position: relative;
  left: -3px;
  top: 1px;
  float: left;
}
.contact ul {
  float: left;
  padding: 0;
  margin: 18px 0 0px;
  list-style: none;
}
.contact ul li {
  float: left;
  margin: 0 12px;
}
.contact ul li img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact ul li img:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact ul li img:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.7;
}
.contact ul li img:hover:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contact ul li .btn-soc {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  padding: 0;
}
.popover .popover-title {
  color: #000;
  font-weight: normal;
}
/* ----------- END CONTACT ----------- */

/* ----------- START FOOTER ----------- */
footer {
  padding: 10px 0;
  float: left;
  width: 100%;
  letter-spacing: 0.1px;
}
footer .footer {
  text-align: center;
  color: #00ff00;
  font-size: 14px;
}
footer .footer p {
  margin: 0;
}
/* ----------- END FOOTER ----------- */

/* ----------- START LEFT SIDE ----------- */
#body_all {
  padding-top: 35px;
}
.left-side-content {
  width: 285px !important;
  margin-right: 10px;
  float: left;
  display: inline-block;
}

.right-side-content {
  width: 720px !important;
  color: #fff;
  float: right;
  display: inline-block;
  font-size: 14px;
}

.main-content-right {
  width: 100%;
  padding: 15px;
  background: #010300;
  border: 1px solid #0f0;
  margin: 0 0 15px;
  float: left;
  min-height: 780px;
}

.main-content-right p {
  color: #00ff00;
}

.box-market {
  margin: 0 0 15px;
  position: relative;
  width: 100%;
}
.box-market .left-tab {
  background: url(../../../others/img/resources/bg-box.png) repeat;
  box-shadow: 0 0 10px 2px #000 inset;
  height: 470px;
  width: 285px;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.box-market .left-tab h3 {
  text-align: center;
  margin: 10px 0 0;
}
.box-market .left-tab ul {
  list-style: none;
  margin: 5px auto 0;
  padding: 7px 5px;
  width: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 #000 inset;
  border: 0;
}
.box-market .left-tab ul li {
  width: 68%;
  background: #000;
  position: relative;
  margin: 0 0 10px;
  border: 0;
  letter-spacing: 0.1px;
}
.box-market .left-tab ul li a {
  color: #f0d800;
  line-height: 28px;
  padding: 0 0 0 5px;
  border: 0;
  border-radius: 0;
  background: ;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  font-weight: 700;
}
.box-market .left-tab ul li a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.box-market .left-tab ul li a:hover {
  background: #f2e400;
  color: #000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.box-market .left-tab ul li a:hover:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.box-market .left-tab ul li .online {
  background: url(../../../others/img/resources/on-off.png) no-repeat;
  height: 35px;
  width: 78px;
  position: absolute;
  z-index: 1;
  top: -3px;
  right: -79px;
}
.box-market .left-tab ul li .offline {
  background: url(../../../others/img/resources/on-off.png) no-repeat;
  background-position: 0 -42px;
  height: 35px;
  width: 78px;
  position: absolute;
  z-index: 1;
  top: -3px;
  right: -79px;
}
.box-market .left-tab ul li:last-child {
  margin: 0;
}
ul.nav-tabs li.active a,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus {
  background: #f2e400;
  color: #000;
}
.box-market .left-tab ul .active a {
  background: #f2e400;
  color: #000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.box-market .left-tab ul .active a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.box-market .right-tab {
  background: url(../../../others/img/resources/box-result-big.png) repeat-x;
  float: right;
  padding: 15px 10px;
  margin-left: 10px;
  width: 100%;
  height: 305px;
  border: 1px solid #00ff00;
  margin-bottom: 15px;
}
.box-market .right-tab h3.offline {
  font-size: 20px;
  font-weight: 700;
  color: #ef0000;
  margin: 12px 0 6px;
}
.box-market .right-tab h3.offline span {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #ef0000;
}
.box-market .right-tab h3.online {
  font-size: 20px;
  font-weight: 700;
  color: #00ff00;
  margin: 12px 0 6px;
}
.box-market .right-tab h3.online span {
  margin-right: 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #00ff00;
}
.box-market .right-tab .closed {
  position: absolute;
  bottom: 10px;
  line-height: 11px;
  left: 45px;
  background: #000;
  color: #00ff00;
  border-radius: 1px;
  border: 1px solid #00ff00;
  font-size: 10px;
  padding: 3px;
  width: 193px;
  text-align: center;
  letter-spacing: 0.1px;
}
.box-market .right-tab .open {
  position: absolute;
  bottom: 325px;
  line-height: 11px;
  left: 45px;
  background: #000;
  color: #ef0000;
  border-radius: 1px;
  border: 1px solid #ef0000;
  font-size: 10px;
  padding: 3px;
  width: 193px;
  text-align: center;
}
.box-market .right-tab .tg-an1f span,
.box-market .right-tab .tg-l5d8 span {
  background: url(../../../others/img/resources/ball-white.png) no-repeat;
  height: 22px;
  width: 23px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #0e470e;
  display: inline-block;
}
.box-market .right-tab .tg-inner {
  margin-top: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.box-market .right-tab .tg-inner td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 5px 0;
  overflow: hidden;
  word-break: normal;
}
.box-market .right-tab .tg-inner th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 5px;
  overflow: hidden;
  word-break: normal;
}
.box-market .right-tab .tg-inner .tg-ezdf {
  font-weight: bold;
  font-size: 13px;
  background-color: #0e1f00;
  color: #00ff00;
  text-align: center;
}
.box-market .right-tab .tg-inner .tg-an1f {
  font-size: 11px;
  background-color: #b3e08c;
  text-align: center;
  color: #010101;
}
.box-market .right-tab .tg-inner .tg-an1f:last-child {
  padding: 5px 2px !important;
}
.box-market .right-tab .tg-inner .tg-l5d8 {
  font-size: 11px;
  background-color: #91bf68;
  text-align: center;
  color: #010101;
}
/* ----------- END LEFT SIDE ----------- */

/* ----------- START FORUM ----------- */
.date_forum {
  color: #fff;
}
.date_forum:hover {
  color: #000;
}
.title_forum {
  color: #40a600;
}
.title_forum:hover {
  font-weight: bold;
}
div.memo {
  background-color: #fff;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}
div.memo-detail {
  margin: 10px;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px;
}
div.memo-detail span {
  float: right;
  font-size: 11px;
}
/* ----------- END FORUM ----------- */

/* ----------- START WIDGET ----------- */
#fragment {
  position: absolute;
  width: 80px;
  height: 440px;
  top: -40px;
  left: 0px;
  z-index: 1000;
}
span.closing {
  position: relative;
  top: 30px;
  left: 60px;
  cursor: pointer;
  color: #fff;
}
#fragment2 {
  position: absolute;
  width: 80px;
  height: 440px;
  top: 320px;
  left: 0px;
  z-index: 1000;
}
span.closing2 {
  position: relative;
  top: 30px;
  left: 60px;
  cursor: pointer;
  color: #fff;
}
/* ----------- END WIDGET ----------- */

/* ----------- START Modal ----------- */
#custom_modal {
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
}
.modal-content,
.modal-body,
.modal-header,
.modal-footer {
  background-image: linear-gradient(
    to bottom,
    #232526,
    #2a2c2d,
    #323435,
    #393b3d,
    #414345
  );
  color: #fff;
  border: 0;
}
.modal-header {
  border-bottom: 1px solid #fff;
}
.modal-body h4 {
  color: #fff;
}
#myModalLabel {
  color: #fff;
}
.title_discount {
  color: #fff;
}
.close {
  background-color: #fff;
  opacity: 1;
}
/* ----------- END Modal ----------- */

/* ----------- START pagination ----------- */
#pagination_post {
  margin: 0;
  padding: 0;
  text-align: center;
}

#pagination_tabel {
  padding: 0;
}

#pagination_tabel li {
  display: inline-block;
  background-color: #555 !important;
  border-radius: 6px;
}

#pagination_tabel li a {
  color: #fff;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
}

#pagination_tabel .active {
  background-color: #40A600 !important;
  color: #000 !important;
  border-radius: 6px;
}

#pagination_tabel li a:hover {
  color: rgba(254, 192, 0, 1);
}

#pagination_modal {
  padding: 0;
}
#pagination_modal li {
  display: inline-block;
  background-color: #555 !important;
  border-radius: 6px;
}

#pagination_modal li a {
  color: #fff;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
}

#pagination_modal .active {
  background-color: #40A600 !important;
  color: #000 !important;
  border-radius: 6px;
}

#pagination_modal li a:hover {
  color: rgba(254, 192, 0, 1);
}

#pagination_trans {
  padding: 0;
}
#pagination_trans li {
  display: inline-block;
  background-color: #555 !important;
  border-radius: 6px;
}

#pagination_trans li a {
  color: #fff;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
}

#pagination_trans .active {
  background-color: #40A600 !important;
  color: #000 !important;
  border-radius: 6px;
}

#pagination_trans li a:hover {
  color: rgba(254, 192, 0, 1);
}
/* ----------- END pagination ----------- */

.btn-submit {
  color: #000;
  background-color: #00ff00;
  border-radius: 3px;
}
.btn-submit:hover {
  color: #fff;
  background-color: #00ff00;
}
