.table-wrapper {
  background: #fff;
  padding: 20px 25px;
  margin: 30px 0;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.table-title {
  padding-bottom: 15px;
  background: #435d7d;
  color: #fff;
  padding: 16px 30px;
  margin: -20px -25px 10px;
  border-radius: 3px 3px 0 0; }

.table-title h2 {
  margin: 5px 0 0;
  font-size: 24px; }

.table-title .btn-group {
  float: right; }

.table-title .btn {
  color: #fff;
  float: right;
  font-size: 13px;
  border: none;
  min-width: 50px;
  border-radius: 2px;
  border: none;
  outline: none !important;
  margin-left: 10px; }

.table-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px; }

.table-title .btn span {
  float: left;
  margin-top: 2px; }

table.table tr th, table.table tr td {
  border-color: #e9e9e9;
  padding: 12px 15px;
  vertical-align: middle; }

table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc; }

table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5; }

table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer; }

table.table td:last-child i {
  opacity: 0.9;
  font-size: 22px;
  margin: 0 5px; }

table.table td a {
  font-weight: bold;
  color: #566787;
  display: inline-block;
  text-decoration: none;
  outline: none !important; }

table.table td a:hover {
  color: #2196F3; }

table.table td a.edit {
  color: #FFC107; }

table.table td a.delete {
  color: #F44336; }

table.table td i {
  font-size: 19px; }

table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px; }

.pagination {
  float: right;
  margin: 0 0 5px; }

.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  text-align: center;
  padding: 0 6px; }

.pagination li a:hover {
  color: #666; }

.pagination li.active a, .pagination li.active a.page-link {
  background: #03A9F4; }

.pagination li.active a:hover {
  background: #0397d6; }

.pagination li.disabled i {
  color: #ccc; }

.pagination li i {
  font-size: 16px;
  padding-top: 6px; }

.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px; }

.custom-checkbox {
  position: relative; }

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  margin: 5px 0 0 3px;
  z-index: 9; }

.custom-checkbox label:before {
  width: 18px;
  height: 18px; }

.custom-checkbox label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  background: white;
  border: 1px solid #bbb;
  border-radius: 2px;
  box-sizing: border-box;
  z-index: 2; }

.custom-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: inherit;
  z-index: 3;
  transform: rotateZ(45deg); }

.custom-checkbox input[type="checkbox"]:checked + label:before {
  border-color: #03A9F4;
  background: #03A9F4; }

.custom-checkbox input[type="checkbox"]:checked + label:after {
  border-color: #fff; }

.custom-checkbox input[type="checkbox"]:disabled + label:before {
  color: #b8b8b8;
  cursor: auto;
  box-shadow: none;
  background: #ddd; }

.modal .modal-dialog {
  max-width: 400px; }

.modal .modal-header, .modal .modal-body, .modal .modal-footer {
  padding: 20px 30px; }

.modal .modal-content {
  border-radius: 3px; }

.modal .modal-footer {
  background: #ecf0f1;
  border-radius: 0 0 3px 3px; }

.modal .modal-title {
  display: inline-block; }

.modal .form-control {
  border-radius: 2px;
  box-shadow: none;
  border-color: #dddddd; }

.modal textarea.form-control {
  resize: vertical; }

.modal .btn {
  border-radius: 2px;
  min-width: 100px; }

.modal form label {
  font-weight: normal; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* STYLES GO HERE */ }
body {
  background-color: #000000 !important;
  font-family: 'Raleway', sans-serif; }

a:link {
  text-decoration: none; }

.spazio {
  padding-top: 5%;
  padding-bottom: 5%; }

.spazio_footer {
  padding-top: 1%;
  padding-bottom: 3%; }

.containerz {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 5px;
  margin-bottom: 9px;
  cursor: pointer;
  font-size: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.containerz input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%; }

.containerz:hover input ~ .checkmark {
  background-color: #ccc; }

.containerz input:checked ~ .checkmark {
  background-color: #9f8756; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.containerz input:checked ~ .checkmark:after {
  display: block; }

.containerz .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #dadadb;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 25px; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  margin-top: -10px !important; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
body {
  font-family: "Raleway", sans-serif; }

.grid-col-wine {
  text-align: center; }

.p-col-wine {
  padding: 5px 20px 5px 12px;
  height: 70px !important;
  line-height: 20px;
  margin-bottom: 0; }

.hr-col-wine {
  width: 150px;
  border-top: 1px solid #000000;
  margin-bottom: 1px !important;
  margin-top: 1px !important; }

.hr-col-wine-detail-page {
  width: 150px;
  border-top: 1px solid #000000;
  margin-bottom: 1px !important;
  margin-top: 1px !important; }

.hr-col-wine-detail {
  border-top: 1px solid #000000;
  margin-top: 0;
  margin-bottom: 0; }

.label-col-wine {
  font-size: 14px;
  margin-bottom: 0.3em; }

.gold_color {
  color: #9f8756; }

.gold_color_button {
  color: #000000;
  background: #DFDFDF; }

.price_gold_color {
  background-color: #9f8756;
  color: white;
  font-weight: normal; }

.desc_product {
  padding-top: 10%; }

@media screen and (min-width: 0px) and (max-width: 765px) {
  #relatedWine {
    display: none; }

  .center_mobile {
    text-align: center; } }
.ul-autocomplete {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: .0rem 0; }

.has-search .form-control-feedback {
  right: initial;
  left: 0;
  color: #ccc; }

.has-search .form-control {
  padding-right: 12px;
  padding-left: 34px; }

.search-control-effect {
  background-image: linear-gradient(0deg, #b9a32c 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0) !important; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: red; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: red; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: red; }

:-moz-placeholder {
  /* Firefox 18- */
  color: red; }

input.empty {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: goldenrod !important;
  opacity: 1 !important;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: goldenrod !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: goldenrod !important; }

[v-cloak] {
  display: none; }

.spazio {
  padding-top: 5%;
  padding-bottom: 5%; }

.container {
  justify-content: center;
  align-items: center; }

.loader-circle {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("http://sampsonresume.com/labs/pIkfp.gif") 50% 50% no-repeat; }

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden; }

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loader-circle {
  display: block; }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
