body {
     background-color: #FFF;
     font-size:12px;
}

.navbar-default {
    background-color: #FFE701;
    border-color: #e7e7e7;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

p, a, h1, h2, h3, h4, h5, span, time {
  font-family: Arial, sans-serif;
}

p, td, li, ul, input, .form-control, button, select, textarea, .btn {
   font-size: 12px;
}

h1, h2, h3 {
   font-color: #444540;
}

*:focus {
    outline: none;
}

.card-container {
    width: 100%;
    padding: 10px;
}

.account-detail-container {
    background-color:#FFF;
    width: 100%;
    margin-top:10px;
    margin-bottom:20px;
    padding: 10px;
}

.header-line {
    background-color: #444540;
    border: 2px solid #444540;
    width: 100%;
    height: 2px;
}

.break-line {
    background-color:#CCCCCC;
    border: .5px solid #CCCCCC;
    width: 100%;
    height: .5px;
    margin-bottom: 10px;
}

.break-line2 {
    background-color:#676863;
    border: .5px solid #676863;
    width: 100%;
    height: .5px;
    margin-bottom: 10px;
}

.sitefooter {
    background-color: #222222; 
    width:100%;
    height: 50px;
    position: relative;
}

.footermenu {
    background-color: #C0C0C0; 
    width:100%;
    position: relative;
    margin-top:20px;
    padding-top:20px;
    padding-bottom:10px;
}

.main-img {
    width: 100%;
    margin-top: 20px;
}

.main-thumb {
    width: 100%;
    padding:2px;
}

time{
	font: 14px tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	float:right;
}

.modal-dialog-center {
    margin-top: 15%;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


._2tga._3e2a {
    height: 32px;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.nav>li {
    border-left: 1px solid #BDBDBD;
} 

.container-x {
   width:100%;
   min-width: 1280px;
   padding-left: 10px;
   padding-right:10px;
}

.panel-default>.panel-heading {
    background-color: #555555;
    color: #fff;
}

.panel-footer {
    background-color: #555555;
    color: #fff;
}

.modal-header, .modal-footer {
    background-color: #1D5C8B;
    color: #fff;
}

.modal-footer {
    padding: 8px;
    text-align: center;
    font-size: 12px;
}

.form-group {
    margin-bottom: 5px;
}

.navbar-brand {
    padding:10px;
}

.module-title {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top:10px;
    background-color: #7C2618;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    z-index: 3;
}

.module-tools {
    position: fixed;
    top: 86px;
    left: 0px;
    width: 100%;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-top:10px;
    background-color: #B1B5B7;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
}

.canvasjs-chart-credit {
    display: none;
}

tfoot input {
        width: 100%;
        padding: 1px;
        box-sizing: border-box;
    }

.form-inline .form-control-price {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
}

.tooltip.top .tooltip-inner {
    background-color: #FFE338;
    color: #000;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #FFE338;
}


@media screen and (max-width: 768px) {
    .large-media {
        display: none;
    }

    .bidhistorybox {
         max-height:300px;
   
    }
}

@media screen and (min-width: 768px) {
    .small-media, .media-push, body-push, .bid-bot-pos {
        display: none;
    }

}