/*
======================================== 
module/such/cookielaw/css/svgClose.mixin.scss 
======================================== 
*/
/*
======================================== 
module/such/cookielaw/css/such-cookielaw.scss 
======================================== 
*/
#cookielaw-box {
  background-color: rgba(255, 255, 255, 0.75);
  max-height: 512px;
  -moz-transition: max-height 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0.5s;
  -o-transition: max-height 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0.5s;
  -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  -webkit-transition-delay: 0s, 0s, 0.5s;
  transition: max-height 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0.5s;
  visibility: visible;
}
#cookielaw-box.cookielaw-closed {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -moz-transition-delay: 0s, 0s, 0s;
  -o-transition-delay: 0s, 0s, 0s;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}
#cookielaw-box .container {
  position: relative;
}

#cookielaw-content {
  padding: 10px 0px;
  padding-right: 30px;
}

#cookielaw-close {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 2px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
#cookielaw-close:before {
  /* Encode image for IE & Firefox */
  content: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2024%2024%22%20enable-background%3D%22new%200%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23000%22%3E%3Crect%20x%3D%2210.5%22%20y%3D%220%22%20transform%3D%22matrix(0.7071%200.7071%20-0.7071%200.7071%2012%20-4.9706)%22%20width%3D%223%22%20height%3D%2224%22%2F%3E%3Crect%20x%3D%2210.5%22%20y%3D%220%22%20transform%3D%22matrix(-0.7071%200.7071%20-0.7071%20-0.7071%2028.9706%2012)%22%20width%3D%223%22%20height%3D%2224%22%2F%3E%3C%2Fsvg%3E");
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

/*
======================================== 
module/such/js-such/css/act-loading.scss 
======================================== 
*/
.act-loading, .act-loading * {
  cursor: progress;
}

/*
======================================== 
module/such/js-such/css/act-working.scss 
======================================== 
*/
.act-working, .act-working * {
  cursor: progress;
}

/*
======================================== 
module/such/framework-mvc/css/mvc-debug.css 
======================================== 
*/
.mvc_debug_pre {
  white-space: pre-wrap;
}

.mvc_debug_exception .popover {
  max-width: 80em;
}

.mvc_debug_exception .popover-title {
  white-space: nowrap;
}

#mvc_debug .panel {
  margin-bottom: 10px;
}

/*
======================================== 
module/such/framework-mvc/css/tablecol-click.css 
======================================== 
*/
.tablecol-click {
  cursor: pointer;
}
