.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  background: #fff;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
  height: 100%
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto
}

.arcticmodal-container_i2 {
  padding: 24px 0;
  margin: 0;
  border: 0;
  vertical-align: middle
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url('/img/loading.gif') no-repeat 50% 50%
}

.arcticmodal-overlay {
  background-color: #fff !important;
  opacity: 1 !important
}

.box-modal {
  position: relative;
  min-height: 120px;
  background: #fff;
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  width: 1180px
}

.light-modal {
  position: relative;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
  border-radius: 5px;
  opacity: 0
}

#big-modal {
  width: 655px
}

#middle-modal {
  width: 455px
}

#small-modal {
  margin: auto
}

#feedback-modal-box {
  width: auto;
  margin: 0 auto;
  border-collapse: collapse;
  padding: 0 0 60px
}

#feedback-modal-box #feedback-infolist {
  list-style: none;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

#feedback-modal-box #feedback-infolist li {
  text-align: center;
  display: table-cell;
  vertical-align: middle
}

#light-box {
  border-radius: 5px
}

.modal-close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 25px;
  background: url('/img/close.svg')no-repeat;
  cursor: pointer;
  transition: transform .3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg)
}

.modal-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

#feedback-modal-box .modal-close,
#smallDataForm.noPad .modal-close {
  -webkit-filter: brightness(2);
  -o-filter: brightness(2);
  filter: brightness(2)
}

div.jGrowl {
  z-index: 999999999999;
  color: #fff;
  font-size: 12px
}

div.ie6 {
  position: absolute
}

div.ie6.top-right {
  right: auto;
  bottom: auto;
  left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth :document.body.clientWidth) + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft :document.body.scrollLeft)) + 'px');
  top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop)) + 'px');
}

div.ie6.top-left {
  left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft :document.body.scrollLeft)) + 'px');
  top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop)) + 'px');
}

div.ie6.bottom-right {
  left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth :document.body.clientWidth) + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft :document.body.scrollLeft)) + 'px');
  top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight :document.body.clientHeight) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop)) + 'px');
}

div.ie6.bottom-left {
  left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft :document.body.scrollLeft)) + 'px');
  top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight :document.body.clientHeight) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop)) + 'px');
}

div.ie6.center {
  left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft :document.body.scrollLeft)) + 'px');
  top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop :document.body.scrollTop)) + 'px');
  width: 100%;
}

div.jGrowl {
  position: absolute
}

body>div.jGrowl {
  position: fixed
}

div.jGrowl.top-left {
  left: 0;
  top: 0
}

div.jGrowl.top-right {
  right: 0;
  top: 0
}

div.jGrowl.bottom-left {
  left: 0;
  bottom: 0
}

div.jGrowl.bottom-right {
  right: 0;
  bottom: 0
}

div.jGrowl.center {
  top: 0;
  width: 50%;
  left: 25%
}

div.center div.jGrowl-notification,
div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  background-color: #F5D531;
  opacity: .95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  zoom: 1;
  width: 235px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font: 14px/20px 'yr', sans-serif;
  text-align: left;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #000
}

div.jGrowl div.jGrowl-notification {
  min-height: 40px
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  margin: 10px
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
  font-weight: bold;
  font-size: .85em
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer
}

div.jGrowl div.jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center
}

@media print {
  div.jGrowl {
    display: none
  }
}

div.jGrowl div.errors {
  background-color: #F5D531;
  color: #f8f8f8
}

div.jGrowl div.errors div.jGrowl-header {
  padding-bottom: 5px;
  color: #000
}

div.jGrowl div.infos {
  background-color: #F5D531;
  color: #eee
}

div.jGrowl div.infos div.jGrowl-header {
  padding-bottom: 5px;
  color: yellow
}

div.jGrowl div.okays {
  background-color: #F5D531;
  color: #292929
}

div.jGrowl div.okays div.jGrowl-header {
  padding-bottom: 5px;
  color: #de2e3a
}

