/* BOOTSTRAP KIEGÉSZÍTÉS */

.alpha {
	padding-left: 0 !important;
}

.omega {
	padding-right: 0 !important;
}

.mb20 {
  margin-bottom: 20px;
}

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

.btn:active, .btn:focus, .btn.active {
  outline: none;
}

.thumbnail .thumb {
  height: 196px;
}

.thumbnail .thumb img {
  max-height: 196px;
}

.box {

}

.shadow {
   position: relative;
   box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.shadow:before, .shadow:after{
  position: absolute;
  content: "";
  top: 100px;
  bottom: 5px;
  left: 30px;
  right: 30px;
  z-index: -1;
  box-shadow: 0 0 10px 3px #486685;
  border-radius: 100px/5px; 
}

.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; background: none;}

.delete_link_text,
.delete_link_text:hover,
.delete_link_text:active,
.delete_link_text:focus { 
  color: #ff0000; 
}

.row-actions { 
  color: #ddd;
  left: -9999em;
  position: relative; 
  margin-bottom: 0;
}

tr:hover .row-actions { 
  position: static; 
}
a#patternListTitle{font-size: 11px;}