.br0 { border-right: 0px !important; }
.h100 { height: 100px; }
.mw400 { max-width: 400px; }
.p40 { padding: 40px; }
.white { color:#fff; }

/* Admin */

#page-title { padding-top:20px !important; padding-bottom:20px !important; }

.p40-0 { padding: 40px 0; }

.page-item.active .page-link, .page-link:hover, .page-link:focus {
	color: #FFF !important;
	background-color: #CC973F !important;
	border-color: #CC973F !important;
}

.table tbody tr { cursor: pointer; }

.div_color_red { background-color:rgba(233, 100, 83, 0.700); width: 100%; padding: 10px; margin-top:10px; margin-bottom: -10px; }
.div_color_green { background-color:rgba(119, 187, 105, 0.700); width: 100%; padding: 10px; margin-top:10px; margin-bottom: -10px; }

.remove_product { color:rgba(233, 100, 83, 0.700); font-size: 1.1em; }

.dn { display: none; }
.db { display: block; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 8px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 1em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.text-right { text-align: right; }