/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/03/2017, 15:20:19
    Author     : Fernando
*/
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.topo-social {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: right;
}
.removeFoto {
  background: #b30000;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  font-weight: bold;
  position: absolute;
  top: 10%;
  right: 10%;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.content-wrapper {
  padding: 15px !important;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.btn-vermelho {
  background: #b30000;
  border-color: #9d0211;
  color: #fff;
}
.btn-vermelho:hover,
.btn-vermelho:focus {
  background: #8e0000;
  color: #fff !important;
}
.cursor-pointer {
  cursor: pointer;
}
.font14 {
  font-size: 14px !important;
}
.legendaImagens {
  position: absolute;
  bottom: 0px;
  width: 90%;
  margin: 0 auto;
}
.blocoImagensNoticia {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.produto-create,
.produto-update,
.categoria-create,
.categoria-update,
.marca-create,
.marca-update,
.estoque-update,
.estoque-create,
.cor-update,
.cor-create,
.tamanho-create,
.tamanho-update,
.cliente-create,
.cliente-update,
.departamento-update,
.departamento-create {
  padding: 25px;
}
.padding20px {
  padding: 20px;
}
.padding25px {
  padding: 25px;
}
.marginTop0 {
  margin-top: 0;
}
.quadradoCor {
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  border: 1px solid black;
  margin: 0px 0px 10px 10px;
}
.scroll-x {
  overflow-x: scroll;
}
.cursorPointer {
  cursor: pointer;
}
.modal-dialog {
  width: 90% !important;
}
.margin-center {
  margin: 0 auto;
}
form div.required label.control-label:after {
  content: " * ";
  color: #b30000;
}
.color-red {
  color: #b30000;
}
.boxPainel {
  background: #fff;
  padding: 15px;
}
.thumbnail-amti {
  padding-right: 10px;
}
#ordenaMenu ul {
  list-style: none;
  padding: 0;
}
#ordenaMenu ul li {
  padding: 10px;
}
#ordenaMenu ul li:nth-child(odd) {
  background: #efefef;
}
#ordenaMenu ul li:nth-child(even) {
  background: #fefefe;
}
.highlight {
  background-color: lightblue !important;
}
.sortableClick {
  cursor: pointer;
}
/* PLUGINS */
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}
table th,
table td {
  padding: 0.625em;
  text-align: center;
}
table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
/*# sourceMappingURL=site.css.map */