/*body { padding-top: 60px; }*/

.login{
  background:#fff;
  margin-top:18%;
  padding: 10px 15px 15px 15px;
  color: #5A5A5A;
  -webkit-box-shadow: rgba(255, 255, 255, 0.45) 0 0 0 6px; 
  box-shadow: rgba(255, 255, 255, 0.45) 0 0 0 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  display:none;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  padding: 4px;
}

.left{
  float:left;
}

.right{
  float:right;
} 

.block{
  display:block;
}

.navbar{
  margin-bottom:0px;
}

.submenu{
  /*position:fixed;
  width:100%; */
  padding:7px 0;
  top: 50px;
  z-index:2;
  border-bottom:solid 1px #e7e7e7;
}

@media (max-width: 979px) {
.submenu .navbar-collapse{
  padding-top:5px;
}
}

.pagination{
  margin: 3px 0px;
  width: 100%;
  text-align: center;
}

.pagination ul{
  padding: 0;
}

.pagination ul li{
  margin: 0px 3px;
  list-style: none;
  display: inline-block;
}

.pagination ul li a{
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #333333;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  text-decoration:none;
}

.pagination ul li a:hover{
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.pagination ul li.disabled a{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination ul li.active a{
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

table .glyphicon{
  font-size:18px;
  margin: 0 3px;
}

.nomargin{
  margin:0px;
}

.control-box{
  margin:5px 0;
}

.control-box label{
  width:100%;
}

.form-control{
  height: 28px;
  padding: 3px 6px; 
}

.login .row{
  margin-bottom:10px;
}

.logo{
  background: transparent url(../../secondhand/img/logo.png);
  background-position: 0px -2px;
  background-repeat: no-repeat;
  width: 439px;
  height: 95px;
  display: block;
  margin-top: -100px;
  position: absolute;
}

.filters {
  float:left;
  width:100%;
}

.filters .search{
  float: left;
  margin-right: 5px;
}

form.search .form-group{
  float:left;
  margin-right: 4px;
}

.colors .color  {
  width: 50px;
  height: 30px;
  font-size: 0px;
  margin: 0px;
  display: inline-block;
  border:solid 2px #eaeaea;
}

.colors div{
  margin:0px;
  padding:0px;
}

.colors .form-group{
  display: inline-block;
}

.colors input[type="radio"], .colors input[type="checkbox"]{
  margin:0 auto;
}

.colors .color.active  {
  border-color:#5f5f5f;
}

ul.category,
ul.subcategory{
  list-style:none;
  padding-left: 0;
}

ul.category input[type="checkbox"] {
  margin-right:5px;
}

ul.category .glyphicon-chevron-down.glyphicon-chevron-up:before {
  content: "\e113";
}

ul.category a {
  color:#000;
  cursor:pointer;
}

#home.content{
  margin-top: 80px;
}

#home .table-home {
  border: solid 1px #ccc;
}

#home .table-home a{
  color:#222;
}

#home .table-home td{
  vertical-align: middle;
}

#home .table-home .thumb{
  max-width:35px;
  max-height:35px;
  display:inline-block;
}

.title{
  font-size:30px;
}

/* ------Colors------*/
.lime{
  background:#A4C400
}

.green{
  background:#60A917
}
          
.emerald{
  background:#008A00
}
  
.teal{
  background:#00ABA9
}
         
.cyan{
  background:#1BA1E2
}
       
.cobalt{
  background:#0050EF
}
        
.indigo{
  background:#6A00FF
}
       
.violet{
  background:#AA00FF
}
       
.pink{
  background:#F472D0
}
        
.magenta{
  background:#D80073
}
       
.crimson{
  background:#A20025
}
         
.red{
  background:#E51400
}
       
.orange{
  background:#FA6800
}
        
.amber{
  background:#F0A30A
}
          
.yellow{
  background:#E3C800
}
         
.brown{
  background:#825A2C
}
         
.olive{
  background:#6D8764
}
        
.steel{
  background:#647687
}
         
.mauve{
  background:#76608A
}

.taupe{
  background:#87794E
}

.black{
  background:#000000;
  color:#ffffff;
}

.white{
  background:#ffffff;
}

/* ------/Colors------*/

/*pn20140520 additional styles*/
.pn-modal-login .modal-header
{
  padding: 7px 20px;
}

.pn-modal-login .modal-title
{
  margin-bottom: 15px;
}

.pn-modal-login .form-group
{
  margin-top: 10px;
  margin-bottom: 5px;
}

.pn-modal-login .modal-footer
{
  margin-top: 0px;
}