/**
 * @package IPJ
 * @subpackage IPJ Dashboard
 * @Company BIG 360
 * @author Dian Sigit Prastowo, Riyan Winangsih, Reisha Humaira
 * @url http://prastowo.net
 */
/* ---------------------------------------------
 * Font
 * --------------------------------------------- */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(../font/OpenSans-Light.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url(../font/OpenSans.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url(../font/OpenSans-Semibold.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(../font/OpenSans-Bold.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"),
    url(../font/OpenSans-Extrabold.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"),
    url(../font/OpenSansLight-Italic.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url(../font/OpenSans-Italic.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"),
    url(../font/OpenSans-SemiboldItalic.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
    url(../font/OpenSans-BoldItalic.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"),
    url(../font/OpenSans-ExtraboldItalic.woff) format("woff");
}

/* =============================================
 * START LAYOUT
 * ============================================= */
/* Main Style */
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
}

.align-right {
  text-align: right;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#nav {
  float: left;
  width: 120px;
}
#main {
  position: absolute;
  top: 0px;
  left: 120px;
  right: 0px;
  z-index: 20;
  min-height: 100%;
  font-size: 13px;
}
/* Logo */
div.logo {
  margin: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
div.logo > a > img {
  width: 90px;
}
/* Navigation */
ul.navigation {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.navigation > li {
  position: relative;
}
ul.navigation > li.separator {
  text-align: center;
  height: 30px;
  line-height: 30px;
}
ul.navigation > li.separator div {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0px 2px;
  border-radius: 100%;
}
ul.navigation > li > a {
  display: block;
  padding: 0px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: center;
  outline: none;
  border-left-width: 5px;
  border-left-style: solid;
  border-right-width: 5px;
  border-right-style: solid;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
ul.navigation > li > a > i {
  display: block;
  margin: 10px 0px;
  font-size: 28px;
  height: 30px;
  line-height: 30px;
}
ul.navigation > li > a > span {
  display: block;
  margin-bottom: 10px;
}
ul.navigation-sub {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  width: 200px;
  z-index: 1000;
  list-style-type: none;
  padding: 10px 0px;
  margin: 0px 0px 0px 10px;
  border-radius: 4px;
  -webkit-animation: submenu 0.1s linear;
  -moz-animation: submenu 0.1s linear;
  -ms-animation: submenu 0.1s linear;
  -o-animation: submenu 0.1s linear;
  animation: submenu 0.1s linear;
}
ul.navigation-sub:before {
  content: "";
  position: absolute;
  width: 10px;
  top: 0px;
  bottom: 0px;
  right: 100%;
}
ul.navigation > li.sub:hover ul.navigation-sub {
  display: block;
}
ul.navigation-sub > li > a {
  display: block;
  outline: none;
  text-decoration: none;
  padding: 10px 20px;
  border-left-width: 5px;
  border-left-style: solid;
}
ul.navigation-sub > li > a > i {
  display: inline-block;
  width: 20px;
}
ul.navigation span.number-alert {
  position: absolute;
  top: 0px;
  left: 65px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: default;
  border-radius: 100%;
}
/* Container */
.container {
  padding: 0px;
  margin: 0px;
  max-width: 100%;
}
.container .row {
  margin: 0px;
}
.container .row [class*="col-"] {
  padding-left: 0px;
}
.container .row [class*="col-"]:first-child {
  padding-left: 15px;
}
/* Header */
div.header {
  position: relative;
  padding: 0px 20px;
  height: 75px;
  line-height: 75px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div.header > .header-title {
  width: 50%;
}

div.header > .header-title > span[class^="icon-"] {
  font-size: 20px;
}

div.header > .header-title > i {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 18px 20px 0px 0px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
}

div.header > .header-menu {
  width: 50%;
}
div.header > .header-menu > form {
  /*padding: 20px 0;*/
  width: 23%;
  text-transform: none;
}
div.header > .header-menu > ul {
  list-style: none;
  padding-left: 15px;
}
div.header > .header-menu > ul > li {
  display: inline;
}
div.header > .header-menu > ul > li > img {
  height: 35px;
}

/* Form */
.form-control {
  padding: 6px;
}
.widget > header .form-inline {
}
.widget > header .form-inline input[type="text"] {
  width: 100px;
}
.widget > header .form-inline .form-group {
  margin-top: -1px;
  vertical-align: top;
}
.widget > header .form-inline .form-group .form-label {
  font-weight: normal;
  line-height: 44px;
}

/* Widget */
div.widget {
  margin: 0px;
  margin-bottom: 15px;
}
div.widget > header {
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
div.widget > header > button {
  float: right;
  width: 40px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
div.widget > section {
  min-height: 300px;
  position: relative;
  padding: 20px;
  border-radius: 4px;
}
div.widget > section > .price-header {
  text-align: center;
}
div.widget > section > .price-header > .title {
  margin-top: 0;
}
div.widget > section > .price-header > form {
}
div.widget > section > .price-info {
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0 0;
  padding-bottom: 20px;
}
div.widget > section > .price-info:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}
div.widget > section > .price-info > p {
  margin-bottom: 0px;
}
div.widget > section > .price-info > .title {
  font-size: 18px;
}
div.widget > section > .price-info > .info {
  color: #cccccc;
  margin: 5px 0;
}
div.widget > section > .price-info > .value {
  font-size: 24px;
  margin: 5px 0;
  text-align: center;
}
div.widget > section > .price-info > .location {
  text-align: center;
}
div.widget > section .price-change {
  margin-bottom: 20px;
}
div.widget > section .price-sign > .sign {
  border-radius: 100% 100% 100% 100%;
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 9px 11px;
  vertical-align: top;
}
div.widget > section .price-sign > .info {
  display: inline-block;
}
div.widget > section .price-sign > .info > span {
  display: block;
}
div.widget > section .price-sign > .info > .location {
  font-size: 16px;
}
div.widget > section .price-sign > .info > .price {
  font-size: 14px;
}
div.widget > section .price-desc {
  font-size: 13px;
}
div.widget > section .price-desc > p {
  margin-bottom: 0px;
}
div.widget > section > .chart-container {
  min-height: 320px;
}
div.widget > section > .chart-download {
  margin-top: 10px;
  text-align: right;
}
div.widget-closed > section {
  display: none;
}
/* Gauge Meter */
.speedo-info .carousel {
  text-align: center;
  margin-bottom: 15px;
}
.speedo-info .carousel-indicators {
  bottom: -27px;
}
.speedo-info .carousel-indicators li {
  border: 1px solid #dddddd;
}
.speedo-info .carousel-indicators .active {
  background-color: #bbbbbb;
}
.speedo-info .carousel-inner {
  min-height: 515px;
  margin-top: 0;
}
.speedo-info .carousel-control {
  border: 0;
  border-radius: 0;
  line-height: 20px;
  height: 25px;
  width: 30px;
  background: #666666;
}
.speedo-info .carousel-control.right {
  right: 37px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  top: -52px;
}
.speedo-info .carousel-control.left {
  left: auto;
  right: 70px;
  top: -52px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
div.gauge-container {
  display: inline-block;
  margin: 5px 10px;
  padding: 10px;
  vertical-align: top;
  border-radius: 15px;
}
div.gauge-container:hover,
div.gauge-container.active {
  background: #ebebeb;
  cursor: pointer;
}
div.gauge-container > div.section > canvas {
  border-bottom: 10px solid;
}
div.gauge-container > footer {
  font-size: 18px;
  position: relative;
  text-align: center;
}
div.gauge-container > footer > span.led {
  border-radius: 50% 50% 50% 50%;
  display: block;
  height: 12px;
  margin: 0;
  position: absolute;
  right: 4px;
  top: 6px;
  width: 12px;
}

/* Widget Icon */

/* =============================================
 * END LAYOUT
 * ============================================= */

/* =============================================
 * START COLOR
 * ============================================= */
/* Main Style */
body {
  background: #015965 /*#262D33*/;
}
#main {
  color: #666666;
  background-color: #f4f4f4 /*#F0F0F0*/;
  box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.4);
}
/* Form */
select,
select.form-control {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
}
.form-control {
  border-color: #cccccc;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.form-control:focus {
  border-color: #aaaaaa;
  box-shadow: none;
}
/* Navigation */
ul.navigation > li > a {
  color: #7cc3ce /*#4E5255*/;
  text-shadow: 1px 1px 1px rgba(1, 71, 80, 0.3);
  border-left-color: transparent;
  border-right-color: transparent;
}
ul.navigation > li.separator div {
  background-color: #7cc3ce /*#4E5255*/;
  box-shadow: 1px 1px 1px rgba(1, 71, 80, 0.3);
}
ul.navigation > li.sub:hover > a,
ul.navigation > li > a:hover {
  color: #ffffff;
  cursor: pointer;
}
ul.navigation > li > a.open,
ul.navigation > li > a.active {
  color: #ffffff;
}
ul.navigation-sub {
  background-color: #015965 /*#262D33*/;
}
ul.navigation-sub > li > a {
  color: #7cc3ce /*#4E5255*/;
  border-left-color: transparent;
  text-shadow: 1px 1px 1px rgba(1, 71, 80, 0.3);
}
ul.navigation-sub > li > a.active,
ul.navigation-sub > li > a:hover {
  color: #ffffff;
  background-color: #013d45;
}
ul.navigation-sub > li > a.active {
  border-left-color: #cb252e;
}
ul.navigation > li > a.open,
ul.navigation > li > a.active {
  border-left-color: #cb252e;
}
/* Header */
div.header {
  border-bottom-color: #dddddd;
  background-color: #e2e2e2;
  background-image: -webkit-linear-gradient(top, #eeeeee, #e2e2e2);
  background-image: -moz-linear-gradient(top, #eeeeee, #e2e2e2);
  background-image: -ms-linear-gradient(top, #eeeeee, #e2e2e2);
  background-image: -o-linear-gradient(top, #eeeeee, #e2e2e2);
  background-image: linear-gradient(top, #eeeeee, #e2e2e2);
}
div.header > .header-title > i {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #c9242d;
}
div.header > span {
  color: #000000;
  text-shadow: 0px 1px 1px #ffffff;
}

/* Widget */
div.widget > header {
  background-color: rgba(0, 0, 0, 0.06);
  text-shadow: 0 1px 1px #ffffff;
}
div.widget > section {
  background-color: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
div.widget > section .price-sign > .sign {
  background-color: #d6d6d6;
}

/* Icon Flag Sign */
[class*="sign-icon-"],
[class^="sign-icon-"] {
  background-image: url("../image/sign-flag-sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 73px 24px;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.sign-icon-flat {
  background-position: -24px 3px;
}
.sign-icon-up {
  background-position: -49px 1px;
}
.sign-icon-down {
  background-position: 0 3px;
}

/* Gauge Meter */
div.gauge-container > div.section > canvas {
  border-color: rgba(184, 196, 208, 0.7);
}
div.gauge-container > footer > span.led.normal {
  background-color: #2eff00;
  box-shadow: 0 -1px 7px 1px #d5d5d5, 0 -1px 9px #446600 inset,
    0 2px 12px #77dd00;
}
div.gauge-container > footer > span.led.warning {
  background-color: #e7e657;
  box-shadow: 0 -1px 7px 1px #d5d5d5, 0 -1px 9px #b3b333 inset,
    0 2px 12px #dbdb00;
}
div.gauge-container > footer > span.led.danger {
  background-color: #b40000;
  box-shadow: 0 -1px 7px 1px #d5d5d5, 0 -1px 9px #660000 inset,
    0 2px 12px #ff0000;
}
/* =============================================
 * END COLOR
 * ============================================= */

/* =============================================
 * START ADDITIONAL STYLE
 * ============================================= */
/* Login */
.login {
  width: 100%;
  height: 100%;
  background: rgb(38, 45, 51); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(38, 45, 51, 1) 0%,
    rgba(40, 48, 54, 1) 24%,
    rgba(40, 48, 54, 1) 56%,
    rgba(38, 45, 51, 1) 72%,
    rgba(39, 46, 53, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(38, 45, 51, 1)),
    color-stop(24%, rgba(40, 48, 54, 1)),
    color-stop(56%, rgba(40, 48, 54, 1)),
    color-stop(72%, rgba(38, 45, 51, 1)),
    color-stop(100%, rgba(39, 46, 53, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(38, 45, 51, 1) 0%,
    rgba(40, 48, 54, 1) 24%,
    rgba(40, 48, 54, 1) 56%,
    rgba(38, 45, 51, 1) 72%,
    rgba(39, 46, 53, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(38, 45, 51, 1) 0%,
    rgba(40, 48, 54, 1) 24%,
    rgba(40, 48, 54, 1) 56%,
    rgba(38, 45, 51, 1) 72%,
    rgba(39, 46, 53, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(38, 45, 51, 1) 0%,
    rgba(40, 48, 54, 1) 24%,
    rgba(40, 48, 54, 1) 56%,
    rgba(38, 45, 51, 1) 72%,
    rgba(39, 46, 53, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(38, 45, 51, 1) 0%,
    rgba(40, 48, 54, 1) 24%,
    rgba(40, 48, 54, 1) 56%,
    rgba(38, 45, 51, 1) 72%,
    rgba(39, 46, 53, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262d33', endColorstr='#272e35',GradientType=1 ); /* IE6-9 */
}
.form-login {
  width: 460px;
  height: auto;
  border-radius: 4px;
  padding: 25px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -230px;
}
.form-login img {
  height: 75px;
  width: 200px;
}
.form-login h4 {
  margin: 0 0 20px 0;
}
.form-login .input-group {
  margin-bottom: 15px;
}
.form-login .btn-login {
  width: 125px;
  height: 40px;
  float: right;
  color: #ffffff;
  border-radius: 5px;
  background: rgb(255, 123, 55); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 123, 55, 1) 0%,
    rgba(255, 129, 64, 1) 3%,
    rgba(255, 90, 4, 1) 92%,
    rgba(255, 84, 0, 1) 95%,
    rgba(255, 100, 18, 1) 100%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 123, 55, 1)),
    color-stop(3%, rgba(255, 129, 64, 1)),
    color-stop(92%, rgba(255, 90, 4, 1)),
    color-stop(95%, rgba(255, 84, 0, 1)),
    color-stop(100%, rgba(255, 100, 18, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 123, 55, 1) 0%,
    rgba(255, 129, 64, 1) 3%,
    rgba(255, 90, 4, 1) 92%,
    rgba(255, 84, 0, 1) 95%,
    rgba(255, 100, 18, 1) 100%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 123, 55, 1) 0%,
    rgba(255, 129, 64, 1) 3%,
    rgba(255, 90, 4, 1) 92%,
    rgba(255, 84, 0, 1) 95%,
    rgba(255, 100, 18, 1) 100%,
    rgba(255, 255, 255, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 123, 55, 1) 0%,
    rgba(255, 129, 64, 1) 3%,
    rgba(255, 90, 4, 1) 92%,
    rgba(255, 84, 0, 1) 95%,
    rgba(255, 100, 18, 1) 100%,
    rgba(255, 255, 255, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(255, 123, 55, 1) 0%,
    rgba(255, 129, 64, 1) 3%,
    rgba(255, 90, 4, 1) 92%,
    rgba(255, 84, 0, 1) 95%,
    rgba(255, 100, 18, 1) 100%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b37', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.form-login .captcha {
  width: 50px;
}
.login-error {
  color: #cf5054;
  width: 270px;
}

/* Dialog */
.modal-dialog {
  left: 50%;
  padding-bottom: 30px;
  padding-top: 75px;
  right: auto;
  width: 500px;
}
div.dialog > div.title {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 10px;
  position: relative;
  background-color: #365d95;
  background-image: -moz-linear-gradient(center top, #3176ad, #365d95);
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
div.dialog > div.title button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  cursor: pointer;
  height: 100%;
  line-height: 40px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  color: #ffffff;
}
div.dialog > div.content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 0px 0px 4px 4px;
}
div.dialog > div.content.edit-profil {
  padding: 30px 75px 30px 75px;
}
div.dialog > div.content .space-bottom {
  margin-bottom: 15px;
}
div.dialog > div.content .form-group label {
  padding-right: 0;
  text-align: right;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Table */
td.act-button {
  padding: 6px !important;
  white-space: nowrap;
}
.stats-table {
  overflow: hidden;
  overflow-x: scroll;
  margin-bottom: 15px;
}
.stats-table-vscroll {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 500px;
}
.stats-table thead {
  background: #f4f4f4;
}
.stats-table thead tr th {
  text-align: center;
  vertical-align: middle;
}
.stats-table thead tr th.t-title {
  display: none;
  text-align: left;
  border: none;
  font-size: 19px;
  padding: 0;
}
.stats-table thead tr th.t-title.sub {
  padding-bottom: 15px;
}
.stats-table thead tr th.t-no {
  width: 40px !important;
}
.stats-table thead tr th.t-commodity {
  width: 250px !important;
}
.stats-table thead tr th.t-commodity-right {
  width: 200px !important;
  text-align: right;
}
.stats-table tbody tr td.t-commodity {
  background: #f4f4f4;
  width: 200px !important;
  text-align: right;
}
.stats-table thead tr th.t-price {
  width: 80px !important;
  white-space: nowrap;
}
.stats-table tbody tr td.t-price {
  width: 80px !important;
}
.stats-table tbody {
  background: #fcfcfc;
}
.stats-table tbody tr td {
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
.stats-table tbody tr td.text-left {
  text-align: left;
  white-space: nowrap;
}
.stats-table tbody tr td.text-center {
  text-align: center;
  white-space: nowrap;
}
.stats-table tbody tr.t-bottom-row {
  background: #f4f4f4;
  border-top: 2px solid #dddddd;
  font-weight: bold;
}
.clearfix .pagination {
  margin: 0;
}
.td-middle {
  vertical-align: middle !important;
}
.htCore {
  width: 100% !important;
}
.commodity-order {
  width: 60px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.commodity-order:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

/* Content Panel */
div.widget > section.no-padding,
.no-padding {
  padding: 0px;
}
div.row > div.border-right {
  border-right: 1px solid #ddd;
}
div.row > div.border-full {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 15px 15px 15px;
}
.btn-color {
  border-color: #365d95;
  background-color: #365d95;
  background-image: -moz-linear-gradient(center top, #3176ad, #365d95);
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin: 3px 4px 0 0;
}
.save-entry {
  margin: 0 15px 18px 15px;
}
.save-entry-note {
  margin-top: 8px;
}
.small-wysiwyg {
  padding: 0 15px;
}
.small-wysiwyg strong {
  margin-bottom: 10px;
}
.small-wysiwyg-label {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 46.5em) {
  .small-wysiwyg {
    padding: 0 15px 0 0;
  }
}
.form-custom {
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.verify-price {
  margin-bottom: 20px;
}
.verify-price .btn {
  margin-left: 5px;
}
.verify-price span {
  margin-left: 5px;
  margin-right: 5px;
}
.verify-price .datepicker {
  width: 115px;
}
.location-popup > .panel {
  text-align: left;
  min-width: 450px;
  white-space: nowrap;
  margin-left: -375px;
  position: relative;
}
.location-popup > .panel:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 17px;
  top: -10px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f0ad4e;
  border-right: 10px solid transparent;
}
.location-popup > .panel > .panel-heading {
  background: #f0ad4e;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 5px 5px 15px;
}
.location-popup > .panel > .panel-body {
  padding: 0px;
}
.location-popup > .panel > .panel-footer {
  padding: 5px;
  background: #fcefdd;
  text-align: right;
  border-top: 1px solid #fcefdd;
}
.location-popup .checkbox {
  padding-left: 25px;
}
.location-popup .checkbox:hover {
  background: #f7d7aa;
}

/* Image */
.img-small {
  width: 45px;
  height: 35px;
}
.commodity-img-full {
  height: 70px;
  width: 70px;
  margin-right: 10px;
}
.commodity-img-small {
  height: 40px;
  width: 40px;
  margin: -8px 10px -8px 0;
}
.container.market-photos .row [class*="col-"] {
  padding-left: 20px;
  padding-right: 0px;
}
.container.market-photos img {
  margin-bottom: 30px;
}
.container.market-photos a {
  position: absolute;
  bottom: 20px;
  right: 0;
}
#loader {
  height: 10px;
  text-align: center;
  padding: 25px 0 25px 0;
  display: none;
}

#loaderCircle {
  text-align: center;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 230px;
  padding: 10px;
  background: #000;
  opacity: 0.8;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: -115px;
  margin-top: -28px;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding-left: 0;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  cursor: pointer;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.pagination-centered {
  text-align: center;
  display: inherit;
}

.pagination-right {
  text-align: right;
  display: inherit;
}

a.stats_span-item {
  padding-right: 1em;
}

a.stats_span-item.active {
  color: inherit;
}

.stats_span {
  padding-top: 1.2em;
  /*position: absolute;*/
  z-index: 100;
}

/**********************************

Name: cmxform Styles

***********************************/

form.cmxform label.error,
label.error {
  /* remove the next line when you have trouble in IE6 with labels in list */
  color: #cf5054;
  font-weight: normal;
}
div.error {
  display: none;
}
input {
  border: 1px solid black;
}
input.checkbox {
  border: none;
}
input.error:focus {
  border: 1px dotted #cf5054;
}
input.error {
  border: 1px solid #cf5054;
}
textarea.error:focus {
  border: 1px dotted #cf5054;
}
textarea.error {
  border: 1px solid #cf5054;
}
form.cmxform .gray * {
  color: gray;
}
input.valid {
  border-color: #cccccc;
}
textarea.valid {
  border-color: #cccccc;
}

table th.sortable:hover {
  cursor: pointer;
}
.fileUpload {
  position: relative;
  overflow: hidden;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

.datepicker {
  z-index: 1151 !important;
}

.comment-name {
  font-weight: 600;
}

.comment-date {
  color: #a5a5a5;
  font-size: 85%;
}

.comment-title {
  font-weight: 600;
  font-size: 13px;
}

.comment-content {
  font-size: 13px;
}

#reply-content {
  padding: 6px;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
